@bubblelab/bubble-core 0.1.24 → 0.1.26

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 (58) hide show
  1. package/dist/bubble-bundle.d.ts +89 -73
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +14 -14
  4. package/dist/bubbles/service-bubble/airtable.d.ts +134 -134
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +23 -23
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +331 -331
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +540 -540
  9. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -1
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +15 -9
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -1
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +348 -348
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +405 -405
  15. package/dist/bubbles/service-bubble/github.d.ts +132 -132
  16. package/dist/bubbles/service-bubble/gmail.d.ts +506 -506
  17. package/dist/bubbles/service-bubble/google-calendar.d.ts +132 -132
  18. package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
  19. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  20. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  21. package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
  22. package/dist/bubbles/service-bubble/notion/notion.d.ts +630 -630
  23. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  24. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  25. package/dist/bubbles/service-bubble/slack/slack.d.ts +218 -218
  26. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  27. package/dist/bubbles/service-bubble/telegram.d.ts +1329 -1329
  28. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
  29. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +202 -202
  30. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -1
  31. package/dist/bubbles/tool-bubble/company-enrichment-tool.js +27 -6
  32. package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -1
  33. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +28 -28
  34. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
  35. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +139 -139
  36. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +274 -274
  38. package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
  39. package/dist/bubbles/tool-bubble/people-search-tool.js +53 -16
  40. package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
  41. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +22 -22
  42. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  43. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
  45. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
  46. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
  47. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
  48. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  49. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +26 -26
  50. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  51. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
  52. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +64 -64
  53. package/dist/bubbles.json +52058 -10
  54. package/dist/types/available-tools.d.ts +1 -1
  55. package/dist/types/available-tools.d.ts.map +1 -1
  56. package/dist/types/available-tools.js +1 -0
  57. package/dist/types/available-tools.js.map +1 -1
  58. package/package.json +3 -3
@@ -29,6 +29,7 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
29
29
  success: z.ZodBoolean;
30
30
  error: z.ZodString;
31
31
  }, "strip", z.ZodTypeAny, {
32
+ totalCount: number;
32
33
  success: boolean;
33
34
  error: string;
34
35
  bubbles: {
@@ -38,8 +39,8 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
38
39
  useCase: string;
39
40
  alias?: string | undefined;
40
41
  }[];
41
- totalCount: number;
42
42
  }, {
43
+ totalCount: number;
43
44
  success: boolean;
44
45
  error: string;
45
46
  bubbles: {
@@ -49,7 +50,6 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
49
50
  useCase: string;
50
51
  alias?: string | undefined;
51
52
  }[];
52
- totalCount: number;
53
53
  }>;
54
54
  export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, ListBubblesToolResult> {
55
55
  static readonly bubbleName = "list-bubbles-tool";
@@ -78,6 +78,7 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
78
78
  success: z.ZodBoolean;
79
79
  error: z.ZodString;
80
80
  }, "strip", z.ZodTypeAny, {
81
+ totalCount: number;
81
82
  success: boolean;
82
83
  error: string;
83
84
  bubbles: {
@@ -87,8 +88,8 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
87
88
  useCase: string;
88
89
  alias?: string | undefined;
89
90
  }[];
90
- totalCount: number;
91
91
  }, {
92
+ totalCount: number;
92
93
  success: boolean;
93
94
  error: string;
94
95
  bubbles: {
@@ -98,7 +99,6 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
98
99
  useCase: string;
99
100
  alias?: string | undefined;
100
101
  }[];
101
- totalCount: number;
102
102
  }>;
103
103
  static readonly shortDescription = "Lists all available bubbles in the registry";
104
104
  static readonly longDescription = "\n A tool bubble that provides a comprehensive list of all registered bubbles in the NodeX system.\n \n Returns information about each bubble including:\n - Bubble name and alias\n - Short description\n - Extracted use cases\n - Bubble type (service, workflow, tool)\n \n Use cases:\n - AI agent discovery of available capabilities\n - System introspection and documentation\n - Dynamic tool selection for workflow building\n ";