@bubblelab/bubble-core 0.1.38 → 0.1.39
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 +73 -73
- package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
- package/dist/bubbles/service-bubble/airtable.d.ts +132 -132
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +88 -71
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.js +25 -6
- package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -3
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js +9 -5
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +63 -63
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +142 -92
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +104 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/index.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/index.js +2 -0
- package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -1
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
- package/dist/bubbles/service-bubble/firecrawl.d.ts +156 -156
- package/dist/bubbles/service-bubble/followupboss.d.ts +230 -230
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +124 -124
- package/dist/bubbles/service-bubble/gmail.d.ts +70 -70
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +58 -58
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +33 -33
- package/dist/bubbles/service-bubble/notion/notion.d.ts +80 -80
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +112 -112
- package/dist/bubbles/service-bubble/storage.d.ts +30 -30
- package/dist/bubbles/service-bubble/telegram.d.ts +214 -214
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +138 -138
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +42 -6
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +18 -7
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +346 -346
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +165 -165
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.js +28 -13
- package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-utils.d.ts +19 -0
- package/dist/bubbles/tool-bubble/people-search-utils.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/people-search-utils.js +268 -0
- package/dist/bubbles/tool-bubble/people-search-utils.js.map +1 -0
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +102 -102
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +34 -34
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +56 -77
- package/package.json +2 -2
|
@@ -20,6 +20,7 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
20
20
|
name: string | null;
|
|
21
21
|
url: string | null;
|
|
22
22
|
id: string | null;
|
|
23
|
+
createdAt: string | null;
|
|
23
24
|
following: number | null;
|
|
24
25
|
userName: string | null;
|
|
25
26
|
isVerified: boolean | null;
|
|
@@ -27,12 +28,12 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
27
28
|
profilePicture: string | null;
|
|
28
29
|
followers: number | null;
|
|
29
30
|
tweetsCount: number | null;
|
|
30
|
-
createdAt: string | null;
|
|
31
31
|
}, {
|
|
32
32
|
description: string | null;
|
|
33
33
|
name: string | null;
|
|
34
34
|
url: string | null;
|
|
35
35
|
id: string | null;
|
|
36
|
+
createdAt: string | null;
|
|
36
37
|
following: number | null;
|
|
37
38
|
userName: string | null;
|
|
38
39
|
isVerified: boolean | null;
|
|
@@ -40,7 +41,6 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
40
41
|
profilePicture: string | null;
|
|
41
42
|
followers: number | null;
|
|
42
43
|
tweetsCount: number | null;
|
|
43
|
-
createdAt: string | null;
|
|
44
44
|
}>;
|
|
45
45
|
declare const TwitterTweetSchema: z.ZodObject<{
|
|
46
46
|
id: z.ZodNullable<z.ZodString>;
|
|
@@ -64,6 +64,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
64
64
|
name: string | null;
|
|
65
65
|
url: string | null;
|
|
66
66
|
id: string | null;
|
|
67
|
+
createdAt: string | null;
|
|
67
68
|
following: number | null;
|
|
68
69
|
userName: string | null;
|
|
69
70
|
isVerified: boolean | null;
|
|
@@ -71,12 +72,12 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
71
72
|
profilePicture: string | null;
|
|
72
73
|
followers: number | null;
|
|
73
74
|
tweetsCount: number | null;
|
|
74
|
-
createdAt: string | null;
|
|
75
75
|
}, {
|
|
76
76
|
description: string | null;
|
|
77
77
|
name: string | null;
|
|
78
78
|
url: string | null;
|
|
79
79
|
id: string | null;
|
|
80
|
+
createdAt: string | null;
|
|
80
81
|
following: number | null;
|
|
81
82
|
userName: string | null;
|
|
82
83
|
isVerified: boolean | null;
|
|
@@ -84,7 +85,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
84
85
|
profilePicture: string | null;
|
|
85
86
|
followers: number | null;
|
|
86
87
|
tweetsCount: number | null;
|
|
87
|
-
createdAt: string | null;
|
|
88
88
|
}>>;
|
|
89
89
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
90
90
|
stats: z.ZodNullable<z.ZodObject<{
|
|
@@ -148,6 +148,14 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
149
149
|
url: string | null;
|
|
150
150
|
id: string | null;
|
|
151
|
+
createdAt: string | null;
|
|
152
|
+
media: {
|
|
153
|
+
type: string | null;
|
|
154
|
+
url: string | null;
|
|
155
|
+
duration: number | null;
|
|
156
|
+
width: number | null;
|
|
157
|
+
height: number | null;
|
|
158
|
+
}[] | null;
|
|
151
159
|
text: string | null;
|
|
152
160
|
entities: {
|
|
153
161
|
hashtags: string[] | null;
|
|
@@ -159,6 +167,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
159
167
|
name: string | null;
|
|
160
168
|
url: string | null;
|
|
161
169
|
id: string | null;
|
|
170
|
+
createdAt: string | null;
|
|
162
171
|
following: number | null;
|
|
163
172
|
userName: string | null;
|
|
164
173
|
isVerified: boolean | null;
|
|
@@ -166,7 +175,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
166
175
|
profilePicture: string | null;
|
|
167
176
|
followers: number | null;
|
|
168
177
|
tweetsCount: number | null;
|
|
169
|
-
createdAt: string | null;
|
|
170
178
|
} | null;
|
|
171
179
|
stats: {
|
|
172
180
|
viewCount: number | null;
|
|
@@ -176,14 +184,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
176
184
|
quoteCount: number | null;
|
|
177
185
|
bookmarkCount: number | null;
|
|
178
186
|
} | null;
|
|
179
|
-
media: {
|
|
180
|
-
type: string | null;
|
|
181
|
-
url: string | null;
|
|
182
|
-
duration: number | null;
|
|
183
|
-
width: number | null;
|
|
184
|
-
height: number | null;
|
|
185
|
-
}[] | null;
|
|
186
|
-
createdAt: string | null;
|
|
187
187
|
lang: string | null;
|
|
188
188
|
isRetweet: boolean | null;
|
|
189
189
|
isQuote: boolean | null;
|
|
@@ -191,6 +191,14 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
191
191
|
}, {
|
|
192
192
|
url: string | null;
|
|
193
193
|
id: string | null;
|
|
194
|
+
createdAt: string | null;
|
|
195
|
+
media: {
|
|
196
|
+
type: string | null;
|
|
197
|
+
url: string | null;
|
|
198
|
+
duration: number | null;
|
|
199
|
+
width: number | null;
|
|
200
|
+
height: number | null;
|
|
201
|
+
}[] | null;
|
|
194
202
|
text: string | null;
|
|
195
203
|
entities: {
|
|
196
204
|
hashtags: string[] | null;
|
|
@@ -202,6 +210,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
202
210
|
name: string | null;
|
|
203
211
|
url: string | null;
|
|
204
212
|
id: string | null;
|
|
213
|
+
createdAt: string | null;
|
|
205
214
|
following: number | null;
|
|
206
215
|
userName: string | null;
|
|
207
216
|
isVerified: boolean | null;
|
|
@@ -209,7 +218,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
209
218
|
profilePicture: string | null;
|
|
210
219
|
followers: number | null;
|
|
211
220
|
tweetsCount: number | null;
|
|
212
|
-
createdAt: string | null;
|
|
213
221
|
} | null;
|
|
214
222
|
stats: {
|
|
215
223
|
viewCount: number | null;
|
|
@@ -219,14 +227,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
219
227
|
quoteCount: number | null;
|
|
220
228
|
bookmarkCount: number | null;
|
|
221
229
|
} | null;
|
|
222
|
-
media: {
|
|
223
|
-
type: string | null;
|
|
224
|
-
url: string | null;
|
|
225
|
-
duration: number | null;
|
|
226
|
-
width: number | null;
|
|
227
|
-
height: number | null;
|
|
228
|
-
}[] | null;
|
|
229
|
-
createdAt: string | null;
|
|
230
230
|
lang: string | null;
|
|
231
231
|
isRetweet: boolean | null;
|
|
232
232
|
isQuote: boolean | null;
|
|
@@ -284,6 +284,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
284
284
|
name: string | null;
|
|
285
285
|
url: string | null;
|
|
286
286
|
id: string | null;
|
|
287
|
+
createdAt: string | null;
|
|
287
288
|
following: number | null;
|
|
288
289
|
userName: string | null;
|
|
289
290
|
isVerified: boolean | null;
|
|
@@ -291,12 +292,12 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
291
292
|
profilePicture: string | null;
|
|
292
293
|
followers: number | null;
|
|
293
294
|
tweetsCount: number | null;
|
|
294
|
-
createdAt: string | null;
|
|
295
295
|
}, {
|
|
296
296
|
description: string | null;
|
|
297
297
|
name: string | null;
|
|
298
298
|
url: string | null;
|
|
299
299
|
id: string | null;
|
|
300
|
+
createdAt: string | null;
|
|
300
301
|
following: number | null;
|
|
301
302
|
userName: string | null;
|
|
302
303
|
isVerified: boolean | null;
|
|
@@ -304,7 +305,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
304
305
|
profilePicture: string | null;
|
|
305
306
|
followers: number | null;
|
|
306
307
|
tweetsCount: number | null;
|
|
307
|
-
createdAt: string | null;
|
|
308
308
|
}>>;
|
|
309
309
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
310
310
|
stats: z.ZodNullable<z.ZodObject<{
|
|
@@ -368,6 +368,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
368
368
|
}, "strip", z.ZodTypeAny, {
|
|
369
369
|
url: string | null;
|
|
370
370
|
id: string | null;
|
|
371
|
+
createdAt: string | null;
|
|
372
|
+
media: {
|
|
373
|
+
type: string | null;
|
|
374
|
+
url: string | null;
|
|
375
|
+
duration: number | null;
|
|
376
|
+
width: number | null;
|
|
377
|
+
height: number | null;
|
|
378
|
+
}[] | null;
|
|
371
379
|
text: string | null;
|
|
372
380
|
entities: {
|
|
373
381
|
hashtags: string[] | null;
|
|
@@ -379,6 +387,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
379
387
|
name: string | null;
|
|
380
388
|
url: string | null;
|
|
381
389
|
id: string | null;
|
|
390
|
+
createdAt: string | null;
|
|
382
391
|
following: number | null;
|
|
383
392
|
userName: string | null;
|
|
384
393
|
isVerified: boolean | null;
|
|
@@ -386,7 +395,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
386
395
|
profilePicture: string | null;
|
|
387
396
|
followers: number | null;
|
|
388
397
|
tweetsCount: number | null;
|
|
389
|
-
createdAt: string | null;
|
|
390
398
|
} | null;
|
|
391
399
|
stats: {
|
|
392
400
|
viewCount: number | null;
|
|
@@ -396,14 +404,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
396
404
|
quoteCount: number | null;
|
|
397
405
|
bookmarkCount: number | null;
|
|
398
406
|
} | null;
|
|
399
|
-
media: {
|
|
400
|
-
type: string | null;
|
|
401
|
-
url: string | null;
|
|
402
|
-
duration: number | null;
|
|
403
|
-
width: number | null;
|
|
404
|
-
height: number | null;
|
|
405
|
-
}[] | null;
|
|
406
|
-
createdAt: string | null;
|
|
407
407
|
lang: string | null;
|
|
408
408
|
isRetweet: boolean | null;
|
|
409
409
|
isQuote: boolean | null;
|
|
@@ -411,6 +411,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
411
411
|
}, {
|
|
412
412
|
url: string | null;
|
|
413
413
|
id: string | null;
|
|
414
|
+
createdAt: string | null;
|
|
415
|
+
media: {
|
|
416
|
+
type: string | null;
|
|
417
|
+
url: string | null;
|
|
418
|
+
duration: number | null;
|
|
419
|
+
width: number | null;
|
|
420
|
+
height: number | null;
|
|
421
|
+
}[] | null;
|
|
414
422
|
text: string | null;
|
|
415
423
|
entities: {
|
|
416
424
|
hashtags: string[] | null;
|
|
@@ -422,6 +430,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
422
430
|
name: string | null;
|
|
423
431
|
url: string | null;
|
|
424
432
|
id: string | null;
|
|
433
|
+
createdAt: string | null;
|
|
425
434
|
following: number | null;
|
|
426
435
|
userName: string | null;
|
|
427
436
|
isVerified: boolean | null;
|
|
@@ -429,7 +438,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
429
438
|
profilePicture: string | null;
|
|
430
439
|
followers: number | null;
|
|
431
440
|
tweetsCount: number | null;
|
|
432
|
-
createdAt: string | null;
|
|
433
441
|
} | null;
|
|
434
442
|
stats: {
|
|
435
443
|
viewCount: number | null;
|
|
@@ -439,14 +447,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
439
447
|
quoteCount: number | null;
|
|
440
448
|
bookmarkCount: number | null;
|
|
441
449
|
} | null;
|
|
442
|
-
media: {
|
|
443
|
-
type: string | null;
|
|
444
|
-
url: string | null;
|
|
445
|
-
duration: number | null;
|
|
446
|
-
width: number | null;
|
|
447
|
-
height: number | null;
|
|
448
|
-
}[] | null;
|
|
449
|
-
createdAt: string | null;
|
|
450
450
|
lang: string | null;
|
|
451
451
|
isRetweet: boolean | null;
|
|
452
452
|
isQuote: boolean | null;
|
|
@@ -456,12 +456,20 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
456
456
|
success: z.ZodBoolean;
|
|
457
457
|
error: z.ZodString;
|
|
458
458
|
}, "strip", z.ZodTypeAny, {
|
|
459
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
459
460
|
success: boolean;
|
|
460
461
|
error: string;
|
|
461
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
462
462
|
tweets: {
|
|
463
463
|
url: string | null;
|
|
464
464
|
id: string | null;
|
|
465
|
+
createdAt: string | null;
|
|
466
|
+
media: {
|
|
467
|
+
type: string | null;
|
|
468
|
+
url: string | null;
|
|
469
|
+
duration: number | null;
|
|
470
|
+
width: number | null;
|
|
471
|
+
height: number | null;
|
|
472
|
+
}[] | null;
|
|
465
473
|
text: string | null;
|
|
466
474
|
entities: {
|
|
467
475
|
hashtags: string[] | null;
|
|
@@ -473,6 +481,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
473
481
|
name: string | null;
|
|
474
482
|
url: string | null;
|
|
475
483
|
id: string | null;
|
|
484
|
+
createdAt: string | null;
|
|
476
485
|
following: number | null;
|
|
477
486
|
userName: string | null;
|
|
478
487
|
isVerified: boolean | null;
|
|
@@ -480,7 +489,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
480
489
|
profilePicture: string | null;
|
|
481
490
|
followers: number | null;
|
|
482
491
|
tweetsCount: number | null;
|
|
483
|
-
createdAt: string | null;
|
|
484
492
|
} | null;
|
|
485
493
|
stats: {
|
|
486
494
|
viewCount: number | null;
|
|
@@ -490,14 +498,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
490
498
|
quoteCount: number | null;
|
|
491
499
|
bookmarkCount: number | null;
|
|
492
500
|
} | null;
|
|
493
|
-
media: {
|
|
494
|
-
type: string | null;
|
|
495
|
-
url: string | null;
|
|
496
|
-
duration: number | null;
|
|
497
|
-
width: number | null;
|
|
498
|
-
height: number | null;
|
|
499
|
-
}[] | null;
|
|
500
|
-
createdAt: string | null;
|
|
501
501
|
lang: string | null;
|
|
502
502
|
isRetweet: boolean | null;
|
|
503
503
|
isQuote: boolean | null;
|
|
@@ -505,12 +505,20 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
505
505
|
}[];
|
|
506
506
|
totalTweets: number;
|
|
507
507
|
}, {
|
|
508
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
508
509
|
success: boolean;
|
|
509
510
|
error: string;
|
|
510
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
511
511
|
tweets: {
|
|
512
512
|
url: string | null;
|
|
513
513
|
id: string | null;
|
|
514
|
+
createdAt: string | null;
|
|
515
|
+
media: {
|
|
516
|
+
type: string | null;
|
|
517
|
+
url: string | null;
|
|
518
|
+
duration: number | null;
|
|
519
|
+
width: number | null;
|
|
520
|
+
height: number | null;
|
|
521
|
+
}[] | null;
|
|
514
522
|
text: string | null;
|
|
515
523
|
entities: {
|
|
516
524
|
hashtags: string[] | null;
|
|
@@ -522,6 +530,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
522
530
|
name: string | null;
|
|
523
531
|
url: string | null;
|
|
524
532
|
id: string | null;
|
|
533
|
+
createdAt: string | null;
|
|
525
534
|
following: number | null;
|
|
526
535
|
userName: string | null;
|
|
527
536
|
isVerified: boolean | null;
|
|
@@ -529,7 +538,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
529
538
|
profilePicture: string | null;
|
|
530
539
|
followers: number | null;
|
|
531
540
|
tweetsCount: number | null;
|
|
532
|
-
createdAt: string | null;
|
|
533
541
|
} | null;
|
|
534
542
|
stats: {
|
|
535
543
|
viewCount: number | null;
|
|
@@ -539,14 +547,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
539
547
|
quoteCount: number | null;
|
|
540
548
|
bookmarkCount: number | null;
|
|
541
549
|
} | null;
|
|
542
|
-
media: {
|
|
543
|
-
type: string | null;
|
|
544
|
-
url: string | null;
|
|
545
|
-
duration: number | null;
|
|
546
|
-
width: number | null;
|
|
547
|
-
height: number | null;
|
|
548
|
-
}[] | null;
|
|
549
|
-
createdAt: string | null;
|
|
550
550
|
lang: string | null;
|
|
551
551
|
isRetweet: boolean | null;
|
|
552
552
|
isQuote: boolean | null;
|
|
@@ -630,6 +630,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
630
630
|
name: string | null;
|
|
631
631
|
url: string | null;
|
|
632
632
|
id: string | null;
|
|
633
|
+
createdAt: string | null;
|
|
633
634
|
following: number | null;
|
|
634
635
|
userName: string | null;
|
|
635
636
|
isVerified: boolean | null;
|
|
@@ -637,12 +638,12 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
637
638
|
profilePicture: string | null;
|
|
638
639
|
followers: number | null;
|
|
639
640
|
tweetsCount: number | null;
|
|
640
|
-
createdAt: string | null;
|
|
641
641
|
}, {
|
|
642
642
|
description: string | null;
|
|
643
643
|
name: string | null;
|
|
644
644
|
url: string | null;
|
|
645
645
|
id: string | null;
|
|
646
|
+
createdAt: string | null;
|
|
646
647
|
following: number | null;
|
|
647
648
|
userName: string | null;
|
|
648
649
|
isVerified: boolean | null;
|
|
@@ -650,7 +651,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
650
651
|
profilePicture: string | null;
|
|
651
652
|
followers: number | null;
|
|
652
653
|
tweetsCount: number | null;
|
|
653
|
-
createdAt: string | null;
|
|
654
654
|
}>>;
|
|
655
655
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
656
656
|
stats: z.ZodNullable<z.ZodObject<{
|
|
@@ -714,6 +714,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
714
714
|
}, "strip", z.ZodTypeAny, {
|
|
715
715
|
url: string | null;
|
|
716
716
|
id: string | null;
|
|
717
|
+
createdAt: string | null;
|
|
718
|
+
media: {
|
|
719
|
+
type: string | null;
|
|
720
|
+
url: string | null;
|
|
721
|
+
duration: number | null;
|
|
722
|
+
width: number | null;
|
|
723
|
+
height: number | null;
|
|
724
|
+
}[] | null;
|
|
717
725
|
text: string | null;
|
|
718
726
|
entities: {
|
|
719
727
|
hashtags: string[] | null;
|
|
@@ -725,6 +733,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
725
733
|
name: string | null;
|
|
726
734
|
url: string | null;
|
|
727
735
|
id: string | null;
|
|
736
|
+
createdAt: string | null;
|
|
728
737
|
following: number | null;
|
|
729
738
|
userName: string | null;
|
|
730
739
|
isVerified: boolean | null;
|
|
@@ -732,7 +741,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
732
741
|
profilePicture: string | null;
|
|
733
742
|
followers: number | null;
|
|
734
743
|
tweetsCount: number | null;
|
|
735
|
-
createdAt: string | null;
|
|
736
744
|
} | null;
|
|
737
745
|
stats: {
|
|
738
746
|
viewCount: number | null;
|
|
@@ -742,14 +750,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
742
750
|
quoteCount: number | null;
|
|
743
751
|
bookmarkCount: number | null;
|
|
744
752
|
} | null;
|
|
745
|
-
media: {
|
|
746
|
-
type: string | null;
|
|
747
|
-
url: string | null;
|
|
748
|
-
duration: number | null;
|
|
749
|
-
width: number | null;
|
|
750
|
-
height: number | null;
|
|
751
|
-
}[] | null;
|
|
752
|
-
createdAt: string | null;
|
|
753
753
|
lang: string | null;
|
|
754
754
|
isRetweet: boolean | null;
|
|
755
755
|
isQuote: boolean | null;
|
|
@@ -757,6 +757,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
757
757
|
}, {
|
|
758
758
|
url: string | null;
|
|
759
759
|
id: string | null;
|
|
760
|
+
createdAt: string | null;
|
|
761
|
+
media: {
|
|
762
|
+
type: string | null;
|
|
763
|
+
url: string | null;
|
|
764
|
+
duration: number | null;
|
|
765
|
+
width: number | null;
|
|
766
|
+
height: number | null;
|
|
767
|
+
}[] | null;
|
|
760
768
|
text: string | null;
|
|
761
769
|
entities: {
|
|
762
770
|
hashtags: string[] | null;
|
|
@@ -768,6 +776,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
768
776
|
name: string | null;
|
|
769
777
|
url: string | null;
|
|
770
778
|
id: string | null;
|
|
779
|
+
createdAt: string | null;
|
|
771
780
|
following: number | null;
|
|
772
781
|
userName: string | null;
|
|
773
782
|
isVerified: boolean | null;
|
|
@@ -775,7 +784,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
775
784
|
profilePicture: string | null;
|
|
776
785
|
followers: number | null;
|
|
777
786
|
tweetsCount: number | null;
|
|
778
|
-
createdAt: string | null;
|
|
779
787
|
} | null;
|
|
780
788
|
stats: {
|
|
781
789
|
viewCount: number | null;
|
|
@@ -785,14 +793,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
785
793
|
quoteCount: number | null;
|
|
786
794
|
bookmarkCount: number | null;
|
|
787
795
|
} | null;
|
|
788
|
-
media: {
|
|
789
|
-
type: string | null;
|
|
790
|
-
url: string | null;
|
|
791
|
-
duration: number | null;
|
|
792
|
-
width: number | null;
|
|
793
|
-
height: number | null;
|
|
794
|
-
}[] | null;
|
|
795
|
-
createdAt: string | null;
|
|
796
796
|
lang: string | null;
|
|
797
797
|
isRetweet: boolean | null;
|
|
798
798
|
isQuote: boolean | null;
|
|
@@ -802,12 +802,20 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
802
802
|
success: z.ZodBoolean;
|
|
803
803
|
error: z.ZodString;
|
|
804
804
|
}, "strip", z.ZodTypeAny, {
|
|
805
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
805
806
|
success: boolean;
|
|
806
807
|
error: string;
|
|
807
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
808
808
|
tweets: {
|
|
809
809
|
url: string | null;
|
|
810
810
|
id: string | null;
|
|
811
|
+
createdAt: string | null;
|
|
812
|
+
media: {
|
|
813
|
+
type: string | null;
|
|
814
|
+
url: string | null;
|
|
815
|
+
duration: number | null;
|
|
816
|
+
width: number | null;
|
|
817
|
+
height: number | null;
|
|
818
|
+
}[] | null;
|
|
811
819
|
text: string | null;
|
|
812
820
|
entities: {
|
|
813
821
|
hashtags: string[] | null;
|
|
@@ -819,6 +827,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
819
827
|
name: string | null;
|
|
820
828
|
url: string | null;
|
|
821
829
|
id: string | null;
|
|
830
|
+
createdAt: string | null;
|
|
822
831
|
following: number | null;
|
|
823
832
|
userName: string | null;
|
|
824
833
|
isVerified: boolean | null;
|
|
@@ -826,7 +835,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
826
835
|
profilePicture: string | null;
|
|
827
836
|
followers: number | null;
|
|
828
837
|
tweetsCount: number | null;
|
|
829
|
-
createdAt: string | null;
|
|
830
838
|
} | null;
|
|
831
839
|
stats: {
|
|
832
840
|
viewCount: number | null;
|
|
@@ -836,14 +844,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
836
844
|
quoteCount: number | null;
|
|
837
845
|
bookmarkCount: number | null;
|
|
838
846
|
} | null;
|
|
839
|
-
media: {
|
|
840
|
-
type: string | null;
|
|
841
|
-
url: string | null;
|
|
842
|
-
duration: number | null;
|
|
843
|
-
width: number | null;
|
|
844
|
-
height: number | null;
|
|
845
|
-
}[] | null;
|
|
846
|
-
createdAt: string | null;
|
|
847
847
|
lang: string | null;
|
|
848
848
|
isRetweet: boolean | null;
|
|
849
849
|
isQuote: boolean | null;
|
|
@@ -851,12 +851,20 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
851
851
|
}[];
|
|
852
852
|
totalTweets: number;
|
|
853
853
|
}, {
|
|
854
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
854
855
|
success: boolean;
|
|
855
856
|
error: string;
|
|
856
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
857
857
|
tweets: {
|
|
858
858
|
url: string | null;
|
|
859
859
|
id: string | null;
|
|
860
|
+
createdAt: string | null;
|
|
861
|
+
media: {
|
|
862
|
+
type: string | null;
|
|
863
|
+
url: string | null;
|
|
864
|
+
duration: number | null;
|
|
865
|
+
width: number | null;
|
|
866
|
+
height: number | null;
|
|
867
|
+
}[] | null;
|
|
860
868
|
text: string | null;
|
|
861
869
|
entities: {
|
|
862
870
|
hashtags: string[] | null;
|
|
@@ -868,6 +876,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
868
876
|
name: string | null;
|
|
869
877
|
url: string | null;
|
|
870
878
|
id: string | null;
|
|
879
|
+
createdAt: string | null;
|
|
871
880
|
following: number | null;
|
|
872
881
|
userName: string | null;
|
|
873
882
|
isVerified: boolean | null;
|
|
@@ -875,7 +884,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
875
884
|
profilePicture: string | null;
|
|
876
885
|
followers: number | null;
|
|
877
886
|
tweetsCount: number | null;
|
|
878
|
-
createdAt: string | null;
|
|
879
887
|
} | null;
|
|
880
888
|
stats: {
|
|
881
889
|
viewCount: number | null;
|
|
@@ -885,14 +893,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
885
893
|
quoteCount: number | null;
|
|
886
894
|
bookmarkCount: number | null;
|
|
887
895
|
} | null;
|
|
888
|
-
media: {
|
|
889
|
-
type: string | null;
|
|
890
|
-
url: string | null;
|
|
891
|
-
duration: number | null;
|
|
892
|
-
width: number | null;
|
|
893
|
-
height: number | null;
|
|
894
|
-
}[] | null;
|
|
895
|
-
createdAt: string | null;
|
|
896
896
|
lang: string | null;
|
|
897
897
|
isRetweet: boolean | null;
|
|
898
898
|
isQuote: boolean | null;
|
|
@@ -12,13 +12,13 @@ declare const WebSearchToolParamsSchema: z.ZodObject<{
|
|
|
12
12
|
limit: number;
|
|
13
13
|
query: string;
|
|
14
14
|
categories: ("github" | "pdf" | "research")[];
|
|
15
|
-
location?: string | undefined;
|
|
16
15
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
16
|
+
location?: string | undefined;
|
|
17
17
|
}, {
|
|
18
18
|
query: string;
|
|
19
|
-
location?: string | undefined;
|
|
20
19
|
limit?: number | undefined;
|
|
21
20
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
21
|
+
location?: string | undefined;
|
|
22
22
|
categories?: ("github" | "pdf" | "research")[] | undefined;
|
|
23
23
|
}>;
|
|
24
24
|
declare const WebSearchToolResultSchema: z.ZodObject<{
|
|
@@ -81,13 +81,13 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
|
|
|
81
81
|
limit: number;
|
|
82
82
|
query: string;
|
|
83
83
|
categories: ("github" | "pdf" | "research")[];
|
|
84
|
-
location?: string | undefined;
|
|
85
84
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
|
+
location?: string | undefined;
|
|
86
86
|
}, {
|
|
87
87
|
query: string;
|
|
88
|
-
location?: string | undefined;
|
|
89
88
|
limit?: number | undefined;
|
|
90
89
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
90
|
+
location?: string | undefined;
|
|
91
91
|
categories?: ("github" | "pdf" | "research")[] | undefined;
|
|
92
92
|
}>;
|
|
93
93
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -149,9 +149,9 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
149
149
|
success: z.ZodBoolean;
|
|
150
150
|
error: z.ZodString;
|
|
151
151
|
}, "strip", z.ZodTypeAny, {
|
|
152
|
+
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
152
153
|
success: boolean;
|
|
153
154
|
error: string;
|
|
154
|
-
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
155
155
|
totalResults: number;
|
|
156
156
|
videos?: {
|
|
157
157
|
description: string | null;
|
|
@@ -175,9 +175,9 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
175
175
|
}[] | undefined;
|
|
176
176
|
fullTranscriptText?: string | undefined;
|
|
177
177
|
}, {
|
|
178
|
+
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
178
179
|
success: boolean;
|
|
179
180
|
error: string;
|
|
180
|
-
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
181
181
|
totalResults: number;
|
|
182
182
|
videos?: {
|
|
183
183
|
description: string | null;
|
|
@@ -307,9 +307,9 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
307
307
|
success: z.ZodBoolean;
|
|
308
308
|
error: z.ZodString;
|
|
309
309
|
}, "strip", z.ZodTypeAny, {
|
|
310
|
+
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
310
311
|
success: boolean;
|
|
311
312
|
error: string;
|
|
312
|
-
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
313
313
|
totalResults: number;
|
|
314
314
|
videos?: {
|
|
315
315
|
description: string | null;
|
|
@@ -333,9 +333,9 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
333
333
|
}[] | undefined;
|
|
334
334
|
fullTranscriptText?: string | undefined;
|
|
335
335
|
}, {
|
|
336
|
+
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
336
337
|
success: boolean;
|
|
337
338
|
error: string;
|
|
338
|
-
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
339
339
|
totalResults: number;
|
|
340
340
|
videos?: {
|
|
341
341
|
description: string | null;
|