@bubblelab/bubble-core 0.1.55 → 0.1.56
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 +102 -102
- package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
- package/dist/bubbles/service-bubble/ai-agent.d.ts +68 -68
- package/dist/bubbles/service-bubble/airtable.d.ts +86 -86
- package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +128 -128
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +28 -28
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +879 -879
- package/dist/bubbles/service-bubble/followupboss.d.ts +254 -254
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +233 -233
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
- package/dist/bubbles/service-bubble/github.d.ts +112 -112
- package/dist/bubbles/service-bubble/gmail.d.ts +555 -555
- package/dist/bubbles/service-bubble/google-calendar.d.ts +20 -20
- package/dist/bubbles/service-bubble/google-drive.d.ts +16 -16
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +35 -35
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1365 -1365
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +320 -320
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +91 -91
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +107 -107
- package/dist/bubbles/service-bubble/telegram.d.ts +1491 -1491
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +126 -126
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +421 -421
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +150 -150
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +146 -146
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +86 -86
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -117,15 +117,15 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
117
117
|
height: z.ZodNullable<z.ZodNumber>;
|
|
118
118
|
duration: z.ZodNullable<z.ZodNumber>;
|
|
119
119
|
}, "strip", z.ZodTypeAny, {
|
|
120
|
+
duration: number | null;
|
|
120
121
|
type: string | null;
|
|
121
122
|
url: string | null;
|
|
122
|
-
duration: number | null;
|
|
123
123
|
width: number | null;
|
|
124
124
|
height: number | null;
|
|
125
125
|
}, {
|
|
126
|
+
duration: number | null;
|
|
126
127
|
type: string | null;
|
|
127
128
|
url: string | null;
|
|
128
|
-
duration: number | null;
|
|
129
129
|
width: number | null;
|
|
130
130
|
height: number | null;
|
|
131
131
|
}>, "many">>;
|
|
@@ -146,9 +146,22 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
146
146
|
isQuote: z.ZodNullable<z.ZodBoolean>;
|
|
147
147
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
149
|
+
stats: {
|
|
150
|
+
viewCount: number | null;
|
|
151
|
+
retweetCount: number | null;
|
|
152
|
+
replyCount: number | null;
|
|
153
|
+
likeCount: number | null;
|
|
154
|
+
quoteCount: number | null;
|
|
155
|
+
bookmarkCount: number | null;
|
|
156
|
+
} | null;
|
|
149
157
|
url: string | null;
|
|
150
158
|
id: string | null;
|
|
151
159
|
text: string | null;
|
|
160
|
+
entities: {
|
|
161
|
+
hashtags: string[] | null;
|
|
162
|
+
mentions: string[] | null;
|
|
163
|
+
urls: string[] | null;
|
|
164
|
+
} | null;
|
|
152
165
|
author: {
|
|
153
166
|
description: string | null;
|
|
154
167
|
name: string | null;
|
|
@@ -163,35 +176,35 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
163
176
|
tweetsCount: number | null;
|
|
164
177
|
createdAt: string | null;
|
|
165
178
|
} | null;
|
|
166
|
-
stats: {
|
|
167
|
-
viewCount: number | null;
|
|
168
|
-
retweetCount: number | null;
|
|
169
|
-
replyCount: number | null;
|
|
170
|
-
likeCount: number | null;
|
|
171
|
-
quoteCount: number | null;
|
|
172
|
-
bookmarkCount: number | null;
|
|
173
|
-
} | null;
|
|
174
179
|
media: {
|
|
180
|
+
duration: number | null;
|
|
175
181
|
type: string | null;
|
|
176
182
|
url: string | null;
|
|
177
|
-
duration: number | null;
|
|
178
183
|
width: number | null;
|
|
179
184
|
height: number | null;
|
|
180
185
|
}[] | null;
|
|
181
186
|
createdAt: string | null;
|
|
182
187
|
lang: string | null;
|
|
183
|
-
entities: {
|
|
184
|
-
hashtags: string[] | null;
|
|
185
|
-
mentions: string[] | null;
|
|
186
|
-
urls: string[] | null;
|
|
187
|
-
} | null;
|
|
188
188
|
isRetweet: boolean | null;
|
|
189
189
|
isQuote: boolean | null;
|
|
190
190
|
isReply: boolean | null;
|
|
191
191
|
}, {
|
|
192
|
+
stats: {
|
|
193
|
+
viewCount: number | null;
|
|
194
|
+
retweetCount: number | null;
|
|
195
|
+
replyCount: number | null;
|
|
196
|
+
likeCount: number | null;
|
|
197
|
+
quoteCount: number | null;
|
|
198
|
+
bookmarkCount: number | null;
|
|
199
|
+
} | null;
|
|
192
200
|
url: string | null;
|
|
193
201
|
id: string | null;
|
|
194
202
|
text: string | null;
|
|
203
|
+
entities: {
|
|
204
|
+
hashtags: string[] | null;
|
|
205
|
+
mentions: string[] | null;
|
|
206
|
+
urls: string[] | null;
|
|
207
|
+
} | null;
|
|
195
208
|
author: {
|
|
196
209
|
description: string | null;
|
|
197
210
|
name: string | null;
|
|
@@ -206,28 +219,15 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
206
219
|
tweetsCount: number | null;
|
|
207
220
|
createdAt: string | null;
|
|
208
221
|
} | null;
|
|
209
|
-
stats: {
|
|
210
|
-
viewCount: number | null;
|
|
211
|
-
retweetCount: number | null;
|
|
212
|
-
replyCount: number | null;
|
|
213
|
-
likeCount: number | null;
|
|
214
|
-
quoteCount: number | null;
|
|
215
|
-
bookmarkCount: number | null;
|
|
216
|
-
} | null;
|
|
217
222
|
media: {
|
|
223
|
+
duration: number | null;
|
|
218
224
|
type: string | null;
|
|
219
225
|
url: string | null;
|
|
220
|
-
duration: number | null;
|
|
221
226
|
width: number | null;
|
|
222
227
|
height: number | null;
|
|
223
228
|
}[] | null;
|
|
224
229
|
createdAt: string | null;
|
|
225
230
|
lang: string | null;
|
|
226
|
-
entities: {
|
|
227
|
-
hashtags: string[] | null;
|
|
228
|
-
mentions: string[] | null;
|
|
229
|
-
urls: string[] | null;
|
|
230
|
-
} | null;
|
|
231
231
|
isRetweet: boolean | null;
|
|
232
232
|
isQuote: boolean | null;
|
|
233
233
|
isReply: boolean | null;
|
|
@@ -337,15 +337,15 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
337
337
|
height: z.ZodNullable<z.ZodNumber>;
|
|
338
338
|
duration: z.ZodNullable<z.ZodNumber>;
|
|
339
339
|
}, "strip", z.ZodTypeAny, {
|
|
340
|
+
duration: number | null;
|
|
340
341
|
type: string | null;
|
|
341
342
|
url: string | null;
|
|
342
|
-
duration: number | null;
|
|
343
343
|
width: number | null;
|
|
344
344
|
height: number | null;
|
|
345
345
|
}, {
|
|
346
|
+
duration: number | null;
|
|
346
347
|
type: string | null;
|
|
347
348
|
url: string | null;
|
|
348
|
-
duration: number | null;
|
|
349
349
|
width: number | null;
|
|
350
350
|
height: number | null;
|
|
351
351
|
}>, "many">>;
|
|
@@ -366,9 +366,22 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
366
366
|
isQuote: z.ZodNullable<z.ZodBoolean>;
|
|
367
367
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
368
368
|
}, "strip", z.ZodTypeAny, {
|
|
369
|
+
stats: {
|
|
370
|
+
viewCount: number | null;
|
|
371
|
+
retweetCount: number | null;
|
|
372
|
+
replyCount: number | null;
|
|
373
|
+
likeCount: number | null;
|
|
374
|
+
quoteCount: number | null;
|
|
375
|
+
bookmarkCount: number | null;
|
|
376
|
+
} | null;
|
|
369
377
|
url: string | null;
|
|
370
378
|
id: string | null;
|
|
371
379
|
text: string | null;
|
|
380
|
+
entities: {
|
|
381
|
+
hashtags: string[] | null;
|
|
382
|
+
mentions: string[] | null;
|
|
383
|
+
urls: string[] | null;
|
|
384
|
+
} | null;
|
|
372
385
|
author: {
|
|
373
386
|
description: string | null;
|
|
374
387
|
name: string | null;
|
|
@@ -383,35 +396,35 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
383
396
|
tweetsCount: number | null;
|
|
384
397
|
createdAt: string | null;
|
|
385
398
|
} | null;
|
|
386
|
-
stats: {
|
|
387
|
-
viewCount: number | null;
|
|
388
|
-
retweetCount: number | null;
|
|
389
|
-
replyCount: number | null;
|
|
390
|
-
likeCount: number | null;
|
|
391
|
-
quoteCount: number | null;
|
|
392
|
-
bookmarkCount: number | null;
|
|
393
|
-
} | null;
|
|
394
399
|
media: {
|
|
400
|
+
duration: number | null;
|
|
395
401
|
type: string | null;
|
|
396
402
|
url: string | null;
|
|
397
|
-
duration: number | null;
|
|
398
403
|
width: number | null;
|
|
399
404
|
height: number | null;
|
|
400
405
|
}[] | null;
|
|
401
406
|
createdAt: string | null;
|
|
402
407
|
lang: string | null;
|
|
403
|
-
entities: {
|
|
404
|
-
hashtags: string[] | null;
|
|
405
|
-
mentions: string[] | null;
|
|
406
|
-
urls: string[] | null;
|
|
407
|
-
} | null;
|
|
408
408
|
isRetweet: boolean | null;
|
|
409
409
|
isQuote: boolean | null;
|
|
410
410
|
isReply: boolean | null;
|
|
411
411
|
}, {
|
|
412
|
+
stats: {
|
|
413
|
+
viewCount: number | null;
|
|
414
|
+
retweetCount: number | null;
|
|
415
|
+
replyCount: number | null;
|
|
416
|
+
likeCount: number | null;
|
|
417
|
+
quoteCount: number | null;
|
|
418
|
+
bookmarkCount: number | null;
|
|
419
|
+
} | null;
|
|
412
420
|
url: string | null;
|
|
413
421
|
id: string | null;
|
|
414
422
|
text: string | null;
|
|
423
|
+
entities: {
|
|
424
|
+
hashtags: string[] | null;
|
|
425
|
+
mentions: string[] | null;
|
|
426
|
+
urls: string[] | null;
|
|
427
|
+
} | null;
|
|
415
428
|
author: {
|
|
416
429
|
description: string | null;
|
|
417
430
|
name: string | null;
|
|
@@ -426,28 +439,15 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
426
439
|
tweetsCount: number | null;
|
|
427
440
|
createdAt: string | null;
|
|
428
441
|
} | null;
|
|
429
|
-
stats: {
|
|
430
|
-
viewCount: number | null;
|
|
431
|
-
retweetCount: number | null;
|
|
432
|
-
replyCount: number | null;
|
|
433
|
-
likeCount: number | null;
|
|
434
|
-
quoteCount: number | null;
|
|
435
|
-
bookmarkCount: number | null;
|
|
436
|
-
} | null;
|
|
437
442
|
media: {
|
|
443
|
+
duration: number | null;
|
|
438
444
|
type: string | null;
|
|
439
445
|
url: string | null;
|
|
440
|
-
duration: number | null;
|
|
441
446
|
width: number | null;
|
|
442
447
|
height: number | null;
|
|
443
448
|
}[] | null;
|
|
444
449
|
createdAt: string | null;
|
|
445
450
|
lang: string | null;
|
|
446
|
-
entities: {
|
|
447
|
-
hashtags: string[] | null;
|
|
448
|
-
mentions: string[] | null;
|
|
449
|
-
urls: string[] | null;
|
|
450
|
-
} | null;
|
|
451
451
|
isRetweet: boolean | null;
|
|
452
452
|
isQuote: boolean | null;
|
|
453
453
|
isReply: boolean | null;
|
|
@@ -460,9 +460,22 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
460
460
|
success: boolean;
|
|
461
461
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
462
462
|
tweets: {
|
|
463
|
+
stats: {
|
|
464
|
+
viewCount: number | null;
|
|
465
|
+
retweetCount: number | null;
|
|
466
|
+
replyCount: number | null;
|
|
467
|
+
likeCount: number | null;
|
|
468
|
+
quoteCount: number | null;
|
|
469
|
+
bookmarkCount: number | null;
|
|
470
|
+
} | null;
|
|
463
471
|
url: string | null;
|
|
464
472
|
id: string | null;
|
|
465
473
|
text: string | null;
|
|
474
|
+
entities: {
|
|
475
|
+
hashtags: string[] | null;
|
|
476
|
+
mentions: string[] | null;
|
|
477
|
+
urls: string[] | null;
|
|
478
|
+
} | null;
|
|
466
479
|
author: {
|
|
467
480
|
description: string | null;
|
|
468
481
|
name: string | null;
|
|
@@ -477,28 +490,15 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
477
490
|
tweetsCount: number | null;
|
|
478
491
|
createdAt: string | null;
|
|
479
492
|
} | null;
|
|
480
|
-
stats: {
|
|
481
|
-
viewCount: number | null;
|
|
482
|
-
retweetCount: number | null;
|
|
483
|
-
replyCount: number | null;
|
|
484
|
-
likeCount: number | null;
|
|
485
|
-
quoteCount: number | null;
|
|
486
|
-
bookmarkCount: number | null;
|
|
487
|
-
} | null;
|
|
488
493
|
media: {
|
|
494
|
+
duration: number | null;
|
|
489
495
|
type: string | null;
|
|
490
496
|
url: string | null;
|
|
491
|
-
duration: number | null;
|
|
492
497
|
width: number | null;
|
|
493
498
|
height: number | null;
|
|
494
499
|
}[] | null;
|
|
495
500
|
createdAt: string | null;
|
|
496
501
|
lang: string | null;
|
|
497
|
-
entities: {
|
|
498
|
-
hashtags: string[] | null;
|
|
499
|
-
mentions: string[] | null;
|
|
500
|
-
urls: string[] | null;
|
|
501
|
-
} | null;
|
|
502
502
|
isRetweet: boolean | null;
|
|
503
503
|
isQuote: boolean | null;
|
|
504
504
|
isReply: boolean | null;
|
|
@@ -509,9 +509,22 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
509
509
|
success: boolean;
|
|
510
510
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
511
511
|
tweets: {
|
|
512
|
+
stats: {
|
|
513
|
+
viewCount: number | null;
|
|
514
|
+
retweetCount: number | null;
|
|
515
|
+
replyCount: number | null;
|
|
516
|
+
likeCount: number | null;
|
|
517
|
+
quoteCount: number | null;
|
|
518
|
+
bookmarkCount: number | null;
|
|
519
|
+
} | null;
|
|
512
520
|
url: string | null;
|
|
513
521
|
id: string | null;
|
|
514
522
|
text: string | null;
|
|
523
|
+
entities: {
|
|
524
|
+
hashtags: string[] | null;
|
|
525
|
+
mentions: string[] | null;
|
|
526
|
+
urls: string[] | null;
|
|
527
|
+
} | null;
|
|
515
528
|
author: {
|
|
516
529
|
description: string | null;
|
|
517
530
|
name: string | null;
|
|
@@ -526,28 +539,15 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
526
539
|
tweetsCount: number | null;
|
|
527
540
|
createdAt: string | null;
|
|
528
541
|
} | null;
|
|
529
|
-
stats: {
|
|
530
|
-
viewCount: number | null;
|
|
531
|
-
retweetCount: number | null;
|
|
532
|
-
replyCount: number | null;
|
|
533
|
-
likeCount: number | null;
|
|
534
|
-
quoteCount: number | null;
|
|
535
|
-
bookmarkCount: number | null;
|
|
536
|
-
} | null;
|
|
537
542
|
media: {
|
|
543
|
+
duration: number | null;
|
|
538
544
|
type: string | null;
|
|
539
545
|
url: string | null;
|
|
540
|
-
duration: number | null;
|
|
541
546
|
width: number | null;
|
|
542
547
|
height: number | null;
|
|
543
548
|
}[] | null;
|
|
544
549
|
createdAt: string | null;
|
|
545
550
|
lang: string | null;
|
|
546
|
-
entities: {
|
|
547
|
-
hashtags: string[] | null;
|
|
548
|
-
mentions: string[] | null;
|
|
549
|
-
urls: string[] | null;
|
|
550
|
-
} | null;
|
|
551
551
|
isRetweet: boolean | null;
|
|
552
552
|
isQuote: boolean | null;
|
|
553
553
|
isReply: boolean | null;
|
|
@@ -683,15 +683,15 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
683
683
|
height: z.ZodNullable<z.ZodNumber>;
|
|
684
684
|
duration: z.ZodNullable<z.ZodNumber>;
|
|
685
685
|
}, "strip", z.ZodTypeAny, {
|
|
686
|
+
duration: number | null;
|
|
686
687
|
type: string | null;
|
|
687
688
|
url: string | null;
|
|
688
|
-
duration: number | null;
|
|
689
689
|
width: number | null;
|
|
690
690
|
height: number | null;
|
|
691
691
|
}, {
|
|
692
|
+
duration: number | null;
|
|
692
693
|
type: string | null;
|
|
693
694
|
url: string | null;
|
|
694
|
-
duration: number | null;
|
|
695
695
|
width: number | null;
|
|
696
696
|
height: number | null;
|
|
697
697
|
}>, "many">>;
|
|
@@ -712,9 +712,22 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
712
712
|
isQuote: z.ZodNullable<z.ZodBoolean>;
|
|
713
713
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
714
714
|
}, "strip", z.ZodTypeAny, {
|
|
715
|
+
stats: {
|
|
716
|
+
viewCount: number | null;
|
|
717
|
+
retweetCount: number | null;
|
|
718
|
+
replyCount: number | null;
|
|
719
|
+
likeCount: number | null;
|
|
720
|
+
quoteCount: number | null;
|
|
721
|
+
bookmarkCount: number | null;
|
|
722
|
+
} | null;
|
|
715
723
|
url: string | null;
|
|
716
724
|
id: string | null;
|
|
717
725
|
text: string | null;
|
|
726
|
+
entities: {
|
|
727
|
+
hashtags: string[] | null;
|
|
728
|
+
mentions: string[] | null;
|
|
729
|
+
urls: string[] | null;
|
|
730
|
+
} | null;
|
|
718
731
|
author: {
|
|
719
732
|
description: string | null;
|
|
720
733
|
name: string | null;
|
|
@@ -729,35 +742,35 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
729
742
|
tweetsCount: number | null;
|
|
730
743
|
createdAt: string | null;
|
|
731
744
|
} | null;
|
|
732
|
-
stats: {
|
|
733
|
-
viewCount: number | null;
|
|
734
|
-
retweetCount: number | null;
|
|
735
|
-
replyCount: number | null;
|
|
736
|
-
likeCount: number | null;
|
|
737
|
-
quoteCount: number | null;
|
|
738
|
-
bookmarkCount: number | null;
|
|
739
|
-
} | null;
|
|
740
745
|
media: {
|
|
746
|
+
duration: number | null;
|
|
741
747
|
type: string | null;
|
|
742
748
|
url: string | null;
|
|
743
|
-
duration: number | null;
|
|
744
749
|
width: number | null;
|
|
745
750
|
height: number | null;
|
|
746
751
|
}[] | null;
|
|
747
752
|
createdAt: string | null;
|
|
748
753
|
lang: string | null;
|
|
749
|
-
entities: {
|
|
750
|
-
hashtags: string[] | null;
|
|
751
|
-
mentions: string[] | null;
|
|
752
|
-
urls: string[] | null;
|
|
753
|
-
} | null;
|
|
754
754
|
isRetweet: boolean | null;
|
|
755
755
|
isQuote: boolean | null;
|
|
756
756
|
isReply: boolean | null;
|
|
757
757
|
}, {
|
|
758
|
+
stats: {
|
|
759
|
+
viewCount: number | null;
|
|
760
|
+
retweetCount: number | null;
|
|
761
|
+
replyCount: number | null;
|
|
762
|
+
likeCount: number | null;
|
|
763
|
+
quoteCount: number | null;
|
|
764
|
+
bookmarkCount: number | null;
|
|
765
|
+
} | null;
|
|
758
766
|
url: string | null;
|
|
759
767
|
id: string | null;
|
|
760
768
|
text: string | null;
|
|
769
|
+
entities: {
|
|
770
|
+
hashtags: string[] | null;
|
|
771
|
+
mentions: string[] | null;
|
|
772
|
+
urls: string[] | null;
|
|
773
|
+
} | null;
|
|
761
774
|
author: {
|
|
762
775
|
description: string | null;
|
|
763
776
|
name: string | null;
|
|
@@ -772,28 +785,15 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
772
785
|
tweetsCount: number | null;
|
|
773
786
|
createdAt: string | null;
|
|
774
787
|
} | null;
|
|
775
|
-
stats: {
|
|
776
|
-
viewCount: number | null;
|
|
777
|
-
retweetCount: number | null;
|
|
778
|
-
replyCount: number | null;
|
|
779
|
-
likeCount: number | null;
|
|
780
|
-
quoteCount: number | null;
|
|
781
|
-
bookmarkCount: number | null;
|
|
782
|
-
} | null;
|
|
783
788
|
media: {
|
|
789
|
+
duration: number | null;
|
|
784
790
|
type: string | null;
|
|
785
791
|
url: string | null;
|
|
786
|
-
duration: number | null;
|
|
787
792
|
width: number | null;
|
|
788
793
|
height: number | null;
|
|
789
794
|
}[] | null;
|
|
790
795
|
createdAt: string | null;
|
|
791
796
|
lang: string | null;
|
|
792
|
-
entities: {
|
|
793
|
-
hashtags: string[] | null;
|
|
794
|
-
mentions: string[] | null;
|
|
795
|
-
urls: string[] | null;
|
|
796
|
-
} | null;
|
|
797
797
|
isRetweet: boolean | null;
|
|
798
798
|
isQuote: boolean | null;
|
|
799
799
|
isReply: boolean | null;
|
|
@@ -806,9 +806,22 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
806
806
|
success: boolean;
|
|
807
807
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
808
808
|
tweets: {
|
|
809
|
+
stats: {
|
|
810
|
+
viewCount: number | null;
|
|
811
|
+
retweetCount: number | null;
|
|
812
|
+
replyCount: number | null;
|
|
813
|
+
likeCount: number | null;
|
|
814
|
+
quoteCount: number | null;
|
|
815
|
+
bookmarkCount: number | null;
|
|
816
|
+
} | null;
|
|
809
817
|
url: string | null;
|
|
810
818
|
id: string | null;
|
|
811
819
|
text: string | null;
|
|
820
|
+
entities: {
|
|
821
|
+
hashtags: string[] | null;
|
|
822
|
+
mentions: string[] | null;
|
|
823
|
+
urls: string[] | null;
|
|
824
|
+
} | null;
|
|
812
825
|
author: {
|
|
813
826
|
description: string | null;
|
|
814
827
|
name: string | null;
|
|
@@ -823,28 +836,15 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
823
836
|
tweetsCount: number | null;
|
|
824
837
|
createdAt: string | null;
|
|
825
838
|
} | null;
|
|
826
|
-
stats: {
|
|
827
|
-
viewCount: number | null;
|
|
828
|
-
retweetCount: number | null;
|
|
829
|
-
replyCount: number | null;
|
|
830
|
-
likeCount: number | null;
|
|
831
|
-
quoteCount: number | null;
|
|
832
|
-
bookmarkCount: number | null;
|
|
833
|
-
} | null;
|
|
834
839
|
media: {
|
|
840
|
+
duration: number | null;
|
|
835
841
|
type: string | null;
|
|
836
842
|
url: string | null;
|
|
837
|
-
duration: number | null;
|
|
838
843
|
width: number | null;
|
|
839
844
|
height: number | null;
|
|
840
845
|
}[] | null;
|
|
841
846
|
createdAt: string | null;
|
|
842
847
|
lang: string | null;
|
|
843
|
-
entities: {
|
|
844
|
-
hashtags: string[] | null;
|
|
845
|
-
mentions: string[] | null;
|
|
846
|
-
urls: string[] | null;
|
|
847
|
-
} | null;
|
|
848
848
|
isRetweet: boolean | null;
|
|
849
849
|
isQuote: boolean | null;
|
|
850
850
|
isReply: boolean | null;
|
|
@@ -855,9 +855,22 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
855
855
|
success: boolean;
|
|
856
856
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
857
857
|
tweets: {
|
|
858
|
+
stats: {
|
|
859
|
+
viewCount: number | null;
|
|
860
|
+
retweetCount: number | null;
|
|
861
|
+
replyCount: number | null;
|
|
862
|
+
likeCount: number | null;
|
|
863
|
+
quoteCount: number | null;
|
|
864
|
+
bookmarkCount: number | null;
|
|
865
|
+
} | null;
|
|
858
866
|
url: string | null;
|
|
859
867
|
id: string | null;
|
|
860
868
|
text: string | null;
|
|
869
|
+
entities: {
|
|
870
|
+
hashtags: string[] | null;
|
|
871
|
+
mentions: string[] | null;
|
|
872
|
+
urls: string[] | null;
|
|
873
|
+
} | null;
|
|
861
874
|
author: {
|
|
862
875
|
description: string | null;
|
|
863
876
|
name: string | null;
|
|
@@ -872,28 +885,15 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
872
885
|
tweetsCount: number | null;
|
|
873
886
|
createdAt: string | null;
|
|
874
887
|
} | null;
|
|
875
|
-
stats: {
|
|
876
|
-
viewCount: number | null;
|
|
877
|
-
retweetCount: number | null;
|
|
878
|
-
replyCount: number | null;
|
|
879
|
-
likeCount: number | null;
|
|
880
|
-
quoteCount: number | null;
|
|
881
|
-
bookmarkCount: number | null;
|
|
882
|
-
} | null;
|
|
883
888
|
media: {
|
|
889
|
+
duration: number | null;
|
|
884
890
|
type: string | null;
|
|
885
891
|
url: string | null;
|
|
886
|
-
duration: number | null;
|
|
887
892
|
width: number | null;
|
|
888
893
|
height: number | null;
|
|
889
894
|
}[] | null;
|
|
890
895
|
createdAt: string | null;
|
|
891
896
|
lang: string | null;
|
|
892
|
-
entities: {
|
|
893
|
-
hashtags: string[] | null;
|
|
894
|
-
mentions: string[] | null;
|
|
895
|
-
urls: string[] | null;
|
|
896
|
-
} | null;
|
|
897
897
|
isRetweet: boolean | null;
|
|
898
898
|
isQuote: boolean | null;
|
|
899
899
|
isReply: boolean | null;
|
|
@@ -19,19 +19,19 @@ declare const WebCrawlToolParamsSchema: z.ZodObject<{
|
|
|
19
19
|
waitFor: number;
|
|
20
20
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
21
21
|
maxPages?: number | undefined;
|
|
22
|
-
crawlDepth?: number | undefined;
|
|
23
|
-
includePaths?: string[] | undefined;
|
|
24
22
|
excludePaths?: string[] | undefined;
|
|
23
|
+
includePaths?: string[] | undefined;
|
|
24
|
+
crawlDepth?: number | undefined;
|
|
25
25
|
}, {
|
|
26
26
|
url: string;
|
|
27
27
|
format?: "markdown" | undefined;
|
|
28
28
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
29
29
|
onlyMainContent?: boolean | undefined;
|
|
30
|
+
waitFor?: number | undefined;
|
|
30
31
|
maxPages?: number | undefined;
|
|
31
|
-
crawlDepth?: number | undefined;
|
|
32
|
-
includePaths?: string[] | undefined;
|
|
33
32
|
excludePaths?: string[] | undefined;
|
|
34
|
-
|
|
33
|
+
includePaths?: string[] | undefined;
|
|
34
|
+
crawlDepth?: number | undefined;
|
|
35
35
|
}>;
|
|
36
36
|
declare const WebCrawlToolResultSchema: z.ZodObject<{
|
|
37
37
|
url: z.ZodString;
|
|
@@ -78,8 +78,8 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
|
|
|
78
78
|
title?: string | undefined;
|
|
79
79
|
depth?: number | undefined;
|
|
80
80
|
}[];
|
|
81
|
-
totalPages: number;
|
|
82
81
|
creditsUsed: number;
|
|
82
|
+
totalPages: number;
|
|
83
83
|
metadata?: {
|
|
84
84
|
loadTime?: number | undefined;
|
|
85
85
|
crawlDepth?: number | undefined;
|
|
@@ -95,8 +95,8 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
|
|
|
95
95
|
title?: string | undefined;
|
|
96
96
|
depth?: number | undefined;
|
|
97
97
|
}[];
|
|
98
|
-
totalPages: number;
|
|
99
98
|
creditsUsed: number;
|
|
99
|
+
totalPages: number;
|
|
100
100
|
metadata?: {
|
|
101
101
|
loadTime?: number | undefined;
|
|
102
102
|
crawlDepth?: number | undefined;
|
|
@@ -125,19 +125,19 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
|
|
|
125
125
|
waitFor: number;
|
|
126
126
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
127
127
|
maxPages?: number | undefined;
|
|
128
|
-
crawlDepth?: number | undefined;
|
|
129
|
-
includePaths?: string[] | undefined;
|
|
130
128
|
excludePaths?: string[] | undefined;
|
|
129
|
+
includePaths?: string[] | undefined;
|
|
130
|
+
crawlDepth?: number | undefined;
|
|
131
131
|
}, {
|
|
132
132
|
url: string;
|
|
133
133
|
format?: "markdown" | undefined;
|
|
134
134
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
135
135
|
onlyMainContent?: boolean | undefined;
|
|
136
|
+
waitFor?: number | undefined;
|
|
136
137
|
maxPages?: number | undefined;
|
|
137
|
-
crawlDepth?: number | undefined;
|
|
138
|
-
includePaths?: string[] | undefined;
|
|
139
138
|
excludePaths?: string[] | undefined;
|
|
140
|
-
|
|
139
|
+
includePaths?: string[] | undefined;
|
|
140
|
+
crawlDepth?: number | undefined;
|
|
141
141
|
}>;
|
|
142
142
|
static readonly resultSchema: z.ZodObject<{
|
|
143
143
|
url: z.ZodString;
|
|
@@ -184,8 +184,8 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
|
|
|
184
184
|
title?: string | undefined;
|
|
185
185
|
depth?: number | undefined;
|
|
186
186
|
}[];
|
|
187
|
-
totalPages: number;
|
|
188
187
|
creditsUsed: number;
|
|
188
|
+
totalPages: number;
|
|
189
189
|
metadata?: {
|
|
190
190
|
loadTime?: number | undefined;
|
|
191
191
|
crawlDepth?: number | undefined;
|
|
@@ -201,8 +201,8 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
|
|
|
201
201
|
title?: string | undefined;
|
|
202
202
|
depth?: number | undefined;
|
|
203
203
|
}[];
|
|
204
|
-
totalPages: number;
|
|
205
204
|
creditsUsed: number;
|
|
205
|
+
totalPages: number;
|
|
206
206
|
metadata?: {
|
|
207
207
|
loadTime?: number | undefined;
|
|
208
208
|
crawlDepth?: number | undefined;
|