@bubblelab/bubble-core 0.1.78 → 0.1.80
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 +109 -109
- package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
- package/dist/bubbles/service-bubble/ai-agent.d.ts +68 -68
- package/dist/bubbles/service-bubble/airtable.d.ts +102 -102
- package/dist/bubbles/service-bubble/apify/apify.d.ts +16 -16
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +60 -60
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +86 -86
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +398 -398
- package/dist/bubbles/service-bubble/followupboss.d.ts +144 -144
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +40 -40
- package/dist/bubbles/service-bubble/github.d.ts +72 -72
- package/dist/bubbles/service-bubble/gmail.d.ts +532 -532
- package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
- package/dist/bubbles/service-bubble/google-drive.d.ts +66 -66
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/http.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/http.js +8 -1
- package/dist/bubbles/service-bubble/http.js.map +1 -1
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +38 -38
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +32 -32
- package/dist/bubbles/service-bubble/notion/notion.d.ts +492 -492
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/slack.d.ts +1158 -852
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +215 -0
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +71 -71
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +24 -24
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +288 -288
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +58 -58
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +30 -30
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +34 -34
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +108 -108
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +10 -10
- package/dist/bubbles.json +243 -13
- package/package.json +2 -2
|
@@ -146,16 +146,8 @@ 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
|
text: string | null;
|
|
151
|
-
|
|
152
|
-
viewCount: number | null;
|
|
153
|
-
retweetCount: number | null;
|
|
154
|
-
replyCount: number | null;
|
|
155
|
-
likeCount: number | null;
|
|
156
|
-
quoteCount: number | null;
|
|
157
|
-
bookmarkCount: number | null;
|
|
158
|
-
} | null;
|
|
150
|
+
url: string | null;
|
|
159
151
|
id: string | null;
|
|
160
152
|
entities: {
|
|
161
153
|
hashtags: string[] | null;
|
|
@@ -176,6 +168,14 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
176
168
|
tweetsCount: number | null;
|
|
177
169
|
createdAt: string | null;
|
|
178
170
|
} | null;
|
|
171
|
+
stats: {
|
|
172
|
+
viewCount: number | null;
|
|
173
|
+
retweetCount: number | null;
|
|
174
|
+
replyCount: number | null;
|
|
175
|
+
likeCount: number | null;
|
|
176
|
+
quoteCount: number | null;
|
|
177
|
+
bookmarkCount: number | null;
|
|
178
|
+
} | null;
|
|
179
179
|
media: {
|
|
180
180
|
type: string | null;
|
|
181
181
|
url: string | null;
|
|
@@ -189,16 +189,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
189
189
|
isQuote: boolean | null;
|
|
190
190
|
isReply: boolean | null;
|
|
191
191
|
}, {
|
|
192
|
-
url: string | null;
|
|
193
192
|
text: string | null;
|
|
194
|
-
|
|
195
|
-
viewCount: number | null;
|
|
196
|
-
retweetCount: number | null;
|
|
197
|
-
replyCount: number | null;
|
|
198
|
-
likeCount: number | null;
|
|
199
|
-
quoteCount: number | null;
|
|
200
|
-
bookmarkCount: number | null;
|
|
201
|
-
} | null;
|
|
193
|
+
url: string | null;
|
|
202
194
|
id: string | null;
|
|
203
195
|
entities: {
|
|
204
196
|
hashtags: string[] | null;
|
|
@@ -219,6 +211,14 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
219
211
|
tweetsCount: number | null;
|
|
220
212
|
createdAt: string | null;
|
|
221
213
|
} | null;
|
|
214
|
+
stats: {
|
|
215
|
+
viewCount: number | null;
|
|
216
|
+
retweetCount: number | null;
|
|
217
|
+
replyCount: number | null;
|
|
218
|
+
likeCount: number | null;
|
|
219
|
+
quoteCount: number | null;
|
|
220
|
+
bookmarkCount: number | null;
|
|
221
|
+
} | null;
|
|
222
222
|
media: {
|
|
223
223
|
type: string | null;
|
|
224
224
|
url: string | null;
|
|
@@ -366,16 +366,8 @@ 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
|
text: string | null;
|
|
371
|
-
|
|
372
|
-
viewCount: number | null;
|
|
373
|
-
retweetCount: number | null;
|
|
374
|
-
replyCount: number | null;
|
|
375
|
-
likeCount: number | null;
|
|
376
|
-
quoteCount: number | null;
|
|
377
|
-
bookmarkCount: number | null;
|
|
378
|
-
} | null;
|
|
370
|
+
url: string | null;
|
|
379
371
|
id: string | null;
|
|
380
372
|
entities: {
|
|
381
373
|
hashtags: string[] | null;
|
|
@@ -396,6 +388,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
396
388
|
tweetsCount: number | null;
|
|
397
389
|
createdAt: string | null;
|
|
398
390
|
} | null;
|
|
391
|
+
stats: {
|
|
392
|
+
viewCount: number | null;
|
|
393
|
+
retweetCount: number | null;
|
|
394
|
+
replyCount: number | null;
|
|
395
|
+
likeCount: number | null;
|
|
396
|
+
quoteCount: number | null;
|
|
397
|
+
bookmarkCount: number | null;
|
|
398
|
+
} | null;
|
|
399
399
|
media: {
|
|
400
400
|
type: string | null;
|
|
401
401
|
url: string | null;
|
|
@@ -409,16 +409,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
409
409
|
isQuote: boolean | null;
|
|
410
410
|
isReply: boolean | null;
|
|
411
411
|
}, {
|
|
412
|
-
url: string | null;
|
|
413
412
|
text: string | null;
|
|
414
|
-
|
|
415
|
-
viewCount: number | null;
|
|
416
|
-
retweetCount: number | null;
|
|
417
|
-
replyCount: number | null;
|
|
418
|
-
likeCount: number | null;
|
|
419
|
-
quoteCount: number | null;
|
|
420
|
-
bookmarkCount: number | null;
|
|
421
|
-
} | null;
|
|
413
|
+
url: string | null;
|
|
422
414
|
id: string | null;
|
|
423
415
|
entities: {
|
|
424
416
|
hashtags: string[] | null;
|
|
@@ -439,6 +431,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
439
431
|
tweetsCount: number | null;
|
|
440
432
|
createdAt: string | null;
|
|
441
433
|
} | null;
|
|
434
|
+
stats: {
|
|
435
|
+
viewCount: number | null;
|
|
436
|
+
retweetCount: number | null;
|
|
437
|
+
replyCount: number | null;
|
|
438
|
+
likeCount: number | null;
|
|
439
|
+
quoteCount: number | null;
|
|
440
|
+
bookmarkCount: number | null;
|
|
441
|
+
} | null;
|
|
442
442
|
media: {
|
|
443
443
|
type: string | null;
|
|
444
444
|
url: string | null;
|
|
@@ -456,20 +456,12 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
456
456
|
success: z.ZodBoolean;
|
|
457
457
|
error: z.ZodString;
|
|
458
458
|
}, "strip", z.ZodTypeAny, {
|
|
459
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
459
460
|
error: string;
|
|
460
461
|
success: boolean;
|
|
461
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
462
462
|
tweets: {
|
|
463
|
-
url: string | null;
|
|
464
463
|
text: string | null;
|
|
465
|
-
|
|
466
|
-
viewCount: number | null;
|
|
467
|
-
retweetCount: number | null;
|
|
468
|
-
replyCount: number | null;
|
|
469
|
-
likeCount: number | null;
|
|
470
|
-
quoteCount: number | null;
|
|
471
|
-
bookmarkCount: number | null;
|
|
472
|
-
} | null;
|
|
464
|
+
url: string | null;
|
|
473
465
|
id: string | null;
|
|
474
466
|
entities: {
|
|
475
467
|
hashtags: string[] | null;
|
|
@@ -490,6 +482,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
490
482
|
tweetsCount: number | null;
|
|
491
483
|
createdAt: string | null;
|
|
492
484
|
} | null;
|
|
485
|
+
stats: {
|
|
486
|
+
viewCount: number | null;
|
|
487
|
+
retweetCount: number | null;
|
|
488
|
+
replyCount: number | null;
|
|
489
|
+
likeCount: number | null;
|
|
490
|
+
quoteCount: number | null;
|
|
491
|
+
bookmarkCount: number | null;
|
|
492
|
+
} | null;
|
|
493
493
|
media: {
|
|
494
494
|
type: string | null;
|
|
495
495
|
url: string | null;
|
|
@@ -505,20 +505,12 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
505
505
|
}[];
|
|
506
506
|
totalTweets: number;
|
|
507
507
|
}, {
|
|
508
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
508
509
|
error: string;
|
|
509
510
|
success: boolean;
|
|
510
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
511
511
|
tweets: {
|
|
512
|
-
url: string | null;
|
|
513
512
|
text: string | null;
|
|
514
|
-
|
|
515
|
-
viewCount: number | null;
|
|
516
|
-
retweetCount: number | null;
|
|
517
|
-
replyCount: number | null;
|
|
518
|
-
likeCount: number | null;
|
|
519
|
-
quoteCount: number | null;
|
|
520
|
-
bookmarkCount: number | null;
|
|
521
|
-
} | null;
|
|
513
|
+
url: string | null;
|
|
522
514
|
id: string | null;
|
|
523
515
|
entities: {
|
|
524
516
|
hashtags: string[] | null;
|
|
@@ -539,6 +531,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
539
531
|
tweetsCount: number | null;
|
|
540
532
|
createdAt: string | null;
|
|
541
533
|
} | null;
|
|
534
|
+
stats: {
|
|
535
|
+
viewCount: number | null;
|
|
536
|
+
retweetCount: number | null;
|
|
537
|
+
replyCount: number | null;
|
|
538
|
+
likeCount: number | null;
|
|
539
|
+
quoteCount: number | null;
|
|
540
|
+
bookmarkCount: number | null;
|
|
541
|
+
} | null;
|
|
542
542
|
media: {
|
|
543
543
|
type: string | null;
|
|
544
544
|
url: string | null;
|
|
@@ -712,16 +712,8 @@ 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
|
text: string | null;
|
|
717
|
-
|
|
718
|
-
viewCount: number | null;
|
|
719
|
-
retweetCount: number | null;
|
|
720
|
-
replyCount: number | null;
|
|
721
|
-
likeCount: number | null;
|
|
722
|
-
quoteCount: number | null;
|
|
723
|
-
bookmarkCount: number | null;
|
|
724
|
-
} | null;
|
|
716
|
+
url: string | null;
|
|
725
717
|
id: string | null;
|
|
726
718
|
entities: {
|
|
727
719
|
hashtags: string[] | null;
|
|
@@ -742,6 +734,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
742
734
|
tweetsCount: number | null;
|
|
743
735
|
createdAt: string | null;
|
|
744
736
|
} | null;
|
|
737
|
+
stats: {
|
|
738
|
+
viewCount: number | null;
|
|
739
|
+
retweetCount: number | null;
|
|
740
|
+
replyCount: number | null;
|
|
741
|
+
likeCount: number | null;
|
|
742
|
+
quoteCount: number | null;
|
|
743
|
+
bookmarkCount: number | null;
|
|
744
|
+
} | null;
|
|
745
745
|
media: {
|
|
746
746
|
type: string | null;
|
|
747
747
|
url: string | null;
|
|
@@ -755,16 +755,8 @@ 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
|
text: string | null;
|
|
760
|
-
|
|
761
|
-
viewCount: number | null;
|
|
762
|
-
retweetCount: number | null;
|
|
763
|
-
replyCount: number | null;
|
|
764
|
-
likeCount: number | null;
|
|
765
|
-
quoteCount: number | null;
|
|
766
|
-
bookmarkCount: number | null;
|
|
767
|
-
} | null;
|
|
759
|
+
url: string | null;
|
|
768
760
|
id: string | null;
|
|
769
761
|
entities: {
|
|
770
762
|
hashtags: string[] | null;
|
|
@@ -785,6 +777,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
785
777
|
tweetsCount: number | null;
|
|
786
778
|
createdAt: string | null;
|
|
787
779
|
} | null;
|
|
780
|
+
stats: {
|
|
781
|
+
viewCount: number | null;
|
|
782
|
+
retweetCount: number | null;
|
|
783
|
+
replyCount: number | null;
|
|
784
|
+
likeCount: number | null;
|
|
785
|
+
quoteCount: number | null;
|
|
786
|
+
bookmarkCount: number | null;
|
|
787
|
+
} | null;
|
|
788
788
|
media: {
|
|
789
789
|
type: string | null;
|
|
790
790
|
url: string | null;
|
|
@@ -802,20 +802,12 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
802
802
|
success: z.ZodBoolean;
|
|
803
803
|
error: z.ZodString;
|
|
804
804
|
}, "strip", z.ZodTypeAny, {
|
|
805
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
805
806
|
error: string;
|
|
806
807
|
success: boolean;
|
|
807
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
808
808
|
tweets: {
|
|
809
|
-
url: string | null;
|
|
810
809
|
text: string | null;
|
|
811
|
-
|
|
812
|
-
viewCount: number | null;
|
|
813
|
-
retweetCount: number | null;
|
|
814
|
-
replyCount: number | null;
|
|
815
|
-
likeCount: number | null;
|
|
816
|
-
quoteCount: number | null;
|
|
817
|
-
bookmarkCount: number | null;
|
|
818
|
-
} | null;
|
|
810
|
+
url: string | null;
|
|
819
811
|
id: string | null;
|
|
820
812
|
entities: {
|
|
821
813
|
hashtags: string[] | null;
|
|
@@ -836,6 +828,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
836
828
|
tweetsCount: number | null;
|
|
837
829
|
createdAt: string | null;
|
|
838
830
|
} | null;
|
|
831
|
+
stats: {
|
|
832
|
+
viewCount: number | null;
|
|
833
|
+
retweetCount: number | null;
|
|
834
|
+
replyCount: number | null;
|
|
835
|
+
likeCount: number | null;
|
|
836
|
+
quoteCount: number | null;
|
|
837
|
+
bookmarkCount: number | null;
|
|
838
|
+
} | null;
|
|
839
839
|
media: {
|
|
840
840
|
type: string | null;
|
|
841
841
|
url: string | null;
|
|
@@ -851,20 +851,12 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
851
851
|
}[];
|
|
852
852
|
totalTweets: number;
|
|
853
853
|
}, {
|
|
854
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
854
855
|
error: string;
|
|
855
856
|
success: boolean;
|
|
856
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
857
857
|
tweets: {
|
|
858
|
-
url: string | null;
|
|
859
858
|
text: string | null;
|
|
860
|
-
|
|
861
|
-
viewCount: number | null;
|
|
862
|
-
retweetCount: number | null;
|
|
863
|
-
replyCount: number | null;
|
|
864
|
-
likeCount: number | null;
|
|
865
|
-
quoteCount: number | null;
|
|
866
|
-
bookmarkCount: number | null;
|
|
867
|
-
} | null;
|
|
859
|
+
url: string | null;
|
|
868
860
|
id: string | null;
|
|
869
861
|
entities: {
|
|
870
862
|
hashtags: string[] | null;
|
|
@@ -885,6 +877,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
885
877
|
tweetsCount: number | null;
|
|
886
878
|
createdAt: string | null;
|
|
887
879
|
} | null;
|
|
880
|
+
stats: {
|
|
881
|
+
viewCount: number | null;
|
|
882
|
+
retweetCount: number | null;
|
|
883
|
+
replyCount: number | null;
|
|
884
|
+
likeCount: number | null;
|
|
885
|
+
quoteCount: number | null;
|
|
886
|
+
bookmarkCount: number | null;
|
|
887
|
+
} | null;
|
|
888
888
|
media: {
|
|
889
889
|
type: string | null;
|
|
890
890
|
url: string | null;
|
|
@@ -9,8 +9,8 @@ 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;
|
|
@@ -78,8 +78,8 @@ 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;
|
|
@@ -50,12 +50,12 @@ declare const YouTubeTranscriptSegmentSchema: z.ZodObject<{
|
|
|
50
50
|
duration: z.ZodNullable<z.ZodString>;
|
|
51
51
|
text: z.ZodNullable<z.ZodString>;
|
|
52
52
|
}, "strip", z.ZodTypeAny, {
|
|
53
|
-
duration: string | null;
|
|
54
53
|
text: string | null;
|
|
54
|
+
duration: string | null;
|
|
55
55
|
start: string | null;
|
|
56
56
|
}, {
|
|
57
|
-
duration: string | null;
|
|
58
57
|
text: string | null;
|
|
58
|
+
duration: string | null;
|
|
59
59
|
start: string | null;
|
|
60
60
|
}>;
|
|
61
61
|
declare const YouTubeToolParamsSchema: z.ZodObject<{
|
|
@@ -136,12 +136,12 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
136
136
|
duration: z.ZodNullable<z.ZodString>;
|
|
137
137
|
text: z.ZodNullable<z.ZodString>;
|
|
138
138
|
}, "strip", z.ZodTypeAny, {
|
|
139
|
-
duration: string | null;
|
|
140
139
|
text: string | null;
|
|
140
|
+
duration: string | null;
|
|
141
141
|
start: string | null;
|
|
142
142
|
}, {
|
|
143
|
-
duration: string | null;
|
|
144
143
|
text: string | null;
|
|
144
|
+
duration: string | null;
|
|
145
145
|
start: string | null;
|
|
146
146
|
}>, "many">>;
|
|
147
147
|
fullTranscriptText: z.ZodOptional<z.ZodString>;
|
|
@@ -149,9 +149,9 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
149
149
|
success: z.ZodBoolean;
|
|
150
150
|
error: z.ZodString;
|
|
151
151
|
}, "strip", z.ZodTypeAny, {
|
|
152
|
+
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
152
153
|
error: string;
|
|
153
154
|
success: boolean;
|
|
154
|
-
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
155
155
|
totalResults: number;
|
|
156
156
|
videos?: {
|
|
157
157
|
description: string | null;
|
|
@@ -169,15 +169,15 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
169
169
|
subscribers: number | null;
|
|
170
170
|
}[] | undefined;
|
|
171
171
|
transcript?: {
|
|
172
|
-
duration: string | null;
|
|
173
172
|
text: string | null;
|
|
173
|
+
duration: string | null;
|
|
174
174
|
start: string | null;
|
|
175
175
|
}[] | undefined;
|
|
176
176
|
fullTranscriptText?: string | undefined;
|
|
177
177
|
}, {
|
|
178
|
+
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
178
179
|
error: string;
|
|
179
180
|
success: boolean;
|
|
180
|
-
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
181
181
|
totalResults: number;
|
|
182
182
|
videos?: {
|
|
183
183
|
description: string | null;
|
|
@@ -195,8 +195,8 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
195
195
|
subscribers: number | null;
|
|
196
196
|
}[] | undefined;
|
|
197
197
|
transcript?: {
|
|
198
|
-
duration: string | null;
|
|
199
198
|
text: string | null;
|
|
199
|
+
duration: string | null;
|
|
200
200
|
start: string | null;
|
|
201
201
|
}[] | undefined;
|
|
202
202
|
fullTranscriptText?: string | undefined;
|
|
@@ -294,12 +294,12 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
294
294
|
duration: z.ZodNullable<z.ZodString>;
|
|
295
295
|
text: z.ZodNullable<z.ZodString>;
|
|
296
296
|
}, "strip", z.ZodTypeAny, {
|
|
297
|
-
duration: string | null;
|
|
298
297
|
text: string | null;
|
|
298
|
+
duration: string | null;
|
|
299
299
|
start: string | null;
|
|
300
300
|
}, {
|
|
301
|
-
duration: string | null;
|
|
302
301
|
text: string | null;
|
|
302
|
+
duration: string | null;
|
|
303
303
|
start: string | null;
|
|
304
304
|
}>, "many">>;
|
|
305
305
|
fullTranscriptText: z.ZodOptional<z.ZodString>;
|
|
@@ -307,9 +307,9 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
307
307
|
success: z.ZodBoolean;
|
|
308
308
|
error: z.ZodString;
|
|
309
309
|
}, "strip", z.ZodTypeAny, {
|
|
310
|
+
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
310
311
|
error: string;
|
|
311
312
|
success: boolean;
|
|
312
|
-
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
313
313
|
totalResults: number;
|
|
314
314
|
videos?: {
|
|
315
315
|
description: string | null;
|
|
@@ -327,15 +327,15 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
327
327
|
subscribers: number | null;
|
|
328
328
|
}[] | undefined;
|
|
329
329
|
transcript?: {
|
|
330
|
-
duration: string | null;
|
|
331
330
|
text: string | null;
|
|
331
|
+
duration: string | null;
|
|
332
332
|
start: string | null;
|
|
333
333
|
}[] | undefined;
|
|
334
334
|
fullTranscriptText?: string | undefined;
|
|
335
335
|
}, {
|
|
336
|
+
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
336
337
|
error: string;
|
|
337
338
|
success: boolean;
|
|
338
|
-
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
339
339
|
totalResults: number;
|
|
340
340
|
videos?: {
|
|
341
341
|
description: string | null;
|
|
@@ -353,8 +353,8 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
353
353
|
subscribers: number | null;
|
|
354
354
|
}[] | undefined;
|
|
355
355
|
transcript?: {
|
|
356
|
-
duration: string | null;
|
|
357
356
|
text: string | null;
|
|
357
|
+
duration: string | null;
|
|
358
358
|
start: string | null;
|
|
359
359
|
}[] | undefined;
|
|
360
360
|
fullTranscriptText?: string | undefined;
|