@bubblelab/bubble-core 0.1.112 → 0.1.113

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 (82) hide show
  1. package/dist/bubble-bundle.d.ts +85 -85
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +76 -74
  4. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.js +40 -5
  6. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  7. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  13. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  14. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  15. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +88 -88
  17. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  18. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
  19. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  20. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  22. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
  23. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
  24. package/dist/bubbles/service-bubble/firecrawl.d.ts +338 -338
  25. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  27. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  28. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  29. package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
  30. package/dist/bubbles/service-bubble/http.d.ts +2 -2
  31. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  32. package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
  33. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  34. package/dist/bubbles/service-bubble/notion/notion.d.ts +848 -848
  35. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  36. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  37. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  38. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  39. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  40. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  41. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  42. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  43. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  44. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  45. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  46. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  47. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  48. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  49. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  50. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  51. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  52. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  53. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  54. package/dist/bubbles/service-bubble/slack/slack.d.ts +324 -324
  55. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  56. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  57. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  58. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  59. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  60. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +28 -28
  61. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +310 -310
  62. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
  63. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  64. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  65. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  66. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  67. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  68. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +36 -36
  69. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  70. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  71. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
  72. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  73. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
  74. package/dist/bubbles.json +1 -1
  75. package/dist/capabilities/define-capability.d.ts +6 -0
  76. package/dist/capabilities/define-capability.d.ts.map +1 -1
  77. package/dist/capabilities/define-capability.js +7 -0
  78. package/dist/capabilities/define-capability.js.map +1 -1
  79. package/dist/capabilities/index.d.ts +1 -1
  80. package/dist/capabilities/index.d.ts.map +1 -1
  81. package/dist/capabilities/index.js.map +1 -1
  82. 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>;
@@ -114,7 +114,6 @@ declare const PersonResultSchema: z.ZodObject<{
114
114
  headline: string | null;
115
115
  seniorityLevel: string | null;
116
116
  emails: string[] | null;
117
- linkedinUrl: string | null;
118
117
  languages: string[] | null;
119
118
  skills: string[] | null;
120
119
  education: {
@@ -123,10 +122,11 @@ declare const PersonResultSchema: z.ZodObject<{
123
122
  fieldOfStudy: string | null;
124
123
  }[] | 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
+ companyIndustries: string[] | null;
138
139
  companyDomainUrl: string | null;
139
140
  functionCategory: string | null;
140
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;
@@ -166,7 +166,6 @@ declare const PersonResultSchema: z.ZodObject<{
166
166
  headline: string | null;
167
167
  seniorityLevel: string | null;
168
168
  emails: string[] | null;
169
- linkedinUrl: string | null;
170
169
  languages: string[] | null;
171
170
  skills: string[] | null;
172
171
  education: {
@@ -175,10 +174,11 @@ declare const PersonResultSchema: z.ZodObject<{
175
174
  fieldOfStudy: string | null;
176
175
  }[] | 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
+ companyIndustries: string[] | null;
190
191
  companyDomainUrl: string | null;
191
192
  functionCategory: string | null;
192
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;
@@ -264,8 +264,6 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
264
264
  country?: string | undefined;
265
265
  languages?: string[] | undefined;
266
266
  skills?: string[] | undefined;
267
- recentlyChangedJobs?: boolean | undefined;
268
- companyIndustries?: string[] | undefined;
269
267
  jobTitle?: string | undefined;
270
268
  jobTitles?: string[] | undefined;
271
269
  locationRadius?: {
@@ -276,12 +274,14 @@ 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;
@@ -296,8 +296,6 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
296
296
  country?: string | undefined;
297
297
  languages?: string[] | undefined;
298
298
  skills?: string[] | undefined;
299
- recentlyChangedJobs?: boolean | undefined;
300
- companyIndustries?: string[] | undefined;
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>;
@@ -433,7 +433,6 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
433
433
  headline: string | null;
434
434
  seniorityLevel: string | null;
435
435
  emails: string[] | null;
436
- linkedinUrl: string | null;
437
436
  languages: string[] | null;
438
437
  skills: string[] | null;
439
438
  education: {
@@ -442,10 +441,11 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
442
441
  fieldOfStudy: string | null;
443
442
  }[] | 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
+ companyIndustries: string[] | null;
457
458
  companyDomainUrl: string | null;
458
459
  functionCategory: string | null;
459
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;
@@ -485,7 +485,6 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
485
485
  headline: string | null;
486
486
  seniorityLevel: string | null;
487
487
  emails: string[] | null;
488
- linkedinUrl: string | null;
489
488
  languages: string[] | null;
490
489
  skills: string[] | null;
491
490
  education: {
@@ -494,10 +493,11 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
494
493
  fieldOfStudy: string | null;
495
494
  }[] | 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
+ companyIndustries: string[] | null;
509
510
  companyDomainUrl: string | null;
510
511
  functionCategory: string | null;
511
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;
@@ -545,7 +545,6 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
545
545
  headline: string | null;
546
546
  seniorityLevel: string | null;
547
547
  emails: string[] | null;
548
- linkedinUrl: string | null;
549
548
  languages: string[] | null;
550
549
  skills: string[] | null;
551
550
  education: {
@@ -554,10 +553,11 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
554
553
  fieldOfStudy: string | null;
555
554
  }[] | 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
+ companyIndustries: string[] | null;
569
570
  companyDomainUrl: string | null;
570
571
  functionCategory: string | null;
571
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;
@@ -603,7 +603,6 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
603
603
  headline: string | null;
604
604
  seniorityLevel: string | null;
605
605
  emails: string[] | null;
606
- linkedinUrl: string | null;
607
606
  languages: string[] | null;
608
607
  skills: string[] | null;
609
608
  education: {
@@ -612,10 +611,11 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
612
611
  fieldOfStudy: string | null;
613
612
  }[] | 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
+ companyIndustries: string[] | null;
627
628
  companyDomainUrl: string | null;
628
629
  functionCategory: string | null;
629
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;
@@ -733,8 +733,6 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
733
733
  country?: string | undefined;
734
734
  languages?: string[] | undefined;
735
735
  skills?: string[] | undefined;
736
- recentlyChangedJobs?: boolean | undefined;
737
- companyIndustries?: string[] | undefined;
738
736
  jobTitle?: string | undefined;
739
737
  jobTitles?: string[] | undefined;
740
738
  locationRadius?: {
@@ -745,12 +743,14 @@ 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;
@@ -765,8 +765,6 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
765
765
  country?: string | undefined;
766
766
  languages?: string[] | undefined;
767
767
  skills?: string[] | undefined;
768
- recentlyChangedJobs?: boolean | undefined;
769
- companyIndustries?: string[] | undefined;
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>;
@@ -902,7 +902,6 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
902
902
  headline: string | null;
903
903
  seniorityLevel: string | null;
904
904
  emails: string[] | null;
905
- linkedinUrl: string | null;
906
905
  languages: string[] | null;
907
906
  skills: string[] | null;
908
907
  education: {
@@ -911,10 +910,11 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
911
910
  fieldOfStudy: string | null;
912
911
  }[] | 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
+ companyIndustries: string[] | null;
926
927
  companyDomainUrl: string | null;
927
928
  functionCategory: string | null;
928
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;
@@ -954,7 +954,6 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
954
954
  headline: string | null;
955
955
  seniorityLevel: string | null;
956
956
  emails: string[] | null;
957
- linkedinUrl: string | null;
958
957
  languages: string[] | null;
959
958
  skills: string[] | null;
960
959
  education: {
@@ -963,10 +962,11 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
963
962
  fieldOfStudy: string | null;
964
963
  }[] | 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
+ companyIndustries: string[] | null;
978
979
  companyDomainUrl: string | null;
979
980
  functionCategory: string | null;
980
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;
@@ -1014,7 +1014,6 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
1014
1014
  headline: string | null;
1015
1015
  seniorityLevel: string | null;
1016
1016
  emails: string[] | null;
1017
- linkedinUrl: string | null;
1018
1017
  languages: string[] | null;
1019
1018
  skills: string[] | null;
1020
1019
  education: {
@@ -1023,10 +1022,11 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
1023
1022
  fieldOfStudy: string | null;
1024
1023
  }[] | 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
+ companyIndustries: string[] | null;
1038
1039
  companyDomainUrl: string | null;
1039
1040
  functionCategory: string | null;
1040
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;
@@ -1072,7 +1072,6 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
1072
1072
  headline: string | null;
1073
1073
  seniorityLevel: string | null;
1074
1074
  emails: string[] | null;
1075
- linkedinUrl: string | null;
1076
1075
  languages: string[] | null;
1077
1076
  skills: string[] | null;
1078
1077
  education: {
@@ -1081,10 +1080,11 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
1081
1080
  fieldOfStudy: string | null;
1082
1081
  }[] | 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
+ companyIndustries: string[] | null;
1096
1097
  companyDomainUrl: string | null;
1097
1098
  functionCategory: string | null;
1098
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;
@@ -22,11 +22,11 @@ declare const RedditPostSchema: z.ZodObject<{
22
22
  url: string;
23
23
  author: string;
24
24
  score: number;
25
+ subreddit: string;
25
26
  numComments: number;
26
27
  createdUtc: number;
27
28
  postUrl: string;
28
29
  selftext: string;
29
- subreddit: string;
30
30
  isSelf: boolean;
31
31
  thumbnail?: string | undefined;
32
32
  domain?: string | undefined;
@@ -37,11 +37,11 @@ declare const RedditPostSchema: z.ZodObject<{
37
37
  url: string;
38
38
  author: string;
39
39
  score: number;
40
+ subreddit: string;
40
41
  numComments: number;
41
42
  createdUtc: number;
42
43
  postUrl: string;
43
44
  selftext: string;
44
- subreddit: string;
45
45
  isSelf: boolean;
46
46
  thumbnail?: string | undefined;
47
47
  domain?: string | undefined;
@@ -97,11 +97,11 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
97
97
  url: string;
98
98
  author: string;
99
99
  score: number;
100
+ subreddit: string;
100
101
  numComments: number;
101
102
  createdUtc: number;
102
103
  postUrl: string;
103
104
  selftext: string;
104
- subreddit: string;
105
105
  isSelf: boolean;
106
106
  thumbnail?: string | undefined;
107
107
  domain?: string | undefined;
@@ -112,11 +112,11 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
112
112
  url: string;
113
113
  author: string;
114
114
  score: number;
115
+ subreddit: string;
115
116
  numComments: number;
116
117
  createdUtc: number;
117
118
  postUrl: string;
118
119
  selftext: string;
119
- subreddit: string;
120
120
  isSelf: boolean;
121
121
  thumbnail?: string | undefined;
122
122
  domain?: string | undefined;
@@ -171,11 +171,11 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
171
171
  url: string;
172
172
  author: string;
173
173
  score: number;
174
+ subreddit: string;
174
175
  numComments: number;
175
176
  createdUtc: number;
176
177
  postUrl: string;
177
178
  selftext: string;
178
- subreddit: string;
179
179
  isSelf: boolean;
180
180
  thumbnail?: string | undefined;
181
181
  domain?: string | undefined;
@@ -200,11 +200,11 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
200
200
  url: string;
201
201
  author: string;
202
202
  score: number;
203
+ subreddit: string;
203
204
  numComments: number;
204
205
  createdUtc: number;
205
206
  postUrl: string;
206
207
  selftext: string;
207
- subreddit: string;
208
208
  isSelf: boolean;
209
209
  thumbnail?: string | undefined;
210
210
  domain?: string | undefined;
@@ -267,11 +267,11 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
267
267
  url: string;
268
268
  author: string;
269
269
  score: number;
270
+ subreddit: string;
270
271
  numComments: number;
271
272
  createdUtc: number;
272
273
  postUrl: string;
273
274
  selftext: string;
274
- subreddit: string;
275
275
  isSelf: boolean;
276
276
  thumbnail?: string | undefined;
277
277
  domain?: string | undefined;
@@ -282,11 +282,11 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
282
282
  url: string;
283
283
  author: string;
284
284
  score: number;
285
+ subreddit: string;
285
286
  numComments: number;
286
287
  createdUtc: number;
287
288
  postUrl: string;
288
289
  selftext: string;
289
- subreddit: string;
290
290
  isSelf: boolean;
291
291
  thumbnail?: string | undefined;
292
292
  domain?: string | undefined;
@@ -341,11 +341,11 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
341
341
  url: string;
342
342
  author: string;
343
343
  score: number;
344
+ subreddit: string;
344
345
  numComments: number;
345
346
  createdUtc: number;
346
347
  postUrl: string;
347
348
  selftext: string;
348
- subreddit: string;
349
349
  isSelf: boolean;
350
350
  thumbnail?: string | undefined;
351
351
  domain?: string | undefined;
@@ -370,11 +370,11 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
370
370
  url: string;
371
371
  author: string;
372
372
  score: number;
373
+ subreddit: string;
373
374
  numComments: number;
374
375
  createdUtc: number;
375
376
  postUrl: string;
376
377
  selftext: string;
377
- subreddit: string;
378
378
  isSelf: boolean;
379
379
  thumbnail?: string | undefined;
380
380
  domain?: string | undefined;
@@ -14,14 +14,14 @@ declare const ResearchAgentToolParamsSchema: z.ZodObject<{
14
14
  maxIterations: number;
15
15
  task: string;
16
16
  expectedResultSchema: string | z.ZodTypeAny;
17
- credentials?: Partial<Record<CredentialType, string>> | undefined;
18
17
  maxTokens?: number | undefined;
18
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
19
19
  }, {
20
20
  task: string;
21
21
  expectedResultSchema: string | z.ZodTypeAny;
22
- credentials?: Partial<Record<CredentialType, string>> | undefined;
23
22
  model?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research" | undefined;
24
23
  maxTokens?: number | undefined;
24
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
25
25
  maxIterations?: number | undefined;
26
26
  }>;
27
27
  declare const ResearchAgentToolResultSchema: z.ZodObject<{
@@ -63,14 +63,14 @@ export declare class ResearchAgentTool extends ToolBubble<ResearchAgentToolParam
63
63
  maxIterations: number;
64
64
  task: string;
65
65
  expectedResultSchema: string | z.ZodTypeAny;
66
- credentials?: Partial<Record<CredentialType, string>> | undefined;
67
66
  maxTokens?: number | undefined;
67
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
68
68
  }, {
69
69
  task: string;
70
70
  expectedResultSchema: string | z.ZodTypeAny;
71
- credentials?: Partial<Record<CredentialType, string>> | undefined;
72
71
  model?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research" | undefined;
73
72
  maxTokens?: number | undefined;
73
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
74
74
  maxIterations?: number | undefined;
75
75
  }>;
76
76
  static readonly resultSchema: z.ZodObject<{