@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
@@ -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
- mimeType: string;
47
46
  data: string;
47
+ mimeType: string;
48
48
  description?: string | undefined;
49
49
  }, {
50
50
  data: string;
@@ -141,15 +141,15 @@ declare const AIAgentParamsSchema: z.ZodObject<{
141
141
  } | undefined;
142
142
  }>>;
143
143
  tools: z.ZodDefault<z.ZodArray<z.ZodObject<{
144
- name: z.ZodEnum<["web-search-tool", "web-scrape-tool", "web-crawl-tool", "web-extract-tool", "research-agent-tool", "reddit-scrape-tool", "instagram-tool", "list-bubbles-tool", "get-bubble-details-tool", "get-trigger-detail-tool", "bubbleflow-validation-tool", "code-edit-tool", "chart-js-tool", "amazon-shopping-tool", "linkedin-tool", "tiktok-tool", "twitter-tool", "google-maps-tool", "youtube-tool", "sql-query-tool"]>;
144
+ name: z.ZodEnum<["web-search-tool", "web-scrape-tool", "web-crawl-tool", "web-extract-tool", "research-agent-tool", "reddit-scrape-tool", "instagram-tool", "list-bubbles-tool", "get-bubble-details-tool", "get-trigger-detail-tool", "bubbleflow-validation-tool", "code-edit-tool", "chart-js-tool", "amazon-shopping-tool", "linkedin-tool", "tiktok-tool", "twitter-tool", "google-maps-tool", "youtube-tool", "people-search-tool", "sql-query-tool"]>;
145
145
  credentials: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>>;
146
146
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
147
147
  }, "strip", z.ZodTypeAny, {
148
- name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool";
148
+ name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
149
149
  credentials?: Partial<Record<CredentialType, string>> | undefined;
150
150
  config?: Record<string, unknown> | undefined;
151
151
  }, {
152
- name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool";
152
+ name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
153
153
  credentials?: Partial<Record<CredentialType, string>> | undefined;
154
154
  config?: Record<string, unknown> | undefined;
155
155
  }>, "many">>;
@@ -193,8 +193,8 @@ declare const AIAgentParamsSchema: z.ZodObject<{
193
193
  };
194
194
  images: ({
195
195
  type: "base64";
196
- mimeType: string;
197
196
  data: string;
197
+ mimeType: string;
198
198
  description?: string | undefined;
199
199
  } | {
200
200
  type: "url";
@@ -203,7 +203,7 @@ declare const AIAgentParamsSchema: z.ZodObject<{
203
203
  })[];
204
204
  systemPrompt: string;
205
205
  tools: {
206
- name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool";
206
+ name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
207
207
  credentials?: Partial<Record<CredentialType, string>> | undefined;
208
208
  config?: Record<string, unknown> | undefined;
209
209
  }[];
@@ -262,7 +262,7 @@ declare const AIAgentParamsSchema: z.ZodObject<{
262
262
  }[] | undefined;
263
263
  systemPrompt?: string | undefined;
264
264
  tools?: {
265
- name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool";
265
+ name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
266
266
  credentials?: Partial<Record<CredentialType, string>> | undefined;
267
267
  config?: Record<string, unknown> | undefined;
268
268
  }[] | undefined;
@@ -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
- mimeType: string;
346
345
  data: string;
346
+ mimeType: string;
347
347
  description?: string | undefined;
348
348
  }, {
349
349
  data: string;
@@ -440,15 +440,15 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
440
440
  } | undefined;
441
441
  }>>;
442
442
  tools: z.ZodDefault<z.ZodArray<z.ZodObject<{
443
- name: z.ZodEnum<["web-search-tool", "web-scrape-tool", "web-crawl-tool", "web-extract-tool", "research-agent-tool", "reddit-scrape-tool", "instagram-tool", "list-bubbles-tool", "get-bubble-details-tool", "get-trigger-detail-tool", "bubbleflow-validation-tool", "code-edit-tool", "chart-js-tool", "amazon-shopping-tool", "linkedin-tool", "tiktok-tool", "twitter-tool", "google-maps-tool", "youtube-tool", "sql-query-tool"]>;
443
+ name: z.ZodEnum<["web-search-tool", "web-scrape-tool", "web-crawl-tool", "web-extract-tool", "research-agent-tool", "reddit-scrape-tool", "instagram-tool", "list-bubbles-tool", "get-bubble-details-tool", "get-trigger-detail-tool", "bubbleflow-validation-tool", "code-edit-tool", "chart-js-tool", "amazon-shopping-tool", "linkedin-tool", "tiktok-tool", "twitter-tool", "google-maps-tool", "youtube-tool", "people-search-tool", "sql-query-tool"]>;
444
444
  credentials: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>>;
445
445
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
446
446
  }, "strip", z.ZodTypeAny, {
447
- name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool";
447
+ name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
448
448
  credentials?: Partial<Record<CredentialType, string>> | undefined;
449
449
  config?: Record<string, unknown> | undefined;
450
450
  }, {
451
- name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool";
451
+ name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
452
452
  credentials?: Partial<Record<CredentialType, string>> | undefined;
453
453
  config?: Record<string, unknown> | undefined;
454
454
  }>, "many">>;
@@ -492,8 +492,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
492
492
  };
493
493
  images: ({
494
494
  type: "base64";
495
- mimeType: string;
496
495
  data: string;
496
+ mimeType: string;
497
497
  description?: string | undefined;
498
498
  } | {
499
499
  type: "url";
@@ -502,7 +502,7 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
502
502
  })[];
503
503
  systemPrompt: string;
504
504
  tools: {
505
- name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool";
505
+ name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
506
506
  credentials?: Partial<Record<CredentialType, string>> | undefined;
507
507
  config?: Record<string, unknown> | undefined;
508
508
  }[];
@@ -561,7 +561,7 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
561
561
  }[] | undefined;
562
562
  systemPrompt?: string | undefined;
563
563
  tools?: {
564
- name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool";
564
+ name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
565
565
  credentials?: Partial<Record<CredentialType, string>> | undefined;
566
566
  config?: Record<string, unknown> | undefined;
567
567
  }[] | undefined;