@bubblelab/bubble-core 0.1.45 → 0.1.47

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 (72) hide show
  1. package/dist/bubble-bundle.d.ts +107 -107
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +116 -116
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
  4. package/dist/bubbles/service-bubble/airtable.d.ts +150 -150
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +46 -46
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +48 -48
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +50 -49
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
  10. package/dist/bubbles/service-bubble/browserbase/browserbase.js +29 -8
  11. package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
  12. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +49 -49
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +104 -104
  15. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  16. package/dist/bubbles/service-bubble/firecrawl.d.ts +236 -236
  17. package/dist/bubbles/service-bubble/followupboss.d.ts +432 -432
  18. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +267 -267
  19. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +365 -365
  20. package/dist/bubbles/service-bubble/github.d.ts +84 -84
  21. package/dist/bubbles/service-bubble/gmail.d.ts +138 -138
  22. package/dist/bubbles/service-bubble/google-calendar.d.ts +56 -56
  23. package/dist/bubbles/service-bubble/google-drive.d.ts +96 -96
  24. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  25. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +52 -52
  26. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  27. package/dist/bubbles/service-bubble/http.d.ts +12 -12
  28. package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
  29. package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
  30. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +54 -54
  31. package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
  32. package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
  33. package/dist/bubbles/service-bubble/resend.d.ts +16 -16
  34. package/dist/bubbles/service-bubble/slack/slack.d.ts +170 -170
  35. package/dist/bubbles/service-bubble/storage.d.ts +60 -60
  36. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  37. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +28 -28
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
  39. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  41. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  42. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +72 -72
  43. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  46. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  47. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
  48. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +10 -10
  49. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +128 -128
  50. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +46 -46
  52. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  53. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  54. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  55. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +16 -16
  56. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +44 -44
  58. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  59. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  60. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  61. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
  62. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  63. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  64. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
  65. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  66. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +50 -50
  67. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  68. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
  69. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +4 -4
  70. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  71. package/dist/bubbles.json +1 -1
  72. package/package.json +2 -2
@@ -161,12 +161,12 @@ declare const AIAgentParamsSchema: z.ZodObject<{
161
161
  }, "strip", z.ZodTypeAny, {
162
162
  description: string;
163
163
  name: string;
164
- schema: z.ZodTypeAny | Record<string, unknown>;
164
+ schema: Record<string, unknown> | z.ZodTypeAny;
165
165
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
166
166
  }, {
167
167
  description: string;
168
168
  name: string;
169
- schema: z.ZodTypeAny | Record<string, unknown>;
169
+ schema: Record<string, unknown> | z.ZodTypeAny;
170
170
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
171
171
  }>, "many">>>;
172
172
  maxIterations: z.ZodDefault<z.ZodNumber>;
@@ -220,7 +220,7 @@ declare const AIAgentParamsSchema: z.ZodObject<{
220
220
  customTools?: {
221
221
  description: string;
222
222
  name: string;
223
- schema: z.ZodTypeAny | Record<string, unknown>;
223
+ schema: Record<string, unknown> | z.ZodTypeAny;
224
224
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
225
225
  }[] | undefined;
226
226
  expectedOutputSchema?: string | z.ZodTypeAny | undefined;
@@ -270,7 +270,7 @@ declare const AIAgentParamsSchema: z.ZodObject<{
270
270
  customTools?: {
271
271
  description: string;
272
272
  name: string;
273
- schema: z.ZodTypeAny | Record<string, unknown>;
273
+ schema: Record<string, unknown> | z.ZodTypeAny;
274
274
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
275
275
  }[] | undefined;
276
276
  maxIterations?: number | undefined;
@@ -295,8 +295,8 @@ declare const AIAgentResultSchema: z.ZodObject<{
295
295
  error: z.ZodString;
296
296
  success: z.ZodBoolean;
297
297
  }, "strip", z.ZodTypeAny, {
298
- success: boolean;
299
298
  error: string;
299
+ success: boolean;
300
300
  response: string;
301
301
  toolCalls: {
302
302
  tool: string;
@@ -305,8 +305,8 @@ declare const AIAgentResultSchema: z.ZodObject<{
305
305
  }[];
306
306
  iterations: number;
307
307
  }, {
308
- success: boolean;
309
308
  error: string;
309
+ success: boolean;
310
310
  response: string;
311
311
  toolCalls: {
312
312
  tool: string;
@@ -460,12 +460,12 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
460
460
  }, "strip", z.ZodTypeAny, {
461
461
  description: string;
462
462
  name: string;
463
- schema: z.ZodTypeAny | Record<string, unknown>;
463
+ schema: Record<string, unknown> | z.ZodTypeAny;
464
464
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
465
465
  }, {
466
466
  description: string;
467
467
  name: string;
468
- schema: z.ZodTypeAny | Record<string, unknown>;
468
+ schema: Record<string, unknown> | z.ZodTypeAny;
469
469
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
470
470
  }>, "many">>>;
471
471
  maxIterations: z.ZodDefault<z.ZodNumber>;
@@ -519,7 +519,7 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
519
519
  customTools?: {
520
520
  description: string;
521
521
  name: string;
522
- schema: z.ZodTypeAny | Record<string, unknown>;
522
+ schema: Record<string, unknown> | z.ZodTypeAny;
523
523
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
524
524
  }[] | undefined;
525
525
  expectedOutputSchema?: string | z.ZodTypeAny | undefined;
@@ -569,7 +569,7 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
569
569
  customTools?: {
570
570
  description: string;
571
571
  name: string;
572
- schema: z.ZodTypeAny | Record<string, unknown>;
572
+ schema: Record<string, unknown> | z.ZodTypeAny;
573
573
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
574
574
  }[] | undefined;
575
575
  maxIterations?: number | undefined;
@@ -594,8 +594,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
594
594
  error: z.ZodString;
595
595
  success: z.ZodBoolean;
596
596
  }, "strip", z.ZodTypeAny, {
597
- success: boolean;
598
597
  error: string;
598
+ success: boolean;
599
599
  response: string;
600
600
  toolCalls: {
601
601
  tool: string;
@@ -604,8 +604,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
604
604
  }[];
605
605
  iterations: number;
606
606
  }, {
607
- success: boolean;
608
607
  error: string;
608
+ success: boolean;
609
609
  response: string;
610
610
  toolCalls: {
611
611
  tool: string;