@bubblelab/bubble-core 0.1.170 → 0.1.172

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 (87) hide show
  1. package/dist/bubble-bundle.d.ts +157 -112
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +4 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.d.ts +84 -84
  6. package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
  7. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  9. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  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 +126 -126
  17. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  18. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +74 -74
  19. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
  20. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +3 -3
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +3 -3
  22. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  23. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  24. package/dist/bubbles/service-bubble/firecrawl.d.ts +202 -202
  25. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/github.d.ts +12 -12
  27. package/dist/bubbles/service-bubble/gmail.d.ts +16 -16
  28. package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
  29. package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
  30. package/dist/bubbles/service-bubble/http.d.ts +6 -6
  31. package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
  32. package/dist/bubbles/service-bubble/jira/jira.d.ts +16 -16
  33. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +18 -18
  34. package/dist/bubbles/service-bubble/linear/index.d.ts +5 -0
  35. package/dist/bubbles/service-bubble/linear/index.d.ts.map +1 -0
  36. package/dist/bubbles/service-bubble/linear/index.js +5 -0
  37. package/dist/bubbles/service-bubble/linear/index.js.map +1 -0
  38. package/dist/bubbles/service-bubble/linear/linear.d.ts +1695 -0
  39. package/dist/bubbles/service-bubble/linear/linear.d.ts.map +1 -0
  40. package/dist/bubbles/service-bubble/linear/linear.integration.flow.d.ts +33 -0
  41. package/dist/bubbles/service-bubble/linear/linear.integration.flow.d.ts.map +1 -0
  42. package/dist/bubbles/service-bubble/linear/linear.integration.flow.js +432 -0
  43. package/dist/bubbles/service-bubble/linear/linear.integration.flow.js.map +1 -0
  44. package/dist/bubbles/service-bubble/linear/linear.js +463 -0
  45. package/dist/bubbles/service-bubble/linear/linear.js.map +1 -0
  46. package/dist/bubbles/service-bubble/linear/linear.schema.d.ts +2059 -0
  47. package/dist/bubbles/service-bubble/linear/linear.schema.d.ts.map +1 -0
  48. package/dist/bubbles/service-bubble/linear/linear.schema.js +444 -0
  49. package/dist/bubbles/service-bubble/linear/linear.schema.js.map +1 -0
  50. package/dist/bubbles/service-bubble/linear/linear.utils.d.ts +24 -0
  51. package/dist/bubbles/service-bubble/linear/linear.utils.d.ts.map +1 -0
  52. package/dist/bubbles/service-bubble/linear/linear.utils.js +288 -0
  53. package/dist/bubbles/service-bubble/linear/linear.utils.js.map +1 -0
  54. package/dist/bubbles/service-bubble/notion/notion.d.ts +272 -272
  55. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  56. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  57. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +8 -8
  58. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +12 -12
  59. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  60. package/dist/bubbles/service-bubble/slack/slack.d.ts +160 -160
  61. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  62. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  63. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  64. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  65. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  66. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +106 -106
  67. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
  69. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  72. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +54 -54
  73. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  74. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  75. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  76. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  77. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  78. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
  79. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  80. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  81. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
  82. package/dist/bubbles.json +1357 -2
  83. package/dist/index.d.ts +2 -0
  84. package/dist/index.d.ts.map +1 -1
  85. package/dist/index.js +1 -0
  86. package/dist/index.js.map +1 -1
  87. package/package.json +2 -2
@@ -18,8 +18,8 @@ declare const TwitterUserSchema: z.ZodObject<{
18
18
  }, "strip", z.ZodTypeAny, {
19
19
  description: string | null;
20
20
  name: string | null;
21
- url: string | null;
22
21
  id: string | null;
22
+ url: string | null;
23
23
  following: number | null;
24
24
  userName: string | null;
25
25
  isVerified: boolean | null;
@@ -31,8 +31,8 @@ declare const TwitterUserSchema: z.ZodObject<{
31
31
  }, {
32
32
  description: string | null;
33
33
  name: string | null;
34
- url: string | null;
35
34
  id: string | null;
35
+ url: string | null;
36
36
  following: number | null;
37
37
  userName: string | null;
38
38
  isVerified: boolean | null;
@@ -62,8 +62,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
62
62
  }, "strip", z.ZodTypeAny, {
63
63
  description: string | null;
64
64
  name: string | null;
65
- url: string | null;
66
65
  id: string | null;
66
+ url: string | null;
67
67
  following: number | null;
68
68
  userName: string | null;
69
69
  isVerified: boolean | null;
@@ -75,8 +75,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
75
75
  }, {
76
76
  description: string | null;
77
77
  name: string | null;
78
- url: string | null;
79
78
  id: string | null;
79
+ url: string | null;
80
80
  following: number | null;
81
81
  userName: string | null;
82
82
  isVerified: boolean | null;
@@ -117,15 +117,15 @@ declare const TwitterTweetSchema: z.ZodObject<{
117
117
  height: z.ZodNullable<z.ZodNumber>;
118
118
  duration: z.ZodNullable<z.ZodNumber>;
119
119
  }, "strip", z.ZodTypeAny, {
120
+ duration: number | null;
120
121
  type: string | null;
121
122
  url: string | null;
122
- duration: number | null;
123
123
  width: number | null;
124
124
  height: number | null;
125
125
  }, {
126
+ duration: number | null;
126
127
  type: string | null;
127
128
  url: string | null;
128
- duration: number | null;
129
129
  width: number | null;
130
130
  height: number | null;
131
131
  }>, "many">>;
@@ -146,8 +146,6 @@ 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
- url: string | null;
150
- id: string | null;
151
149
  stats: {
152
150
  viewCount: number | null;
153
151
  retweetCount: number | null;
@@ -157,6 +155,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
157
155
  bookmarkCount: number | null;
158
156
  } | null;
159
157
  text: string | null;
158
+ id: string | null;
159
+ url: string | null;
160
160
  entities: {
161
161
  hashtags: string[] | null;
162
162
  mentions: string[] | null;
@@ -165,8 +165,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
165
165
  author: {
166
166
  description: string | null;
167
167
  name: string | null;
168
- url: string | null;
169
168
  id: string | null;
169
+ url: string | null;
170
170
  following: number | null;
171
171
  userName: string | null;
172
172
  isVerified: boolean | null;
@@ -177,9 +177,9 @@ declare const TwitterTweetSchema: z.ZodObject<{
177
177
  createdAt: string | null;
178
178
  } | null;
179
179
  media: {
180
+ duration: number | null;
180
181
  type: string | null;
181
182
  url: string | null;
182
- duration: number | null;
183
183
  width: number | null;
184
184
  height: number | null;
185
185
  }[] | null;
@@ -189,8 +189,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
189
189
  isQuote: boolean | null;
190
190
  isReply: boolean | null;
191
191
  }, {
192
- url: string | null;
193
- id: string | null;
194
192
  stats: {
195
193
  viewCount: number | null;
196
194
  retweetCount: number | null;
@@ -200,6 +198,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
200
198
  bookmarkCount: number | null;
201
199
  } | null;
202
200
  text: string | null;
201
+ id: string | null;
202
+ url: string | null;
203
203
  entities: {
204
204
  hashtags: string[] | null;
205
205
  mentions: string[] | null;
@@ -208,8 +208,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
208
208
  author: {
209
209
  description: string | null;
210
210
  name: string | null;
211
- url: string | null;
212
211
  id: string | null;
212
+ url: string | null;
213
213
  following: number | null;
214
214
  userName: string | null;
215
215
  isVerified: boolean | null;
@@ -220,9 +220,9 @@ declare const TwitterTweetSchema: z.ZodObject<{
220
220
  createdAt: string | null;
221
221
  } | null;
222
222
  media: {
223
+ duration: number | null;
223
224
  type: string | null;
224
225
  url: string | null;
225
- duration: number | null;
226
226
  width: number | null;
227
227
  height: number | null;
228
228
  }[] | null;
@@ -282,8 +282,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
282
282
  }, "strip", z.ZodTypeAny, {
283
283
  description: string | null;
284
284
  name: string | null;
285
- url: string | null;
286
285
  id: string | null;
286
+ url: string | null;
287
287
  following: number | null;
288
288
  userName: string | null;
289
289
  isVerified: boolean | null;
@@ -295,8 +295,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
295
295
  }, {
296
296
  description: string | null;
297
297
  name: string | null;
298
- url: string | null;
299
298
  id: string | null;
299
+ url: string | null;
300
300
  following: number | null;
301
301
  userName: string | null;
302
302
  isVerified: boolean | null;
@@ -337,15 +337,15 @@ declare const TwitterToolResultSchema: z.ZodObject<{
337
337
  height: z.ZodNullable<z.ZodNumber>;
338
338
  duration: z.ZodNullable<z.ZodNumber>;
339
339
  }, "strip", z.ZodTypeAny, {
340
+ duration: number | null;
340
341
  type: string | null;
341
342
  url: string | null;
342
- duration: number | null;
343
343
  width: number | null;
344
344
  height: number | null;
345
345
  }, {
346
+ duration: number | null;
346
347
  type: string | null;
347
348
  url: string | null;
348
- duration: number | null;
349
349
  width: number | null;
350
350
  height: number | null;
351
351
  }>, "many">>;
@@ -366,8 +366,6 @@ 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
- url: string | null;
370
- id: string | null;
371
369
  stats: {
372
370
  viewCount: number | null;
373
371
  retweetCount: number | null;
@@ -377,6 +375,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
377
375
  bookmarkCount: number | null;
378
376
  } | null;
379
377
  text: string | null;
378
+ id: string | null;
379
+ url: string | null;
380
380
  entities: {
381
381
  hashtags: string[] | null;
382
382
  mentions: string[] | null;
@@ -385,8 +385,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
385
385
  author: {
386
386
  description: string | null;
387
387
  name: string | null;
388
- url: string | null;
389
388
  id: string | null;
389
+ url: string | null;
390
390
  following: number | null;
391
391
  userName: string | null;
392
392
  isVerified: boolean | null;
@@ -397,9 +397,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
397
397
  createdAt: string | null;
398
398
  } | null;
399
399
  media: {
400
+ duration: number | null;
400
401
  type: string | null;
401
402
  url: string | null;
402
- duration: number | null;
403
403
  width: number | null;
404
404
  height: number | null;
405
405
  }[] | null;
@@ -409,8 +409,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
409
409
  isQuote: boolean | null;
410
410
  isReply: boolean | null;
411
411
  }, {
412
- url: string | null;
413
- id: string | null;
414
412
  stats: {
415
413
  viewCount: number | null;
416
414
  retweetCount: number | null;
@@ -420,6 +418,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
420
418
  bookmarkCount: number | null;
421
419
  } | null;
422
420
  text: string | null;
421
+ id: string | null;
422
+ url: string | null;
423
423
  entities: {
424
424
  hashtags: string[] | null;
425
425
  mentions: string[] | null;
@@ -428,8 +428,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
428
428
  author: {
429
429
  description: string | null;
430
430
  name: string | null;
431
- url: string | null;
432
431
  id: string | null;
432
+ url: string | null;
433
433
  following: number | null;
434
434
  userName: string | null;
435
435
  isVerified: boolean | null;
@@ -440,9 +440,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
440
440
  createdAt: string | null;
441
441
  } | null;
442
442
  media: {
443
+ duration: number | null;
443
444
  type: string | null;
444
445
  url: string | null;
445
- duration: number | null;
446
446
  width: number | null;
447
447
  height: number | null;
448
448
  }[] | null;
@@ -460,8 +460,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
460
460
  success: boolean;
461
461
  operation: "search" | "scrapeProfile" | "scrapeUrl";
462
462
  tweets: {
463
- url: string | null;
464
- id: string | null;
465
463
  stats: {
466
464
  viewCount: number | null;
467
465
  retweetCount: number | null;
@@ -471,6 +469,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
471
469
  bookmarkCount: number | null;
472
470
  } | null;
473
471
  text: string | null;
472
+ id: string | null;
473
+ url: string | null;
474
474
  entities: {
475
475
  hashtags: string[] | null;
476
476
  mentions: string[] | null;
@@ -479,8 +479,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
479
479
  author: {
480
480
  description: string | null;
481
481
  name: string | null;
482
- url: string | null;
483
482
  id: string | null;
483
+ url: string | null;
484
484
  following: number | null;
485
485
  userName: string | null;
486
486
  isVerified: boolean | null;
@@ -491,9 +491,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
491
491
  createdAt: string | null;
492
492
  } | null;
493
493
  media: {
494
+ duration: number | null;
494
495
  type: string | null;
495
496
  url: string | null;
496
- duration: number | null;
497
497
  width: number | null;
498
498
  height: number | null;
499
499
  }[] | null;
@@ -509,8 +509,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
509
509
  success: boolean;
510
510
  operation: "search" | "scrapeProfile" | "scrapeUrl";
511
511
  tweets: {
512
- url: string | null;
513
- id: string | null;
514
512
  stats: {
515
513
  viewCount: number | null;
516
514
  retweetCount: number | null;
@@ -520,6 +518,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
520
518
  bookmarkCount: number | null;
521
519
  } | null;
522
520
  text: string | null;
521
+ id: string | null;
522
+ url: string | null;
523
523
  entities: {
524
524
  hashtags: string[] | null;
525
525
  mentions: string[] | null;
@@ -528,8 +528,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
528
528
  author: {
529
529
  description: string | null;
530
530
  name: string | null;
531
- url: string | null;
532
531
  id: string | null;
532
+ url: string | null;
533
533
  following: number | null;
534
534
  userName: string | null;
535
535
  isVerified: boolean | null;
@@ -540,9 +540,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
540
540
  createdAt: string | null;
541
541
  } | null;
542
542
  media: {
543
+ duration: number | null;
543
544
  type: string | null;
544
545
  url: string | null;
545
- duration: number | null;
546
546
  width: number | null;
547
547
  height: number | null;
548
548
  }[] | null;
@@ -628,8 +628,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
628
628
  }, "strip", z.ZodTypeAny, {
629
629
  description: string | null;
630
630
  name: string | null;
631
- url: string | null;
632
631
  id: string | null;
632
+ url: string | null;
633
633
  following: number | null;
634
634
  userName: string | null;
635
635
  isVerified: boolean | null;
@@ -641,8 +641,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
641
641
  }, {
642
642
  description: string | null;
643
643
  name: string | null;
644
- url: string | null;
645
644
  id: string | null;
645
+ url: string | null;
646
646
  following: number | null;
647
647
  userName: string | null;
648
648
  isVerified: boolean | null;
@@ -683,15 +683,15 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
683
683
  height: z.ZodNullable<z.ZodNumber>;
684
684
  duration: z.ZodNullable<z.ZodNumber>;
685
685
  }, "strip", z.ZodTypeAny, {
686
+ duration: number | null;
686
687
  type: string | null;
687
688
  url: string | null;
688
- duration: number | null;
689
689
  width: number | null;
690
690
  height: number | null;
691
691
  }, {
692
+ duration: number | null;
692
693
  type: string | null;
693
694
  url: string | null;
694
- duration: number | null;
695
695
  width: number | null;
696
696
  height: number | null;
697
697
  }>, "many">>;
@@ -712,8 +712,6 @@ 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
- url: string | null;
716
- id: string | null;
717
715
  stats: {
718
716
  viewCount: number | null;
719
717
  retweetCount: number | null;
@@ -723,6 +721,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
723
721
  bookmarkCount: number | null;
724
722
  } | null;
725
723
  text: string | null;
724
+ id: string | null;
725
+ url: string | null;
726
726
  entities: {
727
727
  hashtags: string[] | null;
728
728
  mentions: string[] | null;
@@ -731,8 +731,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
731
731
  author: {
732
732
  description: string | null;
733
733
  name: string | null;
734
- url: string | null;
735
734
  id: string | null;
735
+ url: string | null;
736
736
  following: number | null;
737
737
  userName: string | null;
738
738
  isVerified: boolean | null;
@@ -743,9 +743,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
743
743
  createdAt: string | null;
744
744
  } | null;
745
745
  media: {
746
+ duration: number | null;
746
747
  type: string | null;
747
748
  url: string | null;
748
- duration: number | null;
749
749
  width: number | null;
750
750
  height: number | null;
751
751
  }[] | null;
@@ -755,8 +755,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
755
755
  isQuote: boolean | null;
756
756
  isReply: boolean | null;
757
757
  }, {
758
- url: string | null;
759
- id: string | null;
760
758
  stats: {
761
759
  viewCount: number | null;
762
760
  retweetCount: number | null;
@@ -766,6 +764,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
766
764
  bookmarkCount: number | null;
767
765
  } | null;
768
766
  text: string | null;
767
+ id: string | null;
768
+ url: string | null;
769
769
  entities: {
770
770
  hashtags: string[] | null;
771
771
  mentions: string[] | null;
@@ -774,8 +774,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
774
774
  author: {
775
775
  description: string | null;
776
776
  name: string | null;
777
- url: string | null;
778
777
  id: string | null;
778
+ url: string | null;
779
779
  following: number | null;
780
780
  userName: string | null;
781
781
  isVerified: boolean | null;
@@ -786,9 +786,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
786
786
  createdAt: string | null;
787
787
  } | null;
788
788
  media: {
789
+ duration: number | null;
789
790
  type: string | null;
790
791
  url: string | null;
791
- duration: number | null;
792
792
  width: number | null;
793
793
  height: number | null;
794
794
  }[] | null;
@@ -806,8 +806,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
806
806
  success: boolean;
807
807
  operation: "search" | "scrapeProfile" | "scrapeUrl";
808
808
  tweets: {
809
- url: string | null;
810
- id: string | null;
811
809
  stats: {
812
810
  viewCount: number | null;
813
811
  retweetCount: number | null;
@@ -817,6 +815,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
817
815
  bookmarkCount: number | null;
818
816
  } | null;
819
817
  text: string | null;
818
+ id: string | null;
819
+ url: string | null;
820
820
  entities: {
821
821
  hashtags: string[] | null;
822
822
  mentions: string[] | null;
@@ -825,8 +825,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
825
825
  author: {
826
826
  description: string | null;
827
827
  name: string | null;
828
- url: string | null;
829
828
  id: string | null;
829
+ url: string | null;
830
830
  following: number | null;
831
831
  userName: string | null;
832
832
  isVerified: boolean | null;
@@ -837,9 +837,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
837
837
  createdAt: string | null;
838
838
  } | null;
839
839
  media: {
840
+ duration: number | null;
840
841
  type: string | null;
841
842
  url: string | null;
842
- duration: number | null;
843
843
  width: number | null;
844
844
  height: number | null;
845
845
  }[] | null;
@@ -855,8 +855,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
855
855
  success: boolean;
856
856
  operation: "search" | "scrapeProfile" | "scrapeUrl";
857
857
  tweets: {
858
- url: string | null;
859
- id: string | null;
860
858
  stats: {
861
859
  viewCount: number | null;
862
860
  retweetCount: number | null;
@@ -866,6 +864,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
866
864
  bookmarkCount: number | null;
867
865
  } | null;
868
866
  text: string | null;
867
+ id: string | null;
868
+ url: string | null;
869
869
  entities: {
870
870
  hashtags: string[] | null;
871
871
  mentions: string[] | null;
@@ -874,8 +874,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
874
874
  author: {
875
875
  description: string | null;
876
876
  name: string | null;
877
- url: string | null;
878
877
  id: string | null;
878
+ url: string | null;
879
879
  following: number | null;
880
880
  userName: string | null;
881
881
  isVerified: boolean | null;
@@ -886,9 +886,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
886
886
  createdAt: string | null;
887
887
  } | null;
888
888
  media: {
889
+ duration: number | null;
889
890
  type: string | null;
890
891
  url: string | null;
891
- duration: number | null;
892
892
  width: number | null;
893
893
  height: number | null;
894
894
  }[] | 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;
73
72
  error: string;
74
73
  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;
90
89
  error: string;
91
90
  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;
179
178
  error: string;
180
179
  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;
196
195
  error: string;
197
196
  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;
44
43
  error: string;
45
44
  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;
54
53
  error: string;
55
54
  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;
107
106
  error: string;
108
107
  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;
117
116
  error: string;
118
117
  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
- content: string;
43
- url: string;
44
42
  error: string;
45
43
  success: boolean;
44
+ content: string;
45
+ url: string;
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
- content: string;
55
- url: string;
56
54
  error: string;
57
55
  success: boolean;
56
+ content: string;
57
+ url: string;
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
- content: string;
107
- url: string;
108
106
  error: string;
109
107
  success: boolean;
108
+ content: string;
109
+ url: string;
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
- content: string;
119
- url: string;
120
118
  error: string;
121
119
  success: boolean;
120
+ content: string;
121
+ url: string;
122
122
  creditsUsed: number;
123
123
  metadata?: {
124
124
  statusCode?: number | undefined;