@bubblelab/bubble-core 0.1.96 → 0.1.97
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 +66 -66
- package/dist/bubbles/service-bubble/agi-inc.d.ts +68 -68
- package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
- package/dist/bubbles/service-bubble/airtable.d.ts +108 -108
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +25 -25
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +172 -172
- 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/github.d.ts +148 -148
- package/dist/bubbles/service-bubble/gmail.d.ts +138 -138
- package/dist/bubbles/service-bubble/gmail.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/gmail.js +10 -4
- package/dist/bubbles/service-bubble/gmail.js.map +1 -1
- package/dist/bubbles/service-bubble/google-calendar.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-drive.d.ts +100 -100
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +10 -10
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +29 -29
- package/dist/bubbles/service-bubble/notion/notion.d.ts +72 -72
- package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
- package/dist/bubbles/service-bubble/resend.d.ts +26 -26
- package/dist/bubbles/service-bubble/slack/slack.d.ts +218 -218
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +62 -62
- package/dist/bubbles/service-bubble/telegram.d.ts +56 -56
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
- 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 +4 -4
- 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-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +26 -26
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
- package/dist/bubbles.json +6 -6
- package/package.json +2 -2
|
@@ -98,8 +98,8 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
98
98
|
name: string | null;
|
|
99
99
|
}>, "many">>;
|
|
100
100
|
}, "strip", z.ZodTypeAny, {
|
|
101
|
-
text: string | null;
|
|
102
101
|
id: string | null;
|
|
102
|
+
text: string | null;
|
|
103
103
|
hashtags: {
|
|
104
104
|
name: string | null;
|
|
105
105
|
}[] | null;
|
|
@@ -128,8 +128,8 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
128
128
|
webVideoUrl: string | null;
|
|
129
129
|
covers: string[] | null;
|
|
130
130
|
}, {
|
|
131
|
-
text: string | null;
|
|
132
131
|
id: string | null;
|
|
132
|
+
text: string | null;
|
|
133
133
|
hashtags: {
|
|
134
134
|
name: string | null;
|
|
135
135
|
}[] | null;
|
|
@@ -162,12 +162,12 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
162
162
|
success: z.ZodBoolean;
|
|
163
163
|
error: z.ZodString;
|
|
164
164
|
}, "strip", z.ZodTypeAny, {
|
|
165
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
165
166
|
success: boolean;
|
|
166
167
|
error: string;
|
|
167
|
-
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
168
168
|
videos: {
|
|
169
|
-
text: string | null;
|
|
170
169
|
id: string | null;
|
|
170
|
+
text: string | null;
|
|
171
171
|
hashtags: {
|
|
172
172
|
name: string | null;
|
|
173
173
|
}[] | null;
|
|
@@ -198,12 +198,12 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
198
198
|
}[];
|
|
199
199
|
totalVideos: number;
|
|
200
200
|
}, {
|
|
201
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
201
202
|
success: boolean;
|
|
202
203
|
error: string;
|
|
203
|
-
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
204
204
|
videos: {
|
|
205
|
-
text: string | null;
|
|
206
205
|
id: string | null;
|
|
206
|
+
text: string | null;
|
|
207
207
|
hashtags: {
|
|
208
208
|
name: string | null;
|
|
209
209
|
}[] | null;
|
|
@@ -335,8 +335,8 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
335
335
|
name: string | null;
|
|
336
336
|
}>, "many">>;
|
|
337
337
|
}, "strip", z.ZodTypeAny, {
|
|
338
|
-
text: string | null;
|
|
339
338
|
id: string | null;
|
|
339
|
+
text: string | null;
|
|
340
340
|
hashtags: {
|
|
341
341
|
name: string | null;
|
|
342
342
|
}[] | null;
|
|
@@ -365,8 +365,8 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
365
365
|
webVideoUrl: string | null;
|
|
366
366
|
covers: string[] | null;
|
|
367
367
|
}, {
|
|
368
|
-
text: string | null;
|
|
369
368
|
id: string | null;
|
|
369
|
+
text: string | null;
|
|
370
370
|
hashtags: {
|
|
371
371
|
name: string | null;
|
|
372
372
|
}[] | null;
|
|
@@ -399,12 +399,12 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
399
399
|
success: z.ZodBoolean;
|
|
400
400
|
error: z.ZodString;
|
|
401
401
|
}, "strip", z.ZodTypeAny, {
|
|
402
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
402
403
|
success: boolean;
|
|
403
404
|
error: string;
|
|
404
|
-
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
405
405
|
videos: {
|
|
406
|
-
text: string | null;
|
|
407
406
|
id: string | null;
|
|
407
|
+
text: string | null;
|
|
408
408
|
hashtags: {
|
|
409
409
|
name: string | null;
|
|
410
410
|
}[] | null;
|
|
@@ -435,12 +435,12 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
435
435
|
}[];
|
|
436
436
|
totalVideos: number;
|
|
437
437
|
}, {
|
|
438
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
438
439
|
success: boolean;
|
|
439
440
|
error: string;
|
|
440
|
-
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
441
441
|
videos: {
|
|
442
|
-
text: string | null;
|
|
443
442
|
id: string | null;
|
|
443
|
+
text: string | null;
|
|
444
444
|
hashtags: {
|
|
445
445
|
name: string | null;
|
|
446
446
|
}[] | null;
|
|
@@ -99,20 +99,20 @@ declare const MyCustomToolResultSchema: z.ZodObject<{
|
|
|
99
99
|
success: z.ZodBoolean;
|
|
100
100
|
error: z.ZodString;
|
|
101
101
|
}, "strip", z.ZodTypeAny, {
|
|
102
|
-
success: boolean;
|
|
103
|
-
error: string;
|
|
104
102
|
metadata: {
|
|
105
103
|
processedAt: string;
|
|
106
104
|
itemsProcessed: number;
|
|
107
105
|
};
|
|
108
|
-
processedData: string;
|
|
109
|
-
}, {
|
|
110
106
|
success: boolean;
|
|
111
107
|
error: string;
|
|
108
|
+
processedData: string;
|
|
109
|
+
}, {
|
|
112
110
|
metadata: {
|
|
113
111
|
processedAt: string;
|
|
114
112
|
itemsProcessed: number;
|
|
115
113
|
};
|
|
114
|
+
success: boolean;
|
|
115
|
+
error: string;
|
|
116
116
|
processedData: string;
|
|
117
117
|
}>;
|
|
118
118
|
/**
|
|
@@ -172,20 +172,20 @@ export declare class MyCustomTool extends ToolBubble<MyCustomToolParams, MyCusto
|
|
|
172
172
|
success: z.ZodBoolean;
|
|
173
173
|
error: z.ZodString;
|
|
174
174
|
}, "strip", z.ZodTypeAny, {
|
|
175
|
-
success: boolean;
|
|
176
|
-
error: string;
|
|
177
175
|
metadata: {
|
|
178
176
|
processedAt: string;
|
|
179
177
|
itemsProcessed: number;
|
|
180
178
|
};
|
|
181
|
-
processedData: string;
|
|
182
|
-
}, {
|
|
183
179
|
success: boolean;
|
|
184
180
|
error: string;
|
|
181
|
+
processedData: string;
|
|
182
|
+
}, {
|
|
185
183
|
metadata: {
|
|
186
184
|
processedAt: string;
|
|
187
185
|
itemsProcessed: number;
|
|
188
186
|
};
|
|
187
|
+
success: boolean;
|
|
188
|
+
error: string;
|
|
189
189
|
processedData: string;
|
|
190
190
|
}>;
|
|
191
191
|
static readonly shortDescription = "Brief description of what your tool does";
|
|
@@ -147,8 +147,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
147
147
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
149
149
|
url: string | null;
|
|
150
|
-
text: string | null;
|
|
151
150
|
id: string | null;
|
|
151
|
+
text: string | null;
|
|
152
152
|
author: {
|
|
153
153
|
description: string | null;
|
|
154
154
|
name: string | null;
|
|
@@ -190,8 +190,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
190
190
|
isReply: boolean | null;
|
|
191
191
|
}, {
|
|
192
192
|
url: string | null;
|
|
193
|
-
text: string | null;
|
|
194
193
|
id: string | null;
|
|
194
|
+
text: string | null;
|
|
195
195
|
author: {
|
|
196
196
|
description: string | null;
|
|
197
197
|
name: string | null;
|
|
@@ -367,8 +367,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
367
367
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
368
368
|
}, "strip", z.ZodTypeAny, {
|
|
369
369
|
url: string | null;
|
|
370
|
-
text: string | null;
|
|
371
370
|
id: string | null;
|
|
371
|
+
text: string | null;
|
|
372
372
|
author: {
|
|
373
373
|
description: string | null;
|
|
374
374
|
name: string | null;
|
|
@@ -410,8 +410,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
410
410
|
isReply: boolean | null;
|
|
411
411
|
}, {
|
|
412
412
|
url: string | null;
|
|
413
|
-
text: string | null;
|
|
414
413
|
id: string | null;
|
|
414
|
+
text: string | null;
|
|
415
415
|
author: {
|
|
416
416
|
description: string | null;
|
|
417
417
|
name: string | null;
|
|
@@ -456,13 +456,13 @@ 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
|
success: boolean;
|
|
460
461
|
error: string;
|
|
461
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
462
462
|
tweets: {
|
|
463
463
|
url: string | null;
|
|
464
|
-
text: string | null;
|
|
465
464
|
id: string | null;
|
|
465
|
+
text: string | null;
|
|
466
466
|
author: {
|
|
467
467
|
description: string | null;
|
|
468
468
|
name: string | null;
|
|
@@ -505,13 +505,13 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
505
505
|
}[];
|
|
506
506
|
totalTweets: number;
|
|
507
507
|
}, {
|
|
508
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
508
509
|
success: boolean;
|
|
509
510
|
error: string;
|
|
510
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
511
511
|
tweets: {
|
|
512
512
|
url: string | null;
|
|
513
|
-
text: string | null;
|
|
514
513
|
id: string | null;
|
|
514
|
+
text: string | null;
|
|
515
515
|
author: {
|
|
516
516
|
description: string | null;
|
|
517
517
|
name: string | null;
|
|
@@ -713,8 +713,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
713
713
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
714
714
|
}, "strip", z.ZodTypeAny, {
|
|
715
715
|
url: string | null;
|
|
716
|
-
text: string | null;
|
|
717
716
|
id: string | null;
|
|
717
|
+
text: string | null;
|
|
718
718
|
author: {
|
|
719
719
|
description: string | null;
|
|
720
720
|
name: string | null;
|
|
@@ -756,8 +756,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
756
756
|
isReply: boolean | null;
|
|
757
757
|
}, {
|
|
758
758
|
url: string | null;
|
|
759
|
-
text: string | null;
|
|
760
759
|
id: string | null;
|
|
760
|
+
text: string | null;
|
|
761
761
|
author: {
|
|
762
762
|
description: string | null;
|
|
763
763
|
name: string | null;
|
|
@@ -802,13 +802,13 @@ 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
|
success: boolean;
|
|
806
807
|
error: string;
|
|
807
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
808
808
|
tweets: {
|
|
809
809
|
url: string | null;
|
|
810
|
-
text: string | null;
|
|
811
810
|
id: string | null;
|
|
811
|
+
text: string | null;
|
|
812
812
|
author: {
|
|
813
813
|
description: string | null;
|
|
814
814
|
name: string | null;
|
|
@@ -851,13 +851,13 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
851
851
|
}[];
|
|
852
852
|
totalTweets: number;
|
|
853
853
|
}, {
|
|
854
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
854
855
|
success: boolean;
|
|
855
856
|
error: string;
|
|
856
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
857
857
|
tweets: {
|
|
858
858
|
url: string | null;
|
|
859
|
-
text: string | null;
|
|
860
859
|
id: string | null;
|
|
860
|
+
text: string | null;
|
|
861
861
|
author: {
|
|
862
862
|
description: string | null;
|
|
863
863
|
name: string | null;
|
|
@@ -42,9 +42,9 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
|
|
|
42
42
|
success: z.ZodBoolean;
|
|
43
43
|
error: z.ZodString;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
|
+
query: string;
|
|
45
46
|
success: boolean;
|
|
46
47
|
error: string;
|
|
47
|
-
query: string;
|
|
48
48
|
results: {
|
|
49
49
|
title: string;
|
|
50
50
|
content: string;
|
|
@@ -54,9 +54,9 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
|
|
|
54
54
|
searchEngine: string;
|
|
55
55
|
creditsUsed: number;
|
|
56
56
|
}, {
|
|
57
|
+
query: string;
|
|
57
58
|
success: boolean;
|
|
58
59
|
error: string;
|
|
59
|
-
query: string;
|
|
60
60
|
results: {
|
|
61
61
|
title: string;
|
|
62
62
|
content: string;
|
|
@@ -111,9 +111,9 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
|
|
|
111
111
|
success: z.ZodBoolean;
|
|
112
112
|
error: z.ZodString;
|
|
113
113
|
}, "strip", z.ZodTypeAny, {
|
|
114
|
+
query: string;
|
|
114
115
|
success: boolean;
|
|
115
116
|
error: string;
|
|
116
|
-
query: string;
|
|
117
117
|
results: {
|
|
118
118
|
title: string;
|
|
119
119
|
content: string;
|
|
@@ -123,9 +123,9 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
|
|
|
123
123
|
searchEngine: string;
|
|
124
124
|
creditsUsed: number;
|
|
125
125
|
}, {
|
|
126
|
+
query: string;
|
|
126
127
|
success: boolean;
|
|
127
128
|
error: string;
|
|
128
|
-
query: string;
|
|
129
129
|
results: {
|
|
130
130
|
title: string;
|
|
131
131
|
content: string;
|
|
@@ -70,18 +70,18 @@ declare const YouTubeToolParamsSchema: z.ZodObject<{
|
|
|
70
70
|
}, "strip", z.ZodTypeAny, {
|
|
71
71
|
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
72
72
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
73
|
+
maxResults?: number | undefined;
|
|
73
74
|
videoUrl?: string | undefined;
|
|
74
75
|
searchQueries?: string[] | undefined;
|
|
75
|
-
maxResults?: number | undefined;
|
|
76
76
|
channelUrl?: string | undefined;
|
|
77
77
|
videoUrls?: string[] | undefined;
|
|
78
78
|
includeShorts?: boolean | undefined;
|
|
79
79
|
}, {
|
|
80
80
|
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
81
81
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
82
|
+
maxResults?: number | undefined;
|
|
82
83
|
videoUrl?: string | undefined;
|
|
83
84
|
searchQueries?: string[] | undefined;
|
|
84
|
-
maxResults?: number | undefined;
|
|
85
85
|
channelUrl?: string | undefined;
|
|
86
86
|
videoUrls?: string[] | undefined;
|
|
87
87
|
includeShorts?: boolean | undefined;
|
|
@@ -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
|
success: boolean;
|
|
153
154
|
error: string;
|
|
154
|
-
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
155
155
|
totalResults: number;
|
|
156
156
|
videos?: {
|
|
157
157
|
description: string | null;
|
|
@@ -175,9 +175,9 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
175
175
|
}[] | undefined;
|
|
176
176
|
fullTranscriptText?: string | undefined;
|
|
177
177
|
}, {
|
|
178
|
+
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
178
179
|
success: boolean;
|
|
179
180
|
error: string;
|
|
180
|
-
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
181
181
|
totalResults: number;
|
|
182
182
|
videos?: {
|
|
183
183
|
description: string | null;
|
|
@@ -228,18 +228,18 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
228
228
|
}, "strip", z.ZodTypeAny, {
|
|
229
229
|
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
230
230
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
231
|
+
maxResults?: number | undefined;
|
|
231
232
|
videoUrl?: string | undefined;
|
|
232
233
|
searchQueries?: string[] | undefined;
|
|
233
|
-
maxResults?: number | undefined;
|
|
234
234
|
channelUrl?: string | undefined;
|
|
235
235
|
videoUrls?: string[] | undefined;
|
|
236
236
|
includeShorts?: boolean | undefined;
|
|
237
237
|
}, {
|
|
238
238
|
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
239
239
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
240
|
+
maxResults?: number | undefined;
|
|
240
241
|
videoUrl?: string | undefined;
|
|
241
242
|
searchQueries?: string[] | undefined;
|
|
242
|
-
maxResults?: number | undefined;
|
|
243
243
|
channelUrl?: string | undefined;
|
|
244
244
|
videoUrls?: string[] | undefined;
|
|
245
245
|
includeShorts?: boolean | undefined;
|
|
@@ -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
|
success: boolean;
|
|
311
312
|
error: string;
|
|
312
|
-
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
313
313
|
totalResults: number;
|
|
314
314
|
videos?: {
|
|
315
315
|
description: string | null;
|
|
@@ -333,9 +333,9 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
333
333
|
}[] | undefined;
|
|
334
334
|
fullTranscriptText?: string | undefined;
|
|
335
335
|
}, {
|
|
336
|
+
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
336
337
|
success: boolean;
|
|
337
338
|
error: string;
|
|
338
|
-
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
339
339
|
totalResults: number;
|
|
340
340
|
videos?: {
|
|
341
341
|
description: string | null;
|
|
@@ -213,9 +213,6 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
213
213
|
success: z.ZodBoolean;
|
|
214
214
|
error: z.ZodString;
|
|
215
215
|
}, "strip", z.ZodTypeAny, {
|
|
216
|
-
success: boolean;
|
|
217
|
-
error: string;
|
|
218
|
-
rows: Record<string, string | number | boolean | null>[];
|
|
219
216
|
metadata: {
|
|
220
217
|
processingTime: number;
|
|
221
218
|
totalDocuments: number;
|
|
@@ -223,6 +220,9 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
223
220
|
totalColumns: number;
|
|
224
221
|
extractedFrom: string[];
|
|
225
222
|
};
|
|
223
|
+
success: boolean;
|
|
224
|
+
error: string;
|
|
225
|
+
rows: Record<string, string | number | boolean | null>[];
|
|
226
226
|
aiAnalysis: {
|
|
227
227
|
model: string;
|
|
228
228
|
iterations: number;
|
|
@@ -239,9 +239,6 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
239
239
|
csv?: string | undefined;
|
|
240
240
|
};
|
|
241
241
|
}, {
|
|
242
|
-
success: boolean;
|
|
243
|
-
error: string;
|
|
244
|
-
rows: Record<string, string | number | boolean | null>[];
|
|
245
242
|
metadata: {
|
|
246
243
|
processingTime: number;
|
|
247
244
|
totalDocuments: number;
|
|
@@ -249,6 +246,9 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
249
246
|
totalColumns: number;
|
|
250
247
|
extractedFrom: string[];
|
|
251
248
|
};
|
|
249
|
+
success: boolean;
|
|
250
|
+
error: string;
|
|
251
|
+
rows: Record<string, string | number | boolean | null>[];
|
|
252
252
|
aiAnalysis: {
|
|
253
253
|
model: string;
|
|
254
254
|
iterations: number;
|
|
@@ -465,9 +465,6 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
|
|
|
465
465
|
success: z.ZodBoolean;
|
|
466
466
|
error: z.ZodString;
|
|
467
467
|
}, "strip", z.ZodTypeAny, {
|
|
468
|
-
success: boolean;
|
|
469
|
-
error: string;
|
|
470
|
-
rows: Record<string, string | number | boolean | null>[];
|
|
471
468
|
metadata: {
|
|
472
469
|
processingTime: number;
|
|
473
470
|
totalDocuments: number;
|
|
@@ -475,6 +472,9 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
|
|
|
475
472
|
totalColumns: number;
|
|
476
473
|
extractedFrom: string[];
|
|
477
474
|
};
|
|
475
|
+
success: boolean;
|
|
476
|
+
error: string;
|
|
477
|
+
rows: Record<string, string | number | boolean | null>[];
|
|
478
478
|
aiAnalysis: {
|
|
479
479
|
model: string;
|
|
480
480
|
iterations: number;
|
|
@@ -491,9 +491,6 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
|
|
|
491
491
|
csv?: string | undefined;
|
|
492
492
|
};
|
|
493
493
|
}, {
|
|
494
|
-
success: boolean;
|
|
495
|
-
error: string;
|
|
496
|
-
rows: Record<string, string | number | boolean | null>[];
|
|
497
494
|
metadata: {
|
|
498
495
|
processingTime: number;
|
|
499
496
|
totalDocuments: number;
|
|
@@ -501,6 +498,9 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
|
|
|
501
498
|
totalColumns: number;
|
|
502
499
|
extractedFrom: string[];
|
|
503
500
|
};
|
|
501
|
+
success: boolean;
|
|
502
|
+
error: string;
|
|
503
|
+
rows: Record<string, string | number | boolean | null>[];
|
|
504
504
|
aiAnalysis: {
|
|
505
505
|
model: string;
|
|
506
506
|
iterations: number;
|
|
@@ -269,8 +269,6 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
269
269
|
success: z.ZodBoolean;
|
|
270
270
|
error: z.ZodString;
|
|
271
271
|
}, "strip", z.ZodTypeAny, {
|
|
272
|
-
success: boolean;
|
|
273
|
-
error: string;
|
|
274
272
|
metadata: {
|
|
275
273
|
totalPages: number;
|
|
276
274
|
processingTime: number;
|
|
@@ -279,6 +277,8 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
279
277
|
imageFormat: string;
|
|
280
278
|
imageDpi: number;
|
|
281
279
|
};
|
|
280
|
+
success: boolean;
|
|
281
|
+
error: string;
|
|
282
282
|
pages: {
|
|
283
283
|
pageNumber: number;
|
|
284
284
|
markdown: string;
|
|
@@ -305,8 +305,6 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
305
305
|
fileUrl?: string | undefined;
|
|
306
306
|
}[] | undefined;
|
|
307
307
|
}, {
|
|
308
|
-
success: boolean;
|
|
309
|
-
error: string;
|
|
310
308
|
metadata: {
|
|
311
309
|
totalPages: number;
|
|
312
310
|
processingTime: number;
|
|
@@ -315,6 +313,8 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
315
313
|
imageFormat: string;
|
|
316
314
|
imageDpi: number;
|
|
317
315
|
};
|
|
316
|
+
success: boolean;
|
|
317
|
+
error: string;
|
|
318
318
|
pages: {
|
|
319
319
|
pageNumber: number;
|
|
320
320
|
markdown: string;
|
|
@@ -597,8 +597,6 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
|
|
|
597
597
|
success: z.ZodBoolean;
|
|
598
598
|
error: z.ZodString;
|
|
599
599
|
}, "strip", z.ZodTypeAny, {
|
|
600
|
-
success: boolean;
|
|
601
|
-
error: string;
|
|
602
600
|
metadata: {
|
|
603
601
|
totalPages: number;
|
|
604
602
|
processingTime: number;
|
|
@@ -607,6 +605,8 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
|
|
|
607
605
|
imageFormat: string;
|
|
608
606
|
imageDpi: number;
|
|
609
607
|
};
|
|
608
|
+
success: boolean;
|
|
609
|
+
error: string;
|
|
610
610
|
pages: {
|
|
611
611
|
pageNumber: number;
|
|
612
612
|
markdown: string;
|
|
@@ -633,8 +633,6 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
|
|
|
633
633
|
fileUrl?: string | undefined;
|
|
634
634
|
}[] | undefined;
|
|
635
635
|
}, {
|
|
636
|
-
success: boolean;
|
|
637
|
-
error: string;
|
|
638
636
|
metadata: {
|
|
639
637
|
totalPages: number;
|
|
640
638
|
processingTime: number;
|
|
@@ -643,6 +641,8 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
|
|
|
643
641
|
imageFormat: string;
|
|
644
642
|
imageDpi: number;
|
|
645
643
|
};
|
|
644
|
+
success: boolean;
|
|
645
|
+
error: string;
|
|
646
646
|
pages: {
|
|
647
647
|
pageNumber: number;
|
|
648
648
|
markdown: string;
|