@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
|
@@ -168,7 +168,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
168
168
|
captchaImageSelector?: string | undefined;
|
|
169
169
|
captchaInputSelector?: string | undefined;
|
|
170
170
|
} | undefined;
|
|
171
|
-
context_id?: string | undefined;
|
|
172
171
|
cookies?: {
|
|
173
172
|
value: string;
|
|
174
173
|
path: string;
|
|
@@ -178,6 +177,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
178
177
|
httpOnly: boolean;
|
|
179
178
|
secure: boolean;
|
|
180
179
|
}[] | undefined;
|
|
180
|
+
context_id?: string | undefined;
|
|
181
181
|
proxies?: true | ({
|
|
182
182
|
type: "browserbase";
|
|
183
183
|
geolocation?: {
|
|
@@ -202,7 +202,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
202
202
|
captchaImageSelector?: string | undefined;
|
|
203
203
|
captchaInputSelector?: string | undefined;
|
|
204
204
|
} | undefined;
|
|
205
|
-
context_id?: string | undefined;
|
|
206
205
|
cookies?: {
|
|
207
206
|
value: string;
|
|
208
207
|
path: string;
|
|
@@ -212,6 +211,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
212
211
|
httpOnly: boolean;
|
|
213
212
|
secure: boolean;
|
|
214
213
|
}[] | undefined;
|
|
214
|
+
context_id?: string | undefined;
|
|
215
215
|
viewport_width?: number | undefined;
|
|
216
216
|
viewport_height?: number | undefined;
|
|
217
217
|
proxies?: true | ({
|
|
@@ -409,15 +409,15 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
409
409
|
debug_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
410
410
|
error: import("zod").ZodString;
|
|
411
411
|
}, "strip", import("zod").ZodTypeAny, {
|
|
412
|
-
success: boolean;
|
|
413
412
|
error: string;
|
|
413
|
+
success: boolean;
|
|
414
414
|
operation: "start_session";
|
|
415
415
|
session_id?: string | undefined;
|
|
416
416
|
context_id?: string | undefined;
|
|
417
417
|
debug_url?: string | undefined;
|
|
418
418
|
}, {
|
|
419
|
-
success: boolean;
|
|
420
419
|
error: string;
|
|
420
|
+
success: boolean;
|
|
421
421
|
operation: "start_session";
|
|
422
422
|
session_id?: string | undefined;
|
|
423
423
|
context_id?: string | undefined;
|
|
@@ -428,13 +428,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
428
428
|
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
429
429
|
error: import("zod").ZodString;
|
|
430
430
|
}, "strip", import("zod").ZodTypeAny, {
|
|
431
|
-
success: boolean;
|
|
432
431
|
error: string;
|
|
432
|
+
success: boolean;
|
|
433
433
|
operation: "navigate";
|
|
434
434
|
url?: string | undefined;
|
|
435
435
|
}, {
|
|
436
|
-
success: boolean;
|
|
437
436
|
error: string;
|
|
437
|
+
success: boolean;
|
|
438
438
|
operation: "navigate";
|
|
439
439
|
url?: string | undefined;
|
|
440
440
|
}>, import("zod").ZodObject<{
|
|
@@ -442,24 +442,24 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
442
442
|
success: import("zod").ZodBoolean;
|
|
443
443
|
error: import("zod").ZodString;
|
|
444
444
|
}, "strip", import("zod").ZodTypeAny, {
|
|
445
|
-
success: boolean;
|
|
446
445
|
error: string;
|
|
446
|
+
success: boolean;
|
|
447
447
|
operation: "click";
|
|
448
448
|
}, {
|
|
449
|
-
success: boolean;
|
|
450
449
|
error: string;
|
|
450
|
+
success: boolean;
|
|
451
451
|
operation: "click";
|
|
452
452
|
}>, import("zod").ZodObject<{
|
|
453
453
|
operation: import("zod").ZodLiteral<"type">;
|
|
454
454
|
success: import("zod").ZodBoolean;
|
|
455
455
|
error: import("zod").ZodString;
|
|
456
456
|
}, "strip", import("zod").ZodTypeAny, {
|
|
457
|
-
success: boolean;
|
|
458
457
|
error: string;
|
|
458
|
+
success: boolean;
|
|
459
459
|
operation: "type";
|
|
460
460
|
}, {
|
|
461
|
-
success: boolean;
|
|
462
461
|
error: string;
|
|
462
|
+
success: boolean;
|
|
463
463
|
operation: "type";
|
|
464
464
|
}>, import("zod").ZodObject<{
|
|
465
465
|
operation: import("zod").ZodLiteral<"evaluate">;
|
|
@@ -467,13 +467,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
467
467
|
result: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
468
468
|
error: import("zod").ZodString;
|
|
469
469
|
}, "strip", import("zod").ZodTypeAny, {
|
|
470
|
-
success: boolean;
|
|
471
470
|
error: string;
|
|
471
|
+
success: boolean;
|
|
472
472
|
operation: "evaluate";
|
|
473
473
|
result?: unknown;
|
|
474
474
|
}, {
|
|
475
|
-
success: boolean;
|
|
476
475
|
error: string;
|
|
476
|
+
success: boolean;
|
|
477
477
|
operation: "evaluate";
|
|
478
478
|
result?: unknown;
|
|
479
479
|
}>, import("zod").ZodObject<{
|
|
@@ -482,13 +482,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
482
482
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
|
483
483
|
error: import("zod").ZodString;
|
|
484
484
|
}, "strip", import("zod").ZodTypeAny, {
|
|
485
|
-
success: boolean;
|
|
486
485
|
error: string;
|
|
486
|
+
success: boolean;
|
|
487
487
|
operation: "get_content";
|
|
488
488
|
content?: string | undefined;
|
|
489
489
|
}, {
|
|
490
|
-
success: boolean;
|
|
491
490
|
error: string;
|
|
491
|
+
success: boolean;
|
|
492
492
|
operation: "get_content";
|
|
493
493
|
content?: string | undefined;
|
|
494
494
|
}>, import("zod").ZodObject<{
|
|
@@ -498,14 +498,14 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
498
498
|
format: import("zod").ZodOptional<import("zod").ZodString>;
|
|
499
499
|
error: import("zod").ZodString;
|
|
500
500
|
}, "strip", import("zod").ZodTypeAny, {
|
|
501
|
-
success: boolean;
|
|
502
501
|
error: string;
|
|
502
|
+
success: boolean;
|
|
503
503
|
operation: "screenshot";
|
|
504
504
|
format?: string | undefined;
|
|
505
505
|
data?: string | undefined;
|
|
506
506
|
}, {
|
|
507
|
-
success: boolean;
|
|
508
507
|
error: string;
|
|
508
|
+
success: boolean;
|
|
509
509
|
operation: "screenshot";
|
|
510
510
|
format?: string | undefined;
|
|
511
511
|
data?: string | undefined;
|
|
@@ -514,12 +514,12 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
514
514
|
success: import("zod").ZodBoolean;
|
|
515
515
|
error: import("zod").ZodString;
|
|
516
516
|
}, "strip", import("zod").ZodTypeAny, {
|
|
517
|
-
success: boolean;
|
|
518
517
|
error: string;
|
|
518
|
+
success: boolean;
|
|
519
519
|
operation: "wait";
|
|
520
520
|
}, {
|
|
521
|
-
success: boolean;
|
|
522
521
|
error: string;
|
|
522
|
+
success: boolean;
|
|
523
523
|
operation: "wait";
|
|
524
524
|
}>, import("zod").ZodObject<{
|
|
525
525
|
operation: import("zod").ZodLiteral<"get_cookies">;
|
|
@@ -551,8 +551,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
551
551
|
}>, "many">>;
|
|
552
552
|
error: import("zod").ZodString;
|
|
553
553
|
}, "strip", import("zod").ZodTypeAny, {
|
|
554
|
-
success: boolean;
|
|
555
554
|
error: string;
|
|
555
|
+
success: boolean;
|
|
556
556
|
operation: "get_cookies";
|
|
557
557
|
cookies?: {
|
|
558
558
|
value: string;
|
|
@@ -564,8 +564,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
564
564
|
secure: boolean;
|
|
565
565
|
}[] | undefined;
|
|
566
566
|
}, {
|
|
567
|
-
success: boolean;
|
|
568
567
|
error: string;
|
|
568
|
+
success: boolean;
|
|
569
569
|
operation: "get_cookies";
|
|
570
570
|
cookies?: {
|
|
571
571
|
value: string;
|
|
@@ -581,12 +581,12 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
581
581
|
success: import("zod").ZodBoolean;
|
|
582
582
|
error: import("zod").ZodString;
|
|
583
583
|
}, "strip", import("zod").ZodTypeAny, {
|
|
584
|
-
success: boolean;
|
|
585
584
|
error: string;
|
|
585
|
+
success: boolean;
|
|
586
586
|
operation: "end_session";
|
|
587
587
|
}, {
|
|
588
|
-
success: boolean;
|
|
589
588
|
error: string;
|
|
589
|
+
success: boolean;
|
|
590
590
|
operation: "end_session";
|
|
591
591
|
}>]>;
|
|
592
592
|
static readonly shortDescription = "Browser automation service using BrowserBase cloud browsers";
|