@bubblelab/bubble-core 0.1.147 → 0.1.149
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 +134 -134
- package/dist/bubble-flow/bubble-flow-class.d.ts +2 -0
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +234 -234
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/apify/apify.d.ts +38 -38
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +110 -110
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +52 -52
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +98 -98
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +55 -55
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +51 -51
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +98 -98
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +40 -40
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
- package/dist/bubbles/service-bubble/firecrawl.d.ts +376 -376
- package/dist/bubbles/service-bubble/followupboss.d.ts +260 -260
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +114 -114
- package/dist/bubbles/service-bubble/github.d.ts +236 -236
- package/dist/bubbles/service-bubble/gmail.d.ts +256 -256
- package/dist/bubbles/service-bubble/google-calendar.d.ts +52 -52
- package/dist/bubbles/service-bubble/google-drive.d.ts +154 -154
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +52 -52
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +14 -14
- package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
- package/dist/bubbles/service-bubble/jira/jira.d.ts +82 -82
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +84 -84
- package/dist/bubbles/service-bubble/notion/notion.d.ts +3451 -3451
- package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.js +3 -2
- package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
- package/dist/bubbles/service-bubble/resend.d.ts +36 -36
- package/dist/bubbles/service-bubble/slack/slack.d.ts +714 -714
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +21 -4
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +131 -131
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +114 -114
- package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +34 -34
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +11 -11
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
- 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 +8 -8
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +473 -473
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +160 -160
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +16 -16
- 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 +16 -16
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +88 -88
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +64 -64
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/salesforce/index.d.ts +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/index.js +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +0 -1331
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.js +0 -618
- package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +0 -1445
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +0 -609
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +0 -87
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +0 -181
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +0 -1
|
@@ -43,13 +43,13 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
|
|
|
43
43
|
content: z.ZodString;
|
|
44
44
|
depth: z.ZodOptional<z.ZodNumber>;
|
|
45
45
|
}, "strip", z.ZodTypeAny, {
|
|
46
|
-
url: string;
|
|
47
46
|
content: string;
|
|
47
|
+
url: string;
|
|
48
48
|
title?: string | undefined;
|
|
49
49
|
depth?: number | undefined;
|
|
50
50
|
}, {
|
|
51
|
-
url: string;
|
|
52
51
|
content: string;
|
|
52
|
+
url: string;
|
|
53
53
|
title?: string | undefined;
|
|
54
54
|
depth?: number | undefined;
|
|
55
55
|
}>, "many">;
|
|
@@ -69,12 +69,12 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
|
|
|
69
69
|
maxPagesReached?: boolean | undefined;
|
|
70
70
|
}>>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
|
-
url: string;
|
|
73
|
-
success: boolean;
|
|
74
72
|
error: string;
|
|
73
|
+
success: boolean;
|
|
74
|
+
url: string;
|
|
75
75
|
pages: {
|
|
76
|
-
url: string;
|
|
77
76
|
content: string;
|
|
77
|
+
url: string;
|
|
78
78
|
title?: string | undefined;
|
|
79
79
|
depth?: number | undefined;
|
|
80
80
|
}[];
|
|
@@ -86,12 +86,12 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
|
|
|
86
86
|
maxPagesReached?: boolean | undefined;
|
|
87
87
|
} | undefined;
|
|
88
88
|
}, {
|
|
89
|
-
url: string;
|
|
90
|
-
success: boolean;
|
|
91
89
|
error: string;
|
|
90
|
+
success: boolean;
|
|
91
|
+
url: string;
|
|
92
92
|
pages: {
|
|
93
|
-
url: string;
|
|
94
93
|
content: string;
|
|
94
|
+
url: string;
|
|
95
95
|
title?: string | undefined;
|
|
96
96
|
depth?: number | undefined;
|
|
97
97
|
}[];
|
|
@@ -149,13 +149,13 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
|
|
|
149
149
|
content: z.ZodString;
|
|
150
150
|
depth: z.ZodOptional<z.ZodNumber>;
|
|
151
151
|
}, "strip", z.ZodTypeAny, {
|
|
152
|
-
url: string;
|
|
153
152
|
content: string;
|
|
153
|
+
url: string;
|
|
154
154
|
title?: string | undefined;
|
|
155
155
|
depth?: number | undefined;
|
|
156
156
|
}, {
|
|
157
|
-
url: string;
|
|
158
157
|
content: string;
|
|
158
|
+
url: string;
|
|
159
159
|
title?: string | undefined;
|
|
160
160
|
depth?: number | undefined;
|
|
161
161
|
}>, "many">;
|
|
@@ -175,12 +175,12 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
|
|
|
175
175
|
maxPagesReached?: boolean | undefined;
|
|
176
176
|
}>>;
|
|
177
177
|
}, "strip", z.ZodTypeAny, {
|
|
178
|
-
url: string;
|
|
179
|
-
success: boolean;
|
|
180
178
|
error: string;
|
|
179
|
+
success: boolean;
|
|
180
|
+
url: string;
|
|
181
181
|
pages: {
|
|
182
|
-
url: string;
|
|
183
182
|
content: string;
|
|
183
|
+
url: string;
|
|
184
184
|
title?: string | undefined;
|
|
185
185
|
depth?: number | undefined;
|
|
186
186
|
}[];
|
|
@@ -192,12 +192,12 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
|
|
|
192
192
|
maxPagesReached?: boolean | undefined;
|
|
193
193
|
} | undefined;
|
|
194
194
|
}, {
|
|
195
|
-
url: string;
|
|
196
|
-
success: boolean;
|
|
197
195
|
error: string;
|
|
196
|
+
success: boolean;
|
|
197
|
+
url: string;
|
|
198
198
|
pages: {
|
|
199
|
-
url: string;
|
|
200
199
|
content: string;
|
|
200
|
+
url: string;
|
|
201
201
|
title?: string | undefined;
|
|
202
202
|
depth?: number | undefined;
|
|
203
203
|
}[];
|
|
@@ -9,14 +9,14 @@ declare const WebExtractToolParamsSchema: z.ZodObject<{
|
|
|
9
9
|
timeout: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
10
10
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
|
-
url: string;
|
|
13
12
|
schema: string;
|
|
13
|
+
url: string;
|
|
14
14
|
prompt: string;
|
|
15
15
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
16
16
|
timeout?: number | undefined;
|
|
17
17
|
}, {
|
|
18
|
-
url: string;
|
|
19
18
|
schema: string;
|
|
19
|
+
url: string;
|
|
20
20
|
prompt: string;
|
|
21
21
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
22
22
|
timeout?: number | undefined;
|
|
@@ -40,9 +40,9 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
|
|
|
40
40
|
pageTitle?: string | undefined;
|
|
41
41
|
}>>;
|
|
42
42
|
}, "strip", z.ZodTypeAny, {
|
|
43
|
-
url: string;
|
|
44
|
-
success: boolean;
|
|
45
43
|
error: string;
|
|
44
|
+
success: boolean;
|
|
45
|
+
url: string;
|
|
46
46
|
metadata?: {
|
|
47
47
|
statusCode?: number | undefined;
|
|
48
48
|
extractionTime?: number | undefined;
|
|
@@ -50,9 +50,9 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
|
|
|
50
50
|
} | undefined;
|
|
51
51
|
extractedData?: any;
|
|
52
52
|
}, {
|
|
53
|
-
url: string;
|
|
54
|
-
success: boolean;
|
|
55
53
|
error: string;
|
|
54
|
+
success: boolean;
|
|
55
|
+
url: string;
|
|
56
56
|
metadata?: {
|
|
57
57
|
statusCode?: number | undefined;
|
|
58
58
|
extractionTime?: number | undefined;
|
|
@@ -72,14 +72,14 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
|
|
|
72
72
|
timeout: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
73
73
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
74
74
|
}, "strip", z.ZodTypeAny, {
|
|
75
|
-
url: string;
|
|
76
75
|
schema: string;
|
|
76
|
+
url: string;
|
|
77
77
|
prompt: string;
|
|
78
78
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
79
79
|
timeout?: number | undefined;
|
|
80
80
|
}, {
|
|
81
|
-
url: string;
|
|
82
81
|
schema: string;
|
|
82
|
+
url: string;
|
|
83
83
|
prompt: string;
|
|
84
84
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
85
|
timeout?: number | undefined;
|
|
@@ -103,9 +103,9 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
|
|
|
103
103
|
pageTitle?: string | undefined;
|
|
104
104
|
}>>;
|
|
105
105
|
}, "strip", z.ZodTypeAny, {
|
|
106
|
-
url: string;
|
|
107
|
-
success: boolean;
|
|
108
106
|
error: string;
|
|
107
|
+
success: boolean;
|
|
108
|
+
url: string;
|
|
109
109
|
metadata?: {
|
|
110
110
|
statusCode?: number | undefined;
|
|
111
111
|
extractionTime?: number | undefined;
|
|
@@ -113,9 +113,9 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
|
|
|
113
113
|
} | undefined;
|
|
114
114
|
extractedData?: any;
|
|
115
115
|
}, {
|
|
116
|
-
url: string;
|
|
117
|
-
success: boolean;
|
|
118
116
|
error: string;
|
|
117
|
+
success: boolean;
|
|
118
|
+
url: string;
|
|
119
119
|
metadata?: {
|
|
120
120
|
statusCode?: number | undefined;
|
|
121
121
|
extractionTime?: number | undefined;
|
|
@@ -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;
|
|
@@ -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,25 +42,25 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
|
|
|
42
42
|
success: z.ZodBoolean;
|
|
43
43
|
error: z.ZodString;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
|
-
query: string;
|
|
46
|
-
success: boolean;
|
|
47
45
|
error: string;
|
|
46
|
+
success: boolean;
|
|
47
|
+
query: string;
|
|
48
48
|
results: {
|
|
49
49
|
title: string;
|
|
50
|
-
url: string;
|
|
51
50
|
content: string;
|
|
51
|
+
url: string;
|
|
52
52
|
}[];
|
|
53
53
|
creditsUsed: number;
|
|
54
54
|
totalResults: number;
|
|
55
55
|
searchEngine: string;
|
|
56
56
|
}, {
|
|
57
|
-
query: string;
|
|
58
|
-
success: boolean;
|
|
59
57
|
error: string;
|
|
58
|
+
success: boolean;
|
|
59
|
+
query: string;
|
|
60
60
|
results: {
|
|
61
61
|
title: string;
|
|
62
|
-
url: string;
|
|
63
62
|
content: string;
|
|
63
|
+
url: string;
|
|
64
64
|
}[];
|
|
65
65
|
creditsUsed: number;
|
|
66
66
|
totalResults: number;
|
|
@@ -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,25 +111,25 @@ 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;
|
|
115
|
-
success: boolean;
|
|
116
114
|
error: string;
|
|
115
|
+
success: boolean;
|
|
116
|
+
query: string;
|
|
117
117
|
results: {
|
|
118
118
|
title: string;
|
|
119
|
-
url: string;
|
|
120
119
|
content: string;
|
|
120
|
+
url: string;
|
|
121
121
|
}[];
|
|
122
122
|
creditsUsed: number;
|
|
123
123
|
totalResults: number;
|
|
124
124
|
searchEngine: string;
|
|
125
125
|
}, {
|
|
126
|
-
query: string;
|
|
127
|
-
success: boolean;
|
|
128
126
|
error: string;
|
|
127
|
+
success: boolean;
|
|
128
|
+
query: string;
|
|
129
129
|
results: {
|
|
130
130
|
title: string;
|
|
131
|
-
url: string;
|
|
132
131
|
content: string;
|
|
132
|
+
url: string;
|
|
133
133
|
}[];
|
|
134
134
|
creditsUsed: number;
|
|
135
135
|
totalResults: number;
|
|
@@ -115,15 +115,15 @@ declare const YCScraperToolParamsSchema: z.ZodObject<{
|
|
|
115
115
|
includeFounders: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
116
116
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
117
117
|
}, "strip", z.ZodTypeAny, {
|
|
118
|
-
url?: string | undefined;
|
|
119
118
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
120
119
|
batch?: string | undefined;
|
|
120
|
+
url?: string | undefined;
|
|
121
121
|
maxCompanies?: number | undefined;
|
|
122
122
|
includeFounders?: boolean | undefined;
|
|
123
123
|
}, {
|
|
124
|
-
url?: string | undefined;
|
|
125
124
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
126
125
|
batch?: string | undefined;
|
|
126
|
+
url?: string | undefined;
|
|
127
127
|
maxCompanies?: number | undefined;
|
|
128
128
|
includeFounders?: boolean | undefined;
|
|
129
129
|
}>;
|
|
@@ -222,10 +222,10 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
222
222
|
success: z.ZodBoolean;
|
|
223
223
|
error: z.ZodString;
|
|
224
224
|
}, "strip", z.ZodTypeAny, {
|
|
225
|
-
url: string | null;
|
|
226
|
-
success: boolean;
|
|
227
225
|
error: string;
|
|
226
|
+
success: boolean;
|
|
228
227
|
batch: string | null;
|
|
228
|
+
url: string | null;
|
|
229
229
|
people: {
|
|
230
230
|
title: string | null;
|
|
231
231
|
name: string | null;
|
|
@@ -254,10 +254,10 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
254
254
|
totalPeople: number;
|
|
255
255
|
totalCompanies: number;
|
|
256
256
|
}, {
|
|
257
|
-
url: string | null;
|
|
258
|
-
success: boolean;
|
|
259
257
|
error: string;
|
|
258
|
+
success: boolean;
|
|
260
259
|
batch: string | null;
|
|
260
|
+
url: string | null;
|
|
261
261
|
people: {
|
|
262
262
|
title: string | null;
|
|
263
263
|
name: string | null;
|
|
@@ -313,15 +313,15 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
313
313
|
includeFounders: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
314
314
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
315
315
|
}, "strip", z.ZodTypeAny, {
|
|
316
|
-
url?: string | undefined;
|
|
317
316
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
318
317
|
batch?: string | undefined;
|
|
318
|
+
url?: string | undefined;
|
|
319
319
|
maxCompanies?: number | undefined;
|
|
320
320
|
includeFounders?: boolean | undefined;
|
|
321
321
|
}, {
|
|
322
|
-
url?: string | undefined;
|
|
323
322
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
324
323
|
batch?: string | undefined;
|
|
324
|
+
url?: string | undefined;
|
|
325
325
|
maxCompanies?: number | undefined;
|
|
326
326
|
includeFounders?: boolean | undefined;
|
|
327
327
|
}>;
|
|
@@ -420,10 +420,10 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
420
420
|
success: z.ZodBoolean;
|
|
421
421
|
error: z.ZodString;
|
|
422
422
|
}, "strip", z.ZodTypeAny, {
|
|
423
|
-
url: string | null;
|
|
424
|
-
success: boolean;
|
|
425
423
|
error: string;
|
|
424
|
+
success: boolean;
|
|
426
425
|
batch: string | null;
|
|
426
|
+
url: string | null;
|
|
427
427
|
people: {
|
|
428
428
|
title: string | null;
|
|
429
429
|
name: string | null;
|
|
@@ -452,10 +452,10 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
452
452
|
totalPeople: number;
|
|
453
453
|
totalCompanies: number;
|
|
454
454
|
}, {
|
|
455
|
-
url: string | null;
|
|
456
|
-
success: boolean;
|
|
457
455
|
error: string;
|
|
456
|
+
success: boolean;
|
|
458
457
|
batch: string | null;
|
|
458
|
+
url: string | null;
|
|
459
459
|
people: {
|
|
460
460
|
title: string | null;
|
|
461
461
|
name: string | null;
|
|
@@ -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
|
+
duration: string | null;
|
|
20
21
|
description: string | null;
|
|
21
22
|
title: string | null;
|
|
22
23
|
date: string | null;
|
|
23
|
-
url: string | null;
|
|
24
24
|
id: string | null;
|
|
25
|
-
|
|
26
|
-
comments: number | null;
|
|
25
|
+
url: string | null;
|
|
27
26
|
thumbnail: string | null;
|
|
27
|
+
comments: number | 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
|
+
duration: string | null;
|
|
34
35
|
description: string | null;
|
|
35
36
|
title: string | null;
|
|
36
37
|
date: string | null;
|
|
37
|
-
url: string | null;
|
|
38
38
|
id: string | null;
|
|
39
|
-
|
|
40
|
-
comments: number | null;
|
|
39
|
+
url: string | null;
|
|
41
40
|
thumbnail: string | null;
|
|
41
|
+
comments: number | null;
|
|
42
42
|
viewCount: number | null;
|
|
43
43
|
likes: number | null;
|
|
44
44
|
channelName: string | null;
|
|
@@ -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
|
+
duration: string | null;
|
|
106
107
|
description: string | null;
|
|
107
108
|
title: string | null;
|
|
108
109
|
date: string | null;
|
|
109
|
-
url: string | null;
|
|
110
110
|
id: string | null;
|
|
111
|
-
|
|
112
|
-
comments: number | null;
|
|
111
|
+
url: string | null;
|
|
113
112
|
thumbnail: string | null;
|
|
113
|
+
comments: number | 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
|
+
duration: string | null;
|
|
120
121
|
description: string | null;
|
|
121
122
|
title: string | null;
|
|
122
123
|
date: string | null;
|
|
123
|
-
url: string | null;
|
|
124
124
|
id: string | null;
|
|
125
|
-
|
|
126
|
-
comments: number | null;
|
|
125
|
+
url: string | null;
|
|
127
126
|
thumbnail: string | null;
|
|
127
|
+
comments: number | 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
|
+
duration: string | null;
|
|
157
158
|
description: string | null;
|
|
158
159
|
title: string | null;
|
|
159
160
|
date: string | null;
|
|
160
|
-
url: string | null;
|
|
161
161
|
id: string | null;
|
|
162
|
-
|
|
163
|
-
comments: number | null;
|
|
162
|
+
url: string | null;
|
|
164
163
|
thumbnail: string | null;
|
|
164
|
+
comments: number | 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
|
+
duration: string | null;
|
|
183
184
|
description: string | null;
|
|
184
185
|
title: string | null;
|
|
185
186
|
date: string | null;
|
|
186
|
-
url: string | null;
|
|
187
187
|
id: string | null;
|
|
188
|
-
|
|
189
|
-
comments: number | null;
|
|
188
|
+
url: string | null;
|
|
190
189
|
thumbnail: string | null;
|
|
190
|
+
comments: number | null;
|
|
191
191
|
viewCount: number | null;
|
|
192
192
|
likes: number | null;
|
|
193
193
|
channelName: string | null;
|
|
@@ -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
|
+
duration: string | null;
|
|
264
265
|
description: string | null;
|
|
265
266
|
title: string | null;
|
|
266
267
|
date: string | null;
|
|
267
|
-
url: string | null;
|
|
268
268
|
id: string | null;
|
|
269
|
-
|
|
270
|
-
comments: number | null;
|
|
269
|
+
url: string | null;
|
|
271
270
|
thumbnail: string | null;
|
|
271
|
+
comments: number | 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
|
+
duration: string | null;
|
|
278
279
|
description: string | null;
|
|
279
280
|
title: string | null;
|
|
280
281
|
date: string | null;
|
|
281
|
-
url: string | null;
|
|
282
282
|
id: string | null;
|
|
283
|
-
|
|
284
|
-
comments: number | null;
|
|
283
|
+
url: string | null;
|
|
285
284
|
thumbnail: string | null;
|
|
285
|
+
comments: number | 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
|
+
duration: string | null;
|
|
315
316
|
description: string | null;
|
|
316
317
|
title: string | null;
|
|
317
318
|
date: string | null;
|
|
318
|
-
url: string | null;
|
|
319
319
|
id: string | null;
|
|
320
|
-
|
|
321
|
-
comments: number | null;
|
|
320
|
+
url: string | null;
|
|
322
321
|
thumbnail: string | null;
|
|
322
|
+
comments: number | 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
|
+
duration: string | null;
|
|
341
342
|
description: string | null;
|
|
342
343
|
title: string | null;
|
|
343
344
|
date: string | null;
|
|
344
|
-
url: string | null;
|
|
345
345
|
id: string | null;
|
|
346
|
-
|
|
347
|
-
comments: number | null;
|
|
346
|
+
url: string | null;
|
|
348
347
|
thumbnail: string | null;
|
|
348
|
+
comments: number | 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;
|