@bubblelab/bubble-core 0.1.79 → 0.1.80

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 (60) hide show
  1. package/dist/bubble-bundle.d.ts +107 -107
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +32 -32
  4. package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +26 -26
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +62 -62
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +30 -30
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +302 -302
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +148 -148
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +40 -40
  17. package/dist/bubbles/service-bubble/github.d.ts +88 -88
  18. package/dist/bubbles/service-bubble/gmail.d.ts +587 -587
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +66 -66
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +22 -22
  23. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  24. package/dist/bubbles/service-bubble/http.d.ts.map +1 -1
  25. package/dist/bubbles/service-bubble/http.js +8 -1
  26. package/dist/bubbles/service-bubble/http.js.map +1 -1
  27. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  28. package/dist/bubbles/service-bubble/jira/jira.d.ts +46 -46
  29. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +22 -22
  30. package/dist/bubbles/service-bubble/notion/notion.d.ts +92 -92
  31. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  32. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  33. package/dist/bubbles/service-bubble/slack/slack.d.ts +954 -648
  34. package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/slack/slack.js +215 -0
  36. package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
  37. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  38. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +75 -75
  39. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +38 -38
  40. package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
  41. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +20 -20
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +26 -26
  43. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
  44. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  46. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  47. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +305 -305
  48. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  49. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
  50. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +110 -110
  51. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  54. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
  55. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
  56. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  57. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +42 -42
  58. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
  59. package/dist/bubbles.json +215 -5
  60. package/package.json +2 -2
@@ -428,8 +428,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
428
428
  url: string;
429
429
  operation: "navigate";
430
430
  session_id: string;
431
- credentials?: Partial<Record<CredentialType, string>> | undefined;
432
431
  timeout?: number | undefined;
432
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
433
433
  wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
434
434
  }>, z.ZodObject<{
435
435
  operation: z.ZodLiteral<"click">;
@@ -449,8 +449,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
449
449
  operation: "click";
450
450
  session_id: string;
451
451
  selector: string;
452
- credentials?: Partial<Record<CredentialType, string>> | undefined;
453
452
  timeout?: number | undefined;
453
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
454
454
  wait_for_navigation?: boolean | undefined;
455
455
  }>, z.ZodObject<{
456
456
  operation: z.ZodLiteral<"type">;
@@ -551,8 +551,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
551
551
  operation: "wait";
552
552
  session_id: string;
553
553
  wait_type: "timeout" | "selector" | "navigation";
554
- credentials?: Partial<Record<CredentialType, string>> | undefined;
555
554
  timeout?: number | undefined;
555
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
556
556
  selector?: string | undefined;
557
557
  }>, z.ZodObject<{
558
558
  operation: z.ZodLiteral<"get_cookies">;
@@ -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
- error: string;
597
596
  success: boolean;
597
+ error: string;
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
- error: string;
604
603
  success: boolean;
604
+ error: string;
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
- error: string;
616
615
  success: boolean;
616
+ error: string;
617
617
  operation: "navigate";
618
618
  url?: string | undefined;
619
619
  }, {
620
- error: string;
621
620
  success: boolean;
621
+ error: string;
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
- error: string;
630
629
  success: boolean;
630
+ error: string;
631
631
  operation: "click";
632
632
  }, {
633
- error: string;
634
633
  success: boolean;
634
+ error: string;
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
- error: string;
642
641
  success: boolean;
642
+ error: string;
643
643
  operation: "type";
644
644
  }, {
645
- error: string;
646
645
  success: boolean;
646
+ error: string;
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
- error: string;
655
654
  success: boolean;
655
+ error: string;
656
656
  operation: "evaluate";
657
657
  result?: unknown;
658
658
  }, {
659
- error: string;
660
659
  success: boolean;
660
+ error: string;
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
- error: string;
670
669
  success: boolean;
670
+ error: string;
671
671
  operation: "get_content";
672
672
  content?: string | undefined;
673
673
  }, {
674
- error: string;
675
674
  success: boolean;
675
+ error: string;
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
- error: string;
686
685
  success: boolean;
686
+ error: string;
687
687
  operation: "screenshot";
688
688
  format?: string | undefined;
689
689
  data?: string | undefined;
690
690
  }, {
691
- error: string;
692
691
  success: boolean;
692
+ error: string;
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
- error: string;
702
701
  success: boolean;
702
+ error: string;
703
703
  operation: "wait";
704
704
  }, {
705
- error: string;
706
705
  success: boolean;
706
+ error: string;
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
- error: string;
739
738
  success: boolean;
739
+ error: string;
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
- error: string;
752
751
  success: boolean;
752
+ error: string;
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
- error: string;
769
768
  success: boolean;
769
+ error: string;
770
770
  operation: "end_session";
771
771
  }, {
772
- error: string;
773
772
  success: boolean;
773
+ error: string;
774
774
  operation: "end_session";
775
775
  }>]>;
776
776
  export type BrowserBaseParams = z.output<typeof BrowserBaseParamsSchema>;