@bubblelab/bubble-core 0.1.162 → 0.1.165

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 (95) hide show
  1. package/dist/bubble-bundle.d.ts +103 -103
  2. package/dist/bubbles/service-bubble/agent-memory.d.ts +104 -0
  3. package/dist/bubbles/service-bubble/agent-memory.d.ts.map +1 -0
  4. package/dist/bubbles/service-bubble/agent-memory.js +626 -0
  5. package/dist/bubbles/service-bubble/agent-memory.js.map +1 -0
  6. package/dist/bubbles/service-bubble/agi-inc.d.ts +128 -128
  7. package/dist/bubbles/service-bubble/ai-agent.d.ts +20 -8
  8. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  9. package/dist/bubbles/service-bubble/ai-agent.js +129 -5
  10. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  11. package/dist/bubbles/service-bubble/airtable.d.ts +94 -94
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +6 -6
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +2 -2
  14. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +4 -4
  15. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +2 -2
  16. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +2 -2
  17. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
  18. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +22 -22
  19. package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
  20. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +55 -55
  22. package/dist/bubbles/service-bubble/capability-pipeline.d.ts.map +1 -1
  23. package/dist/bubbles/service-bubble/capability-pipeline.js +2 -0
  24. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  25. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +41 -41
  26. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +94 -94
  27. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  28. package/dist/bubbles/service-bubble/firecrawl.d.ts +240 -240
  29. package/dist/bubbles/service-bubble/followupboss.d.ts +244 -244
  30. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +24 -24
  31. package/dist/bubbles/service-bubble/github.d.ts +188 -188
  32. package/dist/bubbles/service-bubble/gmail.d.ts +208 -208
  33. package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
  34. package/dist/bubbles/service-bubble/google-drive.d.ts +104 -104
  35. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  36. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  37. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  38. package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
  39. package/dist/bubbles/service-bubble/jira/jira.d.ts +96 -96
  40. package/dist/bubbles/service-bubble/notion/notion.d.ts +1257 -1257
  41. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  42. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +26 -26
  43. package/dist/bubbles/service-bubble/resend.d.ts +20 -20
  44. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +49 -49
  45. package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +66 -66
  46. package/dist/bubbles/service-bubble/sendsafely/sendsafely.utils.d.ts.map +1 -1
  47. package/dist/bubbles/service-bubble/sendsafely/sendsafely.utils.js.map +1 -1
  48. package/dist/bubbles/service-bubble/slack/slack.d.ts +640 -640
  49. package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
  50. package/dist/bubbles/service-bubble/slack/slack.js +5 -3
  51. package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
  52. package/dist/bubbles/service-bubble/storage.d.ts +76 -76
  53. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +95 -95
  54. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  55. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
  56. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
  60. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  61. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
  64. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  65. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  66. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  67. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +58 -58
  69. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  72. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +4 -4
  73. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
  74. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  75. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  76. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  77. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +16 -16
  78. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  79. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +18 -18
  80. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  81. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  82. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  83. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  84. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  85. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  86. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  87. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
  88. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  89. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +48 -48
  90. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  91. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +10 -10
  92. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +22 -22
  93. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  94. package/dist/bubbles.json +10 -5
  95. package/package.json +2 -2
@@ -353,16 +353,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
353
353
  type: "Personal" | "Work" | "Other";
354
354
  isPrimary: boolean;
355
355
  } | null | undefined;
356
- emailAddresses?: {
356
+ primaryPhoneNumber?: {
357
357
  value: string;
358
358
  type: "Personal" | "Work" | "Other";
359
359
  isPrimary: boolean;
360
+ } | null | undefined;
361
+ customFields?: {
362
+ title: string;
363
+ id: string;
364
+ value?: unknown;
365
+ isPrivate?: boolean | undefined;
360
366
  }[] | undefined;
361
- primaryPhoneNumber?: {
367
+ emailAddresses?: {
362
368
  value: string;
363
369
  type: "Personal" | "Work" | "Other";
364
370
  isPrimary: boolean;
365
- } | null | undefined;
371
+ }[] | undefined;
366
372
  phoneNumbers?: {
367
373
  value: string;
368
374
  type: "Personal" | "Work" | "Other";
@@ -385,12 +391,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
385
391
  id: string;
386
392
  handle: string;
387
393
  }[] | undefined;
388
- customFields?: {
389
- title: string;
390
- id: string;
391
- value?: unknown;
392
- isPrivate?: boolean | undefined;
393
- }[] | undefined;
394
394
  }, {
395
395
  name: string;
396
396
  id: string;
@@ -407,16 +407,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
407
407
  type: "Personal" | "Work" | "Other";
408
408
  isPrimary: boolean;
409
409
  } | null | undefined;
410
- emailAddresses?: {
410
+ primaryPhoneNumber?: {
411
411
  value: string;
412
412
  type: "Personal" | "Work" | "Other";
413
413
  isPrimary: boolean;
414
+ } | null | undefined;
415
+ customFields?: {
416
+ title: string;
417
+ id: string;
418
+ value?: unknown;
419
+ isPrivate?: boolean | undefined;
414
420
  }[] | undefined;
415
- primaryPhoneNumber?: {
421
+ emailAddresses?: {
416
422
  value: string;
417
423
  type: "Personal" | "Work" | "Other";
418
424
  isPrimary: boolean;
419
- } | null | undefined;
425
+ }[] | undefined;
420
426
  phoneNumbers?: {
421
427
  value: string;
422
428
  type: "Personal" | "Work" | "Other";
@@ -439,21 +445,15 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
439
445
  id: string;
440
446
  handle: string;
441
447
  }[] | undefined;
442
- customFields?: {
443
- title: string;
444
- id: string;
445
- value?: unknown;
446
- isPrivate?: boolean | undefined;
447
- }[] | undefined;
448
448
  }>, "many">>;
449
449
  next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
450
450
  more_data_available: import("zod").ZodOptional<import("zod").ZodBoolean>;
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";
455
- success: boolean;
456
454
  error: string;
455
+ success: boolean;
456
+ operation: "list_candidates";
457
457
  next_cursor?: string | undefined;
458
458
  sync_token?: string | undefined;
459
459
  candidates?: {
@@ -472,16 +472,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
472
472
  type: "Personal" | "Work" | "Other";
473
473
  isPrimary: boolean;
474
474
  } | null | undefined;
475
- emailAddresses?: {
475
+ primaryPhoneNumber?: {
476
476
  value: string;
477
477
  type: "Personal" | "Work" | "Other";
478
478
  isPrimary: boolean;
479
+ } | null | undefined;
480
+ customFields?: {
481
+ title: string;
482
+ id: string;
483
+ value?: unknown;
484
+ isPrivate?: boolean | undefined;
479
485
  }[] | undefined;
480
- primaryPhoneNumber?: {
486
+ emailAddresses?: {
481
487
  value: string;
482
488
  type: "Personal" | "Work" | "Other";
483
489
  isPrimary: boolean;
484
- } | null | undefined;
490
+ }[] | undefined;
485
491
  phoneNumbers?: {
486
492
  value: string;
487
493
  type: "Personal" | "Work" | "Other";
@@ -504,18 +510,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
504
510
  id: string;
505
511
  handle: string;
506
512
  }[] | undefined;
507
- customFields?: {
508
- title: string;
509
- id: string;
510
- value?: unknown;
511
- isPrivate?: boolean | undefined;
512
- }[] | undefined;
513
513
  }[] | undefined;
514
514
  more_data_available?: boolean | undefined;
515
515
  }, {
516
- operation: "list_candidates";
517
- success: boolean;
518
516
  error: string;
517
+ success: boolean;
518
+ operation: "list_candidates";
519
519
  next_cursor?: string | undefined;
520
520
  sync_token?: string | undefined;
521
521
  candidates?: {
@@ -534,16 +534,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
534
534
  type: "Personal" | "Work" | "Other";
535
535
  isPrimary: boolean;
536
536
  } | null | undefined;
537
- emailAddresses?: {
537
+ primaryPhoneNumber?: {
538
538
  value: string;
539
539
  type: "Personal" | "Work" | "Other";
540
540
  isPrimary: boolean;
541
+ } | null | undefined;
542
+ customFields?: {
543
+ title: string;
544
+ id: string;
545
+ value?: unknown;
546
+ isPrivate?: boolean | undefined;
541
547
  }[] | undefined;
542
- primaryPhoneNumber?: {
548
+ emailAddresses?: {
543
549
  value: string;
544
550
  type: "Personal" | "Work" | "Other";
545
551
  isPrimary: boolean;
546
- } | null | undefined;
552
+ }[] | undefined;
547
553
  phoneNumbers?: {
548
554
  value: string;
549
555
  type: "Personal" | "Work" | "Other";
@@ -566,12 +572,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
566
572
  id: string;
567
573
  handle: string;
568
574
  }[] | undefined;
569
- customFields?: {
570
- title: string;
571
- id: string;
572
- value?: unknown;
573
- isPrivate?: boolean | undefined;
574
- }[] | undefined;
575
575
  }[] | undefined;
576
576
  more_data_available?: boolean | undefined;
577
577
  }>, import("zod").ZodObject<{
@@ -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";
673
- success: boolean;
674
672
  error: string;
673
+ success: boolean;
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";
699
- success: boolean;
700
698
  error: string;
699
+ success: boolean;
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";
820
- success: boolean;
821
819
  error: string;
820
+ success: boolean;
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";
847
- success: boolean;
848
846
  error: string;
847
+ success: boolean;
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";
968
- success: boolean;
969
967
  error: string;
968
+ success: boolean;
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";
994
- success: boolean;
995
993
  error: string;
994
+ success: boolean;
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";
1114
- success: boolean;
1115
1113
  error: string;
1114
+ success: boolean;
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";
1140
- success: boolean;
1141
1139
  error: string;
1140
+ success: boolean;
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";
1183
- success: boolean;
1184
1182
  error: string;
1183
+ success: boolean;
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";
1192
- success: boolean;
1193
1191
  error: string;
1192
+ success: boolean;
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";
1218
- success: boolean;
1219
1217
  error: string;
1218
+ success: boolean;
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";
1227
- success: boolean;
1228
1226
  error: string;
1227
+ success: boolean;
1228
+ operation: "create_tag";
1229
1229
  tag?: {
1230
1230
  title: string;
1231
1231
  id: string;
@@ -1257,8 +1257,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1257
1257
  }, "strip", import("zod").ZodTypeAny, {
1258
1258
  title: string;
1259
1259
  id: string;
1260
- isArchived: boolean;
1261
1260
  isPrivate: boolean;
1261
+ isArchived: boolean;
1262
1262
  objectType: string;
1263
1263
  fieldType: string;
1264
1264
  selectableValues?: {
@@ -1269,8 +1269,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1269
1269
  }, {
1270
1270
  title: string;
1271
1271
  id: string;
1272
- isArchived: boolean;
1273
1272
  isPrivate: boolean;
1273
+ isArchived: boolean;
1274
1274
  objectType: string;
1275
1275
  fieldType: string;
1276
1276
  selectableValues?: {
@@ -1284,15 +1284,15 @@ 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";
1288
- success: boolean;
1289
1287
  error: string;
1288
+ success: boolean;
1289
+ operation: "list_custom_fields";
1290
1290
  next_cursor?: string | undefined;
1291
1291
  custom_fields?: {
1292
1292
  title: string;
1293
1293
  id: string;
1294
- isArchived: boolean;
1295
1294
  isPrivate: boolean;
1295
+ isArchived: boolean;
1296
1296
  objectType: string;
1297
1297
  fieldType: string;
1298
1298
  selectableValues?: {
@@ -1304,15 +1304,15 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1304
1304
  sync_token?: string | undefined;
1305
1305
  more_data_available?: boolean | undefined;
1306
1306
  }, {
1307
- operation: "list_custom_fields";
1308
- success: boolean;
1309
1307
  error: string;
1308
+ success: boolean;
1309
+ operation: "list_custom_fields";
1310
1310
  next_cursor?: string | undefined;
1311
1311
  custom_fields?: {
1312
1312
  title: string;
1313
1313
  id: string;
1314
- isArchived: boolean;
1315
1314
  isPrivate: boolean;
1315
+ isArchived: boolean;
1316
1316
  objectType: string;
1317
1317
  fieldType: string;
1318
1318
  selectableValues?: {
@@ -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
243
  url: string;
245
244
  timeout: number;
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;
@@ -307,8 +307,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
307
307
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
308
308
  }, "strip", import("zod").ZodTypeAny, {
309
309
  value: string;
310
- operation: "select";
311
310
  timeout: number;
311
+ operation: "select";
312
312
  session_id: string;
313
313
  selector: string;
314
314
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -325,13 +325,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
325
325
  script: import("zod").ZodString;
326
326
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
327
327
  }, "strip", import("zod").ZodTypeAny, {
328
- operation: "evaluate";
329
328
  script: string;
329
+ operation: "evaluate";
330
330
  session_id: string;
331
331
  credentials?: Partial<Record<CredentialType, string>> | undefined;
332
332
  }, {
333
- operation: "evaluate";
334
333
  script: string;
334
+ operation: "evaluate";
335
335
  session_id: string;
336
336
  credentials?: Partial<Record<CredentialType, string>> | undefined;
337
337
  }>, import("zod").ZodObject<{
@@ -384,8 +384,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
384
384
  timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
385
385
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
386
386
  }, "strip", import("zod").ZodTypeAny, {
387
- operation: "wait";
388
387
  timeout: number;
388
+ operation: "wait";
389
389
  session_id: string;
390
390
  wait_type: "timeout" | "selector" | "navigation";
391
391
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -433,16 +433,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
433
433
  debug_url: import("zod").ZodOptional<import("zod").ZodString>;
434
434
  error: import("zod").ZodString;
435
435
  }, "strip", import("zod").ZodTypeAny, {
436
- operation: "start_session";
437
- success: boolean;
438
436
  error: string;
437
+ success: boolean;
438
+ operation: "start_session";
439
439
  session_id?: string | undefined;
440
440
  context_id?: string | undefined;
441
441
  debug_url?: string | undefined;
442
442
  }, {
443
- operation: "start_session";
444
- success: boolean;
445
443
  error: string;
444
+ success: boolean;
445
+ operation: "start_session";
446
446
  session_id?: string | undefined;
447
447
  context_id?: string | undefined;
448
448
  debug_url?: string | undefined;
@@ -452,65 +452,65 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
452
452
  url: import("zod").ZodOptional<import("zod").ZodString>;
453
453
  error: import("zod").ZodString;
454
454
  }, "strip", import("zod").ZodTypeAny, {
455
- operation: "navigate";
456
- success: boolean;
457
455
  error: string;
456
+ success: boolean;
457
+ operation: "navigate";
458
458
  url?: string | undefined;
459
459
  }, {
460
- operation: "navigate";
461
- success: boolean;
462
460
  error: string;
461
+ success: boolean;
462
+ operation: "navigate";
463
463
  url?: string | undefined;
464
464
  }>, import("zod").ZodObject<{
465
465
  operation: import("zod").ZodLiteral<"click">;
466
466
  success: import("zod").ZodBoolean;
467
467
  error: import("zod").ZodString;
468
468
  }, "strip", import("zod").ZodTypeAny, {
469
- operation: "click";
470
- success: boolean;
471
469
  error: string;
472
- }, {
473
- operation: "click";
474
470
  success: boolean;
471
+ operation: "click";
472
+ }, {
475
473
  error: string;
474
+ success: boolean;
475
+ operation: "click";
476
476
  }>, import("zod").ZodObject<{
477
477
  operation: import("zod").ZodLiteral<"type">;
478
478
  success: import("zod").ZodBoolean;
479
479
  error: import("zod").ZodString;
480
480
  }, "strip", import("zod").ZodTypeAny, {
481
- operation: "type";
482
- success: boolean;
483
481
  error: string;
484
- }, {
485
- operation: "type";
486
482
  success: boolean;
483
+ operation: "type";
484
+ }, {
487
485
  error: string;
486
+ success: boolean;
487
+ operation: "type";
488
488
  }>, import("zod").ZodObject<{
489
489
  operation: import("zod").ZodLiteral<"select">;
490
490
  success: import("zod").ZodBoolean;
491
491
  error: import("zod").ZodString;
492
492
  }, "strip", import("zod").ZodTypeAny, {
493
- operation: "select";
494
- success: boolean;
495
493
  error: string;
496
- }, {
497
- operation: "select";
498
494
  success: boolean;
495
+ operation: "select";
496
+ }, {
499
497
  error: string;
498
+ success: boolean;
499
+ operation: "select";
500
500
  }>, import("zod").ZodObject<{
501
501
  operation: import("zod").ZodLiteral<"evaluate">;
502
502
  success: import("zod").ZodBoolean;
503
503
  result: import("zod").ZodOptional<import("zod").ZodUnknown>;
504
504
  error: import("zod").ZodString;
505
505
  }, "strip", import("zod").ZodTypeAny, {
506
- operation: "evaluate";
507
- success: boolean;
508
506
  error: string;
507
+ success: boolean;
508
+ operation: "evaluate";
509
509
  result?: unknown;
510
510
  }, {
511
- operation: "evaluate";
512
- success: boolean;
513
511
  error: string;
512
+ success: boolean;
513
+ operation: "evaluate";
514
514
  result?: unknown;
515
515
  }>, import("zod").ZodObject<{
516
516
  operation: import("zod").ZodLiteral<"get_content">;
@@ -518,14 +518,14 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
518
518
  content: import("zod").ZodOptional<import("zod").ZodString>;
519
519
  error: import("zod").ZodString;
520
520
  }, "strip", import("zod").ZodTypeAny, {
521
- operation: "get_content";
522
- success: boolean;
523
521
  error: string;
522
+ success: boolean;
523
+ operation: "get_content";
524
524
  content?: string | undefined;
525
525
  }, {
526
- operation: "get_content";
527
- success: boolean;
528
526
  error: string;
527
+ success: boolean;
528
+ operation: "get_content";
529
529
  content?: string | undefined;
530
530
  }>, import("zod").ZodObject<{
531
531
  operation: import("zod").ZodLiteral<"screenshot">;
@@ -534,15 +534,15 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
534
534
  format: import("zod").ZodOptional<import("zod").ZodString>;
535
535
  error: import("zod").ZodString;
536
536
  }, "strip", import("zod").ZodTypeAny, {
537
- operation: "screenshot";
538
- success: boolean;
539
537
  error: string;
538
+ success: boolean;
539
+ operation: "screenshot";
540
540
  format?: string | undefined;
541
541
  data?: string | undefined;
542
542
  }, {
543
- operation: "screenshot";
544
- success: boolean;
545
543
  error: string;
544
+ success: boolean;
545
+ operation: "screenshot";
546
546
  format?: string | undefined;
547
547
  data?: string | undefined;
548
548
  }>, import("zod").ZodObject<{
@@ -550,13 +550,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
550
550
  success: import("zod").ZodBoolean;
551
551
  error: import("zod").ZodString;
552
552
  }, "strip", import("zod").ZodTypeAny, {
553
- operation: "wait";
554
- success: boolean;
555
553
  error: string;
556
- }, {
557
- operation: "wait";
558
554
  success: boolean;
555
+ operation: "wait";
556
+ }, {
559
557
  error: string;
558
+ success: boolean;
559
+ operation: "wait";
560
560
  }>, import("zod").ZodObject<{
561
561
  operation: import("zod").ZodLiteral<"get_cookies">;
562
562
  success: import("zod").ZodBoolean;
@@ -587,9 +587,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
587
587
  }>, "many">>;
588
588
  error: import("zod").ZodString;
589
589
  }, "strip", import("zod").ZodTypeAny, {
590
- operation: "get_cookies";
591
- success: boolean;
592
590
  error: string;
591
+ success: boolean;
592
+ operation: "get_cookies";
593
593
  cookies?: {
594
594
  value: string;
595
595
  path: string;
@@ -600,9 +600,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
600
600
  secure: boolean;
601
601
  }[] | undefined;
602
602
  }, {
603
- operation: "get_cookies";
604
- success: boolean;
605
603
  error: string;
604
+ success: boolean;
605
+ operation: "get_cookies";
606
606
  cookies?: {
607
607
  value: string;
608
608
  path: string;
@@ -617,13 +617,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
617
617
  success: import("zod").ZodBoolean;
618
618
  error: import("zod").ZodString;
619
619
  }, "strip", import("zod").ZodTypeAny, {
620
- operation: "end_session";
621
- success: boolean;
622
620
  error: string;
623
- }, {
624
- operation: "end_session";
625
621
  success: boolean;
622
+ operation: "end_session";
623
+ }, {
626
624
  error: string;
625
+ success: boolean;
626
+ operation: "end_session";
627
627
  }>]>;
628
628
  static readonly shortDescription = "Browser automation service using BrowserBase cloud browsers";
629
629
  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 ";