@bubblelab/bubble-core 0.1.62 → 0.1.63

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 (63) hide show
  1. package/dist/bubble-bundle.d.ts +87 -87
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +148 -148
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +80 -80
  4. package/dist/bubbles/service-bubble/airtable.d.ts +214 -214
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +84 -84
  7. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +90 -90
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +106 -106
  9. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +138 -138
  10. package/dist/bubbles/service-bubble/eleven-labs.d.ts +52 -52
  11. package/dist/bubbles/service-bubble/firecrawl.d.ts +862 -862
  12. package/dist/bubbles/service-bubble/followupboss.d.ts +270 -270
  13. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +88 -88
  14. package/dist/bubbles/service-bubble/github.d.ts +268 -268
  15. package/dist/bubbles/service-bubble/gmail.d.ts +416 -416
  16. package/dist/bubbles/service-bubble/google-calendar.d.ts +162 -162
  17. package/dist/bubbles/service-bubble/google-drive.d.ts +128 -128
  18. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +54 -54
  19. package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
  20. package/dist/bubbles/service-bubble/http.d.ts +12 -12
  21. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  22. package/dist/bubbles/service-bubble/jira/jira.d.ts +74 -74
  23. package/dist/bubbles/service-bubble/notion/notion.d.ts +1923 -1923
  24. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  25. package/dist/bubbles/service-bubble/resend.d.ts +44 -44
  26. package/dist/bubbles/service-bubble/slack/slack.d.ts +465 -465
  27. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  28. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +141 -141
  29. package/dist/bubbles/service-bubble/telegram.d.ts +1591 -1591
  30. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +29 -29
  31. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +28 -28
  32. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +20 -20
  33. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
  34. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +88 -88
  35. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  36. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  38. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
  39. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +338 -338
  41. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
  42. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +130 -130
  43. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  44. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
  46. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +80 -80
  47. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +182 -182
  49. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -22
  50. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  51. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  52. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  53. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +32 -32
  54. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  55. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +44 -44
  56. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  57. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +114 -114
  58. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  59. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +32 -32
  60. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +56 -56
  61. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
  62. package/dist/bubbles.json +1 -1
  63. package/package.json +2 -2
@@ -71,18 +71,18 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
71
71
  httpOnly: import("zod").ZodBoolean;
72
72
  secure: import("zod").ZodBoolean;
73
73
  }, "strip", import("zod").ZodTypeAny, {
74
- name: string;
75
74
  value: string;
76
- domain: string;
77
75
  path: string;
76
+ name: string;
77
+ domain: string;
78
78
  expires: number;
79
79
  httpOnly: boolean;
80
80
  secure: boolean;
81
81
  }, {
82
- name: string;
83
82
  value: string;
84
- domain: string;
85
83
  path: string;
84
+ name: string;
85
+ domain: string;
86
86
  expires: number;
87
87
  httpOnly: boolean;
88
88
  secure: boolean;
@@ -132,14 +132,14 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
132
132
  type: "external";
133
133
  server: string;
134
134
  password?: string | undefined;
135
- domainPattern?: string | undefined;
136
135
  username?: string | undefined;
136
+ domainPattern?: string | undefined;
137
137
  }, {
138
138
  type: "external";
139
139
  server: string;
140
140
  password?: string | undefined;
141
- domainPattern?: string | undefined;
142
141
  username?: string | undefined;
142
+ domainPattern?: string | undefined;
143
143
  }>]>, "many">]>>;
144
144
  stealth: import("zod").ZodOptional<import("zod").ZodObject<{
145
145
  advancedStealth: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
@@ -161,17 +161,23 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
161
161
  operation: "start_session";
162
162
  viewport_width: number;
163
163
  viewport_height: number;
164
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
165
+ stealth?: {
166
+ advancedStealth: boolean;
167
+ solveCaptchas: boolean;
168
+ captchaImageSelector?: string | undefined;
169
+ captchaInputSelector?: string | undefined;
170
+ } | undefined;
164
171
  cookies?: {
165
- name: string;
166
172
  value: string;
167
- domain: string;
168
173
  path: string;
174
+ name: string;
175
+ domain: string;
169
176
  expires: number;
170
177
  httpOnly: boolean;
171
178
  secure: boolean;
172
179
  }[] | undefined;
173
180
  context_id?: string | undefined;
174
- credentials?: Partial<Record<CredentialType, string>> | undefined;
175
181
  proxies?: true | ({
176
182
  type: "browserbase";
177
183
  geolocation?: {
@@ -184,22 +190,23 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
184
190
  type: "external";
185
191
  server: string;
186
192
  password?: string | undefined;
187
- domainPattern?: string | undefined;
188
193
  username?: string | undefined;
194
+ domainPattern?: string | undefined;
189
195
  })[] | undefined;
196
+ }, {
197
+ operation: "start_session";
198
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
190
199
  stealth?: {
191
- advancedStealth: boolean;
192
- solveCaptchas: boolean;
200
+ advancedStealth?: boolean | undefined;
201
+ solveCaptchas?: boolean | undefined;
193
202
  captchaImageSelector?: string | undefined;
194
203
  captchaInputSelector?: string | undefined;
195
204
  } | undefined;
196
- }, {
197
- operation: "start_session";
198
205
  cookies?: {
199
- name: string;
200
206
  value: string;
201
- domain: string;
202
207
  path: string;
208
+ name: string;
209
+ domain: string;
203
210
  expires: number;
204
211
  httpOnly: boolean;
205
212
  secure: boolean;
@@ -207,7 +214,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
207
214
  context_id?: string | undefined;
208
215
  viewport_width?: number | undefined;
209
216
  viewport_height?: number | undefined;
210
- credentials?: Partial<Record<CredentialType, string>> | undefined;
211
217
  proxies?: true | ({
212
218
  type: "browserbase";
213
219
  geolocation?: {
@@ -220,15 +226,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
220
226
  type: "external";
221
227
  server: string;
222
228
  password?: string | undefined;
223
- domainPattern?: string | undefined;
224
229
  username?: string | undefined;
230
+ domainPattern?: string | undefined;
225
231
  })[] | undefined;
226
- stealth?: {
227
- advancedStealth?: boolean | undefined;
228
- solveCaptchas?: boolean | undefined;
229
- captchaImageSelector?: string | undefined;
230
- captchaInputSelector?: string | undefined;
231
- } | undefined;
232
232
  }>, import("zod").ZodObject<{
233
233
  operation: import("zod").ZodLiteral<"navigate">;
234
234
  session_id: import("zod").ZodString;
@@ -237,19 +237,19 @@ 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";
241
240
  url: string;
241
+ timeout: number;
242
+ operation: "navigate";
242
243
  session_id: string;
243
244
  wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
244
- timeout: number;
245
245
  credentials?: Partial<Record<CredentialType, string>> | undefined;
246
246
  }, {
247
- operation: "navigate";
248
247
  url: string;
248
+ operation: "navigate";
249
249
  session_id: string;
250
250
  credentials?: Partial<Record<CredentialType, string>> | undefined;
251
- wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
252
251
  timeout?: number | undefined;
252
+ wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
253
253
  }>, import("zod").ZodObject<{
254
254
  operation: import("zod").ZodLiteral<"click">;
255
255
  session_id: import("zod").ZodString;
@@ -258,9 +258,9 @@ 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;
261
262
  operation: "click";
262
263
  session_id: string;
263
- timeout: number;
264
264
  selector: string;
265
265
  wait_for_navigation: boolean;
266
266
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -280,35 +280,35 @@ 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;
283
284
  operation: "type";
284
285
  session_id: string;
285
286
  selector: string;
286
- text: string;
287
- clear_first: boolean;
288
287
  delay: number;
288
+ clear_first: boolean;
289
289
  credentials?: Partial<Record<CredentialType, string>> | undefined;
290
290
  }, {
291
+ text: string;
291
292
  operation: "type";
292
293
  session_id: string;
293
294
  selector: string;
294
- text: string;
295
295
  credentials?: Partial<Record<CredentialType, string>> | undefined;
296
- clear_first?: boolean | undefined;
297
296
  delay?: number | undefined;
297
+ clear_first?: boolean | undefined;
298
298
  }>, import("zod").ZodObject<{
299
299
  operation: import("zod").ZodLiteral<"evaluate">;
300
300
  session_id: import("zod").ZodString;
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;
304
305
  operation: "evaluate";
305
306
  session_id: string;
306
- script: string;
307
307
  credentials?: Partial<Record<CredentialType, string>> | undefined;
308
308
  }, {
309
+ script: string;
309
310
  operation: "evaluate";
310
311
  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">;
@@ -318,16 +318,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
318
318
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
319
319
  }, "strip", import("zod").ZodTypeAny, {
320
320
  operation: "get_content";
321
- session_id: string;
322
321
  content_type: "text" | "html" | "outer_html";
322
+ session_id: string;
323
323
  credentials?: Partial<Record<CredentialType, string>> | undefined;
324
324
  selector?: string | undefined;
325
325
  }, {
326
326
  operation: "get_content";
327
327
  session_id: string;
328
328
  credentials?: Partial<Record<CredentialType, string>> | undefined;
329
- selector?: string | undefined;
330
329
  content_type?: "text" | "html" | "outer_html" | undefined;
330
+ selector?: string | undefined;
331
331
  }>, import("zod").ZodObject<{
332
332
  operation: import("zod").ZodLiteral<"screenshot">;
333
333
  session_id: import("zod").ZodString;
@@ -342,16 +342,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
342
342
  session_id: string;
343
343
  full_page: boolean;
344
344
  credentials?: Partial<Record<CredentialType, string>> | undefined;
345
- selector?: string | undefined;
346
345
  quality?: number | undefined;
346
+ selector?: string | undefined;
347
347
  }, {
348
348
  operation: "screenshot";
349
349
  session_id: string;
350
350
  format?: "png" | "jpeg" | "webp" | undefined;
351
351
  credentials?: Partial<Record<CredentialType, string>> | undefined;
352
+ quality?: number | undefined;
352
353
  selector?: string | undefined;
353
354
  full_page?: boolean | undefined;
354
- quality?: number | undefined;
355
355
  }>, import("zod").ZodObject<{
356
356
  operation: import("zod").ZodLiteral<"wait">;
357
357
  session_id: import("zod").ZodString;
@@ -360,9 +360,9 @@ 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;
363
364
  operation: "wait";
364
365
  session_id: string;
365
- timeout: number;
366
366
  wait_type: "timeout" | "selector" | "navigation";
367
367
  credentials?: Partial<Record<CredentialType, string>> | undefined;
368
368
  selector?: string | undefined;
@@ -409,18 +409,18 @@ 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";
413
- success: boolean;
414
412
  error: string;
415
- context_id?: string | undefined;
413
+ success: boolean;
414
+ operation: "start_session";
416
415
  session_id?: string | undefined;
416
+ context_id?: string | undefined;
417
417
  debug_url?: string | undefined;
418
418
  }, {
419
- operation: "start_session";
420
- success: boolean;
421
419
  error: string;
422
- context_id?: string | undefined;
420
+ success: boolean;
421
+ operation: "start_session";
423
422
  session_id?: string | undefined;
423
+ context_id?: string | undefined;
424
424
  debug_url?: string | undefined;
425
425
  }>, import("zod").ZodObject<{
426
426
  operation: import("zod").ZodLiteral<"navigate">;
@@ -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";
432
- success: boolean;
433
431
  error: string;
432
+ success: boolean;
433
+ operation: "navigate";
434
434
  url?: string | undefined;
435
435
  }, {
436
- operation: "navigate";
437
- success: boolean;
438
436
  error: string;
437
+ 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";
446
- success: boolean;
447
445
  error: string;
448
- }, {
449
- operation: "click";
450
446
  success: boolean;
447
+ operation: "click";
448
+ }, {
451
449
  error: string;
450
+ 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";
458
- success: boolean;
459
457
  error: string;
460
- }, {
461
- operation: "type";
462
458
  success: boolean;
459
+ operation: "type";
460
+ }, {
463
461
  error: string;
462
+ 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";
471
- success: boolean;
472
470
  error: string;
471
+ success: boolean;
472
+ operation: "evaluate";
473
473
  result?: unknown;
474
474
  }, {
475
- operation: "evaluate";
476
- success: boolean;
477
475
  error: string;
476
+ 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";
486
- success: boolean;
487
485
  error: string;
486
+ success: boolean;
487
+ operation: "get_content";
488
488
  content?: string | undefined;
489
489
  }, {
490
- operation: "get_content";
491
- success: boolean;
492
490
  error: string;
491
+ 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";
502
- success: boolean;
503
501
  error: string;
502
+ success: boolean;
503
+ operation: "screenshot";
504
504
  format?: string | undefined;
505
505
  data?: string | undefined;
506
506
  }, {
507
- operation: "screenshot";
508
- success: boolean;
509
507
  error: string;
508
+ 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";
518
- success: boolean;
519
517
  error: string;
520
- }, {
521
- operation: "wait";
522
518
  success: boolean;
519
+ operation: "wait";
520
+ }, {
523
521
  error: string;
522
+ success: boolean;
523
+ operation: "wait";
524
524
  }>, import("zod").ZodObject<{
525
525
  operation: import("zod").ZodLiteral<"get_cookies">;
526
526
  success: import("zod").ZodBoolean;
@@ -533,45 +533,45 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
533
533
  httpOnly: import("zod").ZodBoolean;
534
534
  secure: import("zod").ZodBoolean;
535
535
  }, "strip", import("zod").ZodTypeAny, {
536
- name: string;
537
536
  value: string;
538
- domain: string;
539
537
  path: string;
538
+ name: string;
539
+ domain: string;
540
540
  expires: number;
541
541
  httpOnly: boolean;
542
542
  secure: boolean;
543
543
  }, {
544
- name: string;
545
544
  value: string;
546
- domain: string;
547
545
  path: string;
546
+ name: string;
547
+ domain: string;
548
548
  expires: number;
549
549
  httpOnly: boolean;
550
550
  secure: boolean;
551
551
  }>, "many">>;
552
552
  error: import("zod").ZodString;
553
553
  }, "strip", import("zod").ZodTypeAny, {
554
- operation: "get_cookies";
555
- success: boolean;
556
554
  error: string;
555
+ success: boolean;
556
+ operation: "get_cookies";
557
557
  cookies?: {
558
- name: string;
559
558
  value: string;
560
- domain: string;
561
559
  path: string;
560
+ name: string;
561
+ domain: string;
562
562
  expires: number;
563
563
  httpOnly: boolean;
564
564
  secure: boolean;
565
565
  }[] | undefined;
566
566
  }, {
567
- operation: "get_cookies";
568
- success: boolean;
569
567
  error: string;
568
+ success: boolean;
569
+ operation: "get_cookies";
570
570
  cookies?: {
571
- name: string;
572
571
  value: string;
573
- domain: string;
574
572
  path: string;
573
+ name: string;
574
+ domain: string;
575
575
  expires: number;
576
576
  httpOnly: boolean;
577
577
  secure: boolean;
@@ -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";
585
- success: boolean;
586
584
  error: string;
587
- }, {
588
- operation: "end_session";
589
585
  success: boolean;
586
+ operation: "end_session";
587
+ }, {
590
588
  error: string;
589
+ 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 ";