@bubblelab/bubble-core 0.1.244 → 0.1.246

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 +84 -84
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
  4. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.js +7 -6
  6. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  7. package/dist/bubbles/service-bubble/airtable.d.ts +28 -28
  8. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  11. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +116 -116
  12. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +5 -5
  13. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
  14. package/dist/bubbles/service-bubble/capability-pipeline.js +1 -1
  15. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  16. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +14 -14
  17. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
  18. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  19. package/dist/bubbles/service-bubble/firecrawl.d.ts +192 -192
  20. package/dist/bubbles/service-bubble/followupboss.d.ts +58 -58
  21. package/dist/bubbles/service-bubble/github.d.ts +110 -110
  22. package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
  23. package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
  24. package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
  25. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  26. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +32 -32
  27. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  28. package/dist/bubbles/service-bubble/jira/jira.d.ts +47 -47
  29. package/dist/bubbles/service-bubble/linear/linear.d.ts +5 -5
  30. package/dist/bubbles/service-bubble/notion/notion.d.ts +368 -368
  31. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  32. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
  33. package/dist/bubbles/service-bubble/s3/s3.d.ts +2 -2
  34. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
  35. package/dist/bubbles/service-bubble/slab/slab.d.ts +18 -18
  36. package/dist/bubbles/service-bubble/slack/slack.d.ts +174 -174
  37. package/dist/bubbles/service-bubble/storage.d.ts +4 -4
  38. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +10 -10
  39. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +24 -24
  40. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  41. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
  42. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  43. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  44. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +56 -56
  45. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  46. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
  47. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  48. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +28 -28
  49. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  52. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  53. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  54. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  55. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  56. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +54 -54
  57. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  58. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
  59. package/dist/bubbles.json +1 -1
  60. package/package.json +2 -2
@@ -294,7 +294,6 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
294
294
  object_type: "deals" | "contacts" | "companies" | "tickets";
295
295
  fieldType: "number" | "date" | "text" | "file" | "html" | "checkbox" | "textarea" | "select" | "radio" | "booleancheckbox" | "calculation_equation" | "phonenumber";
296
296
  groupName: string;
297
- description?: string | undefined;
298
297
  options?: {
299
298
  value: string;
300
299
  label: string;
@@ -302,6 +301,7 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
302
301
  displayOrder?: number | undefined;
303
302
  hidden?: boolean | undefined;
304
303
  }[] | undefined;
304
+ description?: string | undefined;
305
305
  credentials?: Partial<Record<CredentialType, string>> | undefined;
306
306
  hasUniqueValue?: boolean | undefined;
307
307
  calculationFormula?: string | undefined;
@@ -313,7 +313,6 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
313
313
  object_type: "deals" | "contacts" | "companies" | "tickets";
314
314
  fieldType: "number" | "date" | "text" | "file" | "html" | "checkbox" | "textarea" | "select" | "radio" | "booleancheckbox" | "calculation_equation" | "phonenumber";
315
315
  groupName: string;
316
- description?: string | undefined;
317
316
  options?: {
318
317
  value: string;
319
318
  label: string;
@@ -321,6 +320,7 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
321
320
  displayOrder?: number | undefined;
322
321
  hidden?: boolean | undefined;
323
322
  }[] | undefined;
323
+ description?: string | undefined;
324
324
  credentials?: Partial<Record<CredentialType, string>> | undefined;
325
325
  hasUniqueValue?: boolean | undefined;
326
326
  calculationFormula?: string | undefined;
@@ -357,8 +357,6 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
357
357
  operation: "update_property";
358
358
  object_type: "deals" | "contacts" | "companies" | "tickets";
359
359
  property_name: string;
360
- type?: "string" | "number" | "date" | "datetime" | "enumeration" | "bool" | undefined;
361
- description?: string | undefined;
362
360
  options?: {
363
361
  value: string;
364
362
  label: string;
@@ -366,6 +364,8 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
366
364
  displayOrder?: number | undefined;
367
365
  hidden?: boolean | undefined;
368
366
  }[] | undefined;
367
+ type?: "string" | "number" | "date" | "datetime" | "enumeration" | "bool" | undefined;
368
+ description?: string | undefined;
369
369
  credentials?: Partial<Record<CredentialType, string>> | undefined;
370
370
  label?: string | undefined;
371
371
  fieldType?: "number" | "date" | "text" | "file" | "html" | "checkbox" | "textarea" | "select" | "radio" | "booleancheckbox" | "calculation_equation" | "phonenumber" | undefined;
@@ -374,8 +374,6 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
374
374
  operation: "update_property";
375
375
  object_type: "deals" | "contacts" | "companies" | "tickets";
376
376
  property_name: string;
377
- type?: "string" | "number" | "date" | "datetime" | "enumeration" | "bool" | undefined;
378
- description?: string | undefined;
379
377
  options?: {
380
378
  value: string;
381
379
  label: string;
@@ -383,6 +381,8 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
383
381
  displayOrder?: number | undefined;
384
382
  hidden?: boolean | undefined;
385
383
  }[] | undefined;
384
+ type?: "string" | "number" | "date" | "datetime" | "enumeration" | "bool" | undefined;
385
+ description?: string | undefined;
386
386
  credentials?: Partial<Record<CredentialType, string>> | undefined;
387
387
  label?: string | undefined;
388
388
  fieldType?: "number" | "date" | "text" | "file" | "html" | "checkbox" | "textarea" | "select" | "radio" | "booleancheckbox" | "calculation_equation" | "phonenumber" | undefined;
@@ -559,14 +559,14 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
559
559
  }, "strip", import("zod").ZodTypeAny, {
560
560
  properties: Record<string, unknown>;
561
561
  id: string;
562
- archived?: boolean | undefined;
563
562
  createdAt?: string | undefined;
563
+ archived?: boolean | undefined;
564
564
  updatedAt?: string | undefined;
565
565
  }, {
566
566
  properties: Record<string, unknown>;
567
567
  id: string;
568
- archived?: boolean | undefined;
569
568
  createdAt?: string | undefined;
569
+ archived?: boolean | undefined;
570
570
  updatedAt?: string | undefined;
571
571
  }>>;
572
572
  error: import("zod").ZodString;
@@ -577,8 +577,8 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
577
577
  record?: {
578
578
  properties: Record<string, unknown>;
579
579
  id: string;
580
- archived?: boolean | undefined;
581
580
  createdAt?: string | undefined;
581
+ archived?: boolean | undefined;
582
582
  updatedAt?: string | undefined;
583
583
  } | undefined;
584
584
  }, {
@@ -588,8 +588,8 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
588
588
  record?: {
589
589
  properties: Record<string, unknown>;
590
590
  id: string;
591
- archived?: boolean | undefined;
592
591
  createdAt?: string | undefined;
592
+ archived?: boolean | undefined;
593
593
  updatedAt?: string | undefined;
594
594
  } | undefined;
595
595
  }>, import("zod").ZodObject<{
@@ -604,14 +604,14 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
604
604
  }, "strip", import("zod").ZodTypeAny, {
605
605
  properties: Record<string, unknown>;
606
606
  id: string;
607
- archived?: boolean | undefined;
608
607
  createdAt?: string | undefined;
608
+ archived?: boolean | undefined;
609
609
  updatedAt?: string | undefined;
610
610
  }, {
611
611
  properties: Record<string, unknown>;
612
612
  id: string;
613
- archived?: boolean | undefined;
614
613
  createdAt?: string | undefined;
614
+ archived?: boolean | undefined;
615
615
  updatedAt?: string | undefined;
616
616
  }>>;
617
617
  error: import("zod").ZodString;
@@ -622,8 +622,8 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
622
622
  record?: {
623
623
  properties: Record<string, unknown>;
624
624
  id: string;
625
- archived?: boolean | undefined;
626
625
  createdAt?: string | undefined;
626
+ archived?: boolean | undefined;
627
627
  updatedAt?: string | undefined;
628
628
  } | undefined;
629
629
  }, {
@@ -633,8 +633,8 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
633
633
  record?: {
634
634
  properties: Record<string, unknown>;
635
635
  id: string;
636
- archived?: boolean | undefined;
637
636
  createdAt?: string | undefined;
637
+ archived?: boolean | undefined;
638
638
  updatedAt?: string | undefined;
639
639
  } | undefined;
640
640
  }>, import("zod").ZodObject<{
@@ -649,14 +649,14 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
649
649
  }, "strip", import("zod").ZodTypeAny, {
650
650
  properties: Record<string, unknown>;
651
651
  id: string;
652
- archived?: boolean | undefined;
653
652
  createdAt?: string | undefined;
653
+ archived?: boolean | undefined;
654
654
  updatedAt?: string | undefined;
655
655
  }, {
656
656
  properties: Record<string, unknown>;
657
657
  id: string;
658
- archived?: boolean | undefined;
659
658
  createdAt?: string | undefined;
659
+ archived?: boolean | undefined;
660
660
  updatedAt?: string | undefined;
661
661
  }>>;
662
662
  error: import("zod").ZodString;
@@ -667,8 +667,8 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
667
667
  record?: {
668
668
  properties: Record<string, unknown>;
669
669
  id: string;
670
- archived?: boolean | undefined;
671
670
  createdAt?: string | undefined;
671
+ archived?: boolean | undefined;
672
672
  updatedAt?: string | undefined;
673
673
  } | undefined;
674
674
  }, {
@@ -678,8 +678,8 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
678
678
  record?: {
679
679
  properties: Record<string, unknown>;
680
680
  id: string;
681
- archived?: boolean | undefined;
682
681
  createdAt?: string | undefined;
682
+ archived?: boolean | undefined;
683
683
  updatedAt?: string | undefined;
684
684
  } | undefined;
685
685
  }>, import("zod").ZodObject<{
@@ -706,14 +706,14 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
706
706
  }, "strip", import("zod").ZodTypeAny, {
707
707
  properties: Record<string, unknown>;
708
708
  id: string;
709
- archived?: boolean | undefined;
710
709
  createdAt?: string | undefined;
710
+ archived?: boolean | undefined;
711
711
  updatedAt?: string | undefined;
712
712
  }, {
713
713
  properties: Record<string, unknown>;
714
714
  id: string;
715
- archived?: boolean | undefined;
716
715
  createdAt?: string | undefined;
716
+ archived?: boolean | undefined;
717
717
  updatedAt?: string | undefined;
718
718
  }>, "many">>;
719
719
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -739,14 +739,14 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
739
739
  error: string;
740
740
  success: boolean;
741
741
  operation: "search_records";
742
+ total?: number | undefined;
742
743
  results?: {
743
744
  properties: Record<string, unknown>;
744
745
  id: string;
745
- archived?: boolean | undefined;
746
746
  createdAt?: string | undefined;
747
+ archived?: boolean | undefined;
747
748
  updatedAt?: string | undefined;
748
749
  }[] | undefined;
749
- total?: number | undefined;
750
750
  paging?: {
751
751
  next?: {
752
752
  after: string;
@@ -756,14 +756,14 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
756
756
  error: string;
757
757
  success: boolean;
758
758
  operation: "search_records";
759
+ total?: number | undefined;
759
760
  results?: {
760
761
  properties: Record<string, unknown>;
761
762
  id: string;
762
- archived?: boolean | undefined;
763
763
  createdAt?: string | undefined;
764
+ archived?: boolean | undefined;
764
765
  updatedAt?: string | undefined;
765
766
  }[] | undefined;
766
- total?: number | undefined;
767
767
  paging?: {
768
768
  next?: {
769
769
  after: string;
@@ -781,14 +781,14 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
781
781
  }, "strip", import("zod").ZodTypeAny, {
782
782
  properties: Record<string, unknown>;
783
783
  id: string;
784
- archived?: boolean | undefined;
785
784
  createdAt?: string | undefined;
785
+ archived?: boolean | undefined;
786
786
  updatedAt?: string | undefined;
787
787
  }, {
788
788
  properties: Record<string, unknown>;
789
789
  id: string;
790
- archived?: boolean | undefined;
791
790
  createdAt?: string | undefined;
791
+ archived?: boolean | undefined;
792
792
  updatedAt?: string | undefined;
793
793
  }>, "many">>;
794
794
  error: import("zod").ZodString;
@@ -799,8 +799,8 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
799
799
  results?: {
800
800
  properties: Record<string, unknown>;
801
801
  id: string;
802
- archived?: boolean | undefined;
803
802
  createdAt?: string | undefined;
803
+ archived?: boolean | undefined;
804
804
  updatedAt?: string | undefined;
805
805
  }[] | undefined;
806
806
  }, {
@@ -810,8 +810,8 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
810
810
  results?: {
811
811
  properties: Record<string, unknown>;
812
812
  id: string;
813
- archived?: boolean | undefined;
814
813
  createdAt?: string | undefined;
814
+ archived?: boolean | undefined;
815
815
  updatedAt?: string | undefined;
816
816
  }[] | undefined;
817
817
  }>, import("zod").ZodObject<{
@@ -826,14 +826,14 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
826
826
  }, "strip", import("zod").ZodTypeAny, {
827
827
  properties: Record<string, unknown>;
828
828
  id: string;
829
- archived?: boolean | undefined;
830
829
  createdAt?: string | undefined;
830
+ archived?: boolean | undefined;
831
831
  updatedAt?: string | undefined;
832
832
  }, {
833
833
  properties: Record<string, unknown>;
834
834
  id: string;
835
- archived?: boolean | undefined;
836
835
  createdAt?: string | undefined;
836
+ archived?: boolean | undefined;
837
837
  updatedAt?: string | undefined;
838
838
  }>, "many">>;
839
839
  error: import("zod").ZodString;
@@ -844,8 +844,8 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
844
844
  results?: {
845
845
  properties: Record<string, unknown>;
846
846
  id: string;
847
- archived?: boolean | undefined;
848
847
  createdAt?: string | undefined;
848
+ archived?: boolean | undefined;
849
849
  updatedAt?: string | undefined;
850
850
  }[] | undefined;
851
851
  }, {
@@ -855,8 +855,8 @@ export declare class HubSpotBubble<T extends HubSpotParamsInput = HubSpotParamsI
855
855
  results?: {
856
856
  properties: Record<string, unknown>;
857
857
  id: string;
858
- archived?: boolean | undefined;
859
858
  createdAt?: string | undefined;
859
+ archived?: boolean | undefined;
860
860
  updatedAt?: string | undefined;
861
861
  }[] | undefined;
862
862
  }>, import("zod").ZodObject<{
@@ -13,7 +13,7 @@ declare const InsForgeDbParamsSchema: z.ZodObject<{
13
13
  }, "strip", z.ZodTypeAny, {
14
14
  timeout: number;
15
15
  query: string;
16
- allowedOperations: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "CREATE")[];
16
+ allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
17
17
  parameters: unknown[];
18
18
  maxRows: number;
19
19
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -21,7 +21,7 @@ declare const InsForgeDbParamsSchema: z.ZodObject<{
21
21
  query: string;
22
22
  credentials?: Partial<Record<CredentialType, string>> | undefined;
23
23
  timeout?: number | undefined;
24
- allowedOperations?: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
24
+ allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
25
25
  parameters?: unknown[] | undefined;
26
26
  maxRows?: number | undefined;
27
27
  }>;
@@ -87,7 +87,7 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
87
87
  }, "strip", z.ZodTypeAny, {
88
88
  timeout: number;
89
89
  query: string;
90
- allowedOperations: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "CREATE")[];
90
+ allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
91
91
  parameters: unknown[];
92
92
  maxRows: number;
93
93
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -95,7 +95,7 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
95
95
  query: string;
96
96
  credentials?: Partial<Record<CredentialType, string>> | undefined;
97
97
  timeout?: number | undefined;
98
- allowedOperations?: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
98
+ allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
99
99
  parameters?: unknown[] | undefined;
100
100
  maxRows?: number | undefined;
101
101
  }>;