@bubblelab/bubble-core 0.1.122 → 0.1.124

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 (119) hide show
  1. package/dist/bubble-bundle.d.ts +163 -143
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +2 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +148 -148
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +106 -106
  7. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  8. package/dist/bubbles/service-bubble/ai-agent.js +168 -87
  9. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  10. package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
  11. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  12. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  14. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  15. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  16. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  17. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  18. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  19. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +88 -88
  20. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  21. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
  22. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +96 -96
  23. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +32 -32
  24. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +34 -34
  25. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
  26. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +26 -26
  27. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +130 -130
  28. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +162 -162
  29. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  30. package/dist/bubbles/service-bubble/firecrawl.d.ts +864 -864
  31. package/dist/bubbles/service-bubble/followupboss.d.ts +164 -164
  32. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +72 -72
  33. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +112 -112
  34. package/dist/bubbles/service-bubble/github.d.ts +152 -152
  35. package/dist/bubbles/service-bubble/gmail.d.ts +657 -657
  36. package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
  37. package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
  38. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  39. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +56 -56
  40. package/dist/bubbles/service-bubble/http.d.ts +22 -22
  41. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  42. package/dist/bubbles/service-bubble/jira/jira.d.ts +70 -70
  43. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +74 -74
  44. package/dist/bubbles/service-bubble/notion/notion.d.ts +642 -642
  45. package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
  46. package/dist/bubbles/service-bubble/notion/notion.js +2 -1
  47. package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
  48. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  49. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  50. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  51. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  52. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  53. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  54. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  57. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  58. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  59. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  60. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  61. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  62. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  63. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  64. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  65. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  66. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  67. package/dist/bubbles/service-bubble/slack/slack.d.ts +684 -684
  68. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  69. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +153 -153
  70. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +175 -175
  71. package/dist/bubbles/service-bubble/telegram.d.ts +1590 -1590
  72. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +17 -17
  73. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +17 -17
  74. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
  75. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
  76. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  77. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +58 -58
  78. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
  79. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
  80. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  81. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  82. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +378 -378
  83. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  84. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +235 -0
  85. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts.map +1 -0
  86. package/dist/bubbles/tool-bubble/list-capabilities-tool.js +105 -0
  87. package/dist/bubbles/tool-bubble/list-capabilities-tool.js.map +1 -0
  88. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +122 -122
  89. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  90. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  91. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +80 -80
  92. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +178 -178
  93. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
  94. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  95. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  96. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  97. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +50 -50
  98. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +48 -48
  99. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +36 -36
  100. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  101. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
  102. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  103. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  104. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +108 -108
  105. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  106. package/dist/bubbles.json +137 -4
  107. package/dist/capabilities/define-capability.d.ts +8 -2
  108. package/dist/capabilities/define-capability.d.ts.map +1 -1
  109. package/dist/capabilities/define-capability.js +3 -0
  110. package/dist/capabilities/define-capability.js.map +1 -1
  111. package/dist/index.d.ts +1 -0
  112. package/dist/index.d.ts.map +1 -1
  113. package/dist/index.js +1 -0
  114. package/dist/index.js.map +1 -1
  115. package/dist/types/available-tools.d.ts +1 -1
  116. package/dist/types/available-tools.d.ts.map +1 -1
  117. package/dist/types/available-tools.js +1 -0
  118. package/dist/types/available-tools.js.map +1 -1
  119. package/package.json +2 -2
@@ -168,6 +168,7 @@ 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;
171
172
  cookies?: {
172
173
  value: string;
173
174
  path: string;
@@ -177,7 +178,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
177
178
  httpOnly: boolean;
178
179
  secure: boolean;
179
180
  }[] | undefined;
180
- context_id?: string | undefined;
181
181
  proxies?: true | ({
182
182
  type: "browserbase";
183
183
  geolocation?: {
@@ -202,6 +202,7 @@ 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;
205
206
  cookies?: {
206
207
  value: string;
207
208
  path: string;
@@ -211,7 +212,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
211
212
  httpOnly: boolean;
212
213
  secure: boolean;
213
214
  }[] | 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
- timeout: number;
241
- url: string;
242
240
  operation: "navigate";
241
+ url: string;
242
+ timeout: number;
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,14 +301,14 @@ 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";
306
305
  session_id: string;
306
+ script: string;
307
307
  credentials?: Partial<Record<CredentialType, string>> | undefined;
308
308
  }, {
309
- script: string;
310
309
  operation: "evaluate";
311
310
  session_id: string;
311
+ script: string;
312
312
  credentials?: Partial<Record<CredentialType, string>> | undefined;
313
313
  }>, import("zod").ZodObject<{
314
314
  operation: import("zod").ZodLiteral<"get_content">;
@@ -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 ";
@@ -61,7 +61,6 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
61
61
  secure: boolean;
62
62
  }>, "many">;
63
63
  }, "strip", z.ZodTypeAny, {
64
- contextId: string;
65
64
  cookies: {
66
65
  value: string;
67
66
  path: string;
@@ -71,8 +70,8 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
71
70
  httpOnly: boolean;
72
71
  secure: boolean;
73
72
  }[];
74
- }, {
75
73
  contextId: string;
74
+ }, {
76
75
  cookies: {
77
76
  value: string;
78
77
  path: string;
@@ -82,6 +81,7 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
82
81
  httpOnly: boolean;
83
82
  secure: boolean;
84
83
  }[];
84
+ contextId: string;
85
85
  }>;
86
86
  export type BrowserSessionData = z.infer<typeof BrowserSessionDataSchema>;
87
87
  /**
@@ -349,6 +349,7 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
349
349
  captchaImageSelector?: string | undefined;
350
350
  captchaInputSelector?: string | undefined;
351
351
  } | undefined;
352
+ context_id?: string | undefined;
352
353
  cookies?: {
353
354
  value: string;
354
355
  path: string;
@@ -358,7 +359,6 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
358
359
  httpOnly: boolean;
359
360
  secure: boolean;
360
361
  }[] | undefined;
361
- context_id?: string | undefined;
362
362
  proxies?: true | ({
363
363
  type: "browserbase";
364
364
  geolocation?: {
@@ -383,6 +383,7 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
383
383
  captchaImageSelector?: string | undefined;
384
384
  captchaInputSelector?: string | undefined;
385
385
  } | undefined;
386
+ context_id?: string | undefined;
386
387
  cookies?: {
387
388
  value: string;
388
389
  path: string;
@@ -392,7 +393,6 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
392
393
  httpOnly: boolean;
393
394
  secure: boolean;
394
395
  }[] | undefined;
395
- context_id?: string | undefined;
396
396
  viewport_width?: number | undefined;
397
397
  viewport_height?: number | undefined;
398
398
  proxies?: true | ({
@@ -418,15 +418,15 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
418
418
  timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
419
419
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
420
420
  }, "strip", z.ZodTypeAny, {
421
- timeout: number;
422
- url: string;
423
421
  operation: "navigate";
422
+ url: string;
423
+ timeout: number;
424
424
  session_id: string;
425
425
  wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
426
426
  credentials?: Partial<Record<CredentialType, string>> | undefined;
427
427
  }, {
428
- url: string;
429
428
  operation: "navigate";
429
+ url: string;
430
430
  session_id: string;
431
431
  credentials?: Partial<Record<CredentialType, string>> | undefined;
432
432
  timeout?: number | undefined;
@@ -439,8 +439,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
439
439
  timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
440
440
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
441
441
  }, "strip", z.ZodTypeAny, {
442
- timeout: number;
443
442
  operation: "click";
443
+ timeout: number;
444
444
  session_id: string;
445
445
  selector: string;
446
446
  wait_for_navigation: boolean;
@@ -461,16 +461,16 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
461
461
  delay: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
462
462
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
463
463
  }, "strip", z.ZodTypeAny, {
464
- text: string;
465
464
  operation: "type";
465
+ text: string;
466
466
  session_id: string;
467
467
  selector: string;
468
468
  delay: number;
469
469
  clear_first: boolean;
470
470
  credentials?: Partial<Record<CredentialType, string>> | undefined;
471
471
  }, {
472
- text: string;
473
472
  operation: "type";
473
+ text: string;
474
474
  session_id: string;
475
475
  selector: string;
476
476
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -482,14 +482,14 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
482
482
  script: z.ZodString;
483
483
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
484
484
  }, "strip", z.ZodTypeAny, {
485
- script: string;
486
485
  operation: "evaluate";
487
486
  session_id: string;
487
+ script: string;
488
488
  credentials?: Partial<Record<CredentialType, string>> | undefined;
489
489
  }, {
490
- script: string;
491
490
  operation: "evaluate";
492
491
  session_id: string;
492
+ script: string;
493
493
  credentials?: Partial<Record<CredentialType, string>> | undefined;
494
494
  }>, z.ZodObject<{
495
495
  operation: z.ZodLiteral<"get_content">;
@@ -518,8 +518,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
518
518
  quality: z.ZodOptional<z.ZodNumber>;
519
519
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
520
520
  }, "strip", z.ZodTypeAny, {
521
- format: "png" | "jpeg" | "webp";
522
521
  operation: "screenshot";
522
+ format: "png" | "jpeg" | "webp";
523
523
  session_id: string;
524
524
  full_page: boolean;
525
525
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -541,8 +541,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
541
541
  timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
542
542
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
543
543
  }, "strip", z.ZodTypeAny, {
544
- timeout: number;
545
544
  operation: "wait";
545
+ timeout: number;
546
546
  session_id: string;
547
547
  wait_type: "timeout" | "selector" | "navigation";
548
548
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -593,16 +593,16 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
593
593
  debug_url: z.ZodOptional<z.ZodString>;
594
594
  error: z.ZodString;
595
595
  }, "strip", z.ZodTypeAny, {
596
+ operation: "start_session";
596
597
  error: string;
597
598
  success: boolean;
598
- operation: "start_session";
599
599
  session_id?: string | undefined;
600
600
  context_id?: string | undefined;
601
601
  debug_url?: string | undefined;
602
602
  }, {
603
+ operation: "start_session";
603
604
  error: string;
604
605
  success: boolean;
605
- operation: "start_session";
606
606
  session_id?: string | undefined;
607
607
  context_id?: string | undefined;
608
608
  debug_url?: string | undefined;
@@ -612,53 +612,53 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
612
612
  url: z.ZodOptional<z.ZodString>;
613
613
  error: z.ZodString;
614
614
  }, "strip", z.ZodTypeAny, {
615
+ operation: "navigate";
615
616
  error: string;
616
617
  success: boolean;
617
- operation: "navigate";
618
618
  url?: string | undefined;
619
619
  }, {
620
+ operation: "navigate";
620
621
  error: string;
621
622
  success: boolean;
622
- operation: "navigate";
623
623
  url?: string | undefined;
624
624
  }>, z.ZodObject<{
625
625
  operation: z.ZodLiteral<"click">;
626
626
  success: z.ZodBoolean;
627
627
  error: z.ZodString;
628
628
  }, "strip", z.ZodTypeAny, {
629
+ operation: "click";
629
630
  error: string;
630
631
  success: boolean;
631
- operation: "click";
632
632
  }, {
633
+ operation: "click";
633
634
  error: string;
634
635
  success: boolean;
635
- operation: "click";
636
636
  }>, z.ZodObject<{
637
637
  operation: z.ZodLiteral<"type">;
638
638
  success: z.ZodBoolean;
639
639
  error: z.ZodString;
640
640
  }, "strip", z.ZodTypeAny, {
641
+ operation: "type";
641
642
  error: string;
642
643
  success: boolean;
643
- operation: "type";
644
644
  }, {
645
+ operation: "type";
645
646
  error: string;
646
647
  success: boolean;
647
- operation: "type";
648
648
  }>, z.ZodObject<{
649
649
  operation: z.ZodLiteral<"evaluate">;
650
650
  success: z.ZodBoolean;
651
651
  result: z.ZodOptional<z.ZodUnknown>;
652
652
  error: z.ZodString;
653
653
  }, "strip", z.ZodTypeAny, {
654
+ operation: "evaluate";
654
655
  error: string;
655
656
  success: boolean;
656
- operation: "evaluate";
657
657
  result?: unknown;
658
658
  }, {
659
+ operation: "evaluate";
659
660
  error: string;
660
661
  success: boolean;
661
- operation: "evaluate";
662
662
  result?: unknown;
663
663
  }>, z.ZodObject<{
664
664
  operation: z.ZodLiteral<"get_content">;
@@ -666,14 +666,14 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
666
666
  content: z.ZodOptional<z.ZodString>;
667
667
  error: z.ZodString;
668
668
  }, "strip", z.ZodTypeAny, {
669
+ operation: "get_content";
669
670
  error: string;
670
671
  success: boolean;
671
- operation: "get_content";
672
672
  content?: string | undefined;
673
673
  }, {
674
+ operation: "get_content";
674
675
  error: string;
675
676
  success: boolean;
676
- operation: "get_content";
677
677
  content?: string | undefined;
678
678
  }>, z.ZodObject<{
679
679
  operation: z.ZodLiteral<"screenshot">;
@@ -682,15 +682,15 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
682
682
  format: z.ZodOptional<z.ZodString>;
683
683
  error: z.ZodString;
684
684
  }, "strip", z.ZodTypeAny, {
685
+ operation: "screenshot";
685
686
  error: string;
686
687
  success: boolean;
687
- operation: "screenshot";
688
688
  format?: string | undefined;
689
689
  data?: string | undefined;
690
690
  }, {
691
+ operation: "screenshot";
691
692
  error: string;
692
693
  success: boolean;
693
- operation: "screenshot";
694
694
  format?: string | undefined;
695
695
  data?: string | undefined;
696
696
  }>, z.ZodObject<{
@@ -698,13 +698,13 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
698
698
  success: z.ZodBoolean;
699
699
  error: z.ZodString;
700
700
  }, "strip", z.ZodTypeAny, {
701
+ operation: "wait";
701
702
  error: string;
702
703
  success: boolean;
703
- operation: "wait";
704
704
  }, {
705
+ operation: "wait";
705
706
  error: string;
706
707
  success: boolean;
707
- operation: "wait";
708
708
  }>, z.ZodObject<{
709
709
  operation: z.ZodLiteral<"get_cookies">;
710
710
  success: z.ZodBoolean;
@@ -735,9 +735,9 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
735
735
  }>, "many">>;
736
736
  error: z.ZodString;
737
737
  }, "strip", z.ZodTypeAny, {
738
+ operation: "get_cookies";
738
739
  error: string;
739
740
  success: boolean;
740
- operation: "get_cookies";
741
741
  cookies?: {
742
742
  value: string;
743
743
  path: string;
@@ -748,9 +748,9 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
748
748
  secure: boolean;
749
749
  }[] | undefined;
750
750
  }, {
751
+ operation: "get_cookies";
751
752
  error: string;
752
753
  success: boolean;
753
- operation: "get_cookies";
754
754
  cookies?: {
755
755
  value: string;
756
756
  path: string;
@@ -765,13 +765,13 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
765
765
  success: z.ZodBoolean;
766
766
  error: z.ZodString;
767
767
  }, "strip", z.ZodTypeAny, {
768
+ operation: "end_session";
768
769
  error: string;
769
770
  success: boolean;
770
- operation: "end_session";
771
771
  }, {
772
+ operation: "end_session";
772
773
  error: string;
773
774
  success: boolean;
774
- operation: "end_session";
775
775
  }>]>;
776
776
  export type BrowserBaseParams = z.output<typeof BrowserBaseParamsSchema>;
777
777
  export type BrowserBaseParamsInput = z.input<typeof BrowserBaseParamsSchema>;