@bubblelab/bubble-core 0.1.55 → 0.1.57
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/bubble-bundle.d.ts +102 -102
- package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
- package/dist/bubbles/service-bubble/ai-agent.d.ts +68 -68
- package/dist/bubbles/service-bubble/airtable.d.ts +86 -86
- package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +128 -128
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +28 -28
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +879 -879
- package/dist/bubbles/service-bubble/followupboss.d.ts +254 -254
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +233 -233
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
- package/dist/bubbles/service-bubble/github.d.ts +112 -112
- package/dist/bubbles/service-bubble/gmail.d.ts +555 -555
- package/dist/bubbles/service-bubble/google-calendar.d.ts +20 -20
- package/dist/bubbles/service-bubble/google-drive.d.ts +16 -16
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +35 -35
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1365 -1365
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +320 -320
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +91 -91
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +107 -107
- package/dist/bubbles/service-bubble/telegram.d.ts +1491 -1491
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +126 -126
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +421 -421
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +150 -150
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +146 -146
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +86 -86
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -59,23 +59,23 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
59
59
|
companyName: string | null;
|
|
60
60
|
companyLinkedinUrl: string | null;
|
|
61
61
|
seniorityLevel: string | null;
|
|
62
|
-
companyIndustries: string[] | null;
|
|
63
62
|
companyDomainUrl: string | null;
|
|
64
63
|
functionCategory: string | null;
|
|
65
64
|
startDate: string | number | null;
|
|
66
65
|
yearsAtCompany: number | null;
|
|
67
66
|
companyHeadcount: number | null;
|
|
67
|
+
companyIndustries: string[] | null;
|
|
68
68
|
}, {
|
|
69
69
|
title: string | null;
|
|
70
70
|
companyName: string | null;
|
|
71
71
|
companyLinkedinUrl: string | null;
|
|
72
72
|
seniorityLevel: string | null;
|
|
73
|
-
companyIndustries: string[] | null;
|
|
74
73
|
companyDomainUrl: string | null;
|
|
75
74
|
functionCategory: string | null;
|
|
76
75
|
startDate: string | number | null;
|
|
77
76
|
yearsAtCompany: number | null;
|
|
78
77
|
companyHeadcount: number | null;
|
|
78
|
+
companyIndustries: string[] | null;
|
|
79
79
|
}>, "many">>;
|
|
80
80
|
pastEmployers: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
81
81
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -109,19 +109,24 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
110
|
title: string | null;
|
|
111
111
|
name: string | null;
|
|
112
|
-
emails: string[] | null;
|
|
113
|
-
headline: string | null;
|
|
114
|
-
location: string | null;
|
|
115
112
|
summary: string | null;
|
|
113
|
+
location: string | null;
|
|
114
|
+
headline: string | null;
|
|
116
115
|
seniorityLevel: string | null;
|
|
117
|
-
|
|
116
|
+
emails: string[] | null;
|
|
118
117
|
languages: string[] | null;
|
|
119
|
-
|
|
118
|
+
skills: string[] | null;
|
|
119
|
+
education: {
|
|
120
|
+
instituteName: string | null;
|
|
121
|
+
degreeName: string | null;
|
|
122
|
+
fieldOfStudy: string | null;
|
|
123
|
+
}[] | null;
|
|
124
|
+
websites: string[] | null;
|
|
120
125
|
linkedinUrl: string | null;
|
|
121
126
|
profilePictureUrl: string | null;
|
|
122
127
|
twitterHandle: string | null;
|
|
123
|
-
websites: string[] | null;
|
|
124
128
|
yearsOfExperience: number | null;
|
|
129
|
+
recentlyChangedJobs: boolean | null;
|
|
125
130
|
locationCity: string | null;
|
|
126
131
|
locationCountry: string | null;
|
|
127
132
|
numConnections: number | null;
|
|
@@ -130,12 +135,12 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
130
135
|
companyName: string | null;
|
|
131
136
|
companyLinkedinUrl: string | null;
|
|
132
137
|
seniorityLevel: string | null;
|
|
133
|
-
companyIndustries: string[] | null;
|
|
134
138
|
companyDomainUrl: string | null;
|
|
135
139
|
functionCategory: string | null;
|
|
136
140
|
startDate: string | number | null;
|
|
137
141
|
yearsAtCompany: number | null;
|
|
138
142
|
companyHeadcount: number | null;
|
|
143
|
+
companyIndustries: string[] | null;
|
|
139
144
|
}[] | null;
|
|
140
145
|
pastEmployers: {
|
|
141
146
|
title: string | null;
|
|
@@ -143,11 +148,6 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
143
148
|
startDate: string | number | null;
|
|
144
149
|
endDate: string | number | null;
|
|
145
150
|
}[] | null;
|
|
146
|
-
education: {
|
|
147
|
-
instituteName: string | null;
|
|
148
|
-
degreeName: string | null;
|
|
149
|
-
fieldOfStudy: string | null;
|
|
150
|
-
}[] | null;
|
|
151
151
|
enrichedWorkEmail?: string | null | undefined;
|
|
152
152
|
enrichedPersonalEmail?: string | null | undefined;
|
|
153
153
|
enrichedWorkEmails?: {
|
|
@@ -161,19 +161,24 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
161
161
|
}, {
|
|
162
162
|
title: string | null;
|
|
163
163
|
name: string | null;
|
|
164
|
-
emails: string[] | null;
|
|
165
|
-
headline: string | null;
|
|
166
|
-
location: string | null;
|
|
167
164
|
summary: string | null;
|
|
165
|
+
location: string | null;
|
|
166
|
+
headline: string | null;
|
|
168
167
|
seniorityLevel: string | null;
|
|
169
|
-
|
|
168
|
+
emails: string[] | null;
|
|
170
169
|
languages: string[] | null;
|
|
171
|
-
|
|
170
|
+
skills: string[] | null;
|
|
171
|
+
education: {
|
|
172
|
+
instituteName: string | null;
|
|
173
|
+
degreeName: string | null;
|
|
174
|
+
fieldOfStudy: string | null;
|
|
175
|
+
}[] | null;
|
|
176
|
+
websites: string[] | null;
|
|
172
177
|
linkedinUrl: string | null;
|
|
173
178
|
profilePictureUrl: string | null;
|
|
174
179
|
twitterHandle: string | null;
|
|
175
|
-
websites: string[] | null;
|
|
176
180
|
yearsOfExperience: number | null;
|
|
181
|
+
recentlyChangedJobs: boolean | null;
|
|
177
182
|
locationCity: string | null;
|
|
178
183
|
locationCountry: string | null;
|
|
179
184
|
numConnections: number | null;
|
|
@@ -182,12 +187,12 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
182
187
|
companyName: string | null;
|
|
183
188
|
companyLinkedinUrl: string | null;
|
|
184
189
|
seniorityLevel: string | null;
|
|
185
|
-
companyIndustries: string[] | null;
|
|
186
190
|
companyDomainUrl: string | null;
|
|
187
191
|
functionCategory: string | null;
|
|
188
192
|
startDate: string | number | null;
|
|
189
193
|
yearsAtCompany: number | null;
|
|
190
194
|
companyHeadcount: number | null;
|
|
195
|
+
companyIndustries: string[] | null;
|
|
191
196
|
}[] | null;
|
|
192
197
|
pastEmployers: {
|
|
193
198
|
title: string | null;
|
|
@@ -195,11 +200,6 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
195
200
|
startDate: string | number | null;
|
|
196
201
|
endDate: string | number | null;
|
|
197
202
|
}[] | null;
|
|
198
|
-
education: {
|
|
199
|
-
instituteName: string | null;
|
|
200
|
-
degreeName: string | null;
|
|
201
|
-
fieldOfStudy: string | null;
|
|
202
|
-
}[] | null;
|
|
203
203
|
enrichedWorkEmail?: string | null | undefined;
|
|
204
204
|
enrichedPersonalEmail?: string | null | undefined;
|
|
205
205
|
enrichedWorkEmails?: {
|
|
@@ -255,15 +255,17 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
255
255
|
enrichEmails: boolean;
|
|
256
256
|
includePersonalEmails: boolean;
|
|
257
257
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
258
|
-
location?: string | undefined;
|
|
259
|
-
city?: string | undefined;
|
|
260
|
-
country?: string | undefined;
|
|
261
258
|
limit?: number | undefined;
|
|
262
259
|
cursor?: string | undefined;
|
|
260
|
+
location?: string | undefined;
|
|
263
261
|
companyName?: string | undefined;
|
|
264
262
|
companyLinkedinUrl?: string | undefined;
|
|
265
|
-
|
|
263
|
+
city?: string | undefined;
|
|
264
|
+
country?: string | undefined;
|
|
266
265
|
languages?: string[] | undefined;
|
|
266
|
+
skills?: string[] | undefined;
|
|
267
|
+
recentlyChangedJobs?: boolean | undefined;
|
|
268
|
+
companyIndustries?: string[] | undefined;
|
|
267
269
|
jobTitle?: string | undefined;
|
|
268
270
|
jobTitles?: string[] | undefined;
|
|
269
271
|
locationRadius?: {
|
|
@@ -274,28 +276,28 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
274
276
|
maxYearsExperience?: number | undefined;
|
|
275
277
|
seniorityLevels?: string[] | undefined;
|
|
276
278
|
functionCategories?: string[] | undefined;
|
|
277
|
-
companyIndustries?: string[] | undefined;
|
|
278
279
|
minCompanyHeadcount?: number | undefined;
|
|
279
280
|
maxCompanyHeadcount?: number | undefined;
|
|
280
281
|
minYearsAtCompany?: number | undefined;
|
|
281
282
|
pastCompanyName?: string | undefined;
|
|
282
283
|
pastJobTitle?: string | undefined;
|
|
283
284
|
schoolName?: string | undefined;
|
|
284
|
-
recentlyChangedJobs?: boolean | undefined;
|
|
285
285
|
minConnections?: number | undefined;
|
|
286
286
|
excludeCompanies?: string[] | undefined;
|
|
287
287
|
excludeProfiles?: string[] | undefined;
|
|
288
288
|
}, {
|
|
289
289
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
290
|
-
location?: string | undefined;
|
|
291
|
-
city?: string | undefined;
|
|
292
|
-
country?: string | undefined;
|
|
293
290
|
limit?: number | undefined;
|
|
294
291
|
cursor?: string | undefined;
|
|
292
|
+
location?: string | undefined;
|
|
295
293
|
companyName?: string | undefined;
|
|
296
294
|
companyLinkedinUrl?: string | undefined;
|
|
297
|
-
|
|
295
|
+
city?: string | undefined;
|
|
296
|
+
country?: string | undefined;
|
|
298
297
|
languages?: string[] | undefined;
|
|
298
|
+
skills?: string[] | undefined;
|
|
299
|
+
recentlyChangedJobs?: boolean | undefined;
|
|
300
|
+
companyIndustries?: string[] | undefined;
|
|
299
301
|
jobTitle?: string | undefined;
|
|
300
302
|
jobTitles?: string[] | undefined;
|
|
301
303
|
locationRadius?: {
|
|
@@ -306,14 +308,12 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
306
308
|
maxYearsExperience?: number | undefined;
|
|
307
309
|
seniorityLevels?: string[] | undefined;
|
|
308
310
|
functionCategories?: string[] | undefined;
|
|
309
|
-
companyIndustries?: string[] | undefined;
|
|
310
311
|
minCompanyHeadcount?: number | undefined;
|
|
311
312
|
maxCompanyHeadcount?: number | undefined;
|
|
312
313
|
minYearsAtCompany?: number | undefined;
|
|
313
314
|
pastCompanyName?: string | undefined;
|
|
314
315
|
pastJobTitle?: string | undefined;
|
|
315
316
|
schoolName?: string | undefined;
|
|
316
|
-
recentlyChangedJobs?: boolean | undefined;
|
|
317
317
|
minConnections?: number | undefined;
|
|
318
318
|
excludeCompanies?: string[] | undefined;
|
|
319
319
|
excludeProfiles?: string[] | undefined;
|
|
@@ -378,23 +378,23 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
378
378
|
companyName: string | null;
|
|
379
379
|
companyLinkedinUrl: string | null;
|
|
380
380
|
seniorityLevel: string | null;
|
|
381
|
-
companyIndustries: string[] | null;
|
|
382
381
|
companyDomainUrl: string | null;
|
|
383
382
|
functionCategory: string | null;
|
|
384
383
|
startDate: string | number | null;
|
|
385
384
|
yearsAtCompany: number | null;
|
|
386
385
|
companyHeadcount: number | null;
|
|
386
|
+
companyIndustries: string[] | null;
|
|
387
387
|
}, {
|
|
388
388
|
title: string | null;
|
|
389
389
|
companyName: string | null;
|
|
390
390
|
companyLinkedinUrl: string | null;
|
|
391
391
|
seniorityLevel: string | null;
|
|
392
|
-
companyIndustries: string[] | null;
|
|
393
392
|
companyDomainUrl: string | null;
|
|
394
393
|
functionCategory: string | null;
|
|
395
394
|
startDate: string | number | null;
|
|
396
395
|
yearsAtCompany: number | null;
|
|
397
396
|
companyHeadcount: number | null;
|
|
397
|
+
companyIndustries: string[] | null;
|
|
398
398
|
}>, "many">>;
|
|
399
399
|
pastEmployers: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
400
400
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -428,19 +428,24 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
429
|
title: string | null;
|
|
430
430
|
name: string | null;
|
|
431
|
-
emails: string[] | null;
|
|
432
|
-
headline: string | null;
|
|
433
|
-
location: string | null;
|
|
434
431
|
summary: string | null;
|
|
432
|
+
location: string | null;
|
|
433
|
+
headline: string | null;
|
|
435
434
|
seniorityLevel: string | null;
|
|
436
|
-
|
|
435
|
+
emails: string[] | null;
|
|
437
436
|
languages: string[] | null;
|
|
438
|
-
|
|
437
|
+
skills: string[] | null;
|
|
438
|
+
education: {
|
|
439
|
+
instituteName: string | null;
|
|
440
|
+
degreeName: string | null;
|
|
441
|
+
fieldOfStudy: string | null;
|
|
442
|
+
}[] | null;
|
|
443
|
+
websites: string[] | null;
|
|
439
444
|
linkedinUrl: string | null;
|
|
440
445
|
profilePictureUrl: string | null;
|
|
441
446
|
twitterHandle: string | null;
|
|
442
|
-
websites: string[] | null;
|
|
443
447
|
yearsOfExperience: number | null;
|
|
448
|
+
recentlyChangedJobs: boolean | null;
|
|
444
449
|
locationCity: string | null;
|
|
445
450
|
locationCountry: string | null;
|
|
446
451
|
numConnections: number | null;
|
|
@@ -449,12 +454,12 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
449
454
|
companyName: string | null;
|
|
450
455
|
companyLinkedinUrl: string | null;
|
|
451
456
|
seniorityLevel: string | null;
|
|
452
|
-
companyIndustries: string[] | null;
|
|
453
457
|
companyDomainUrl: string | null;
|
|
454
458
|
functionCategory: string | null;
|
|
455
459
|
startDate: string | number | null;
|
|
456
460
|
yearsAtCompany: number | null;
|
|
457
461
|
companyHeadcount: number | null;
|
|
462
|
+
companyIndustries: string[] | null;
|
|
458
463
|
}[] | null;
|
|
459
464
|
pastEmployers: {
|
|
460
465
|
title: string | null;
|
|
@@ -462,11 +467,6 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
462
467
|
startDate: string | number | null;
|
|
463
468
|
endDate: string | number | null;
|
|
464
469
|
}[] | null;
|
|
465
|
-
education: {
|
|
466
|
-
instituteName: string | null;
|
|
467
|
-
degreeName: string | null;
|
|
468
|
-
fieldOfStudy: string | null;
|
|
469
|
-
}[] | null;
|
|
470
470
|
enrichedWorkEmail?: string | null | undefined;
|
|
471
471
|
enrichedPersonalEmail?: string | null | undefined;
|
|
472
472
|
enrichedWorkEmails?: {
|
|
@@ -480,19 +480,24 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
480
480
|
}, {
|
|
481
481
|
title: string | null;
|
|
482
482
|
name: string | null;
|
|
483
|
-
emails: string[] | null;
|
|
484
|
-
headline: string | null;
|
|
485
|
-
location: string | null;
|
|
486
483
|
summary: string | null;
|
|
484
|
+
location: string | null;
|
|
485
|
+
headline: string | null;
|
|
487
486
|
seniorityLevel: string | null;
|
|
488
|
-
|
|
487
|
+
emails: string[] | null;
|
|
489
488
|
languages: string[] | null;
|
|
490
|
-
|
|
489
|
+
skills: string[] | null;
|
|
490
|
+
education: {
|
|
491
|
+
instituteName: string | null;
|
|
492
|
+
degreeName: string | null;
|
|
493
|
+
fieldOfStudy: string | null;
|
|
494
|
+
}[] | null;
|
|
495
|
+
websites: string[] | null;
|
|
491
496
|
linkedinUrl: string | null;
|
|
492
497
|
profilePictureUrl: string | null;
|
|
493
498
|
twitterHandle: string | null;
|
|
494
|
-
websites: string[] | null;
|
|
495
499
|
yearsOfExperience: number | null;
|
|
500
|
+
recentlyChangedJobs: boolean | null;
|
|
496
501
|
locationCity: string | null;
|
|
497
502
|
locationCountry: string | null;
|
|
498
503
|
numConnections: number | null;
|
|
@@ -501,12 +506,12 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
501
506
|
companyName: string | null;
|
|
502
507
|
companyLinkedinUrl: string | null;
|
|
503
508
|
seniorityLevel: string | null;
|
|
504
|
-
companyIndustries: string[] | null;
|
|
505
509
|
companyDomainUrl: string | null;
|
|
506
510
|
functionCategory: string | null;
|
|
507
511
|
startDate: string | number | null;
|
|
508
512
|
yearsAtCompany: number | null;
|
|
509
513
|
companyHeadcount: number | null;
|
|
514
|
+
companyIndustries: string[] | null;
|
|
510
515
|
}[] | null;
|
|
511
516
|
pastEmployers: {
|
|
512
517
|
title: string | null;
|
|
@@ -514,11 +519,6 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
514
519
|
startDate: string | number | null;
|
|
515
520
|
endDate: string | number | null;
|
|
516
521
|
}[] | null;
|
|
517
|
-
education: {
|
|
518
|
-
instituteName: string | null;
|
|
519
|
-
degreeName: string | null;
|
|
520
|
-
fieldOfStudy: string | null;
|
|
521
|
-
}[] | null;
|
|
522
522
|
enrichedWorkEmail?: string | null | undefined;
|
|
523
523
|
enrichedPersonalEmail?: string | null | undefined;
|
|
524
524
|
enrichedWorkEmails?: {
|
|
@@ -540,19 +540,24 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
540
540
|
people: {
|
|
541
541
|
title: string | null;
|
|
542
542
|
name: string | null;
|
|
543
|
-
emails: string[] | null;
|
|
544
|
-
headline: string | null;
|
|
545
|
-
location: string | null;
|
|
546
543
|
summary: string | null;
|
|
544
|
+
location: string | null;
|
|
545
|
+
headline: string | null;
|
|
547
546
|
seniorityLevel: string | null;
|
|
548
|
-
|
|
547
|
+
emails: string[] | null;
|
|
549
548
|
languages: string[] | null;
|
|
550
|
-
|
|
549
|
+
skills: string[] | null;
|
|
550
|
+
education: {
|
|
551
|
+
instituteName: string | null;
|
|
552
|
+
degreeName: string | null;
|
|
553
|
+
fieldOfStudy: string | null;
|
|
554
|
+
}[] | null;
|
|
555
|
+
websites: string[] | null;
|
|
551
556
|
linkedinUrl: string | null;
|
|
552
557
|
profilePictureUrl: string | null;
|
|
553
558
|
twitterHandle: string | null;
|
|
554
|
-
websites: string[] | null;
|
|
555
559
|
yearsOfExperience: number | null;
|
|
560
|
+
recentlyChangedJobs: boolean | null;
|
|
556
561
|
locationCity: string | null;
|
|
557
562
|
locationCountry: string | null;
|
|
558
563
|
numConnections: number | null;
|
|
@@ -561,12 +566,12 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
561
566
|
companyName: string | null;
|
|
562
567
|
companyLinkedinUrl: string | null;
|
|
563
568
|
seniorityLevel: string | null;
|
|
564
|
-
companyIndustries: string[] | null;
|
|
565
569
|
companyDomainUrl: string | null;
|
|
566
570
|
functionCategory: string | null;
|
|
567
571
|
startDate: string | number | null;
|
|
568
572
|
yearsAtCompany: number | null;
|
|
569
573
|
companyHeadcount: number | null;
|
|
574
|
+
companyIndustries: string[] | null;
|
|
570
575
|
}[] | null;
|
|
571
576
|
pastEmployers: {
|
|
572
577
|
title: string | null;
|
|
@@ -574,11 +579,6 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
574
579
|
startDate: string | number | null;
|
|
575
580
|
endDate: string | number | null;
|
|
576
581
|
}[] | null;
|
|
577
|
-
education: {
|
|
578
|
-
instituteName: string | null;
|
|
579
|
-
degreeName: string | null;
|
|
580
|
-
fieldOfStudy: string | null;
|
|
581
|
-
}[] | null;
|
|
582
582
|
enrichedWorkEmail?: string | null | undefined;
|
|
583
583
|
enrichedPersonalEmail?: string | null | undefined;
|
|
584
584
|
enrichedWorkEmails?: {
|
|
@@ -598,19 +598,24 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
598
598
|
people: {
|
|
599
599
|
title: string | null;
|
|
600
600
|
name: string | null;
|
|
601
|
-
emails: string[] | null;
|
|
602
|
-
headline: string | null;
|
|
603
|
-
location: string | null;
|
|
604
601
|
summary: string | null;
|
|
602
|
+
location: string | null;
|
|
603
|
+
headline: string | null;
|
|
605
604
|
seniorityLevel: string | null;
|
|
606
|
-
|
|
605
|
+
emails: string[] | null;
|
|
607
606
|
languages: string[] | null;
|
|
608
|
-
|
|
607
|
+
skills: string[] | null;
|
|
608
|
+
education: {
|
|
609
|
+
instituteName: string | null;
|
|
610
|
+
degreeName: string | null;
|
|
611
|
+
fieldOfStudy: string | null;
|
|
612
|
+
}[] | null;
|
|
613
|
+
websites: string[] | null;
|
|
609
614
|
linkedinUrl: string | null;
|
|
610
615
|
profilePictureUrl: string | null;
|
|
611
616
|
twitterHandle: string | null;
|
|
612
|
-
websites: string[] | null;
|
|
613
617
|
yearsOfExperience: number | null;
|
|
618
|
+
recentlyChangedJobs: boolean | null;
|
|
614
619
|
locationCity: string | null;
|
|
615
620
|
locationCountry: string | null;
|
|
616
621
|
numConnections: number | null;
|
|
@@ -619,12 +624,12 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
619
624
|
companyName: string | null;
|
|
620
625
|
companyLinkedinUrl: string | null;
|
|
621
626
|
seniorityLevel: string | null;
|
|
622
|
-
companyIndustries: string[] | null;
|
|
623
627
|
companyDomainUrl: string | null;
|
|
624
628
|
functionCategory: string | null;
|
|
625
629
|
startDate: string | number | null;
|
|
626
630
|
yearsAtCompany: number | null;
|
|
627
631
|
companyHeadcount: number | null;
|
|
632
|
+
companyIndustries: string[] | null;
|
|
628
633
|
}[] | null;
|
|
629
634
|
pastEmployers: {
|
|
630
635
|
title: string | null;
|
|
@@ -632,11 +637,6 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
632
637
|
startDate: string | number | null;
|
|
633
638
|
endDate: string | number | null;
|
|
634
639
|
}[] | null;
|
|
635
|
-
education: {
|
|
636
|
-
instituteName: string | null;
|
|
637
|
-
degreeName: string | null;
|
|
638
|
-
fieldOfStudy: string | null;
|
|
639
|
-
}[] | null;
|
|
640
640
|
enrichedWorkEmail?: string | null | undefined;
|
|
641
641
|
enrichedPersonalEmail?: string | null | undefined;
|
|
642
642
|
enrichedWorkEmails?: {
|
|
@@ -724,15 +724,17 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
724
724
|
enrichEmails: boolean;
|
|
725
725
|
includePersonalEmails: boolean;
|
|
726
726
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
727
|
-
location?: string | undefined;
|
|
728
|
-
city?: string | undefined;
|
|
729
|
-
country?: string | undefined;
|
|
730
727
|
limit?: number | undefined;
|
|
731
728
|
cursor?: string | undefined;
|
|
729
|
+
location?: string | undefined;
|
|
732
730
|
companyName?: string | undefined;
|
|
733
731
|
companyLinkedinUrl?: string | undefined;
|
|
734
|
-
|
|
732
|
+
city?: string | undefined;
|
|
733
|
+
country?: string | undefined;
|
|
735
734
|
languages?: string[] | undefined;
|
|
735
|
+
skills?: string[] | undefined;
|
|
736
|
+
recentlyChangedJobs?: boolean | undefined;
|
|
737
|
+
companyIndustries?: string[] | undefined;
|
|
736
738
|
jobTitle?: string | undefined;
|
|
737
739
|
jobTitles?: string[] | undefined;
|
|
738
740
|
locationRadius?: {
|
|
@@ -743,28 +745,28 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
743
745
|
maxYearsExperience?: number | undefined;
|
|
744
746
|
seniorityLevels?: string[] | undefined;
|
|
745
747
|
functionCategories?: string[] | undefined;
|
|
746
|
-
companyIndustries?: string[] | undefined;
|
|
747
748
|
minCompanyHeadcount?: number | undefined;
|
|
748
749
|
maxCompanyHeadcount?: number | undefined;
|
|
749
750
|
minYearsAtCompany?: number | undefined;
|
|
750
751
|
pastCompanyName?: string | undefined;
|
|
751
752
|
pastJobTitle?: string | undefined;
|
|
752
753
|
schoolName?: string | undefined;
|
|
753
|
-
recentlyChangedJobs?: boolean | undefined;
|
|
754
754
|
minConnections?: number | undefined;
|
|
755
755
|
excludeCompanies?: string[] | undefined;
|
|
756
756
|
excludeProfiles?: string[] | undefined;
|
|
757
757
|
}, {
|
|
758
758
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
759
|
-
location?: string | undefined;
|
|
760
|
-
city?: string | undefined;
|
|
761
|
-
country?: string | undefined;
|
|
762
759
|
limit?: number | undefined;
|
|
763
760
|
cursor?: string | undefined;
|
|
761
|
+
location?: string | undefined;
|
|
764
762
|
companyName?: string | undefined;
|
|
765
763
|
companyLinkedinUrl?: string | undefined;
|
|
766
|
-
|
|
764
|
+
city?: string | undefined;
|
|
765
|
+
country?: string | undefined;
|
|
767
766
|
languages?: string[] | undefined;
|
|
767
|
+
skills?: string[] | undefined;
|
|
768
|
+
recentlyChangedJobs?: boolean | undefined;
|
|
769
|
+
companyIndustries?: string[] | undefined;
|
|
768
770
|
jobTitle?: string | undefined;
|
|
769
771
|
jobTitles?: string[] | undefined;
|
|
770
772
|
locationRadius?: {
|
|
@@ -775,14 +777,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
775
777
|
maxYearsExperience?: number | undefined;
|
|
776
778
|
seniorityLevels?: string[] | undefined;
|
|
777
779
|
functionCategories?: string[] | undefined;
|
|
778
|
-
companyIndustries?: string[] | undefined;
|
|
779
780
|
minCompanyHeadcount?: number | undefined;
|
|
780
781
|
maxCompanyHeadcount?: number | undefined;
|
|
781
782
|
minYearsAtCompany?: number | undefined;
|
|
782
783
|
pastCompanyName?: string | undefined;
|
|
783
784
|
pastJobTitle?: string | undefined;
|
|
784
785
|
schoolName?: string | undefined;
|
|
785
|
-
recentlyChangedJobs?: boolean | undefined;
|
|
786
786
|
minConnections?: number | undefined;
|
|
787
787
|
excludeCompanies?: string[] | undefined;
|
|
788
788
|
excludeProfiles?: string[] | undefined;
|
|
@@ -847,23 +847,23 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
847
847
|
companyName: string | null;
|
|
848
848
|
companyLinkedinUrl: string | null;
|
|
849
849
|
seniorityLevel: string | null;
|
|
850
|
-
companyIndustries: string[] | null;
|
|
851
850
|
companyDomainUrl: string | null;
|
|
852
851
|
functionCategory: string | null;
|
|
853
852
|
startDate: string | number | null;
|
|
854
853
|
yearsAtCompany: number | null;
|
|
855
854
|
companyHeadcount: number | null;
|
|
855
|
+
companyIndustries: string[] | null;
|
|
856
856
|
}, {
|
|
857
857
|
title: string | null;
|
|
858
858
|
companyName: string | null;
|
|
859
859
|
companyLinkedinUrl: string | null;
|
|
860
860
|
seniorityLevel: string | null;
|
|
861
|
-
companyIndustries: string[] | null;
|
|
862
861
|
companyDomainUrl: string | null;
|
|
863
862
|
functionCategory: string | null;
|
|
864
863
|
startDate: string | number | null;
|
|
865
864
|
yearsAtCompany: number | null;
|
|
866
865
|
companyHeadcount: number | null;
|
|
866
|
+
companyIndustries: string[] | null;
|
|
867
867
|
}>, "many">>;
|
|
868
868
|
pastEmployers: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
869
869
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -897,19 +897,24 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
897
897
|
}, "strip", z.ZodTypeAny, {
|
|
898
898
|
title: string | null;
|
|
899
899
|
name: string | null;
|
|
900
|
-
emails: string[] | null;
|
|
901
|
-
headline: string | null;
|
|
902
|
-
location: string | null;
|
|
903
900
|
summary: string | null;
|
|
901
|
+
location: string | null;
|
|
902
|
+
headline: string | null;
|
|
904
903
|
seniorityLevel: string | null;
|
|
905
|
-
|
|
904
|
+
emails: string[] | null;
|
|
906
905
|
languages: string[] | null;
|
|
907
|
-
|
|
906
|
+
skills: string[] | null;
|
|
907
|
+
education: {
|
|
908
|
+
instituteName: string | null;
|
|
909
|
+
degreeName: string | null;
|
|
910
|
+
fieldOfStudy: string | null;
|
|
911
|
+
}[] | null;
|
|
912
|
+
websites: string[] | null;
|
|
908
913
|
linkedinUrl: string | null;
|
|
909
914
|
profilePictureUrl: string | null;
|
|
910
915
|
twitterHandle: string | null;
|
|
911
|
-
websites: string[] | null;
|
|
912
916
|
yearsOfExperience: number | null;
|
|
917
|
+
recentlyChangedJobs: boolean | null;
|
|
913
918
|
locationCity: string | null;
|
|
914
919
|
locationCountry: string | null;
|
|
915
920
|
numConnections: number | null;
|
|
@@ -918,12 +923,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
918
923
|
companyName: string | null;
|
|
919
924
|
companyLinkedinUrl: string | null;
|
|
920
925
|
seniorityLevel: string | null;
|
|
921
|
-
companyIndustries: string[] | null;
|
|
922
926
|
companyDomainUrl: string | null;
|
|
923
927
|
functionCategory: string | null;
|
|
924
928
|
startDate: string | number | null;
|
|
925
929
|
yearsAtCompany: number | null;
|
|
926
930
|
companyHeadcount: number | null;
|
|
931
|
+
companyIndustries: string[] | null;
|
|
927
932
|
}[] | null;
|
|
928
933
|
pastEmployers: {
|
|
929
934
|
title: string | null;
|
|
@@ -931,11 +936,6 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
931
936
|
startDate: string | number | null;
|
|
932
937
|
endDate: string | number | null;
|
|
933
938
|
}[] | null;
|
|
934
|
-
education: {
|
|
935
|
-
instituteName: string | null;
|
|
936
|
-
degreeName: string | null;
|
|
937
|
-
fieldOfStudy: string | null;
|
|
938
|
-
}[] | null;
|
|
939
939
|
enrichedWorkEmail?: string | null | undefined;
|
|
940
940
|
enrichedPersonalEmail?: string | null | undefined;
|
|
941
941
|
enrichedWorkEmails?: {
|
|
@@ -949,19 +949,24 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
949
949
|
}, {
|
|
950
950
|
title: string | null;
|
|
951
951
|
name: string | null;
|
|
952
|
-
emails: string[] | null;
|
|
953
|
-
headline: string | null;
|
|
954
|
-
location: string | null;
|
|
955
952
|
summary: string | null;
|
|
953
|
+
location: string | null;
|
|
954
|
+
headline: string | null;
|
|
956
955
|
seniorityLevel: string | null;
|
|
957
|
-
|
|
956
|
+
emails: string[] | null;
|
|
958
957
|
languages: string[] | null;
|
|
959
|
-
|
|
958
|
+
skills: string[] | null;
|
|
959
|
+
education: {
|
|
960
|
+
instituteName: string | null;
|
|
961
|
+
degreeName: string | null;
|
|
962
|
+
fieldOfStudy: string | null;
|
|
963
|
+
}[] | null;
|
|
964
|
+
websites: string[] | null;
|
|
960
965
|
linkedinUrl: string | null;
|
|
961
966
|
profilePictureUrl: string | null;
|
|
962
967
|
twitterHandle: string | null;
|
|
963
|
-
websites: string[] | null;
|
|
964
968
|
yearsOfExperience: number | null;
|
|
969
|
+
recentlyChangedJobs: boolean | null;
|
|
965
970
|
locationCity: string | null;
|
|
966
971
|
locationCountry: string | null;
|
|
967
972
|
numConnections: number | null;
|
|
@@ -970,12 +975,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
970
975
|
companyName: string | null;
|
|
971
976
|
companyLinkedinUrl: string | null;
|
|
972
977
|
seniorityLevel: string | null;
|
|
973
|
-
companyIndustries: string[] | null;
|
|
974
978
|
companyDomainUrl: string | null;
|
|
975
979
|
functionCategory: string | null;
|
|
976
980
|
startDate: string | number | null;
|
|
977
981
|
yearsAtCompany: number | null;
|
|
978
982
|
companyHeadcount: number | null;
|
|
983
|
+
companyIndustries: string[] | null;
|
|
979
984
|
}[] | null;
|
|
980
985
|
pastEmployers: {
|
|
981
986
|
title: string | null;
|
|
@@ -983,11 +988,6 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
983
988
|
startDate: string | number | null;
|
|
984
989
|
endDate: string | number | null;
|
|
985
990
|
}[] | null;
|
|
986
|
-
education: {
|
|
987
|
-
instituteName: string | null;
|
|
988
|
-
degreeName: string | null;
|
|
989
|
-
fieldOfStudy: string | null;
|
|
990
|
-
}[] | null;
|
|
991
991
|
enrichedWorkEmail?: string | null | undefined;
|
|
992
992
|
enrichedPersonalEmail?: string | null | undefined;
|
|
993
993
|
enrichedWorkEmails?: {
|
|
@@ -1009,19 +1009,24 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1009
1009
|
people: {
|
|
1010
1010
|
title: string | null;
|
|
1011
1011
|
name: string | null;
|
|
1012
|
-
emails: string[] | null;
|
|
1013
|
-
headline: string | null;
|
|
1014
|
-
location: string | null;
|
|
1015
1012
|
summary: string | null;
|
|
1013
|
+
location: string | null;
|
|
1014
|
+
headline: string | null;
|
|
1016
1015
|
seniorityLevel: string | null;
|
|
1017
|
-
|
|
1016
|
+
emails: string[] | null;
|
|
1018
1017
|
languages: string[] | null;
|
|
1019
|
-
|
|
1018
|
+
skills: string[] | null;
|
|
1019
|
+
education: {
|
|
1020
|
+
instituteName: string | null;
|
|
1021
|
+
degreeName: string | null;
|
|
1022
|
+
fieldOfStudy: string | null;
|
|
1023
|
+
}[] | null;
|
|
1024
|
+
websites: string[] | null;
|
|
1020
1025
|
linkedinUrl: string | null;
|
|
1021
1026
|
profilePictureUrl: string | null;
|
|
1022
1027
|
twitterHandle: string | null;
|
|
1023
|
-
websites: string[] | null;
|
|
1024
1028
|
yearsOfExperience: number | null;
|
|
1029
|
+
recentlyChangedJobs: boolean | null;
|
|
1025
1030
|
locationCity: string | null;
|
|
1026
1031
|
locationCountry: string | null;
|
|
1027
1032
|
numConnections: number | null;
|
|
@@ -1030,12 +1035,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1030
1035
|
companyName: string | null;
|
|
1031
1036
|
companyLinkedinUrl: string | null;
|
|
1032
1037
|
seniorityLevel: string | null;
|
|
1033
|
-
companyIndustries: string[] | null;
|
|
1034
1038
|
companyDomainUrl: string | null;
|
|
1035
1039
|
functionCategory: string | null;
|
|
1036
1040
|
startDate: string | number | null;
|
|
1037
1041
|
yearsAtCompany: number | null;
|
|
1038
1042
|
companyHeadcount: number | null;
|
|
1043
|
+
companyIndustries: string[] | null;
|
|
1039
1044
|
}[] | null;
|
|
1040
1045
|
pastEmployers: {
|
|
1041
1046
|
title: string | null;
|
|
@@ -1043,11 +1048,6 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1043
1048
|
startDate: string | number | null;
|
|
1044
1049
|
endDate: string | number | null;
|
|
1045
1050
|
}[] | null;
|
|
1046
|
-
education: {
|
|
1047
|
-
instituteName: string | null;
|
|
1048
|
-
degreeName: string | null;
|
|
1049
|
-
fieldOfStudy: string | null;
|
|
1050
|
-
}[] | null;
|
|
1051
1051
|
enrichedWorkEmail?: string | null | undefined;
|
|
1052
1052
|
enrichedPersonalEmail?: string | null | undefined;
|
|
1053
1053
|
enrichedWorkEmails?: {
|
|
@@ -1067,19 +1067,24 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1067
1067
|
people: {
|
|
1068
1068
|
title: string | null;
|
|
1069
1069
|
name: string | null;
|
|
1070
|
-
emails: string[] | null;
|
|
1071
|
-
headline: string | null;
|
|
1072
|
-
location: string | null;
|
|
1073
1070
|
summary: string | null;
|
|
1071
|
+
location: string | null;
|
|
1072
|
+
headline: string | null;
|
|
1074
1073
|
seniorityLevel: string | null;
|
|
1075
|
-
|
|
1074
|
+
emails: string[] | null;
|
|
1076
1075
|
languages: string[] | null;
|
|
1077
|
-
|
|
1076
|
+
skills: string[] | null;
|
|
1077
|
+
education: {
|
|
1078
|
+
instituteName: string | null;
|
|
1079
|
+
degreeName: string | null;
|
|
1080
|
+
fieldOfStudy: string | null;
|
|
1081
|
+
}[] | null;
|
|
1082
|
+
websites: string[] | null;
|
|
1078
1083
|
linkedinUrl: string | null;
|
|
1079
1084
|
profilePictureUrl: string | null;
|
|
1080
1085
|
twitterHandle: string | null;
|
|
1081
|
-
websites: string[] | null;
|
|
1082
1086
|
yearsOfExperience: number | null;
|
|
1087
|
+
recentlyChangedJobs: boolean | null;
|
|
1083
1088
|
locationCity: string | null;
|
|
1084
1089
|
locationCountry: string | null;
|
|
1085
1090
|
numConnections: number | null;
|
|
@@ -1088,12 +1093,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1088
1093
|
companyName: string | null;
|
|
1089
1094
|
companyLinkedinUrl: string | null;
|
|
1090
1095
|
seniorityLevel: string | null;
|
|
1091
|
-
companyIndustries: string[] | null;
|
|
1092
1096
|
companyDomainUrl: string | null;
|
|
1093
1097
|
functionCategory: string | null;
|
|
1094
1098
|
startDate: string | number | null;
|
|
1095
1099
|
yearsAtCompany: number | null;
|
|
1096
1100
|
companyHeadcount: number | null;
|
|
1101
|
+
companyIndustries: string[] | null;
|
|
1097
1102
|
}[] | null;
|
|
1098
1103
|
pastEmployers: {
|
|
1099
1104
|
title: string | null;
|
|
@@ -1101,11 +1106,6 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1101
1106
|
startDate: string | number | null;
|
|
1102
1107
|
endDate: string | number | null;
|
|
1103
1108
|
}[] | null;
|
|
1104
|
-
education: {
|
|
1105
|
-
instituteName: string | null;
|
|
1106
|
-
degreeName: string | null;
|
|
1107
|
-
fieldOfStudy: string | null;
|
|
1108
|
-
}[] | null;
|
|
1109
1109
|
enrichedWorkEmail?: string | null | undefined;
|
|
1110
1110
|
enrichedPersonalEmail?: string | null | undefined;
|
|
1111
1111
|
enrichedWorkEmails?: {
|