@bubblelab/bubble-core 0.1.21 → 0.1.23

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 (96) hide show
  1. package/dist/bubble-bundle.d.ts +194 -91
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +10 -2
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +96 -96
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +54 -54
  7. package/dist/bubbles/service-bubble/airtable.d.ts +80 -80
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +27 -27
  10. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +8 -8
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +2784 -0
  12. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +1 -0
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.js +338 -0
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +1 -0
  15. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +3995 -0
  16. package/dist/bubbles/service-bubble/{slack/slack.schema.d.ts.map → crustdata/crustdata.schema.d.ts.map} +1 -1
  17. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +425 -0
  18. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -0
  19. package/dist/bubbles/service-bubble/crustdata/index.d.ts +3 -0
  20. package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -0
  21. package/dist/bubbles/service-bubble/crustdata/index.js +5 -0
  22. package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -0
  23. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  24. package/dist/bubbles/service-bubble/firecrawl.d.ts +980 -980
  25. package/dist/bubbles/service-bubble/followupboss.d.ts +393 -393
  26. package/dist/bubbles/service-bubble/github.d.ts +188 -188
  27. package/dist/bubbles/service-bubble/gmail.d.ts +148 -148
  28. package/dist/bubbles/service-bubble/google-calendar.d.ts +134 -134
  29. package/dist/bubbles/service-bubble/google-drive.d.ts +26 -26
  30. package/dist/bubbles/service-bubble/google-drive.js +2 -2
  31. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  32. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  33. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
  34. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  35. package/dist/bubbles/service-bubble/http.d.ts +12 -12
  36. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  37. package/dist/bubbles/service-bubble/notion/notion.d.ts +1011 -1011
  38. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  39. package/dist/bubbles/service-bubble/resend.d.ts +28 -28
  40. package/dist/bubbles/service-bubble/slack/slack.d.ts +445 -439
  41. package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
  42. package/dist/bubbles/service-bubble/slack/slack.js +89 -2
  43. package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
  44. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  45. package/dist/bubbles/service-bubble/telegram.d.ts +1889 -1889
  46. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
  47. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
  48. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +12 -12
  49. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
  50. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +740 -0
  52. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -0
  53. package/dist/bubbles/tool-bubble/company-enrichment-tool.js +351 -0
  54. package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -0
  55. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
  56. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
  57. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +148 -148
  58. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +934 -0
  59. package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -0
  60. package/dist/bubbles/tool-bubble/people-search-tool.js +675 -0
  61. package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -0
  62. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +20 -20
  63. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  64. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
  65. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +54 -54
  66. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
  67. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +16 -16
  68. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  69. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  70. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  71. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
  72. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  73. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  74. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +36 -36
  75. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  76. package/dist/bubbles.json +40 -2
  77. package/dist/index.d.ts +5 -0
  78. package/dist/index.d.ts.map +1 -1
  79. package/dist/index.js +3 -0
  80. package/dist/index.js.map +1 -1
  81. package/dist/utils/schema-comparison.d.ts +16 -0
  82. package/dist/utils/schema-comparison.d.ts.map +1 -1
  83. package/dist/utils/schema-comparison.js +98 -6
  84. package/dist/utils/schema-comparison.js.map +1 -1
  85. package/package.json +2 -2
  86. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +0 -31
  87. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +0 -1
  88. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +0 -184
  89. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +0 -1
  90. package/dist/bubbles/service-bubble/slack/slack.schema.d.ts +0 -3980
  91. package/dist/bubbles/service-bubble/slack/slack.schema.js +0 -1061
  92. package/dist/bubbles/service-bubble/slack/slack.schema.js.map +0 -1
  93. package/dist/bubbles/service-bubble/slack.d.ts +0 -2
  94. package/dist/bubbles/service-bubble/slack.d.ts.map +0 -1
  95. package/dist/bubbles/service-bubble/slack.js +0 -3
  96. package/dist/bubbles/service-bubble/slack.js.map +0 -1
@@ -49,8 +49,8 @@ declare const InstagramProfileSchema: z.ZodObject<{
49
49
  postsCount: number | null;
50
50
  profilePicUrl: string | null;
51
51
  isVerified: boolean | null;
52
- bio: string | null;
53
52
  followingCount: number | null;
53
+ bio: string | null;
54
54
  }, {
55
55
  username: string;
56
56
  fullName: string | null;
@@ -58,8 +58,8 @@ declare const InstagramProfileSchema: z.ZodObject<{
58
58
  postsCount: number | null;
59
59
  profilePicUrl: string | null;
60
60
  isVerified: boolean | null;
61
- bio: string | null;
62
61
  followingCount: number | null;
62
+ bio: string | null;
63
63
  }>;
64
64
  declare const InstagramToolParamsSchema: z.ZodObject<{
65
65
  operation: z.ZodEnum<["scrapeProfile", "scrapeHashtag"]>;
@@ -71,14 +71,14 @@ declare const InstagramToolParamsSchema: z.ZodObject<{
71
71
  operation: "scrapeProfile" | "scrapeHashtag";
72
72
  credentials?: Partial<Record<CredentialType, string>> | undefined;
73
73
  limit?: number | undefined;
74
- hashtags?: string[] | undefined;
75
74
  profiles?: string[] | undefined;
75
+ hashtags?: string[] | undefined;
76
76
  }, {
77
77
  operation: "scrapeProfile" | "scrapeHashtag";
78
78
  credentials?: Partial<Record<CredentialType, string>> | undefined;
79
79
  limit?: number | undefined;
80
- hashtags?: string[] | undefined;
81
80
  profiles?: string[] | undefined;
81
+ hashtags?: string[] | undefined;
82
82
  }>;
83
83
  declare const InstagramToolResultSchema: z.ZodObject<{
84
84
  operation: z.ZodEnum<["scrapeProfile", "scrapeHashtag"]>;
@@ -129,8 +129,8 @@ declare const InstagramToolResultSchema: z.ZodObject<{
129
129
  postsCount: number | null;
130
130
  profilePicUrl: string | null;
131
131
  isVerified: boolean | null;
132
- bio: string | null;
133
132
  followingCount: number | null;
133
+ bio: string | null;
134
134
  }, {
135
135
  username: string;
136
136
  fullName: string | null;
@@ -138,8 +138,8 @@ declare const InstagramToolResultSchema: z.ZodObject<{
138
138
  postsCount: number | null;
139
139
  profilePicUrl: string | null;
140
140
  isVerified: boolean | null;
141
- bio: string | null;
142
141
  followingCount: number | null;
142
+ bio: string | null;
143
143
  }>, "many">>;
144
144
  scrapedHashtags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
145
145
  scrapedProfiles: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -147,9 +147,9 @@ declare const InstagramToolResultSchema: z.ZodObject<{
147
147
  success: z.ZodBoolean;
148
148
  error: z.ZodString;
149
149
  }, "strip", z.ZodTypeAny, {
150
+ operation: "scrapeProfile" | "scrapeHashtag";
150
151
  success: boolean;
151
152
  error: string;
152
- operation: "scrapeProfile" | "scrapeHashtag";
153
153
  posts: {
154
154
  type: "image" | "video" | "carousel" | null;
155
155
  url: string | null;
@@ -169,15 +169,15 @@ declare const InstagramToolResultSchema: z.ZodObject<{
169
169
  postsCount: number | null;
170
170
  profilePicUrl: string | null;
171
171
  isVerified: boolean | null;
172
- bio: string | null;
173
172
  followingCount: number | null;
173
+ bio: string | null;
174
174
  }[] | undefined;
175
175
  scrapedHashtags?: string[] | undefined;
176
176
  scrapedProfiles?: string[] | undefined;
177
177
  }, {
178
+ operation: "scrapeProfile" | "scrapeHashtag";
178
179
  success: boolean;
179
180
  error: string;
180
- operation: "scrapeProfile" | "scrapeHashtag";
181
181
  posts: {
182
182
  type: "image" | "video" | "carousel" | null;
183
183
  url: string | null;
@@ -197,8 +197,8 @@ declare const InstagramToolResultSchema: z.ZodObject<{
197
197
  postsCount: number | null;
198
198
  profilePicUrl: string | null;
199
199
  isVerified: boolean | null;
200
- bio: string | null;
201
200
  followingCount: number | null;
201
+ bio: string | null;
202
202
  }[] | undefined;
203
203
  scrapedHashtags?: string[] | undefined;
204
204
  scrapedProfiles?: string[] | undefined;
@@ -236,14 +236,14 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
236
236
  operation: "scrapeProfile" | "scrapeHashtag";
237
237
  credentials?: Partial<Record<CredentialType, string>> | undefined;
238
238
  limit?: number | undefined;
239
- hashtags?: string[] | undefined;
240
239
  profiles?: string[] | undefined;
240
+ hashtags?: string[] | undefined;
241
241
  }, {
242
242
  operation: "scrapeProfile" | "scrapeHashtag";
243
243
  credentials?: Partial<Record<CredentialType, string>> | undefined;
244
244
  limit?: number | undefined;
245
- hashtags?: string[] | undefined;
246
245
  profiles?: string[] | undefined;
246
+ hashtags?: string[] | undefined;
247
247
  }>;
248
248
  static readonly resultSchema: z.ZodObject<{
249
249
  operation: z.ZodEnum<["scrapeProfile", "scrapeHashtag"]>;
@@ -294,8 +294,8 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
294
294
  postsCount: number | null;
295
295
  profilePicUrl: string | null;
296
296
  isVerified: boolean | null;
297
- bio: string | null;
298
297
  followingCount: number | null;
298
+ bio: string | null;
299
299
  }, {
300
300
  username: string;
301
301
  fullName: string | null;
@@ -303,8 +303,8 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
303
303
  postsCount: number | null;
304
304
  profilePicUrl: string | null;
305
305
  isVerified: boolean | null;
306
- bio: string | null;
307
306
  followingCount: number | null;
307
+ bio: string | null;
308
308
  }>, "many">>;
309
309
  scrapedHashtags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
310
310
  scrapedProfiles: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -312,9 +312,9 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
312
312
  success: z.ZodBoolean;
313
313
  error: z.ZodString;
314
314
  }, "strip", z.ZodTypeAny, {
315
+ operation: "scrapeProfile" | "scrapeHashtag";
315
316
  success: boolean;
316
317
  error: string;
317
- operation: "scrapeProfile" | "scrapeHashtag";
318
318
  posts: {
319
319
  type: "image" | "video" | "carousel" | null;
320
320
  url: string | null;
@@ -334,15 +334,15 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
334
334
  postsCount: number | null;
335
335
  profilePicUrl: string | null;
336
336
  isVerified: boolean | null;
337
- bio: string | null;
338
337
  followingCount: number | null;
338
+ bio: string | null;
339
339
  }[] | undefined;
340
340
  scrapedHashtags?: string[] | undefined;
341
341
  scrapedProfiles?: string[] | undefined;
342
342
  }, {
343
+ operation: "scrapeProfile" | "scrapeHashtag";
343
344
  success: boolean;
344
345
  error: string;
345
- operation: "scrapeProfile" | "scrapeHashtag";
346
346
  posts: {
347
347
  type: "image" | "video" | "carousel" | null;
348
348
  url: string | null;
@@ -362,8 +362,8 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
362
362
  postsCount: number | null;
363
363
  profilePicUrl: string | null;
364
364
  isVerified: boolean | null;
365
- bio: string | null;
366
365
  followingCount: number | null;
366
+ bio: string | null;
367
367
  }[] | undefined;
368
368
  scrapedHashtags?: string[] | undefined;
369
369
  scrapedProfiles?: string[] | undefined;