@bubblelab/bubble-core 0.1.39 → 0.1.40
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 +81 -81
- package/dist/bubbles/service-bubble/agi-inc.d.ts +114 -114
- package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +5 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +122 -122
- package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +144 -144
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +51 -51
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +84 -84
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +835 -835
- package/dist/bubbles/service-bubble/followupboss.d.ts +474 -474
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +275 -275
- package/dist/bubbles/service-bubble/github.d.ts +196 -196
- package/dist/bubbles/service-bubble/gmail.d.ts +138 -138
- package/dist/bubbles/service-bubble/google-calendar.d.ts +136 -136
- package/dist/bubbles/service-bubble/google-drive.d.ts +144 -144
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +68 -68
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +59 -59
- package/dist/bubbles/service-bubble/notion/notion.d.ts +244 -244
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +16 -16
- package/dist/bubbles/service-bubble/slack/slack.d.ts +442 -442
- package/dist/bubbles/service-bubble/storage.d.ts +60 -60
- package/dist/bubbles/service-bubble/telegram.d.ts +414 -414
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +66 -66
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +422 -422
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +108 -108
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +113 -113
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +66 -66
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -58,24 +58,24 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
58
58
|
title: string | null;
|
|
59
59
|
companyName: string | null;
|
|
60
60
|
companyLinkedinUrl: string | null;
|
|
61
|
-
companyIndustries: string[] | null;
|
|
62
61
|
seniorityLevel: 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
|
-
companyIndustries: string[] | null;
|
|
73
72
|
seniorityLevel: 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,24 +109,24 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
110
|
title: string | null;
|
|
111
111
|
name: string | null;
|
|
112
|
-
|
|
113
|
-
headline: string | null;
|
|
112
|
+
summary: string | null;
|
|
114
113
|
location: string | null;
|
|
115
|
-
|
|
114
|
+
headline: string | null;
|
|
115
|
+
seniorityLevel: string | null;
|
|
116
|
+
emails: string[] | null;
|
|
116
117
|
languages: string[] | null;
|
|
117
|
-
|
|
118
|
+
skills: string[] | null;
|
|
118
119
|
education: {
|
|
119
120
|
instituteName: string | null;
|
|
120
121
|
degreeName: string | null;
|
|
121
122
|
fieldOfStudy: string | null;
|
|
122
123
|
}[] | null;
|
|
123
124
|
websites: string[] | null;
|
|
124
|
-
recentlyChangedJobs: boolean | null;
|
|
125
125
|
linkedinUrl: string | null;
|
|
126
126
|
profilePictureUrl: string | null;
|
|
127
127
|
twitterHandle: string | null;
|
|
128
|
-
seniorityLevel: string | null;
|
|
129
128
|
yearsOfExperience: number | null;
|
|
129
|
+
recentlyChangedJobs: boolean | null;
|
|
130
130
|
locationCity: string | null;
|
|
131
131
|
locationCountry: string | null;
|
|
132
132
|
numConnections: number | null;
|
|
@@ -134,13 +134,13 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
134
134
|
title: string | null;
|
|
135
135
|
companyName: string | null;
|
|
136
136
|
companyLinkedinUrl: string | null;
|
|
137
|
-
companyIndustries: string[] | null;
|
|
138
137
|
seniorityLevel: string | null;
|
|
139
138
|
companyDomainUrl: string | null;
|
|
140
139
|
functionCategory: string | null;
|
|
141
140
|
startDate: string | number | null;
|
|
142
141
|
yearsAtCompany: number | null;
|
|
143
142
|
companyHeadcount: number | null;
|
|
143
|
+
companyIndustries: string[] | null;
|
|
144
144
|
}[] | null;
|
|
145
145
|
pastEmployers: {
|
|
146
146
|
title: string | null;
|
|
@@ -161,24 +161,24 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
161
161
|
}, {
|
|
162
162
|
title: string | null;
|
|
163
163
|
name: string | null;
|
|
164
|
-
|
|
165
|
-
headline: string | null;
|
|
164
|
+
summary: string | null;
|
|
166
165
|
location: string | null;
|
|
167
|
-
|
|
166
|
+
headline: string | null;
|
|
167
|
+
seniorityLevel: string | null;
|
|
168
|
+
emails: string[] | null;
|
|
168
169
|
languages: string[] | null;
|
|
169
|
-
|
|
170
|
+
skills: string[] | null;
|
|
170
171
|
education: {
|
|
171
172
|
instituteName: string | null;
|
|
172
173
|
degreeName: string | null;
|
|
173
174
|
fieldOfStudy: string | null;
|
|
174
175
|
}[] | null;
|
|
175
176
|
websites: string[] | null;
|
|
176
|
-
recentlyChangedJobs: boolean | null;
|
|
177
177
|
linkedinUrl: string | null;
|
|
178
178
|
profilePictureUrl: string | null;
|
|
179
179
|
twitterHandle: string | null;
|
|
180
|
-
seniorityLevel: string | null;
|
|
181
180
|
yearsOfExperience: number | null;
|
|
181
|
+
recentlyChangedJobs: boolean | null;
|
|
182
182
|
locationCity: string | null;
|
|
183
183
|
locationCountry: string | null;
|
|
184
184
|
numConnections: number | null;
|
|
@@ -186,13 +186,13 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
186
186
|
title: string | null;
|
|
187
187
|
companyName: string | null;
|
|
188
188
|
companyLinkedinUrl: string | null;
|
|
189
|
-
companyIndustries: string[] | null;
|
|
190
189
|
seniorityLevel: string | null;
|
|
191
190
|
companyDomainUrl: string | null;
|
|
192
191
|
functionCategory: string | null;
|
|
193
192
|
startDate: string | number | null;
|
|
194
193
|
yearsAtCompany: number | null;
|
|
195
194
|
companyHeadcount: number | null;
|
|
195
|
+
companyIndustries: string[] | null;
|
|
196
196
|
}[] | null;
|
|
197
197
|
pastEmployers: {
|
|
198
198
|
title: string | null;
|
|
@@ -253,15 +253,17 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
253
253
|
}, "strip", z.ZodTypeAny, {
|
|
254
254
|
enrichEmails: boolean;
|
|
255
255
|
includePersonalEmails: boolean;
|
|
256
|
-
limit?: number | undefined;
|
|
257
256
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
257
|
+
limit?: number | undefined;
|
|
258
258
|
location?: string | undefined;
|
|
259
|
-
skills?: string[] | undefined;
|
|
260
|
-
languages?: string[] | undefined;
|
|
261
|
-
city?: string | undefined;
|
|
262
|
-
country?: string | undefined;
|
|
263
259
|
companyName?: string | undefined;
|
|
264
260
|
companyLinkedinUrl?: string | undefined;
|
|
261
|
+
city?: string | undefined;
|
|
262
|
+
country?: string | undefined;
|
|
263
|
+
languages?: string[] | undefined;
|
|
264
|
+
skills?: string[] | undefined;
|
|
265
|
+
recentlyChangedJobs?: boolean | undefined;
|
|
266
|
+
companyIndustries?: string[] | undefined;
|
|
265
267
|
jobTitle?: string | undefined;
|
|
266
268
|
jobTitles?: string[] | undefined;
|
|
267
269
|
locationRadius?: {
|
|
@@ -272,27 +274,27 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
272
274
|
maxYearsExperience?: number | undefined;
|
|
273
275
|
seniorityLevels?: string[] | undefined;
|
|
274
276
|
functionCategories?: string[] | undefined;
|
|
275
|
-
companyIndustries?: string[] | undefined;
|
|
276
277
|
minCompanyHeadcount?: number | undefined;
|
|
277
278
|
maxCompanyHeadcount?: number | undefined;
|
|
278
279
|
minYearsAtCompany?: number | undefined;
|
|
279
280
|
pastCompanyName?: string | undefined;
|
|
280
281
|
pastJobTitle?: string | undefined;
|
|
281
282
|
schoolName?: string | undefined;
|
|
282
|
-
recentlyChangedJobs?: boolean | undefined;
|
|
283
283
|
minConnections?: number | undefined;
|
|
284
284
|
excludeCompanies?: string[] | undefined;
|
|
285
285
|
excludeProfiles?: string[] | undefined;
|
|
286
286
|
}, {
|
|
287
|
-
limit?: number | undefined;
|
|
288
287
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
288
|
+
limit?: number | undefined;
|
|
289
289
|
location?: string | undefined;
|
|
290
|
-
skills?: string[] | undefined;
|
|
291
|
-
languages?: string[] | undefined;
|
|
292
|
-
city?: string | undefined;
|
|
293
|
-
country?: string | undefined;
|
|
294
290
|
companyName?: string | undefined;
|
|
295
291
|
companyLinkedinUrl?: string | undefined;
|
|
292
|
+
city?: string | undefined;
|
|
293
|
+
country?: string | undefined;
|
|
294
|
+
languages?: string[] | undefined;
|
|
295
|
+
skills?: string[] | undefined;
|
|
296
|
+
recentlyChangedJobs?: boolean | undefined;
|
|
297
|
+
companyIndustries?: string[] | undefined;
|
|
296
298
|
jobTitle?: string | undefined;
|
|
297
299
|
jobTitles?: string[] | undefined;
|
|
298
300
|
locationRadius?: {
|
|
@@ -303,14 +305,12 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
303
305
|
maxYearsExperience?: number | undefined;
|
|
304
306
|
seniorityLevels?: string[] | undefined;
|
|
305
307
|
functionCategories?: string[] | undefined;
|
|
306
|
-
companyIndustries?: string[] | undefined;
|
|
307
308
|
minCompanyHeadcount?: number | undefined;
|
|
308
309
|
maxCompanyHeadcount?: number | undefined;
|
|
309
310
|
minYearsAtCompany?: number | undefined;
|
|
310
311
|
pastCompanyName?: string | undefined;
|
|
311
312
|
pastJobTitle?: string | undefined;
|
|
312
313
|
schoolName?: string | undefined;
|
|
313
|
-
recentlyChangedJobs?: boolean | undefined;
|
|
314
314
|
minConnections?: number | undefined;
|
|
315
315
|
excludeCompanies?: string[] | undefined;
|
|
316
316
|
excludeProfiles?: string[] | undefined;
|
|
@@ -374,24 +374,24 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
374
374
|
title: string | null;
|
|
375
375
|
companyName: string | null;
|
|
376
376
|
companyLinkedinUrl: string | null;
|
|
377
|
-
companyIndustries: string[] | null;
|
|
378
377
|
seniorityLevel: string | null;
|
|
379
378
|
companyDomainUrl: string | null;
|
|
380
379
|
functionCategory: string | null;
|
|
381
380
|
startDate: string | number | null;
|
|
382
381
|
yearsAtCompany: number | null;
|
|
383
382
|
companyHeadcount: number | null;
|
|
383
|
+
companyIndustries: string[] | null;
|
|
384
384
|
}, {
|
|
385
385
|
title: string | null;
|
|
386
386
|
companyName: string | null;
|
|
387
387
|
companyLinkedinUrl: string | null;
|
|
388
|
-
companyIndustries: string[] | null;
|
|
389
388
|
seniorityLevel: string | null;
|
|
390
389
|
companyDomainUrl: string | null;
|
|
391
390
|
functionCategory: string | null;
|
|
392
391
|
startDate: string | number | null;
|
|
393
392
|
yearsAtCompany: number | null;
|
|
394
393
|
companyHeadcount: number | null;
|
|
394
|
+
companyIndustries: string[] | null;
|
|
395
395
|
}>, "many">>;
|
|
396
396
|
pastEmployers: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
397
397
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -425,24 +425,24 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
425
425
|
}, "strip", z.ZodTypeAny, {
|
|
426
426
|
title: string | null;
|
|
427
427
|
name: string | null;
|
|
428
|
-
|
|
429
|
-
headline: string | null;
|
|
428
|
+
summary: string | null;
|
|
430
429
|
location: string | null;
|
|
431
|
-
|
|
430
|
+
headline: string | null;
|
|
431
|
+
seniorityLevel: string | null;
|
|
432
|
+
emails: string[] | null;
|
|
432
433
|
languages: string[] | null;
|
|
433
|
-
|
|
434
|
+
skills: string[] | null;
|
|
434
435
|
education: {
|
|
435
436
|
instituteName: string | null;
|
|
436
437
|
degreeName: string | null;
|
|
437
438
|
fieldOfStudy: string | null;
|
|
438
439
|
}[] | null;
|
|
439
440
|
websites: string[] | null;
|
|
440
|
-
recentlyChangedJobs: boolean | null;
|
|
441
441
|
linkedinUrl: string | null;
|
|
442
442
|
profilePictureUrl: string | null;
|
|
443
443
|
twitterHandle: string | null;
|
|
444
|
-
seniorityLevel: string | null;
|
|
445
444
|
yearsOfExperience: number | null;
|
|
445
|
+
recentlyChangedJobs: boolean | null;
|
|
446
446
|
locationCity: string | null;
|
|
447
447
|
locationCountry: string | null;
|
|
448
448
|
numConnections: number | null;
|
|
@@ -450,13 +450,13 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
450
450
|
title: string | null;
|
|
451
451
|
companyName: string | null;
|
|
452
452
|
companyLinkedinUrl: string | null;
|
|
453
|
-
companyIndustries: string[] | null;
|
|
454
453
|
seniorityLevel: string | null;
|
|
455
454
|
companyDomainUrl: string | null;
|
|
456
455
|
functionCategory: string | null;
|
|
457
456
|
startDate: string | number | null;
|
|
458
457
|
yearsAtCompany: number | null;
|
|
459
458
|
companyHeadcount: number | null;
|
|
459
|
+
companyIndustries: string[] | null;
|
|
460
460
|
}[] | null;
|
|
461
461
|
pastEmployers: {
|
|
462
462
|
title: string | null;
|
|
@@ -477,24 +477,24 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
477
477
|
}, {
|
|
478
478
|
title: string | null;
|
|
479
479
|
name: string | null;
|
|
480
|
-
|
|
481
|
-
headline: string | null;
|
|
480
|
+
summary: string | null;
|
|
482
481
|
location: string | null;
|
|
483
|
-
|
|
482
|
+
headline: string | null;
|
|
483
|
+
seniorityLevel: string | null;
|
|
484
|
+
emails: string[] | null;
|
|
484
485
|
languages: string[] | null;
|
|
485
|
-
|
|
486
|
+
skills: string[] | null;
|
|
486
487
|
education: {
|
|
487
488
|
instituteName: string | null;
|
|
488
489
|
degreeName: string | null;
|
|
489
490
|
fieldOfStudy: string | null;
|
|
490
491
|
}[] | null;
|
|
491
492
|
websites: string[] | null;
|
|
492
|
-
recentlyChangedJobs: boolean | null;
|
|
493
493
|
linkedinUrl: string | null;
|
|
494
494
|
profilePictureUrl: string | null;
|
|
495
495
|
twitterHandle: string | null;
|
|
496
|
-
seniorityLevel: string | null;
|
|
497
496
|
yearsOfExperience: number | null;
|
|
497
|
+
recentlyChangedJobs: boolean | null;
|
|
498
498
|
locationCity: string | null;
|
|
499
499
|
locationCountry: string | null;
|
|
500
500
|
numConnections: number | null;
|
|
@@ -502,13 +502,13 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
502
502
|
title: string | null;
|
|
503
503
|
companyName: string | null;
|
|
504
504
|
companyLinkedinUrl: string | null;
|
|
505
|
-
companyIndustries: string[] | null;
|
|
506
505
|
seniorityLevel: string | null;
|
|
507
506
|
companyDomainUrl: string | null;
|
|
508
507
|
functionCategory: string | null;
|
|
509
508
|
startDate: string | number | null;
|
|
510
509
|
yearsAtCompany: number | null;
|
|
511
510
|
companyHeadcount: number | null;
|
|
511
|
+
companyIndustries: string[] | null;
|
|
512
512
|
}[] | null;
|
|
513
513
|
pastEmployers: {
|
|
514
514
|
title: string | null;
|
|
@@ -531,29 +531,29 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
531
531
|
success: z.ZodBoolean;
|
|
532
532
|
error: z.ZodString;
|
|
533
533
|
}, "strip", z.ZodTypeAny, {
|
|
534
|
-
success: boolean;
|
|
535
534
|
error: string;
|
|
535
|
+
success: boolean;
|
|
536
536
|
people: {
|
|
537
537
|
title: string | null;
|
|
538
538
|
name: string | null;
|
|
539
|
-
|
|
540
|
-
headline: string | null;
|
|
539
|
+
summary: string | null;
|
|
541
540
|
location: string | null;
|
|
542
|
-
|
|
541
|
+
headline: string | null;
|
|
542
|
+
seniorityLevel: string | null;
|
|
543
|
+
emails: string[] | null;
|
|
543
544
|
languages: string[] | null;
|
|
544
|
-
|
|
545
|
+
skills: string[] | null;
|
|
545
546
|
education: {
|
|
546
547
|
instituteName: string | null;
|
|
547
548
|
degreeName: string | null;
|
|
548
549
|
fieldOfStudy: string | null;
|
|
549
550
|
}[] | null;
|
|
550
551
|
websites: string[] | null;
|
|
551
|
-
recentlyChangedJobs: boolean | null;
|
|
552
552
|
linkedinUrl: string | null;
|
|
553
553
|
profilePictureUrl: string | null;
|
|
554
554
|
twitterHandle: string | null;
|
|
555
|
-
seniorityLevel: string | null;
|
|
556
555
|
yearsOfExperience: number | null;
|
|
556
|
+
recentlyChangedJobs: boolean | null;
|
|
557
557
|
locationCity: string | null;
|
|
558
558
|
locationCountry: string | null;
|
|
559
559
|
numConnections: number | null;
|
|
@@ -561,13 +561,13 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
561
561
|
title: string | null;
|
|
562
562
|
companyName: string | null;
|
|
563
563
|
companyLinkedinUrl: string | null;
|
|
564
|
-
companyIndustries: string[] | null;
|
|
565
564
|
seniorityLevel: string | null;
|
|
566
565
|
companyDomainUrl: string | null;
|
|
567
566
|
functionCategory: string | null;
|
|
568
567
|
startDate: string | number | null;
|
|
569
568
|
yearsAtCompany: number | null;
|
|
570
569
|
companyHeadcount: number | null;
|
|
570
|
+
companyIndustries: string[] | null;
|
|
571
571
|
}[] | null;
|
|
572
572
|
pastEmployers: {
|
|
573
573
|
title: string | null;
|
|
@@ -588,29 +588,29 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
588
588
|
}[];
|
|
589
589
|
totalCount: number;
|
|
590
590
|
}, {
|
|
591
|
-
success: boolean;
|
|
592
591
|
error: string;
|
|
592
|
+
success: boolean;
|
|
593
593
|
people: {
|
|
594
594
|
title: string | null;
|
|
595
595
|
name: string | null;
|
|
596
|
-
|
|
597
|
-
headline: string | null;
|
|
596
|
+
summary: string | null;
|
|
598
597
|
location: string | null;
|
|
599
|
-
|
|
598
|
+
headline: string | null;
|
|
599
|
+
seniorityLevel: string | null;
|
|
600
|
+
emails: string[] | null;
|
|
600
601
|
languages: string[] | null;
|
|
601
|
-
|
|
602
|
+
skills: string[] | null;
|
|
602
603
|
education: {
|
|
603
604
|
instituteName: string | null;
|
|
604
605
|
degreeName: string | null;
|
|
605
606
|
fieldOfStudy: string | null;
|
|
606
607
|
}[] | null;
|
|
607
608
|
websites: string[] | null;
|
|
608
|
-
recentlyChangedJobs: boolean | null;
|
|
609
609
|
linkedinUrl: string | null;
|
|
610
610
|
profilePictureUrl: string | null;
|
|
611
611
|
twitterHandle: string | null;
|
|
612
|
-
seniorityLevel: string | null;
|
|
613
612
|
yearsOfExperience: number | null;
|
|
613
|
+
recentlyChangedJobs: boolean | null;
|
|
614
614
|
locationCity: string | null;
|
|
615
615
|
locationCountry: string | null;
|
|
616
616
|
numConnections: number | null;
|
|
@@ -618,13 +618,13 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
618
618
|
title: string | null;
|
|
619
619
|
companyName: string | null;
|
|
620
620
|
companyLinkedinUrl: string | null;
|
|
621
|
-
companyIndustries: string[] | null;
|
|
622
621
|
seniorityLevel: string | null;
|
|
623
622
|
companyDomainUrl: string | null;
|
|
624
623
|
functionCategory: string | null;
|
|
625
624
|
startDate: string | number | null;
|
|
626
625
|
yearsAtCompany: number | null;
|
|
627
626
|
companyHeadcount: number | null;
|
|
627
|
+
companyIndustries: string[] | null;
|
|
628
628
|
}[] | null;
|
|
629
629
|
pastEmployers: {
|
|
630
630
|
title: string | null;
|
|
@@ -716,15 +716,17 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
716
716
|
}, "strip", z.ZodTypeAny, {
|
|
717
717
|
enrichEmails: boolean;
|
|
718
718
|
includePersonalEmails: boolean;
|
|
719
|
-
limit?: number | undefined;
|
|
720
719
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
720
|
+
limit?: number | undefined;
|
|
721
721
|
location?: string | undefined;
|
|
722
|
-
skills?: string[] | undefined;
|
|
723
|
-
languages?: string[] | undefined;
|
|
724
|
-
city?: string | undefined;
|
|
725
|
-
country?: string | undefined;
|
|
726
722
|
companyName?: string | undefined;
|
|
727
723
|
companyLinkedinUrl?: string | undefined;
|
|
724
|
+
city?: string | undefined;
|
|
725
|
+
country?: string | undefined;
|
|
726
|
+
languages?: string[] | undefined;
|
|
727
|
+
skills?: string[] | undefined;
|
|
728
|
+
recentlyChangedJobs?: boolean | undefined;
|
|
729
|
+
companyIndustries?: string[] | undefined;
|
|
728
730
|
jobTitle?: string | undefined;
|
|
729
731
|
jobTitles?: string[] | undefined;
|
|
730
732
|
locationRadius?: {
|
|
@@ -735,27 +737,27 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
735
737
|
maxYearsExperience?: number | undefined;
|
|
736
738
|
seniorityLevels?: string[] | undefined;
|
|
737
739
|
functionCategories?: string[] | undefined;
|
|
738
|
-
companyIndustries?: string[] | undefined;
|
|
739
740
|
minCompanyHeadcount?: number | undefined;
|
|
740
741
|
maxCompanyHeadcount?: number | undefined;
|
|
741
742
|
minYearsAtCompany?: number | undefined;
|
|
742
743
|
pastCompanyName?: string | undefined;
|
|
743
744
|
pastJobTitle?: string | undefined;
|
|
744
745
|
schoolName?: string | undefined;
|
|
745
|
-
recentlyChangedJobs?: boolean | undefined;
|
|
746
746
|
minConnections?: number | undefined;
|
|
747
747
|
excludeCompanies?: string[] | undefined;
|
|
748
748
|
excludeProfiles?: string[] | undefined;
|
|
749
749
|
}, {
|
|
750
|
-
limit?: number | undefined;
|
|
751
750
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
751
|
+
limit?: number | undefined;
|
|
752
752
|
location?: string | undefined;
|
|
753
|
-
skills?: string[] | undefined;
|
|
754
|
-
languages?: string[] | undefined;
|
|
755
|
-
city?: string | undefined;
|
|
756
|
-
country?: string | undefined;
|
|
757
753
|
companyName?: string | undefined;
|
|
758
754
|
companyLinkedinUrl?: string | undefined;
|
|
755
|
+
city?: string | undefined;
|
|
756
|
+
country?: string | undefined;
|
|
757
|
+
languages?: string[] | undefined;
|
|
758
|
+
skills?: string[] | undefined;
|
|
759
|
+
recentlyChangedJobs?: boolean | undefined;
|
|
760
|
+
companyIndustries?: string[] | undefined;
|
|
759
761
|
jobTitle?: string | undefined;
|
|
760
762
|
jobTitles?: string[] | undefined;
|
|
761
763
|
locationRadius?: {
|
|
@@ -766,14 +768,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
766
768
|
maxYearsExperience?: number | undefined;
|
|
767
769
|
seniorityLevels?: string[] | undefined;
|
|
768
770
|
functionCategories?: string[] | undefined;
|
|
769
|
-
companyIndustries?: string[] | undefined;
|
|
770
771
|
minCompanyHeadcount?: number | undefined;
|
|
771
772
|
maxCompanyHeadcount?: number | undefined;
|
|
772
773
|
minYearsAtCompany?: number | undefined;
|
|
773
774
|
pastCompanyName?: string | undefined;
|
|
774
775
|
pastJobTitle?: string | undefined;
|
|
775
776
|
schoolName?: string | undefined;
|
|
776
|
-
recentlyChangedJobs?: boolean | undefined;
|
|
777
777
|
minConnections?: number | undefined;
|
|
778
778
|
excludeCompanies?: string[] | undefined;
|
|
779
779
|
excludeProfiles?: string[] | undefined;
|
|
@@ -837,24 +837,24 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
837
837
|
title: string | null;
|
|
838
838
|
companyName: string | null;
|
|
839
839
|
companyLinkedinUrl: string | null;
|
|
840
|
-
companyIndustries: string[] | null;
|
|
841
840
|
seniorityLevel: string | null;
|
|
842
841
|
companyDomainUrl: string | null;
|
|
843
842
|
functionCategory: string | null;
|
|
844
843
|
startDate: string | number | null;
|
|
845
844
|
yearsAtCompany: number | null;
|
|
846
845
|
companyHeadcount: number | null;
|
|
846
|
+
companyIndustries: string[] | null;
|
|
847
847
|
}, {
|
|
848
848
|
title: string | null;
|
|
849
849
|
companyName: string | null;
|
|
850
850
|
companyLinkedinUrl: string | null;
|
|
851
|
-
companyIndustries: string[] | null;
|
|
852
851
|
seniorityLevel: string | null;
|
|
853
852
|
companyDomainUrl: string | null;
|
|
854
853
|
functionCategory: string | null;
|
|
855
854
|
startDate: string | number | null;
|
|
856
855
|
yearsAtCompany: number | null;
|
|
857
856
|
companyHeadcount: number | null;
|
|
857
|
+
companyIndustries: string[] | null;
|
|
858
858
|
}>, "many">>;
|
|
859
859
|
pastEmployers: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
860
860
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -888,24 +888,24 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
888
888
|
}, "strip", z.ZodTypeAny, {
|
|
889
889
|
title: string | null;
|
|
890
890
|
name: string | null;
|
|
891
|
-
|
|
892
|
-
headline: string | null;
|
|
891
|
+
summary: string | null;
|
|
893
892
|
location: string | null;
|
|
894
|
-
|
|
893
|
+
headline: string | null;
|
|
894
|
+
seniorityLevel: string | null;
|
|
895
|
+
emails: string[] | null;
|
|
895
896
|
languages: string[] | null;
|
|
896
|
-
|
|
897
|
+
skills: string[] | null;
|
|
897
898
|
education: {
|
|
898
899
|
instituteName: string | null;
|
|
899
900
|
degreeName: string | null;
|
|
900
901
|
fieldOfStudy: string | null;
|
|
901
902
|
}[] | null;
|
|
902
903
|
websites: string[] | null;
|
|
903
|
-
recentlyChangedJobs: boolean | null;
|
|
904
904
|
linkedinUrl: string | null;
|
|
905
905
|
profilePictureUrl: string | null;
|
|
906
906
|
twitterHandle: string | null;
|
|
907
|
-
seniorityLevel: string | null;
|
|
908
907
|
yearsOfExperience: number | null;
|
|
908
|
+
recentlyChangedJobs: boolean | null;
|
|
909
909
|
locationCity: string | null;
|
|
910
910
|
locationCountry: string | null;
|
|
911
911
|
numConnections: number | null;
|
|
@@ -913,13 +913,13 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
913
913
|
title: string | null;
|
|
914
914
|
companyName: string | null;
|
|
915
915
|
companyLinkedinUrl: string | null;
|
|
916
|
-
companyIndustries: string[] | null;
|
|
917
916
|
seniorityLevel: string | null;
|
|
918
917
|
companyDomainUrl: string | null;
|
|
919
918
|
functionCategory: string | null;
|
|
920
919
|
startDate: string | number | null;
|
|
921
920
|
yearsAtCompany: number | null;
|
|
922
921
|
companyHeadcount: number | null;
|
|
922
|
+
companyIndustries: string[] | null;
|
|
923
923
|
}[] | null;
|
|
924
924
|
pastEmployers: {
|
|
925
925
|
title: string | null;
|
|
@@ -940,24 +940,24 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
940
940
|
}, {
|
|
941
941
|
title: string | null;
|
|
942
942
|
name: string | null;
|
|
943
|
-
|
|
944
|
-
headline: string | null;
|
|
943
|
+
summary: string | null;
|
|
945
944
|
location: string | null;
|
|
946
|
-
|
|
945
|
+
headline: string | null;
|
|
946
|
+
seniorityLevel: string | null;
|
|
947
|
+
emails: string[] | null;
|
|
947
948
|
languages: string[] | null;
|
|
948
|
-
|
|
949
|
+
skills: string[] | null;
|
|
949
950
|
education: {
|
|
950
951
|
instituteName: string | null;
|
|
951
952
|
degreeName: string | null;
|
|
952
953
|
fieldOfStudy: string | null;
|
|
953
954
|
}[] | null;
|
|
954
955
|
websites: string[] | null;
|
|
955
|
-
recentlyChangedJobs: boolean | null;
|
|
956
956
|
linkedinUrl: string | null;
|
|
957
957
|
profilePictureUrl: string | null;
|
|
958
958
|
twitterHandle: string | null;
|
|
959
|
-
seniorityLevel: string | null;
|
|
960
959
|
yearsOfExperience: number | null;
|
|
960
|
+
recentlyChangedJobs: boolean | null;
|
|
961
961
|
locationCity: string | null;
|
|
962
962
|
locationCountry: string | null;
|
|
963
963
|
numConnections: number | null;
|
|
@@ -965,13 +965,13 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
965
965
|
title: string | null;
|
|
966
966
|
companyName: string | null;
|
|
967
967
|
companyLinkedinUrl: string | null;
|
|
968
|
-
companyIndustries: string[] | null;
|
|
969
968
|
seniorityLevel: string | null;
|
|
970
969
|
companyDomainUrl: string | null;
|
|
971
970
|
functionCategory: string | null;
|
|
972
971
|
startDate: string | number | null;
|
|
973
972
|
yearsAtCompany: number | null;
|
|
974
973
|
companyHeadcount: number | null;
|
|
974
|
+
companyIndustries: string[] | null;
|
|
975
975
|
}[] | null;
|
|
976
976
|
pastEmployers: {
|
|
977
977
|
title: string | null;
|
|
@@ -994,29 +994,29 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
994
994
|
success: z.ZodBoolean;
|
|
995
995
|
error: z.ZodString;
|
|
996
996
|
}, "strip", z.ZodTypeAny, {
|
|
997
|
-
success: boolean;
|
|
998
997
|
error: string;
|
|
998
|
+
success: boolean;
|
|
999
999
|
people: {
|
|
1000
1000
|
title: string | null;
|
|
1001
1001
|
name: string | null;
|
|
1002
|
-
|
|
1003
|
-
headline: string | null;
|
|
1002
|
+
summary: string | null;
|
|
1004
1003
|
location: string | null;
|
|
1005
|
-
|
|
1004
|
+
headline: string | null;
|
|
1005
|
+
seniorityLevel: string | null;
|
|
1006
|
+
emails: string[] | null;
|
|
1006
1007
|
languages: string[] | null;
|
|
1007
|
-
|
|
1008
|
+
skills: string[] | null;
|
|
1008
1009
|
education: {
|
|
1009
1010
|
instituteName: string | null;
|
|
1010
1011
|
degreeName: string | null;
|
|
1011
1012
|
fieldOfStudy: string | null;
|
|
1012
1013
|
}[] | null;
|
|
1013
1014
|
websites: string[] | null;
|
|
1014
|
-
recentlyChangedJobs: boolean | null;
|
|
1015
1015
|
linkedinUrl: string | null;
|
|
1016
1016
|
profilePictureUrl: string | null;
|
|
1017
1017
|
twitterHandle: string | null;
|
|
1018
|
-
seniorityLevel: string | null;
|
|
1019
1018
|
yearsOfExperience: number | null;
|
|
1019
|
+
recentlyChangedJobs: boolean | null;
|
|
1020
1020
|
locationCity: string | null;
|
|
1021
1021
|
locationCountry: string | null;
|
|
1022
1022
|
numConnections: number | null;
|
|
@@ -1024,13 +1024,13 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1024
1024
|
title: string | null;
|
|
1025
1025
|
companyName: string | null;
|
|
1026
1026
|
companyLinkedinUrl: string | null;
|
|
1027
|
-
companyIndustries: string[] | null;
|
|
1028
1027
|
seniorityLevel: string | null;
|
|
1029
1028
|
companyDomainUrl: string | null;
|
|
1030
1029
|
functionCategory: string | null;
|
|
1031
1030
|
startDate: string | number | null;
|
|
1032
1031
|
yearsAtCompany: number | null;
|
|
1033
1032
|
companyHeadcount: number | null;
|
|
1033
|
+
companyIndustries: string[] | null;
|
|
1034
1034
|
}[] | null;
|
|
1035
1035
|
pastEmployers: {
|
|
1036
1036
|
title: string | null;
|
|
@@ -1051,29 +1051,29 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1051
1051
|
}[];
|
|
1052
1052
|
totalCount: number;
|
|
1053
1053
|
}, {
|
|
1054
|
-
success: boolean;
|
|
1055
1054
|
error: string;
|
|
1055
|
+
success: boolean;
|
|
1056
1056
|
people: {
|
|
1057
1057
|
title: string | null;
|
|
1058
1058
|
name: string | null;
|
|
1059
|
-
|
|
1060
|
-
headline: string | null;
|
|
1059
|
+
summary: string | null;
|
|
1061
1060
|
location: string | null;
|
|
1062
|
-
|
|
1061
|
+
headline: string | null;
|
|
1062
|
+
seniorityLevel: string | null;
|
|
1063
|
+
emails: string[] | null;
|
|
1063
1064
|
languages: string[] | null;
|
|
1064
|
-
|
|
1065
|
+
skills: string[] | null;
|
|
1065
1066
|
education: {
|
|
1066
1067
|
instituteName: string | null;
|
|
1067
1068
|
degreeName: string | null;
|
|
1068
1069
|
fieldOfStudy: string | null;
|
|
1069
1070
|
}[] | null;
|
|
1070
1071
|
websites: string[] | null;
|
|
1071
|
-
recentlyChangedJobs: boolean | null;
|
|
1072
1072
|
linkedinUrl: string | null;
|
|
1073
1073
|
profilePictureUrl: string | null;
|
|
1074
1074
|
twitterHandle: string | null;
|
|
1075
|
-
seniorityLevel: string | null;
|
|
1076
1075
|
yearsOfExperience: number | null;
|
|
1076
|
+
recentlyChangedJobs: boolean | null;
|
|
1077
1077
|
locationCity: string | null;
|
|
1078
1078
|
locationCountry: string | null;
|
|
1079
1079
|
numConnections: number | null;
|
|
@@ -1081,13 +1081,13 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1081
1081
|
title: string | null;
|
|
1082
1082
|
companyName: string | null;
|
|
1083
1083
|
companyLinkedinUrl: string | null;
|
|
1084
|
-
companyIndustries: string[] | null;
|
|
1085
1084
|
seniorityLevel: string | null;
|
|
1086
1085
|
companyDomainUrl: string | null;
|
|
1087
1086
|
functionCategory: string | null;
|
|
1088
1087
|
startDate: string | number | null;
|
|
1089
1088
|
yearsAtCompany: number | null;
|
|
1090
1089
|
companyHeadcount: number | null;
|
|
1090
|
+
companyIndustries: string[] | null;
|
|
1091
1091
|
}[] | null;
|
|
1092
1092
|
pastEmployers: {
|
|
1093
1093
|
title: string | null;
|