@bubblelab/bubble-core 0.1.147 → 0.1.149
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 -134
- package/dist/bubble-flow/bubble-flow-class.d.ts +2 -0
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +234 -234
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/apify/apify.d.ts +38 -38
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +110 -110
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +52 -52
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +98 -98
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +55 -55
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +51 -51
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +98 -98
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +40 -40
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
- package/dist/bubbles/service-bubble/firecrawl.d.ts +376 -376
- package/dist/bubbles/service-bubble/followupboss.d.ts +260 -260
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +114 -114
- package/dist/bubbles/service-bubble/github.d.ts +236 -236
- package/dist/bubbles/service-bubble/gmail.d.ts +256 -256
- package/dist/bubbles/service-bubble/google-calendar.d.ts +52 -52
- package/dist/bubbles/service-bubble/google-drive.d.ts +154 -154
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +52 -52
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +14 -14
- package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
- package/dist/bubbles/service-bubble/jira/jira.d.ts +82 -82
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +84 -84
- package/dist/bubbles/service-bubble/notion/notion.d.ts +3451 -3451
- package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.js +3 -2
- package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
- package/dist/bubbles/service-bubble/resend.d.ts +36 -36
- package/dist/bubbles/service-bubble/slack/slack.d.ts +714 -714
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +21 -4
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +131 -131
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +114 -114
- package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +34 -34
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +11 -11
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
- 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 +14 -14
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +473 -473
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +160 -160
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- 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 +36 -36
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +88 -88
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +64 -64
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/salesforce/index.d.ts +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/index.js +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +0 -1331
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.js +0 -618
- package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +0 -1445
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +0 -609
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +0 -87
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +0 -181
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +0 -1
|
@@ -550,8 +550,8 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
550
550
|
allow_duplicate_linkedin: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
551
551
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
552
552
|
}, "strip", z.ZodTypeAny, {
|
|
553
|
-
operation: "create_candidate";
|
|
554
553
|
name: string;
|
|
554
|
+
operation: "create_candidate";
|
|
555
555
|
allow_duplicate_linkedin: boolean;
|
|
556
556
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
557
557
|
website?: string | undefined;
|
|
@@ -566,8 +566,8 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
566
566
|
credited_to_user_id?: string | undefined;
|
|
567
567
|
tag?: string | undefined;
|
|
568
568
|
}, {
|
|
569
|
-
operation: "create_candidate";
|
|
570
569
|
name: string;
|
|
570
|
+
operation: "create_candidate";
|
|
571
571
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
572
572
|
website?: string | undefined;
|
|
573
573
|
emails?: {
|
|
@@ -589,13 +589,13 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
589
589
|
}, "strip", z.ZodTypeAny, {
|
|
590
590
|
operation: "search_candidates";
|
|
591
591
|
name?: string | undefined;
|
|
592
|
-
email?: string | undefined;
|
|
593
592
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
593
|
+
email?: string | undefined;
|
|
594
594
|
}, {
|
|
595
595
|
operation: "search_candidates";
|
|
596
596
|
name?: string | undefined;
|
|
597
|
-
email?: string | undefined;
|
|
598
597
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
598
|
+
email?: string | undefined;
|
|
599
599
|
}>, z.ZodObject<{
|
|
600
600
|
operation: z.ZodLiteral<"add_tag">;
|
|
601
601
|
candidate_id: z.ZodString;
|
|
@@ -628,12 +628,12 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
628
628
|
title: z.ZodString;
|
|
629
629
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
630
630
|
}, "strip", z.ZodTypeAny, {
|
|
631
|
-
operation: "create_tag";
|
|
632
631
|
title: string;
|
|
632
|
+
operation: "create_tag";
|
|
633
633
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
634
634
|
}, {
|
|
635
|
-
operation: "create_tag";
|
|
636
635
|
title: string;
|
|
636
|
+
operation: "create_tag";
|
|
637
637
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
638
638
|
}>, z.ZodObject<{
|
|
639
639
|
operation: z.ZodLiteral<"list_custom_fields">;
|
|
@@ -897,9 +897,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
897
897
|
sync_token: z.ZodOptional<z.ZodString>;
|
|
898
898
|
error: z.ZodString;
|
|
899
899
|
}, "strip", z.ZodTypeAny, {
|
|
900
|
-
operation: "list_candidates";
|
|
901
|
-
success: boolean;
|
|
902
900
|
error: string;
|
|
901
|
+
success: boolean;
|
|
902
|
+
operation: "list_candidates";
|
|
903
903
|
next_cursor?: string | undefined;
|
|
904
904
|
sync_token?: string | undefined;
|
|
905
905
|
candidates?: {
|
|
@@ -959,9 +959,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
959
959
|
}[] | undefined;
|
|
960
960
|
more_data_available?: boolean | undefined;
|
|
961
961
|
}, {
|
|
962
|
-
operation: "list_candidates";
|
|
963
|
-
success: boolean;
|
|
964
962
|
error: string;
|
|
963
|
+
success: boolean;
|
|
964
|
+
operation: "list_candidates";
|
|
965
965
|
next_cursor?: string | undefined;
|
|
966
966
|
sync_token?: string | undefined;
|
|
967
967
|
candidates?: {
|
|
@@ -1115,9 +1115,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1115
1115
|
}>>;
|
|
1116
1116
|
error: z.ZodString;
|
|
1117
1117
|
}, "strip", z.ZodTypeAny, {
|
|
1118
|
-
operation: "get_candidate";
|
|
1119
|
-
success: boolean;
|
|
1120
1118
|
error: string;
|
|
1119
|
+
success: boolean;
|
|
1120
|
+
operation: "get_candidate";
|
|
1121
1121
|
candidate?: {
|
|
1122
1122
|
name: string;
|
|
1123
1123
|
id: string;
|
|
@@ -1141,9 +1141,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1141
1141
|
}[] | undefined;
|
|
1142
1142
|
} | undefined;
|
|
1143
1143
|
}, {
|
|
1144
|
-
operation: "get_candidate";
|
|
1145
|
-
success: boolean;
|
|
1146
1144
|
error: string;
|
|
1145
|
+
success: boolean;
|
|
1146
|
+
operation: "get_candidate";
|
|
1147
1147
|
candidate?: {
|
|
1148
1148
|
name: string;
|
|
1149
1149
|
id: string;
|
|
@@ -1262,9 +1262,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1262
1262
|
duplicate: z.ZodOptional<z.ZodBoolean>;
|
|
1263
1263
|
error: z.ZodString;
|
|
1264
1264
|
}, "strip", z.ZodTypeAny, {
|
|
1265
|
-
operation: "create_candidate";
|
|
1266
|
-
success: boolean;
|
|
1267
1265
|
error: string;
|
|
1266
|
+
success: boolean;
|
|
1267
|
+
operation: "create_candidate";
|
|
1268
1268
|
candidate?: {
|
|
1269
1269
|
name: string;
|
|
1270
1270
|
id: string;
|
|
@@ -1289,9 +1289,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1289
1289
|
} | undefined;
|
|
1290
1290
|
duplicate?: boolean | undefined;
|
|
1291
1291
|
}, {
|
|
1292
|
-
operation: "create_candidate";
|
|
1293
|
-
success: boolean;
|
|
1294
1292
|
error: string;
|
|
1293
|
+
success: boolean;
|
|
1294
|
+
operation: "create_candidate";
|
|
1295
1295
|
candidate?: {
|
|
1296
1296
|
name: string;
|
|
1297
1297
|
id: string;
|
|
@@ -1410,9 +1410,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1410
1410
|
}>, "many">>;
|
|
1411
1411
|
error: z.ZodString;
|
|
1412
1412
|
}, "strip", z.ZodTypeAny, {
|
|
1413
|
-
operation: "search_candidates";
|
|
1414
|
-
success: boolean;
|
|
1415
1413
|
error: string;
|
|
1414
|
+
success: boolean;
|
|
1415
|
+
operation: "search_candidates";
|
|
1416
1416
|
candidates?: {
|
|
1417
1417
|
name: string;
|
|
1418
1418
|
id: string;
|
|
@@ -1436,9 +1436,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1436
1436
|
}[] | undefined;
|
|
1437
1437
|
}[] | undefined;
|
|
1438
1438
|
}, {
|
|
1439
|
-
operation: "search_candidates";
|
|
1440
|
-
success: boolean;
|
|
1441
1439
|
error: string;
|
|
1440
|
+
success: boolean;
|
|
1441
|
+
operation: "search_candidates";
|
|
1442
1442
|
candidates?: {
|
|
1443
1443
|
name: string;
|
|
1444
1444
|
id: string;
|
|
@@ -1556,9 +1556,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1556
1556
|
}>>;
|
|
1557
1557
|
error: z.ZodString;
|
|
1558
1558
|
}, "strip", z.ZodTypeAny, {
|
|
1559
|
-
operation: "add_tag";
|
|
1560
|
-
success: boolean;
|
|
1561
1559
|
error: string;
|
|
1560
|
+
success: boolean;
|
|
1561
|
+
operation: "add_tag";
|
|
1562
1562
|
candidate?: {
|
|
1563
1563
|
name: string;
|
|
1564
1564
|
id: string;
|
|
@@ -1582,9 +1582,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1582
1582
|
}[] | undefined;
|
|
1583
1583
|
} | undefined;
|
|
1584
1584
|
}, {
|
|
1585
|
-
operation: "add_tag";
|
|
1586
|
-
success: boolean;
|
|
1587
1585
|
error: string;
|
|
1586
|
+
success: boolean;
|
|
1587
|
+
operation: "add_tag";
|
|
1588
1588
|
candidate?: {
|
|
1589
1589
|
name: string;
|
|
1590
1590
|
id: string;
|
|
@@ -1625,18 +1625,18 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1625
1625
|
}>, "many">>;
|
|
1626
1626
|
error: z.ZodString;
|
|
1627
1627
|
}, "strip", z.ZodTypeAny, {
|
|
1628
|
-
operation: "list_tags";
|
|
1629
|
-
success: boolean;
|
|
1630
1628
|
error: string;
|
|
1629
|
+
success: boolean;
|
|
1630
|
+
operation: "list_tags";
|
|
1631
1631
|
tags?: {
|
|
1632
1632
|
title: string;
|
|
1633
1633
|
id: string;
|
|
1634
1634
|
isArchived?: boolean | undefined;
|
|
1635
1635
|
}[] | undefined;
|
|
1636
1636
|
}, {
|
|
1637
|
-
operation: "list_tags";
|
|
1638
|
-
success: boolean;
|
|
1639
1637
|
error: string;
|
|
1638
|
+
success: boolean;
|
|
1639
|
+
operation: "list_tags";
|
|
1640
1640
|
tags?: {
|
|
1641
1641
|
title: string;
|
|
1642
1642
|
id: string;
|
|
@@ -1660,18 +1660,18 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1660
1660
|
}>>;
|
|
1661
1661
|
error: z.ZodString;
|
|
1662
1662
|
}, "strip", z.ZodTypeAny, {
|
|
1663
|
-
operation: "create_tag";
|
|
1664
|
-
success: boolean;
|
|
1665
1663
|
error: string;
|
|
1664
|
+
success: boolean;
|
|
1665
|
+
operation: "create_tag";
|
|
1666
1666
|
tag?: {
|
|
1667
1667
|
title: string;
|
|
1668
1668
|
id: string;
|
|
1669
1669
|
isArchived?: boolean | undefined;
|
|
1670
1670
|
} | undefined;
|
|
1671
1671
|
}, {
|
|
1672
|
-
operation: "create_tag";
|
|
1673
|
-
success: boolean;
|
|
1674
1672
|
error: string;
|
|
1673
|
+
success: boolean;
|
|
1674
|
+
operation: "create_tag";
|
|
1675
1675
|
tag?: {
|
|
1676
1676
|
title: string;
|
|
1677
1677
|
id: string;
|
|
@@ -1730,9 +1730,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1730
1730
|
sync_token: z.ZodOptional<z.ZodString>;
|
|
1731
1731
|
error: z.ZodString;
|
|
1732
1732
|
}, "strip", z.ZodTypeAny, {
|
|
1733
|
-
operation: "list_custom_fields";
|
|
1734
|
-
success: boolean;
|
|
1735
1733
|
error: string;
|
|
1734
|
+
success: boolean;
|
|
1735
|
+
operation: "list_custom_fields";
|
|
1736
1736
|
next_cursor?: string | undefined;
|
|
1737
1737
|
custom_fields?: {
|
|
1738
1738
|
title: string;
|
|
@@ -1750,9 +1750,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1750
1750
|
sync_token?: string | undefined;
|
|
1751
1751
|
more_data_available?: boolean | undefined;
|
|
1752
1752
|
}, {
|
|
1753
|
-
operation: "list_custom_fields";
|
|
1754
|
-
success: boolean;
|
|
1755
1753
|
error: string;
|
|
1754
|
+
success: boolean;
|
|
1755
|
+
operation: "list_custom_fields";
|
|
1756
1756
|
next_cursor?: string | undefined;
|
|
1757
1757
|
custom_fields?: {
|
|
1758
1758
|
title: string;
|
|
@@ -169,7 +169,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
169
169
|
captchaImageSelector?: string | undefined;
|
|
170
170
|
captchaInputSelector?: string | undefined;
|
|
171
171
|
} | undefined;
|
|
172
|
-
context_id?: string | undefined;
|
|
173
172
|
cookies?: {
|
|
174
173
|
value: string;
|
|
175
174
|
path: string;
|
|
@@ -179,6 +178,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
179
178
|
httpOnly: boolean;
|
|
180
179
|
secure: boolean;
|
|
181
180
|
}[] | undefined;
|
|
181
|
+
context_id?: string | undefined;
|
|
182
182
|
proxies?: true | ({
|
|
183
183
|
type: "browserbase";
|
|
184
184
|
geolocation?: {
|
|
@@ -204,7 +204,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
204
204
|
captchaImageSelector?: string | undefined;
|
|
205
205
|
captchaInputSelector?: string | undefined;
|
|
206
206
|
} | undefined;
|
|
207
|
-
context_id?: string | undefined;
|
|
208
207
|
cookies?: {
|
|
209
208
|
value: string;
|
|
210
209
|
path: string;
|
|
@@ -214,6 +213,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
214
213
|
httpOnly: boolean;
|
|
215
214
|
secure: boolean;
|
|
216
215
|
}[] | undefined;
|
|
216
|
+
context_id?: string | undefined;
|
|
217
217
|
viewport_width?: number | undefined;
|
|
218
218
|
viewport_height?: number | undefined;
|
|
219
219
|
proxies?: true | ({
|
|
@@ -240,15 +240,15 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
240
240
|
timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
241
241
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
242
242
|
}, "strip", import("zod").ZodTypeAny, {
|
|
243
|
-
operation: "navigate";
|
|
244
|
-
url: string;
|
|
245
243
|
timeout: number;
|
|
244
|
+
url: string;
|
|
245
|
+
operation: "navigate";
|
|
246
246
|
session_id: string;
|
|
247
247
|
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
248
248
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
249
249
|
}, {
|
|
250
|
-
operation: "navigate";
|
|
251
250
|
url: string;
|
|
251
|
+
operation: "navigate";
|
|
252
252
|
session_id: string;
|
|
253
253
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
254
254
|
timeout?: number | undefined;
|
|
@@ -261,8 +261,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
261
261
|
timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
262
262
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
263
263
|
}, "strip", import("zod").ZodTypeAny, {
|
|
264
|
-
operation: "click";
|
|
265
264
|
timeout: number;
|
|
265
|
+
operation: "click";
|
|
266
266
|
session_id: string;
|
|
267
267
|
selector: string;
|
|
268
268
|
wait_for_navigation: boolean;
|
|
@@ -283,16 +283,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
283
283
|
delay: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
284
284
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
285
285
|
}, "strip", import("zod").ZodTypeAny, {
|
|
286
|
-
operation: "type";
|
|
287
286
|
text: string;
|
|
287
|
+
operation: "type";
|
|
288
288
|
session_id: string;
|
|
289
289
|
selector: string;
|
|
290
290
|
delay: number;
|
|
291
291
|
clear_first: boolean;
|
|
292
292
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
293
293
|
}, {
|
|
294
|
-
operation: "type";
|
|
295
294
|
text: string;
|
|
295
|
+
operation: "type";
|
|
296
296
|
session_id: string;
|
|
297
297
|
selector: string;
|
|
298
298
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -304,13 +304,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
304
304
|
script: import("zod").ZodString;
|
|
305
305
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
306
306
|
}, "strip", import("zod").ZodTypeAny, {
|
|
307
|
-
operation: "evaluate";
|
|
308
307
|
script: string;
|
|
308
|
+
operation: "evaluate";
|
|
309
309
|
session_id: string;
|
|
310
310
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
311
311
|
}, {
|
|
312
|
-
operation: "evaluate";
|
|
313
312
|
script: string;
|
|
313
|
+
operation: "evaluate";
|
|
314
314
|
session_id: string;
|
|
315
315
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
316
316
|
}>, import("zod").ZodObject<{
|
|
@@ -340,8 +340,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
340
340
|
quality: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
341
341
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
342
342
|
}, "strip", import("zod").ZodTypeAny, {
|
|
343
|
-
operation: "screenshot";
|
|
344
343
|
format: "png" | "jpeg" | "webp";
|
|
344
|
+
operation: "screenshot";
|
|
345
345
|
session_id: string;
|
|
346
346
|
full_page: boolean;
|
|
347
347
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -363,8 +363,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
363
363
|
timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
364
364
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
365
365
|
}, "strip", import("zod").ZodTypeAny, {
|
|
366
|
-
operation: "wait";
|
|
367
366
|
timeout: number;
|
|
367
|
+
operation: "wait";
|
|
368
368
|
session_id: string;
|
|
369
369
|
wait_type: "timeout" | "selector" | "navigation";
|
|
370
370
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -412,16 +412,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
412
412
|
debug_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
413
413
|
error: import("zod").ZodString;
|
|
414
414
|
}, "strip", import("zod").ZodTypeAny, {
|
|
415
|
-
operation: "start_session";
|
|
416
|
-
success: boolean;
|
|
417
415
|
error: string;
|
|
416
|
+
success: boolean;
|
|
417
|
+
operation: "start_session";
|
|
418
418
|
session_id?: string | undefined;
|
|
419
419
|
context_id?: string | undefined;
|
|
420
420
|
debug_url?: string | undefined;
|
|
421
421
|
}, {
|
|
422
|
-
operation: "start_session";
|
|
423
|
-
success: boolean;
|
|
424
422
|
error: string;
|
|
423
|
+
success: boolean;
|
|
424
|
+
operation: "start_session";
|
|
425
425
|
session_id?: string | undefined;
|
|
426
426
|
context_id?: string | undefined;
|
|
427
427
|
debug_url?: string | undefined;
|
|
@@ -431,53 +431,53 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
431
431
|
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
432
432
|
error: import("zod").ZodString;
|
|
433
433
|
}, "strip", import("zod").ZodTypeAny, {
|
|
434
|
-
operation: "navigate";
|
|
435
|
-
success: boolean;
|
|
436
434
|
error: string;
|
|
435
|
+
success: boolean;
|
|
436
|
+
operation: "navigate";
|
|
437
437
|
url?: string | undefined;
|
|
438
438
|
}, {
|
|
439
|
-
operation: "navigate";
|
|
440
|
-
success: boolean;
|
|
441
439
|
error: string;
|
|
440
|
+
success: boolean;
|
|
441
|
+
operation: "navigate";
|
|
442
442
|
url?: string | undefined;
|
|
443
443
|
}>, import("zod").ZodObject<{
|
|
444
444
|
operation: import("zod").ZodLiteral<"click">;
|
|
445
445
|
success: import("zod").ZodBoolean;
|
|
446
446
|
error: import("zod").ZodString;
|
|
447
447
|
}, "strip", import("zod").ZodTypeAny, {
|
|
448
|
-
operation: "click";
|
|
449
|
-
success: boolean;
|
|
450
448
|
error: string;
|
|
451
|
-
}, {
|
|
452
|
-
operation: "click";
|
|
453
449
|
success: boolean;
|
|
450
|
+
operation: "click";
|
|
451
|
+
}, {
|
|
454
452
|
error: string;
|
|
453
|
+
success: boolean;
|
|
454
|
+
operation: "click";
|
|
455
455
|
}>, import("zod").ZodObject<{
|
|
456
456
|
operation: import("zod").ZodLiteral<"type">;
|
|
457
457
|
success: import("zod").ZodBoolean;
|
|
458
458
|
error: import("zod").ZodString;
|
|
459
459
|
}, "strip", import("zod").ZodTypeAny, {
|
|
460
|
-
operation: "type";
|
|
461
|
-
success: boolean;
|
|
462
460
|
error: string;
|
|
463
|
-
}, {
|
|
464
|
-
operation: "type";
|
|
465
461
|
success: boolean;
|
|
462
|
+
operation: "type";
|
|
463
|
+
}, {
|
|
466
464
|
error: string;
|
|
465
|
+
success: boolean;
|
|
466
|
+
operation: "type";
|
|
467
467
|
}>, import("zod").ZodObject<{
|
|
468
468
|
operation: import("zod").ZodLiteral<"evaluate">;
|
|
469
469
|
success: import("zod").ZodBoolean;
|
|
470
470
|
result: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
471
471
|
error: import("zod").ZodString;
|
|
472
472
|
}, "strip", import("zod").ZodTypeAny, {
|
|
473
|
-
operation: "evaluate";
|
|
474
|
-
success: boolean;
|
|
475
473
|
error: string;
|
|
474
|
+
success: boolean;
|
|
475
|
+
operation: "evaluate";
|
|
476
476
|
result?: unknown;
|
|
477
477
|
}, {
|
|
478
|
-
operation: "evaluate";
|
|
479
|
-
success: boolean;
|
|
480
478
|
error: string;
|
|
479
|
+
success: boolean;
|
|
480
|
+
operation: "evaluate";
|
|
481
481
|
result?: unknown;
|
|
482
482
|
}>, import("zod").ZodObject<{
|
|
483
483
|
operation: import("zod").ZodLiteral<"get_content">;
|
|
@@ -485,14 +485,14 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
485
485
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
|
486
486
|
error: import("zod").ZodString;
|
|
487
487
|
}, "strip", import("zod").ZodTypeAny, {
|
|
488
|
-
operation: "get_content";
|
|
489
|
-
success: boolean;
|
|
490
488
|
error: string;
|
|
489
|
+
success: boolean;
|
|
490
|
+
operation: "get_content";
|
|
491
491
|
content?: string | undefined;
|
|
492
492
|
}, {
|
|
493
|
-
operation: "get_content";
|
|
494
|
-
success: boolean;
|
|
495
493
|
error: string;
|
|
494
|
+
success: boolean;
|
|
495
|
+
operation: "get_content";
|
|
496
496
|
content?: string | undefined;
|
|
497
497
|
}>, import("zod").ZodObject<{
|
|
498
498
|
operation: import("zod").ZodLiteral<"screenshot">;
|
|
@@ -501,15 +501,15 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
501
501
|
format: import("zod").ZodOptional<import("zod").ZodString>;
|
|
502
502
|
error: import("zod").ZodString;
|
|
503
503
|
}, "strip", import("zod").ZodTypeAny, {
|
|
504
|
-
operation: "screenshot";
|
|
505
|
-
success: boolean;
|
|
506
504
|
error: string;
|
|
505
|
+
success: boolean;
|
|
506
|
+
operation: "screenshot";
|
|
507
507
|
format?: string | undefined;
|
|
508
508
|
data?: string | undefined;
|
|
509
509
|
}, {
|
|
510
|
-
operation: "screenshot";
|
|
511
|
-
success: boolean;
|
|
512
510
|
error: string;
|
|
511
|
+
success: boolean;
|
|
512
|
+
operation: "screenshot";
|
|
513
513
|
format?: string | undefined;
|
|
514
514
|
data?: string | undefined;
|
|
515
515
|
}>, import("zod").ZodObject<{
|
|
@@ -517,13 +517,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
517
517
|
success: import("zod").ZodBoolean;
|
|
518
518
|
error: import("zod").ZodString;
|
|
519
519
|
}, "strip", import("zod").ZodTypeAny, {
|
|
520
|
-
operation: "wait";
|
|
521
|
-
success: boolean;
|
|
522
520
|
error: string;
|
|
523
|
-
}, {
|
|
524
|
-
operation: "wait";
|
|
525
521
|
success: boolean;
|
|
522
|
+
operation: "wait";
|
|
523
|
+
}, {
|
|
526
524
|
error: string;
|
|
525
|
+
success: boolean;
|
|
526
|
+
operation: "wait";
|
|
527
527
|
}>, import("zod").ZodObject<{
|
|
528
528
|
operation: import("zod").ZodLiteral<"get_cookies">;
|
|
529
529
|
success: import("zod").ZodBoolean;
|
|
@@ -554,9 +554,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
554
554
|
}>, "many">>;
|
|
555
555
|
error: import("zod").ZodString;
|
|
556
556
|
}, "strip", import("zod").ZodTypeAny, {
|
|
557
|
-
operation: "get_cookies";
|
|
558
|
-
success: boolean;
|
|
559
557
|
error: string;
|
|
558
|
+
success: boolean;
|
|
559
|
+
operation: "get_cookies";
|
|
560
560
|
cookies?: {
|
|
561
561
|
value: string;
|
|
562
562
|
path: string;
|
|
@@ -567,9 +567,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
567
567
|
secure: boolean;
|
|
568
568
|
}[] | undefined;
|
|
569
569
|
}, {
|
|
570
|
-
operation: "get_cookies";
|
|
571
|
-
success: boolean;
|
|
572
570
|
error: string;
|
|
571
|
+
success: boolean;
|
|
572
|
+
operation: "get_cookies";
|
|
573
573
|
cookies?: {
|
|
574
574
|
value: string;
|
|
575
575
|
path: string;
|
|
@@ -584,13 +584,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
584
584
|
success: import("zod").ZodBoolean;
|
|
585
585
|
error: import("zod").ZodString;
|
|
586
586
|
}, "strip", import("zod").ZodTypeAny, {
|
|
587
|
-
operation: "end_session";
|
|
588
|
-
success: boolean;
|
|
589
587
|
error: string;
|
|
590
|
-
}, {
|
|
591
|
-
operation: "end_session";
|
|
592
588
|
success: boolean;
|
|
589
|
+
operation: "end_session";
|
|
590
|
+
}, {
|
|
593
591
|
error: string;
|
|
592
|
+
success: boolean;
|
|
593
|
+
operation: "end_session";
|
|
594
594
|
}>]>;
|
|
595
595
|
static readonly shortDescription = "Browser automation service using BrowserBase cloud browsers";
|
|
596
596
|
static readonly longDescription = "\n BrowserBase service integration for cloud-based browser automation.\n\n Features:\n - Cloud-based browser sessions\n - Session persistence via context IDs\n - Cookie injection for authenticated sessions\n - Full page automation (click, type, evaluate)\n - Screenshot and content extraction\n - Stealth mode for anti-bot avoidance\n - Automatic CAPTCHA solving\n - Built-in and custom proxy support\n\n Stealth Mode Options:\n - Basic Stealth: Automatic browser fingerprint randomization (default)\n - Advanced Stealth: Custom Chromium browser for better anti-bot avoidance (Scale Plan only)\n - CAPTCHA Solving: Automatic detection and solving (enabled by default, can be disabled)\n - Custom CAPTCHA selectors: For non-standard CAPTCHA providers\n\n Proxy Options:\n - Built-in proxies: Set proxies=true for residential proxies with geolocation\n - Geolocation: Specify city, state (US only), and country for proxy location\n - Custom proxies: Use your own HTTP/HTTPS proxies with authentication\n - Routing rules: Route different domains through different proxies using domainPattern\n\n Use cases:\n - Automated shopping workflows (Amazon, etc.)\n - Web scraping with authentication\n - Form automation and submission\n - Browser-based testing\n\n Security Features:\n - Sessions are isolated in BrowserBase cloud\n - Credentials are handled securely\n - Sessions are properly closed and cleaned up\n ";
|