@bubblelab/bubble-core 0.1.39 → 0.1.41
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 +134 -113
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +22 -22
- package/dist/bubbles/service-bubble/ai-agent.d.ts +48 -48
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +5 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +76 -76
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +100 -100
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +450 -450
- package/dist/bubbles/service-bubble/followupboss.d.ts +218 -218
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +229 -229
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +128 -128
- package/dist/bubbles/service-bubble/github.d.ts +84 -84
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +26 -26
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +6 -6
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +17 -17
- package/dist/bubbles/service-bubble/notion/notion.d.ts +24 -24
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +232 -232
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +298 -298
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +5 -5
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +7 -7
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +143 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +589 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +44 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +609 -609
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +182 -182
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +74 -74
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +14 -14
- package/dist/bubbles.json +125 -40
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -88,14 +88,14 @@ export declare const ElevenLabsParamsSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
88
88
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
89
89
|
}, "strip", z.ZodTypeAny, {
|
|
90
90
|
operation: "get_conversations";
|
|
91
|
-
cursor?: string | undefined;
|
|
92
91
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
92
|
+
cursor?: string | undefined;
|
|
93
93
|
pageSize?: number | undefined;
|
|
94
94
|
agentId?: string | undefined;
|
|
95
95
|
}, {
|
|
96
96
|
operation: "get_conversations";
|
|
97
|
-
cursor?: string | undefined;
|
|
98
97
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
98
|
+
cursor?: string | undefined;
|
|
99
99
|
pageSize?: number | undefined;
|
|
100
100
|
agentId?: string | undefined;
|
|
101
101
|
}>]>;
|
|
@@ -190,16 +190,16 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
190
190
|
operation: "get_conversations";
|
|
191
191
|
success: boolean;
|
|
192
192
|
error: string;
|
|
193
|
-
nextCursor?: string | undefined;
|
|
194
193
|
conversations?: Record<string, unknown>[] | undefined;
|
|
195
194
|
hasMore?: boolean | undefined;
|
|
195
|
+
nextCursor?: string | undefined;
|
|
196
196
|
}, {
|
|
197
197
|
operation: "get_conversations";
|
|
198
198
|
success: boolean;
|
|
199
199
|
error: string;
|
|
200
|
-
nextCursor?: string | undefined;
|
|
201
200
|
conversations?: Record<string, unknown>[] | undefined;
|
|
202
201
|
hasMore?: boolean | undefined;
|
|
202
|
+
nextCursor?: string | undefined;
|
|
203
203
|
}>]>;
|
|
204
204
|
export type ElevenLabsResult = z.output<typeof ElevenLabsResultSchema>;
|
|
205
205
|
export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsParsed, ElevenLabsResult> {
|
|
@@ -293,14 +293,14 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
|
|
|
293
293
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
294
294
|
}, "strip", z.ZodTypeAny, {
|
|
295
295
|
operation: "get_conversations";
|
|
296
|
-
cursor?: string | undefined;
|
|
297
296
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
297
|
+
cursor?: string | undefined;
|
|
298
298
|
pageSize?: number | undefined;
|
|
299
299
|
agentId?: string | undefined;
|
|
300
300
|
}, {
|
|
301
301
|
operation: "get_conversations";
|
|
302
|
-
cursor?: string | undefined;
|
|
303
302
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
303
|
+
cursor?: string | undefined;
|
|
304
304
|
pageSize?: number | undefined;
|
|
305
305
|
agentId?: string | undefined;
|
|
306
306
|
}>]>;
|
|
@@ -393,16 +393,16 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
|
|
|
393
393
|
operation: "get_conversations";
|
|
394
394
|
success: boolean;
|
|
395
395
|
error: string;
|
|
396
|
-
nextCursor?: string | undefined;
|
|
397
396
|
conversations?: Record<string, unknown>[] | undefined;
|
|
398
397
|
hasMore?: boolean | undefined;
|
|
398
|
+
nextCursor?: string | undefined;
|
|
399
399
|
}, {
|
|
400
400
|
operation: "get_conversations";
|
|
401
401
|
success: boolean;
|
|
402
402
|
error: string;
|
|
403
|
-
nextCursor?: string | undefined;
|
|
404
403
|
conversations?: Record<string, unknown>[] | undefined;
|
|
405
404
|
hasMore?: boolean | undefined;
|
|
405
|
+
nextCursor?: string | undefined;
|
|
406
406
|
}>]>;
|
|
407
407
|
static readonly shortDescription = "Eleven Labs integration for Conversational AI";
|
|
408
408
|
static readonly longDescription = "\n Integrate with Eleven Labs Conversational AI agents.\n Use cases:\n - Generate signed URLs for secure WebSocket connections to agents\n - Trigger outbound calls\n - Get agent details\n - Validate webhook signatures\n - Get conversation history\n ";
|