@bubblelab/bubble-core 0.1.243 → 0.1.244

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 (58) hide show
  1. package/dist/bubble-bundle.d.ts +83 -83
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
  4. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.js +25 -4
  6. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  7. package/dist/bubbles/service-bubble/airtable.d.ts +28 -28
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +116 -116
  10. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +5 -5
  11. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
  12. package/dist/bubbles/service-bubble/capability-pipeline.js +4 -4
  13. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  14. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +14 -14
  15. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
  16. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  17. package/dist/bubbles/service-bubble/firecrawl.d.ts +192 -192
  18. package/dist/bubbles/service-bubble/followupboss.d.ts +58 -58
  19. package/dist/bubbles/service-bubble/github.d.ts +110 -110
  20. package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
  21. package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
  22. package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
  23. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  24. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +32 -32
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +47 -47
  27. package/dist/bubbles/service-bubble/linear/linear.d.ts +5 -5
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +368 -368
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  30. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
  31. package/dist/bubbles/service-bubble/s3/s3.d.ts +2 -2
  32. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
  33. package/dist/bubbles/service-bubble/slab/slab.d.ts +18 -18
  34. package/dist/bubbles/service-bubble/slack/slack.d.ts +174 -174
  35. package/dist/bubbles/service-bubble/storage.d.ts +4 -4
  36. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +10 -10
  37. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +24 -24
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  39. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
  40. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  41. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  42. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +56 -56
  43. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  44. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
  45. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  46. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +28 -28
  47. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  50. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  51. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  53. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  54. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +54 -54
  55. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  56. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
  57. package/dist/bubbles.json +1 -1
  58. package/package.json +2 -2
@@ -20,6 +20,7 @@ declare const TwitterUserSchema: z.ZodObject<{
20
20
  name: string | null;
21
21
  url: string | null;
22
22
  id: string | null;
23
+ createdAt: string | null;
23
24
  following: number | null;
24
25
  userName: string | null;
25
26
  isVerified: boolean | null;
@@ -27,12 +28,12 @@ declare const TwitterUserSchema: z.ZodObject<{
27
28
  profilePicture: string | null;
28
29
  followers: number | null;
29
30
  tweetsCount: number | null;
30
- createdAt: string | null;
31
31
  }, {
32
32
  description: string | null;
33
33
  name: string | null;
34
34
  url: string | null;
35
35
  id: string | null;
36
+ createdAt: string | null;
36
37
  following: number | null;
37
38
  userName: string | null;
38
39
  isVerified: boolean | null;
@@ -40,7 +41,6 @@ declare const TwitterUserSchema: z.ZodObject<{
40
41
  profilePicture: string | null;
41
42
  followers: number | null;
42
43
  tweetsCount: number | null;
43
- createdAt: string | null;
44
44
  }>;
45
45
  declare const TwitterTweetSchema: z.ZodObject<{
46
46
  id: z.ZodNullable<z.ZodString>;
@@ -64,6 +64,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
64
64
  name: string | null;
65
65
  url: string | null;
66
66
  id: string | null;
67
+ createdAt: string | null;
67
68
  following: number | null;
68
69
  userName: string | null;
69
70
  isVerified: boolean | null;
@@ -71,12 +72,12 @@ declare const TwitterTweetSchema: z.ZodObject<{
71
72
  profilePicture: string | null;
72
73
  followers: number | null;
73
74
  tweetsCount: number | null;
74
- createdAt: string | null;
75
75
  }, {
76
76
  description: string | null;
77
77
  name: string | null;
78
78
  url: string | null;
79
79
  id: string | null;
80
+ createdAt: string | null;
80
81
  following: number | null;
81
82
  userName: string | null;
82
83
  isVerified: boolean | null;
@@ -84,7 +85,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
84
85
  profilePicture: string | null;
85
86
  followers: number | null;
86
87
  tweetsCount: number | null;
87
- createdAt: string | null;
88
88
  }>>;
89
89
  createdAt: z.ZodNullable<z.ZodString>;
90
90
  stats: z.ZodNullable<z.ZodObject<{
@@ -149,6 +149,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
149
149
  url: string | null;
150
150
  id: string | null;
151
151
  text: string | null;
152
+ createdAt: string | null;
152
153
  entities: {
153
154
  hashtags: string[] | null;
154
155
  mentions: string[] | null;
@@ -159,6 +160,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
159
160
  name: string | null;
160
161
  url: string | null;
161
162
  id: string | null;
163
+ createdAt: string | null;
162
164
  following: number | null;
163
165
  userName: string | null;
164
166
  isVerified: boolean | null;
@@ -166,7 +168,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
166
168
  profilePicture: string | null;
167
169
  followers: number | null;
168
170
  tweetsCount: number | null;
169
- createdAt: string | null;
170
171
  } | null;
171
172
  stats: {
172
173
  viewCount: number | null;
@@ -183,7 +184,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
183
184
  width: number | null;
184
185
  height: number | null;
185
186
  }[] | null;
186
- createdAt: string | null;
187
187
  lang: string | null;
188
188
  isRetweet: boolean | null;
189
189
  isQuote: boolean | null;
@@ -192,6 +192,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
192
192
  url: string | null;
193
193
  id: string | null;
194
194
  text: string | null;
195
+ createdAt: string | null;
195
196
  entities: {
196
197
  hashtags: string[] | null;
197
198
  mentions: string[] | null;
@@ -202,6 +203,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
202
203
  name: string | null;
203
204
  url: string | null;
204
205
  id: string | null;
206
+ createdAt: string | null;
205
207
  following: number | null;
206
208
  userName: string | null;
207
209
  isVerified: boolean | null;
@@ -209,7 +211,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
209
211
  profilePicture: string | null;
210
212
  followers: number | null;
211
213
  tweetsCount: number | null;
212
- createdAt: string | null;
213
214
  } | null;
214
215
  stats: {
215
216
  viewCount: number | null;
@@ -226,7 +227,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
226
227
  width: number | null;
227
228
  height: number | null;
228
229
  }[] | null;
229
- createdAt: string | null;
230
230
  lang: string | null;
231
231
  isRetweet: boolean | null;
232
232
  isQuote: boolean | null;
@@ -284,6 +284,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
284
284
  name: string | null;
285
285
  url: string | null;
286
286
  id: string | null;
287
+ createdAt: string | null;
287
288
  following: number | null;
288
289
  userName: string | null;
289
290
  isVerified: boolean | null;
@@ -291,12 +292,12 @@ declare const TwitterToolResultSchema: z.ZodObject<{
291
292
  profilePicture: string | null;
292
293
  followers: number | null;
293
294
  tweetsCount: number | null;
294
- createdAt: string | null;
295
295
  }, {
296
296
  description: string | null;
297
297
  name: string | null;
298
298
  url: string | null;
299
299
  id: string | null;
300
+ createdAt: string | null;
300
301
  following: number | null;
301
302
  userName: string | null;
302
303
  isVerified: boolean | null;
@@ -304,7 +305,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
304
305
  profilePicture: string | null;
305
306
  followers: number | null;
306
307
  tweetsCount: number | null;
307
- createdAt: string | null;
308
308
  }>>;
309
309
  createdAt: z.ZodNullable<z.ZodString>;
310
310
  stats: z.ZodNullable<z.ZodObject<{
@@ -369,6 +369,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
369
369
  url: string | null;
370
370
  id: string | null;
371
371
  text: string | null;
372
+ createdAt: string | null;
372
373
  entities: {
373
374
  hashtags: string[] | null;
374
375
  mentions: string[] | null;
@@ -379,6 +380,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
379
380
  name: string | null;
380
381
  url: string | null;
381
382
  id: string | null;
383
+ createdAt: string | null;
382
384
  following: number | null;
383
385
  userName: string | null;
384
386
  isVerified: boolean | null;
@@ -386,7 +388,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
386
388
  profilePicture: string | null;
387
389
  followers: number | null;
388
390
  tweetsCount: number | null;
389
- createdAt: string | null;
390
391
  } | null;
391
392
  stats: {
392
393
  viewCount: number | null;
@@ -403,7 +404,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
403
404
  width: number | null;
404
405
  height: number | null;
405
406
  }[] | null;
406
- createdAt: string | null;
407
407
  lang: string | null;
408
408
  isRetweet: boolean | null;
409
409
  isQuote: boolean | null;
@@ -412,6 +412,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
412
412
  url: string | null;
413
413
  id: string | null;
414
414
  text: string | null;
415
+ createdAt: string | null;
415
416
  entities: {
416
417
  hashtags: string[] | null;
417
418
  mentions: string[] | null;
@@ -422,6 +423,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
422
423
  name: string | null;
423
424
  url: string | null;
424
425
  id: string | null;
426
+ createdAt: string | null;
425
427
  following: number | null;
426
428
  userName: string | null;
427
429
  isVerified: boolean | null;
@@ -429,7 +431,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
429
431
  profilePicture: string | null;
430
432
  followers: number | null;
431
433
  tweetsCount: number | null;
432
- createdAt: string | null;
433
434
  } | null;
434
435
  stats: {
435
436
  viewCount: number | null;
@@ -446,7 +447,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
446
447
  width: number | null;
447
448
  height: number | null;
448
449
  }[] | null;
449
- createdAt: string | null;
450
450
  lang: string | null;
451
451
  isRetweet: boolean | null;
452
452
  isQuote: boolean | null;
@@ -463,6 +463,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
463
463
  url: string | null;
464
464
  id: string | null;
465
465
  text: string | null;
466
+ createdAt: string | null;
466
467
  entities: {
467
468
  hashtags: string[] | null;
468
469
  mentions: string[] | null;
@@ -473,6 +474,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
473
474
  name: string | null;
474
475
  url: string | null;
475
476
  id: string | null;
477
+ createdAt: string | null;
476
478
  following: number | null;
477
479
  userName: string | null;
478
480
  isVerified: boolean | null;
@@ -480,7 +482,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
480
482
  profilePicture: string | null;
481
483
  followers: number | null;
482
484
  tweetsCount: number | null;
483
- createdAt: string | null;
484
485
  } | null;
485
486
  stats: {
486
487
  viewCount: number | null;
@@ -497,7 +498,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
497
498
  width: number | null;
498
499
  height: number | null;
499
500
  }[] | null;
500
- createdAt: string | null;
501
501
  lang: string | null;
502
502
  isRetweet: boolean | null;
503
503
  isQuote: boolean | null;
@@ -512,6 +512,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
512
512
  url: string | null;
513
513
  id: string | null;
514
514
  text: string | null;
515
+ createdAt: string | null;
515
516
  entities: {
516
517
  hashtags: string[] | null;
517
518
  mentions: string[] | null;
@@ -522,6 +523,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
522
523
  name: string | null;
523
524
  url: string | null;
524
525
  id: string | null;
526
+ createdAt: string | null;
525
527
  following: number | null;
526
528
  userName: string | null;
527
529
  isVerified: boolean | null;
@@ -529,7 +531,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
529
531
  profilePicture: string | null;
530
532
  followers: number | null;
531
533
  tweetsCount: number | null;
532
- createdAt: string | null;
533
534
  } | null;
534
535
  stats: {
535
536
  viewCount: number | null;
@@ -546,7 +547,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
546
547
  width: number | null;
547
548
  height: number | null;
548
549
  }[] | null;
549
- createdAt: string | null;
550
550
  lang: string | null;
551
551
  isRetweet: boolean | null;
552
552
  isQuote: boolean | null;
@@ -630,6 +630,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
630
630
  name: string | null;
631
631
  url: string | null;
632
632
  id: string | null;
633
+ createdAt: string | null;
633
634
  following: number | null;
634
635
  userName: string | null;
635
636
  isVerified: boolean | null;
@@ -637,12 +638,12 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
637
638
  profilePicture: string | null;
638
639
  followers: number | null;
639
640
  tweetsCount: number | null;
640
- createdAt: string | null;
641
641
  }, {
642
642
  description: string | null;
643
643
  name: string | null;
644
644
  url: string | null;
645
645
  id: string | null;
646
+ createdAt: string | null;
646
647
  following: number | null;
647
648
  userName: string | null;
648
649
  isVerified: boolean | null;
@@ -650,7 +651,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
650
651
  profilePicture: string | null;
651
652
  followers: number | null;
652
653
  tweetsCount: number | null;
653
- createdAt: string | null;
654
654
  }>>;
655
655
  createdAt: z.ZodNullable<z.ZodString>;
656
656
  stats: z.ZodNullable<z.ZodObject<{
@@ -715,6 +715,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
715
715
  url: string | null;
716
716
  id: string | null;
717
717
  text: string | null;
718
+ createdAt: string | null;
718
719
  entities: {
719
720
  hashtags: string[] | null;
720
721
  mentions: string[] | null;
@@ -725,6 +726,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
725
726
  name: string | null;
726
727
  url: string | null;
727
728
  id: string | null;
729
+ createdAt: string | null;
728
730
  following: number | null;
729
731
  userName: string | null;
730
732
  isVerified: boolean | null;
@@ -732,7 +734,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
732
734
  profilePicture: string | null;
733
735
  followers: number | null;
734
736
  tweetsCount: number | null;
735
- createdAt: string | null;
736
737
  } | null;
737
738
  stats: {
738
739
  viewCount: number | null;
@@ -749,7 +750,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
749
750
  width: number | null;
750
751
  height: number | null;
751
752
  }[] | null;
752
- createdAt: string | null;
753
753
  lang: string | null;
754
754
  isRetweet: boolean | null;
755
755
  isQuote: boolean | null;
@@ -758,6 +758,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
758
758
  url: string | null;
759
759
  id: string | null;
760
760
  text: string | null;
761
+ createdAt: string | null;
761
762
  entities: {
762
763
  hashtags: string[] | null;
763
764
  mentions: string[] | null;
@@ -768,6 +769,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
768
769
  name: string | null;
769
770
  url: string | null;
770
771
  id: string | null;
772
+ createdAt: string | null;
771
773
  following: number | null;
772
774
  userName: string | null;
773
775
  isVerified: boolean | null;
@@ -775,7 +777,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
775
777
  profilePicture: string | null;
776
778
  followers: number | null;
777
779
  tweetsCount: number | null;
778
- createdAt: string | null;
779
780
  } | null;
780
781
  stats: {
781
782
  viewCount: number | null;
@@ -792,7 +793,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
792
793
  width: number | null;
793
794
  height: number | null;
794
795
  }[] | null;
795
- createdAt: string | null;
796
796
  lang: string | null;
797
797
  isRetweet: boolean | null;
798
798
  isQuote: boolean | null;
@@ -809,6 +809,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
809
809
  url: string | null;
810
810
  id: string | null;
811
811
  text: string | null;
812
+ createdAt: string | null;
812
813
  entities: {
813
814
  hashtags: string[] | null;
814
815
  mentions: string[] | null;
@@ -819,6 +820,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
819
820
  name: string | null;
820
821
  url: string | null;
821
822
  id: string | null;
823
+ createdAt: string | null;
822
824
  following: number | null;
823
825
  userName: string | null;
824
826
  isVerified: boolean | null;
@@ -826,7 +828,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
826
828
  profilePicture: string | null;
827
829
  followers: number | null;
828
830
  tweetsCount: number | null;
829
- createdAt: string | null;
830
831
  } | null;
831
832
  stats: {
832
833
  viewCount: number | null;
@@ -843,7 +844,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
843
844
  width: number | null;
844
845
  height: number | null;
845
846
  }[] | null;
846
- createdAt: string | null;
847
847
  lang: string | null;
848
848
  isRetweet: boolean | null;
849
849
  isQuote: boolean | null;
@@ -858,6 +858,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
858
858
  url: string | null;
859
859
  id: string | null;
860
860
  text: string | null;
861
+ createdAt: string | null;
861
862
  entities: {
862
863
  hashtags: string[] | null;
863
864
  mentions: string[] | null;
@@ -868,6 +869,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
868
869
  name: string | null;
869
870
  url: string | null;
870
871
  id: string | null;
872
+ createdAt: string | null;
871
873
  following: number | null;
872
874
  userName: string | null;
873
875
  isVerified: boolean | null;
@@ -875,7 +877,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
875
877
  profilePicture: string | null;
876
878
  followers: number | null;
877
879
  tweetsCount: number | null;
878
- createdAt: string | null;
879
880
  } | null;
880
881
  stats: {
881
882
  viewCount: number | null;
@@ -892,7 +893,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
892
893
  width: number | null;
893
894
  height: number | null;
894
895
  }[] | null;
895
- createdAt: string | null;
896
896
  lang: string | null;
897
897
  isRetweet: boolean | null;
898
898
  isQuote: boolean | null;
@@ -69,9 +69,9 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
69
69
  maxPagesReached?: boolean | undefined;
70
70
  }>>;
71
71
  }, "strip", z.ZodTypeAny, {
72
+ url: string;
72
73
  error: string;
73
74
  success: boolean;
74
- url: string;
75
75
  pages: {
76
76
  content: string;
77
77
  url: string;
@@ -86,9 +86,9 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
86
86
  maxPagesReached?: boolean | undefined;
87
87
  } | undefined;
88
88
  }, {
89
+ url: string;
89
90
  error: string;
90
91
  success: boolean;
91
- url: string;
92
92
  pages: {
93
93
  content: string;
94
94
  url: string;
@@ -175,9 +175,9 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
175
175
  maxPagesReached?: boolean | undefined;
176
176
  }>>;
177
177
  }, "strip", z.ZodTypeAny, {
178
+ url: string;
178
179
  error: string;
179
180
  success: boolean;
180
- url: string;
181
181
  pages: {
182
182
  content: string;
183
183
  url: string;
@@ -192,9 +192,9 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
192
192
  maxPagesReached?: boolean | undefined;
193
193
  } | undefined;
194
194
  }, {
195
+ url: string;
195
196
  error: string;
196
197
  success: boolean;
197
- url: string;
198
198
  pages: {
199
199
  content: string;
200
200
  url: string;
@@ -40,9 +40,9 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
40
40
  pageTitle?: string | undefined;
41
41
  }>>;
42
42
  }, "strip", z.ZodTypeAny, {
43
+ url: string;
43
44
  error: string;
44
45
  success: boolean;
45
- url: string;
46
46
  metadata?: {
47
47
  statusCode?: number | undefined;
48
48
  extractionTime?: number | undefined;
@@ -50,9 +50,9 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
50
50
  } | undefined;
51
51
  extractedData?: any;
52
52
  }, {
53
+ url: string;
53
54
  error: string;
54
55
  success: boolean;
55
- url: string;
56
56
  metadata?: {
57
57
  statusCode?: number | undefined;
58
58
  extractionTime?: number | undefined;
@@ -103,9 +103,9 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
103
103
  pageTitle?: string | undefined;
104
104
  }>>;
105
105
  }, "strip", z.ZodTypeAny, {
106
+ url: string;
106
107
  error: string;
107
108
  success: boolean;
108
- url: string;
109
109
  metadata?: {
110
110
  statusCode?: number | undefined;
111
111
  extractionTime?: number | undefined;
@@ -113,9 +113,9 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
113
113
  } | undefined;
114
114
  extractedData?: any;
115
115
  }, {
116
+ url: string;
116
117
  error: string;
117
118
  success: boolean;
118
- url: string;
119
119
  metadata?: {
120
120
  statusCode?: number | undefined;
121
121
  extractionTime?: number | undefined;
@@ -39,10 +39,10 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
39
39
  }, "strip", z.ZodTypeAny, {
40
40
  format: string;
41
41
  title: string;
42
- error: string;
43
- success: boolean;
44
42
  content: string;
45
43
  url: string;
44
+ error: string;
45
+ success: boolean;
46
46
  creditsUsed: number;
47
47
  metadata?: {
48
48
  statusCode?: number | undefined;
@@ -51,10 +51,10 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
51
51
  }, {
52
52
  format: string;
53
53
  title: string;
54
- error: string;
55
- success: boolean;
56
54
  content: string;
57
55
  url: string;
56
+ error: string;
57
+ success: boolean;
58
58
  creditsUsed: number;
59
59
  metadata?: {
60
60
  statusCode?: number | undefined;
@@ -103,10 +103,10 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
103
103
  }, "strip", z.ZodTypeAny, {
104
104
  format: string;
105
105
  title: string;
106
- error: string;
107
- success: boolean;
108
106
  content: string;
109
107
  url: string;
108
+ error: string;
109
+ success: boolean;
110
110
  creditsUsed: number;
111
111
  metadata?: {
112
112
  statusCode?: number | undefined;
@@ -115,10 +115,10 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
115
115
  }, {
116
116
  format: string;
117
117
  title: string;
118
- error: string;
119
- success: boolean;
120
118
  content: string;
121
119
  url: string;
120
+ error: string;
121
+ success: boolean;
122
122
  creditsUsed: number;
123
123
  metadata?: {
124
124
  statusCode?: number | undefined;
@@ -9,8 +9,8 @@ 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;
@@ -44,24 +44,24 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
44
44
  }, "strip", z.ZodTypeAny, {
45
45
  error: string;
46
46
  success: boolean;
47
- query: string;
48
47
  results: {
49
48
  title: string;
50
49
  content: string;
51
50
  url: string;
52
51
  }[];
52
+ query: string;
53
53
  creditsUsed: number;
54
54
  totalResults: number;
55
55
  searchEngine: string;
56
56
  }, {
57
57
  error: string;
58
58
  success: boolean;
59
- query: string;
60
59
  results: {
61
60
  title: string;
62
61
  content: string;
63
62
  url: string;
64
63
  }[];
64
+ query: string;
65
65
  creditsUsed: number;
66
66
  totalResults: number;
67
67
  searchEngine: string;
@@ -78,8 +78,8 @@ 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;
@@ -113,24 +113,24 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
113
113
  }, "strip", z.ZodTypeAny, {
114
114
  error: string;
115
115
  success: boolean;
116
- query: string;
117
116
  results: {
118
117
  title: string;
119
118
  content: string;
120
119
  url: string;
121
120
  }[];
121
+ query: string;
122
122
  creditsUsed: number;
123
123
  totalResults: number;
124
124
  searchEngine: string;
125
125
  }, {
126
126
  error: string;
127
127
  success: boolean;
128
- query: string;
129
128
  results: {
130
129
  title: string;
131
130
  content: string;
132
131
  url: string;
133
132
  }[];
133
+ query: string;
134
134
  creditsUsed: number;
135
135
  totalResults: number;
136
136
  searchEngine: string;
@@ -222,9 +222,9 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
222
222
  success: z.ZodBoolean;
223
223
  error: z.ZodString;
224
224
  }, "strip", z.ZodTypeAny, {
225
+ url: string | null;
225
226
  error: string;
226
227
  success: boolean;
227
- url: string | null;
228
228
  batch: string | null;
229
229
  people: {
230
230
  title: string | null;
@@ -254,9 +254,9 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
254
254
  totalPeople: number;
255
255
  totalCompanies: number;
256
256
  }, {
257
+ url: string | null;
257
258
  error: string;
258
259
  success: boolean;
259
- url: string | null;
260
260
  batch: string | null;
261
261
  people: {
262
262
  title: string | null;
@@ -420,9 +420,9 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
420
420
  success: z.ZodBoolean;
421
421
  error: z.ZodString;
422
422
  }, "strip", z.ZodTypeAny, {
423
+ url: string | null;
423
424
  error: string;
424
425
  success: boolean;
425
- url: string | null;
426
426
  batch: string | null;
427
427
  people: {
428
428
  title: string | null;
@@ -452,9 +452,9 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
452
452
  totalPeople: number;
453
453
  totalCompanies: number;
454
454
  }, {
455
+ url: string | null;
455
456
  error: string;
456
457
  success: boolean;
457
- url: string | null;
458
458
  batch: string | null;
459
459
  people: {
460
460
  title: string | null;