@bubblelab/bubble-core 0.1.96 → 0.1.97
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 +66 -66
- package/dist/bubbles/service-bubble/agi-inc.d.ts +68 -68
- package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
- package/dist/bubbles/service-bubble/airtable.d.ts +108 -108
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +25 -25
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +172 -172
- package/dist/bubbles/service-bubble/followupboss.d.ts +144 -144
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
- package/dist/bubbles/service-bubble/github.d.ts +148 -148
- package/dist/bubbles/service-bubble/gmail.d.ts +138 -138
- package/dist/bubbles/service-bubble/gmail.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/gmail.js +10 -4
- package/dist/bubbles/service-bubble/gmail.js.map +1 -1
- package/dist/bubbles/service-bubble/google-calendar.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-drive.d.ts +100 -100
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +10 -10
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +29 -29
- package/dist/bubbles/service-bubble/notion/notion.d.ts +72 -72
- package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
- package/dist/bubbles/service-bubble/resend.d.ts +26 -26
- package/dist/bubbles/service-bubble/slack/slack.d.ts +218 -218
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +62 -62
- package/dist/bubbles/service-bubble/telegram.d.ts +56 -56
- 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 +8 -8
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- 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 +20 -20
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +8 -8
- 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/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +26 -26
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
- package/dist/bubbles.json +6 -6
- package/package.json +2 -2
|
@@ -104,8 +104,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
104
104
|
allow_duplicate_linkedin: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
105
105
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
106
106
|
}, "strip", import("zod").ZodTypeAny, {
|
|
107
|
-
name: string;
|
|
108
107
|
operation: "create_candidate";
|
|
108
|
+
name: string;
|
|
109
109
|
allow_duplicate_linkedin: boolean;
|
|
110
110
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
111
111
|
website?: string | undefined;
|
|
@@ -120,8 +120,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
120
120
|
source_id?: string | undefined;
|
|
121
121
|
credited_to_user_id?: string | undefined;
|
|
122
122
|
}, {
|
|
123
|
-
name: string;
|
|
124
123
|
operation: "create_candidate";
|
|
124
|
+
name: string;
|
|
125
125
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
126
126
|
website?: string | undefined;
|
|
127
127
|
emails?: {
|
|
@@ -182,12 +182,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
182
182
|
title: import("zod").ZodString;
|
|
183
183
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
184
184
|
}, "strip", import("zod").ZodTypeAny, {
|
|
185
|
-
title: string;
|
|
186
185
|
operation: "create_tag";
|
|
186
|
+
title: string;
|
|
187
187
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
188
188
|
}, {
|
|
189
|
-
title: string;
|
|
190
189
|
operation: "create_tag";
|
|
190
|
+
title: string;
|
|
191
191
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
192
192
|
}>, import("zod").ZodObject<{
|
|
193
193
|
operation: import("zod").ZodLiteral<"list_custom_fields">;
|
|
@@ -451,9 +451,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
451
451
|
sync_token: import("zod").ZodOptional<import("zod").ZodString>;
|
|
452
452
|
error: import("zod").ZodString;
|
|
453
453
|
}, "strip", import("zod").ZodTypeAny, {
|
|
454
|
+
operation: "list_candidates";
|
|
454
455
|
success: boolean;
|
|
455
456
|
error: string;
|
|
456
|
-
operation: "list_candidates";
|
|
457
457
|
next_cursor?: string | undefined;
|
|
458
458
|
sync_token?: string | undefined;
|
|
459
459
|
candidates?: {
|
|
@@ -513,9 +513,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
513
513
|
}[] | undefined;
|
|
514
514
|
more_data_available?: boolean | undefined;
|
|
515
515
|
}, {
|
|
516
|
+
operation: "list_candidates";
|
|
516
517
|
success: boolean;
|
|
517
518
|
error: string;
|
|
518
|
-
operation: "list_candidates";
|
|
519
519
|
next_cursor?: string | undefined;
|
|
520
520
|
sync_token?: string | undefined;
|
|
521
521
|
candidates?: {
|
|
@@ -669,9 +669,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
669
669
|
}>>;
|
|
670
670
|
error: import("zod").ZodString;
|
|
671
671
|
}, "strip", import("zod").ZodTypeAny, {
|
|
672
|
+
operation: "get_candidate";
|
|
672
673
|
success: boolean;
|
|
673
674
|
error: string;
|
|
674
|
-
operation: "get_candidate";
|
|
675
675
|
candidate?: {
|
|
676
676
|
name: string;
|
|
677
677
|
id: string;
|
|
@@ -695,9 +695,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
695
695
|
}[] | undefined;
|
|
696
696
|
} | undefined;
|
|
697
697
|
}, {
|
|
698
|
+
operation: "get_candidate";
|
|
698
699
|
success: boolean;
|
|
699
700
|
error: string;
|
|
700
|
-
operation: "get_candidate";
|
|
701
701
|
candidate?: {
|
|
702
702
|
name: string;
|
|
703
703
|
id: string;
|
|
@@ -816,9 +816,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
816
816
|
duplicate: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
817
817
|
error: import("zod").ZodString;
|
|
818
818
|
}, "strip", import("zod").ZodTypeAny, {
|
|
819
|
+
operation: "create_candidate";
|
|
819
820
|
success: boolean;
|
|
820
821
|
error: string;
|
|
821
|
-
operation: "create_candidate";
|
|
822
822
|
candidate?: {
|
|
823
823
|
name: string;
|
|
824
824
|
id: string;
|
|
@@ -843,9 +843,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
843
843
|
} | undefined;
|
|
844
844
|
duplicate?: boolean | undefined;
|
|
845
845
|
}, {
|
|
846
|
+
operation: "create_candidate";
|
|
846
847
|
success: boolean;
|
|
847
848
|
error: string;
|
|
848
|
-
operation: "create_candidate";
|
|
849
849
|
candidate?: {
|
|
850
850
|
name: string;
|
|
851
851
|
id: string;
|
|
@@ -964,9 +964,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
964
964
|
}>, "many">>;
|
|
965
965
|
error: import("zod").ZodString;
|
|
966
966
|
}, "strip", import("zod").ZodTypeAny, {
|
|
967
|
+
operation: "search_candidates";
|
|
967
968
|
success: boolean;
|
|
968
969
|
error: string;
|
|
969
|
-
operation: "search_candidates";
|
|
970
970
|
candidates?: {
|
|
971
971
|
name: string;
|
|
972
972
|
id: string;
|
|
@@ -990,9 +990,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
990
990
|
}[] | undefined;
|
|
991
991
|
}[] | undefined;
|
|
992
992
|
}, {
|
|
993
|
+
operation: "search_candidates";
|
|
993
994
|
success: boolean;
|
|
994
995
|
error: string;
|
|
995
|
-
operation: "search_candidates";
|
|
996
996
|
candidates?: {
|
|
997
997
|
name: string;
|
|
998
998
|
id: string;
|
|
@@ -1110,9 +1110,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1110
1110
|
}>>;
|
|
1111
1111
|
error: import("zod").ZodString;
|
|
1112
1112
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1113
|
+
operation: "add_tag";
|
|
1113
1114
|
success: boolean;
|
|
1114
1115
|
error: string;
|
|
1115
|
-
operation: "add_tag";
|
|
1116
1116
|
candidate?: {
|
|
1117
1117
|
name: string;
|
|
1118
1118
|
id: string;
|
|
@@ -1136,9 +1136,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1136
1136
|
}[] | undefined;
|
|
1137
1137
|
} | undefined;
|
|
1138
1138
|
}, {
|
|
1139
|
+
operation: "add_tag";
|
|
1139
1140
|
success: boolean;
|
|
1140
1141
|
error: string;
|
|
1141
|
-
operation: "add_tag";
|
|
1142
1142
|
candidate?: {
|
|
1143
1143
|
name: string;
|
|
1144
1144
|
id: string;
|
|
@@ -1179,18 +1179,18 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1179
1179
|
}>, "many">>;
|
|
1180
1180
|
error: import("zod").ZodString;
|
|
1181
1181
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1182
|
+
operation: "list_tags";
|
|
1182
1183
|
success: boolean;
|
|
1183
1184
|
error: string;
|
|
1184
|
-
operation: "list_tags";
|
|
1185
1185
|
tags?: {
|
|
1186
1186
|
title: string;
|
|
1187
1187
|
id: string;
|
|
1188
1188
|
isArchived?: boolean | undefined;
|
|
1189
1189
|
}[] | undefined;
|
|
1190
1190
|
}, {
|
|
1191
|
+
operation: "list_tags";
|
|
1191
1192
|
success: boolean;
|
|
1192
1193
|
error: string;
|
|
1193
|
-
operation: "list_tags";
|
|
1194
1194
|
tags?: {
|
|
1195
1195
|
title: string;
|
|
1196
1196
|
id: string;
|
|
@@ -1214,18 +1214,18 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1214
1214
|
}>>;
|
|
1215
1215
|
error: import("zod").ZodString;
|
|
1216
1216
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1217
|
+
operation: "create_tag";
|
|
1217
1218
|
success: boolean;
|
|
1218
1219
|
error: string;
|
|
1219
|
-
operation: "create_tag";
|
|
1220
1220
|
tag?: {
|
|
1221
1221
|
title: string;
|
|
1222
1222
|
id: string;
|
|
1223
1223
|
isArchived?: boolean | undefined;
|
|
1224
1224
|
} | undefined;
|
|
1225
1225
|
}, {
|
|
1226
|
+
operation: "create_tag";
|
|
1226
1227
|
success: boolean;
|
|
1227
1228
|
error: string;
|
|
1228
|
-
operation: "create_tag";
|
|
1229
1229
|
tag?: {
|
|
1230
1230
|
title: string;
|
|
1231
1231
|
id: string;
|
|
@@ -1284,9 +1284,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1284
1284
|
sync_token: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1285
1285
|
error: import("zod").ZodString;
|
|
1286
1286
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1287
|
+
operation: "list_custom_fields";
|
|
1287
1288
|
success: boolean;
|
|
1288
1289
|
error: string;
|
|
1289
|
-
operation: "list_custom_fields";
|
|
1290
1290
|
next_cursor?: string | undefined;
|
|
1291
1291
|
sync_token?: string | undefined;
|
|
1292
1292
|
more_data_available?: boolean | undefined;
|
|
@@ -1304,9 +1304,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1304
1304
|
}[] | undefined;
|
|
1305
1305
|
}[] | undefined;
|
|
1306
1306
|
}, {
|
|
1307
|
+
operation: "list_custom_fields";
|
|
1307
1308
|
success: boolean;
|
|
1308
1309
|
error: string;
|
|
1309
|
-
operation: "list_custom_fields";
|
|
1310
1310
|
next_cursor?: string | undefined;
|
|
1311
1311
|
sync_token?: string | undefined;
|
|
1312
1312
|
more_data_available?: boolean | undefined;
|
|
@@ -237,15 +237,15 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
237
237
|
timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
238
238
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
239
239
|
}, "strip", import("zod").ZodTypeAny, {
|
|
240
|
+
operation: "navigate";
|
|
240
241
|
url: string;
|
|
241
242
|
timeout: number;
|
|
242
|
-
operation: "navigate";
|
|
243
243
|
session_id: string;
|
|
244
244
|
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
245
245
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
246
246
|
}, {
|
|
247
|
-
url: string;
|
|
248
247
|
operation: "navigate";
|
|
248
|
+
url: string;
|
|
249
249
|
session_id: string;
|
|
250
250
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
251
251
|
timeout?: number | undefined;
|
|
@@ -258,8 +258,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
258
258
|
timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
259
259
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
260
260
|
}, "strip", import("zod").ZodTypeAny, {
|
|
261
|
-
timeout: number;
|
|
262
261
|
operation: "click";
|
|
262
|
+
timeout: number;
|
|
263
263
|
session_id: string;
|
|
264
264
|
selector: string;
|
|
265
265
|
wait_for_navigation: boolean;
|
|
@@ -337,8 +337,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
337
337
|
quality: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
338
338
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
339
339
|
}, "strip", import("zod").ZodTypeAny, {
|
|
340
|
-
format: "png" | "jpeg" | "webp";
|
|
341
340
|
operation: "screenshot";
|
|
341
|
+
format: "png" | "jpeg" | "webp";
|
|
342
342
|
session_id: string;
|
|
343
343
|
full_page: boolean;
|
|
344
344
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -360,8 +360,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
360
360
|
timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
361
361
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
362
362
|
}, "strip", import("zod").ZodTypeAny, {
|
|
363
|
-
timeout: number;
|
|
364
363
|
operation: "wait";
|
|
364
|
+
timeout: number;
|
|
365
365
|
session_id: string;
|
|
366
366
|
wait_type: "timeout" | "selector" | "navigation";
|
|
367
367
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -409,16 +409,16 @@ 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
|
+
operation: "start_session";
|
|
412
413
|
success: boolean;
|
|
413
414
|
error: string;
|
|
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
|
+
operation: "start_session";
|
|
419
420
|
success: boolean;
|
|
420
421
|
error: string;
|
|
421
|
-
operation: "start_session";
|
|
422
422
|
session_id?: string | undefined;
|
|
423
423
|
context_id?: string | undefined;
|
|
424
424
|
debug_url?: string | undefined;
|
|
@@ -428,53 +428,53 @@ 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
|
+
operation: "navigate";
|
|
431
432
|
success: boolean;
|
|
432
433
|
error: string;
|
|
433
|
-
operation: "navigate";
|
|
434
434
|
url?: string | undefined;
|
|
435
435
|
}, {
|
|
436
|
+
operation: "navigate";
|
|
436
437
|
success: boolean;
|
|
437
438
|
error: string;
|
|
438
|
-
operation: "navigate";
|
|
439
439
|
url?: string | undefined;
|
|
440
440
|
}>, import("zod").ZodObject<{
|
|
441
441
|
operation: import("zod").ZodLiteral<"click">;
|
|
442
442
|
success: import("zod").ZodBoolean;
|
|
443
443
|
error: import("zod").ZodString;
|
|
444
444
|
}, "strip", import("zod").ZodTypeAny, {
|
|
445
|
+
operation: "click";
|
|
445
446
|
success: boolean;
|
|
446
447
|
error: string;
|
|
447
|
-
operation: "click";
|
|
448
448
|
}, {
|
|
449
|
+
operation: "click";
|
|
449
450
|
success: boolean;
|
|
450
451
|
error: string;
|
|
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
|
+
operation: "type";
|
|
457
458
|
success: boolean;
|
|
458
459
|
error: string;
|
|
459
|
-
operation: "type";
|
|
460
460
|
}, {
|
|
461
|
+
operation: "type";
|
|
461
462
|
success: boolean;
|
|
462
463
|
error: string;
|
|
463
|
-
operation: "type";
|
|
464
464
|
}>, import("zod").ZodObject<{
|
|
465
465
|
operation: import("zod").ZodLiteral<"evaluate">;
|
|
466
466
|
success: import("zod").ZodBoolean;
|
|
467
467
|
result: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
468
468
|
error: import("zod").ZodString;
|
|
469
469
|
}, "strip", import("zod").ZodTypeAny, {
|
|
470
|
+
operation: "evaluate";
|
|
470
471
|
success: boolean;
|
|
471
472
|
error: string;
|
|
472
|
-
operation: "evaluate";
|
|
473
473
|
result?: unknown;
|
|
474
474
|
}, {
|
|
475
|
+
operation: "evaluate";
|
|
475
476
|
success: boolean;
|
|
476
477
|
error: string;
|
|
477
|
-
operation: "evaluate";
|
|
478
478
|
result?: unknown;
|
|
479
479
|
}>, import("zod").ZodObject<{
|
|
480
480
|
operation: import("zod").ZodLiteral<"get_content">;
|
|
@@ -482,14 +482,14 @@ 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
|
+
operation: "get_content";
|
|
485
486
|
success: boolean;
|
|
486
487
|
error: string;
|
|
487
|
-
operation: "get_content";
|
|
488
488
|
content?: string | undefined;
|
|
489
489
|
}, {
|
|
490
|
+
operation: "get_content";
|
|
490
491
|
success: boolean;
|
|
491
492
|
error: string;
|
|
492
|
-
operation: "get_content";
|
|
493
493
|
content?: string | undefined;
|
|
494
494
|
}>, import("zod").ZodObject<{
|
|
495
495
|
operation: import("zod").ZodLiteral<"screenshot">;
|
|
@@ -498,15 +498,15 @@ 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
|
+
operation: "screenshot";
|
|
501
502
|
success: boolean;
|
|
502
503
|
error: string;
|
|
503
|
-
operation: "screenshot";
|
|
504
504
|
format?: string | undefined;
|
|
505
505
|
data?: string | undefined;
|
|
506
506
|
}, {
|
|
507
|
+
operation: "screenshot";
|
|
507
508
|
success: boolean;
|
|
508
509
|
error: string;
|
|
509
|
-
operation: "screenshot";
|
|
510
510
|
format?: string | undefined;
|
|
511
511
|
data?: string | undefined;
|
|
512
512
|
}>, import("zod").ZodObject<{
|
|
@@ -514,13 +514,13 @@ 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
|
+
operation: "wait";
|
|
517
518
|
success: boolean;
|
|
518
519
|
error: string;
|
|
519
|
-
operation: "wait";
|
|
520
520
|
}, {
|
|
521
|
+
operation: "wait";
|
|
521
522
|
success: boolean;
|
|
522
523
|
error: string;
|
|
523
|
-
operation: "wait";
|
|
524
524
|
}>, import("zod").ZodObject<{
|
|
525
525
|
operation: import("zod").ZodLiteral<"get_cookies">;
|
|
526
526
|
success: import("zod").ZodBoolean;
|
|
@@ -551,9 +551,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
551
551
|
}>, "many">>;
|
|
552
552
|
error: import("zod").ZodString;
|
|
553
553
|
}, "strip", import("zod").ZodTypeAny, {
|
|
554
|
+
operation: "get_cookies";
|
|
554
555
|
success: boolean;
|
|
555
556
|
error: string;
|
|
556
|
-
operation: "get_cookies";
|
|
557
557
|
cookies?: {
|
|
558
558
|
value: string;
|
|
559
559
|
path: string;
|
|
@@ -564,9 +564,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
564
564
|
secure: boolean;
|
|
565
565
|
}[] | undefined;
|
|
566
566
|
}, {
|
|
567
|
+
operation: "get_cookies";
|
|
567
568
|
success: boolean;
|
|
568
569
|
error: string;
|
|
569
|
-
operation: "get_cookies";
|
|
570
570
|
cookies?: {
|
|
571
571
|
value: string;
|
|
572
572
|
path: string;
|
|
@@ -581,13 +581,13 @@ 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
|
+
operation: "end_session";
|
|
584
585
|
success: boolean;
|
|
585
586
|
error: string;
|
|
586
|
-
operation: "end_session";
|
|
587
587
|
}, {
|
|
588
|
+
operation: "end_session";
|
|
588
589
|
success: boolean;
|
|
589
590
|
error: string;
|
|
590
|
-
operation: "end_session";
|
|
591
591
|
}>]>;
|
|
592
592
|
static readonly shortDescription = "Browser automation service using BrowserBase cloud browsers";
|
|
593
593
|
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 ";
|
|
@@ -232,9 +232,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
232
232
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
233
233
|
error: import("zod").ZodString;
|
|
234
234
|
}, "strip", import("zod").ZodTypeAny, {
|
|
235
|
+
operation: "identify";
|
|
235
236
|
success: boolean;
|
|
236
237
|
error: string;
|
|
237
|
-
operation: "identify";
|
|
238
238
|
results?: import("zod").objectOutputType<{
|
|
239
239
|
company_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
240
240
|
company_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -244,9 +244,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
244
244
|
score: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
245
245
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
246
246
|
}, {
|
|
247
|
+
operation: "identify";
|
|
247
248
|
success: boolean;
|
|
248
249
|
error: string;
|
|
249
|
-
operation: "identify";
|
|
250
250
|
results?: import("zod").objectInputType<{
|
|
251
251
|
company_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
252
252
|
company_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1034,9 +1034,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1034
1034
|
}>>>;
|
|
1035
1035
|
error: import("zod").ZodString;
|
|
1036
1036
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1037
|
+
operation: "enrich";
|
|
1037
1038
|
success: boolean;
|
|
1038
1039
|
error: string;
|
|
1039
|
-
operation: "enrich";
|
|
1040
1040
|
company?: import("zod").objectOutputType<{
|
|
1041
1041
|
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1042
1042
|
linkedin_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1256,9 +1256,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1256
1256
|
}, import("zod").ZodTypeAny, "passthrough">[] | null | undefined;
|
|
1257
1257
|
} | null | undefined;
|
|
1258
1258
|
}, {
|
|
1259
|
+
operation: "enrich";
|
|
1259
1260
|
success: boolean;
|
|
1260
1261
|
error: string;
|
|
1261
|
-
operation: "enrich";
|
|
1262
1262
|
company?: import("zod").objectInputType<{
|
|
1263
1263
|
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1264
1264
|
linkedin_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -2256,9 +2256,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
2256
2256
|
next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2257
2257
|
error: import("zod").ZodString;
|
|
2258
2258
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2259
|
+
operation: "person_search_db";
|
|
2259
2260
|
success: boolean;
|
|
2260
2261
|
error: string;
|
|
2261
|
-
operation: "person_search_db";
|
|
2262
2262
|
next_cursor?: string | undefined;
|
|
2263
2263
|
total_count?: number | undefined;
|
|
2264
2264
|
profiles?: import("zod").objectOutputType<{
|
|
@@ -2520,9 +2520,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
2520
2520
|
twitter_handle: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2521
2521
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2522
2522
|
}, {
|
|
2523
|
+
operation: "person_search_db";
|
|
2523
2524
|
success: boolean;
|
|
2524
2525
|
error: string;
|
|
2525
|
-
operation: "person_search_db";
|
|
2526
2526
|
next_cursor?: string | undefined;
|
|
2527
2527
|
total_count?: number | undefined;
|
|
2528
2528
|
profiles?: import("zod").objectInputType<{
|
|
@@ -3591,9 +3591,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
3591
3591
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
3592
3592
|
error: import("zod").ZodString;
|
|
3593
3593
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3594
|
+
operation: "person_enrich";
|
|
3594
3595
|
success: boolean;
|
|
3595
3596
|
error: string;
|
|
3596
|
-
operation: "person_enrich";
|
|
3597
3597
|
profiles?: import("zod").objectOutputType<{
|
|
3598
3598
|
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3599
3599
|
linkedin_flagship_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3864,9 +3864,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
3864
3864
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3865
3865
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
3866
3866
|
}, {
|
|
3867
|
+
operation: "person_enrich";
|
|
3867
3868
|
success: boolean;
|
|
3868
3869
|
error: string;
|
|
3869
|
-
operation: "person_enrich";
|
|
3870
3870
|
profiles?: import("zod").objectInputType<{
|
|
3871
3871
|
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3872
3872
|
linkedin_flagship_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|