@bubblelab/bubble-core 0.1.253 → 0.1.254
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 +84 -84
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
- package/dist/bubbles/service-bubble/airtable.d.ts +36 -36
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +150 -150
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +5 -5
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +180 -180
- package/dist/bubbles/service-bubble/followupboss.d.ts +2 -2
- package/dist/bubbles/service-bubble/github.d.ts +120 -120
- package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
- package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
- package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +6 -6
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +48 -48
- package/dist/bubbles/service-bubble/linear/linear.d.ts +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +380 -380
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +2 -2
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slab/slab.d.ts +18 -18
- package/dist/bubbles/service-bubble/slack/slack.d.ts +122 -122
- package/dist/bubbles/service-bubble/storage.d.ts +8 -8
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +60 -60
- package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +103 -103
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +158 -158
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +50 -50
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -100,6 +100,10 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
100
100
|
}, "strip", z.ZodTypeAny, {
|
|
101
101
|
id: string | null;
|
|
102
102
|
text: string | null;
|
|
103
|
+
hashtags: {
|
|
104
|
+
name: string | null;
|
|
105
|
+
}[] | null;
|
|
106
|
+
videoUrl: string | null;
|
|
103
107
|
author: {
|
|
104
108
|
id: string | null;
|
|
105
109
|
uniqueId: string | null;
|
|
@@ -112,10 +116,6 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
112
116
|
videoCount: number | null;
|
|
113
117
|
heartCount: number | null;
|
|
114
118
|
} | null;
|
|
115
|
-
hashtags: {
|
|
116
|
-
name: string | null;
|
|
117
|
-
}[] | null;
|
|
118
|
-
videoUrl: string | null;
|
|
119
119
|
stats: {
|
|
120
120
|
collectCount: number | null;
|
|
121
121
|
commentCount: number | null;
|
|
@@ -130,6 +130,10 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
130
130
|
}, {
|
|
131
131
|
id: string | null;
|
|
132
132
|
text: string | null;
|
|
133
|
+
hashtags: {
|
|
134
|
+
name: string | null;
|
|
135
|
+
}[] | null;
|
|
136
|
+
videoUrl: string | null;
|
|
133
137
|
author: {
|
|
134
138
|
id: string | null;
|
|
135
139
|
uniqueId: string | null;
|
|
@@ -142,10 +146,6 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
142
146
|
videoCount: number | null;
|
|
143
147
|
heartCount: number | null;
|
|
144
148
|
} | null;
|
|
145
|
-
hashtags: {
|
|
146
|
-
name: string | null;
|
|
147
|
-
}[] | null;
|
|
148
|
-
videoUrl: string | null;
|
|
149
149
|
stats: {
|
|
150
150
|
collectCount: number | null;
|
|
151
151
|
commentCount: number | null;
|
|
@@ -168,6 +168,10 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
168
168
|
videos: {
|
|
169
169
|
id: string | null;
|
|
170
170
|
text: string | null;
|
|
171
|
+
hashtags: {
|
|
172
|
+
name: string | null;
|
|
173
|
+
}[] | null;
|
|
174
|
+
videoUrl: string | null;
|
|
171
175
|
author: {
|
|
172
176
|
id: string | null;
|
|
173
177
|
uniqueId: string | null;
|
|
@@ -180,10 +184,6 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
180
184
|
videoCount: number | null;
|
|
181
185
|
heartCount: number | null;
|
|
182
186
|
} | null;
|
|
183
|
-
hashtags: {
|
|
184
|
-
name: string | null;
|
|
185
|
-
}[] | null;
|
|
186
|
-
videoUrl: string | null;
|
|
187
187
|
stats: {
|
|
188
188
|
collectCount: number | null;
|
|
189
189
|
commentCount: number | null;
|
|
@@ -204,6 +204,10 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
204
204
|
videos: {
|
|
205
205
|
id: string | null;
|
|
206
206
|
text: string | null;
|
|
207
|
+
hashtags: {
|
|
208
|
+
name: string | null;
|
|
209
|
+
}[] | null;
|
|
210
|
+
videoUrl: string | null;
|
|
207
211
|
author: {
|
|
208
212
|
id: string | null;
|
|
209
213
|
uniqueId: string | null;
|
|
@@ -216,10 +220,6 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
216
220
|
videoCount: number | null;
|
|
217
221
|
heartCount: number | null;
|
|
218
222
|
} | null;
|
|
219
|
-
hashtags: {
|
|
220
|
-
name: string | null;
|
|
221
|
-
}[] | null;
|
|
222
|
-
videoUrl: string | null;
|
|
223
223
|
stats: {
|
|
224
224
|
collectCount: number | null;
|
|
225
225
|
commentCount: number | null;
|
|
@@ -337,6 +337,10 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
337
337
|
}, "strip", z.ZodTypeAny, {
|
|
338
338
|
id: string | null;
|
|
339
339
|
text: string | null;
|
|
340
|
+
hashtags: {
|
|
341
|
+
name: string | null;
|
|
342
|
+
}[] | null;
|
|
343
|
+
videoUrl: string | null;
|
|
340
344
|
author: {
|
|
341
345
|
id: string | null;
|
|
342
346
|
uniqueId: string | null;
|
|
@@ -349,10 +353,6 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
349
353
|
videoCount: number | null;
|
|
350
354
|
heartCount: number | null;
|
|
351
355
|
} | null;
|
|
352
|
-
hashtags: {
|
|
353
|
-
name: string | null;
|
|
354
|
-
}[] | null;
|
|
355
|
-
videoUrl: string | null;
|
|
356
356
|
stats: {
|
|
357
357
|
collectCount: number | null;
|
|
358
358
|
commentCount: number | null;
|
|
@@ -367,6 +367,10 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
367
367
|
}, {
|
|
368
368
|
id: string | null;
|
|
369
369
|
text: string | null;
|
|
370
|
+
hashtags: {
|
|
371
|
+
name: string | null;
|
|
372
|
+
}[] | null;
|
|
373
|
+
videoUrl: string | null;
|
|
370
374
|
author: {
|
|
371
375
|
id: string | null;
|
|
372
376
|
uniqueId: string | null;
|
|
@@ -379,10 +383,6 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
379
383
|
videoCount: number | null;
|
|
380
384
|
heartCount: number | null;
|
|
381
385
|
} | null;
|
|
382
|
-
hashtags: {
|
|
383
|
-
name: string | null;
|
|
384
|
-
}[] | null;
|
|
385
|
-
videoUrl: string | null;
|
|
386
386
|
stats: {
|
|
387
387
|
collectCount: number | null;
|
|
388
388
|
commentCount: number | null;
|
|
@@ -405,6 +405,10 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
405
405
|
videos: {
|
|
406
406
|
id: string | null;
|
|
407
407
|
text: string | null;
|
|
408
|
+
hashtags: {
|
|
409
|
+
name: string | null;
|
|
410
|
+
}[] | null;
|
|
411
|
+
videoUrl: string | null;
|
|
408
412
|
author: {
|
|
409
413
|
id: string | null;
|
|
410
414
|
uniqueId: string | null;
|
|
@@ -417,10 +421,6 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
417
421
|
videoCount: number | null;
|
|
418
422
|
heartCount: number | null;
|
|
419
423
|
} | null;
|
|
420
|
-
hashtags: {
|
|
421
|
-
name: string | null;
|
|
422
|
-
}[] | null;
|
|
423
|
-
videoUrl: string | null;
|
|
424
424
|
stats: {
|
|
425
425
|
collectCount: number | null;
|
|
426
426
|
commentCount: number | null;
|
|
@@ -441,6 +441,10 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
441
441
|
videos: {
|
|
442
442
|
id: string | null;
|
|
443
443
|
text: string | null;
|
|
444
|
+
hashtags: {
|
|
445
|
+
name: string | null;
|
|
446
|
+
}[] | null;
|
|
447
|
+
videoUrl: string | null;
|
|
444
448
|
author: {
|
|
445
449
|
id: string | null;
|
|
446
450
|
uniqueId: string | null;
|
|
@@ -453,10 +457,6 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
453
457
|
videoCount: number | null;
|
|
454
458
|
heartCount: number | null;
|
|
455
459
|
} | null;
|
|
456
|
-
hashtags: {
|
|
457
|
-
name: string | null;
|
|
458
|
-
}[] | null;
|
|
459
|
-
videoUrl: string | null;
|
|
460
460
|
stats: {
|
|
461
461
|
collectCount: number | null;
|
|
462
462
|
commentCount: number | null;
|
|
@@ -149,6 +149,11 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
149
149
|
url: string | null;
|
|
150
150
|
id: string | null;
|
|
151
151
|
text: string | null;
|
|
152
|
+
entities: {
|
|
153
|
+
hashtags: string[] | null;
|
|
154
|
+
mentions: string[] | null;
|
|
155
|
+
urls: string[] | null;
|
|
156
|
+
} | null;
|
|
152
157
|
author: {
|
|
153
158
|
description: string | null;
|
|
154
159
|
name: string | null;
|
|
@@ -163,11 +168,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
163
168
|
tweetsCount: number | null;
|
|
164
169
|
createdAt: string | null;
|
|
165
170
|
} | null;
|
|
166
|
-
entities: {
|
|
167
|
-
hashtags: string[] | null;
|
|
168
|
-
mentions: string[] | null;
|
|
169
|
-
urls: string[] | null;
|
|
170
|
-
} | null;
|
|
171
171
|
stats: {
|
|
172
172
|
viewCount: number | null;
|
|
173
173
|
retweetCount: number | null;
|
|
@@ -192,6 +192,11 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
192
192
|
url: string | null;
|
|
193
193
|
id: string | null;
|
|
194
194
|
text: string | null;
|
|
195
|
+
entities: {
|
|
196
|
+
hashtags: string[] | null;
|
|
197
|
+
mentions: string[] | null;
|
|
198
|
+
urls: string[] | null;
|
|
199
|
+
} | null;
|
|
195
200
|
author: {
|
|
196
201
|
description: string | null;
|
|
197
202
|
name: string | null;
|
|
@@ -206,11 +211,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
206
211
|
tweetsCount: number | null;
|
|
207
212
|
createdAt: string | null;
|
|
208
213
|
} | null;
|
|
209
|
-
entities: {
|
|
210
|
-
hashtags: string[] | null;
|
|
211
|
-
mentions: string[] | null;
|
|
212
|
-
urls: string[] | null;
|
|
213
|
-
} | null;
|
|
214
214
|
stats: {
|
|
215
215
|
viewCount: number | null;
|
|
216
216
|
retweetCount: number | null;
|
|
@@ -369,6 +369,11 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
369
369
|
url: string | null;
|
|
370
370
|
id: string | null;
|
|
371
371
|
text: string | null;
|
|
372
|
+
entities: {
|
|
373
|
+
hashtags: string[] | null;
|
|
374
|
+
mentions: string[] | null;
|
|
375
|
+
urls: string[] | null;
|
|
376
|
+
} | null;
|
|
372
377
|
author: {
|
|
373
378
|
description: string | null;
|
|
374
379
|
name: string | null;
|
|
@@ -383,11 +388,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
383
388
|
tweetsCount: number | null;
|
|
384
389
|
createdAt: string | null;
|
|
385
390
|
} | null;
|
|
386
|
-
entities: {
|
|
387
|
-
hashtags: string[] | null;
|
|
388
|
-
mentions: string[] | null;
|
|
389
|
-
urls: string[] | null;
|
|
390
|
-
} | null;
|
|
391
391
|
stats: {
|
|
392
392
|
viewCount: number | null;
|
|
393
393
|
retweetCount: number | null;
|
|
@@ -412,6 +412,11 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
412
412
|
url: string | null;
|
|
413
413
|
id: string | null;
|
|
414
414
|
text: string | null;
|
|
415
|
+
entities: {
|
|
416
|
+
hashtags: string[] | null;
|
|
417
|
+
mentions: string[] | null;
|
|
418
|
+
urls: string[] | null;
|
|
419
|
+
} | null;
|
|
415
420
|
author: {
|
|
416
421
|
description: string | null;
|
|
417
422
|
name: string | null;
|
|
@@ -426,11 +431,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
426
431
|
tweetsCount: number | null;
|
|
427
432
|
createdAt: string | null;
|
|
428
433
|
} | null;
|
|
429
|
-
entities: {
|
|
430
|
-
hashtags: string[] | null;
|
|
431
|
-
mentions: string[] | null;
|
|
432
|
-
urls: string[] | null;
|
|
433
|
-
} | null;
|
|
434
434
|
stats: {
|
|
435
435
|
viewCount: number | null;
|
|
436
436
|
retweetCount: number | null;
|
|
@@ -463,6 +463,11 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
463
463
|
url: string | null;
|
|
464
464
|
id: string | null;
|
|
465
465
|
text: string | null;
|
|
466
|
+
entities: {
|
|
467
|
+
hashtags: string[] | null;
|
|
468
|
+
mentions: string[] | null;
|
|
469
|
+
urls: string[] | null;
|
|
470
|
+
} | null;
|
|
466
471
|
author: {
|
|
467
472
|
description: string | null;
|
|
468
473
|
name: string | null;
|
|
@@ -477,11 +482,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
477
482
|
tweetsCount: number | null;
|
|
478
483
|
createdAt: string | null;
|
|
479
484
|
} | null;
|
|
480
|
-
entities: {
|
|
481
|
-
hashtags: string[] | null;
|
|
482
|
-
mentions: string[] | null;
|
|
483
|
-
urls: string[] | null;
|
|
484
|
-
} | null;
|
|
485
485
|
stats: {
|
|
486
486
|
viewCount: number | null;
|
|
487
487
|
retweetCount: number | null;
|
|
@@ -512,6 +512,11 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
512
512
|
url: string | null;
|
|
513
513
|
id: string | null;
|
|
514
514
|
text: string | null;
|
|
515
|
+
entities: {
|
|
516
|
+
hashtags: string[] | null;
|
|
517
|
+
mentions: string[] | null;
|
|
518
|
+
urls: string[] | null;
|
|
519
|
+
} | null;
|
|
515
520
|
author: {
|
|
516
521
|
description: string | null;
|
|
517
522
|
name: string | null;
|
|
@@ -526,11 +531,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
526
531
|
tweetsCount: number | null;
|
|
527
532
|
createdAt: string | null;
|
|
528
533
|
} | null;
|
|
529
|
-
entities: {
|
|
530
|
-
hashtags: string[] | null;
|
|
531
|
-
mentions: string[] | null;
|
|
532
|
-
urls: string[] | null;
|
|
533
|
-
} | null;
|
|
534
534
|
stats: {
|
|
535
535
|
viewCount: number | null;
|
|
536
536
|
retweetCount: number | null;
|
|
@@ -715,6 +715,11 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
715
715
|
url: string | null;
|
|
716
716
|
id: string | null;
|
|
717
717
|
text: string | null;
|
|
718
|
+
entities: {
|
|
719
|
+
hashtags: string[] | null;
|
|
720
|
+
mentions: string[] | null;
|
|
721
|
+
urls: string[] | null;
|
|
722
|
+
} | null;
|
|
718
723
|
author: {
|
|
719
724
|
description: string | null;
|
|
720
725
|
name: string | null;
|
|
@@ -729,11 +734,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
729
734
|
tweetsCount: number | null;
|
|
730
735
|
createdAt: string | null;
|
|
731
736
|
} | null;
|
|
732
|
-
entities: {
|
|
733
|
-
hashtags: string[] | null;
|
|
734
|
-
mentions: string[] | null;
|
|
735
|
-
urls: string[] | null;
|
|
736
|
-
} | null;
|
|
737
737
|
stats: {
|
|
738
738
|
viewCount: number | null;
|
|
739
739
|
retweetCount: number | null;
|
|
@@ -758,6 +758,11 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
758
758
|
url: string | null;
|
|
759
759
|
id: string | null;
|
|
760
760
|
text: string | null;
|
|
761
|
+
entities: {
|
|
762
|
+
hashtags: string[] | null;
|
|
763
|
+
mentions: string[] | null;
|
|
764
|
+
urls: string[] | null;
|
|
765
|
+
} | null;
|
|
761
766
|
author: {
|
|
762
767
|
description: string | null;
|
|
763
768
|
name: string | null;
|
|
@@ -772,11 +777,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
772
777
|
tweetsCount: number | null;
|
|
773
778
|
createdAt: string | null;
|
|
774
779
|
} | null;
|
|
775
|
-
entities: {
|
|
776
|
-
hashtags: string[] | null;
|
|
777
|
-
mentions: string[] | null;
|
|
778
|
-
urls: string[] | null;
|
|
779
|
-
} | null;
|
|
780
780
|
stats: {
|
|
781
781
|
viewCount: number | null;
|
|
782
782
|
retweetCount: number | null;
|
|
@@ -809,6 +809,11 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
809
809
|
url: string | null;
|
|
810
810
|
id: string | null;
|
|
811
811
|
text: string | null;
|
|
812
|
+
entities: {
|
|
813
|
+
hashtags: string[] | null;
|
|
814
|
+
mentions: string[] | null;
|
|
815
|
+
urls: string[] | null;
|
|
816
|
+
} | null;
|
|
812
817
|
author: {
|
|
813
818
|
description: string | null;
|
|
814
819
|
name: string | null;
|
|
@@ -823,11 +828,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
823
828
|
tweetsCount: number | null;
|
|
824
829
|
createdAt: string | null;
|
|
825
830
|
} | null;
|
|
826
|
-
entities: {
|
|
827
|
-
hashtags: string[] | null;
|
|
828
|
-
mentions: string[] | null;
|
|
829
|
-
urls: string[] | null;
|
|
830
|
-
} | null;
|
|
831
831
|
stats: {
|
|
832
832
|
viewCount: number | null;
|
|
833
833
|
retweetCount: number | null;
|
|
@@ -858,6 +858,11 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
858
858
|
url: string | null;
|
|
859
859
|
id: string | null;
|
|
860
860
|
text: string | null;
|
|
861
|
+
entities: {
|
|
862
|
+
hashtags: string[] | null;
|
|
863
|
+
mentions: string[] | null;
|
|
864
|
+
urls: string[] | null;
|
|
865
|
+
} | null;
|
|
861
866
|
author: {
|
|
862
867
|
description: string | null;
|
|
863
868
|
name: string | null;
|
|
@@ -872,11 +877,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
872
877
|
tweetsCount: number | null;
|
|
873
878
|
createdAt: string | null;
|
|
874
879
|
} | null;
|
|
875
|
-
entities: {
|
|
876
|
-
hashtags: string[] | null;
|
|
877
|
-
mentions: string[] | null;
|
|
878
|
-
urls: string[] | null;
|
|
879
|
-
} | null;
|
|
880
880
|
stats: {
|
|
881
881
|
viewCount: number | null;
|
|
882
882
|
retweetCount: number | 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;
|
|
@@ -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
|
-
limit: number;
|
|
13
12
|
query: string;
|
|
13
|
+
limit: number;
|
|
14
14
|
categories: ("github" | "pdf" | "research")[];
|
|
15
15
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
16
16
|
location?: string | undefined;
|
|
@@ -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
|
-
limit: number;
|
|
82
81
|
query: string;
|
|
82
|
+
limit: number;
|
|
83
83
|
categories: ("github" | "pdf" | "research")[];
|
|
84
84
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
85
|
location?: string | undefined;
|
|
@@ -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;
|
|
226
225
|
error: string;
|
|
227
226
|
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;
|
|
258
257
|
error: string;
|
|
259
258
|
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;
|
|
424
423
|
error: string;
|
|
425
424
|
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;
|
|
456
455
|
error: string;
|
|
457
456
|
success: boolean;
|
|
457
|
+
url: string | null;
|
|
458
458
|
batch: string | null;
|
|
459
459
|
people: {
|
|
460
460
|
title: string | null;
|
|
@@ -23,8 +23,8 @@ declare const YouTubeVideoSchema: z.ZodObject<{
|
|
|
23
23
|
url: string | null;
|
|
24
24
|
duration: string | null;
|
|
25
25
|
id: string | null;
|
|
26
|
-
comments: number | null;
|
|
27
26
|
thumbnail: string | null;
|
|
27
|
+
comments: number | null;
|
|
28
28
|
viewCount: number | null;
|
|
29
29
|
likes: number | null;
|
|
30
30
|
channelName: string | null;
|
|
@@ -37,8 +37,8 @@ declare const YouTubeVideoSchema: z.ZodObject<{
|
|
|
37
37
|
url: string | null;
|
|
38
38
|
duration: string | null;
|
|
39
39
|
id: string | null;
|
|
40
|
-
comments: number | null;
|
|
41
40
|
thumbnail: string | null;
|
|
41
|
+
comments: number | null;
|
|
42
42
|
viewCount: number | null;
|
|
43
43
|
likes: number | null;
|
|
44
44
|
channelName: string | null;
|
|
@@ -109,8 +109,8 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
109
109
|
url: string | null;
|
|
110
110
|
duration: string | null;
|
|
111
111
|
id: string | null;
|
|
112
|
-
comments: number | null;
|
|
113
112
|
thumbnail: string | null;
|
|
113
|
+
comments: number | null;
|
|
114
114
|
viewCount: number | null;
|
|
115
115
|
likes: number | null;
|
|
116
116
|
channelName: string | null;
|
|
@@ -123,8 +123,8 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
123
123
|
url: string | null;
|
|
124
124
|
duration: string | null;
|
|
125
125
|
id: string | null;
|
|
126
|
-
comments: number | null;
|
|
127
126
|
thumbnail: string | null;
|
|
127
|
+
comments: number | null;
|
|
128
128
|
viewCount: number | null;
|
|
129
129
|
likes: number | null;
|
|
130
130
|
channelName: string | null;
|
|
@@ -160,8 +160,8 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
160
160
|
url: string | null;
|
|
161
161
|
duration: string | null;
|
|
162
162
|
id: string | null;
|
|
163
|
-
comments: number | null;
|
|
164
163
|
thumbnail: string | null;
|
|
164
|
+
comments: number | null;
|
|
165
165
|
viewCount: number | null;
|
|
166
166
|
likes: number | null;
|
|
167
167
|
channelName: string | null;
|
|
@@ -186,8 +186,8 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
186
186
|
url: string | null;
|
|
187
187
|
duration: string | null;
|
|
188
188
|
id: string | null;
|
|
189
|
-
comments: number | null;
|
|
190
189
|
thumbnail: string | null;
|
|
190
|
+
comments: number | null;
|
|
191
191
|
viewCount: number | null;
|
|
192
192
|
likes: number | null;
|
|
193
193
|
channelName: string | null;
|
|
@@ -267,8 +267,8 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
267
267
|
url: string | null;
|
|
268
268
|
duration: string | null;
|
|
269
269
|
id: string | null;
|
|
270
|
-
comments: number | null;
|
|
271
270
|
thumbnail: string | null;
|
|
271
|
+
comments: number | null;
|
|
272
272
|
viewCount: number | null;
|
|
273
273
|
likes: number | null;
|
|
274
274
|
channelName: string | null;
|
|
@@ -281,8 +281,8 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
281
281
|
url: string | null;
|
|
282
282
|
duration: string | null;
|
|
283
283
|
id: string | null;
|
|
284
|
-
comments: number | null;
|
|
285
284
|
thumbnail: string | null;
|
|
285
|
+
comments: number | null;
|
|
286
286
|
viewCount: number | null;
|
|
287
287
|
likes: number | null;
|
|
288
288
|
channelName: string | null;
|
|
@@ -318,8 +318,8 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
318
318
|
url: string | null;
|
|
319
319
|
duration: string | null;
|
|
320
320
|
id: string | null;
|
|
321
|
-
comments: number | null;
|
|
322
321
|
thumbnail: string | null;
|
|
322
|
+
comments: number | null;
|
|
323
323
|
viewCount: number | null;
|
|
324
324
|
likes: number | null;
|
|
325
325
|
channelName: string | null;
|
|
@@ -344,8 +344,8 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
344
344
|
url: string | null;
|
|
345
345
|
duration: string | null;
|
|
346
346
|
id: string | null;
|
|
347
|
-
comments: number | null;
|
|
348
347
|
thumbnail: string | null;
|
|
348
|
+
comments: number | null;
|
|
349
349
|
viewCount: number | null;
|
|
350
350
|
likes: number | null;
|
|
351
351
|
channelName: string | null;
|