@bubblelab/bubble-core 0.1.23 → 0.1.24

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 (46) hide show
  1. package/dist/bubble-bundle.d.ts +54 -54
  2. package/dist/bubbles/service-bubble/ai-agent.d.ts +4 -4
  3. package/dist/bubbles/service-bubble/airtable.d.ts +82 -82
  4. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  5. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +25 -25
  6. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +1 -1
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.js +7 -6
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +1 -1
  9. package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
  10. package/dist/bubbles/service-bubble/firecrawl.d.ts +308 -308
  11. package/dist/bubbles/service-bubble/followupboss.d.ts +236 -236
  12. package/dist/bubbles/service-bubble/github.d.ts +84 -84
  13. package/dist/bubbles/service-bubble/gmail.d.ts +438 -438
  14. package/dist/bubbles/service-bubble/google-calendar.d.ts +100 -100
  15. package/dist/bubbles/service-bubble/google-drive.d.ts +26 -26
  16. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  17. package/dist/bubbles/service-bubble/google-drive.js +22 -1
  18. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  19. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  20. package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
  21. package/dist/bubbles/service-bubble/notion/notion.d.ts +480 -480
  22. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  23. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  24. package/dist/bubbles/service-bubble/slack/slack.d.ts +148 -148
  25. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  26. package/dist/bubbles/service-bubble/telegram.d.ts +1270 -1270
  27. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +38 -38
  28. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -1
  29. package/dist/bubbles/tool-bubble/company-enrichment-tool.js +2 -2
  30. package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -1
  31. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
  32. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  33. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +122 -122
  34. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +66 -66
  35. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  36. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  38. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +10 -10
  39. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
  40. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  41. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +16 -16
  42. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  43. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
  44. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +64 -64
  45. package/dist/bubbles.json +1 -1
  46. package/package.json +2 -2
@@ -43,8 +43,8 @@ declare const AIAgentParamsSchema: z.ZodObject<{
43
43
  description: z.ZodOptional<z.ZodString>;
44
44
  }, "strip", z.ZodTypeAny, {
45
45
  type: "base64";
46
- data: string;
47
46
  mimeType: string;
47
+ data: string;
48
48
  description?: string | undefined;
49
49
  }, {
50
50
  data: string;
@@ -193,8 +193,8 @@ declare const AIAgentParamsSchema: z.ZodObject<{
193
193
  };
194
194
  images: ({
195
195
  type: "base64";
196
- data: string;
197
196
  mimeType: string;
197
+ data: string;
198
198
  description?: string | undefined;
199
199
  } | {
200
200
  type: "url";
@@ -342,8 +342,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
342
342
  description: z.ZodOptional<z.ZodString>;
343
343
  }, "strip", z.ZodTypeAny, {
344
344
  type: "base64";
345
- data: string;
346
345
  mimeType: string;
346
+ data: string;
347
347
  description?: string | undefined;
348
348
  }, {
349
349
  data: string;
@@ -492,8 +492,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
492
492
  };
493
493
  images: ({
494
494
  type: "base64";
495
- data: string;
496
495
  mimeType: string;
496
+ data: string;
497
497
  description?: string | undefined;
498
498
  } | {
499
499
  type: "url";