@bubblelab/bubble-core 0.1.53 → 0.1.54

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 (71) hide show
  1. package/dist/bubble-bundle.d.ts +110 -110
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +172 -172
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +66 -66
  4. package/dist/bubbles/service-bubble/airtable.d.ts +228 -228
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +202 -202
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +72 -72
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +26 -26
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +758 -758
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +436 -436
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +281 -281
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
  17. package/dist/bubbles/service-bubble/github.d.ts +248 -248
  18. package/dist/bubbles/service-bubble/gmail.d.ts +659 -659
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +60 -60
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +144 -144
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
  23. package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
  24. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +81 -81
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +2219 -2219
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  30. package/dist/bubbles/service-bubble/resend.d.ts +44 -44
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +615 -615
  32. package/dist/bubbles/service-bubble/storage.d.ts +60 -60
  33. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +158 -158
  34. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +170 -170
  35. package/dist/bubbles/service-bubble/telegram.d.ts +1742 -1742
  36. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
  37. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
  38. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +24 -24
  39. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +24 -24
  40. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +12 -12
  41. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +144 -144
  42. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  43. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  45. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
  46. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
  47. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
  48. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +148 -148
  49. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
  50. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +164 -164
  51. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
  52. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  54. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
  55. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  56. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +104 -104
  57. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +30 -30
  58. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
  59. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
  60. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +22 -22
  61. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +32 -32
  62. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  63. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
  64. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
  65. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +162 -162
  66. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
  67. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  68. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
  69. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
  70. package/dist/bubbles.json +1 -1
  71. package/package.json +2 -2
@@ -13,15 +13,15 @@ declare const GoogleMapsToolParamsSchema: z.ZodObject<{
13
13
  operation: "search";
14
14
  queries: string[];
15
15
  credentials?: Partial<Record<CredentialType, string>> | undefined;
16
- limit?: number | undefined;
17
16
  location?: string | undefined;
17
+ limit?: number | undefined;
18
18
  language?: string | undefined;
19
19
  }, {
20
20
  operation: "search";
21
21
  queries: string[];
22
22
  credentials?: Partial<Record<CredentialType, string>> | undefined;
23
- limit?: number | undefined;
24
23
  location?: string | undefined;
24
+ limit?: number | undefined;
25
25
  language?: string | undefined;
26
26
  }>;
27
27
  declare const GoogleMapsToolResultSchema: z.ZodObject<{
@@ -147,9 +147,9 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
147
147
  success: z.ZodBoolean;
148
148
  error: z.ZodString;
149
149
  }, "strip", z.ZodTypeAny, {
150
- operation: "search";
151
- success: boolean;
152
150
  error: string;
151
+ success: boolean;
152
+ operation: "search";
153
153
  places: {
154
154
  title: string | null;
155
155
  url: string | null;
@@ -183,9 +183,9 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
183
183
  }[];
184
184
  totalPlaces: number;
185
185
  }, {
186
- operation: "search";
187
- success: boolean;
188
186
  error: string;
187
+ success: boolean;
188
+ operation: "search";
189
189
  places: {
190
190
  title: string | null;
191
191
  url: string | null;
@@ -235,15 +235,15 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
235
235
  operation: "search";
236
236
  queries: string[];
237
237
  credentials?: Partial<Record<CredentialType, string>> | undefined;
238
- limit?: number | undefined;
239
238
  location?: string | undefined;
239
+ limit?: number | undefined;
240
240
  language?: string | undefined;
241
241
  }, {
242
242
  operation: "search";
243
243
  queries: string[];
244
244
  credentials?: Partial<Record<CredentialType, string>> | undefined;
245
- limit?: number | undefined;
246
245
  location?: string | undefined;
246
+ limit?: number | undefined;
247
247
  language?: string | undefined;
248
248
  }>;
249
249
  static readonly resultSchema: z.ZodObject<{
@@ -369,9 +369,9 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
369
369
  success: z.ZodBoolean;
370
370
  error: z.ZodString;
371
371
  }, "strip", z.ZodTypeAny, {
372
- operation: "search";
373
- success: boolean;
374
372
  error: string;
373
+ success: boolean;
374
+ operation: "search";
375
375
  places: {
376
376
  title: string | null;
377
377
  url: string | null;
@@ -405,9 +405,9 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
405
405
  }[];
406
406
  totalPlaces: number;
407
407
  }, {
408
- operation: "search";
409
- success: boolean;
410
408
  error: string;
409
+ success: boolean;
410
+ operation: "search";
411
411
  places: {
412
412
  title: string | null;
413
413
  url: string | null;
@@ -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
- followingCount: number | null;
53
52
  bio: string | null;
53
+ followingCount: number | 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
- followingCount: number | null;
62
61
  bio: string | null;
62
+ followingCount: number | null;
63
63
  }>;
64
64
  declare const InstagramToolParamsSchema: z.ZodObject<{
65
65
  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
- followingCount: number | null;
133
132
  bio: string | null;
133
+ followingCount: number | 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
- followingCount: number | null;
142
141
  bio: string | null;
142
+ followingCount: number | 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";
151
- success: boolean;
152
150
  error: string;
151
+ success: boolean;
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
- followingCount: number | null;
173
172
  bio: string | null;
173
+ followingCount: number | null;
174
174
  }[] | undefined;
175
175
  scrapedHashtags?: string[] | undefined;
176
176
  scrapedProfiles?: string[] | undefined;
177
177
  }, {
178
- operation: "scrapeProfile" | "scrapeHashtag";
179
- success: boolean;
180
178
  error: string;
179
+ success: boolean;
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
- followingCount: number | null;
201
200
  bio: string | null;
201
+ followingCount: number | null;
202
202
  }[] | undefined;
203
203
  scrapedHashtags?: string[] | undefined;
204
204
  scrapedProfiles?: string[] | undefined;
@@ -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
- followingCount: number | null;
298
297
  bio: string | null;
298
+ followingCount: number | 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
- followingCount: number | null;
307
306
  bio: string | null;
307
+ followingCount: number | 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";
316
- success: boolean;
317
315
  error: string;
316
+ success: boolean;
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
- followingCount: number | null;
338
337
  bio: string | null;
338
+ followingCount: number | null;
339
339
  }[] | undefined;
340
340
  scrapedHashtags?: string[] | undefined;
341
341
  scrapedProfiles?: string[] | undefined;
342
342
  }, {
343
- operation: "scrapeProfile" | "scrapeHashtag";
344
- success: boolean;
345
343
  error: string;
344
+ success: boolean;
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
- followingCount: number | null;
366
365
  bio: string | null;
366
+ followingCount: number | null;
367
367
  }[] | undefined;
368
368
  scrapedHashtags?: string[] | undefined;
369
369
  scrapedProfiles?: string[] | undefined;
@@ -53,36 +53,36 @@ export declare class LinkedInConnectionTool<T extends LinkedInConnectionToolPara
53
53
  }, "strip", import("zod").ZodTypeAny, {
54
54
  name: string;
55
55
  profile_url: string;
56
- location?: string | undefined;
57
56
  headline?: string | undefined;
57
+ location?: string | undefined;
58
58
  }, {
59
59
  name: string;
60
60
  profile_url: string;
61
- location?: string | undefined;
62
61
  headline?: string | undefined;
62
+ location?: string | undefined;
63
63
  }>>;
64
64
  error: import("zod").ZodString;
65
65
  }, "strip", import("zod").ZodTypeAny, {
66
- operation: "send_connection";
67
- success: boolean;
68
66
  error: string;
67
+ success: boolean;
68
+ operation: "send_connection";
69
69
  message?: string | undefined;
70
70
  profile?: {
71
71
  name: string;
72
72
  profile_url: string;
73
- location?: string | undefined;
74
73
  headline?: string | undefined;
74
+ location?: string | undefined;
75
75
  } | undefined;
76
76
  }, {
77
- operation: "send_connection";
78
- success: boolean;
79
77
  error: string;
78
+ success: boolean;
79
+ operation: "send_connection";
80
80
  message?: string | undefined;
81
81
  profile?: {
82
82
  name: string;
83
83
  profile_url: string;
84
- location?: string | undefined;
85
84
  headline?: string | undefined;
85
+ location?: string | undefined;
86
86
  } | undefined;
87
87
  }>;
88
88
  static readonly shortDescription = "LinkedIn connection automation - send connection requests with optional notes";
@@ -11,13 +11,13 @@ export declare const ProfileInfoSchema: z.ZodObject<{
11
11
  }, "strip", z.ZodTypeAny, {
12
12
  name: string;
13
13
  profile_url: string;
14
- location?: string | undefined;
15
14
  headline?: string | undefined;
15
+ location?: string | undefined;
16
16
  }, {
17
17
  name: string;
18
18
  profile_url: string;
19
- location?: string | undefined;
20
19
  headline?: string | undefined;
20
+ location?: string | undefined;
21
21
  }>;
22
22
  export type ProfileInfo = z.infer<typeof ProfileInfoSchema>;
23
23
  /**
@@ -55,13 +55,13 @@ export declare const LinkedInConnectionToolResultSchema: z.ZodObject<{
55
55
  }, "strip", z.ZodTypeAny, {
56
56
  name: string;
57
57
  profile_url: string;
58
- location?: string | undefined;
59
58
  headline?: string | undefined;
59
+ location?: string | undefined;
60
60
  }, {
61
61
  name: string;
62
62
  profile_url: string;
63
- location?: string | undefined;
64
63
  headline?: string | undefined;
64
+ location?: string | undefined;
65
65
  }>>;
66
66
  error: z.ZodString;
67
67
  }, "strip", z.ZodTypeAny, {
@@ -72,8 +72,8 @@ export declare const LinkedInConnectionToolResultSchema: z.ZodObject<{
72
72
  profile?: {
73
73
  name: string;
74
74
  profile_url: string;
75
- location?: string | undefined;
76
75
  headline?: string | undefined;
76
+ location?: string | undefined;
77
77
  } | undefined;
78
78
  }, {
79
79
  error: string;
@@ -83,8 +83,8 @@ export declare const LinkedInConnectionToolResultSchema: z.ZodObject<{
83
83
  profile?: {
84
84
  name: string;
85
85
  profile_url: string;
86
- location?: string | undefined;
87
86
  headline?: string | undefined;
87
+ location?: string | undefined;
88
88
  } | undefined;
89
89
  }>;
90
90
  export type LinkedInConnectionToolParams = z.output<typeof LinkedInConnectionToolParamsSchema>;