@bubblelab/bubble-core 0.1.138 → 0.1.140

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 +88 -88
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  4. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  5. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +6 -6
  6. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  7. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  8. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  11. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  12. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  13. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  14. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +94 -901
  15. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
  16. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +0 -8
  17. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
  18. package/dist/bubbles/service-bubble/apify/apify.d.ts +19 -19
  19. package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
  20. package/dist/bubbles/service-bubble/apify/apify.js +0 -1
  21. package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
  22. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +6 -6
  23. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +8 -8
  24. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +7 -7
  25. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +17 -17
  26. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
  27. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
  28. package/dist/bubbles/service-bubble/firecrawl.d.ts +350 -350
  29. package/dist/bubbles/service-bubble/followupboss.d.ts +12 -12
  30. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +28 -28
  31. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +62 -62
  32. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  33. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  34. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  35. package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
  36. package/dist/bubbles/service-bubble/http.d.ts +2 -2
  37. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  38. package/dist/bubbles/service-bubble/jira/jira.d.ts +32 -32
  39. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +38 -38
  40. package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
  41. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  42. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  43. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  44. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  45. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  46. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  47. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  48. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  49. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  50. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  51. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  52. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  53. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  54. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  57. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  58. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  59. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  60. package/dist/bubbles/service-bubble/slack/slack.d.ts +392 -392
  61. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  62. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  63. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  64. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  65. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  66. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +64 -64
  67. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +451 -1889
  68. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
  69. package/dist/bubbles/tool-bubble/linkedin-tool.js +56 -300
  70. package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
  71. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +108 -108
  72. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  73. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  74. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  75. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +72 -72
  76. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  77. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +36 -36
  78. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  79. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  80. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
  81. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  82. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +26 -26
  83. package/dist/bubbles.json +6 -481
  84. package/package.json +2 -2
  85. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +0 -806
  86. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts.map +0 -1
  87. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js +0 -256
  88. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js.map +0 -1
@@ -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
- startDate: string | number | null;
62
+ companyIndustries: string[] | null;
63
63
  companyDomainUrl: string | null;
64
64
  functionCategory: string | null;
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
- startDate: string | number | null;
73
+ companyIndustries: string[] | null;
74
74
  companyDomainUrl: string | null;
75
75
  functionCategory: string | null;
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>;
@@ -98,13 +98,13 @@ declare const PersonResultSchema: z.ZodObject<{
98
98
  degreeName: z.ZodNullable<z.ZodString>;
99
99
  fieldOfStudy: z.ZodNullable<z.ZodString>;
100
100
  }, "strip", z.ZodTypeAny, {
101
- fieldOfStudy: string | null;
102
101
  instituteName: string | null;
103
102
  degreeName: string | null;
104
- }, {
105
103
  fieldOfStudy: string | null;
104
+ }, {
106
105
  instituteName: string | null;
107
106
  degreeName: string | null;
107
+ fieldOfStudy: string | null;
108
108
  }>, "many">>;
109
109
  }, "strip", z.ZodTypeAny, {
110
110
  title: string | null;
@@ -113,20 +113,20 @@ declare const PersonResultSchema: z.ZodObject<{
113
113
  location: string | null;
114
114
  headline: string | null;
115
115
  seniorityLevel: string | null;
116
+ emails: string[] | null;
117
+ languages: string[] | null;
116
118
  skills: string[] | null;
117
- linkedinUrl: string | null;
118
119
  education: {
119
- fieldOfStudy: string | null;
120
120
  instituteName: string | null;
121
121
  degreeName: string | null;
122
+ fieldOfStudy: string | null;
122
123
  }[] | null;
123
- languages: string[] | null;
124
- emails: string[] | null;
125
124
  websites: string[] | null;
125
+ recentlyChangedJobs: boolean | null;
126
+ linkedinUrl: string | null;
126
127
  profilePictureUrl: string | null;
127
128
  twitterHandle: string | null;
128
129
  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
- startDate: string | number | null;
138
+ companyIndustries: string[] | null;
139
139
  companyDomainUrl: string | null;
140
140
  functionCategory: string | null;
141
+ startDate: string | number | null;
141
142
  yearsAtCompany: number | null;
142
143
  companyHeadcount: number | null;
143
- companyIndustries: string[] | null;
144
144
  }[] | null;
145
145
  pastEmployers: {
146
146
  title: string | null;
@@ -165,20 +165,20 @@ declare const PersonResultSchema: z.ZodObject<{
165
165
  location: string | null;
166
166
  headline: string | null;
167
167
  seniorityLevel: string | null;
168
+ emails: string[] | null;
169
+ languages: string[] | null;
168
170
  skills: string[] | null;
169
- linkedinUrl: string | null;
170
171
  education: {
171
- fieldOfStudy: string | null;
172
172
  instituteName: string | null;
173
173
  degreeName: string | null;
174
+ fieldOfStudy: string | null;
174
175
  }[] | null;
175
- languages: string[] | null;
176
- emails: string[] | null;
177
176
  websites: string[] | null;
177
+ recentlyChangedJobs: boolean | null;
178
+ linkedinUrl: string | null;
178
179
  profilePictureUrl: string | null;
179
180
  twitterHandle: string | null;
180
181
  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
- startDate: string | number | null;
190
+ companyIndustries: string[] | null;
191
191
  companyDomainUrl: string | null;
192
192
  functionCategory: string | null;
193
+ startDate: string | number | null;
193
194
  yearsAtCompany: number | null;
194
195
  companyHeadcount: number | null;
195
- companyIndustries: string[] | null;
196
196
  }[] | null;
197
197
  pastEmployers: {
198
198
  title: string | null;
@@ -260,13 +260,10 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
260
260
  location?: string | undefined;
261
261
  companyName?: string | undefined;
262
262
  companyLinkedinUrl?: string | undefined;
263
- country?: string | undefined;
264
263
  city?: string | undefined;
265
- skills?: string[] | undefined;
266
- schoolName?: string | undefined;
264
+ country?: string | undefined;
267
265
  languages?: string[] | undefined;
268
- recentlyChangedJobs?: boolean | undefined;
269
- companyIndustries?: string[] | undefined;
266
+ skills?: string[] | undefined;
270
267
  jobTitle?: string | undefined;
271
268
  jobTitles?: string[] | undefined;
272
269
  locationRadius?: {
@@ -277,11 +274,14 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
277
274
  maxYearsExperience?: number | undefined;
278
275
  seniorityLevels?: string[] | undefined;
279
276
  functionCategories?: string[] | undefined;
277
+ companyIndustries?: string[] | undefined;
280
278
  minCompanyHeadcount?: number | undefined;
281
279
  maxCompanyHeadcount?: number | undefined;
282
280
  minYearsAtCompany?: number | undefined;
283
281
  pastCompanyName?: string | undefined;
284
282
  pastJobTitle?: string | undefined;
283
+ schoolName?: string | undefined;
284
+ recentlyChangedJobs?: boolean | undefined;
285
285
  minConnections?: number | undefined;
286
286
  excludeCompanies?: string[] | undefined;
287
287
  excludeProfiles?: string[] | undefined;
@@ -292,13 +292,10 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
292
292
  location?: string | undefined;
293
293
  companyName?: string | undefined;
294
294
  companyLinkedinUrl?: string | undefined;
295
- country?: string | undefined;
296
295
  city?: string | undefined;
297
- skills?: string[] | undefined;
298
- schoolName?: string | undefined;
296
+ country?: string | undefined;
299
297
  languages?: string[] | undefined;
300
- recentlyChangedJobs?: boolean | undefined;
301
- companyIndustries?: string[] | undefined;
298
+ skills?: string[] | undefined;
302
299
  jobTitle?: string | undefined;
303
300
  jobTitles?: string[] | undefined;
304
301
  locationRadius?: {
@@ -309,11 +306,14 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
309
306
  maxYearsExperience?: number | undefined;
310
307
  seniorityLevels?: string[] | undefined;
311
308
  functionCategories?: string[] | undefined;
309
+ companyIndustries?: string[] | undefined;
312
310
  minCompanyHeadcount?: number | undefined;
313
311
  maxCompanyHeadcount?: number | undefined;
314
312
  minYearsAtCompany?: number | undefined;
315
313
  pastCompanyName?: string | undefined;
316
314
  pastJobTitle?: string | undefined;
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
- startDate: string | number | null;
381
+ companyIndustries: string[] | null;
382
382
  companyDomainUrl: string | null;
383
383
  functionCategory: string | null;
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
- startDate: string | number | null;
392
+ companyIndustries: string[] | null;
393
393
  companyDomainUrl: string | null;
394
394
  functionCategory: string | null;
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>;
@@ -417,13 +417,13 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
417
417
  degreeName: z.ZodNullable<z.ZodString>;
418
418
  fieldOfStudy: z.ZodNullable<z.ZodString>;
419
419
  }, "strip", z.ZodTypeAny, {
420
- fieldOfStudy: string | null;
421
420
  instituteName: string | null;
422
421
  degreeName: string | null;
423
- }, {
424
422
  fieldOfStudy: string | null;
423
+ }, {
425
424
  instituteName: string | null;
426
425
  degreeName: string | null;
426
+ fieldOfStudy: string | null;
427
427
  }>, "many">>;
428
428
  }, "strip", z.ZodTypeAny, {
429
429
  title: string | null;
@@ -432,20 +432,20 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
432
432
  location: string | null;
433
433
  headline: string | null;
434
434
  seniorityLevel: string | null;
435
+ emails: string[] | null;
436
+ languages: string[] | null;
435
437
  skills: string[] | null;
436
- linkedinUrl: string | null;
437
438
  education: {
438
- fieldOfStudy: string | null;
439
439
  instituteName: string | null;
440
440
  degreeName: string | null;
441
+ fieldOfStudy: string | null;
441
442
  }[] | null;
442
- languages: string[] | null;
443
- emails: string[] | null;
444
443
  websites: string[] | null;
444
+ recentlyChangedJobs: boolean | null;
445
+ linkedinUrl: string | null;
445
446
  profilePictureUrl: string | null;
446
447
  twitterHandle: string | null;
447
448
  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
- startDate: string | number | null;
457
+ companyIndustries: string[] | null;
458
458
  companyDomainUrl: string | null;
459
459
  functionCategory: string | null;
460
+ startDate: string | number | null;
460
461
  yearsAtCompany: number | null;
461
462
  companyHeadcount: number | null;
462
- companyIndustries: string[] | null;
463
463
  }[] | null;
464
464
  pastEmployers: {
465
465
  title: string | null;
@@ -484,20 +484,20 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
484
484
  location: string | null;
485
485
  headline: string | null;
486
486
  seniorityLevel: string | null;
487
+ emails: string[] | null;
488
+ languages: string[] | null;
487
489
  skills: string[] | null;
488
- linkedinUrl: string | null;
489
490
  education: {
490
- fieldOfStudy: string | null;
491
491
  instituteName: string | null;
492
492
  degreeName: string | null;
493
+ fieldOfStudy: string | null;
493
494
  }[] | null;
494
- languages: string[] | null;
495
- emails: string[] | null;
496
495
  websites: string[] | null;
496
+ recentlyChangedJobs: boolean | null;
497
+ linkedinUrl: string | null;
497
498
  profilePictureUrl: string | null;
498
499
  twitterHandle: string | null;
499
500
  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
- startDate: string | number | null;
509
+ companyIndustries: string[] | null;
510
510
  companyDomainUrl: string | null;
511
511
  functionCategory: string | null;
512
+ startDate: string | number | null;
512
513
  yearsAtCompany: number | null;
513
514
  companyHeadcount: number | null;
514
- companyIndustries: string[] | null;
515
515
  }[] | null;
516
516
  pastEmployers: {
517
517
  title: string | null;
@@ -544,20 +544,20 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
544
544
  location: string | null;
545
545
  headline: string | null;
546
546
  seniorityLevel: string | null;
547
+ emails: string[] | null;
548
+ languages: string[] | null;
547
549
  skills: string[] | null;
548
- linkedinUrl: string | null;
549
550
  education: {
550
- fieldOfStudy: string | null;
551
551
  instituteName: string | null;
552
552
  degreeName: string | null;
553
+ fieldOfStudy: string | null;
553
554
  }[] | null;
554
- languages: string[] | null;
555
- emails: string[] | null;
556
555
  websites: string[] | null;
556
+ recentlyChangedJobs: boolean | null;
557
+ linkedinUrl: string | null;
557
558
  profilePictureUrl: string | null;
558
559
  twitterHandle: string | null;
559
560
  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
- startDate: string | number | null;
569
+ companyIndustries: string[] | null;
570
570
  companyDomainUrl: string | null;
571
571
  functionCategory: string | null;
572
+ startDate: string | number | null;
572
573
  yearsAtCompany: number | null;
573
574
  companyHeadcount: number | null;
574
- companyIndustries: string[] | null;
575
575
  }[] | null;
576
576
  pastEmployers: {
577
577
  title: string | null;
@@ -602,20 +602,20 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
602
602
  location: string | null;
603
603
  headline: string | null;
604
604
  seniorityLevel: string | null;
605
+ emails: string[] | null;
606
+ languages: string[] | null;
605
607
  skills: string[] | null;
606
- linkedinUrl: string | null;
607
608
  education: {
608
- fieldOfStudy: string | null;
609
609
  instituteName: string | null;
610
610
  degreeName: string | null;
611
+ fieldOfStudy: string | null;
611
612
  }[] | null;
612
- languages: string[] | null;
613
- emails: string[] | null;
614
613
  websites: string[] | null;
614
+ recentlyChangedJobs: boolean | null;
615
+ linkedinUrl: string | null;
615
616
  profilePictureUrl: string | null;
616
617
  twitterHandle: string | null;
617
618
  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
- startDate: string | number | null;
627
+ companyIndustries: string[] | null;
628
628
  companyDomainUrl: string | null;
629
629
  functionCategory: string | null;
630
+ startDate: string | number | null;
630
631
  yearsAtCompany: number | null;
631
632
  companyHeadcount: number | null;
632
- companyIndustries: string[] | null;
633
633
  }[] | null;
634
634
  pastEmployers: {
635
635
  title: string | null;
@@ -729,13 +729,10 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
729
729
  location?: string | undefined;
730
730
  companyName?: string | undefined;
731
731
  companyLinkedinUrl?: string | undefined;
732
- country?: string | undefined;
733
732
  city?: string | undefined;
734
- skills?: string[] | undefined;
735
- schoolName?: string | undefined;
733
+ country?: string | undefined;
736
734
  languages?: string[] | undefined;
737
- recentlyChangedJobs?: boolean | undefined;
738
- companyIndustries?: string[] | undefined;
735
+ skills?: string[] | undefined;
739
736
  jobTitle?: string | undefined;
740
737
  jobTitles?: string[] | undefined;
741
738
  locationRadius?: {
@@ -746,11 +743,14 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
746
743
  maxYearsExperience?: number | undefined;
747
744
  seniorityLevels?: string[] | undefined;
748
745
  functionCategories?: string[] | undefined;
746
+ companyIndustries?: string[] | undefined;
749
747
  minCompanyHeadcount?: number | undefined;
750
748
  maxCompanyHeadcount?: number | undefined;
751
749
  minYearsAtCompany?: number | undefined;
752
750
  pastCompanyName?: string | undefined;
753
751
  pastJobTitle?: string | undefined;
752
+ schoolName?: string | undefined;
753
+ recentlyChangedJobs?: boolean | undefined;
754
754
  minConnections?: number | undefined;
755
755
  excludeCompanies?: string[] | undefined;
756
756
  excludeProfiles?: string[] | undefined;
@@ -761,13 +761,10 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
761
761
  location?: string | undefined;
762
762
  companyName?: string | undefined;
763
763
  companyLinkedinUrl?: string | undefined;
764
- country?: string | undefined;
765
764
  city?: string | undefined;
766
- skills?: string[] | undefined;
767
- schoolName?: string | undefined;
765
+ country?: string | undefined;
768
766
  languages?: string[] | undefined;
769
- recentlyChangedJobs?: boolean | undefined;
770
- companyIndustries?: string[] | undefined;
767
+ skills?: string[] | undefined;
771
768
  jobTitle?: string | undefined;
772
769
  jobTitles?: string[] | undefined;
773
770
  locationRadius?: {
@@ -778,11 +775,14 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
778
775
  maxYearsExperience?: number | undefined;
779
776
  seniorityLevels?: string[] | undefined;
780
777
  functionCategories?: string[] | undefined;
778
+ companyIndustries?: string[] | undefined;
781
779
  minCompanyHeadcount?: number | undefined;
782
780
  maxCompanyHeadcount?: number | undefined;
783
781
  minYearsAtCompany?: number | undefined;
784
782
  pastCompanyName?: string | undefined;
785
783
  pastJobTitle?: string | undefined;
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
- startDate: string | number | null;
850
+ companyIndustries: string[] | null;
851
851
  companyDomainUrl: string | null;
852
852
  functionCategory: string | null;
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
- startDate: string | number | null;
861
+ companyIndustries: string[] | null;
862
862
  companyDomainUrl: string | null;
863
863
  functionCategory: string | null;
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>;
@@ -886,13 +886,13 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
886
886
  degreeName: z.ZodNullable<z.ZodString>;
887
887
  fieldOfStudy: z.ZodNullable<z.ZodString>;
888
888
  }, "strip", z.ZodTypeAny, {
889
- fieldOfStudy: string | null;
890
889
  instituteName: string | null;
891
890
  degreeName: string | null;
892
- }, {
893
891
  fieldOfStudy: string | null;
892
+ }, {
894
893
  instituteName: string | null;
895
894
  degreeName: string | null;
895
+ fieldOfStudy: string | null;
896
896
  }>, "many">>;
897
897
  }, "strip", z.ZodTypeAny, {
898
898
  title: string | null;
@@ -901,20 +901,20 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
901
901
  location: string | null;
902
902
  headline: string | null;
903
903
  seniorityLevel: string | null;
904
+ emails: string[] | null;
905
+ languages: string[] | null;
904
906
  skills: string[] | null;
905
- linkedinUrl: string | null;
906
907
  education: {
907
- fieldOfStudy: string | null;
908
908
  instituteName: string | null;
909
909
  degreeName: string | null;
910
+ fieldOfStudy: string | null;
910
911
  }[] | null;
911
- languages: string[] | null;
912
- emails: string[] | null;
913
912
  websites: string[] | null;
913
+ recentlyChangedJobs: boolean | null;
914
+ linkedinUrl: string | null;
914
915
  profilePictureUrl: string | null;
915
916
  twitterHandle: string | null;
916
917
  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
- startDate: string | number | null;
926
+ companyIndustries: string[] | null;
927
927
  companyDomainUrl: string | null;
928
928
  functionCategory: string | null;
929
+ startDate: string | number | null;
929
930
  yearsAtCompany: number | null;
930
931
  companyHeadcount: number | null;
931
- companyIndustries: string[] | null;
932
932
  }[] | null;
933
933
  pastEmployers: {
934
934
  title: string | null;
@@ -953,20 +953,20 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
953
953
  location: string | null;
954
954
  headline: string | null;
955
955
  seniorityLevel: string | null;
956
+ emails: string[] | null;
957
+ languages: string[] | null;
956
958
  skills: string[] | null;
957
- linkedinUrl: string | null;
958
959
  education: {
959
- fieldOfStudy: string | null;
960
960
  instituteName: string | null;
961
961
  degreeName: string | null;
962
+ fieldOfStudy: string | null;
962
963
  }[] | null;
963
- languages: string[] | null;
964
- emails: string[] | null;
965
964
  websites: string[] | null;
965
+ recentlyChangedJobs: boolean | null;
966
+ linkedinUrl: string | null;
966
967
  profilePictureUrl: string | null;
967
968
  twitterHandle: string | null;
968
969
  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
- startDate: string | number | null;
978
+ companyIndustries: string[] | null;
979
979
  companyDomainUrl: string | null;
980
980
  functionCategory: string | null;
981
+ startDate: string | number | null;
981
982
  yearsAtCompany: number | null;
982
983
  companyHeadcount: number | null;
983
- companyIndustries: string[] | null;
984
984
  }[] | null;
985
985
  pastEmployers: {
986
986
  title: string | null;
@@ -1013,20 +1013,20 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
1013
1013
  location: string | null;
1014
1014
  headline: string | null;
1015
1015
  seniorityLevel: string | null;
1016
+ emails: string[] | null;
1017
+ languages: string[] | null;
1016
1018
  skills: string[] | null;
1017
- linkedinUrl: string | null;
1018
1019
  education: {
1019
- fieldOfStudy: string | null;
1020
1020
  instituteName: string | null;
1021
1021
  degreeName: string | null;
1022
+ fieldOfStudy: string | null;
1022
1023
  }[] | null;
1023
- languages: string[] | null;
1024
- emails: string[] | null;
1025
1024
  websites: string[] | null;
1025
+ recentlyChangedJobs: boolean | null;
1026
+ linkedinUrl: string | null;
1026
1027
  profilePictureUrl: string | null;
1027
1028
  twitterHandle: string | null;
1028
1029
  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
- startDate: string | number | null;
1038
+ companyIndustries: string[] | null;
1039
1039
  companyDomainUrl: string | null;
1040
1040
  functionCategory: string | null;
1041
+ startDate: string | number | null;
1041
1042
  yearsAtCompany: number | null;
1042
1043
  companyHeadcount: number | null;
1043
- companyIndustries: string[] | null;
1044
1044
  }[] | null;
1045
1045
  pastEmployers: {
1046
1046
  title: string | null;
@@ -1071,20 +1071,20 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
1071
1071
  location: string | null;
1072
1072
  headline: string | null;
1073
1073
  seniorityLevel: string | null;
1074
+ emails: string[] | null;
1075
+ languages: string[] | null;
1074
1076
  skills: string[] | null;
1075
- linkedinUrl: string | null;
1076
1077
  education: {
1077
- fieldOfStudy: string | null;
1078
1078
  instituteName: string | null;
1079
1079
  degreeName: string | null;
1080
+ fieldOfStudy: string | null;
1080
1081
  }[] | null;
1081
- languages: string[] | null;
1082
- emails: string[] | null;
1083
1082
  websites: string[] | null;
1083
+ recentlyChangedJobs: boolean | null;
1084
+ linkedinUrl: string | null;
1084
1085
  profilePictureUrl: string | null;
1085
1086
  twitterHandle: string | null;
1086
1087
  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
- startDate: string | number | null;
1096
+ companyIndustries: string[] | null;
1097
1097
  companyDomainUrl: string | null;
1098
1098
  functionCategory: string | null;
1099
+ startDate: string | number | null;
1099
1100
  yearsAtCompany: number | null;
1100
1101
  companyHeadcount: number | null;
1101
- companyIndustries: string[] | null;
1102
1102
  }[] | null;
1103
1103
  pastEmployers: {
1104
1104
  title: string | null;