@bubblelab/bubble-core 0.1.38 → 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.
Files changed (88) hide show
  1. package/dist/bubble-bundle.d.ts +90 -90
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +54 -54
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
  4. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.js +5 -0
  6. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  7. package/dist/bubbles/service-bubble/airtable.d.ts +130 -130
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
  9. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +122 -105
  10. package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
  11. package/dist/bubbles/service-bubble/ashby/ashby.js +25 -6
  12. package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
  13. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -3
  14. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
  15. package/dist/bubbles/service-bubble/ashby/ashby.schema.js +9 -5
  16. package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
  17. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +29 -29
  18. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +64 -64
  19. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +142 -92
  20. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -1
  21. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +104 -2
  22. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -1
  23. package/dist/bubbles/service-bubble/crustdata/index.d.ts +1 -1
  24. package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -1
  25. package/dist/bubbles/service-bubble/crustdata/index.js +2 -0
  26. package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -1
  27. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  28. package/dist/bubbles/service-bubble/firecrawl.d.ts +338 -338
  29. package/dist/bubbles/service-bubble/followupboss.d.ts +324 -324
  30. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +301 -301
  31. package/dist/bubbles/service-bubble/github.d.ts +104 -104
  32. package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
  33. package/dist/bubbles/service-bubble/google-calendar.d.ts +116 -116
  34. package/dist/bubbles/service-bubble/google-drive.d.ts +88 -88
  35. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +38 -38
  36. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  37. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  38. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  39. package/dist/bubbles/service-bubble/jira/jira.d.ts +48 -48
  40. package/dist/bubbles/service-bubble/notion/notion.d.ts +184 -184
  41. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  42. package/dist/bubbles/service-bubble/resend.d.ts +8 -8
  43. package/dist/bubbles/service-bubble/slack/slack.d.ts +370 -370
  44. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  45. package/dist/bubbles/service-bubble/telegram.d.ts +516 -516
  46. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
  47. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +160 -160
  51. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +46 -10
  52. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
  53. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +18 -7
  54. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
  55. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  56. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +28 -28
  57. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
  58. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +133 -133
  59. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +8 -8
  60. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +223 -223
  61. package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
  62. package/dist/bubbles/tool-bubble/people-search-tool.js +28 -13
  63. package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
  64. package/dist/bubbles/tool-bubble/people-search-utils.d.ts +19 -0
  65. package/dist/bubbles/tool-bubble/people-search-utils.d.ts.map +1 -0
  66. package/dist/bubbles/tool-bubble/people-search-utils.js +268 -0
  67. package/dist/bubbles/tool-bubble/people-search-utils.js.map +1 -0
  68. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +26 -26
  69. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +12 -12
  70. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  71. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
  72. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  73. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
  74. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  75. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  76. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  77. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +16 -16
  78. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
  79. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  80. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
  81. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  82. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
  83. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  84. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
  85. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +58 -58
  86. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  87. package/dist/bubbles.json +56 -77
  88. package/package.json +2 -2
@@ -55,27 +55,27 @@ declare const PersonResultSchema: z.ZodObject<{
55
55
  companyHeadcount: z.ZodNullable<z.ZodNumber>;
56
56
  companyIndustries: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
57
57
  }, "strip", z.ZodTypeAny, {
58
+ title: string | null;
58
59
  companyName: string | null;
59
60
  companyLinkedinUrl: string | null;
60
- title: 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
+ title: string | null;
69
70
  companyName: string | null;
70
71
  companyLinkedinUrl: string | null;
71
- title: 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>;
@@ -83,13 +83,13 @@ declare const PersonResultSchema: z.ZodObject<{
83
83
  startDate: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
84
84
  endDate: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
85
85
  }, "strip", z.ZodTypeAny, {
86
- companyName: string | null;
87
86
  title: string | null;
87
+ companyName: string | null;
88
88
  startDate: string | number | null;
89
89
  endDate: string | number | null;
90
90
  }, {
91
- companyName: string | null;
92
91
  title: string | null;
92
+ companyName: string | null;
93
93
  startDate: string | number | null;
94
94
  endDate: string | number | null;
95
95
  }>, "many">>;
@@ -108,46 +108,46 @@ declare const PersonResultSchema: z.ZodObject<{
108
108
  }>, "many">>;
109
109
  }, "strip", z.ZodTypeAny, {
110
110
  title: string | null;
111
- location: string | null;
112
- skills: string[] | null;
113
- languages: string[] | null;
114
- recentlyChangedJobs: boolean | null;
115
111
  name: string | null;
112
+ summary: string | null;
113
+ location: string | null;
116
114
  headline: string | null;
115
+ seniorityLevel: string | null;
116
+ emails: string[] | null;
117
+ languages: string[] | null;
118
+ skills: string[] | null;
119
+ education: {
120
+ instituteName: string | null;
121
+ degreeName: string | null;
122
+ fieldOfStudy: string | null;
123
+ }[] | null;
124
+ websites: string[] | null;
117
125
  linkedinUrl: string | null;
118
126
  profilePictureUrl: string | null;
119
- emails: string[] | null;
120
127
  twitterHandle: string | null;
121
- websites: string[] | null;
122
- seniorityLevel: string | null;
123
128
  yearsOfExperience: number | null;
129
+ recentlyChangedJobs: boolean | null;
124
130
  locationCity: string | null;
125
131
  locationCountry: string | null;
126
- summary: string | null;
127
132
  numConnections: number | null;
128
133
  currentEmployers: {
134
+ title: string | null;
129
135
  companyName: string | null;
130
136
  companyLinkedinUrl: string | null;
131
- title: string | null;
132
- companyIndustries: string[] | null;
133
137
  seniorityLevel: string | null;
134
138
  companyDomainUrl: string | null;
135
139
  functionCategory: string | null;
136
140
  startDate: string | number | null;
137
141
  yearsAtCompany: number | null;
138
142
  companyHeadcount: number | null;
143
+ companyIndustries: string[] | null;
139
144
  }[] | null;
140
145
  pastEmployers: {
141
- companyName: string | null;
142
146
  title: string | null;
147
+ companyName: string | null;
143
148
  startDate: string | number | null;
144
149
  endDate: string | number | null;
145
150
  }[] | null;
146
- education: {
147
- instituteName: string | null;
148
- degreeName: string | null;
149
- fieldOfStudy: string | null;
150
- }[] | null;
151
151
  enrichedWorkEmail?: string | null | undefined;
152
152
  enrichedPersonalEmail?: string | null | undefined;
153
153
  enrichedWorkEmails?: {
@@ -160,46 +160,46 @@ declare const PersonResultSchema: z.ZodObject<{
160
160
  }[] | null | undefined;
161
161
  }, {
162
162
  title: string | null;
163
- location: string | null;
164
- skills: string[] | null;
165
- languages: string[] | null;
166
- recentlyChangedJobs: boolean | null;
167
163
  name: string | null;
164
+ summary: string | null;
165
+ location: string | null;
168
166
  headline: string | null;
167
+ seniorityLevel: string | null;
168
+ emails: string[] | null;
169
+ languages: string[] | null;
170
+ skills: string[] | null;
171
+ education: {
172
+ instituteName: string | null;
173
+ degreeName: string | null;
174
+ fieldOfStudy: string | null;
175
+ }[] | null;
176
+ websites: string[] | null;
169
177
  linkedinUrl: string | null;
170
178
  profilePictureUrl: string | null;
171
- emails: string[] | null;
172
179
  twitterHandle: string | null;
173
- websites: string[] | null;
174
- seniorityLevel: string | null;
175
180
  yearsOfExperience: number | null;
181
+ recentlyChangedJobs: boolean | null;
176
182
  locationCity: string | null;
177
183
  locationCountry: string | null;
178
- summary: string | null;
179
184
  numConnections: number | null;
180
185
  currentEmployers: {
186
+ title: string | null;
181
187
  companyName: string | null;
182
188
  companyLinkedinUrl: string | null;
183
- title: string | null;
184
- companyIndustries: string[] | null;
185
189
  seniorityLevel: string | null;
186
190
  companyDomainUrl: string | null;
187
191
  functionCategory: string | null;
188
192
  startDate: string | number | null;
189
193
  yearsAtCompany: number | null;
190
194
  companyHeadcount: number | null;
195
+ companyIndustries: string[] | null;
191
196
  }[] | null;
192
197
  pastEmployers: {
193
- companyName: string | null;
194
198
  title: string | null;
199
+ companyName: string | null;
195
200
  startDate: string | number | null;
196
201
  endDate: string | number | null;
197
202
  }[] | null;
198
- education: {
199
- instituteName: string | null;
200
- degreeName: string | null;
201
- fieldOfStudy: string | null;
202
- }[] | null;
203
203
  enrichedWorkEmail?: string | null | undefined;
204
204
  enrichedPersonalEmail?: string | null | undefined;
205
205
  enrichedWorkEmails?: {
@@ -253,69 +253,69 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
253
253
  }, "strip", z.ZodTypeAny, {
254
254
  enrichEmails: boolean;
255
255
  includePersonalEmails: boolean;
256
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
257
+ limit?: number | undefined;
258
+ location?: string | undefined;
256
259
  companyName?: string | undefined;
257
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;
258
267
  jobTitle?: string | undefined;
259
268
  jobTitles?: string[] | undefined;
260
- location?: string | undefined;
261
269
  locationRadius?: {
262
270
  location: string;
263
271
  radiusMiles: number;
264
272
  } | undefined;
265
- skills?: string[] | undefined;
266
- languages?: string[] | undefined;
267
273
  minYearsExperience?: number | undefined;
268
274
  maxYearsExperience?: number | undefined;
269
275
  seniorityLevels?: string[] | undefined;
270
276
  functionCategories?: string[] | undefined;
271
- companyIndustries?: string[] | undefined;
272
277
  minCompanyHeadcount?: number | undefined;
273
278
  maxCompanyHeadcount?: number | undefined;
274
279
  minYearsAtCompany?: number | undefined;
275
280
  pastCompanyName?: string | undefined;
276
281
  pastJobTitle?: string | undefined;
277
282
  schoolName?: string | undefined;
278
- country?: string | undefined;
279
- city?: string | undefined;
280
- recentlyChangedJobs?: boolean | undefined;
281
283
  minConnections?: number | undefined;
282
284
  excludeCompanies?: string[] | undefined;
283
285
  excludeProfiles?: string[] | undefined;
284
- limit?: number | undefined;
285
- credentials?: Partial<Record<CredentialType, string>> | undefined;
286
286
  }, {
287
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
288
+ limit?: number | undefined;
289
+ location?: string | undefined;
287
290
  companyName?: string | undefined;
288
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;
289
298
  jobTitle?: string | undefined;
290
299
  jobTitles?: string[] | undefined;
291
- location?: string | undefined;
292
300
  locationRadius?: {
293
301
  location: string;
294
302
  radiusMiles: number;
295
303
  } | undefined;
296
- skills?: string[] | undefined;
297
- languages?: string[] | undefined;
298
304
  minYearsExperience?: number | undefined;
299
305
  maxYearsExperience?: number | undefined;
300
306
  seniorityLevels?: string[] | undefined;
301
307
  functionCategories?: string[] | undefined;
302
- companyIndustries?: string[] | undefined;
303
308
  minCompanyHeadcount?: number | undefined;
304
309
  maxCompanyHeadcount?: number | undefined;
305
310
  minYearsAtCompany?: number | undefined;
306
311
  pastCompanyName?: string | undefined;
307
312
  pastJobTitle?: string | undefined;
308
313
  schoolName?: string | undefined;
309
- country?: string | undefined;
310
- city?: string | undefined;
311
- recentlyChangedJobs?: boolean | undefined;
312
314
  minConnections?: number | undefined;
313
315
  excludeCompanies?: string[] | undefined;
314
316
  excludeProfiles?: string[] | undefined;
315
- limit?: number | undefined;
316
317
  enrichEmails?: boolean | undefined;
317
318
  includePersonalEmails?: boolean | undefined;
318
- credentials?: Partial<Record<CredentialType, string>> | undefined;
319
319
  }>;
320
320
  declare const PeopleSearchToolResultSchema: z.ZodObject<{
321
321
  people: z.ZodArray<z.ZodObject<{
@@ -371,27 +371,27 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
371
371
  companyHeadcount: z.ZodNullable<z.ZodNumber>;
372
372
  companyIndustries: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
373
373
  }, "strip", z.ZodTypeAny, {
374
+ title: string | null;
374
375
  companyName: string | null;
375
376
  companyLinkedinUrl: string | null;
376
- title: 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
+ title: string | null;
385
386
  companyName: string | null;
386
387
  companyLinkedinUrl: string | null;
387
- title: 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>;
@@ -399,13 +399,13 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
399
399
  startDate: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
400
400
  endDate: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
401
401
  }, "strip", z.ZodTypeAny, {
402
- companyName: string | null;
403
402
  title: string | null;
403
+ companyName: string | null;
404
404
  startDate: string | number | null;
405
405
  endDate: string | number | null;
406
406
  }, {
407
- companyName: string | null;
408
407
  title: string | null;
408
+ companyName: string | null;
409
409
  startDate: string | number | null;
410
410
  endDate: string | number | null;
411
411
  }>, "many">>;
@@ -424,46 +424,46 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
424
424
  }>, "many">>;
425
425
  }, "strip", z.ZodTypeAny, {
426
426
  title: string | null;
427
- location: string | null;
428
- skills: string[] | null;
429
- languages: string[] | null;
430
- recentlyChangedJobs: boolean | null;
431
427
  name: string | null;
428
+ summary: string | null;
429
+ location: string | null;
432
430
  headline: string | null;
431
+ seniorityLevel: string | null;
432
+ emails: string[] | null;
433
+ languages: string[] | null;
434
+ skills: string[] | null;
435
+ education: {
436
+ instituteName: string | null;
437
+ degreeName: string | null;
438
+ fieldOfStudy: string | null;
439
+ }[] | null;
440
+ websites: string[] | null;
433
441
  linkedinUrl: string | null;
434
442
  profilePictureUrl: string | null;
435
- emails: string[] | null;
436
443
  twitterHandle: string | null;
437
- websites: string[] | null;
438
- seniorityLevel: string | null;
439
444
  yearsOfExperience: number | null;
445
+ recentlyChangedJobs: boolean | null;
440
446
  locationCity: string | null;
441
447
  locationCountry: string | null;
442
- summary: string | null;
443
448
  numConnections: number | null;
444
449
  currentEmployers: {
450
+ title: string | null;
445
451
  companyName: string | null;
446
452
  companyLinkedinUrl: string | null;
447
- title: string | null;
448
- companyIndustries: string[] | null;
449
453
  seniorityLevel: string | null;
450
454
  companyDomainUrl: string | null;
451
455
  functionCategory: string | null;
452
456
  startDate: string | number | null;
453
457
  yearsAtCompany: number | null;
454
458
  companyHeadcount: number | null;
459
+ companyIndustries: string[] | null;
455
460
  }[] | null;
456
461
  pastEmployers: {
457
- companyName: string | null;
458
462
  title: string | null;
463
+ companyName: string | null;
459
464
  startDate: string | number | null;
460
465
  endDate: string | number | null;
461
466
  }[] | null;
462
- education: {
463
- instituteName: string | null;
464
- degreeName: string | null;
465
- fieldOfStudy: string | null;
466
- }[] | null;
467
467
  enrichedWorkEmail?: string | null | undefined;
468
468
  enrichedPersonalEmail?: string | null | undefined;
469
469
  enrichedWorkEmails?: {
@@ -476,46 +476,46 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
476
476
  }[] | null | undefined;
477
477
  }, {
478
478
  title: string | null;
479
- location: string | null;
480
- skills: string[] | null;
481
- languages: string[] | null;
482
- recentlyChangedJobs: boolean | null;
483
479
  name: string | null;
480
+ summary: string | null;
481
+ location: string | null;
484
482
  headline: string | null;
483
+ seniorityLevel: string | null;
484
+ emails: string[] | null;
485
+ languages: string[] | null;
486
+ skills: string[] | null;
487
+ education: {
488
+ instituteName: string | null;
489
+ degreeName: string | null;
490
+ fieldOfStudy: string | null;
491
+ }[] | null;
492
+ websites: string[] | null;
485
493
  linkedinUrl: string | null;
486
494
  profilePictureUrl: string | null;
487
- emails: string[] | null;
488
495
  twitterHandle: string | null;
489
- websites: string[] | null;
490
- seniorityLevel: string | null;
491
496
  yearsOfExperience: number | null;
497
+ recentlyChangedJobs: boolean | null;
492
498
  locationCity: string | null;
493
499
  locationCountry: string | null;
494
- summary: string | null;
495
500
  numConnections: number | null;
496
501
  currentEmployers: {
502
+ title: string | null;
497
503
  companyName: string | null;
498
504
  companyLinkedinUrl: string | null;
499
- title: string | null;
500
- companyIndustries: string[] | null;
501
505
  seniorityLevel: string | null;
502
506
  companyDomainUrl: string | null;
503
507
  functionCategory: string | null;
504
508
  startDate: string | number | null;
505
509
  yearsAtCompany: number | null;
506
510
  companyHeadcount: number | null;
511
+ companyIndustries: string[] | null;
507
512
  }[] | null;
508
513
  pastEmployers: {
509
- companyName: string | null;
510
514
  title: string | null;
515
+ companyName: string | null;
511
516
  startDate: string | number | null;
512
517
  endDate: string | number | null;
513
518
  }[] | null;
514
- education: {
515
- instituteName: string | null;
516
- degreeName: string | null;
517
- fieldOfStudy: string | null;
518
- }[] | null;
519
519
  enrichedWorkEmail?: string | null | undefined;
520
520
  enrichedPersonalEmail?: string | null | undefined;
521
521
  enrichedWorkEmails?: {
@@ -531,48 +531,50 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
531
531
  success: z.ZodBoolean;
532
532
  error: z.ZodString;
533
533
  }, "strip", z.ZodTypeAny, {
534
+ error: string;
535
+ success: boolean;
534
536
  people: {
535
537
  title: string | null;
536
- location: string | null;
537
- skills: string[] | null;
538
- languages: string[] | null;
539
- recentlyChangedJobs: boolean | null;
540
538
  name: string | null;
539
+ summary: string | null;
540
+ location: string | null;
541
541
  headline: string | null;
542
+ seniorityLevel: string | null;
543
+ emails: string[] | null;
544
+ languages: string[] | null;
545
+ skills: string[] | null;
546
+ education: {
547
+ instituteName: string | null;
548
+ degreeName: string | null;
549
+ fieldOfStudy: string | null;
550
+ }[] | null;
551
+ websites: string[] | null;
542
552
  linkedinUrl: string | null;
543
553
  profilePictureUrl: string | null;
544
- emails: string[] | null;
545
554
  twitterHandle: string | null;
546
- websites: string[] | null;
547
- seniorityLevel: string | null;
548
555
  yearsOfExperience: number | null;
556
+ recentlyChangedJobs: boolean | null;
549
557
  locationCity: string | null;
550
558
  locationCountry: string | null;
551
- summary: string | null;
552
559
  numConnections: number | null;
553
560
  currentEmployers: {
561
+ title: string | null;
554
562
  companyName: string | null;
555
563
  companyLinkedinUrl: string | null;
556
- title: string | null;
557
- companyIndustries: string[] | null;
558
564
  seniorityLevel: string | null;
559
565
  companyDomainUrl: string | null;
560
566
  functionCategory: string | null;
561
567
  startDate: string | number | null;
562
568
  yearsAtCompany: number | null;
563
569
  companyHeadcount: number | null;
570
+ companyIndustries: string[] | null;
564
571
  }[] | null;
565
572
  pastEmployers: {
566
- companyName: string | null;
567
573
  title: string | null;
574
+ companyName: string | null;
568
575
  startDate: string | number | null;
569
576
  endDate: string | number | null;
570
577
  }[] | null;
571
- education: {
572
- instituteName: string | null;
573
- degreeName: string | null;
574
- fieldOfStudy: string | null;
575
- }[] | null;
576
578
  enrichedWorkEmail?: string | null | undefined;
577
579
  enrichedPersonalEmail?: string | null | undefined;
578
580
  enrichedWorkEmails?: {
@@ -585,51 +587,51 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
585
587
  }[] | null | undefined;
586
588
  }[];
587
589
  totalCount: number;
588
- success: boolean;
589
- error: string;
590
590
  }, {
591
+ error: string;
592
+ success: boolean;
591
593
  people: {
592
594
  title: string | null;
593
- location: string | null;
594
- skills: string[] | null;
595
- languages: string[] | null;
596
- recentlyChangedJobs: boolean | null;
597
595
  name: string | null;
596
+ summary: string | null;
597
+ location: string | null;
598
598
  headline: string | null;
599
+ seniorityLevel: string | null;
600
+ emails: string[] | null;
601
+ languages: string[] | null;
602
+ skills: string[] | null;
603
+ education: {
604
+ instituteName: string | null;
605
+ degreeName: string | null;
606
+ fieldOfStudy: string | null;
607
+ }[] | null;
608
+ websites: string[] | null;
599
609
  linkedinUrl: string | null;
600
610
  profilePictureUrl: string | null;
601
- emails: string[] | null;
602
611
  twitterHandle: string | null;
603
- websites: string[] | null;
604
- seniorityLevel: string | null;
605
612
  yearsOfExperience: number | null;
613
+ recentlyChangedJobs: boolean | null;
606
614
  locationCity: string | null;
607
615
  locationCountry: string | null;
608
- summary: string | null;
609
616
  numConnections: number | null;
610
617
  currentEmployers: {
618
+ title: string | null;
611
619
  companyName: string | null;
612
620
  companyLinkedinUrl: string | null;
613
- title: string | null;
614
- companyIndustries: string[] | null;
615
621
  seniorityLevel: string | null;
616
622
  companyDomainUrl: string | null;
617
623
  functionCategory: string | null;
618
624
  startDate: string | number | null;
619
625
  yearsAtCompany: number | null;
620
626
  companyHeadcount: number | null;
627
+ companyIndustries: string[] | null;
621
628
  }[] | null;
622
629
  pastEmployers: {
623
- companyName: string | null;
624
630
  title: string | null;
631
+ companyName: string | null;
625
632
  startDate: string | number | null;
626
633
  endDate: string | number | null;
627
634
  }[] | null;
628
- education: {
629
- instituteName: string | null;
630
- degreeName: string | null;
631
- fieldOfStudy: string | null;
632
- }[] | null;
633
635
  enrichedWorkEmail?: string | null | undefined;
634
636
  enrichedPersonalEmail?: string | null | undefined;
635
637
  enrichedWorkEmails?: {
@@ -642,8 +644,6 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
642
644
  }[] | null | undefined;
643
645
  }[];
644
646
  totalCount: number;
645
- success: boolean;
646
- error: string;
647
647
  }>;
648
648
  type PeopleSearchToolParams = z.output<typeof PeopleSearchToolParamsSchema>;
649
649
  type PeopleSearchToolResult = z.output<typeof PeopleSearchToolResultSchema>;
@@ -716,69 +716,69 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
716
716
  }, "strip", z.ZodTypeAny, {
717
717
  enrichEmails: boolean;
718
718
  includePersonalEmails: boolean;
719
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
720
+ limit?: number | undefined;
721
+ location?: string | undefined;
719
722
  companyName?: string | undefined;
720
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;
721
730
  jobTitle?: string | undefined;
722
731
  jobTitles?: string[] | undefined;
723
- location?: string | undefined;
724
732
  locationRadius?: {
725
733
  location: string;
726
734
  radiusMiles: number;
727
735
  } | undefined;
728
- skills?: string[] | undefined;
729
- languages?: string[] | undefined;
730
736
  minYearsExperience?: number | undefined;
731
737
  maxYearsExperience?: number | undefined;
732
738
  seniorityLevels?: string[] | undefined;
733
739
  functionCategories?: string[] | undefined;
734
- companyIndustries?: string[] | undefined;
735
740
  minCompanyHeadcount?: number | undefined;
736
741
  maxCompanyHeadcount?: number | undefined;
737
742
  minYearsAtCompany?: number | undefined;
738
743
  pastCompanyName?: string | undefined;
739
744
  pastJobTitle?: string | undefined;
740
745
  schoolName?: string | undefined;
741
- country?: string | undefined;
742
- city?: string | undefined;
743
- recentlyChangedJobs?: boolean | undefined;
744
746
  minConnections?: number | undefined;
745
747
  excludeCompanies?: string[] | undefined;
746
748
  excludeProfiles?: string[] | undefined;
747
- limit?: number | undefined;
748
- credentials?: Partial<Record<CredentialType, string>> | undefined;
749
749
  }, {
750
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
751
+ limit?: number | undefined;
752
+ location?: string | undefined;
750
753
  companyName?: string | undefined;
751
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;
752
761
  jobTitle?: string | undefined;
753
762
  jobTitles?: string[] | undefined;
754
- location?: string | undefined;
755
763
  locationRadius?: {
756
764
  location: string;
757
765
  radiusMiles: number;
758
766
  } | undefined;
759
- skills?: string[] | undefined;
760
- languages?: string[] | undefined;
761
767
  minYearsExperience?: number | undefined;
762
768
  maxYearsExperience?: number | undefined;
763
769
  seniorityLevels?: string[] | undefined;
764
770
  functionCategories?: string[] | undefined;
765
- companyIndustries?: string[] | undefined;
766
771
  minCompanyHeadcount?: number | undefined;
767
772
  maxCompanyHeadcount?: number | undefined;
768
773
  minYearsAtCompany?: number | undefined;
769
774
  pastCompanyName?: string | undefined;
770
775
  pastJobTitle?: string | undefined;
771
776
  schoolName?: string | undefined;
772
- country?: string | undefined;
773
- city?: string | undefined;
774
- recentlyChangedJobs?: boolean | undefined;
775
777
  minConnections?: number | undefined;
776
778
  excludeCompanies?: string[] | undefined;
777
779
  excludeProfiles?: string[] | undefined;
778
- limit?: number | undefined;
779
780
  enrichEmails?: boolean | undefined;
780
781
  includePersonalEmails?: boolean | undefined;
781
- credentials?: Partial<Record<CredentialType, string>> | undefined;
782
782
  }>;
783
783
  static readonly resultSchema: z.ZodObject<{
784
784
  people: z.ZodArray<z.ZodObject<{
@@ -834,27 +834,27 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
834
834
  companyHeadcount: z.ZodNullable<z.ZodNumber>;
835
835
  companyIndustries: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
836
836
  }, "strip", z.ZodTypeAny, {
837
+ title: string | null;
837
838
  companyName: string | null;
838
839
  companyLinkedinUrl: string | null;
839
- title: 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
+ title: string | null;
848
849
  companyName: string | null;
849
850
  companyLinkedinUrl: string | null;
850
- title: 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>;
@@ -862,13 +862,13 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
862
862
  startDate: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
863
863
  endDate: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
864
864
  }, "strip", z.ZodTypeAny, {
865
- companyName: string | null;
866
865
  title: string | null;
866
+ companyName: string | null;
867
867
  startDate: string | number | null;
868
868
  endDate: string | number | null;
869
869
  }, {
870
- companyName: string | null;
871
870
  title: string | null;
871
+ companyName: string | null;
872
872
  startDate: string | number | null;
873
873
  endDate: string | number | null;
874
874
  }>, "many">>;
@@ -887,46 +887,46 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
887
887
  }>, "many">>;
888
888
  }, "strip", z.ZodTypeAny, {
889
889
  title: string | null;
890
- location: string | null;
891
- skills: string[] | null;
892
- languages: string[] | null;
893
- recentlyChangedJobs: boolean | null;
894
890
  name: string | null;
891
+ summary: string | null;
892
+ location: string | null;
895
893
  headline: string | null;
894
+ seniorityLevel: string | null;
895
+ emails: string[] | null;
896
+ languages: string[] | null;
897
+ skills: string[] | null;
898
+ education: {
899
+ instituteName: string | null;
900
+ degreeName: string | null;
901
+ fieldOfStudy: string | null;
902
+ }[] | null;
903
+ websites: string[] | null;
896
904
  linkedinUrl: string | null;
897
905
  profilePictureUrl: string | null;
898
- emails: string[] | null;
899
906
  twitterHandle: string | null;
900
- websites: string[] | null;
901
- seniorityLevel: string | null;
902
907
  yearsOfExperience: number | null;
908
+ recentlyChangedJobs: boolean | null;
903
909
  locationCity: string | null;
904
910
  locationCountry: string | null;
905
- summary: string | null;
906
911
  numConnections: number | null;
907
912
  currentEmployers: {
913
+ title: string | null;
908
914
  companyName: string | null;
909
915
  companyLinkedinUrl: string | null;
910
- title: string | null;
911
- companyIndustries: string[] | null;
912
916
  seniorityLevel: string | null;
913
917
  companyDomainUrl: string | null;
914
918
  functionCategory: string | null;
915
919
  startDate: string | number | null;
916
920
  yearsAtCompany: number | null;
917
921
  companyHeadcount: number | null;
922
+ companyIndustries: string[] | null;
918
923
  }[] | null;
919
924
  pastEmployers: {
920
- companyName: string | null;
921
925
  title: string | null;
926
+ companyName: string | null;
922
927
  startDate: string | number | null;
923
928
  endDate: string | number | null;
924
929
  }[] | null;
925
- education: {
926
- instituteName: string | null;
927
- degreeName: string | null;
928
- fieldOfStudy: string | null;
929
- }[] | null;
930
930
  enrichedWorkEmail?: string | null | undefined;
931
931
  enrichedPersonalEmail?: string | null | undefined;
932
932
  enrichedWorkEmails?: {
@@ -939,46 +939,46 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
939
939
  }[] | null | undefined;
940
940
  }, {
941
941
  title: string | null;
942
- location: string | null;
943
- skills: string[] | null;
944
- languages: string[] | null;
945
- recentlyChangedJobs: boolean | null;
946
942
  name: string | null;
943
+ summary: string | null;
944
+ location: string | null;
947
945
  headline: string | null;
946
+ seniorityLevel: string | null;
947
+ emails: string[] | null;
948
+ languages: string[] | null;
949
+ skills: string[] | null;
950
+ education: {
951
+ instituteName: string | null;
952
+ degreeName: string | null;
953
+ fieldOfStudy: string | null;
954
+ }[] | null;
955
+ websites: string[] | null;
948
956
  linkedinUrl: string | null;
949
957
  profilePictureUrl: string | null;
950
- emails: string[] | null;
951
958
  twitterHandle: string | null;
952
- websites: string[] | null;
953
- seniorityLevel: string | null;
954
959
  yearsOfExperience: number | null;
960
+ recentlyChangedJobs: boolean | null;
955
961
  locationCity: string | null;
956
962
  locationCountry: string | null;
957
- summary: string | null;
958
963
  numConnections: number | null;
959
964
  currentEmployers: {
965
+ title: string | null;
960
966
  companyName: string | null;
961
967
  companyLinkedinUrl: string | null;
962
- title: string | null;
963
- companyIndustries: string[] | null;
964
968
  seniorityLevel: string | null;
965
969
  companyDomainUrl: string | null;
966
970
  functionCategory: string | null;
967
971
  startDate: string | number | null;
968
972
  yearsAtCompany: number | null;
969
973
  companyHeadcount: number | null;
974
+ companyIndustries: string[] | null;
970
975
  }[] | null;
971
976
  pastEmployers: {
972
- companyName: string | null;
973
977
  title: string | null;
978
+ companyName: string | null;
974
979
  startDate: string | number | null;
975
980
  endDate: string | number | null;
976
981
  }[] | null;
977
- education: {
978
- instituteName: string | null;
979
- degreeName: string | null;
980
- fieldOfStudy: string | null;
981
- }[] | null;
982
982
  enrichedWorkEmail?: string | null | undefined;
983
983
  enrichedPersonalEmail?: string | null | undefined;
984
984
  enrichedWorkEmails?: {
@@ -994,48 +994,50 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
994
994
  success: z.ZodBoolean;
995
995
  error: z.ZodString;
996
996
  }, "strip", z.ZodTypeAny, {
997
+ error: string;
998
+ success: boolean;
997
999
  people: {
998
1000
  title: string | null;
999
- location: string | null;
1000
- skills: string[] | null;
1001
- languages: string[] | null;
1002
- recentlyChangedJobs: boolean | null;
1003
1001
  name: string | null;
1002
+ summary: string | null;
1003
+ location: string | null;
1004
1004
  headline: string | null;
1005
+ seniorityLevel: string | null;
1006
+ emails: string[] | null;
1007
+ languages: string[] | null;
1008
+ skills: string[] | null;
1009
+ education: {
1010
+ instituteName: string | null;
1011
+ degreeName: string | null;
1012
+ fieldOfStudy: string | null;
1013
+ }[] | null;
1014
+ websites: string[] | null;
1005
1015
  linkedinUrl: string | null;
1006
1016
  profilePictureUrl: string | null;
1007
- emails: string[] | null;
1008
1017
  twitterHandle: string | null;
1009
- websites: string[] | null;
1010
- seniorityLevel: string | null;
1011
1018
  yearsOfExperience: number | null;
1019
+ recentlyChangedJobs: boolean | null;
1012
1020
  locationCity: string | null;
1013
1021
  locationCountry: string | null;
1014
- summary: string | null;
1015
1022
  numConnections: number | null;
1016
1023
  currentEmployers: {
1024
+ title: string | null;
1017
1025
  companyName: string | null;
1018
1026
  companyLinkedinUrl: string | null;
1019
- title: string | null;
1020
- companyIndustries: string[] | null;
1021
1027
  seniorityLevel: string | null;
1022
1028
  companyDomainUrl: string | null;
1023
1029
  functionCategory: string | null;
1024
1030
  startDate: string | number | null;
1025
1031
  yearsAtCompany: number | null;
1026
1032
  companyHeadcount: number | null;
1033
+ companyIndustries: string[] | null;
1027
1034
  }[] | null;
1028
1035
  pastEmployers: {
1029
- companyName: string | null;
1030
1036
  title: string | null;
1037
+ companyName: string | null;
1031
1038
  startDate: string | number | null;
1032
1039
  endDate: string | number | null;
1033
1040
  }[] | null;
1034
- education: {
1035
- instituteName: string | null;
1036
- degreeName: string | null;
1037
- fieldOfStudy: string | null;
1038
- }[] | null;
1039
1041
  enrichedWorkEmail?: string | null | undefined;
1040
1042
  enrichedPersonalEmail?: string | null | undefined;
1041
1043
  enrichedWorkEmails?: {
@@ -1048,51 +1050,51 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
1048
1050
  }[] | null | undefined;
1049
1051
  }[];
1050
1052
  totalCount: number;
1051
- success: boolean;
1052
- error: string;
1053
1053
  }, {
1054
+ error: string;
1055
+ success: boolean;
1054
1056
  people: {
1055
1057
  title: string | null;
1056
- location: string | null;
1057
- skills: string[] | null;
1058
- languages: string[] | null;
1059
- recentlyChangedJobs: boolean | null;
1060
1058
  name: string | null;
1059
+ summary: string | null;
1060
+ location: string | null;
1061
1061
  headline: string | null;
1062
+ seniorityLevel: string | null;
1063
+ emails: string[] | null;
1064
+ languages: string[] | null;
1065
+ skills: string[] | null;
1066
+ education: {
1067
+ instituteName: string | null;
1068
+ degreeName: string | null;
1069
+ fieldOfStudy: string | null;
1070
+ }[] | null;
1071
+ websites: string[] | null;
1062
1072
  linkedinUrl: string | null;
1063
1073
  profilePictureUrl: string | null;
1064
- emails: string[] | null;
1065
1074
  twitterHandle: string | null;
1066
- websites: string[] | null;
1067
- seniorityLevel: string | null;
1068
1075
  yearsOfExperience: number | null;
1076
+ recentlyChangedJobs: boolean | null;
1069
1077
  locationCity: string | null;
1070
1078
  locationCountry: string | null;
1071
- summary: string | null;
1072
1079
  numConnections: number | null;
1073
1080
  currentEmployers: {
1081
+ title: string | null;
1074
1082
  companyName: string | null;
1075
1083
  companyLinkedinUrl: string | null;
1076
- title: string | null;
1077
- companyIndustries: string[] | null;
1078
1084
  seniorityLevel: string | null;
1079
1085
  companyDomainUrl: string | null;
1080
1086
  functionCategory: string | null;
1081
1087
  startDate: string | number | null;
1082
1088
  yearsAtCompany: number | null;
1083
1089
  companyHeadcount: number | null;
1090
+ companyIndustries: string[] | null;
1084
1091
  }[] | null;
1085
1092
  pastEmployers: {
1086
- companyName: string | null;
1087
1093
  title: string | null;
1094
+ companyName: string | null;
1088
1095
  startDate: string | number | null;
1089
1096
  endDate: string | number | null;
1090
1097
  }[] | null;
1091
- education: {
1092
- instituteName: string | null;
1093
- degreeName: string | null;
1094
- fieldOfStudy: string | null;
1095
- }[] | null;
1096
1098
  enrichedWorkEmail?: string | null | undefined;
1097
1099
  enrichedPersonalEmail?: string | null | undefined;
1098
1100
  enrichedWorkEmails?: {
@@ -1105,11 +1107,9 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
1105
1107
  }[] | null | undefined;
1106
1108
  }[];
1107
1109
  totalCount: number;
1108
- success: boolean;
1109
- error: string;
1110
1110
  }>;
1111
1111
  static readonly shortDescription = "Comprehensive people search by company, title, location, skills, with optional email enrichment";
1112
- static readonly longDescription = "\n Comprehensive people search tool for finding and discovering professionals.\n Uses the Crustdata PersonDB in-database search for fast, comprehensive results.\n\n **SEARCH CRITERIA (at least one required):**\n - Company: companyName, companyLinkedinUrl, pastCompanyName\n - Job Title: jobTitle (single), jobTitles (multiple with OR logic), pastJobTitle\n - Location: location (fuzzy), locationRadius (geo search), country, city\n - Skills & Experience: skills, languages, minYearsExperience, maxYearsExperience\n - Seniority & Function: seniorityLevels, functionCategories\n - Company Attributes: companyIndustries, minCompanyHeadcount, maxCompanyHeadcount\n - Education: schoolName\n - Status: recentlyChangedJobs, minConnections, minYearsAtCompany\n\n **GEO RADIUS SEARCH:**\n Use locationRadius to find people within X miles of a location:\n - locationRadius: { location: \"San Francisco\", radiusMiles: 75 }\n - locationRadius: { location: \"New York City\", radiusMiles: 50 }\n\n **WHAT YOU GET:**\n - Full name, current title, and headline\n - LinkedIn profile URL and email addresses\n - Complete current and past work history with company details\n - Education background with degrees and fields of study\n - Skills, languages, seniority level, and years of experience\n - Location details (city, country, region)\n\n **EXAMPLE USE CASES:**\n - companyName: \"Stripe\" \u2192 find people currently at Stripe\n - jobTitle: \"CEO\", seniorityLevels: [\"CXO\"] \u2192 find CEOs\n - jobTitles: [\"Senior Hardware Engineer\", \"Technical Product Manager\"] \u2192 find people with either role\n - locationRadius: { location: \"Austin\", radiusMiles: 75 }, jobTitle: \"Engineer\" \u2192 engineers within 75 miles of Austin\n - pastCompanyName: \"Google\", companyName: \"Startup\" \u2192 ex-Googlers at startups\n - skills: [\"Python\", \"ML\"], minYearsExperience: 5 \u2192 experienced ML engineers\n - companyIndustries: [\"Healthcare\"], functionCategories: [\"Sales\"] \u2192 healthcare sales professionals\n - schoolName: \"Stanford\", seniorityLevels: [\"CXO\", \"Vice President\"] \u2192 Stanford alum executives\n - recentlyChangedJobs: true, companyName: \"Meta\" \u2192 recent Meta hires (good for outreach)\n - minCompanyHeadcount: 1000, maxCompanyHeadcount: 5000 \u2192 mid-size company employees\n\n **CREDITS:** 3 credits per 100 results returned\n ";
1112
+ static readonly longDescription: string;
1113
1113
  static readonly alias = "people";
1114
1114
  static readonly type = "tool";
1115
1115
  constructor(params?: PeopleSearchToolParamsInput, context?: BubbleContext);