@bubblelab/bubble-core 0.1.27 → 0.1.30
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 +160 -91
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
- package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +128 -128
- package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
- package/dist/bubbles/service-bubble/github.d.ts +120 -120
- package/dist/bubbles/service-bubble/gmail.d.ts +411 -411
- package/dist/bubbles/service-bubble/google-calendar.d.ts +184 -184
- package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +33 -33
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
- package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets.js +904 -0
- package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/index.d.ts +5 -0
- package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/index.js +5 -0
- package/dist/bubbles/service-bubble/jira/index.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts +2695 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts +38 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js +358 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.js +535 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3659 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js +502 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js +428 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +148 -148
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +142 -142
- package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack.js +1536 -0
- package/dist/bubbles/service-bubble/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +6 -6
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +198 -198
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +88 -88
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +42 -42
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +1791 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -17,9 +17,9 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
17
17
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
18
18
|
}, "strip", z.ZodTypeAny, {
|
|
19
19
|
description: string | null;
|
|
20
|
+
id: string | null;
|
|
20
21
|
name: string | null;
|
|
21
22
|
url: string | null;
|
|
22
|
-
id: string | null;
|
|
23
23
|
following: number | null;
|
|
24
24
|
userName: string | null;
|
|
25
25
|
isVerified: boolean | null;
|
|
@@ -30,9 +30,9 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
30
30
|
createdAt: string | null;
|
|
31
31
|
}, {
|
|
32
32
|
description: string | null;
|
|
33
|
+
id: string | null;
|
|
33
34
|
name: string | null;
|
|
34
35
|
url: string | null;
|
|
35
|
-
id: string | null;
|
|
36
36
|
following: number | null;
|
|
37
37
|
userName: string | null;
|
|
38
38
|
isVerified: boolean | null;
|
|
@@ -61,9 +61,9 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
61
61
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
62
62
|
}, "strip", z.ZodTypeAny, {
|
|
63
63
|
description: string | null;
|
|
64
|
+
id: string | null;
|
|
64
65
|
name: string | null;
|
|
65
66
|
url: string | null;
|
|
66
|
-
id: string | null;
|
|
67
67
|
following: number | null;
|
|
68
68
|
userName: string | null;
|
|
69
69
|
isVerified: boolean | null;
|
|
@@ -74,9 +74,9 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
74
74
|
createdAt: string | null;
|
|
75
75
|
}, {
|
|
76
76
|
description: string | null;
|
|
77
|
+
id: string | null;
|
|
77
78
|
name: string | null;
|
|
78
79
|
url: string | null;
|
|
79
|
-
id: string | null;
|
|
80
80
|
following: number | null;
|
|
81
81
|
userName: string | null;
|
|
82
82
|
isVerified: boolean | null;
|
|
@@ -146,19 +146,12 @@ 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
|
-
url: string | null;
|
|
150
|
-
text: string | null;
|
|
151
149
|
id: string | null;
|
|
152
|
-
entities: {
|
|
153
|
-
hashtags: string[] | null;
|
|
154
|
-
mentions: string[] | null;
|
|
155
|
-
urls: string[] | null;
|
|
156
|
-
} | null;
|
|
157
150
|
author: {
|
|
158
151
|
description: string | null;
|
|
152
|
+
id: string | null;
|
|
159
153
|
name: string | null;
|
|
160
154
|
url: string | null;
|
|
161
|
-
id: string | null;
|
|
162
155
|
following: number | null;
|
|
163
156
|
userName: string | null;
|
|
164
157
|
isVerified: boolean | null;
|
|
@@ -168,6 +161,13 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
168
161
|
tweetsCount: number | null;
|
|
169
162
|
createdAt: string | null;
|
|
170
163
|
} | null;
|
|
164
|
+
url: string | null;
|
|
165
|
+
text: string | null;
|
|
166
|
+
entities: {
|
|
167
|
+
hashtags: string[] | null;
|
|
168
|
+
mentions: string[] | null;
|
|
169
|
+
urls: string[] | null;
|
|
170
|
+
} | null;
|
|
171
171
|
stats: {
|
|
172
172
|
viewCount: number | null;
|
|
173
173
|
retweetCount: number | null;
|
|
@@ -189,19 +189,12 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
189
189
|
isQuote: boolean | null;
|
|
190
190
|
isReply: boolean | null;
|
|
191
191
|
}, {
|
|
192
|
-
url: string | null;
|
|
193
|
-
text: string | null;
|
|
194
192
|
id: string | null;
|
|
195
|
-
entities: {
|
|
196
|
-
hashtags: string[] | null;
|
|
197
|
-
mentions: string[] | null;
|
|
198
|
-
urls: string[] | null;
|
|
199
|
-
} | null;
|
|
200
193
|
author: {
|
|
201
194
|
description: string | null;
|
|
195
|
+
id: string | null;
|
|
202
196
|
name: string | null;
|
|
203
197
|
url: string | null;
|
|
204
|
-
id: string | null;
|
|
205
198
|
following: number | null;
|
|
206
199
|
userName: string | null;
|
|
207
200
|
isVerified: boolean | null;
|
|
@@ -211,6 +204,13 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
211
204
|
tweetsCount: number | null;
|
|
212
205
|
createdAt: string | null;
|
|
213
206
|
} | null;
|
|
207
|
+
url: string | null;
|
|
208
|
+
text: string | null;
|
|
209
|
+
entities: {
|
|
210
|
+
hashtags: string[] | null;
|
|
211
|
+
mentions: string[] | null;
|
|
212
|
+
urls: string[] | null;
|
|
213
|
+
} | null;
|
|
214
214
|
stats: {
|
|
215
215
|
viewCount: number | null;
|
|
216
216
|
retweetCount: number | null;
|
|
@@ -281,9 +281,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
281
281
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
282
282
|
}, "strip", z.ZodTypeAny, {
|
|
283
283
|
description: string | null;
|
|
284
|
+
id: string | null;
|
|
284
285
|
name: string | null;
|
|
285
286
|
url: string | null;
|
|
286
|
-
id: string | null;
|
|
287
287
|
following: number | null;
|
|
288
288
|
userName: string | null;
|
|
289
289
|
isVerified: boolean | null;
|
|
@@ -294,9 +294,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
294
294
|
createdAt: string | null;
|
|
295
295
|
}, {
|
|
296
296
|
description: string | null;
|
|
297
|
+
id: string | null;
|
|
297
298
|
name: string | null;
|
|
298
299
|
url: string | null;
|
|
299
|
-
id: string | null;
|
|
300
300
|
following: number | null;
|
|
301
301
|
userName: string | null;
|
|
302
302
|
isVerified: boolean | null;
|
|
@@ -366,19 +366,12 @@ 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
|
-
url: string | null;
|
|
370
|
-
text: string | null;
|
|
371
369
|
id: string | null;
|
|
372
|
-
entities: {
|
|
373
|
-
hashtags: string[] | null;
|
|
374
|
-
mentions: string[] | null;
|
|
375
|
-
urls: string[] | null;
|
|
376
|
-
} | null;
|
|
377
370
|
author: {
|
|
378
371
|
description: string | null;
|
|
372
|
+
id: string | null;
|
|
379
373
|
name: string | null;
|
|
380
374
|
url: string | null;
|
|
381
|
-
id: string | null;
|
|
382
375
|
following: number | null;
|
|
383
376
|
userName: string | null;
|
|
384
377
|
isVerified: boolean | null;
|
|
@@ -388,6 +381,13 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
388
381
|
tweetsCount: number | null;
|
|
389
382
|
createdAt: string | null;
|
|
390
383
|
} | null;
|
|
384
|
+
url: string | null;
|
|
385
|
+
text: string | null;
|
|
386
|
+
entities: {
|
|
387
|
+
hashtags: string[] | null;
|
|
388
|
+
mentions: string[] | null;
|
|
389
|
+
urls: string[] | null;
|
|
390
|
+
} | null;
|
|
391
391
|
stats: {
|
|
392
392
|
viewCount: number | null;
|
|
393
393
|
retweetCount: number | null;
|
|
@@ -409,19 +409,12 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
409
409
|
isQuote: boolean | null;
|
|
410
410
|
isReply: boolean | null;
|
|
411
411
|
}, {
|
|
412
|
-
url: string | null;
|
|
413
|
-
text: string | null;
|
|
414
412
|
id: string | null;
|
|
415
|
-
entities: {
|
|
416
|
-
hashtags: string[] | null;
|
|
417
|
-
mentions: string[] | null;
|
|
418
|
-
urls: string[] | null;
|
|
419
|
-
} | null;
|
|
420
413
|
author: {
|
|
421
414
|
description: string | null;
|
|
415
|
+
id: string | null;
|
|
422
416
|
name: string | null;
|
|
423
417
|
url: string | null;
|
|
424
|
-
id: string | null;
|
|
425
418
|
following: number | null;
|
|
426
419
|
userName: string | null;
|
|
427
420
|
isVerified: boolean | null;
|
|
@@ -431,6 +424,13 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
431
424
|
tweetsCount: number | null;
|
|
432
425
|
createdAt: string | null;
|
|
433
426
|
} | null;
|
|
427
|
+
url: string | null;
|
|
428
|
+
text: string | null;
|
|
429
|
+
entities: {
|
|
430
|
+
hashtags: string[] | null;
|
|
431
|
+
mentions: string[] | null;
|
|
432
|
+
urls: string[] | null;
|
|
433
|
+
} | null;
|
|
434
434
|
stats: {
|
|
435
435
|
viewCount: number | null;
|
|
436
436
|
retweetCount: number | null;
|
|
@@ -460,19 +460,12 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
460
460
|
success: boolean;
|
|
461
461
|
error: string;
|
|
462
462
|
tweets: {
|
|
463
|
-
url: string | null;
|
|
464
|
-
text: string | null;
|
|
465
463
|
id: string | null;
|
|
466
|
-
entities: {
|
|
467
|
-
hashtags: string[] | null;
|
|
468
|
-
mentions: string[] | null;
|
|
469
|
-
urls: string[] | null;
|
|
470
|
-
} | null;
|
|
471
464
|
author: {
|
|
472
465
|
description: string | null;
|
|
466
|
+
id: string | null;
|
|
473
467
|
name: string | null;
|
|
474
468
|
url: string | null;
|
|
475
|
-
id: string | null;
|
|
476
469
|
following: number | null;
|
|
477
470
|
userName: string | null;
|
|
478
471
|
isVerified: boolean | null;
|
|
@@ -482,6 +475,13 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
482
475
|
tweetsCount: number | null;
|
|
483
476
|
createdAt: string | null;
|
|
484
477
|
} | null;
|
|
478
|
+
url: string | null;
|
|
479
|
+
text: string | null;
|
|
480
|
+
entities: {
|
|
481
|
+
hashtags: string[] | null;
|
|
482
|
+
mentions: string[] | null;
|
|
483
|
+
urls: string[] | null;
|
|
484
|
+
} | null;
|
|
485
485
|
stats: {
|
|
486
486
|
viewCount: number | null;
|
|
487
487
|
retweetCount: number | null;
|
|
@@ -509,19 +509,12 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
509
509
|
success: boolean;
|
|
510
510
|
error: string;
|
|
511
511
|
tweets: {
|
|
512
|
-
url: string | null;
|
|
513
|
-
text: string | null;
|
|
514
512
|
id: string | null;
|
|
515
|
-
entities: {
|
|
516
|
-
hashtags: string[] | null;
|
|
517
|
-
mentions: string[] | null;
|
|
518
|
-
urls: string[] | null;
|
|
519
|
-
} | null;
|
|
520
513
|
author: {
|
|
521
514
|
description: string | null;
|
|
515
|
+
id: string | null;
|
|
522
516
|
name: string | null;
|
|
523
517
|
url: string | null;
|
|
524
|
-
id: string | null;
|
|
525
518
|
following: number | null;
|
|
526
519
|
userName: string | null;
|
|
527
520
|
isVerified: boolean | null;
|
|
@@ -531,6 +524,13 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
531
524
|
tweetsCount: number | null;
|
|
532
525
|
createdAt: string | null;
|
|
533
526
|
} | null;
|
|
527
|
+
url: string | null;
|
|
528
|
+
text: string | null;
|
|
529
|
+
entities: {
|
|
530
|
+
hashtags: string[] | null;
|
|
531
|
+
mentions: string[] | null;
|
|
532
|
+
urls: string[] | null;
|
|
533
|
+
} | null;
|
|
534
534
|
stats: {
|
|
535
535
|
viewCount: number | null;
|
|
536
536
|
retweetCount: number | null;
|
|
@@ -627,9 +627,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
627
627
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
628
628
|
}, "strip", z.ZodTypeAny, {
|
|
629
629
|
description: string | null;
|
|
630
|
+
id: string | null;
|
|
630
631
|
name: string | null;
|
|
631
632
|
url: string | null;
|
|
632
|
-
id: string | null;
|
|
633
633
|
following: number | null;
|
|
634
634
|
userName: string | null;
|
|
635
635
|
isVerified: boolean | null;
|
|
@@ -640,9 +640,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
640
640
|
createdAt: string | null;
|
|
641
641
|
}, {
|
|
642
642
|
description: string | null;
|
|
643
|
+
id: string | null;
|
|
643
644
|
name: string | null;
|
|
644
645
|
url: string | null;
|
|
645
|
-
id: string | null;
|
|
646
646
|
following: number | null;
|
|
647
647
|
userName: string | null;
|
|
648
648
|
isVerified: boolean | null;
|
|
@@ -712,19 +712,12 @@ 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
|
-
url: string | null;
|
|
716
|
-
text: string | null;
|
|
717
715
|
id: string | null;
|
|
718
|
-
entities: {
|
|
719
|
-
hashtags: string[] | null;
|
|
720
|
-
mentions: string[] | null;
|
|
721
|
-
urls: string[] | null;
|
|
722
|
-
} | null;
|
|
723
716
|
author: {
|
|
724
717
|
description: string | null;
|
|
718
|
+
id: string | null;
|
|
725
719
|
name: string | null;
|
|
726
720
|
url: string | null;
|
|
727
|
-
id: string | null;
|
|
728
721
|
following: number | null;
|
|
729
722
|
userName: string | null;
|
|
730
723
|
isVerified: boolean | null;
|
|
@@ -734,6 +727,13 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
734
727
|
tweetsCount: number | null;
|
|
735
728
|
createdAt: string | null;
|
|
736
729
|
} | null;
|
|
730
|
+
url: string | null;
|
|
731
|
+
text: string | null;
|
|
732
|
+
entities: {
|
|
733
|
+
hashtags: string[] | null;
|
|
734
|
+
mentions: string[] | null;
|
|
735
|
+
urls: string[] | null;
|
|
736
|
+
} | null;
|
|
737
737
|
stats: {
|
|
738
738
|
viewCount: number | null;
|
|
739
739
|
retweetCount: number | null;
|
|
@@ -755,19 +755,12 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
755
755
|
isQuote: boolean | null;
|
|
756
756
|
isReply: boolean | null;
|
|
757
757
|
}, {
|
|
758
|
-
url: string | null;
|
|
759
|
-
text: string | null;
|
|
760
758
|
id: string | null;
|
|
761
|
-
entities: {
|
|
762
|
-
hashtags: string[] | null;
|
|
763
|
-
mentions: string[] | null;
|
|
764
|
-
urls: string[] | null;
|
|
765
|
-
} | null;
|
|
766
759
|
author: {
|
|
767
760
|
description: string | null;
|
|
761
|
+
id: string | null;
|
|
768
762
|
name: string | null;
|
|
769
763
|
url: string | null;
|
|
770
|
-
id: string | null;
|
|
771
764
|
following: number | null;
|
|
772
765
|
userName: string | null;
|
|
773
766
|
isVerified: boolean | null;
|
|
@@ -777,6 +770,13 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
777
770
|
tweetsCount: number | null;
|
|
778
771
|
createdAt: string | null;
|
|
779
772
|
} | null;
|
|
773
|
+
url: string | null;
|
|
774
|
+
text: string | null;
|
|
775
|
+
entities: {
|
|
776
|
+
hashtags: string[] | null;
|
|
777
|
+
mentions: string[] | null;
|
|
778
|
+
urls: string[] | null;
|
|
779
|
+
} | null;
|
|
780
780
|
stats: {
|
|
781
781
|
viewCount: number | null;
|
|
782
782
|
retweetCount: number | null;
|
|
@@ -806,19 +806,12 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
806
806
|
success: boolean;
|
|
807
807
|
error: string;
|
|
808
808
|
tweets: {
|
|
809
|
-
url: string | null;
|
|
810
|
-
text: string | null;
|
|
811
809
|
id: string | null;
|
|
812
|
-
entities: {
|
|
813
|
-
hashtags: string[] | null;
|
|
814
|
-
mentions: string[] | null;
|
|
815
|
-
urls: string[] | null;
|
|
816
|
-
} | null;
|
|
817
810
|
author: {
|
|
818
811
|
description: string | null;
|
|
812
|
+
id: string | null;
|
|
819
813
|
name: string | null;
|
|
820
814
|
url: string | null;
|
|
821
|
-
id: string | null;
|
|
822
815
|
following: number | null;
|
|
823
816
|
userName: string | null;
|
|
824
817
|
isVerified: boolean | null;
|
|
@@ -828,6 +821,13 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
828
821
|
tweetsCount: number | null;
|
|
829
822
|
createdAt: string | null;
|
|
830
823
|
} | null;
|
|
824
|
+
url: string | null;
|
|
825
|
+
text: string | null;
|
|
826
|
+
entities: {
|
|
827
|
+
hashtags: string[] | null;
|
|
828
|
+
mentions: string[] | null;
|
|
829
|
+
urls: string[] | null;
|
|
830
|
+
} | null;
|
|
831
831
|
stats: {
|
|
832
832
|
viewCount: number | null;
|
|
833
833
|
retweetCount: number | null;
|
|
@@ -855,19 +855,12 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
855
855
|
success: boolean;
|
|
856
856
|
error: string;
|
|
857
857
|
tweets: {
|
|
858
|
-
url: string | null;
|
|
859
|
-
text: string | null;
|
|
860
858
|
id: string | null;
|
|
861
|
-
entities: {
|
|
862
|
-
hashtags: string[] | null;
|
|
863
|
-
mentions: string[] | null;
|
|
864
|
-
urls: string[] | null;
|
|
865
|
-
} | null;
|
|
866
859
|
author: {
|
|
867
860
|
description: string | null;
|
|
861
|
+
id: string | null;
|
|
868
862
|
name: string | null;
|
|
869
863
|
url: string | null;
|
|
870
|
-
id: string | null;
|
|
871
864
|
following: number | null;
|
|
872
865
|
userName: string | null;
|
|
873
866
|
isVerified: boolean | null;
|
|
@@ -877,6 +870,13 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
877
870
|
tweetsCount: number | null;
|
|
878
871
|
createdAt: string | null;
|
|
879
872
|
} | null;
|
|
873
|
+
url: string | null;
|
|
874
|
+
text: string | null;
|
|
875
|
+
entities: {
|
|
876
|
+
hashtags: string[] | null;
|
|
877
|
+
mentions: string[] | null;
|
|
878
|
+
urls: string[] | null;
|
|
879
|
+
} | null;
|
|
880
880
|
stats: {
|
|
881
881
|
viewCount: number | null;
|
|
882
882
|
retweetCount: number | null;
|
|
@@ -9,15 +9,15 @@ declare const WebSearchToolParamsSchema: z.ZodObject<{
|
|
|
9
9
|
location: z.ZodOptional<z.ZodString>;
|
|
10
10
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
|
-
query: string;
|
|
13
12
|
limit: number;
|
|
13
|
+
query: string;
|
|
14
14
|
categories: ("github" | "pdf" | "research")[];
|
|
15
15
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
16
16
|
location?: string | undefined;
|
|
17
17
|
}, {
|
|
18
18
|
query: string;
|
|
19
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20
19
|
limit?: number | undefined;
|
|
20
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
21
21
|
location?: string | undefined;
|
|
22
22
|
categories?: ("github" | "pdf" | "research")[] | undefined;
|
|
23
23
|
}>;
|
|
@@ -78,15 +78,15 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
|
|
|
78
78
|
location: z.ZodOptional<z.ZodString>;
|
|
79
79
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
81
|
-
query: string;
|
|
82
81
|
limit: number;
|
|
82
|
+
query: string;
|
|
83
83
|
categories: ("github" | "pdf" | "research")[];
|
|
84
84
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
85
|
location?: string | undefined;
|
|
86
86
|
}, {
|
|
87
87
|
query: string;
|
|
88
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
89
88
|
limit?: number | undefined;
|
|
89
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
90
90
|
location?: string | undefined;
|
|
91
91
|
categories?: ("github" | "pdf" | "research")[] | undefined;
|
|
92
92
|
}>;
|
|
@@ -20,11 +20,11 @@ declare const YouTubeVideoSchema: z.ZodObject<{
|
|
|
20
20
|
description: string | null;
|
|
21
21
|
title: string | null;
|
|
22
22
|
date: string | null;
|
|
23
|
+
id: string | null;
|
|
24
|
+
comments: number | null;
|
|
23
25
|
url: string | null;
|
|
24
26
|
duration: string | null;
|
|
25
|
-
id: string | null;
|
|
26
27
|
thumbnail: string | null;
|
|
27
|
-
comments: number | null;
|
|
28
28
|
viewCount: number | null;
|
|
29
29
|
likes: number | null;
|
|
30
30
|
channelName: string | null;
|
|
@@ -34,11 +34,11 @@ declare const YouTubeVideoSchema: z.ZodObject<{
|
|
|
34
34
|
description: string | null;
|
|
35
35
|
title: string | null;
|
|
36
36
|
date: string | null;
|
|
37
|
+
id: string | null;
|
|
38
|
+
comments: number | null;
|
|
37
39
|
url: string | null;
|
|
38
40
|
duration: string | null;
|
|
39
|
-
id: string | null;
|
|
40
41
|
thumbnail: string | null;
|
|
41
|
-
comments: number | null;
|
|
42
42
|
viewCount: number | null;
|
|
43
43
|
likes: number | null;
|
|
44
44
|
channelName: string | null;
|
|
@@ -106,11 +106,11 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
106
106
|
description: string | null;
|
|
107
107
|
title: string | null;
|
|
108
108
|
date: string | null;
|
|
109
|
+
id: string | null;
|
|
110
|
+
comments: number | null;
|
|
109
111
|
url: string | null;
|
|
110
112
|
duration: string | null;
|
|
111
|
-
id: string | null;
|
|
112
113
|
thumbnail: string | null;
|
|
113
|
-
comments: number | null;
|
|
114
114
|
viewCount: number | null;
|
|
115
115
|
likes: number | null;
|
|
116
116
|
channelName: string | null;
|
|
@@ -120,11 +120,11 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
120
120
|
description: string | null;
|
|
121
121
|
title: string | null;
|
|
122
122
|
date: string | null;
|
|
123
|
+
id: string | null;
|
|
124
|
+
comments: number | null;
|
|
123
125
|
url: string | null;
|
|
124
126
|
duration: string | null;
|
|
125
|
-
id: string | null;
|
|
126
127
|
thumbnail: string | null;
|
|
127
|
-
comments: number | null;
|
|
128
128
|
viewCount: number | null;
|
|
129
129
|
likes: number | null;
|
|
130
130
|
channelName: string | null;
|
|
@@ -157,11 +157,11 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
157
157
|
description: string | null;
|
|
158
158
|
title: string | null;
|
|
159
159
|
date: string | null;
|
|
160
|
+
id: string | null;
|
|
161
|
+
comments: number | null;
|
|
160
162
|
url: string | null;
|
|
161
163
|
duration: string | null;
|
|
162
|
-
id: string | null;
|
|
163
164
|
thumbnail: string | null;
|
|
164
|
-
comments: number | null;
|
|
165
165
|
viewCount: number | null;
|
|
166
166
|
likes: number | null;
|
|
167
167
|
channelName: string | null;
|
|
@@ -183,11 +183,11 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
183
183
|
description: string | null;
|
|
184
184
|
title: string | null;
|
|
185
185
|
date: string | null;
|
|
186
|
+
id: string | null;
|
|
187
|
+
comments: number | null;
|
|
186
188
|
url: string | null;
|
|
187
189
|
duration: string | null;
|
|
188
|
-
id: string | null;
|
|
189
190
|
thumbnail: string | null;
|
|
190
|
-
comments: number | null;
|
|
191
191
|
viewCount: number | null;
|
|
192
192
|
likes: number | null;
|
|
193
193
|
channelName: string | null;
|
|
@@ -264,11 +264,11 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
264
264
|
description: string | null;
|
|
265
265
|
title: string | null;
|
|
266
266
|
date: string | null;
|
|
267
|
+
id: string | null;
|
|
268
|
+
comments: number | null;
|
|
267
269
|
url: string | null;
|
|
268
270
|
duration: string | null;
|
|
269
|
-
id: string | null;
|
|
270
271
|
thumbnail: string | null;
|
|
271
|
-
comments: number | null;
|
|
272
272
|
viewCount: number | null;
|
|
273
273
|
likes: number | null;
|
|
274
274
|
channelName: string | null;
|
|
@@ -278,11 +278,11 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
278
278
|
description: string | null;
|
|
279
279
|
title: string | null;
|
|
280
280
|
date: string | null;
|
|
281
|
+
id: string | null;
|
|
282
|
+
comments: number | null;
|
|
281
283
|
url: string | null;
|
|
282
284
|
duration: string | null;
|
|
283
|
-
id: string | null;
|
|
284
285
|
thumbnail: string | null;
|
|
285
|
-
comments: number | null;
|
|
286
286
|
viewCount: number | null;
|
|
287
287
|
likes: number | null;
|
|
288
288
|
channelName: string | null;
|
|
@@ -315,11 +315,11 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
315
315
|
description: string | null;
|
|
316
316
|
title: string | null;
|
|
317
317
|
date: string | null;
|
|
318
|
+
id: string | null;
|
|
319
|
+
comments: number | null;
|
|
318
320
|
url: string | null;
|
|
319
321
|
duration: string | null;
|
|
320
|
-
id: string | null;
|
|
321
322
|
thumbnail: string | null;
|
|
322
|
-
comments: number | null;
|
|
323
323
|
viewCount: number | null;
|
|
324
324
|
likes: number | null;
|
|
325
325
|
channelName: string | null;
|
|
@@ -341,11 +341,11 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
341
341
|
description: string | null;
|
|
342
342
|
title: string | null;
|
|
343
343
|
date: string | null;
|
|
344
|
+
id: string | null;
|
|
345
|
+
comments: number | null;
|
|
344
346
|
url: string | null;
|
|
345
347
|
duration: string | null;
|
|
346
|
-
id: string | null;
|
|
347
348
|
thumbnail: string | null;
|
|
348
|
-
comments: number | null;
|
|
349
349
|
viewCount: number | null;
|
|
350
350
|
likes: number | null;
|
|
351
351
|
channelName: string | null;
|