@bubblelab/bubble-core 0.1.53 → 0.1.55
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 +110 -110
- package/dist/bubbles/service-bubble/agi-inc.d.ts +172 -172
- package/dist/bubbles/service-bubble/ai-agent.d.ts +66 -66
- package/dist/bubbles/service-bubble/airtable.d.ts +228 -228
- package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +202 -202
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +26 -26
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +758 -758
- package/dist/bubbles/service-bubble/followupboss.d.ts +436 -436
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +281 -281
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
- package/dist/bubbles/service-bubble/github.d.ts +248 -248
- package/dist/bubbles/service-bubble/gmail.d.ts +659 -659
- package/dist/bubbles/service-bubble/google-calendar.d.ts +60 -60
- package/dist/bubbles/service-bubble/google-drive.d.ts +144 -144
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +81 -81
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
- package/dist/bubbles/service-bubble/notion/notion.d.ts +2219 -2219
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +44 -44
- package/dist/bubbles/service-bubble/slack/slack.d.ts +615 -615
- package/dist/bubbles/service-bubble/storage.d.ts +60 -60
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +158 -158
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +170 -170
- package/dist/bubbles/service-bubble/telegram.d.ts +1742 -1742
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +144 -144
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +148 -148
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +164 -164
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +104 -104
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +30 -30
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +162 -162
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -39,10 +39,10 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
|
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
40
|
format: string;
|
|
41
41
|
title: string;
|
|
42
|
-
url: string;
|
|
43
|
-
content: string;
|
|
44
|
-
success: boolean;
|
|
45
42
|
error: string;
|
|
43
|
+
success: boolean;
|
|
44
|
+
content: string;
|
|
45
|
+
url: string;
|
|
46
46
|
creditsUsed: number;
|
|
47
47
|
metadata?: {
|
|
48
48
|
statusCode?: number | undefined;
|
|
@@ -51,10 +51,10 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
|
|
|
51
51
|
}, {
|
|
52
52
|
format: string;
|
|
53
53
|
title: string;
|
|
54
|
-
url: string;
|
|
55
|
-
content: string;
|
|
56
|
-
success: boolean;
|
|
57
54
|
error: string;
|
|
55
|
+
success: boolean;
|
|
56
|
+
content: string;
|
|
57
|
+
url: string;
|
|
58
58
|
creditsUsed: number;
|
|
59
59
|
metadata?: {
|
|
60
60
|
statusCode?: number | undefined;
|
|
@@ -103,10 +103,10 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
|
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
104
|
format: string;
|
|
105
105
|
title: string;
|
|
106
|
-
url: string;
|
|
107
|
-
content: string;
|
|
108
|
-
success: boolean;
|
|
109
106
|
error: string;
|
|
107
|
+
success: boolean;
|
|
108
|
+
content: string;
|
|
109
|
+
url: string;
|
|
110
110
|
creditsUsed: number;
|
|
111
111
|
metadata?: {
|
|
112
112
|
statusCode?: number | undefined;
|
|
@@ -115,10 +115,10 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
|
|
|
115
115
|
}, {
|
|
116
116
|
format: string;
|
|
117
117
|
title: string;
|
|
118
|
-
url: string;
|
|
119
|
-
content: string;
|
|
120
|
-
success: boolean;
|
|
121
118
|
error: string;
|
|
119
|
+
success: boolean;
|
|
120
|
+
content: string;
|
|
121
|
+
url: string;
|
|
122
122
|
creditsUsed: number;
|
|
123
123
|
metadata?: {
|
|
124
124
|
statusCode?: number | undefined;
|
|
@@ -17,8 +17,8 @@ declare const WebSearchToolParamsSchema: z.ZodObject<{
|
|
|
17
17
|
}, {
|
|
18
18
|
query: string;
|
|
19
19
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20
|
-
limit?: number | undefined;
|
|
21
20
|
location?: string | undefined;
|
|
21
|
+
limit?: number | undefined;
|
|
22
22
|
categories?: ("github" | "pdf" | "research")[] | undefined;
|
|
23
23
|
}>;
|
|
24
24
|
declare const WebSearchToolResultSchema: z.ZodObject<{
|
|
@@ -28,12 +28,12 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
|
|
|
28
28
|
content: z.ZodString;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
30
|
title: string;
|
|
31
|
-
url: string;
|
|
32
31
|
content: string;
|
|
32
|
+
url: string;
|
|
33
33
|
}, {
|
|
34
34
|
title: string;
|
|
35
|
-
url: string;
|
|
36
35
|
content: string;
|
|
36
|
+
url: string;
|
|
37
37
|
}>, "many">;
|
|
38
38
|
query: z.ZodString;
|
|
39
39
|
totalResults: z.ZodNumber;
|
|
@@ -42,29 +42,29 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
|
|
|
42
42
|
success: z.ZodBoolean;
|
|
43
43
|
error: z.ZodString;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
|
-
success: boolean;
|
|
46
45
|
error: string;
|
|
47
|
-
|
|
46
|
+
success: boolean;
|
|
48
47
|
results: {
|
|
49
48
|
title: string;
|
|
50
|
-
url: string;
|
|
51
49
|
content: string;
|
|
50
|
+
url: string;
|
|
52
51
|
}[];
|
|
53
|
-
|
|
52
|
+
query: string;
|
|
54
53
|
totalResults: number;
|
|
55
54
|
searchEngine: string;
|
|
55
|
+
creditsUsed: number;
|
|
56
56
|
}, {
|
|
57
|
-
success: boolean;
|
|
58
57
|
error: string;
|
|
59
|
-
|
|
58
|
+
success: boolean;
|
|
60
59
|
results: {
|
|
61
60
|
title: string;
|
|
62
|
-
url: string;
|
|
63
61
|
content: string;
|
|
62
|
+
url: string;
|
|
64
63
|
}[];
|
|
65
|
-
|
|
64
|
+
query: string;
|
|
66
65
|
totalResults: number;
|
|
67
66
|
searchEngine: string;
|
|
67
|
+
creditsUsed: number;
|
|
68
68
|
}>;
|
|
69
69
|
type WebSearchToolParams = z.output<typeof WebSearchToolParamsSchema>;
|
|
70
70
|
type WebSearchToolResult = z.output<typeof WebSearchToolResultSchema>;
|
|
@@ -86,8 +86,8 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
|
|
|
86
86
|
}, {
|
|
87
87
|
query: string;
|
|
88
88
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
89
|
-
limit?: number | undefined;
|
|
90
89
|
location?: string | undefined;
|
|
90
|
+
limit?: number | undefined;
|
|
91
91
|
categories?: ("github" | "pdf" | "research")[] | undefined;
|
|
92
92
|
}>;
|
|
93
93
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -97,12 +97,12 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
|
|
|
97
97
|
content: z.ZodString;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
99
|
title: string;
|
|
100
|
-
url: string;
|
|
101
100
|
content: string;
|
|
101
|
+
url: string;
|
|
102
102
|
}, {
|
|
103
103
|
title: string;
|
|
104
|
-
url: string;
|
|
105
104
|
content: string;
|
|
105
|
+
url: string;
|
|
106
106
|
}>, "many">;
|
|
107
107
|
query: z.ZodString;
|
|
108
108
|
totalResults: z.ZodNumber;
|
|
@@ -111,29 +111,29 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
|
|
|
111
111
|
success: z.ZodBoolean;
|
|
112
112
|
error: z.ZodString;
|
|
113
113
|
}, "strip", z.ZodTypeAny, {
|
|
114
|
-
success: boolean;
|
|
115
114
|
error: string;
|
|
116
|
-
|
|
115
|
+
success: boolean;
|
|
117
116
|
results: {
|
|
118
117
|
title: string;
|
|
119
|
-
url: string;
|
|
120
118
|
content: string;
|
|
119
|
+
url: string;
|
|
121
120
|
}[];
|
|
122
|
-
|
|
121
|
+
query: string;
|
|
123
122
|
totalResults: number;
|
|
124
123
|
searchEngine: string;
|
|
124
|
+
creditsUsed: number;
|
|
125
125
|
}, {
|
|
126
|
-
success: boolean;
|
|
127
126
|
error: string;
|
|
128
|
-
|
|
127
|
+
success: boolean;
|
|
129
128
|
results: {
|
|
130
129
|
title: string;
|
|
131
|
-
url: string;
|
|
132
130
|
content: string;
|
|
131
|
+
url: string;
|
|
133
132
|
}[];
|
|
134
|
-
|
|
133
|
+
query: string;
|
|
135
134
|
totalResults: number;
|
|
136
135
|
searchEngine: string;
|
|
136
|
+
creditsUsed: number;
|
|
137
137
|
}>;
|
|
138
138
|
static readonly shortDescription = "Performs web searches using Firecrawl to find current information from the web";
|
|
139
139
|
static readonly longDescription = "\n A comprehensive web search tool that uses Firecrawl to find current information from the web.\n \n Features:\n - High-quality web search results with content extraction\n - Configurable result limits (1-20 results)\n - Location-based search for regional results\n - Clean, structured content extraction from search results\n - Requires FIRECRAWL_API_KEY credential\n \n Use cases:\n - Finding current events and news\n - Researching topics with web content\n - Getting up-to-date information for decision making\n - Answering questions that require web knowledge\n - Market research and competitive analysis\n - Real-time data gathering from the web\n ";
|
|
@@ -17,28 +17,28 @@ declare const YouTubeVideoSchema: z.ZodObject<{
|
|
|
17
17
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
18
18
|
thumbnail: z.ZodNullable<z.ZodString>;
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
20
|
-
id: string | null;
|
|
21
20
|
description: string | null;
|
|
22
21
|
title: string | null;
|
|
23
22
|
date: string | null;
|
|
24
23
|
url: string | null;
|
|
25
24
|
duration: string | null;
|
|
26
|
-
|
|
25
|
+
id: string | null;
|
|
27
26
|
comments: number | null;
|
|
27
|
+
thumbnail: string | null;
|
|
28
28
|
viewCount: number | null;
|
|
29
29
|
likes: number | null;
|
|
30
30
|
channelName: string | null;
|
|
31
31
|
channelUrl: string | null;
|
|
32
32
|
subscribers: number | null;
|
|
33
33
|
}, {
|
|
34
|
-
id: string | null;
|
|
35
34
|
description: string | null;
|
|
36
35
|
title: string | null;
|
|
37
36
|
date: string | null;
|
|
38
37
|
url: string | null;
|
|
39
38
|
duration: string | null;
|
|
40
|
-
|
|
39
|
+
id: string | null;
|
|
41
40
|
comments: number | null;
|
|
41
|
+
thumbnail: string | null;
|
|
42
42
|
viewCount: number | null;
|
|
43
43
|
likes: number | null;
|
|
44
44
|
channelName: string | null;
|
|
@@ -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;
|
|
74
73
|
videoUrl?: string | undefined;
|
|
75
74
|
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;
|
|
83
82
|
videoUrl?: string | undefined;
|
|
84
83
|
searchQueries?: string[] | undefined;
|
|
84
|
+
maxResults?: number | undefined;
|
|
85
85
|
channelUrl?: string | undefined;
|
|
86
86
|
videoUrls?: string[] | undefined;
|
|
87
87
|
includeShorts?: boolean | undefined;
|
|
@@ -103,28 +103,28 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
103
103
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
104
104
|
thumbnail: z.ZodNullable<z.ZodString>;
|
|
105
105
|
}, "strip", z.ZodTypeAny, {
|
|
106
|
-
id: string | null;
|
|
107
106
|
description: string | null;
|
|
108
107
|
title: string | null;
|
|
109
108
|
date: string | null;
|
|
110
109
|
url: string | null;
|
|
111
110
|
duration: string | null;
|
|
112
|
-
|
|
111
|
+
id: string | null;
|
|
113
112
|
comments: number | null;
|
|
113
|
+
thumbnail: string | null;
|
|
114
114
|
viewCount: number | null;
|
|
115
115
|
likes: number | null;
|
|
116
116
|
channelName: string | null;
|
|
117
117
|
channelUrl: string | null;
|
|
118
118
|
subscribers: number | null;
|
|
119
119
|
}, {
|
|
120
|
-
id: string | null;
|
|
121
120
|
description: string | null;
|
|
122
121
|
title: string | null;
|
|
123
122
|
date: string | null;
|
|
124
123
|
url: string | null;
|
|
125
124
|
duration: string | null;
|
|
126
|
-
|
|
125
|
+
id: string | null;
|
|
127
126
|
comments: number | null;
|
|
127
|
+
thumbnail: string | null;
|
|
128
128
|
viewCount: number | null;
|
|
129
129
|
likes: number | null;
|
|
130
130
|
channelName: string | null;
|
|
@@ -149,19 +149,19 @@ 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";
|
|
153
|
-
success: boolean;
|
|
154
152
|
error: string;
|
|
153
|
+
success: boolean;
|
|
154
|
+
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
155
155
|
totalResults: number;
|
|
156
156
|
videos?: {
|
|
157
|
-
id: string | null;
|
|
158
157
|
description: string | null;
|
|
159
158
|
title: string | null;
|
|
160
159
|
date: string | null;
|
|
161
160
|
url: string | null;
|
|
162
161
|
duration: string | null;
|
|
163
|
-
|
|
162
|
+
id: string | null;
|
|
164
163
|
comments: number | null;
|
|
164
|
+
thumbnail: string | null;
|
|
165
165
|
viewCount: number | null;
|
|
166
166
|
likes: number | null;
|
|
167
167
|
channelName: string | null;
|
|
@@ -175,19 +175,19 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
|
|
|
175
175
|
}[] | undefined;
|
|
176
176
|
fullTranscriptText?: string | undefined;
|
|
177
177
|
}, {
|
|
178
|
-
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
179
|
-
success: boolean;
|
|
180
178
|
error: string;
|
|
179
|
+
success: boolean;
|
|
180
|
+
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
181
181
|
totalResults: number;
|
|
182
182
|
videos?: {
|
|
183
|
-
id: string | null;
|
|
184
183
|
description: string | null;
|
|
185
184
|
title: string | null;
|
|
186
185
|
date: string | null;
|
|
187
186
|
url: string | null;
|
|
188
187
|
duration: string | null;
|
|
189
|
-
|
|
188
|
+
id: string | null;
|
|
190
189
|
comments: number | null;
|
|
190
|
+
thumbnail: string | null;
|
|
191
191
|
viewCount: number | null;
|
|
192
192
|
likes: number | null;
|
|
193
193
|
channelName: 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;
|
|
232
231
|
videoUrl?: string | undefined;
|
|
233
232
|
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;
|
|
241
240
|
videoUrl?: string | undefined;
|
|
242
241
|
searchQueries?: string[] | undefined;
|
|
242
|
+
maxResults?: number | undefined;
|
|
243
243
|
channelUrl?: string | undefined;
|
|
244
244
|
videoUrls?: string[] | undefined;
|
|
245
245
|
includeShorts?: boolean | undefined;
|
|
@@ -261,28 +261,28 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
261
261
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
262
262
|
thumbnail: z.ZodNullable<z.ZodString>;
|
|
263
263
|
}, "strip", z.ZodTypeAny, {
|
|
264
|
-
id: string | null;
|
|
265
264
|
description: string | null;
|
|
266
265
|
title: string | null;
|
|
267
266
|
date: string | null;
|
|
268
267
|
url: string | null;
|
|
269
268
|
duration: string | null;
|
|
270
|
-
|
|
269
|
+
id: string | null;
|
|
271
270
|
comments: number | null;
|
|
271
|
+
thumbnail: string | null;
|
|
272
272
|
viewCount: number | null;
|
|
273
273
|
likes: number | null;
|
|
274
274
|
channelName: string | null;
|
|
275
275
|
channelUrl: string | null;
|
|
276
276
|
subscribers: number | null;
|
|
277
277
|
}, {
|
|
278
|
-
id: string | null;
|
|
279
278
|
description: string | null;
|
|
280
279
|
title: string | null;
|
|
281
280
|
date: string | null;
|
|
282
281
|
url: string | null;
|
|
283
282
|
duration: string | null;
|
|
284
|
-
|
|
283
|
+
id: string | null;
|
|
285
284
|
comments: number | null;
|
|
285
|
+
thumbnail: string | null;
|
|
286
286
|
viewCount: number | null;
|
|
287
287
|
likes: number | null;
|
|
288
288
|
channelName: string | null;
|
|
@@ -307,19 +307,19 @@ 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";
|
|
311
|
-
success: boolean;
|
|
312
310
|
error: string;
|
|
311
|
+
success: boolean;
|
|
312
|
+
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
313
313
|
totalResults: number;
|
|
314
314
|
videos?: {
|
|
315
|
-
id: string | null;
|
|
316
315
|
description: string | null;
|
|
317
316
|
title: string | null;
|
|
318
317
|
date: string | null;
|
|
319
318
|
url: string | null;
|
|
320
319
|
duration: string | null;
|
|
321
|
-
|
|
320
|
+
id: string | null;
|
|
322
321
|
comments: number | null;
|
|
322
|
+
thumbnail: string | null;
|
|
323
323
|
viewCount: number | null;
|
|
324
324
|
likes: number | null;
|
|
325
325
|
channelName: string | null;
|
|
@@ -333,19 +333,19 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
|
|
|
333
333
|
}[] | undefined;
|
|
334
334
|
fullTranscriptText?: string | undefined;
|
|
335
335
|
}, {
|
|
336
|
-
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
337
|
-
success: boolean;
|
|
338
336
|
error: string;
|
|
337
|
+
success: boolean;
|
|
338
|
+
operation: "searchVideos" | "getTranscript" | "scrapeChannel";
|
|
339
339
|
totalResults: number;
|
|
340
340
|
videos?: {
|
|
341
|
-
id: string | null;
|
|
342
341
|
description: string | null;
|
|
343
342
|
title: string | null;
|
|
344
343
|
date: string | null;
|
|
345
344
|
url: string | null;
|
|
346
345
|
duration: string | null;
|
|
347
|
-
|
|
346
|
+
id: string | null;
|
|
348
347
|
comments: number | null;
|
|
348
|
+
thumbnail: string | null;
|
|
349
349
|
viewCount: number | null;
|
|
350
350
|
likes: number | null;
|
|
351
351
|
channelName: string | null;
|
|
@@ -107,8 +107,8 @@ declare const DatabaseAnalyzerResultSchema: z.ZodObject<{
|
|
|
107
107
|
analysisTimestamp: Date;
|
|
108
108
|
}>>;
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
|
-
success: boolean;
|
|
111
110
|
error: string;
|
|
111
|
+
success: boolean;
|
|
112
112
|
databaseSchema?: {
|
|
113
113
|
rawData?: Record<string, unknown>[] | undefined;
|
|
114
114
|
cleanedJSON?: string | undefined;
|
|
@@ -121,8 +121,8 @@ declare const DatabaseAnalyzerResultSchema: z.ZodObject<{
|
|
|
121
121
|
analysisTimestamp: Date;
|
|
122
122
|
} | undefined;
|
|
123
123
|
}, {
|
|
124
|
-
success: boolean;
|
|
125
124
|
error: string;
|
|
125
|
+
success: boolean;
|
|
126
126
|
databaseSchema?: {
|
|
127
127
|
rawData?: Record<string, unknown>[] | undefined;
|
|
128
128
|
cleanedJSON?: string | undefined;
|
|
@@ -261,8 +261,8 @@ export declare class DatabaseAnalyzerWorkflowBubble extends WorkflowBubble<Datab
|
|
|
261
261
|
analysisTimestamp: Date;
|
|
262
262
|
}>>;
|
|
263
263
|
}, "strip", z.ZodTypeAny, {
|
|
264
|
-
success: boolean;
|
|
265
264
|
error: string;
|
|
265
|
+
success: boolean;
|
|
266
266
|
databaseSchema?: {
|
|
267
267
|
rawData?: Record<string, unknown>[] | undefined;
|
|
268
268
|
cleanedJSON?: string | undefined;
|
|
@@ -275,8 +275,8 @@ export declare class DatabaseAnalyzerWorkflowBubble extends WorkflowBubble<Datab
|
|
|
275
275
|
analysisTimestamp: Date;
|
|
276
276
|
} | undefined;
|
|
277
277
|
}, {
|
|
278
|
-
success: boolean;
|
|
279
278
|
error: string;
|
|
279
|
+
success: boolean;
|
|
280
280
|
databaseSchema?: {
|
|
281
281
|
rawData?: Record<string, unknown>[] | undefined;
|
|
282
282
|
cleanedJSON?: string | undefined;
|
|
@@ -156,13 +156,13 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
156
156
|
type: z.ZodEnum<["string", "number", "integer", "float", "date", "boolean"]>;
|
|
157
157
|
description: z.ZodString;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
|
-
name: string;
|
|
160
159
|
type: "string" | "number" | "boolean" | "integer" | "float" | "date";
|
|
161
160
|
description: string;
|
|
162
|
-
}, {
|
|
163
161
|
name: string;
|
|
162
|
+
}, {
|
|
164
163
|
type: "string" | "number" | "boolean" | "integer" | "float" | "date";
|
|
165
164
|
description: string;
|
|
165
|
+
name: string;
|
|
166
166
|
}>, "many">;
|
|
167
167
|
rows: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>>, "many">;
|
|
168
168
|
metadata: z.ZodObject<{
|
|
@@ -213,6 +213,8 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
213
213
|
success: z.ZodBoolean;
|
|
214
214
|
error: z.ZodString;
|
|
215
215
|
}, "strip", z.ZodTypeAny, {
|
|
216
|
+
error: string;
|
|
217
|
+
success: boolean;
|
|
216
218
|
metadata: {
|
|
217
219
|
processingTime: number;
|
|
218
220
|
totalDocuments: number;
|
|
@@ -220,25 +222,25 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
220
222
|
totalColumns: number;
|
|
221
223
|
extractedFrom: string[];
|
|
222
224
|
};
|
|
223
|
-
success: boolean;
|
|
224
|
-
error: string;
|
|
225
225
|
rows: Record<string, string | number | boolean | null>[];
|
|
226
|
-
columns: {
|
|
227
|
-
name: string;
|
|
228
|
-
type: "string" | "number" | "boolean" | "integer" | "float" | "date";
|
|
229
|
-
description: string;
|
|
230
|
-
}[];
|
|
231
226
|
aiAnalysis: {
|
|
232
227
|
model: string;
|
|
233
228
|
iterations: number;
|
|
234
229
|
processingTime?: number | undefined;
|
|
235
230
|
};
|
|
231
|
+
columns: {
|
|
232
|
+
type: "string" | "number" | "boolean" | "integer" | "float" | "date";
|
|
233
|
+
description: string;
|
|
234
|
+
name: string;
|
|
235
|
+
}[];
|
|
236
236
|
generatedFiles: {
|
|
237
237
|
html?: string | undefined;
|
|
238
238
|
json?: string | undefined;
|
|
239
239
|
csv?: string | undefined;
|
|
240
240
|
};
|
|
241
241
|
}, {
|
|
242
|
+
error: string;
|
|
243
|
+
success: boolean;
|
|
242
244
|
metadata: {
|
|
243
245
|
processingTime: number;
|
|
244
246
|
totalDocuments: number;
|
|
@@ -246,19 +248,17 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
|
|
|
246
248
|
totalColumns: number;
|
|
247
249
|
extractedFrom: string[];
|
|
248
250
|
};
|
|
249
|
-
success: boolean;
|
|
250
|
-
error: string;
|
|
251
251
|
rows: Record<string, string | number | boolean | null>[];
|
|
252
|
-
columns: {
|
|
253
|
-
name: string;
|
|
254
|
-
type: "string" | "number" | "boolean" | "integer" | "float" | "date";
|
|
255
|
-
description: string;
|
|
256
|
-
}[];
|
|
257
252
|
aiAnalysis: {
|
|
258
253
|
model: string;
|
|
259
254
|
iterations: number;
|
|
260
255
|
processingTime?: number | undefined;
|
|
261
256
|
};
|
|
257
|
+
columns: {
|
|
258
|
+
type: "string" | "number" | "boolean" | "integer" | "float" | "date";
|
|
259
|
+
description: string;
|
|
260
|
+
name: string;
|
|
261
|
+
}[];
|
|
262
262
|
generatedFiles: {
|
|
263
263
|
html?: string | undefined;
|
|
264
264
|
json?: string | undefined;
|
|
@@ -408,13 +408,13 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
|
|
|
408
408
|
type: z.ZodEnum<["string", "number", "integer", "float", "date", "boolean"]>;
|
|
409
409
|
description: z.ZodString;
|
|
410
410
|
}, "strip", z.ZodTypeAny, {
|
|
411
|
-
name: string;
|
|
412
411
|
type: "string" | "number" | "boolean" | "integer" | "float" | "date";
|
|
413
412
|
description: string;
|
|
414
|
-
}, {
|
|
415
413
|
name: string;
|
|
414
|
+
}, {
|
|
416
415
|
type: "string" | "number" | "boolean" | "integer" | "float" | "date";
|
|
417
416
|
description: string;
|
|
417
|
+
name: string;
|
|
418
418
|
}>, "many">;
|
|
419
419
|
rows: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull]>>, "many">;
|
|
420
420
|
metadata: z.ZodObject<{
|
|
@@ -465,6 +465,8 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
|
|
|
465
465
|
success: z.ZodBoolean;
|
|
466
466
|
error: z.ZodString;
|
|
467
467
|
}, "strip", z.ZodTypeAny, {
|
|
468
|
+
error: string;
|
|
469
|
+
success: boolean;
|
|
468
470
|
metadata: {
|
|
469
471
|
processingTime: number;
|
|
470
472
|
totalDocuments: number;
|
|
@@ -472,25 +474,25 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
|
|
|
472
474
|
totalColumns: number;
|
|
473
475
|
extractedFrom: string[];
|
|
474
476
|
};
|
|
475
|
-
success: boolean;
|
|
476
|
-
error: string;
|
|
477
477
|
rows: Record<string, string | number | boolean | null>[];
|
|
478
|
-
columns: {
|
|
479
|
-
name: string;
|
|
480
|
-
type: "string" | "number" | "boolean" | "integer" | "float" | "date";
|
|
481
|
-
description: string;
|
|
482
|
-
}[];
|
|
483
478
|
aiAnalysis: {
|
|
484
479
|
model: string;
|
|
485
480
|
iterations: number;
|
|
486
481
|
processingTime?: number | undefined;
|
|
487
482
|
};
|
|
483
|
+
columns: {
|
|
484
|
+
type: "string" | "number" | "boolean" | "integer" | "float" | "date";
|
|
485
|
+
description: string;
|
|
486
|
+
name: string;
|
|
487
|
+
}[];
|
|
488
488
|
generatedFiles: {
|
|
489
489
|
html?: string | undefined;
|
|
490
490
|
json?: string | undefined;
|
|
491
491
|
csv?: string | undefined;
|
|
492
492
|
};
|
|
493
493
|
}, {
|
|
494
|
+
error: string;
|
|
495
|
+
success: boolean;
|
|
494
496
|
metadata: {
|
|
495
497
|
processingTime: number;
|
|
496
498
|
totalDocuments: number;
|
|
@@ -498,19 +500,17 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
|
|
|
498
500
|
totalColumns: number;
|
|
499
501
|
extractedFrom: string[];
|
|
500
502
|
};
|
|
501
|
-
success: boolean;
|
|
502
|
-
error: string;
|
|
503
503
|
rows: Record<string, string | number | boolean | null>[];
|
|
504
|
-
columns: {
|
|
505
|
-
name: string;
|
|
506
|
-
type: "string" | "number" | "boolean" | "integer" | "float" | "date";
|
|
507
|
-
description: string;
|
|
508
|
-
}[];
|
|
509
504
|
aiAnalysis: {
|
|
510
505
|
model: string;
|
|
511
506
|
iterations: number;
|
|
512
507
|
processingTime?: number | undefined;
|
|
513
508
|
};
|
|
509
|
+
columns: {
|
|
510
|
+
type: "string" | "number" | "boolean" | "integer" | "float" | "date";
|
|
511
|
+
description: string;
|
|
512
|
+
name: string;
|
|
513
|
+
}[];
|
|
514
514
|
generatedFiles: {
|
|
515
515
|
html?: string | undefined;
|
|
516
516
|
json?: string | undefined;
|