@bubblelab/bubble-core 0.1.39 → 0.1.40
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 +81 -81
- package/dist/bubbles/service-bubble/agi-inc.d.ts +114 -114
- package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +5 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +122 -122
- package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +144 -144
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +51 -51
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +84 -84
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +835 -835
- package/dist/bubbles/service-bubble/followupboss.d.ts +474 -474
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +275 -275
- package/dist/bubbles/service-bubble/github.d.ts +196 -196
- package/dist/bubbles/service-bubble/gmail.d.ts +138 -138
- package/dist/bubbles/service-bubble/google-calendar.d.ts +136 -136
- package/dist/bubbles/service-bubble/google-drive.d.ts +144 -144
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +68 -68
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +59 -59
- package/dist/bubbles/service-bubble/notion/notion.d.ts +244 -244
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +16 -16
- package/dist/bubbles/service-bubble/slack/slack.d.ts +442 -442
- package/dist/bubbles/service-bubble/storage.d.ts +60 -60
- package/dist/bubbles/service-bubble/telegram.d.ts +414 -414
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +66 -66
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +422 -422
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +108 -108
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +113 -113
- 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 +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +66 -66
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -20,7 +20,6 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
20
20
|
name: string | null;
|
|
21
21
|
url: string | null;
|
|
22
22
|
id: string | null;
|
|
23
|
-
createdAt: string | null;
|
|
24
23
|
following: number | null;
|
|
25
24
|
userName: string | null;
|
|
26
25
|
isVerified: boolean | null;
|
|
@@ -28,12 +27,12 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
28
27
|
profilePicture: string | null;
|
|
29
28
|
followers: number | null;
|
|
30
29
|
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;
|
|
37
36
|
following: number | null;
|
|
38
37
|
userName: string | null;
|
|
39
38
|
isVerified: boolean | null;
|
|
@@ -41,6 +40,7 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
41
40
|
profilePicture: string | null;
|
|
42
41
|
followers: number | null;
|
|
43
42
|
tweetsCount: number | null;
|
|
43
|
+
createdAt: string | null;
|
|
44
44
|
}>;
|
|
45
45
|
declare const TwitterTweetSchema: z.ZodObject<{
|
|
46
46
|
id: z.ZodNullable<z.ZodString>;
|
|
@@ -64,7 +64,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
64
64
|
name: string | null;
|
|
65
65
|
url: string | null;
|
|
66
66
|
id: string | null;
|
|
67
|
-
createdAt: string | null;
|
|
68
67
|
following: number | null;
|
|
69
68
|
userName: string | null;
|
|
70
69
|
isVerified: boolean | null;
|
|
@@ -72,12 +71,12 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
72
71
|
profilePicture: string | null;
|
|
73
72
|
followers: number | null;
|
|
74
73
|
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;
|
|
81
80
|
following: number | null;
|
|
82
81
|
userName: string | null;
|
|
83
82
|
isVerified: boolean | null;
|
|
@@ -85,6 +84,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
85
84
|
profilePicture: string | null;
|
|
86
85
|
followers: number | null;
|
|
87
86
|
tweetsCount: number | null;
|
|
87
|
+
createdAt: string | null;
|
|
88
88
|
}>>;
|
|
89
89
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
90
90
|
stats: z.ZodNullable<z.ZodObject<{
|
|
@@ -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
|
-
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;
|
|
159
150
|
text: string | null;
|
|
151
|
+
id: string | null;
|
|
160
152
|
entities: {
|
|
161
153
|
hashtags: string[] | null;
|
|
162
154
|
mentions: string[] | null;
|
|
@@ -167,7 +159,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
167
159
|
name: string | null;
|
|
168
160
|
url: string | null;
|
|
169
161
|
id: string | null;
|
|
170
|
-
createdAt: string | null;
|
|
171
162
|
following: number | null;
|
|
172
163
|
userName: string | null;
|
|
173
164
|
isVerified: boolean | null;
|
|
@@ -175,6 +166,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
175
166
|
profilePicture: string | null;
|
|
176
167
|
followers: number | null;
|
|
177
168
|
tweetsCount: number | null;
|
|
169
|
+
createdAt: string | null;
|
|
178
170
|
} | null;
|
|
179
171
|
stats: {
|
|
180
172
|
viewCount: number | null;
|
|
@@ -184,14 +176,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
184
176
|
quoteCount: number | null;
|
|
185
177
|
bookmarkCount: number | null;
|
|
186
178
|
} | null;
|
|
187
|
-
lang: string | null;
|
|
188
|
-
isRetweet: boolean | null;
|
|
189
|
-
isQuote: boolean | null;
|
|
190
|
-
isReply: boolean | null;
|
|
191
|
-
}, {
|
|
192
|
-
url: string | null;
|
|
193
|
-
id: string | null;
|
|
194
|
-
createdAt: string | null;
|
|
195
179
|
media: {
|
|
196
180
|
type: string | null;
|
|
197
181
|
url: string | null;
|
|
@@ -199,7 +183,15 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
199
183
|
width: number | null;
|
|
200
184
|
height: number | null;
|
|
201
185
|
}[] | null;
|
|
186
|
+
createdAt: string | null;
|
|
187
|
+
lang: string | null;
|
|
188
|
+
isRetweet: boolean | null;
|
|
189
|
+
isQuote: boolean | null;
|
|
190
|
+
isReply: boolean | null;
|
|
191
|
+
}, {
|
|
192
|
+
url: string | null;
|
|
202
193
|
text: string | null;
|
|
194
|
+
id: string | null;
|
|
203
195
|
entities: {
|
|
204
196
|
hashtags: string[] | null;
|
|
205
197
|
mentions: string[] | null;
|
|
@@ -210,7 +202,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
210
202
|
name: string | null;
|
|
211
203
|
url: string | null;
|
|
212
204
|
id: string | null;
|
|
213
|
-
createdAt: string | null;
|
|
214
205
|
following: number | null;
|
|
215
206
|
userName: string | null;
|
|
216
207
|
isVerified: boolean | null;
|
|
@@ -218,6 +209,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
218
209
|
profilePicture: string | null;
|
|
219
210
|
followers: number | null;
|
|
220
211
|
tweetsCount: number | null;
|
|
212
|
+
createdAt: string | null;
|
|
221
213
|
} | null;
|
|
222
214
|
stats: {
|
|
223
215
|
viewCount: number | null;
|
|
@@ -227,6 +219,14 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
227
219
|
quoteCount: number | null;
|
|
228
220
|
bookmarkCount: number | null;
|
|
229
221
|
} | 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,7 +284,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
284
284
|
name: string | null;
|
|
285
285
|
url: string | null;
|
|
286
286
|
id: string | null;
|
|
287
|
-
createdAt: string | null;
|
|
288
287
|
following: number | null;
|
|
289
288
|
userName: string | null;
|
|
290
289
|
isVerified: boolean | null;
|
|
@@ -292,12 +291,12 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
292
291
|
profilePicture: string | null;
|
|
293
292
|
followers: number | null;
|
|
294
293
|
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;
|
|
301
300
|
following: number | null;
|
|
302
301
|
userName: string | null;
|
|
303
302
|
isVerified: boolean | null;
|
|
@@ -305,6 +304,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
305
304
|
profilePicture: string | null;
|
|
306
305
|
followers: number | null;
|
|
307
306
|
tweetsCount: number | null;
|
|
307
|
+
createdAt: string | null;
|
|
308
308
|
}>>;
|
|
309
309
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
310
310
|
stats: z.ZodNullable<z.ZodObject<{
|
|
@@ -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
|
-
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;
|
|
379
370
|
text: string | null;
|
|
371
|
+
id: string | null;
|
|
380
372
|
entities: {
|
|
381
373
|
hashtags: string[] | null;
|
|
382
374
|
mentions: string[] | null;
|
|
@@ -387,7 +379,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
387
379
|
name: string | null;
|
|
388
380
|
url: string | null;
|
|
389
381
|
id: string | null;
|
|
390
|
-
createdAt: string | null;
|
|
391
382
|
following: number | null;
|
|
392
383
|
userName: string | null;
|
|
393
384
|
isVerified: boolean | null;
|
|
@@ -395,6 +386,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
395
386
|
profilePicture: string | null;
|
|
396
387
|
followers: number | null;
|
|
397
388
|
tweetsCount: number | null;
|
|
389
|
+
createdAt: string | null;
|
|
398
390
|
} | null;
|
|
399
391
|
stats: {
|
|
400
392
|
viewCount: number | null;
|
|
@@ -404,14 +396,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
404
396
|
quoteCount: number | null;
|
|
405
397
|
bookmarkCount: number | null;
|
|
406
398
|
} | null;
|
|
407
|
-
lang: string | null;
|
|
408
|
-
isRetweet: boolean | null;
|
|
409
|
-
isQuote: boolean | null;
|
|
410
|
-
isReply: boolean | null;
|
|
411
|
-
}, {
|
|
412
|
-
url: string | null;
|
|
413
|
-
id: string | null;
|
|
414
|
-
createdAt: string | null;
|
|
415
399
|
media: {
|
|
416
400
|
type: string | null;
|
|
417
401
|
url: string | null;
|
|
@@ -419,7 +403,15 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
419
403
|
width: number | null;
|
|
420
404
|
height: number | null;
|
|
421
405
|
}[] | null;
|
|
406
|
+
createdAt: string | null;
|
|
407
|
+
lang: string | null;
|
|
408
|
+
isRetweet: boolean | null;
|
|
409
|
+
isQuote: boolean | null;
|
|
410
|
+
isReply: boolean | null;
|
|
411
|
+
}, {
|
|
412
|
+
url: string | null;
|
|
422
413
|
text: string | null;
|
|
414
|
+
id: string | null;
|
|
423
415
|
entities: {
|
|
424
416
|
hashtags: string[] | null;
|
|
425
417
|
mentions: string[] | null;
|
|
@@ -430,7 +422,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
430
422
|
name: string | null;
|
|
431
423
|
url: string | null;
|
|
432
424
|
id: string | null;
|
|
433
|
-
createdAt: string | null;
|
|
434
425
|
following: number | null;
|
|
435
426
|
userName: string | null;
|
|
436
427
|
isVerified: boolean | null;
|
|
@@ -438,6 +429,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
438
429
|
profilePicture: string | null;
|
|
439
430
|
followers: number | null;
|
|
440
431
|
tweetsCount: number | null;
|
|
432
|
+
createdAt: string | null;
|
|
441
433
|
} | null;
|
|
442
434
|
stats: {
|
|
443
435
|
viewCount: number | null;
|
|
@@ -447,6 +439,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
447
439
|
quoteCount: number | null;
|
|
448
440
|
bookmarkCount: number | null;
|
|
449
441
|
} | 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,21 +456,13 @@ 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";
|
|
460
|
-
success: boolean;
|
|
461
459
|
error: string;
|
|
460
|
+
success: boolean;
|
|
461
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
462
462
|
tweets: {
|
|
463
463
|
url: string | null;
|
|
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;
|
|
473
464
|
text: string | null;
|
|
465
|
+
id: string | null;
|
|
474
466
|
entities: {
|
|
475
467
|
hashtags: string[] | null;
|
|
476
468
|
mentions: string[] | null;
|
|
@@ -481,7 +473,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
481
473
|
name: string | null;
|
|
482
474
|
url: string | null;
|
|
483
475
|
id: string | null;
|
|
484
|
-
createdAt: string | null;
|
|
485
476
|
following: number | null;
|
|
486
477
|
userName: string | null;
|
|
487
478
|
isVerified: boolean | null;
|
|
@@ -489,6 +480,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
489
480
|
profilePicture: string | null;
|
|
490
481
|
followers: number | null;
|
|
491
482
|
tweetsCount: number | null;
|
|
483
|
+
createdAt: string | null;
|
|
492
484
|
} | null;
|
|
493
485
|
stats: {
|
|
494
486
|
viewCount: number | null;
|
|
@@ -498,6 +490,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
498
490
|
quoteCount: number | null;
|
|
499
491
|
bookmarkCount: number | null;
|
|
500
492
|
} | 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,21 +505,13 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
505
505
|
}[];
|
|
506
506
|
totalTweets: number;
|
|
507
507
|
}, {
|
|
508
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
509
|
-
success: boolean;
|
|
510
508
|
error: string;
|
|
509
|
+
success: boolean;
|
|
510
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
511
511
|
tweets: {
|
|
512
512
|
url: string | null;
|
|
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;
|
|
522
513
|
text: string | null;
|
|
514
|
+
id: string | null;
|
|
523
515
|
entities: {
|
|
524
516
|
hashtags: string[] | null;
|
|
525
517
|
mentions: string[] | null;
|
|
@@ -530,7 +522,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
530
522
|
name: string | null;
|
|
531
523
|
url: string | null;
|
|
532
524
|
id: string | null;
|
|
533
|
-
createdAt: string | null;
|
|
534
525
|
following: number | null;
|
|
535
526
|
userName: string | null;
|
|
536
527
|
isVerified: boolean | null;
|
|
@@ -538,6 +529,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
538
529
|
profilePicture: string | null;
|
|
539
530
|
followers: number | null;
|
|
540
531
|
tweetsCount: number | null;
|
|
532
|
+
createdAt: string | null;
|
|
541
533
|
} | null;
|
|
542
534
|
stats: {
|
|
543
535
|
viewCount: number | null;
|
|
@@ -547,6 +539,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
547
539
|
quoteCount: number | null;
|
|
548
540
|
bookmarkCount: number | null;
|
|
549
541
|
} | 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,7 +630,6 @@ 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;
|
|
634
633
|
following: number | null;
|
|
635
634
|
userName: string | null;
|
|
636
635
|
isVerified: boolean | null;
|
|
@@ -638,12 +637,12 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
638
637
|
profilePicture: string | null;
|
|
639
638
|
followers: number | null;
|
|
640
639
|
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;
|
|
647
646
|
following: number | null;
|
|
648
647
|
userName: string | null;
|
|
649
648
|
isVerified: boolean | null;
|
|
@@ -651,6 +650,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
651
650
|
profilePicture: string | null;
|
|
652
651
|
followers: number | null;
|
|
653
652
|
tweetsCount: number | null;
|
|
653
|
+
createdAt: string | null;
|
|
654
654
|
}>>;
|
|
655
655
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
656
656
|
stats: z.ZodNullable<z.ZodObject<{
|
|
@@ -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
|
-
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;
|
|
725
716
|
text: string | null;
|
|
717
|
+
id: string | null;
|
|
726
718
|
entities: {
|
|
727
719
|
hashtags: string[] | null;
|
|
728
720
|
mentions: string[] | null;
|
|
@@ -733,7 +725,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
733
725
|
name: string | null;
|
|
734
726
|
url: string | null;
|
|
735
727
|
id: string | null;
|
|
736
|
-
createdAt: string | null;
|
|
737
728
|
following: number | null;
|
|
738
729
|
userName: string | null;
|
|
739
730
|
isVerified: boolean | null;
|
|
@@ -741,6 +732,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
741
732
|
profilePicture: string | null;
|
|
742
733
|
followers: number | null;
|
|
743
734
|
tweetsCount: number | null;
|
|
735
|
+
createdAt: string | null;
|
|
744
736
|
} | null;
|
|
745
737
|
stats: {
|
|
746
738
|
viewCount: number | null;
|
|
@@ -750,14 +742,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
750
742
|
quoteCount: number | null;
|
|
751
743
|
bookmarkCount: number | null;
|
|
752
744
|
} | null;
|
|
753
|
-
lang: string | null;
|
|
754
|
-
isRetweet: boolean | null;
|
|
755
|
-
isQuote: boolean | null;
|
|
756
|
-
isReply: boolean | null;
|
|
757
|
-
}, {
|
|
758
|
-
url: string | null;
|
|
759
|
-
id: string | null;
|
|
760
|
-
createdAt: string | null;
|
|
761
745
|
media: {
|
|
762
746
|
type: string | null;
|
|
763
747
|
url: string | null;
|
|
@@ -765,7 +749,15 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
765
749
|
width: number | null;
|
|
766
750
|
height: number | null;
|
|
767
751
|
}[] | null;
|
|
752
|
+
createdAt: string | null;
|
|
753
|
+
lang: string | null;
|
|
754
|
+
isRetweet: boolean | null;
|
|
755
|
+
isQuote: boolean | null;
|
|
756
|
+
isReply: boolean | null;
|
|
757
|
+
}, {
|
|
758
|
+
url: string | null;
|
|
768
759
|
text: string | null;
|
|
760
|
+
id: string | null;
|
|
769
761
|
entities: {
|
|
770
762
|
hashtags: string[] | null;
|
|
771
763
|
mentions: string[] | null;
|
|
@@ -776,7 +768,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
776
768
|
name: string | null;
|
|
777
769
|
url: string | null;
|
|
778
770
|
id: string | null;
|
|
779
|
-
createdAt: string | null;
|
|
780
771
|
following: number | null;
|
|
781
772
|
userName: string | null;
|
|
782
773
|
isVerified: boolean | null;
|
|
@@ -784,6 +775,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
784
775
|
profilePicture: string | null;
|
|
785
776
|
followers: number | null;
|
|
786
777
|
tweetsCount: number | null;
|
|
778
|
+
createdAt: string | null;
|
|
787
779
|
} | null;
|
|
788
780
|
stats: {
|
|
789
781
|
viewCount: number | null;
|
|
@@ -793,6 +785,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
793
785
|
quoteCount: number | null;
|
|
794
786
|
bookmarkCount: number | null;
|
|
795
787
|
} | 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,21 +802,13 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
802
802
|
success: z.ZodBoolean;
|
|
803
803
|
error: z.ZodString;
|
|
804
804
|
}, "strip", z.ZodTypeAny, {
|
|
805
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
806
|
-
success: boolean;
|
|
807
805
|
error: string;
|
|
806
|
+
success: boolean;
|
|
807
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
808
808
|
tweets: {
|
|
809
809
|
url: string | null;
|
|
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;
|
|
819
810
|
text: string | null;
|
|
811
|
+
id: string | null;
|
|
820
812
|
entities: {
|
|
821
813
|
hashtags: string[] | null;
|
|
822
814
|
mentions: string[] | null;
|
|
@@ -827,7 +819,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
827
819
|
name: string | null;
|
|
828
820
|
url: string | null;
|
|
829
821
|
id: string | null;
|
|
830
|
-
createdAt: string | null;
|
|
831
822
|
following: number | null;
|
|
832
823
|
userName: string | null;
|
|
833
824
|
isVerified: boolean | null;
|
|
@@ -835,6 +826,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
835
826
|
profilePicture: string | null;
|
|
836
827
|
followers: number | null;
|
|
837
828
|
tweetsCount: number | null;
|
|
829
|
+
createdAt: string | null;
|
|
838
830
|
} | null;
|
|
839
831
|
stats: {
|
|
840
832
|
viewCount: number | null;
|
|
@@ -844,6 +836,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
844
836
|
quoteCount: number | null;
|
|
845
837
|
bookmarkCount: number | null;
|
|
846
838
|
} | 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,21 +851,13 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
851
851
|
}[];
|
|
852
852
|
totalTweets: number;
|
|
853
853
|
}, {
|
|
854
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
855
|
-
success: boolean;
|
|
856
854
|
error: string;
|
|
855
|
+
success: boolean;
|
|
856
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
857
857
|
tweets: {
|
|
858
858
|
url: string | null;
|
|
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;
|
|
868
859
|
text: string | null;
|
|
860
|
+
id: string | null;
|
|
869
861
|
entities: {
|
|
870
862
|
hashtags: string[] | null;
|
|
871
863
|
mentions: string[] | null;
|
|
@@ -876,7 +868,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
876
868
|
name: string | null;
|
|
877
869
|
url: string | null;
|
|
878
870
|
id: string | null;
|
|
879
|
-
createdAt: string | null;
|
|
880
871
|
following: number | null;
|
|
881
872
|
userName: string | null;
|
|
882
873
|
isVerified: boolean | null;
|
|
@@ -884,6 +875,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
884
875
|
profilePicture: string | null;
|
|
885
876
|
followers: number | null;
|
|
886
877
|
tweetsCount: number | null;
|
|
878
|
+
createdAt: string | null;
|
|
887
879
|
} | null;
|
|
888
880
|
stats: {
|
|
889
881
|
viewCount: number | null;
|
|
@@ -893,6 +885,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
893
885
|
quoteCount: number | null;
|
|
894
886
|
bookmarkCount: number | null;
|
|
895
887
|
} | 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;
|
|
@@ -70,8 +70,8 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
|
|
|
70
70
|
}>>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
72
|
url: string;
|
|
73
|
-
success: boolean;
|
|
74
73
|
error: string;
|
|
74
|
+
success: boolean;
|
|
75
75
|
pages: {
|
|
76
76
|
content: string;
|
|
77
77
|
url: string;
|
|
@@ -87,8 +87,8 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
|
|
|
87
87
|
} | undefined;
|
|
88
88
|
}, {
|
|
89
89
|
url: string;
|
|
90
|
-
success: boolean;
|
|
91
90
|
error: string;
|
|
91
|
+
success: boolean;
|
|
92
92
|
pages: {
|
|
93
93
|
content: string;
|
|
94
94
|
url: string;
|
|
@@ -176,8 +176,8 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
|
|
|
176
176
|
}>>;
|
|
177
177
|
}, "strip", z.ZodTypeAny, {
|
|
178
178
|
url: string;
|
|
179
|
-
success: boolean;
|
|
180
179
|
error: string;
|
|
180
|
+
success: boolean;
|
|
181
181
|
pages: {
|
|
182
182
|
content: string;
|
|
183
183
|
url: string;
|
|
@@ -193,8 +193,8 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
|
|
|
193
193
|
} | undefined;
|
|
194
194
|
}, {
|
|
195
195
|
url: string;
|
|
196
|
-
success: boolean;
|
|
197
196
|
error: string;
|
|
197
|
+
success: boolean;
|
|
198
198
|
pages: {
|
|
199
199
|
content: string;
|
|
200
200
|
url: string;
|
|
@@ -41,8 +41,8 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
|
|
|
41
41
|
}>>;
|
|
42
42
|
}, "strip", z.ZodTypeAny, {
|
|
43
43
|
url: string;
|
|
44
|
-
success: boolean;
|
|
45
44
|
error: string;
|
|
45
|
+
success: boolean;
|
|
46
46
|
metadata?: {
|
|
47
47
|
statusCode?: number | undefined;
|
|
48
48
|
extractionTime?: number | undefined;
|
|
@@ -51,8 +51,8 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
|
|
|
51
51
|
extractedData?: any;
|
|
52
52
|
}, {
|
|
53
53
|
url: string;
|
|
54
|
-
success: boolean;
|
|
55
54
|
error: string;
|
|
55
|
+
success: boolean;
|
|
56
56
|
metadata?: {
|
|
57
57
|
statusCode?: number | undefined;
|
|
58
58
|
extractionTime?: number | undefined;
|
|
@@ -104,8 +104,8 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
|
|
|
104
104
|
}>>;
|
|
105
105
|
}, "strip", z.ZodTypeAny, {
|
|
106
106
|
url: string;
|
|
107
|
-
success: boolean;
|
|
108
107
|
error: string;
|
|
108
|
+
success: boolean;
|
|
109
109
|
metadata?: {
|
|
110
110
|
statusCode?: number | undefined;
|
|
111
111
|
extractionTime?: number | undefined;
|
|
@@ -114,8 +114,8 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
|
|
|
114
114
|
extractedData?: any;
|
|
115
115
|
}, {
|
|
116
116
|
url: string;
|
|
117
|
-
success: boolean;
|
|
118
117
|
error: string;
|
|
118
|
+
success: boolean;
|
|
119
119
|
metadata?: {
|
|
120
120
|
statusCode?: number | undefined;
|
|
121
121
|
extractionTime?: number | undefined;
|