@bubblelab/bubble-core 0.1.27 → 0.1.30
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 +160 -91
- 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 +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- 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 +12 -12
- 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 +128 -128
- package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
- package/dist/bubbles/service-bubble/github.d.ts +120 -120
- package/dist/bubbles/service-bubble/gmail.d.ts +411 -411
- package/dist/bubbles/service-bubble/google-calendar.d.ts +184 -184
- package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +33 -33
- 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 +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- 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 +535 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3659 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js +502 -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 +148 -148
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +142 -142
- 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 +20 -20
- 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 +198 -198
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- 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 +88 -88
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +42 -42
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +1791 -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;
|
|
@@ -19,8 +19,8 @@ declare const RedditPostSchema: z.ZodObject<{
|
|
|
19
19
|
flair: z.ZodOptional<z.ZodString>;
|
|
20
20
|
}, "strip", z.ZodTypeAny, {
|
|
21
21
|
title: string;
|
|
22
|
-
url: string;
|
|
23
22
|
author: string;
|
|
23
|
+
url: string;
|
|
24
24
|
score: number;
|
|
25
25
|
numComments: number;
|
|
26
26
|
createdUtc: number;
|
|
@@ -34,8 +34,8 @@ declare const RedditPostSchema: z.ZodObject<{
|
|
|
34
34
|
flair?: string | undefined;
|
|
35
35
|
}, {
|
|
36
36
|
title: string;
|
|
37
|
-
url: string;
|
|
38
37
|
author: string;
|
|
38
|
+
url: string;
|
|
39
39
|
score: number;
|
|
40
40
|
numComments: number;
|
|
41
41
|
createdUtc: number;
|
|
@@ -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;
|
|
@@ -94,8 +94,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
94
94
|
flair: z.ZodOptional<z.ZodString>;
|
|
95
95
|
}, "strip", z.ZodTypeAny, {
|
|
96
96
|
title: string;
|
|
97
|
-
url: string;
|
|
98
97
|
author: string;
|
|
98
|
+
url: string;
|
|
99
99
|
score: number;
|
|
100
100
|
numComments: number;
|
|
101
101
|
createdUtc: number;
|
|
@@ -109,8 +109,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
109
109
|
flair?: string | undefined;
|
|
110
110
|
}, {
|
|
111
111
|
title: string;
|
|
112
|
-
url: string;
|
|
113
112
|
author: string;
|
|
113
|
+
url: string;
|
|
114
114
|
score: number;
|
|
115
115
|
numComments: number;
|
|
116
116
|
createdUtc: number;
|
|
@@ -168,8 +168,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
168
168
|
};
|
|
169
169
|
posts: {
|
|
170
170
|
title: string;
|
|
171
|
-
url: string;
|
|
172
171
|
author: string;
|
|
172
|
+
url: string;
|
|
173
173
|
score: number;
|
|
174
174
|
numComments: number;
|
|
175
175
|
createdUtc: number;
|
|
@@ -197,8 +197,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
197
197
|
};
|
|
198
198
|
posts: {
|
|
199
199
|
title: string;
|
|
200
|
-
url: string;
|
|
201
200
|
author: string;
|
|
201
|
+
url: string;
|
|
202
202
|
score: number;
|
|
203
203
|
numComments: number;
|
|
204
204
|
createdUtc: number;
|
|
@@ -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;
|
|
@@ -264,8 +264,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
264
264
|
flair: z.ZodOptional<z.ZodString>;
|
|
265
265
|
}, "strip", z.ZodTypeAny, {
|
|
266
266
|
title: string;
|
|
267
|
-
url: string;
|
|
268
267
|
author: string;
|
|
268
|
+
url: string;
|
|
269
269
|
score: number;
|
|
270
270
|
numComments: number;
|
|
271
271
|
createdUtc: number;
|
|
@@ -279,8 +279,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
279
279
|
flair?: string | undefined;
|
|
280
280
|
}, {
|
|
281
281
|
title: string;
|
|
282
|
-
url: string;
|
|
283
282
|
author: string;
|
|
283
|
+
url: string;
|
|
284
284
|
score: number;
|
|
285
285
|
numComments: number;
|
|
286
286
|
createdUtc: number;
|
|
@@ -338,8 +338,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
338
338
|
};
|
|
339
339
|
posts: {
|
|
340
340
|
title: string;
|
|
341
|
-
url: string;
|
|
342
341
|
author: string;
|
|
342
|
+
url: string;
|
|
343
343
|
score: number;
|
|
344
344
|
numComments: number;
|
|
345
345
|
createdUtc: number;
|
|
@@ -367,8 +367,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
367
367
|
};
|
|
368
368
|
posts: {
|
|
369
369
|
title: string;
|
|
370
|
-
url: string;
|
|
371
370
|
author: string;
|
|
371
|
+
url: string;
|
|
372
372
|
score: number;
|
|
373
373
|
numComments: number;
|
|
374
374
|
createdUtc: number;
|
|
@@ -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;
|