@bubblelab/bubble-core 0.1.78 → 0.1.80
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 +109 -109
- package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
- package/dist/bubbles/service-bubble/ai-agent.d.ts +68 -68
- package/dist/bubbles/service-bubble/airtable.d.ts +102 -102
- package/dist/bubbles/service-bubble/apify/apify.d.ts +16 -16
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +60 -60
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +86 -86
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +398 -398
- package/dist/bubbles/service-bubble/followupboss.d.ts +144 -144
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +40 -40
- package/dist/bubbles/service-bubble/github.d.ts +72 -72
- package/dist/bubbles/service-bubble/gmail.d.ts +532 -532
- package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
- package/dist/bubbles/service-bubble/google-drive.d.ts +66 -66
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/http.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/http.js +8 -1
- package/dist/bubbles/service-bubble/http.js.map +1 -1
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +38 -38
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +32 -32
- package/dist/bubbles/service-bubble/notion/notion.d.ts +492 -492
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/slack.d.ts +1158 -852
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +215 -0
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +71 -71
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +24 -24
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +288 -288
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +58 -58
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +30 -30
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +34 -34
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +108 -108
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +10 -10
- package/dist/bubbles.json +243 -13
- package/package.json +2 -2
|
@@ -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,8 +166,6 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
164
166
|
apiEndpoint: string;
|
|
165
167
|
timeFilter?: string | undefined;
|
|
166
168
|
};
|
|
167
|
-
error: string;
|
|
168
|
-
success: boolean;
|
|
169
169
|
posts: {
|
|
170
170
|
title: string;
|
|
171
171
|
url: string;
|
|
@@ -183,6 +183,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
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,8 +195,6 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
193
195
|
apiEndpoint: string;
|
|
194
196
|
timeFilter?: string | undefined;
|
|
195
197
|
};
|
|
196
|
-
error: string;
|
|
197
|
-
success: boolean;
|
|
198
198
|
posts: {
|
|
199
199
|
title: string;
|
|
200
200
|
url: string;
|
|
@@ -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,8 +336,6 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
334
336
|
apiEndpoint: string;
|
|
335
337
|
timeFilter?: string | undefined;
|
|
336
338
|
};
|
|
337
|
-
error: string;
|
|
338
|
-
success: boolean;
|
|
339
339
|
posts: {
|
|
340
340
|
title: string;
|
|
341
341
|
url: string;
|
|
@@ -353,6 +353,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
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,8 +365,6 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
363
365
|
apiEndpoint: string;
|
|
364
366
|
timeFilter?: string | undefined;
|
|
365
367
|
};
|
|
366
|
-
error: string;
|
|
367
|
-
success: boolean;
|
|
368
368
|
posts: {
|
|
369
369
|
title: string;
|
|
370
370
|
url: string;
|
|
@@ -5,23 +5,23 @@ import { CredentialType, type BubbleName } from '@bubblelab/shared-schemas';
|
|
|
5
5
|
declare const ResearchAgentToolParamsSchema: z.ZodObject<{
|
|
6
6
|
task: z.ZodString;
|
|
7
7
|
expectedResultSchema: z.ZodUnion<[z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>, z.ZodString]>;
|
|
8
|
-
model: z.ZodDefault<z.ZodEnum<["openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5.1", "openai/gpt-5.2", "google/gemini-2.5-pro", "google/gemini-2.5-flash", "google/gemini-2.5-flash-lite", "google/gemini-2.5-flash-image-preview", "google/gemini-3-pro-preview", "google/gemini-3-pro-image-preview", "google/gemini-3-flash-preview", "anthropic/claude-sonnet-4-5", "anthropic/claude-opus-4-5", "anthropic/claude-haiku-4-5", "openrouter/x-ai/grok-code-fast-1", "openrouter/z-ai/glm-4.6", "openrouter/anthropic/claude-sonnet-4.5", "openrouter/google/gemini-3-pro-preview", "openrouter/morph/morph-v3-large", "openrouter/openai/gpt-oss-120b", "openrouter/openai/o3-deep-research", "openrouter/openai/o4-mini-deep-research"]>>;
|
|
8
|
+
model: z.ZodDefault<z.ZodEnum<["openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5.1", "openai/gpt-5.2", "google/gemini-2.5-pro", "google/gemini-2.5-flash", "google/gemini-2.5-flash-lite", "google/gemini-2.5-flash-image-preview", "google/gemini-3-pro-preview", "google/gemini-3-pro-image-preview", "google/gemini-3-flash-preview", "anthropic/claude-sonnet-4-5", "anthropic/claude-opus-4-5", "anthropic/claude-haiku-4-5", "openrouter/x-ai/grok-code-fast-1", "openrouter/z-ai/glm-4.6", "openrouter/z-ai/glm-4.7", "openrouter/anthropic/claude-sonnet-4.5", "openrouter/anthropic/claude-opus-4.5", "openrouter/google/gemini-3-pro-preview", "openrouter/morph/morph-v3-large", "openrouter/openai/gpt-oss-120b", "openrouter/openai/o3-deep-research", "openrouter/openai/o4-mini-deep-research"]>>;
|
|
9
9
|
maxTokens: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
10
10
|
maxIterations: z.ZodDefault<z.ZodNumber>;
|
|
11
11
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
|
-
model: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
|
|
13
|
+
model: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
|
|
14
14
|
maxIterations: number;
|
|
15
15
|
task: string;
|
|
16
16
|
expectedResultSchema: string | z.ZodTypeAny;
|
|
17
|
-
maxTokens?: number | undefined;
|
|
18
17
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
18
|
+
maxTokens?: number | undefined;
|
|
19
19
|
}, {
|
|
20
20
|
task: string;
|
|
21
21
|
expectedResultSchema: string | z.ZodTypeAny;
|
|
22
|
-
model?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research" | undefined;
|
|
23
|
-
maxTokens?: number | undefined;
|
|
24
22
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
23
|
+
model?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research" | undefined;
|
|
24
|
+
maxTokens?: number | undefined;
|
|
25
25
|
maxIterations?: number | undefined;
|
|
26
26
|
}>;
|
|
27
27
|
declare const ResearchAgentToolResultSchema: z.ZodObject<{
|
|
@@ -54,23 +54,23 @@ export declare class ResearchAgentTool extends ToolBubble<ResearchAgentToolParam
|
|
|
54
54
|
static readonly schema: z.ZodObject<{
|
|
55
55
|
task: z.ZodString;
|
|
56
56
|
expectedResultSchema: z.ZodUnion<[z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>, z.ZodString]>;
|
|
57
|
-
model: z.ZodDefault<z.ZodEnum<["openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5.1", "openai/gpt-5.2", "google/gemini-2.5-pro", "google/gemini-2.5-flash", "google/gemini-2.5-flash-lite", "google/gemini-2.5-flash-image-preview", "google/gemini-3-pro-preview", "google/gemini-3-pro-image-preview", "google/gemini-3-flash-preview", "anthropic/claude-sonnet-4-5", "anthropic/claude-opus-4-5", "anthropic/claude-haiku-4-5", "openrouter/x-ai/grok-code-fast-1", "openrouter/z-ai/glm-4.6", "openrouter/anthropic/claude-sonnet-4.5", "openrouter/google/gemini-3-pro-preview", "openrouter/morph/morph-v3-large", "openrouter/openai/gpt-oss-120b", "openrouter/openai/o3-deep-research", "openrouter/openai/o4-mini-deep-research"]>>;
|
|
57
|
+
model: z.ZodDefault<z.ZodEnum<["openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5.1", "openai/gpt-5.2", "google/gemini-2.5-pro", "google/gemini-2.5-flash", "google/gemini-2.5-flash-lite", "google/gemini-2.5-flash-image-preview", "google/gemini-3-pro-preview", "google/gemini-3-pro-image-preview", "google/gemini-3-flash-preview", "anthropic/claude-sonnet-4-5", "anthropic/claude-opus-4-5", "anthropic/claude-haiku-4-5", "openrouter/x-ai/grok-code-fast-1", "openrouter/z-ai/glm-4.6", "openrouter/z-ai/glm-4.7", "openrouter/anthropic/claude-sonnet-4.5", "openrouter/anthropic/claude-opus-4.5", "openrouter/google/gemini-3-pro-preview", "openrouter/morph/morph-v3-large", "openrouter/openai/gpt-oss-120b", "openrouter/openai/o3-deep-research", "openrouter/openai/o4-mini-deep-research"]>>;
|
|
58
58
|
maxTokens: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
59
59
|
maxIterations: z.ZodDefault<z.ZodNumber>;
|
|
60
60
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
|
62
|
-
model: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
|
|
62
|
+
model: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
|
|
63
63
|
maxIterations: number;
|
|
64
64
|
task: string;
|
|
65
65
|
expectedResultSchema: string | z.ZodTypeAny;
|
|
66
|
-
maxTokens?: number | undefined;
|
|
67
66
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
67
|
+
maxTokens?: number | undefined;
|
|
68
68
|
}, {
|
|
69
69
|
task: string;
|
|
70
70
|
expectedResultSchema: string | z.ZodTypeAny;
|
|
71
|
-
model?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research" | undefined;
|
|
72
|
-
maxTokens?: number | undefined;
|
|
73
71
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
72
|
+
model?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research" | undefined;
|
|
73
|
+
maxTokens?: number | undefined;
|
|
74
74
|
maxIterations?: number | undefined;
|
|
75
75
|
}>;
|
|
76
76
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -40,8 +40,8 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
|
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
41
|
error: string;
|
|
42
42
|
success: boolean;
|
|
43
|
-
executionTime: number;
|
|
44
43
|
rowCount: number;
|
|
44
|
+
executionTime: number;
|
|
45
45
|
fields?: {
|
|
46
46
|
name: string;
|
|
47
47
|
dataTypeID?: number | undefined;
|
|
@@ -50,8 +50,8 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
|
|
|
50
50
|
}, {
|
|
51
51
|
error: string;
|
|
52
52
|
success: boolean;
|
|
53
|
-
executionTime: number;
|
|
54
53
|
rowCount: number;
|
|
54
|
+
executionTime: number;
|
|
55
55
|
fields?: {
|
|
56
56
|
name: string;
|
|
57
57
|
dataTypeID?: number | undefined;
|
|
@@ -103,8 +103,8 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
|
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
104
|
error: string;
|
|
105
105
|
success: boolean;
|
|
106
|
-
executionTime: number;
|
|
107
106
|
rowCount: number;
|
|
107
|
+
executionTime: number;
|
|
108
108
|
fields?: {
|
|
109
109
|
name: string;
|
|
110
110
|
dataTypeID?: number | undefined;
|
|
@@ -113,8 +113,8 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
|
|
|
113
113
|
}, {
|
|
114
114
|
error: string;
|
|
115
115
|
success: boolean;
|
|
116
|
-
executionTime: number;
|
|
117
116
|
rowCount: number;
|
|
117
|
+
executionTime: number;
|
|
118
118
|
fields?: {
|
|
119
119
|
name: string;
|
|
120
120
|
dataTypeID?: number | undefined;
|
|
@@ -99,13 +99,6 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
99
99
|
}>, "many">>;
|
|
100
100
|
}, "strip", z.ZodTypeAny, {
|
|
101
101
|
text: string | null;
|
|
102
|
-
stats: {
|
|
103
|
-
collectCount: number | null;
|
|
104
|
-
commentCount: number | null;
|
|
105
|
-
diggCount: number | null;
|
|
106
|
-
playCount: number | null;
|
|
107
|
-
shareCount: number | null;
|
|
108
|
-
} | null;
|
|
109
102
|
id: string | null;
|
|
110
103
|
hashtags: {
|
|
111
104
|
name: string | null;
|
|
@@ -123,12 +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
|
-
text: string | null;
|
|
132
119
|
stats: {
|
|
133
120
|
collectCount: number | null;
|
|
134
121
|
commentCount: number | null;
|
|
@@ -136,6 +123,12 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
136
123
|
playCount: number | null;
|
|
137
124
|
shareCount: number | null;
|
|
138
125
|
} | null;
|
|
126
|
+
createTime: number | null;
|
|
127
|
+
createTimeISO: string | null;
|
|
128
|
+
webVideoUrl: string | null;
|
|
129
|
+
covers: string[] | null;
|
|
130
|
+
}, {
|
|
131
|
+
text: string | null;
|
|
139
132
|
id: string | null;
|
|
140
133
|
hashtags: {
|
|
141
134
|
name: string | 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,18 +162,11 @@ 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";
|
|
165
166
|
error: string;
|
|
166
167
|
success: boolean;
|
|
167
|
-
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
168
168
|
videos: {
|
|
169
169
|
text: string | null;
|
|
170
|
-
stats: {
|
|
171
|
-
collectCount: number | null;
|
|
172
|
-
commentCount: number | null;
|
|
173
|
-
diggCount: number | null;
|
|
174
|
-
playCount: number | null;
|
|
175
|
-
shareCount: number | null;
|
|
176
|
-
} | null;
|
|
177
170
|
id: string | null;
|
|
178
171
|
hashtags: {
|
|
179
172
|
name: string | null;
|
|
@@ -191,6 +184,13 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
191
184
|
videoCount: number | null;
|
|
192
185
|
heartCount: number | null;
|
|
193
186
|
} | null;
|
|
187
|
+
stats: {
|
|
188
|
+
collectCount: number | null;
|
|
189
|
+
commentCount: number | null;
|
|
190
|
+
diggCount: number | null;
|
|
191
|
+
playCount: number | null;
|
|
192
|
+
shareCount: number | null;
|
|
193
|
+
} | null;
|
|
194
194
|
createTime: number | null;
|
|
195
195
|
createTimeISO: string | null;
|
|
196
196
|
webVideoUrl: string | null;
|
|
@@ -198,18 +198,11 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
198
198
|
}[];
|
|
199
199
|
totalVideos: number;
|
|
200
200
|
}, {
|
|
201
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
201
202
|
error: string;
|
|
202
203
|
success: boolean;
|
|
203
|
-
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
204
204
|
videos: {
|
|
205
205
|
text: string | null;
|
|
206
|
-
stats: {
|
|
207
|
-
collectCount: number | null;
|
|
208
|
-
commentCount: number | null;
|
|
209
|
-
diggCount: number | null;
|
|
210
|
-
playCount: number | null;
|
|
211
|
-
shareCount: number | null;
|
|
212
|
-
} | null;
|
|
213
206
|
id: string | null;
|
|
214
207
|
hashtags: {
|
|
215
208
|
name: string | null;
|
|
@@ -227,6 +220,13 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
227
220
|
videoCount: number | null;
|
|
228
221
|
heartCount: number | null;
|
|
229
222
|
} | null;
|
|
223
|
+
stats: {
|
|
224
|
+
collectCount: number | null;
|
|
225
|
+
commentCount: number | null;
|
|
226
|
+
diggCount: number | null;
|
|
227
|
+
playCount: number | null;
|
|
228
|
+
shareCount: number | null;
|
|
229
|
+
} | null;
|
|
230
230
|
createTime: number | null;
|
|
231
231
|
createTimeISO: string | null;
|
|
232
232
|
webVideoUrl: string | null;
|
|
@@ -336,13 +336,6 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
336
336
|
}>, "many">>;
|
|
337
337
|
}, "strip", z.ZodTypeAny, {
|
|
338
338
|
text: string | null;
|
|
339
|
-
stats: {
|
|
340
|
-
collectCount: number | null;
|
|
341
|
-
commentCount: number | null;
|
|
342
|
-
diggCount: number | null;
|
|
343
|
-
playCount: number | null;
|
|
344
|
-
shareCount: number | null;
|
|
345
|
-
} | null;
|
|
346
339
|
id: string | null;
|
|
347
340
|
hashtags: {
|
|
348
341
|
name: string | null;
|
|
@@ -360,12 +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
|
-
text: string | null;
|
|
369
356
|
stats: {
|
|
370
357
|
collectCount: number | null;
|
|
371
358
|
commentCount: number | null;
|
|
@@ -373,6 +360,12 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
373
360
|
playCount: number | null;
|
|
374
361
|
shareCount: number | null;
|
|
375
362
|
} | null;
|
|
363
|
+
createTime: number | null;
|
|
364
|
+
createTimeISO: string | null;
|
|
365
|
+
webVideoUrl: string | null;
|
|
366
|
+
covers: string[] | null;
|
|
367
|
+
}, {
|
|
368
|
+
text: string | null;
|
|
376
369
|
id: string | null;
|
|
377
370
|
hashtags: {
|
|
378
371
|
name: string | 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,18 +399,11 @@ 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";
|
|
402
403
|
error: string;
|
|
403
404
|
success: boolean;
|
|
404
|
-
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
405
405
|
videos: {
|
|
406
406
|
text: string | null;
|
|
407
|
-
stats: {
|
|
408
|
-
collectCount: number | null;
|
|
409
|
-
commentCount: number | null;
|
|
410
|
-
diggCount: number | null;
|
|
411
|
-
playCount: number | null;
|
|
412
|
-
shareCount: number | null;
|
|
413
|
-
} | null;
|
|
414
407
|
id: string | null;
|
|
415
408
|
hashtags: {
|
|
416
409
|
name: string | null;
|
|
@@ -428,6 +421,13 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
428
421
|
videoCount: number | null;
|
|
429
422
|
heartCount: number | null;
|
|
430
423
|
} | null;
|
|
424
|
+
stats: {
|
|
425
|
+
collectCount: number | null;
|
|
426
|
+
commentCount: number | null;
|
|
427
|
+
diggCount: number | null;
|
|
428
|
+
playCount: number | null;
|
|
429
|
+
shareCount: number | null;
|
|
430
|
+
} | null;
|
|
431
431
|
createTime: number | null;
|
|
432
432
|
createTimeISO: string | null;
|
|
433
433
|
webVideoUrl: string | null;
|
|
@@ -435,18 +435,11 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
435
435
|
}[];
|
|
436
436
|
totalVideos: number;
|
|
437
437
|
}, {
|
|
438
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
438
439
|
error: string;
|
|
439
440
|
success: boolean;
|
|
440
|
-
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
441
441
|
videos: {
|
|
442
442
|
text: string | null;
|
|
443
|
-
stats: {
|
|
444
|
-
collectCount: number | null;
|
|
445
|
-
commentCount: number | null;
|
|
446
|
-
diggCount: number | null;
|
|
447
|
-
playCount: number | null;
|
|
448
|
-
shareCount: number | null;
|
|
449
|
-
} | null;
|
|
450
443
|
id: string | null;
|
|
451
444
|
hashtags: {
|
|
452
445
|
name: string | null;
|
|
@@ -464,6 +457,13 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
464
457
|
videoCount: number | null;
|
|
465
458
|
heartCount: number | null;
|
|
466
459
|
} | null;
|
|
460
|
+
stats: {
|
|
461
|
+
collectCount: number | null;
|
|
462
|
+
commentCount: number | null;
|
|
463
|
+
diggCount: number | null;
|
|
464
|
+
playCount: number | null;
|
|
465
|
+
shareCount: number | null;
|
|
466
|
+
} | null;
|
|
467
467
|
createTime: number | null;
|
|
468
468
|
createTimeISO: string | null;
|
|
469
469
|
webVideoUrl: string | 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
|
-
error: string;
|
|
107
|
-
success: boolean;
|
|
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
|
-
error: string;
|
|
115
|
-
success: boolean;
|
|
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
|
-
error: string;
|
|
180
|
-
success: boolean;
|
|
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
|
-
error: string;
|
|
188
|
-
success: boolean;
|
|
189
189
|
processedData: string;
|
|
190
190
|
}>;
|
|
191
191
|
static readonly shortDescription = "Brief description of what your tool does";
|