@bubblelab/bubble-core 0.1.154 → 0.1.156

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 (94) hide show
  1. package/dist/bubble-bundle.d.ts +139 -138
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +88 -88
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
  4. package/dist/bubbles/service-bubble/airtable.d.ts +114 -114
  5. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
  6. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
  7. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +28 -28
  8. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +24 -24
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +58 -58
  11. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +2 -2
  12. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +6 -6
  14. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +112 -112
  15. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  16. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
  17. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +20 -20
  18. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +33 -33
  19. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +33 -33
  20. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
  21. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +26 -26
  22. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +16 -16
  23. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +20 -20
  24. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  25. package/dist/bubbles/service-bubble/firecrawl.d.ts +360 -360
  26. package/dist/bubbles/service-bubble/followupboss.d.ts +144 -144
  27. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  28. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +16 -16
  29. package/dist/bubbles/service-bubble/github.d.ts +148 -148
  30. package/dist/bubbles/service-bubble/gmail.d.ts +328 -328
  31. package/dist/bubbles/service-bubble/google-calendar.d.ts +34 -34
  32. package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
  33. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  34. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +30 -30
  35. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  36. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  37. package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
  38. package/dist/bubbles/service-bubble/jira/jira.d.ts +92 -92
  39. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +102 -102
  40. package/dist/bubbles/service-bubble/notion/notion.d.ts +651 -651
  41. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +28 -28
  42. package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
  43. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  44. package/dist/bubbles/service-bubble/slack/slack.d.ts +436 -436
  45. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  46. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +72 -72
  47. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +76 -76
  48. package/dist/bubbles/service-bubble/telegram.d.ts +66 -66
  49. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +18 -18
  50. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +20 -20
  51. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +2 -2
  52. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
  53. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +2 -2
  54. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
  55. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +2 -2
  56. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
  57. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +2 -2
  58. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
  59. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +12 -12
  60. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  62. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
  63. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -8
  64. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  65. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
  66. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  67. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +334 -334
  68. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  69. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +12 -12
  72. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
  73. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  74. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  75. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +16 -16
  76. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +66 -66
  77. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  78. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +112 -112
  79. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  80. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  81. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  82. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  83. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  84. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
  85. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +6 -6
  86. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  87. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
  88. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +38 -38
  89. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +40 -40
  90. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +50 -50
  91. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +100 -100
  92. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +24 -24
  93. package/dist/bubbles.json +1 -1
  94. package/package.json +2 -2
@@ -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;
@@ -306,15 +306,15 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
306
306
  timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
307
307
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
308
308
  }, "strip", import("zod").ZodTypeAny, {
309
- operation: "select";
310
309
  value: string;
311
310
  timeout: number;
311
+ operation: "select";
312
312
  session_id: string;
313
313
  selector: string;
314
314
  credentials?: Partial<Record<CredentialType, string>> | undefined;
315
315
  }, {
316
- operation: "select";
317
316
  value: string;
317
+ operation: "select";
318
318
  session_id: string;
319
319
  selector: string;
320
320
  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<{
@@ -361,8 +361,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
361
361
  quality: import("zod").ZodOptional<import("zod").ZodNumber>;
362
362
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
363
363
  }, "strip", import("zod").ZodTypeAny, {
364
- operation: "screenshot";
365
364
  format: "png" | "jpeg" | "webp";
365
+ operation: "screenshot";
366
366
  session_id: string;
367
367
  full_page: boolean;
368
368
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -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,15 +433,15 @@ 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
- success: boolean;
437
436
  error: string;
437
+ success: boolean;
438
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
- success: boolean;
444
443
  error: string;
444
+ success: boolean;
445
445
  operation: "start_session";
446
446
  session_id?: string | undefined;
447
447
  context_id?: string | undefined;
@@ -452,13 +452,13 @@ 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
- success: boolean;
456
455
  error: string;
456
+ success: boolean;
457
457
  operation: "navigate";
458
458
  url?: string | undefined;
459
459
  }, {
460
- success: boolean;
461
460
  error: string;
461
+ success: boolean;
462
462
  operation: "navigate";
463
463
  url?: string | undefined;
464
464
  }>, import("zod").ZodObject<{
@@ -466,36 +466,36 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
466
466
  success: import("zod").ZodBoolean;
467
467
  error: import("zod").ZodString;
468
468
  }, "strip", import("zod").ZodTypeAny, {
469
- success: boolean;
470
469
  error: string;
470
+ success: boolean;
471
471
  operation: "click";
472
472
  }, {
473
- success: boolean;
474
473
  error: string;
474
+ success: boolean;
475
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
- success: boolean;
482
481
  error: string;
482
+ success: boolean;
483
483
  operation: "type";
484
484
  }, {
485
- success: boolean;
486
485
  error: string;
486
+ success: boolean;
487
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
- success: boolean;
494
493
  error: string;
494
+ success: boolean;
495
495
  operation: "select";
496
496
  }, {
497
- success: boolean;
498
497
  error: string;
498
+ success: boolean;
499
499
  operation: "select";
500
500
  }>, import("zod").ZodObject<{
501
501
  operation: import("zod").ZodLiteral<"evaluate">;
@@ -503,13 +503,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
503
503
  result: import("zod").ZodOptional<import("zod").ZodUnknown>;
504
504
  error: import("zod").ZodString;
505
505
  }, "strip", import("zod").ZodTypeAny, {
506
- success: boolean;
507
506
  error: string;
507
+ success: boolean;
508
508
  operation: "evaluate";
509
509
  result?: unknown;
510
510
  }, {
511
- success: boolean;
512
511
  error: string;
512
+ success: boolean;
513
513
  operation: "evaluate";
514
514
  result?: unknown;
515
515
  }>, import("zod").ZodObject<{
@@ -518,13 +518,13 @@ 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
- success: boolean;
522
521
  error: string;
522
+ success: boolean;
523
523
  operation: "get_content";
524
524
  content?: string | undefined;
525
525
  }, {
526
- success: boolean;
527
526
  error: string;
527
+ success: boolean;
528
528
  operation: "get_content";
529
529
  content?: string | undefined;
530
530
  }>, import("zod").ZodObject<{
@@ -534,14 +534,14 @@ 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
- success: boolean;
538
537
  error: string;
538
+ success: boolean;
539
539
  operation: "screenshot";
540
540
  format?: string | undefined;
541
541
  data?: string | undefined;
542
542
  }, {
543
- success: boolean;
544
543
  error: string;
544
+ success: boolean;
545
545
  operation: "screenshot";
546
546
  format?: string | undefined;
547
547
  data?: string | undefined;
@@ -550,12 +550,12 @@ 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
- success: boolean;
554
553
  error: string;
554
+ success: boolean;
555
555
  operation: "wait";
556
556
  }, {
557
- success: boolean;
558
557
  error: string;
558
+ success: boolean;
559
559
  operation: "wait";
560
560
  }>, import("zod").ZodObject<{
561
561
  operation: import("zod").ZodLiteral<"get_cookies">;
@@ -587,8 +587,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
587
587
  }>, "many">>;
588
588
  error: import("zod").ZodString;
589
589
  }, "strip", import("zod").ZodTypeAny, {
590
- success: boolean;
591
590
  error: string;
591
+ success: boolean;
592
592
  operation: "get_cookies";
593
593
  cookies?: {
594
594
  value: string;
@@ -600,8 +600,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
600
600
  secure: boolean;
601
601
  }[] | undefined;
602
602
  }, {
603
- success: boolean;
604
603
  error: string;
604
+ success: boolean;
605
605
  operation: "get_cookies";
606
606
  cookies?: {
607
607
  value: string;
@@ -617,12 +617,12 @@ 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
- success: boolean;
621
620
  error: string;
621
+ success: boolean;
622
622
  operation: "end_session";
623
623
  }, {
624
- success: boolean;
625
624
  error: string;
625
+ success: boolean;
626
626
  operation: "end_session";
627
627
  }>]>;
628
628
  static readonly shortDescription = "Browser automation service using BrowserBase cloud browsers";
@@ -461,15 +461,15 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
461
461
  timeout: 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
- operation: "navigate";
465
464
  url: string;
466
465
  timeout: number;
466
+ operation: "navigate";
467
467
  session_id: string;
468
468
  wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
469
469
  credentials?: Partial<Record<CredentialType, string>> | undefined;
470
470
  }, {
471
- operation: "navigate";
472
471
  url: string;
472
+ operation: "navigate";
473
473
  session_id: string;
474
474
  credentials?: Partial<Record<CredentialType, string>> | undefined;
475
475
  timeout?: number | undefined;
@@ -482,8 +482,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
482
482
  timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
483
483
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
484
484
  }, "strip", z.ZodTypeAny, {
485
- operation: "click";
486
485
  timeout: number;
486
+ operation: "click";
487
487
  session_id: string;
488
488
  selector: string;
489
489
  wait_for_navigation: boolean;
@@ -504,16 +504,16 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
504
504
  delay: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
505
505
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
506
506
  }, "strip", z.ZodTypeAny, {
507
- operation: "type";
508
507
  text: string;
508
+ operation: "type";
509
509
  session_id: string;
510
510
  selector: string;
511
511
  delay: number;
512
512
  clear_first: boolean;
513
513
  credentials?: Partial<Record<CredentialType, string>> | undefined;
514
514
  }, {
515
- operation: "type";
516
515
  text: string;
516
+ operation: "type";
517
517
  session_id: string;
518
518
  selector: string;
519
519
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -527,15 +527,15 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
527
527
  timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
528
528
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
529
529
  }, "strip", z.ZodTypeAny, {
530
- operation: "select";
531
530
  value: string;
532
531
  timeout: number;
532
+ operation: "select";
533
533
  session_id: string;
534
534
  selector: string;
535
535
  credentials?: Partial<Record<CredentialType, string>> | undefined;
536
536
  }, {
537
- operation: "select";
538
537
  value: string;
538
+ operation: "select";
539
539
  session_id: string;
540
540
  selector: string;
541
541
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -546,13 +546,13 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
546
546
  script: z.ZodString;
547
547
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
548
548
  }, "strip", z.ZodTypeAny, {
549
- operation: "evaluate";
550
549
  script: string;
550
+ operation: "evaluate";
551
551
  session_id: string;
552
552
  credentials?: Partial<Record<CredentialType, string>> | undefined;
553
553
  }, {
554
- operation: "evaluate";
555
554
  script: string;
555
+ operation: "evaluate";
556
556
  session_id: string;
557
557
  credentials?: Partial<Record<CredentialType, string>> | undefined;
558
558
  }>, z.ZodObject<{
@@ -582,8 +582,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
582
582
  quality: z.ZodOptional<z.ZodNumber>;
583
583
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
584
584
  }, "strip", z.ZodTypeAny, {
585
- operation: "screenshot";
586
585
  format: "png" | "jpeg" | "webp";
586
+ operation: "screenshot";
587
587
  session_id: string;
588
588
  full_page: boolean;
589
589
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -605,8 +605,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
605
605
  timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
606
606
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
607
607
  }, "strip", z.ZodTypeAny, {
608
- operation: "wait";
609
608
  timeout: number;
609
+ operation: "wait";
610
610
  session_id: string;
611
611
  wait_type: "timeout" | "selector" | "navigation";
612
612
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -657,15 +657,15 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
657
657
  debug_url: z.ZodOptional<z.ZodString>;
658
658
  error: z.ZodString;
659
659
  }, "strip", z.ZodTypeAny, {
660
- success: boolean;
661
660
  error: string;
661
+ success: boolean;
662
662
  operation: "start_session";
663
663
  session_id?: string | undefined;
664
664
  context_id?: string | undefined;
665
665
  debug_url?: string | undefined;
666
666
  }, {
667
- success: boolean;
668
667
  error: string;
668
+ success: boolean;
669
669
  operation: "start_session";
670
670
  session_id?: string | undefined;
671
671
  context_id?: string | undefined;
@@ -676,13 +676,13 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
676
676
  url: z.ZodOptional<z.ZodString>;
677
677
  error: z.ZodString;
678
678
  }, "strip", z.ZodTypeAny, {
679
- success: boolean;
680
679
  error: string;
680
+ success: boolean;
681
681
  operation: "navigate";
682
682
  url?: string | undefined;
683
683
  }, {
684
- success: boolean;
685
684
  error: string;
685
+ success: boolean;
686
686
  operation: "navigate";
687
687
  url?: string | undefined;
688
688
  }>, z.ZodObject<{
@@ -690,36 +690,36 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
690
690
  success: z.ZodBoolean;
691
691
  error: z.ZodString;
692
692
  }, "strip", z.ZodTypeAny, {
693
- success: boolean;
694
693
  error: string;
694
+ success: boolean;
695
695
  operation: "click";
696
696
  }, {
697
- success: boolean;
698
697
  error: string;
698
+ success: boolean;
699
699
  operation: "click";
700
700
  }>, z.ZodObject<{
701
701
  operation: z.ZodLiteral<"type">;
702
702
  success: z.ZodBoolean;
703
703
  error: z.ZodString;
704
704
  }, "strip", z.ZodTypeAny, {
705
- success: boolean;
706
705
  error: string;
706
+ success: boolean;
707
707
  operation: "type";
708
708
  }, {
709
- success: boolean;
710
709
  error: string;
710
+ success: boolean;
711
711
  operation: "type";
712
712
  }>, z.ZodObject<{
713
713
  operation: z.ZodLiteral<"select">;
714
714
  success: z.ZodBoolean;
715
715
  error: z.ZodString;
716
716
  }, "strip", z.ZodTypeAny, {
717
- success: boolean;
718
717
  error: string;
718
+ success: boolean;
719
719
  operation: "select";
720
720
  }, {
721
- success: boolean;
722
721
  error: string;
722
+ success: boolean;
723
723
  operation: "select";
724
724
  }>, z.ZodObject<{
725
725
  operation: z.ZodLiteral<"evaluate">;
@@ -727,13 +727,13 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
727
727
  result: z.ZodOptional<z.ZodUnknown>;
728
728
  error: z.ZodString;
729
729
  }, "strip", z.ZodTypeAny, {
730
- success: boolean;
731
730
  error: string;
731
+ success: boolean;
732
732
  operation: "evaluate";
733
733
  result?: unknown;
734
734
  }, {
735
- success: boolean;
736
735
  error: string;
736
+ success: boolean;
737
737
  operation: "evaluate";
738
738
  result?: unknown;
739
739
  }>, z.ZodObject<{
@@ -742,13 +742,13 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
742
742
  content: z.ZodOptional<z.ZodString>;
743
743
  error: z.ZodString;
744
744
  }, "strip", z.ZodTypeAny, {
745
- success: boolean;
746
745
  error: string;
746
+ success: boolean;
747
747
  operation: "get_content";
748
748
  content?: string | undefined;
749
749
  }, {
750
- success: boolean;
751
750
  error: string;
751
+ success: boolean;
752
752
  operation: "get_content";
753
753
  content?: string | undefined;
754
754
  }>, z.ZodObject<{
@@ -758,14 +758,14 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
758
758
  format: z.ZodOptional<z.ZodString>;
759
759
  error: z.ZodString;
760
760
  }, "strip", z.ZodTypeAny, {
761
- success: boolean;
762
761
  error: string;
762
+ success: boolean;
763
763
  operation: "screenshot";
764
764
  format?: string | undefined;
765
765
  data?: string | undefined;
766
766
  }, {
767
- success: boolean;
768
767
  error: string;
768
+ success: boolean;
769
769
  operation: "screenshot";
770
770
  format?: string | undefined;
771
771
  data?: string | undefined;
@@ -774,12 +774,12 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
774
774
  success: z.ZodBoolean;
775
775
  error: z.ZodString;
776
776
  }, "strip", z.ZodTypeAny, {
777
- success: boolean;
778
777
  error: string;
778
+ success: boolean;
779
779
  operation: "wait";
780
780
  }, {
781
- success: boolean;
782
781
  error: string;
782
+ success: boolean;
783
783
  operation: "wait";
784
784
  }>, z.ZodObject<{
785
785
  operation: z.ZodLiteral<"get_cookies">;
@@ -811,8 +811,8 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
811
811
  }>, "many">>;
812
812
  error: z.ZodString;
813
813
  }, "strip", z.ZodTypeAny, {
814
- success: boolean;
815
814
  error: string;
815
+ success: boolean;
816
816
  operation: "get_cookies";
817
817
  cookies?: {
818
818
  value: string;
@@ -824,8 +824,8 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
824
824
  secure: boolean;
825
825
  }[] | undefined;
826
826
  }, {
827
- success: boolean;
828
827
  error: string;
828
+ success: boolean;
829
829
  operation: "get_cookies";
830
830
  cookies?: {
831
831
  value: string;
@@ -841,12 +841,12 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
841
841
  success: z.ZodBoolean;
842
842
  error: z.ZodString;
843
843
  }, "strip", z.ZodTypeAny, {
844
- success: boolean;
845
844
  error: string;
845
+ success: boolean;
846
846
  operation: "end_session";
847
847
  }, {
848
- success: boolean;
849
848
  error: string;
849
+ success: boolean;
850
850
  operation: "end_session";
851
851
  }>]>;
852
852
  export type BrowserBaseParams = z.output<typeof BrowserBaseParamsSchema>;