@bubblelab/bubble-core 0.1.25 → 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 (47) hide show
  1. package/dist/bubble-bundle.d.ts +82 -66
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +18 -18
  4. package/dist/bubbles/service-bubble/airtable.d.ts +116 -116
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +6 -6
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +30 -30
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +108 -108
  9. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  10. package/dist/bubbles/service-bubble/firecrawl.d.ts +64 -64
  11. package/dist/bubbles/service-bubble/followupboss.d.ts +176 -176
  12. package/dist/bubbles/service-bubble/github.d.ts +80 -80
  13. package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
  14. package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
  15. package/dist/bubbles/service-bubble/google-drive.d.ts +56 -56
  16. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
  17. package/dist/bubbles/service-bubble/hello-world.d.ts +2 -2
  18. package/dist/bubbles/service-bubble/notion/notion.d.ts +874 -874
  19. package/dist/bubbles/service-bubble/resend.d.ts +16 -16
  20. package/dist/bubbles/service-bubble/slack/slack.d.ts +144 -144
  21. package/dist/bubbles/service-bubble/storage.d.ts +30 -30
  22. package/dist/bubbles/service-bubble/telegram.d.ts +208 -208
  23. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
  24. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  25. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +138 -138
  26. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
  27. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  28. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +38 -38
  29. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
  30. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +173 -173
  31. package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
  32. package/dist/bubbles/tool-bubble/people-search-tool.js +22 -6
  33. package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
  34. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
  35. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  36. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +22 -22
  37. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  38. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  39. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
  40. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
  41. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +52 -52
  42. package/dist/bubbles.json +52054 -6
  43. package/dist/types/available-tools.d.ts +1 -1
  44. package/dist/types/available-tools.d.ts.map +1 -1
  45. package/dist/types/available-tools.js +1 -0
  46. package/dist/types/available-tools.js.map +1 -1
  47. package/package.json +3 -3
@@ -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">>;
@@ -159,13 +159,13 @@ declare const AIAgentParamsSchema: z.ZodObject<{
159
159
  schema: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>]>;
160
160
  func: z.ZodFunction<z.ZodTuple<[z.ZodRecord<z.ZodString, z.ZodUnknown>], z.ZodUnknown>, z.ZodPromise<z.ZodUnknown>>;
161
161
  }, "strip", z.ZodTypeAny, {
162
- name: string;
163
162
  description: string;
163
+ name: string;
164
164
  schema: z.ZodTypeAny | Record<string, unknown>;
165
165
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
166
166
  }, {
167
- name: string;
168
167
  description: string;
168
+ name: string;
169
169
  schema: z.ZodTypeAny | Record<string, unknown>;
170
170
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
171
171
  }>, "many">>>;
@@ -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
  }[];
@@ -218,8 +218,8 @@ declare const AIAgentParamsSchema: z.ZodObject<{
218
218
  name?: string | undefined;
219
219
  }[] | undefined;
220
220
  customTools?: {
221
- name: string;
222
221
  description: string;
222
+ name: string;
223
223
  schema: z.ZodTypeAny | Record<string, unknown>;
224
224
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
225
225
  }[] | undefined;
@@ -262,13 +262,13 @@ 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;
269
269
  customTools?: {
270
- name: string;
271
270
  description: string;
271
+ name: string;
272
272
  schema: z.ZodTypeAny | Record<string, unknown>;
273
273
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
274
274
  }[] | undefined;
@@ -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">>;
@@ -458,13 +458,13 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
458
458
  schema: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>]>;
459
459
  func: z.ZodFunction<z.ZodTuple<[z.ZodRecord<z.ZodString, z.ZodUnknown>], z.ZodUnknown>, z.ZodPromise<z.ZodUnknown>>;
460
460
  }, "strip", z.ZodTypeAny, {
461
- name: string;
462
461
  description: string;
462
+ name: string;
463
463
  schema: z.ZodTypeAny | Record<string, unknown>;
464
464
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
465
465
  }, {
466
- name: string;
467
466
  description: string;
467
+ name: string;
468
468
  schema: z.ZodTypeAny | Record<string, unknown>;
469
469
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
470
470
  }>, "many">>>;
@@ -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
  }[];
@@ -517,8 +517,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
517
517
  name?: string | undefined;
518
518
  }[] | undefined;
519
519
  customTools?: {
520
- name: string;
521
520
  description: string;
521
+ name: string;
522
522
  schema: z.ZodTypeAny | Record<string, unknown>;
523
523
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
524
524
  }[] | undefined;
@@ -561,13 +561,13 @@ 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;
568
568
  customTools?: {
569
- name: string;
570
569
  description: string;
570
+ name: string;
571
571
  schema: z.ZodTypeAny | Record<string, unknown>;
572
572
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
573
573
  }[] | undefined;