@bubblelab/bubble-core 0.1.32 → 0.1.34
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 +45 -45
- 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 +5771 -2117
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.js +32 -7
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +8031 -3162
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.js +14 -2
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -1
- 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 +47 -49
- 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
|
-
author: string;
|
|
23
22
|
url: string;
|
|
23
|
+
author: 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
|
-
author: string;
|
|
38
37
|
url: string;
|
|
38
|
+
author: 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
|
-
author: string;
|
|
98
97
|
url: string;
|
|
98
|
+
author: 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
|
-
author: string;
|
|
113
112
|
url: string;
|
|
113
|
+
author: 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
|
-
author: string;
|
|
172
171
|
url: string;
|
|
172
|
+
author: 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
|
-
author: string;
|
|
201
200
|
url: string;
|
|
201
|
+
author: 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
|
-
author: string;
|
|
268
267
|
url: string;
|
|
268
|
+
author: 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
|
-
author: string;
|
|
283
282
|
url: string;
|
|
283
|
+
author: 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
|
-
author: string;
|
|
342
341
|
url: string;
|
|
342
|
+
author: 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
|
-
author: string;
|
|
371
370
|
url: string;
|
|
371
|
+
author: 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;
|
|
21
20
|
name: string | null;
|
|
22
21
|
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;
|
|
34
33
|
name: string | null;
|
|
35
34
|
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;
|
|
65
64
|
name: string | null;
|
|
66
65
|
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;
|
|
78
77
|
name: string | null;
|
|
79
78
|
url: string | null;
|
|
79
|
+
id: string | null;
|
|
80
80
|
following: number | null;
|
|
81
81
|
userName: string | null;
|
|
82
82
|
isVerified: boolean | null;
|
|
@@ -146,12 +146,13 @@ 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;
|
|
149
150
|
id: string | null;
|
|
150
151
|
author: {
|
|
151
152
|
description: string | null;
|
|
152
|
-
id: string | null;
|
|
153
153
|
name: string | null;
|
|
154
154
|
url: string | null;
|
|
155
|
+
id: string | null;
|
|
155
156
|
following: number | null;
|
|
156
157
|
userName: string | null;
|
|
157
158
|
isVerified: boolean | null;
|
|
@@ -161,7 +162,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
161
162
|
tweetsCount: number | null;
|
|
162
163
|
createdAt: string | null;
|
|
163
164
|
} | null;
|
|
164
|
-
url: string | null;
|
|
165
165
|
text: string | null;
|
|
166
166
|
entities: {
|
|
167
167
|
hashtags: string[] | null;
|
|
@@ -189,12 +189,13 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
189
189
|
isQuote: boolean | null;
|
|
190
190
|
isReply: boolean | null;
|
|
191
191
|
}, {
|
|
192
|
+
url: string | null;
|
|
192
193
|
id: string | null;
|
|
193
194
|
author: {
|
|
194
195
|
description: string | null;
|
|
195
|
-
id: string | null;
|
|
196
196
|
name: string | null;
|
|
197
197
|
url: string | null;
|
|
198
|
+
id: string | null;
|
|
198
199
|
following: number | null;
|
|
199
200
|
userName: string | null;
|
|
200
201
|
isVerified: boolean | null;
|
|
@@ -204,7 +205,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
204
205
|
tweetsCount: number | null;
|
|
205
206
|
createdAt: string | null;
|
|
206
207
|
} | 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;
|
|
285
284
|
name: string | null;
|
|
286
285
|
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;
|
|
298
297
|
name: string | null;
|
|
299
298
|
url: string | null;
|
|
299
|
+
id: string | null;
|
|
300
300
|
following: number | null;
|
|
301
301
|
userName: string | null;
|
|
302
302
|
isVerified: boolean | null;
|
|
@@ -366,12 +366,13 @@ 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;
|
|
369
370
|
id: string | null;
|
|
370
371
|
author: {
|
|
371
372
|
description: string | null;
|
|
372
|
-
id: string | null;
|
|
373
373
|
name: string | null;
|
|
374
374
|
url: string | null;
|
|
375
|
+
id: string | null;
|
|
375
376
|
following: number | null;
|
|
376
377
|
userName: string | null;
|
|
377
378
|
isVerified: boolean | null;
|
|
@@ -381,7 +382,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
381
382
|
tweetsCount: number | null;
|
|
382
383
|
createdAt: string | null;
|
|
383
384
|
} | null;
|
|
384
|
-
url: string | null;
|
|
385
385
|
text: string | null;
|
|
386
386
|
entities: {
|
|
387
387
|
hashtags: string[] | null;
|
|
@@ -409,12 +409,13 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
409
409
|
isQuote: boolean | null;
|
|
410
410
|
isReply: boolean | null;
|
|
411
411
|
}, {
|
|
412
|
+
url: string | null;
|
|
412
413
|
id: string | null;
|
|
413
414
|
author: {
|
|
414
415
|
description: string | null;
|
|
415
|
-
id: string | null;
|
|
416
416
|
name: string | null;
|
|
417
417
|
url: string | null;
|
|
418
|
+
id: string | null;
|
|
418
419
|
following: number | null;
|
|
419
420
|
userName: string | null;
|
|
420
421
|
isVerified: boolean | null;
|
|
@@ -424,7 +425,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
424
425
|
tweetsCount: number | null;
|
|
425
426
|
createdAt: string | null;
|
|
426
427
|
} | null;
|
|
427
|
-
url: string | null;
|
|
428
428
|
text: string | null;
|
|
429
429
|
entities: {
|
|
430
430
|
hashtags: string[] | null;
|
|
@@ -460,12 +460,13 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
460
460
|
success: boolean;
|
|
461
461
|
error: string;
|
|
462
462
|
tweets: {
|
|
463
|
+
url: string | null;
|
|
463
464
|
id: string | null;
|
|
464
465
|
author: {
|
|
465
466
|
description: string | null;
|
|
466
|
-
id: string | null;
|
|
467
467
|
name: string | null;
|
|
468
468
|
url: string | null;
|
|
469
|
+
id: string | null;
|
|
469
470
|
following: number | null;
|
|
470
471
|
userName: string | null;
|
|
471
472
|
isVerified: boolean | null;
|
|
@@ -475,7 +476,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
475
476
|
tweetsCount: number | null;
|
|
476
477
|
createdAt: string | null;
|
|
477
478
|
} | null;
|
|
478
|
-
url: string | null;
|
|
479
479
|
text: string | null;
|
|
480
480
|
entities: {
|
|
481
481
|
hashtags: string[] | null;
|
|
@@ -509,12 +509,13 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
509
509
|
success: boolean;
|
|
510
510
|
error: string;
|
|
511
511
|
tweets: {
|
|
512
|
+
url: string | null;
|
|
512
513
|
id: string | null;
|
|
513
514
|
author: {
|
|
514
515
|
description: string | null;
|
|
515
|
-
id: string | null;
|
|
516
516
|
name: string | null;
|
|
517
517
|
url: string | null;
|
|
518
|
+
id: string | null;
|
|
518
519
|
following: number | null;
|
|
519
520
|
userName: string | null;
|
|
520
521
|
isVerified: boolean | null;
|
|
@@ -524,7 +525,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
524
525
|
tweetsCount: number | null;
|
|
525
526
|
createdAt: string | null;
|
|
526
527
|
} | 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;
|
|
631
630
|
name: string | null;
|
|
632
631
|
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;
|
|
644
643
|
name: string | null;
|
|
645
644
|
url: string | null;
|
|
645
|
+
id: string | null;
|
|
646
646
|
following: number | null;
|
|
647
647
|
userName: string | null;
|
|
648
648
|
isVerified: boolean | null;
|
|
@@ -712,12 +712,13 @@ 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;
|
|
715
716
|
id: string | null;
|
|
716
717
|
author: {
|
|
717
718
|
description: string | null;
|
|
718
|
-
id: string | null;
|
|
719
719
|
name: string | null;
|
|
720
720
|
url: string | null;
|
|
721
|
+
id: string | null;
|
|
721
722
|
following: number | null;
|
|
722
723
|
userName: string | null;
|
|
723
724
|
isVerified: boolean | null;
|
|
@@ -727,7 +728,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
727
728
|
tweetsCount: number | null;
|
|
728
729
|
createdAt: string | null;
|
|
729
730
|
} | null;
|
|
730
|
-
url: string | null;
|
|
731
731
|
text: string | null;
|
|
732
732
|
entities: {
|
|
733
733
|
hashtags: string[] | null;
|
|
@@ -755,12 +755,13 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
755
755
|
isQuote: boolean | null;
|
|
756
756
|
isReply: boolean | null;
|
|
757
757
|
}, {
|
|
758
|
+
url: string | null;
|
|
758
759
|
id: string | null;
|
|
759
760
|
author: {
|
|
760
761
|
description: string | null;
|
|
761
|
-
id: string | null;
|
|
762
762
|
name: string | null;
|
|
763
763
|
url: string | null;
|
|
764
|
+
id: string | null;
|
|
764
765
|
following: number | null;
|
|
765
766
|
userName: string | null;
|
|
766
767
|
isVerified: boolean | null;
|
|
@@ -770,7 +771,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
770
771
|
tweetsCount: number | null;
|
|
771
772
|
createdAt: string | null;
|
|
772
773
|
} | null;
|
|
773
|
-
url: string | null;
|
|
774
774
|
text: string | null;
|
|
775
775
|
entities: {
|
|
776
776
|
hashtags: string[] | null;
|
|
@@ -806,12 +806,13 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
806
806
|
success: boolean;
|
|
807
807
|
error: string;
|
|
808
808
|
tweets: {
|
|
809
|
+
url: string | null;
|
|
809
810
|
id: string | null;
|
|
810
811
|
author: {
|
|
811
812
|
description: string | null;
|
|
812
|
-
id: string | null;
|
|
813
813
|
name: string | null;
|
|
814
814
|
url: string | null;
|
|
815
|
+
id: string | null;
|
|
815
816
|
following: number | null;
|
|
816
817
|
userName: string | null;
|
|
817
818
|
isVerified: boolean | null;
|
|
@@ -821,7 +822,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
821
822
|
tweetsCount: number | null;
|
|
822
823
|
createdAt: string | null;
|
|
823
824
|
} | null;
|
|
824
|
-
url: string | null;
|
|
825
825
|
text: string | null;
|
|
826
826
|
entities: {
|
|
827
827
|
hashtags: string[] | null;
|
|
@@ -855,12 +855,13 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
855
855
|
success: boolean;
|
|
856
856
|
error: string;
|
|
857
857
|
tweets: {
|
|
858
|
+
url: string | null;
|
|
858
859
|
id: string | null;
|
|
859
860
|
author: {
|
|
860
861
|
description: string | null;
|
|
861
|
-
id: string | null;
|
|
862
862
|
name: string | null;
|
|
863
863
|
url: string | null;
|
|
864
|
+
id: string | null;
|
|
864
865
|
following: number | null;
|
|
865
866
|
userName: string | null;
|
|
866
867
|
isVerified: boolean | null;
|
|
@@ -870,7 +871,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
870
871
|
tweetsCount: number | null;
|
|
871
872
|
createdAt: string | null;
|
|
872
873
|
} | 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;
|
|
25
23
|
url: string | null;
|
|
26
24
|
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;
|
|
39
37
|
url: string | null;
|
|
40
38
|
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;
|
|
111
109
|
url: string | null;
|
|
112
110
|
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;
|
|
125
123
|
url: string | null;
|
|
126
124
|
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;
|
|
162
160
|
url: string | null;
|
|
163
161
|
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;
|
|
188
186
|
url: string | null;
|
|
189
187
|
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;
|
|
269
267
|
url: string | null;
|
|
270
268
|
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;
|
|
283
281
|
url: string | null;
|
|
284
282
|
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;
|
|
320
318
|
url: string | null;
|
|
321
319
|
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;
|
|
346
344
|
url: string | null;
|
|
347
345
|
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;
|