@bubblelab/bubble-core 0.1.141 → 0.1.143
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 +181 -118
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +9 -1
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts +4 -0
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js +1 -0
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +140 -140
- package/dist/bubbles/service-bubble/ai-agent.d.ts +4 -4
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +7 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +158 -158
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +806 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js +256 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +813 -6
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +8 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +13 -13
- package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.js +1 -0
- package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +64 -64
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +44 -37
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.js +66 -3
- package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +59 -16
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +19 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +96 -96
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +244 -244
- package/dist/bubbles/service-bubble/followupboss.d.ts +152 -152
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +62 -62
- package/dist/bubbles/service-bubble/github.d.ts +148 -148
- package/dist/bubbles/service-bubble/gmail.d.ts +556 -556
- package/dist/bubbles/service-bubble/google-calendar.d.ts +34 -34
- package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/jira/jira.d.ts +92 -92
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/notion/notion.d.ts +647 -647
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/slack.d.ts +496 -496
- package/dist/bubbles/service-bubble/slack/slack.js +2 -2
- 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 +87 -87
- 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/browser-tools/_shared/schema.d.ts +126 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js +34 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts +22 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js +57 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.d.ts +5 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.js +5 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +158 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js +33 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +161 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js +310 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +165 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js +45 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +171 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js +364 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +160 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js +24 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +160 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js +334 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +152 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js +23 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +155 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js +233 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +64 -64
- 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-tool.d.ts +1634 -196
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.js +300 -56
- package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +108 -108
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +58 -58
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +46 -46
- package/dist/bubbles.json +1148 -75
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +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
|
-
error: string;
|
|
43
|
-
success: boolean;
|
|
44
42
|
content: string;
|
|
45
43
|
url: string;
|
|
44
|
+
error: string;
|
|
45
|
+
success: boolean;
|
|
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
|
-
error: string;
|
|
55
|
-
success: boolean;
|
|
56
54
|
content: string;
|
|
57
55
|
url: string;
|
|
56
|
+
error: string;
|
|
57
|
+
success: boolean;
|
|
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
|
-
error: string;
|
|
107
|
-
success: boolean;
|
|
108
106
|
content: string;
|
|
109
107
|
url: string;
|
|
108
|
+
error: string;
|
|
109
|
+
success: boolean;
|
|
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
|
-
error: string;
|
|
119
|
-
success: boolean;
|
|
120
118
|
content: string;
|
|
121
119
|
url: string;
|
|
120
|
+
error: string;
|
|
121
|
+
success: boolean;
|
|
122
122
|
creditsUsed: number;
|
|
123
123
|
metadata?: {
|
|
124
124
|
statusCode?: number | undefined;
|
|
@@ -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;
|
|
@@ -11,14 +11,14 @@ declare const YCFounderSchema: z.ZodObject<{
|
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
12
|
title: string | null;
|
|
13
13
|
name: string | null;
|
|
14
|
-
bio: string | null;
|
|
15
14
|
linkedinUrl: string | null;
|
|
15
|
+
bio: string | null;
|
|
16
16
|
twitterUrl: string | null;
|
|
17
17
|
}, {
|
|
18
18
|
title: string | null;
|
|
19
19
|
name: string | null;
|
|
20
|
-
bio: string | null;
|
|
21
20
|
linkedinUrl: string | null;
|
|
21
|
+
bio: string | null;
|
|
22
22
|
twitterUrl: string | null;
|
|
23
23
|
}>;
|
|
24
24
|
declare const YCCompanySchema: z.ZodObject<{
|
|
@@ -36,14 +36,14 @@ declare const YCCompanySchema: z.ZodObject<{
|
|
|
36
36
|
}, "strip", z.ZodTypeAny, {
|
|
37
37
|
title: string | null;
|
|
38
38
|
name: string | null;
|
|
39
|
-
bio: string | null;
|
|
40
39
|
linkedinUrl: string | null;
|
|
40
|
+
bio: string | null;
|
|
41
41
|
twitterUrl: string | null;
|
|
42
42
|
}, {
|
|
43
43
|
title: string | null;
|
|
44
44
|
name: string | null;
|
|
45
|
-
bio: string | null;
|
|
46
45
|
linkedinUrl: string | null;
|
|
46
|
+
bio: string | null;
|
|
47
47
|
twitterUrl: string | null;
|
|
48
48
|
}>, "many">;
|
|
49
49
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -54,8 +54,8 @@ declare const YCCompanySchema: z.ZodObject<{
|
|
|
54
54
|
founders: {
|
|
55
55
|
title: string | null;
|
|
56
56
|
name: string | null;
|
|
57
|
-
bio: string | null;
|
|
58
57
|
linkedinUrl: string | null;
|
|
58
|
+
bio: string | null;
|
|
59
59
|
twitterUrl: string | null;
|
|
60
60
|
}[];
|
|
61
61
|
ycUrl: string | null;
|
|
@@ -67,8 +67,8 @@ declare const YCCompanySchema: z.ZodObject<{
|
|
|
67
67
|
founders: {
|
|
68
68
|
title: string | null;
|
|
69
69
|
name: string | null;
|
|
70
|
-
bio: string | null;
|
|
71
70
|
linkedinUrl: string | null;
|
|
71
|
+
bio: string | null;
|
|
72
72
|
twitterUrl: string | null;
|
|
73
73
|
}[];
|
|
74
74
|
ycUrl: string | null;
|
|
@@ -90,9 +90,9 @@ declare const YCPersonSchema: z.ZodObject<{
|
|
|
90
90
|
}, "strip", z.ZodTypeAny, {
|
|
91
91
|
title: string | null;
|
|
92
92
|
name: string | null;
|
|
93
|
+
linkedinUrl: string | null;
|
|
93
94
|
emails: string[] | null;
|
|
94
95
|
bio: string | null;
|
|
95
|
-
linkedinUrl: string | null;
|
|
96
96
|
currentEmployers: {
|
|
97
97
|
companyName: string | null;
|
|
98
98
|
}[];
|
|
@@ -100,9 +100,9 @@ declare const YCPersonSchema: z.ZodObject<{
|
|
|
100
100
|
}, {
|
|
101
101
|
title: string | null;
|
|
102
102
|
name: string | null;
|
|
103
|
+
linkedinUrl: string | null;
|
|
103
104
|
emails: string[] | null;
|
|
104
105
|
bio: string | null;
|
|
105
|
-
linkedinUrl: string | null;
|
|
106
106
|
currentEmployers: {
|
|
107
107
|
companyName: string | null;
|
|
108
108
|
}[];
|
|
@@ -145,9 +145,9 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
145
145
|
}, "strip", z.ZodTypeAny, {
|
|
146
146
|
title: string | null;
|
|
147
147
|
name: string | null;
|
|
148
|
+
linkedinUrl: string | null;
|
|
148
149
|
emails: string[] | null;
|
|
149
150
|
bio: string | null;
|
|
150
|
-
linkedinUrl: string | null;
|
|
151
151
|
currentEmployers: {
|
|
152
152
|
companyName: string | null;
|
|
153
153
|
}[];
|
|
@@ -155,9 +155,9 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
155
155
|
}, {
|
|
156
156
|
title: string | null;
|
|
157
157
|
name: string | null;
|
|
158
|
+
linkedinUrl: string | null;
|
|
158
159
|
emails: string[] | null;
|
|
159
160
|
bio: string | null;
|
|
160
|
-
linkedinUrl: string | null;
|
|
161
161
|
currentEmployers: {
|
|
162
162
|
companyName: string | null;
|
|
163
163
|
}[];
|
|
@@ -178,14 +178,14 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
178
178
|
}, "strip", z.ZodTypeAny, {
|
|
179
179
|
title: string | null;
|
|
180
180
|
name: string | null;
|
|
181
|
-
bio: string | null;
|
|
182
181
|
linkedinUrl: string | null;
|
|
182
|
+
bio: string | null;
|
|
183
183
|
twitterUrl: string | null;
|
|
184
184
|
}, {
|
|
185
185
|
title: string | null;
|
|
186
186
|
name: string | null;
|
|
187
|
-
bio: string | null;
|
|
188
187
|
linkedinUrl: string | null;
|
|
188
|
+
bio: string | null;
|
|
189
189
|
twitterUrl: string | null;
|
|
190
190
|
}>, "many">;
|
|
191
191
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -196,8 +196,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
196
196
|
founders: {
|
|
197
197
|
title: string | null;
|
|
198
198
|
name: string | null;
|
|
199
|
-
bio: string | null;
|
|
200
199
|
linkedinUrl: string | null;
|
|
200
|
+
bio: string | null;
|
|
201
201
|
twitterUrl: string | null;
|
|
202
202
|
}[];
|
|
203
203
|
ycUrl: string | null;
|
|
@@ -209,8 +209,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
209
209
|
founders: {
|
|
210
210
|
title: string | null;
|
|
211
211
|
name: string | null;
|
|
212
|
-
bio: string | null;
|
|
213
212
|
linkedinUrl: string | null;
|
|
213
|
+
bio: string | null;
|
|
214
214
|
twitterUrl: string | null;
|
|
215
215
|
}[];
|
|
216
216
|
ycUrl: string | null;
|
|
@@ -222,16 +222,16 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
222
222
|
success: z.ZodBoolean;
|
|
223
223
|
error: z.ZodString;
|
|
224
224
|
}, "strip", z.ZodTypeAny, {
|
|
225
|
+
url: string | null;
|
|
225
226
|
error: string;
|
|
226
227
|
success: boolean;
|
|
227
|
-
url: string | null;
|
|
228
228
|
batch: string | null;
|
|
229
229
|
people: {
|
|
230
230
|
title: string | null;
|
|
231
231
|
name: string | null;
|
|
232
|
+
linkedinUrl: string | null;
|
|
232
233
|
emails: string[] | null;
|
|
233
234
|
bio: string | null;
|
|
234
|
-
linkedinUrl: string | null;
|
|
235
235
|
currentEmployers: {
|
|
236
236
|
companyName: string | null;
|
|
237
237
|
}[];
|
|
@@ -245,8 +245,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
245
245
|
founders: {
|
|
246
246
|
title: string | null;
|
|
247
247
|
name: string | null;
|
|
248
|
-
bio: string | null;
|
|
249
248
|
linkedinUrl: string | null;
|
|
249
|
+
bio: string | null;
|
|
250
250
|
twitterUrl: string | null;
|
|
251
251
|
}[];
|
|
252
252
|
ycUrl: string | null;
|
|
@@ -254,16 +254,16 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
254
254
|
totalPeople: number;
|
|
255
255
|
totalCompanies: number;
|
|
256
256
|
}, {
|
|
257
|
+
url: string | null;
|
|
257
258
|
error: string;
|
|
258
259
|
success: boolean;
|
|
259
|
-
url: string | null;
|
|
260
260
|
batch: string | null;
|
|
261
261
|
people: {
|
|
262
262
|
title: string | null;
|
|
263
263
|
name: string | null;
|
|
264
|
+
linkedinUrl: string | null;
|
|
264
265
|
emails: string[] | null;
|
|
265
266
|
bio: string | null;
|
|
266
|
-
linkedinUrl: string | null;
|
|
267
267
|
currentEmployers: {
|
|
268
268
|
companyName: string | null;
|
|
269
269
|
}[];
|
|
@@ -277,8 +277,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
277
277
|
founders: {
|
|
278
278
|
title: string | null;
|
|
279
279
|
name: string | null;
|
|
280
|
-
bio: string | null;
|
|
281
280
|
linkedinUrl: string | null;
|
|
281
|
+
bio: string | null;
|
|
282
282
|
twitterUrl: string | null;
|
|
283
283
|
}[];
|
|
284
284
|
ycUrl: string | null;
|
|
@@ -343,9 +343,9 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
343
343
|
}, "strip", z.ZodTypeAny, {
|
|
344
344
|
title: string | null;
|
|
345
345
|
name: string | null;
|
|
346
|
+
linkedinUrl: string | null;
|
|
346
347
|
emails: string[] | null;
|
|
347
348
|
bio: string | null;
|
|
348
|
-
linkedinUrl: string | null;
|
|
349
349
|
currentEmployers: {
|
|
350
350
|
companyName: string | null;
|
|
351
351
|
}[];
|
|
@@ -353,9 +353,9 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
353
353
|
}, {
|
|
354
354
|
title: string | null;
|
|
355
355
|
name: string | null;
|
|
356
|
+
linkedinUrl: string | null;
|
|
356
357
|
emails: string[] | null;
|
|
357
358
|
bio: string | null;
|
|
358
|
-
linkedinUrl: string | null;
|
|
359
359
|
currentEmployers: {
|
|
360
360
|
companyName: string | null;
|
|
361
361
|
}[];
|
|
@@ -376,14 +376,14 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
376
376
|
}, "strip", z.ZodTypeAny, {
|
|
377
377
|
title: string | null;
|
|
378
378
|
name: string | null;
|
|
379
|
-
bio: string | null;
|
|
380
379
|
linkedinUrl: string | null;
|
|
380
|
+
bio: string | null;
|
|
381
381
|
twitterUrl: string | null;
|
|
382
382
|
}, {
|
|
383
383
|
title: string | null;
|
|
384
384
|
name: string | null;
|
|
385
|
-
bio: string | null;
|
|
386
385
|
linkedinUrl: string | null;
|
|
386
|
+
bio: string | null;
|
|
387
387
|
twitterUrl: string | null;
|
|
388
388
|
}>, "many">;
|
|
389
389
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -394,8 +394,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
394
394
|
founders: {
|
|
395
395
|
title: string | null;
|
|
396
396
|
name: string | null;
|
|
397
|
-
bio: string | null;
|
|
398
397
|
linkedinUrl: string | null;
|
|
398
|
+
bio: string | null;
|
|
399
399
|
twitterUrl: string | null;
|
|
400
400
|
}[];
|
|
401
401
|
ycUrl: string | null;
|
|
@@ -407,8 +407,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
407
407
|
founders: {
|
|
408
408
|
title: string | null;
|
|
409
409
|
name: string | null;
|
|
410
|
-
bio: string | null;
|
|
411
410
|
linkedinUrl: string | null;
|
|
411
|
+
bio: string | null;
|
|
412
412
|
twitterUrl: string | null;
|
|
413
413
|
}[];
|
|
414
414
|
ycUrl: string | null;
|
|
@@ -420,16 +420,16 @@ 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;
|
|
423
424
|
error: string;
|
|
424
425
|
success: boolean;
|
|
425
|
-
url: string | null;
|
|
426
426
|
batch: string | null;
|
|
427
427
|
people: {
|
|
428
428
|
title: string | null;
|
|
429
429
|
name: string | null;
|
|
430
|
+
linkedinUrl: string | null;
|
|
430
431
|
emails: string[] | null;
|
|
431
432
|
bio: string | null;
|
|
432
|
-
linkedinUrl: string | null;
|
|
433
433
|
currentEmployers: {
|
|
434
434
|
companyName: string | null;
|
|
435
435
|
}[];
|
|
@@ -443,8 +443,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
443
443
|
founders: {
|
|
444
444
|
title: string | null;
|
|
445
445
|
name: string | null;
|
|
446
|
-
bio: string | null;
|
|
447
446
|
linkedinUrl: string | null;
|
|
447
|
+
bio: string | null;
|
|
448
448
|
twitterUrl: string | null;
|
|
449
449
|
}[];
|
|
450
450
|
ycUrl: string | null;
|
|
@@ -452,16 +452,16 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
452
452
|
totalPeople: number;
|
|
453
453
|
totalCompanies: number;
|
|
454
454
|
}, {
|
|
455
|
+
url: string | null;
|
|
455
456
|
error: string;
|
|
456
457
|
success: boolean;
|
|
457
|
-
url: string | null;
|
|
458
458
|
batch: string | null;
|
|
459
459
|
people: {
|
|
460
460
|
title: string | null;
|
|
461
461
|
name: string | null;
|
|
462
|
+
linkedinUrl: string | null;
|
|
462
463
|
emails: string[] | null;
|
|
463
464
|
bio: string | null;
|
|
464
|
-
linkedinUrl: string | null;
|
|
465
465
|
currentEmployers: {
|
|
466
466
|
companyName: string | null;
|
|
467
467
|
}[];
|
|
@@ -475,8 +475,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
475
475
|
founders: {
|
|
476
476
|
title: string | null;
|
|
477
477
|
name: string | null;
|
|
478
|
-
bio: string | null;
|
|
479
478
|
linkedinUrl: string | null;
|
|
479
|
+
bio: string | null;
|
|
480
480
|
twitterUrl: string | null;
|
|
481
481
|
}[];
|
|
482
482
|
ycUrl: string | null;
|
|
@@ -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;
|