@bubblelab/bubble-core 0.1.60 → 0.1.61

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