@bubblelab/bubble-core 0.1.68 → 0.1.69
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 +85 -85
- package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
- package/dist/bubbles/service-bubble/airtable.d.ts +156 -156
- package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +140 -140
- package/dist/bubbles/service-bubble/ashby/ashby.js +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +51 -51
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +32 -32
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +60 -60
- package/dist/bubbles/service-bubble/firecrawl.d.ts +396 -396
- package/dist/bubbles/service-bubble/followupboss.d.ts +492 -492
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +116 -116
- package/dist/bubbles/service-bubble/github.d.ts +152 -152
- package/dist/bubbles/service-bubble/gmail.d.ts +576 -576
- package/dist/bubbles/service-bubble/google-calendar.d.ts +232 -232
- package/dist/bubbles/service-bubble/google-drive.d.ts +422 -156
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +282 -30
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +78 -78
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
- package/dist/bubbles/service-bubble/notion/notion.d.ts +624 -624
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +20 -20
- package/dist/bubbles/service-bubble/slack/slack.d.ts +304 -304
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +72 -72
- package/dist/bubbles/service-bubble/telegram.d.ts +938 -938
- 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 +24 -24
- 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 +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +31 -25
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +116 -116
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +46 -46
- 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 +10 -10
- 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 +16 -16
- 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 +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +50 -50
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +290 -74
- 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<{
|
|
@@ -147,8 +147,9 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
147
147
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
149
149
|
url: string | null;
|
|
150
|
-
text: string | null;
|
|
151
150
|
id: string | null;
|
|
151
|
+
text: string | null;
|
|
152
|
+
createdAt: string | null;
|
|
152
153
|
entities: {
|
|
153
154
|
hashtags: string[] | null;
|
|
154
155
|
mentions: string[] | null;
|
|
@@ -159,6 +160,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
159
160
|
name: string | null;
|
|
160
161
|
url: string | null;
|
|
161
162
|
id: string | null;
|
|
163
|
+
createdAt: string | null;
|
|
162
164
|
following: number | null;
|
|
163
165
|
userName: string | null;
|
|
164
166
|
isVerified: boolean | null;
|
|
@@ -166,7 +168,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
166
168
|
profilePicture: string | null;
|
|
167
169
|
followers: number | null;
|
|
168
170
|
tweetsCount: number | null;
|
|
169
|
-
createdAt: string | null;
|
|
170
171
|
} | null;
|
|
171
172
|
stats: {
|
|
172
173
|
viewCount: number | null;
|
|
@@ -183,15 +184,15 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
183
184
|
width: number | null;
|
|
184
185
|
height: number | null;
|
|
185
186
|
}[] | null;
|
|
186
|
-
createdAt: string | null;
|
|
187
187
|
lang: string | null;
|
|
188
188
|
isRetweet: boolean | null;
|
|
189
189
|
isQuote: boolean | null;
|
|
190
190
|
isReply: boolean | null;
|
|
191
191
|
}, {
|
|
192
192
|
url: string | null;
|
|
193
|
-
text: string | null;
|
|
194
193
|
id: string | null;
|
|
194
|
+
text: string | null;
|
|
195
|
+
createdAt: string | null;
|
|
195
196
|
entities: {
|
|
196
197
|
hashtags: string[] | null;
|
|
197
198
|
mentions: string[] | null;
|
|
@@ -202,6 +203,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
202
203
|
name: string | null;
|
|
203
204
|
url: string | null;
|
|
204
205
|
id: string | null;
|
|
206
|
+
createdAt: string | null;
|
|
205
207
|
following: number | null;
|
|
206
208
|
userName: string | null;
|
|
207
209
|
isVerified: boolean | null;
|
|
@@ -209,7 +211,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
209
211
|
profilePicture: string | null;
|
|
210
212
|
followers: number | null;
|
|
211
213
|
tweetsCount: number | null;
|
|
212
|
-
createdAt: string | null;
|
|
213
214
|
} | null;
|
|
214
215
|
stats: {
|
|
215
216
|
viewCount: number | null;
|
|
@@ -226,7 +227,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
226
227
|
width: number | null;
|
|
227
228
|
height: number | null;
|
|
228
229
|
}[] | 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<{
|
|
@@ -367,8 +367,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
367
367
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
368
368
|
}, "strip", z.ZodTypeAny, {
|
|
369
369
|
url: string | null;
|
|
370
|
-
text: string | null;
|
|
371
370
|
id: string | null;
|
|
371
|
+
text: string | null;
|
|
372
|
+
createdAt: string | null;
|
|
372
373
|
entities: {
|
|
373
374
|
hashtags: string[] | null;
|
|
374
375
|
mentions: string[] | null;
|
|
@@ -379,6 +380,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
379
380
|
name: string | null;
|
|
380
381
|
url: string | null;
|
|
381
382
|
id: string | null;
|
|
383
|
+
createdAt: string | null;
|
|
382
384
|
following: number | null;
|
|
383
385
|
userName: string | null;
|
|
384
386
|
isVerified: boolean | null;
|
|
@@ -386,7 +388,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
386
388
|
profilePicture: string | null;
|
|
387
389
|
followers: number | null;
|
|
388
390
|
tweetsCount: number | null;
|
|
389
|
-
createdAt: string | null;
|
|
390
391
|
} | null;
|
|
391
392
|
stats: {
|
|
392
393
|
viewCount: number | null;
|
|
@@ -403,15 +404,15 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
403
404
|
width: number | null;
|
|
404
405
|
height: number | null;
|
|
405
406
|
}[] | null;
|
|
406
|
-
createdAt: string | null;
|
|
407
407
|
lang: string | null;
|
|
408
408
|
isRetweet: boolean | null;
|
|
409
409
|
isQuote: boolean | null;
|
|
410
410
|
isReply: boolean | null;
|
|
411
411
|
}, {
|
|
412
412
|
url: string | null;
|
|
413
|
-
text: string | null;
|
|
414
413
|
id: string | null;
|
|
414
|
+
text: string | null;
|
|
415
|
+
createdAt: string | null;
|
|
415
416
|
entities: {
|
|
416
417
|
hashtags: string[] | null;
|
|
417
418
|
mentions: string[] | null;
|
|
@@ -422,6 +423,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
422
423
|
name: string | null;
|
|
423
424
|
url: string | null;
|
|
424
425
|
id: string | null;
|
|
426
|
+
createdAt: string | null;
|
|
425
427
|
following: number | null;
|
|
426
428
|
userName: string | null;
|
|
427
429
|
isVerified: boolean | null;
|
|
@@ -429,7 +431,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
429
431
|
profilePicture: string | null;
|
|
430
432
|
followers: number | null;
|
|
431
433
|
tweetsCount: number | null;
|
|
432
|
-
createdAt: string | null;
|
|
433
434
|
} | null;
|
|
434
435
|
stats: {
|
|
435
436
|
viewCount: number | null;
|
|
@@ -446,7 +447,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
446
447
|
width: number | null;
|
|
447
448
|
height: number | null;
|
|
448
449
|
}[] | null;
|
|
449
|
-
createdAt: string | null;
|
|
450
450
|
lang: string | null;
|
|
451
451
|
isRetweet: boolean | null;
|
|
452
452
|
isQuote: boolean | null;
|
|
@@ -456,13 +456,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
456
456
|
success: z.ZodBoolean;
|
|
457
457
|
error: z.ZodString;
|
|
458
458
|
}, "strip", z.ZodTypeAny, {
|
|
459
|
-
error: string;
|
|
460
|
-
success: boolean;
|
|
461
459
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
460
|
+
success: boolean;
|
|
461
|
+
error: string;
|
|
462
462
|
tweets: {
|
|
463
463
|
url: string | null;
|
|
464
|
-
text: string | null;
|
|
465
464
|
id: string | null;
|
|
465
|
+
text: string | null;
|
|
466
|
+
createdAt: string | null;
|
|
466
467
|
entities: {
|
|
467
468
|
hashtags: string[] | null;
|
|
468
469
|
mentions: string[] | null;
|
|
@@ -473,6 +474,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
473
474
|
name: string | null;
|
|
474
475
|
url: string | null;
|
|
475
476
|
id: string | null;
|
|
477
|
+
createdAt: string | null;
|
|
476
478
|
following: number | null;
|
|
477
479
|
userName: string | null;
|
|
478
480
|
isVerified: boolean | null;
|
|
@@ -480,7 +482,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
480
482
|
profilePicture: string | null;
|
|
481
483
|
followers: number | null;
|
|
482
484
|
tweetsCount: number | null;
|
|
483
|
-
createdAt: string | null;
|
|
484
485
|
} | null;
|
|
485
486
|
stats: {
|
|
486
487
|
viewCount: number | null;
|
|
@@ -497,7 +498,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
497
498
|
width: number | null;
|
|
498
499
|
height: number | null;
|
|
499
500
|
}[] | null;
|
|
500
|
-
createdAt: string | null;
|
|
501
501
|
lang: string | null;
|
|
502
502
|
isRetweet: boolean | null;
|
|
503
503
|
isQuote: boolean | null;
|
|
@@ -505,13 +505,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
505
505
|
}[];
|
|
506
506
|
totalTweets: number;
|
|
507
507
|
}, {
|
|
508
|
-
error: string;
|
|
509
|
-
success: boolean;
|
|
510
508
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
509
|
+
success: boolean;
|
|
510
|
+
error: string;
|
|
511
511
|
tweets: {
|
|
512
512
|
url: string | null;
|
|
513
|
-
text: string | null;
|
|
514
513
|
id: string | null;
|
|
514
|
+
text: string | null;
|
|
515
|
+
createdAt: string | null;
|
|
515
516
|
entities: {
|
|
516
517
|
hashtags: string[] | null;
|
|
517
518
|
mentions: string[] | null;
|
|
@@ -522,6 +523,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
522
523
|
name: string | null;
|
|
523
524
|
url: string | null;
|
|
524
525
|
id: string | null;
|
|
526
|
+
createdAt: string | null;
|
|
525
527
|
following: number | null;
|
|
526
528
|
userName: string | null;
|
|
527
529
|
isVerified: boolean | null;
|
|
@@ -529,7 +531,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
529
531
|
profilePicture: string | null;
|
|
530
532
|
followers: number | null;
|
|
531
533
|
tweetsCount: number | null;
|
|
532
|
-
createdAt: string | null;
|
|
533
534
|
} | null;
|
|
534
535
|
stats: {
|
|
535
536
|
viewCount: number | null;
|
|
@@ -546,7 +547,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
546
547
|
width: number | null;
|
|
547
548
|
height: number | null;
|
|
548
549
|
}[] | 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<{
|
|
@@ -713,8 +713,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
713
713
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
714
714
|
}, "strip", z.ZodTypeAny, {
|
|
715
715
|
url: string | null;
|
|
716
|
-
text: string | null;
|
|
717
716
|
id: string | null;
|
|
717
|
+
text: string | null;
|
|
718
|
+
createdAt: string | null;
|
|
718
719
|
entities: {
|
|
719
720
|
hashtags: string[] | null;
|
|
720
721
|
mentions: string[] | null;
|
|
@@ -725,6 +726,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
725
726
|
name: string | null;
|
|
726
727
|
url: string | null;
|
|
727
728
|
id: string | null;
|
|
729
|
+
createdAt: string | null;
|
|
728
730
|
following: number | null;
|
|
729
731
|
userName: string | null;
|
|
730
732
|
isVerified: boolean | null;
|
|
@@ -732,7 +734,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
732
734
|
profilePicture: string | null;
|
|
733
735
|
followers: number | null;
|
|
734
736
|
tweetsCount: number | null;
|
|
735
|
-
createdAt: string | null;
|
|
736
737
|
} | null;
|
|
737
738
|
stats: {
|
|
738
739
|
viewCount: number | null;
|
|
@@ -749,15 +750,15 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
749
750
|
width: number | null;
|
|
750
751
|
height: number | null;
|
|
751
752
|
}[] | null;
|
|
752
|
-
createdAt: string | null;
|
|
753
753
|
lang: string | null;
|
|
754
754
|
isRetweet: boolean | null;
|
|
755
755
|
isQuote: boolean | null;
|
|
756
756
|
isReply: boolean | null;
|
|
757
757
|
}, {
|
|
758
758
|
url: string | null;
|
|
759
|
-
text: string | null;
|
|
760
759
|
id: string | null;
|
|
760
|
+
text: string | null;
|
|
761
|
+
createdAt: string | null;
|
|
761
762
|
entities: {
|
|
762
763
|
hashtags: string[] | null;
|
|
763
764
|
mentions: string[] | null;
|
|
@@ -768,6 +769,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
768
769
|
name: string | null;
|
|
769
770
|
url: string | null;
|
|
770
771
|
id: string | null;
|
|
772
|
+
createdAt: string | null;
|
|
771
773
|
following: number | null;
|
|
772
774
|
userName: string | null;
|
|
773
775
|
isVerified: boolean | null;
|
|
@@ -775,7 +777,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
775
777
|
profilePicture: string | null;
|
|
776
778
|
followers: number | null;
|
|
777
779
|
tweetsCount: number | null;
|
|
778
|
-
createdAt: string | null;
|
|
779
780
|
} | null;
|
|
780
781
|
stats: {
|
|
781
782
|
viewCount: number | null;
|
|
@@ -792,7 +793,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
792
793
|
width: number | null;
|
|
793
794
|
height: number | null;
|
|
794
795
|
}[] | null;
|
|
795
|
-
createdAt: string | null;
|
|
796
796
|
lang: string | null;
|
|
797
797
|
isRetweet: boolean | null;
|
|
798
798
|
isQuote: boolean | null;
|
|
@@ -802,13 +802,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
802
802
|
success: z.ZodBoolean;
|
|
803
803
|
error: z.ZodString;
|
|
804
804
|
}, "strip", z.ZodTypeAny, {
|
|
805
|
-
error: string;
|
|
806
|
-
success: boolean;
|
|
807
805
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
806
|
+
success: boolean;
|
|
807
|
+
error: string;
|
|
808
808
|
tweets: {
|
|
809
809
|
url: string | null;
|
|
810
|
-
text: string | null;
|
|
811
810
|
id: string | null;
|
|
811
|
+
text: string | null;
|
|
812
|
+
createdAt: string | null;
|
|
812
813
|
entities: {
|
|
813
814
|
hashtags: string[] | null;
|
|
814
815
|
mentions: string[] | null;
|
|
@@ -819,6 +820,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
819
820
|
name: string | null;
|
|
820
821
|
url: string | null;
|
|
821
822
|
id: string | null;
|
|
823
|
+
createdAt: string | null;
|
|
822
824
|
following: number | null;
|
|
823
825
|
userName: string | null;
|
|
824
826
|
isVerified: boolean | null;
|
|
@@ -826,7 +828,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
826
828
|
profilePicture: string | null;
|
|
827
829
|
followers: number | null;
|
|
828
830
|
tweetsCount: number | null;
|
|
829
|
-
createdAt: string | null;
|
|
830
831
|
} | null;
|
|
831
832
|
stats: {
|
|
832
833
|
viewCount: number | null;
|
|
@@ -843,7 +844,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
843
844
|
width: number | null;
|
|
844
845
|
height: number | null;
|
|
845
846
|
}[] | null;
|
|
846
|
-
createdAt: string | null;
|
|
847
847
|
lang: string | null;
|
|
848
848
|
isRetweet: boolean | null;
|
|
849
849
|
isQuote: boolean | null;
|
|
@@ -851,13 +851,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
851
851
|
}[];
|
|
852
852
|
totalTweets: number;
|
|
853
853
|
}, {
|
|
854
|
-
error: string;
|
|
855
|
-
success: boolean;
|
|
856
854
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
855
|
+
success: boolean;
|
|
856
|
+
error: string;
|
|
857
857
|
tweets: {
|
|
858
858
|
url: string | null;
|
|
859
|
-
text: string | null;
|
|
860
859
|
id: string | null;
|
|
860
|
+
text: string | null;
|
|
861
|
+
createdAt: string | null;
|
|
861
862
|
entities: {
|
|
862
863
|
hashtags: string[] | null;
|
|
863
864
|
mentions: string[] | null;
|
|
@@ -868,6 +869,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
868
869
|
name: string | null;
|
|
869
870
|
url: string | null;
|
|
870
871
|
id: string | null;
|
|
872
|
+
createdAt: string | null;
|
|
871
873
|
following: number | null;
|
|
872
874
|
userName: string | null;
|
|
873
875
|
isVerified: boolean | null;
|
|
@@ -875,7 +877,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
875
877
|
profilePicture: string | null;
|
|
876
878
|
followers: number | null;
|
|
877
879
|
tweetsCount: number | null;
|
|
878
|
-
createdAt: string | null;
|
|
879
880
|
} | null;
|
|
880
881
|
stats: {
|
|
881
882
|
viewCount: number | null;
|
|
@@ -892,7 +893,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
892
893
|
width: number | null;
|
|
893
894
|
height: number | null;
|
|
894
895
|
}[] | 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
|
-
error: string;
|
|
74
73
|
success: boolean;
|
|
74
|
+
error: string;
|
|
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
|
-
error: string;
|
|
91
90
|
success: boolean;
|
|
91
|
+
error: string;
|
|
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
|
-
error: string;
|
|
180
179
|
success: boolean;
|
|
180
|
+
error: string;
|
|
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
|
-
error: string;
|
|
197
196
|
success: boolean;
|
|
197
|
+
error: string;
|
|
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
|
-
error: string;
|
|
45
44
|
success: boolean;
|
|
45
|
+
error: string;
|
|
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
|
-
error: string;
|
|
55
54
|
success: boolean;
|
|
55
|
+
error: string;
|
|
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
|
-
error: string;
|
|
108
107
|
success: boolean;
|
|
108
|
+
error: string;
|
|
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
|
-
error: string;
|
|
118
117
|
success: boolean;
|
|
118
|
+
error: string;
|
|
119
119
|
metadata?: {
|
|
120
120
|
statusCode?: number | undefined;
|
|
121
121
|
extractionTime?: number | undefined;
|
|
@@ -41,8 +41,8 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
|
|
|
41
41
|
title: string;
|
|
42
42
|
content: string;
|
|
43
43
|
url: string;
|
|
44
|
-
error: string;
|
|
45
44
|
success: boolean;
|
|
45
|
+
error: string;
|
|
46
46
|
creditsUsed: number;
|
|
47
47
|
metadata?: {
|
|
48
48
|
statusCode?: number | undefined;
|
|
@@ -53,8 +53,8 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
|
|
|
53
53
|
title: string;
|
|
54
54
|
content: string;
|
|
55
55
|
url: string;
|
|
56
|
-
error: string;
|
|
57
56
|
success: boolean;
|
|
57
|
+
error: string;
|
|
58
58
|
creditsUsed: number;
|
|
59
59
|
metadata?: {
|
|
60
60
|
statusCode?: number | undefined;
|
|
@@ -105,8 +105,8 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
|
|
|
105
105
|
title: string;
|
|
106
106
|
content: string;
|
|
107
107
|
url: string;
|
|
108
|
-
error: string;
|
|
109
108
|
success: boolean;
|
|
109
|
+
error: string;
|
|
110
110
|
creditsUsed: number;
|
|
111
111
|
metadata?: {
|
|
112
112
|
statusCode?: number | undefined;
|
|
@@ -117,8 +117,8 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
|
|
|
117
117
|
title: string;
|
|
118
118
|
content: string;
|
|
119
119
|
url: string;
|
|
120
|
-
error: string;
|
|
121
120
|
success: boolean;
|
|
121
|
+
error: string;
|
|
122
122
|
creditsUsed: number;
|
|
123
123
|
metadata?: {
|
|
124
124
|
statusCode?: number | undefined;
|
|
@@ -17,8 +17,8 @@ declare const WebSearchToolParamsSchema: z.ZodObject<{
|
|
|
17
17
|
}, {
|
|
18
18
|
query: string;
|
|
19
19
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20
|
-
limit?: number | undefined;
|
|
21
20
|
location?: string | undefined;
|
|
21
|
+
limit?: number | undefined;
|
|
22
22
|
categories?: ("github" | "pdf" | "research")[] | undefined;
|
|
23
23
|
}>;
|
|
24
24
|
declare const WebSearchToolResultSchema: z.ZodObject<{
|
|
@@ -42,9 +42,9 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
|
|
|
42
42
|
success: z.ZodBoolean;
|
|
43
43
|
error: z.ZodString;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
|
-
error: string;
|
|
46
|
-
success: boolean;
|
|
47
45
|
query: string;
|
|
46
|
+
success: boolean;
|
|
47
|
+
error: string;
|
|
48
48
|
results: {
|
|
49
49
|
title: string;
|
|
50
50
|
content: string;
|
|
@@ -54,9 +54,9 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
|
|
|
54
54
|
totalResults: number;
|
|
55
55
|
searchEngine: string;
|
|
56
56
|
}, {
|
|
57
|
-
error: string;
|
|
58
|
-
success: boolean;
|
|
59
57
|
query: string;
|
|
58
|
+
success: boolean;
|
|
59
|
+
error: string;
|
|
60
60
|
results: {
|
|
61
61
|
title: string;
|
|
62
62
|
content: string;
|
|
@@ -86,8 +86,8 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
|
|
|
86
86
|
}, {
|
|
87
87
|
query: string;
|
|
88
88
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
89
|
-
limit?: number | undefined;
|
|
90
89
|
location?: string | undefined;
|
|
90
|
+
limit?: number | undefined;
|
|
91
91
|
categories?: ("github" | "pdf" | "research")[] | undefined;
|
|
92
92
|
}>;
|
|
93
93
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -111,9 +111,9 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
|
|
|
111
111
|
success: z.ZodBoolean;
|
|
112
112
|
error: z.ZodString;
|
|
113
113
|
}, "strip", z.ZodTypeAny, {
|
|
114
|
-
error: string;
|
|
115
|
-
success: boolean;
|
|
116
114
|
query: string;
|
|
115
|
+
success: boolean;
|
|
116
|
+
error: string;
|
|
117
117
|
results: {
|
|
118
118
|
title: string;
|
|
119
119
|
content: string;
|
|
@@ -123,9 +123,9 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
|
|
|
123
123
|
totalResults: number;
|
|
124
124
|
searchEngine: string;
|
|
125
125
|
}, {
|
|
126
|
-
error: string;
|
|
127
|
-
success: boolean;
|
|
128
126
|
query: string;
|
|
127
|
+
success: boolean;
|
|
128
|
+
error: string;
|
|
129
129
|
results: {
|
|
130
130
|
title: string;
|
|
131
131
|
content: string;
|