@bubblelab/bubble-core 0.1.22 → 0.1.23
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 +180 -77
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +10 -2
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.d.ts +4 -4
- package/dist/bubbles/service-bubble/airtable.d.ts +82 -82
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +2784 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.js +338 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +3995 -0
- package/dist/bubbles/service-bubble/{slack/slack.schema.d.ts.map → crustdata/crustdata.schema.d.ts.map} +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +425 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/index.js +5 -0
- package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -0
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +308 -308
- package/dist/bubbles/service-bubble/followupboss.d.ts +236 -236
- package/dist/bubbles/service-bubble/github.d.ts +84 -84
- package/dist/bubbles/service-bubble/gmail.d.ts +439 -439
- package/dist/bubbles/service-bubble/google-calendar.d.ts +100 -100
- package/dist/bubbles/service-bubble/google-drive.d.ts +26 -26
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
- package/dist/bubbles/service-bubble/notion/notion.d.ts +480 -480
- package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +148 -148
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +1276 -1276
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +740 -0
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js +351 -0
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +122 -122
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +934 -0
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/people-search-tool.js +675 -0
- package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +16 -16
- 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 +64 -64
- package/dist/bubbles.json +40 -2
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/utils/schema-comparison.d.ts +16 -0
- package/dist/utils/schema-comparison.d.ts.map +1 -1
- package/dist/utils/schema-comparison.js +98 -6
- package/dist/utils/schema-comparison.js.map +1 -1
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +0 -31
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +0 -184
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +0 -1
- package/dist/bubbles/service-bubble/slack/slack.schema.d.ts +0 -3980
- package/dist/bubbles/service-bubble/slack/slack.schema.js +0 -1061
- package/dist/bubbles/service-bubble/slack/slack.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/slack.d.ts +0 -2
- package/dist/bubbles/service-bubble/slack.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/slack.js +0 -3
- package/dist/bubbles/service-bubble/slack.js.map +0 -1
|
@@ -23,9 +23,9 @@ declare const ApifyParamsSchema: z.ZodObject<{
|
|
|
23
23
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
24
24
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
|
+
limit: number;
|
|
26
27
|
input: Record<string, unknown>;
|
|
27
28
|
timeout: number;
|
|
28
|
-
limit: number;
|
|
29
29
|
waitForFinish: boolean;
|
|
30
30
|
search?: string | undefined;
|
|
31
31
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -34,8 +34,8 @@ declare const ApifyParamsSchema: z.ZodObject<{
|
|
|
34
34
|
input: Record<string, unknown>;
|
|
35
35
|
search?: string | undefined;
|
|
36
36
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
37
|
-
timeout?: number | undefined;
|
|
38
37
|
limit?: number | undefined;
|
|
38
|
+
timeout?: number | undefined;
|
|
39
39
|
actorId?: string | undefined;
|
|
40
40
|
waitForFinish?: boolean | undefined;
|
|
41
41
|
}>;
|
|
@@ -159,9 +159,9 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
159
159
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
160
160
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
161
161
|
}, "strip", z.ZodTypeAny, {
|
|
162
|
+
limit: number;
|
|
162
163
|
input: Record<string, unknown>;
|
|
163
164
|
timeout: number;
|
|
164
|
-
limit: number;
|
|
165
165
|
waitForFinish: boolean;
|
|
166
166
|
search?: string | undefined;
|
|
167
167
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -170,8 +170,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
170
170
|
input: Record<string, unknown>;
|
|
171
171
|
search?: string | undefined;
|
|
172
172
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
173
|
-
timeout?: number | undefined;
|
|
174
173
|
limit?: number | undefined;
|
|
174
|
+
timeout?: number | undefined;
|
|
175
175
|
actorId?: string | undefined;
|
|
176
176
|
waitForFinish?: boolean | undefined;
|
|
177
177
|
}>;
|
|
@@ -204,8 +204,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
204
204
|
operation: "type";
|
|
205
205
|
session_id: string;
|
|
206
206
|
selector: string;
|
|
207
|
-
clear_first: boolean;
|
|
208
207
|
delay: number;
|
|
208
|
+
clear_first: boolean;
|
|
209
209
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
210
210
|
}, {
|
|
211
211
|
text: string;
|
|
@@ -213,8 +213,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
213
213
|
session_id: string;
|
|
214
214
|
selector: string;
|
|
215
215
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
216
|
-
clear_first?: boolean | undefined;
|
|
217
216
|
delay?: number | undefined;
|
|
217
|
+
clear_first?: boolean | undefined;
|
|
218
218
|
}>, z.ZodObject<{
|
|
219
219
|
operation: z.ZodLiteral<"evaluate">;
|
|
220
220
|
session_id: z.ZodString;
|
|
@@ -238,16 +238,16 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
238
238
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
239
239
|
}, "strip", z.ZodTypeAny, {
|
|
240
240
|
operation: "get_content";
|
|
241
|
-
session_id: string;
|
|
242
241
|
content_type: "text" | "html" | "outer_html";
|
|
242
|
+
session_id: string;
|
|
243
243
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
244
244
|
selector?: string | undefined;
|
|
245
245
|
}, {
|
|
246
246
|
operation: "get_content";
|
|
247
247
|
session_id: string;
|
|
248
248
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
249
|
-
selector?: string | undefined;
|
|
250
249
|
content_type?: "text" | "html" | "outer_html" | undefined;
|
|
250
|
+
selector?: string | undefined;
|
|
251
251
|
}>, z.ZodObject<{
|
|
252
252
|
operation: z.ZodLiteral<"screenshot">;
|
|
253
253
|
session_id: z.ZodString;
|
|
@@ -262,16 +262,16 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
262
262
|
session_id: string;
|
|
263
263
|
full_page: boolean;
|
|
264
264
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
265
|
-
selector?: string | undefined;
|
|
266
265
|
quality?: number | undefined;
|
|
266
|
+
selector?: string | undefined;
|
|
267
267
|
}, {
|
|
268
268
|
operation: "screenshot";
|
|
269
269
|
session_id: string;
|
|
270
270
|
format?: "png" | "jpeg" | "webp" | undefined;
|
|
271
271
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
272
|
+
quality?: number | undefined;
|
|
272
273
|
selector?: string | undefined;
|
|
273
274
|
full_page?: boolean | undefined;
|
|
274
|
-
quality?: number | undefined;
|
|
275
275
|
}>, z.ZodObject<{
|
|
276
276
|
operation: z.ZodLiteral<"wait">;
|
|
277
277
|
session_id: z.ZodString;
|
|
@@ -335,15 +335,15 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
335
335
|
error: string;
|
|
336
336
|
success: boolean;
|
|
337
337
|
operation: "start_session";
|
|
338
|
-
context_id?: string | undefined;
|
|
339
338
|
session_id?: string | undefined;
|
|
339
|
+
context_id?: string | undefined;
|
|
340
340
|
debug_url?: string | undefined;
|
|
341
341
|
}, {
|
|
342
342
|
error: string;
|
|
343
343
|
success: boolean;
|
|
344
344
|
operation: "start_session";
|
|
345
|
-
context_id?: string | undefined;
|
|
346
345
|
session_id?: string | undefined;
|
|
346
|
+
context_id?: string | undefined;
|
|
347
347
|
debug_url?: string | undefined;
|
|
348
348
|
}>, z.ZodObject<{
|
|
349
349
|
operation: z.ZodLiteral<"navigate">;
|