@bubblelab/bubble-core 0.1.193 → 0.1.194

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 (81) hide show
  1. package/dist/bubble-bundle.d.ts +108 -108
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +72 -72
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +16 -16
  4. package/dist/bubbles/service-bubble/airtable.d.ts +54 -54
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +60 -60
  7. package/dist/bubbles/service-bubble/attio/attio.d.ts +42 -42
  8. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +25 -25
  10. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +27 -27
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +306 -306
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +204 -204
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/github.d.ts +220 -220
  17. package/dist/bubbles/service-bubble/gmail.d.ts +240 -240
  18. package/dist/bubbles/service-bubble/google-calendar.d.ts +50 -50
  19. package/dist/bubbles/service-bubble/google-drive.d.ts +56 -56
  20. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +34 -34
  21. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  22. package/dist/bubbles/service-bubble/http.d.ts +14 -14
  23. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +9 -9
  24. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/jira/jira.d.ts +181 -181
  26. package/dist/bubbles/service-bubble/linear/linear.d.ts +22 -22
  27. package/dist/bubbles/service-bubble/notion/notion.d.ts +1263 -1263
  28. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  29. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +20 -20
  30. package/dist/bubbles/service-bubble/resend.d.ts +22 -22
  31. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +12 -12
  32. package/dist/bubbles/service-bubble/slack/slack.d.ts +340 -340
  33. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  34. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  35. package/dist/bubbles/service-bubble/storage.d.ts +56 -56
  36. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +96 -96
  37. package/dist/bubbles/service-bubble/telegram.d.ts +1111 -1111
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
  39. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
  40. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
  41. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
  42. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
  43. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
  44. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +66 -66
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts.map +1 -1
  46. package/dist/bubbles/tool-bubble/chart-js-tool.js +44 -7
  47. package/dist/bubbles/tool-bubble/chart-js-tool.js.map +1 -1
  48. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
  50. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  53. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  54. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +94 -94
  55. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  56. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
  60. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +22 -22
  61. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  64. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  65. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +46 -46
  66. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  67. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  69. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  71. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  73. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
  74. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  75. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
  76. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  77. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
  78. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +90 -90
  79. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  80. package/dist/bubbles.json +1 -1
  81. package/package.json +2 -2
@@ -148,11 +148,11 @@ declare const AIAgentParamsSchema: z.ZodObject<{
148
148
  credentials: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>>;
149
149
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
150
150
  }, "strip", z.ZodTypeAny, {
151
- name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-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";
151
+ name: "chart-js-tool" | "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-tool" | "sql-query-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";
152
152
  credentials?: Partial<Record<CredentialType, string>> | undefined;
153
153
  config?: Record<string, unknown> | undefined;
154
154
  }, {
155
- name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-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";
155
+ name: "chart-js-tool" | "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-tool" | "sql-query-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";
156
156
  credentials?: Partial<Record<CredentialType, string>> | undefined;
157
157
  config?: Record<string, unknown> | undefined;
158
158
  }>, "many">>;
@@ -221,7 +221,7 @@ declare const AIAgentParamsSchema: z.ZodObject<{
221
221
  } | undefined;
222
222
  };
223
223
  tools: {
224
- name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-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";
224
+ name: "chart-js-tool" | "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-tool" | "sql-query-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";
225
225
  credentials?: Partial<Record<CredentialType, string>> | undefined;
226
226
  config?: Record<string, unknown> | undefined;
227
227
  }[];
@@ -230,13 +230,13 @@ declare const AIAgentParamsSchema: z.ZodObject<{
230
230
  memoryEnabled: boolean;
231
231
  enableSlackHistory: boolean;
232
232
  name?: string | undefined;
233
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
233
234
  conversationHistory?: {
234
235
  role: "user" | "assistant" | "tool";
235
236
  content: string;
236
237
  toolCallId?: string | undefined;
237
238
  name?: string | undefined;
238
239
  }[] | undefined;
239
- credentials?: Partial<Record<CredentialType, string>> | undefined;
240
240
  customTools?: {
241
241
  description: string;
242
242
  name: string;
@@ -252,6 +252,7 @@ declare const AIAgentParamsSchema: z.ZodObject<{
252
252
  }, {
253
253
  message: string;
254
254
  name?: string | undefined;
255
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
255
256
  images?: ({
256
257
  data: string;
257
258
  type?: "base64" | undefined;
@@ -285,9 +286,8 @@ declare const AIAgentParamsSchema: z.ZodObject<{
285
286
  maxRetries?: number | undefined;
286
287
  } | undefined;
287
288
  } | undefined;
288
- credentials?: Partial<Record<CredentialType, string>> | undefined;
289
289
  tools?: {
290
- name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-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";
290
+ name: "chart-js-tool" | "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-tool" | "sql-query-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";
291
291
  credentials?: Partial<Record<CredentialType, string>> | undefined;
292
292
  config?: Record<string, unknown> | undefined;
293
293
  }[] | undefined;
@@ -329,8 +329,8 @@ declare const AIAgentResultSchema: z.ZodObject<{
329
329
  error: z.ZodString;
330
330
  success: z.ZodBoolean;
331
331
  }, "strip", z.ZodTypeAny, {
332
- error: string;
333
332
  success: boolean;
333
+ error: string;
334
334
  response: string;
335
335
  toolCalls: {
336
336
  tool: string;
@@ -341,8 +341,8 @@ declare const AIAgentResultSchema: z.ZodObject<{
341
341
  reasoning?: string | null | undefined;
342
342
  totalCost?: number | undefined;
343
343
  }, {
344
- error: string;
345
344
  success: boolean;
345
+ error: string;
346
346
  response: string;
347
347
  toolCalls: {
348
348
  tool: string;
@@ -482,11 +482,11 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
482
482
  credentials: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>>;
483
483
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
484
484
  }, "strip", z.ZodTypeAny, {
485
- name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-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";
485
+ name: "chart-js-tool" | "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-tool" | "sql-query-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";
486
486
  credentials?: Partial<Record<CredentialType, string>> | undefined;
487
487
  config?: Record<string, unknown> | undefined;
488
488
  }, {
489
- name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-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";
489
+ name: "chart-js-tool" | "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-tool" | "sql-query-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";
490
490
  credentials?: Partial<Record<CredentialType, string>> | undefined;
491
491
  config?: Record<string, unknown> | undefined;
492
492
  }>, "many">>;
@@ -555,7 +555,7 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
555
555
  } | undefined;
556
556
  };
557
557
  tools: {
558
- name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-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";
558
+ name: "chart-js-tool" | "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-tool" | "sql-query-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";
559
559
  credentials?: Partial<Record<CredentialType, string>> | undefined;
560
560
  config?: Record<string, unknown> | undefined;
561
561
  }[];
@@ -564,13 +564,13 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
564
564
  memoryEnabled: boolean;
565
565
  enableSlackHistory: boolean;
566
566
  name?: string | undefined;
567
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
567
568
  conversationHistory?: {
568
569
  role: "user" | "assistant" | "tool";
569
570
  content: string;
570
571
  toolCallId?: string | undefined;
571
572
  name?: string | undefined;
572
573
  }[] | undefined;
573
- credentials?: Partial<Record<CredentialType, string>> | undefined;
574
574
  customTools?: {
575
575
  description: string;
576
576
  name: string;
@@ -586,6 +586,7 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
586
586
  }, {
587
587
  message: string;
588
588
  name?: string | undefined;
589
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
589
590
  images?: ({
590
591
  data: string;
591
592
  type?: "base64" | undefined;
@@ -619,9 +620,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
619
620
  maxRetries?: number | undefined;
620
621
  } | undefined;
621
622
  } | undefined;
622
- credentials?: Partial<Record<CredentialType, string>> | undefined;
623
623
  tools?: {
624
- name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-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";
624
+ name: "chart-js-tool" | "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-tool" | "sql-query-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";
625
625
  credentials?: Partial<Record<CredentialType, string>> | undefined;
626
626
  config?: Record<string, unknown> | undefined;
627
627
  }[] | undefined;
@@ -663,8 +663,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
663
663
  error: z.ZodString;
664
664
  success: z.ZodBoolean;
665
665
  }, "strip", z.ZodTypeAny, {
666
- error: string;
667
666
  success: boolean;
667
+ error: string;
668
668
  response: string;
669
669
  toolCalls: {
670
670
  tool: string;
@@ -675,8 +675,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
675
675
  reasoning?: string | null | undefined;
676
676
  totalCost?: number | undefined;
677
677
  }, {
678
- error: string;
679
678
  success: boolean;
679
+ error: string;
680
680
  response: string;
681
681
  toolCalls: {
682
682
  tool: string;