@bubblelab/bubble-core 0.1.84 → 0.1.86
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 +87 -87
- package/dist/bubbles/service-bubble/agi-inc.d.ts +52 -52
- package/dist/bubbles/service-bubble/ai-agent.d.ts +40 -40
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/apify.d.ts +26 -26
- 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/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +270 -270
- 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 +48 -48
- 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 +20 -20
- 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 +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +1240 -304
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +26 -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 +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 +169 -16
- 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 +56 -56
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +100 -100
- 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 +32 -32
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +294 -2
- 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
|
@@ -107,13 +107,13 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
107
107
|
success: z.ZodBoolean;
|
|
108
108
|
error: z.ZodString;
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
|
-
success: boolean;
|
|
111
110
|
error: string;
|
|
111
|
+
success: boolean;
|
|
112
112
|
operation: "get_signed_url";
|
|
113
113
|
signedUrl?: string | undefined;
|
|
114
114
|
}, {
|
|
115
|
-
success: boolean;
|
|
116
115
|
error: string;
|
|
116
|
+
success: boolean;
|
|
117
117
|
operation: "get_signed_url";
|
|
118
118
|
signedUrl?: string | undefined;
|
|
119
119
|
}>, z.ZodObject<{
|
|
@@ -123,14 +123,14 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
123
123
|
success: z.ZodBoolean;
|
|
124
124
|
error: z.ZodString;
|
|
125
125
|
}, "strip", z.ZodTypeAny, {
|
|
126
|
-
success: boolean;
|
|
127
126
|
error: string;
|
|
127
|
+
success: boolean;
|
|
128
128
|
operation: "trigger_outbound_call";
|
|
129
129
|
conversationId?: string | undefined;
|
|
130
130
|
callSid?: string | undefined;
|
|
131
131
|
}, {
|
|
132
|
-
success: boolean;
|
|
133
132
|
error: string;
|
|
133
|
+
success: boolean;
|
|
134
134
|
operation: "trigger_outbound_call";
|
|
135
135
|
conversationId?: string | undefined;
|
|
136
136
|
callSid?: string | undefined;
|
|
@@ -140,13 +140,13 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
140
140
|
success: z.ZodBoolean;
|
|
141
141
|
error: z.ZodString;
|
|
142
142
|
}, "strip", z.ZodTypeAny, {
|
|
143
|
-
success: boolean;
|
|
144
143
|
error: string;
|
|
144
|
+
success: boolean;
|
|
145
145
|
operation: "get_agent";
|
|
146
146
|
agent?: Record<string, unknown> | undefined;
|
|
147
147
|
}, {
|
|
148
|
-
success: boolean;
|
|
149
148
|
error: string;
|
|
149
|
+
success: boolean;
|
|
150
150
|
operation: "get_agent";
|
|
151
151
|
agent?: Record<string, unknown> | undefined;
|
|
152
152
|
}>, z.ZodObject<{
|
|
@@ -155,13 +155,13 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
155
155
|
success: z.ZodBoolean;
|
|
156
156
|
error: z.ZodString;
|
|
157
157
|
}, "strip", z.ZodTypeAny, {
|
|
158
|
-
success: boolean;
|
|
159
158
|
error: string;
|
|
159
|
+
success: boolean;
|
|
160
160
|
operation: "validate_webhook_signature";
|
|
161
161
|
isValid: boolean;
|
|
162
162
|
}, {
|
|
163
|
-
success: boolean;
|
|
164
163
|
error: string;
|
|
164
|
+
success: boolean;
|
|
165
165
|
operation: "validate_webhook_signature";
|
|
166
166
|
isValid: boolean;
|
|
167
167
|
}>, z.ZodObject<{
|
|
@@ -170,13 +170,13 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
170
170
|
success: z.ZodBoolean;
|
|
171
171
|
error: z.ZodString;
|
|
172
172
|
}, "strip", z.ZodTypeAny, {
|
|
173
|
-
success: boolean;
|
|
174
173
|
error: string;
|
|
174
|
+
success: boolean;
|
|
175
175
|
operation: "get_conversation";
|
|
176
176
|
conversation?: Record<string, unknown> | undefined;
|
|
177
177
|
}, {
|
|
178
|
-
success: boolean;
|
|
179
178
|
error: string;
|
|
179
|
+
success: boolean;
|
|
180
180
|
operation: "get_conversation";
|
|
181
181
|
conversation?: Record<string, unknown> | undefined;
|
|
182
182
|
}>, z.ZodObject<{
|
|
@@ -187,15 +187,15 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
187
187
|
success: z.ZodBoolean;
|
|
188
188
|
error: z.ZodString;
|
|
189
189
|
}, "strip", z.ZodTypeAny, {
|
|
190
|
-
success: boolean;
|
|
191
190
|
error: string;
|
|
191
|
+
success: boolean;
|
|
192
192
|
operation: "get_conversations";
|
|
193
193
|
conversations?: Record<string, unknown>[] | undefined;
|
|
194
194
|
hasMore?: boolean | undefined;
|
|
195
195
|
nextCursor?: string | undefined;
|
|
196
196
|
}, {
|
|
197
|
-
success: boolean;
|
|
198
197
|
error: string;
|
|
198
|
+
success: boolean;
|
|
199
199
|
operation: "get_conversations";
|
|
200
200
|
conversations?: Record<string, unknown>[] | undefined;
|
|
201
201
|
hasMore?: boolean | undefined;
|
|
@@ -310,13 +310,13 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
|
|
|
310
310
|
success: z.ZodBoolean;
|
|
311
311
|
error: z.ZodString;
|
|
312
312
|
}, "strip", z.ZodTypeAny, {
|
|
313
|
-
success: boolean;
|
|
314
313
|
error: string;
|
|
314
|
+
success: boolean;
|
|
315
315
|
operation: "get_signed_url";
|
|
316
316
|
signedUrl?: string | undefined;
|
|
317
317
|
}, {
|
|
318
|
-
success: boolean;
|
|
319
318
|
error: string;
|
|
319
|
+
success: boolean;
|
|
320
320
|
operation: "get_signed_url";
|
|
321
321
|
signedUrl?: string | undefined;
|
|
322
322
|
}>, z.ZodObject<{
|
|
@@ -326,14 +326,14 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
|
|
|
326
326
|
success: z.ZodBoolean;
|
|
327
327
|
error: z.ZodString;
|
|
328
328
|
}, "strip", z.ZodTypeAny, {
|
|
329
|
-
success: boolean;
|
|
330
329
|
error: string;
|
|
330
|
+
success: boolean;
|
|
331
331
|
operation: "trigger_outbound_call";
|
|
332
332
|
conversationId?: string | undefined;
|
|
333
333
|
callSid?: string | undefined;
|
|
334
334
|
}, {
|
|
335
|
-
success: boolean;
|
|
336
335
|
error: string;
|
|
336
|
+
success: boolean;
|
|
337
337
|
operation: "trigger_outbound_call";
|
|
338
338
|
conversationId?: string | undefined;
|
|
339
339
|
callSid?: string | undefined;
|
|
@@ -343,13 +343,13 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
|
|
|
343
343
|
success: z.ZodBoolean;
|
|
344
344
|
error: z.ZodString;
|
|
345
345
|
}, "strip", z.ZodTypeAny, {
|
|
346
|
-
success: boolean;
|
|
347
346
|
error: string;
|
|
347
|
+
success: boolean;
|
|
348
348
|
operation: "get_agent";
|
|
349
349
|
agent?: Record<string, unknown> | undefined;
|
|
350
350
|
}, {
|
|
351
|
-
success: boolean;
|
|
352
351
|
error: string;
|
|
352
|
+
success: boolean;
|
|
353
353
|
operation: "get_agent";
|
|
354
354
|
agent?: Record<string, unknown> | undefined;
|
|
355
355
|
}>, z.ZodObject<{
|
|
@@ -358,13 +358,13 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
|
|
|
358
358
|
success: z.ZodBoolean;
|
|
359
359
|
error: z.ZodString;
|
|
360
360
|
}, "strip", z.ZodTypeAny, {
|
|
361
|
-
success: boolean;
|
|
362
361
|
error: string;
|
|
362
|
+
success: boolean;
|
|
363
363
|
operation: "validate_webhook_signature";
|
|
364
364
|
isValid: boolean;
|
|
365
365
|
}, {
|
|
366
|
-
success: boolean;
|
|
367
366
|
error: string;
|
|
367
|
+
success: boolean;
|
|
368
368
|
operation: "validate_webhook_signature";
|
|
369
369
|
isValid: boolean;
|
|
370
370
|
}>, z.ZodObject<{
|
|
@@ -373,13 +373,13 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
|
|
|
373
373
|
success: z.ZodBoolean;
|
|
374
374
|
error: z.ZodString;
|
|
375
375
|
}, "strip", z.ZodTypeAny, {
|
|
376
|
-
success: boolean;
|
|
377
376
|
error: string;
|
|
377
|
+
success: boolean;
|
|
378
378
|
operation: "get_conversation";
|
|
379
379
|
conversation?: Record<string, unknown> | undefined;
|
|
380
380
|
}, {
|
|
381
|
-
success: boolean;
|
|
382
381
|
error: string;
|
|
382
|
+
success: boolean;
|
|
383
383
|
operation: "get_conversation";
|
|
384
384
|
conversation?: Record<string, unknown> | undefined;
|
|
385
385
|
}>, z.ZodObject<{
|
|
@@ -390,15 +390,15 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
|
|
|
390
390
|
success: z.ZodBoolean;
|
|
391
391
|
error: z.ZodString;
|
|
392
392
|
}, "strip", z.ZodTypeAny, {
|
|
393
|
-
success: boolean;
|
|
394
393
|
error: string;
|
|
394
|
+
success: boolean;
|
|
395
395
|
operation: "get_conversations";
|
|
396
396
|
conversations?: Record<string, unknown>[] | undefined;
|
|
397
397
|
hasMore?: boolean | undefined;
|
|
398
398
|
nextCursor?: string | undefined;
|
|
399
399
|
}, {
|
|
400
|
-
success: boolean;
|
|
401
400
|
error: string;
|
|
401
|
+
success: boolean;
|
|
402
402
|
operation: "get_conversations";
|
|
403
403
|
conversations?: Record<string, unknown>[] | undefined;
|
|
404
404
|
hasMore?: boolean | undefined;
|