@bubblelab/bubble-core 0.1.91 → 0.1.93

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 (50) hide show
  1. package/dist/bubble-bundle.d.ts +82 -78
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +36 -36
  4. package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +62 -62
  7. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  9. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  10. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  11. package/dist/bubbles/service-bubble/firecrawl.d.ts +306 -306
  12. package/dist/bubbles/service-bubble/followupboss.d.ts +148 -148
  13. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  14. package/dist/bubbles/service-bubble/github.d.ts +88 -88
  15. package/dist/bubbles/service-bubble/gmail.d.ts +584 -584
  16. package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
  17. package/dist/bubbles/service-bubble/google-drive.d.ts +98 -98
  18. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  19. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  20. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  21. package/dist/bubbles/service-bubble/jira/jira.d.ts +58 -58
  22. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +14 -14
  23. package/dist/bubbles/service-bubble/notion/notion.d.ts +92 -92
  24. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  26. package/dist/bubbles/service-bubble/slack/slack.d.ts +676 -676
  27. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  28. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +75 -75
  29. package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
  30. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +20 -20
  31. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
  32. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  33. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  34. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +304 -304
  35. package/dist/bubbles/tool-bubble/research-agent-tool.js +1 -1
  36. package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
  37. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  38. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  39. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +110 -110
  40. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  41. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  42. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  43. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
  44. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
  45. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  46. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +50 -50
  47. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  48. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
  49. package/dist/bubbles.json +3 -3
  50. 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;
@@ -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>;
@@ -191,10 +191,16 @@ declare const AIAgentParamsSchema: z.ZodObject<{
191
191
  maxRetries?: number | undefined;
192
192
  } | undefined;
193
193
  };
194
+ streaming: boolean;
195
+ tools: {
196
+ 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";
197
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
198
+ config?: Record<string, unknown> | undefined;
199
+ }[];
194
200
  images: ({
195
201
  type: "base64";
196
- data: string;
197
202
  mimeType: string;
203
+ data: string;
198
204
  description?: string | undefined;
199
205
  } | {
200
206
  type: "url";
@@ -202,13 +208,7 @@ declare const AIAgentParamsSchema: z.ZodObject<{
202
208
  description?: string | undefined;
203
209
  })[];
204
210
  systemPrompt: string;
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" | "people-search-tool";
207
- credentials?: Partial<Record<CredentialType, string>> | undefined;
208
- config?: Record<string, unknown> | undefined;
209
- }[];
210
211
  maxIterations: number;
211
- streaming: boolean;
212
212
  name?: string | undefined;
213
213
  credentials?: Partial<Record<CredentialType, string>> | undefined;
214
214
  conversationHistory?: {
@@ -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;
@@ -244,6 +244,12 @@ declare const AIAgentParamsSchema: z.ZodObject<{
244
244
  maxRetries?: number | undefined;
245
245
  } | undefined;
246
246
  } | undefined;
247
+ streaming?: boolean | undefined;
248
+ tools?: {
249
+ 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";
250
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
251
+ config?: Record<string, unknown> | undefined;
252
+ }[] | undefined;
247
253
  images?: ({
248
254
  data: string;
249
255
  type?: "base64" | undefined;
@@ -261,19 +267,13 @@ declare const AIAgentParamsSchema: z.ZodObject<{
261
267
  name?: string | undefined;
262
268
  }[] | undefined;
263
269
  systemPrompt?: string | undefined;
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" | "people-search-tool";
266
- credentials?: Partial<Record<CredentialType, string>> | undefined;
267
- config?: Record<string, unknown> | undefined;
268
- }[] | undefined;
269
270
  customTools?: {
270
271
  description: string;
271
272
  name: string;
272
- schema: z.ZodTypeAny | Record<string, unknown>;
273
+ schema: Record<string, unknown> | z.ZodTypeAny;
273
274
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
274
275
  }[] | undefined;
275
276
  maxIterations?: number | undefined;
276
- streaming?: boolean | undefined;
277
277
  expectedOutputSchema?: string | z.ZodTypeAny | undefined;
278
278
  }>;
279
279
  declare const AIAgentResultSchema: z.ZodObject<{
@@ -348,8 +348,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
348
348
  description: z.ZodOptional<z.ZodString>;
349
349
  }, "strip", z.ZodTypeAny, {
350
350
  type: "base64";
351
- data: string;
352
351
  mimeType: string;
352
+ data: string;
353
353
  description?: string | undefined;
354
354
  }, {
355
355
  data: string;
@@ -466,12 +466,12 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
466
466
  }, "strip", z.ZodTypeAny, {
467
467
  description: string;
468
468
  name: string;
469
- schema: z.ZodTypeAny | Record<string, unknown>;
469
+ schema: Record<string, unknown> | z.ZodTypeAny;
470
470
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
471
471
  }, {
472
472
  description: string;
473
473
  name: string;
474
- schema: z.ZodTypeAny | Record<string, unknown>;
474
+ schema: Record<string, unknown> | z.ZodTypeAny;
475
475
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
476
476
  }>, "many">>>;
477
477
  maxIterations: z.ZodDefault<z.ZodNumber>;
@@ -496,10 +496,16 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
496
496
  maxRetries?: number | undefined;
497
497
  } | undefined;
498
498
  };
499
+ streaming: boolean;
500
+ tools: {
501
+ 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";
502
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
503
+ config?: Record<string, unknown> | undefined;
504
+ }[];
499
505
  images: ({
500
506
  type: "base64";
501
- data: string;
502
507
  mimeType: string;
508
+ data: string;
503
509
  description?: string | undefined;
504
510
  } | {
505
511
  type: "url";
@@ -507,13 +513,7 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
507
513
  description?: string | undefined;
508
514
  })[];
509
515
  systemPrompt: string;
510
- tools: {
511
- 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";
512
- credentials?: Partial<Record<CredentialType, string>> | undefined;
513
- config?: Record<string, unknown> | undefined;
514
- }[];
515
516
  maxIterations: number;
516
- streaming: boolean;
517
517
  name?: string | undefined;
518
518
  credentials?: Partial<Record<CredentialType, string>> | undefined;
519
519
  conversationHistory?: {
@@ -525,7 +525,7 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
525
525
  customTools?: {
526
526
  description: string;
527
527
  name: string;
528
- schema: z.ZodTypeAny | Record<string, unknown>;
528
+ schema: Record<string, unknown> | z.ZodTypeAny;
529
529
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
530
530
  }[] | undefined;
531
531
  expectedOutputSchema?: string | z.ZodTypeAny | undefined;
@@ -549,6 +549,12 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
549
549
  maxRetries?: number | undefined;
550
550
  } | undefined;
551
551
  } | undefined;
552
+ streaming?: boolean | undefined;
553
+ tools?: {
554
+ 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";
555
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
556
+ config?: Record<string, unknown> | undefined;
557
+ }[] | undefined;
552
558
  images?: ({
553
559
  data: string;
554
560
  type?: "base64" | undefined;
@@ -566,19 +572,13 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
566
572
  name?: string | undefined;
567
573
  }[] | undefined;
568
574
  systemPrompt?: string | undefined;
569
- tools?: {
570
- 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";
571
- credentials?: Partial<Record<CredentialType, string>> | undefined;
572
- config?: Record<string, unknown> | undefined;
573
- }[] | undefined;
574
575
  customTools?: {
575
576
  description: string;
576
577
  name: string;
577
- schema: z.ZodTypeAny | Record<string, unknown>;
578
+ schema: Record<string, unknown> | z.ZodTypeAny;
578
579
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
579
580
  }[] | undefined;
580
581
  maxIterations?: number | undefined;
581
- streaming?: boolean | undefined;
582
582
  expectedOutputSchema?: string | z.ZodTypeAny | undefined;
583
583
  }>;
584
584
  static readonly resultSchema: z.ZodObject<{