@bubblelab/bubble-core 0.1.84 → 0.1.85
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 +97 -97
- package/dist/bubbles/service-bubble/agi-inc.d.ts +52 -52
- package/dist/bubbles/service-bubble/ai-agent.d.ts +36 -36
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +58 -58
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +86 -86
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +274 -274
- package/dist/bubbles/service-bubble/followupboss.d.ts +124 -124
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +12 -12
- package/dist/bubbles/service-bubble/github.d.ts +64 -64
- package/dist/bubbles/service-bubble/gmail.d.ts +168 -168
- package/dist/bubbles/service-bubble/google-calendar.d.ts +24 -24
- package/dist/bubbles/service-bubble/google-drive.d.ts +80 -80
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +32 -32
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +14 -14
- package/dist/bubbles/service-bubble/notion/notion.d.ts +132 -132
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +208 -208
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +47 -47
- package/dist/bubbles/service-bubble/telegram.d.ts +52 -52
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
- 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 +4 -4
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +296 -296
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +12 -4
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/research-agent-tool.js +168 -15
- package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +110 -110
- 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 +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- 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 +24 -24
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/utils/json-parsing.d.ts +9 -0
- package/dist/utils/json-parsing.d.ts.map +1 -1
- package/dist/utils/json-parsing.js +61 -2
- package/dist/utils/json-parsing.js.map +1 -1
- package/dist/utils/zod-schema.d.ts.map +1 -1
- package/dist/utils/zod-schema.js +16 -8
- package/dist/utils/zod-schema.js.map +1 -1
- package/package.json +2 -2
|
@@ -305,8 +305,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
305
305
|
success: z.ZodBoolean;
|
|
306
306
|
error: z.ZodString;
|
|
307
307
|
}, "strip", z.ZodTypeAny, {
|
|
308
|
-
success: boolean;
|
|
309
308
|
error: string;
|
|
309
|
+
success: boolean;
|
|
310
310
|
company: {
|
|
311
311
|
description: string | null;
|
|
312
312
|
name: string | null;
|
|
@@ -354,8 +354,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
354
354
|
}[];
|
|
355
355
|
totalContacts: number;
|
|
356
356
|
}, {
|
|
357
|
-
success: boolean;
|
|
358
357
|
error: string;
|
|
358
|
+
success: boolean;
|
|
359
359
|
company: {
|
|
360
360
|
description: string | null;
|
|
361
361
|
name: string | null;
|
|
@@ -606,8 +606,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
606
606
|
success: z.ZodBoolean;
|
|
607
607
|
error: z.ZodString;
|
|
608
608
|
}, "strip", z.ZodTypeAny, {
|
|
609
|
-
success: boolean;
|
|
610
609
|
error: string;
|
|
610
|
+
success: boolean;
|
|
611
611
|
company: {
|
|
612
612
|
description: string | null;
|
|
613
613
|
name: string | null;
|
|
@@ -655,8 +655,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
655
655
|
}[];
|
|
656
656
|
totalContacts: number;
|
|
657
657
|
}, {
|
|
658
|
-
success: boolean;
|
|
659
658
|
error: string;
|
|
659
|
+
success: boolean;
|
|
660
660
|
company: {
|
|
661
661
|
description: string | null;
|
|
662
662
|
name: string | null;
|
|
@@ -44,19 +44,19 @@ declare const GetBubbleDetailsToolResultSchema: z.ZodObject<{
|
|
|
44
44
|
error: z.ZodString;
|
|
45
45
|
}, "strip", z.ZodTypeAny, {
|
|
46
46
|
name: string;
|
|
47
|
+
error: string;
|
|
48
|
+
success: boolean;
|
|
47
49
|
outputSchema: string;
|
|
48
50
|
usageExample: string;
|
|
49
|
-
success: boolean;
|
|
50
|
-
error: string;
|
|
51
51
|
alias?: string | undefined;
|
|
52
52
|
longDescription?: string | undefined;
|
|
53
53
|
inputSchema?: string | undefined;
|
|
54
54
|
}, {
|
|
55
55
|
name: string;
|
|
56
|
+
error: string;
|
|
57
|
+
success: boolean;
|
|
56
58
|
outputSchema: string;
|
|
57
59
|
usageExample: string;
|
|
58
|
-
success: boolean;
|
|
59
|
-
error: string;
|
|
60
60
|
alias?: string | undefined;
|
|
61
61
|
longDescription?: string | undefined;
|
|
62
62
|
inputSchema?: string | undefined;
|
|
@@ -103,19 +103,19 @@ export declare class GetBubbleDetailsTool extends ToolBubble<GetBubbleDetailsToo
|
|
|
103
103
|
error: z.ZodString;
|
|
104
104
|
}, "strip", z.ZodTypeAny, {
|
|
105
105
|
name: string;
|
|
106
|
+
error: string;
|
|
107
|
+
success: boolean;
|
|
106
108
|
outputSchema: string;
|
|
107
109
|
usageExample: string;
|
|
108
|
-
success: boolean;
|
|
109
|
-
error: string;
|
|
110
110
|
alias?: string | undefined;
|
|
111
111
|
longDescription?: string | undefined;
|
|
112
112
|
inputSchema?: string | undefined;
|
|
113
113
|
}, {
|
|
114
114
|
name: string;
|
|
115
|
+
error: string;
|
|
116
|
+
success: boolean;
|
|
115
117
|
outputSchema: string;
|
|
116
118
|
usageExample: string;
|
|
117
|
-
success: boolean;
|
|
118
|
-
error: string;
|
|
119
119
|
alias?: string | undefined;
|
|
120
120
|
longDescription?: string | undefined;
|
|
121
121
|
inputSchema?: string | undefined;
|
|
@@ -38,8 +38,8 @@ declare const GetTriggerDetailToolResultSchema: 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
|
description?: string | undefined;
|
|
44
44
|
triggerType?: string | undefined;
|
|
45
45
|
serviceName?: string | undefined;
|
|
@@ -53,8 +53,8 @@ declare const GetTriggerDetailToolResultSchema: z.ZodObject<{
|
|
|
53
53
|
friendlyName: string;
|
|
54
54
|
}[] | undefined;
|
|
55
55
|
}, {
|
|
56
|
-
success: boolean;
|
|
57
56
|
error: string;
|
|
57
|
+
success: boolean;
|
|
58
58
|
description?: string | undefined;
|
|
59
59
|
triggerType?: string | undefined;
|
|
60
60
|
serviceName?: string | undefined;
|
|
@@ -106,8 +106,8 @@ export declare class GetTriggerDetailTool extends ToolBubble<GetTriggerDetailToo
|
|
|
106
106
|
success: z.ZodBoolean;
|
|
107
107
|
error: z.ZodString;
|
|
108
108
|
}, "strip", z.ZodTypeAny, {
|
|
109
|
-
success: boolean;
|
|
110
109
|
error: string;
|
|
110
|
+
success: boolean;
|
|
111
111
|
description?: string | undefined;
|
|
112
112
|
triggerType?: string | undefined;
|
|
113
113
|
serviceName?: string | undefined;
|
|
@@ -121,8 +121,8 @@ export declare class GetTriggerDetailTool extends ToolBubble<GetTriggerDetailToo
|
|
|
121
121
|
friendlyName: string;
|
|
122
122
|
}[] | undefined;
|
|
123
123
|
}, {
|
|
124
|
-
success: boolean;
|
|
125
124
|
error: string;
|
|
125
|
+
success: boolean;
|
|
126
126
|
description?: string | undefined;
|
|
127
127
|
triggerType?: string | undefined;
|
|
128
128
|
serviceName?: string | undefined;
|
|
@@ -147,8 +147,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
147
147
|
success: z.ZodBoolean;
|
|
148
148
|
error: z.ZodString;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
150
|
-
success: boolean;
|
|
151
150
|
error: string;
|
|
151
|
+
success: boolean;
|
|
152
152
|
operation: "search";
|
|
153
153
|
places: {
|
|
154
154
|
title: string | null;
|
|
@@ -183,8 +183,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
183
183
|
}[];
|
|
184
184
|
totalPlaces: number;
|
|
185
185
|
}, {
|
|
186
|
-
success: boolean;
|
|
187
186
|
error: string;
|
|
187
|
+
success: boolean;
|
|
188
188
|
operation: "search";
|
|
189
189
|
places: {
|
|
190
190
|
title: string | null;
|
|
@@ -369,8 +369,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
369
369
|
success: z.ZodBoolean;
|
|
370
370
|
error: z.ZodString;
|
|
371
371
|
}, "strip", z.ZodTypeAny, {
|
|
372
|
-
success: boolean;
|
|
373
372
|
error: string;
|
|
373
|
+
success: boolean;
|
|
374
374
|
operation: "search";
|
|
375
375
|
places: {
|
|
376
376
|
title: string | null;
|
|
@@ -405,8 +405,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
405
405
|
}[];
|
|
406
406
|
totalPlaces: number;
|
|
407
407
|
}, {
|
|
408
|
-
success: boolean;
|
|
409
408
|
error: string;
|
|
409
|
+
success: boolean;
|
|
410
410
|
operation: "search";
|
|
411
411
|
places: {
|
|
412
412
|
title: string | null;
|
|
@@ -147,8 +147,8 @@ declare const InstagramToolResultSchema: z.ZodObject<{
|
|
|
147
147
|
success: z.ZodBoolean;
|
|
148
148
|
error: z.ZodString;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
150
|
-
success: boolean;
|
|
151
150
|
error: string;
|
|
151
|
+
success: boolean;
|
|
152
152
|
operation: "scrapeProfile" | "scrapeHashtag";
|
|
153
153
|
posts: {
|
|
154
154
|
type: "image" | "video" | "carousel" | null;
|
|
@@ -175,8 +175,8 @@ declare const InstagramToolResultSchema: z.ZodObject<{
|
|
|
175
175
|
scrapedHashtags?: string[] | undefined;
|
|
176
176
|
scrapedProfiles?: string[] | undefined;
|
|
177
177
|
}, {
|
|
178
|
-
success: boolean;
|
|
179
178
|
error: string;
|
|
179
|
+
success: boolean;
|
|
180
180
|
operation: "scrapeProfile" | "scrapeHashtag";
|
|
181
181
|
posts: {
|
|
182
182
|
type: "image" | "video" | "carousel" | null;
|
|
@@ -312,8 +312,8 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
|
|
|
312
312
|
success: z.ZodBoolean;
|
|
313
313
|
error: z.ZodString;
|
|
314
314
|
}, "strip", z.ZodTypeAny, {
|
|
315
|
-
success: boolean;
|
|
316
315
|
error: string;
|
|
316
|
+
success: boolean;
|
|
317
317
|
operation: "scrapeProfile" | "scrapeHashtag";
|
|
318
318
|
posts: {
|
|
319
319
|
type: "image" | "video" | "carousel" | null;
|
|
@@ -340,8 +340,8 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
|
|
|
340
340
|
scrapedHashtags?: string[] | undefined;
|
|
341
341
|
scrapedProfiles?: string[] | undefined;
|
|
342
342
|
}, {
|
|
343
|
-
success: boolean;
|
|
344
343
|
error: string;
|
|
344
|
+
success: boolean;
|
|
345
345
|
operation: "scrapeProfile" | "scrapeHashtag";
|
|
346
346
|
posts: {
|
|
347
347
|
type: "image" | "video" | "carousel" | null;
|
|
@@ -63,8 +63,8 @@ export declare class LinkedInConnectionTool<T extends LinkedInConnectionToolPara
|
|
|
63
63
|
}>>;
|
|
64
64
|
error: import("zod").ZodString;
|
|
65
65
|
}, "strip", import("zod").ZodTypeAny, {
|
|
66
|
-
success: boolean;
|
|
67
66
|
error: string;
|
|
67
|
+
success: boolean;
|
|
68
68
|
operation: "send_connection";
|
|
69
69
|
message?: string | undefined;
|
|
70
70
|
profile?: {
|
|
@@ -74,8 +74,8 @@ export declare class LinkedInConnectionTool<T extends LinkedInConnectionToolPara
|
|
|
74
74
|
headline?: string | undefined;
|
|
75
75
|
} | undefined;
|
|
76
76
|
}, {
|
|
77
|
-
success: boolean;
|
|
78
77
|
error: string;
|
|
78
|
+
success: boolean;
|
|
79
79
|
operation: "send_connection";
|
|
80
80
|
message?: string | undefined;
|
|
81
81
|
profile?: {
|