@bubblelab/bubble-core 0.1.154 → 0.1.156

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 (94) hide show
  1. package/dist/bubble-bundle.d.ts +139 -138
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +88 -88
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
  4. package/dist/bubbles/service-bubble/airtable.d.ts +114 -114
  5. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
  6. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
  7. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +28 -28
  8. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +24 -24
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +58 -58
  11. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +2 -2
  12. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +6 -6
  14. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +112 -112
  15. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  16. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
  17. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +20 -20
  18. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +33 -33
  19. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +33 -33
  20. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
  21. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +26 -26
  22. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +16 -16
  23. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +20 -20
  24. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  25. package/dist/bubbles/service-bubble/firecrawl.d.ts +360 -360
  26. package/dist/bubbles/service-bubble/followupboss.d.ts +144 -144
  27. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  28. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +16 -16
  29. package/dist/bubbles/service-bubble/github.d.ts +148 -148
  30. package/dist/bubbles/service-bubble/gmail.d.ts +328 -328
  31. package/dist/bubbles/service-bubble/google-calendar.d.ts +34 -34
  32. package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
  33. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  34. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +30 -30
  35. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  36. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  37. package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
  38. package/dist/bubbles/service-bubble/jira/jira.d.ts +92 -92
  39. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +102 -102
  40. package/dist/bubbles/service-bubble/notion/notion.d.ts +651 -651
  41. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +28 -28
  42. package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
  43. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  44. package/dist/bubbles/service-bubble/slack/slack.d.ts +436 -436
  45. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  46. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +72 -72
  47. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +76 -76
  48. package/dist/bubbles/service-bubble/telegram.d.ts +66 -66
  49. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +18 -18
  50. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +20 -20
  51. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +2 -2
  52. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
  53. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +2 -2
  54. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
  55. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +2 -2
  56. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
  57. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +2 -2
  58. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
  59. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +12 -12
  60. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  62. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
  63. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -8
  64. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  65. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
  66. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  67. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +334 -334
  68. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  69. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +12 -12
  72. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
  73. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  74. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  75. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +16 -16
  76. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +66 -66
  77. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  78. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +112 -112
  79. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  80. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  81. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  82. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  83. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  84. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
  85. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +6 -6
  86. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  87. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
  88. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +38 -38
  89. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +40 -40
  90. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +50 -50
  91. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +100 -100
  92. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +24 -24
  93. package/dist/bubbles.json +1 -1
  94. package/package.json +2 -2
@@ -20,8 +20,8 @@ declare const TwitterUserSchema: z.ZodObject<{
20
20
  name: string | null;
21
21
  url: string | null;
22
22
  id: string | null;
23
- userName: string | null;
24
23
  following: number | null;
24
+ userName: string | null;
25
25
  isVerified: boolean | null;
26
26
  isBlueVerified: boolean | null;
27
27
  profilePicture: string | null;
@@ -33,8 +33,8 @@ declare const TwitterUserSchema: z.ZodObject<{
33
33
  name: string | null;
34
34
  url: string | null;
35
35
  id: string | null;
36
- userName: string | null;
37
36
  following: number | null;
37
+ userName: string | null;
38
38
  isVerified: boolean | null;
39
39
  isBlueVerified: boolean | null;
40
40
  profilePicture: string | null;
@@ -64,8 +64,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
64
64
  name: string | null;
65
65
  url: string | null;
66
66
  id: string | null;
67
- userName: string | null;
68
67
  following: number | null;
68
+ userName: string | null;
69
69
  isVerified: boolean | null;
70
70
  isBlueVerified: boolean | null;
71
71
  profilePicture: string | null;
@@ -77,8 +77,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
77
77
  name: string | null;
78
78
  url: string | null;
79
79
  id: string | null;
80
- userName: string | null;
81
80
  following: number | null;
81
+ userName: string | null;
82
82
  isVerified: boolean | null;
83
83
  isBlueVerified: boolean | null;
84
84
  profilePicture: string | null;
@@ -146,17 +146,9 @@ declare const TwitterTweetSchema: z.ZodObject<{
146
146
  isQuote: z.ZodNullable<z.ZodBoolean>;
147
147
  isReply: z.ZodNullable<z.ZodBoolean>;
148
148
  }, "strip", z.ZodTypeAny, {
149
- text: string | null;
150
149
  url: string | null;
151
150
  id: string | null;
152
- stats: {
153
- viewCount: number | null;
154
- retweetCount: number | null;
155
- replyCount: number | null;
156
- likeCount: number | null;
157
- quoteCount: number | null;
158
- bookmarkCount: number | null;
159
- } | null;
151
+ text: string | null;
160
152
  entities: {
161
153
  hashtags: string[] | null;
162
154
  mentions: string[] | null;
@@ -167,8 +159,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
167
159
  name: string | null;
168
160
  url: string | null;
169
161
  id: string | null;
170
- userName: string | null;
171
162
  following: number | null;
163
+ userName: string | null;
172
164
  isVerified: boolean | null;
173
165
  isBlueVerified: boolean | null;
174
166
  profilePicture: string | null;
@@ -176,6 +168,14 @@ declare const TwitterTweetSchema: z.ZodObject<{
176
168
  tweetsCount: number | null;
177
169
  createdAt: string | null;
178
170
  } | null;
171
+ stats: {
172
+ viewCount: number | null;
173
+ retweetCount: number | null;
174
+ replyCount: number | null;
175
+ likeCount: number | null;
176
+ quoteCount: number | null;
177
+ bookmarkCount: number | null;
178
+ } | null;
179
179
  media: {
180
180
  type: string | null;
181
181
  url: string | null;
@@ -189,17 +189,9 @@ declare const TwitterTweetSchema: z.ZodObject<{
189
189
  isQuote: boolean | null;
190
190
  isReply: boolean | null;
191
191
  }, {
192
- text: string | null;
193
192
  url: string | null;
194
193
  id: string | null;
195
- stats: {
196
- viewCount: number | null;
197
- retweetCount: number | null;
198
- replyCount: number | null;
199
- likeCount: number | null;
200
- quoteCount: number | null;
201
- bookmarkCount: number | null;
202
- } | null;
194
+ text: string | null;
203
195
  entities: {
204
196
  hashtags: string[] | null;
205
197
  mentions: string[] | null;
@@ -210,8 +202,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
210
202
  name: string | null;
211
203
  url: string | null;
212
204
  id: string | null;
213
- userName: string | null;
214
205
  following: number | null;
206
+ userName: string | null;
215
207
  isVerified: boolean | null;
216
208
  isBlueVerified: boolean | null;
217
209
  profilePicture: string | null;
@@ -219,6 +211,14 @@ declare const TwitterTweetSchema: z.ZodObject<{
219
211
  tweetsCount: number | null;
220
212
  createdAt: string | null;
221
213
  } | null;
214
+ stats: {
215
+ viewCount: number | null;
216
+ retweetCount: number | null;
217
+ replyCount: number | null;
218
+ likeCount: number | null;
219
+ quoteCount: number | null;
220
+ bookmarkCount: number | null;
221
+ } | null;
222
222
  media: {
223
223
  type: string | null;
224
224
  url: string | null;
@@ -284,8 +284,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
284
284
  name: string | null;
285
285
  url: string | null;
286
286
  id: string | null;
287
- userName: string | null;
288
287
  following: number | null;
288
+ userName: string | null;
289
289
  isVerified: boolean | null;
290
290
  isBlueVerified: boolean | null;
291
291
  profilePicture: string | null;
@@ -297,8 +297,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
297
297
  name: string | null;
298
298
  url: string | null;
299
299
  id: string | null;
300
- userName: string | null;
301
300
  following: number | null;
301
+ userName: string | null;
302
302
  isVerified: boolean | null;
303
303
  isBlueVerified: boolean | null;
304
304
  profilePicture: string | null;
@@ -366,17 +366,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
366
366
  isQuote: z.ZodNullable<z.ZodBoolean>;
367
367
  isReply: z.ZodNullable<z.ZodBoolean>;
368
368
  }, "strip", z.ZodTypeAny, {
369
- text: string | null;
370
369
  url: string | null;
371
370
  id: string | null;
372
- stats: {
373
- viewCount: number | null;
374
- retweetCount: number | null;
375
- replyCount: number | null;
376
- likeCount: number | null;
377
- quoteCount: number | null;
378
- bookmarkCount: number | null;
379
- } | null;
371
+ text: string | null;
380
372
  entities: {
381
373
  hashtags: string[] | null;
382
374
  mentions: string[] | null;
@@ -387,8 +379,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
387
379
  name: string | null;
388
380
  url: string | null;
389
381
  id: string | null;
390
- userName: string | null;
391
382
  following: number | null;
383
+ userName: string | null;
392
384
  isVerified: boolean | null;
393
385
  isBlueVerified: boolean | null;
394
386
  profilePicture: string | null;
@@ -396,6 +388,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
396
388
  tweetsCount: number | null;
397
389
  createdAt: string | null;
398
390
  } | null;
391
+ stats: {
392
+ viewCount: number | null;
393
+ retweetCount: number | null;
394
+ replyCount: number | null;
395
+ likeCount: number | null;
396
+ quoteCount: number | null;
397
+ bookmarkCount: number | null;
398
+ } | null;
399
399
  media: {
400
400
  type: string | null;
401
401
  url: string | null;
@@ -409,17 +409,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
409
409
  isQuote: boolean | null;
410
410
  isReply: boolean | null;
411
411
  }, {
412
- text: string | null;
413
412
  url: string | null;
414
413
  id: string | null;
415
- stats: {
416
- viewCount: number | null;
417
- retweetCount: number | null;
418
- replyCount: number | null;
419
- likeCount: number | null;
420
- quoteCount: number | null;
421
- bookmarkCount: number | null;
422
- } | null;
414
+ text: string | null;
423
415
  entities: {
424
416
  hashtags: string[] | null;
425
417
  mentions: string[] | null;
@@ -430,8 +422,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
430
422
  name: string | null;
431
423
  url: string | null;
432
424
  id: string | null;
433
- userName: string | null;
434
425
  following: number | null;
426
+ userName: string | null;
435
427
  isVerified: boolean | null;
436
428
  isBlueVerified: boolean | null;
437
429
  profilePicture: string | null;
@@ -439,6 +431,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
439
431
  tweetsCount: number | null;
440
432
  createdAt: string | null;
441
433
  } | null;
434
+ stats: {
435
+ viewCount: number | null;
436
+ retweetCount: number | null;
437
+ replyCount: number | null;
438
+ likeCount: number | null;
439
+ quoteCount: number | null;
440
+ bookmarkCount: number | null;
441
+ } | null;
442
442
  media: {
443
443
  type: string | null;
444
444
  url: string | null;
@@ -456,21 +456,13 @@ declare const TwitterToolResultSchema: z.ZodObject<{
456
456
  success: z.ZodBoolean;
457
457
  error: z.ZodString;
458
458
  }, "strip", z.ZodTypeAny, {
459
- success: boolean;
460
459
  error: string;
460
+ success: boolean;
461
461
  operation: "search" | "scrapeProfile" | "scrapeUrl";
462
462
  tweets: {
463
- text: string | null;
464
463
  url: string | null;
465
464
  id: string | null;
466
- stats: {
467
- viewCount: number | null;
468
- retweetCount: number | null;
469
- replyCount: number | null;
470
- likeCount: number | null;
471
- quoteCount: number | null;
472
- bookmarkCount: number | null;
473
- } | null;
465
+ text: string | null;
474
466
  entities: {
475
467
  hashtags: string[] | null;
476
468
  mentions: string[] | null;
@@ -481,8 +473,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
481
473
  name: string | null;
482
474
  url: string | null;
483
475
  id: string | null;
484
- userName: string | null;
485
476
  following: number | null;
477
+ userName: string | null;
486
478
  isVerified: boolean | null;
487
479
  isBlueVerified: boolean | null;
488
480
  profilePicture: string | null;
@@ -490,6 +482,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
490
482
  tweetsCount: number | null;
491
483
  createdAt: string | null;
492
484
  } | null;
485
+ stats: {
486
+ viewCount: number | null;
487
+ retweetCount: number | null;
488
+ replyCount: number | null;
489
+ likeCount: number | null;
490
+ quoteCount: number | null;
491
+ bookmarkCount: number | null;
492
+ } | null;
493
493
  media: {
494
494
  type: string | null;
495
495
  url: string | null;
@@ -505,21 +505,13 @@ declare const TwitterToolResultSchema: z.ZodObject<{
505
505
  }[];
506
506
  totalTweets: number;
507
507
  }, {
508
- success: boolean;
509
508
  error: string;
509
+ success: boolean;
510
510
  operation: "search" | "scrapeProfile" | "scrapeUrl";
511
511
  tweets: {
512
- text: string | null;
513
512
  url: string | null;
514
513
  id: string | null;
515
- stats: {
516
- viewCount: number | null;
517
- retweetCount: number | null;
518
- replyCount: number | null;
519
- likeCount: number | null;
520
- quoteCount: number | null;
521
- bookmarkCount: number | null;
522
- } | null;
514
+ text: string | null;
523
515
  entities: {
524
516
  hashtags: string[] | null;
525
517
  mentions: string[] | null;
@@ -530,8 +522,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
530
522
  name: string | null;
531
523
  url: string | null;
532
524
  id: string | null;
533
- userName: string | null;
534
525
  following: number | null;
526
+ userName: string | null;
535
527
  isVerified: boolean | null;
536
528
  isBlueVerified: boolean | null;
537
529
  profilePicture: string | null;
@@ -539,6 +531,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
539
531
  tweetsCount: number | null;
540
532
  createdAt: string | null;
541
533
  } | null;
534
+ stats: {
535
+ viewCount: number | null;
536
+ retweetCount: number | null;
537
+ replyCount: number | null;
538
+ likeCount: number | null;
539
+ quoteCount: number | null;
540
+ bookmarkCount: number | null;
541
+ } | null;
542
542
  media: {
543
543
  type: string | null;
544
544
  url: string | null;
@@ -630,8 +630,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
630
630
  name: string | null;
631
631
  url: string | null;
632
632
  id: string | null;
633
- userName: string | null;
634
633
  following: number | null;
634
+ userName: string | null;
635
635
  isVerified: boolean | null;
636
636
  isBlueVerified: boolean | null;
637
637
  profilePicture: string | null;
@@ -643,8 +643,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
643
643
  name: string | null;
644
644
  url: string | null;
645
645
  id: string | null;
646
- userName: string | null;
647
646
  following: number | null;
647
+ userName: string | null;
648
648
  isVerified: boolean | null;
649
649
  isBlueVerified: boolean | null;
650
650
  profilePicture: string | null;
@@ -712,17 +712,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
712
712
  isQuote: z.ZodNullable<z.ZodBoolean>;
713
713
  isReply: z.ZodNullable<z.ZodBoolean>;
714
714
  }, "strip", z.ZodTypeAny, {
715
- text: string | null;
716
715
  url: string | null;
717
716
  id: string | null;
718
- stats: {
719
- viewCount: number | null;
720
- retweetCount: number | null;
721
- replyCount: number | null;
722
- likeCount: number | null;
723
- quoteCount: number | null;
724
- bookmarkCount: number | null;
725
- } | null;
717
+ text: string | null;
726
718
  entities: {
727
719
  hashtags: string[] | null;
728
720
  mentions: string[] | null;
@@ -733,8 +725,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
733
725
  name: string | null;
734
726
  url: string | null;
735
727
  id: string | null;
736
- userName: string | null;
737
728
  following: number | null;
729
+ userName: string | null;
738
730
  isVerified: boolean | null;
739
731
  isBlueVerified: boolean | null;
740
732
  profilePicture: string | null;
@@ -742,6 +734,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
742
734
  tweetsCount: number | null;
743
735
  createdAt: string | null;
744
736
  } | null;
737
+ stats: {
738
+ viewCount: number | null;
739
+ retweetCount: number | null;
740
+ replyCount: number | null;
741
+ likeCount: number | null;
742
+ quoteCount: number | null;
743
+ bookmarkCount: number | null;
744
+ } | null;
745
745
  media: {
746
746
  type: string | null;
747
747
  url: string | null;
@@ -755,17 +755,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
755
755
  isQuote: boolean | null;
756
756
  isReply: boolean | null;
757
757
  }, {
758
- text: string | null;
759
758
  url: string | null;
760
759
  id: string | null;
761
- stats: {
762
- viewCount: number | null;
763
- retweetCount: number | null;
764
- replyCount: number | null;
765
- likeCount: number | null;
766
- quoteCount: number | null;
767
- bookmarkCount: number | null;
768
- } | null;
760
+ text: string | null;
769
761
  entities: {
770
762
  hashtags: string[] | null;
771
763
  mentions: string[] | null;
@@ -776,8 +768,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
776
768
  name: string | null;
777
769
  url: string | null;
778
770
  id: string | null;
779
- userName: string | null;
780
771
  following: number | null;
772
+ userName: string | null;
781
773
  isVerified: boolean | null;
782
774
  isBlueVerified: boolean | null;
783
775
  profilePicture: string | null;
@@ -785,6 +777,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
785
777
  tweetsCount: number | null;
786
778
  createdAt: string | null;
787
779
  } | null;
780
+ stats: {
781
+ viewCount: number | null;
782
+ retweetCount: number | null;
783
+ replyCount: number | null;
784
+ likeCount: number | null;
785
+ quoteCount: number | null;
786
+ bookmarkCount: number | null;
787
+ } | null;
788
788
  media: {
789
789
  type: string | null;
790
790
  url: string | null;
@@ -802,21 +802,13 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
802
802
  success: z.ZodBoolean;
803
803
  error: z.ZodString;
804
804
  }, "strip", z.ZodTypeAny, {
805
- success: boolean;
806
805
  error: string;
806
+ success: boolean;
807
807
  operation: "search" | "scrapeProfile" | "scrapeUrl";
808
808
  tweets: {
809
- text: string | null;
810
809
  url: string | null;
811
810
  id: string | null;
812
- stats: {
813
- viewCount: number | null;
814
- retweetCount: number | null;
815
- replyCount: number | null;
816
- likeCount: number | null;
817
- quoteCount: number | null;
818
- bookmarkCount: number | null;
819
- } | null;
811
+ text: string | null;
820
812
  entities: {
821
813
  hashtags: string[] | null;
822
814
  mentions: string[] | null;
@@ -827,8 +819,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
827
819
  name: string | null;
828
820
  url: string | null;
829
821
  id: string | null;
830
- userName: string | null;
831
822
  following: number | null;
823
+ userName: string | null;
832
824
  isVerified: boolean | null;
833
825
  isBlueVerified: boolean | null;
834
826
  profilePicture: string | null;
@@ -836,6 +828,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
836
828
  tweetsCount: number | null;
837
829
  createdAt: string | null;
838
830
  } | null;
831
+ stats: {
832
+ viewCount: number | null;
833
+ retweetCount: number | null;
834
+ replyCount: number | null;
835
+ likeCount: number | null;
836
+ quoteCount: number | null;
837
+ bookmarkCount: number | null;
838
+ } | null;
839
839
  media: {
840
840
  type: string | null;
841
841
  url: string | null;
@@ -851,21 +851,13 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
851
851
  }[];
852
852
  totalTweets: number;
853
853
  }, {
854
- success: boolean;
855
854
  error: string;
855
+ success: boolean;
856
856
  operation: "search" | "scrapeProfile" | "scrapeUrl";
857
857
  tweets: {
858
- text: string | null;
859
858
  url: string | null;
860
859
  id: string | null;
861
- stats: {
862
- viewCount: number | null;
863
- retweetCount: number | null;
864
- replyCount: number | null;
865
- likeCount: number | null;
866
- quoteCount: number | null;
867
- bookmarkCount: number | null;
868
- } | null;
860
+ text: string | null;
869
861
  entities: {
870
862
  hashtags: string[] | null;
871
863
  mentions: string[] | null;
@@ -876,8 +868,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
876
868
  name: string | null;
877
869
  url: string | null;
878
870
  id: string | null;
879
- userName: string | null;
880
871
  following: number | null;
872
+ userName: string | null;
881
873
  isVerified: boolean | null;
882
874
  isBlueVerified: boolean | null;
883
875
  profilePicture: string | null;
@@ -885,6 +877,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
885
877
  tweetsCount: number | null;
886
878
  createdAt: string | null;
887
879
  } | null;
880
+ stats: {
881
+ viewCount: number | null;
882
+ retweetCount: number | null;
883
+ replyCount: number | null;
884
+ likeCount: number | null;
885
+ quoteCount: number | null;
886
+ bookmarkCount: number | null;
887
+ } | null;
888
888
  media: {
889
889
  type: string | null;
890
890
  url: string | null;
@@ -69,8 +69,8 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
69
69
  maxPagesReached?: boolean | undefined;
70
70
  }>>;
71
71
  }, "strip", z.ZodTypeAny, {
72
- success: boolean;
73
72
  error: string;
73
+ success: boolean;
74
74
  url: string;
75
75
  pages: {
76
76
  content: string;
@@ -86,8 +86,8 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
86
86
  maxPagesReached?: boolean | undefined;
87
87
  } | undefined;
88
88
  }, {
89
- success: boolean;
90
89
  error: string;
90
+ success: boolean;
91
91
  url: string;
92
92
  pages: {
93
93
  content: string;
@@ -175,8 +175,8 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
175
175
  maxPagesReached?: boolean | undefined;
176
176
  }>>;
177
177
  }, "strip", z.ZodTypeAny, {
178
- success: boolean;
179
178
  error: string;
179
+ success: boolean;
180
180
  url: string;
181
181
  pages: {
182
182
  content: string;
@@ -192,8 +192,8 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
192
192
  maxPagesReached?: boolean | undefined;
193
193
  } | undefined;
194
194
  }, {
195
- success: boolean;
196
195
  error: string;
196
+ success: boolean;
197
197
  url: string;
198
198
  pages: {
199
199
  content: string;
@@ -40,8 +40,8 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
40
40
  pageTitle?: string | undefined;
41
41
  }>>;
42
42
  }, "strip", z.ZodTypeAny, {
43
- success: boolean;
44
43
  error: string;
44
+ success: boolean;
45
45
  url: string;
46
46
  metadata?: {
47
47
  statusCode?: number | undefined;
@@ -50,8 +50,8 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
50
50
  } | undefined;
51
51
  extractedData?: any;
52
52
  }, {
53
- success: boolean;
54
53
  error: string;
54
+ success: boolean;
55
55
  url: string;
56
56
  metadata?: {
57
57
  statusCode?: number | undefined;
@@ -103,8 +103,8 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
103
103
  pageTitle?: string | undefined;
104
104
  }>>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- success: boolean;
107
106
  error: string;
107
+ success: boolean;
108
108
  url: string;
109
109
  metadata?: {
110
110
  statusCode?: number | undefined;
@@ -113,8 +113,8 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
113
113
  } | undefined;
114
114
  extractedData?: any;
115
115
  }, {
116
- success: boolean;
117
116
  error: string;
117
+ success: boolean;
118
118
  url: string;
119
119
  metadata?: {
120
120
  statusCode?: number | undefined;
@@ -37,10 +37,10 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
37
37
  loadTime?: number | undefined;
38
38
  }>>;
39
39
  }, "strip", z.ZodTypeAny, {
40
- success: boolean;
41
- error: string;
42
40
  format: string;
43
41
  title: string;
42
+ error: string;
43
+ success: boolean;
44
44
  content: string;
45
45
  url: string;
46
46
  creditsUsed: number;
@@ -49,10 +49,10 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
49
49
  loadTime?: number | undefined;
50
50
  } | undefined;
51
51
  }, {
52
- success: boolean;
53
- error: string;
54
52
  format: string;
55
53
  title: string;
54
+ error: string;
55
+ success: boolean;
56
56
  content: string;
57
57
  url: string;
58
58
  creditsUsed: number;
@@ -101,10 +101,10 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
101
101
  loadTime?: number | undefined;
102
102
  }>>;
103
103
  }, "strip", z.ZodTypeAny, {
104
- success: boolean;
105
- error: string;
106
104
  format: string;
107
105
  title: string;
106
+ error: string;
107
+ success: boolean;
108
108
  content: string;
109
109
  url: string;
110
110
  creditsUsed: number;
@@ -113,10 +113,10 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
113
113
  loadTime?: number | undefined;
114
114
  } | undefined;
115
115
  }, {
116
- success: boolean;
117
- error: string;
118
116
  format: string;
119
117
  title: string;
118
+ error: string;
119
+ success: boolean;
120
120
  content: string;
121
121
  url: string;
122
122
  creditsUsed: number;