@bubblelab/bubble-core 0.1.113 → 0.1.114
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 +94 -94
- package/dist/bubbles/service-bubble/agi-inc.d.ts +132 -132
- package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
- package/dist/bubbles/service-bubble/airtable.d.ts +250 -250
- package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +228 -228
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +57 -57
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +84 -84
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +87 -87
- package/dist/bubbles/service-bubble/confluence/confluence.schema.js +1 -1
- package/dist/bubbles/service-bubble/confluence/confluence.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +102 -102
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +298 -298
- package/dist/bubbles/service-bubble/followupboss.d.ts +322 -322
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/github.d.ts +298 -298
- package/dist/bubbles/service-bubble/gmail.d.ts +650 -650
- package/dist/bubbles/service-bubble/google-calendar.d.ts +66 -66
- package/dist/bubbles/service-bubble/google-drive.d.ts +152 -152
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
- package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +91 -91
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1651 -1651
- 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 +368 -368
- package/dist/bubbles/service-bubble/storage.d.ts +44 -44
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +157 -157
- package/dist/bubbles/service-bubble/telegram.d.ts +254 -254
- 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 +16 -16
- 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 +54 -54
- 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 +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +66 -66
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +62 -62
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +82 -82
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +142 -142
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +4 -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;
|
|
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>;
|
|
@@ -107,13 +107,14 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
107
107
|
fieldOfStudy: string | null;
|
|
108
108
|
}>, "many">>;
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
|
-
title: string | null;
|
|
111
110
|
name: string | null;
|
|
111
|
+
title: string | null;
|
|
112
112
|
summary: string | null;
|
|
113
113
|
location: string | null;
|
|
114
114
|
headline: string | null;
|
|
115
115
|
seniorityLevel: string | null;
|
|
116
116
|
emails: string[] | null;
|
|
117
|
+
linkedinUrl: string | null;
|
|
117
118
|
languages: string[] | null;
|
|
118
119
|
skills: string[] | null;
|
|
119
120
|
education: {
|
|
@@ -122,11 +123,10 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
122
123
|
fieldOfStudy: string | null;
|
|
123
124
|
}[] | null;
|
|
124
125
|
websites: string[] | null;
|
|
125
|
-
recentlyChangedJobs: boolean | null;
|
|
126
|
-
linkedinUrl: string | null;
|
|
127
126
|
profilePictureUrl: string | null;
|
|
128
127
|
twitterHandle: 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;
|
|
@@ -135,12 +135,12 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
135
135
|
companyName: string | null;
|
|
136
136
|
companyLinkedinUrl: string | null;
|
|
137
137
|
seniorityLevel: string | null;
|
|
138
|
-
companyIndustries: 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;
|
|
@@ -159,13 +159,14 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
159
159
|
status?: string | undefined;
|
|
160
160
|
}[] | null | undefined;
|
|
161
161
|
}, {
|
|
162
|
-
title: string | null;
|
|
163
162
|
name: string | null;
|
|
163
|
+
title: string | null;
|
|
164
164
|
summary: string | null;
|
|
165
165
|
location: string | null;
|
|
166
166
|
headline: string | null;
|
|
167
167
|
seniorityLevel: string | null;
|
|
168
168
|
emails: string[] | null;
|
|
169
|
+
linkedinUrl: string | null;
|
|
169
170
|
languages: string[] | null;
|
|
170
171
|
skills: string[] | null;
|
|
171
172
|
education: {
|
|
@@ -174,11 +175,10 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
174
175
|
fieldOfStudy: string | null;
|
|
175
176
|
}[] | null;
|
|
176
177
|
websites: string[] | null;
|
|
177
|
-
recentlyChangedJobs: boolean | null;
|
|
178
|
-
linkedinUrl: string | null;
|
|
179
178
|
profilePictureUrl: string | null;
|
|
180
179
|
twitterHandle: 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;
|
|
@@ -187,12 +187,12 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
187
187
|
companyName: string | null;
|
|
188
188
|
companyLinkedinUrl: string | null;
|
|
189
189
|
seniorityLevel: string | null;
|
|
190
|
-
companyIndustries: 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;
|
|
@@ -254,9 +254,9 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
254
254
|
}, "strip", z.ZodTypeAny, {
|
|
255
255
|
enrichEmails: boolean;
|
|
256
256
|
includePersonalEmails: boolean;
|
|
257
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
258
257
|
limit?: number | undefined;
|
|
259
258
|
cursor?: string | undefined;
|
|
259
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
260
260
|
location?: string | undefined;
|
|
261
261
|
companyName?: string | undefined;
|
|
262
262
|
companyLinkedinUrl?: string | undefined;
|
|
@@ -264,6 +264,8 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
264
264
|
country?: string | undefined;
|
|
265
265
|
languages?: string[] | undefined;
|
|
266
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,21 +276,19 @@ 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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
290
289
|
limit?: number | undefined;
|
|
291
290
|
cursor?: string | undefined;
|
|
291
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
292
292
|
location?: string | undefined;
|
|
293
293
|
companyName?: string | undefined;
|
|
294
294
|
companyLinkedinUrl?: string | undefined;
|
|
@@ -296,6 +296,8 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
296
296
|
country?: string | undefined;
|
|
297
297
|
languages?: string[] | undefined;
|
|
298
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>;
|
|
@@ -426,13 +426,14 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
426
426
|
fieldOfStudy: string | null;
|
|
427
427
|
}>, "many">>;
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
|
-
title: string | null;
|
|
430
429
|
name: string | null;
|
|
430
|
+
title: string | null;
|
|
431
431
|
summary: string | null;
|
|
432
432
|
location: string | null;
|
|
433
433
|
headline: string | null;
|
|
434
434
|
seniorityLevel: string | null;
|
|
435
435
|
emails: string[] | null;
|
|
436
|
+
linkedinUrl: string | null;
|
|
436
437
|
languages: string[] | null;
|
|
437
438
|
skills: string[] | null;
|
|
438
439
|
education: {
|
|
@@ -441,11 +442,10 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
441
442
|
fieldOfStudy: string | null;
|
|
442
443
|
}[] | null;
|
|
443
444
|
websites: string[] | null;
|
|
444
|
-
recentlyChangedJobs: boolean | null;
|
|
445
|
-
linkedinUrl: string | null;
|
|
446
445
|
profilePictureUrl: string | null;
|
|
447
446
|
twitterHandle: string | null;
|
|
448
447
|
yearsOfExperience: number | null;
|
|
448
|
+
recentlyChangedJobs: boolean | null;
|
|
449
449
|
locationCity: string | null;
|
|
450
450
|
locationCountry: string | null;
|
|
451
451
|
numConnections: number | null;
|
|
@@ -454,12 +454,12 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
454
454
|
companyName: string | null;
|
|
455
455
|
companyLinkedinUrl: string | null;
|
|
456
456
|
seniorityLevel: string | null;
|
|
457
|
-
companyIndustries: string[] | null;
|
|
458
457
|
companyDomainUrl: string | null;
|
|
459
458
|
functionCategory: string | null;
|
|
460
459
|
startDate: string | number | null;
|
|
461
460
|
yearsAtCompany: number | null;
|
|
462
461
|
companyHeadcount: number | null;
|
|
462
|
+
companyIndustries: string[] | null;
|
|
463
463
|
}[] | null;
|
|
464
464
|
pastEmployers: {
|
|
465
465
|
title: string | null;
|
|
@@ -478,13 +478,14 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
478
478
|
status?: string | undefined;
|
|
479
479
|
}[] | null | undefined;
|
|
480
480
|
}, {
|
|
481
|
-
title: string | null;
|
|
482
481
|
name: string | null;
|
|
482
|
+
title: string | null;
|
|
483
483
|
summary: string | null;
|
|
484
484
|
location: string | null;
|
|
485
485
|
headline: string | null;
|
|
486
486
|
seniorityLevel: string | null;
|
|
487
487
|
emails: string[] | null;
|
|
488
|
+
linkedinUrl: string | null;
|
|
488
489
|
languages: string[] | null;
|
|
489
490
|
skills: string[] | null;
|
|
490
491
|
education: {
|
|
@@ -493,11 +494,10 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
493
494
|
fieldOfStudy: string | null;
|
|
494
495
|
}[] | null;
|
|
495
496
|
websites: string[] | null;
|
|
496
|
-
recentlyChangedJobs: boolean | null;
|
|
497
|
-
linkedinUrl: string | null;
|
|
498
497
|
profilePictureUrl: string | null;
|
|
499
498
|
twitterHandle: string | null;
|
|
500
499
|
yearsOfExperience: number | null;
|
|
500
|
+
recentlyChangedJobs: boolean | null;
|
|
501
501
|
locationCity: string | null;
|
|
502
502
|
locationCountry: string | null;
|
|
503
503
|
numConnections: number | null;
|
|
@@ -506,12 +506,12 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
506
506
|
companyName: string | null;
|
|
507
507
|
companyLinkedinUrl: string | null;
|
|
508
508
|
seniorityLevel: string | null;
|
|
509
|
-
companyIndustries: string[] | null;
|
|
510
509
|
companyDomainUrl: string | null;
|
|
511
510
|
functionCategory: string | null;
|
|
512
511
|
startDate: string | number | null;
|
|
513
512
|
yearsAtCompany: number | null;
|
|
514
513
|
companyHeadcount: number | null;
|
|
514
|
+
companyIndustries: string[] | null;
|
|
515
515
|
}[] | null;
|
|
516
516
|
pastEmployers: {
|
|
517
517
|
title: string | null;
|
|
@@ -535,16 +535,17 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
535
535
|
success: z.ZodBoolean;
|
|
536
536
|
error: z.ZodString;
|
|
537
537
|
}, "strip", z.ZodTypeAny, {
|
|
538
|
-
error: string;
|
|
539
538
|
success: boolean;
|
|
539
|
+
error: string;
|
|
540
540
|
people: {
|
|
541
|
-
title: string | null;
|
|
542
541
|
name: string | null;
|
|
542
|
+
title: string | null;
|
|
543
543
|
summary: string | null;
|
|
544
544
|
location: string | null;
|
|
545
545
|
headline: string | null;
|
|
546
546
|
seniorityLevel: string | null;
|
|
547
547
|
emails: string[] | null;
|
|
548
|
+
linkedinUrl: string | null;
|
|
548
549
|
languages: string[] | null;
|
|
549
550
|
skills: string[] | null;
|
|
550
551
|
education: {
|
|
@@ -553,11 +554,10 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
553
554
|
fieldOfStudy: string | null;
|
|
554
555
|
}[] | null;
|
|
555
556
|
websites: string[] | null;
|
|
556
|
-
recentlyChangedJobs: boolean | null;
|
|
557
|
-
linkedinUrl: string | null;
|
|
558
557
|
profilePictureUrl: string | null;
|
|
559
558
|
twitterHandle: string | null;
|
|
560
559
|
yearsOfExperience: number | null;
|
|
560
|
+
recentlyChangedJobs: boolean | null;
|
|
561
561
|
locationCity: string | null;
|
|
562
562
|
locationCountry: string | null;
|
|
563
563
|
numConnections: number | null;
|
|
@@ -566,12 +566,12 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
566
566
|
companyName: string | null;
|
|
567
567
|
companyLinkedinUrl: string | null;
|
|
568
568
|
seniorityLevel: string | null;
|
|
569
|
-
companyIndustries: string[] | null;
|
|
570
569
|
companyDomainUrl: string | null;
|
|
571
570
|
functionCategory: string | null;
|
|
572
571
|
startDate: string | number | null;
|
|
573
572
|
yearsAtCompany: number | null;
|
|
574
573
|
companyHeadcount: number | null;
|
|
574
|
+
companyIndustries: string[] | null;
|
|
575
575
|
}[] | null;
|
|
576
576
|
pastEmployers: {
|
|
577
577
|
title: string | null;
|
|
@@ -593,16 +593,17 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
593
593
|
totalCount: number;
|
|
594
594
|
nextCursor?: string | undefined;
|
|
595
595
|
}, {
|
|
596
|
-
error: string;
|
|
597
596
|
success: boolean;
|
|
597
|
+
error: string;
|
|
598
598
|
people: {
|
|
599
|
-
title: string | null;
|
|
600
599
|
name: string | null;
|
|
600
|
+
title: string | null;
|
|
601
601
|
summary: string | null;
|
|
602
602
|
location: string | null;
|
|
603
603
|
headline: string | null;
|
|
604
604
|
seniorityLevel: string | null;
|
|
605
605
|
emails: string[] | null;
|
|
606
|
+
linkedinUrl: string | null;
|
|
606
607
|
languages: string[] | null;
|
|
607
608
|
skills: string[] | null;
|
|
608
609
|
education: {
|
|
@@ -611,11 +612,10 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
611
612
|
fieldOfStudy: string | null;
|
|
612
613
|
}[] | null;
|
|
613
614
|
websites: string[] | null;
|
|
614
|
-
recentlyChangedJobs: boolean | null;
|
|
615
|
-
linkedinUrl: string | null;
|
|
616
615
|
profilePictureUrl: string | null;
|
|
617
616
|
twitterHandle: string | null;
|
|
618
617
|
yearsOfExperience: number | null;
|
|
618
|
+
recentlyChangedJobs: boolean | null;
|
|
619
619
|
locationCity: string | null;
|
|
620
620
|
locationCountry: string | null;
|
|
621
621
|
numConnections: number | null;
|
|
@@ -624,12 +624,12 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
624
624
|
companyName: string | null;
|
|
625
625
|
companyLinkedinUrl: string | null;
|
|
626
626
|
seniorityLevel: string | null;
|
|
627
|
-
companyIndustries: string[] | null;
|
|
628
627
|
companyDomainUrl: string | null;
|
|
629
628
|
functionCategory: string | null;
|
|
630
629
|
startDate: string | number | null;
|
|
631
630
|
yearsAtCompany: number | null;
|
|
632
631
|
companyHeadcount: number | null;
|
|
632
|
+
companyIndustries: string[] | null;
|
|
633
633
|
}[] | null;
|
|
634
634
|
pastEmployers: {
|
|
635
635
|
title: string | null;
|
|
@@ -723,9 +723,9 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
723
723
|
}, "strip", z.ZodTypeAny, {
|
|
724
724
|
enrichEmails: boolean;
|
|
725
725
|
includePersonalEmails: boolean;
|
|
726
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
727
726
|
limit?: number | undefined;
|
|
728
727
|
cursor?: string | undefined;
|
|
728
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
729
729
|
location?: string | undefined;
|
|
730
730
|
companyName?: string | undefined;
|
|
731
731
|
companyLinkedinUrl?: string | undefined;
|
|
@@ -733,6 +733,8 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
733
733
|
country?: string | undefined;
|
|
734
734
|
languages?: string[] | undefined;
|
|
735
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,21 +745,19 @@ 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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
759
758
|
limit?: number | undefined;
|
|
760
759
|
cursor?: string | undefined;
|
|
760
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
761
761
|
location?: string | undefined;
|
|
762
762
|
companyName?: string | undefined;
|
|
763
763
|
companyLinkedinUrl?: string | undefined;
|
|
@@ -765,6 +765,8 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
765
765
|
country?: string | undefined;
|
|
766
766
|
languages?: string[] | undefined;
|
|
767
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>;
|
|
@@ -895,13 +895,14 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
895
895
|
fieldOfStudy: string | null;
|
|
896
896
|
}>, "many">>;
|
|
897
897
|
}, "strip", z.ZodTypeAny, {
|
|
898
|
-
title: string | null;
|
|
899
898
|
name: string | null;
|
|
899
|
+
title: string | null;
|
|
900
900
|
summary: string | null;
|
|
901
901
|
location: string | null;
|
|
902
902
|
headline: string | null;
|
|
903
903
|
seniorityLevel: string | null;
|
|
904
904
|
emails: string[] | null;
|
|
905
|
+
linkedinUrl: string | null;
|
|
905
906
|
languages: string[] | null;
|
|
906
907
|
skills: string[] | null;
|
|
907
908
|
education: {
|
|
@@ -910,11 +911,10 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
910
911
|
fieldOfStudy: string | null;
|
|
911
912
|
}[] | null;
|
|
912
913
|
websites: string[] | null;
|
|
913
|
-
recentlyChangedJobs: boolean | null;
|
|
914
|
-
linkedinUrl: string | null;
|
|
915
914
|
profilePictureUrl: string | null;
|
|
916
915
|
twitterHandle: string | null;
|
|
917
916
|
yearsOfExperience: number | null;
|
|
917
|
+
recentlyChangedJobs: boolean | null;
|
|
918
918
|
locationCity: string | null;
|
|
919
919
|
locationCountry: string | null;
|
|
920
920
|
numConnections: number | null;
|
|
@@ -923,12 +923,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
923
923
|
companyName: string | null;
|
|
924
924
|
companyLinkedinUrl: string | null;
|
|
925
925
|
seniorityLevel: string | null;
|
|
926
|
-
companyIndustries: string[] | null;
|
|
927
926
|
companyDomainUrl: string | null;
|
|
928
927
|
functionCategory: string | null;
|
|
929
928
|
startDate: string | number | null;
|
|
930
929
|
yearsAtCompany: number | null;
|
|
931
930
|
companyHeadcount: number | null;
|
|
931
|
+
companyIndustries: string[] | null;
|
|
932
932
|
}[] | null;
|
|
933
933
|
pastEmployers: {
|
|
934
934
|
title: string | null;
|
|
@@ -947,13 +947,14 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
947
947
|
status?: string | undefined;
|
|
948
948
|
}[] | null | undefined;
|
|
949
949
|
}, {
|
|
950
|
-
title: string | null;
|
|
951
950
|
name: string | null;
|
|
951
|
+
title: string | null;
|
|
952
952
|
summary: string | null;
|
|
953
953
|
location: string | null;
|
|
954
954
|
headline: string | null;
|
|
955
955
|
seniorityLevel: string | null;
|
|
956
956
|
emails: string[] | null;
|
|
957
|
+
linkedinUrl: string | null;
|
|
957
958
|
languages: string[] | null;
|
|
958
959
|
skills: string[] | null;
|
|
959
960
|
education: {
|
|
@@ -962,11 +963,10 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
962
963
|
fieldOfStudy: string | null;
|
|
963
964
|
}[] | null;
|
|
964
965
|
websites: string[] | null;
|
|
965
|
-
recentlyChangedJobs: boolean | null;
|
|
966
|
-
linkedinUrl: string | null;
|
|
967
966
|
profilePictureUrl: string | null;
|
|
968
967
|
twitterHandle: string | null;
|
|
969
968
|
yearsOfExperience: number | null;
|
|
969
|
+
recentlyChangedJobs: boolean | null;
|
|
970
970
|
locationCity: string | null;
|
|
971
971
|
locationCountry: string | null;
|
|
972
972
|
numConnections: number | null;
|
|
@@ -975,12 +975,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
975
975
|
companyName: string | null;
|
|
976
976
|
companyLinkedinUrl: string | null;
|
|
977
977
|
seniorityLevel: string | null;
|
|
978
|
-
companyIndustries: string[] | null;
|
|
979
978
|
companyDomainUrl: string | null;
|
|
980
979
|
functionCategory: string | null;
|
|
981
980
|
startDate: string | number | null;
|
|
982
981
|
yearsAtCompany: number | null;
|
|
983
982
|
companyHeadcount: number | null;
|
|
983
|
+
companyIndustries: string[] | null;
|
|
984
984
|
}[] | null;
|
|
985
985
|
pastEmployers: {
|
|
986
986
|
title: string | null;
|
|
@@ -1004,16 +1004,17 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1004
1004
|
success: z.ZodBoolean;
|
|
1005
1005
|
error: z.ZodString;
|
|
1006
1006
|
}, "strip", z.ZodTypeAny, {
|
|
1007
|
-
error: string;
|
|
1008
1007
|
success: boolean;
|
|
1008
|
+
error: string;
|
|
1009
1009
|
people: {
|
|
1010
|
-
title: string | null;
|
|
1011
1010
|
name: string | null;
|
|
1011
|
+
title: string | null;
|
|
1012
1012
|
summary: string | null;
|
|
1013
1013
|
location: string | null;
|
|
1014
1014
|
headline: string | null;
|
|
1015
1015
|
seniorityLevel: string | null;
|
|
1016
1016
|
emails: string[] | null;
|
|
1017
|
+
linkedinUrl: string | null;
|
|
1017
1018
|
languages: string[] | null;
|
|
1018
1019
|
skills: string[] | null;
|
|
1019
1020
|
education: {
|
|
@@ -1022,11 +1023,10 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1022
1023
|
fieldOfStudy: string | null;
|
|
1023
1024
|
}[] | null;
|
|
1024
1025
|
websites: string[] | null;
|
|
1025
|
-
recentlyChangedJobs: boolean | null;
|
|
1026
|
-
linkedinUrl: string | null;
|
|
1027
1026
|
profilePictureUrl: string | null;
|
|
1028
1027
|
twitterHandle: string | null;
|
|
1029
1028
|
yearsOfExperience: number | null;
|
|
1029
|
+
recentlyChangedJobs: boolean | null;
|
|
1030
1030
|
locationCity: string | null;
|
|
1031
1031
|
locationCountry: string | null;
|
|
1032
1032
|
numConnections: number | null;
|
|
@@ -1035,12 +1035,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1035
1035
|
companyName: string | null;
|
|
1036
1036
|
companyLinkedinUrl: string | null;
|
|
1037
1037
|
seniorityLevel: string | null;
|
|
1038
|
-
companyIndustries: string[] | null;
|
|
1039
1038
|
companyDomainUrl: string | null;
|
|
1040
1039
|
functionCategory: string | null;
|
|
1041
1040
|
startDate: string | number | null;
|
|
1042
1041
|
yearsAtCompany: number | null;
|
|
1043
1042
|
companyHeadcount: number | null;
|
|
1043
|
+
companyIndustries: string[] | null;
|
|
1044
1044
|
}[] | null;
|
|
1045
1045
|
pastEmployers: {
|
|
1046
1046
|
title: string | null;
|
|
@@ -1062,16 +1062,17 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1062
1062
|
totalCount: number;
|
|
1063
1063
|
nextCursor?: string | undefined;
|
|
1064
1064
|
}, {
|
|
1065
|
-
error: string;
|
|
1066
1065
|
success: boolean;
|
|
1066
|
+
error: string;
|
|
1067
1067
|
people: {
|
|
1068
|
-
title: string | null;
|
|
1069
1068
|
name: string | null;
|
|
1069
|
+
title: string | null;
|
|
1070
1070
|
summary: string | null;
|
|
1071
1071
|
location: string | null;
|
|
1072
1072
|
headline: string | null;
|
|
1073
1073
|
seniorityLevel: string | null;
|
|
1074
1074
|
emails: string[] | null;
|
|
1075
|
+
linkedinUrl: string | null;
|
|
1075
1076
|
languages: string[] | null;
|
|
1076
1077
|
skills: string[] | null;
|
|
1077
1078
|
education: {
|
|
@@ -1080,11 +1081,10 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1080
1081
|
fieldOfStudy: string | null;
|
|
1081
1082
|
}[] | null;
|
|
1082
1083
|
websites: string[] | null;
|
|
1083
|
-
recentlyChangedJobs: boolean | null;
|
|
1084
|
-
linkedinUrl: string | null;
|
|
1085
1084
|
profilePictureUrl: string | null;
|
|
1086
1085
|
twitterHandle: string | null;
|
|
1087
1086
|
yearsOfExperience: number | null;
|
|
1087
|
+
recentlyChangedJobs: boolean | null;
|
|
1088
1088
|
locationCity: string | null;
|
|
1089
1089
|
locationCountry: string | null;
|
|
1090
1090
|
numConnections: number | null;
|
|
@@ -1093,12 +1093,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1093
1093
|
companyName: string | null;
|
|
1094
1094
|
companyLinkedinUrl: string | null;
|
|
1095
1095
|
seniorityLevel: string | null;
|
|
1096
|
-
companyIndustries: string[] | null;
|
|
1097
1096
|
companyDomainUrl: string | null;
|
|
1098
1097
|
functionCategory: string | null;
|
|
1099
1098
|
startDate: string | number | null;
|
|
1100
1099
|
yearsAtCompany: number | null;
|
|
1101
1100
|
companyHeadcount: number | null;
|
|
1101
|
+
companyIndustries: string[] | null;
|
|
1102
1102
|
}[] | null;
|
|
1103
1103
|
pastEmployers: {
|
|
1104
1104
|
title: string | null;
|