@bubblelab/bubble-core 0.1.146 → 0.1.147
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.
- package/dist/bubble-bundle.d.ts +76 -76
- package/dist/bubbles/service-bubble/agi-inc.d.ts +28 -28
- package/dist/bubbles/service-bubble/ai-agent.d.ts +60 -60
- package/dist/bubbles/service-bubble/airtable.d.ts +112 -112
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +37 -37
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +21 -21
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +394 -394
- package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +60 -60
- package/dist/bubbles/service-bubble/github.d.ts +210 -210
- package/dist/bubbles/service-bubble/gmail.d.ts +410 -410
- package/dist/bubbles/service-bubble/google-calendar.d.ts +2 -2
- package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/jira/jira.d.ts +18 -18
- package/dist/bubbles/service-bubble/notion/notion.d.ts +13738 -9223
- package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.js +55 -2
- package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +504 -504
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +25 -25
- package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +7 -7
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +386 -386
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +108 -108
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +46 -46
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
- package/dist/bubbles.json +732 -3
- package/package.json +2 -2
|
@@ -17,9 +17,9 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
17
17
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
18
18
|
}, "strip", z.ZodTypeAny, {
|
|
19
19
|
description: string | null;
|
|
20
|
-
name: string | null;
|
|
21
20
|
url: string | null;
|
|
22
21
|
id: string | null;
|
|
22
|
+
name: string | null;
|
|
23
23
|
following: number | null;
|
|
24
24
|
userName: string | null;
|
|
25
25
|
isVerified: boolean | null;
|
|
@@ -30,9 +30,9 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
30
30
|
createdAt: string | null;
|
|
31
31
|
}, {
|
|
32
32
|
description: string | null;
|
|
33
|
-
name: string | null;
|
|
34
33
|
url: string | null;
|
|
35
34
|
id: string | null;
|
|
35
|
+
name: string | null;
|
|
36
36
|
following: number | null;
|
|
37
37
|
userName: string | null;
|
|
38
38
|
isVerified: boolean | null;
|
|
@@ -61,9 +61,9 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
61
61
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
62
62
|
}, "strip", z.ZodTypeAny, {
|
|
63
63
|
description: string | null;
|
|
64
|
-
name: string | null;
|
|
65
64
|
url: string | null;
|
|
66
65
|
id: string | null;
|
|
66
|
+
name: string | null;
|
|
67
67
|
following: number | null;
|
|
68
68
|
userName: string | null;
|
|
69
69
|
isVerified: boolean | null;
|
|
@@ -74,9 +74,9 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
74
74
|
createdAt: string | null;
|
|
75
75
|
}, {
|
|
76
76
|
description: string | null;
|
|
77
|
-
name: string | null;
|
|
78
77
|
url: string | null;
|
|
79
78
|
id: string | null;
|
|
79
|
+
name: string | null;
|
|
80
80
|
following: number | null;
|
|
81
81
|
userName: string | null;
|
|
82
82
|
isVerified: boolean | null;
|
|
@@ -147,16 +147,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
147
147
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
149
149
|
url: string | null;
|
|
150
|
-
text: string | null;
|
|
151
|
-
stats: {
|
|
152
|
-
viewCount: number | null;
|
|
153
|
-
retweetCount: number | null;
|
|
154
|
-
replyCount: number | null;
|
|
155
|
-
likeCount: number | null;
|
|
156
|
-
quoteCount: number | null;
|
|
157
|
-
bookmarkCount: number | null;
|
|
158
|
-
} | null;
|
|
159
150
|
id: string | null;
|
|
151
|
+
text: string | null;
|
|
160
152
|
entities: {
|
|
161
153
|
hashtags: string[] | null;
|
|
162
154
|
mentions: string[] | null;
|
|
@@ -164,9 +156,9 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
164
156
|
} | null;
|
|
165
157
|
author: {
|
|
166
158
|
description: string | null;
|
|
167
|
-
name: string | null;
|
|
168
159
|
url: string | null;
|
|
169
160
|
id: string | null;
|
|
161
|
+
name: string | null;
|
|
170
162
|
following: number | null;
|
|
171
163
|
userName: string | null;
|
|
172
164
|
isVerified: boolean | 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;
|
|
@@ -190,16 +190,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
190
190
|
isReply: boolean | null;
|
|
191
191
|
}, {
|
|
192
192
|
url: string | null;
|
|
193
|
-
text: string | null;
|
|
194
|
-
stats: {
|
|
195
|
-
viewCount: number | null;
|
|
196
|
-
retweetCount: number | null;
|
|
197
|
-
replyCount: number | null;
|
|
198
|
-
likeCount: number | null;
|
|
199
|
-
quoteCount: number | null;
|
|
200
|
-
bookmarkCount: number | null;
|
|
201
|
-
} | null;
|
|
202
193
|
id: string | null;
|
|
194
|
+
text: string | null;
|
|
203
195
|
entities: {
|
|
204
196
|
hashtags: string[] | null;
|
|
205
197
|
mentions: string[] | null;
|
|
@@ -207,9 +199,9 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
207
199
|
} | null;
|
|
208
200
|
author: {
|
|
209
201
|
description: string | null;
|
|
210
|
-
name: string | null;
|
|
211
202
|
url: string | null;
|
|
212
203
|
id: string | null;
|
|
204
|
+
name: string | null;
|
|
213
205
|
following: number | null;
|
|
214
206
|
userName: string | null;
|
|
215
207
|
isVerified: boolean | 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;
|
|
@@ -281,9 +281,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
281
281
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
282
282
|
}, "strip", z.ZodTypeAny, {
|
|
283
283
|
description: string | null;
|
|
284
|
-
name: string | null;
|
|
285
284
|
url: string | null;
|
|
286
285
|
id: string | null;
|
|
286
|
+
name: string | null;
|
|
287
287
|
following: number | null;
|
|
288
288
|
userName: string | null;
|
|
289
289
|
isVerified: boolean | null;
|
|
@@ -294,9 +294,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
294
294
|
createdAt: string | null;
|
|
295
295
|
}, {
|
|
296
296
|
description: string | null;
|
|
297
|
-
name: string | null;
|
|
298
297
|
url: string | null;
|
|
299
298
|
id: string | null;
|
|
299
|
+
name: string | null;
|
|
300
300
|
following: number | null;
|
|
301
301
|
userName: string | null;
|
|
302
302
|
isVerified: boolean | null;
|
|
@@ -367,16 +367,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
367
367
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
368
368
|
}, "strip", z.ZodTypeAny, {
|
|
369
369
|
url: string | null;
|
|
370
|
-
text: string | null;
|
|
371
|
-
stats: {
|
|
372
|
-
viewCount: number | null;
|
|
373
|
-
retweetCount: number | null;
|
|
374
|
-
replyCount: number | null;
|
|
375
|
-
likeCount: number | null;
|
|
376
|
-
quoteCount: number | null;
|
|
377
|
-
bookmarkCount: number | null;
|
|
378
|
-
} | null;
|
|
379
370
|
id: string | null;
|
|
371
|
+
text: string | null;
|
|
380
372
|
entities: {
|
|
381
373
|
hashtags: string[] | null;
|
|
382
374
|
mentions: string[] | null;
|
|
@@ -384,9 +376,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
384
376
|
} | null;
|
|
385
377
|
author: {
|
|
386
378
|
description: string | null;
|
|
387
|
-
name: string | null;
|
|
388
379
|
url: string | null;
|
|
389
380
|
id: string | null;
|
|
381
|
+
name: string | null;
|
|
390
382
|
following: number | null;
|
|
391
383
|
userName: string | null;
|
|
392
384
|
isVerified: boolean | 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;
|
|
@@ -410,16 +410,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
410
410
|
isReply: boolean | null;
|
|
411
411
|
}, {
|
|
412
412
|
url: string | null;
|
|
413
|
-
text: string | null;
|
|
414
|
-
stats: {
|
|
415
|
-
viewCount: number | null;
|
|
416
|
-
retweetCount: number | null;
|
|
417
|
-
replyCount: number | null;
|
|
418
|
-
likeCount: number | null;
|
|
419
|
-
quoteCount: number | null;
|
|
420
|
-
bookmarkCount: number | null;
|
|
421
|
-
} | null;
|
|
422
413
|
id: string | null;
|
|
414
|
+
text: string | null;
|
|
423
415
|
entities: {
|
|
424
416
|
hashtags: string[] | null;
|
|
425
417
|
mentions: string[] | null;
|
|
@@ -427,9 +419,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
427
419
|
} | null;
|
|
428
420
|
author: {
|
|
429
421
|
description: string | null;
|
|
430
|
-
name: string | null;
|
|
431
422
|
url: string | null;
|
|
432
423
|
id: string | null;
|
|
424
|
+
name: string | null;
|
|
433
425
|
following: number | null;
|
|
434
426
|
userName: string | null;
|
|
435
427
|
isVerified: boolean | 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;
|
|
@@ -461,16 +461,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
461
461
|
error: string;
|
|
462
462
|
tweets: {
|
|
463
463
|
url: string | null;
|
|
464
|
-
text: string | null;
|
|
465
|
-
stats: {
|
|
466
|
-
viewCount: number | null;
|
|
467
|
-
retweetCount: number | null;
|
|
468
|
-
replyCount: number | null;
|
|
469
|
-
likeCount: number | null;
|
|
470
|
-
quoteCount: number | null;
|
|
471
|
-
bookmarkCount: number | null;
|
|
472
|
-
} | null;
|
|
473
464
|
id: string | null;
|
|
465
|
+
text: string | null;
|
|
474
466
|
entities: {
|
|
475
467
|
hashtags: string[] | null;
|
|
476
468
|
mentions: string[] | null;
|
|
@@ -478,9 +470,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
478
470
|
} | null;
|
|
479
471
|
author: {
|
|
480
472
|
description: string | null;
|
|
481
|
-
name: string | null;
|
|
482
473
|
url: string | null;
|
|
483
474
|
id: string | null;
|
|
475
|
+
name: string | null;
|
|
484
476
|
following: number | null;
|
|
485
477
|
userName: string | null;
|
|
486
478
|
isVerified: boolean | 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;
|
|
@@ -510,16 +510,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
510
510
|
error: string;
|
|
511
511
|
tweets: {
|
|
512
512
|
url: string | null;
|
|
513
|
-
text: string | null;
|
|
514
|
-
stats: {
|
|
515
|
-
viewCount: number | null;
|
|
516
|
-
retweetCount: number | null;
|
|
517
|
-
replyCount: number | null;
|
|
518
|
-
likeCount: number | null;
|
|
519
|
-
quoteCount: number | null;
|
|
520
|
-
bookmarkCount: number | null;
|
|
521
|
-
} | null;
|
|
522
513
|
id: string | null;
|
|
514
|
+
text: string | null;
|
|
523
515
|
entities: {
|
|
524
516
|
hashtags: string[] | null;
|
|
525
517
|
mentions: string[] | null;
|
|
@@ -527,9 +519,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
527
519
|
} | null;
|
|
528
520
|
author: {
|
|
529
521
|
description: string | null;
|
|
530
|
-
name: string | null;
|
|
531
522
|
url: string | null;
|
|
532
523
|
id: string | null;
|
|
524
|
+
name: string | null;
|
|
533
525
|
following: number | null;
|
|
534
526
|
userName: string | null;
|
|
535
527
|
isVerified: boolean | 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;
|
|
@@ -627,9 +627,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
627
627
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
628
628
|
}, "strip", z.ZodTypeAny, {
|
|
629
629
|
description: string | null;
|
|
630
|
-
name: string | null;
|
|
631
630
|
url: string | null;
|
|
632
631
|
id: string | null;
|
|
632
|
+
name: string | null;
|
|
633
633
|
following: number | null;
|
|
634
634
|
userName: string | null;
|
|
635
635
|
isVerified: boolean | null;
|
|
@@ -640,9 +640,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
640
640
|
createdAt: string | null;
|
|
641
641
|
}, {
|
|
642
642
|
description: string | null;
|
|
643
|
-
name: string | null;
|
|
644
643
|
url: string | null;
|
|
645
644
|
id: string | null;
|
|
645
|
+
name: string | null;
|
|
646
646
|
following: number | null;
|
|
647
647
|
userName: string | null;
|
|
648
648
|
isVerified: boolean | null;
|
|
@@ -713,16 +713,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
713
713
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
714
714
|
}, "strip", z.ZodTypeAny, {
|
|
715
715
|
url: string | null;
|
|
716
|
-
text: string | null;
|
|
717
|
-
stats: {
|
|
718
|
-
viewCount: number | null;
|
|
719
|
-
retweetCount: number | null;
|
|
720
|
-
replyCount: number | null;
|
|
721
|
-
likeCount: number | null;
|
|
722
|
-
quoteCount: number | null;
|
|
723
|
-
bookmarkCount: number | null;
|
|
724
|
-
} | null;
|
|
725
716
|
id: string | null;
|
|
717
|
+
text: string | null;
|
|
726
718
|
entities: {
|
|
727
719
|
hashtags: string[] | null;
|
|
728
720
|
mentions: string[] | null;
|
|
@@ -730,9 +722,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
730
722
|
} | null;
|
|
731
723
|
author: {
|
|
732
724
|
description: string | null;
|
|
733
|
-
name: string | null;
|
|
734
725
|
url: string | null;
|
|
735
726
|
id: string | null;
|
|
727
|
+
name: string | null;
|
|
736
728
|
following: number | null;
|
|
737
729
|
userName: string | null;
|
|
738
730
|
isVerified: boolean | 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;
|
|
@@ -756,16 +756,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
756
756
|
isReply: boolean | null;
|
|
757
757
|
}, {
|
|
758
758
|
url: string | null;
|
|
759
|
-
text: string | null;
|
|
760
|
-
stats: {
|
|
761
|
-
viewCount: number | null;
|
|
762
|
-
retweetCount: number | null;
|
|
763
|
-
replyCount: number | null;
|
|
764
|
-
likeCount: number | null;
|
|
765
|
-
quoteCount: number | null;
|
|
766
|
-
bookmarkCount: number | null;
|
|
767
|
-
} | null;
|
|
768
759
|
id: string | null;
|
|
760
|
+
text: string | null;
|
|
769
761
|
entities: {
|
|
770
762
|
hashtags: string[] | null;
|
|
771
763
|
mentions: string[] | null;
|
|
@@ -773,9 +765,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
773
765
|
} | null;
|
|
774
766
|
author: {
|
|
775
767
|
description: string | null;
|
|
776
|
-
name: string | null;
|
|
777
768
|
url: string | null;
|
|
778
769
|
id: string | null;
|
|
770
|
+
name: string | null;
|
|
779
771
|
following: number | null;
|
|
780
772
|
userName: string | null;
|
|
781
773
|
isVerified: boolean | 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;
|
|
@@ -807,16 +807,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
807
807
|
error: string;
|
|
808
808
|
tweets: {
|
|
809
809
|
url: string | null;
|
|
810
|
-
text: string | null;
|
|
811
|
-
stats: {
|
|
812
|
-
viewCount: number | null;
|
|
813
|
-
retweetCount: number | null;
|
|
814
|
-
replyCount: number | null;
|
|
815
|
-
likeCount: number | null;
|
|
816
|
-
quoteCount: number | null;
|
|
817
|
-
bookmarkCount: number | null;
|
|
818
|
-
} | null;
|
|
819
810
|
id: string | null;
|
|
811
|
+
text: string | null;
|
|
820
812
|
entities: {
|
|
821
813
|
hashtags: string[] | null;
|
|
822
814
|
mentions: string[] | null;
|
|
@@ -824,9 +816,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
824
816
|
} | null;
|
|
825
817
|
author: {
|
|
826
818
|
description: string | null;
|
|
827
|
-
name: string | null;
|
|
828
819
|
url: string | null;
|
|
829
820
|
id: string | null;
|
|
821
|
+
name: string | null;
|
|
830
822
|
following: number | null;
|
|
831
823
|
userName: string | null;
|
|
832
824
|
isVerified: boolean | 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;
|
|
@@ -856,16 +856,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
856
856
|
error: string;
|
|
857
857
|
tweets: {
|
|
858
858
|
url: string | null;
|
|
859
|
-
text: string | null;
|
|
860
|
-
stats: {
|
|
861
|
-
viewCount: number | null;
|
|
862
|
-
retweetCount: number | null;
|
|
863
|
-
replyCount: number | null;
|
|
864
|
-
likeCount: number | null;
|
|
865
|
-
quoteCount: number | null;
|
|
866
|
-
bookmarkCount: number | null;
|
|
867
|
-
} | null;
|
|
868
859
|
id: string | null;
|
|
860
|
+
text: string | null;
|
|
869
861
|
entities: {
|
|
870
862
|
hashtags: string[] | null;
|
|
871
863
|
mentions: string[] | null;
|
|
@@ -873,9 +865,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
873
865
|
} | null;
|
|
874
866
|
author: {
|
|
875
867
|
description: string | null;
|
|
876
|
-
name: string | null;
|
|
877
868
|
url: string | null;
|
|
878
869
|
id: string | null;
|
|
870
|
+
name: string | null;
|
|
879
871
|
following: number | null;
|
|
880
872
|
userName: string | null;
|
|
881
873
|
isVerified: boolean | 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;
|
|
@@ -43,13 +43,13 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
|
|
|
43
43
|
content: z.ZodString;
|
|
44
44
|
depth: z.ZodOptional<z.ZodNumber>;
|
|
45
45
|
}, "strip", z.ZodTypeAny, {
|
|
46
|
-
content: string;
|
|
47
46
|
url: string;
|
|
47
|
+
content: string;
|
|
48
48
|
title?: string | undefined;
|
|
49
49
|
depth?: number | undefined;
|
|
50
50
|
}, {
|
|
51
|
-
content: string;
|
|
52
51
|
url: string;
|
|
52
|
+
content: string;
|
|
53
53
|
title?: string | undefined;
|
|
54
54
|
depth?: number | undefined;
|
|
55
55
|
}>, "many">;
|
|
@@ -73,8 +73,8 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
|
|
|
73
73
|
success: boolean;
|
|
74
74
|
error: string;
|
|
75
75
|
pages: {
|
|
76
|
-
content: string;
|
|
77
76
|
url: string;
|
|
77
|
+
content: string;
|
|
78
78
|
title?: string | undefined;
|
|
79
79
|
depth?: number | undefined;
|
|
80
80
|
}[];
|
|
@@ -90,8 +90,8 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
|
|
|
90
90
|
success: boolean;
|
|
91
91
|
error: string;
|
|
92
92
|
pages: {
|
|
93
|
-
content: string;
|
|
94
93
|
url: string;
|
|
94
|
+
content: string;
|
|
95
95
|
title?: string | undefined;
|
|
96
96
|
depth?: number | undefined;
|
|
97
97
|
}[];
|
|
@@ -149,13 +149,13 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
|
|
|
149
149
|
content: z.ZodString;
|
|
150
150
|
depth: z.ZodOptional<z.ZodNumber>;
|
|
151
151
|
}, "strip", z.ZodTypeAny, {
|
|
152
|
-
content: string;
|
|
153
152
|
url: string;
|
|
153
|
+
content: string;
|
|
154
154
|
title?: string | undefined;
|
|
155
155
|
depth?: number | undefined;
|
|
156
156
|
}, {
|
|
157
|
-
content: string;
|
|
158
157
|
url: string;
|
|
158
|
+
content: string;
|
|
159
159
|
title?: string | undefined;
|
|
160
160
|
depth?: number | undefined;
|
|
161
161
|
}>, "many">;
|
|
@@ -179,8 +179,8 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
|
|
|
179
179
|
success: boolean;
|
|
180
180
|
error: string;
|
|
181
181
|
pages: {
|
|
182
|
-
content: string;
|
|
183
182
|
url: string;
|
|
183
|
+
content: string;
|
|
184
184
|
title?: string | undefined;
|
|
185
185
|
depth?: number | undefined;
|
|
186
186
|
}[];
|
|
@@ -196,8 +196,8 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
|
|
|
196
196
|
success: boolean;
|
|
197
197
|
error: string;
|
|
198
198
|
pages: {
|
|
199
|
-
content: string;
|
|
200
199
|
url: string;
|
|
200
|
+
content: string;
|
|
201
201
|
title?: string | undefined;
|
|
202
202
|
depth?: number | undefined;
|
|
203
203
|
}[];
|
|
@@ -9,14 +9,14 @@ declare const WebExtractToolParamsSchema: z.ZodObject<{
|
|
|
9
9
|
timeout: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
10
10
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
|
-
schema: string;
|
|
13
12
|
url: string;
|
|
13
|
+
schema: string;
|
|
14
14
|
prompt: string;
|
|
15
15
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
16
16
|
timeout?: number | undefined;
|
|
17
17
|
}, {
|
|
18
|
-
schema: string;
|
|
19
18
|
url: string;
|
|
19
|
+
schema: string;
|
|
20
20
|
prompt: string;
|
|
21
21
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
22
22
|
timeout?: number | undefined;
|
|
@@ -72,14 +72,14 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
|
|
|
72
72
|
timeout: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
73
73
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
74
74
|
}, "strip", z.ZodTypeAny, {
|
|
75
|
-
schema: string;
|
|
76
75
|
url: string;
|
|
76
|
+
schema: string;
|
|
77
77
|
prompt: string;
|
|
78
78
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
79
79
|
timeout?: number | undefined;
|
|
80
80
|
}, {
|
|
81
|
-
schema: string;
|
|
82
81
|
url: string;
|
|
82
|
+
schema: string;
|
|
83
83
|
prompt: string;
|
|
84
84
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
85
|
timeout?: number | undefined;
|
|
@@ -39,8 +39,8 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
|
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
40
|
format: string;
|
|
41
41
|
title: string;
|
|
42
|
-
content: string;
|
|
43
42
|
url: string;
|
|
43
|
+
content: string;
|
|
44
44
|
success: boolean;
|
|
45
45
|
error: string;
|
|
46
46
|
creditsUsed: number;
|
|
@@ -51,8 +51,8 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
|
|
|
51
51
|
}, {
|
|
52
52
|
format: string;
|
|
53
53
|
title: string;
|
|
54
|
-
content: string;
|
|
55
54
|
url: string;
|
|
55
|
+
content: string;
|
|
56
56
|
success: boolean;
|
|
57
57
|
error: string;
|
|
58
58
|
creditsUsed: number;
|
|
@@ -103,8 +103,8 @@ 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
106
|
url: string;
|
|
107
|
+
content: string;
|
|
108
108
|
success: boolean;
|
|
109
109
|
error: string;
|
|
110
110
|
creditsUsed: number;
|
|
@@ -115,8 +115,8 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
|
|
|
115
115
|
}, {
|
|
116
116
|
format: string;
|
|
117
117
|
title: string;
|
|
118
|
-
content: string;
|
|
119
118
|
url: string;
|
|
119
|
+
content: string;
|
|
120
120
|
success: boolean;
|
|
121
121
|
error: string;
|
|
122
122
|
creditsUsed: number;
|