@bubblelab/bubble-core 0.1.21 → 0.1.23

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 (96) hide show
  1. package/dist/bubble-bundle.d.ts +194 -91
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +10 -2
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +96 -96
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +54 -54
  7. package/dist/bubbles/service-bubble/airtable.d.ts +80 -80
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +27 -27
  10. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +8 -8
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +2784 -0
  12. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +1 -0
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.js +338 -0
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +1 -0
  15. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +3995 -0
  16. package/dist/bubbles/service-bubble/{slack/slack.schema.d.ts.map → crustdata/crustdata.schema.d.ts.map} +1 -1
  17. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +425 -0
  18. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -0
  19. package/dist/bubbles/service-bubble/crustdata/index.d.ts +3 -0
  20. package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -0
  21. package/dist/bubbles/service-bubble/crustdata/index.js +5 -0
  22. package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -0
  23. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  24. package/dist/bubbles/service-bubble/firecrawl.d.ts +980 -980
  25. package/dist/bubbles/service-bubble/followupboss.d.ts +393 -393
  26. package/dist/bubbles/service-bubble/github.d.ts +188 -188
  27. package/dist/bubbles/service-bubble/gmail.d.ts +148 -148
  28. package/dist/bubbles/service-bubble/google-calendar.d.ts +134 -134
  29. package/dist/bubbles/service-bubble/google-drive.d.ts +26 -26
  30. package/dist/bubbles/service-bubble/google-drive.js +2 -2
  31. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  32. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  33. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
  34. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  35. package/dist/bubbles/service-bubble/http.d.ts +12 -12
  36. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  37. package/dist/bubbles/service-bubble/notion/notion.d.ts +1011 -1011
  38. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  39. package/dist/bubbles/service-bubble/resend.d.ts +28 -28
  40. package/dist/bubbles/service-bubble/slack/slack.d.ts +445 -439
  41. package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
  42. package/dist/bubbles/service-bubble/slack/slack.js +89 -2
  43. package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
  44. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  45. package/dist/bubbles/service-bubble/telegram.d.ts +1889 -1889
  46. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
  47. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
  48. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +12 -12
  49. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
  50. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +740 -0
  52. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -0
  53. package/dist/bubbles/tool-bubble/company-enrichment-tool.js +351 -0
  54. package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -0
  55. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
  56. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
  57. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +148 -148
  58. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +934 -0
  59. package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -0
  60. package/dist/bubbles/tool-bubble/people-search-tool.js +675 -0
  61. package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -0
  62. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +20 -20
  63. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  64. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
  65. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +54 -54
  66. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
  67. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +16 -16
  68. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  69. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  70. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  71. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
  72. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  73. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  74. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +36 -36
  75. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  76. package/dist/bubbles.json +40 -2
  77. package/dist/index.d.ts +5 -0
  78. package/dist/index.d.ts.map +1 -1
  79. package/dist/index.js +3 -0
  80. package/dist/index.js.map +1 -1
  81. package/dist/utils/schema-comparison.d.ts +16 -0
  82. package/dist/utils/schema-comparison.d.ts.map +1 -1
  83. package/dist/utils/schema-comparison.js +98 -6
  84. package/dist/utils/schema-comparison.js.map +1 -1
  85. package/package.json +2 -2
  86. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +0 -31
  87. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +0 -1
  88. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +0 -184
  89. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +0 -1
  90. package/dist/bubbles/service-bubble/slack/slack.schema.d.ts +0 -3980
  91. package/dist/bubbles/service-bubble/slack/slack.schema.js +0 -1061
  92. package/dist/bubbles/service-bubble/slack/slack.schema.js.map +0 -1
  93. package/dist/bubbles/service-bubble/slack.d.ts +0 -2
  94. package/dist/bubbles/service-bubble/slack.d.ts.map +0 -1
  95. package/dist/bubbles/service-bubble/slack.js +0 -3
  96. package/dist/bubbles/service-bubble/slack.js.map +0 -1
@@ -149,6 +149,11 @@ declare const TwitterTweetSchema: z.ZodObject<{
149
149
  url: string | null;
150
150
  text: string | null;
151
151
  id: string | null;
152
+ entities: {
153
+ hashtags: string[] | null;
154
+ mentions: string[] | null;
155
+ urls: string[] | null;
156
+ } | null;
152
157
  author: {
153
158
  description: string | null;
154
159
  name: string | null;
@@ -180,11 +185,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
180
185
  }[] | null;
181
186
  createdAt: string | null;
182
187
  lang: string | null;
183
- entities: {
184
- hashtags: string[] | null;
185
- mentions: string[] | null;
186
- urls: string[] | null;
187
- } | null;
188
188
  isRetweet: boolean | null;
189
189
  isQuote: boolean | null;
190
190
  isReply: boolean | null;
@@ -192,6 +192,11 @@ declare const TwitterTweetSchema: z.ZodObject<{
192
192
  url: string | null;
193
193
  text: string | null;
194
194
  id: string | null;
195
+ entities: {
196
+ hashtags: string[] | null;
197
+ mentions: string[] | null;
198
+ urls: string[] | null;
199
+ } | null;
195
200
  author: {
196
201
  description: string | null;
197
202
  name: string | null;
@@ -223,11 +228,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
223
228
  }[] | null;
224
229
  createdAt: string | null;
225
230
  lang: string | null;
226
- entities: {
227
- hashtags: string[] | null;
228
- mentions: string[] | null;
229
- urls: string[] | null;
230
- } | null;
231
231
  isRetweet: boolean | null;
232
232
  isQuote: boolean | null;
233
233
  isReply: boolean | null;
@@ -369,6 +369,11 @@ declare const TwitterToolResultSchema: z.ZodObject<{
369
369
  url: string | null;
370
370
  text: string | null;
371
371
  id: string | null;
372
+ entities: {
373
+ hashtags: string[] | null;
374
+ mentions: string[] | null;
375
+ urls: string[] | null;
376
+ } | null;
372
377
  author: {
373
378
  description: string | null;
374
379
  name: string | null;
@@ -400,11 +405,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
400
405
  }[] | null;
401
406
  createdAt: string | null;
402
407
  lang: string | null;
403
- entities: {
404
- hashtags: string[] | null;
405
- mentions: string[] | null;
406
- urls: string[] | null;
407
- } | null;
408
408
  isRetweet: boolean | null;
409
409
  isQuote: boolean | null;
410
410
  isReply: boolean | null;
@@ -412,6 +412,11 @@ declare const TwitterToolResultSchema: z.ZodObject<{
412
412
  url: string | null;
413
413
  text: string | null;
414
414
  id: string | null;
415
+ entities: {
416
+ hashtags: string[] | null;
417
+ mentions: string[] | null;
418
+ urls: string[] | null;
419
+ } | null;
415
420
  author: {
416
421
  description: string | null;
417
422
  name: string | null;
@@ -443,11 +448,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
443
448
  }[] | null;
444
449
  createdAt: string | null;
445
450
  lang: string | null;
446
- entities: {
447
- hashtags: string[] | null;
448
- mentions: string[] | null;
449
- urls: string[] | null;
450
- } | null;
451
451
  isRetweet: boolean | null;
452
452
  isQuote: boolean | null;
453
453
  isReply: boolean | null;
@@ -456,13 +456,18 @@ declare const TwitterToolResultSchema: z.ZodObject<{
456
456
  success: z.ZodBoolean;
457
457
  error: z.ZodString;
458
458
  }, "strip", z.ZodTypeAny, {
459
+ operation: "search" | "scrapeProfile" | "scrapeUrl";
459
460
  success: boolean;
460
461
  error: string;
461
- operation: "search" | "scrapeProfile" | "scrapeUrl";
462
462
  tweets: {
463
463
  url: string | null;
464
464
  text: string | null;
465
465
  id: string | null;
466
+ entities: {
467
+ hashtags: string[] | null;
468
+ mentions: string[] | null;
469
+ urls: string[] | null;
470
+ } | null;
466
471
  author: {
467
472
  description: string | null;
468
473
  name: string | null;
@@ -494,24 +499,24 @@ declare const TwitterToolResultSchema: z.ZodObject<{
494
499
  }[] | null;
495
500
  createdAt: string | null;
496
501
  lang: string | null;
497
- entities: {
498
- hashtags: string[] | null;
499
- mentions: string[] | null;
500
- urls: string[] | null;
501
- } | null;
502
502
  isRetweet: boolean | null;
503
503
  isQuote: boolean | null;
504
504
  isReply: boolean | null;
505
505
  }[];
506
506
  totalTweets: number;
507
507
  }, {
508
+ operation: "search" | "scrapeProfile" | "scrapeUrl";
508
509
  success: boolean;
509
510
  error: string;
510
- operation: "search" | "scrapeProfile" | "scrapeUrl";
511
511
  tweets: {
512
512
  url: string | null;
513
513
  text: string | null;
514
514
  id: string | null;
515
+ entities: {
516
+ hashtags: string[] | null;
517
+ mentions: string[] | null;
518
+ urls: string[] | null;
519
+ } | null;
515
520
  author: {
516
521
  description: string | null;
517
522
  name: string | null;
@@ -543,11 +548,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
543
548
  }[] | null;
544
549
  createdAt: string | null;
545
550
  lang: string | null;
546
- entities: {
547
- hashtags: string[] | null;
548
- mentions: string[] | null;
549
- urls: string[] | null;
550
- } | null;
551
551
  isRetweet: boolean | null;
552
552
  isQuote: boolean | null;
553
553
  isReply: boolean | null;
@@ -715,6 +715,11 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
715
715
  url: string | null;
716
716
  text: string | null;
717
717
  id: string | null;
718
+ entities: {
719
+ hashtags: string[] | null;
720
+ mentions: string[] | null;
721
+ urls: string[] | null;
722
+ } | null;
718
723
  author: {
719
724
  description: string | null;
720
725
  name: string | null;
@@ -746,11 +751,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
746
751
  }[] | null;
747
752
  createdAt: string | null;
748
753
  lang: string | null;
749
- entities: {
750
- hashtags: string[] | null;
751
- mentions: string[] | null;
752
- urls: string[] | null;
753
- } | null;
754
754
  isRetweet: boolean | null;
755
755
  isQuote: boolean | null;
756
756
  isReply: boolean | null;
@@ -758,6 +758,11 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
758
758
  url: string | null;
759
759
  text: string | null;
760
760
  id: string | null;
761
+ entities: {
762
+ hashtags: string[] | null;
763
+ mentions: string[] | null;
764
+ urls: string[] | null;
765
+ } | null;
761
766
  author: {
762
767
  description: string | null;
763
768
  name: string | null;
@@ -789,11 +794,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
789
794
  }[] | null;
790
795
  createdAt: string | null;
791
796
  lang: string | null;
792
- entities: {
793
- hashtags: string[] | null;
794
- mentions: string[] | null;
795
- urls: string[] | null;
796
- } | null;
797
797
  isRetweet: boolean | null;
798
798
  isQuote: boolean | null;
799
799
  isReply: boolean | null;
@@ -802,13 +802,18 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
802
802
  success: z.ZodBoolean;
803
803
  error: z.ZodString;
804
804
  }, "strip", z.ZodTypeAny, {
805
+ operation: "search" | "scrapeProfile" | "scrapeUrl";
805
806
  success: boolean;
806
807
  error: string;
807
- operation: "search" | "scrapeProfile" | "scrapeUrl";
808
808
  tweets: {
809
809
  url: string | null;
810
810
  text: string | null;
811
811
  id: string | null;
812
+ entities: {
813
+ hashtags: string[] | null;
814
+ mentions: string[] | null;
815
+ urls: string[] | null;
816
+ } | null;
812
817
  author: {
813
818
  description: string | null;
814
819
  name: string | null;
@@ -840,24 +845,24 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
840
845
  }[] | null;
841
846
  createdAt: string | null;
842
847
  lang: string | null;
843
- entities: {
844
- hashtags: string[] | null;
845
- mentions: string[] | null;
846
- urls: string[] | null;
847
- } | null;
848
848
  isRetweet: boolean | null;
849
849
  isQuote: boolean | null;
850
850
  isReply: boolean | null;
851
851
  }[];
852
852
  totalTweets: number;
853
853
  }, {
854
+ operation: "search" | "scrapeProfile" | "scrapeUrl";
854
855
  success: boolean;
855
856
  error: string;
856
- operation: "search" | "scrapeProfile" | "scrapeUrl";
857
857
  tweets: {
858
858
  url: string | null;
859
859
  text: string | null;
860
860
  id: string | null;
861
+ entities: {
862
+ hashtags: string[] | null;
863
+ mentions: string[] | null;
864
+ urls: string[] | null;
865
+ } | null;
861
866
  author: {
862
867
  description: string | null;
863
868
  name: string | null;
@@ -889,11 +894,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
889
894
  }[] | null;
890
895
  createdAt: string | null;
891
896
  lang: string | null;
892
- entities: {
893
- hashtags: string[] | null;
894
- mentions: string[] | null;
895
- urls: string[] | null;
896
- } | null;
897
897
  isRetweet: boolean | null;
898
898
  isQuote: boolean | null;
899
899
  isReply: boolean | null;
@@ -19,19 +19,19 @@ declare const WebCrawlToolParamsSchema: z.ZodObject<{
19
19
  waitFor: number;
20
20
  credentials?: Partial<Record<CredentialType, string>> | undefined;
21
21
  maxPages?: number | undefined;
22
- crawlDepth?: number | undefined;
23
- includePaths?: string[] | undefined;
24
22
  excludePaths?: string[] | undefined;
23
+ includePaths?: string[] | undefined;
24
+ crawlDepth?: number | undefined;
25
25
  }, {
26
26
  url: string;
27
27
  format?: "markdown" | undefined;
28
28
  credentials?: Partial<Record<CredentialType, string>> | undefined;
29
29
  onlyMainContent?: boolean | undefined;
30
+ waitFor?: number | undefined;
30
31
  maxPages?: number | undefined;
31
- crawlDepth?: number | undefined;
32
- includePaths?: string[] | undefined;
33
32
  excludePaths?: string[] | undefined;
34
- waitFor?: number | undefined;
33
+ includePaths?: string[] | undefined;
34
+ crawlDepth?: number | undefined;
35
35
  }>;
36
36
  declare const WebCrawlToolResultSchema: z.ZodObject<{
37
37
  url: z.ZodString;
@@ -78,8 +78,8 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
78
78
  title?: string | undefined;
79
79
  depth?: number | undefined;
80
80
  }[];
81
- totalPages: number;
82
81
  creditsUsed: number;
82
+ totalPages: number;
83
83
  metadata?: {
84
84
  loadTime?: number | undefined;
85
85
  crawlDepth?: number | undefined;
@@ -95,8 +95,8 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
95
95
  title?: string | undefined;
96
96
  depth?: number | undefined;
97
97
  }[];
98
- totalPages: number;
99
98
  creditsUsed: number;
99
+ totalPages: number;
100
100
  metadata?: {
101
101
  loadTime?: number | undefined;
102
102
  crawlDepth?: number | undefined;
@@ -125,19 +125,19 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
125
125
  waitFor: number;
126
126
  credentials?: Partial<Record<CredentialType, string>> | undefined;
127
127
  maxPages?: number | undefined;
128
- crawlDepth?: number | undefined;
129
- includePaths?: string[] | undefined;
130
128
  excludePaths?: string[] | undefined;
129
+ includePaths?: string[] | undefined;
130
+ crawlDepth?: number | undefined;
131
131
  }, {
132
132
  url: string;
133
133
  format?: "markdown" | undefined;
134
134
  credentials?: Partial<Record<CredentialType, string>> | undefined;
135
135
  onlyMainContent?: boolean | undefined;
136
+ waitFor?: number | undefined;
136
137
  maxPages?: number | undefined;
137
- crawlDepth?: number | undefined;
138
- includePaths?: string[] | undefined;
139
138
  excludePaths?: string[] | undefined;
140
- waitFor?: number | undefined;
139
+ includePaths?: string[] | undefined;
140
+ crawlDepth?: number | undefined;
141
141
  }>;
142
142
  static readonly resultSchema: z.ZodObject<{
143
143
  url: z.ZodString;
@@ -184,8 +184,8 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
184
184
  title?: string | undefined;
185
185
  depth?: number | undefined;
186
186
  }[];
187
- totalPages: number;
188
187
  creditsUsed: number;
188
+ totalPages: number;
189
189
  metadata?: {
190
190
  loadTime?: number | undefined;
191
191
  crawlDepth?: number | undefined;
@@ -201,8 +201,8 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
201
201
  title?: string | undefined;
202
202
  depth?: number | undefined;
203
203
  }[];
204
- totalPages: number;
205
204
  creditsUsed: number;
205
+ totalPages: number;
206
206
  metadata?: {
207
207
  loadTime?: number | undefined;
208
208
  crawlDepth?: number | undefined;
@@ -9,16 +9,16 @@ declare const WebSearchToolParamsSchema: z.ZodObject<{
9
9
  location: z.ZodOptional<z.ZodString>;
10
10
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
11
11
  }, "strip", z.ZodTypeAny, {
12
- query: string;
13
12
  limit: number;
13
+ query: string;
14
14
  categories: ("github" | "pdf" | "research")[];
15
15
  credentials?: Partial<Record<CredentialType, string>> | undefined;
16
16
  location?: string | undefined;
17
17
  }, {
18
18
  query: string;
19
19
  credentials?: Partial<Record<CredentialType, string>> | undefined;
20
- limit?: number | undefined;
21
20
  location?: string | undefined;
21
+ limit?: number | undefined;
22
22
  categories?: ("github" | "pdf" | "research")[] | undefined;
23
23
  }>;
24
24
  declare const WebSearchToolResultSchema: z.ZodObject<{
@@ -43,28 +43,28 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
43
43
  error: z.ZodString;
44
44
  }, "strip", z.ZodTypeAny, {
45
45
  success: boolean;
46
- error: string;
47
- query: string;
48
46
  results: {
49
47
  title: string;
50
48
  content: string;
51
49
  url: string;
52
50
  }[];
51
+ error: string;
52
+ query: string;
53
+ creditsUsed: number;
53
54
  totalResults: number;
54
55
  searchEngine: string;
55
- creditsUsed: number;
56
56
  }, {
57
57
  success: boolean;
58
- error: string;
59
- query: string;
60
58
  results: {
61
59
  title: string;
62
60
  content: string;
63
61
  url: string;
64
62
  }[];
63
+ error: string;
64
+ query: string;
65
+ creditsUsed: number;
65
66
  totalResults: number;
66
67
  searchEngine: string;
67
- creditsUsed: number;
68
68
  }>;
69
69
  type WebSearchToolParams = z.output<typeof WebSearchToolParamsSchema>;
70
70
  type WebSearchToolResult = z.output<typeof WebSearchToolResultSchema>;
@@ -78,16 +78,16 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
78
78
  location: z.ZodOptional<z.ZodString>;
79
79
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
80
80
  }, "strip", z.ZodTypeAny, {
81
- query: string;
82
81
  limit: number;
82
+ query: string;
83
83
  categories: ("github" | "pdf" | "research")[];
84
84
  credentials?: Partial<Record<CredentialType, string>> | undefined;
85
85
  location?: string | undefined;
86
86
  }, {
87
87
  query: string;
88
88
  credentials?: Partial<Record<CredentialType, string>> | undefined;
89
- limit?: number | undefined;
90
89
  location?: string | undefined;
90
+ limit?: number | undefined;
91
91
  categories?: ("github" | "pdf" | "research")[] | undefined;
92
92
  }>;
93
93
  static readonly resultSchema: z.ZodObject<{
@@ -112,28 +112,28 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
112
112
  error: z.ZodString;
113
113
  }, "strip", z.ZodTypeAny, {
114
114
  success: boolean;
115
- error: string;
116
- query: string;
117
115
  results: {
118
116
  title: string;
119
117
  content: string;
120
118
  url: string;
121
119
  }[];
120
+ error: string;
121
+ query: string;
122
+ creditsUsed: number;
122
123
  totalResults: number;
123
124
  searchEngine: string;
124
- creditsUsed: number;
125
125
  }, {
126
126
  success: boolean;
127
- error: string;
128
- query: string;
129
127
  results: {
130
128
  title: string;
131
129
  content: string;
132
130
  url: string;
133
131
  }[];
132
+ error: string;
133
+ query: string;
134
+ creditsUsed: number;
134
135
  totalResults: number;
135
136
  searchEngine: string;
136
- creditsUsed: number;
137
137
  }>;
138
138
  static readonly shortDescription = "Performs web searches using Firecrawl to find current information from the web";
139
139
  static readonly longDescription = "\n A comprehensive web search tool that uses Firecrawl to find current information from the web.\n \n Features:\n - High-quality web search results with content extraction\n - Configurable result limits (1-20 results)\n - Location-based search for regional results\n - Clean, structured content extraction from search results\n - Requires FIRECRAWL_API_KEY credential\n \n Use cases:\n - Finding current events and news\n - Researching topics with web content\n - Getting up-to-date information for decision making\n - Answering questions that require web knowledge\n - Market research and competitive analysis\n - Real-time data gathering from the web\n ";
@@ -23,8 +23,8 @@ declare const YouTubeVideoSchema: z.ZodObject<{
23
23
  url: string | null;
24
24
  duration: string | null;
25
25
  id: string | null;
26
- comments: number | null;
27
26
  thumbnail: string | null;
27
+ comments: number | null;
28
28
  viewCount: number | null;
29
29
  likes: number | null;
30
30
  channelName: string | null;
@@ -37,8 +37,8 @@ declare const YouTubeVideoSchema: z.ZodObject<{
37
37
  url: string | null;
38
38
  duration: string | null;
39
39
  id: string | null;
40
- comments: number | null;
41
40
  thumbnail: string | null;
41
+ comments: number | null;
42
42
  viewCount: number | null;
43
43
  likes: number | null;
44
44
  channelName: string | null;
@@ -70,18 +70,18 @@ declare const YouTubeToolParamsSchema: z.ZodObject<{
70
70
  }, "strip", z.ZodTypeAny, {
71
71
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
72
72
  credentials?: Partial<Record<CredentialType, string>> | undefined;
73
+ maxResults?: number | undefined;
73
74
  videoUrl?: string | undefined;
74
75
  searchQueries?: string[] | undefined;
75
- maxResults?: number | undefined;
76
76
  channelUrl?: string | undefined;
77
77
  videoUrls?: string[] | undefined;
78
78
  includeShorts?: boolean | undefined;
79
79
  }, {
80
80
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
81
81
  credentials?: Partial<Record<CredentialType, string>> | undefined;
82
+ maxResults?: number | undefined;
82
83
  videoUrl?: string | undefined;
83
84
  searchQueries?: string[] | undefined;
84
- maxResults?: number | undefined;
85
85
  channelUrl?: string | undefined;
86
86
  videoUrls?: string[] | undefined;
87
87
  includeShorts?: boolean | undefined;
@@ -109,8 +109,8 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
109
109
  url: string | null;
110
110
  duration: string | null;
111
111
  id: string | null;
112
- comments: number | null;
113
112
  thumbnail: string | null;
113
+ comments: number | null;
114
114
  viewCount: number | null;
115
115
  likes: number | null;
116
116
  channelName: string | null;
@@ -123,8 +123,8 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
123
123
  url: string | null;
124
124
  duration: string | null;
125
125
  id: string | null;
126
- comments: number | null;
127
126
  thumbnail: string | null;
127
+ comments: number | null;
128
128
  viewCount: number | null;
129
129
  likes: number | null;
130
130
  channelName: string | null;
@@ -149,9 +149,9 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
149
149
  success: z.ZodBoolean;
150
150
  error: z.ZodString;
151
151
  }, "strip", z.ZodTypeAny, {
152
+ operation: "searchVideos" | "getTranscript" | "scrapeChannel";
152
153
  success: boolean;
153
154
  error: string;
154
- operation: "searchVideos" | "getTranscript" | "scrapeChannel";
155
155
  totalResults: number;
156
156
  videos?: {
157
157
  description: string | null;
@@ -160,8 +160,8 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
160
160
  url: string | null;
161
161
  duration: string | null;
162
162
  id: string | null;
163
- comments: number | null;
164
163
  thumbnail: string | null;
164
+ comments: number | null;
165
165
  viewCount: number | null;
166
166
  likes: number | null;
167
167
  channelName: string | null;
@@ -175,9 +175,9 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
175
175
  }[] | undefined;
176
176
  fullTranscriptText?: string | undefined;
177
177
  }, {
178
+ operation: "searchVideos" | "getTranscript" | "scrapeChannel";
178
179
  success: boolean;
179
180
  error: string;
180
- operation: "searchVideos" | "getTranscript" | "scrapeChannel";
181
181
  totalResults: number;
182
182
  videos?: {
183
183
  description: string | null;
@@ -186,8 +186,8 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
186
186
  url: string | null;
187
187
  duration: string | null;
188
188
  id: string | null;
189
- comments: number | null;
190
189
  thumbnail: string | null;
190
+ comments: number | null;
191
191
  viewCount: number | null;
192
192
  likes: number | null;
193
193
  channelName: string | null;
@@ -228,18 +228,18 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
228
228
  }, "strip", z.ZodTypeAny, {
229
229
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
230
230
  credentials?: Partial<Record<CredentialType, string>> | undefined;
231
+ maxResults?: number | undefined;
231
232
  videoUrl?: string | undefined;
232
233
  searchQueries?: string[] | undefined;
233
- maxResults?: number | undefined;
234
234
  channelUrl?: string | undefined;
235
235
  videoUrls?: string[] | undefined;
236
236
  includeShorts?: boolean | undefined;
237
237
  }, {
238
238
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
239
239
  credentials?: Partial<Record<CredentialType, string>> | undefined;
240
+ maxResults?: number | undefined;
240
241
  videoUrl?: string | undefined;
241
242
  searchQueries?: string[] | undefined;
242
- maxResults?: number | undefined;
243
243
  channelUrl?: string | undefined;
244
244
  videoUrls?: string[] | undefined;
245
245
  includeShorts?: boolean | undefined;
@@ -267,8 +267,8 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
267
267
  url: string | null;
268
268
  duration: string | null;
269
269
  id: string | null;
270
- comments: number | null;
271
270
  thumbnail: string | null;
271
+ comments: number | null;
272
272
  viewCount: number | null;
273
273
  likes: number | null;
274
274
  channelName: string | null;
@@ -281,8 +281,8 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
281
281
  url: string | null;
282
282
  duration: string | null;
283
283
  id: string | null;
284
- comments: number | null;
285
284
  thumbnail: string | null;
285
+ comments: number | null;
286
286
  viewCount: number | null;
287
287
  likes: number | null;
288
288
  channelName: string | null;
@@ -307,9 +307,9 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
307
307
  success: z.ZodBoolean;
308
308
  error: z.ZodString;
309
309
  }, "strip", z.ZodTypeAny, {
310
+ operation: "searchVideos" | "getTranscript" | "scrapeChannel";
310
311
  success: boolean;
311
312
  error: string;
312
- operation: "searchVideos" | "getTranscript" | "scrapeChannel";
313
313
  totalResults: number;
314
314
  videos?: {
315
315
  description: string | null;
@@ -318,8 +318,8 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
318
318
  url: string | null;
319
319
  duration: string | null;
320
320
  id: string | null;
321
- comments: number | null;
322
321
  thumbnail: string | null;
322
+ comments: number | null;
323
323
  viewCount: number | null;
324
324
  likes: number | null;
325
325
  channelName: string | null;
@@ -333,9 +333,9 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
333
333
  }[] | undefined;
334
334
  fullTranscriptText?: string | undefined;
335
335
  }, {
336
+ operation: "searchVideos" | "getTranscript" | "scrapeChannel";
336
337
  success: boolean;
337
338
  error: string;
338
- operation: "searchVideos" | "getTranscript" | "scrapeChannel";
339
339
  totalResults: number;
340
340
  videos?: {
341
341
  description: string | null;
@@ -344,8 +344,8 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
344
344
  url: string | null;
345
345
  duration: string | null;
346
346
  id: string | null;
347
- comments: number | null;
348
347
  thumbnail: string | null;
348
+ comments: number | null;
349
349
  viewCount: number | null;
350
350
  likes: number | null;
351
351
  channelName: string | null;