@next-degree/pickle-shared-js 0.6.45 → 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-DQ5joNqO.d.cts → company_service_latest-uu3w8AR6.d.cts} +305 -1907
- package/dist/{company_service_latest-DQ5joNqO.d.ts → company_service_latest-uu3w8AR6.d.ts} +305 -1907
- 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 +6 -31
- 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 +6 -31
- 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 +1 -1
- package/dist/components/primitives/command.d.ts +1 -1
- 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-Dl2hcn02.d.ts → displayText-CcePAspL.d.ts} +2 -2
- package/dist/{displayText-C5jAFYZY.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 +241 -189
- 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 +205 -154
- package/dist/index.js.map +1 -1
- package/dist/{job_posting_service_latest-D3PatPBh.d.cts → job_posting_service_latest-CWuc_SuJ.d.cts} +302 -1622
- package/dist/{job_posting_service_latest-D3PatPBh.d.ts → job_posting_service_latest-CWuc_SuJ.d.ts} +302 -1622
- 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 +4 -25
- 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 +4 -25
- 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-DUO_efBh.d.cts → shared_pickle_output_latest-CxZJXPOS.d.cts} +8 -148
- package/dist/{shared_pickle_output_latest-DUO_efBh.d.ts → shared_pickle_output_latest-CxZJXPOS.d.ts} +8 -148
- package/dist/styles/globals.css +109 -37
- package/dist/styles/globals.css.map +1 -1
- package/dist/types/data/company_service_latest.cjs +31 -52
- 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 +29 -51
- package/dist/types/data/company_service_latest.js.map +1 -1
- package/dist/types/data/job_posting_service_latest.cjs +28 -51
- 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 +28 -51
- package/dist/types/data/job_posting_service_latest.js.map +1 -1
- package/dist/types/data/shared_pickle_output_latest.cjs +4 -29
- 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 +4 -27
- package/dist/types/data/shared_pickle_output_latest.js.map +1 -1
- package/package.json +6 -4
package/dist/{company_service_latest-DQ5joNqO.d.cts → company_service_latest-uu3w8AR6.d.cts}
RENAMED
|
@@ -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>;
|
|
@@ -386,24 +209,8 @@ declare const personSchema: z.ZodObject<{
|
|
|
386
209
|
} | undefined;
|
|
387
210
|
title?: string[] | undefined;
|
|
388
211
|
image?: {
|
|
389
|
-
|
|
212
|
+
url: string;
|
|
390
213
|
version: "1.0.0";
|
|
391
|
-
asset?: {
|
|
392
|
-
version: "1.0.0";
|
|
393
|
-
label?: string | undefined;
|
|
394
|
-
title?: string | undefined;
|
|
395
|
-
path?: string | undefined;
|
|
396
|
-
url?: string | undefined;
|
|
397
|
-
size?: number | undefined;
|
|
398
|
-
description?: string | undefined;
|
|
399
|
-
altText?: string | undefined;
|
|
400
|
-
assetId?: string | undefined;
|
|
401
|
-
extension?: string | undefined;
|
|
402
|
-
mimeType?: string | undefined;
|
|
403
|
-
originalFilename?: string | undefined;
|
|
404
|
-
sha1Hash?: string | undefined;
|
|
405
|
-
uploadId?: string | undefined;
|
|
406
|
-
} | undefined;
|
|
407
214
|
} | undefined;
|
|
408
215
|
url?: string | undefined;
|
|
409
216
|
email?: string | undefined;
|
|
@@ -412,8 +219,8 @@ declare const personSchema: z.ZodObject<{
|
|
|
412
219
|
isMedical?: boolean | undefined;
|
|
413
220
|
isScientist?: boolean | undefined;
|
|
414
221
|
socialMedia?: {
|
|
415
|
-
url: string;
|
|
416
222
|
type: string;
|
|
223
|
+
url: string;
|
|
417
224
|
version: "1.0.0";
|
|
418
225
|
}[] | undefined;
|
|
419
226
|
telephone?: string | undefined;
|
|
@@ -439,24 +246,8 @@ declare const personSchema: z.ZodObject<{
|
|
|
439
246
|
} | undefined;
|
|
440
247
|
title?: string[] | undefined;
|
|
441
248
|
image?: {
|
|
442
|
-
|
|
249
|
+
url: string;
|
|
443
250
|
version?: "1.0.0" | undefined;
|
|
444
|
-
asset?: {
|
|
445
|
-
label?: string | undefined;
|
|
446
|
-
title?: string | undefined;
|
|
447
|
-
path?: string | undefined;
|
|
448
|
-
url?: string | undefined;
|
|
449
|
-
version?: "1.0.0" | undefined;
|
|
450
|
-
size?: number | undefined;
|
|
451
|
-
description?: string | undefined;
|
|
452
|
-
altText?: string | undefined;
|
|
453
|
-
assetId?: string | undefined;
|
|
454
|
-
extension?: string | undefined;
|
|
455
|
-
mimeType?: string | undefined;
|
|
456
|
-
originalFilename?: string | undefined;
|
|
457
|
-
sha1Hash?: string | undefined;
|
|
458
|
-
uploadId?: string | undefined;
|
|
459
|
-
} | undefined;
|
|
460
251
|
} | undefined;
|
|
461
252
|
url?: string | undefined;
|
|
462
253
|
email?: string | undefined;
|
|
@@ -466,300 +257,149 @@ declare const personSchema: z.ZodObject<{
|
|
|
466
257
|
isMedical?: boolean | undefined;
|
|
467
258
|
isScientist?: boolean | undefined;
|
|
468
259
|
socialMedia?: {
|
|
469
|
-
url: string;
|
|
470
260
|
type: string;
|
|
261
|
+
url: string;
|
|
471
262
|
version?: "1.0.0" | undefined;
|
|
472
263
|
}[] | undefined;
|
|
473
264
|
telephone?: string | undefined;
|
|
474
265
|
}>;
|
|
475
266
|
type PersonModel = z.infer<typeof personSchema>;
|
|
476
|
-
declare const
|
|
267
|
+
declare const companyCareersPageSchema: z.ZodObject<{
|
|
477
268
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
jobBoard: z.ZodOptional<z.ZodObject<{
|
|
269
|
+
companyCareersUrl: z.ZodString;
|
|
270
|
+
companyJobBoard: z.ZodOptional<z.ZodObject<{
|
|
481
271
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
482
272
|
type: z.ZodString;
|
|
483
273
|
name: z.ZodString;
|
|
484
274
|
description: z.ZodString;
|
|
485
275
|
logo: z.ZodOptional<z.ZodObject<{
|
|
486
276
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
487
|
-
|
|
488
|
-
asset: z.ZodOptional<z.ZodObject<{
|
|
489
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
490
|
-
altText: z.ZodOptional<z.ZodString>;
|
|
491
|
-
assetId: z.ZodOptional<z.ZodString>;
|
|
492
|
-
description: z.ZodOptional<z.ZodString>;
|
|
493
|
-
extension: z.ZodOptional<z.ZodString>;
|
|
494
|
-
label: z.ZodOptional<z.ZodString>;
|
|
495
|
-
mimeType: z.ZodOptional<z.ZodString>;
|
|
496
|
-
originalFilename: z.ZodOptional<z.ZodString>;
|
|
497
|
-
path: z.ZodOptional<z.ZodString>;
|
|
498
|
-
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
499
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
500
|
-
title: z.ZodOptional<z.ZodString>;
|
|
501
|
-
uploadId: z.ZodOptional<z.ZodString>;
|
|
502
|
-
url: z.ZodOptional<z.ZodString>;
|
|
503
|
-
}, "strip", z.ZodTypeAny, {
|
|
504
|
-
version: "1.0.0";
|
|
505
|
-
label?: string | undefined;
|
|
506
|
-
title?: string | undefined;
|
|
507
|
-
path?: string | undefined;
|
|
508
|
-
url?: string | undefined;
|
|
509
|
-
size?: number | undefined;
|
|
510
|
-
description?: string | undefined;
|
|
511
|
-
altText?: string | undefined;
|
|
512
|
-
assetId?: string | undefined;
|
|
513
|
-
extension?: string | undefined;
|
|
514
|
-
mimeType?: string | undefined;
|
|
515
|
-
originalFilename?: string | undefined;
|
|
516
|
-
sha1Hash?: string | undefined;
|
|
517
|
-
uploadId?: string | undefined;
|
|
518
|
-
}, {
|
|
519
|
-
label?: string | undefined;
|
|
520
|
-
title?: string | undefined;
|
|
521
|
-
path?: string | undefined;
|
|
522
|
-
url?: string | undefined;
|
|
523
|
-
version?: "1.0.0" | undefined;
|
|
524
|
-
size?: number | undefined;
|
|
525
|
-
description?: string | undefined;
|
|
526
|
-
altText?: string | undefined;
|
|
527
|
-
assetId?: string | undefined;
|
|
528
|
-
extension?: string | undefined;
|
|
529
|
-
mimeType?: string | undefined;
|
|
530
|
-
originalFilename?: string | undefined;
|
|
531
|
-
sha1Hash?: string | undefined;
|
|
532
|
-
uploadId?: string | undefined;
|
|
533
|
-
}>>;
|
|
277
|
+
url: z.ZodString;
|
|
534
278
|
}, "strip", z.ZodTypeAny, {
|
|
535
|
-
|
|
279
|
+
url: string;
|
|
536
280
|
version: "1.0.0";
|
|
537
|
-
asset?: {
|
|
538
|
-
version: "1.0.0";
|
|
539
|
-
label?: string | undefined;
|
|
540
|
-
title?: string | undefined;
|
|
541
|
-
path?: string | undefined;
|
|
542
|
-
url?: string | undefined;
|
|
543
|
-
size?: number | undefined;
|
|
544
|
-
description?: string | undefined;
|
|
545
|
-
altText?: string | undefined;
|
|
546
|
-
assetId?: string | undefined;
|
|
547
|
-
extension?: string | undefined;
|
|
548
|
-
mimeType?: string | undefined;
|
|
549
|
-
originalFilename?: string | undefined;
|
|
550
|
-
sha1Hash?: string | undefined;
|
|
551
|
-
uploadId?: string | undefined;
|
|
552
|
-
} | undefined;
|
|
553
281
|
}, {
|
|
554
|
-
|
|
282
|
+
url: string;
|
|
555
283
|
version?: "1.0.0" | undefined;
|
|
556
|
-
asset?: {
|
|
557
|
-
label?: string | undefined;
|
|
558
|
-
title?: string | undefined;
|
|
559
|
-
path?: string | undefined;
|
|
560
|
-
url?: string | undefined;
|
|
561
|
-
version?: "1.0.0" | undefined;
|
|
562
|
-
size?: number | undefined;
|
|
563
|
-
description?: string | undefined;
|
|
564
|
-
altText?: string | undefined;
|
|
565
|
-
assetId?: string | undefined;
|
|
566
|
-
extension?: string | undefined;
|
|
567
|
-
mimeType?: string | undefined;
|
|
568
|
-
originalFilename?: string | undefined;
|
|
569
|
-
sha1Hash?: string | undefined;
|
|
570
|
-
uploadId?: string | undefined;
|
|
571
|
-
} | undefined;
|
|
572
284
|
}>>;
|
|
573
285
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
574
286
|
}, "strip", z.ZodTypeAny, {
|
|
575
|
-
name: string;
|
|
576
287
|
type: string;
|
|
288
|
+
name: string;
|
|
577
289
|
version: "1.0.0";
|
|
578
290
|
description: string;
|
|
579
291
|
logo?: {
|
|
580
|
-
|
|
292
|
+
url: string;
|
|
581
293
|
version: "1.0.0";
|
|
582
|
-
asset?: {
|
|
583
|
-
version: "1.0.0";
|
|
584
|
-
label?: string | undefined;
|
|
585
|
-
title?: string | undefined;
|
|
586
|
-
path?: string | undefined;
|
|
587
|
-
url?: string | undefined;
|
|
588
|
-
size?: number | undefined;
|
|
589
|
-
description?: string | undefined;
|
|
590
|
-
altText?: string | undefined;
|
|
591
|
-
assetId?: string | undefined;
|
|
592
|
-
extension?: string | undefined;
|
|
593
|
-
mimeType?: string | undefined;
|
|
594
|
-
originalFilename?: string | undefined;
|
|
595
|
-
sha1Hash?: string | undefined;
|
|
596
|
-
uploadId?: string | undefined;
|
|
597
|
-
} | undefined;
|
|
598
294
|
} | undefined;
|
|
599
295
|
baseUrl?: string | undefined;
|
|
600
296
|
}, {
|
|
601
|
-
name: string;
|
|
602
297
|
type: string;
|
|
298
|
+
name: string;
|
|
603
299
|
description: string;
|
|
604
300
|
version?: "1.0.0" | undefined;
|
|
605
301
|
logo?: {
|
|
606
|
-
|
|
302
|
+
url: string;
|
|
607
303
|
version?: "1.0.0" | undefined;
|
|
608
|
-
asset?: {
|
|
609
|
-
label?: string | undefined;
|
|
610
|
-
title?: string | undefined;
|
|
611
|
-
path?: string | undefined;
|
|
612
|
-
url?: string | undefined;
|
|
613
|
-
version?: "1.0.0" | undefined;
|
|
614
|
-
size?: number | undefined;
|
|
615
|
-
description?: string | undefined;
|
|
616
|
-
altText?: string | undefined;
|
|
617
|
-
assetId?: string | undefined;
|
|
618
|
-
extension?: string | undefined;
|
|
619
|
-
mimeType?: string | undefined;
|
|
620
|
-
originalFilename?: string | undefined;
|
|
621
|
-
sha1Hash?: string | undefined;
|
|
622
|
-
uploadId?: string | undefined;
|
|
623
|
-
} | undefined;
|
|
624
304
|
} | undefined;
|
|
625
305
|
baseUrl?: string | undefined;
|
|
626
306
|
}>>;
|
|
627
|
-
jobBoardSlug: z.
|
|
307
|
+
jobBoardSlug: z.ZodArray<z.ZodString, "many">;
|
|
628
308
|
companyBenefits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
629
309
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
630
310
|
type: z.ZodString;
|
|
631
|
-
|
|
311
|
+
name: z.ZodString;
|
|
632
312
|
description: z.ZodOptional<z.ZodString>;
|
|
633
313
|
category: z.ZodEnum<["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVELOPMENT", "WORK_LIFE_BALANCE"]>;
|
|
634
314
|
}, "strip", z.ZodTypeAny, {
|
|
635
|
-
title: string;
|
|
636
315
|
type: string;
|
|
316
|
+
name: string;
|
|
637
317
|
version: "1.0.0";
|
|
638
318
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
639
319
|
description?: string | undefined;
|
|
640
320
|
}, {
|
|
641
|
-
title: string;
|
|
642
321
|
type: string;
|
|
322
|
+
name: string;
|
|
643
323
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
644
324
|
version?: "1.0.0" | undefined;
|
|
645
325
|
description?: string | undefined;
|
|
646
326
|
}>, "many">>;
|
|
647
327
|
}, "strip", z.ZodTypeAny, {
|
|
648
|
-
type: string;
|
|
649
328
|
version: "1.0.0";
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
329
|
+
companyCareersUrl: string;
|
|
330
|
+
jobBoardSlug: string[];
|
|
331
|
+
companyJobBoard?: {
|
|
653
332
|
type: string;
|
|
333
|
+
name: string;
|
|
654
334
|
version: "1.0.0";
|
|
655
335
|
description: string;
|
|
656
336
|
logo?: {
|
|
657
|
-
|
|
337
|
+
url: string;
|
|
658
338
|
version: "1.0.0";
|
|
659
|
-
asset?: {
|
|
660
|
-
version: "1.0.0";
|
|
661
|
-
label?: string | undefined;
|
|
662
|
-
title?: string | undefined;
|
|
663
|
-
path?: string | undefined;
|
|
664
|
-
url?: string | undefined;
|
|
665
|
-
size?: number | undefined;
|
|
666
|
-
description?: string | undefined;
|
|
667
|
-
altText?: string | undefined;
|
|
668
|
-
assetId?: string | undefined;
|
|
669
|
-
extension?: string | undefined;
|
|
670
|
-
mimeType?: string | undefined;
|
|
671
|
-
originalFilename?: string | undefined;
|
|
672
|
-
sha1Hash?: string | undefined;
|
|
673
|
-
uploadId?: string | undefined;
|
|
674
|
-
} | undefined;
|
|
675
339
|
} | undefined;
|
|
676
340
|
baseUrl?: string | undefined;
|
|
677
341
|
} | undefined;
|
|
678
|
-
jobBoardSlug?: string[] | undefined;
|
|
679
342
|
companyBenefits?: {
|
|
680
|
-
title: string;
|
|
681
343
|
type: string;
|
|
344
|
+
name: string;
|
|
682
345
|
version: "1.0.0";
|
|
683
346
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
684
347
|
description?: string | undefined;
|
|
685
348
|
}[] | undefined;
|
|
686
349
|
}, {
|
|
687
|
-
|
|
688
|
-
|
|
350
|
+
companyCareersUrl: string;
|
|
351
|
+
jobBoardSlug: string[];
|
|
689
352
|
version?: "1.0.0" | undefined;
|
|
690
|
-
|
|
691
|
-
name: string;
|
|
353
|
+
companyJobBoard?: {
|
|
692
354
|
type: string;
|
|
355
|
+
name: string;
|
|
693
356
|
description: string;
|
|
694
357
|
version?: "1.0.0" | undefined;
|
|
695
358
|
logo?: {
|
|
696
|
-
|
|
359
|
+
url: string;
|
|
697
360
|
version?: "1.0.0" | undefined;
|
|
698
|
-
asset?: {
|
|
699
|
-
label?: string | undefined;
|
|
700
|
-
title?: string | undefined;
|
|
701
|
-
path?: string | undefined;
|
|
702
|
-
url?: string | undefined;
|
|
703
|
-
version?: "1.0.0" | undefined;
|
|
704
|
-
size?: number | undefined;
|
|
705
|
-
description?: string | undefined;
|
|
706
|
-
altText?: string | undefined;
|
|
707
|
-
assetId?: string | undefined;
|
|
708
|
-
extension?: string | undefined;
|
|
709
|
-
mimeType?: string | undefined;
|
|
710
|
-
originalFilename?: string | undefined;
|
|
711
|
-
sha1Hash?: string | undefined;
|
|
712
|
-
uploadId?: string | undefined;
|
|
713
|
-
} | undefined;
|
|
714
361
|
} | undefined;
|
|
715
362
|
baseUrl?: string | undefined;
|
|
716
363
|
} | undefined;
|
|
717
|
-
jobBoardSlug?: string[] | undefined;
|
|
718
364
|
companyBenefits?: {
|
|
719
|
-
title: string;
|
|
720
365
|
type: string;
|
|
366
|
+
name: string;
|
|
721
367
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
722
368
|
version?: "1.0.0" | undefined;
|
|
723
369
|
description?: string | undefined;
|
|
724
370
|
}[] | undefined;
|
|
725
371
|
}>;
|
|
726
|
-
type
|
|
372
|
+
type CompanyCareersPageModel = z.infer<typeof companyCareersPageSchema>;
|
|
727
373
|
declare const companyPhilosophySchema: z.ZodObject<{
|
|
728
374
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
729
|
-
|
|
730
|
-
companyMission: z.ZodOptional<z.ZodString>;
|
|
375
|
+
mission: z.ZodOptional<z.ZodString>;
|
|
731
376
|
companyHow: z.ZodOptional<z.ZodString>;
|
|
732
377
|
companyCulture: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
733
378
|
}, "strip", z.ZodTypeAny, {
|
|
734
|
-
type: string;
|
|
735
379
|
version: "1.0.0";
|
|
736
|
-
|
|
380
|
+
mission?: string | undefined;
|
|
737
381
|
companyHow?: string | undefined;
|
|
738
382
|
companyCulture?: string[] | undefined;
|
|
739
383
|
}, {
|
|
740
|
-
type: string;
|
|
741
384
|
version?: "1.0.0" | undefined;
|
|
742
|
-
|
|
385
|
+
mission?: string | undefined;
|
|
743
386
|
companyHow?: string | undefined;
|
|
744
387
|
companyCulture?: string[] | undefined;
|
|
745
388
|
}>;
|
|
746
389
|
type CompanyPhilosophyModel = z.infer<typeof companyPhilosophySchema>;
|
|
747
390
|
declare const companyNdgSchema: z.ZodObject<{
|
|
748
391
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
749
|
-
type: z.ZodString;
|
|
750
392
|
companyWow: z.ZodOptional<z.ZodString>;
|
|
751
393
|
companyNDGTake: z.ZodOptional<z.ZodString>;
|
|
752
394
|
companyBestFit: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
753
395
|
companyInterests: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
754
396
|
}, "strip", z.ZodTypeAny, {
|
|
755
|
-
type: string;
|
|
756
397
|
version: "1.0.0";
|
|
757
398
|
companyWow?: string | undefined;
|
|
758
399
|
companyNDGTake?: string | undefined;
|
|
759
400
|
companyBestFit?: string[] | undefined;
|
|
760
401
|
companyInterests?: string[] | undefined;
|
|
761
402
|
}, {
|
|
762
|
-
type: string;
|
|
763
403
|
version?: "1.0.0" | undefined;
|
|
764
404
|
companyWow?: string | undefined;
|
|
765
405
|
companyNDGTake?: string | undefined;
|
|
@@ -769,10 +409,9 @@ declare const companyNdgSchema: z.ZodObject<{
|
|
|
769
409
|
type CompanyNdgModel = z.infer<typeof companyNdgSchema>;
|
|
770
410
|
declare const foundingInformationSchema: z.ZodObject<{
|
|
771
411
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
foundedCity: z.ZodOptional<z.ZodString>;
|
|
412
|
+
foundedYear: z.ZodOptional<z.ZodString>;
|
|
413
|
+
foundingCountry: z.ZodOptional<z.ZodString>;
|
|
414
|
+
foundingCity: z.ZodOptional<z.ZodString>;
|
|
776
415
|
founders: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
777
416
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
778
417
|
type: z.ZodString;
|
|
@@ -786,91 +425,13 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
786
425
|
isScientist: z.ZodOptional<z.ZodBoolean>;
|
|
787
426
|
image: z.ZodOptional<z.ZodObject<{
|
|
788
427
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
789
|
-
|
|
790
|
-
asset: z.ZodOptional<z.ZodObject<{
|
|
791
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
792
|
-
altText: z.ZodOptional<z.ZodString>;
|
|
793
|
-
assetId: z.ZodOptional<z.ZodString>;
|
|
794
|
-
description: z.ZodOptional<z.ZodString>;
|
|
795
|
-
extension: z.ZodOptional<z.ZodString>;
|
|
796
|
-
label: z.ZodOptional<z.ZodString>;
|
|
797
|
-
mimeType: z.ZodOptional<z.ZodString>;
|
|
798
|
-
originalFilename: z.ZodOptional<z.ZodString>;
|
|
799
|
-
path: z.ZodOptional<z.ZodString>;
|
|
800
|
-
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
801
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
802
|
-
title: z.ZodOptional<z.ZodString>;
|
|
803
|
-
uploadId: z.ZodOptional<z.ZodString>;
|
|
804
|
-
url: z.ZodOptional<z.ZodString>;
|
|
805
|
-
}, "strip", z.ZodTypeAny, {
|
|
806
|
-
version: "1.0.0";
|
|
807
|
-
label?: string | undefined;
|
|
808
|
-
title?: string | undefined;
|
|
809
|
-
path?: string | undefined;
|
|
810
|
-
url?: string | undefined;
|
|
811
|
-
size?: number | undefined;
|
|
812
|
-
description?: string | undefined;
|
|
813
|
-
altText?: string | undefined;
|
|
814
|
-
assetId?: string | undefined;
|
|
815
|
-
extension?: string | undefined;
|
|
816
|
-
mimeType?: string | undefined;
|
|
817
|
-
originalFilename?: string | undefined;
|
|
818
|
-
sha1Hash?: string | undefined;
|
|
819
|
-
uploadId?: string | undefined;
|
|
820
|
-
}, {
|
|
821
|
-
label?: string | undefined;
|
|
822
|
-
title?: string | undefined;
|
|
823
|
-
path?: string | undefined;
|
|
824
|
-
url?: string | undefined;
|
|
825
|
-
version?: "1.0.0" | undefined;
|
|
826
|
-
size?: number | undefined;
|
|
827
|
-
description?: string | undefined;
|
|
828
|
-
altText?: string | undefined;
|
|
829
|
-
assetId?: string | undefined;
|
|
830
|
-
extension?: string | undefined;
|
|
831
|
-
mimeType?: string | undefined;
|
|
832
|
-
originalFilename?: string | undefined;
|
|
833
|
-
sha1Hash?: string | undefined;
|
|
834
|
-
uploadId?: string | undefined;
|
|
835
|
-
}>>;
|
|
428
|
+
url: z.ZodString;
|
|
836
429
|
}, "strip", z.ZodTypeAny, {
|
|
837
|
-
|
|
430
|
+
url: string;
|
|
838
431
|
version: "1.0.0";
|
|
839
|
-
asset?: {
|
|
840
|
-
version: "1.0.0";
|
|
841
|
-
label?: string | undefined;
|
|
842
|
-
title?: string | undefined;
|
|
843
|
-
path?: string | undefined;
|
|
844
|
-
url?: string | undefined;
|
|
845
|
-
size?: number | undefined;
|
|
846
|
-
description?: string | undefined;
|
|
847
|
-
altText?: string | undefined;
|
|
848
|
-
assetId?: string | undefined;
|
|
849
|
-
extension?: string | undefined;
|
|
850
|
-
mimeType?: string | undefined;
|
|
851
|
-
originalFilename?: string | undefined;
|
|
852
|
-
sha1Hash?: string | undefined;
|
|
853
|
-
uploadId?: string | undefined;
|
|
854
|
-
} | undefined;
|
|
855
432
|
}, {
|
|
856
|
-
|
|
433
|
+
url: string;
|
|
857
434
|
version?: "1.0.0" | undefined;
|
|
858
|
-
asset?: {
|
|
859
|
-
label?: string | undefined;
|
|
860
|
-
title?: string | undefined;
|
|
861
|
-
path?: string | undefined;
|
|
862
|
-
url?: string | undefined;
|
|
863
|
-
version?: "1.0.0" | undefined;
|
|
864
|
-
size?: number | undefined;
|
|
865
|
-
description?: string | undefined;
|
|
866
|
-
altText?: string | undefined;
|
|
867
|
-
assetId?: string | undefined;
|
|
868
|
-
extension?: string | undefined;
|
|
869
|
-
mimeType?: string | undefined;
|
|
870
|
-
originalFilename?: string | undefined;
|
|
871
|
-
sha1Hash?: string | undefined;
|
|
872
|
-
uploadId?: string | undefined;
|
|
873
|
-
} | undefined;
|
|
874
435
|
}>>;
|
|
875
436
|
email: z.ZodOptional<z.ZodString>;
|
|
876
437
|
socialMedia: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -878,12 +439,12 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
878
439
|
url: z.ZodString;
|
|
879
440
|
type: z.ZodString;
|
|
880
441
|
}, "strip", z.ZodTypeAny, {
|
|
881
|
-
url: string;
|
|
882
442
|
type: string;
|
|
443
|
+
url: string;
|
|
883
444
|
version: "1.0.0";
|
|
884
445
|
}, {
|
|
885
|
-
url: string;
|
|
886
446
|
type: string;
|
|
447
|
+
url: string;
|
|
887
448
|
version?: "1.0.0" | undefined;
|
|
888
449
|
}>, "many">>;
|
|
889
450
|
telephone: z.ZodOptional<z.ZodString>;
|
|
@@ -970,24 +531,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
970
531
|
} | undefined;
|
|
971
532
|
title?: string[] | undefined;
|
|
972
533
|
image?: {
|
|
973
|
-
|
|
534
|
+
url: string;
|
|
974
535
|
version: "1.0.0";
|
|
975
|
-
asset?: {
|
|
976
|
-
version: "1.0.0";
|
|
977
|
-
label?: string | undefined;
|
|
978
|
-
title?: string | undefined;
|
|
979
|
-
path?: string | undefined;
|
|
980
|
-
url?: string | undefined;
|
|
981
|
-
size?: number | undefined;
|
|
982
|
-
description?: string | undefined;
|
|
983
|
-
altText?: string | undefined;
|
|
984
|
-
assetId?: string | undefined;
|
|
985
|
-
extension?: string | undefined;
|
|
986
|
-
mimeType?: string | undefined;
|
|
987
|
-
originalFilename?: string | undefined;
|
|
988
|
-
sha1Hash?: string | undefined;
|
|
989
|
-
uploadId?: string | undefined;
|
|
990
|
-
} | undefined;
|
|
991
536
|
} | undefined;
|
|
992
537
|
url?: string | undefined;
|
|
993
538
|
email?: string | undefined;
|
|
@@ -996,8 +541,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
996
541
|
isMedical?: boolean | undefined;
|
|
997
542
|
isScientist?: boolean | undefined;
|
|
998
543
|
socialMedia?: {
|
|
999
|
-
url: string;
|
|
1000
544
|
type: string;
|
|
545
|
+
url: string;
|
|
1001
546
|
version: "1.0.0";
|
|
1002
547
|
}[] | undefined;
|
|
1003
548
|
telephone?: string | undefined;
|
|
@@ -1023,24 +568,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1023
568
|
} | undefined;
|
|
1024
569
|
title?: string[] | undefined;
|
|
1025
570
|
image?: {
|
|
1026
|
-
|
|
571
|
+
url: string;
|
|
1027
572
|
version?: "1.0.0" | undefined;
|
|
1028
|
-
asset?: {
|
|
1029
|
-
label?: string | undefined;
|
|
1030
|
-
title?: string | undefined;
|
|
1031
|
-
path?: string | undefined;
|
|
1032
|
-
url?: string | undefined;
|
|
1033
|
-
version?: "1.0.0" | undefined;
|
|
1034
|
-
size?: number | undefined;
|
|
1035
|
-
description?: string | undefined;
|
|
1036
|
-
altText?: string | undefined;
|
|
1037
|
-
assetId?: string | undefined;
|
|
1038
|
-
extension?: string | undefined;
|
|
1039
|
-
mimeType?: string | undefined;
|
|
1040
|
-
originalFilename?: string | undefined;
|
|
1041
|
-
sha1Hash?: string | undefined;
|
|
1042
|
-
uploadId?: string | undefined;
|
|
1043
|
-
} | undefined;
|
|
1044
573
|
} | undefined;
|
|
1045
574
|
url?: string | undefined;
|
|
1046
575
|
email?: string | undefined;
|
|
@@ -1050,18 +579,17 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1050
579
|
isMedical?: boolean | undefined;
|
|
1051
580
|
isScientist?: boolean | undefined;
|
|
1052
581
|
socialMedia?: {
|
|
1053
|
-
url: string;
|
|
1054
582
|
type: string;
|
|
583
|
+
url: string;
|
|
1055
584
|
version?: "1.0.0" | undefined;
|
|
1056
585
|
}[] | undefined;
|
|
1057
586
|
telephone?: string | undefined;
|
|
1058
587
|
}>, "many">>;
|
|
1059
588
|
}, "strip", z.ZodTypeAny, {
|
|
1060
|
-
type: string;
|
|
1061
589
|
version: "1.0.0";
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
590
|
+
foundedYear?: string | undefined;
|
|
591
|
+
foundingCountry?: string | undefined;
|
|
592
|
+
foundingCity?: string | undefined;
|
|
1065
593
|
founders?: {
|
|
1066
594
|
type: string;
|
|
1067
595
|
version: "1.0.0";
|
|
@@ -1085,24 +613,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1085
613
|
} | undefined;
|
|
1086
614
|
title?: string[] | undefined;
|
|
1087
615
|
image?: {
|
|
1088
|
-
|
|
616
|
+
url: string;
|
|
1089
617
|
version: "1.0.0";
|
|
1090
|
-
asset?: {
|
|
1091
|
-
version: "1.0.0";
|
|
1092
|
-
label?: string | undefined;
|
|
1093
|
-
title?: string | undefined;
|
|
1094
|
-
path?: string | undefined;
|
|
1095
|
-
url?: string | undefined;
|
|
1096
|
-
size?: number | undefined;
|
|
1097
|
-
description?: string | undefined;
|
|
1098
|
-
altText?: string | undefined;
|
|
1099
|
-
assetId?: string | undefined;
|
|
1100
|
-
extension?: string | undefined;
|
|
1101
|
-
mimeType?: string | undefined;
|
|
1102
|
-
originalFilename?: string | undefined;
|
|
1103
|
-
sha1Hash?: string | undefined;
|
|
1104
|
-
uploadId?: string | undefined;
|
|
1105
|
-
} | undefined;
|
|
1106
618
|
} | undefined;
|
|
1107
619
|
url?: string | undefined;
|
|
1108
620
|
email?: string | undefined;
|
|
@@ -1111,18 +623,17 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1111
623
|
isMedical?: boolean | undefined;
|
|
1112
624
|
isScientist?: boolean | undefined;
|
|
1113
625
|
socialMedia?: {
|
|
1114
|
-
url: string;
|
|
1115
626
|
type: string;
|
|
627
|
+
url: string;
|
|
1116
628
|
version: "1.0.0";
|
|
1117
629
|
}[] | undefined;
|
|
1118
630
|
telephone?: string | undefined;
|
|
1119
631
|
}[] | undefined;
|
|
1120
632
|
}, {
|
|
1121
|
-
type: string;
|
|
1122
633
|
version?: "1.0.0" | undefined;
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
634
|
+
foundedYear?: string | undefined;
|
|
635
|
+
foundingCountry?: string | undefined;
|
|
636
|
+
foundingCity?: string | undefined;
|
|
1126
637
|
founders?: {
|
|
1127
638
|
type: string;
|
|
1128
639
|
firstName: string;
|
|
@@ -1145,24 +656,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1145
656
|
} | undefined;
|
|
1146
657
|
title?: string[] | undefined;
|
|
1147
658
|
image?: {
|
|
1148
|
-
|
|
659
|
+
url: string;
|
|
1149
660
|
version?: "1.0.0" | undefined;
|
|
1150
|
-
asset?: {
|
|
1151
|
-
label?: string | undefined;
|
|
1152
|
-
title?: string | undefined;
|
|
1153
|
-
path?: string | undefined;
|
|
1154
|
-
url?: string | undefined;
|
|
1155
|
-
version?: "1.0.0" | undefined;
|
|
1156
|
-
size?: number | undefined;
|
|
1157
|
-
description?: string | undefined;
|
|
1158
|
-
altText?: string | undefined;
|
|
1159
|
-
assetId?: string | undefined;
|
|
1160
|
-
extension?: string | undefined;
|
|
1161
|
-
mimeType?: string | undefined;
|
|
1162
|
-
originalFilename?: string | undefined;
|
|
1163
|
-
sha1Hash?: string | undefined;
|
|
1164
|
-
uploadId?: string | undefined;
|
|
1165
|
-
} | undefined;
|
|
1166
661
|
} | undefined;
|
|
1167
662
|
url?: string | undefined;
|
|
1168
663
|
email?: string | undefined;
|
|
@@ -1172,8 +667,8 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1172
667
|
isMedical?: boolean | undefined;
|
|
1173
668
|
isScientist?: boolean | undefined;
|
|
1174
669
|
socialMedia?: {
|
|
1175
|
-
url: string;
|
|
1176
670
|
type: string;
|
|
671
|
+
url: string;
|
|
1177
672
|
version?: "1.0.0" | undefined;
|
|
1178
673
|
}[] | undefined;
|
|
1179
674
|
telephone?: string | undefined;
|
|
@@ -1182,128 +677,44 @@ declare const foundingInformationSchema: z.ZodObject<{
|
|
|
1182
677
|
type FoundingInformationModel = z.infer<typeof foundingInformationSchema>;
|
|
1183
678
|
declare const ngdMetadataSchema: z.ZodObject<{
|
|
1184
679
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1185
|
-
type: z.ZodString;
|
|
1186
680
|
lastScraped: z.ZodOptional<z.ZodString>;
|
|
1187
681
|
scraperVersion: z.ZodOptional<z.ZodString>;
|
|
1188
682
|
postProcessorVersion: z.ZodOptional<z.ZodString>;
|
|
1189
683
|
uniqueRunId: z.ZodOptional<z.ZodString>;
|
|
1190
684
|
postProcessorUniqueRunId: z.ZodOptional<z.ZodString>;
|
|
1191
|
-
|
|
685
|
+
shouldThisDocumentBeScraped: z.ZodOptional<z.ZodBoolean>;
|
|
1192
686
|
}, "strip", z.ZodTypeAny, {
|
|
1193
|
-
type: string;
|
|
1194
687
|
version: "1.0.0";
|
|
1195
|
-
isScrapeManaged: boolean;
|
|
1196
688
|
lastScraped?: string | undefined;
|
|
1197
689
|
scraperVersion?: string | undefined;
|
|
1198
690
|
postProcessorVersion?: string | undefined;
|
|
1199
691
|
uniqueRunId?: string | undefined;
|
|
1200
692
|
postProcessorUniqueRunId?: string | undefined;
|
|
693
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
1201
694
|
}, {
|
|
1202
|
-
type: string;
|
|
1203
695
|
version?: "1.0.0" | undefined;
|
|
1204
696
|
lastScraped?: string | undefined;
|
|
1205
697
|
scraperVersion?: string | undefined;
|
|
1206
698
|
postProcessorVersion?: string | undefined;
|
|
1207
699
|
uniqueRunId?: string | undefined;
|
|
1208
700
|
postProcessorUniqueRunId?: string | undefined;
|
|
1209
|
-
|
|
701
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
1210
702
|
}>;
|
|
1211
703
|
type NgdMetadataModel = z.infer<typeof ngdMetadataSchema>;
|
|
1212
704
|
declare const companySchema: z.ZodObject<{
|
|
1213
705
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1214
|
-
id: z.ZodString;
|
|
1215
|
-
createdAt: z.ZodString;
|
|
1216
|
-
updatedAt: z.ZodString;
|
|
1217
706
|
companyName: z.ZodString;
|
|
1218
707
|
slug: z.ZodString;
|
|
1219
708
|
type: z.ZodString;
|
|
1220
709
|
logo: z.ZodOptional<z.ZodObject<{
|
|
1221
710
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1222
|
-
|
|
1223
|
-
asset: z.ZodOptional<z.ZodObject<{
|
|
1224
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1225
|
-
altText: z.ZodOptional<z.ZodString>;
|
|
1226
|
-
assetId: z.ZodOptional<z.ZodString>;
|
|
1227
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1228
|
-
extension: z.ZodOptional<z.ZodString>;
|
|
1229
|
-
label: z.ZodOptional<z.ZodString>;
|
|
1230
|
-
mimeType: z.ZodOptional<z.ZodString>;
|
|
1231
|
-
originalFilename: z.ZodOptional<z.ZodString>;
|
|
1232
|
-
path: z.ZodOptional<z.ZodString>;
|
|
1233
|
-
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
1234
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
1235
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1236
|
-
uploadId: z.ZodOptional<z.ZodString>;
|
|
1237
|
-
url: z.ZodOptional<z.ZodString>;
|
|
1238
|
-
}, "strip", z.ZodTypeAny, {
|
|
1239
|
-
version: "1.0.0";
|
|
1240
|
-
label?: string | undefined;
|
|
1241
|
-
title?: string | undefined;
|
|
1242
|
-
path?: string | undefined;
|
|
1243
|
-
url?: string | undefined;
|
|
1244
|
-
size?: number | undefined;
|
|
1245
|
-
description?: string | undefined;
|
|
1246
|
-
altText?: string | undefined;
|
|
1247
|
-
assetId?: string | undefined;
|
|
1248
|
-
extension?: string | undefined;
|
|
1249
|
-
mimeType?: string | undefined;
|
|
1250
|
-
originalFilename?: string | undefined;
|
|
1251
|
-
sha1Hash?: string | undefined;
|
|
1252
|
-
uploadId?: string | undefined;
|
|
1253
|
-
}, {
|
|
1254
|
-
label?: string | undefined;
|
|
1255
|
-
title?: string | undefined;
|
|
1256
|
-
path?: string | undefined;
|
|
1257
|
-
url?: string | undefined;
|
|
1258
|
-
version?: "1.0.0" | undefined;
|
|
1259
|
-
size?: number | undefined;
|
|
1260
|
-
description?: string | undefined;
|
|
1261
|
-
altText?: string | undefined;
|
|
1262
|
-
assetId?: string | undefined;
|
|
1263
|
-
extension?: string | undefined;
|
|
1264
|
-
mimeType?: string | undefined;
|
|
1265
|
-
originalFilename?: string | undefined;
|
|
1266
|
-
sha1Hash?: string | undefined;
|
|
1267
|
-
uploadId?: string | undefined;
|
|
1268
|
-
}>>;
|
|
711
|
+
url: z.ZodString;
|
|
1269
712
|
}, "strip", z.ZodTypeAny, {
|
|
1270
|
-
|
|
713
|
+
url: string;
|
|
1271
714
|
version: "1.0.0";
|
|
1272
|
-
asset?: {
|
|
1273
|
-
version: "1.0.0";
|
|
1274
|
-
label?: string | undefined;
|
|
1275
|
-
title?: string | undefined;
|
|
1276
|
-
path?: string | undefined;
|
|
1277
|
-
url?: string | undefined;
|
|
1278
|
-
size?: number | undefined;
|
|
1279
|
-
description?: string | undefined;
|
|
1280
|
-
altText?: string | undefined;
|
|
1281
|
-
assetId?: string | undefined;
|
|
1282
|
-
extension?: string | undefined;
|
|
1283
|
-
mimeType?: string | undefined;
|
|
1284
|
-
originalFilename?: string | undefined;
|
|
1285
|
-
sha1Hash?: string | undefined;
|
|
1286
|
-
uploadId?: string | undefined;
|
|
1287
|
-
} | undefined;
|
|
1288
715
|
}, {
|
|
1289
|
-
|
|
716
|
+
url: string;
|
|
1290
717
|
version?: "1.0.0" | undefined;
|
|
1291
|
-
asset?: {
|
|
1292
|
-
label?: string | undefined;
|
|
1293
|
-
title?: string | undefined;
|
|
1294
|
-
path?: string | undefined;
|
|
1295
|
-
url?: string | undefined;
|
|
1296
|
-
version?: "1.0.0" | undefined;
|
|
1297
|
-
size?: number | undefined;
|
|
1298
|
-
description?: string | undefined;
|
|
1299
|
-
altText?: string | undefined;
|
|
1300
|
-
assetId?: string | undefined;
|
|
1301
|
-
extension?: string | undefined;
|
|
1302
|
-
mimeType?: string | undefined;
|
|
1303
|
-
originalFilename?: string | undefined;
|
|
1304
|
-
sha1Hash?: string | undefined;
|
|
1305
|
-
uploadId?: string | undefined;
|
|
1306
|
-
} | undefined;
|
|
1307
718
|
}>>;
|
|
1308
719
|
companyWebsite: z.ZodOptional<z.ZodString>;
|
|
1309
720
|
socialMedia: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1311,260 +722,115 @@ declare const companySchema: z.ZodObject<{
|
|
|
1311
722
|
url: z.ZodString;
|
|
1312
723
|
type: z.ZodString;
|
|
1313
724
|
}, "strip", z.ZodTypeAny, {
|
|
1314
|
-
url: string;
|
|
1315
725
|
type: string;
|
|
726
|
+
url: string;
|
|
1316
727
|
version: "1.0.0";
|
|
1317
728
|
}, {
|
|
1318
|
-
url: string;
|
|
1319
729
|
type: string;
|
|
730
|
+
url: string;
|
|
1320
731
|
version?: "1.0.0" | undefined;
|
|
1321
732
|
}>, "many">>;
|
|
1322
733
|
brandColor: z.ZodOptional<z.ZodString>;
|
|
1323
734
|
companyCareers: z.ZodOptional<z.ZodObject<{
|
|
1324
735
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
jobBoard: z.ZodOptional<z.ZodObject<{
|
|
736
|
+
companyCareersUrl: z.ZodString;
|
|
737
|
+
companyJobBoard: z.ZodOptional<z.ZodObject<{
|
|
1328
738
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1329
739
|
type: z.ZodString;
|
|
1330
740
|
name: z.ZodString;
|
|
1331
741
|
description: z.ZodString;
|
|
1332
742
|
logo: z.ZodOptional<z.ZodObject<{
|
|
1333
743
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1334
|
-
|
|
1335
|
-
asset: z.ZodOptional<z.ZodObject<{
|
|
1336
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1337
|
-
altText: z.ZodOptional<z.ZodString>;
|
|
1338
|
-
assetId: z.ZodOptional<z.ZodString>;
|
|
1339
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1340
|
-
extension: z.ZodOptional<z.ZodString>;
|
|
1341
|
-
label: z.ZodOptional<z.ZodString>;
|
|
1342
|
-
mimeType: z.ZodOptional<z.ZodString>;
|
|
1343
|
-
originalFilename: z.ZodOptional<z.ZodString>;
|
|
1344
|
-
path: z.ZodOptional<z.ZodString>;
|
|
1345
|
-
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
1346
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
1347
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1348
|
-
uploadId: z.ZodOptional<z.ZodString>;
|
|
1349
|
-
url: z.ZodOptional<z.ZodString>;
|
|
1350
|
-
}, "strip", z.ZodTypeAny, {
|
|
1351
|
-
version: "1.0.0";
|
|
1352
|
-
label?: string | undefined;
|
|
1353
|
-
title?: string | undefined;
|
|
1354
|
-
path?: string | undefined;
|
|
1355
|
-
url?: string | undefined;
|
|
1356
|
-
size?: number | undefined;
|
|
1357
|
-
description?: string | undefined;
|
|
1358
|
-
altText?: string | undefined;
|
|
1359
|
-
assetId?: string | undefined;
|
|
1360
|
-
extension?: string | undefined;
|
|
1361
|
-
mimeType?: string | undefined;
|
|
1362
|
-
originalFilename?: string | undefined;
|
|
1363
|
-
sha1Hash?: string | undefined;
|
|
1364
|
-
uploadId?: string | undefined;
|
|
1365
|
-
}, {
|
|
1366
|
-
label?: string | undefined;
|
|
1367
|
-
title?: string | undefined;
|
|
1368
|
-
path?: string | undefined;
|
|
1369
|
-
url?: string | undefined;
|
|
1370
|
-
version?: "1.0.0" | undefined;
|
|
1371
|
-
size?: number | undefined;
|
|
1372
|
-
description?: string | undefined;
|
|
1373
|
-
altText?: string | undefined;
|
|
1374
|
-
assetId?: string | undefined;
|
|
1375
|
-
extension?: string | undefined;
|
|
1376
|
-
mimeType?: string | undefined;
|
|
1377
|
-
originalFilename?: string | undefined;
|
|
1378
|
-
sha1Hash?: string | undefined;
|
|
1379
|
-
uploadId?: string | undefined;
|
|
1380
|
-
}>>;
|
|
744
|
+
url: z.ZodString;
|
|
1381
745
|
}, "strip", z.ZodTypeAny, {
|
|
1382
|
-
|
|
746
|
+
url: string;
|
|
1383
747
|
version: "1.0.0";
|
|
1384
|
-
asset?: {
|
|
1385
|
-
version: "1.0.0";
|
|
1386
|
-
label?: string | undefined;
|
|
1387
|
-
title?: string | undefined;
|
|
1388
|
-
path?: string | undefined;
|
|
1389
|
-
url?: string | undefined;
|
|
1390
|
-
size?: number | undefined;
|
|
1391
|
-
description?: string | undefined;
|
|
1392
|
-
altText?: string | undefined;
|
|
1393
|
-
assetId?: string | undefined;
|
|
1394
|
-
extension?: string | undefined;
|
|
1395
|
-
mimeType?: string | undefined;
|
|
1396
|
-
originalFilename?: string | undefined;
|
|
1397
|
-
sha1Hash?: string | undefined;
|
|
1398
|
-
uploadId?: string | undefined;
|
|
1399
|
-
} | undefined;
|
|
1400
748
|
}, {
|
|
1401
|
-
|
|
749
|
+
url: string;
|
|
1402
750
|
version?: "1.0.0" | undefined;
|
|
1403
|
-
asset?: {
|
|
1404
|
-
label?: string | undefined;
|
|
1405
|
-
title?: string | undefined;
|
|
1406
|
-
path?: string | undefined;
|
|
1407
|
-
url?: string | undefined;
|
|
1408
|
-
version?: "1.0.0" | undefined;
|
|
1409
|
-
size?: number | undefined;
|
|
1410
|
-
description?: string | undefined;
|
|
1411
|
-
altText?: string | undefined;
|
|
1412
|
-
assetId?: string | undefined;
|
|
1413
|
-
extension?: string | undefined;
|
|
1414
|
-
mimeType?: string | undefined;
|
|
1415
|
-
originalFilename?: string | undefined;
|
|
1416
|
-
sha1Hash?: string | undefined;
|
|
1417
|
-
uploadId?: string | undefined;
|
|
1418
|
-
} | undefined;
|
|
1419
751
|
}>>;
|
|
1420
752
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
1421
753
|
}, "strip", z.ZodTypeAny, {
|
|
1422
|
-
name: string;
|
|
1423
754
|
type: string;
|
|
755
|
+
name: string;
|
|
1424
756
|
version: "1.0.0";
|
|
1425
757
|
description: string;
|
|
1426
758
|
logo?: {
|
|
1427
|
-
|
|
759
|
+
url: string;
|
|
1428
760
|
version: "1.0.0";
|
|
1429
|
-
asset?: {
|
|
1430
|
-
version: "1.0.0";
|
|
1431
|
-
label?: string | undefined;
|
|
1432
|
-
title?: string | undefined;
|
|
1433
|
-
path?: string | undefined;
|
|
1434
|
-
url?: string | undefined;
|
|
1435
|
-
size?: number | undefined;
|
|
1436
|
-
description?: string | undefined;
|
|
1437
|
-
altText?: string | undefined;
|
|
1438
|
-
assetId?: string | undefined;
|
|
1439
|
-
extension?: string | undefined;
|
|
1440
|
-
mimeType?: string | undefined;
|
|
1441
|
-
originalFilename?: string | undefined;
|
|
1442
|
-
sha1Hash?: string | undefined;
|
|
1443
|
-
uploadId?: string | undefined;
|
|
1444
|
-
} | undefined;
|
|
1445
761
|
} | undefined;
|
|
1446
762
|
baseUrl?: string | undefined;
|
|
1447
763
|
}, {
|
|
1448
|
-
name: string;
|
|
1449
764
|
type: string;
|
|
765
|
+
name: string;
|
|
1450
766
|
description: string;
|
|
1451
767
|
version?: "1.0.0" | undefined;
|
|
1452
768
|
logo?: {
|
|
1453
|
-
|
|
769
|
+
url: string;
|
|
1454
770
|
version?: "1.0.0" | undefined;
|
|
1455
|
-
asset?: {
|
|
1456
|
-
label?: string | undefined;
|
|
1457
|
-
title?: string | undefined;
|
|
1458
|
-
path?: string | undefined;
|
|
1459
|
-
url?: string | undefined;
|
|
1460
|
-
version?: "1.0.0" | undefined;
|
|
1461
|
-
size?: number | undefined;
|
|
1462
|
-
description?: string | undefined;
|
|
1463
|
-
altText?: string | undefined;
|
|
1464
|
-
assetId?: string | undefined;
|
|
1465
|
-
extension?: string | undefined;
|
|
1466
|
-
mimeType?: string | undefined;
|
|
1467
|
-
originalFilename?: string | undefined;
|
|
1468
|
-
sha1Hash?: string | undefined;
|
|
1469
|
-
uploadId?: string | undefined;
|
|
1470
|
-
} | undefined;
|
|
1471
771
|
} | undefined;
|
|
1472
772
|
baseUrl?: string | undefined;
|
|
1473
773
|
}>>;
|
|
1474
|
-
jobBoardSlug: z.
|
|
774
|
+
jobBoardSlug: z.ZodArray<z.ZodString, "many">;
|
|
1475
775
|
companyBenefits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1476
776
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1477
777
|
type: z.ZodString;
|
|
1478
|
-
|
|
778
|
+
name: z.ZodString;
|
|
1479
779
|
description: z.ZodOptional<z.ZodString>;
|
|
1480
780
|
category: z.ZodEnum<["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVELOPMENT", "WORK_LIFE_BALANCE"]>;
|
|
1481
781
|
}, "strip", z.ZodTypeAny, {
|
|
1482
|
-
title: string;
|
|
1483
782
|
type: string;
|
|
783
|
+
name: string;
|
|
1484
784
|
version: "1.0.0";
|
|
1485
785
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
1486
786
|
description?: string | undefined;
|
|
1487
787
|
}, {
|
|
1488
|
-
title: string;
|
|
1489
788
|
type: string;
|
|
789
|
+
name: string;
|
|
1490
790
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
1491
791
|
version?: "1.0.0" | undefined;
|
|
1492
792
|
description?: string | undefined;
|
|
1493
793
|
}>, "many">>;
|
|
1494
794
|
}, "strip", z.ZodTypeAny, {
|
|
1495
|
-
type: string;
|
|
1496
795
|
version: "1.0.0";
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
796
|
+
companyCareersUrl: string;
|
|
797
|
+
jobBoardSlug: string[];
|
|
798
|
+
companyJobBoard?: {
|
|
1500
799
|
type: string;
|
|
800
|
+
name: string;
|
|
1501
801
|
version: "1.0.0";
|
|
1502
802
|
description: string;
|
|
1503
803
|
logo?: {
|
|
1504
|
-
|
|
804
|
+
url: string;
|
|
1505
805
|
version: "1.0.0";
|
|
1506
|
-
asset?: {
|
|
1507
|
-
version: "1.0.0";
|
|
1508
|
-
label?: string | undefined;
|
|
1509
|
-
title?: string | undefined;
|
|
1510
|
-
path?: string | undefined;
|
|
1511
|
-
url?: string | undefined;
|
|
1512
|
-
size?: number | undefined;
|
|
1513
|
-
description?: string | undefined;
|
|
1514
|
-
altText?: string | undefined;
|
|
1515
|
-
assetId?: string | undefined;
|
|
1516
|
-
extension?: string | undefined;
|
|
1517
|
-
mimeType?: string | undefined;
|
|
1518
|
-
originalFilename?: string | undefined;
|
|
1519
|
-
sha1Hash?: string | undefined;
|
|
1520
|
-
uploadId?: string | undefined;
|
|
1521
|
-
} | undefined;
|
|
1522
806
|
} | undefined;
|
|
1523
807
|
baseUrl?: string | undefined;
|
|
1524
808
|
} | undefined;
|
|
1525
|
-
jobBoardSlug?: string[] | undefined;
|
|
1526
809
|
companyBenefits?: {
|
|
1527
|
-
title: string;
|
|
1528
810
|
type: string;
|
|
811
|
+
name: string;
|
|
1529
812
|
version: "1.0.0";
|
|
1530
813
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
1531
814
|
description?: string | undefined;
|
|
1532
815
|
}[] | undefined;
|
|
1533
816
|
}, {
|
|
1534
|
-
|
|
1535
|
-
|
|
817
|
+
companyCareersUrl: string;
|
|
818
|
+
jobBoardSlug: string[];
|
|
1536
819
|
version?: "1.0.0" | undefined;
|
|
1537
|
-
|
|
1538
|
-
name: string;
|
|
820
|
+
companyJobBoard?: {
|
|
1539
821
|
type: string;
|
|
822
|
+
name: string;
|
|
1540
823
|
description: string;
|
|
1541
824
|
version?: "1.0.0" | undefined;
|
|
1542
825
|
logo?: {
|
|
1543
|
-
|
|
826
|
+
url: string;
|
|
1544
827
|
version?: "1.0.0" | undefined;
|
|
1545
|
-
asset?: {
|
|
1546
|
-
label?: string | undefined;
|
|
1547
|
-
title?: string | undefined;
|
|
1548
|
-
path?: string | undefined;
|
|
1549
|
-
url?: string | undefined;
|
|
1550
|
-
version?: "1.0.0" | undefined;
|
|
1551
|
-
size?: number | undefined;
|
|
1552
|
-
description?: string | undefined;
|
|
1553
|
-
altText?: string | undefined;
|
|
1554
|
-
assetId?: string | undefined;
|
|
1555
|
-
extension?: string | undefined;
|
|
1556
|
-
mimeType?: string | undefined;
|
|
1557
|
-
originalFilename?: string | undefined;
|
|
1558
|
-
sha1Hash?: string | undefined;
|
|
1559
|
-
uploadId?: string | undefined;
|
|
1560
|
-
} | undefined;
|
|
1561
828
|
} | undefined;
|
|
1562
829
|
baseUrl?: string | undefined;
|
|
1563
830
|
} | undefined;
|
|
1564
|
-
jobBoardSlug?: string[] | undefined;
|
|
1565
831
|
companyBenefits?: {
|
|
1566
|
-
title: string;
|
|
1567
832
|
type: string;
|
|
833
|
+
name: string;
|
|
1568
834
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
1569
835
|
version?: "1.0.0" | undefined;
|
|
1570
836
|
description?: string | undefined;
|
|
@@ -1572,39 +838,33 @@ declare const companySchema: z.ZodObject<{
|
|
|
1572
838
|
}>>;
|
|
1573
839
|
companyPhilosophy: z.ZodOptional<z.ZodObject<{
|
|
1574
840
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1575
|
-
|
|
1576
|
-
companyMission: z.ZodOptional<z.ZodString>;
|
|
841
|
+
mission: z.ZodOptional<z.ZodString>;
|
|
1577
842
|
companyHow: z.ZodOptional<z.ZodString>;
|
|
1578
843
|
companyCulture: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1579
844
|
}, "strip", z.ZodTypeAny, {
|
|
1580
|
-
type: string;
|
|
1581
845
|
version: "1.0.0";
|
|
1582
|
-
|
|
846
|
+
mission?: string | undefined;
|
|
1583
847
|
companyHow?: string | undefined;
|
|
1584
848
|
companyCulture?: string[] | undefined;
|
|
1585
849
|
}, {
|
|
1586
|
-
type: string;
|
|
1587
850
|
version?: "1.0.0" | undefined;
|
|
1588
|
-
|
|
851
|
+
mission?: string | undefined;
|
|
1589
852
|
companyHow?: string | undefined;
|
|
1590
853
|
companyCulture?: string[] | undefined;
|
|
1591
854
|
}>>;
|
|
1592
855
|
companyNDG: z.ZodOptional<z.ZodObject<{
|
|
1593
856
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1594
|
-
type: z.ZodString;
|
|
1595
857
|
companyWow: z.ZodOptional<z.ZodString>;
|
|
1596
858
|
companyNDGTake: z.ZodOptional<z.ZodString>;
|
|
1597
859
|
companyBestFit: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1598
860
|
companyInterests: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1599
861
|
}, "strip", z.ZodTypeAny, {
|
|
1600
|
-
type: string;
|
|
1601
862
|
version: "1.0.0";
|
|
1602
863
|
companyWow?: string | undefined;
|
|
1603
864
|
companyNDGTake?: string | undefined;
|
|
1604
865
|
companyBestFit?: string[] | undefined;
|
|
1605
866
|
companyInterests?: string[] | undefined;
|
|
1606
867
|
}, {
|
|
1607
|
-
type: string;
|
|
1608
868
|
version?: "1.0.0" | undefined;
|
|
1609
869
|
companyWow?: string | undefined;
|
|
1610
870
|
companyNDGTake?: string | undefined;
|
|
@@ -1613,10 +873,9 @@ declare const companySchema: z.ZodObject<{
|
|
|
1613
873
|
}>>;
|
|
1614
874
|
foundingInfo: z.ZodOptional<z.ZodObject<{
|
|
1615
875
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
foundedCity: z.ZodOptional<z.ZodString>;
|
|
876
|
+
foundedYear: z.ZodOptional<z.ZodString>;
|
|
877
|
+
foundingCountry: z.ZodOptional<z.ZodString>;
|
|
878
|
+
foundingCity: z.ZodOptional<z.ZodString>;
|
|
1620
879
|
founders: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1621
880
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1622
881
|
type: z.ZodString;
|
|
@@ -1630,91 +889,13 @@ declare const companySchema: z.ZodObject<{
|
|
|
1630
889
|
isScientist: z.ZodOptional<z.ZodBoolean>;
|
|
1631
890
|
image: z.ZodOptional<z.ZodObject<{
|
|
1632
891
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1633
|
-
|
|
1634
|
-
asset: z.ZodOptional<z.ZodObject<{
|
|
1635
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
1636
|
-
altText: z.ZodOptional<z.ZodString>;
|
|
1637
|
-
assetId: z.ZodOptional<z.ZodString>;
|
|
1638
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1639
|
-
extension: z.ZodOptional<z.ZodString>;
|
|
1640
|
-
label: z.ZodOptional<z.ZodString>;
|
|
1641
|
-
mimeType: z.ZodOptional<z.ZodString>;
|
|
1642
|
-
originalFilename: z.ZodOptional<z.ZodString>;
|
|
1643
|
-
path: z.ZodOptional<z.ZodString>;
|
|
1644
|
-
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
1645
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
1646
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1647
|
-
uploadId: z.ZodOptional<z.ZodString>;
|
|
1648
|
-
url: z.ZodOptional<z.ZodString>;
|
|
1649
|
-
}, "strip", z.ZodTypeAny, {
|
|
1650
|
-
version: "1.0.0";
|
|
1651
|
-
label?: string | undefined;
|
|
1652
|
-
title?: string | undefined;
|
|
1653
|
-
path?: string | undefined;
|
|
1654
|
-
url?: string | undefined;
|
|
1655
|
-
size?: number | undefined;
|
|
1656
|
-
description?: string | undefined;
|
|
1657
|
-
altText?: string | undefined;
|
|
1658
|
-
assetId?: string | undefined;
|
|
1659
|
-
extension?: string | undefined;
|
|
1660
|
-
mimeType?: string | undefined;
|
|
1661
|
-
originalFilename?: string | undefined;
|
|
1662
|
-
sha1Hash?: string | undefined;
|
|
1663
|
-
uploadId?: string | undefined;
|
|
1664
|
-
}, {
|
|
1665
|
-
label?: string | undefined;
|
|
1666
|
-
title?: string | undefined;
|
|
1667
|
-
path?: string | undefined;
|
|
1668
|
-
url?: string | undefined;
|
|
1669
|
-
version?: "1.0.0" | undefined;
|
|
1670
|
-
size?: number | undefined;
|
|
1671
|
-
description?: string | undefined;
|
|
1672
|
-
altText?: string | undefined;
|
|
1673
|
-
assetId?: string | undefined;
|
|
1674
|
-
extension?: string | undefined;
|
|
1675
|
-
mimeType?: string | undefined;
|
|
1676
|
-
originalFilename?: string | undefined;
|
|
1677
|
-
sha1Hash?: string | undefined;
|
|
1678
|
-
uploadId?: string | undefined;
|
|
1679
|
-
}>>;
|
|
892
|
+
url: z.ZodString;
|
|
1680
893
|
}, "strip", z.ZodTypeAny, {
|
|
1681
|
-
|
|
894
|
+
url: string;
|
|
1682
895
|
version: "1.0.0";
|
|
1683
|
-
asset?: {
|
|
1684
|
-
version: "1.0.0";
|
|
1685
|
-
label?: string | undefined;
|
|
1686
|
-
title?: string | undefined;
|
|
1687
|
-
path?: string | undefined;
|
|
1688
|
-
url?: string | undefined;
|
|
1689
|
-
size?: number | undefined;
|
|
1690
|
-
description?: string | undefined;
|
|
1691
|
-
altText?: string | undefined;
|
|
1692
|
-
assetId?: string | undefined;
|
|
1693
|
-
extension?: string | undefined;
|
|
1694
|
-
mimeType?: string | undefined;
|
|
1695
|
-
originalFilename?: string | undefined;
|
|
1696
|
-
sha1Hash?: string | undefined;
|
|
1697
|
-
uploadId?: string | undefined;
|
|
1698
|
-
} | undefined;
|
|
1699
896
|
}, {
|
|
1700
|
-
|
|
897
|
+
url: string;
|
|
1701
898
|
version?: "1.0.0" | undefined;
|
|
1702
|
-
asset?: {
|
|
1703
|
-
label?: string | undefined;
|
|
1704
|
-
title?: string | undefined;
|
|
1705
|
-
path?: string | undefined;
|
|
1706
|
-
url?: string | undefined;
|
|
1707
|
-
version?: "1.0.0" | undefined;
|
|
1708
|
-
size?: number | undefined;
|
|
1709
|
-
description?: string | undefined;
|
|
1710
|
-
altText?: string | undefined;
|
|
1711
|
-
assetId?: string | undefined;
|
|
1712
|
-
extension?: string | undefined;
|
|
1713
|
-
mimeType?: string | undefined;
|
|
1714
|
-
originalFilename?: string | undefined;
|
|
1715
|
-
sha1Hash?: string | undefined;
|
|
1716
|
-
uploadId?: string | undefined;
|
|
1717
|
-
} | undefined;
|
|
1718
899
|
}>>;
|
|
1719
900
|
email: z.ZodOptional<z.ZodString>;
|
|
1720
901
|
socialMedia: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -1722,12 +903,12 @@ declare const companySchema: z.ZodObject<{
|
|
|
1722
903
|
url: z.ZodString;
|
|
1723
904
|
type: z.ZodString;
|
|
1724
905
|
}, "strip", z.ZodTypeAny, {
|
|
1725
|
-
url: string;
|
|
1726
906
|
type: string;
|
|
907
|
+
url: string;
|
|
1727
908
|
version: "1.0.0";
|
|
1728
909
|
}, {
|
|
1729
|
-
url: string;
|
|
1730
910
|
type: string;
|
|
911
|
+
url: string;
|
|
1731
912
|
version?: "1.0.0" | undefined;
|
|
1732
913
|
}>, "many">>;
|
|
1733
914
|
telephone: z.ZodOptional<z.ZodString>;
|
|
@@ -1814,24 +995,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1814
995
|
} | undefined;
|
|
1815
996
|
title?: string[] | undefined;
|
|
1816
997
|
image?: {
|
|
1817
|
-
|
|
998
|
+
url: string;
|
|
1818
999
|
version: "1.0.0";
|
|
1819
|
-
asset?: {
|
|
1820
|
-
version: "1.0.0";
|
|
1821
|
-
label?: string | undefined;
|
|
1822
|
-
title?: string | undefined;
|
|
1823
|
-
path?: string | undefined;
|
|
1824
|
-
url?: string | undefined;
|
|
1825
|
-
size?: number | undefined;
|
|
1826
|
-
description?: string | undefined;
|
|
1827
|
-
altText?: string | undefined;
|
|
1828
|
-
assetId?: string | undefined;
|
|
1829
|
-
extension?: string | undefined;
|
|
1830
|
-
mimeType?: string | undefined;
|
|
1831
|
-
originalFilename?: string | undefined;
|
|
1832
|
-
sha1Hash?: string | undefined;
|
|
1833
|
-
uploadId?: string | undefined;
|
|
1834
|
-
} | undefined;
|
|
1835
1000
|
} | undefined;
|
|
1836
1001
|
url?: string | undefined;
|
|
1837
1002
|
email?: string | undefined;
|
|
@@ -1840,8 +1005,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1840
1005
|
isMedical?: boolean | undefined;
|
|
1841
1006
|
isScientist?: boolean | undefined;
|
|
1842
1007
|
socialMedia?: {
|
|
1843
|
-
url: string;
|
|
1844
1008
|
type: string;
|
|
1009
|
+
url: string;
|
|
1845
1010
|
version: "1.0.0";
|
|
1846
1011
|
}[] | undefined;
|
|
1847
1012
|
telephone?: string | undefined;
|
|
@@ -1867,24 +1032,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1867
1032
|
} | undefined;
|
|
1868
1033
|
title?: string[] | undefined;
|
|
1869
1034
|
image?: {
|
|
1870
|
-
|
|
1035
|
+
url: string;
|
|
1871
1036
|
version?: "1.0.0" | undefined;
|
|
1872
|
-
asset?: {
|
|
1873
|
-
label?: string | undefined;
|
|
1874
|
-
title?: string | undefined;
|
|
1875
|
-
path?: string | undefined;
|
|
1876
|
-
url?: string | undefined;
|
|
1877
|
-
version?: "1.0.0" | undefined;
|
|
1878
|
-
size?: number | undefined;
|
|
1879
|
-
description?: string | undefined;
|
|
1880
|
-
altText?: string | undefined;
|
|
1881
|
-
assetId?: string | undefined;
|
|
1882
|
-
extension?: string | undefined;
|
|
1883
|
-
mimeType?: string | undefined;
|
|
1884
|
-
originalFilename?: string | undefined;
|
|
1885
|
-
sha1Hash?: string | undefined;
|
|
1886
|
-
uploadId?: string | undefined;
|
|
1887
|
-
} | undefined;
|
|
1888
1037
|
} | undefined;
|
|
1889
1038
|
url?: string | undefined;
|
|
1890
1039
|
email?: string | undefined;
|
|
@@ -1894,18 +1043,17 @@ declare const companySchema: z.ZodObject<{
|
|
|
1894
1043
|
isMedical?: boolean | undefined;
|
|
1895
1044
|
isScientist?: boolean | undefined;
|
|
1896
1045
|
socialMedia?: {
|
|
1897
|
-
url: string;
|
|
1898
1046
|
type: string;
|
|
1047
|
+
url: string;
|
|
1899
1048
|
version?: "1.0.0" | undefined;
|
|
1900
1049
|
}[] | undefined;
|
|
1901
1050
|
telephone?: string | undefined;
|
|
1902
1051
|
}>, "many">>;
|
|
1903
1052
|
}, "strip", z.ZodTypeAny, {
|
|
1904
|
-
type: string;
|
|
1905
1053
|
version: "1.0.0";
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1054
|
+
foundedYear?: string | undefined;
|
|
1055
|
+
foundingCountry?: string | undefined;
|
|
1056
|
+
foundingCity?: string | undefined;
|
|
1909
1057
|
founders?: {
|
|
1910
1058
|
type: string;
|
|
1911
1059
|
version: "1.0.0";
|
|
@@ -1929,24 +1077,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1929
1077
|
} | undefined;
|
|
1930
1078
|
title?: string[] | undefined;
|
|
1931
1079
|
image?: {
|
|
1932
|
-
|
|
1080
|
+
url: string;
|
|
1933
1081
|
version: "1.0.0";
|
|
1934
|
-
asset?: {
|
|
1935
|
-
version: "1.0.0";
|
|
1936
|
-
label?: string | undefined;
|
|
1937
|
-
title?: string | undefined;
|
|
1938
|
-
path?: string | undefined;
|
|
1939
|
-
url?: string | undefined;
|
|
1940
|
-
size?: number | undefined;
|
|
1941
|
-
description?: string | undefined;
|
|
1942
|
-
altText?: string | undefined;
|
|
1943
|
-
assetId?: string | undefined;
|
|
1944
|
-
extension?: string | undefined;
|
|
1945
|
-
mimeType?: string | undefined;
|
|
1946
|
-
originalFilename?: string | undefined;
|
|
1947
|
-
sha1Hash?: string | undefined;
|
|
1948
|
-
uploadId?: string | undefined;
|
|
1949
|
-
} | undefined;
|
|
1950
1082
|
} | undefined;
|
|
1951
1083
|
url?: string | undefined;
|
|
1952
1084
|
email?: string | undefined;
|
|
@@ -1955,18 +1087,17 @@ declare const companySchema: z.ZodObject<{
|
|
|
1955
1087
|
isMedical?: boolean | undefined;
|
|
1956
1088
|
isScientist?: boolean | undefined;
|
|
1957
1089
|
socialMedia?: {
|
|
1958
|
-
url: string;
|
|
1959
1090
|
type: string;
|
|
1091
|
+
url: string;
|
|
1960
1092
|
version: "1.0.0";
|
|
1961
1093
|
}[] | undefined;
|
|
1962
1094
|
telephone?: string | undefined;
|
|
1963
1095
|
}[] | undefined;
|
|
1964
1096
|
}, {
|
|
1965
|
-
type: string;
|
|
1966
1097
|
version?: "1.0.0" | undefined;
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1098
|
+
foundedYear?: string | undefined;
|
|
1099
|
+
foundingCountry?: string | undefined;
|
|
1100
|
+
foundingCity?: string | undefined;
|
|
1970
1101
|
founders?: {
|
|
1971
1102
|
type: string;
|
|
1972
1103
|
firstName: string;
|
|
@@ -1989,24 +1120,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
1989
1120
|
} | undefined;
|
|
1990
1121
|
title?: string[] | undefined;
|
|
1991
1122
|
image?: {
|
|
1992
|
-
|
|
1123
|
+
url: string;
|
|
1993
1124
|
version?: "1.0.0" | undefined;
|
|
1994
|
-
asset?: {
|
|
1995
|
-
label?: string | undefined;
|
|
1996
|
-
title?: string | undefined;
|
|
1997
|
-
path?: string | undefined;
|
|
1998
|
-
url?: string | undefined;
|
|
1999
|
-
version?: "1.0.0" | undefined;
|
|
2000
|
-
size?: number | undefined;
|
|
2001
|
-
description?: string | undefined;
|
|
2002
|
-
altText?: string | undefined;
|
|
2003
|
-
assetId?: string | undefined;
|
|
2004
|
-
extension?: string | undefined;
|
|
2005
|
-
mimeType?: string | undefined;
|
|
2006
|
-
originalFilename?: string | undefined;
|
|
2007
|
-
sha1Hash?: string | undefined;
|
|
2008
|
-
uploadId?: string | undefined;
|
|
2009
|
-
} | undefined;
|
|
2010
1125
|
} | undefined;
|
|
2011
1126
|
url?: string | undefined;
|
|
2012
1127
|
email?: string | undefined;
|
|
@@ -2016,8 +1131,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2016
1131
|
isMedical?: boolean | undefined;
|
|
2017
1132
|
isScientist?: boolean | undefined;
|
|
2018
1133
|
socialMedia?: {
|
|
2019
|
-
url: string;
|
|
2020
1134
|
type: string;
|
|
1135
|
+
url: string;
|
|
2021
1136
|
version?: "1.0.0" | undefined;
|
|
2022
1137
|
}[] | undefined;
|
|
2023
1138
|
telephone?: string | undefined;
|
|
@@ -2086,116 +1201,75 @@ declare const companySchema: z.ZodObject<{
|
|
|
2086
1201
|
publishStatus: z.ZodOptional<z.ZodString>;
|
|
2087
1202
|
ngdMetadata: z.ZodOptional<z.ZodObject<{
|
|
2088
1203
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2089
|
-
type: z.ZodString;
|
|
2090
1204
|
lastScraped: z.ZodOptional<z.ZodString>;
|
|
2091
1205
|
scraperVersion: z.ZodOptional<z.ZodString>;
|
|
2092
1206
|
postProcessorVersion: z.ZodOptional<z.ZodString>;
|
|
2093
1207
|
uniqueRunId: z.ZodOptional<z.ZodString>;
|
|
2094
1208
|
postProcessorUniqueRunId: z.ZodOptional<z.ZodString>;
|
|
2095
|
-
|
|
1209
|
+
shouldThisDocumentBeScraped: z.ZodOptional<z.ZodBoolean>;
|
|
2096
1210
|
}, "strip", z.ZodTypeAny, {
|
|
2097
|
-
type: string;
|
|
2098
1211
|
version: "1.0.0";
|
|
2099
|
-
isScrapeManaged: boolean;
|
|
2100
1212
|
lastScraped?: string | undefined;
|
|
2101
1213
|
scraperVersion?: string | undefined;
|
|
2102
1214
|
postProcessorVersion?: string | undefined;
|
|
2103
1215
|
uniqueRunId?: string | undefined;
|
|
2104
1216
|
postProcessorUniqueRunId?: string | undefined;
|
|
1217
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
2105
1218
|
}, {
|
|
2106
|
-
type: string;
|
|
2107
1219
|
version?: "1.0.0" | undefined;
|
|
2108
1220
|
lastScraped?: string | undefined;
|
|
2109
1221
|
scraperVersion?: string | undefined;
|
|
2110
1222
|
postProcessorVersion?: string | undefined;
|
|
2111
1223
|
uniqueRunId?: string | undefined;
|
|
2112
1224
|
postProcessorUniqueRunId?: string | undefined;
|
|
2113
|
-
|
|
1225
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
2114
1226
|
}>>;
|
|
2115
1227
|
}, "strip", z.ZodTypeAny, {
|
|
2116
|
-
id: string;
|
|
2117
1228
|
type: string;
|
|
2118
1229
|
version: "1.0.0";
|
|
2119
1230
|
slug: string;
|
|
2120
|
-
createdAt: string;
|
|
2121
|
-
updatedAt: string;
|
|
2122
1231
|
companyName: string;
|
|
2123
1232
|
logo?: {
|
|
2124
|
-
|
|
1233
|
+
url: string;
|
|
2125
1234
|
version: "1.0.0";
|
|
2126
|
-
asset?: {
|
|
2127
|
-
version: "1.0.0";
|
|
2128
|
-
label?: string | undefined;
|
|
2129
|
-
title?: string | undefined;
|
|
2130
|
-
path?: string | undefined;
|
|
2131
|
-
url?: string | undefined;
|
|
2132
|
-
size?: number | undefined;
|
|
2133
|
-
description?: string | undefined;
|
|
2134
|
-
altText?: string | undefined;
|
|
2135
|
-
assetId?: string | undefined;
|
|
2136
|
-
extension?: string | undefined;
|
|
2137
|
-
mimeType?: string | undefined;
|
|
2138
|
-
originalFilename?: string | undefined;
|
|
2139
|
-
sha1Hash?: string | undefined;
|
|
2140
|
-
uploadId?: string | undefined;
|
|
2141
|
-
} | undefined;
|
|
2142
1235
|
} | undefined;
|
|
2143
1236
|
socialMedia?: {
|
|
2144
|
-
url: string;
|
|
2145
1237
|
type: string;
|
|
1238
|
+
url: string;
|
|
2146
1239
|
version: "1.0.0";
|
|
2147
1240
|
}[] | undefined;
|
|
2148
1241
|
companyWebsite?: string | undefined;
|
|
2149
1242
|
brandColor?: string | undefined;
|
|
2150
1243
|
companyCareers?: {
|
|
2151
|
-
type: string;
|
|
2152
1244
|
version: "1.0.0";
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
1245
|
+
companyCareersUrl: string;
|
|
1246
|
+
jobBoardSlug: string[];
|
|
1247
|
+
companyJobBoard?: {
|
|
2156
1248
|
type: string;
|
|
1249
|
+
name: string;
|
|
2157
1250
|
version: "1.0.0";
|
|
2158
1251
|
description: string;
|
|
2159
1252
|
logo?: {
|
|
2160
|
-
|
|
1253
|
+
url: string;
|
|
2161
1254
|
version: "1.0.0";
|
|
2162
|
-
asset?: {
|
|
2163
|
-
version: "1.0.0";
|
|
2164
|
-
label?: string | undefined;
|
|
2165
|
-
title?: string | undefined;
|
|
2166
|
-
path?: string | undefined;
|
|
2167
|
-
url?: string | undefined;
|
|
2168
|
-
size?: number | undefined;
|
|
2169
|
-
description?: string | undefined;
|
|
2170
|
-
altText?: string | undefined;
|
|
2171
|
-
assetId?: string | undefined;
|
|
2172
|
-
extension?: string | undefined;
|
|
2173
|
-
mimeType?: string | undefined;
|
|
2174
|
-
originalFilename?: string | undefined;
|
|
2175
|
-
sha1Hash?: string | undefined;
|
|
2176
|
-
uploadId?: string | undefined;
|
|
2177
|
-
} | undefined;
|
|
2178
1255
|
} | undefined;
|
|
2179
1256
|
baseUrl?: string | undefined;
|
|
2180
1257
|
} | undefined;
|
|
2181
|
-
jobBoardSlug?: string[] | undefined;
|
|
2182
1258
|
companyBenefits?: {
|
|
2183
|
-
title: string;
|
|
2184
1259
|
type: string;
|
|
1260
|
+
name: string;
|
|
2185
1261
|
version: "1.0.0";
|
|
2186
1262
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
2187
1263
|
description?: string | undefined;
|
|
2188
1264
|
}[] | undefined;
|
|
2189
1265
|
} | undefined;
|
|
2190
1266
|
companyPhilosophy?: {
|
|
2191
|
-
type: string;
|
|
2192
1267
|
version: "1.0.0";
|
|
2193
|
-
|
|
1268
|
+
mission?: string | undefined;
|
|
2194
1269
|
companyHow?: string | undefined;
|
|
2195
1270
|
companyCulture?: string[] | undefined;
|
|
2196
1271
|
} | undefined;
|
|
2197
1272
|
companyNDG?: {
|
|
2198
|
-
type: string;
|
|
2199
1273
|
version: "1.0.0";
|
|
2200
1274
|
companyWow?: string | undefined;
|
|
2201
1275
|
companyNDGTake?: string | undefined;
|
|
@@ -2203,11 +1277,10 @@ declare const companySchema: z.ZodObject<{
|
|
|
2203
1277
|
companyInterests?: string[] | undefined;
|
|
2204
1278
|
} | undefined;
|
|
2205
1279
|
foundingInfo?: {
|
|
2206
|
-
type: string;
|
|
2207
1280
|
version: "1.0.0";
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
1281
|
+
foundedYear?: string | undefined;
|
|
1282
|
+
foundingCountry?: string | undefined;
|
|
1283
|
+
foundingCity?: string | undefined;
|
|
2211
1284
|
founders?: {
|
|
2212
1285
|
type: string;
|
|
2213
1286
|
version: "1.0.0";
|
|
@@ -2231,24 +1304,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2231
1304
|
} | undefined;
|
|
2232
1305
|
title?: string[] | undefined;
|
|
2233
1306
|
image?: {
|
|
2234
|
-
|
|
1307
|
+
url: string;
|
|
2235
1308
|
version: "1.0.0";
|
|
2236
|
-
asset?: {
|
|
2237
|
-
version: "1.0.0";
|
|
2238
|
-
label?: string | undefined;
|
|
2239
|
-
title?: string | undefined;
|
|
2240
|
-
path?: string | undefined;
|
|
2241
|
-
url?: string | undefined;
|
|
2242
|
-
size?: number | undefined;
|
|
2243
|
-
description?: string | undefined;
|
|
2244
|
-
altText?: string | undefined;
|
|
2245
|
-
assetId?: string | undefined;
|
|
2246
|
-
extension?: string | undefined;
|
|
2247
|
-
mimeType?: string | undefined;
|
|
2248
|
-
originalFilename?: string | undefined;
|
|
2249
|
-
sha1Hash?: string | undefined;
|
|
2250
|
-
uploadId?: string | undefined;
|
|
2251
|
-
} | undefined;
|
|
2252
1309
|
} | undefined;
|
|
2253
1310
|
url?: string | undefined;
|
|
2254
1311
|
email?: string | undefined;
|
|
@@ -2257,8 +1314,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2257
1314
|
isMedical?: boolean | undefined;
|
|
2258
1315
|
isScientist?: boolean | undefined;
|
|
2259
1316
|
socialMedia?: {
|
|
2260
|
-
url: string;
|
|
2261
1317
|
type: string;
|
|
1318
|
+
url: string;
|
|
2262
1319
|
version: "1.0.0";
|
|
2263
1320
|
}[] | undefined;
|
|
2264
1321
|
telephone?: string | undefined;
|
|
@@ -2282,99 +1339,60 @@ declare const companySchema: z.ZodObject<{
|
|
|
2282
1339
|
employeeEstimate?: string | undefined;
|
|
2283
1340
|
publishStatus?: string | undefined;
|
|
2284
1341
|
ngdMetadata?: {
|
|
2285
|
-
type: string;
|
|
2286
1342
|
version: "1.0.0";
|
|
2287
|
-
isScrapeManaged: boolean;
|
|
2288
1343
|
lastScraped?: string | undefined;
|
|
2289
1344
|
scraperVersion?: string | undefined;
|
|
2290
1345
|
postProcessorVersion?: string | undefined;
|
|
2291
1346
|
uniqueRunId?: string | undefined;
|
|
2292
1347
|
postProcessorUniqueRunId?: string | undefined;
|
|
1348
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
2293
1349
|
} | undefined;
|
|
2294
1350
|
}, {
|
|
2295
|
-
id: string;
|
|
2296
1351
|
type: string;
|
|
2297
1352
|
slug: string;
|
|
2298
|
-
createdAt: string;
|
|
2299
|
-
updatedAt: string;
|
|
2300
1353
|
companyName: string;
|
|
2301
1354
|
version?: "1.0.0" | undefined;
|
|
2302
1355
|
logo?: {
|
|
2303
|
-
|
|
1356
|
+
url: string;
|
|
2304
1357
|
version?: "1.0.0" | undefined;
|
|
2305
|
-
asset?: {
|
|
2306
|
-
label?: string | undefined;
|
|
2307
|
-
title?: string | undefined;
|
|
2308
|
-
path?: string | undefined;
|
|
2309
|
-
url?: string | undefined;
|
|
2310
|
-
version?: "1.0.0" | undefined;
|
|
2311
|
-
size?: number | undefined;
|
|
2312
|
-
description?: string | undefined;
|
|
2313
|
-
altText?: string | undefined;
|
|
2314
|
-
assetId?: string | undefined;
|
|
2315
|
-
extension?: string | undefined;
|
|
2316
|
-
mimeType?: string | undefined;
|
|
2317
|
-
originalFilename?: string | undefined;
|
|
2318
|
-
sha1Hash?: string | undefined;
|
|
2319
|
-
uploadId?: string | undefined;
|
|
2320
|
-
} | undefined;
|
|
2321
1358
|
} | undefined;
|
|
2322
1359
|
socialMedia?: {
|
|
2323
|
-
url: string;
|
|
2324
1360
|
type: string;
|
|
1361
|
+
url: string;
|
|
2325
1362
|
version?: "1.0.0" | undefined;
|
|
2326
1363
|
}[] | undefined;
|
|
2327
1364
|
companyWebsite?: string | undefined;
|
|
2328
1365
|
brandColor?: string | undefined;
|
|
2329
1366
|
companyCareers?: {
|
|
2330
|
-
|
|
2331
|
-
|
|
1367
|
+
companyCareersUrl: string;
|
|
1368
|
+
jobBoardSlug: string[];
|
|
2332
1369
|
version?: "1.0.0" | undefined;
|
|
2333
|
-
|
|
2334
|
-
name: string;
|
|
1370
|
+
companyJobBoard?: {
|
|
2335
1371
|
type: string;
|
|
1372
|
+
name: string;
|
|
2336
1373
|
description: string;
|
|
2337
1374
|
version?: "1.0.0" | undefined;
|
|
2338
1375
|
logo?: {
|
|
2339
|
-
|
|
1376
|
+
url: string;
|
|
2340
1377
|
version?: "1.0.0" | undefined;
|
|
2341
|
-
asset?: {
|
|
2342
|
-
label?: string | undefined;
|
|
2343
|
-
title?: string | undefined;
|
|
2344
|
-
path?: string | undefined;
|
|
2345
|
-
url?: string | undefined;
|
|
2346
|
-
version?: "1.0.0" | undefined;
|
|
2347
|
-
size?: number | undefined;
|
|
2348
|
-
description?: string | undefined;
|
|
2349
|
-
altText?: string | undefined;
|
|
2350
|
-
assetId?: string | undefined;
|
|
2351
|
-
extension?: string | undefined;
|
|
2352
|
-
mimeType?: string | undefined;
|
|
2353
|
-
originalFilename?: string | undefined;
|
|
2354
|
-
sha1Hash?: string | undefined;
|
|
2355
|
-
uploadId?: string | undefined;
|
|
2356
|
-
} | undefined;
|
|
2357
1378
|
} | undefined;
|
|
2358
1379
|
baseUrl?: string | undefined;
|
|
2359
1380
|
} | undefined;
|
|
2360
|
-
jobBoardSlug?: string[] | undefined;
|
|
2361
1381
|
companyBenefits?: {
|
|
2362
|
-
title: string;
|
|
2363
1382
|
type: string;
|
|
1383
|
+
name: string;
|
|
2364
1384
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
2365
1385
|
version?: "1.0.0" | undefined;
|
|
2366
1386
|
description?: string | undefined;
|
|
2367
1387
|
}[] | undefined;
|
|
2368
1388
|
} | undefined;
|
|
2369
1389
|
companyPhilosophy?: {
|
|
2370
|
-
type: string;
|
|
2371
1390
|
version?: "1.0.0" | undefined;
|
|
2372
|
-
|
|
1391
|
+
mission?: string | undefined;
|
|
2373
1392
|
companyHow?: string | undefined;
|
|
2374
1393
|
companyCulture?: string[] | undefined;
|
|
2375
1394
|
} | undefined;
|
|
2376
1395
|
companyNDG?: {
|
|
2377
|
-
type: string;
|
|
2378
1396
|
version?: "1.0.0" | undefined;
|
|
2379
1397
|
companyWow?: string | undefined;
|
|
2380
1398
|
companyNDGTake?: string | undefined;
|
|
@@ -2382,11 +1400,10 @@ declare const companySchema: z.ZodObject<{
|
|
|
2382
1400
|
companyInterests?: string[] | undefined;
|
|
2383
1401
|
} | undefined;
|
|
2384
1402
|
foundingInfo?: {
|
|
2385
|
-
type: string;
|
|
2386
1403
|
version?: "1.0.0" | undefined;
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
1404
|
+
foundedYear?: string | undefined;
|
|
1405
|
+
foundingCountry?: string | undefined;
|
|
1406
|
+
foundingCity?: string | undefined;
|
|
2390
1407
|
founders?: {
|
|
2391
1408
|
type: string;
|
|
2392
1409
|
firstName: string;
|
|
@@ -2409,24 +1426,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2409
1426
|
} | undefined;
|
|
2410
1427
|
title?: string[] | undefined;
|
|
2411
1428
|
image?: {
|
|
2412
|
-
|
|
1429
|
+
url: string;
|
|
2413
1430
|
version?: "1.0.0" | undefined;
|
|
2414
|
-
asset?: {
|
|
2415
|
-
label?: string | undefined;
|
|
2416
|
-
title?: string | undefined;
|
|
2417
|
-
path?: string | undefined;
|
|
2418
|
-
url?: string | undefined;
|
|
2419
|
-
version?: "1.0.0" | undefined;
|
|
2420
|
-
size?: number | undefined;
|
|
2421
|
-
description?: string | undefined;
|
|
2422
|
-
altText?: string | undefined;
|
|
2423
|
-
assetId?: string | undefined;
|
|
2424
|
-
extension?: string | undefined;
|
|
2425
|
-
mimeType?: string | undefined;
|
|
2426
|
-
originalFilename?: string | undefined;
|
|
2427
|
-
sha1Hash?: string | undefined;
|
|
2428
|
-
uploadId?: string | undefined;
|
|
2429
|
-
} | undefined;
|
|
2430
1431
|
} | undefined;
|
|
2431
1432
|
url?: string | undefined;
|
|
2432
1433
|
email?: string | undefined;
|
|
@@ -2436,8 +1437,8 @@ declare const companySchema: z.ZodObject<{
|
|
|
2436
1437
|
isMedical?: boolean | undefined;
|
|
2437
1438
|
isScientist?: boolean | undefined;
|
|
2438
1439
|
socialMedia?: {
|
|
2439
|
-
url: string;
|
|
2440
1440
|
type: string;
|
|
1441
|
+
url: string;
|
|
2441
1442
|
version?: "1.0.0" | undefined;
|
|
2442
1443
|
}[] | undefined;
|
|
2443
1444
|
telephone?: string | undefined;
|
|
@@ -2461,14 +1462,13 @@ declare const companySchema: z.ZodObject<{
|
|
|
2461
1462
|
employeeEstimate?: string | undefined;
|
|
2462
1463
|
publishStatus?: string | undefined;
|
|
2463
1464
|
ngdMetadata?: {
|
|
2464
|
-
type: string;
|
|
2465
1465
|
version?: "1.0.0" | undefined;
|
|
2466
1466
|
lastScraped?: string | undefined;
|
|
2467
1467
|
scraperVersion?: string | undefined;
|
|
2468
1468
|
postProcessorVersion?: string | undefined;
|
|
2469
1469
|
uniqueRunId?: string | undefined;
|
|
2470
1470
|
postProcessorUniqueRunId?: string | undefined;
|
|
2471
|
-
|
|
1471
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
2472
1472
|
} | undefined;
|
|
2473
1473
|
}>;
|
|
2474
1474
|
type CompanyModel = z.infer<typeof companySchema>;
|
|
@@ -2479,99 +1479,18 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2479
1479
|
officeType: z.ZodEnum<["BRANCH", "HEADQUARTERS", "SATELLITE"]>;
|
|
2480
1480
|
companyId: z.ZodOptional<z.ZodObject<{
|
|
2481
1481
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2482
|
-
id: z.ZodString;
|
|
2483
|
-
createdAt: z.ZodString;
|
|
2484
|
-
updatedAt: z.ZodString;
|
|
2485
1482
|
companyName: z.ZodString;
|
|
2486
1483
|
slug: z.ZodString;
|
|
2487
1484
|
type: z.ZodString;
|
|
2488
1485
|
logo: z.ZodOptional<z.ZodObject<{
|
|
2489
1486
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2490
|
-
|
|
2491
|
-
asset: z.ZodOptional<z.ZodObject<{
|
|
2492
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2493
|
-
altText: z.ZodOptional<z.ZodString>;
|
|
2494
|
-
assetId: z.ZodOptional<z.ZodString>;
|
|
2495
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2496
|
-
extension: z.ZodOptional<z.ZodString>;
|
|
2497
|
-
label: z.ZodOptional<z.ZodString>;
|
|
2498
|
-
mimeType: z.ZodOptional<z.ZodString>;
|
|
2499
|
-
originalFilename: z.ZodOptional<z.ZodString>;
|
|
2500
|
-
path: z.ZodOptional<z.ZodString>;
|
|
2501
|
-
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
2502
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
2503
|
-
title: z.ZodOptional<z.ZodString>;
|
|
2504
|
-
uploadId: z.ZodOptional<z.ZodString>;
|
|
2505
|
-
url: z.ZodOptional<z.ZodString>;
|
|
2506
|
-
}, "strip", z.ZodTypeAny, {
|
|
2507
|
-
version: "1.0.0";
|
|
2508
|
-
label?: string | undefined;
|
|
2509
|
-
title?: string | undefined;
|
|
2510
|
-
path?: string | undefined;
|
|
2511
|
-
url?: string | undefined;
|
|
2512
|
-
size?: number | undefined;
|
|
2513
|
-
description?: string | undefined;
|
|
2514
|
-
altText?: string | undefined;
|
|
2515
|
-
assetId?: string | undefined;
|
|
2516
|
-
extension?: string | undefined;
|
|
2517
|
-
mimeType?: string | undefined;
|
|
2518
|
-
originalFilename?: string | undefined;
|
|
2519
|
-
sha1Hash?: string | undefined;
|
|
2520
|
-
uploadId?: string | undefined;
|
|
2521
|
-
}, {
|
|
2522
|
-
label?: string | undefined;
|
|
2523
|
-
title?: string | undefined;
|
|
2524
|
-
path?: string | undefined;
|
|
2525
|
-
url?: string | undefined;
|
|
2526
|
-
version?: "1.0.0" | undefined;
|
|
2527
|
-
size?: number | undefined;
|
|
2528
|
-
description?: string | undefined;
|
|
2529
|
-
altText?: string | undefined;
|
|
2530
|
-
assetId?: string | undefined;
|
|
2531
|
-
extension?: string | undefined;
|
|
2532
|
-
mimeType?: string | undefined;
|
|
2533
|
-
originalFilename?: string | undefined;
|
|
2534
|
-
sha1Hash?: string | undefined;
|
|
2535
|
-
uploadId?: string | undefined;
|
|
2536
|
-
}>>;
|
|
1487
|
+
url: z.ZodString;
|
|
2537
1488
|
}, "strip", z.ZodTypeAny, {
|
|
2538
|
-
|
|
1489
|
+
url: string;
|
|
2539
1490
|
version: "1.0.0";
|
|
2540
|
-
asset?: {
|
|
2541
|
-
version: "1.0.0";
|
|
2542
|
-
label?: string | undefined;
|
|
2543
|
-
title?: string | undefined;
|
|
2544
|
-
path?: string | undefined;
|
|
2545
|
-
url?: string | undefined;
|
|
2546
|
-
size?: number | undefined;
|
|
2547
|
-
description?: string | undefined;
|
|
2548
|
-
altText?: string | undefined;
|
|
2549
|
-
assetId?: string | undefined;
|
|
2550
|
-
extension?: string | undefined;
|
|
2551
|
-
mimeType?: string | undefined;
|
|
2552
|
-
originalFilename?: string | undefined;
|
|
2553
|
-
sha1Hash?: string | undefined;
|
|
2554
|
-
uploadId?: string | undefined;
|
|
2555
|
-
} | undefined;
|
|
2556
1491
|
}, {
|
|
2557
|
-
|
|
1492
|
+
url: string;
|
|
2558
1493
|
version?: "1.0.0" | undefined;
|
|
2559
|
-
asset?: {
|
|
2560
|
-
label?: string | undefined;
|
|
2561
|
-
title?: string | undefined;
|
|
2562
|
-
path?: string | undefined;
|
|
2563
|
-
url?: string | undefined;
|
|
2564
|
-
version?: "1.0.0" | undefined;
|
|
2565
|
-
size?: number | undefined;
|
|
2566
|
-
description?: string | undefined;
|
|
2567
|
-
altText?: string | undefined;
|
|
2568
|
-
assetId?: string | undefined;
|
|
2569
|
-
extension?: string | undefined;
|
|
2570
|
-
mimeType?: string | undefined;
|
|
2571
|
-
originalFilename?: string | undefined;
|
|
2572
|
-
sha1Hash?: string | undefined;
|
|
2573
|
-
uploadId?: string | undefined;
|
|
2574
|
-
} | undefined;
|
|
2575
1494
|
}>>;
|
|
2576
1495
|
companyWebsite: z.ZodOptional<z.ZodString>;
|
|
2577
1496
|
socialMedia: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2579,260 +1498,115 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2579
1498
|
url: z.ZodString;
|
|
2580
1499
|
type: z.ZodString;
|
|
2581
1500
|
}, "strip", z.ZodTypeAny, {
|
|
2582
|
-
url: string;
|
|
2583
1501
|
type: string;
|
|
1502
|
+
url: string;
|
|
2584
1503
|
version: "1.0.0";
|
|
2585
1504
|
}, {
|
|
2586
|
-
url: string;
|
|
2587
1505
|
type: string;
|
|
1506
|
+
url: string;
|
|
2588
1507
|
version?: "1.0.0" | undefined;
|
|
2589
1508
|
}>, "many">>;
|
|
2590
1509
|
brandColor: z.ZodOptional<z.ZodString>;
|
|
2591
1510
|
companyCareers: z.ZodOptional<z.ZodObject<{
|
|
2592
1511
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
jobBoard: z.ZodOptional<z.ZodObject<{
|
|
1512
|
+
companyCareersUrl: z.ZodString;
|
|
1513
|
+
companyJobBoard: z.ZodOptional<z.ZodObject<{
|
|
2596
1514
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2597
1515
|
type: z.ZodString;
|
|
2598
1516
|
name: z.ZodString;
|
|
2599
1517
|
description: z.ZodString;
|
|
2600
1518
|
logo: z.ZodOptional<z.ZodObject<{
|
|
2601
1519
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2602
|
-
|
|
2603
|
-
asset: z.ZodOptional<z.ZodObject<{
|
|
2604
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2605
|
-
altText: z.ZodOptional<z.ZodString>;
|
|
2606
|
-
assetId: z.ZodOptional<z.ZodString>;
|
|
2607
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2608
|
-
extension: z.ZodOptional<z.ZodString>;
|
|
2609
|
-
label: z.ZodOptional<z.ZodString>;
|
|
2610
|
-
mimeType: z.ZodOptional<z.ZodString>;
|
|
2611
|
-
originalFilename: z.ZodOptional<z.ZodString>;
|
|
2612
|
-
path: z.ZodOptional<z.ZodString>;
|
|
2613
|
-
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
2614
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
2615
|
-
title: z.ZodOptional<z.ZodString>;
|
|
2616
|
-
uploadId: z.ZodOptional<z.ZodString>;
|
|
2617
|
-
url: z.ZodOptional<z.ZodString>;
|
|
2618
|
-
}, "strip", z.ZodTypeAny, {
|
|
2619
|
-
version: "1.0.0";
|
|
2620
|
-
label?: string | undefined;
|
|
2621
|
-
title?: string | undefined;
|
|
2622
|
-
path?: string | undefined;
|
|
2623
|
-
url?: string | undefined;
|
|
2624
|
-
size?: number | undefined;
|
|
2625
|
-
description?: string | undefined;
|
|
2626
|
-
altText?: string | undefined;
|
|
2627
|
-
assetId?: string | undefined;
|
|
2628
|
-
extension?: string | undefined;
|
|
2629
|
-
mimeType?: string | undefined;
|
|
2630
|
-
originalFilename?: string | undefined;
|
|
2631
|
-
sha1Hash?: string | undefined;
|
|
2632
|
-
uploadId?: string | undefined;
|
|
2633
|
-
}, {
|
|
2634
|
-
label?: string | undefined;
|
|
2635
|
-
title?: string | undefined;
|
|
2636
|
-
path?: string | undefined;
|
|
2637
|
-
url?: string | undefined;
|
|
2638
|
-
version?: "1.0.0" | undefined;
|
|
2639
|
-
size?: number | undefined;
|
|
2640
|
-
description?: string | undefined;
|
|
2641
|
-
altText?: string | undefined;
|
|
2642
|
-
assetId?: string | undefined;
|
|
2643
|
-
extension?: string | undefined;
|
|
2644
|
-
mimeType?: string | undefined;
|
|
2645
|
-
originalFilename?: string | undefined;
|
|
2646
|
-
sha1Hash?: string | undefined;
|
|
2647
|
-
uploadId?: string | undefined;
|
|
2648
|
-
}>>;
|
|
1520
|
+
url: z.ZodString;
|
|
2649
1521
|
}, "strip", z.ZodTypeAny, {
|
|
2650
|
-
|
|
1522
|
+
url: string;
|
|
2651
1523
|
version: "1.0.0";
|
|
2652
|
-
asset?: {
|
|
2653
|
-
version: "1.0.0";
|
|
2654
|
-
label?: string | undefined;
|
|
2655
|
-
title?: string | undefined;
|
|
2656
|
-
path?: string | undefined;
|
|
2657
|
-
url?: string | undefined;
|
|
2658
|
-
size?: number | undefined;
|
|
2659
|
-
description?: string | undefined;
|
|
2660
|
-
altText?: string | undefined;
|
|
2661
|
-
assetId?: string | undefined;
|
|
2662
|
-
extension?: string | undefined;
|
|
2663
|
-
mimeType?: string | undefined;
|
|
2664
|
-
originalFilename?: string | undefined;
|
|
2665
|
-
sha1Hash?: string | undefined;
|
|
2666
|
-
uploadId?: string | undefined;
|
|
2667
|
-
} | undefined;
|
|
2668
1524
|
}, {
|
|
2669
|
-
|
|
1525
|
+
url: string;
|
|
2670
1526
|
version?: "1.0.0" | undefined;
|
|
2671
|
-
asset?: {
|
|
2672
|
-
label?: string | undefined;
|
|
2673
|
-
title?: string | undefined;
|
|
2674
|
-
path?: string | undefined;
|
|
2675
|
-
url?: string | undefined;
|
|
2676
|
-
version?: "1.0.0" | undefined;
|
|
2677
|
-
size?: number | undefined;
|
|
2678
|
-
description?: string | undefined;
|
|
2679
|
-
altText?: string | undefined;
|
|
2680
|
-
assetId?: string | undefined;
|
|
2681
|
-
extension?: string | undefined;
|
|
2682
|
-
mimeType?: string | undefined;
|
|
2683
|
-
originalFilename?: string | undefined;
|
|
2684
|
-
sha1Hash?: string | undefined;
|
|
2685
|
-
uploadId?: string | undefined;
|
|
2686
|
-
} | undefined;
|
|
2687
1527
|
}>>;
|
|
2688
1528
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
2689
1529
|
}, "strip", z.ZodTypeAny, {
|
|
2690
|
-
name: string;
|
|
2691
1530
|
type: string;
|
|
1531
|
+
name: string;
|
|
2692
1532
|
version: "1.0.0";
|
|
2693
1533
|
description: string;
|
|
2694
1534
|
logo?: {
|
|
2695
|
-
|
|
1535
|
+
url: string;
|
|
2696
1536
|
version: "1.0.0";
|
|
2697
|
-
asset?: {
|
|
2698
|
-
version: "1.0.0";
|
|
2699
|
-
label?: string | undefined;
|
|
2700
|
-
title?: string | undefined;
|
|
2701
|
-
path?: string | undefined;
|
|
2702
|
-
url?: string | undefined;
|
|
2703
|
-
size?: number | undefined;
|
|
2704
|
-
description?: string | undefined;
|
|
2705
|
-
altText?: string | undefined;
|
|
2706
|
-
assetId?: string | undefined;
|
|
2707
|
-
extension?: string | undefined;
|
|
2708
|
-
mimeType?: string | undefined;
|
|
2709
|
-
originalFilename?: string | undefined;
|
|
2710
|
-
sha1Hash?: string | undefined;
|
|
2711
|
-
uploadId?: string | undefined;
|
|
2712
|
-
} | undefined;
|
|
2713
1537
|
} | undefined;
|
|
2714
1538
|
baseUrl?: string | undefined;
|
|
2715
1539
|
}, {
|
|
2716
|
-
name: string;
|
|
2717
1540
|
type: string;
|
|
1541
|
+
name: string;
|
|
2718
1542
|
description: string;
|
|
2719
1543
|
version?: "1.0.0" | undefined;
|
|
2720
1544
|
logo?: {
|
|
2721
|
-
|
|
1545
|
+
url: string;
|
|
2722
1546
|
version?: "1.0.0" | undefined;
|
|
2723
|
-
asset?: {
|
|
2724
|
-
label?: string | undefined;
|
|
2725
|
-
title?: string | undefined;
|
|
2726
|
-
path?: string | undefined;
|
|
2727
|
-
url?: string | undefined;
|
|
2728
|
-
version?: "1.0.0" | undefined;
|
|
2729
|
-
size?: number | undefined;
|
|
2730
|
-
description?: string | undefined;
|
|
2731
|
-
altText?: string | undefined;
|
|
2732
|
-
assetId?: string | undefined;
|
|
2733
|
-
extension?: string | undefined;
|
|
2734
|
-
mimeType?: string | undefined;
|
|
2735
|
-
originalFilename?: string | undefined;
|
|
2736
|
-
sha1Hash?: string | undefined;
|
|
2737
|
-
uploadId?: string | undefined;
|
|
2738
|
-
} | undefined;
|
|
2739
1547
|
} | undefined;
|
|
2740
1548
|
baseUrl?: string | undefined;
|
|
2741
1549
|
}>>;
|
|
2742
|
-
jobBoardSlug: z.
|
|
1550
|
+
jobBoardSlug: z.ZodArray<z.ZodString, "many">;
|
|
2743
1551
|
companyBenefits: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2744
1552
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2745
1553
|
type: z.ZodString;
|
|
2746
|
-
|
|
1554
|
+
name: z.ZodString;
|
|
2747
1555
|
description: z.ZodOptional<z.ZodString>;
|
|
2748
1556
|
category: z.ZodEnum<["FINANCIAL", "HEALTH", "PROFESSIONAL_DEVELOPMENT", "WORK_LIFE_BALANCE"]>;
|
|
2749
1557
|
}, "strip", z.ZodTypeAny, {
|
|
2750
|
-
title: string;
|
|
2751
1558
|
type: string;
|
|
1559
|
+
name: string;
|
|
2752
1560
|
version: "1.0.0";
|
|
2753
1561
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
2754
1562
|
description?: string | undefined;
|
|
2755
1563
|
}, {
|
|
2756
|
-
title: string;
|
|
2757
1564
|
type: string;
|
|
1565
|
+
name: string;
|
|
2758
1566
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
2759
1567
|
version?: "1.0.0" | undefined;
|
|
2760
1568
|
description?: string | undefined;
|
|
2761
1569
|
}>, "many">>;
|
|
2762
1570
|
}, "strip", z.ZodTypeAny, {
|
|
2763
|
-
type: string;
|
|
2764
1571
|
version: "1.0.0";
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
1572
|
+
companyCareersUrl: string;
|
|
1573
|
+
jobBoardSlug: string[];
|
|
1574
|
+
companyJobBoard?: {
|
|
2768
1575
|
type: string;
|
|
1576
|
+
name: string;
|
|
2769
1577
|
version: "1.0.0";
|
|
2770
1578
|
description: string;
|
|
2771
1579
|
logo?: {
|
|
2772
|
-
|
|
1580
|
+
url: string;
|
|
2773
1581
|
version: "1.0.0";
|
|
2774
|
-
asset?: {
|
|
2775
|
-
version: "1.0.0";
|
|
2776
|
-
label?: string | undefined;
|
|
2777
|
-
title?: string | undefined;
|
|
2778
|
-
path?: string | undefined;
|
|
2779
|
-
url?: string | undefined;
|
|
2780
|
-
size?: number | undefined;
|
|
2781
|
-
description?: string | undefined;
|
|
2782
|
-
altText?: string | undefined;
|
|
2783
|
-
assetId?: string | undefined;
|
|
2784
|
-
extension?: string | undefined;
|
|
2785
|
-
mimeType?: string | undefined;
|
|
2786
|
-
originalFilename?: string | undefined;
|
|
2787
|
-
sha1Hash?: string | undefined;
|
|
2788
|
-
uploadId?: string | undefined;
|
|
2789
|
-
} | undefined;
|
|
2790
1582
|
} | undefined;
|
|
2791
1583
|
baseUrl?: string | undefined;
|
|
2792
1584
|
} | undefined;
|
|
2793
|
-
jobBoardSlug?: string[] | undefined;
|
|
2794
1585
|
companyBenefits?: {
|
|
2795
|
-
title: string;
|
|
2796
1586
|
type: string;
|
|
1587
|
+
name: string;
|
|
2797
1588
|
version: "1.0.0";
|
|
2798
1589
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
2799
1590
|
description?: string | undefined;
|
|
2800
1591
|
}[] | undefined;
|
|
2801
1592
|
}, {
|
|
2802
|
-
|
|
2803
|
-
|
|
1593
|
+
companyCareersUrl: string;
|
|
1594
|
+
jobBoardSlug: string[];
|
|
2804
1595
|
version?: "1.0.0" | undefined;
|
|
2805
|
-
|
|
2806
|
-
name: string;
|
|
1596
|
+
companyJobBoard?: {
|
|
2807
1597
|
type: string;
|
|
1598
|
+
name: string;
|
|
2808
1599
|
description: string;
|
|
2809
1600
|
version?: "1.0.0" | undefined;
|
|
2810
1601
|
logo?: {
|
|
2811
|
-
|
|
1602
|
+
url: string;
|
|
2812
1603
|
version?: "1.0.0" | undefined;
|
|
2813
|
-
asset?: {
|
|
2814
|
-
label?: string | undefined;
|
|
2815
|
-
title?: string | undefined;
|
|
2816
|
-
path?: string | undefined;
|
|
2817
|
-
url?: string | undefined;
|
|
2818
|
-
version?: "1.0.0" | undefined;
|
|
2819
|
-
size?: number | undefined;
|
|
2820
|
-
description?: string | undefined;
|
|
2821
|
-
altText?: string | undefined;
|
|
2822
|
-
assetId?: string | undefined;
|
|
2823
|
-
extension?: string | undefined;
|
|
2824
|
-
mimeType?: string | undefined;
|
|
2825
|
-
originalFilename?: string | undefined;
|
|
2826
|
-
sha1Hash?: string | undefined;
|
|
2827
|
-
uploadId?: string | undefined;
|
|
2828
|
-
} | undefined;
|
|
2829
1604
|
} | undefined;
|
|
2830
1605
|
baseUrl?: string | undefined;
|
|
2831
1606
|
} | undefined;
|
|
2832
|
-
jobBoardSlug?: string[] | undefined;
|
|
2833
1607
|
companyBenefits?: {
|
|
2834
|
-
title: string;
|
|
2835
1608
|
type: string;
|
|
1609
|
+
name: string;
|
|
2836
1610
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
2837
1611
|
version?: "1.0.0" | undefined;
|
|
2838
1612
|
description?: string | undefined;
|
|
@@ -2840,39 +1614,33 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2840
1614
|
}>>;
|
|
2841
1615
|
companyPhilosophy: z.ZodOptional<z.ZodObject<{
|
|
2842
1616
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2843
|
-
|
|
2844
|
-
companyMission: z.ZodOptional<z.ZodString>;
|
|
1617
|
+
mission: z.ZodOptional<z.ZodString>;
|
|
2845
1618
|
companyHow: z.ZodOptional<z.ZodString>;
|
|
2846
1619
|
companyCulture: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2847
1620
|
}, "strip", z.ZodTypeAny, {
|
|
2848
|
-
type: string;
|
|
2849
1621
|
version: "1.0.0";
|
|
2850
|
-
|
|
1622
|
+
mission?: string | undefined;
|
|
2851
1623
|
companyHow?: string | undefined;
|
|
2852
1624
|
companyCulture?: string[] | undefined;
|
|
2853
1625
|
}, {
|
|
2854
|
-
type: string;
|
|
2855
1626
|
version?: "1.0.0" | undefined;
|
|
2856
|
-
|
|
1627
|
+
mission?: string | undefined;
|
|
2857
1628
|
companyHow?: string | undefined;
|
|
2858
1629
|
companyCulture?: string[] | undefined;
|
|
2859
1630
|
}>>;
|
|
2860
1631
|
companyNDG: z.ZodOptional<z.ZodObject<{
|
|
2861
1632
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2862
|
-
type: z.ZodString;
|
|
2863
1633
|
companyWow: z.ZodOptional<z.ZodString>;
|
|
2864
1634
|
companyNDGTake: z.ZodOptional<z.ZodString>;
|
|
2865
1635
|
companyBestFit: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2866
1636
|
companyInterests: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2867
1637
|
}, "strip", z.ZodTypeAny, {
|
|
2868
|
-
type: string;
|
|
2869
1638
|
version: "1.0.0";
|
|
2870
1639
|
companyWow?: string | undefined;
|
|
2871
1640
|
companyNDGTake?: string | undefined;
|
|
2872
1641
|
companyBestFit?: string[] | undefined;
|
|
2873
1642
|
companyInterests?: string[] | undefined;
|
|
2874
1643
|
}, {
|
|
2875
|
-
type: string;
|
|
2876
1644
|
version?: "1.0.0" | undefined;
|
|
2877
1645
|
companyWow?: string | undefined;
|
|
2878
1646
|
companyNDGTake?: string | undefined;
|
|
@@ -2881,10 +1649,9 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2881
1649
|
}>>;
|
|
2882
1650
|
foundingInfo: z.ZodOptional<z.ZodObject<{
|
|
2883
1651
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
foundedCity: z.ZodOptional<z.ZodString>;
|
|
1652
|
+
foundedYear: z.ZodOptional<z.ZodString>;
|
|
1653
|
+
foundingCountry: z.ZodOptional<z.ZodString>;
|
|
1654
|
+
foundingCity: z.ZodOptional<z.ZodString>;
|
|
2888
1655
|
founders: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2889
1656
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2890
1657
|
type: z.ZodString;
|
|
@@ -2898,91 +1665,13 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2898
1665
|
isScientist: z.ZodOptional<z.ZodBoolean>;
|
|
2899
1666
|
image: z.ZodOptional<z.ZodObject<{
|
|
2900
1667
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2901
|
-
|
|
2902
|
-
asset: z.ZodOptional<z.ZodObject<{
|
|
2903
|
-
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
2904
|
-
altText: z.ZodOptional<z.ZodString>;
|
|
2905
|
-
assetId: z.ZodOptional<z.ZodString>;
|
|
2906
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2907
|
-
extension: z.ZodOptional<z.ZodString>;
|
|
2908
|
-
label: z.ZodOptional<z.ZodString>;
|
|
2909
|
-
mimeType: z.ZodOptional<z.ZodString>;
|
|
2910
|
-
originalFilename: z.ZodOptional<z.ZodString>;
|
|
2911
|
-
path: z.ZodOptional<z.ZodString>;
|
|
2912
|
-
sha1Hash: z.ZodOptional<z.ZodString>;
|
|
2913
|
-
size: z.ZodOptional<z.ZodNumber>;
|
|
2914
|
-
title: z.ZodOptional<z.ZodString>;
|
|
2915
|
-
uploadId: z.ZodOptional<z.ZodString>;
|
|
2916
|
-
url: z.ZodOptional<z.ZodString>;
|
|
2917
|
-
}, "strip", z.ZodTypeAny, {
|
|
2918
|
-
version: "1.0.0";
|
|
2919
|
-
label?: string | undefined;
|
|
2920
|
-
title?: string | undefined;
|
|
2921
|
-
path?: string | undefined;
|
|
2922
|
-
url?: string | undefined;
|
|
2923
|
-
size?: number | undefined;
|
|
2924
|
-
description?: string | undefined;
|
|
2925
|
-
altText?: string | undefined;
|
|
2926
|
-
assetId?: string | undefined;
|
|
2927
|
-
extension?: string | undefined;
|
|
2928
|
-
mimeType?: string | undefined;
|
|
2929
|
-
originalFilename?: string | undefined;
|
|
2930
|
-
sha1Hash?: string | undefined;
|
|
2931
|
-
uploadId?: string | undefined;
|
|
2932
|
-
}, {
|
|
2933
|
-
label?: string | undefined;
|
|
2934
|
-
title?: string | undefined;
|
|
2935
|
-
path?: string | undefined;
|
|
2936
|
-
url?: string | undefined;
|
|
2937
|
-
version?: "1.0.0" | undefined;
|
|
2938
|
-
size?: number | undefined;
|
|
2939
|
-
description?: string | undefined;
|
|
2940
|
-
altText?: string | undefined;
|
|
2941
|
-
assetId?: string | undefined;
|
|
2942
|
-
extension?: string | undefined;
|
|
2943
|
-
mimeType?: string | undefined;
|
|
2944
|
-
originalFilename?: string | undefined;
|
|
2945
|
-
sha1Hash?: string | undefined;
|
|
2946
|
-
uploadId?: string | undefined;
|
|
2947
|
-
}>>;
|
|
1668
|
+
url: z.ZodString;
|
|
2948
1669
|
}, "strip", z.ZodTypeAny, {
|
|
2949
|
-
|
|
1670
|
+
url: string;
|
|
2950
1671
|
version: "1.0.0";
|
|
2951
|
-
asset?: {
|
|
2952
|
-
version: "1.0.0";
|
|
2953
|
-
label?: string | undefined;
|
|
2954
|
-
title?: string | undefined;
|
|
2955
|
-
path?: string | undefined;
|
|
2956
|
-
url?: string | undefined;
|
|
2957
|
-
size?: number | undefined;
|
|
2958
|
-
description?: string | undefined;
|
|
2959
|
-
altText?: string | undefined;
|
|
2960
|
-
assetId?: string | undefined;
|
|
2961
|
-
extension?: string | undefined;
|
|
2962
|
-
mimeType?: string | undefined;
|
|
2963
|
-
originalFilename?: string | undefined;
|
|
2964
|
-
sha1Hash?: string | undefined;
|
|
2965
|
-
uploadId?: string | undefined;
|
|
2966
|
-
} | undefined;
|
|
2967
1672
|
}, {
|
|
2968
|
-
|
|
1673
|
+
url: string;
|
|
2969
1674
|
version?: "1.0.0" | undefined;
|
|
2970
|
-
asset?: {
|
|
2971
|
-
label?: string | undefined;
|
|
2972
|
-
title?: string | undefined;
|
|
2973
|
-
path?: string | undefined;
|
|
2974
|
-
url?: string | undefined;
|
|
2975
|
-
version?: "1.0.0" | undefined;
|
|
2976
|
-
size?: number | undefined;
|
|
2977
|
-
description?: string | undefined;
|
|
2978
|
-
altText?: string | undefined;
|
|
2979
|
-
assetId?: string | undefined;
|
|
2980
|
-
extension?: string | undefined;
|
|
2981
|
-
mimeType?: string | undefined;
|
|
2982
|
-
originalFilename?: string | undefined;
|
|
2983
|
-
sha1Hash?: string | undefined;
|
|
2984
|
-
uploadId?: string | undefined;
|
|
2985
|
-
} | undefined;
|
|
2986
1675
|
}>>;
|
|
2987
1676
|
email: z.ZodOptional<z.ZodString>;
|
|
2988
1677
|
socialMedia: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2990,12 +1679,12 @@ declare const officeSchema: z.ZodObject<{
|
|
|
2990
1679
|
url: z.ZodString;
|
|
2991
1680
|
type: z.ZodString;
|
|
2992
1681
|
}, "strip", z.ZodTypeAny, {
|
|
2993
|
-
url: string;
|
|
2994
1682
|
type: string;
|
|
1683
|
+
url: string;
|
|
2995
1684
|
version: "1.0.0";
|
|
2996
1685
|
}, {
|
|
2997
|
-
url: string;
|
|
2998
1686
|
type: string;
|
|
1687
|
+
url: string;
|
|
2999
1688
|
version?: "1.0.0" | undefined;
|
|
3000
1689
|
}>, "many">>;
|
|
3001
1690
|
telephone: z.ZodOptional<z.ZodString>;
|
|
@@ -3082,24 +1771,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3082
1771
|
} | undefined;
|
|
3083
1772
|
title?: string[] | undefined;
|
|
3084
1773
|
image?: {
|
|
3085
|
-
|
|
1774
|
+
url: string;
|
|
3086
1775
|
version: "1.0.0";
|
|
3087
|
-
asset?: {
|
|
3088
|
-
version: "1.0.0";
|
|
3089
|
-
label?: string | undefined;
|
|
3090
|
-
title?: string | undefined;
|
|
3091
|
-
path?: string | undefined;
|
|
3092
|
-
url?: string | undefined;
|
|
3093
|
-
size?: number | undefined;
|
|
3094
|
-
description?: string | undefined;
|
|
3095
|
-
altText?: string | undefined;
|
|
3096
|
-
assetId?: string | undefined;
|
|
3097
|
-
extension?: string | undefined;
|
|
3098
|
-
mimeType?: string | undefined;
|
|
3099
|
-
originalFilename?: string | undefined;
|
|
3100
|
-
sha1Hash?: string | undefined;
|
|
3101
|
-
uploadId?: string | undefined;
|
|
3102
|
-
} | undefined;
|
|
3103
1776
|
} | undefined;
|
|
3104
1777
|
url?: string | undefined;
|
|
3105
1778
|
email?: string | undefined;
|
|
@@ -3108,8 +1781,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3108
1781
|
isMedical?: boolean | undefined;
|
|
3109
1782
|
isScientist?: boolean | undefined;
|
|
3110
1783
|
socialMedia?: {
|
|
3111
|
-
url: string;
|
|
3112
1784
|
type: string;
|
|
1785
|
+
url: string;
|
|
3113
1786
|
version: "1.0.0";
|
|
3114
1787
|
}[] | undefined;
|
|
3115
1788
|
telephone?: string | undefined;
|
|
@@ -3135,24 +1808,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3135
1808
|
} | undefined;
|
|
3136
1809
|
title?: string[] | undefined;
|
|
3137
1810
|
image?: {
|
|
3138
|
-
|
|
1811
|
+
url: string;
|
|
3139
1812
|
version?: "1.0.0" | undefined;
|
|
3140
|
-
asset?: {
|
|
3141
|
-
label?: string | undefined;
|
|
3142
|
-
title?: string | undefined;
|
|
3143
|
-
path?: string | undefined;
|
|
3144
|
-
url?: string | undefined;
|
|
3145
|
-
version?: "1.0.0" | undefined;
|
|
3146
|
-
size?: number | undefined;
|
|
3147
|
-
description?: string | undefined;
|
|
3148
|
-
altText?: string | undefined;
|
|
3149
|
-
assetId?: string | undefined;
|
|
3150
|
-
extension?: string | undefined;
|
|
3151
|
-
mimeType?: string | undefined;
|
|
3152
|
-
originalFilename?: string | undefined;
|
|
3153
|
-
sha1Hash?: string | undefined;
|
|
3154
|
-
uploadId?: string | undefined;
|
|
3155
|
-
} | undefined;
|
|
3156
1813
|
} | undefined;
|
|
3157
1814
|
url?: string | undefined;
|
|
3158
1815
|
email?: string | undefined;
|
|
@@ -3162,18 +1819,17 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3162
1819
|
isMedical?: boolean | undefined;
|
|
3163
1820
|
isScientist?: boolean | undefined;
|
|
3164
1821
|
socialMedia?: {
|
|
3165
|
-
url: string;
|
|
3166
1822
|
type: string;
|
|
1823
|
+
url: string;
|
|
3167
1824
|
version?: "1.0.0" | undefined;
|
|
3168
1825
|
}[] | undefined;
|
|
3169
1826
|
telephone?: string | undefined;
|
|
3170
1827
|
}>, "many">>;
|
|
3171
1828
|
}, "strip", z.ZodTypeAny, {
|
|
3172
|
-
type: string;
|
|
3173
1829
|
version: "1.0.0";
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
1830
|
+
foundedYear?: string | undefined;
|
|
1831
|
+
foundingCountry?: string | undefined;
|
|
1832
|
+
foundingCity?: string | undefined;
|
|
3177
1833
|
founders?: {
|
|
3178
1834
|
type: string;
|
|
3179
1835
|
version: "1.0.0";
|
|
@@ -3197,24 +1853,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3197
1853
|
} | undefined;
|
|
3198
1854
|
title?: string[] | undefined;
|
|
3199
1855
|
image?: {
|
|
3200
|
-
|
|
1856
|
+
url: string;
|
|
3201
1857
|
version: "1.0.0";
|
|
3202
|
-
asset?: {
|
|
3203
|
-
version: "1.0.0";
|
|
3204
|
-
label?: string | undefined;
|
|
3205
|
-
title?: string | undefined;
|
|
3206
|
-
path?: string | undefined;
|
|
3207
|
-
url?: string | undefined;
|
|
3208
|
-
size?: number | undefined;
|
|
3209
|
-
description?: string | undefined;
|
|
3210
|
-
altText?: string | undefined;
|
|
3211
|
-
assetId?: string | undefined;
|
|
3212
|
-
extension?: string | undefined;
|
|
3213
|
-
mimeType?: string | undefined;
|
|
3214
|
-
originalFilename?: string | undefined;
|
|
3215
|
-
sha1Hash?: string | undefined;
|
|
3216
|
-
uploadId?: string | undefined;
|
|
3217
|
-
} | undefined;
|
|
3218
1858
|
} | undefined;
|
|
3219
1859
|
url?: string | undefined;
|
|
3220
1860
|
email?: string | undefined;
|
|
@@ -3223,18 +1863,17 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3223
1863
|
isMedical?: boolean | undefined;
|
|
3224
1864
|
isScientist?: boolean | undefined;
|
|
3225
1865
|
socialMedia?: {
|
|
3226
|
-
url: string;
|
|
3227
1866
|
type: string;
|
|
1867
|
+
url: string;
|
|
3228
1868
|
version: "1.0.0";
|
|
3229
1869
|
}[] | undefined;
|
|
3230
1870
|
telephone?: string | undefined;
|
|
3231
1871
|
}[] | undefined;
|
|
3232
1872
|
}, {
|
|
3233
|
-
type: string;
|
|
3234
1873
|
version?: "1.0.0" | undefined;
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
1874
|
+
foundedYear?: string | undefined;
|
|
1875
|
+
foundingCountry?: string | undefined;
|
|
1876
|
+
foundingCity?: string | undefined;
|
|
3238
1877
|
founders?: {
|
|
3239
1878
|
type: string;
|
|
3240
1879
|
firstName: string;
|
|
@@ -3257,24 +1896,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3257
1896
|
} | undefined;
|
|
3258
1897
|
title?: string[] | undefined;
|
|
3259
1898
|
image?: {
|
|
3260
|
-
|
|
1899
|
+
url: string;
|
|
3261
1900
|
version?: "1.0.0" | undefined;
|
|
3262
|
-
asset?: {
|
|
3263
|
-
label?: string | undefined;
|
|
3264
|
-
title?: string | undefined;
|
|
3265
|
-
path?: string | undefined;
|
|
3266
|
-
url?: string | undefined;
|
|
3267
|
-
version?: "1.0.0" | undefined;
|
|
3268
|
-
size?: number | undefined;
|
|
3269
|
-
description?: string | undefined;
|
|
3270
|
-
altText?: string | undefined;
|
|
3271
|
-
assetId?: string | undefined;
|
|
3272
|
-
extension?: string | undefined;
|
|
3273
|
-
mimeType?: string | undefined;
|
|
3274
|
-
originalFilename?: string | undefined;
|
|
3275
|
-
sha1Hash?: string | undefined;
|
|
3276
|
-
uploadId?: string | undefined;
|
|
3277
|
-
} | undefined;
|
|
3278
1901
|
} | undefined;
|
|
3279
1902
|
url?: string | undefined;
|
|
3280
1903
|
email?: string | undefined;
|
|
@@ -3284,8 +1907,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3284
1907
|
isMedical?: boolean | undefined;
|
|
3285
1908
|
isScientist?: boolean | undefined;
|
|
3286
1909
|
socialMedia?: {
|
|
3287
|
-
url: string;
|
|
3288
1910
|
type: string;
|
|
1911
|
+
url: string;
|
|
3289
1912
|
version?: "1.0.0" | undefined;
|
|
3290
1913
|
}[] | undefined;
|
|
3291
1914
|
telephone?: string | undefined;
|
|
@@ -3354,116 +1977,75 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3354
1977
|
publishStatus: z.ZodOptional<z.ZodString>;
|
|
3355
1978
|
ngdMetadata: z.ZodOptional<z.ZodObject<{
|
|
3356
1979
|
version: z.ZodDefault<z.ZodLiteral<"1.0.0">>;
|
|
3357
|
-
type: z.ZodString;
|
|
3358
1980
|
lastScraped: z.ZodOptional<z.ZodString>;
|
|
3359
1981
|
scraperVersion: z.ZodOptional<z.ZodString>;
|
|
3360
1982
|
postProcessorVersion: z.ZodOptional<z.ZodString>;
|
|
3361
1983
|
uniqueRunId: z.ZodOptional<z.ZodString>;
|
|
3362
1984
|
postProcessorUniqueRunId: z.ZodOptional<z.ZodString>;
|
|
3363
|
-
|
|
1985
|
+
shouldThisDocumentBeScraped: z.ZodOptional<z.ZodBoolean>;
|
|
3364
1986
|
}, "strip", z.ZodTypeAny, {
|
|
3365
|
-
type: string;
|
|
3366
1987
|
version: "1.0.0";
|
|
3367
|
-
isScrapeManaged: boolean;
|
|
3368
1988
|
lastScraped?: string | undefined;
|
|
3369
1989
|
scraperVersion?: string | undefined;
|
|
3370
1990
|
postProcessorVersion?: string | undefined;
|
|
3371
1991
|
uniqueRunId?: string | undefined;
|
|
3372
1992
|
postProcessorUniqueRunId?: string | undefined;
|
|
1993
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
3373
1994
|
}, {
|
|
3374
|
-
type: string;
|
|
3375
1995
|
version?: "1.0.0" | undefined;
|
|
3376
1996
|
lastScraped?: string | undefined;
|
|
3377
1997
|
scraperVersion?: string | undefined;
|
|
3378
1998
|
postProcessorVersion?: string | undefined;
|
|
3379
1999
|
uniqueRunId?: string | undefined;
|
|
3380
2000
|
postProcessorUniqueRunId?: string | undefined;
|
|
3381
|
-
|
|
2001
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
3382
2002
|
}>>;
|
|
3383
2003
|
}, "strip", z.ZodTypeAny, {
|
|
3384
|
-
id: string;
|
|
3385
2004
|
type: string;
|
|
3386
2005
|
version: "1.0.0";
|
|
3387
2006
|
slug: string;
|
|
3388
|
-
createdAt: string;
|
|
3389
|
-
updatedAt: string;
|
|
3390
2007
|
companyName: string;
|
|
3391
2008
|
logo?: {
|
|
3392
|
-
|
|
2009
|
+
url: string;
|
|
3393
2010
|
version: "1.0.0";
|
|
3394
|
-
asset?: {
|
|
3395
|
-
version: "1.0.0";
|
|
3396
|
-
label?: string | undefined;
|
|
3397
|
-
title?: string | undefined;
|
|
3398
|
-
path?: string | undefined;
|
|
3399
|
-
url?: string | undefined;
|
|
3400
|
-
size?: number | undefined;
|
|
3401
|
-
description?: string | undefined;
|
|
3402
|
-
altText?: string | undefined;
|
|
3403
|
-
assetId?: string | undefined;
|
|
3404
|
-
extension?: string | undefined;
|
|
3405
|
-
mimeType?: string | undefined;
|
|
3406
|
-
originalFilename?: string | undefined;
|
|
3407
|
-
sha1Hash?: string | undefined;
|
|
3408
|
-
uploadId?: string | undefined;
|
|
3409
|
-
} | undefined;
|
|
3410
2011
|
} | undefined;
|
|
3411
2012
|
socialMedia?: {
|
|
3412
|
-
url: string;
|
|
3413
2013
|
type: string;
|
|
2014
|
+
url: string;
|
|
3414
2015
|
version: "1.0.0";
|
|
3415
2016
|
}[] | undefined;
|
|
3416
2017
|
companyWebsite?: string | undefined;
|
|
3417
2018
|
brandColor?: string | undefined;
|
|
3418
2019
|
companyCareers?: {
|
|
3419
|
-
type: string;
|
|
3420
2020
|
version: "1.0.0";
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
2021
|
+
companyCareersUrl: string;
|
|
2022
|
+
jobBoardSlug: string[];
|
|
2023
|
+
companyJobBoard?: {
|
|
3424
2024
|
type: string;
|
|
2025
|
+
name: string;
|
|
3425
2026
|
version: "1.0.0";
|
|
3426
2027
|
description: string;
|
|
3427
2028
|
logo?: {
|
|
3428
|
-
|
|
2029
|
+
url: string;
|
|
3429
2030
|
version: "1.0.0";
|
|
3430
|
-
asset?: {
|
|
3431
|
-
version: "1.0.0";
|
|
3432
|
-
label?: string | undefined;
|
|
3433
|
-
title?: string | undefined;
|
|
3434
|
-
path?: string | undefined;
|
|
3435
|
-
url?: string | undefined;
|
|
3436
|
-
size?: number | undefined;
|
|
3437
|
-
description?: string | undefined;
|
|
3438
|
-
altText?: string | undefined;
|
|
3439
|
-
assetId?: string | undefined;
|
|
3440
|
-
extension?: string | undefined;
|
|
3441
|
-
mimeType?: string | undefined;
|
|
3442
|
-
originalFilename?: string | undefined;
|
|
3443
|
-
sha1Hash?: string | undefined;
|
|
3444
|
-
uploadId?: string | undefined;
|
|
3445
|
-
} | undefined;
|
|
3446
2031
|
} | undefined;
|
|
3447
2032
|
baseUrl?: string | undefined;
|
|
3448
2033
|
} | undefined;
|
|
3449
|
-
jobBoardSlug?: string[] | undefined;
|
|
3450
2034
|
companyBenefits?: {
|
|
3451
|
-
title: string;
|
|
3452
2035
|
type: string;
|
|
2036
|
+
name: string;
|
|
3453
2037
|
version: "1.0.0";
|
|
3454
2038
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
3455
2039
|
description?: string | undefined;
|
|
3456
2040
|
}[] | undefined;
|
|
3457
2041
|
} | undefined;
|
|
3458
2042
|
companyPhilosophy?: {
|
|
3459
|
-
type: string;
|
|
3460
2043
|
version: "1.0.0";
|
|
3461
|
-
|
|
2044
|
+
mission?: string | undefined;
|
|
3462
2045
|
companyHow?: string | undefined;
|
|
3463
2046
|
companyCulture?: string[] | undefined;
|
|
3464
2047
|
} | undefined;
|
|
3465
2048
|
companyNDG?: {
|
|
3466
|
-
type: string;
|
|
3467
2049
|
version: "1.0.0";
|
|
3468
2050
|
companyWow?: string | undefined;
|
|
3469
2051
|
companyNDGTake?: string | undefined;
|
|
@@ -3471,11 +2053,10 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3471
2053
|
companyInterests?: string[] | undefined;
|
|
3472
2054
|
} | undefined;
|
|
3473
2055
|
foundingInfo?: {
|
|
3474
|
-
type: string;
|
|
3475
2056
|
version: "1.0.0";
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
|
|
2057
|
+
foundedYear?: string | undefined;
|
|
2058
|
+
foundingCountry?: string | undefined;
|
|
2059
|
+
foundingCity?: string | undefined;
|
|
3479
2060
|
founders?: {
|
|
3480
2061
|
type: string;
|
|
3481
2062
|
version: "1.0.0";
|
|
@@ -3499,24 +2080,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3499
2080
|
} | undefined;
|
|
3500
2081
|
title?: string[] | undefined;
|
|
3501
2082
|
image?: {
|
|
3502
|
-
|
|
2083
|
+
url: string;
|
|
3503
2084
|
version: "1.0.0";
|
|
3504
|
-
asset?: {
|
|
3505
|
-
version: "1.0.0";
|
|
3506
|
-
label?: string | undefined;
|
|
3507
|
-
title?: string | undefined;
|
|
3508
|
-
path?: string | undefined;
|
|
3509
|
-
url?: string | undefined;
|
|
3510
|
-
size?: number | undefined;
|
|
3511
|
-
description?: string | undefined;
|
|
3512
|
-
altText?: string | undefined;
|
|
3513
|
-
assetId?: string | undefined;
|
|
3514
|
-
extension?: string | undefined;
|
|
3515
|
-
mimeType?: string | undefined;
|
|
3516
|
-
originalFilename?: string | undefined;
|
|
3517
|
-
sha1Hash?: string | undefined;
|
|
3518
|
-
uploadId?: string | undefined;
|
|
3519
|
-
} | undefined;
|
|
3520
2085
|
} | undefined;
|
|
3521
2086
|
url?: string | undefined;
|
|
3522
2087
|
email?: string | undefined;
|
|
@@ -3525,8 +2090,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3525
2090
|
isMedical?: boolean | undefined;
|
|
3526
2091
|
isScientist?: boolean | undefined;
|
|
3527
2092
|
socialMedia?: {
|
|
3528
|
-
url: string;
|
|
3529
2093
|
type: string;
|
|
2094
|
+
url: string;
|
|
3530
2095
|
version: "1.0.0";
|
|
3531
2096
|
}[] | undefined;
|
|
3532
2097
|
telephone?: string | undefined;
|
|
@@ -3550,99 +2115,60 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3550
2115
|
employeeEstimate?: string | undefined;
|
|
3551
2116
|
publishStatus?: string | undefined;
|
|
3552
2117
|
ngdMetadata?: {
|
|
3553
|
-
type: string;
|
|
3554
2118
|
version: "1.0.0";
|
|
3555
|
-
isScrapeManaged: boolean;
|
|
3556
2119
|
lastScraped?: string | undefined;
|
|
3557
2120
|
scraperVersion?: string | undefined;
|
|
3558
2121
|
postProcessorVersion?: string | undefined;
|
|
3559
2122
|
uniqueRunId?: string | undefined;
|
|
3560
2123
|
postProcessorUniqueRunId?: string | undefined;
|
|
2124
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
3561
2125
|
} | undefined;
|
|
3562
2126
|
}, {
|
|
3563
|
-
id: string;
|
|
3564
2127
|
type: string;
|
|
3565
2128
|
slug: string;
|
|
3566
|
-
createdAt: string;
|
|
3567
|
-
updatedAt: string;
|
|
3568
2129
|
companyName: string;
|
|
3569
2130
|
version?: "1.0.0" | undefined;
|
|
3570
2131
|
logo?: {
|
|
3571
|
-
|
|
2132
|
+
url: string;
|
|
3572
2133
|
version?: "1.0.0" | undefined;
|
|
3573
|
-
asset?: {
|
|
3574
|
-
label?: string | undefined;
|
|
3575
|
-
title?: string | undefined;
|
|
3576
|
-
path?: string | undefined;
|
|
3577
|
-
url?: string | undefined;
|
|
3578
|
-
version?: "1.0.0" | undefined;
|
|
3579
|
-
size?: number | undefined;
|
|
3580
|
-
description?: string | undefined;
|
|
3581
|
-
altText?: string | undefined;
|
|
3582
|
-
assetId?: string | undefined;
|
|
3583
|
-
extension?: string | undefined;
|
|
3584
|
-
mimeType?: string | undefined;
|
|
3585
|
-
originalFilename?: string | undefined;
|
|
3586
|
-
sha1Hash?: string | undefined;
|
|
3587
|
-
uploadId?: string | undefined;
|
|
3588
|
-
} | undefined;
|
|
3589
2134
|
} | undefined;
|
|
3590
2135
|
socialMedia?: {
|
|
3591
|
-
url: string;
|
|
3592
2136
|
type: string;
|
|
2137
|
+
url: string;
|
|
3593
2138
|
version?: "1.0.0" | undefined;
|
|
3594
2139
|
}[] | undefined;
|
|
3595
2140
|
companyWebsite?: string | undefined;
|
|
3596
2141
|
brandColor?: string | undefined;
|
|
3597
2142
|
companyCareers?: {
|
|
3598
|
-
|
|
3599
|
-
|
|
2143
|
+
companyCareersUrl: string;
|
|
2144
|
+
jobBoardSlug: string[];
|
|
3600
2145
|
version?: "1.0.0" | undefined;
|
|
3601
|
-
|
|
3602
|
-
name: string;
|
|
2146
|
+
companyJobBoard?: {
|
|
3603
2147
|
type: string;
|
|
2148
|
+
name: string;
|
|
3604
2149
|
description: string;
|
|
3605
2150
|
version?: "1.0.0" | undefined;
|
|
3606
2151
|
logo?: {
|
|
3607
|
-
|
|
2152
|
+
url: string;
|
|
3608
2153
|
version?: "1.0.0" | undefined;
|
|
3609
|
-
asset?: {
|
|
3610
|
-
label?: string | undefined;
|
|
3611
|
-
title?: string | undefined;
|
|
3612
|
-
path?: string | undefined;
|
|
3613
|
-
url?: string | undefined;
|
|
3614
|
-
version?: "1.0.0" | undefined;
|
|
3615
|
-
size?: number | undefined;
|
|
3616
|
-
description?: string | undefined;
|
|
3617
|
-
altText?: string | undefined;
|
|
3618
|
-
assetId?: string | undefined;
|
|
3619
|
-
extension?: string | undefined;
|
|
3620
|
-
mimeType?: string | undefined;
|
|
3621
|
-
originalFilename?: string | undefined;
|
|
3622
|
-
sha1Hash?: string | undefined;
|
|
3623
|
-
uploadId?: string | undefined;
|
|
3624
|
-
} | undefined;
|
|
3625
2154
|
} | undefined;
|
|
3626
2155
|
baseUrl?: string | undefined;
|
|
3627
2156
|
} | undefined;
|
|
3628
|
-
jobBoardSlug?: string[] | undefined;
|
|
3629
2157
|
companyBenefits?: {
|
|
3630
|
-
title: string;
|
|
3631
2158
|
type: string;
|
|
2159
|
+
name: string;
|
|
3632
2160
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
3633
2161
|
version?: "1.0.0" | undefined;
|
|
3634
2162
|
description?: string | undefined;
|
|
3635
2163
|
}[] | undefined;
|
|
3636
2164
|
} | undefined;
|
|
3637
2165
|
companyPhilosophy?: {
|
|
3638
|
-
type: string;
|
|
3639
2166
|
version?: "1.0.0" | undefined;
|
|
3640
|
-
|
|
2167
|
+
mission?: string | undefined;
|
|
3641
2168
|
companyHow?: string | undefined;
|
|
3642
2169
|
companyCulture?: string[] | undefined;
|
|
3643
2170
|
} | undefined;
|
|
3644
2171
|
companyNDG?: {
|
|
3645
|
-
type: string;
|
|
3646
2172
|
version?: "1.0.0" | undefined;
|
|
3647
2173
|
companyWow?: string | undefined;
|
|
3648
2174
|
companyNDGTake?: string | undefined;
|
|
@@ -3650,11 +2176,10 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3650
2176
|
companyInterests?: string[] | undefined;
|
|
3651
2177
|
} | undefined;
|
|
3652
2178
|
foundingInfo?: {
|
|
3653
|
-
type: string;
|
|
3654
2179
|
version?: "1.0.0" | undefined;
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
2180
|
+
foundedYear?: string | undefined;
|
|
2181
|
+
foundingCountry?: string | undefined;
|
|
2182
|
+
foundingCity?: string | undefined;
|
|
3658
2183
|
founders?: {
|
|
3659
2184
|
type: string;
|
|
3660
2185
|
firstName: string;
|
|
@@ -3677,24 +2202,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3677
2202
|
} | undefined;
|
|
3678
2203
|
title?: string[] | undefined;
|
|
3679
2204
|
image?: {
|
|
3680
|
-
|
|
2205
|
+
url: string;
|
|
3681
2206
|
version?: "1.0.0" | undefined;
|
|
3682
|
-
asset?: {
|
|
3683
|
-
label?: string | undefined;
|
|
3684
|
-
title?: string | undefined;
|
|
3685
|
-
path?: string | undefined;
|
|
3686
|
-
url?: string | undefined;
|
|
3687
|
-
version?: "1.0.0" | undefined;
|
|
3688
|
-
size?: number | undefined;
|
|
3689
|
-
description?: string | undefined;
|
|
3690
|
-
altText?: string | undefined;
|
|
3691
|
-
assetId?: string | undefined;
|
|
3692
|
-
extension?: string | undefined;
|
|
3693
|
-
mimeType?: string | undefined;
|
|
3694
|
-
originalFilename?: string | undefined;
|
|
3695
|
-
sha1Hash?: string | undefined;
|
|
3696
|
-
uploadId?: string | undefined;
|
|
3697
|
-
} | undefined;
|
|
3698
2207
|
} | undefined;
|
|
3699
2208
|
url?: string | undefined;
|
|
3700
2209
|
email?: string | undefined;
|
|
@@ -3704,8 +2213,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3704
2213
|
isMedical?: boolean | undefined;
|
|
3705
2214
|
isScientist?: boolean | undefined;
|
|
3706
2215
|
socialMedia?: {
|
|
3707
|
-
url: string;
|
|
3708
2216
|
type: string;
|
|
2217
|
+
url: string;
|
|
3709
2218
|
version?: "1.0.0" | undefined;
|
|
3710
2219
|
}[] | undefined;
|
|
3711
2220
|
telephone?: string | undefined;
|
|
@@ -3729,14 +2238,13 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3729
2238
|
employeeEstimate?: string | undefined;
|
|
3730
2239
|
publishStatus?: string | undefined;
|
|
3731
2240
|
ngdMetadata?: {
|
|
3732
|
-
type: string;
|
|
3733
2241
|
version?: "1.0.0" | undefined;
|
|
3734
2242
|
lastScraped?: string | undefined;
|
|
3735
2243
|
scraperVersion?: string | undefined;
|
|
3736
2244
|
postProcessorVersion?: string | undefined;
|
|
3737
2245
|
uniqueRunId?: string | undefined;
|
|
3738
2246
|
postProcessorUniqueRunId?: string | undefined;
|
|
3739
|
-
|
|
2247
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
3740
2248
|
} | undefined;
|
|
3741
2249
|
}>>;
|
|
3742
2250
|
geoLocation: z.ZodOptional<z.ZodObject<{
|
|
@@ -3801,96 +2309,56 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3801
2309
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
3802
2310
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
3803
2311
|
}, "strip", z.ZodTypeAny, {
|
|
3804
|
-
name: string;
|
|
3805
2312
|
type: string;
|
|
2313
|
+
name: string;
|
|
3806
2314
|
version: "1.0.0";
|
|
3807
2315
|
officeType: "BRANCH" | "HEADQUARTERS" | "SATELLITE";
|
|
3808
|
-
createdAt?: string | undefined;
|
|
3809
|
-
updatedAt?: string | undefined;
|
|
3810
2316
|
companyId?: {
|
|
3811
|
-
id: string;
|
|
3812
2317
|
type: string;
|
|
3813
2318
|
version: "1.0.0";
|
|
3814
2319
|
slug: string;
|
|
3815
|
-
createdAt: string;
|
|
3816
|
-
updatedAt: string;
|
|
3817
2320
|
companyName: string;
|
|
3818
2321
|
logo?: {
|
|
3819
|
-
|
|
2322
|
+
url: string;
|
|
3820
2323
|
version: "1.0.0";
|
|
3821
|
-
asset?: {
|
|
3822
|
-
version: "1.0.0";
|
|
3823
|
-
label?: string | undefined;
|
|
3824
|
-
title?: string | undefined;
|
|
3825
|
-
path?: string | undefined;
|
|
3826
|
-
url?: string | undefined;
|
|
3827
|
-
size?: number | undefined;
|
|
3828
|
-
description?: string | undefined;
|
|
3829
|
-
altText?: string | undefined;
|
|
3830
|
-
assetId?: string | undefined;
|
|
3831
|
-
extension?: string | undefined;
|
|
3832
|
-
mimeType?: string | undefined;
|
|
3833
|
-
originalFilename?: string | undefined;
|
|
3834
|
-
sha1Hash?: string | undefined;
|
|
3835
|
-
uploadId?: string | undefined;
|
|
3836
|
-
} | undefined;
|
|
3837
2324
|
} | undefined;
|
|
3838
2325
|
socialMedia?: {
|
|
3839
|
-
url: string;
|
|
3840
2326
|
type: string;
|
|
2327
|
+
url: string;
|
|
3841
2328
|
version: "1.0.0";
|
|
3842
2329
|
}[] | undefined;
|
|
3843
2330
|
companyWebsite?: string | undefined;
|
|
3844
2331
|
brandColor?: string | undefined;
|
|
3845
2332
|
companyCareers?: {
|
|
3846
|
-
type: string;
|
|
3847
2333
|
version: "1.0.0";
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
2334
|
+
companyCareersUrl: string;
|
|
2335
|
+
jobBoardSlug: string[];
|
|
2336
|
+
companyJobBoard?: {
|
|
3851
2337
|
type: string;
|
|
2338
|
+
name: string;
|
|
3852
2339
|
version: "1.0.0";
|
|
3853
2340
|
description: string;
|
|
3854
2341
|
logo?: {
|
|
3855
|
-
|
|
2342
|
+
url: string;
|
|
3856
2343
|
version: "1.0.0";
|
|
3857
|
-
asset?: {
|
|
3858
|
-
version: "1.0.0";
|
|
3859
|
-
label?: string | undefined;
|
|
3860
|
-
title?: string | undefined;
|
|
3861
|
-
path?: string | undefined;
|
|
3862
|
-
url?: string | undefined;
|
|
3863
|
-
size?: number | undefined;
|
|
3864
|
-
description?: string | undefined;
|
|
3865
|
-
altText?: string | undefined;
|
|
3866
|
-
assetId?: string | undefined;
|
|
3867
|
-
extension?: string | undefined;
|
|
3868
|
-
mimeType?: string | undefined;
|
|
3869
|
-
originalFilename?: string | undefined;
|
|
3870
|
-
sha1Hash?: string | undefined;
|
|
3871
|
-
uploadId?: string | undefined;
|
|
3872
|
-
} | undefined;
|
|
3873
2344
|
} | undefined;
|
|
3874
2345
|
baseUrl?: string | undefined;
|
|
3875
2346
|
} | undefined;
|
|
3876
|
-
jobBoardSlug?: string[] | undefined;
|
|
3877
2347
|
companyBenefits?: {
|
|
3878
|
-
title: string;
|
|
3879
2348
|
type: string;
|
|
2349
|
+
name: string;
|
|
3880
2350
|
version: "1.0.0";
|
|
3881
2351
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
3882
2352
|
description?: string | undefined;
|
|
3883
2353
|
}[] | undefined;
|
|
3884
2354
|
} | undefined;
|
|
3885
2355
|
companyPhilosophy?: {
|
|
3886
|
-
type: string;
|
|
3887
2356
|
version: "1.0.0";
|
|
3888
|
-
|
|
2357
|
+
mission?: string | undefined;
|
|
3889
2358
|
companyHow?: string | undefined;
|
|
3890
2359
|
companyCulture?: string[] | undefined;
|
|
3891
2360
|
} | undefined;
|
|
3892
2361
|
companyNDG?: {
|
|
3893
|
-
type: string;
|
|
3894
2362
|
version: "1.0.0";
|
|
3895
2363
|
companyWow?: string | undefined;
|
|
3896
2364
|
companyNDGTake?: string | undefined;
|
|
@@ -3898,11 +2366,10 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3898
2366
|
companyInterests?: string[] | undefined;
|
|
3899
2367
|
} | undefined;
|
|
3900
2368
|
foundingInfo?: {
|
|
3901
|
-
type: string;
|
|
3902
2369
|
version: "1.0.0";
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
|
|
2370
|
+
foundedYear?: string | undefined;
|
|
2371
|
+
foundingCountry?: string | undefined;
|
|
2372
|
+
foundingCity?: string | undefined;
|
|
3906
2373
|
founders?: {
|
|
3907
2374
|
type: string;
|
|
3908
2375
|
version: "1.0.0";
|
|
@@ -3926,24 +2393,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3926
2393
|
} | undefined;
|
|
3927
2394
|
title?: string[] | undefined;
|
|
3928
2395
|
image?: {
|
|
3929
|
-
|
|
2396
|
+
url: string;
|
|
3930
2397
|
version: "1.0.0";
|
|
3931
|
-
asset?: {
|
|
3932
|
-
version: "1.0.0";
|
|
3933
|
-
label?: string | undefined;
|
|
3934
|
-
title?: string | undefined;
|
|
3935
|
-
path?: string | undefined;
|
|
3936
|
-
url?: string | undefined;
|
|
3937
|
-
size?: number | undefined;
|
|
3938
|
-
description?: string | undefined;
|
|
3939
|
-
altText?: string | undefined;
|
|
3940
|
-
assetId?: string | undefined;
|
|
3941
|
-
extension?: string | undefined;
|
|
3942
|
-
mimeType?: string | undefined;
|
|
3943
|
-
originalFilename?: string | undefined;
|
|
3944
|
-
sha1Hash?: string | undefined;
|
|
3945
|
-
uploadId?: string | undefined;
|
|
3946
|
-
} | undefined;
|
|
3947
2398
|
} | undefined;
|
|
3948
2399
|
url?: string | undefined;
|
|
3949
2400
|
email?: string | undefined;
|
|
@@ -3952,8 +2403,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3952
2403
|
isMedical?: boolean | undefined;
|
|
3953
2404
|
isScientist?: boolean | undefined;
|
|
3954
2405
|
socialMedia?: {
|
|
3955
|
-
url: string;
|
|
3956
2406
|
type: string;
|
|
2407
|
+
url: string;
|
|
3957
2408
|
version: "1.0.0";
|
|
3958
2409
|
}[] | undefined;
|
|
3959
2410
|
telephone?: string | undefined;
|
|
@@ -3977,14 +2428,13 @@ declare const officeSchema: z.ZodObject<{
|
|
|
3977
2428
|
employeeEstimate?: string | undefined;
|
|
3978
2429
|
publishStatus?: string | undefined;
|
|
3979
2430
|
ngdMetadata?: {
|
|
3980
|
-
type: string;
|
|
3981
2431
|
version: "1.0.0";
|
|
3982
|
-
isScrapeManaged: boolean;
|
|
3983
2432
|
lastScraped?: string | undefined;
|
|
3984
2433
|
scraperVersion?: string | undefined;
|
|
3985
2434
|
postProcessorVersion?: string | undefined;
|
|
3986
2435
|
uniqueRunId?: string | undefined;
|
|
3987
2436
|
postProcessorUniqueRunId?: string | undefined;
|
|
2437
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
3988
2438
|
} | undefined;
|
|
3989
2439
|
} | undefined;
|
|
3990
2440
|
geoLocation?: {
|
|
@@ -4002,97 +2452,59 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4002
2452
|
latitude?: number | undefined;
|
|
4003
2453
|
longitude?: number | undefined;
|
|
4004
2454
|
} | undefined;
|
|
2455
|
+
createdAt?: string | undefined;
|
|
2456
|
+
updatedAt?: string | undefined;
|
|
4005
2457
|
}, {
|
|
4006
|
-
name: string;
|
|
4007
2458
|
type: string;
|
|
2459
|
+
name: string;
|
|
4008
2460
|
officeType: "BRANCH" | "HEADQUARTERS" | "SATELLITE";
|
|
4009
2461
|
version?: "1.0.0" | undefined;
|
|
4010
|
-
createdAt?: string | undefined;
|
|
4011
|
-
updatedAt?: string | undefined;
|
|
4012
2462
|
companyId?: {
|
|
4013
|
-
id: string;
|
|
4014
2463
|
type: string;
|
|
4015
2464
|
slug: string;
|
|
4016
|
-
createdAt: string;
|
|
4017
|
-
updatedAt: string;
|
|
4018
2465
|
companyName: string;
|
|
4019
2466
|
version?: "1.0.0" | undefined;
|
|
4020
2467
|
logo?: {
|
|
4021
|
-
|
|
2468
|
+
url: string;
|
|
4022
2469
|
version?: "1.0.0" | undefined;
|
|
4023
|
-
asset?: {
|
|
4024
|
-
label?: string | undefined;
|
|
4025
|
-
title?: string | undefined;
|
|
4026
|
-
path?: string | undefined;
|
|
4027
|
-
url?: string | undefined;
|
|
4028
|
-
version?: "1.0.0" | undefined;
|
|
4029
|
-
size?: number | undefined;
|
|
4030
|
-
description?: string | undefined;
|
|
4031
|
-
altText?: string | undefined;
|
|
4032
|
-
assetId?: string | undefined;
|
|
4033
|
-
extension?: string | undefined;
|
|
4034
|
-
mimeType?: string | undefined;
|
|
4035
|
-
originalFilename?: string | undefined;
|
|
4036
|
-
sha1Hash?: string | undefined;
|
|
4037
|
-
uploadId?: string | undefined;
|
|
4038
|
-
} | undefined;
|
|
4039
2470
|
} | undefined;
|
|
4040
2471
|
socialMedia?: {
|
|
4041
|
-
url: string;
|
|
4042
2472
|
type: string;
|
|
2473
|
+
url: string;
|
|
4043
2474
|
version?: "1.0.0" | undefined;
|
|
4044
2475
|
}[] | undefined;
|
|
4045
2476
|
companyWebsite?: string | undefined;
|
|
4046
2477
|
brandColor?: string | undefined;
|
|
4047
2478
|
companyCareers?: {
|
|
4048
|
-
|
|
4049
|
-
|
|
2479
|
+
companyCareersUrl: string;
|
|
2480
|
+
jobBoardSlug: string[];
|
|
4050
2481
|
version?: "1.0.0" | undefined;
|
|
4051
|
-
|
|
4052
|
-
name: string;
|
|
2482
|
+
companyJobBoard?: {
|
|
4053
2483
|
type: string;
|
|
2484
|
+
name: string;
|
|
4054
2485
|
description: string;
|
|
4055
2486
|
version?: "1.0.0" | undefined;
|
|
4056
2487
|
logo?: {
|
|
4057
|
-
|
|
2488
|
+
url: string;
|
|
4058
2489
|
version?: "1.0.0" | undefined;
|
|
4059
|
-
asset?: {
|
|
4060
|
-
label?: string | undefined;
|
|
4061
|
-
title?: string | undefined;
|
|
4062
|
-
path?: string | undefined;
|
|
4063
|
-
url?: string | undefined;
|
|
4064
|
-
version?: "1.0.0" | undefined;
|
|
4065
|
-
size?: number | undefined;
|
|
4066
|
-
description?: string | undefined;
|
|
4067
|
-
altText?: string | undefined;
|
|
4068
|
-
assetId?: string | undefined;
|
|
4069
|
-
extension?: string | undefined;
|
|
4070
|
-
mimeType?: string | undefined;
|
|
4071
|
-
originalFilename?: string | undefined;
|
|
4072
|
-
sha1Hash?: string | undefined;
|
|
4073
|
-
uploadId?: string | undefined;
|
|
4074
|
-
} | undefined;
|
|
4075
2490
|
} | undefined;
|
|
4076
2491
|
baseUrl?: string | undefined;
|
|
4077
2492
|
} | undefined;
|
|
4078
|
-
jobBoardSlug?: string[] | undefined;
|
|
4079
2493
|
companyBenefits?: {
|
|
4080
|
-
title: string;
|
|
4081
2494
|
type: string;
|
|
2495
|
+
name: string;
|
|
4082
2496
|
category: "FINANCIAL" | "HEALTH" | "PROFESSIONAL_DEVELOPMENT" | "WORK_LIFE_BALANCE";
|
|
4083
2497
|
version?: "1.0.0" | undefined;
|
|
4084
2498
|
description?: string | undefined;
|
|
4085
2499
|
}[] | undefined;
|
|
4086
2500
|
} | undefined;
|
|
4087
2501
|
companyPhilosophy?: {
|
|
4088
|
-
type: string;
|
|
4089
2502
|
version?: "1.0.0" | undefined;
|
|
4090
|
-
|
|
2503
|
+
mission?: string | undefined;
|
|
4091
2504
|
companyHow?: string | undefined;
|
|
4092
2505
|
companyCulture?: string[] | undefined;
|
|
4093
2506
|
} | undefined;
|
|
4094
2507
|
companyNDG?: {
|
|
4095
|
-
type: string;
|
|
4096
2508
|
version?: "1.0.0" | undefined;
|
|
4097
2509
|
companyWow?: string | undefined;
|
|
4098
2510
|
companyNDGTake?: string | undefined;
|
|
@@ -4100,11 +2512,10 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4100
2512
|
companyInterests?: string[] | undefined;
|
|
4101
2513
|
} | undefined;
|
|
4102
2514
|
foundingInfo?: {
|
|
4103
|
-
type: string;
|
|
4104
2515
|
version?: "1.0.0" | undefined;
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
|
|
2516
|
+
foundedYear?: string | undefined;
|
|
2517
|
+
foundingCountry?: string | undefined;
|
|
2518
|
+
foundingCity?: string | undefined;
|
|
4108
2519
|
founders?: {
|
|
4109
2520
|
type: string;
|
|
4110
2521
|
firstName: string;
|
|
@@ -4127,24 +2538,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4127
2538
|
} | undefined;
|
|
4128
2539
|
title?: string[] | undefined;
|
|
4129
2540
|
image?: {
|
|
4130
|
-
|
|
2541
|
+
url: string;
|
|
4131
2542
|
version?: "1.0.0" | undefined;
|
|
4132
|
-
asset?: {
|
|
4133
|
-
label?: string | undefined;
|
|
4134
|
-
title?: string | undefined;
|
|
4135
|
-
path?: string | undefined;
|
|
4136
|
-
url?: string | undefined;
|
|
4137
|
-
version?: "1.0.0" | undefined;
|
|
4138
|
-
size?: number | undefined;
|
|
4139
|
-
description?: string | undefined;
|
|
4140
|
-
altText?: string | undefined;
|
|
4141
|
-
assetId?: string | undefined;
|
|
4142
|
-
extension?: string | undefined;
|
|
4143
|
-
mimeType?: string | undefined;
|
|
4144
|
-
originalFilename?: string | undefined;
|
|
4145
|
-
sha1Hash?: string | undefined;
|
|
4146
|
-
uploadId?: string | undefined;
|
|
4147
|
-
} | undefined;
|
|
4148
2543
|
} | undefined;
|
|
4149
2544
|
url?: string | undefined;
|
|
4150
2545
|
email?: string | undefined;
|
|
@@ -4154,8 +2549,8 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4154
2549
|
isMedical?: boolean | undefined;
|
|
4155
2550
|
isScientist?: boolean | undefined;
|
|
4156
2551
|
socialMedia?: {
|
|
4157
|
-
url: string;
|
|
4158
2552
|
type: string;
|
|
2553
|
+
url: string;
|
|
4159
2554
|
version?: "1.0.0" | undefined;
|
|
4160
2555
|
}[] | undefined;
|
|
4161
2556
|
telephone?: string | undefined;
|
|
@@ -4179,14 +2574,13 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4179
2574
|
employeeEstimate?: string | undefined;
|
|
4180
2575
|
publishStatus?: string | undefined;
|
|
4181
2576
|
ngdMetadata?: {
|
|
4182
|
-
type: string;
|
|
4183
2577
|
version?: "1.0.0" | undefined;
|
|
4184
2578
|
lastScraped?: string | undefined;
|
|
4185
2579
|
scraperVersion?: string | undefined;
|
|
4186
2580
|
postProcessorVersion?: string | undefined;
|
|
4187
2581
|
uniqueRunId?: string | undefined;
|
|
4188
2582
|
postProcessorUniqueRunId?: string | undefined;
|
|
4189
|
-
|
|
2583
|
+
shouldThisDocumentBeScraped?: boolean | undefined;
|
|
4190
2584
|
} | undefined;
|
|
4191
2585
|
} | undefined;
|
|
4192
2586
|
geoLocation?: {
|
|
@@ -4204,16 +2598,19 @@ declare const officeSchema: z.ZodObject<{
|
|
|
4204
2598
|
latitude?: number | undefined;
|
|
4205
2599
|
longitude?: number | undefined;
|
|
4206
2600
|
} | undefined;
|
|
2601
|
+
createdAt?: string | undefined;
|
|
2602
|
+
updatedAt?: string | undefined;
|
|
4207
2603
|
}>;
|
|
4208
2604
|
type OfficeModel = z.infer<typeof officeSchema>;
|
|
4209
2605
|
|
|
4210
2606
|
declare const company_service_latest_CategoryEnum: typeof CategoryEnum;
|
|
4211
2607
|
type company_service_latest_CompanyBenefitsModel = CompanyBenefitsModel;
|
|
4212
|
-
type
|
|
2608
|
+
type company_service_latest_CompanyCareersPageModel = CompanyCareersPageModel;
|
|
4213
2609
|
type company_service_latest_CompanyModel = CompanyModel;
|
|
4214
2610
|
type company_service_latest_CompanyNdgModel = CompanyNdgModel;
|
|
4215
2611
|
type company_service_latest_CompanyPhilosophyModel = CompanyPhilosophyModel;
|
|
4216
2612
|
type company_service_latest_FoundingInformationModel = FoundingInformationModel;
|
|
2613
|
+
type company_service_latest_ImageModel = ImageModel;
|
|
4217
2614
|
type company_service_latest_IndustryModel = IndustryModel;
|
|
4218
2615
|
type company_service_latest_JobBoardModel = JobBoardModel;
|
|
4219
2616
|
type company_service_latest_NgdMetadataModel = NgdMetadataModel;
|
|
@@ -4225,11 +2622,12 @@ type company_service_latest_SocialMediaModel = SocialMediaModel;
|
|
|
4225
2622
|
declare const company_service_latest_TitleEnum: typeof TitleEnum;
|
|
4226
2623
|
declare const company_service_latest_TypeEnum: typeof TypeEnum;
|
|
4227
2624
|
declare const company_service_latest_companyBenefitsSchema: typeof companyBenefitsSchema;
|
|
4228
|
-
declare const
|
|
2625
|
+
declare const company_service_latest_companyCareersPageSchema: typeof companyCareersPageSchema;
|
|
4229
2626
|
declare const company_service_latest_companyNdgSchema: typeof companyNdgSchema;
|
|
4230
2627
|
declare const company_service_latest_companyPhilosophySchema: typeof companyPhilosophySchema;
|
|
4231
2628
|
declare const company_service_latest_companySchema: typeof companySchema;
|
|
4232
2629
|
declare const company_service_latest_foundingInformationSchema: typeof foundingInformationSchema;
|
|
2630
|
+
declare const company_service_latest_imageSchema: typeof imageSchema;
|
|
4233
2631
|
declare const company_service_latest_industrySchema: typeof industrySchema;
|
|
4234
2632
|
declare const company_service_latest_jobBoardSchema: typeof jobBoardSchema;
|
|
4235
2633
|
declare const company_service_latest_ngdMetadataSchema: typeof ngdMetadataSchema;
|
|
@@ -4237,7 +2635,7 @@ declare const company_service_latest_officeSchema: typeof officeSchema;
|
|
|
4237
2635
|
declare const company_service_latest_personSchema: typeof personSchema;
|
|
4238
2636
|
declare const company_service_latest_socialMediaSchema: typeof socialMediaSchema;
|
|
4239
2637
|
declare namespace company_service_latest {
|
|
4240
|
-
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 };
|
|
4241
2639
|
}
|
|
4242
2640
|
|
|
4243
|
-
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 };
|