@next-degree/pickle-shared-js 0.6.46 → 0.6.47
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-B7KhyYDc.d.cts → company_service_latest-uu3w8AR6.d.cts} +331 -2059
- package/dist/{company_service_latest-B7KhyYDc.d.ts → company_service_latest-uu3w8AR6.d.ts} +331 -2059
- package/dist/components/buttons/BackButton.cjs +0 -3
- package/dist/components/buttons/BackButton.cjs.map +1 -1
- package/dist/components/buttons/BackButton.js +0 -3
- package/dist/components/buttons/BackButton.js.map +1 -1
- package/dist/components/company/CompanyTake.cjs.map +1 -1
- package/dist/components/company/CompanyTake.js.map +1 -1
- package/dist/components/jobPost/JobDescription.cjs.map +1 -1
- package/dist/components/jobPost/JobDescription.js.map +1 -1
- package/dist/components/jobPost/JobHeader.cjs +0 -3
- package/dist/components/jobPost/JobHeader.cjs.map +1 -1
- package/dist/components/jobPost/JobHeader.js +0 -3
- package/dist/components/jobPost/JobHeader.js.map +1 -1
- package/dist/components/jobPost/JobPost.cjs +10 -37
- 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 +10 -37
- 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.map +1 -1
- package/dist/components/primitives/command.d.cts +3 -3
- package/dist/components/primitives/command.d.ts +3 -3
- package/dist/components/primitives/command.js.map +1 -1
- package/dist/components/primitives/dialog.cjs.map +1 -1
- package/dist/components/primitives/dialog.js.map +1 -1
- package/dist/components/primitives/input-otp.cjs +99 -0
- package/dist/components/primitives/input-otp.cjs.map +1 -0
- package/dist/components/primitives/input-otp.d.cts +38 -0
- package/dist/components/primitives/input-otp.d.ts +38 -0
- package/dist/components/primitives/input-otp.js +62 -0
- package/dist/components/primitives/input-otp.js.map +1 -0
- package/dist/components/primitives/popover.cjs.map +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.map +1 -1
- 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.map +1 -1
- 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.map +1 -1
- package/dist/components/ui/Combobox.js.map +1 -1
- package/dist/components/ui/Counter.cjs.map +1 -1
- package/dist/components/ui/Counter.js.map +1 -1
- 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.map +1 -1
- package/dist/components/ui/Input.js.map +1 -1
- package/dist/components/ui/InputOtp.cjs +187 -0
- package/dist/components/ui/InputOtp.cjs.map +1 -0
- package/dist/components/ui/InputOtp.d.cts +14 -0
- package/dist/components/ui/InputOtp.d.ts +14 -0
- package/dist/components/ui/InputOtp.js +152 -0
- package/dist/components/ui/InputOtp.js.map +1 -0
- package/dist/components/ui/Label.cjs.map +1 -1
- package/dist/components/ui/Label.js.map +1 -1
- package/dist/components/ui/ListItem.cjs.map +1 -1
- package/dist/components/ui/ListItem.js.map +1 -1
- package/dist/components/ui/MapComponent.cjs +2 -9
- package/dist/components/ui/MapComponent.cjs.map +1 -1
- package/dist/components/ui/MapComponent.d.cts +1 -1
- package/dist/components/ui/MapComponent.d.ts +1 -1
- package/dist/components/ui/MapComponent.js +2 -9
- package/dist/components/ui/MapComponent.js.map +1 -1
- package/dist/components/ui/PlacesQueryInput.cjs.map +1 -1
- package/dist/components/ui/PlacesQueryInput.js.map +1 -1
- package/dist/components/ui/ReadMore.cjs.map +1 -1
- package/dist/components/ui/ReadMore.js.map +1 -1
- package/dist/components/ui/Select.cjs.map +1 -1
- package/dist/components/ui/Select.js.map +1 -1
- package/dist/{displayText-D8JK59Z-.d.ts → displayText-CcePAspL.d.ts} +2 -2
- package/dist/{displayText-DT2bYICS.d.cts → displayText-D3BX6YTj.d.cts} +2 -2
- package/dist/hooks/useDisplayText.d.cts +3 -3
- package/dist/hooks/useDisplayText.d.ts +3 -3
- package/dist/hooks/useWindowHistory.cjs +0 -3
- package/dist/hooks/useWindowHistory.cjs.map +1 -1
- package/dist/hooks/useWindowHistory.js +0 -3
- package/dist/hooks/useWindowHistory.js.map +1 -1
- package/dist/index.cjs +247 -197
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.js +211 -162
- package/dist/index.js.map +1 -1
- package/dist/{job_posting_service_latest-RgzWsEdh.d.cts → job_posting_service_latest-CWuc_SuJ.d.cts} +335 -1793
- package/dist/{job_posting_service_latest-RgzWsEdh.d.ts → job_posting_service_latest-CWuc_SuJ.d.ts} +335 -1793
- package/dist/lib/locations.d.cts +2 -2
- package/dist/lib/locations.d.ts +2 -2
- package/dist/lib/mappings.d.cts +3 -3
- package/dist/lib/mappings.d.ts +3 -3
- package/dist/lib/salaryRange.cjs +6 -29
- 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 +6 -29
- 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.d.cts +3 -3
- package/dist/services/displayText.d.ts +3 -3
- package/dist/{shared_pickle_output_latest-D8viuRLi.d.cts → shared_pickle_output_latest-CxZJXPOS.d.cts} +12 -168
- package/dist/{shared_pickle_output_latest-D8viuRLi.d.ts → shared_pickle_output_latest-CxZJXPOS.d.ts} +12 -168
- package/dist/styles/globals.css +109 -37
- package/dist/styles/globals.css.map +1 -1
- package/dist/types/data/company_service_latest.cjs +35 -58
- 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 +33 -57
- package/dist/types/data/company_service_latest.js.map +1 -1
- package/dist/types/data/job_posting_service_latest.cjs +32 -57
- 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 +32 -57
- package/dist/types/data/job_posting_service_latest.js.map +1 -1
- package/dist/types/data/shared_pickle_output_latest.cjs +6 -33
- 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 +6 -31
- package/dist/types/data/shared_pickle_output_latest.js.map +1 -1
- package/package.json +6 -4
|
@@ -5,35 +5,46 @@ declare const CategoryEnum: z.ZodEnum<["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVE
|
|
|
5
5
|
declare const TitleEnum: z.ZodEnum<["DMD", "JD", "MBA", "MD", "MHA", "MPH", "PT", "PH_D", "RN"]>;
|
|
6
6
|
declare const PublishStatusEnum: z.ZodEnum<["DRAFT", "IN_REVIEW", "PUBLISHED", "REMOVED"]>;
|
|
7
7
|
declare const OfficeTypeEnum: z.ZodEnum<["BRANCH", "HEADQUARTERS", "SATELLITE"]>;
|
|
8
|
+
declare const imageSchema: z.ZodObject<{
|
|
9
|
+
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
10
|
+
url: z.ZodString;
|
|
11
|
+
}, "strip", z.ZodTypeAny, {
|
|
12
|
+
url: string;
|
|
13
|
+
version: "1.0.0";
|
|
14
|
+
}, {
|
|
15
|
+
url: string;
|
|
16
|
+
version?: "1.0.0" | undefined;
|
|
17
|
+
}>;
|
|
18
|
+
type ImageModel = z.infer<typeof imageSchema>;
|
|
8
19
|
declare const socialMediaSchema: z.ZodObject<{
|
|
9
20
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
10
21
|
url: z.ZodString;
|
|
11
22
|
type: z.ZodString;
|
|
12
23
|
}, "strip", z.ZodTypeAny, {
|
|
13
|
-
url: string;
|
|
14
24
|
type: string;
|
|
25
|
+
url: string;
|
|
15
26
|
version: "1.0.0";
|
|
16
27
|
}, {
|
|
17
|
-
url: string;
|
|
18
28
|
type: string;
|
|
29
|
+
url: string;
|
|
19
30
|
version?: "1.0.0" | undefined;
|
|
20
31
|
}>;
|
|
21
32
|
type SocialMediaModel = z.infer<typeof socialMediaSchema>;
|
|
22
33
|
declare const companyBenefitsSchema: z.ZodObject<{
|
|
23
34
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
24
35
|
type: z.ZodString;
|
|
25
|
-
|
|
36
|
+
name: z.ZodString;
|
|
26
37
|
description: z.ZodOptional<z.ZodString>;
|
|
27
38
|
category: z.ZodEnum<["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVELOPMENT", "WORK_LIFE_BALANCE"]>;
|
|
28
39
|
}, "strip", z.ZodTypeAny, {
|
|
29
|
-
title: string;
|
|
30
40
|
type: string;
|
|
41
|
+
name: string;
|
|
31
42
|
version: "1.0.0";
|
|
32
43
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
33
44
|
description?: string | undefined;
|
|
34
45
|
}, {
|
|
35
|
-
title: string;
|
|
36
46
|
type: string;
|
|
47
|
+
name: string;
|
|
37
48
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
38
49
|
version?: "1.0.0" | undefined;
|
|
39
50
|
description?: string | undefined;
|
|
@@ -48,143 +59,33 @@ declare const jobBoardSchema: z.ZodObject<{
|
|
|
48
59
|
description: z.ZodString;
|
|
49
60
|
logo: z.ZodOptional<z.ZodObject<{
|
|
50
61
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
51
|
-
|
|
52
|
-
asset: z.ZodOptional<z.ZodObject<{
|
|
53
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
54
|
-
altText: z.ZodOptional<z.ZodString>;
|
|
55
|
-
assetId: z.ZodOptional<z.ZodString>;
|
|
56
|
-
description: z.ZodOptional<z.ZodString>;
|
|
57
|
-
extension: z.ZodOptional<z.ZodString>;
|
|
58
|
-
label: z.ZodOptional<z.ZodString>;
|
|
59
|
-
mimeType: z.ZodOptional<z.ZodString>;
|
|
60
|
-
originalFilename: z.ZodOptional<z.ZodString>;
|
|
61
|
-
path: z.ZodOptional<z.ZodString>;
|
|
62
|
-
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
63
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
64
|
-
title: z.ZodOptional<z.ZodString>;
|
|
65
|
-
uploadId: z.ZodOptional<z.ZodString>;
|
|
66
|
-
url: z.ZodOptional<z.ZodString>;
|
|
67
|
-
}, "strip", z.ZodTypeAny, {
|
|
68
|
-
version: "1.0.0";
|
|
69
|
-
label?: string | undefined;
|
|
70
|
-
title?: string | undefined;
|
|
71
|
-
path?: string | undefined;
|
|
72
|
-
url?: string | undefined;
|
|
73
|
-
size?: number | undefined;
|
|
74
|
-
description?: string | undefined;
|
|
75
|
-
altText?: string | undefined;
|
|
76
|
-
assetId?: string | undefined;
|
|
77
|
-
extension?: string | undefined;
|
|
78
|
-
mimeType?: string | undefined;
|
|
79
|
-
originalFilename?: string | undefined;
|
|
80
|
-
sha1Hash?: string | undefined;
|
|
81
|
-
uploadId?: string | undefined;
|
|
82
|
-
}, {
|
|
83
|
-
label?: string | undefined;
|
|
84
|
-
title?: string | undefined;
|
|
85
|
-
path?: string | undefined;
|
|
86
|
-
url?: string | undefined;
|
|
87
|
-
version?: "1.0.0" | undefined;
|
|
88
|
-
size?: number | undefined;
|
|
89
|
-
description?: string | undefined;
|
|
90
|
-
altText?: string | undefined;
|
|
91
|
-
assetId?: string | undefined;
|
|
92
|
-
extension?: string | undefined;
|
|
93
|
-
mimeType?: string | undefined;
|
|
94
|
-
originalFilename?: string | undefined;
|
|
95
|
-
sha1Hash?: string | undefined;
|
|
96
|
-
uploadId?: string | undefined;
|
|
97
|
-
}>>;
|
|
62
|
+
url: z.ZodString;
|
|
98
63
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
-
|
|
64
|
+
url: string;
|
|
100
65
|
version: "1.0.0";
|
|
101
|
-
asset?: {
|
|
102
|
-
version: "1.0.0";
|
|
103
|
-
label?: string | undefined;
|
|
104
|
-
title?: string | undefined;
|
|
105
|
-
path?: string | undefined;
|
|
106
|
-
url?: string | undefined;
|
|
107
|
-
size?: number | undefined;
|
|
108
|
-
description?: string | undefined;
|
|
109
|
-
altText?: string | undefined;
|
|
110
|
-
assetId?: string | undefined;
|
|
111
|
-
extension?: string | undefined;
|
|
112
|
-
mimeType?: string | undefined;
|
|
113
|
-
originalFilename?: string | undefined;
|
|
114
|
-
sha1Hash?: string | undefined;
|
|
115
|
-
uploadId?: string | undefined;
|
|
116
|
-
} | undefined;
|
|
117
66
|
}, {
|
|
118
|
-
|
|
67
|
+
url: string;
|
|
119
68
|
version?: "1.0.0" | undefined;
|
|
120
|
-
asset?: {
|
|
121
|
-
label?: string | undefined;
|
|
122
|
-
title?: string | undefined;
|
|
123
|
-
path?: string | undefined;
|
|
124
|
-
url?: string | undefined;
|
|
125
|
-
version?: "1.0.0" | undefined;
|
|
126
|
-
size?: number | undefined;
|
|
127
|
-
description?: string | undefined;
|
|
128
|
-
altText?: string | undefined;
|
|
129
|
-
assetId?: string | undefined;
|
|
130
|
-
extension?: string | undefined;
|
|
131
|
-
mimeType?: string | undefined;
|
|
132
|
-
originalFilename?: string | undefined;
|
|
133
|
-
sha1Hash?: string | undefined;
|
|
134
|
-
uploadId?: string | undefined;
|
|
135
|
-
} | undefined;
|
|
136
69
|
}>>;
|
|
137
70
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
138
71
|
}, "strip", z.ZodTypeAny, {
|
|
139
|
-
name: string;
|
|
140
72
|
type: string;
|
|
73
|
+
name: string;
|
|
141
74
|
version: "1.0.0";
|
|
142
75
|
description: string;
|
|
143
76
|
logo?: {
|
|
144
|
-
|
|
77
|
+
url: string;
|
|
145
78
|
version: "1.0.0";
|
|
146
|
-
asset?: {
|
|
147
|
-
version: "1.0.0";
|
|
148
|
-
label?: string | undefined;
|
|
149
|
-
title?: string | undefined;
|
|
150
|
-
path?: string | undefined;
|
|
151
|
-
url?: string | undefined;
|
|
152
|
-
size?: number | undefined;
|
|
153
|
-
description?: string | undefined;
|
|
154
|
-
altText?: string | undefined;
|
|
155
|
-
assetId?: string | undefined;
|
|
156
|
-
extension?: string | undefined;
|
|
157
|
-
mimeType?: string | undefined;
|
|
158
|
-
originalFilename?: string | undefined;
|
|
159
|
-
sha1Hash?: string | undefined;
|
|
160
|
-
uploadId?: string | undefined;
|
|
161
|
-
} | undefined;
|
|
162
79
|
} | undefined;
|
|
163
80
|
baseUrl?: string | undefined;
|
|
164
81
|
}, {
|
|
165
|
-
name: string;
|
|
166
82
|
type: string;
|
|
83
|
+
name: string;
|
|
167
84
|
description: string;
|
|
168
85
|
version?: "1.0.0" | undefined;
|
|
169
86
|
logo?: {
|
|
170
|
-
|
|
87
|
+
url: string;
|
|
171
88
|
version?: "1.0.0" | undefined;
|
|
172
|
-
asset?: {
|
|
173
|
-
label?: string | undefined;
|
|
174
|
-
title?: string | undefined;
|
|
175
|
-
path?: string | undefined;
|
|
176
|
-
url?: string | undefined;
|
|
177
|
-
version?: "1.0.0" | undefined;
|
|
178
|
-
size?: number | undefined;
|
|
179
|
-
description?: string | undefined;
|
|
180
|
-
altText?: string | undefined;
|
|
181
|
-
assetId?: string | undefined;
|
|
182
|
-
extension?: string | undefined;
|
|
183
|
-
mimeType?: string | undefined;
|
|
184
|
-
originalFilename?: string | undefined;
|
|
185
|
-
sha1Hash?: string | undefined;
|
|
186
|
-
uploadId?: string | undefined;
|
|
187
|
-
} | undefined;
|
|
188
89
|
} | undefined;
|
|
189
90
|
baseUrl?: string | undefined;
|
|
190
91
|
}>;
|
|
@@ -202,91 +103,13 @@ declare const personSchema: z.ZodObject<{
|
|
|
202
103
|
isScientist: z.ZodOptional<z.ZodBoolean>;
|
|
203
104
|
image: z.ZodOptional<z.ZodObject<{
|
|
204
105
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
205
|
-
|
|
206
|
-
asset: z.ZodOptional<z.ZodObject<{
|
|
207
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
208
|
-
altText: z.ZodOptional<z.ZodString>;
|
|
209
|
-
assetId: z.ZodOptional<z.ZodString>;
|
|
210
|
-
description: z.ZodOptional<z.ZodString>;
|
|
211
|
-
extension: z.ZodOptional<z.ZodString>;
|
|
212
|
-
label: z.ZodOptional<z.ZodString>;
|
|
213
|
-
mimeType: z.ZodOptional<z.ZodString>;
|
|
214
|
-
originalFilename: z.ZodOptional<z.ZodString>;
|
|
215
|
-
path: z.ZodOptional<z.ZodString>;
|
|
216
|
-
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
217
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
218
|
-
title: z.ZodOptional<z.ZodString>;
|
|
219
|
-
uploadId: z.ZodOptional<z.ZodString>;
|
|
220
|
-
url: z.ZodOptional<z.ZodString>;
|
|
221
|
-
}, "strip", z.ZodTypeAny, {
|
|
222
|
-
version: "1.0.0";
|
|
223
|
-
label?: string | undefined;
|
|
224
|
-
title?: string | undefined;
|
|
225
|
-
path?: string | undefined;
|
|
226
|
-
url?: string | undefined;
|
|
227
|
-
size?: number | undefined;
|
|
228
|
-
description?: string | undefined;
|
|
229
|
-
altText?: string | undefined;
|
|
230
|
-
assetId?: string | undefined;
|
|
231
|
-
extension?: string | undefined;
|
|
232
|
-
mimeType?: string | undefined;
|
|
233
|
-
originalFilename?: string | undefined;
|
|
234
|
-
sha1Hash?: string | undefined;
|
|
235
|
-
uploadId?: string | undefined;
|
|
236
|
-
}, {
|
|
237
|
-
label?: string | undefined;
|
|
238
|
-
title?: string | undefined;
|
|
239
|
-
path?: string | undefined;
|
|
240
|
-
url?: string | undefined;
|
|
241
|
-
version?: "1.0.0" | undefined;
|
|
242
|
-
size?: number | undefined;
|
|
243
|
-
description?: string | undefined;
|
|
244
|
-
altText?: string | undefined;
|
|
245
|
-
assetId?: string | undefined;
|
|
246
|
-
extension?: string | undefined;
|
|
247
|
-
mimeType?: string | undefined;
|
|
248
|
-
originalFilename?: string | undefined;
|
|
249
|
-
sha1Hash?: string | undefined;
|
|
250
|
-
uploadId?: string | undefined;
|
|
251
|
-
}>>;
|
|
106
|
+
url: z.ZodString;
|
|
252
107
|
}, "strip", z.ZodTypeAny, {
|
|
253
|
-
|
|
108
|
+
url: string;
|
|
254
109
|
version: "1.0.0";
|
|
255
|
-
asset?: {
|
|
256
|
-
version: "1.0.0";
|
|
257
|
-
label?: string | undefined;
|
|
258
|
-
title?: string | undefined;
|
|
259
|
-
path?: string | undefined;
|
|
260
|
-
url?: string | undefined;
|
|
261
|
-
size?: number | undefined;
|
|
262
|
-
description?: string | undefined;
|
|
263
|
-
altText?: string | undefined;
|
|
264
|
-
assetId?: string | undefined;
|
|
265
|
-
extension?: string | undefined;
|
|
266
|
-
mimeType?: string | undefined;
|
|
267
|
-
originalFilename?: string | undefined;
|
|
268
|
-
sha1Hash?: string | undefined;
|
|
269
|
-
uploadId?: string | undefined;
|
|
270
|
-
} | undefined;
|
|
271
110
|
}, {
|
|
272
|
-
|
|
111
|
+
url: string;
|
|
273
112
|
version?: "1.0.0" | undefined;
|
|
274
|
-
asset?: {
|
|
275
|
-
label?: string | undefined;
|
|
276
|
-
title?: string | undefined;
|
|
277
|
-
path?: string | undefined;
|
|
278
|
-
url?: string | undefined;
|
|
279
|
-
version?: "1.0.0" | undefined;
|
|
280
|
-
size?: number | undefined;
|
|
281
|
-
description?: string | undefined;
|
|
282
|
-
altText?: string | undefined;
|
|
283
|
-
assetId?: string | undefined;
|
|
284
|
-
extension?: string | undefined;
|
|
285
|
-
mimeType?: string | undefined;
|
|
286
|
-
originalFilename?: string | undefined;
|
|
287
|
-
sha1Hash?: string | undefined;
|
|
288
|
-
uploadId?: string | undefined;
|
|
289
|
-
} | undefined;
|
|
290
113
|
}>>;
|
|
291
114
|
email: z.ZodOptional<z.ZodString>;
|
|
292
115
|
socialMedia: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -294,12 +117,12 @@ declare const personSchema: z.ZodObject<{
|
|
|
294
117
|
url: z.ZodString;
|
|
295
118
|
type: z.ZodString;
|
|
296
119
|
}, "strip", z.ZodTypeAny, {
|
|
297
|
-
url: string;
|
|
298
120
|
type: string;
|
|
121
|
+
url: string;
|
|
299
122
|
version: "1.0.0";
|
|
300
123
|
}, {
|
|
301
|
-
url: string;
|
|
302
124
|
type: string;
|
|
125
|
+
url: string;
|
|
303
126
|
version?: "1.0.0" | undefined;
|
|
304
127
|
}>, "many">>;
|
|
305
128
|
telephone: z.ZodOptional<z.ZodString>;
|
|
@@ -316,28 +139,22 @@ declare const personSchema: z.ZodObject<{
|
|
|
316
139
|
addressRegion: z.ZodOptional<z.ZodString>;
|
|
317
140
|
addressLocality: z.ZodOptional<z.ZodString>;
|
|
318
141
|
streetAddress: z.ZodOptional<z.ZodString>;
|
|
319
|
-
streetNumber: z.ZodOptional<z.ZodString>;
|
|
320
142
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
321
|
-
description: z.ZodOptional<z.ZodString>;
|
|
322
143
|
}, "strip", z.ZodTypeAny, {
|
|
323
144
|
type: string;
|
|
324
145
|
version: "1.0.0";
|
|
325
146
|
addressCountry: string;
|
|
326
|
-
description?: string | undefined;
|
|
327
147
|
addressRegion?: string | undefined;
|
|
328
148
|
addressLocality?: string | undefined;
|
|
329
149
|
streetAddress?: string | undefined;
|
|
330
|
-
streetNumber?: string | undefined;
|
|
331
150
|
postalCode?: string | undefined;
|
|
332
151
|
}, {
|
|
333
152
|
type: string;
|
|
334
153
|
addressCountry: string;
|
|
335
154
|
version?: "1.0.0" | undefined;
|
|
336
|
-
description?: string | undefined;
|
|
337
155
|
addressRegion?: string | undefined;
|
|
338
156
|
addressLocality?: string | undefined;
|
|
339
157
|
streetAddress?: string | undefined;
|
|
340
|
-
streetNumber?: string | undefined;
|
|
341
158
|
postalCode?: string | undefined;
|
|
342
159
|
}>>;
|
|
343
160
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -346,11 +163,9 @@ declare const personSchema: z.ZodObject<{
|
|
|
346
163
|
type: string;
|
|
347
164
|
version: "1.0.0";
|
|
348
165
|
addressCountry: string;
|
|
349
|
-
description?: string | undefined;
|
|
350
166
|
addressRegion?: string | undefined;
|
|
351
167
|
addressLocality?: string | undefined;
|
|
352
168
|
streetAddress?: string | undefined;
|
|
353
|
-
streetNumber?: string | undefined;
|
|
354
169
|
postalCode?: string | undefined;
|
|
355
170
|
} | undefined;
|
|
356
171
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -361,11 +176,9 @@ declare const personSchema: z.ZodObject<{
|
|
|
361
176
|
type: string;
|
|
362
177
|
addressCountry: string;
|
|
363
178
|
version?: "1.0.0" | undefined;
|
|
364
|
-
description?: string | undefined;
|
|
365
179
|
addressRegion?: string | undefined;
|
|
366
180
|
addressLocality?: string | undefined;
|
|
367
181
|
streetAddress?: string | undefined;
|
|
368
|
-
streetNumber?: string | undefined;
|
|
369
182
|
postalCode?: string | undefined;
|
|
370
183
|
} | undefined;
|
|
371
184
|
version?: "1.0.0" | undefined;
|
|
@@ -385,11 +198,9 @@ declare const personSchema: z.ZodObject<{
|
|
|
385
198
|
type: string;
|
|
386
199
|
version: "1.0.0";
|
|
387
200
|
addressCountry: string;
|
|
388
|
-
description?: string | undefined;
|
|
389
201
|
addressRegion?: string | undefined;
|
|
390
202
|
addressLocality?: string | undefined;
|
|
391
203
|
streetAddress?: string | undefined;
|
|
392
|
-
streetNumber?: string | undefined;
|
|
393
204
|
postalCode?: string | undefined;
|
|
394
205
|
} | undefined;
|
|
395
206
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -398,24 +209,8 @@ declare const personSchema: z.ZodObject<{
|
|
|
398
209
|
} | undefined;
|
|
399
210
|
title?: string[] | undefined;
|
|
400
211
|
image?: {
|
|
401
|
-
|
|
212
|
+
url: string;
|
|
402
213
|
version: "1.0.0";
|
|
403
|
-
asset?: {
|
|
404
|
-
version: "1.0.0";
|
|
405
|
-
label?: string | undefined;
|
|
406
|
-
title?: string | undefined;
|
|
407
|
-
path?: string | undefined;
|
|
408
|
-
url?: string | undefined;
|
|
409
|
-
size?: number | undefined;
|
|
410
|
-
description?: string | undefined;
|
|
411
|
-
altText?: string | undefined;
|
|
412
|
-
assetId?: string | undefined;
|
|
413
|
-
extension?: string | undefined;
|
|
414
|
-
mimeType?: string | undefined;
|
|
415
|
-
originalFilename?: string | undefined;
|
|
416
|
-
sha1Hash?: string | undefined;
|
|
417
|
-
uploadId?: string | undefined;
|
|
418
|
-
} | undefined;
|
|
419
214
|
} | undefined;
|
|
420
215
|
url?: string | undefined;
|
|
421
216
|
email?: string | undefined;
|
|
@@ -424,8 +219,8 @@ declare const personSchema: z.ZodObject<{
|
|
|
424
219
|
isMedical?: boolean | undefined;
|
|
425
220
|
isScientist?: boolean | undefined;
|
|
426
221
|
socialMedia?: {
|
|
427
|
-
url: string;
|
|
428
222
|
type: string;
|
|
223
|
+
url: string;
|
|
429
224
|
version: "1.0.0";
|
|
430
225
|
}[] | undefined;
|
|
431
226
|
telephone?: string | undefined;
|
|
@@ -439,11 +234,9 @@ declare const personSchema: z.ZodObject<{
|
|
|
439
234
|
type: string;
|
|
440
235
|
addressCountry: string;
|
|
441
236
|
version?: "1.0.0" | undefined;
|
|
442
|
-
description?: string | undefined;
|
|
443
237
|
addressRegion?: string | undefined;
|
|
444
238
|
addressLocality?: string | undefined;
|
|
445
239
|
streetAddress?: string | undefined;
|
|
446
|
-
streetNumber?: string | undefined;
|
|
447
240
|
postalCode?: string | undefined;
|
|
448
241
|
} | undefined;
|
|
449
242
|
version?: "1.0.0" | undefined;
|
|
@@ -453,24 +246,8 @@ declare const personSchema: z.ZodObject<{
|
|
|
453
246
|
} | undefined;
|
|
454
247
|
title?: string[] | undefined;
|
|
455
248
|
image?: {
|
|
456
|
-
|
|
249
|
+
url: string;
|
|
457
250
|
version?: "1.0.0" | undefined;
|
|
458
|
-
asset?: {
|
|
459
|
-
label?: string | undefined;
|
|
460
|
-
title?: string | undefined;
|
|
461
|
-
path?: string | undefined;
|
|
462
|
-
url?: string | undefined;
|
|
463
|
-
version?: "1.0.0" | undefined;
|
|
464
|
-
size?: number | undefined;
|
|
465
|
-
description?: string | undefined;
|
|
466
|
-
altText?: string | undefined;
|
|
467
|
-
assetId?: string | undefined;
|
|
468
|
-
extension?: string | undefined;
|
|
469
|
-
mimeType?: string | undefined;
|
|
470
|
-
originalFilename?: string | undefined;
|
|
471
|
-
sha1Hash?: string | undefined;
|
|
472
|
-
uploadId?: string | undefined;
|
|
473
|
-
} | undefined;
|
|
474
251
|
} | undefined;
|
|
475
252
|
url?: string | undefined;
|
|
476
253
|
email?: string | undefined;
|
|
@@ -480,313 +257,161 @@ declare const personSchema: z.ZodObject<{
|
|
|
480
257
|
isMedical?: boolean | undefined;
|
|
481
258
|
isScientist?: boolean | undefined;
|
|
482
259
|
socialMedia?: {
|
|
483
|
-
url: string;
|
|
484
260
|
type: string;
|
|
261
|
+
url: string;
|
|
485
262
|
version?: "1.0.0" | undefined;
|
|
486
263
|
}[] | undefined;
|
|
487
264
|
telephone?: string | undefined;
|
|
488
265
|
}>;
|
|
489
266
|
type PersonModel = z.infer<typeof personSchema>;
|
|
490
|
-
declare const
|
|
267
|
+
declare const companyCareersPageSchema: z.ZodObject<{
|
|
491
268
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
jobBoard: z.ZodOptional<z.ZodObject<{
|
|
269
|
+
companyCareersUrl: z.ZodString;
|
|
270
|
+
companyJobBoard: z.ZodOptional<z.ZodObject<{
|
|
495
271
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
496
272
|
type: z.ZodString;
|
|
497
273
|
name: z.ZodString;
|
|
498
274
|
description: z.ZodString;
|
|
499
275
|
logo: z.ZodOptional<z.ZodObject<{
|
|
500
276
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
501
|
-
|
|
502
|
-
asset: z.ZodOptional<z.ZodObject<{
|
|
503
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
504
|
-
altText: z.ZodOptional<z.ZodString>;
|
|
505
|
-
assetId: z.ZodOptional<z.ZodString>;
|
|
506
|
-
description: z.ZodOptional<z.ZodString>;
|
|
507
|
-
extension: z.ZodOptional<z.ZodString>;
|
|
508
|
-
label: z.ZodOptional<z.ZodString>;
|
|
509
|
-
mimeType: z.ZodOptional<z.ZodString>;
|
|
510
|
-
originalFilename: z.ZodOptional<z.ZodString>;
|
|
511
|
-
path: z.ZodOptional<z.ZodString>;
|
|
512
|
-
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
513
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
514
|
-
title: z.ZodOptional<z.ZodString>;
|
|
515
|
-
uploadId: z.ZodOptional<z.ZodString>;
|
|
516
|
-
url: z.ZodOptional<z.ZodString>;
|
|
517
|
-
}, "strip", z.ZodTypeAny, {
|
|
518
|
-
version: "1.0.0";
|
|
519
|
-
label?: string | undefined;
|
|
520
|
-
title?: string | undefined;
|
|
521
|
-
path?: string | undefined;
|
|
522
|
-
url?: string | undefined;
|
|
523
|
-
size?: number | undefined;
|
|
524
|
-
description?: string | undefined;
|
|
525
|
-
altText?: string | undefined;
|
|
526
|
-
assetId?: string | undefined;
|
|
527
|
-
extension?: string | undefined;
|
|
528
|
-
mimeType?: string | undefined;
|
|
529
|
-
originalFilename?: string | undefined;
|
|
530
|
-
sha1Hash?: string | undefined;
|
|
531
|
-
uploadId?: string | undefined;
|
|
532
|
-
}, {
|
|
533
|
-
label?: string | undefined;
|
|
534
|
-
title?: string | undefined;
|
|
535
|
-
path?: string | undefined;
|
|
536
|
-
url?: string | undefined;
|
|
537
|
-
version?: "1.0.0" | undefined;
|
|
538
|
-
size?: number | undefined;
|
|
539
|
-
description?: string | undefined;
|
|
540
|
-
altText?: string | undefined;
|
|
541
|
-
assetId?: string | undefined;
|
|
542
|
-
extension?: string | undefined;
|
|
543
|
-
mimeType?: string | undefined;
|
|
544
|
-
originalFilename?: string | undefined;
|
|
545
|
-
sha1Hash?: string | undefined;
|
|
546
|
-
uploadId?: string | undefined;
|
|
547
|
-
}>>;
|
|
277
|
+
url: z.ZodString;
|
|
548
278
|
}, "strip", z.ZodTypeAny, {
|
|
549
|
-
|
|
279
|
+
url: string;
|
|
550
280
|
version: "1.0.0";
|
|
551
|
-
asset?: {
|
|
552
|
-
version: "1.0.0";
|
|
553
|
-
label?: string | undefined;
|
|
554
|
-
title?: string | undefined;
|
|
555
|
-
path?: string | undefined;
|
|
556
|
-
url?: string | undefined;
|
|
557
|
-
size?: number | undefined;
|
|
558
|
-
description?: string | undefined;
|
|
559
|
-
altText?: string | undefined;
|
|
560
|
-
assetId?: string | undefined;
|
|
561
|
-
extension?: string | undefined;
|
|
562
|
-
mimeType?: string | undefined;
|
|
563
|
-
originalFilename?: string | undefined;
|
|
564
|
-
sha1Hash?: string | undefined;
|
|
565
|
-
uploadId?: string | undefined;
|
|
566
|
-
} | undefined;
|
|
567
281
|
}, {
|
|
568
|
-
|
|
282
|
+
url: string;
|
|
569
283
|
version?: "1.0.0" | undefined;
|
|
570
|
-
asset?: {
|
|
571
|
-
label?: string | undefined;
|
|
572
|
-
title?: string | undefined;
|
|
573
|
-
path?: string | undefined;
|
|
574
|
-
url?: string | undefined;
|
|
575
|
-
version?: "1.0.0" | undefined;
|
|
576
|
-
size?: number | undefined;
|
|
577
|
-
description?: string | undefined;
|
|
578
|
-
altText?: string | undefined;
|
|
579
|
-
assetId?: string | undefined;
|
|
580
|
-
extension?: string | undefined;
|
|
581
|
-
mimeType?: string | undefined;
|
|
582
|
-
originalFilename?: string | undefined;
|
|
583
|
-
sha1Hash?: string | undefined;
|
|
584
|
-
uploadId?: string | undefined;
|
|
585
|
-
} | undefined;
|
|
586
284
|
}>>;
|
|
587
285
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
588
286
|
}, "strip", z.ZodTypeAny, {
|
|
589
|
-
name: string;
|
|
590
287
|
type: string;
|
|
288
|
+
name: string;
|
|
591
289
|
version: "1.0.0";
|
|
592
290
|
description: string;
|
|
593
291
|
logo?: {
|
|
594
|
-
|
|
292
|
+
url: string;
|
|
595
293
|
version: "1.0.0";
|
|
596
|
-
asset?: {
|
|
597
|
-
version: "1.0.0";
|
|
598
|
-
label?: string | undefined;
|
|
599
|
-
title?: string | undefined;
|
|
600
|
-
path?: string | undefined;
|
|
601
|
-
url?: string | undefined;
|
|
602
|
-
size?: number | undefined;
|
|
603
|
-
description?: string | undefined;
|
|
604
|
-
altText?: string | undefined;
|
|
605
|
-
assetId?: string | undefined;
|
|
606
|
-
extension?: string | undefined;
|
|
607
|
-
mimeType?: string | undefined;
|
|
608
|
-
originalFilename?: string | undefined;
|
|
609
|
-
sha1Hash?: string | undefined;
|
|
610
|
-
uploadId?: string | undefined;
|
|
611
|
-
} | undefined;
|
|
612
294
|
} | undefined;
|
|
613
295
|
baseUrl?: string | undefined;
|
|
614
296
|
}, {
|
|
615
|
-
name: string;
|
|
616
297
|
type: string;
|
|
298
|
+
name: string;
|
|
617
299
|
description: string;
|
|
618
300
|
version?: "1.0.0" | undefined;
|
|
619
301
|
logo?: {
|
|
620
|
-
|
|
302
|
+
url: string;
|
|
621
303
|
version?: "1.0.0" | undefined;
|
|
622
|
-
asset?: {
|
|
623
|
-
label?: string | undefined;
|
|
624
|
-
title?: string | undefined;
|
|
625
|
-
path?: string | undefined;
|
|
626
|
-
url?: string | undefined;
|
|
627
|
-
version?: "1.0.0" | undefined;
|
|
628
|
-
size?: number | undefined;
|
|
629
|
-
description?: string | undefined;
|
|
630
|
-
altText?: string | undefined;
|
|
631
|
-
assetId?: string | undefined;
|
|
632
|
-
extension?: string | undefined;
|
|
633
|
-
mimeType?: string | undefined;
|
|
634
|
-
originalFilename?: string | undefined;
|
|
635
|
-
sha1Hash?: string | undefined;
|
|
636
|
-
uploadId?: string | undefined;
|
|
637
|
-
} | undefined;
|
|
638
304
|
} | undefined;
|
|
639
305
|
baseUrl?: string | undefined;
|
|
640
306
|
}>>;
|
|
641
|
-
jobBoardSlug: z.
|
|
307
|
+
jobBoardSlug: z.ZodArray<z.ZodString, "many">;
|
|
642
308
|
companyBenefits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
643
309
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
644
310
|
type: z.ZodString;
|
|
645
|
-
|
|
311
|
+
name: z.ZodString;
|
|
646
312
|
description: z.ZodOptional<z.ZodString>;
|
|
647
313
|
category: z.ZodEnum<["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVELOPMENT", "WORK_LIFE_BALANCE"]>;
|
|
648
314
|
}, "strip", z.ZodTypeAny, {
|
|
649
|
-
title: string;
|
|
650
315
|
type: string;
|
|
316
|
+
name: string;
|
|
651
317
|
version: "1.0.0";
|
|
652
318
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
653
319
|
description?: string | undefined;
|
|
654
320
|
}, {
|
|
655
|
-
title: string;
|
|
656
321
|
type: string;
|
|
322
|
+
name: string;
|
|
657
323
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
658
324
|
version?: "1.0.0" | undefined;
|
|
659
325
|
description?: string | undefined;
|
|
660
326
|
}>, "many">>;
|
|
661
327
|
}, "strip", z.ZodTypeAny, {
|
|
662
|
-
type: string;
|
|
663
328
|
version: "1.0.0";
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
329
|
+
companyCareersUrl: string;
|
|
330
|
+
jobBoardSlug: string[];
|
|
331
|
+
companyJobBoard?: {
|
|
667
332
|
type: string;
|
|
333
|
+
name: string;
|
|
668
334
|
version: "1.0.0";
|
|
669
335
|
description: string;
|
|
670
336
|
logo?: {
|
|
671
|
-
|
|
337
|
+
url: string;
|
|
672
338
|
version: "1.0.0";
|
|
673
|
-
asset?: {
|
|
674
|
-
version: "1.0.0";
|
|
675
|
-
label?: string | undefined;
|
|
676
|
-
title?: string | undefined;
|
|
677
|
-
path?: string | undefined;
|
|
678
|
-
url?: string | undefined;
|
|
679
|
-
size?: number | undefined;
|
|
680
|
-
description?: string | undefined;
|
|
681
|
-
altText?: string | undefined;
|
|
682
|
-
assetId?: string | undefined;
|
|
683
|
-
extension?: string | undefined;
|
|
684
|
-
mimeType?: string | undefined;
|
|
685
|
-
originalFilename?: string | undefined;
|
|
686
|
-
sha1Hash?: string | undefined;
|
|
687
|
-
uploadId?: string | undefined;
|
|
688
|
-
} | undefined;
|
|
689
339
|
} | undefined;
|
|
690
340
|
baseUrl?: string | undefined;
|
|
691
341
|
} | undefined;
|
|
692
|
-
jobBoardSlug?: string[] | undefined;
|
|
693
342
|
companyBenefits?: {
|
|
694
|
-
title: string;
|
|
695
343
|
type: string;
|
|
344
|
+
name: string;
|
|
696
345
|
version: "1.0.0";
|
|
697
346
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
698
347
|
description?: string | undefined;
|
|
699
348
|
}[] | undefined;
|
|
700
349
|
}, {
|
|
701
|
-
|
|
702
|
-
|
|
350
|
+
companyCareersUrl: string;
|
|
351
|
+
jobBoardSlug: string[];
|
|
703
352
|
version?: "1.0.0" | undefined;
|
|
704
|
-
|
|
705
|
-
name: string;
|
|
353
|
+
companyJobBoard?: {
|
|
706
354
|
type: string;
|
|
355
|
+
name: string;
|
|
707
356
|
description: string;
|
|
708
357
|
version?: "1.0.0" | undefined;
|
|
709
358
|
logo?: {
|
|
710
|
-
|
|
359
|
+
url: string;
|
|
711
360
|
version?: "1.0.0" | undefined;
|
|
712
|
-
asset?: {
|
|
713
|
-
label?: string | undefined;
|
|
714
|
-
title?: string | undefined;
|
|
715
|
-
path?: string | undefined;
|
|
716
|
-
url?: string | undefined;
|
|
717
|
-
version?: "1.0.0" | undefined;
|
|
718
|
-
size?: number | undefined;
|
|
719
|
-
description?: string | undefined;
|
|
720
|
-
altText?: string | undefined;
|
|
721
|
-
assetId?: string | undefined;
|
|
722
|
-
extension?: string | undefined;
|
|
723
|
-
mimeType?: string | undefined;
|
|
724
|
-
originalFilename?: string | undefined;
|
|
725
|
-
sha1Hash?: string | undefined;
|
|
726
|
-
uploadId?: string | undefined;
|
|
727
|
-
} | undefined;
|
|
728
361
|
} | undefined;
|
|
729
362
|
baseUrl?: string | undefined;
|
|
730
363
|
} | undefined;
|
|
731
|
-
jobBoardSlug?: string[] | undefined;
|
|
732
364
|
companyBenefits?: {
|
|
733
|
-
title: string;
|
|
734
365
|
type: string;
|
|
366
|
+
name: string;
|
|
735
367
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
736
368
|
version?: "1.0.0" | undefined;
|
|
737
369
|
description?: string | undefined;
|
|
738
370
|
}[] | undefined;
|
|
739
371
|
}>;
|
|
740
|
-
type
|
|
372
|
+
type CompanyCareersPageModel = z.infer<typeof companyCareersPageSchema>;
|
|
741
373
|
declare const companyPhilosophySchema: z.ZodObject<{
|
|
742
374
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
743
|
-
|
|
744
|
-
companyMission: z.ZodOptional<z.ZodString>;
|
|
375
|
+
mission: z.ZodOptional<z.ZodString>;
|
|
745
376
|
companyHow: z.ZodOptional<z.ZodString>;
|
|
746
377
|
companyCulture: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
747
378
|
}, "strip", z.ZodTypeAny, {
|
|
748
|
-
type: string;
|
|
749
379
|
version: "1.0.0";
|
|
750
|
-
|
|
380
|
+
mission?: string | undefined;
|
|
751
381
|
companyHow?: string | undefined;
|
|
752
382
|
companyCulture?: string[] | undefined;
|
|
753
383
|
}, {
|
|
754
|
-
type: string;
|
|
755
384
|
version?: "1.0.0" | undefined;
|
|
756
|
-
|
|
385
|
+
mission?: string | undefined;
|
|
757
386
|
companyHow?: string | undefined;
|
|
758
387
|
companyCulture?: string[] | undefined;
|
|
759
388
|
}>;
|
|
760
389
|
type CompanyPhilosophyModel = z.infer<typeof companyPhilosophySchema>;
|
|
761
390
|
declare const companyNdgSchema: z.ZodObject<{
|
|
762
391
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
763
|
-
type: z.ZodString;
|
|
764
392
|
companyWow: z.ZodOptional<z.ZodString>;
|
|
765
|
-
|
|
393
|
+
companyNDGTake: z.ZodOptional<z.ZodString>;
|
|
766
394
|
companyBestFit: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
767
395
|
companyInterests: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
768
396
|
}, "strip", z.ZodTypeAny, {
|
|
769
|
-
type: string;
|
|
770
397
|
version: "1.0.0";
|
|
771
398
|
companyWow?: string | undefined;
|
|
772
|
-
|
|
399
|
+
companyNDGTake?: string | undefined;
|
|
773
400
|
companyBestFit?: string[] | undefined;
|
|
774
401
|
companyInterests?: string[] | undefined;
|
|
775
402
|
}, {
|
|
776
|
-
type: string;
|
|
777
403
|
version?: "1.0.0" | undefined;
|
|
778
404
|
companyWow?: string | undefined;
|
|
779
|
-
|
|
405
|
+
companyNDGTake?: string | undefined;
|
|
780
406
|
companyBestFit?: string[] | undefined;
|
|
781
407
|
companyInterests?: string[] | undefined;
|
|
782
408
|
}>;
|
|
783
409
|
type CompanyNdgModel = z.infer<typeof companyNdgSchema>;
|
|
784
410
|
declare const foundingInformationSchema: z.ZodObject<{
|
|
785
411
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
foundedCity: z.ZodOptional<z.ZodString>;
|
|
412
|
+
foundedYear: z.ZodOptional<z.ZodString>;
|
|
413
|
+
foundingCountry: z.ZodOptional<z.ZodString>;
|
|
414
|
+
foundingCity: z.ZodOptional<z.ZodString>;
|
|
790
415
|
founders: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
791
416
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
792
417
|
type: z.ZodString;
|
|
@@ -800,91 +425,13 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
800
425
|
isScientist: z.ZodOptional<z.ZodBoolean>;
|
|
801
426
|
image: z.ZodOptional<z.ZodObject<{
|
|
802
427
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
803
|
-
|
|
804
|
-
asset: z.ZodOptional<z.ZodObject<{
|
|
805
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
806
|
-
altText: z.ZodOptional<z.ZodString>;
|
|
807
|
-
assetId: z.ZodOptional<z.ZodString>;
|
|
808
|
-
description: z.ZodOptional<z.ZodString>;
|
|
809
|
-
extension: z.ZodOptional<z.ZodString>;
|
|
810
|
-
label: z.ZodOptional<z.ZodString>;
|
|
811
|
-
mimeType: z.ZodOptional<z.ZodString>;
|
|
812
|
-
originalFilename: z.ZodOptional<z.ZodString>;
|
|
813
|
-
path: z.ZodOptional<z.ZodString>;
|
|
814
|
-
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
815
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
816
|
-
title: z.ZodOptional<z.ZodString>;
|
|
817
|
-
uploadId: z.ZodOptional<z.ZodString>;
|
|
818
|
-
url: z.ZodOptional<z.ZodString>;
|
|
819
|
-
}, "strip", z.ZodTypeAny, {
|
|
820
|
-
version: "1.0.0";
|
|
821
|
-
label?: string | undefined;
|
|
822
|
-
title?: string | undefined;
|
|
823
|
-
path?: string | undefined;
|
|
824
|
-
url?: string | undefined;
|
|
825
|
-
size?: number | undefined;
|
|
826
|
-
description?: string | undefined;
|
|
827
|
-
altText?: string | undefined;
|
|
828
|
-
assetId?: string | undefined;
|
|
829
|
-
extension?: string | undefined;
|
|
830
|
-
mimeType?: string | undefined;
|
|
831
|
-
originalFilename?: string | undefined;
|
|
832
|
-
sha1Hash?: string | undefined;
|
|
833
|
-
uploadId?: string | undefined;
|
|
834
|
-
}, {
|
|
835
|
-
label?: string | undefined;
|
|
836
|
-
title?: string | undefined;
|
|
837
|
-
path?: string | undefined;
|
|
838
|
-
url?: string | undefined;
|
|
839
|
-
version?: "1.0.0" | undefined;
|
|
840
|
-
size?: number | undefined;
|
|
841
|
-
description?: string | undefined;
|
|
842
|
-
altText?: string | undefined;
|
|
843
|
-
assetId?: string | undefined;
|
|
844
|
-
extension?: string | undefined;
|
|
845
|
-
mimeType?: string | undefined;
|
|
846
|
-
originalFilename?: string | undefined;
|
|
847
|
-
sha1Hash?: string | undefined;
|
|
848
|
-
uploadId?: string | undefined;
|
|
849
|
-
}>>;
|
|
428
|
+
url: z.ZodString;
|
|
850
429
|
}, "strip", z.ZodTypeAny, {
|
|
851
|
-
|
|
430
|
+
url: string;
|
|
852
431
|
version: "1.0.0";
|
|
853
|
-
asset?: {
|
|
854
|
-
version: "1.0.0";
|
|
855
|
-
label?: string | undefined;
|
|
856
|
-
title?: string | undefined;
|
|
857
|
-
path?: string | undefined;
|
|
858
|
-
url?: string | undefined;
|
|
859
|
-
size?: number | undefined;
|
|
860
|
-
description?: string | undefined;
|
|
861
|
-
altText?: string | undefined;
|
|
862
|
-
assetId?: string | undefined;
|
|
863
|
-
extension?: string | undefined;
|
|
864
|
-
mimeType?: string | undefined;
|
|
865
|
-
originalFilename?: string | undefined;
|
|
866
|
-
sha1Hash?: string | undefined;
|
|
867
|
-
uploadId?: string | undefined;
|
|
868
|
-
} | undefined;
|
|
869
432
|
}, {
|
|
870
|
-
|
|
433
|
+
url: string;
|
|
871
434
|
version?: "1.0.0" | undefined;
|
|
872
|
-
asset?: {
|
|
873
|
-
label?: string | undefined;
|
|
874
|
-
title?: string | undefined;
|
|
875
|
-
path?: string | undefined;
|
|
876
|
-
url?: string | undefined;
|
|
877
|
-
version?: "1.0.0" | undefined;
|
|
878
|
-
size?: number | undefined;
|
|
879
|
-
description?: string | undefined;
|
|
880
|
-
altText?: string | undefined;
|
|
881
|
-
assetId?: string | undefined;
|
|
882
|
-
extension?: string | undefined;
|
|
883
|
-
mimeType?: string | undefined;
|
|
884
|
-
originalFilename?: string | undefined;
|
|
885
|
-
sha1Hash?: string | undefined;
|
|
886
|
-
uploadId?: string | undefined;
|
|
887
|
-
} | undefined;
|
|
888
435
|
}>>;
|
|
889
436
|
email: z.ZodOptional<z.ZodString>;
|
|
890
437
|
socialMedia: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -892,12 +439,12 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
892
439
|
url: z.ZodString;
|
|
893
440
|
type: z.ZodString;
|
|
894
441
|
}, "strip", z.ZodTypeAny, {
|
|
895
|
-
url: string;
|
|
896
442
|
type: string;
|
|
443
|
+
url: string;
|
|
897
444
|
version: "1.0.0";
|
|
898
445
|
}, {
|
|
899
|
-
url: string;
|
|
900
446
|
type: string;
|
|
447
|
+
url: string;
|
|
901
448
|
version?: "1.0.0" | undefined;
|
|
902
449
|
}>, "many">>;
|
|
903
450
|
telephone: z.ZodOptional<z.ZodString>;
|
|
@@ -914,28 +461,22 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
914
461
|
addressRegion: z.ZodOptional<z.ZodString>;
|
|
915
462
|
addressLocality: z.ZodOptional<z.ZodString>;
|
|
916
463
|
streetAddress: z.ZodOptional<z.ZodString>;
|
|
917
|
-
streetNumber: z.ZodOptional<z.ZodString>;
|
|
918
464
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
919
|
-
description: z.ZodOptional<z.ZodString>;
|
|
920
465
|
}, "strip", z.ZodTypeAny, {
|
|
921
466
|
type: string;
|
|
922
467
|
version: "1.0.0";
|
|
923
468
|
addressCountry: string;
|
|
924
|
-
description?: string | undefined;
|
|
925
469
|
addressRegion?: string | undefined;
|
|
926
470
|
addressLocality?: string | undefined;
|
|
927
471
|
streetAddress?: string | undefined;
|
|
928
|
-
streetNumber?: string | undefined;
|
|
929
472
|
postalCode?: string | undefined;
|
|
930
473
|
}, {
|
|
931
474
|
type: string;
|
|
932
475
|
addressCountry: string;
|
|
933
476
|
version?: "1.0.0" | undefined;
|
|
934
|
-
description?: string | undefined;
|
|
935
477
|
addressRegion?: string | undefined;
|
|
936
478
|
addressLocality?: string | undefined;
|
|
937
479
|
streetAddress?: string | undefined;
|
|
938
|
-
streetNumber?: string | undefined;
|
|
939
480
|
postalCode?: string | undefined;
|
|
940
481
|
}>>;
|
|
941
482
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -944,11 +485,9 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
944
485
|
type: string;
|
|
945
486
|
version: "1.0.0";
|
|
946
487
|
addressCountry: string;
|
|
947
|
-
description?: string | undefined;
|
|
948
488
|
addressRegion?: string | undefined;
|
|
949
489
|
addressLocality?: string | undefined;
|
|
950
490
|
streetAddress?: string | undefined;
|
|
951
|
-
streetNumber?: string | undefined;
|
|
952
491
|
postalCode?: string | undefined;
|
|
953
492
|
} | undefined;
|
|
954
493
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -959,11 +498,9 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
959
498
|
type: string;
|
|
960
499
|
addressCountry: string;
|
|
961
500
|
version?: "1.0.0" | undefined;
|
|
962
|
-
description?: string | undefined;
|
|
963
501
|
addressRegion?: string | undefined;
|
|
964
502
|
addressLocality?: string | undefined;
|
|
965
503
|
streetAddress?: string | undefined;
|
|
966
|
-
streetNumber?: string | undefined;
|
|
967
504
|
postalCode?: string | undefined;
|
|
968
505
|
} | undefined;
|
|
969
506
|
version?: "1.0.0" | undefined;
|
|
@@ -983,11 +520,9 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
983
520
|
type: string;
|
|
984
521
|
version: "1.0.0";
|
|
985
522
|
addressCountry: string;
|
|
986
|
-
description?: string | undefined;
|
|
987
523
|
addressRegion?: string | undefined;
|
|
988
524
|
addressLocality?: string | undefined;
|
|
989
525
|
streetAddress?: string | undefined;
|
|
990
|
-
streetNumber?: string | undefined;
|
|
991
526
|
postalCode?: string | undefined;
|
|
992
527
|
} | undefined;
|
|
993
528
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -996,24 +531,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
996
531
|
} | undefined;
|
|
997
532
|
title?: string[] | undefined;
|
|
998
533
|
image?: {
|
|
999
|
-
|
|
534
|
+
url: string;
|
|
1000
535
|
version: "1.0.0";
|
|
1001
|
-
asset?: {
|
|
1002
|
-
version: "1.0.0";
|
|
1003
|
-
label?: string | undefined;
|
|
1004
|
-
title?: string | undefined;
|
|
1005
|
-
path?: string | undefined;
|
|
1006
|
-
url?: string | undefined;
|
|
1007
|
-
size?: number | undefined;
|
|
1008
|
-
description?: string | undefined;
|
|
1009
|
-
altText?: string | undefined;
|
|
1010
|
-
assetId?: string | undefined;
|
|
1011
|
-
extension?: string | undefined;
|
|
1012
|
-
mimeType?: string | undefined;
|
|
1013
|
-
originalFilename?: string | undefined;
|
|
1014
|
-
sha1Hash?: string | undefined;
|
|
1015
|
-
uploadId?: string | undefined;
|
|
1016
|
-
} | undefined;
|
|
1017
536
|
} | undefined;
|
|
1018
537
|
url?: string | undefined;
|
|
1019
538
|
email?: string | undefined;
|
|
@@ -1022,8 +541,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1022
541
|
isMedical?: boolean | undefined;
|
|
1023
542
|
isScientist?: boolean | undefined;
|
|
1024
543
|
socialMedia?: {
|
|
1025
|
-
url: string;
|
|
1026
544
|
type: string;
|
|
545
|
+
url: string;
|
|
1027
546
|
version: "1.0.0";
|
|
1028
547
|
}[] | undefined;
|
|
1029
548
|
telephone?: string | undefined;
|
|
@@ -1037,11 +556,9 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1037
556
|
type: string;
|
|
1038
557
|
addressCountry: string;
|
|
1039
558
|
version?: "1.0.0" | undefined;
|
|
1040
|
-
description?: string | undefined;
|
|
1041
559
|
addressRegion?: string | undefined;
|
|
1042
560
|
addressLocality?: string | undefined;
|
|
1043
561
|
streetAddress?: string | undefined;
|
|
1044
|
-
streetNumber?: string | undefined;
|
|
1045
562
|
postalCode?: string | undefined;
|
|
1046
563
|
} | undefined;
|
|
1047
564
|
version?: "1.0.0" | undefined;
|
|
@@ -1051,24 +568,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1051
568
|
} | undefined;
|
|
1052
569
|
title?: string[] | undefined;
|
|
1053
570
|
image?: {
|
|
1054
|
-
|
|
571
|
+
url: string;
|
|
1055
572
|
version?: "1.0.0" | undefined;
|
|
1056
|
-
asset?: {
|
|
1057
|
-
label?: string | undefined;
|
|
1058
|
-
title?: string | undefined;
|
|
1059
|
-
path?: string | undefined;
|
|
1060
|
-
url?: string | undefined;
|
|
1061
|
-
version?: "1.0.0" | undefined;
|
|
1062
|
-
size?: number | undefined;
|
|
1063
|
-
description?: string | undefined;
|
|
1064
|
-
altText?: string | undefined;
|
|
1065
|
-
assetId?: string | undefined;
|
|
1066
|
-
extension?: string | undefined;
|
|
1067
|
-
mimeType?: string | undefined;
|
|
1068
|
-
originalFilename?: string | undefined;
|
|
1069
|
-
sha1Hash?: string | undefined;
|
|
1070
|
-
uploadId?: string | undefined;
|
|
1071
|
-
} | undefined;
|
|
1072
573
|
} | undefined;
|
|
1073
574
|
url?: string | undefined;
|
|
1074
575
|
email?: string | undefined;
|
|
@@ -1078,18 +579,17 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1078
579
|
isMedical?: boolean | undefined;
|
|
1079
580
|
isScientist?: boolean | undefined;
|
|
1080
581
|
socialMedia?: {
|
|
1081
|
-
url: string;
|
|
1082
582
|
type: string;
|
|
583
|
+
url: string;
|
|
1083
584
|
version?: "1.0.0" | undefined;
|
|
1084
585
|
}[] | undefined;
|
|
1085
586
|
telephone?: string | undefined;
|
|
1086
587
|
}>, "many">>;
|
|
1087
588
|
}, "strip", z.ZodTypeAny, {
|
|
1088
|
-
type: string;
|
|
1089
589
|
version: "1.0.0";
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
590
|
+
foundedYear?: string | undefined;
|
|
591
|
+
foundingCountry?: string | undefined;
|
|
592
|
+
foundingCity?: string | undefined;
|
|
1093
593
|
founders?: {
|
|
1094
594
|
type: string;
|
|
1095
595
|
version: "1.0.0";
|
|
@@ -1102,11 +602,9 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1102
602
|
type: string;
|
|
1103
603
|
version: "1.0.0";
|
|
1104
604
|
addressCountry: string;
|
|
1105
|
-
description?: string | undefined;
|
|
1106
605
|
addressRegion?: string | undefined;
|
|
1107
606
|
addressLocality?: string | undefined;
|
|
1108
607
|
streetAddress?: string | undefined;
|
|
1109
|
-
streetNumber?: string | undefined;
|
|
1110
608
|
postalCode?: string | undefined;
|
|
1111
609
|
} | undefined;
|
|
1112
610
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -1115,24 +613,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1115
613
|
} | undefined;
|
|
1116
614
|
title?: string[] | undefined;
|
|
1117
615
|
image?: {
|
|
1118
|
-
|
|
616
|
+
url: string;
|
|
1119
617
|
version: "1.0.0";
|
|
1120
|
-
asset?: {
|
|
1121
|
-
version: "1.0.0";
|
|
1122
|
-
label?: string | undefined;
|
|
1123
|
-
title?: string | undefined;
|
|
1124
|
-
path?: string | undefined;
|
|
1125
|
-
url?: string | undefined;
|
|
1126
|
-
size?: number | undefined;
|
|
1127
|
-
description?: string | undefined;
|
|
1128
|
-
altText?: string | undefined;
|
|
1129
|
-
assetId?: string | undefined;
|
|
1130
|
-
extension?: string | undefined;
|
|
1131
|
-
mimeType?: string | undefined;
|
|
1132
|
-
originalFilename?: string | undefined;
|
|
1133
|
-
sha1Hash?: string | undefined;
|
|
1134
|
-
uploadId?: string | undefined;
|
|
1135
|
-
} | undefined;
|
|
1136
618
|
} | undefined;
|
|
1137
619
|
url?: string | undefined;
|
|
1138
620
|
email?: string | undefined;
|
|
@@ -1141,18 +623,17 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1141
623
|
isMedical?: boolean | undefined;
|
|
1142
624
|
isScientist?: boolean | undefined;
|
|
1143
625
|
socialMedia?: {
|
|
1144
|
-
url: string;
|
|
1145
626
|
type: string;
|
|
627
|
+
url: string;
|
|
1146
628
|
version: "1.0.0";
|
|
1147
629
|
}[] | undefined;
|
|
1148
630
|
telephone?: string | undefined;
|
|
1149
631
|
}[] | undefined;
|
|
1150
632
|
}, {
|
|
1151
|
-
type: string;
|
|
1152
633
|
version?: "1.0.0" | undefined;
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
634
|
+
foundedYear?: string | undefined;
|
|
635
|
+
foundingCountry?: string | undefined;
|
|
636
|
+
foundingCity?: string | undefined;
|
|
1156
637
|
founders?: {
|
|
1157
638
|
type: string;
|
|
1158
639
|
firstName: string;
|
|
@@ -1163,11 +644,9 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1163
644
|
type: string;
|
|
1164
645
|
addressCountry: string;
|
|
1165
646
|
version?: "1.0.0" | undefined;
|
|
1166
|
-
description?: string | undefined;
|
|
1167
647
|
addressRegion?: string | undefined;
|
|
1168
648
|
addressLocality?: string | undefined;
|
|
1169
649
|
streetAddress?: string | undefined;
|
|
1170
|
-
streetNumber?: string | undefined;
|
|
1171
650
|
postalCode?: string | undefined;
|
|
1172
651
|
} | undefined;
|
|
1173
652
|
version?: "1.0.0" | undefined;
|
|
@@ -1177,24 +656,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1177
656
|
} | undefined;
|
|
1178
657
|
title?: string[] | undefined;
|
|
1179
658
|
image?: {
|
|
1180
|
-
|
|
659
|
+
url: string;
|
|
1181
660
|
version?: "1.0.0" | undefined;
|
|
1182
|
-
asset?: {
|
|
1183
|
-
label?: string | undefined;
|
|
1184
|
-
title?: string | undefined;
|
|
1185
|
-
path?: string | undefined;
|
|
1186
|
-
url?: string | undefined;
|
|
1187
|
-
version?: "1.0.0" | undefined;
|
|
1188
|
-
size?: number | undefined;
|
|
1189
|
-
description?: string | undefined;
|
|
1190
|
-
altText?: string | undefined;
|
|
1191
|
-
assetId?: string | undefined;
|
|
1192
|
-
extension?: string | undefined;
|
|
1193
|
-
mimeType?: string | undefined;
|
|
1194
|
-
originalFilename?: string | undefined;
|
|
1195
|
-
sha1Hash?: string | undefined;
|
|
1196
|
-
uploadId?: string | undefined;
|
|
1197
|
-
} | undefined;
|
|
1198
661
|
} | undefined;
|
|
1199
662
|
url?: string | undefined;
|
|
1200
663
|
email?: string | undefined;
|
|
@@ -1204,8 +667,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1204
667
|
isMedical?: boolean | undefined;
|
|
1205
668
|
isScientist?: boolean | undefined;
|
|
1206
669
|
socialMedia?: {
|
|
1207
|
-
url: string;
|
|
1208
670
|
type: string;
|
|
671
|
+
url: string;
|
|
1209
672
|
version?: "1.0.0" | undefined;
|
|
1210
673
|
}[] | undefined;
|
|
1211
674
|
telephone?: string | undefined;
|
|
@@ -1214,128 +677,44 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1214
677
|
type FoundingInformationModel = z.infer<typeof foundingInformationSchema>;
|
|
1215
678
|
declare const ngdMetadataSchema: z.ZodObject<{
|
|
1216
679
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1217
|
-
type: z.ZodString;
|
|
1218
680
|
lastScraped: z.ZodOptional<z.ZodString>;
|
|
1219
681
|
scraperVersion: z.ZodOptional<z.ZodString>;
|
|
1220
682
|
postProcessorVersion: z.ZodOptional<z.ZodString>;
|
|
1221
683
|
uniqueRunId: z.ZodOptional<z.ZodString>;
|
|
1222
684
|
postProcessorUniqueRunId: z.ZodOptional<z.ZodString>;
|
|
1223
|
-
|
|
685
|
+
shouldThisDocumentBeScraped: z.ZodOptional<z.ZodBoolean>;
|
|
1224
686
|
}, "strip", z.ZodTypeAny, {
|
|
1225
|
-
type: string;
|
|
1226
687
|
version: "1.0.0";
|
|
1227
|
-
isScrapeManaged: boolean;
|
|
1228
688
|
lastScraped?: string | undefined;
|
|
1229
689
|
scraperVersion?: string | undefined;
|
|
1230
690
|
postProcessorVersion?: string | undefined;
|
|
1231
691
|
uniqueRunId?: string | undefined;
|
|
1232
692
|
postProcessorUniqueRunId?: string | undefined;
|
|
693
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
1233
694
|
}, {
|
|
1234
|
-
type: string;
|
|
1235
695
|
version?: "1.0.0" | undefined;
|
|
1236
696
|
lastScraped?: string | undefined;
|
|
1237
697
|
scraperVersion?: string | undefined;
|
|
1238
698
|
postProcessorVersion?: string | undefined;
|
|
1239
699
|
uniqueRunId?: string | undefined;
|
|
1240
700
|
postProcessorUniqueRunId?: string | undefined;
|
|
1241
|
-
|
|
701
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
1242
702
|
}>;
|
|
1243
703
|
type NgdMetadataModel = z.infer<typeof ngdMetadataSchema>;
|
|
1244
704
|
declare const companySchema: z.ZodObject<{
|
|
1245
705
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1246
|
-
id: z.ZodString;
|
|
1247
|
-
createdAt: z.ZodString;
|
|
1248
|
-
updatedAt: z.ZodString;
|
|
1249
706
|
companyName: z.ZodString;
|
|
1250
707
|
slug: z.ZodString;
|
|
1251
708
|
type: z.ZodString;
|
|
1252
709
|
logo: z.ZodOptional<z.ZodObject<{
|
|
1253
710
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1254
|
-
|
|
1255
|
-
asset: z.ZodOptional<z.ZodObject<{
|
|
1256
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1257
|
-
altText: z.ZodOptional<z.ZodString>;
|
|
1258
|
-
assetId: z.ZodOptional<z.ZodString>;
|
|
1259
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1260
|
-
extension: z.ZodOptional<z.ZodString>;
|
|
1261
|
-
label: z.ZodOptional<z.ZodString>;
|
|
1262
|
-
mimeType: z.ZodOptional<z.ZodString>;
|
|
1263
|
-
originalFilename: z.ZodOptional<z.ZodString>;
|
|
1264
|
-
path: z.ZodOptional<z.ZodString>;
|
|
1265
|
-
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
1266
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
1267
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1268
|
-
uploadId: z.ZodOptional<z.ZodString>;
|
|
1269
|
-
url: z.ZodOptional<z.ZodString>;
|
|
1270
|
-
}, "strip", z.ZodTypeAny, {
|
|
1271
|
-
version: "1.0.0";
|
|
1272
|
-
label?: string | undefined;
|
|
1273
|
-
title?: string | undefined;
|
|
1274
|
-
path?: string | undefined;
|
|
1275
|
-
url?: string | undefined;
|
|
1276
|
-
size?: number | undefined;
|
|
1277
|
-
description?: string | undefined;
|
|
1278
|
-
altText?: string | undefined;
|
|
1279
|
-
assetId?: string | undefined;
|
|
1280
|
-
extension?: string | undefined;
|
|
1281
|
-
mimeType?: string | undefined;
|
|
1282
|
-
originalFilename?: string | undefined;
|
|
1283
|
-
sha1Hash?: string | undefined;
|
|
1284
|
-
uploadId?: string | undefined;
|
|
1285
|
-
}, {
|
|
1286
|
-
label?: string | undefined;
|
|
1287
|
-
title?: string | undefined;
|
|
1288
|
-
path?: string | undefined;
|
|
1289
|
-
url?: string | undefined;
|
|
1290
|
-
version?: "1.0.0" | undefined;
|
|
1291
|
-
size?: number | undefined;
|
|
1292
|
-
description?: string | undefined;
|
|
1293
|
-
altText?: string | undefined;
|
|
1294
|
-
assetId?: string | undefined;
|
|
1295
|
-
extension?: string | undefined;
|
|
1296
|
-
mimeType?: string | undefined;
|
|
1297
|
-
originalFilename?: string | undefined;
|
|
1298
|
-
sha1Hash?: string | undefined;
|
|
1299
|
-
uploadId?: string | undefined;
|
|
1300
|
-
}>>;
|
|
711
|
+
url: z.ZodString;
|
|
1301
712
|
}, "strip", z.ZodTypeAny, {
|
|
1302
|
-
|
|
713
|
+
url: string;
|
|
1303
714
|
version: "1.0.0";
|
|
1304
|
-
asset?: {
|
|
1305
|
-
version: "1.0.0";
|
|
1306
|
-
label?: string | undefined;
|
|
1307
|
-
title?: string | undefined;
|
|
1308
|
-
path?: string | undefined;
|
|
1309
|
-
url?: string | undefined;
|
|
1310
|
-
size?: number | undefined;
|
|
1311
|
-
description?: string | undefined;
|
|
1312
|
-
altText?: string | undefined;
|
|
1313
|
-
assetId?: string | undefined;
|
|
1314
|
-
extension?: string | undefined;
|
|
1315
|
-
mimeType?: string | undefined;
|
|
1316
|
-
originalFilename?: string | undefined;
|
|
1317
|
-
sha1Hash?: string | undefined;
|
|
1318
|
-
uploadId?: string | undefined;
|
|
1319
|
-
} | undefined;
|
|
1320
715
|
}, {
|
|
1321
|
-
|
|
716
|
+
url: string;
|
|
1322
717
|
version?: "1.0.0" | undefined;
|
|
1323
|
-
asset?: {
|
|
1324
|
-
label?: string | undefined;
|
|
1325
|
-
title?: string | undefined;
|
|
1326
|
-
path?: string | undefined;
|
|
1327
|
-
url?: string | undefined;
|
|
1328
|
-
version?: "1.0.0" | undefined;
|
|
1329
|
-
size?: number | undefined;
|
|
1330
|
-
description?: string | undefined;
|
|
1331
|
-
altText?: string | undefined;
|
|
1332
|
-
assetId?: string | undefined;
|
|
1333
|
-
extension?: string | undefined;
|
|
1334
|
-
mimeType?: string | undefined;
|
|
1335
|
-
originalFilename?: string | undefined;
|
|
1336
|
-
sha1Hash?: string | undefined;
|
|
1337
|
-
uploadId?: string | undefined;
|
|
1338
|
-
} | undefined;
|
|
1339
718
|
}>>;
|
|
1340
719
|
companyWebsite: z.ZodOptional<z.ZodString>;
|
|
1341
720
|
socialMedia: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1343,260 +722,115 @@ declare const companySchema: z.ZodObject<{
|
|
|
1343
722
|
url: z.ZodString;
|
|
1344
723
|
type: z.ZodString;
|
|
1345
724
|
}, "strip", z.ZodTypeAny, {
|
|
1346
|
-
url: string;
|
|
1347
725
|
type: string;
|
|
726
|
+
url: string;
|
|
1348
727
|
version: "1.0.0";
|
|
1349
728
|
}, {
|
|
1350
|
-
url: string;
|
|
1351
729
|
type: string;
|
|
730
|
+
url: string;
|
|
1352
731
|
version?: "1.0.0" | undefined;
|
|
1353
732
|
}>, "many">>;
|
|
1354
733
|
brandColor: z.ZodOptional<z.ZodString>;
|
|
1355
734
|
companyCareers: z.ZodOptional<z.ZodObject<{
|
|
1356
735
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
jobBoard: z.ZodOptional<z.ZodObject<{
|
|
736
|
+
companyCareersUrl: z.ZodString;
|
|
737
|
+
companyJobBoard: z.ZodOptional<z.ZodObject<{
|
|
1360
738
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1361
739
|
type: z.ZodString;
|
|
1362
740
|
name: z.ZodString;
|
|
1363
741
|
description: z.ZodString;
|
|
1364
742
|
logo: z.ZodOptional<z.ZodObject<{
|
|
1365
743
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1366
|
-
|
|
1367
|
-
asset: z.ZodOptional<z.ZodObject<{
|
|
1368
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1369
|
-
altText: z.ZodOptional<z.ZodString>;
|
|
1370
|
-
assetId: z.ZodOptional<z.ZodString>;
|
|
1371
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1372
|
-
extension: z.ZodOptional<z.ZodString>;
|
|
1373
|
-
label: z.ZodOptional<z.ZodString>;
|
|
1374
|
-
mimeType: z.ZodOptional<z.ZodString>;
|
|
1375
|
-
originalFilename: z.ZodOptional<z.ZodString>;
|
|
1376
|
-
path: z.ZodOptional<z.ZodString>;
|
|
1377
|
-
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
1378
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
1379
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1380
|
-
uploadId: z.ZodOptional<z.ZodString>;
|
|
1381
|
-
url: z.ZodOptional<z.ZodString>;
|
|
1382
|
-
}, "strip", z.ZodTypeAny, {
|
|
1383
|
-
version: "1.0.0";
|
|
1384
|
-
label?: string | undefined;
|
|
1385
|
-
title?: string | undefined;
|
|
1386
|
-
path?: string | undefined;
|
|
1387
|
-
url?: string | undefined;
|
|
1388
|
-
size?: number | undefined;
|
|
1389
|
-
description?: string | undefined;
|
|
1390
|
-
altText?: string | undefined;
|
|
1391
|
-
assetId?: string | undefined;
|
|
1392
|
-
extension?: string | undefined;
|
|
1393
|
-
mimeType?: string | undefined;
|
|
1394
|
-
originalFilename?: string | undefined;
|
|
1395
|
-
sha1Hash?: string | undefined;
|
|
1396
|
-
uploadId?: string | undefined;
|
|
1397
|
-
}, {
|
|
1398
|
-
label?: string | undefined;
|
|
1399
|
-
title?: string | undefined;
|
|
1400
|
-
path?: string | undefined;
|
|
1401
|
-
url?: string | undefined;
|
|
1402
|
-
version?: "1.0.0" | undefined;
|
|
1403
|
-
size?: number | undefined;
|
|
1404
|
-
description?: string | undefined;
|
|
1405
|
-
altText?: string | undefined;
|
|
1406
|
-
assetId?: string | undefined;
|
|
1407
|
-
extension?: string | undefined;
|
|
1408
|
-
mimeType?: string | undefined;
|
|
1409
|
-
originalFilename?: string | undefined;
|
|
1410
|
-
sha1Hash?: string | undefined;
|
|
1411
|
-
uploadId?: string | undefined;
|
|
1412
|
-
}>>;
|
|
744
|
+
url: z.ZodString;
|
|
1413
745
|
}, "strip", z.ZodTypeAny, {
|
|
1414
|
-
|
|
746
|
+
url: string;
|
|
1415
747
|
version: "1.0.0";
|
|
1416
|
-
asset?: {
|
|
1417
|
-
version: "1.0.0";
|
|
1418
|
-
label?: string | undefined;
|
|
1419
|
-
title?: string | undefined;
|
|
1420
|
-
path?: string | undefined;
|
|
1421
|
-
url?: string | undefined;
|
|
1422
|
-
size?: number | undefined;
|
|
1423
|
-
description?: string | undefined;
|
|
1424
|
-
altText?: string | undefined;
|
|
1425
|
-
assetId?: string | undefined;
|
|
1426
|
-
extension?: string | undefined;
|
|
1427
|
-
mimeType?: string | undefined;
|
|
1428
|
-
originalFilename?: string | undefined;
|
|
1429
|
-
sha1Hash?: string | undefined;
|
|
1430
|
-
uploadId?: string | undefined;
|
|
1431
|
-
} | undefined;
|
|
1432
748
|
}, {
|
|
1433
|
-
|
|
749
|
+
url: string;
|
|
1434
750
|
version?: "1.0.0" | undefined;
|
|
1435
|
-
asset?: {
|
|
1436
|
-
label?: string | undefined;
|
|
1437
|
-
title?: string | undefined;
|
|
1438
|
-
path?: string | undefined;
|
|
1439
|
-
url?: string | undefined;
|
|
1440
|
-
version?: "1.0.0" | undefined;
|
|
1441
|
-
size?: number | undefined;
|
|
1442
|
-
description?: string | undefined;
|
|
1443
|
-
altText?: string | undefined;
|
|
1444
|
-
assetId?: string | undefined;
|
|
1445
|
-
extension?: string | undefined;
|
|
1446
|
-
mimeType?: string | undefined;
|
|
1447
|
-
originalFilename?: string | undefined;
|
|
1448
|
-
sha1Hash?: string | undefined;
|
|
1449
|
-
uploadId?: string | undefined;
|
|
1450
|
-
} | undefined;
|
|
1451
751
|
}>>;
|
|
1452
752
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
1453
753
|
}, "strip", z.ZodTypeAny, {
|
|
1454
|
-
name: string;
|
|
1455
754
|
type: string;
|
|
755
|
+
name: string;
|
|
1456
756
|
version: "1.0.0";
|
|
1457
757
|
description: string;
|
|
1458
758
|
logo?: {
|
|
1459
|
-
|
|
759
|
+
url: string;
|
|
1460
760
|
version: "1.0.0";
|
|
1461
|
-
asset?: {
|
|
1462
|
-
version: "1.0.0";
|
|
1463
|
-
label?: string | undefined;
|
|
1464
|
-
title?: string | undefined;
|
|
1465
|
-
path?: string | undefined;
|
|
1466
|
-
url?: string | undefined;
|
|
1467
|
-
size?: number | undefined;
|
|
1468
|
-
description?: string | undefined;
|
|
1469
|
-
altText?: string | undefined;
|
|
1470
|
-
assetId?: string | undefined;
|
|
1471
|
-
extension?: string | undefined;
|
|
1472
|
-
mimeType?: string | undefined;
|
|
1473
|
-
originalFilename?: string | undefined;
|
|
1474
|
-
sha1Hash?: string | undefined;
|
|
1475
|
-
uploadId?: string | undefined;
|
|
1476
|
-
} | undefined;
|
|
1477
761
|
} | undefined;
|
|
1478
762
|
baseUrl?: string | undefined;
|
|
1479
763
|
}, {
|
|
1480
|
-
name: string;
|
|
1481
764
|
type: string;
|
|
765
|
+
name: string;
|
|
1482
766
|
description: string;
|
|
1483
767
|
version?: "1.0.0" | undefined;
|
|
1484
768
|
logo?: {
|
|
1485
|
-
|
|
769
|
+
url: string;
|
|
1486
770
|
version?: "1.0.0" | undefined;
|
|
1487
|
-
asset?: {
|
|
1488
|
-
label?: string | undefined;
|
|
1489
|
-
title?: string | undefined;
|
|
1490
|
-
path?: string | undefined;
|
|
1491
|
-
url?: string | undefined;
|
|
1492
|
-
version?: "1.0.0" | undefined;
|
|
1493
|
-
size?: number | undefined;
|
|
1494
|
-
description?: string | undefined;
|
|
1495
|
-
altText?: string | undefined;
|
|
1496
|
-
assetId?: string | undefined;
|
|
1497
|
-
extension?: string | undefined;
|
|
1498
|
-
mimeType?: string | undefined;
|
|
1499
|
-
originalFilename?: string | undefined;
|
|
1500
|
-
sha1Hash?: string | undefined;
|
|
1501
|
-
uploadId?: string | undefined;
|
|
1502
|
-
} | undefined;
|
|
1503
771
|
} | undefined;
|
|
1504
772
|
baseUrl?: string | undefined;
|
|
1505
773
|
}>>;
|
|
1506
|
-
jobBoardSlug: z.
|
|
774
|
+
jobBoardSlug: z.ZodArray<z.ZodString, "many">;
|
|
1507
775
|
companyBenefits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1508
776
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1509
777
|
type: z.ZodString;
|
|
1510
|
-
|
|
778
|
+
name: z.ZodString;
|
|
1511
779
|
description: z.ZodOptional<z.ZodString>;
|
|
1512
780
|
category: z.ZodEnum<["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVELOPMENT", "WORK_LIFE_BALANCE"]>;
|
|
1513
781
|
}, "strip", z.ZodTypeAny, {
|
|
1514
|
-
title: string;
|
|
1515
782
|
type: string;
|
|
783
|
+
name: string;
|
|
1516
784
|
version: "1.0.0";
|
|
1517
785
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
1518
786
|
description?: string | undefined;
|
|
1519
787
|
}, {
|
|
1520
|
-
title: string;
|
|
1521
788
|
type: string;
|
|
789
|
+
name: string;
|
|
1522
790
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
1523
791
|
version?: "1.0.0" | undefined;
|
|
1524
792
|
description?: string | undefined;
|
|
1525
793
|
}>, "many">>;
|
|
1526
794
|
}, "strip", z.ZodTypeAny, {
|
|
1527
|
-
type: string;
|
|
1528
795
|
version: "1.0.0";
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
796
|
+
companyCareersUrl: string;
|
|
797
|
+
jobBoardSlug: string[];
|
|
798
|
+
companyJobBoard?: {
|
|
1532
799
|
type: string;
|
|
800
|
+
name: string;
|
|
1533
801
|
version: "1.0.0";
|
|
1534
802
|
description: string;
|
|
1535
803
|
logo?: {
|
|
1536
|
-
|
|
804
|
+
url: string;
|
|
1537
805
|
version: "1.0.0";
|
|
1538
|
-
asset?: {
|
|
1539
|
-
version: "1.0.0";
|
|
1540
|
-
label?: string | undefined;
|
|
1541
|
-
title?: string | undefined;
|
|
1542
|
-
path?: string | undefined;
|
|
1543
|
-
url?: string | undefined;
|
|
1544
|
-
size?: number | undefined;
|
|
1545
|
-
description?: string | undefined;
|
|
1546
|
-
altText?: string | undefined;
|
|
1547
|
-
assetId?: string | undefined;
|
|
1548
|
-
extension?: string | undefined;
|
|
1549
|
-
mimeType?: string | undefined;
|
|
1550
|
-
originalFilename?: string | undefined;
|
|
1551
|
-
sha1Hash?: string | undefined;
|
|
1552
|
-
uploadId?: string | undefined;
|
|
1553
|
-
} | undefined;
|
|
1554
806
|
} | undefined;
|
|
1555
807
|
baseUrl?: string | undefined;
|
|
1556
808
|
} | undefined;
|
|
1557
|
-
jobBoardSlug?: string[] | undefined;
|
|
1558
809
|
companyBenefits?: {
|
|
1559
|
-
title: string;
|
|
1560
810
|
type: string;
|
|
811
|
+
name: string;
|
|
1561
812
|
version: "1.0.0";
|
|
1562
813
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
1563
814
|
description?: string | undefined;
|
|
1564
815
|
}[] | undefined;
|
|
1565
816
|
}, {
|
|
1566
|
-
|
|
1567
|
-
|
|
817
|
+
companyCareersUrl: string;
|
|
818
|
+
jobBoardSlug: string[];
|
|
1568
819
|
version?: "1.0.0" | undefined;
|
|
1569
|
-
|
|
1570
|
-
name: string;
|
|
820
|
+
companyJobBoard?: {
|
|
1571
821
|
type: string;
|
|
822
|
+
name: string;
|
|
1572
823
|
description: string;
|
|
1573
824
|
version?: "1.0.0" | undefined;
|
|
1574
825
|
logo?: {
|
|
1575
|
-
|
|
826
|
+
url: string;
|
|
1576
827
|
version?: "1.0.0" | undefined;
|
|
1577
|
-
asset?: {
|
|
1578
|
-
label?: string | undefined;
|
|
1579
|
-
title?: string | undefined;
|
|
1580
|
-
path?: string | undefined;
|
|
1581
|
-
url?: string | undefined;
|
|
1582
|
-
version?: "1.0.0" | undefined;
|
|
1583
|
-
size?: number | undefined;
|
|
1584
|
-
description?: string | undefined;
|
|
1585
|
-
altText?: string | undefined;
|
|
1586
|
-
assetId?: string | undefined;
|
|
1587
|
-
extension?: string | undefined;
|
|
1588
|
-
mimeType?: string | undefined;
|
|
1589
|
-
originalFilename?: string | undefined;
|
|
1590
|
-
sha1Hash?: string | undefined;
|
|
1591
|
-
uploadId?: string | undefined;
|
|
1592
|
-
} | undefined;
|
|
1593
828
|
} | undefined;
|
|
1594
829
|
baseUrl?: string | undefined;
|
|
1595
830
|
} | undefined;
|
|
1596
|
-
jobBoardSlug?: string[] | undefined;
|
|
1597
831
|
companyBenefits?: {
|
|
1598
|
-
title: string;
|
|
1599
832
|
type: string;
|
|
833
|
+
name: string;
|
|
1600
834
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
1601
835
|
version?: "1.0.0" | undefined;
|
|
1602
836
|
description?: string | undefined;
|
|
@@ -1604,51 +838,44 @@ declare const companySchema: z.ZodObject<{
|
|
|
1604
838
|
}>>;
|
|
1605
839
|
companyPhilosophy: z.ZodOptional<z.ZodObject<{
|
|
1606
840
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1607
|
-
|
|
1608
|
-
companyMission: z.ZodOptional<z.ZodString>;
|
|
841
|
+
mission: z.ZodOptional<z.ZodString>;
|
|
1609
842
|
companyHow: z.ZodOptional<z.ZodString>;
|
|
1610
843
|
companyCulture: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1611
844
|
}, "strip", z.ZodTypeAny, {
|
|
1612
|
-
type: string;
|
|
1613
845
|
version: "1.0.0";
|
|
1614
|
-
|
|
846
|
+
mission?: string | undefined;
|
|
1615
847
|
companyHow?: string | undefined;
|
|
1616
848
|
companyCulture?: string[] | undefined;
|
|
1617
849
|
}, {
|
|
1618
|
-
type: string;
|
|
1619
850
|
version?: "1.0.0" | undefined;
|
|
1620
|
-
|
|
851
|
+
mission?: string | undefined;
|
|
1621
852
|
companyHow?: string | undefined;
|
|
1622
853
|
companyCulture?: string[] | undefined;
|
|
1623
854
|
}>>;
|
|
1624
|
-
|
|
855
|
+
companyNDG: z.ZodOptional<z.ZodObject<{
|
|
1625
856
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1626
|
-
type: z.ZodString;
|
|
1627
857
|
companyWow: z.ZodOptional<z.ZodString>;
|
|
1628
|
-
|
|
858
|
+
companyNDGTake: z.ZodOptional<z.ZodString>;
|
|
1629
859
|
companyBestFit: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1630
860
|
companyInterests: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1631
861
|
}, "strip", z.ZodTypeAny, {
|
|
1632
|
-
type: string;
|
|
1633
862
|
version: "1.0.0";
|
|
1634
863
|
companyWow?: string | undefined;
|
|
1635
|
-
|
|
864
|
+
companyNDGTake?: string | undefined;
|
|
1636
865
|
companyBestFit?: string[] | undefined;
|
|
1637
866
|
companyInterests?: string[] | undefined;
|
|
1638
867
|
}, {
|
|
1639
|
-
type: string;
|
|
1640
868
|
version?: "1.0.0" | undefined;
|
|
1641
869
|
companyWow?: string | undefined;
|
|
1642
|
-
|
|
870
|
+
companyNDGTake?: string | undefined;
|
|
1643
871
|
companyBestFit?: string[] | undefined;
|
|
1644
872
|
companyInterests?: string[] | undefined;
|
|
1645
873
|
}>>;
|
|
1646
874
|
foundingInfo: z.ZodOptional<z.ZodObject<{
|
|
1647
875
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
foundedCity: z.ZodOptional<z.ZodString>;
|
|
876
|
+
foundedYear: z.ZodOptional<z.ZodString>;
|
|
877
|
+
foundingCountry: z.ZodOptional<z.ZodString>;
|
|
878
|
+
foundingCity: z.ZodOptional<z.ZodString>;
|
|
1652
879
|
founders: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1653
880
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1654
881
|
type: z.ZodString;
|
|
@@ -1662,91 +889,13 @@ declare const companySchema: z.ZodObject<{
|
|
|
1662
889
|
isScientist: z.ZodOptional<z.ZodBoolean>;
|
|
1663
890
|
image: z.ZodOptional<z.ZodObject<{
|
|
1664
891
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1665
|
-
|
|
1666
|
-
asset: z.ZodOptional<z.ZodObject<{
|
|
1667
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1668
|
-
altText: z.ZodOptional<z.ZodString>;
|
|
1669
|
-
assetId: z.ZodOptional<z.ZodString>;
|
|
1670
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1671
|
-
extension: z.ZodOptional<z.ZodString>;
|
|
1672
|
-
label: z.ZodOptional<z.ZodString>;
|
|
1673
|
-
mimeType: z.ZodOptional<z.ZodString>;
|
|
1674
|
-
originalFilename: z.ZodOptional<z.ZodString>;
|
|
1675
|
-
path: z.ZodOptional<z.ZodString>;
|
|
1676
|
-
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
1677
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
1678
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1679
|
-
uploadId: z.ZodOptional<z.ZodString>;
|
|
1680
|
-
url: z.ZodOptional<z.ZodString>;
|
|
1681
|
-
}, "strip", z.ZodTypeAny, {
|
|
1682
|
-
version: "1.0.0";
|
|
1683
|
-
label?: string | undefined;
|
|
1684
|
-
title?: string | undefined;
|
|
1685
|
-
path?: string | undefined;
|
|
1686
|
-
url?: string | undefined;
|
|
1687
|
-
size?: number | undefined;
|
|
1688
|
-
description?: string | undefined;
|
|
1689
|
-
altText?: string | undefined;
|
|
1690
|
-
assetId?: string | undefined;
|
|
1691
|
-
extension?: string | undefined;
|
|
1692
|
-
mimeType?: string | undefined;
|
|
1693
|
-
originalFilename?: string | undefined;
|
|
1694
|
-
sha1Hash?: string | undefined;
|
|
1695
|
-
uploadId?: string | undefined;
|
|
1696
|
-
}, {
|
|
1697
|
-
label?: string | undefined;
|
|
1698
|
-
title?: string | undefined;
|
|
1699
|
-
path?: string | undefined;
|
|
1700
|
-
url?: string | undefined;
|
|
1701
|
-
version?: "1.0.0" | undefined;
|
|
1702
|
-
size?: number | undefined;
|
|
1703
|
-
description?: string | undefined;
|
|
1704
|
-
altText?: string | undefined;
|
|
1705
|
-
assetId?: string | undefined;
|
|
1706
|
-
extension?: string | undefined;
|
|
1707
|
-
mimeType?: string | undefined;
|
|
1708
|
-
originalFilename?: string | undefined;
|
|
1709
|
-
sha1Hash?: string | undefined;
|
|
1710
|
-
uploadId?: string | undefined;
|
|
1711
|
-
}>>;
|
|
892
|
+
url: z.ZodString;
|
|
1712
893
|
}, "strip", z.ZodTypeAny, {
|
|
1713
|
-
|
|
894
|
+
url: string;
|
|
1714
895
|
version: "1.0.0";
|
|
1715
|
-
asset?: {
|
|
1716
|
-
version: "1.0.0";
|
|
1717
|
-
label?: string | undefined;
|
|
1718
|
-
title?: string | undefined;
|
|
1719
|
-
path?: string | undefined;
|
|
1720
|
-
url?: string | undefined;
|
|
1721
|
-
size?: number | undefined;
|
|
1722
|
-
description?: string | undefined;
|
|
1723
|
-
altText?: string | undefined;
|
|
1724
|
-
assetId?: string | undefined;
|
|
1725
|
-
extension?: string | undefined;
|
|
1726
|
-
mimeType?: string | undefined;
|
|
1727
|
-
originalFilename?: string | undefined;
|
|
1728
|
-
sha1Hash?: string | undefined;
|
|
1729
|
-
uploadId?: string | undefined;
|
|
1730
|
-
} | undefined;
|
|
1731
896
|
}, {
|
|
1732
|
-
|
|
897
|
+
url: string;
|
|
1733
898
|
version?: "1.0.0" | undefined;
|
|
1734
|
-
asset?: {
|
|
1735
|
-
label?: string | undefined;
|
|
1736
|
-
title?: string | undefined;
|
|
1737
|
-
path?: string | undefined;
|
|
1738
|
-
url?: string | undefined;
|
|
1739
|
-
version?: "1.0.0" | undefined;
|
|
1740
|
-
size?: number | undefined;
|
|
1741
|
-
description?: string | undefined;
|
|
1742
|
-
altText?: string | undefined;
|
|
1743
|
-
assetId?: string | undefined;
|
|
1744
|
-
extension?: string | undefined;
|
|
1745
|
-
mimeType?: string | undefined;
|
|
1746
|
-
originalFilename?: string | undefined;
|
|
1747
|
-
sha1Hash?: string | undefined;
|
|
1748
|
-
uploadId?: string | undefined;
|
|
1749
|
-
} | undefined;
|
|
1750
899
|
}>>;
|
|
1751
900
|
email: z.ZodOptional<z.ZodString>;
|
|
1752
901
|
socialMedia: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1754,12 +903,12 @@ declare const companySchema: z.ZodObject<{
|
|
|
1754
903
|
url: z.ZodString;
|
|
1755
904
|
type: z.ZodString;
|
|
1756
905
|
}, "strip", z.ZodTypeAny, {
|
|
1757
|
-
url: string;
|
|
1758
906
|
type: string;
|
|
907
|
+
url: string;
|
|
1759
908
|
version: "1.0.0";
|
|
1760
909
|
}, {
|
|
1761
|
-
url: string;
|
|
1762
910
|
type: string;
|
|
911
|
+
url: string;
|
|
1763
912
|
version?: "1.0.0" | undefined;
|
|
1764
913
|
}>, "many">>;
|
|
1765
914
|
telephone: z.ZodOptional<z.ZodString>;
|
|
@@ -1776,28 +925,22 @@ declare const companySchema: z.ZodObject<{
|
|
|
1776
925
|
addressRegion: z.ZodOptional<z.ZodString>;
|
|
1777
926
|
addressLocality: z.ZodOptional<z.ZodString>;
|
|
1778
927
|
streetAddress: z.ZodOptional<z.ZodString>;
|
|
1779
|
-
streetNumber: z.ZodOptional<z.ZodString>;
|
|
1780
928
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
1781
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1782
929
|
}, "strip", z.ZodTypeAny, {
|
|
1783
930
|
type: string;
|
|
1784
931
|
version: "1.0.0";
|
|
1785
932
|
addressCountry: string;
|
|
1786
|
-
description?: string | undefined;
|
|
1787
933
|
addressRegion?: string | undefined;
|
|
1788
934
|
addressLocality?: string | undefined;
|
|
1789
935
|
streetAddress?: string | undefined;
|
|
1790
|
-
streetNumber?: string | undefined;
|
|
1791
936
|
postalCode?: string | undefined;
|
|
1792
937
|
}, {
|
|
1793
938
|
type: string;
|
|
1794
939
|
addressCountry: string;
|
|
1795
940
|
version?: "1.0.0" | undefined;
|
|
1796
|
-
description?: string | undefined;
|
|
1797
941
|
addressRegion?: string | undefined;
|
|
1798
942
|
addressLocality?: string | undefined;
|
|
1799
943
|
streetAddress?: string | undefined;
|
|
1800
|
-
streetNumber?: string | undefined;
|
|
1801
944
|
postalCode?: string | undefined;
|
|
1802
945
|
}>>;
|
|
1803
946
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1806,11 +949,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
1806
949
|
type: string;
|
|
1807
950
|
version: "1.0.0";
|
|
1808
951
|
addressCountry: string;
|
|
1809
|
-
description?: string | undefined;
|
|
1810
952
|
addressRegion?: string | undefined;
|
|
1811
953
|
addressLocality?: string | undefined;
|
|
1812
954
|
streetAddress?: string | undefined;
|
|
1813
|
-
streetNumber?: string | undefined;
|
|
1814
955
|
postalCode?: string | undefined;
|
|
1815
956
|
} | undefined;
|
|
1816
957
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -1821,11 +962,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
1821
962
|
type: string;
|
|
1822
963
|
addressCountry: string;
|
|
1823
964
|
version?: "1.0.0" | undefined;
|
|
1824
|
-
description?: string | undefined;
|
|
1825
965
|
addressRegion?: string | undefined;
|
|
1826
966
|
addressLocality?: string | undefined;
|
|
1827
967
|
streetAddress?: string | undefined;
|
|
1828
|
-
streetNumber?: string | undefined;
|
|
1829
968
|
postalCode?: string | undefined;
|
|
1830
969
|
} | undefined;
|
|
1831
970
|
version?: "1.0.0" | undefined;
|
|
@@ -1845,11 +984,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
1845
984
|
type: string;
|
|
1846
985
|
version: "1.0.0";
|
|
1847
986
|
addressCountry: string;
|
|
1848
|
-
description?: string | undefined;
|
|
1849
987
|
addressRegion?: string | undefined;
|
|
1850
988
|
addressLocality?: string | undefined;
|
|
1851
989
|
streetAddress?: string | undefined;
|
|
1852
|
-
streetNumber?: string | undefined;
|
|
1853
990
|
postalCode?: string | undefined;
|
|
1854
991
|
} | undefined;
|
|
1855
992
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -1858,24 +995,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1858
995
|
} | undefined;
|
|
1859
996
|
title?: string[] | undefined;
|
|
1860
997
|
image?: {
|
|
1861
|
-
|
|
998
|
+
url: string;
|
|
1862
999
|
version: "1.0.0";
|
|
1863
|
-
asset?: {
|
|
1864
|
-
version: "1.0.0";
|
|
1865
|
-
label?: string | undefined;
|
|
1866
|
-
title?: string | undefined;
|
|
1867
|
-
path?: string | undefined;
|
|
1868
|
-
url?: string | undefined;
|
|
1869
|
-
size?: number | undefined;
|
|
1870
|
-
description?: string | undefined;
|
|
1871
|
-
altText?: string | undefined;
|
|
1872
|
-
assetId?: string | undefined;
|
|
1873
|
-
extension?: string | undefined;
|
|
1874
|
-
mimeType?: string | undefined;
|
|
1875
|
-
originalFilename?: string | undefined;
|
|
1876
|
-
sha1Hash?: string | undefined;
|
|
1877
|
-
uploadId?: string | undefined;
|
|
1878
|
-
} | undefined;
|
|
1879
1000
|
} | undefined;
|
|
1880
1001
|
url?: string | undefined;
|
|
1881
1002
|
email?: string | undefined;
|
|
@@ -1884,8 +1005,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1884
1005
|
isMedical?: boolean | undefined;
|
|
1885
1006
|
isScientist?: boolean | undefined;
|
|
1886
1007
|
socialMedia?: {
|
|
1887
|
-
url: string;
|
|
1888
1008
|
type: string;
|
|
1009
|
+
url: string;
|
|
1889
1010
|
version: "1.0.0";
|
|
1890
1011
|
}[] | undefined;
|
|
1891
1012
|
telephone?: string | undefined;
|
|
@@ -1899,11 +1020,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
1899
1020
|
type: string;
|
|
1900
1021
|
addressCountry: string;
|
|
1901
1022
|
version?: "1.0.0" | undefined;
|
|
1902
|
-
description?: string | undefined;
|
|
1903
1023
|
addressRegion?: string | undefined;
|
|
1904
1024
|
addressLocality?: string | undefined;
|
|
1905
1025
|
streetAddress?: string | undefined;
|
|
1906
|
-
streetNumber?: string | undefined;
|
|
1907
1026
|
postalCode?: string | undefined;
|
|
1908
1027
|
} | undefined;
|
|
1909
1028
|
version?: "1.0.0" | undefined;
|
|
@@ -1913,24 +1032,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1913
1032
|
} | undefined;
|
|
1914
1033
|
title?: string[] | undefined;
|
|
1915
1034
|
image?: {
|
|
1916
|
-
|
|
1035
|
+
url: string;
|
|
1917
1036
|
version?: "1.0.0" | undefined;
|
|
1918
|
-
asset?: {
|
|
1919
|
-
label?: string | undefined;
|
|
1920
|
-
title?: string | undefined;
|
|
1921
|
-
path?: string | undefined;
|
|
1922
|
-
url?: string | undefined;
|
|
1923
|
-
version?: "1.0.0" | undefined;
|
|
1924
|
-
size?: number | undefined;
|
|
1925
|
-
description?: string | undefined;
|
|
1926
|
-
altText?: string | undefined;
|
|
1927
|
-
assetId?: string | undefined;
|
|
1928
|
-
extension?: string | undefined;
|
|
1929
|
-
mimeType?: string | undefined;
|
|
1930
|
-
originalFilename?: string | undefined;
|
|
1931
|
-
sha1Hash?: string | undefined;
|
|
1932
|
-
uploadId?: string | undefined;
|
|
1933
|
-
} | undefined;
|
|
1934
1037
|
} | undefined;
|
|
1935
1038
|
url?: string | undefined;
|
|
1936
1039
|
email?: string | undefined;
|
|
@@ -1940,18 +1043,17 @@ declare const companySchema: z.ZodObject<{
|
|
|
1940
1043
|
isMedical?: boolean | undefined;
|
|
1941
1044
|
isScientist?: boolean | undefined;
|
|
1942
1045
|
socialMedia?: {
|
|
1943
|
-
url: string;
|
|
1944
1046
|
type: string;
|
|
1047
|
+
url: string;
|
|
1945
1048
|
version?: "1.0.0" | undefined;
|
|
1946
1049
|
}[] | undefined;
|
|
1947
1050
|
telephone?: string | undefined;
|
|
1948
1051
|
}>, "many">>;
|
|
1949
1052
|
}, "strip", z.ZodTypeAny, {
|
|
1950
|
-
type: string;
|
|
1951
1053
|
version: "1.0.0";
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1054
|
+
foundedYear?: string | undefined;
|
|
1055
|
+
foundingCountry?: string | undefined;
|
|
1056
|
+
foundingCity?: string | undefined;
|
|
1955
1057
|
founders?: {
|
|
1956
1058
|
type: string;
|
|
1957
1059
|
version: "1.0.0";
|
|
@@ -1964,11 +1066,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
1964
1066
|
type: string;
|
|
1965
1067
|
version: "1.0.0";
|
|
1966
1068
|
addressCountry: string;
|
|
1967
|
-
description?: string | undefined;
|
|
1968
1069
|
addressRegion?: string | undefined;
|
|
1969
1070
|
addressLocality?: string | undefined;
|
|
1970
1071
|
streetAddress?: string | undefined;
|
|
1971
|
-
streetNumber?: string | undefined;
|
|
1972
1072
|
postalCode?: string | undefined;
|
|
1973
1073
|
} | undefined;
|
|
1974
1074
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -1977,24 +1077,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1977
1077
|
} | undefined;
|
|
1978
1078
|
title?: string[] | undefined;
|
|
1979
1079
|
image?: {
|
|
1980
|
-
|
|
1080
|
+
url: string;
|
|
1981
1081
|
version: "1.0.0";
|
|
1982
|
-
asset?: {
|
|
1983
|
-
version: "1.0.0";
|
|
1984
|
-
label?: string | undefined;
|
|
1985
|
-
title?: string | undefined;
|
|
1986
|
-
path?: string | undefined;
|
|
1987
|
-
url?: string | undefined;
|
|
1988
|
-
size?: number | undefined;
|
|
1989
|
-
description?: string | undefined;
|
|
1990
|
-
altText?: string | undefined;
|
|
1991
|
-
assetId?: string | undefined;
|
|
1992
|
-
extension?: string | undefined;
|
|
1993
|
-
mimeType?: string | undefined;
|
|
1994
|
-
originalFilename?: string | undefined;
|
|
1995
|
-
sha1Hash?: string | undefined;
|
|
1996
|
-
uploadId?: string | undefined;
|
|
1997
|
-
} | undefined;
|
|
1998
1082
|
} | undefined;
|
|
1999
1083
|
url?: string | undefined;
|
|
2000
1084
|
email?: string | undefined;
|
|
@@ -2003,18 +1087,17 @@ declare const companySchema: z.ZodObject<{
|
|
|
2003
1087
|
isMedical?: boolean | undefined;
|
|
2004
1088
|
isScientist?: boolean | undefined;
|
|
2005
1089
|
socialMedia?: {
|
|
2006
|
-
url: string;
|
|
2007
1090
|
type: string;
|
|
1091
|
+
url: string;
|
|
2008
1092
|
version: "1.0.0";
|
|
2009
1093
|
}[] | undefined;
|
|
2010
1094
|
telephone?: string | undefined;
|
|
2011
1095
|
}[] | undefined;
|
|
2012
1096
|
}, {
|
|
2013
|
-
type: string;
|
|
2014
1097
|
version?: "1.0.0" | undefined;
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
1098
|
+
foundedYear?: string | undefined;
|
|
1099
|
+
foundingCountry?: string | undefined;
|
|
1100
|
+
foundingCity?: string | undefined;
|
|
2018
1101
|
founders?: {
|
|
2019
1102
|
type: string;
|
|
2020
1103
|
firstName: string;
|
|
@@ -2025,11 +1108,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
2025
1108
|
type: string;
|
|
2026
1109
|
addressCountry: string;
|
|
2027
1110
|
version?: "1.0.0" | undefined;
|
|
2028
|
-
description?: string | undefined;
|
|
2029
1111
|
addressRegion?: string | undefined;
|
|
2030
1112
|
addressLocality?: string | undefined;
|
|
2031
1113
|
streetAddress?: string | undefined;
|
|
2032
|
-
streetNumber?: string | undefined;
|
|
2033
1114
|
postalCode?: string | undefined;
|
|
2034
1115
|
} | undefined;
|
|
2035
1116
|
version?: "1.0.0" | undefined;
|
|
@@ -2039,24 +1120,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2039
1120
|
} | undefined;
|
|
2040
1121
|
title?: string[] | undefined;
|
|
2041
1122
|
image?: {
|
|
2042
|
-
|
|
1123
|
+
url: string;
|
|
2043
1124
|
version?: "1.0.0" | undefined;
|
|
2044
|
-
asset?: {
|
|
2045
|
-
label?: string | undefined;
|
|
2046
|
-
title?: string | undefined;
|
|
2047
|
-
path?: string | undefined;
|
|
2048
|
-
url?: string | undefined;
|
|
2049
|
-
version?: "1.0.0" | undefined;
|
|
2050
|
-
size?: number | undefined;
|
|
2051
|
-
description?: string | undefined;
|
|
2052
|
-
altText?: string | undefined;
|
|
2053
|
-
assetId?: string | undefined;
|
|
2054
|
-
extension?: string | undefined;
|
|
2055
|
-
mimeType?: string | undefined;
|
|
2056
|
-
originalFilename?: string | undefined;
|
|
2057
|
-
sha1Hash?: string | undefined;
|
|
2058
|
-
uploadId?: string | undefined;
|
|
2059
|
-
} | undefined;
|
|
2060
1125
|
} | undefined;
|
|
2061
1126
|
url?: string | undefined;
|
|
2062
1127
|
email?: string | undefined;
|
|
@@ -2066,8 +1131,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2066
1131
|
isMedical?: boolean | undefined;
|
|
2067
1132
|
isScientist?: boolean | undefined;
|
|
2068
1133
|
socialMedia?: {
|
|
2069
|
-
url: string;
|
|
2070
1134
|
type: string;
|
|
1135
|
+
url: string;
|
|
2071
1136
|
version?: "1.0.0" | undefined;
|
|
2072
1137
|
}[] | undefined;
|
|
2073
1138
|
telephone?: string | undefined;
|
|
@@ -2085,28 +1150,22 @@ declare const companySchema: z.ZodObject<{
|
|
|
2085
1150
|
addressRegion: z.ZodOptional<z.ZodString>;
|
|
2086
1151
|
addressLocality: z.ZodOptional<z.ZodString>;
|
|
2087
1152
|
streetAddress: z.ZodOptional<z.ZodString>;
|
|
2088
|
-
streetNumber: z.ZodOptional<z.ZodString>;
|
|
2089
1153
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
2090
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2091
1154
|
}, "strip", z.ZodTypeAny, {
|
|
2092
1155
|
type: string;
|
|
2093
1156
|
version: "1.0.0";
|
|
2094
1157
|
addressCountry: string;
|
|
2095
|
-
description?: string | undefined;
|
|
2096
1158
|
addressRegion?: string | undefined;
|
|
2097
1159
|
addressLocality?: string | undefined;
|
|
2098
1160
|
streetAddress?: string | undefined;
|
|
2099
|
-
streetNumber?: string | undefined;
|
|
2100
1161
|
postalCode?: string | undefined;
|
|
2101
1162
|
}, {
|
|
2102
1163
|
type: string;
|
|
2103
1164
|
addressCountry: string;
|
|
2104
1165
|
version?: "1.0.0" | undefined;
|
|
2105
|
-
description?: string | undefined;
|
|
2106
1166
|
addressRegion?: string | undefined;
|
|
2107
1167
|
addressLocality?: string | undefined;
|
|
2108
1168
|
streetAddress?: string | undefined;
|
|
2109
|
-
streetNumber?: string | undefined;
|
|
2110
1169
|
postalCode?: string | undefined;
|
|
2111
1170
|
}>>;
|
|
2112
1171
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2115,11 +1174,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
2115
1174
|
type: string;
|
|
2116
1175
|
version: "1.0.0";
|
|
2117
1176
|
addressCountry: string;
|
|
2118
|
-
description?: string | undefined;
|
|
2119
1177
|
addressRegion?: string | undefined;
|
|
2120
1178
|
addressLocality?: string | undefined;
|
|
2121
1179
|
streetAddress?: string | undefined;
|
|
2122
|
-
streetNumber?: string | undefined;
|
|
2123
1180
|
postalCode?: string | undefined;
|
|
2124
1181
|
} | undefined;
|
|
2125
1182
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -2130,11 +1187,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
2130
1187
|
type: string;
|
|
2131
1188
|
addressCountry: string;
|
|
2132
1189
|
version?: "1.0.0" | undefined;
|
|
2133
|
-
description?: string | undefined;
|
|
2134
1190
|
addressRegion?: string | undefined;
|
|
2135
1191
|
addressLocality?: string | undefined;
|
|
2136
1192
|
streetAddress?: string | undefined;
|
|
2137
|
-
streetNumber?: string | undefined;
|
|
2138
1193
|
postalCode?: string | undefined;
|
|
2139
1194
|
} | undefined;
|
|
2140
1195
|
version?: "1.0.0" | undefined;
|
|
@@ -2146,128 +1201,86 @@ declare const companySchema: z.ZodObject<{
|
|
|
2146
1201
|
publishStatus: z.ZodOptional<z.ZodString>;
|
|
2147
1202
|
ngdMetadata: z.ZodOptional<z.ZodObject<{
|
|
2148
1203
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2149
|
-
type: z.ZodString;
|
|
2150
1204
|
lastScraped: z.ZodOptional<z.ZodString>;
|
|
2151
1205
|
scraperVersion: z.ZodOptional<z.ZodString>;
|
|
2152
1206
|
postProcessorVersion: z.ZodOptional<z.ZodString>;
|
|
2153
1207
|
uniqueRunId: z.ZodOptional<z.ZodString>;
|
|
2154
1208
|
postProcessorUniqueRunId: z.ZodOptional<z.ZodString>;
|
|
2155
|
-
|
|
1209
|
+
shouldThisDocumentBeScraped: z.ZodOptional<z.ZodBoolean>;
|
|
2156
1210
|
}, "strip", z.ZodTypeAny, {
|
|
2157
|
-
type: string;
|
|
2158
1211
|
version: "1.0.0";
|
|
2159
|
-
isScrapeManaged: boolean;
|
|
2160
1212
|
lastScraped?: string | undefined;
|
|
2161
1213
|
scraperVersion?: string | undefined;
|
|
2162
1214
|
postProcessorVersion?: string | undefined;
|
|
2163
1215
|
uniqueRunId?: string | undefined;
|
|
2164
1216
|
postProcessorUniqueRunId?: string | undefined;
|
|
1217
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
2165
1218
|
}, {
|
|
2166
|
-
type: string;
|
|
2167
1219
|
version?: "1.0.0" | undefined;
|
|
2168
1220
|
lastScraped?: string | undefined;
|
|
2169
1221
|
scraperVersion?: string | undefined;
|
|
2170
1222
|
postProcessorVersion?: string | undefined;
|
|
2171
1223
|
uniqueRunId?: string | undefined;
|
|
2172
1224
|
postProcessorUniqueRunId?: string | undefined;
|
|
2173
|
-
|
|
1225
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
2174
1226
|
}>>;
|
|
2175
1227
|
}, "strip", z.ZodTypeAny, {
|
|
2176
|
-
id: string;
|
|
2177
1228
|
type: string;
|
|
2178
1229
|
version: "1.0.0";
|
|
2179
1230
|
slug: string;
|
|
2180
|
-
createdAt: string;
|
|
2181
|
-
updatedAt: string;
|
|
2182
1231
|
companyName: string;
|
|
2183
1232
|
logo?: {
|
|
2184
|
-
|
|
1233
|
+
url: string;
|
|
2185
1234
|
version: "1.0.0";
|
|
2186
|
-
asset?: {
|
|
2187
|
-
version: "1.0.0";
|
|
2188
|
-
label?: string | undefined;
|
|
2189
|
-
title?: string | undefined;
|
|
2190
|
-
path?: string | undefined;
|
|
2191
|
-
url?: string | undefined;
|
|
2192
|
-
size?: number | undefined;
|
|
2193
|
-
description?: string | undefined;
|
|
2194
|
-
altText?: string | undefined;
|
|
2195
|
-
assetId?: string | undefined;
|
|
2196
|
-
extension?: string | undefined;
|
|
2197
|
-
mimeType?: string | undefined;
|
|
2198
|
-
originalFilename?: string | undefined;
|
|
2199
|
-
sha1Hash?: string | undefined;
|
|
2200
|
-
uploadId?: string | undefined;
|
|
2201
|
-
} | undefined;
|
|
2202
1235
|
} | undefined;
|
|
2203
1236
|
socialMedia?: {
|
|
2204
|
-
url: string;
|
|
2205
1237
|
type: string;
|
|
1238
|
+
url: string;
|
|
2206
1239
|
version: "1.0.0";
|
|
2207
1240
|
}[] | undefined;
|
|
2208
1241
|
companyWebsite?: string | undefined;
|
|
2209
1242
|
brandColor?: string | undefined;
|
|
2210
1243
|
companyCareers?: {
|
|
2211
|
-
type: string;
|
|
2212
1244
|
version: "1.0.0";
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
1245
|
+
companyCareersUrl: string;
|
|
1246
|
+
jobBoardSlug: string[];
|
|
1247
|
+
companyJobBoard?: {
|
|
2216
1248
|
type: string;
|
|
1249
|
+
name: string;
|
|
2217
1250
|
version: "1.0.0";
|
|
2218
1251
|
description: string;
|
|
2219
1252
|
logo?: {
|
|
2220
|
-
|
|
1253
|
+
url: string;
|
|
2221
1254
|
version: "1.0.0";
|
|
2222
|
-
asset?: {
|
|
2223
|
-
version: "1.0.0";
|
|
2224
|
-
label?: string | undefined;
|
|
2225
|
-
title?: string | undefined;
|
|
2226
|
-
path?: string | undefined;
|
|
2227
|
-
url?: string | undefined;
|
|
2228
|
-
size?: number | undefined;
|
|
2229
|
-
description?: string | undefined;
|
|
2230
|
-
altText?: string | undefined;
|
|
2231
|
-
assetId?: string | undefined;
|
|
2232
|
-
extension?: string | undefined;
|
|
2233
|
-
mimeType?: string | undefined;
|
|
2234
|
-
originalFilename?: string | undefined;
|
|
2235
|
-
sha1Hash?: string | undefined;
|
|
2236
|
-
uploadId?: string | undefined;
|
|
2237
|
-
} | undefined;
|
|
2238
1255
|
} | undefined;
|
|
2239
1256
|
baseUrl?: string | undefined;
|
|
2240
1257
|
} | undefined;
|
|
2241
|
-
jobBoardSlug?: string[] | undefined;
|
|
2242
1258
|
companyBenefits?: {
|
|
2243
|
-
title: string;
|
|
2244
1259
|
type: string;
|
|
1260
|
+
name: string;
|
|
2245
1261
|
version: "1.0.0";
|
|
2246
1262
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
2247
1263
|
description?: string | undefined;
|
|
2248
1264
|
}[] | undefined;
|
|
2249
1265
|
} | undefined;
|
|
2250
1266
|
companyPhilosophy?: {
|
|
2251
|
-
type: string;
|
|
2252
1267
|
version: "1.0.0";
|
|
2253
|
-
|
|
1268
|
+
mission?: string | undefined;
|
|
2254
1269
|
companyHow?: string | undefined;
|
|
2255
1270
|
companyCulture?: string[] | undefined;
|
|
2256
1271
|
} | undefined;
|
|
2257
|
-
|
|
2258
|
-
type: string;
|
|
1272
|
+
companyNDG?: {
|
|
2259
1273
|
version: "1.0.0";
|
|
2260
1274
|
companyWow?: string | undefined;
|
|
2261
|
-
|
|
1275
|
+
companyNDGTake?: string | undefined;
|
|
2262
1276
|
companyBestFit?: string[] | undefined;
|
|
2263
1277
|
companyInterests?: string[] | undefined;
|
|
2264
1278
|
} | undefined;
|
|
2265
1279
|
foundingInfo?: {
|
|
2266
|
-
type: string;
|
|
2267
1280
|
version: "1.0.0";
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
1281
|
+
foundedYear?: string | undefined;
|
|
1282
|
+
foundingCountry?: string | undefined;
|
|
1283
|
+
foundingCity?: string | undefined;
|
|
2271
1284
|
founders?: {
|
|
2272
1285
|
type: string;
|
|
2273
1286
|
version: "1.0.0";
|
|
@@ -2280,11 +1293,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
2280
1293
|
type: string;
|
|
2281
1294
|
version: "1.0.0";
|
|
2282
1295
|
addressCountry: string;
|
|
2283
|
-
description?: string | undefined;
|
|
2284
1296
|
addressRegion?: string | undefined;
|
|
2285
1297
|
addressLocality?: string | undefined;
|
|
2286
1298
|
streetAddress?: string | undefined;
|
|
2287
|
-
streetNumber?: string | undefined;
|
|
2288
1299
|
postalCode?: string | undefined;
|
|
2289
1300
|
} | undefined;
|
|
2290
1301
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -2293,24 +1304,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2293
1304
|
} | undefined;
|
|
2294
1305
|
title?: string[] | undefined;
|
|
2295
1306
|
image?: {
|
|
2296
|
-
|
|
1307
|
+
url: string;
|
|
2297
1308
|
version: "1.0.0";
|
|
2298
|
-
asset?: {
|
|
2299
|
-
version: "1.0.0";
|
|
2300
|
-
label?: string | undefined;
|
|
2301
|
-
title?: string | undefined;
|
|
2302
|
-
path?: string | undefined;
|
|
2303
|
-
url?: string | undefined;
|
|
2304
|
-
size?: number | undefined;
|
|
2305
|
-
description?: string | undefined;
|
|
2306
|
-
altText?: string | undefined;
|
|
2307
|
-
assetId?: string | undefined;
|
|
2308
|
-
extension?: string | undefined;
|
|
2309
|
-
mimeType?: string | undefined;
|
|
2310
|
-
originalFilename?: string | undefined;
|
|
2311
|
-
sha1Hash?: string | undefined;
|
|
2312
|
-
uploadId?: string | undefined;
|
|
2313
|
-
} | undefined;
|
|
2314
1309
|
} | undefined;
|
|
2315
1310
|
url?: string | undefined;
|
|
2316
1311
|
email?: string | undefined;
|
|
@@ -2319,8 +1314,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2319
1314
|
isMedical?: boolean | undefined;
|
|
2320
1315
|
isScientist?: boolean | undefined;
|
|
2321
1316
|
socialMedia?: {
|
|
2322
|
-
url: string;
|
|
2323
1317
|
type: string;
|
|
1318
|
+
url: string;
|
|
2324
1319
|
version: "1.0.0";
|
|
2325
1320
|
}[] | undefined;
|
|
2326
1321
|
telephone?: string | undefined;
|
|
@@ -2332,11 +1327,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
2332
1327
|
type: string;
|
|
2333
1328
|
version: "1.0.0";
|
|
2334
1329
|
addressCountry: string;
|
|
2335
|
-
description?: string | undefined;
|
|
2336
1330
|
addressRegion?: string | undefined;
|
|
2337
1331
|
addressLocality?: string | undefined;
|
|
2338
1332
|
streetAddress?: string | undefined;
|
|
2339
|
-
streetNumber?: string | undefined;
|
|
2340
1333
|
postalCode?: string | undefined;
|
|
2341
1334
|
} | undefined;
|
|
2342
1335
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -2346,111 +1339,71 @@ declare const companySchema: z.ZodObject<{
|
|
|
2346
1339
|
employeeEstimate?: string | undefined;
|
|
2347
1340
|
publishStatus?: string | undefined;
|
|
2348
1341
|
ngdMetadata?: {
|
|
2349
|
-
type: string;
|
|
2350
1342
|
version: "1.0.0";
|
|
2351
|
-
isScrapeManaged: boolean;
|
|
2352
1343
|
lastScraped?: string | undefined;
|
|
2353
1344
|
scraperVersion?: string | undefined;
|
|
2354
1345
|
postProcessorVersion?: string | undefined;
|
|
2355
1346
|
uniqueRunId?: string | undefined;
|
|
2356
1347
|
postProcessorUniqueRunId?: string | undefined;
|
|
1348
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
2357
1349
|
} | undefined;
|
|
2358
1350
|
}, {
|
|
2359
|
-
id: string;
|
|
2360
1351
|
type: string;
|
|
2361
1352
|
slug: string;
|
|
2362
|
-
createdAt: string;
|
|
2363
|
-
updatedAt: string;
|
|
2364
1353
|
companyName: string;
|
|
2365
1354
|
version?: "1.0.0" | undefined;
|
|
2366
1355
|
logo?: {
|
|
2367
|
-
|
|
1356
|
+
url: string;
|
|
2368
1357
|
version?: "1.0.0" | undefined;
|
|
2369
|
-
asset?: {
|
|
2370
|
-
label?: string | undefined;
|
|
2371
|
-
title?: string | undefined;
|
|
2372
|
-
path?: string | undefined;
|
|
2373
|
-
url?: string | undefined;
|
|
2374
|
-
version?: "1.0.0" | undefined;
|
|
2375
|
-
size?: number | undefined;
|
|
2376
|
-
description?: string | undefined;
|
|
2377
|
-
altText?: string | undefined;
|
|
2378
|
-
assetId?: string | undefined;
|
|
2379
|
-
extension?: string | undefined;
|
|
2380
|
-
mimeType?: string | undefined;
|
|
2381
|
-
originalFilename?: string | undefined;
|
|
2382
|
-
sha1Hash?: string | undefined;
|
|
2383
|
-
uploadId?: string | undefined;
|
|
2384
|
-
} | undefined;
|
|
2385
1358
|
} | undefined;
|
|
2386
1359
|
socialMedia?: {
|
|
2387
|
-
url: string;
|
|
2388
1360
|
type: string;
|
|
1361
|
+
url: string;
|
|
2389
1362
|
version?: "1.0.0" | undefined;
|
|
2390
1363
|
}[] | undefined;
|
|
2391
1364
|
companyWebsite?: string | undefined;
|
|
2392
1365
|
brandColor?: string | undefined;
|
|
2393
1366
|
companyCareers?: {
|
|
2394
|
-
|
|
2395
|
-
|
|
1367
|
+
companyCareersUrl: string;
|
|
1368
|
+
jobBoardSlug: string[];
|
|
2396
1369
|
version?: "1.0.0" | undefined;
|
|
2397
|
-
|
|
2398
|
-
name: string;
|
|
1370
|
+
companyJobBoard?: {
|
|
2399
1371
|
type: string;
|
|
1372
|
+
name: string;
|
|
2400
1373
|
description: string;
|
|
2401
1374
|
version?: "1.0.0" | undefined;
|
|
2402
1375
|
logo?: {
|
|
2403
|
-
|
|
1376
|
+
url: string;
|
|
2404
1377
|
version?: "1.0.0" | undefined;
|
|
2405
|
-
asset?: {
|
|
2406
|
-
label?: string | undefined;
|
|
2407
|
-
title?: string | undefined;
|
|
2408
|
-
path?: string | undefined;
|
|
2409
|
-
url?: string | undefined;
|
|
2410
|
-
version?: "1.0.0" | undefined;
|
|
2411
|
-
size?: number | undefined;
|
|
2412
|
-
description?: string | undefined;
|
|
2413
|
-
altText?: string | undefined;
|
|
2414
|
-
assetId?: string | undefined;
|
|
2415
|
-
extension?: string | undefined;
|
|
2416
|
-
mimeType?: string | undefined;
|
|
2417
|
-
originalFilename?: string | undefined;
|
|
2418
|
-
sha1Hash?: string | undefined;
|
|
2419
|
-
uploadId?: string | undefined;
|
|
2420
|
-
} | undefined;
|
|
2421
1378
|
} | undefined;
|
|
2422
1379
|
baseUrl?: string | undefined;
|
|
2423
1380
|
} | undefined;
|
|
2424
|
-
jobBoardSlug?: string[] | undefined;
|
|
2425
1381
|
companyBenefits?: {
|
|
2426
|
-
title: string;
|
|
2427
1382
|
type: string;
|
|
1383
|
+
name: string;
|
|
2428
1384
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
2429
1385
|
version?: "1.0.0" | undefined;
|
|
2430
1386
|
description?: string | undefined;
|
|
2431
1387
|
}[] | undefined;
|
|
2432
1388
|
} | undefined;
|
|
2433
1389
|
companyPhilosophy?: {
|
|
2434
|
-
type: string;
|
|
2435
1390
|
version?: "1.0.0" | undefined;
|
|
2436
|
-
|
|
1391
|
+
mission?: string | undefined;
|
|
2437
1392
|
companyHow?: string | undefined;
|
|
2438
1393
|
companyCulture?: string[] | undefined;
|
|
2439
1394
|
} | undefined;
|
|
2440
|
-
|
|
2441
|
-
type: string;
|
|
1395
|
+
companyNDG?: {
|
|
2442
1396
|
version?: "1.0.0" | undefined;
|
|
2443
1397
|
companyWow?: string | undefined;
|
|
2444
|
-
|
|
1398
|
+
companyNDGTake?: string | undefined;
|
|
2445
1399
|
companyBestFit?: string[] | undefined;
|
|
2446
1400
|
companyInterests?: string[] | undefined;
|
|
2447
1401
|
} | undefined;
|
|
2448
1402
|
foundingInfo?: {
|
|
2449
|
-
type: string;
|
|
2450
1403
|
version?: "1.0.0" | undefined;
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
1404
|
+
foundedYear?: string | undefined;
|
|
1405
|
+
foundingCountry?: string | undefined;
|
|
1406
|
+
foundingCity?: string | undefined;
|
|
2454
1407
|
founders?: {
|
|
2455
1408
|
type: string;
|
|
2456
1409
|
firstName: string;
|
|
@@ -2461,11 +1414,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
2461
1414
|
type: string;
|
|
2462
1415
|
addressCountry: string;
|
|
2463
1416
|
version?: "1.0.0" | undefined;
|
|
2464
|
-
description?: string | undefined;
|
|
2465
1417
|
addressRegion?: string | undefined;
|
|
2466
1418
|
addressLocality?: string | undefined;
|
|
2467
1419
|
streetAddress?: string | undefined;
|
|
2468
|
-
streetNumber?: string | undefined;
|
|
2469
1420
|
postalCode?: string | undefined;
|
|
2470
1421
|
} | undefined;
|
|
2471
1422
|
version?: "1.0.0" | undefined;
|
|
@@ -2475,24 +1426,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2475
1426
|
} | undefined;
|
|
2476
1427
|
title?: string[] | undefined;
|
|
2477
1428
|
image?: {
|
|
2478
|
-
|
|
1429
|
+
url: string;
|
|
2479
1430
|
version?: "1.0.0" | undefined;
|
|
2480
|
-
asset?: {
|
|
2481
|
-
label?: string | undefined;
|
|
2482
|
-
title?: string | undefined;
|
|
2483
|
-
path?: string | undefined;
|
|
2484
|
-
url?: string | undefined;
|
|
2485
|
-
version?: "1.0.0" | undefined;
|
|
2486
|
-
size?: number | undefined;
|
|
2487
|
-
description?: string | undefined;
|
|
2488
|
-
altText?: string | undefined;
|
|
2489
|
-
assetId?: string | undefined;
|
|
2490
|
-
extension?: string | undefined;
|
|
2491
|
-
mimeType?: string | undefined;
|
|
2492
|
-
originalFilename?: string | undefined;
|
|
2493
|
-
sha1Hash?: string | undefined;
|
|
2494
|
-
uploadId?: string | undefined;
|
|
2495
|
-
} | undefined;
|
|
2496
1431
|
} | undefined;
|
|
2497
1432
|
url?: string | undefined;
|
|
2498
1433
|
email?: string | undefined;
|
|
@@ -2502,8 +1437,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2502
1437
|
isMedical?: boolean | undefined;
|
|
2503
1438
|
isScientist?: boolean | undefined;
|
|
2504
1439
|
socialMedia?: {
|
|
2505
|
-
url: string;
|
|
2506
1440
|
type: string;
|
|
1441
|
+
url: string;
|
|
2507
1442
|
version?: "1.0.0" | undefined;
|
|
2508
1443
|
}[] | undefined;
|
|
2509
1444
|
telephone?: string | undefined;
|
|
@@ -2514,11 +1449,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
2514
1449
|
type: string;
|
|
2515
1450
|
addressCountry: string;
|
|
2516
1451
|
version?: "1.0.0" | undefined;
|
|
2517
|
-
description?: string | undefined;
|
|
2518
1452
|
addressRegion?: string | undefined;
|
|
2519
1453
|
addressLocality?: string | undefined;
|
|
2520
1454
|
streetAddress?: string | undefined;
|
|
2521
|
-
streetNumber?: string | undefined;
|
|
2522
1455
|
postalCode?: string | undefined;
|
|
2523
1456
|
} | undefined;
|
|
2524
1457
|
version?: "1.0.0" | undefined;
|
|
@@ -2529,14 +1462,13 @@ declare const companySchema: z.ZodObject<{
|
|
|
2529
1462
|
employeeEstimate?: string | undefined;
|
|
2530
1463
|
publishStatus?: string | undefined;
|
|
2531
1464
|
ngdMetadata?: {
|
|
2532
|
-
type: string;
|
|
2533
1465
|
version?: "1.0.0" | undefined;
|
|
2534
1466
|
lastScraped?: string | undefined;
|
|
2535
1467
|
scraperVersion?: string | undefined;
|
|
2536
1468
|
postProcessorVersion?: string | undefined;
|
|
2537
1469
|
uniqueRunId?: string | undefined;
|
|
2538
1470
|
postProcessorUniqueRunId?: string | undefined;
|
|
2539
|
-
|
|
1471
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
2540
1472
|
} | undefined;
|
|
2541
1473
|
}>;
|
|
2542
1474
|
type CompanyModel = z.infer<typeof companySchema>;
|
|
@@ -2547,99 +1479,18 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2547
1479
|
officeType: z.ZodEnum<["BRANCH", "HEADQUARTERS", "SATELLITE"]>;
|
|
2548
1480
|
companyId: z.ZodOptional<z.ZodObject<{
|
|
2549
1481
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2550
|
-
id: z.ZodString;
|
|
2551
|
-
createdAt: z.ZodString;
|
|
2552
|
-
updatedAt: z.ZodString;
|
|
2553
1482
|
companyName: z.ZodString;
|
|
2554
1483
|
slug: z.ZodString;
|
|
2555
|
-
type: z.ZodString;
|
|
2556
|
-
logo: z.ZodOptional<z.ZodObject<{
|
|
2557
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2558
|
-
|
|
2559
|
-
asset: z.ZodOptional<z.ZodObject<{
|
|
2560
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2561
|
-
altText: z.ZodOptional<z.ZodString>;
|
|
2562
|
-
assetId: z.ZodOptional<z.ZodString>;
|
|
2563
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2564
|
-
extension: z.ZodOptional<z.ZodString>;
|
|
2565
|
-
label: z.ZodOptional<z.ZodString>;
|
|
2566
|
-
mimeType: z.ZodOptional<z.ZodString>;
|
|
2567
|
-
originalFilename: z.ZodOptional<z.ZodString>;
|
|
2568
|
-
path: z.ZodOptional<z.ZodString>;
|
|
2569
|
-
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
2570
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
2571
|
-
title: z.ZodOptional<z.ZodString>;
|
|
2572
|
-
uploadId: z.ZodOptional<z.ZodString>;
|
|
2573
|
-
url: z.ZodOptional<z.ZodString>;
|
|
2574
|
-
}, "strip", z.ZodTypeAny, {
|
|
2575
|
-
version: "1.0.0";
|
|
2576
|
-
label?: string | undefined;
|
|
2577
|
-
title?: string | undefined;
|
|
2578
|
-
path?: string | undefined;
|
|
2579
|
-
url?: string | undefined;
|
|
2580
|
-
size?: number | undefined;
|
|
2581
|
-
description?: string | undefined;
|
|
2582
|
-
altText?: string | undefined;
|
|
2583
|
-
assetId?: string | undefined;
|
|
2584
|
-
extension?: string | undefined;
|
|
2585
|
-
mimeType?: string | undefined;
|
|
2586
|
-
originalFilename?: string | undefined;
|
|
2587
|
-
sha1Hash?: string | undefined;
|
|
2588
|
-
uploadId?: string | undefined;
|
|
2589
|
-
}, {
|
|
2590
|
-
label?: string | undefined;
|
|
2591
|
-
title?: string | undefined;
|
|
2592
|
-
path?: string | undefined;
|
|
2593
|
-
url?: string | undefined;
|
|
2594
|
-
version?: "1.0.0" | undefined;
|
|
2595
|
-
size?: number | undefined;
|
|
2596
|
-
description?: string | undefined;
|
|
2597
|
-
altText?: string | undefined;
|
|
2598
|
-
assetId?: string | undefined;
|
|
2599
|
-
extension?: string | undefined;
|
|
2600
|
-
mimeType?: string | undefined;
|
|
2601
|
-
originalFilename?: string | undefined;
|
|
2602
|
-
sha1Hash?: string | undefined;
|
|
2603
|
-
uploadId?: string | undefined;
|
|
2604
|
-
}>>;
|
|
1484
|
+
type: z.ZodString;
|
|
1485
|
+
logo: z.ZodOptional<z.ZodObject<{
|
|
1486
|
+
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1487
|
+
url: z.ZodString;
|
|
2605
1488
|
}, "strip", z.ZodTypeAny, {
|
|
2606
|
-
|
|
1489
|
+
url: string;
|
|
2607
1490
|
version: "1.0.0";
|
|
2608
|
-
asset?: {
|
|
2609
|
-
version: "1.0.0";
|
|
2610
|
-
label?: string | undefined;
|
|
2611
|
-
title?: string | undefined;
|
|
2612
|
-
path?: string | undefined;
|
|
2613
|
-
url?: string | undefined;
|
|
2614
|
-
size?: number | undefined;
|
|
2615
|
-
description?: string | undefined;
|
|
2616
|
-
altText?: string | undefined;
|
|
2617
|
-
assetId?: string | undefined;
|
|
2618
|
-
extension?: string | undefined;
|
|
2619
|
-
mimeType?: string | undefined;
|
|
2620
|
-
originalFilename?: string | undefined;
|
|
2621
|
-
sha1Hash?: string | undefined;
|
|
2622
|
-
uploadId?: string | undefined;
|
|
2623
|
-
} | undefined;
|
|
2624
1491
|
}, {
|
|
2625
|
-
|
|
1492
|
+
url: string;
|
|
2626
1493
|
version?: "1.0.0" | undefined;
|
|
2627
|
-
asset?: {
|
|
2628
|
-
label?: string | undefined;
|
|
2629
|
-
title?: string | undefined;
|
|
2630
|
-
path?: string | undefined;
|
|
2631
|
-
url?: string | undefined;
|
|
2632
|
-
version?: "1.0.0" | undefined;
|
|
2633
|
-
size?: number | undefined;
|
|
2634
|
-
description?: string | undefined;
|
|
2635
|
-
altText?: string | undefined;
|
|
2636
|
-
assetId?: string | undefined;
|
|
2637
|
-
extension?: string | undefined;
|
|
2638
|
-
mimeType?: string | undefined;
|
|
2639
|
-
originalFilename?: string | undefined;
|
|
2640
|
-
sha1Hash?: string | undefined;
|
|
2641
|
-
uploadId?: string | undefined;
|
|
2642
|
-
} | undefined;
|
|
2643
1494
|
}>>;
|
|
2644
1495
|
companyWebsite: z.ZodOptional<z.ZodString>;
|
|
2645
1496
|
socialMedia: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2647,260 +1498,115 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2647
1498
|
url: z.ZodString;
|
|
2648
1499
|
type: z.ZodString;
|
|
2649
1500
|
}, "strip", z.ZodTypeAny, {
|
|
2650
|
-
url: string;
|
|
2651
1501
|
type: string;
|
|
1502
|
+
url: string;
|
|
2652
1503
|
version: "1.0.0";
|
|
2653
1504
|
}, {
|
|
2654
|
-
url: string;
|
|
2655
1505
|
type: string;
|
|
1506
|
+
url: string;
|
|
2656
1507
|
version?: "1.0.0" | undefined;
|
|
2657
1508
|
}>, "many">>;
|
|
2658
1509
|
brandColor: z.ZodOptional<z.ZodString>;
|
|
2659
1510
|
companyCareers: z.ZodOptional<z.ZodObject<{
|
|
2660
1511
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
jobBoard: z.ZodOptional<z.ZodObject<{
|
|
1512
|
+
companyCareersUrl: z.ZodString;
|
|
1513
|
+
companyJobBoard: z.ZodOptional<z.ZodObject<{
|
|
2664
1514
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2665
1515
|
type: z.ZodString;
|
|
2666
1516
|
name: z.ZodString;
|
|
2667
1517
|
description: z.ZodString;
|
|
2668
1518
|
logo: z.ZodOptional<z.ZodObject<{
|
|
2669
1519
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2670
|
-
|
|
2671
|
-
asset: z.ZodOptional<z.ZodObject<{
|
|
2672
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2673
|
-
altText: z.ZodOptional<z.ZodString>;
|
|
2674
|
-
assetId: z.ZodOptional<z.ZodString>;
|
|
2675
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2676
|
-
extension: z.ZodOptional<z.ZodString>;
|
|
2677
|
-
label: z.ZodOptional<z.ZodString>;
|
|
2678
|
-
mimeType: z.ZodOptional<z.ZodString>;
|
|
2679
|
-
originalFilename: z.ZodOptional<z.ZodString>;
|
|
2680
|
-
path: z.ZodOptional<z.ZodString>;
|
|
2681
|
-
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
2682
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
2683
|
-
title: z.ZodOptional<z.ZodString>;
|
|
2684
|
-
uploadId: z.ZodOptional<z.ZodString>;
|
|
2685
|
-
url: z.ZodOptional<z.ZodString>;
|
|
2686
|
-
}, "strip", z.ZodTypeAny, {
|
|
2687
|
-
version: "1.0.0";
|
|
2688
|
-
label?: string | undefined;
|
|
2689
|
-
title?: string | undefined;
|
|
2690
|
-
path?: string | undefined;
|
|
2691
|
-
url?: string | undefined;
|
|
2692
|
-
size?: number | undefined;
|
|
2693
|
-
description?: string | undefined;
|
|
2694
|
-
altText?: string | undefined;
|
|
2695
|
-
assetId?: string | undefined;
|
|
2696
|
-
extension?: string | undefined;
|
|
2697
|
-
mimeType?: string | undefined;
|
|
2698
|
-
originalFilename?: string | undefined;
|
|
2699
|
-
sha1Hash?: string | undefined;
|
|
2700
|
-
uploadId?: string | undefined;
|
|
2701
|
-
}, {
|
|
2702
|
-
label?: string | undefined;
|
|
2703
|
-
title?: string | undefined;
|
|
2704
|
-
path?: string | undefined;
|
|
2705
|
-
url?: string | undefined;
|
|
2706
|
-
version?: "1.0.0" | undefined;
|
|
2707
|
-
size?: number | undefined;
|
|
2708
|
-
description?: string | undefined;
|
|
2709
|
-
altText?: string | undefined;
|
|
2710
|
-
assetId?: string | undefined;
|
|
2711
|
-
extension?: string | undefined;
|
|
2712
|
-
mimeType?: string | undefined;
|
|
2713
|
-
originalFilename?: string | undefined;
|
|
2714
|
-
sha1Hash?: string | undefined;
|
|
2715
|
-
uploadId?: string | undefined;
|
|
2716
|
-
}>>;
|
|
1520
|
+
url: z.ZodString;
|
|
2717
1521
|
}, "strip", z.ZodTypeAny, {
|
|
2718
|
-
|
|
1522
|
+
url: string;
|
|
2719
1523
|
version: "1.0.0";
|
|
2720
|
-
asset?: {
|
|
2721
|
-
version: "1.0.0";
|
|
2722
|
-
label?: string | undefined;
|
|
2723
|
-
title?: string | undefined;
|
|
2724
|
-
path?: string | undefined;
|
|
2725
|
-
url?: string | undefined;
|
|
2726
|
-
size?: number | undefined;
|
|
2727
|
-
description?: string | undefined;
|
|
2728
|
-
altText?: string | undefined;
|
|
2729
|
-
assetId?: string | undefined;
|
|
2730
|
-
extension?: string | undefined;
|
|
2731
|
-
mimeType?: string | undefined;
|
|
2732
|
-
originalFilename?: string | undefined;
|
|
2733
|
-
sha1Hash?: string | undefined;
|
|
2734
|
-
uploadId?: string | undefined;
|
|
2735
|
-
} | undefined;
|
|
2736
1524
|
}, {
|
|
2737
|
-
|
|
1525
|
+
url: string;
|
|
2738
1526
|
version?: "1.0.0" | undefined;
|
|
2739
|
-
asset?: {
|
|
2740
|
-
label?: string | undefined;
|
|
2741
|
-
title?: string | undefined;
|
|
2742
|
-
path?: string | undefined;
|
|
2743
|
-
url?: string | undefined;
|
|
2744
|
-
version?: "1.0.0" | undefined;
|
|
2745
|
-
size?: number | undefined;
|
|
2746
|
-
description?: string | undefined;
|
|
2747
|
-
altText?: string | undefined;
|
|
2748
|
-
assetId?: string | undefined;
|
|
2749
|
-
extension?: string | undefined;
|
|
2750
|
-
mimeType?: string | undefined;
|
|
2751
|
-
originalFilename?: string | undefined;
|
|
2752
|
-
sha1Hash?: string | undefined;
|
|
2753
|
-
uploadId?: string | undefined;
|
|
2754
|
-
} | undefined;
|
|
2755
1527
|
}>>;
|
|
2756
1528
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
2757
1529
|
}, "strip", z.ZodTypeAny, {
|
|
2758
|
-
name: string;
|
|
2759
1530
|
type: string;
|
|
1531
|
+
name: string;
|
|
2760
1532
|
version: "1.0.0";
|
|
2761
1533
|
description: string;
|
|
2762
1534
|
logo?: {
|
|
2763
|
-
|
|
1535
|
+
url: string;
|
|
2764
1536
|
version: "1.0.0";
|
|
2765
|
-
asset?: {
|
|
2766
|
-
version: "1.0.0";
|
|
2767
|
-
label?: string | undefined;
|
|
2768
|
-
title?: string | undefined;
|
|
2769
|
-
path?: string | undefined;
|
|
2770
|
-
url?: string | undefined;
|
|
2771
|
-
size?: number | undefined;
|
|
2772
|
-
description?: string | undefined;
|
|
2773
|
-
altText?: string | undefined;
|
|
2774
|
-
assetId?: string | undefined;
|
|
2775
|
-
extension?: string | undefined;
|
|
2776
|
-
mimeType?: string | undefined;
|
|
2777
|
-
originalFilename?: string | undefined;
|
|
2778
|
-
sha1Hash?: string | undefined;
|
|
2779
|
-
uploadId?: string | undefined;
|
|
2780
|
-
} | undefined;
|
|
2781
1537
|
} | undefined;
|
|
2782
1538
|
baseUrl?: string | undefined;
|
|
2783
1539
|
}, {
|
|
2784
|
-
name: string;
|
|
2785
1540
|
type: string;
|
|
1541
|
+
name: string;
|
|
2786
1542
|
description: string;
|
|
2787
1543
|
version?: "1.0.0" | undefined;
|
|
2788
1544
|
logo?: {
|
|
2789
|
-
|
|
1545
|
+
url: string;
|
|
2790
1546
|
version?: "1.0.0" | undefined;
|
|
2791
|
-
asset?: {
|
|
2792
|
-
label?: string | undefined;
|
|
2793
|
-
title?: string | undefined;
|
|
2794
|
-
path?: string | undefined;
|
|
2795
|
-
url?: string | undefined;
|
|
2796
|
-
version?: "1.0.0" | undefined;
|
|
2797
|
-
size?: number | undefined;
|
|
2798
|
-
description?: string | undefined;
|
|
2799
|
-
altText?: string | undefined;
|
|
2800
|
-
assetId?: string | undefined;
|
|
2801
|
-
extension?: string | undefined;
|
|
2802
|
-
mimeType?: string | undefined;
|
|
2803
|
-
originalFilename?: string | undefined;
|
|
2804
|
-
sha1Hash?: string | undefined;
|
|
2805
|
-
uploadId?: string | undefined;
|
|
2806
|
-
} | undefined;
|
|
2807
1547
|
} | undefined;
|
|
2808
1548
|
baseUrl?: string | undefined;
|
|
2809
1549
|
}>>;
|
|
2810
|
-
jobBoardSlug: z.
|
|
1550
|
+
jobBoardSlug: z.ZodArray<z.ZodString, "many">;
|
|
2811
1551
|
companyBenefits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2812
1552
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2813
1553
|
type: z.ZodString;
|
|
2814
|
-
|
|
1554
|
+
name: z.ZodString;
|
|
2815
1555
|
description: z.ZodOptional<z.ZodString>;
|
|
2816
1556
|
category: z.ZodEnum<["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVELOPMENT", "WORK_LIFE_BALANCE"]>;
|
|
2817
1557
|
}, "strip", z.ZodTypeAny, {
|
|
2818
|
-
title: string;
|
|
2819
1558
|
type: string;
|
|
1559
|
+
name: string;
|
|
2820
1560
|
version: "1.0.0";
|
|
2821
1561
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
2822
1562
|
description?: string | undefined;
|
|
2823
1563
|
}, {
|
|
2824
|
-
title: string;
|
|
2825
1564
|
type: string;
|
|
1565
|
+
name: string;
|
|
2826
1566
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
2827
1567
|
version?: "1.0.0" | undefined;
|
|
2828
1568
|
description?: string | undefined;
|
|
2829
1569
|
}>, "many">>;
|
|
2830
1570
|
}, "strip", z.ZodTypeAny, {
|
|
2831
|
-
type: string;
|
|
2832
1571
|
version: "1.0.0";
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
1572
|
+
companyCareersUrl: string;
|
|
1573
|
+
jobBoardSlug: string[];
|
|
1574
|
+
companyJobBoard?: {
|
|
2836
1575
|
type: string;
|
|
1576
|
+
name: string;
|
|
2837
1577
|
version: "1.0.0";
|
|
2838
1578
|
description: string;
|
|
2839
1579
|
logo?: {
|
|
2840
|
-
|
|
1580
|
+
url: string;
|
|
2841
1581
|
version: "1.0.0";
|
|
2842
|
-
asset?: {
|
|
2843
|
-
version: "1.0.0";
|
|
2844
|
-
label?: string | undefined;
|
|
2845
|
-
title?: string | undefined;
|
|
2846
|
-
path?: string | undefined;
|
|
2847
|
-
url?: string | undefined;
|
|
2848
|
-
size?: number | undefined;
|
|
2849
|
-
description?: string | undefined;
|
|
2850
|
-
altText?: string | undefined;
|
|
2851
|
-
assetId?: string | undefined;
|
|
2852
|
-
extension?: string | undefined;
|
|
2853
|
-
mimeType?: string | undefined;
|
|
2854
|
-
originalFilename?: string | undefined;
|
|
2855
|
-
sha1Hash?: string | undefined;
|
|
2856
|
-
uploadId?: string | undefined;
|
|
2857
|
-
} | undefined;
|
|
2858
1582
|
} | undefined;
|
|
2859
1583
|
baseUrl?: string | undefined;
|
|
2860
1584
|
} | undefined;
|
|
2861
|
-
jobBoardSlug?: string[] | undefined;
|
|
2862
1585
|
companyBenefits?: {
|
|
2863
|
-
title: string;
|
|
2864
1586
|
type: string;
|
|
1587
|
+
name: string;
|
|
2865
1588
|
version: "1.0.0";
|
|
2866
1589
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
2867
1590
|
description?: string | undefined;
|
|
2868
1591
|
}[] | undefined;
|
|
2869
1592
|
}, {
|
|
2870
|
-
|
|
2871
|
-
|
|
1593
|
+
companyCareersUrl: string;
|
|
1594
|
+
jobBoardSlug: string[];
|
|
2872
1595
|
version?: "1.0.0" | undefined;
|
|
2873
|
-
|
|
2874
|
-
name: string;
|
|
1596
|
+
companyJobBoard?: {
|
|
2875
1597
|
type: string;
|
|
1598
|
+
name: string;
|
|
2876
1599
|
description: string;
|
|
2877
1600
|
version?: "1.0.0" | undefined;
|
|
2878
1601
|
logo?: {
|
|
2879
|
-
|
|
1602
|
+
url: string;
|
|
2880
1603
|
version?: "1.0.0" | undefined;
|
|
2881
|
-
asset?: {
|
|
2882
|
-
label?: string | undefined;
|
|
2883
|
-
title?: string | undefined;
|
|
2884
|
-
path?: string | undefined;
|
|
2885
|
-
url?: string | undefined;
|
|
2886
|
-
version?: "1.0.0" | undefined;
|
|
2887
|
-
size?: number | undefined;
|
|
2888
|
-
description?: string | undefined;
|
|
2889
|
-
altText?: string | undefined;
|
|
2890
|
-
assetId?: string | undefined;
|
|
2891
|
-
extension?: string | undefined;
|
|
2892
|
-
mimeType?: string | undefined;
|
|
2893
|
-
originalFilename?: string | undefined;
|
|
2894
|
-
sha1Hash?: string | undefined;
|
|
2895
|
-
uploadId?: string | undefined;
|
|
2896
|
-
} | undefined;
|
|
2897
1604
|
} | undefined;
|
|
2898
1605
|
baseUrl?: string | undefined;
|
|
2899
1606
|
} | undefined;
|
|
2900
|
-
jobBoardSlug?: string[] | undefined;
|
|
2901
1607
|
companyBenefits?: {
|
|
2902
|
-
title: string;
|
|
2903
1608
|
type: string;
|
|
1609
|
+
name: string;
|
|
2904
1610
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
2905
1611
|
version?: "1.0.0" | undefined;
|
|
2906
1612
|
description?: string | undefined;
|
|
@@ -2908,51 +1614,44 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2908
1614
|
}>>;
|
|
2909
1615
|
companyPhilosophy: z.ZodOptional<z.ZodObject<{
|
|
2910
1616
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2911
|
-
|
|
2912
|
-
companyMission: z.ZodOptional<z.ZodString>;
|
|
1617
|
+
mission: z.ZodOptional<z.ZodString>;
|
|
2913
1618
|
companyHow: z.ZodOptional<z.ZodString>;
|
|
2914
1619
|
companyCulture: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2915
1620
|
}, "strip", z.ZodTypeAny, {
|
|
2916
|
-
type: string;
|
|
2917
1621
|
version: "1.0.0";
|
|
2918
|
-
|
|
1622
|
+
mission?: string | undefined;
|
|
2919
1623
|
companyHow?: string | undefined;
|
|
2920
1624
|
companyCulture?: string[] | undefined;
|
|
2921
1625
|
}, {
|
|
2922
|
-
type: string;
|
|
2923
1626
|
version?: "1.0.0" | undefined;
|
|
2924
|
-
|
|
1627
|
+
mission?: string | undefined;
|
|
2925
1628
|
companyHow?: string | undefined;
|
|
2926
1629
|
companyCulture?: string[] | undefined;
|
|
2927
1630
|
}>>;
|
|
2928
|
-
|
|
1631
|
+
companyNDG: z.ZodOptional<z.ZodObject<{
|
|
2929
1632
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2930
|
-
type: z.ZodString;
|
|
2931
1633
|
companyWow: z.ZodOptional<z.ZodString>;
|
|
2932
|
-
|
|
1634
|
+
companyNDGTake: z.ZodOptional<z.ZodString>;
|
|
2933
1635
|
companyBestFit: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2934
1636
|
companyInterests: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2935
1637
|
}, "strip", z.ZodTypeAny, {
|
|
2936
|
-
type: string;
|
|
2937
1638
|
version: "1.0.0";
|
|
2938
1639
|
companyWow?: string | undefined;
|
|
2939
|
-
|
|
1640
|
+
companyNDGTake?: string | undefined;
|
|
2940
1641
|
companyBestFit?: string[] | undefined;
|
|
2941
1642
|
companyInterests?: string[] | undefined;
|
|
2942
1643
|
}, {
|
|
2943
|
-
type: string;
|
|
2944
1644
|
version?: "1.0.0" | undefined;
|
|
2945
1645
|
companyWow?: string | undefined;
|
|
2946
|
-
|
|
1646
|
+
companyNDGTake?: string | undefined;
|
|
2947
1647
|
companyBestFit?: string[] | undefined;
|
|
2948
1648
|
companyInterests?: string[] | undefined;
|
|
2949
1649
|
}>>;
|
|
2950
1650
|
foundingInfo: z.ZodOptional<z.ZodObject<{
|
|
2951
1651
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
foundedCity: z.ZodOptional<z.ZodString>;
|
|
1652
|
+
foundedYear: z.ZodOptional<z.ZodString>;
|
|
1653
|
+
foundingCountry: z.ZodOptional<z.ZodString>;
|
|
1654
|
+
foundingCity: z.ZodOptional<z.ZodString>;
|
|
2956
1655
|
founders: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2957
1656
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2958
1657
|
type: z.ZodString;
|
|
@@ -2966,91 +1665,13 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2966
1665
|
isScientist: z.ZodOptional<z.ZodBoolean>;
|
|
2967
1666
|
image: z.ZodOptional<z.ZodObject<{
|
|
2968
1667
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2969
|
-
|
|
2970
|
-
asset: z.ZodOptional<z.ZodObject<{
|
|
2971
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2972
|
-
altText: z.ZodOptional<z.ZodString>;
|
|
2973
|
-
assetId: z.ZodOptional<z.ZodString>;
|
|
2974
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2975
|
-
extension: z.ZodOptional<z.ZodString>;
|
|
2976
|
-
label: z.ZodOptional<z.ZodString>;
|
|
2977
|
-
mimeType: z.ZodOptional<z.ZodString>;
|
|
2978
|
-
originalFilename: z.ZodOptional<z.ZodString>;
|
|
2979
|
-
path: z.ZodOptional<z.ZodString>;
|
|
2980
|
-
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
2981
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
2982
|
-
title: z.ZodOptional<z.ZodString>;
|
|
2983
|
-
uploadId: z.ZodOptional<z.ZodString>;
|
|
2984
|
-
url: z.ZodOptional<z.ZodString>;
|
|
2985
|
-
}, "strip", z.ZodTypeAny, {
|
|
2986
|
-
version: "1.0.0";
|
|
2987
|
-
label?: string | undefined;
|
|
2988
|
-
title?: string | undefined;
|
|
2989
|
-
path?: string | undefined;
|
|
2990
|
-
url?: string | undefined;
|
|
2991
|
-
size?: number | undefined;
|
|
2992
|
-
description?: string | undefined;
|
|
2993
|
-
altText?: string | undefined;
|
|
2994
|
-
assetId?: string | undefined;
|
|
2995
|
-
extension?: string | undefined;
|
|
2996
|
-
mimeType?: string | undefined;
|
|
2997
|
-
originalFilename?: string | undefined;
|
|
2998
|
-
sha1Hash?: string | undefined;
|
|
2999
|
-
uploadId?: string | undefined;
|
|
3000
|
-
}, {
|
|
3001
|
-
label?: string | undefined;
|
|
3002
|
-
title?: string | undefined;
|
|
3003
|
-
path?: string | undefined;
|
|
3004
|
-
url?: string | undefined;
|
|
3005
|
-
version?: "1.0.0" | undefined;
|
|
3006
|
-
size?: number | undefined;
|
|
3007
|
-
description?: string | undefined;
|
|
3008
|
-
altText?: string | undefined;
|
|
3009
|
-
assetId?: string | undefined;
|
|
3010
|
-
extension?: string | undefined;
|
|
3011
|
-
mimeType?: string | undefined;
|
|
3012
|
-
originalFilename?: string | undefined;
|
|
3013
|
-
sha1Hash?: string | undefined;
|
|
3014
|
-
uploadId?: string | undefined;
|
|
3015
|
-
}>>;
|
|
1668
|
+
url: z.ZodString;
|
|
3016
1669
|
}, "strip", z.ZodTypeAny, {
|
|
3017
|
-
|
|
1670
|
+
url: string;
|
|
3018
1671
|
version: "1.0.0";
|
|
3019
|
-
asset?: {
|
|
3020
|
-
version: "1.0.0";
|
|
3021
|
-
label?: string | undefined;
|
|
3022
|
-
title?: string | undefined;
|
|
3023
|
-
path?: string | undefined;
|
|
3024
|
-
url?: string | undefined;
|
|
3025
|
-
size?: number | undefined;
|
|
3026
|
-
description?: string | undefined;
|
|
3027
|
-
altText?: string | undefined;
|
|
3028
|
-
assetId?: string | undefined;
|
|
3029
|
-
extension?: string | undefined;
|
|
3030
|
-
mimeType?: string | undefined;
|
|
3031
|
-
originalFilename?: string | undefined;
|
|
3032
|
-
sha1Hash?: string | undefined;
|
|
3033
|
-
uploadId?: string | undefined;
|
|
3034
|
-
} | undefined;
|
|
3035
1672
|
}, {
|
|
3036
|
-
|
|
1673
|
+
url: string;
|
|
3037
1674
|
version?: "1.0.0" | undefined;
|
|
3038
|
-
asset?: {
|
|
3039
|
-
label?: string | undefined;
|
|
3040
|
-
title?: string | undefined;
|
|
3041
|
-
path?: string | undefined;
|
|
3042
|
-
url?: string | undefined;
|
|
3043
|
-
version?: "1.0.0" | undefined;
|
|
3044
|
-
size?: number | undefined;
|
|
3045
|
-
description?: string | undefined;
|
|
3046
|
-
altText?: string | undefined;
|
|
3047
|
-
assetId?: string | undefined;
|
|
3048
|
-
extension?: string | undefined;
|
|
3049
|
-
mimeType?: string | undefined;
|
|
3050
|
-
originalFilename?: string | undefined;
|
|
3051
|
-
sha1Hash?: string | undefined;
|
|
3052
|
-
uploadId?: string | undefined;
|
|
3053
|
-
} | undefined;
|
|
3054
1675
|
}>>;
|
|
3055
1676
|
email: z.ZodOptional<z.ZodString>;
|
|
3056
1677
|
socialMedia: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -3058,12 +1679,12 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3058
1679
|
url: z.ZodString;
|
|
3059
1680
|
type: z.ZodString;
|
|
3060
1681
|
}, "strip", z.ZodTypeAny, {
|
|
3061
|
-
url: string;
|
|
3062
1682
|
type: string;
|
|
1683
|
+
url: string;
|
|
3063
1684
|
version: "1.0.0";
|
|
3064
1685
|
}, {
|
|
3065
|
-
url: string;
|
|
3066
1686
|
type: string;
|
|
1687
|
+
url: string;
|
|
3067
1688
|
version?: "1.0.0" | undefined;
|
|
3068
1689
|
}>, "many">>;
|
|
3069
1690
|
telephone: z.ZodOptional<z.ZodString>;
|
|
@@ -3080,28 +1701,22 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3080
1701
|
addressRegion: z.ZodOptional<z.ZodString>;
|
|
3081
1702
|
addressLocality: z.ZodOptional<z.ZodString>;
|
|
3082
1703
|
streetAddress: z.ZodOptional<z.ZodString>;
|
|
3083
|
-
streetNumber: z.ZodOptional<z.ZodString>;
|
|
3084
1704
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
3085
|
-
description: z.ZodOptional<z.ZodString>;
|
|
3086
1705
|
}, "strip", z.ZodTypeAny, {
|
|
3087
1706
|
type: string;
|
|
3088
1707
|
version: "1.0.0";
|
|
3089
1708
|
addressCountry: string;
|
|
3090
|
-
description?: string | undefined;
|
|
3091
1709
|
addressRegion?: string | undefined;
|
|
3092
1710
|
addressLocality?: string | undefined;
|
|
3093
1711
|
streetAddress?: string | undefined;
|
|
3094
|
-
streetNumber?: string | undefined;
|
|
3095
1712
|
postalCode?: string | undefined;
|
|
3096
1713
|
}, {
|
|
3097
1714
|
type: string;
|
|
3098
1715
|
addressCountry: string;
|
|
3099
1716
|
version?: "1.0.0" | undefined;
|
|
3100
|
-
description?: string | undefined;
|
|
3101
1717
|
addressRegion?: string | undefined;
|
|
3102
1718
|
addressLocality?: string | undefined;
|
|
3103
1719
|
streetAddress?: string | undefined;
|
|
3104
|
-
streetNumber?: string | undefined;
|
|
3105
1720
|
postalCode?: string | undefined;
|
|
3106
1721
|
}>>;
|
|
3107
1722
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3110,11 +1725,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3110
1725
|
type: string;
|
|
3111
1726
|
version: "1.0.0";
|
|
3112
1727
|
addressCountry: string;
|
|
3113
|
-
description?: string | undefined;
|
|
3114
1728
|
addressRegion?: string | undefined;
|
|
3115
1729
|
addressLocality?: string | undefined;
|
|
3116
1730
|
streetAddress?: string | undefined;
|
|
3117
|
-
streetNumber?: string | undefined;
|
|
3118
1731
|
postalCode?: string | undefined;
|
|
3119
1732
|
} | undefined;
|
|
3120
1733
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -3125,11 +1738,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3125
1738
|
type: string;
|
|
3126
1739
|
addressCountry: string;
|
|
3127
1740
|
version?: "1.0.0" | undefined;
|
|
3128
|
-
description?: string | undefined;
|
|
3129
1741
|
addressRegion?: string | undefined;
|
|
3130
1742
|
addressLocality?: string | undefined;
|
|
3131
1743
|
streetAddress?: string | undefined;
|
|
3132
|
-
streetNumber?: string | undefined;
|
|
3133
1744
|
postalCode?: string | undefined;
|
|
3134
1745
|
} | undefined;
|
|
3135
1746
|
version?: "1.0.0" | undefined;
|
|
@@ -3149,11 +1760,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3149
1760
|
type: string;
|
|
3150
1761
|
version: "1.0.0";
|
|
3151
1762
|
addressCountry: string;
|
|
3152
|
-
description?: string | undefined;
|
|
3153
1763
|
addressRegion?: string | undefined;
|
|
3154
1764
|
addressLocality?: string | undefined;
|
|
3155
1765
|
streetAddress?: string | undefined;
|
|
3156
|
-
streetNumber?: string | undefined;
|
|
3157
1766
|
postalCode?: string | undefined;
|
|
3158
1767
|
} | undefined;
|
|
3159
1768
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -3162,24 +1771,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3162
1771
|
} | undefined;
|
|
3163
1772
|
title?: string[] | undefined;
|
|
3164
1773
|
image?: {
|
|
3165
|
-
|
|
1774
|
+
url: string;
|
|
3166
1775
|
version: "1.0.0";
|
|
3167
|
-
asset?: {
|
|
3168
|
-
version: "1.0.0";
|
|
3169
|
-
label?: string | undefined;
|
|
3170
|
-
title?: string | undefined;
|
|
3171
|
-
path?: string | undefined;
|
|
3172
|
-
url?: string | undefined;
|
|
3173
|
-
size?: number | undefined;
|
|
3174
|
-
description?: string | undefined;
|
|
3175
|
-
altText?: string | undefined;
|
|
3176
|
-
assetId?: string | undefined;
|
|
3177
|
-
extension?: string | undefined;
|
|
3178
|
-
mimeType?: string | undefined;
|
|
3179
|
-
originalFilename?: string | undefined;
|
|
3180
|
-
sha1Hash?: string | undefined;
|
|
3181
|
-
uploadId?: string | undefined;
|
|
3182
|
-
} | undefined;
|
|
3183
1776
|
} | undefined;
|
|
3184
1777
|
url?: string | undefined;
|
|
3185
1778
|
email?: string | undefined;
|
|
@@ -3188,8 +1781,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3188
1781
|
isMedical?: boolean | undefined;
|
|
3189
1782
|
isScientist?: boolean | undefined;
|
|
3190
1783
|
socialMedia?: {
|
|
3191
|
-
url: string;
|
|
3192
1784
|
type: string;
|
|
1785
|
+
url: string;
|
|
3193
1786
|
version: "1.0.0";
|
|
3194
1787
|
}[] | undefined;
|
|
3195
1788
|
telephone?: string | undefined;
|
|
@@ -3203,11 +1796,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3203
1796
|
type: string;
|
|
3204
1797
|
addressCountry: string;
|
|
3205
1798
|
version?: "1.0.0" | undefined;
|
|
3206
|
-
description?: string | undefined;
|
|
3207
1799
|
addressRegion?: string | undefined;
|
|
3208
1800
|
addressLocality?: string | undefined;
|
|
3209
1801
|
streetAddress?: string | undefined;
|
|
3210
|
-
streetNumber?: string | undefined;
|
|
3211
1802
|
postalCode?: string | undefined;
|
|
3212
1803
|
} | undefined;
|
|
3213
1804
|
version?: "1.0.0" | undefined;
|
|
@@ -3217,24 +1808,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3217
1808
|
} | undefined;
|
|
3218
1809
|
title?: string[] | undefined;
|
|
3219
1810
|
image?: {
|
|
3220
|
-
|
|
1811
|
+
url: string;
|
|
3221
1812
|
version?: "1.0.0" | undefined;
|
|
3222
|
-
asset?: {
|
|
3223
|
-
label?: string | undefined;
|
|
3224
|
-
title?: string | undefined;
|
|
3225
|
-
path?: string | undefined;
|
|
3226
|
-
url?: string | undefined;
|
|
3227
|
-
version?: "1.0.0" | undefined;
|
|
3228
|
-
size?: number | undefined;
|
|
3229
|
-
description?: string | undefined;
|
|
3230
|
-
altText?: string | undefined;
|
|
3231
|
-
assetId?: string | undefined;
|
|
3232
|
-
extension?: string | undefined;
|
|
3233
|
-
mimeType?: string | undefined;
|
|
3234
|
-
originalFilename?: string | undefined;
|
|
3235
|
-
sha1Hash?: string | undefined;
|
|
3236
|
-
uploadId?: string | undefined;
|
|
3237
|
-
} | undefined;
|
|
3238
1813
|
} | undefined;
|
|
3239
1814
|
url?: string | undefined;
|
|
3240
1815
|
email?: string | undefined;
|
|
@@ -3244,18 +1819,17 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3244
1819
|
isMedical?: boolean | undefined;
|
|
3245
1820
|
isScientist?: boolean | undefined;
|
|
3246
1821
|
socialMedia?: {
|
|
3247
|
-
url: string;
|
|
3248
1822
|
type: string;
|
|
1823
|
+
url: string;
|
|
3249
1824
|
version?: "1.0.0" | undefined;
|
|
3250
1825
|
}[] | undefined;
|
|
3251
1826
|
telephone?: string | undefined;
|
|
3252
1827
|
}>, "many">>;
|
|
3253
1828
|
}, "strip", z.ZodTypeAny, {
|
|
3254
|
-
type: string;
|
|
3255
1829
|
version: "1.0.0";
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
1830
|
+
foundedYear?: string | undefined;
|
|
1831
|
+
foundingCountry?: string | undefined;
|
|
1832
|
+
foundingCity?: string | undefined;
|
|
3259
1833
|
founders?: {
|
|
3260
1834
|
type: string;
|
|
3261
1835
|
version: "1.0.0";
|
|
@@ -3268,11 +1842,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3268
1842
|
type: string;
|
|
3269
1843
|
version: "1.0.0";
|
|
3270
1844
|
addressCountry: string;
|
|
3271
|
-
description?: string | undefined;
|
|
3272
1845
|
addressRegion?: string | undefined;
|
|
3273
1846
|
addressLocality?: string | undefined;
|
|
3274
1847
|
streetAddress?: string | undefined;
|
|
3275
|
-
streetNumber?: string | undefined;
|
|
3276
1848
|
postalCode?: string | undefined;
|
|
3277
1849
|
} | undefined;
|
|
3278
1850
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -3281,24 +1853,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3281
1853
|
} | undefined;
|
|
3282
1854
|
title?: string[] | undefined;
|
|
3283
1855
|
image?: {
|
|
3284
|
-
|
|
1856
|
+
url: string;
|
|
3285
1857
|
version: "1.0.0";
|
|
3286
|
-
asset?: {
|
|
3287
|
-
version: "1.0.0";
|
|
3288
|
-
label?: string | undefined;
|
|
3289
|
-
title?: string | undefined;
|
|
3290
|
-
path?: string | undefined;
|
|
3291
|
-
url?: string | undefined;
|
|
3292
|
-
size?: number | undefined;
|
|
3293
|
-
description?: string | undefined;
|
|
3294
|
-
altText?: string | undefined;
|
|
3295
|
-
assetId?: string | undefined;
|
|
3296
|
-
extension?: string | undefined;
|
|
3297
|
-
mimeType?: string | undefined;
|
|
3298
|
-
originalFilename?: string | undefined;
|
|
3299
|
-
sha1Hash?: string | undefined;
|
|
3300
|
-
uploadId?: string | undefined;
|
|
3301
|
-
} | undefined;
|
|
3302
1858
|
} | undefined;
|
|
3303
1859
|
url?: string | undefined;
|
|
3304
1860
|
email?: string | undefined;
|
|
@@ -3307,18 +1863,17 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3307
1863
|
isMedical?: boolean | undefined;
|
|
3308
1864
|
isScientist?: boolean | undefined;
|
|
3309
1865
|
socialMedia?: {
|
|
3310
|
-
url: string;
|
|
3311
1866
|
type: string;
|
|
1867
|
+
url: string;
|
|
3312
1868
|
version: "1.0.0";
|
|
3313
1869
|
}[] | undefined;
|
|
3314
1870
|
telephone?: string | undefined;
|
|
3315
1871
|
}[] | undefined;
|
|
3316
1872
|
}, {
|
|
3317
|
-
type: string;
|
|
3318
1873
|
version?: "1.0.0" | undefined;
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
1874
|
+
foundedYear?: string | undefined;
|
|
1875
|
+
foundingCountry?: string | undefined;
|
|
1876
|
+
foundingCity?: string | undefined;
|
|
3322
1877
|
founders?: {
|
|
3323
1878
|
type: string;
|
|
3324
1879
|
firstName: string;
|
|
@@ -3329,11 +1884,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3329
1884
|
type: string;
|
|
3330
1885
|
addressCountry: string;
|
|
3331
1886
|
version?: "1.0.0" | undefined;
|
|
3332
|
-
description?: string | undefined;
|
|
3333
1887
|
addressRegion?: string | undefined;
|
|
3334
1888
|
addressLocality?: string | undefined;
|
|
3335
1889
|
streetAddress?: string | undefined;
|
|
3336
|
-
streetNumber?: string | undefined;
|
|
3337
1890
|
postalCode?: string | undefined;
|
|
3338
1891
|
} | undefined;
|
|
3339
1892
|
version?: "1.0.0" | undefined;
|
|
@@ -3343,24 +1896,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3343
1896
|
} | undefined;
|
|
3344
1897
|
title?: string[] | undefined;
|
|
3345
1898
|
image?: {
|
|
3346
|
-
|
|
1899
|
+
url: string;
|
|
3347
1900
|
version?: "1.0.0" | undefined;
|
|
3348
|
-
asset?: {
|
|
3349
|
-
label?: string | undefined;
|
|
3350
|
-
title?: string | undefined;
|
|
3351
|
-
path?: string | undefined;
|
|
3352
|
-
url?: string | undefined;
|
|
3353
|
-
version?: "1.0.0" | undefined;
|
|
3354
|
-
size?: number | undefined;
|
|
3355
|
-
description?: string | undefined;
|
|
3356
|
-
altText?: string | undefined;
|
|
3357
|
-
assetId?: string | undefined;
|
|
3358
|
-
extension?: string | undefined;
|
|
3359
|
-
mimeType?: string | undefined;
|
|
3360
|
-
originalFilename?: string | undefined;
|
|
3361
|
-
sha1Hash?: string | undefined;
|
|
3362
|
-
uploadId?: string | undefined;
|
|
3363
|
-
} | undefined;
|
|
3364
1901
|
} | undefined;
|
|
3365
1902
|
url?: string | undefined;
|
|
3366
1903
|
email?: string | undefined;
|
|
@@ -3370,8 +1907,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3370
1907
|
isMedical?: boolean | undefined;
|
|
3371
1908
|
isScientist?: boolean | undefined;
|
|
3372
1909
|
socialMedia?: {
|
|
3373
|
-
url: string;
|
|
3374
1910
|
type: string;
|
|
1911
|
+
url: string;
|
|
3375
1912
|
version?: "1.0.0" | undefined;
|
|
3376
1913
|
}[] | undefined;
|
|
3377
1914
|
telephone?: string | undefined;
|
|
@@ -3389,28 +1926,22 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3389
1926
|
addressRegion: z.ZodOptional<z.ZodString>;
|
|
3390
1927
|
addressLocality: z.ZodOptional<z.ZodString>;
|
|
3391
1928
|
streetAddress: z.ZodOptional<z.ZodString>;
|
|
3392
|
-
streetNumber: z.ZodOptional<z.ZodString>;
|
|
3393
1929
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
3394
|
-
description: z.ZodOptional<z.ZodString>;
|
|
3395
1930
|
}, "strip", z.ZodTypeAny, {
|
|
3396
1931
|
type: string;
|
|
3397
1932
|
version: "1.0.0";
|
|
3398
1933
|
addressCountry: string;
|
|
3399
|
-
description?: string | undefined;
|
|
3400
1934
|
addressRegion?: string | undefined;
|
|
3401
1935
|
addressLocality?: string | undefined;
|
|
3402
1936
|
streetAddress?: string | undefined;
|
|
3403
|
-
streetNumber?: string | undefined;
|
|
3404
1937
|
postalCode?: string | undefined;
|
|
3405
1938
|
}, {
|
|
3406
1939
|
type: string;
|
|
3407
1940
|
addressCountry: string;
|
|
3408
1941
|
version?: "1.0.0" | undefined;
|
|
3409
|
-
description?: string | undefined;
|
|
3410
1942
|
addressRegion?: string | undefined;
|
|
3411
1943
|
addressLocality?: string | undefined;
|
|
3412
1944
|
streetAddress?: string | undefined;
|
|
3413
|
-
streetNumber?: string | undefined;
|
|
3414
1945
|
postalCode?: string | undefined;
|
|
3415
1946
|
}>>;
|
|
3416
1947
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3419,11 +1950,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3419
1950
|
type: string;
|
|
3420
1951
|
version: "1.0.0";
|
|
3421
1952
|
addressCountry: string;
|
|
3422
|
-
description?: string | undefined;
|
|
3423
1953
|
addressRegion?: string | undefined;
|
|
3424
1954
|
addressLocality?: string | undefined;
|
|
3425
1955
|
streetAddress?: string | undefined;
|
|
3426
|
-
streetNumber?: string | undefined;
|
|
3427
1956
|
postalCode?: string | undefined;
|
|
3428
1957
|
} | undefined;
|
|
3429
1958
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -3434,11 +1963,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3434
1963
|
type: string;
|
|
3435
1964
|
addressCountry: string;
|
|
3436
1965
|
version?: "1.0.0" | undefined;
|
|
3437
|
-
description?: string | undefined;
|
|
3438
1966
|
addressRegion?: string | undefined;
|
|
3439
1967
|
addressLocality?: string | undefined;
|
|
3440
1968
|
streetAddress?: string | undefined;
|
|
3441
|
-
streetNumber?: string | undefined;
|
|
3442
1969
|
postalCode?: string | undefined;
|
|
3443
1970
|
} | undefined;
|
|
3444
1971
|
version?: "1.0.0" | undefined;
|
|
@@ -3450,128 +1977,86 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3450
1977
|
publishStatus: z.ZodOptional<z.ZodString>;
|
|
3451
1978
|
ngdMetadata: z.ZodOptional<z.ZodObject<{
|
|
3452
1979
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
3453
|
-
type: z.ZodString;
|
|
3454
1980
|
lastScraped: z.ZodOptional<z.ZodString>;
|
|
3455
1981
|
scraperVersion: z.ZodOptional<z.ZodString>;
|
|
3456
1982
|
postProcessorVersion: z.ZodOptional<z.ZodString>;
|
|
3457
1983
|
uniqueRunId: z.ZodOptional<z.ZodString>;
|
|
3458
1984
|
postProcessorUniqueRunId: z.ZodOptional<z.ZodString>;
|
|
3459
|
-
|
|
1985
|
+
shouldThisDocumentBeScraped: z.ZodOptional<z.ZodBoolean>;
|
|
3460
1986
|
}, "strip", z.ZodTypeAny, {
|
|
3461
|
-
type: string;
|
|
3462
1987
|
version: "1.0.0";
|
|
3463
|
-
isScrapeManaged: boolean;
|
|
3464
1988
|
lastScraped?: string | undefined;
|
|
3465
1989
|
scraperVersion?: string | undefined;
|
|
3466
1990
|
postProcessorVersion?: string | undefined;
|
|
3467
1991
|
uniqueRunId?: string | undefined;
|
|
3468
1992
|
postProcessorUniqueRunId?: string | undefined;
|
|
1993
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
3469
1994
|
}, {
|
|
3470
|
-
type: string;
|
|
3471
1995
|
version?: "1.0.0" | undefined;
|
|
3472
1996
|
lastScraped?: string | undefined;
|
|
3473
1997
|
scraperVersion?: string | undefined;
|
|
3474
1998
|
postProcessorVersion?: string | undefined;
|
|
3475
1999
|
uniqueRunId?: string | undefined;
|
|
3476
2000
|
postProcessorUniqueRunId?: string | undefined;
|
|
3477
|
-
|
|
2001
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
3478
2002
|
}>>;
|
|
3479
2003
|
}, "strip", z.ZodTypeAny, {
|
|
3480
|
-
id: string;
|
|
3481
2004
|
type: string;
|
|
3482
2005
|
version: "1.0.0";
|
|
3483
2006
|
slug: string;
|
|
3484
|
-
createdAt: string;
|
|
3485
|
-
updatedAt: string;
|
|
3486
2007
|
companyName: string;
|
|
3487
2008
|
logo?: {
|
|
3488
|
-
|
|
2009
|
+
url: string;
|
|
3489
2010
|
version: "1.0.0";
|
|
3490
|
-
asset?: {
|
|
3491
|
-
version: "1.0.0";
|
|
3492
|
-
label?: string | undefined;
|
|
3493
|
-
title?: string | undefined;
|
|
3494
|
-
path?: string | undefined;
|
|
3495
|
-
url?: string | undefined;
|
|
3496
|
-
size?: number | undefined;
|
|
3497
|
-
description?: string | undefined;
|
|
3498
|
-
altText?: string | undefined;
|
|
3499
|
-
assetId?: string | undefined;
|
|
3500
|
-
extension?: string | undefined;
|
|
3501
|
-
mimeType?: string | undefined;
|
|
3502
|
-
originalFilename?: string | undefined;
|
|
3503
|
-
sha1Hash?: string | undefined;
|
|
3504
|
-
uploadId?: string | undefined;
|
|
3505
|
-
} | undefined;
|
|
3506
2011
|
} | undefined;
|
|
3507
2012
|
socialMedia?: {
|
|
3508
|
-
url: string;
|
|
3509
2013
|
type: string;
|
|
2014
|
+
url: string;
|
|
3510
2015
|
version: "1.0.0";
|
|
3511
2016
|
}[] | undefined;
|
|
3512
2017
|
companyWebsite?: string | undefined;
|
|
3513
2018
|
brandColor?: string | undefined;
|
|
3514
2019
|
companyCareers?: {
|
|
3515
|
-
type: string;
|
|
3516
2020
|
version: "1.0.0";
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
2021
|
+
companyCareersUrl: string;
|
|
2022
|
+
jobBoardSlug: string[];
|
|
2023
|
+
companyJobBoard?: {
|
|
3520
2024
|
type: string;
|
|
2025
|
+
name: string;
|
|
3521
2026
|
version: "1.0.0";
|
|
3522
2027
|
description: string;
|
|
3523
2028
|
logo?: {
|
|
3524
|
-
|
|
2029
|
+
url: string;
|
|
3525
2030
|
version: "1.0.0";
|
|
3526
|
-
asset?: {
|
|
3527
|
-
version: "1.0.0";
|
|
3528
|
-
label?: string | undefined;
|
|
3529
|
-
title?: string | undefined;
|
|
3530
|
-
path?: string | undefined;
|
|
3531
|
-
url?: string | undefined;
|
|
3532
|
-
size?: number | undefined;
|
|
3533
|
-
description?: string | undefined;
|
|
3534
|
-
altText?: string | undefined;
|
|
3535
|
-
assetId?: string | undefined;
|
|
3536
|
-
extension?: string | undefined;
|
|
3537
|
-
mimeType?: string | undefined;
|
|
3538
|
-
originalFilename?: string | undefined;
|
|
3539
|
-
sha1Hash?: string | undefined;
|
|
3540
|
-
uploadId?: string | undefined;
|
|
3541
|
-
} | undefined;
|
|
3542
2031
|
} | undefined;
|
|
3543
2032
|
baseUrl?: string | undefined;
|
|
3544
2033
|
} | undefined;
|
|
3545
|
-
jobBoardSlug?: string[] | undefined;
|
|
3546
2034
|
companyBenefits?: {
|
|
3547
|
-
title: string;
|
|
3548
2035
|
type: string;
|
|
2036
|
+
name: string;
|
|
3549
2037
|
version: "1.0.0";
|
|
3550
2038
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
3551
2039
|
description?: string | undefined;
|
|
3552
2040
|
}[] | undefined;
|
|
3553
2041
|
} | undefined;
|
|
3554
2042
|
companyPhilosophy?: {
|
|
3555
|
-
type: string;
|
|
3556
2043
|
version: "1.0.0";
|
|
3557
|
-
|
|
2044
|
+
mission?: string | undefined;
|
|
3558
2045
|
companyHow?: string | undefined;
|
|
3559
2046
|
companyCulture?: string[] | undefined;
|
|
3560
2047
|
} | undefined;
|
|
3561
|
-
|
|
3562
|
-
type: string;
|
|
2048
|
+
companyNDG?: {
|
|
3563
2049
|
version: "1.0.0";
|
|
3564
2050
|
companyWow?: string | undefined;
|
|
3565
|
-
|
|
2051
|
+
companyNDGTake?: string | undefined;
|
|
3566
2052
|
companyBestFit?: string[] | undefined;
|
|
3567
2053
|
companyInterests?: string[] | undefined;
|
|
3568
2054
|
} | undefined;
|
|
3569
2055
|
foundingInfo?: {
|
|
3570
|
-
type: string;
|
|
3571
2056
|
version: "1.0.0";
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
2057
|
+
foundedYear?: string | undefined;
|
|
2058
|
+
foundingCountry?: string | undefined;
|
|
2059
|
+
foundingCity?: string | undefined;
|
|
3575
2060
|
founders?: {
|
|
3576
2061
|
type: string;
|
|
3577
2062
|
version: "1.0.0";
|
|
@@ -3584,11 +2069,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3584
2069
|
type: string;
|
|
3585
2070
|
version: "1.0.0";
|
|
3586
2071
|
addressCountry: string;
|
|
3587
|
-
description?: string | undefined;
|
|
3588
2072
|
addressRegion?: string | undefined;
|
|
3589
2073
|
addressLocality?: string | undefined;
|
|
3590
2074
|
streetAddress?: string | undefined;
|
|
3591
|
-
streetNumber?: string | undefined;
|
|
3592
2075
|
postalCode?: string | undefined;
|
|
3593
2076
|
} | undefined;
|
|
3594
2077
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -3597,24 +2080,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3597
2080
|
} | undefined;
|
|
3598
2081
|
title?: string[] | undefined;
|
|
3599
2082
|
image?: {
|
|
3600
|
-
|
|
2083
|
+
url: string;
|
|
3601
2084
|
version: "1.0.0";
|
|
3602
|
-
asset?: {
|
|
3603
|
-
version: "1.0.0";
|
|
3604
|
-
label?: string | undefined;
|
|
3605
|
-
title?: string | undefined;
|
|
3606
|
-
path?: string | undefined;
|
|
3607
|
-
url?: string | undefined;
|
|
3608
|
-
size?: number | undefined;
|
|
3609
|
-
description?: string | undefined;
|
|
3610
|
-
altText?: string | undefined;
|
|
3611
|
-
assetId?: string | undefined;
|
|
3612
|
-
extension?: string | undefined;
|
|
3613
|
-
mimeType?: string | undefined;
|
|
3614
|
-
originalFilename?: string | undefined;
|
|
3615
|
-
sha1Hash?: string | undefined;
|
|
3616
|
-
uploadId?: string | undefined;
|
|
3617
|
-
} | undefined;
|
|
3618
2085
|
} | undefined;
|
|
3619
2086
|
url?: string | undefined;
|
|
3620
2087
|
email?: string | undefined;
|
|
@@ -3623,8 +2090,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3623
2090
|
isMedical?: boolean | undefined;
|
|
3624
2091
|
isScientist?: boolean | undefined;
|
|
3625
2092
|
socialMedia?: {
|
|
3626
|
-
url: string;
|
|
3627
2093
|
type: string;
|
|
2094
|
+
url: string;
|
|
3628
2095
|
version: "1.0.0";
|
|
3629
2096
|
}[] | undefined;
|
|
3630
2097
|
telephone?: string | undefined;
|
|
@@ -3636,11 +2103,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3636
2103
|
type: string;
|
|
3637
2104
|
version: "1.0.0";
|
|
3638
2105
|
addressCountry: string;
|
|
3639
|
-
description?: string | undefined;
|
|
3640
2106
|
addressRegion?: string | undefined;
|
|
3641
2107
|
addressLocality?: string | undefined;
|
|
3642
2108
|
streetAddress?: string | undefined;
|
|
3643
|
-
streetNumber?: string | undefined;
|
|
3644
2109
|
postalCode?: string | undefined;
|
|
3645
2110
|
} | undefined;
|
|
3646
2111
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -3650,111 +2115,71 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3650
2115
|
employeeEstimate?: string | undefined;
|
|
3651
2116
|
publishStatus?: string | undefined;
|
|
3652
2117
|
ngdMetadata?: {
|
|
3653
|
-
type: string;
|
|
3654
2118
|
version: "1.0.0";
|
|
3655
|
-
isScrapeManaged: boolean;
|
|
3656
2119
|
lastScraped?: string | undefined;
|
|
3657
2120
|
scraperVersion?: string | undefined;
|
|
3658
2121
|
postProcessorVersion?: string | undefined;
|
|
3659
2122
|
uniqueRunId?: string | undefined;
|
|
3660
2123
|
postProcessorUniqueRunId?: string | undefined;
|
|
2124
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
3661
2125
|
} | undefined;
|
|
3662
2126
|
}, {
|
|
3663
|
-
id: string;
|
|
3664
2127
|
type: string;
|
|
3665
2128
|
slug: string;
|
|
3666
|
-
createdAt: string;
|
|
3667
|
-
updatedAt: string;
|
|
3668
2129
|
companyName: string;
|
|
3669
2130
|
version?: "1.0.0" | undefined;
|
|
3670
2131
|
logo?: {
|
|
3671
|
-
|
|
2132
|
+
url: string;
|
|
3672
2133
|
version?: "1.0.0" | undefined;
|
|
3673
|
-
asset?: {
|
|
3674
|
-
label?: string | undefined;
|
|
3675
|
-
title?: string | undefined;
|
|
3676
|
-
path?: string | undefined;
|
|
3677
|
-
url?: string | undefined;
|
|
3678
|
-
version?: "1.0.0" | undefined;
|
|
3679
|
-
size?: number | undefined;
|
|
3680
|
-
description?: string | undefined;
|
|
3681
|
-
altText?: string | undefined;
|
|
3682
|
-
assetId?: string | undefined;
|
|
3683
|
-
extension?: string | undefined;
|
|
3684
|
-
mimeType?: string | undefined;
|
|
3685
|
-
originalFilename?: string | undefined;
|
|
3686
|
-
sha1Hash?: string | undefined;
|
|
3687
|
-
uploadId?: string | undefined;
|
|
3688
|
-
} | undefined;
|
|
3689
2134
|
} | undefined;
|
|
3690
2135
|
socialMedia?: {
|
|
3691
|
-
url: string;
|
|
3692
2136
|
type: string;
|
|
2137
|
+
url: string;
|
|
3693
2138
|
version?: "1.0.0" | undefined;
|
|
3694
2139
|
}[] | undefined;
|
|
3695
2140
|
companyWebsite?: string | undefined;
|
|
3696
2141
|
brandColor?: string | undefined;
|
|
3697
2142
|
companyCareers?: {
|
|
3698
|
-
|
|
3699
|
-
|
|
2143
|
+
companyCareersUrl: string;
|
|
2144
|
+
jobBoardSlug: string[];
|
|
3700
2145
|
version?: "1.0.0" | undefined;
|
|
3701
|
-
|
|
3702
|
-
name: string;
|
|
2146
|
+
companyJobBoard?: {
|
|
3703
2147
|
type: string;
|
|
2148
|
+
name: string;
|
|
3704
2149
|
description: string;
|
|
3705
2150
|
version?: "1.0.0" | undefined;
|
|
3706
2151
|
logo?: {
|
|
3707
|
-
|
|
2152
|
+
url: string;
|
|
3708
2153
|
version?: "1.0.0" | undefined;
|
|
3709
|
-
asset?: {
|
|
3710
|
-
label?: string | undefined;
|
|
3711
|
-
title?: string | undefined;
|
|
3712
|
-
path?: string | undefined;
|
|
3713
|
-
url?: string | undefined;
|
|
3714
|
-
version?: "1.0.0" | undefined;
|
|
3715
|
-
size?: number | undefined;
|
|
3716
|
-
description?: string | undefined;
|
|
3717
|
-
altText?: string | undefined;
|
|
3718
|
-
assetId?: string | undefined;
|
|
3719
|
-
extension?: string | undefined;
|
|
3720
|
-
mimeType?: string | undefined;
|
|
3721
|
-
originalFilename?: string | undefined;
|
|
3722
|
-
sha1Hash?: string | undefined;
|
|
3723
|
-
uploadId?: string | undefined;
|
|
3724
|
-
} | undefined;
|
|
3725
2154
|
} | undefined;
|
|
3726
2155
|
baseUrl?: string | undefined;
|
|
3727
2156
|
} | undefined;
|
|
3728
|
-
jobBoardSlug?: string[] | undefined;
|
|
3729
2157
|
companyBenefits?: {
|
|
3730
|
-
title: string;
|
|
3731
2158
|
type: string;
|
|
2159
|
+
name: string;
|
|
3732
2160
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
3733
2161
|
version?: "1.0.0" | undefined;
|
|
3734
2162
|
description?: string | undefined;
|
|
3735
2163
|
}[] | undefined;
|
|
3736
2164
|
} | undefined;
|
|
3737
2165
|
companyPhilosophy?: {
|
|
3738
|
-
type: string;
|
|
3739
2166
|
version?: "1.0.0" | undefined;
|
|
3740
|
-
|
|
2167
|
+
mission?: string | undefined;
|
|
3741
2168
|
companyHow?: string | undefined;
|
|
3742
2169
|
companyCulture?: string[] | undefined;
|
|
3743
2170
|
} | undefined;
|
|
3744
|
-
|
|
3745
|
-
type: string;
|
|
2171
|
+
companyNDG?: {
|
|
3746
2172
|
version?: "1.0.0" | undefined;
|
|
3747
2173
|
companyWow?: string | undefined;
|
|
3748
|
-
|
|
2174
|
+
companyNDGTake?: string | undefined;
|
|
3749
2175
|
companyBestFit?: string[] | undefined;
|
|
3750
2176
|
companyInterests?: string[] | undefined;
|
|
3751
2177
|
} | undefined;
|
|
3752
2178
|
foundingInfo?: {
|
|
3753
|
-
type: string;
|
|
3754
2179
|
version?: "1.0.0" | undefined;
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
2180
|
+
foundedYear?: string | undefined;
|
|
2181
|
+
foundingCountry?: string | undefined;
|
|
2182
|
+
foundingCity?: string | undefined;
|
|
3758
2183
|
founders?: {
|
|
3759
2184
|
type: string;
|
|
3760
2185
|
firstName: string;
|
|
@@ -3765,11 +2190,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3765
2190
|
type: string;
|
|
3766
2191
|
addressCountry: string;
|
|
3767
2192
|
version?: "1.0.0" | undefined;
|
|
3768
|
-
description?: string | undefined;
|
|
3769
2193
|
addressRegion?: string | undefined;
|
|
3770
2194
|
addressLocality?: string | undefined;
|
|
3771
2195
|
streetAddress?: string | undefined;
|
|
3772
|
-
streetNumber?: string | undefined;
|
|
3773
2196
|
postalCode?: string | undefined;
|
|
3774
2197
|
} | undefined;
|
|
3775
2198
|
version?: "1.0.0" | undefined;
|
|
@@ -3779,24 +2202,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3779
2202
|
} | undefined;
|
|
3780
2203
|
title?: string[] | undefined;
|
|
3781
2204
|
image?: {
|
|
3782
|
-
|
|
2205
|
+
url: string;
|
|
3783
2206
|
version?: "1.0.0" | undefined;
|
|
3784
|
-
asset?: {
|
|
3785
|
-
label?: string | undefined;
|
|
3786
|
-
title?: string | undefined;
|
|
3787
|
-
path?: string | undefined;
|
|
3788
|
-
url?: string | undefined;
|
|
3789
|
-
version?: "1.0.0" | undefined;
|
|
3790
|
-
size?: number | undefined;
|
|
3791
|
-
description?: string | undefined;
|
|
3792
|
-
altText?: string | undefined;
|
|
3793
|
-
assetId?: string | undefined;
|
|
3794
|
-
extension?: string | undefined;
|
|
3795
|
-
mimeType?: string | undefined;
|
|
3796
|
-
originalFilename?: string | undefined;
|
|
3797
|
-
sha1Hash?: string | undefined;
|
|
3798
|
-
uploadId?: string | undefined;
|
|
3799
|
-
} | undefined;
|
|
3800
2207
|
} | undefined;
|
|
3801
2208
|
url?: string | undefined;
|
|
3802
2209
|
email?: string | undefined;
|
|
@@ -3806,8 +2213,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3806
2213
|
isMedical?: boolean | undefined;
|
|
3807
2214
|
isScientist?: boolean | undefined;
|
|
3808
2215
|
socialMedia?: {
|
|
3809
|
-
url: string;
|
|
3810
2216
|
type: string;
|
|
2217
|
+
url: string;
|
|
3811
2218
|
version?: "1.0.0" | undefined;
|
|
3812
2219
|
}[] | undefined;
|
|
3813
2220
|
telephone?: string | undefined;
|
|
@@ -3818,11 +2225,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3818
2225
|
type: string;
|
|
3819
2226
|
addressCountry: string;
|
|
3820
2227
|
version?: "1.0.0" | undefined;
|
|
3821
|
-
description?: string | undefined;
|
|
3822
2228
|
addressRegion?: string | undefined;
|
|
3823
2229
|
addressLocality?: string | undefined;
|
|
3824
2230
|
streetAddress?: string | undefined;
|
|
3825
|
-
streetNumber?: string | undefined;
|
|
3826
2231
|
postalCode?: string | undefined;
|
|
3827
2232
|
} | undefined;
|
|
3828
2233
|
version?: "1.0.0" | undefined;
|
|
@@ -3833,14 +2238,13 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3833
2238
|
employeeEstimate?: string | undefined;
|
|
3834
2239
|
publishStatus?: string | undefined;
|
|
3835
2240
|
ngdMetadata?: {
|
|
3836
|
-
type: string;
|
|
3837
2241
|
version?: "1.0.0" | undefined;
|
|
3838
2242
|
lastScraped?: string | undefined;
|
|
3839
2243
|
scraperVersion?: string | undefined;
|
|
3840
2244
|
postProcessorVersion?: string | undefined;
|
|
3841
2245
|
uniqueRunId?: string | undefined;
|
|
3842
2246
|
postProcessorUniqueRunId?: string | undefined;
|
|
3843
|
-
|
|
2247
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
3844
2248
|
} | undefined;
|
|
3845
2249
|
}>>;
|
|
3846
2250
|
geoLocation: z.ZodOptional<z.ZodObject<{
|
|
@@ -3855,28 +2259,22 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3855
2259
|
addressRegion: z.ZodOptional<z.ZodString>;
|
|
3856
2260
|
addressLocality: z.ZodOptional<z.ZodString>;
|
|
3857
2261
|
streetAddress: z.ZodOptional<z.ZodString>;
|
|
3858
|
-
streetNumber: z.ZodOptional<z.ZodString>;
|
|
3859
2262
|
postalCode: z.ZodOptional<z.ZodString>;
|
|
3860
|
-
description: z.ZodOptional<z.ZodString>;
|
|
3861
2263
|
}, "strip", z.ZodTypeAny, {
|
|
3862
2264
|
type: string;
|
|
3863
2265
|
version: "1.0.0";
|
|
3864
2266
|
addressCountry: string;
|
|
3865
|
-
description?: string | undefined;
|
|
3866
2267
|
addressRegion?: string | undefined;
|
|
3867
2268
|
addressLocality?: string | undefined;
|
|
3868
2269
|
streetAddress?: string | undefined;
|
|
3869
|
-
streetNumber?: string | undefined;
|
|
3870
2270
|
postalCode?: string | undefined;
|
|
3871
2271
|
}, {
|
|
3872
2272
|
type: string;
|
|
3873
2273
|
addressCountry: string;
|
|
3874
2274
|
version?: "1.0.0" | undefined;
|
|
3875
|
-
description?: string | undefined;
|
|
3876
2275
|
addressRegion?: string | undefined;
|
|
3877
2276
|
addressLocality?: string | undefined;
|
|
3878
2277
|
streetAddress?: string | undefined;
|
|
3879
|
-
streetNumber?: string | undefined;
|
|
3880
2278
|
postalCode?: string | undefined;
|
|
3881
2279
|
}>>;
|
|
3882
2280
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3885,11 +2283,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3885
2283
|
type: string;
|
|
3886
2284
|
version: "1.0.0";
|
|
3887
2285
|
addressCountry: string;
|
|
3888
|
-
description?: string | undefined;
|
|
3889
2286
|
addressRegion?: string | undefined;
|
|
3890
2287
|
addressLocality?: string | undefined;
|
|
3891
2288
|
streetAddress?: string | undefined;
|
|
3892
|
-
streetNumber?: string | undefined;
|
|
3893
2289
|
postalCode?: string | undefined;
|
|
3894
2290
|
} | undefined;
|
|
3895
2291
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -3900,11 +2296,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3900
2296
|
type: string;
|
|
3901
2297
|
addressCountry: string;
|
|
3902
2298
|
version?: "1.0.0" | undefined;
|
|
3903
|
-
description?: string | undefined;
|
|
3904
2299
|
addressRegion?: string | undefined;
|
|
3905
2300
|
addressLocality?: string | undefined;
|
|
3906
2301
|
streetAddress?: string | undefined;
|
|
3907
|
-
streetNumber?: string | undefined;
|
|
3908
2302
|
postalCode?: string | undefined;
|
|
3909
2303
|
} | undefined;
|
|
3910
2304
|
version?: "1.0.0" | undefined;
|
|
@@ -3915,108 +2309,67 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3915
2309
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
3916
2310
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
3917
2311
|
}, "strip", z.ZodTypeAny, {
|
|
3918
|
-
name: string;
|
|
3919
2312
|
type: string;
|
|
2313
|
+
name: string;
|
|
3920
2314
|
version: "1.0.0";
|
|
3921
2315
|
officeType: "BRANCH" | "HEADQUARTERS" | "SATELLITE";
|
|
3922
|
-
createdAt?: string | undefined;
|
|
3923
|
-
updatedAt?: string | undefined;
|
|
3924
2316
|
companyId?: {
|
|
3925
|
-
id: string;
|
|
3926
2317
|
type: string;
|
|
3927
2318
|
version: "1.0.0";
|
|
3928
2319
|
slug: string;
|
|
3929
|
-
createdAt: string;
|
|
3930
|
-
updatedAt: string;
|
|
3931
2320
|
companyName: string;
|
|
3932
2321
|
logo?: {
|
|
3933
|
-
|
|
2322
|
+
url: string;
|
|
3934
2323
|
version: "1.0.0";
|
|
3935
|
-
asset?: {
|
|
3936
|
-
version: "1.0.0";
|
|
3937
|
-
label?: string | undefined;
|
|
3938
|
-
title?: string | undefined;
|
|
3939
|
-
path?: string | undefined;
|
|
3940
|
-
url?: string | undefined;
|
|
3941
|
-
size?: number | undefined;
|
|
3942
|
-
description?: string | undefined;
|
|
3943
|
-
altText?: string | undefined;
|
|
3944
|
-
assetId?: string | undefined;
|
|
3945
|
-
extension?: string | undefined;
|
|
3946
|
-
mimeType?: string | undefined;
|
|
3947
|
-
originalFilename?: string | undefined;
|
|
3948
|
-
sha1Hash?: string | undefined;
|
|
3949
|
-
uploadId?: string | undefined;
|
|
3950
|
-
} | undefined;
|
|
3951
2324
|
} | undefined;
|
|
3952
2325
|
socialMedia?: {
|
|
3953
|
-
url: string;
|
|
3954
2326
|
type: string;
|
|
2327
|
+
url: string;
|
|
3955
2328
|
version: "1.0.0";
|
|
3956
2329
|
}[] | undefined;
|
|
3957
2330
|
companyWebsite?: string | undefined;
|
|
3958
2331
|
brandColor?: string | undefined;
|
|
3959
2332
|
companyCareers?: {
|
|
3960
|
-
type: string;
|
|
3961
2333
|
version: "1.0.0";
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
2334
|
+
companyCareersUrl: string;
|
|
2335
|
+
jobBoardSlug: string[];
|
|
2336
|
+
companyJobBoard?: {
|
|
3965
2337
|
type: string;
|
|
2338
|
+
name: string;
|
|
3966
2339
|
version: "1.0.0";
|
|
3967
2340
|
description: string;
|
|
3968
2341
|
logo?: {
|
|
3969
|
-
|
|
2342
|
+
url: string;
|
|
3970
2343
|
version: "1.0.0";
|
|
3971
|
-
asset?: {
|
|
3972
|
-
version: "1.0.0";
|
|
3973
|
-
label?: string | undefined;
|
|
3974
|
-
title?: string | undefined;
|
|
3975
|
-
path?: string | undefined;
|
|
3976
|
-
url?: string | undefined;
|
|
3977
|
-
size?: number | undefined;
|
|
3978
|
-
description?: string | undefined;
|
|
3979
|
-
altText?: string | undefined;
|
|
3980
|
-
assetId?: string | undefined;
|
|
3981
|
-
extension?: string | undefined;
|
|
3982
|
-
mimeType?: string | undefined;
|
|
3983
|
-
originalFilename?: string | undefined;
|
|
3984
|
-
sha1Hash?: string | undefined;
|
|
3985
|
-
uploadId?: string | undefined;
|
|
3986
|
-
} | undefined;
|
|
3987
2344
|
} | undefined;
|
|
3988
2345
|
baseUrl?: string | undefined;
|
|
3989
2346
|
} | undefined;
|
|
3990
|
-
jobBoardSlug?: string[] | undefined;
|
|
3991
2347
|
companyBenefits?: {
|
|
3992
|
-
title: string;
|
|
3993
2348
|
type: string;
|
|
2349
|
+
name: string;
|
|
3994
2350
|
version: "1.0.0";
|
|
3995
2351
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
3996
2352
|
description?: string | undefined;
|
|
3997
2353
|
}[] | undefined;
|
|
3998
2354
|
} | undefined;
|
|
3999
2355
|
companyPhilosophy?: {
|
|
4000
|
-
type: string;
|
|
4001
2356
|
version: "1.0.0";
|
|
4002
|
-
|
|
2357
|
+
mission?: string | undefined;
|
|
4003
2358
|
companyHow?: string | undefined;
|
|
4004
2359
|
companyCulture?: string[] | undefined;
|
|
4005
2360
|
} | undefined;
|
|
4006
|
-
|
|
4007
|
-
type: string;
|
|
2361
|
+
companyNDG?: {
|
|
4008
2362
|
version: "1.0.0";
|
|
4009
2363
|
companyWow?: string | undefined;
|
|
4010
|
-
|
|
2364
|
+
companyNDGTake?: string | undefined;
|
|
4011
2365
|
companyBestFit?: string[] | undefined;
|
|
4012
2366
|
companyInterests?: string[] | undefined;
|
|
4013
2367
|
} | undefined;
|
|
4014
2368
|
foundingInfo?: {
|
|
4015
|
-
type: string;
|
|
4016
2369
|
version: "1.0.0";
|
|
4017
|
-
|
|
4018
|
-
|
|
4019
|
-
|
|
2370
|
+
foundedYear?: string | undefined;
|
|
2371
|
+
foundingCountry?: string | undefined;
|
|
2372
|
+
foundingCity?: string | undefined;
|
|
4020
2373
|
founders?: {
|
|
4021
2374
|
type: string;
|
|
4022
2375
|
version: "1.0.0";
|
|
@@ -4029,11 +2382,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4029
2382
|
type: string;
|
|
4030
2383
|
version: "1.0.0";
|
|
4031
2384
|
addressCountry: string;
|
|
4032
|
-
description?: string | undefined;
|
|
4033
2385
|
addressRegion?: string | undefined;
|
|
4034
2386
|
addressLocality?: string | undefined;
|
|
4035
2387
|
streetAddress?: string | undefined;
|
|
4036
|
-
streetNumber?: string | undefined;
|
|
4037
2388
|
postalCode?: string | undefined;
|
|
4038
2389
|
} | undefined;
|
|
4039
2390
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -4042,24 +2393,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4042
2393
|
} | undefined;
|
|
4043
2394
|
title?: string[] | undefined;
|
|
4044
2395
|
image?: {
|
|
4045
|
-
|
|
2396
|
+
url: string;
|
|
4046
2397
|
version: "1.0.0";
|
|
4047
|
-
asset?: {
|
|
4048
|
-
version: "1.0.0";
|
|
4049
|
-
label?: string | undefined;
|
|
4050
|
-
title?: string | undefined;
|
|
4051
|
-
path?: string | undefined;
|
|
4052
|
-
url?: string | undefined;
|
|
4053
|
-
size?: number | undefined;
|
|
4054
|
-
description?: string | undefined;
|
|
4055
|
-
altText?: string | undefined;
|
|
4056
|
-
assetId?: string | undefined;
|
|
4057
|
-
extension?: string | undefined;
|
|
4058
|
-
mimeType?: string | undefined;
|
|
4059
|
-
originalFilename?: string | undefined;
|
|
4060
|
-
sha1Hash?: string | undefined;
|
|
4061
|
-
uploadId?: string | undefined;
|
|
4062
|
-
} | undefined;
|
|
4063
2398
|
} | undefined;
|
|
4064
2399
|
url?: string | undefined;
|
|
4065
2400
|
email?: string | undefined;
|
|
@@ -4068,8 +2403,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4068
2403
|
isMedical?: boolean | undefined;
|
|
4069
2404
|
isScientist?: boolean | undefined;
|
|
4070
2405
|
socialMedia?: {
|
|
4071
|
-
url: string;
|
|
4072
2406
|
type: string;
|
|
2407
|
+
url: string;
|
|
4073
2408
|
version: "1.0.0";
|
|
4074
2409
|
}[] | undefined;
|
|
4075
2410
|
telephone?: string | undefined;
|
|
@@ -4081,11 +2416,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4081
2416
|
type: string;
|
|
4082
2417
|
version: "1.0.0";
|
|
4083
2418
|
addressCountry: string;
|
|
4084
|
-
description?: string | undefined;
|
|
4085
2419
|
addressRegion?: string | undefined;
|
|
4086
2420
|
addressLocality?: string | undefined;
|
|
4087
2421
|
streetAddress?: string | undefined;
|
|
4088
|
-
streetNumber?: string | undefined;
|
|
4089
2422
|
postalCode?: string | undefined;
|
|
4090
2423
|
} | undefined;
|
|
4091
2424
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
@@ -4095,14 +2428,13 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4095
2428
|
employeeEstimate?: string | undefined;
|
|
4096
2429
|
publishStatus?: string | undefined;
|
|
4097
2430
|
ngdMetadata?: {
|
|
4098
|
-
type: string;
|
|
4099
2431
|
version: "1.0.0";
|
|
4100
|
-
isScrapeManaged: boolean;
|
|
4101
2432
|
lastScraped?: string | undefined;
|
|
4102
2433
|
scraperVersion?: string | undefined;
|
|
4103
2434
|
postProcessorVersion?: string | undefined;
|
|
4104
2435
|
uniqueRunId?: string | undefined;
|
|
4105
2436
|
postProcessorUniqueRunId?: string | undefined;
|
|
2437
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
4106
2438
|
} | undefined;
|
|
4107
2439
|
} | undefined;
|
|
4108
2440
|
geoLocation?: {
|
|
@@ -4111,120 +2443,79 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4111
2443
|
type: string;
|
|
4112
2444
|
version: "1.0.0";
|
|
4113
2445
|
addressCountry: string;
|
|
4114
|
-
description?: string | undefined;
|
|
4115
2446
|
addressRegion?: string | undefined;
|
|
4116
2447
|
addressLocality?: string | undefined;
|
|
4117
2448
|
streetAddress?: string | undefined;
|
|
4118
|
-
streetNumber?: string | undefined;
|
|
4119
2449
|
postalCode?: string | undefined;
|
|
4120
2450
|
} | undefined;
|
|
4121
2451
|
detailLevel?: "COUNTRY" | "GEO" | "LOCALITY" | "POSTAL_CODE" | "REGION" | undefined;
|
|
4122
2452
|
latitude?: number | undefined;
|
|
4123
2453
|
longitude?: number | undefined;
|
|
4124
2454
|
} | undefined;
|
|
2455
|
+
createdAt?: string | undefined;
|
|
2456
|
+
updatedAt?: string | undefined;
|
|
4125
2457
|
}, {
|
|
4126
|
-
name: string;
|
|
4127
2458
|
type: string;
|
|
2459
|
+
name: string;
|
|
4128
2460
|
officeType: "BRANCH" | "HEADQUARTERS" | "SATELLITE";
|
|
4129
2461
|
version?: "1.0.0" | undefined;
|
|
4130
|
-
createdAt?: string | undefined;
|
|
4131
|
-
updatedAt?: string | undefined;
|
|
4132
2462
|
companyId?: {
|
|
4133
|
-
id: string;
|
|
4134
2463
|
type: string;
|
|
4135
2464
|
slug: string;
|
|
4136
|
-
createdAt: string;
|
|
4137
|
-
updatedAt: string;
|
|
4138
2465
|
companyName: string;
|
|
4139
2466
|
version?: "1.0.0" | undefined;
|
|
4140
2467
|
logo?: {
|
|
4141
|
-
|
|
2468
|
+
url: string;
|
|
4142
2469
|
version?: "1.0.0" | undefined;
|
|
4143
|
-
asset?: {
|
|
4144
|
-
label?: string | undefined;
|
|
4145
|
-
title?: string | undefined;
|
|
4146
|
-
path?: string | undefined;
|
|
4147
|
-
url?: string | undefined;
|
|
4148
|
-
version?: "1.0.0" | undefined;
|
|
4149
|
-
size?: number | undefined;
|
|
4150
|
-
description?: string | undefined;
|
|
4151
|
-
altText?: string | undefined;
|
|
4152
|
-
assetId?: string | undefined;
|
|
4153
|
-
extension?: string | undefined;
|
|
4154
|
-
mimeType?: string | undefined;
|
|
4155
|
-
originalFilename?: string | undefined;
|
|
4156
|
-
sha1Hash?: string | undefined;
|
|
4157
|
-
uploadId?: string | undefined;
|
|
4158
|
-
} | undefined;
|
|
4159
2470
|
} | undefined;
|
|
4160
2471
|
socialMedia?: {
|
|
4161
|
-
url: string;
|
|
4162
2472
|
type: string;
|
|
2473
|
+
url: string;
|
|
4163
2474
|
version?: "1.0.0" | undefined;
|
|
4164
2475
|
}[] | undefined;
|
|
4165
2476
|
companyWebsite?: string | undefined;
|
|
4166
2477
|
brandColor?: string | undefined;
|
|
4167
2478
|
companyCareers?: {
|
|
4168
|
-
|
|
4169
|
-
|
|
2479
|
+
companyCareersUrl: string;
|
|
2480
|
+
jobBoardSlug: string[];
|
|
4170
2481
|
version?: "1.0.0" | undefined;
|
|
4171
|
-
|
|
4172
|
-
name: string;
|
|
2482
|
+
companyJobBoard?: {
|
|
4173
2483
|
type: string;
|
|
2484
|
+
name: string;
|
|
4174
2485
|
description: string;
|
|
4175
2486
|
version?: "1.0.0" | undefined;
|
|
4176
2487
|
logo?: {
|
|
4177
|
-
|
|
2488
|
+
url: string;
|
|
4178
2489
|
version?: "1.0.0" | undefined;
|
|
4179
|
-
asset?: {
|
|
4180
|
-
label?: string | undefined;
|
|
4181
|
-
title?: string | undefined;
|
|
4182
|
-
path?: string | undefined;
|
|
4183
|
-
url?: string | undefined;
|
|
4184
|
-
version?: "1.0.0" | undefined;
|
|
4185
|
-
size?: number | undefined;
|
|
4186
|
-
description?: string | undefined;
|
|
4187
|
-
altText?: string | undefined;
|
|
4188
|
-
assetId?: string | undefined;
|
|
4189
|
-
extension?: string | undefined;
|
|
4190
|
-
mimeType?: string | undefined;
|
|
4191
|
-
originalFilename?: string | undefined;
|
|
4192
|
-
sha1Hash?: string | undefined;
|
|
4193
|
-
uploadId?: string | undefined;
|
|
4194
|
-
} | undefined;
|
|
4195
2490
|
} | undefined;
|
|
4196
2491
|
baseUrl?: string | undefined;
|
|
4197
2492
|
} | undefined;
|
|
4198
|
-
jobBoardSlug?: string[] | undefined;
|
|
4199
2493
|
companyBenefits?: {
|
|
4200
|
-
title: string;
|
|
4201
2494
|
type: string;
|
|
2495
|
+
name: string;
|
|
4202
2496
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
4203
2497
|
version?: "1.0.0" | undefined;
|
|
4204
2498
|
description?: string | undefined;
|
|
4205
2499
|
}[] | undefined;
|
|
4206
2500
|
} | undefined;
|
|
4207
2501
|
companyPhilosophy?: {
|
|
4208
|
-
type: string;
|
|
4209
2502
|
version?: "1.0.0" | undefined;
|
|
4210
|
-
|
|
2503
|
+
mission?: string | undefined;
|
|
4211
2504
|
companyHow?: string | undefined;
|
|
4212
2505
|
companyCulture?: string[] | undefined;
|
|
4213
2506
|
} | undefined;
|
|
4214
|
-
|
|
4215
|
-
type: string;
|
|
2507
|
+
companyNDG?: {
|
|
4216
2508
|
version?: "1.0.0" | undefined;
|
|
4217
2509
|
companyWow?: string | undefined;
|
|
4218
|
-
|
|
2510
|
+
companyNDGTake?: string | undefined;
|
|
4219
2511
|
companyBestFit?: string[] | undefined;
|
|
4220
2512
|
companyInterests?: string[] | undefined;
|
|
4221
2513
|
} | undefined;
|
|
4222
2514
|
foundingInfo?: {
|
|
4223
|
-
type: string;
|
|
4224
2515
|
version?: "1.0.0" | undefined;
|
|
4225
|
-
|
|
4226
|
-
|
|
4227
|
-
|
|
2516
|
+
foundedYear?: string | undefined;
|
|
2517
|
+
foundingCountry?: string | undefined;
|
|
2518
|
+
foundingCity?: string | undefined;
|
|
4228
2519
|
founders?: {
|
|
4229
2520
|
type: string;
|
|
4230
2521
|
firstName: string;
|
|
@@ -4235,11 +2526,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4235
2526
|
type: string;
|
|
4236
2527
|
addressCountry: string;
|
|
4237
2528
|
version?: "1.0.0" | undefined;
|
|
4238
|
-
description?: string | undefined;
|
|
4239
2529
|
addressRegion?: string | undefined;
|
|
4240
2530
|
addressLocality?: string | undefined;
|
|
4241
2531
|
streetAddress?: string | undefined;
|
|
4242
|
-
streetNumber?: string | undefined;
|
|
4243
2532
|
postalCode?: string | undefined;
|
|
4244
2533
|
} | undefined;
|
|
4245
2534
|
version?: "1.0.0" | undefined;
|
|
@@ -4249,24 +2538,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4249
2538
|
} | undefined;
|
|
4250
2539
|
title?: string[] | undefined;
|
|
4251
2540
|
image?: {
|
|
4252
|
-
|
|
2541
|
+
url: string;
|
|
4253
2542
|
version?: "1.0.0" | undefined;
|
|
4254
|
-
asset?: {
|
|
4255
|
-
label?: string | undefined;
|
|
4256
|
-
title?: string | undefined;
|
|
4257
|
-
path?: string | undefined;
|
|
4258
|
-
url?: string | undefined;
|
|
4259
|
-
version?: "1.0.0" | undefined;
|
|
4260
|
-
size?: number | undefined;
|
|
4261
|
-
description?: string | undefined;
|
|
4262
|
-
altText?: string | undefined;
|
|
4263
|
-
assetId?: string | undefined;
|
|
4264
|
-
extension?: string | undefined;
|
|
4265
|
-
mimeType?: string | undefined;
|
|
4266
|
-
originalFilename?: string | undefined;
|
|
4267
|
-
sha1Hash?: string | undefined;
|
|
4268
|
-
uploadId?: string | undefined;
|
|
4269
|
-
} | undefined;
|
|
4270
2543
|
} | undefined;
|
|
4271
2544
|
url?: string | undefined;
|
|
4272
2545
|
email?: string | undefined;
|
|
@@ -4276,8 +2549,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4276
2549
|
isMedical?: boolean | undefined;
|
|
4277
2550
|
isScientist?: boolean | undefined;
|
|
4278
2551
|
socialMedia?: {
|
|
4279
|
-
url: string;
|
|
4280
2552
|
type: string;
|
|
2553
|
+
url: string;
|
|
4281
2554
|
version?: "1.0.0" | undefined;
|
|
4282
2555
|
}[] | undefined;
|
|
4283
2556
|
telephone?: string | undefined;
|
|
@@ -4288,11 +2561,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4288
2561
|
type: string;
|
|
4289
2562
|
addressCountry: string;
|
|
4290
2563
|
version?: "1.0.0" | undefined;
|
|
4291
|
-
description?: string | undefined;
|
|
4292
2564
|
addressRegion?: string | undefined;
|
|
4293
2565
|
addressLocality?: string | undefined;
|
|
4294
2566
|
streetAddress?: string | undefined;
|
|
4295
|
-
streetNumber?: string | undefined;
|
|
4296
2567
|
postalCode?: string | undefined;
|
|
4297
2568
|
} | undefined;
|
|
4298
2569
|
version?: "1.0.0" | undefined;
|
|
@@ -4303,14 +2574,13 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4303
2574
|
employeeEstimate?: string | undefined;
|
|
4304
2575
|
publishStatus?: string | undefined;
|
|
4305
2576
|
ngdMetadata?: {
|
|
4306
|
-
type: string;
|
|
4307
2577
|
version?: "1.0.0" | undefined;
|
|
4308
2578
|
lastScraped?: string | undefined;
|
|
4309
2579
|
scraperVersion?: string | undefined;
|
|
4310
2580
|
postProcessorVersion?: string | undefined;
|
|
4311
2581
|
uniqueRunId?: string | undefined;
|
|
4312
2582
|
postProcessorUniqueRunId?: string | undefined;
|
|
4313
|
-
|
|
2583
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
4314
2584
|
} | undefined;
|
|
4315
2585
|
} | undefined;
|
|
4316
2586
|
geoLocation?: {
|
|
@@ -4318,11 +2588,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4318
2588
|
type: string;
|
|
4319
2589
|
addressCountry: string;
|
|
4320
2590
|
version?: "1.0.0" | undefined;
|
|
4321
|
-
description?: string | undefined;
|
|
4322
2591
|
addressRegion?: string | undefined;
|
|
4323
2592
|
addressLocality?: string | undefined;
|
|
4324
2593
|
streetAddress?: string | undefined;
|
|
4325
|
-
streetNumber?: string | undefined;
|
|
4326
2594
|
postalCode?: string | undefined;
|
|
4327
2595
|
} | undefined;
|
|
4328
2596
|
version?: "1.0.0" | undefined;
|
|
@@ -4330,16 +2598,19 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4330
2598
|
latitude?: number | undefined;
|
|
4331
2599
|
longitude?: number | undefined;
|
|
4332
2600
|
} | undefined;
|
|
2601
|
+
createdAt?: string | undefined;
|
|
2602
|
+
updatedAt?: string | undefined;
|
|
4333
2603
|
}>;
|
|
4334
2604
|
type OfficeModel = z.infer<typeof officeSchema>;
|
|
4335
2605
|
|
|
4336
2606
|
declare const company_service_latest_CategoryEnum: typeof CategoryEnum;
|
|
4337
2607
|
type company_service_latest_CompanyBenefitsModel = CompanyBenefitsModel;
|
|
4338
|
-
type
|
|
2608
|
+
type company_service_latest_CompanyCareersPageModel = CompanyCareersPageModel;
|
|
4339
2609
|
type company_service_latest_CompanyModel = CompanyModel;
|
|
4340
2610
|
type company_service_latest_CompanyNdgModel = CompanyNdgModel;
|
|
4341
2611
|
type company_service_latest_CompanyPhilosophyModel = CompanyPhilosophyModel;
|
|
4342
2612
|
type company_service_latest_FoundingInformationModel = FoundingInformationModel;
|
|
2613
|
+
type company_service_latest_ImageModel = ImageModel;
|
|
4343
2614
|
type company_service_latest_IndustryModel = IndustryModel;
|
|
4344
2615
|
type company_service_latest_JobBoardModel = JobBoardModel;
|
|
4345
2616
|
type company_service_latest_NgdMetadataModel = NgdMetadataModel;
|
|
@@ -4351,11 +2622,12 @@ type company_service_latest_SocialMediaModel = SocialMediaModel;
|
|
|
4351
2622
|
declare const company_service_latest_TitleEnum: typeof TitleEnum;
|
|
4352
2623
|
declare const company_service_latest_TypeEnum: typeof TypeEnum;
|
|
4353
2624
|
declare const company_service_latest_companyBenefitsSchema: typeof companyBenefitsSchema;
|
|
4354
|
-
declare const
|
|
2625
|
+
declare const company_service_latest_companyCareersPageSchema: typeof companyCareersPageSchema;
|
|
4355
2626
|
declare const company_service_latest_companyNdgSchema: typeof companyNdgSchema;
|
|
4356
2627
|
declare const company_service_latest_companyPhilosophySchema: typeof companyPhilosophySchema;
|
|
4357
2628
|
declare const company_service_latest_companySchema: typeof companySchema;
|
|
4358
2629
|
declare const company_service_latest_foundingInformationSchema: typeof foundingInformationSchema;
|
|
2630
|
+
declare const company_service_latest_imageSchema: typeof imageSchema;
|
|
4359
2631
|
declare const company_service_latest_industrySchema: typeof industrySchema;
|
|
4360
2632
|
declare const company_service_latest_jobBoardSchema: typeof jobBoardSchema;
|
|
4361
2633
|
declare const company_service_latest_ngdMetadataSchema: typeof ngdMetadataSchema;
|
|
@@ -4363,7 +2635,7 @@ declare const company_service_latest_officeSchema: typeof officeSchema;
|
|
|
4363
2635
|
declare const company_service_latest_personSchema: typeof personSchema;
|
|
4364
2636
|
declare const company_service_latest_socialMediaSchema: typeof socialMediaSchema;
|
|
4365
2637
|
declare namespace company_service_latest {
|
|
4366
|
-
export { company_service_latest_CategoryEnum as CategoryEnum, type company_service_latest_CompanyBenefitsModel as CompanyBenefitsModel, type
|
|
2638
|
+
export { company_service_latest_CategoryEnum as CategoryEnum, type company_service_latest_CompanyBenefitsModel as CompanyBenefitsModel, type company_service_latest_CompanyCareersPageModel as CompanyCareersPageModel, type company_service_latest_CompanyModel as CompanyModel, type company_service_latest_CompanyNdgModel as CompanyNdgModel, type company_service_latest_CompanyPhilosophyModel as CompanyPhilosophyModel, type company_service_latest_FoundingInformationModel as FoundingInformationModel, type company_service_latest_ImageModel as ImageModel, type company_service_latest_IndustryModel as IndustryModel, type company_service_latest_JobBoardModel as JobBoardModel, type company_service_latest_NgdMetadataModel as NgdMetadataModel, type company_service_latest_OfficeModel as OfficeModel, company_service_latest_OfficeTypeEnum as OfficeTypeEnum, type company_service_latest_PersonModel as PersonModel, company_service_latest_PublishStatusEnum as PublishStatusEnum, type company_service_latest_SocialMediaModel as SocialMediaModel, company_service_latest_TitleEnum as TitleEnum, company_service_latest_TypeEnum as TypeEnum, company_service_latest_companyBenefitsSchema as companyBenefitsSchema, company_service_latest_companyCareersPageSchema as companyCareersPageSchema, company_service_latest_companyNdgSchema as companyNdgSchema, company_service_latest_companyPhilosophySchema as companyPhilosophySchema, company_service_latest_companySchema as companySchema, company_service_latest_foundingInformationSchema as foundingInformationSchema, company_service_latest_imageSchema as imageSchema, company_service_latest_industrySchema as industrySchema, company_service_latest_jobBoardSchema as jobBoardSchema, company_service_latest_ngdMetadataSchema as ngdMetadataSchema, company_service_latest_officeSchema as officeSchema, company_service_latest_personSchema as personSchema, company_service_latest_socialMediaSchema as socialMediaSchema };
|
|
4367
2639
|
}
|
|
4368
2640
|
|
|
4369
|
-
export { CategoryEnum as C, type FoundingInformationModel as F, type
|
|
2641
|
+
export { CategoryEnum as C, type FoundingInformationModel as F, type ImageModel as I, type JobBoardModel as J, type NgdMetadataModel as N, OfficeTypeEnum as O, PublishStatusEnum as P, type SocialMediaModel as S, TypeEnum as T, TitleEnum as a, companyBenefitsSchema as b, company_service_latest as c, type CompanyBenefitsModel as d, industrySchema as e, type IndustryModel as f, type PersonModel as g, companyCareersPageSchema as h, imageSchema as i, jobBoardSchema as j, type CompanyCareersPageModel as k, companyPhilosophySchema as l, type CompanyPhilosophyModel as m, companyNdgSchema as n, type CompanyNdgModel as o, personSchema as p, foundingInformationSchema as q, ngdMetadataSchema as r, socialMediaSchema as s, companySchema as t, type CompanyModel as u, officeSchema as v, type OfficeModel as w };
|