@bubblelab/bubble-core 0.1.99 → 0.1.101
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 +166 -126
- 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 +56 -56
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
- package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
- package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +140 -140
- package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +36 -36
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
- package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +633 -633
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +68 -68
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +141 -141
- package/dist/bubbles/service-bubble/telegram.d.ts +976 -976
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
- 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 +40 -40
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
- 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 +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +475 -475
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +166 -166
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
- 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 +68 -68
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +516 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js +317 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js.map +1 -0
- 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 +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +244 -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
|
@@ -18,8 +18,8 @@ declare const RedditPostSchema: z.ZodObject<{
|
|
|
18
18
|
domain: z.ZodOptional<z.ZodString>;
|
|
19
19
|
flair: z.ZodOptional<z.ZodString>;
|
|
20
20
|
}, "strip", z.ZodTypeAny, {
|
|
21
|
-
title: string;
|
|
22
21
|
url: string;
|
|
22
|
+
title: string;
|
|
23
23
|
author: string;
|
|
24
24
|
score: number;
|
|
25
25
|
numComments: number;
|
|
@@ -33,8 +33,8 @@ declare const RedditPostSchema: z.ZodObject<{
|
|
|
33
33
|
postHint?: string | null | undefined;
|
|
34
34
|
flair?: string | undefined;
|
|
35
35
|
}, {
|
|
36
|
-
title: string;
|
|
37
36
|
url: string;
|
|
37
|
+
title: string;
|
|
38
38
|
author: string;
|
|
39
39
|
score: number;
|
|
40
40
|
numComments: number;
|
|
@@ -64,14 +64,14 @@ declare const RedditScrapeToolParamsSchema: z.ZodObject<{
|
|
|
64
64
|
filterToday: boolean;
|
|
65
65
|
includeStickied: boolean;
|
|
66
66
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
67
|
-
timeFilter?: "
|
|
67
|
+
timeFilter?: "hour" | "week" | "month" | "year" | "day" | "all" | undefined;
|
|
68
68
|
minScore?: number | undefined;
|
|
69
69
|
}, {
|
|
70
70
|
subreddit: string;
|
|
71
71
|
sort?: "hot" | "new" | "top" | "rising" | undefined;
|
|
72
72
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
73
73
|
limit?: number | undefined;
|
|
74
|
-
timeFilter?: "
|
|
74
|
+
timeFilter?: "hour" | "week" | "month" | "year" | "day" | "all" | undefined;
|
|
75
75
|
filterToday?: boolean | undefined;
|
|
76
76
|
includeStickied?: boolean | undefined;
|
|
77
77
|
minScore?: number | undefined;
|
|
@@ -93,8 +93,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
93
93
|
domain: z.ZodOptional<z.ZodString>;
|
|
94
94
|
flair: z.ZodOptional<z.ZodString>;
|
|
95
95
|
}, "strip", z.ZodTypeAny, {
|
|
96
|
-
title: string;
|
|
97
96
|
url: string;
|
|
97
|
+
title: string;
|
|
98
98
|
author: string;
|
|
99
99
|
score: number;
|
|
100
100
|
numComments: number;
|
|
@@ -108,8 +108,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
108
108
|
postHint?: string | null | undefined;
|
|
109
109
|
flair?: string | undefined;
|
|
110
110
|
}, {
|
|
111
|
-
title: string;
|
|
112
111
|
url: string;
|
|
112
|
+
title: string;
|
|
113
113
|
author: string;
|
|
114
114
|
score: number;
|
|
115
115
|
numComments: number;
|
|
@@ -154,21 +154,11 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
154
154
|
success: z.ZodBoolean;
|
|
155
155
|
error: z.ZodString;
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
|
-
error: string;
|
|
158
157
|
success: boolean;
|
|
159
|
-
|
|
160
|
-
sort: string;
|
|
161
|
-
scrapedAt: string;
|
|
162
|
-
subreddit: string;
|
|
163
|
-
requestedLimit: number;
|
|
164
|
-
actualCount: number;
|
|
165
|
-
filteredCount: number;
|
|
166
|
-
apiEndpoint: string;
|
|
167
|
-
timeFilter?: string | undefined;
|
|
168
|
-
};
|
|
158
|
+
error: string;
|
|
169
159
|
posts: {
|
|
170
|
-
title: string;
|
|
171
160
|
url: string;
|
|
161
|
+
title: string;
|
|
172
162
|
author: string;
|
|
173
163
|
score: number;
|
|
174
164
|
numComments: number;
|
|
@@ -182,9 +172,6 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
182
172
|
postHint?: string | null | undefined;
|
|
183
173
|
flair?: string | undefined;
|
|
184
174
|
}[];
|
|
185
|
-
}, {
|
|
186
|
-
error: string;
|
|
187
|
-
success: boolean;
|
|
188
175
|
metadata: {
|
|
189
176
|
sort: string;
|
|
190
177
|
scrapedAt: string;
|
|
@@ -195,9 +182,12 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
195
182
|
apiEndpoint: string;
|
|
196
183
|
timeFilter?: string | undefined;
|
|
197
184
|
};
|
|
185
|
+
}, {
|
|
186
|
+
success: boolean;
|
|
187
|
+
error: string;
|
|
198
188
|
posts: {
|
|
199
|
-
title: string;
|
|
200
189
|
url: string;
|
|
190
|
+
title: string;
|
|
201
191
|
author: string;
|
|
202
192
|
score: number;
|
|
203
193
|
numComments: number;
|
|
@@ -211,6 +201,16 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
211
201
|
postHint?: string | null | undefined;
|
|
212
202
|
flair?: string | undefined;
|
|
213
203
|
}[];
|
|
204
|
+
metadata: {
|
|
205
|
+
sort: string;
|
|
206
|
+
scrapedAt: string;
|
|
207
|
+
subreddit: string;
|
|
208
|
+
requestedLimit: number;
|
|
209
|
+
actualCount: number;
|
|
210
|
+
filteredCount: number;
|
|
211
|
+
apiEndpoint: string;
|
|
212
|
+
timeFilter?: string | undefined;
|
|
213
|
+
};
|
|
214
214
|
}>;
|
|
215
215
|
type RedditScrapeToolParams = z.output<typeof RedditScrapeToolParamsSchema>;
|
|
216
216
|
type RedditScrapeToolResult = z.output<typeof RedditScrapeToolResultSchema>;
|
|
@@ -234,14 +234,14 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
234
234
|
filterToday: boolean;
|
|
235
235
|
includeStickied: boolean;
|
|
236
236
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
237
|
-
timeFilter?: "
|
|
237
|
+
timeFilter?: "hour" | "week" | "month" | "year" | "day" | "all" | undefined;
|
|
238
238
|
minScore?: number | undefined;
|
|
239
239
|
}, {
|
|
240
240
|
subreddit: string;
|
|
241
241
|
sort?: "hot" | "new" | "top" | "rising" | undefined;
|
|
242
242
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
243
243
|
limit?: number | undefined;
|
|
244
|
-
timeFilter?: "
|
|
244
|
+
timeFilter?: "hour" | "week" | "month" | "year" | "day" | "all" | undefined;
|
|
245
245
|
filterToday?: boolean | undefined;
|
|
246
246
|
includeStickied?: boolean | undefined;
|
|
247
247
|
minScore?: number | undefined;
|
|
@@ -263,8 +263,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
263
263
|
domain: z.ZodOptional<z.ZodString>;
|
|
264
264
|
flair: z.ZodOptional<z.ZodString>;
|
|
265
265
|
}, "strip", z.ZodTypeAny, {
|
|
266
|
-
title: string;
|
|
267
266
|
url: string;
|
|
267
|
+
title: string;
|
|
268
268
|
author: string;
|
|
269
269
|
score: number;
|
|
270
270
|
numComments: number;
|
|
@@ -278,8 +278,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
278
278
|
postHint?: string | null | undefined;
|
|
279
279
|
flair?: string | undefined;
|
|
280
280
|
}, {
|
|
281
|
-
title: string;
|
|
282
281
|
url: string;
|
|
282
|
+
title: string;
|
|
283
283
|
author: string;
|
|
284
284
|
score: number;
|
|
285
285
|
numComments: number;
|
|
@@ -324,21 +324,11 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
324
324
|
success: z.ZodBoolean;
|
|
325
325
|
error: z.ZodString;
|
|
326
326
|
}, "strip", z.ZodTypeAny, {
|
|
327
|
-
error: string;
|
|
328
327
|
success: boolean;
|
|
329
|
-
|
|
330
|
-
sort: string;
|
|
331
|
-
scrapedAt: string;
|
|
332
|
-
subreddit: string;
|
|
333
|
-
requestedLimit: number;
|
|
334
|
-
actualCount: number;
|
|
335
|
-
filteredCount: number;
|
|
336
|
-
apiEndpoint: string;
|
|
337
|
-
timeFilter?: string | undefined;
|
|
338
|
-
};
|
|
328
|
+
error: string;
|
|
339
329
|
posts: {
|
|
340
|
-
title: string;
|
|
341
330
|
url: string;
|
|
331
|
+
title: string;
|
|
342
332
|
author: string;
|
|
343
333
|
score: number;
|
|
344
334
|
numComments: number;
|
|
@@ -352,9 +342,6 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
352
342
|
postHint?: string | null | undefined;
|
|
353
343
|
flair?: string | undefined;
|
|
354
344
|
}[];
|
|
355
|
-
}, {
|
|
356
|
-
error: string;
|
|
357
|
-
success: boolean;
|
|
358
345
|
metadata: {
|
|
359
346
|
sort: string;
|
|
360
347
|
scrapedAt: string;
|
|
@@ -365,9 +352,12 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
365
352
|
apiEndpoint: string;
|
|
366
353
|
timeFilter?: string | undefined;
|
|
367
354
|
};
|
|
355
|
+
}, {
|
|
356
|
+
success: boolean;
|
|
357
|
+
error: string;
|
|
368
358
|
posts: {
|
|
369
|
-
title: string;
|
|
370
359
|
url: string;
|
|
360
|
+
title: string;
|
|
371
361
|
author: string;
|
|
372
362
|
score: number;
|
|
373
363
|
numComments: number;
|
|
@@ -381,6 +371,16 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
381
371
|
postHint?: string | null | undefined;
|
|
382
372
|
flair?: string | undefined;
|
|
383
373
|
}[];
|
|
374
|
+
metadata: {
|
|
375
|
+
sort: string;
|
|
376
|
+
scrapedAt: string;
|
|
377
|
+
subreddit: string;
|
|
378
|
+
requestedLimit: number;
|
|
379
|
+
actualCount: number;
|
|
380
|
+
filteredCount: number;
|
|
381
|
+
apiEndpoint: string;
|
|
382
|
+
timeFilter?: string | undefined;
|
|
383
|
+
};
|
|
384
384
|
}>;
|
|
385
385
|
static readonly shortDescription = "Scrapes posts from any Reddit subreddit with flexible filtering and sorting options";
|
|
386
386
|
static readonly longDescription = "\n A specialized tool for scraping Reddit posts from any subreddit with comprehensive filtering and sorting capabilities.\n \n \uD83D\uDD25 Core Features:\n - Scrape posts from any public subreddit\n - Multiple sorting options (hot, new, top, rising)\n - Flexible post limits (1-1000 posts with pagination)\n - Time-based filtering for top posts\n - Today-only filtering option\n - Score-based filtering\n - Stickied post inclusion/exclusion\n \n \uD83D\uDCCA Post Data Extracted:\n - Title, author, and content\n - Upvote scores and comment counts\n - Creation timestamps and permalinks\n - Post types (text vs link posts)\n - External URLs and domains\n - Thumbnails and flairs\n - Comprehensive metadata\n \n \uD83C\uDFAF Use Cases:\n - Monitor specific subreddits for trends\n - Gather posts for content analysis\n - Track community engagement metrics\n - Feed Reddit data into other workflows\n - Research subreddit activity patterns\n - Content aggregation and curation\n \n \u26A1 Technical Features:\n - Uses Reddit's official JSON API\n - No authentication required for public posts\n - Respects Reddit's rate limiting\n - Handles large subreddits efficiently\n - Robust error handling and validation\n - Clean, structured data output\n \n Perfect for integration with AI agents, data analysis workflows, and content monitoring systems.\n ";
|
|
@@ -32,15 +32,15 @@ declare const ResearchAgentToolResultSchema: z.ZodObject<{
|
|
|
32
32
|
success: z.ZodBoolean;
|
|
33
33
|
error: z.ZodString;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
|
-
error: string;
|
|
36
35
|
success: boolean;
|
|
36
|
+
error: string;
|
|
37
37
|
summary: string;
|
|
38
38
|
sourcesUsed: string[];
|
|
39
39
|
iterationsUsed: number;
|
|
40
40
|
result?: any;
|
|
41
41
|
}, {
|
|
42
|
-
error: string;
|
|
43
42
|
success: boolean;
|
|
43
|
+
error: string;
|
|
44
44
|
summary: string;
|
|
45
45
|
sourcesUsed: string[];
|
|
46
46
|
iterationsUsed: number;
|
|
@@ -81,15 +81,15 @@ export declare class ResearchAgentTool extends ToolBubble<ResearchAgentToolParam
|
|
|
81
81
|
success: z.ZodBoolean;
|
|
82
82
|
error: z.ZodString;
|
|
83
83
|
}, "strip", z.ZodTypeAny, {
|
|
84
|
-
error: string;
|
|
85
84
|
success: boolean;
|
|
85
|
+
error: string;
|
|
86
86
|
summary: string;
|
|
87
87
|
sourcesUsed: string[];
|
|
88
88
|
iterationsUsed: number;
|
|
89
89
|
result?: any;
|
|
90
90
|
}, {
|
|
91
|
-
error: string;
|
|
92
91
|
success: boolean;
|
|
92
|
+
error: string;
|
|
93
93
|
summary: string;
|
|
94
94
|
sourcesUsed: string[];
|
|
95
95
|
iterationsUsed: number;
|
|
@@ -38,20 +38,20 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
|
|
|
38
38
|
success: z.ZodBoolean;
|
|
39
39
|
error: z.ZodString;
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
|
-
executionTime: number;
|
|
42
|
-
error: string;
|
|
43
41
|
success: boolean;
|
|
42
|
+
error: string;
|
|
44
43
|
rowCount: number;
|
|
44
|
+
executionTime: number;
|
|
45
45
|
rows?: Record<string, unknown>[] | undefined;
|
|
46
46
|
fields?: {
|
|
47
47
|
name: string;
|
|
48
48
|
dataTypeID?: number | undefined;
|
|
49
49
|
}[] | undefined;
|
|
50
50
|
}, {
|
|
51
|
-
executionTime: number;
|
|
52
|
-
error: string;
|
|
53
51
|
success: boolean;
|
|
52
|
+
error: string;
|
|
54
53
|
rowCount: number;
|
|
54
|
+
executionTime: number;
|
|
55
55
|
rows?: Record<string, unknown>[] | undefined;
|
|
56
56
|
fields?: {
|
|
57
57
|
name: string;
|
|
@@ -101,20 +101,20 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
|
|
|
101
101
|
success: z.ZodBoolean;
|
|
102
102
|
error: z.ZodString;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
|
-
executionTime: number;
|
|
105
|
-
error: string;
|
|
106
104
|
success: boolean;
|
|
105
|
+
error: string;
|
|
107
106
|
rowCount: number;
|
|
107
|
+
executionTime: number;
|
|
108
108
|
rows?: Record<string, unknown>[] | undefined;
|
|
109
109
|
fields?: {
|
|
110
110
|
name: string;
|
|
111
111
|
dataTypeID?: number | undefined;
|
|
112
112
|
}[] | undefined;
|
|
113
113
|
}, {
|
|
114
|
-
executionTime: number;
|
|
115
|
-
error: string;
|
|
116
114
|
success: boolean;
|
|
115
|
+
error: string;
|
|
117
116
|
rowCount: number;
|
|
117
|
+
executionTime: number;
|
|
118
118
|
rows?: Record<string, unknown>[] | undefined;
|
|
119
119
|
fields?: {
|
|
120
120
|
name: string;
|
|
@@ -98,19 +98,12 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
98
98
|
name: string | null;
|
|
99
99
|
}>, "many">>;
|
|
100
100
|
}, "strip", z.ZodTypeAny, {
|
|
101
|
-
stats: {
|
|
102
|
-
collectCount: number | null;
|
|
103
|
-
commentCount: number | null;
|
|
104
|
-
diggCount: number | null;
|
|
105
|
-
playCount: number | null;
|
|
106
|
-
shareCount: number | null;
|
|
107
|
-
} | null;
|
|
108
|
-
text: string | null;
|
|
109
101
|
id: string | null;
|
|
110
102
|
hashtags: {
|
|
111
103
|
name: string | null;
|
|
112
104
|
}[] | null;
|
|
113
105
|
videoUrl: string | null;
|
|
106
|
+
text: string | null;
|
|
114
107
|
author: {
|
|
115
108
|
id: string | null;
|
|
116
109
|
verified: boolean | null;
|
|
@@ -123,11 +116,6 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
123
116
|
videoCount: number | null;
|
|
124
117
|
heartCount: number | null;
|
|
125
118
|
} | null;
|
|
126
|
-
createTime: number | null;
|
|
127
|
-
createTimeISO: string | null;
|
|
128
|
-
webVideoUrl: string | null;
|
|
129
|
-
covers: string[] | null;
|
|
130
|
-
}, {
|
|
131
119
|
stats: {
|
|
132
120
|
collectCount: number | null;
|
|
133
121
|
commentCount: number | null;
|
|
@@ -135,12 +123,17 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
135
123
|
playCount: number | null;
|
|
136
124
|
shareCount: number | null;
|
|
137
125
|
} | null;
|
|
138
|
-
|
|
126
|
+
createTime: number | null;
|
|
127
|
+
createTimeISO: string | null;
|
|
128
|
+
webVideoUrl: string | null;
|
|
129
|
+
covers: string[] | null;
|
|
130
|
+
}, {
|
|
139
131
|
id: string | null;
|
|
140
132
|
hashtags: {
|
|
141
133
|
name: string | null;
|
|
142
134
|
}[] | null;
|
|
143
135
|
videoUrl: string | null;
|
|
136
|
+
text: string | null;
|
|
144
137
|
author: {
|
|
145
138
|
id: string | null;
|
|
146
139
|
verified: boolean | null;
|
|
@@ -153,6 +146,13 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
153
146
|
videoCount: number | null;
|
|
154
147
|
heartCount: number | null;
|
|
155
148
|
} | null;
|
|
149
|
+
stats: {
|
|
150
|
+
collectCount: number | null;
|
|
151
|
+
commentCount: number | null;
|
|
152
|
+
diggCount: number | null;
|
|
153
|
+
playCount: number | null;
|
|
154
|
+
shareCount: number | null;
|
|
155
|
+
} | null;
|
|
156
156
|
createTime: number | null;
|
|
157
157
|
createTimeISO: string | null;
|
|
158
158
|
webVideoUrl: string | null;
|
|
@@ -162,23 +162,15 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
162
162
|
success: z.ZodBoolean;
|
|
163
163
|
error: z.ZodString;
|
|
164
164
|
}, "strip", z.ZodTypeAny, {
|
|
165
|
-
error: string;
|
|
166
165
|
success: boolean;
|
|
167
|
-
|
|
166
|
+
error: string;
|
|
168
167
|
videos: {
|
|
169
|
-
stats: {
|
|
170
|
-
collectCount: number | null;
|
|
171
|
-
commentCount: number | null;
|
|
172
|
-
diggCount: number | null;
|
|
173
|
-
playCount: number | null;
|
|
174
|
-
shareCount: number | null;
|
|
175
|
-
} | null;
|
|
176
|
-
text: string | null;
|
|
177
168
|
id: string | null;
|
|
178
169
|
hashtags: {
|
|
179
170
|
name: string | null;
|
|
180
171
|
}[] | null;
|
|
181
172
|
videoUrl: string | null;
|
|
173
|
+
text: string | null;
|
|
182
174
|
author: {
|
|
183
175
|
id: string | null;
|
|
184
176
|
verified: boolean | null;
|
|
@@ -191,30 +183,30 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
191
183
|
videoCount: number | null;
|
|
192
184
|
heartCount: number | null;
|
|
193
185
|
} | null;
|
|
186
|
+
stats: {
|
|
187
|
+
collectCount: number | null;
|
|
188
|
+
commentCount: number | null;
|
|
189
|
+
diggCount: number | null;
|
|
190
|
+
playCount: number | null;
|
|
191
|
+
shareCount: number | null;
|
|
192
|
+
} | null;
|
|
194
193
|
createTime: number | null;
|
|
195
194
|
createTimeISO: string | null;
|
|
196
195
|
webVideoUrl: string | null;
|
|
197
196
|
covers: string[] | null;
|
|
198
197
|
}[];
|
|
198
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
199
199
|
totalVideos: number;
|
|
200
200
|
}, {
|
|
201
|
-
error: string;
|
|
202
201
|
success: boolean;
|
|
203
|
-
|
|
202
|
+
error: string;
|
|
204
203
|
videos: {
|
|
205
|
-
stats: {
|
|
206
|
-
collectCount: number | null;
|
|
207
|
-
commentCount: number | null;
|
|
208
|
-
diggCount: number | null;
|
|
209
|
-
playCount: number | null;
|
|
210
|
-
shareCount: number | null;
|
|
211
|
-
} | null;
|
|
212
|
-
text: string | null;
|
|
213
204
|
id: string | null;
|
|
214
205
|
hashtags: {
|
|
215
206
|
name: string | null;
|
|
216
207
|
}[] | null;
|
|
217
208
|
videoUrl: string | null;
|
|
209
|
+
text: string | null;
|
|
218
210
|
author: {
|
|
219
211
|
id: string | null;
|
|
220
212
|
verified: boolean | null;
|
|
@@ -227,11 +219,19 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
227
219
|
videoCount: number | null;
|
|
228
220
|
heartCount: number | null;
|
|
229
221
|
} | null;
|
|
222
|
+
stats: {
|
|
223
|
+
collectCount: number | null;
|
|
224
|
+
commentCount: number | null;
|
|
225
|
+
diggCount: number | null;
|
|
226
|
+
playCount: number | null;
|
|
227
|
+
shareCount: number | null;
|
|
228
|
+
} | null;
|
|
230
229
|
createTime: number | null;
|
|
231
230
|
createTimeISO: string | null;
|
|
232
231
|
webVideoUrl: string | null;
|
|
233
232
|
covers: string[] | null;
|
|
234
233
|
}[];
|
|
234
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
235
235
|
totalVideos: number;
|
|
236
236
|
}>;
|
|
237
237
|
type TikTokToolParams = z.output<typeof TikTokToolParamsSchema>;
|
|
@@ -335,19 +335,12 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
335
335
|
name: string | null;
|
|
336
336
|
}>, "many">>;
|
|
337
337
|
}, "strip", z.ZodTypeAny, {
|
|
338
|
-
stats: {
|
|
339
|
-
collectCount: number | null;
|
|
340
|
-
commentCount: number | null;
|
|
341
|
-
diggCount: number | null;
|
|
342
|
-
playCount: number | null;
|
|
343
|
-
shareCount: number | null;
|
|
344
|
-
} | null;
|
|
345
|
-
text: string | null;
|
|
346
338
|
id: string | null;
|
|
347
339
|
hashtags: {
|
|
348
340
|
name: string | null;
|
|
349
341
|
}[] | null;
|
|
350
342
|
videoUrl: string | null;
|
|
343
|
+
text: string | null;
|
|
351
344
|
author: {
|
|
352
345
|
id: string | null;
|
|
353
346
|
verified: boolean | null;
|
|
@@ -360,11 +353,6 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
360
353
|
videoCount: number | null;
|
|
361
354
|
heartCount: number | null;
|
|
362
355
|
} | null;
|
|
363
|
-
createTime: number | null;
|
|
364
|
-
createTimeISO: string | null;
|
|
365
|
-
webVideoUrl: string | null;
|
|
366
|
-
covers: string[] | null;
|
|
367
|
-
}, {
|
|
368
356
|
stats: {
|
|
369
357
|
collectCount: number | null;
|
|
370
358
|
commentCount: number | null;
|
|
@@ -372,12 +360,17 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
372
360
|
playCount: number | null;
|
|
373
361
|
shareCount: number | null;
|
|
374
362
|
} | null;
|
|
375
|
-
|
|
363
|
+
createTime: number | null;
|
|
364
|
+
createTimeISO: string | null;
|
|
365
|
+
webVideoUrl: string | null;
|
|
366
|
+
covers: string[] | null;
|
|
367
|
+
}, {
|
|
376
368
|
id: string | null;
|
|
377
369
|
hashtags: {
|
|
378
370
|
name: string | null;
|
|
379
371
|
}[] | null;
|
|
380
372
|
videoUrl: string | null;
|
|
373
|
+
text: string | null;
|
|
381
374
|
author: {
|
|
382
375
|
id: string | null;
|
|
383
376
|
verified: boolean | null;
|
|
@@ -390,6 +383,13 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
390
383
|
videoCount: number | null;
|
|
391
384
|
heartCount: number | null;
|
|
392
385
|
} | null;
|
|
386
|
+
stats: {
|
|
387
|
+
collectCount: number | null;
|
|
388
|
+
commentCount: number | null;
|
|
389
|
+
diggCount: number | null;
|
|
390
|
+
playCount: number | null;
|
|
391
|
+
shareCount: number | null;
|
|
392
|
+
} | null;
|
|
393
393
|
createTime: number | null;
|
|
394
394
|
createTimeISO: string | null;
|
|
395
395
|
webVideoUrl: string | null;
|
|
@@ -399,23 +399,15 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
399
399
|
success: z.ZodBoolean;
|
|
400
400
|
error: z.ZodString;
|
|
401
401
|
}, "strip", z.ZodTypeAny, {
|
|
402
|
-
error: string;
|
|
403
402
|
success: boolean;
|
|
404
|
-
|
|
403
|
+
error: string;
|
|
405
404
|
videos: {
|
|
406
|
-
stats: {
|
|
407
|
-
collectCount: number | null;
|
|
408
|
-
commentCount: number | null;
|
|
409
|
-
diggCount: number | null;
|
|
410
|
-
playCount: number | null;
|
|
411
|
-
shareCount: number | null;
|
|
412
|
-
} | null;
|
|
413
|
-
text: string | null;
|
|
414
405
|
id: string | null;
|
|
415
406
|
hashtags: {
|
|
416
407
|
name: string | null;
|
|
417
408
|
}[] | null;
|
|
418
409
|
videoUrl: string | null;
|
|
410
|
+
text: string | null;
|
|
419
411
|
author: {
|
|
420
412
|
id: string | null;
|
|
421
413
|
verified: boolean | null;
|
|
@@ -428,30 +420,30 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
428
420
|
videoCount: number | null;
|
|
429
421
|
heartCount: number | null;
|
|
430
422
|
} | null;
|
|
423
|
+
stats: {
|
|
424
|
+
collectCount: number | null;
|
|
425
|
+
commentCount: number | null;
|
|
426
|
+
diggCount: number | null;
|
|
427
|
+
playCount: number | null;
|
|
428
|
+
shareCount: number | null;
|
|
429
|
+
} | null;
|
|
431
430
|
createTime: number | null;
|
|
432
431
|
createTimeISO: string | null;
|
|
433
432
|
webVideoUrl: string | null;
|
|
434
433
|
covers: string[] | null;
|
|
435
434
|
}[];
|
|
435
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
436
436
|
totalVideos: number;
|
|
437
437
|
}, {
|
|
438
|
-
error: string;
|
|
439
438
|
success: boolean;
|
|
440
|
-
|
|
439
|
+
error: string;
|
|
441
440
|
videos: {
|
|
442
|
-
stats: {
|
|
443
|
-
collectCount: number | null;
|
|
444
|
-
commentCount: number | null;
|
|
445
|
-
diggCount: number | null;
|
|
446
|
-
playCount: number | null;
|
|
447
|
-
shareCount: number | null;
|
|
448
|
-
} | null;
|
|
449
|
-
text: string | null;
|
|
450
441
|
id: string | null;
|
|
451
442
|
hashtags: {
|
|
452
443
|
name: string | null;
|
|
453
444
|
}[] | null;
|
|
454
445
|
videoUrl: string | null;
|
|
446
|
+
text: string | null;
|
|
455
447
|
author: {
|
|
456
448
|
id: string | null;
|
|
457
449
|
verified: boolean | null;
|
|
@@ -464,11 +456,19 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
464
456
|
videoCount: number | null;
|
|
465
457
|
heartCount: number | null;
|
|
466
458
|
} | null;
|
|
459
|
+
stats: {
|
|
460
|
+
collectCount: number | null;
|
|
461
|
+
commentCount: number | null;
|
|
462
|
+
diggCount: number | null;
|
|
463
|
+
playCount: number | null;
|
|
464
|
+
shareCount: number | null;
|
|
465
|
+
} | null;
|
|
467
466
|
createTime: number | null;
|
|
468
467
|
createTimeISO: string | null;
|
|
469
468
|
webVideoUrl: string | null;
|
|
470
469
|
covers: string[] | null;
|
|
471
470
|
}[];
|
|
471
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
472
472
|
totalVideos: number;
|
|
473
473
|
}>;
|
|
474
474
|
static readonly shortDescription = "Scrape TikTok profiles, videos, and hashtags.";
|
|
@@ -99,16 +99,16 @@ declare const MyCustomToolResultSchema: z.ZodObject<{
|
|
|
99
99
|
success: z.ZodBoolean;
|
|
100
100
|
error: z.ZodString;
|
|
101
101
|
}, "strip", z.ZodTypeAny, {
|
|
102
|
-
error: string;
|
|
103
102
|
success: boolean;
|
|
103
|
+
error: string;
|
|
104
104
|
metadata: {
|
|
105
105
|
processedAt: string;
|
|
106
106
|
itemsProcessed: number;
|
|
107
107
|
};
|
|
108
108
|
processedData: string;
|
|
109
109
|
}, {
|
|
110
|
-
error: string;
|
|
111
110
|
success: boolean;
|
|
111
|
+
error: string;
|
|
112
112
|
metadata: {
|
|
113
113
|
processedAt: string;
|
|
114
114
|
itemsProcessed: number;
|
|
@@ -172,16 +172,16 @@ export declare class MyCustomTool extends ToolBubble<MyCustomToolParams, MyCusto
|
|
|
172
172
|
success: z.ZodBoolean;
|
|
173
173
|
error: z.ZodString;
|
|
174
174
|
}, "strip", z.ZodTypeAny, {
|
|
175
|
-
error: string;
|
|
176
175
|
success: boolean;
|
|
176
|
+
error: string;
|
|
177
177
|
metadata: {
|
|
178
178
|
processedAt: string;
|
|
179
179
|
itemsProcessed: number;
|
|
180
180
|
};
|
|
181
181
|
processedData: string;
|
|
182
182
|
}, {
|
|
183
|
-
error: string;
|
|
184
183
|
success: boolean;
|
|
184
|
+
error: string;
|
|
185
185
|
metadata: {
|
|
186
186
|
processedAt: string;
|
|
187
187
|
itemsProcessed: number;
|