@bubblelab/bubble-core 0.1.28 → 0.1.31
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 +161 -92
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +4 -4
- package/dist/bubbles/service-bubble/airtable.d.ts +94 -94
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +132 -132
- package/dist/bubbles/service-bubble/followupboss.d.ts +34 -34
- package/dist/bubbles/service-bubble/github.d.ts +122 -122
- package/dist/bubbles/service-bubble/gmail.d.ts +391 -391
- package/dist/bubbles/service-bubble/google-calendar.d.ts +96 -96
- package/dist/bubbles/service-bubble/google-drive.d.ts +46 -46
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +41 -41
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
- package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets.js +904 -0
- package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/index.d.ts +5 -0
- package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/index.js +5 -0
- package/dist/bubbles/service-bubble/jira/index.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts +2695 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts +38 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js +358 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.js +573 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3660 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js +499 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js +428 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +4 -4
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +2 -2
- package/dist/bubbles/service-bubble/slack/slack.d.ts +114 -114
- package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack.js +1536 -0
- package/dist/bubbles/service-bubble/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/storage.d.ts +2 -2
- package/dist/bubbles/service-bubble/telegram.d.ts +6 -6
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +172 -172
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +2 -2
- 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 +44 -44
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +1795 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -202,8 +202,8 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
202
202
|
limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
203
203
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
204
204
|
}, "strip", z.ZodTypeAny, {
|
|
205
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
206
205
|
limit?: number | undefined;
|
|
206
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
207
207
|
location?: string | undefined;
|
|
208
208
|
companyName?: string | undefined;
|
|
209
209
|
companyLinkedinUrl?: string | undefined;
|
|
@@ -233,8 +233,8 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
233
233
|
excludeCompanies?: string[] | undefined;
|
|
234
234
|
excludeProfiles?: string[] | undefined;
|
|
235
235
|
}, {
|
|
236
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
237
236
|
limit?: number | undefined;
|
|
237
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
238
238
|
location?: string | undefined;
|
|
239
239
|
companyName?: string | undefined;
|
|
240
240
|
companyLinkedinUrl?: string | undefined;
|
|
@@ -590,8 +590,8 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
590
590
|
limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
591
591
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
592
592
|
}, "strip", z.ZodTypeAny, {
|
|
593
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
594
593
|
limit?: number | undefined;
|
|
594
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
595
595
|
location?: string | undefined;
|
|
596
596
|
companyName?: string | undefined;
|
|
597
597
|
companyLinkedinUrl?: string | undefined;
|
|
@@ -621,8 +621,8 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
621
621
|
excludeCompanies?: string[] | undefined;
|
|
622
622
|
excludeProfiles?: string[] | undefined;
|
|
623
623
|
}, {
|
|
624
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
625
624
|
limit?: number | undefined;
|
|
625
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
626
626
|
location?: string | undefined;
|
|
627
627
|
companyName?: string | undefined;
|
|
628
628
|
companyLinkedinUrl?: string | undefined;
|
|
@@ -69,8 +69,8 @@ declare const RedditScrapeToolParamsSchema: z.ZodObject<{
|
|
|
69
69
|
}, {
|
|
70
70
|
subreddit: string;
|
|
71
71
|
sort?: "hot" | "new" | "top" | "rising" | undefined;
|
|
72
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
73
72
|
limit?: number | undefined;
|
|
73
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
74
74
|
timeFilter?: "all" | "hour" | "week" | "month" | "year" | "day" | undefined;
|
|
75
75
|
filterToday?: boolean | undefined;
|
|
76
76
|
includeStickied?: boolean | undefined;
|
|
@@ -239,8 +239,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
239
239
|
}, {
|
|
240
240
|
subreddit: string;
|
|
241
241
|
sort?: "hot" | "new" | "top" | "rising" | undefined;
|
|
242
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
243
242
|
limit?: number | undefined;
|
|
243
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
244
244
|
timeFilter?: "all" | "hour" | "week" | "month" | "year" | "day" | undefined;
|
|
245
245
|
filterToday?: boolean | undefined;
|
|
246
246
|
includeStickied?: boolean | undefined;
|
|
@@ -32,16 +32,16 @@ declare const ResearchAgentToolResultSchema: z.ZodObject<{
|
|
|
32
32
|
success: z.ZodBoolean;
|
|
33
33
|
error: z.ZodString;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
|
+
summary: string;
|
|
35
36
|
success: boolean;
|
|
36
37
|
error: string;
|
|
37
|
-
summary: string;
|
|
38
38
|
sourcesUsed: string[];
|
|
39
39
|
iterationsUsed: number;
|
|
40
40
|
result?: any;
|
|
41
41
|
}, {
|
|
42
|
+
summary: string;
|
|
42
43
|
success: boolean;
|
|
43
44
|
error: string;
|
|
44
|
-
summary: string;
|
|
45
45
|
sourcesUsed: string[];
|
|
46
46
|
iterationsUsed: number;
|
|
47
47
|
result?: any;
|
|
@@ -81,16 +81,16 @@ export declare class ResearchAgentTool extends ToolBubble<ResearchAgentToolParam
|
|
|
81
81
|
success: z.ZodBoolean;
|
|
82
82
|
error: z.ZodString;
|
|
83
83
|
}, "strip", z.ZodTypeAny, {
|
|
84
|
+
summary: string;
|
|
84
85
|
success: boolean;
|
|
85
86
|
error: string;
|
|
86
|
-
summary: string;
|
|
87
87
|
sourcesUsed: string[];
|
|
88
88
|
iterationsUsed: number;
|
|
89
89
|
result?: any;
|
|
90
90
|
}, {
|
|
91
|
+
summary: string;
|
|
91
92
|
success: boolean;
|
|
92
93
|
error: string;
|
|
93
|
-
summary: string;
|
|
94
94
|
sourcesUsed: string[];
|
|
95
95
|
iterationsUsed: number;
|
|
96
96
|
result?: any;
|
|
@@ -38,25 +38,25 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
|
|
|
38
38
|
success: z.ZodBoolean;
|
|
39
39
|
error: z.ZodString;
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
|
-
rowCount: number;
|
|
42
41
|
success: boolean;
|
|
43
42
|
error: string;
|
|
43
|
+
rowCount: number;
|
|
44
44
|
executionTime: number;
|
|
45
|
-
rows?: Record<string, unknown>[] | undefined;
|
|
46
45
|
fields?: {
|
|
47
46
|
name: string;
|
|
48
47
|
dataTypeID?: number | undefined;
|
|
49
48
|
}[] | undefined;
|
|
49
|
+
rows?: Record<string, unknown>[] | undefined;
|
|
50
50
|
}, {
|
|
51
|
-
rowCount: number;
|
|
52
51
|
success: boolean;
|
|
53
52
|
error: string;
|
|
53
|
+
rowCount: number;
|
|
54
54
|
executionTime: number;
|
|
55
|
-
rows?: Record<string, unknown>[] | undefined;
|
|
56
55
|
fields?: {
|
|
57
56
|
name: string;
|
|
58
57
|
dataTypeID?: number | undefined;
|
|
59
58
|
}[] | undefined;
|
|
59
|
+
rows?: Record<string, unknown>[] | undefined;
|
|
60
60
|
}>;
|
|
61
61
|
/**
|
|
62
62
|
* SQLQueryTool - Execute SQL queries against PostgreSQL databases
|
|
@@ -101,25 +101,25 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
|
|
|
101
101
|
success: z.ZodBoolean;
|
|
102
102
|
error: z.ZodString;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
|
-
rowCount: number;
|
|
105
104
|
success: boolean;
|
|
106
105
|
error: string;
|
|
106
|
+
rowCount: number;
|
|
107
107
|
executionTime: number;
|
|
108
|
-
rows?: Record<string, unknown>[] | undefined;
|
|
109
108
|
fields?: {
|
|
110
109
|
name: string;
|
|
111
110
|
dataTypeID?: number | undefined;
|
|
112
111
|
}[] | undefined;
|
|
112
|
+
rows?: Record<string, unknown>[] | undefined;
|
|
113
113
|
}, {
|
|
114
|
-
rowCount: number;
|
|
115
114
|
success: boolean;
|
|
116
115
|
error: string;
|
|
116
|
+
rowCount: number;
|
|
117
117
|
executionTime: number;
|
|
118
|
-
rows?: Record<string, unknown>[] | undefined;
|
|
119
118
|
fields?: {
|
|
120
119
|
name: string;
|
|
121
120
|
dataTypeID?: number | undefined;
|
|
122
121
|
}[] | undefined;
|
|
122
|
+
rows?: Record<string, unknown>[] | undefined;
|
|
123
123
|
}>;
|
|
124
124
|
static readonly shortDescription = "Execute read-only SQL queries against PostgreSQL databases for data analysis";
|
|
125
125
|
static readonly longDescription = "\n A tool bubble that provides safe, read-only SQL query execution against PostgreSQL databases.\n \n Features:\n - Execute SELECT, WITH, EXPLAIN, ANALYZE, SHOW, and DESCRIBE queries\n - Automatic query timeout and row limit enforcement (30s timeout, 1000 rows max)\n - Clean JSON formatting of results for AI consumption\n - Detailed execution metadata including timing and row counts\n \n Security:\n - Read-only operations enforced\n - Query timeout protection (30 seconds)\n - Row limit protection (1000 rows max)\n \n Use cases:\n - AI agents performing iterative database exploration\n - Data analysis and business intelligence queries\n - Schema discovery and table introspection\n - Performance analysis with EXPLAIN queries\n - Automated reporting and data extraction\n ";
|
|
@@ -12,16 +12,16 @@ declare const TikTokToolParamsSchema: z.ZodObject<{
|
|
|
12
12
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
14
|
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
15
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
16
15
|
limit?: number | undefined;
|
|
16
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
17
17
|
hashtags?: string[] | undefined;
|
|
18
18
|
profiles?: string[] | undefined;
|
|
19
19
|
shouldDownloadVideos?: boolean | undefined;
|
|
20
20
|
videoUrls?: string[] | undefined;
|
|
21
21
|
}, {
|
|
22
22
|
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
23
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
24
23
|
limit?: number | undefined;
|
|
24
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
25
25
|
hashtags?: string[] | undefined;
|
|
26
26
|
profiles?: string[] | undefined;
|
|
27
27
|
shouldDownloadVideos?: boolean | undefined;
|
|
@@ -98,12 +98,7 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
98
98
|
name: string | null;
|
|
99
99
|
}>, "many">>;
|
|
100
100
|
}, "strip", z.ZodTypeAny, {
|
|
101
|
-
text: string | null;
|
|
102
101
|
id: string | null;
|
|
103
|
-
hashtags: {
|
|
104
|
-
name: string | null;
|
|
105
|
-
}[] | null;
|
|
106
|
-
videoUrl: string | null;
|
|
107
102
|
author: {
|
|
108
103
|
id: string | null;
|
|
109
104
|
verified: boolean | null;
|
|
@@ -116,6 +111,11 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
116
111
|
videoCount: number | null;
|
|
117
112
|
heartCount: number | null;
|
|
118
113
|
} | null;
|
|
114
|
+
text: string | null;
|
|
115
|
+
hashtags: {
|
|
116
|
+
name: string | null;
|
|
117
|
+
}[] | null;
|
|
118
|
+
videoUrl: string | null;
|
|
119
119
|
stats: {
|
|
120
120
|
collectCount: number | null;
|
|
121
121
|
commentCount: number | null;
|
|
@@ -128,12 +128,7 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
128
128
|
webVideoUrl: string | null;
|
|
129
129
|
covers: string[] | null;
|
|
130
130
|
}, {
|
|
131
|
-
text: string | null;
|
|
132
131
|
id: string | null;
|
|
133
|
-
hashtags: {
|
|
134
|
-
name: string | null;
|
|
135
|
-
}[] | null;
|
|
136
|
-
videoUrl: string | null;
|
|
137
132
|
author: {
|
|
138
133
|
id: string | null;
|
|
139
134
|
verified: boolean | null;
|
|
@@ -146,6 +141,11 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
146
141
|
videoCount: number | null;
|
|
147
142
|
heartCount: number | null;
|
|
148
143
|
} | null;
|
|
144
|
+
text: string | null;
|
|
145
|
+
hashtags: {
|
|
146
|
+
name: string | null;
|
|
147
|
+
}[] | null;
|
|
148
|
+
videoUrl: string | null;
|
|
149
149
|
stats: {
|
|
150
150
|
collectCount: number | null;
|
|
151
151
|
commentCount: number | null;
|
|
@@ -166,12 +166,7 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
166
166
|
success: boolean;
|
|
167
167
|
error: string;
|
|
168
168
|
videos: {
|
|
169
|
-
text: string | null;
|
|
170
169
|
id: string | null;
|
|
171
|
-
hashtags: {
|
|
172
|
-
name: string | null;
|
|
173
|
-
}[] | null;
|
|
174
|
-
videoUrl: string | null;
|
|
175
170
|
author: {
|
|
176
171
|
id: string | null;
|
|
177
172
|
verified: boolean | null;
|
|
@@ -184,6 +179,11 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
184
179
|
videoCount: number | null;
|
|
185
180
|
heartCount: number | null;
|
|
186
181
|
} | null;
|
|
182
|
+
text: string | null;
|
|
183
|
+
hashtags: {
|
|
184
|
+
name: string | null;
|
|
185
|
+
}[] | null;
|
|
186
|
+
videoUrl: string | null;
|
|
187
187
|
stats: {
|
|
188
188
|
collectCount: number | null;
|
|
189
189
|
commentCount: number | null;
|
|
@@ -202,12 +202,7 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
202
202
|
success: boolean;
|
|
203
203
|
error: string;
|
|
204
204
|
videos: {
|
|
205
|
-
text: string | null;
|
|
206
205
|
id: string | null;
|
|
207
|
-
hashtags: {
|
|
208
|
-
name: string | null;
|
|
209
|
-
}[] | null;
|
|
210
|
-
videoUrl: string | null;
|
|
211
206
|
author: {
|
|
212
207
|
id: string | null;
|
|
213
208
|
verified: boolean | null;
|
|
@@ -220,6 +215,11 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
220
215
|
videoCount: number | null;
|
|
221
216
|
heartCount: number | null;
|
|
222
217
|
} | null;
|
|
218
|
+
text: string | null;
|
|
219
|
+
hashtags: {
|
|
220
|
+
name: string | null;
|
|
221
|
+
}[] | null;
|
|
222
|
+
videoUrl: string | null;
|
|
223
223
|
stats: {
|
|
224
224
|
collectCount: number | null;
|
|
225
225
|
commentCount: number | null;
|
|
@@ -249,16 +249,16 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
249
249
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
250
250
|
}, "strip", z.ZodTypeAny, {
|
|
251
251
|
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
252
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
253
252
|
limit?: number | undefined;
|
|
253
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
254
254
|
hashtags?: string[] | undefined;
|
|
255
255
|
profiles?: string[] | undefined;
|
|
256
256
|
shouldDownloadVideos?: boolean | undefined;
|
|
257
257
|
videoUrls?: string[] | undefined;
|
|
258
258
|
}, {
|
|
259
259
|
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
260
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
261
260
|
limit?: number | undefined;
|
|
261
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
262
262
|
hashtags?: string[] | undefined;
|
|
263
263
|
profiles?: string[] | undefined;
|
|
264
264
|
shouldDownloadVideos?: boolean | undefined;
|
|
@@ -335,12 +335,7 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
335
335
|
name: string | null;
|
|
336
336
|
}>, "many">>;
|
|
337
337
|
}, "strip", z.ZodTypeAny, {
|
|
338
|
-
text: string | null;
|
|
339
338
|
id: string | null;
|
|
340
|
-
hashtags: {
|
|
341
|
-
name: string | null;
|
|
342
|
-
}[] | null;
|
|
343
|
-
videoUrl: string | null;
|
|
344
339
|
author: {
|
|
345
340
|
id: string | null;
|
|
346
341
|
verified: boolean | null;
|
|
@@ -353,6 +348,11 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
353
348
|
videoCount: number | null;
|
|
354
349
|
heartCount: number | null;
|
|
355
350
|
} | null;
|
|
351
|
+
text: string | null;
|
|
352
|
+
hashtags: {
|
|
353
|
+
name: string | null;
|
|
354
|
+
}[] | null;
|
|
355
|
+
videoUrl: string | null;
|
|
356
356
|
stats: {
|
|
357
357
|
collectCount: number | null;
|
|
358
358
|
commentCount: number | null;
|
|
@@ -365,12 +365,7 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
365
365
|
webVideoUrl: string | null;
|
|
366
366
|
covers: string[] | null;
|
|
367
367
|
}, {
|
|
368
|
-
text: string | null;
|
|
369
368
|
id: string | null;
|
|
370
|
-
hashtags: {
|
|
371
|
-
name: string | null;
|
|
372
|
-
}[] | null;
|
|
373
|
-
videoUrl: string | null;
|
|
374
369
|
author: {
|
|
375
370
|
id: string | null;
|
|
376
371
|
verified: boolean | null;
|
|
@@ -383,6 +378,11 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
383
378
|
videoCount: number | null;
|
|
384
379
|
heartCount: number | null;
|
|
385
380
|
} | null;
|
|
381
|
+
text: string | null;
|
|
382
|
+
hashtags: {
|
|
383
|
+
name: string | null;
|
|
384
|
+
}[] | null;
|
|
385
|
+
videoUrl: string | null;
|
|
386
386
|
stats: {
|
|
387
387
|
collectCount: number | null;
|
|
388
388
|
commentCount: number | null;
|
|
@@ -403,12 +403,7 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
403
403
|
success: boolean;
|
|
404
404
|
error: string;
|
|
405
405
|
videos: {
|
|
406
|
-
text: string | null;
|
|
407
406
|
id: string | null;
|
|
408
|
-
hashtags: {
|
|
409
|
-
name: string | null;
|
|
410
|
-
}[] | null;
|
|
411
|
-
videoUrl: string | null;
|
|
412
407
|
author: {
|
|
413
408
|
id: string | null;
|
|
414
409
|
verified: boolean | null;
|
|
@@ -421,6 +416,11 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
421
416
|
videoCount: number | null;
|
|
422
417
|
heartCount: number | null;
|
|
423
418
|
} | null;
|
|
419
|
+
text: string | null;
|
|
420
|
+
hashtags: {
|
|
421
|
+
name: string | null;
|
|
422
|
+
}[] | null;
|
|
423
|
+
videoUrl: string | null;
|
|
424
424
|
stats: {
|
|
425
425
|
collectCount: number | null;
|
|
426
426
|
commentCount: number | null;
|
|
@@ -439,12 +439,7 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
439
439
|
success: boolean;
|
|
440
440
|
error: string;
|
|
441
441
|
videos: {
|
|
442
|
-
text: string | null;
|
|
443
442
|
id: string | null;
|
|
444
|
-
hashtags: {
|
|
445
|
-
name: string | null;
|
|
446
|
-
}[] | null;
|
|
447
|
-
videoUrl: string | null;
|
|
448
443
|
author: {
|
|
449
444
|
id: string | null;
|
|
450
445
|
verified: boolean | null;
|
|
@@ -457,6 +452,11 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
457
452
|
videoCount: number | null;
|
|
458
453
|
heartCount: number | null;
|
|
459
454
|
} | null;
|
|
455
|
+
text: string | null;
|
|
456
|
+
hashtags: {
|
|
457
|
+
name: string | null;
|
|
458
|
+
}[] | null;
|
|
459
|
+
videoUrl: string | null;
|
|
460
460
|
stats: {
|
|
461
461
|
collectCount: number | null;
|
|
462
462
|
commentCount: number | null;
|
|
@@ -147,13 +147,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
147
147
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
149
149
|
url: string | null;
|
|
150
|
-
text: string | null;
|
|
151
150
|
id: string | null;
|
|
152
|
-
entities: {
|
|
153
|
-
hashtags: string[] | null;
|
|
154
|
-
mentions: string[] | null;
|
|
155
|
-
urls: string[] | null;
|
|
156
|
-
} | null;
|
|
157
151
|
author: {
|
|
158
152
|
description: string | null;
|
|
159
153
|
name: string | null;
|
|
@@ -168,6 +162,12 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
168
162
|
tweetsCount: number | null;
|
|
169
163
|
createdAt: string | null;
|
|
170
164
|
} | null;
|
|
165
|
+
text: string | null;
|
|
166
|
+
entities: {
|
|
167
|
+
hashtags: string[] | null;
|
|
168
|
+
mentions: string[] | null;
|
|
169
|
+
urls: string[] | null;
|
|
170
|
+
} | null;
|
|
171
171
|
stats: {
|
|
172
172
|
viewCount: number | null;
|
|
173
173
|
retweetCount: number | null;
|
|
@@ -190,13 +190,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
190
190
|
isReply: boolean | null;
|
|
191
191
|
}, {
|
|
192
192
|
url: string | null;
|
|
193
|
-
text: string | null;
|
|
194
193
|
id: string | null;
|
|
195
|
-
entities: {
|
|
196
|
-
hashtags: string[] | null;
|
|
197
|
-
mentions: string[] | null;
|
|
198
|
-
urls: string[] | null;
|
|
199
|
-
} | null;
|
|
200
194
|
author: {
|
|
201
195
|
description: string | null;
|
|
202
196
|
name: string | null;
|
|
@@ -211,6 +205,12 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
211
205
|
tweetsCount: number | null;
|
|
212
206
|
createdAt: string | null;
|
|
213
207
|
} | null;
|
|
208
|
+
text: string | null;
|
|
209
|
+
entities: {
|
|
210
|
+
hashtags: string[] | null;
|
|
211
|
+
mentions: string[] | null;
|
|
212
|
+
urls: string[] | null;
|
|
213
|
+
} | null;
|
|
214
214
|
stats: {
|
|
215
215
|
viewCount: number | null;
|
|
216
216
|
retweetCount: number | null;
|
|
@@ -367,13 +367,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
367
367
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
368
368
|
}, "strip", z.ZodTypeAny, {
|
|
369
369
|
url: string | null;
|
|
370
|
-
text: string | null;
|
|
371
370
|
id: string | null;
|
|
372
|
-
entities: {
|
|
373
|
-
hashtags: string[] | null;
|
|
374
|
-
mentions: string[] | null;
|
|
375
|
-
urls: string[] | null;
|
|
376
|
-
} | null;
|
|
377
371
|
author: {
|
|
378
372
|
description: string | null;
|
|
379
373
|
name: string | null;
|
|
@@ -388,6 +382,12 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
388
382
|
tweetsCount: number | null;
|
|
389
383
|
createdAt: string | null;
|
|
390
384
|
} | null;
|
|
385
|
+
text: string | null;
|
|
386
|
+
entities: {
|
|
387
|
+
hashtags: string[] | null;
|
|
388
|
+
mentions: string[] | null;
|
|
389
|
+
urls: string[] | null;
|
|
390
|
+
} | null;
|
|
391
391
|
stats: {
|
|
392
392
|
viewCount: number | null;
|
|
393
393
|
retweetCount: number | null;
|
|
@@ -410,13 +410,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
410
410
|
isReply: boolean | null;
|
|
411
411
|
}, {
|
|
412
412
|
url: string | null;
|
|
413
|
-
text: string | null;
|
|
414
413
|
id: string | null;
|
|
415
|
-
entities: {
|
|
416
|
-
hashtags: string[] | null;
|
|
417
|
-
mentions: string[] | null;
|
|
418
|
-
urls: string[] | null;
|
|
419
|
-
} | null;
|
|
420
414
|
author: {
|
|
421
415
|
description: string | null;
|
|
422
416
|
name: string | null;
|
|
@@ -431,6 +425,12 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
431
425
|
tweetsCount: number | null;
|
|
432
426
|
createdAt: string | null;
|
|
433
427
|
} | null;
|
|
428
|
+
text: string | null;
|
|
429
|
+
entities: {
|
|
430
|
+
hashtags: string[] | null;
|
|
431
|
+
mentions: string[] | null;
|
|
432
|
+
urls: string[] | null;
|
|
433
|
+
} | null;
|
|
434
434
|
stats: {
|
|
435
435
|
viewCount: number | null;
|
|
436
436
|
retweetCount: number | null;
|
|
@@ -461,13 +461,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
461
461
|
error: string;
|
|
462
462
|
tweets: {
|
|
463
463
|
url: string | null;
|
|
464
|
-
text: string | null;
|
|
465
464
|
id: string | null;
|
|
466
|
-
entities: {
|
|
467
|
-
hashtags: string[] | null;
|
|
468
|
-
mentions: string[] | null;
|
|
469
|
-
urls: string[] | null;
|
|
470
|
-
} | null;
|
|
471
465
|
author: {
|
|
472
466
|
description: string | null;
|
|
473
467
|
name: string | null;
|
|
@@ -482,6 +476,12 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
482
476
|
tweetsCount: number | null;
|
|
483
477
|
createdAt: string | null;
|
|
484
478
|
} | null;
|
|
479
|
+
text: string | null;
|
|
480
|
+
entities: {
|
|
481
|
+
hashtags: string[] | null;
|
|
482
|
+
mentions: string[] | null;
|
|
483
|
+
urls: string[] | null;
|
|
484
|
+
} | null;
|
|
485
485
|
stats: {
|
|
486
486
|
viewCount: number | null;
|
|
487
487
|
retweetCount: number | null;
|
|
@@ -510,13 +510,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
510
510
|
error: string;
|
|
511
511
|
tweets: {
|
|
512
512
|
url: string | null;
|
|
513
|
-
text: string | null;
|
|
514
513
|
id: string | null;
|
|
515
|
-
entities: {
|
|
516
|
-
hashtags: string[] | null;
|
|
517
|
-
mentions: string[] | null;
|
|
518
|
-
urls: string[] | null;
|
|
519
|
-
} | null;
|
|
520
514
|
author: {
|
|
521
515
|
description: string | null;
|
|
522
516
|
name: string | null;
|
|
@@ -531,6 +525,12 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
531
525
|
tweetsCount: number | null;
|
|
532
526
|
createdAt: string | null;
|
|
533
527
|
} | null;
|
|
528
|
+
text: string | null;
|
|
529
|
+
entities: {
|
|
530
|
+
hashtags: string[] | null;
|
|
531
|
+
mentions: string[] | null;
|
|
532
|
+
urls: string[] | null;
|
|
533
|
+
} | null;
|
|
534
534
|
stats: {
|
|
535
535
|
viewCount: number | null;
|
|
536
536
|
retweetCount: number | null;
|
|
@@ -713,13 +713,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
713
713
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
714
714
|
}, "strip", z.ZodTypeAny, {
|
|
715
715
|
url: string | null;
|
|
716
|
-
text: string | null;
|
|
717
716
|
id: string | null;
|
|
718
|
-
entities: {
|
|
719
|
-
hashtags: string[] | null;
|
|
720
|
-
mentions: string[] | null;
|
|
721
|
-
urls: string[] | null;
|
|
722
|
-
} | null;
|
|
723
717
|
author: {
|
|
724
718
|
description: string | null;
|
|
725
719
|
name: string | null;
|
|
@@ -734,6 +728,12 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
734
728
|
tweetsCount: number | null;
|
|
735
729
|
createdAt: string | null;
|
|
736
730
|
} | null;
|
|
731
|
+
text: string | null;
|
|
732
|
+
entities: {
|
|
733
|
+
hashtags: string[] | null;
|
|
734
|
+
mentions: string[] | null;
|
|
735
|
+
urls: string[] | null;
|
|
736
|
+
} | null;
|
|
737
737
|
stats: {
|
|
738
738
|
viewCount: number | null;
|
|
739
739
|
retweetCount: number | null;
|
|
@@ -756,13 +756,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
756
756
|
isReply: boolean | null;
|
|
757
757
|
}, {
|
|
758
758
|
url: string | null;
|
|
759
|
-
text: string | null;
|
|
760
759
|
id: string | null;
|
|
761
|
-
entities: {
|
|
762
|
-
hashtags: string[] | null;
|
|
763
|
-
mentions: string[] | null;
|
|
764
|
-
urls: string[] | null;
|
|
765
|
-
} | null;
|
|
766
760
|
author: {
|
|
767
761
|
description: string | null;
|
|
768
762
|
name: string | null;
|
|
@@ -777,6 +771,12 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
777
771
|
tweetsCount: number | null;
|
|
778
772
|
createdAt: string | null;
|
|
779
773
|
} | null;
|
|
774
|
+
text: string | null;
|
|
775
|
+
entities: {
|
|
776
|
+
hashtags: string[] | null;
|
|
777
|
+
mentions: string[] | null;
|
|
778
|
+
urls: string[] | null;
|
|
779
|
+
} | null;
|
|
780
780
|
stats: {
|
|
781
781
|
viewCount: number | null;
|
|
782
782
|
retweetCount: number | null;
|
|
@@ -807,13 +807,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
807
807
|
error: string;
|
|
808
808
|
tweets: {
|
|
809
809
|
url: string | null;
|
|
810
|
-
text: string | null;
|
|
811
810
|
id: string | null;
|
|
812
|
-
entities: {
|
|
813
|
-
hashtags: string[] | null;
|
|
814
|
-
mentions: string[] | null;
|
|
815
|
-
urls: string[] | null;
|
|
816
|
-
} | null;
|
|
817
811
|
author: {
|
|
818
812
|
description: string | null;
|
|
819
813
|
name: string | null;
|
|
@@ -828,6 +822,12 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
828
822
|
tweetsCount: number | null;
|
|
829
823
|
createdAt: string | null;
|
|
830
824
|
} | null;
|
|
825
|
+
text: string | null;
|
|
826
|
+
entities: {
|
|
827
|
+
hashtags: string[] | null;
|
|
828
|
+
mentions: string[] | null;
|
|
829
|
+
urls: string[] | null;
|
|
830
|
+
} | null;
|
|
831
831
|
stats: {
|
|
832
832
|
viewCount: number | null;
|
|
833
833
|
retweetCount: number | null;
|
|
@@ -856,13 +856,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
856
856
|
error: string;
|
|
857
857
|
tweets: {
|
|
858
858
|
url: string | null;
|
|
859
|
-
text: string | null;
|
|
860
859
|
id: string | null;
|
|
861
|
-
entities: {
|
|
862
|
-
hashtags: string[] | null;
|
|
863
|
-
mentions: string[] | null;
|
|
864
|
-
urls: string[] | null;
|
|
865
|
-
} | null;
|
|
866
860
|
author: {
|
|
867
861
|
description: string | null;
|
|
868
862
|
name: string | null;
|
|
@@ -877,6 +871,12 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
877
871
|
tweetsCount: number | null;
|
|
878
872
|
createdAt: string | null;
|
|
879
873
|
} | null;
|
|
874
|
+
text: string | null;
|
|
875
|
+
entities: {
|
|
876
|
+
hashtags: string[] | null;
|
|
877
|
+
mentions: string[] | null;
|
|
878
|
+
urls: string[] | null;
|
|
879
|
+
} | null;
|
|
880
880
|
stats: {
|
|
881
881
|
viewCount: number | null;
|
|
882
882
|
retweetCount: number | null;
|
|
@@ -9,15 +9,15 @@ 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;
|
|
17
17
|
}, {
|
|
18
18
|
query: string;
|
|
19
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20
19
|
limit?: number | undefined;
|
|
20
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
21
21
|
location?: string | undefined;
|
|
22
22
|
categories?: ("github" | "pdf" | "research")[] | undefined;
|
|
23
23
|
}>;
|
|
@@ -78,15 +78,15 @@ 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;
|
|
86
86
|
}, {
|
|
87
87
|
query: string;
|
|
88
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
89
88
|
limit?: number | undefined;
|
|
89
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
90
90
|
location?: string | undefined;
|
|
91
91
|
categories?: ("github" | "pdf" | "research")[] | undefined;
|
|
92
92
|
}>;
|