@bubblelab/bubble-core 0.1.41 → 0.1.42
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 +75 -75
- package/dist/bubbles/service-bubble/agi-inc.d.ts +100 -100
- package/dist/bubbles/service-bubble/ai-agent.d.ts +60 -60
- package/dist/bubbles/service-bubble/airtable.d.ts +136 -136
- package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +70 -70
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +39 -39
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +126 -126
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +592 -592
- package/dist/bubbles/service-bubble/followupboss.d.ts +156 -156
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +76 -76
- package/dist/bubbles/service-bubble/github.d.ts +188 -188
- package/dist/bubbles/service-bubble/gmail.d.ts +248 -248
- package/dist/bubbles/service-bubble/google-calendar.d.ts +134 -134
- package/dist/bubbles/service-bubble/google-drive.d.ts +92 -92
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +40 -40
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +4 -4
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +44 -44
- package/dist/bubbles/service-bubble/notion/notion.d.ts +2077 -2077
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/slack.d.ts +430 -430
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +1549 -1549
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +19 -19
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +86 -86
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +332 -332
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +144 -132
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.js +11 -1
- package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +70 -70
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +74 -74
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +84 -84
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +11 -3
- package/package.json +2 -2
|
@@ -175,6 +175,17 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
175
175
|
expectedOutputSchema: z.ZodOptional<z.ZodUnion<[z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>, z.ZodString]>>;
|
|
176
176
|
}, "strip", z.ZodTypeAny, {
|
|
177
177
|
message: string;
|
|
178
|
+
images: ({
|
|
179
|
+
type: "base64";
|
|
180
|
+
data: string;
|
|
181
|
+
mimeType: string;
|
|
182
|
+
description?: string | undefined;
|
|
183
|
+
} | {
|
|
184
|
+
type: "url";
|
|
185
|
+
url: string;
|
|
186
|
+
description?: string | undefined;
|
|
187
|
+
})[];
|
|
188
|
+
systemPrompt: string;
|
|
178
189
|
model: {
|
|
179
190
|
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";
|
|
180
191
|
temperature: number;
|
|
@@ -191,24 +202,13 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
191
202
|
maxRetries?: number | undefined;
|
|
192
203
|
} | undefined;
|
|
193
204
|
};
|
|
194
|
-
streaming: boolean;
|
|
195
205
|
tools: {
|
|
196
206
|
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
197
207
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
198
208
|
config?: Record<string, unknown> | undefined;
|
|
199
209
|
}[];
|
|
200
|
-
images: ({
|
|
201
|
-
type: "base64";
|
|
202
|
-
data: string;
|
|
203
|
-
mimeType: string;
|
|
204
|
-
description?: string | undefined;
|
|
205
|
-
} | {
|
|
206
|
-
type: "url";
|
|
207
|
-
url: string;
|
|
208
|
-
description?: string | undefined;
|
|
209
|
-
})[];
|
|
210
|
-
systemPrompt: string;
|
|
211
210
|
maxIterations: number;
|
|
211
|
+
streaming: boolean;
|
|
212
212
|
name?: string | undefined;
|
|
213
213
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
214
214
|
conversationHistory?: {
|
|
@@ -228,6 +228,23 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
228
228
|
message: string;
|
|
229
229
|
name?: string | undefined;
|
|
230
230
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
231
|
+
images?: ({
|
|
232
|
+
data: string;
|
|
233
|
+
type?: "base64" | undefined;
|
|
234
|
+
description?: string | undefined;
|
|
235
|
+
mimeType?: string | undefined;
|
|
236
|
+
} | {
|
|
237
|
+
type: "url";
|
|
238
|
+
url: string;
|
|
239
|
+
description?: string | undefined;
|
|
240
|
+
})[] | undefined;
|
|
241
|
+
conversationHistory?: {
|
|
242
|
+
role: "user" | "assistant" | "tool";
|
|
243
|
+
content: string;
|
|
244
|
+
toolCallId?: string | undefined;
|
|
245
|
+
name?: string | undefined;
|
|
246
|
+
}[] | undefined;
|
|
247
|
+
systemPrompt?: string | undefined;
|
|
231
248
|
model?: {
|
|
232
249
|
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";
|
|
233
250
|
temperature?: number | undefined;
|
|
@@ -244,29 +261,11 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
244
261
|
maxRetries?: number | undefined;
|
|
245
262
|
} | undefined;
|
|
246
263
|
} | undefined;
|
|
247
|
-
streaming?: boolean | undefined;
|
|
248
264
|
tools?: {
|
|
249
265
|
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
250
266
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
251
267
|
config?: Record<string, unknown> | undefined;
|
|
252
268
|
}[] | undefined;
|
|
253
|
-
images?: ({
|
|
254
|
-
data: string;
|
|
255
|
-
type?: "base64" | undefined;
|
|
256
|
-
description?: string | undefined;
|
|
257
|
-
mimeType?: string | undefined;
|
|
258
|
-
} | {
|
|
259
|
-
type: "url";
|
|
260
|
-
url: string;
|
|
261
|
-
description?: string | undefined;
|
|
262
|
-
})[] | undefined;
|
|
263
|
-
conversationHistory?: {
|
|
264
|
-
role: "user" | "assistant" | "tool";
|
|
265
|
-
content: string;
|
|
266
|
-
toolCallId?: string | undefined;
|
|
267
|
-
name?: string | undefined;
|
|
268
|
-
}[] | undefined;
|
|
269
|
-
systemPrompt?: string | undefined;
|
|
270
269
|
customTools?: {
|
|
271
270
|
description: string;
|
|
272
271
|
name: string;
|
|
@@ -274,6 +273,7 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
274
273
|
func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
|
|
275
274
|
}[] | undefined;
|
|
276
275
|
maxIterations?: number | undefined;
|
|
276
|
+
streaming?: boolean | undefined;
|
|
277
277
|
expectedOutputSchema?: string | z.ZodTypeAny | undefined;
|
|
278
278
|
}>;
|
|
279
279
|
declare const AIAgentResultSchema: z.ZodObject<{
|
|
@@ -474,6 +474,17 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
474
474
|
expectedOutputSchema: z.ZodOptional<z.ZodUnion<[z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>, z.ZodString]>>;
|
|
475
475
|
}, "strip", z.ZodTypeAny, {
|
|
476
476
|
message: string;
|
|
477
|
+
images: ({
|
|
478
|
+
type: "base64";
|
|
479
|
+
data: string;
|
|
480
|
+
mimeType: string;
|
|
481
|
+
description?: string | undefined;
|
|
482
|
+
} | {
|
|
483
|
+
type: "url";
|
|
484
|
+
url: string;
|
|
485
|
+
description?: string | undefined;
|
|
486
|
+
})[];
|
|
487
|
+
systemPrompt: string;
|
|
477
488
|
model: {
|
|
478
489
|
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";
|
|
479
490
|
temperature: number;
|
|
@@ -490,24 +501,13 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
490
501
|
maxRetries?: number | undefined;
|
|
491
502
|
} | undefined;
|
|
492
503
|
};
|
|
493
|
-
streaming: boolean;
|
|
494
504
|
tools: {
|
|
495
505
|
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
496
506
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
497
507
|
config?: Record<string, unknown> | undefined;
|
|
498
508
|
}[];
|
|
499
|
-
images: ({
|
|
500
|
-
type: "base64";
|
|
501
|
-
data: string;
|
|
502
|
-
mimeType: string;
|
|
503
|
-
description?: string | undefined;
|
|
504
|
-
} | {
|
|
505
|
-
type: "url";
|
|
506
|
-
url: string;
|
|
507
|
-
description?: string | undefined;
|
|
508
|
-
})[];
|
|
509
|
-
systemPrompt: string;
|
|
510
509
|
maxIterations: number;
|
|
510
|
+
streaming: boolean;
|
|
511
511
|
name?: string | undefined;
|
|
512
512
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
513
513
|
conversationHistory?: {
|
|
@@ -527,6 +527,23 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
527
527
|
message: string;
|
|
528
528
|
name?: string | undefined;
|
|
529
529
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
530
|
+
images?: ({
|
|
531
|
+
data: string;
|
|
532
|
+
type?: "base64" | undefined;
|
|
533
|
+
description?: string | undefined;
|
|
534
|
+
mimeType?: string | undefined;
|
|
535
|
+
} | {
|
|
536
|
+
type: "url";
|
|
537
|
+
url: string;
|
|
538
|
+
description?: string | undefined;
|
|
539
|
+
})[] | undefined;
|
|
540
|
+
conversationHistory?: {
|
|
541
|
+
role: "user" | "assistant" | "tool";
|
|
542
|
+
content: string;
|
|
543
|
+
toolCallId?: string | undefined;
|
|
544
|
+
name?: string | undefined;
|
|
545
|
+
}[] | undefined;
|
|
546
|
+
systemPrompt?: string | undefined;
|
|
530
547
|
model?: {
|
|
531
548
|
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";
|
|
532
549
|
temperature?: number | undefined;
|
|
@@ -543,29 +560,11 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
543
560
|
maxRetries?: number | undefined;
|
|
544
561
|
} | undefined;
|
|
545
562
|
} | undefined;
|
|
546
|
-
streaming?: boolean | undefined;
|
|
547
563
|
tools?: {
|
|
548
564
|
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
549
565
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
550
566
|
config?: Record<string, unknown> | undefined;
|
|
551
567
|
}[] | undefined;
|
|
552
|
-
images?: ({
|
|
553
|
-
data: string;
|
|
554
|
-
type?: "base64" | undefined;
|
|
555
|
-
description?: string | undefined;
|
|
556
|
-
mimeType?: string | undefined;
|
|
557
|
-
} | {
|
|
558
|
-
type: "url";
|
|
559
|
-
url: string;
|
|
560
|
-
description?: string | undefined;
|
|
561
|
-
})[] | undefined;
|
|
562
|
-
conversationHistory?: {
|
|
563
|
-
role: "user" | "assistant" | "tool";
|
|
564
|
-
content: string;
|
|
565
|
-
toolCallId?: string | undefined;
|
|
566
|
-
name?: string | undefined;
|
|
567
|
-
}[] | undefined;
|
|
568
|
-
systemPrompt?: string | undefined;
|
|
569
568
|
customTools?: {
|
|
570
569
|
description: string;
|
|
571
570
|
name: string;
|
|
@@ -573,6 +572,7 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
573
572
|
func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
|
|
574
573
|
}[] | undefined;
|
|
575
574
|
maxIterations?: number | undefined;
|
|
575
|
+
streaming?: boolean | undefined;
|
|
576
576
|
expectedOutputSchema?: string | z.ZodTypeAny | undefined;
|
|
577
577
|
}>;
|
|
578
578
|
static readonly resultSchema: z.ZodObject<{
|