@bubblelab/bubble-core 0.1.71 → 0.1.73
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 +84 -84
- package/dist/bubbles/service-bubble/agi-inc.d.ts +132 -132
- package/dist/bubbles/service-bubble/ai-agent.d.ts +32 -32
- package/dist/bubbles/service-bubble/airtable.d.ts +132 -132
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +150 -150
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +76 -76
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +102 -102
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +502 -502
- package/dist/bubbles/service-bubble/followupboss.d.ts +348 -348
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +40 -40
- package/dist/bubbles/service-bubble/github.d.ts +192 -192
- package/dist/bubbles/service-bubble/gmail.d.ts +564 -564
- package/dist/bubbles/service-bubble/google-calendar.d.ts +152 -152
- package/dist/bubbles/service-bubble/google-drive.d.ts +147 -208
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +0 -58
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +14 -14
- package/dist/bubbles/service-bubble/jira/jira.d.ts +62 -62
- package/dist/bubbles/service-bubble/notion/notion.d.ts +840 -840
- package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +586 -586
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts +17 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.utils.js +117 -2
- package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +87 -87
- package/dist/bubbles/service-bubble/telegram.d.ts +944 -944
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
- 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 +32 -32
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +272 -272
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +70 -70
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +98 -98
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +94 -94
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +92 -92
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +2 -67
- package/package.json +2 -2
|
@@ -43,8 +43,8 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
43
43
|
description: z.ZodOptional<z.ZodString>;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
45
|
type: "base64";
|
|
46
|
-
mimeType: string;
|
|
47
46
|
data: string;
|
|
47
|
+
mimeType: string;
|
|
48
48
|
description?: string | undefined;
|
|
49
49
|
}, {
|
|
50
50
|
data: string;
|
|
@@ -191,16 +191,10 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
191
191
|
maxRetries?: number | undefined;
|
|
192
192
|
} | undefined;
|
|
193
193
|
};
|
|
194
|
-
streaming: boolean;
|
|
195
|
-
tools: {
|
|
196
|
-
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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
198
|
-
config?: Record<string, unknown> | undefined;
|
|
199
|
-
}[];
|
|
200
194
|
images: ({
|
|
201
195
|
type: "base64";
|
|
202
|
-
mimeType: string;
|
|
203
196
|
data: string;
|
|
197
|
+
mimeType: string;
|
|
204
198
|
description?: string | undefined;
|
|
205
199
|
} | {
|
|
206
200
|
type: "url";
|
|
@@ -208,7 +202,13 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
208
202
|
description?: string | undefined;
|
|
209
203
|
})[];
|
|
210
204
|
systemPrompt: string;
|
|
205
|
+
tools: {
|
|
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";
|
|
207
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
208
|
+
config?: Record<string, unknown> | undefined;
|
|
209
|
+
}[];
|
|
211
210
|
maxIterations: number;
|
|
211
|
+
streaming: boolean;
|
|
212
212
|
name?: string | undefined;
|
|
213
213
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
214
214
|
conversationHistory?: {
|
|
@@ -244,12 +244,6 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
244
244
|
maxRetries?: number | undefined;
|
|
245
245
|
} | undefined;
|
|
246
246
|
} | undefined;
|
|
247
|
-
streaming?: boolean | undefined;
|
|
248
|
-
tools?: {
|
|
249
|
-
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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
251
|
-
config?: Record<string, unknown> | undefined;
|
|
252
|
-
}[] | undefined;
|
|
253
247
|
images?: ({
|
|
254
248
|
data: string;
|
|
255
249
|
type?: "base64" | undefined;
|
|
@@ -267,6 +261,11 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
267
261
|
name?: string | undefined;
|
|
268
262
|
}[] | undefined;
|
|
269
263
|
systemPrompt?: string | undefined;
|
|
264
|
+
tools?: {
|
|
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";
|
|
266
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
267
|
+
config?: Record<string, unknown> | undefined;
|
|
268
|
+
}[] | 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<{
|
|
@@ -297,8 +297,8 @@ declare const AIAgentResultSchema: z.ZodObject<{
|
|
|
297
297
|
error: z.ZodString;
|
|
298
298
|
success: z.ZodBoolean;
|
|
299
299
|
}, "strip", z.ZodTypeAny, {
|
|
300
|
-
success: boolean;
|
|
301
300
|
error: string;
|
|
301
|
+
success: boolean;
|
|
302
302
|
response: string;
|
|
303
303
|
toolCalls: {
|
|
304
304
|
tool: string;
|
|
@@ -309,8 +309,8 @@ declare const AIAgentResultSchema: z.ZodObject<{
|
|
|
309
309
|
reasoning?: string | undefined;
|
|
310
310
|
totalCost?: number | undefined;
|
|
311
311
|
}, {
|
|
312
|
-
success: boolean;
|
|
313
312
|
error: string;
|
|
313
|
+
success: boolean;
|
|
314
314
|
response: string;
|
|
315
315
|
toolCalls: {
|
|
316
316
|
tool: string;
|
|
@@ -348,8 +348,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
348
348
|
description: z.ZodOptional<z.ZodString>;
|
|
349
349
|
}, "strip", z.ZodTypeAny, {
|
|
350
350
|
type: "base64";
|
|
351
|
-
mimeType: string;
|
|
352
351
|
data: string;
|
|
352
|
+
mimeType: string;
|
|
353
353
|
description?: string | undefined;
|
|
354
354
|
}, {
|
|
355
355
|
data: string;
|
|
@@ -496,16 +496,10 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
496
496
|
maxRetries?: number | undefined;
|
|
497
497
|
} | undefined;
|
|
498
498
|
};
|
|
499
|
-
streaming: boolean;
|
|
500
|
-
tools: {
|
|
501
|
-
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";
|
|
502
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
503
|
-
config?: Record<string, unknown> | undefined;
|
|
504
|
-
}[];
|
|
505
499
|
images: ({
|
|
506
500
|
type: "base64";
|
|
507
|
-
mimeType: string;
|
|
508
501
|
data: string;
|
|
502
|
+
mimeType: string;
|
|
509
503
|
description?: string | undefined;
|
|
510
504
|
} | {
|
|
511
505
|
type: "url";
|
|
@@ -513,7 +507,13 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
513
507
|
description?: string | undefined;
|
|
514
508
|
})[];
|
|
515
509
|
systemPrompt: string;
|
|
510
|
+
tools: {
|
|
511
|
+
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";
|
|
512
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
513
|
+
config?: Record<string, unknown> | undefined;
|
|
514
|
+
}[];
|
|
516
515
|
maxIterations: number;
|
|
516
|
+
streaming: boolean;
|
|
517
517
|
name?: string | undefined;
|
|
518
518
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
519
519
|
conversationHistory?: {
|
|
@@ -549,12 +549,6 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
549
549
|
maxRetries?: number | undefined;
|
|
550
550
|
} | undefined;
|
|
551
551
|
} | undefined;
|
|
552
|
-
streaming?: boolean | undefined;
|
|
553
|
-
tools?: {
|
|
554
|
-
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";
|
|
555
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
556
|
-
config?: Record<string, unknown> | undefined;
|
|
557
|
-
}[] | undefined;
|
|
558
552
|
images?: ({
|
|
559
553
|
data: string;
|
|
560
554
|
type?: "base64" | undefined;
|
|
@@ -572,6 +566,11 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
572
566
|
name?: string | undefined;
|
|
573
567
|
}[] | undefined;
|
|
574
568
|
systemPrompt?: string | undefined;
|
|
569
|
+
tools?: {
|
|
570
|
+
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";
|
|
571
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
572
|
+
config?: Record<string, unknown> | undefined;
|
|
573
|
+
}[] | undefined;
|
|
575
574
|
customTools?: {
|
|
576
575
|
description: string;
|
|
577
576
|
name: string;
|
|
@@ -579,6 +578,7 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
579
578
|
func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
|
|
580
579
|
}[] | undefined;
|
|
581
580
|
maxIterations?: number | undefined;
|
|
581
|
+
streaming?: boolean | undefined;
|
|
582
582
|
expectedOutputSchema?: string | z.ZodTypeAny | undefined;
|
|
583
583
|
}>;
|
|
584
584
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -602,8 +602,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
602
602
|
error: z.ZodString;
|
|
603
603
|
success: z.ZodBoolean;
|
|
604
604
|
}, "strip", z.ZodTypeAny, {
|
|
605
|
-
success: boolean;
|
|
606
605
|
error: string;
|
|
606
|
+
success: boolean;
|
|
607
607
|
response: string;
|
|
608
608
|
toolCalls: {
|
|
609
609
|
tool: string;
|
|
@@ -614,8 +614,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
614
614
|
reasoning?: string | undefined;
|
|
615
615
|
totalCost?: number | undefined;
|
|
616
616
|
}, {
|
|
617
|
-
success: boolean;
|
|
618
617
|
error: string;
|
|
618
|
+
success: boolean;
|
|
619
619
|
response: string;
|
|
620
620
|
toolCalls: {
|
|
621
621
|
tool: string;
|