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