@bubblelab/bubble-core 0.1.34 → 0.1.36
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 +50 -50
- package/dist/bubbles/service-bubble/agi-inc.d.ts +12 -12
- package/dist/bubbles/service-bubble/airtable.d.ts +156 -156
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +8 -8
- package/dist/bubbles/service-bubble/followupboss.d.ts +78 -78
- package/dist/bubbles/service-bubble/github.d.ts +98 -98
- package/dist/bubbles/service-bubble/gmail.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-calendar.d.ts +88 -88
- package/dist/bubbles/service-bubble/google-drive.d.ts +50 -50
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +77 -77
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +112 -112
- package/dist/bubbles/service-bubble/notion/notion.d.ts +148 -148
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +60 -60
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +30 -30
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -19,8 +19,8 @@ declare const RedditPostSchema: z.ZodObject<{
|
|
|
19
19
|
flair: z.ZodOptional<z.ZodString>;
|
|
20
20
|
}, "strip", z.ZodTypeAny, {
|
|
21
21
|
title: string;
|
|
22
|
-
url: string;
|
|
23
22
|
author: string;
|
|
23
|
+
url: string;
|
|
24
24
|
score: number;
|
|
25
25
|
numComments: number;
|
|
26
26
|
createdUtc: number;
|
|
@@ -34,8 +34,8 @@ declare const RedditPostSchema: z.ZodObject<{
|
|
|
34
34
|
flair?: string | undefined;
|
|
35
35
|
}, {
|
|
36
36
|
title: string;
|
|
37
|
-
url: string;
|
|
38
37
|
author: string;
|
|
38
|
+
url: string;
|
|
39
39
|
score: number;
|
|
40
40
|
numComments: number;
|
|
41
41
|
createdUtc: number;
|
|
@@ -94,8 +94,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
94
94
|
flair: z.ZodOptional<z.ZodString>;
|
|
95
95
|
}, "strip", z.ZodTypeAny, {
|
|
96
96
|
title: string;
|
|
97
|
-
url: string;
|
|
98
97
|
author: string;
|
|
98
|
+
url: string;
|
|
99
99
|
score: number;
|
|
100
100
|
numComments: number;
|
|
101
101
|
createdUtc: number;
|
|
@@ -109,8 +109,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
109
109
|
flair?: string | undefined;
|
|
110
110
|
}, {
|
|
111
111
|
title: string;
|
|
112
|
-
url: string;
|
|
113
112
|
author: string;
|
|
113
|
+
url: string;
|
|
114
114
|
score: number;
|
|
115
115
|
numComments: number;
|
|
116
116
|
createdUtc: number;
|
|
@@ -168,8 +168,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
168
168
|
};
|
|
169
169
|
posts: {
|
|
170
170
|
title: string;
|
|
171
|
-
url: string;
|
|
172
171
|
author: string;
|
|
172
|
+
url: string;
|
|
173
173
|
score: number;
|
|
174
174
|
numComments: number;
|
|
175
175
|
createdUtc: number;
|
|
@@ -197,8 +197,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
197
197
|
};
|
|
198
198
|
posts: {
|
|
199
199
|
title: string;
|
|
200
|
-
url: string;
|
|
201
200
|
author: string;
|
|
201
|
+
url: string;
|
|
202
202
|
score: number;
|
|
203
203
|
numComments: number;
|
|
204
204
|
createdUtc: number;
|
|
@@ -264,8 +264,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
264
264
|
flair: z.ZodOptional<z.ZodString>;
|
|
265
265
|
}, "strip", z.ZodTypeAny, {
|
|
266
266
|
title: string;
|
|
267
|
-
url: string;
|
|
268
267
|
author: string;
|
|
268
|
+
url: string;
|
|
269
269
|
score: number;
|
|
270
270
|
numComments: number;
|
|
271
271
|
createdUtc: number;
|
|
@@ -279,8 +279,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
279
279
|
flair?: string | undefined;
|
|
280
280
|
}, {
|
|
281
281
|
title: string;
|
|
282
|
-
url: string;
|
|
283
282
|
author: string;
|
|
283
|
+
url: string;
|
|
284
284
|
score: number;
|
|
285
285
|
numComments: number;
|
|
286
286
|
createdUtc: number;
|
|
@@ -338,8 +338,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
338
338
|
};
|
|
339
339
|
posts: {
|
|
340
340
|
title: string;
|
|
341
|
-
url: string;
|
|
342
341
|
author: string;
|
|
342
|
+
url: string;
|
|
343
343
|
score: number;
|
|
344
344
|
numComments: number;
|
|
345
345
|
createdUtc: number;
|
|
@@ -367,8 +367,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
367
367
|
};
|
|
368
368
|
posts: {
|
|
369
369
|
title: string;
|
|
370
|
-
url: string;
|
|
371
370
|
author: string;
|
|
371
|
+
url: string;
|
|
372
372
|
score: number;
|
|
373
373
|
numComments: number;
|
|
374
374
|
createdUtc: number;
|
|
@@ -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,13 +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
149
|
id: string | null;
|
|
151
150
|
author: {
|
|
152
151
|
description: string | null;
|
|
152
|
+
id: string | null;
|
|
153
153
|
name: string | null;
|
|
154
154
|
url: string | null;
|
|
155
|
-
id: string | null;
|
|
156
155
|
following: number | null;
|
|
157
156
|
userName: string | null;
|
|
158
157
|
isVerified: boolean | null;
|
|
@@ -162,6 +161,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
162
161
|
tweetsCount: number | null;
|
|
163
162
|
createdAt: string | null;
|
|
164
163
|
} | null;
|
|
164
|
+
url: string | null;
|
|
165
165
|
text: string | null;
|
|
166
166
|
entities: {
|
|
167
167
|
hashtags: string[] | null;
|
|
@@ -189,13 +189,12 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
189
189
|
isQuote: boolean | null;
|
|
190
190
|
isReply: boolean | null;
|
|
191
191
|
}, {
|
|
192
|
-
url: string | null;
|
|
193
192
|
id: string | null;
|
|
194
193
|
author: {
|
|
195
194
|
description: string | null;
|
|
195
|
+
id: string | null;
|
|
196
196
|
name: string | null;
|
|
197
197
|
url: string | null;
|
|
198
|
-
id: string | null;
|
|
199
198
|
following: number | null;
|
|
200
199
|
userName: string | null;
|
|
201
200
|
isVerified: boolean | null;
|
|
@@ -205,6 +204,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
205
204
|
tweetsCount: number | null;
|
|
206
205
|
createdAt: string | null;
|
|
207
206
|
} | null;
|
|
207
|
+
url: string | null;
|
|
208
208
|
text: string | null;
|
|
209
209
|
entities: {
|
|
210
210
|
hashtags: string[] | 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,13 +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
369
|
id: string | null;
|
|
371
370
|
author: {
|
|
372
371
|
description: string | null;
|
|
372
|
+
id: string | null;
|
|
373
373
|
name: string | null;
|
|
374
374
|
url: string | null;
|
|
375
|
-
id: string | null;
|
|
376
375
|
following: number | null;
|
|
377
376
|
userName: string | null;
|
|
378
377
|
isVerified: boolean | null;
|
|
@@ -382,6 +381,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
382
381
|
tweetsCount: number | null;
|
|
383
382
|
createdAt: string | null;
|
|
384
383
|
} | null;
|
|
384
|
+
url: string | null;
|
|
385
385
|
text: string | null;
|
|
386
386
|
entities: {
|
|
387
387
|
hashtags: string[] | null;
|
|
@@ -409,13 +409,12 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
409
409
|
isQuote: boolean | null;
|
|
410
410
|
isReply: boolean | null;
|
|
411
411
|
}, {
|
|
412
|
-
url: string | null;
|
|
413
412
|
id: string | null;
|
|
414
413
|
author: {
|
|
415
414
|
description: string | null;
|
|
415
|
+
id: string | null;
|
|
416
416
|
name: string | null;
|
|
417
417
|
url: string | null;
|
|
418
|
-
id: string | null;
|
|
419
418
|
following: number | null;
|
|
420
419
|
userName: string | null;
|
|
421
420
|
isVerified: boolean | null;
|
|
@@ -425,6 +424,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
425
424
|
tweetsCount: number | null;
|
|
426
425
|
createdAt: string | null;
|
|
427
426
|
} | null;
|
|
427
|
+
url: string | null;
|
|
428
428
|
text: string | null;
|
|
429
429
|
entities: {
|
|
430
430
|
hashtags: string[] | null;
|
|
@@ -460,13 +460,12 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
460
460
|
success: boolean;
|
|
461
461
|
error: string;
|
|
462
462
|
tweets: {
|
|
463
|
-
url: string | null;
|
|
464
463
|
id: string | null;
|
|
465
464
|
author: {
|
|
466
465
|
description: string | null;
|
|
466
|
+
id: string | null;
|
|
467
467
|
name: string | null;
|
|
468
468
|
url: string | null;
|
|
469
|
-
id: string | null;
|
|
470
469
|
following: number | null;
|
|
471
470
|
userName: string | null;
|
|
472
471
|
isVerified: boolean | null;
|
|
@@ -476,6 +475,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
476
475
|
tweetsCount: number | null;
|
|
477
476
|
createdAt: string | null;
|
|
478
477
|
} | null;
|
|
478
|
+
url: string | null;
|
|
479
479
|
text: string | null;
|
|
480
480
|
entities: {
|
|
481
481
|
hashtags: string[] | null;
|
|
@@ -509,13 +509,12 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
509
509
|
success: boolean;
|
|
510
510
|
error: string;
|
|
511
511
|
tweets: {
|
|
512
|
-
url: string | null;
|
|
513
512
|
id: string | null;
|
|
514
513
|
author: {
|
|
515
514
|
description: string | null;
|
|
515
|
+
id: string | null;
|
|
516
516
|
name: string | null;
|
|
517
517
|
url: string | null;
|
|
518
|
-
id: string | null;
|
|
519
518
|
following: number | null;
|
|
520
519
|
userName: string | null;
|
|
521
520
|
isVerified: boolean | null;
|
|
@@ -525,6 +524,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
525
524
|
tweetsCount: number | null;
|
|
526
525
|
createdAt: string | null;
|
|
527
526
|
} | null;
|
|
527
|
+
url: string | null;
|
|
528
528
|
text: string | null;
|
|
529
529
|
entities: {
|
|
530
530
|
hashtags: string[] | 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,13 +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
715
|
id: string | null;
|
|
717
716
|
author: {
|
|
718
717
|
description: string | null;
|
|
718
|
+
id: string | null;
|
|
719
719
|
name: string | null;
|
|
720
720
|
url: string | null;
|
|
721
|
-
id: string | null;
|
|
722
721
|
following: number | null;
|
|
723
722
|
userName: string | null;
|
|
724
723
|
isVerified: boolean | null;
|
|
@@ -728,6 +727,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
728
727
|
tweetsCount: number | null;
|
|
729
728
|
createdAt: string | null;
|
|
730
729
|
} | null;
|
|
730
|
+
url: string | null;
|
|
731
731
|
text: string | null;
|
|
732
732
|
entities: {
|
|
733
733
|
hashtags: string[] | null;
|
|
@@ -755,13 +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
758
|
id: string | null;
|
|
760
759
|
author: {
|
|
761
760
|
description: string | null;
|
|
761
|
+
id: string | null;
|
|
762
762
|
name: string | null;
|
|
763
763
|
url: string | null;
|
|
764
|
-
id: string | null;
|
|
765
764
|
following: number | null;
|
|
766
765
|
userName: string | null;
|
|
767
766
|
isVerified: boolean | null;
|
|
@@ -771,6 +770,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
771
770
|
tweetsCount: number | null;
|
|
772
771
|
createdAt: string | null;
|
|
773
772
|
} | null;
|
|
773
|
+
url: string | null;
|
|
774
774
|
text: string | null;
|
|
775
775
|
entities: {
|
|
776
776
|
hashtags: string[] | null;
|
|
@@ -806,13 +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
809
|
id: string | null;
|
|
811
810
|
author: {
|
|
812
811
|
description: string | null;
|
|
812
|
+
id: string | null;
|
|
813
813
|
name: string | null;
|
|
814
814
|
url: string | null;
|
|
815
|
-
id: string | null;
|
|
816
815
|
following: number | null;
|
|
817
816
|
userName: string | null;
|
|
818
817
|
isVerified: boolean | null;
|
|
@@ -822,6 +821,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
822
821
|
tweetsCount: number | null;
|
|
823
822
|
createdAt: string | null;
|
|
824
823
|
} | null;
|
|
824
|
+
url: string | null;
|
|
825
825
|
text: string | null;
|
|
826
826
|
entities: {
|
|
827
827
|
hashtags: string[] | null;
|
|
@@ -855,13 +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
858
|
id: string | null;
|
|
860
859
|
author: {
|
|
861
860
|
description: string | null;
|
|
861
|
+
id: string | null;
|
|
862
862
|
name: string | null;
|
|
863
863
|
url: string | null;
|
|
864
|
-
id: string | null;
|
|
865
864
|
following: number | null;
|
|
866
865
|
userName: string | null;
|
|
867
866
|
isVerified: boolean | null;
|
|
@@ -871,6 +870,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
871
870
|
tweetsCount: number | null;
|
|
872
871
|
createdAt: string | null;
|
|
873
872
|
} | null;
|
|
873
|
+
url: string | null;
|
|
874
874
|
text: string | null;
|
|
875
875
|
entities: {
|
|
876
876
|
hashtags: string[] | null;
|
|
@@ -20,10 +20,10 @@ 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
|
-
comments: number | null;
|
|
26
|
-
id: string | null;
|
|
27
27
|
thumbnail: string | null;
|
|
28
28
|
viewCount: number | null;
|
|
29
29
|
likes: number | null;
|
|
@@ -34,10 +34,10 @@ 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
|
-
comments: number | null;
|
|
40
|
-
id: string | null;
|
|
41
41
|
thumbnail: string | null;
|
|
42
42
|
viewCount: number | null;
|
|
43
43
|
likes: number | null;
|
|
@@ -106,10 +106,10 @@ 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
|
-
comments: number | null;
|
|
112
|
-
id: string | null;
|
|
113
113
|
thumbnail: string | null;
|
|
114
114
|
viewCount: number | null;
|
|
115
115
|
likes: number | null;
|
|
@@ -120,10 +120,10 @@ 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
|
-
comments: number | null;
|
|
126
|
-
id: string | null;
|
|
127
127
|
thumbnail: string | null;
|
|
128
128
|
viewCount: number | null;
|
|
129
129
|
likes: number | null;
|
|
@@ -157,10 +157,10 @@ 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
|
-
comments: number | null;
|
|
163
|
-
id: string | null;
|
|
164
164
|
thumbnail: string | null;
|
|
165
165
|
viewCount: number | null;
|
|
166
166
|
likes: number | null;
|
|
@@ -183,10 +183,10 @@ 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
|
-
comments: number | null;
|
|
189
|
-
id: string | null;
|
|
190
190
|
thumbnail: string | null;
|
|
191
191
|
viewCount: number | null;
|
|
192
192
|
likes: number | null;
|
|
@@ -264,10 +264,10 @@ 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
|
-
comments: number | null;
|
|
270
|
-
id: string | null;
|
|
271
271
|
thumbnail: string | null;
|
|
272
272
|
viewCount: number | null;
|
|
273
273
|
likes: number | null;
|
|
@@ -278,10 +278,10 @@ 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
|
-
comments: number | null;
|
|
284
|
-
id: string | null;
|
|
285
285
|
thumbnail: string | null;
|
|
286
286
|
viewCount: number | null;
|
|
287
287
|
likes: number | null;
|
|
@@ -315,10 +315,10 @@ 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
|
-
comments: number | null;
|
|
321
|
-
id: string | null;
|
|
322
322
|
thumbnail: string | null;
|
|
323
323
|
viewCount: number | null;
|
|
324
324
|
likes: number | null;
|
|
@@ -341,10 +341,10 @@ 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
|
-
comments: number | null;
|
|
347
|
-
id: string | null;
|
|
348
348
|
thumbnail: string | null;
|
|
349
349
|
viewCount: number | null;
|
|
350
350
|
likes: number | null;
|