@bubblelab/bubble-core 0.1.102 → 0.1.103

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 (80) hide show
  1. package/dist/bubble-bundle.d.ts +113 -113
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +88 -88
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  4. package/dist/bubbles/service-bubble/airtable.d.ts +118 -118
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +26 -26
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +126 -126
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +836 -836
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +144 -144
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +68 -68
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
  17. package/dist/bubbles/service-bubble/github.d.ts +176 -176
  18. package/dist/bubbles/service-bubble/gmail.d.ts +240 -240
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +52 -52
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +32 -32
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
  23. package/dist/bubbles/service-bubble/hello-world.d.ts +8 -8
  24. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +66 -66
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +2089 -2089
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
  30. package/dist/bubbles/service-bubble/resend.d.ts +28 -28
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +440 -440
  32. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  33. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +134 -125
  34. package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/stripe/stripe.js +21 -13
  36. package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
  37. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +152 -143
  38. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
  39. package/dist/bubbles/service-bubble/stripe/stripe.schema.js +13 -0
  40. package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
  41. package/dist/bubbles/service-bubble/telegram.d.ts +1537 -1537
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +15 -15
  43. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
  44. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +18 -18
  46. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
  47. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +62 -62
  48. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
  52. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  53. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  54. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +331 -331
  55. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  56. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +122 -122
  59. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  60. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
  63. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  64. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +150 -150
  65. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -22
  66. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  67. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  69. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +54 -54
  70. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +28 -28
  71. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +40 -40
  73. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  74. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +72 -72
  75. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
  76. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +32 -32
  77. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +96 -96
  78. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
  79. package/dist/bubbles.json +15 -2
  80. package/package.json +2 -2
@@ -168,7 +168,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
168
168
  captchaImageSelector?: string | undefined;
169
169
  captchaInputSelector?: string | undefined;
170
170
  } | undefined;
171
- context_id?: string | undefined;
172
171
  cookies?: {
173
172
  value: string;
174
173
  path: string;
@@ -178,6 +177,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
178
177
  httpOnly: boolean;
179
178
  secure: boolean;
180
179
  }[] | undefined;
180
+ context_id?: string | undefined;
181
181
  proxies?: true | ({
182
182
  type: "browserbase";
183
183
  geolocation?: {
@@ -202,7 +202,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
202
202
  captchaImageSelector?: string | undefined;
203
203
  captchaInputSelector?: string | undefined;
204
204
  } | undefined;
205
- context_id?: string | undefined;
206
205
  cookies?: {
207
206
  value: string;
208
207
  path: string;
@@ -212,6 +211,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
212
211
  httpOnly: boolean;
213
212
  secure: boolean;
214
213
  }[] | undefined;
214
+ context_id?: string | undefined;
215
215
  viewport_width?: number | undefined;
216
216
  viewport_height?: number | undefined;
217
217
  proxies?: true | ({
@@ -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
- operation: "type";
284
283
  text: string;
284
+ operation: "type";
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
- operation: "type";
292
291
  text: string;
292
+ operation: "type";
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;
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">;
@@ -409,15 +409,15 @@ 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
- success: boolean;
413
412
  error: string;
413
+ success: boolean;
414
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
- success: boolean;
420
419
  error: string;
420
+ success: boolean;
421
421
  operation: "start_session";
422
422
  session_id?: string | undefined;
423
423
  context_id?: string | undefined;
@@ -428,13 +428,13 @@ 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
- success: boolean;
432
431
  error: string;
432
+ success: boolean;
433
433
  operation: "navigate";
434
434
  url?: string | undefined;
435
435
  }, {
436
- success: boolean;
437
436
  error: string;
437
+ success: boolean;
438
438
  operation: "navigate";
439
439
  url?: string | undefined;
440
440
  }>, import("zod").ZodObject<{
@@ -442,24 +442,24 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
442
442
  success: import("zod").ZodBoolean;
443
443
  error: import("zod").ZodString;
444
444
  }, "strip", import("zod").ZodTypeAny, {
445
- success: boolean;
446
445
  error: string;
446
+ success: boolean;
447
447
  operation: "click";
448
448
  }, {
449
- success: boolean;
450
449
  error: string;
450
+ success: boolean;
451
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
- success: boolean;
458
457
  error: string;
458
+ success: boolean;
459
459
  operation: "type";
460
460
  }, {
461
- success: boolean;
462
461
  error: string;
462
+ success: boolean;
463
463
  operation: "type";
464
464
  }>, import("zod").ZodObject<{
465
465
  operation: import("zod").ZodLiteral<"evaluate">;
@@ -467,13 +467,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
467
467
  result: import("zod").ZodOptional<import("zod").ZodUnknown>;
468
468
  error: import("zod").ZodString;
469
469
  }, "strip", import("zod").ZodTypeAny, {
470
- success: boolean;
471
470
  error: string;
471
+ success: boolean;
472
472
  operation: "evaluate";
473
473
  result?: unknown;
474
474
  }, {
475
- success: boolean;
476
475
  error: string;
476
+ success: boolean;
477
477
  operation: "evaluate";
478
478
  result?: unknown;
479
479
  }>, import("zod").ZodObject<{
@@ -482,13 +482,13 @@ 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
- success: boolean;
486
485
  error: string;
486
+ success: boolean;
487
487
  operation: "get_content";
488
488
  content?: string | undefined;
489
489
  }, {
490
- success: boolean;
491
490
  error: string;
491
+ success: boolean;
492
492
  operation: "get_content";
493
493
  content?: string | undefined;
494
494
  }>, import("zod").ZodObject<{
@@ -498,14 +498,14 @@ 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
- success: boolean;
502
501
  error: string;
502
+ success: boolean;
503
503
  operation: "screenshot";
504
504
  format?: string | undefined;
505
505
  data?: string | undefined;
506
506
  }, {
507
- success: boolean;
508
507
  error: string;
508
+ success: boolean;
509
509
  operation: "screenshot";
510
510
  format?: string | undefined;
511
511
  data?: string | undefined;
@@ -514,12 +514,12 @@ 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
- success: boolean;
518
517
  error: string;
518
+ success: boolean;
519
519
  operation: "wait";
520
520
  }, {
521
- success: boolean;
522
521
  error: string;
522
+ success: boolean;
523
523
  operation: "wait";
524
524
  }>, import("zod").ZodObject<{
525
525
  operation: import("zod").ZodLiteral<"get_cookies">;
@@ -551,8 +551,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
551
551
  }>, "many">>;
552
552
  error: import("zod").ZodString;
553
553
  }, "strip", import("zod").ZodTypeAny, {
554
- success: boolean;
555
554
  error: string;
555
+ success: boolean;
556
556
  operation: "get_cookies";
557
557
  cookies?: {
558
558
  value: string;
@@ -564,8 +564,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
564
564
  secure: boolean;
565
565
  }[] | undefined;
566
566
  }, {
567
- success: boolean;
568
567
  error: string;
568
+ success: boolean;
569
569
  operation: "get_cookies";
570
570
  cookies?: {
571
571
  value: string;
@@ -581,12 +581,12 @@ 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
- success: boolean;
585
584
  error: string;
585
+ success: boolean;
586
586
  operation: "end_session";
587
587
  }, {
588
- success: boolean;
589
588
  error: string;
589
+ success: boolean;
590
590
  operation: "end_session";
591
591
  }>]>;
592
592
  static readonly shortDescription = "Browser automation service using BrowserBase cloud browsers";
@@ -61,6 +61,7 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
61
61
  secure: boolean;
62
62
  }>, "many">;
63
63
  }, "strip", z.ZodTypeAny, {
64
+ contextId: string;
64
65
  cookies: {
65
66
  value: string;
66
67
  path: string;
@@ -70,8 +71,8 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
70
71
  httpOnly: boolean;
71
72
  secure: boolean;
72
73
  }[];
73
- contextId: string;
74
74
  }, {
75
+ contextId: string;
75
76
  cookies: {
76
77
  value: string;
77
78
  path: string;
@@ -81,7 +82,6 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
81
82
  httpOnly: boolean;
82
83
  secure: boolean;
83
84
  }[];
84
- contextId: string;
85
85
  }>;
86
86
  export type BrowserSessionData = z.infer<typeof BrowserSessionDataSchema>;
87
87
  /**
@@ -349,7 +349,6 @@ 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;
353
352
  cookies?: {
354
353
  value: string;
355
354
  path: string;
@@ -359,6 +358,7 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
359
358
  httpOnly: boolean;
360
359
  secure: boolean;
361
360
  }[] | undefined;
361
+ context_id?: string | undefined;
362
362
  proxies?: true | ({
363
363
  type: "browserbase";
364
364
  geolocation?: {
@@ -383,7 +383,6 @@ 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;
387
386
  cookies?: {
388
387
  value: string;
389
388
  path: string;
@@ -393,6 +392,7 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
393
392
  httpOnly: boolean;
394
393
  secure: boolean;
395
394
  }[] | undefined;
395
+ context_id?: string | undefined;
396
396
  viewport_width?: number | undefined;
397
397
  viewport_height?: number | undefined;
398
398
  proxies?: true | ({
@@ -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
- operation: "type";
465
464
  text: string;
465
+ operation: "type";
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
- operation: "type";
473
472
  text: string;
473
+ operation: "type";
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;
485
486
  operation: "evaluate";
486
487
  session_id: string;
487
- script: string;
488
488
  credentials?: Partial<Record<CredentialType, string>> | undefined;
489
489
  }, {
490
+ script: string;
490
491
  operation: "evaluate";
491
492
  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">;
@@ -593,15 +593,15 @@ 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
- success: boolean;
597
596
  error: string;
597
+ success: boolean;
598
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
- success: boolean;
604
603
  error: string;
604
+ success: boolean;
605
605
  operation: "start_session";
606
606
  session_id?: string | undefined;
607
607
  context_id?: string | undefined;
@@ -612,13 +612,13 @@ 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
- success: boolean;
616
615
  error: string;
616
+ success: boolean;
617
617
  operation: "navigate";
618
618
  url?: string | undefined;
619
619
  }, {
620
- success: boolean;
621
620
  error: string;
621
+ success: boolean;
622
622
  operation: "navigate";
623
623
  url?: string | undefined;
624
624
  }>, z.ZodObject<{
@@ -626,24 +626,24 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
626
626
  success: z.ZodBoolean;
627
627
  error: z.ZodString;
628
628
  }, "strip", z.ZodTypeAny, {
629
- success: boolean;
630
629
  error: string;
630
+ success: boolean;
631
631
  operation: "click";
632
632
  }, {
633
- success: boolean;
634
633
  error: string;
634
+ success: boolean;
635
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
- success: boolean;
642
641
  error: string;
642
+ success: boolean;
643
643
  operation: "type";
644
644
  }, {
645
- success: boolean;
646
645
  error: string;
646
+ success: boolean;
647
647
  operation: "type";
648
648
  }>, z.ZodObject<{
649
649
  operation: z.ZodLiteral<"evaluate">;
@@ -651,13 +651,13 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
651
651
  result: z.ZodOptional<z.ZodUnknown>;
652
652
  error: z.ZodString;
653
653
  }, "strip", z.ZodTypeAny, {
654
- success: boolean;
655
654
  error: string;
655
+ success: boolean;
656
656
  operation: "evaluate";
657
657
  result?: unknown;
658
658
  }, {
659
- success: boolean;
660
659
  error: string;
660
+ success: boolean;
661
661
  operation: "evaluate";
662
662
  result?: unknown;
663
663
  }>, z.ZodObject<{
@@ -666,13 +666,13 @@ 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
- success: boolean;
670
669
  error: string;
670
+ success: boolean;
671
671
  operation: "get_content";
672
672
  content?: string | undefined;
673
673
  }, {
674
- success: boolean;
675
674
  error: string;
675
+ success: boolean;
676
676
  operation: "get_content";
677
677
  content?: string | undefined;
678
678
  }>, z.ZodObject<{
@@ -682,14 +682,14 @@ 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
- success: boolean;
686
685
  error: string;
686
+ success: boolean;
687
687
  operation: "screenshot";
688
688
  format?: string | undefined;
689
689
  data?: string | undefined;
690
690
  }, {
691
- success: boolean;
692
691
  error: string;
692
+ success: boolean;
693
693
  operation: "screenshot";
694
694
  format?: string | undefined;
695
695
  data?: string | undefined;
@@ -698,12 +698,12 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
698
698
  success: z.ZodBoolean;
699
699
  error: z.ZodString;
700
700
  }, "strip", z.ZodTypeAny, {
701
- success: boolean;
702
701
  error: string;
702
+ success: boolean;
703
703
  operation: "wait";
704
704
  }, {
705
- success: boolean;
706
705
  error: string;
706
+ success: boolean;
707
707
  operation: "wait";
708
708
  }>, z.ZodObject<{
709
709
  operation: z.ZodLiteral<"get_cookies">;
@@ -735,8 +735,8 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
735
735
  }>, "many">>;
736
736
  error: z.ZodString;
737
737
  }, "strip", z.ZodTypeAny, {
738
- success: boolean;
739
738
  error: string;
739
+ success: boolean;
740
740
  operation: "get_cookies";
741
741
  cookies?: {
742
742
  value: string;
@@ -748,8 +748,8 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
748
748
  secure: boolean;
749
749
  }[] | undefined;
750
750
  }, {
751
- success: boolean;
752
751
  error: string;
752
+ success: boolean;
753
753
  operation: "get_cookies";
754
754
  cookies?: {
755
755
  value: string;
@@ -765,12 +765,12 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
765
765
  success: z.ZodBoolean;
766
766
  error: z.ZodString;
767
767
  }, "strip", z.ZodTypeAny, {
768
- success: boolean;
769
768
  error: string;
769
+ success: boolean;
770
770
  operation: "end_session";
771
771
  }, {
772
- success: boolean;
773
772
  error: string;
773
+ success: boolean;
774
774
  operation: "end_session";
775
775
  }>]>;
776
776
  export type BrowserBaseParams = z.output<typeof BrowserBaseParamsSchema>;