@bubblelab/bubble-core 0.1.73 → 0.1.75

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.
Files changed (60) hide show
  1. package/dist/bubble-bundle.d.ts +109 -109
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
  4. package/dist/bubbles/service-bubble/airtable.d.ts +210 -210
  5. package/dist/bubbles/service-bubble/airtable.d.ts.map +1 -1
  6. package/dist/bubbles/service-bubble/airtable.js +3 -1
  7. package/dist/bubbles/service-bubble/airtable.js.map +1 -1
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  9. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +134 -134
  10. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +16 -16
  11. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
  12. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +53 -53
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +30 -30
  15. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  16. package/dist/bubbles/service-bubble/firecrawl.d.ts +250 -250
  17. package/dist/bubbles/service-bubble/followupboss.d.ts +236 -236
  18. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  19. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +30 -30
  20. package/dist/bubbles/service-bubble/github.d.ts +104 -104
  21. package/dist/bubbles/service-bubble/gmail.d.ts +176 -176
  22. package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
  23. package/dist/bubbles/service-bubble/google-drive.d.ts +130 -130
  24. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +42 -42
  25. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +38 -38
  26. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  27. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  28. package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
  29. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +38 -38
  30. package/dist/bubbles/service-bubble/notion/notion.d.ts +512 -512
  31. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  32. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  33. package/dist/bubbles/service-bubble/slack/slack.d.ts +535 -535
  34. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/slack/slack.utils.js +29 -20
  36. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  37. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  38. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +80 -80
  39. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +71 -71
  40. package/dist/bubbles/service-bubble/telegram.d.ts +110 -110
  41. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +24 -24
  43. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +36 -36
  44. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  46. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  47. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +302 -302
  48. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  49. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
  50. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +94 -94
  51. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  54. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  55. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
  56. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  57. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +78 -78
  58. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +76 -76
  59. package/dist/bubbles.json +3 -2
  60. package/package.json +2 -2
@@ -898,8 +898,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
898
898
  error: z.ZodString;
899
899
  }, "strip", z.ZodTypeAny, {
900
900
  operation: "list_candidates";
901
- success: boolean;
902
901
  error: string;
902
+ success: boolean;
903
903
  next_cursor?: string | undefined;
904
904
  sync_token?: string | undefined;
905
905
  candidates?: {
@@ -960,8 +960,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
960
960
  more_data_available?: boolean | undefined;
961
961
  }, {
962
962
  operation: "list_candidates";
963
- success: boolean;
964
963
  error: string;
964
+ success: boolean;
965
965
  next_cursor?: string | undefined;
966
966
  sync_token?: string | undefined;
967
967
  candidates?: {
@@ -1116,8 +1116,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1116
1116
  error: z.ZodString;
1117
1117
  }, "strip", z.ZodTypeAny, {
1118
1118
  operation: "get_candidate";
1119
- success: boolean;
1120
1119
  error: string;
1120
+ success: boolean;
1121
1121
  candidate?: {
1122
1122
  name: string;
1123
1123
  id: string;
@@ -1142,8 +1142,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1142
1142
  } | undefined;
1143
1143
  }, {
1144
1144
  operation: "get_candidate";
1145
- success: boolean;
1146
1145
  error: string;
1146
+ success: boolean;
1147
1147
  candidate?: {
1148
1148
  name: string;
1149
1149
  id: string;
@@ -1263,8 +1263,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1263
1263
  error: z.ZodString;
1264
1264
  }, "strip", z.ZodTypeAny, {
1265
1265
  operation: "create_candidate";
1266
- success: boolean;
1267
1266
  error: string;
1267
+ success: boolean;
1268
1268
  candidate?: {
1269
1269
  name: string;
1270
1270
  id: string;
@@ -1290,8 +1290,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1290
1290
  duplicate?: boolean | undefined;
1291
1291
  }, {
1292
1292
  operation: "create_candidate";
1293
- success: boolean;
1294
1293
  error: string;
1294
+ success: boolean;
1295
1295
  candidate?: {
1296
1296
  name: string;
1297
1297
  id: string;
@@ -1411,8 +1411,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1411
1411
  error: z.ZodString;
1412
1412
  }, "strip", z.ZodTypeAny, {
1413
1413
  operation: "search_candidates";
1414
- success: boolean;
1415
1414
  error: string;
1415
+ success: boolean;
1416
1416
  candidates?: {
1417
1417
  name: string;
1418
1418
  id: string;
@@ -1437,8 +1437,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1437
1437
  }[] | undefined;
1438
1438
  }, {
1439
1439
  operation: "search_candidates";
1440
- success: boolean;
1441
1440
  error: string;
1441
+ success: boolean;
1442
1442
  candidates?: {
1443
1443
  name: string;
1444
1444
  id: string;
@@ -1557,8 +1557,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1557
1557
  error: z.ZodString;
1558
1558
  }, "strip", z.ZodTypeAny, {
1559
1559
  operation: "add_tag";
1560
- success: boolean;
1561
1560
  error: string;
1561
+ success: boolean;
1562
1562
  candidate?: {
1563
1563
  name: string;
1564
1564
  id: string;
@@ -1583,8 +1583,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1583
1583
  } | undefined;
1584
1584
  }, {
1585
1585
  operation: "add_tag";
1586
- success: boolean;
1587
1586
  error: string;
1587
+ success: boolean;
1588
1588
  candidate?: {
1589
1589
  name: string;
1590
1590
  id: string;
@@ -1626,8 +1626,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1626
1626
  error: z.ZodString;
1627
1627
  }, "strip", z.ZodTypeAny, {
1628
1628
  operation: "list_tags";
1629
- success: boolean;
1630
1629
  error: string;
1630
+ success: boolean;
1631
1631
  tags?: {
1632
1632
  title: string;
1633
1633
  id: string;
@@ -1635,8 +1635,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1635
1635
  }[] | undefined;
1636
1636
  }, {
1637
1637
  operation: "list_tags";
1638
- success: boolean;
1639
1638
  error: string;
1639
+ success: boolean;
1640
1640
  tags?: {
1641
1641
  title: string;
1642
1642
  id: string;
@@ -1661,8 +1661,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1661
1661
  error: z.ZodString;
1662
1662
  }, "strip", z.ZodTypeAny, {
1663
1663
  operation: "create_tag";
1664
- success: boolean;
1665
1664
  error: string;
1665
+ success: boolean;
1666
1666
  tag?: {
1667
1667
  title: string;
1668
1668
  id: string;
@@ -1670,8 +1670,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1670
1670
  } | undefined;
1671
1671
  }, {
1672
1672
  operation: "create_tag";
1673
- success: boolean;
1674
1673
  error: string;
1674
+ success: boolean;
1675
1675
  tag?: {
1676
1676
  title: string;
1677
1677
  id: string;
@@ -1731,8 +1731,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1731
1731
  error: z.ZodString;
1732
1732
  }, "strip", z.ZodTypeAny, {
1733
1733
  operation: "list_custom_fields";
1734
- success: boolean;
1735
1734
  error: string;
1735
+ success: boolean;
1736
1736
  next_cursor?: string | undefined;
1737
1737
  sync_token?: string | undefined;
1738
1738
  more_data_available?: boolean | undefined;
@@ -1751,8 +1751,8 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1751
1751
  }[] | undefined;
1752
1752
  }, {
1753
1753
  operation: "list_custom_fields";
1754
- success: boolean;
1755
1754
  error: string;
1755
+ success: boolean;
1756
1756
  next_cursor?: string | undefined;
1757
1757
  sync_token?: string | undefined;
1758
1758
  more_data_available?: boolean | undefined;
@@ -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 | ({
@@ -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;
@@ -280,16 +280,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
280
280
  delay: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
281
281
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
282
282
  }, "strip", import("zod").ZodTypeAny, {
283
- text: string;
284
283
  operation: "type";
284
+ text: string;
285
285
  session_id: string;
286
286
  selector: string;
287
287
  delay: number;
288
288
  clear_first: boolean;
289
289
  credentials?: Partial<Record<CredentialType, string>> | undefined;
290
290
  }, {
291
- text: string;
292
291
  operation: "type";
292
+ text: string;
293
293
  session_id: string;
294
294
  selector: string;
295
295
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -301,13 +301,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
301
301
  script: import("zod").ZodString;
302
302
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
303
303
  }, "strip", import("zod").ZodTypeAny, {
304
- script: string;
305
304
  operation: "evaluate";
305
+ script: string;
306
306
  session_id: string;
307
307
  credentials?: Partial<Record<CredentialType, string>> | undefined;
308
308
  }, {
309
- script: string;
310
309
  operation: "evaluate";
310
+ script: string;
311
311
  session_id: string;
312
312
  credentials?: Partial<Record<CredentialType, string>> | undefined;
313
313
  }>, import("zod").ZodObject<{
@@ -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
  error: string;
413
414
  success: boolean;
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
  error: string;
420
421
  success: boolean;
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
  error: string;
432
433
  success: boolean;
433
- operation: "navigate";
434
434
  url?: string | undefined;
435
435
  }, {
436
+ operation: "navigate";
436
437
  error: string;
437
438
  success: boolean;
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
  error: string;
446
447
  success: boolean;
447
- operation: "click";
448
448
  }, {
449
+ operation: "click";
449
450
  error: string;
450
451
  success: boolean;
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
  error: string;
458
459
  success: boolean;
459
- operation: "type";
460
460
  }, {
461
+ operation: "type";
461
462
  error: string;
462
463
  success: boolean;
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
  error: string;
471
472
  success: boolean;
472
- operation: "evaluate";
473
473
  result?: unknown;
474
474
  }, {
475
+ operation: "evaluate";
475
476
  error: string;
476
477
  success: boolean;
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
  error: string;
486
487
  success: boolean;
487
- operation: "get_content";
488
488
  content?: string | undefined;
489
489
  }, {
490
+ operation: "get_content";
490
491
  error: string;
491
492
  success: boolean;
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
  error: string;
502
503
  success: boolean;
503
- operation: "screenshot";
504
504
  format?: string | undefined;
505
505
  data?: string | undefined;
506
506
  }, {
507
+ operation: "screenshot";
507
508
  error: string;
508
509
  success: boolean;
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
  error: string;
518
519
  success: boolean;
519
- operation: "wait";
520
520
  }, {
521
+ operation: "wait";
521
522
  error: string;
522
523
  success: boolean;
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
  error: string;
555
556
  success: boolean;
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
  error: string;
568
569
  success: boolean;
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
  error: string;
585
586
  success: boolean;
586
- operation: "end_session";
587
587
  }, {
588
+ operation: "end_session";
588
589
  error: string;
589
590
  success: boolean;
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 ";