@bubblelab/bubble-core 0.1.53 → 0.1.55
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 +110 -110
- package/dist/bubbles/service-bubble/agi-inc.d.ts +172 -172
- package/dist/bubbles/service-bubble/ai-agent.d.ts +66 -66
- package/dist/bubbles/service-bubble/airtable.d.ts +228 -228
- package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +202 -202
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +26 -26
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +758 -758
- package/dist/bubbles/service-bubble/followupboss.d.ts +436 -436
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +281 -281
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
- package/dist/bubbles/service-bubble/github.d.ts +248 -248
- package/dist/bubbles/service-bubble/gmail.d.ts +659 -659
- package/dist/bubbles/service-bubble/google-calendar.d.ts +60 -60
- package/dist/bubbles/service-bubble/google-drive.d.ts +144 -144
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +81 -81
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
- package/dist/bubbles/service-bubble/notion/notion.d.ts +2219 -2219
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +44 -44
- package/dist/bubbles/service-bubble/slack/slack.d.ts +615 -615
- package/dist/bubbles/service-bubble/storage.d.ts +60 -60
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +158 -158
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +170 -170
- package/dist/bubbles/service-bubble/telegram.d.ts +1742 -1742
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +144 -144
- 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 +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +148 -148
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +164 -164
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
- 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 +20 -20
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +104 -104
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +30 -30
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +162 -162
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -21,30 +21,30 @@ declare const RedditPostSchema: z.ZodObject<{
|
|
|
21
21
|
title: string;
|
|
22
22
|
url: string;
|
|
23
23
|
author: string;
|
|
24
|
+
subreddit: string;
|
|
24
25
|
score: number;
|
|
25
26
|
numComments: number;
|
|
26
27
|
createdUtc: number;
|
|
27
28
|
postUrl: string;
|
|
28
29
|
selftext: string;
|
|
29
|
-
subreddit: string;
|
|
30
30
|
isSelf: boolean;
|
|
31
|
-
thumbnail?: string | undefined;
|
|
32
31
|
domain?: string | undefined;
|
|
32
|
+
thumbnail?: string | undefined;
|
|
33
33
|
postHint?: string | null | undefined;
|
|
34
34
|
flair?: string | undefined;
|
|
35
35
|
}, {
|
|
36
36
|
title: string;
|
|
37
37
|
url: string;
|
|
38
38
|
author: string;
|
|
39
|
+
subreddit: string;
|
|
39
40
|
score: number;
|
|
40
41
|
numComments: number;
|
|
41
42
|
createdUtc: number;
|
|
42
43
|
postUrl: string;
|
|
43
44
|
selftext: string;
|
|
44
|
-
subreddit: string;
|
|
45
45
|
isSelf: boolean;
|
|
46
|
-
thumbnail?: string | undefined;
|
|
47
46
|
domain?: string | undefined;
|
|
47
|
+
thumbnail?: string | undefined;
|
|
48
48
|
postHint?: string | null | undefined;
|
|
49
49
|
flair?: string | undefined;
|
|
50
50
|
}>;
|
|
@@ -96,30 +96,30 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
96
96
|
title: string;
|
|
97
97
|
url: string;
|
|
98
98
|
author: string;
|
|
99
|
+
subreddit: string;
|
|
99
100
|
score: number;
|
|
100
101
|
numComments: number;
|
|
101
102
|
createdUtc: number;
|
|
102
103
|
postUrl: string;
|
|
103
104
|
selftext: string;
|
|
104
|
-
subreddit: string;
|
|
105
105
|
isSelf: boolean;
|
|
106
|
-
thumbnail?: string | undefined;
|
|
107
106
|
domain?: string | undefined;
|
|
107
|
+
thumbnail?: string | undefined;
|
|
108
108
|
postHint?: string | null | undefined;
|
|
109
109
|
flair?: string | undefined;
|
|
110
110
|
}, {
|
|
111
111
|
title: string;
|
|
112
112
|
url: string;
|
|
113
113
|
author: string;
|
|
114
|
+
subreddit: string;
|
|
114
115
|
score: number;
|
|
115
116
|
numComments: number;
|
|
116
117
|
createdUtc: number;
|
|
117
118
|
postUrl: string;
|
|
118
119
|
selftext: string;
|
|
119
|
-
subreddit: string;
|
|
120
120
|
isSelf: boolean;
|
|
121
|
-
thumbnail?: string | undefined;
|
|
122
121
|
domain?: string | undefined;
|
|
122
|
+
thumbnail?: string | undefined;
|
|
123
123
|
postHint?: string | null | undefined;
|
|
124
124
|
flair?: string | undefined;
|
|
125
125
|
}>, "many">;
|
|
@@ -154,6 +154,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
154
154
|
success: z.ZodBoolean;
|
|
155
155
|
error: z.ZodString;
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
|
+
error: string;
|
|
158
|
+
success: boolean;
|
|
157
159
|
metadata: {
|
|
158
160
|
sort: string;
|
|
159
161
|
scrapedAt: string;
|
|
@@ -164,25 +166,25 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
164
166
|
apiEndpoint: string;
|
|
165
167
|
timeFilter?: string | undefined;
|
|
166
168
|
};
|
|
167
|
-
success: boolean;
|
|
168
|
-
error: string;
|
|
169
169
|
posts: {
|
|
170
170
|
title: string;
|
|
171
171
|
url: string;
|
|
172
172
|
author: string;
|
|
173
|
+
subreddit: string;
|
|
173
174
|
score: number;
|
|
174
175
|
numComments: number;
|
|
175
176
|
createdUtc: number;
|
|
176
177
|
postUrl: string;
|
|
177
178
|
selftext: string;
|
|
178
|
-
subreddit: string;
|
|
179
179
|
isSelf: boolean;
|
|
180
|
-
thumbnail?: string | undefined;
|
|
181
180
|
domain?: string | undefined;
|
|
181
|
+
thumbnail?: string | undefined;
|
|
182
182
|
postHint?: string | null | undefined;
|
|
183
183
|
flair?: string | undefined;
|
|
184
184
|
}[];
|
|
185
185
|
}, {
|
|
186
|
+
error: string;
|
|
187
|
+
success: boolean;
|
|
186
188
|
metadata: {
|
|
187
189
|
sort: string;
|
|
188
190
|
scrapedAt: string;
|
|
@@ -193,21 +195,19 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
193
195
|
apiEndpoint: string;
|
|
194
196
|
timeFilter?: string | undefined;
|
|
195
197
|
};
|
|
196
|
-
success: boolean;
|
|
197
|
-
error: string;
|
|
198
198
|
posts: {
|
|
199
199
|
title: string;
|
|
200
200
|
url: string;
|
|
201
201
|
author: string;
|
|
202
|
+
subreddit: string;
|
|
202
203
|
score: number;
|
|
203
204
|
numComments: number;
|
|
204
205
|
createdUtc: number;
|
|
205
206
|
postUrl: string;
|
|
206
207
|
selftext: string;
|
|
207
|
-
subreddit: string;
|
|
208
208
|
isSelf: boolean;
|
|
209
|
-
thumbnail?: string | undefined;
|
|
210
209
|
domain?: string | undefined;
|
|
210
|
+
thumbnail?: string | undefined;
|
|
211
211
|
postHint?: string | null | undefined;
|
|
212
212
|
flair?: string | undefined;
|
|
213
213
|
}[];
|
|
@@ -266,30 +266,30 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
266
266
|
title: string;
|
|
267
267
|
url: string;
|
|
268
268
|
author: string;
|
|
269
|
+
subreddit: string;
|
|
269
270
|
score: number;
|
|
270
271
|
numComments: number;
|
|
271
272
|
createdUtc: number;
|
|
272
273
|
postUrl: string;
|
|
273
274
|
selftext: string;
|
|
274
|
-
subreddit: string;
|
|
275
275
|
isSelf: boolean;
|
|
276
|
-
thumbnail?: string | undefined;
|
|
277
276
|
domain?: string | undefined;
|
|
277
|
+
thumbnail?: string | undefined;
|
|
278
278
|
postHint?: string | null | undefined;
|
|
279
279
|
flair?: string | undefined;
|
|
280
280
|
}, {
|
|
281
281
|
title: string;
|
|
282
282
|
url: string;
|
|
283
283
|
author: string;
|
|
284
|
+
subreddit: string;
|
|
284
285
|
score: number;
|
|
285
286
|
numComments: number;
|
|
286
287
|
createdUtc: number;
|
|
287
288
|
postUrl: string;
|
|
288
289
|
selftext: string;
|
|
289
|
-
subreddit: string;
|
|
290
290
|
isSelf: boolean;
|
|
291
|
-
thumbnail?: string | undefined;
|
|
292
291
|
domain?: string | undefined;
|
|
292
|
+
thumbnail?: string | undefined;
|
|
293
293
|
postHint?: string | null | undefined;
|
|
294
294
|
flair?: string | undefined;
|
|
295
295
|
}>, "many">;
|
|
@@ -324,6 +324,8 @@ 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
|
+
success: boolean;
|
|
327
329
|
metadata: {
|
|
328
330
|
sort: string;
|
|
329
331
|
scrapedAt: string;
|
|
@@ -334,25 +336,25 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
334
336
|
apiEndpoint: string;
|
|
335
337
|
timeFilter?: string | undefined;
|
|
336
338
|
};
|
|
337
|
-
success: boolean;
|
|
338
|
-
error: string;
|
|
339
339
|
posts: {
|
|
340
340
|
title: string;
|
|
341
341
|
url: string;
|
|
342
342
|
author: string;
|
|
343
|
+
subreddit: string;
|
|
343
344
|
score: number;
|
|
344
345
|
numComments: number;
|
|
345
346
|
createdUtc: number;
|
|
346
347
|
postUrl: string;
|
|
347
348
|
selftext: string;
|
|
348
|
-
subreddit: string;
|
|
349
349
|
isSelf: boolean;
|
|
350
|
-
thumbnail?: string | undefined;
|
|
351
350
|
domain?: string | undefined;
|
|
351
|
+
thumbnail?: string | undefined;
|
|
352
352
|
postHint?: string | null | undefined;
|
|
353
353
|
flair?: string | undefined;
|
|
354
354
|
}[];
|
|
355
355
|
}, {
|
|
356
|
+
error: string;
|
|
357
|
+
success: boolean;
|
|
356
358
|
metadata: {
|
|
357
359
|
sort: string;
|
|
358
360
|
scrapedAt: string;
|
|
@@ -363,21 +365,19 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
363
365
|
apiEndpoint: string;
|
|
364
366
|
timeFilter?: string | undefined;
|
|
365
367
|
};
|
|
366
|
-
success: boolean;
|
|
367
|
-
error: string;
|
|
368
368
|
posts: {
|
|
369
369
|
title: string;
|
|
370
370
|
url: string;
|
|
371
371
|
author: string;
|
|
372
|
+
subreddit: string;
|
|
372
373
|
score: number;
|
|
373
374
|
numComments: number;
|
|
374
375
|
createdUtc: number;
|
|
375
376
|
postUrl: string;
|
|
376
377
|
selftext: string;
|
|
377
|
-
subreddit: string;
|
|
378
378
|
isSelf: boolean;
|
|
379
|
-
thumbnail?: string | undefined;
|
|
380
379
|
domain?: string | undefined;
|
|
380
|
+
thumbnail?: string | undefined;
|
|
381
381
|
postHint?: string | null | undefined;
|
|
382
382
|
flair?: string | undefined;
|
|
383
383
|
}[];
|
|
@@ -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
|
-
success: boolean;
|
|
36
35
|
error: string;
|
|
36
|
+
success: boolean;
|
|
37
37
|
summary: string;
|
|
38
38
|
sourcesUsed: string[];
|
|
39
39
|
iterationsUsed: number;
|
|
40
40
|
result?: any;
|
|
41
41
|
}, {
|
|
42
|
-
success: boolean;
|
|
43
42
|
error: string;
|
|
43
|
+
success: boolean;
|
|
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
|
-
success: boolean;
|
|
85
84
|
error: string;
|
|
85
|
+
success: boolean;
|
|
86
86
|
summary: string;
|
|
87
87
|
sourcesUsed: string[];
|
|
88
88
|
iterationsUsed: number;
|
|
89
89
|
result?: any;
|
|
90
90
|
}, {
|
|
91
|
-
success: boolean;
|
|
92
91
|
error: string;
|
|
92
|
+
success: boolean;
|
|
93
93
|
summary: string;
|
|
94
94
|
sourcesUsed: string[];
|
|
95
95
|
iterationsUsed: number;
|
|
@@ -8,13 +8,13 @@ declare const SQLQueryToolParamsSchema: z.ZodObject<{
|
|
|
8
8
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
9
9
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
|
-
reasoning: string;
|
|
12
11
|
query: string;
|
|
12
|
+
reasoning: string;
|
|
13
13
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
14
14
|
config?: Record<string, unknown> | undefined;
|
|
15
15
|
}, {
|
|
16
|
-
reasoning: string;
|
|
17
16
|
query: string;
|
|
17
|
+
reasoning: string;
|
|
18
18
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19
19
|
config?: Record<string, unknown> | undefined;
|
|
20
20
|
}>;
|
|
@@ -38,8 +38,8 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
|
|
|
38
38
|
success: z.ZodBoolean;
|
|
39
39
|
error: z.ZodString;
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
|
-
success: boolean;
|
|
42
41
|
error: string;
|
|
42
|
+
success: boolean;
|
|
43
43
|
rowCount: number;
|
|
44
44
|
executionTime: number;
|
|
45
45
|
rows?: Record<string, unknown>[] | undefined;
|
|
@@ -48,8 +48,8 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
|
|
|
48
48
|
dataTypeID?: number | undefined;
|
|
49
49
|
}[] | undefined;
|
|
50
50
|
}, {
|
|
51
|
-
success: boolean;
|
|
52
51
|
error: string;
|
|
52
|
+
success: boolean;
|
|
53
53
|
rowCount: number;
|
|
54
54
|
executionTime: number;
|
|
55
55
|
rows?: Record<string, unknown>[] | undefined;
|
|
@@ -74,13 +74,13 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
|
|
|
74
74
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
75
75
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
76
76
|
}, "strip", z.ZodTypeAny, {
|
|
77
|
-
reasoning: string;
|
|
78
77
|
query: string;
|
|
78
|
+
reasoning: string;
|
|
79
79
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
80
80
|
config?: Record<string, unknown> | undefined;
|
|
81
81
|
}, {
|
|
82
|
-
reasoning: string;
|
|
83
82
|
query: string;
|
|
83
|
+
reasoning: string;
|
|
84
84
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
85
|
config?: Record<string, unknown> | undefined;
|
|
86
86
|
}>;
|
|
@@ -101,8 +101,8 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
|
|
|
101
101
|
success: z.ZodBoolean;
|
|
102
102
|
error: z.ZodString;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
|
-
success: boolean;
|
|
105
104
|
error: string;
|
|
105
|
+
success: boolean;
|
|
106
106
|
rowCount: number;
|
|
107
107
|
executionTime: number;
|
|
108
108
|
rows?: Record<string, unknown>[] | undefined;
|
|
@@ -111,8 +111,8 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
|
|
|
111
111
|
dataTypeID?: number | undefined;
|
|
112
112
|
}[] | undefined;
|
|
113
113
|
}, {
|
|
114
|
-
success: boolean;
|
|
115
114
|
error: string;
|
|
115
|
+
success: boolean;
|
|
116
116
|
rowCount: number;
|
|
117
117
|
executionTime: number;
|
|
118
118
|
rows?: Record<string, unknown>[] | undefined;
|
|
@@ -49,22 +49,22 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
49
49
|
id: string | null;
|
|
50
50
|
verified: boolean | null;
|
|
51
51
|
signature: string | null;
|
|
52
|
+
followingCount: number | null;
|
|
52
53
|
uniqueId: string | null;
|
|
53
54
|
nickname: string | null;
|
|
54
55
|
avatarThumb: string | null;
|
|
55
56
|
followerCount: number | null;
|
|
56
|
-
followingCount: number | null;
|
|
57
57
|
videoCount: number | null;
|
|
58
58
|
heartCount: number | null;
|
|
59
59
|
}, {
|
|
60
60
|
id: string | null;
|
|
61
61
|
verified: boolean | null;
|
|
62
62
|
signature: string | null;
|
|
63
|
+
followingCount: number | null;
|
|
63
64
|
uniqueId: string | null;
|
|
64
65
|
nickname: string | null;
|
|
65
66
|
avatarThumb: string | null;
|
|
66
67
|
followerCount: number | null;
|
|
67
|
-
followingCount: number | null;
|
|
68
68
|
videoCount: number | null;
|
|
69
69
|
heartCount: number | null;
|
|
70
70
|
}>>;
|
|
@@ -108,11 +108,11 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
108
108
|
id: string | null;
|
|
109
109
|
verified: boolean | null;
|
|
110
110
|
signature: string | null;
|
|
111
|
+
followingCount: number | null;
|
|
111
112
|
uniqueId: string | null;
|
|
112
113
|
nickname: string | null;
|
|
113
114
|
avatarThumb: string | null;
|
|
114
115
|
followerCount: number | null;
|
|
115
|
-
followingCount: number | null;
|
|
116
116
|
videoCount: number | null;
|
|
117
117
|
heartCount: number | null;
|
|
118
118
|
} | null;
|
|
@@ -138,11 +138,11 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
138
138
|
id: string | null;
|
|
139
139
|
verified: boolean | null;
|
|
140
140
|
signature: string | null;
|
|
141
|
+
followingCount: number | null;
|
|
141
142
|
uniqueId: string | null;
|
|
142
143
|
nickname: string | null;
|
|
143
144
|
avatarThumb: string | null;
|
|
144
145
|
followerCount: number | null;
|
|
145
|
-
followingCount: number | null;
|
|
146
146
|
videoCount: number | null;
|
|
147
147
|
heartCount: number | null;
|
|
148
148
|
} | null;
|
|
@@ -162,9 +162,9 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
162
162
|
success: z.ZodBoolean;
|
|
163
163
|
error: z.ZodString;
|
|
164
164
|
}, "strip", z.ZodTypeAny, {
|
|
165
|
-
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
166
|
-
success: boolean;
|
|
167
165
|
error: string;
|
|
166
|
+
success: boolean;
|
|
167
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
168
168
|
videos: {
|
|
169
169
|
id: string | null;
|
|
170
170
|
text: string | null;
|
|
@@ -176,11 +176,11 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
176
176
|
id: string | null;
|
|
177
177
|
verified: boolean | null;
|
|
178
178
|
signature: string | null;
|
|
179
|
+
followingCount: number | null;
|
|
179
180
|
uniqueId: string | null;
|
|
180
181
|
nickname: string | null;
|
|
181
182
|
avatarThumb: string | null;
|
|
182
183
|
followerCount: number | null;
|
|
183
|
-
followingCount: number | null;
|
|
184
184
|
videoCount: number | null;
|
|
185
185
|
heartCount: number | null;
|
|
186
186
|
} | null;
|
|
@@ -198,9 +198,9 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
198
198
|
}[];
|
|
199
199
|
totalVideos: number;
|
|
200
200
|
}, {
|
|
201
|
-
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
202
|
-
success: boolean;
|
|
203
201
|
error: string;
|
|
202
|
+
success: boolean;
|
|
203
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
204
204
|
videos: {
|
|
205
205
|
id: string | null;
|
|
206
206
|
text: string | null;
|
|
@@ -212,11 +212,11 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
212
212
|
id: string | null;
|
|
213
213
|
verified: boolean | null;
|
|
214
214
|
signature: string | null;
|
|
215
|
+
followingCount: number | null;
|
|
215
216
|
uniqueId: string | null;
|
|
216
217
|
nickname: string | null;
|
|
217
218
|
avatarThumb: string | null;
|
|
218
219
|
followerCount: number | null;
|
|
219
|
-
followingCount: number | null;
|
|
220
220
|
videoCount: number | null;
|
|
221
221
|
heartCount: number | null;
|
|
222
222
|
} | null;
|
|
@@ -286,22 +286,22 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
286
286
|
id: string | null;
|
|
287
287
|
verified: boolean | null;
|
|
288
288
|
signature: string | null;
|
|
289
|
+
followingCount: number | null;
|
|
289
290
|
uniqueId: string | null;
|
|
290
291
|
nickname: string | null;
|
|
291
292
|
avatarThumb: string | null;
|
|
292
293
|
followerCount: number | null;
|
|
293
|
-
followingCount: number | null;
|
|
294
294
|
videoCount: number | null;
|
|
295
295
|
heartCount: number | null;
|
|
296
296
|
}, {
|
|
297
297
|
id: string | null;
|
|
298
298
|
verified: boolean | null;
|
|
299
299
|
signature: string | null;
|
|
300
|
+
followingCount: number | null;
|
|
300
301
|
uniqueId: string | null;
|
|
301
302
|
nickname: string | null;
|
|
302
303
|
avatarThumb: string | null;
|
|
303
304
|
followerCount: number | null;
|
|
304
|
-
followingCount: number | null;
|
|
305
305
|
videoCount: number | null;
|
|
306
306
|
heartCount: number | null;
|
|
307
307
|
}>>;
|
|
@@ -345,11 +345,11 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
345
345
|
id: string | null;
|
|
346
346
|
verified: boolean | null;
|
|
347
347
|
signature: string | null;
|
|
348
|
+
followingCount: number | null;
|
|
348
349
|
uniqueId: string | null;
|
|
349
350
|
nickname: string | null;
|
|
350
351
|
avatarThumb: string | null;
|
|
351
352
|
followerCount: number | null;
|
|
352
|
-
followingCount: number | null;
|
|
353
353
|
videoCount: number | null;
|
|
354
354
|
heartCount: number | null;
|
|
355
355
|
} | null;
|
|
@@ -375,11 +375,11 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
375
375
|
id: string | null;
|
|
376
376
|
verified: boolean | null;
|
|
377
377
|
signature: string | null;
|
|
378
|
+
followingCount: number | null;
|
|
378
379
|
uniqueId: string | null;
|
|
379
380
|
nickname: string | null;
|
|
380
381
|
avatarThumb: string | null;
|
|
381
382
|
followerCount: number | null;
|
|
382
|
-
followingCount: number | null;
|
|
383
383
|
videoCount: number | null;
|
|
384
384
|
heartCount: number | null;
|
|
385
385
|
} | null;
|
|
@@ -399,9 +399,9 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
399
399
|
success: z.ZodBoolean;
|
|
400
400
|
error: z.ZodString;
|
|
401
401
|
}, "strip", z.ZodTypeAny, {
|
|
402
|
-
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
403
|
-
success: boolean;
|
|
404
402
|
error: string;
|
|
403
|
+
success: boolean;
|
|
404
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
405
405
|
videos: {
|
|
406
406
|
id: string | null;
|
|
407
407
|
text: string | null;
|
|
@@ -413,11 +413,11 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
413
413
|
id: string | null;
|
|
414
414
|
verified: boolean | null;
|
|
415
415
|
signature: string | null;
|
|
416
|
+
followingCount: number | null;
|
|
416
417
|
uniqueId: string | null;
|
|
417
418
|
nickname: string | null;
|
|
418
419
|
avatarThumb: string | null;
|
|
419
420
|
followerCount: number | null;
|
|
420
|
-
followingCount: number | null;
|
|
421
421
|
videoCount: number | null;
|
|
422
422
|
heartCount: number | null;
|
|
423
423
|
} | null;
|
|
@@ -435,9 +435,9 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
435
435
|
}[];
|
|
436
436
|
totalVideos: number;
|
|
437
437
|
}, {
|
|
438
|
-
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
439
|
-
success: boolean;
|
|
440
438
|
error: string;
|
|
439
|
+
success: boolean;
|
|
440
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
441
441
|
videos: {
|
|
442
442
|
id: string | null;
|
|
443
443
|
text: string | null;
|
|
@@ -449,11 +449,11 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
449
449
|
id: string | null;
|
|
450
450
|
verified: boolean | null;
|
|
451
451
|
signature: string | null;
|
|
452
|
+
followingCount: number | null;
|
|
452
453
|
uniqueId: string | null;
|
|
453
454
|
nickname: string | null;
|
|
454
455
|
avatarThumb: string | null;
|
|
455
456
|
followerCount: number | null;
|
|
456
|
-
followingCount: number | null;
|
|
457
457
|
videoCount: number | null;
|
|
458
458
|
heartCount: number | null;
|
|
459
459
|
} | null;
|
|
@@ -99,20 +99,20 @@ declare const MyCustomToolResultSchema: z.ZodObject<{
|
|
|
99
99
|
success: z.ZodBoolean;
|
|
100
100
|
error: z.ZodString;
|
|
101
101
|
}, "strip", z.ZodTypeAny, {
|
|
102
|
+
error: string;
|
|
103
|
+
success: boolean;
|
|
102
104
|
metadata: {
|
|
103
105
|
processedAt: string;
|
|
104
106
|
itemsProcessed: number;
|
|
105
107
|
};
|
|
106
|
-
success: boolean;
|
|
107
|
-
error: string;
|
|
108
108
|
processedData: string;
|
|
109
109
|
}, {
|
|
110
|
+
error: string;
|
|
111
|
+
success: boolean;
|
|
110
112
|
metadata: {
|
|
111
113
|
processedAt: string;
|
|
112
114
|
itemsProcessed: number;
|
|
113
115
|
};
|
|
114
|
-
success: boolean;
|
|
115
|
-
error: string;
|
|
116
116
|
processedData: string;
|
|
117
117
|
}>;
|
|
118
118
|
/**
|
|
@@ -172,20 +172,20 @@ 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
|
+
success: boolean;
|
|
175
177
|
metadata: {
|
|
176
178
|
processedAt: string;
|
|
177
179
|
itemsProcessed: number;
|
|
178
180
|
};
|
|
179
|
-
success: boolean;
|
|
180
|
-
error: string;
|
|
181
181
|
processedData: string;
|
|
182
182
|
}, {
|
|
183
|
+
error: string;
|
|
184
|
+
success: boolean;
|
|
183
185
|
metadata: {
|
|
184
186
|
processedAt: string;
|
|
185
187
|
itemsProcessed: number;
|
|
186
188
|
};
|
|
187
|
-
success: boolean;
|
|
188
|
-
error: string;
|
|
189
189
|
processedData: string;
|
|
190
190
|
}>;
|
|
191
191
|
static readonly shortDescription = "Brief description of what your tool does";
|