@bubblelab/bubble-core 0.1.91 → 0.1.92

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 (48) 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/sql-query-tool.d.ts +8 -8
  36. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  37. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +110 -110
  38. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  39. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  41. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
  42. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
  43. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  44. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +50 -50
  45. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  46. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
  47. package/dist/bubbles.json +1 -1
  48. package/package.json +2 -2
@@ -69,13 +69,13 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
69
69
  max_results: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
70
70
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
71
71
  }, "strip", import("zod").ZodTypeAny, {
72
- operation: "search";
73
72
  query: string;
73
+ operation: "search";
74
74
  max_results: number;
75
75
  credentials?: Partial<Record<CredentialType, string>> | undefined;
76
76
  }, {
77
- operation: "search";
78
77
  query: string;
78
+ operation: "search";
79
79
  credentials?: Partial<Record<CredentialType, string>> | undefined;
80
80
  max_results?: number | undefined;
81
81
  }>, import("zod").ZodObject<{
@@ -98,12 +98,12 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
98
98
  }, "strip", import("zod").ZodTypeAny, {
99
99
  operation: "screenshot";
100
100
  full_page: boolean;
101
- url?: string | undefined;
102
101
  credentials?: Partial<Record<CredentialType, string>> | undefined;
102
+ url?: string | undefined;
103
103
  }, {
104
104
  operation: "screenshot";
105
- url?: string | undefined;
106
105
  credentials?: Partial<Record<CredentialType, string>> | undefined;
106
+ url?: string | undefined;
107
107
  full_page?: boolean | undefined;
108
108
  }>]>;
109
109
  static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
@@ -113,15 +113,15 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
113
113
  cart_count: import("zod").ZodOptional<import("zod").ZodNumber>;
114
114
  error: import("zod").ZodString;
115
115
  }, "strip", import("zod").ZodTypeAny, {
116
- operation: "add_to_cart";
117
116
  error: string;
118
117
  success: boolean;
118
+ operation: "add_to_cart";
119
119
  message?: string | undefined;
120
120
  cart_count?: number | undefined;
121
121
  }, {
122
- operation: "add_to_cart";
123
122
  error: string;
124
123
  success: boolean;
124
+ operation: "add_to_cart";
125
125
  message?: string | undefined;
126
126
  cart_count?: number | undefined;
127
127
  }>, import("zod").ZodObject<{
@@ -139,46 +139,46 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
139
139
  price: string;
140
140
  quantity: number;
141
141
  asin: string;
142
- image?: string | undefined;
143
142
  url?: string | undefined;
143
+ image?: string | undefined;
144
144
  }, {
145
145
  title: string;
146
146
  price: string;
147
147
  quantity: number;
148
148
  asin: string;
149
- image?: string | undefined;
150
149
  url?: string | undefined;
150
+ image?: string | undefined;
151
151
  }>, "many">>;
152
152
  subtotal: import("zod").ZodOptional<import("zod").ZodString>;
153
153
  total_items: import("zod").ZodOptional<import("zod").ZodNumber>;
154
154
  screenshot_url: import("zod").ZodOptional<import("zod").ZodString>;
155
155
  error: import("zod").ZodString;
156
156
  }, "strip", import("zod").ZodTypeAny, {
157
- operation: "get_cart";
158
157
  error: string;
159
158
  success: boolean;
159
+ operation: "get_cart";
160
160
  items?: {
161
161
  title: string;
162
162
  price: string;
163
163
  quantity: number;
164
164
  asin: string;
165
- image?: string | undefined;
166
165
  url?: string | undefined;
166
+ image?: string | undefined;
167
167
  }[] | undefined;
168
168
  subtotal?: string | undefined;
169
169
  total_items?: number | undefined;
170
170
  screenshot_url?: string | undefined;
171
171
  }, {
172
- operation: "get_cart";
173
172
  error: string;
174
173
  success: boolean;
174
+ operation: "get_cart";
175
175
  items?: {
176
176
  title: string;
177
177
  price: string;
178
178
  quantity: number;
179
179
  asin: string;
180
- image?: string | undefined;
181
180
  url?: string | undefined;
181
+ image?: string | undefined;
182
182
  }[] | undefined;
183
183
  subtotal?: string | undefined;
184
184
  total_items?: number | undefined;
@@ -210,9 +210,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
210
210
  screenshot_url: import("zod").ZodOptional<import("zod").ZodString>;
211
211
  error: import("zod").ZodString;
212
212
  }, "strip", import("zod").ZodTypeAny, {
213
- operation: "checkout";
214
213
  error: string;
215
214
  success: boolean;
215
+ operation: "checkout";
216
216
  items?: {
217
217
  title: string;
218
218
  price?: string | undefined;
@@ -228,9 +228,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
228
228
  shipping_address?: string | undefined;
229
229
  payment_method?: string | undefined;
230
230
  }, {
231
- operation: "checkout";
232
231
  error: string;
233
232
  success: boolean;
233
+ operation: "checkout";
234
234
  items?: {
235
235
  title: string;
236
236
  price?: string | undefined;
@@ -279,9 +279,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
279
279
  total_results: import("zod").ZodOptional<import("zod").ZodNumber>;
280
280
  error: import("zod").ZodString;
281
281
  }, "strip", import("zod").ZodTypeAny, {
282
- operation: "search";
283
282
  error: string;
284
283
  success: boolean;
284
+ operation: "search";
285
285
  results?: {
286
286
  title: string;
287
287
  url: string;
@@ -294,9 +294,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
294
294
  }[] | undefined;
295
295
  total_results?: number | undefined;
296
296
  }, {
297
- operation: "search";
298
297
  error: string;
299
298
  success: boolean;
299
+ operation: "search";
300
300
  results?: {
301
301
  title: string;
302
302
  url: string;
@@ -347,9 +347,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
347
347
  }>>;
348
348
  error: import("zod").ZodString;
349
349
  }, "strip", import("zod").ZodTypeAny, {
350
- operation: "get_product";
351
350
  error: string;
352
351
  success: boolean;
352
+ operation: "get_product";
353
353
  product?: {
354
354
  title: string;
355
355
  url: string;
@@ -363,9 +363,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
363
363
  availability?: string | undefined;
364
364
  } | undefined;
365
365
  }, {
366
- operation: "get_product";
367
366
  error: string;
368
367
  success: boolean;
368
+ operation: "get_product";
369
369
  product?: {
370
370
  title: string;
371
371
  url: string;
@@ -384,14 +384,14 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
384
384
  screenshot_url: import("zod").ZodOptional<import("zod").ZodString>;
385
385
  error: import("zod").ZodString;
386
386
  }, "strip", import("zod").ZodTypeAny, {
387
- operation: "screenshot";
388
387
  error: string;
389
388
  success: boolean;
389
+ operation: "screenshot";
390
390
  screenshot_url?: string | undefined;
391
391
  }, {
392
- operation: "screenshot";
393
392
  error: string;
394
393
  success: boolean;
394
+ operation: "screenshot";
395
395
  screenshot_url?: string | undefined;
396
396
  }>]>;
397
397
  static readonly shortDescription = "Amazon shopping automation - add to cart, view cart, checkout, search products";
@@ -66,15 +66,15 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
66
66
  likesCount: z.ZodNullable<z.ZodNumber>;
67
67
  responseFromOwnerText: z.ZodNullable<z.ZodString>;
68
68
  }, "strip", z.ZodTypeAny, {
69
- text: string | null;
70
69
  name: string | null;
70
+ text: string | null;
71
71
  likesCount: number | null;
72
72
  rating: number | null;
73
73
  publishedAtDate: string | null;
74
74
  responseFromOwnerText: string | null;
75
75
  }, {
76
- text: string | null;
77
76
  name: string | null;
77
+ text: string | null;
78
78
  likesCount: number | null;
79
79
  rating: number | null;
80
80
  publishedAtDate: string | null;
@@ -104,8 +104,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
104
104
  isAdvertisement: boolean | null;
105
105
  priceLevel: string | null;
106
106
  reviews: {
107
- text: string | null;
108
107
  name: string | null;
108
+ text: string | null;
109
109
  likesCount: number | null;
110
110
  rating: number | null;
111
111
  publishedAtDate: string | null;
@@ -134,8 +134,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
134
134
  isAdvertisement: boolean | null;
135
135
  priceLevel: string | null;
136
136
  reviews: {
137
- text: string | null;
138
137
  name: string | null;
138
+ text: string | null;
139
139
  likesCount: number | null;
140
140
  rating: number | null;
141
141
  publishedAtDate: string | null;
@@ -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
150
  error: string;
152
151
  success: boolean;
152
+ operation: "search";
153
153
  places: {
154
154
  title: string | null;
155
155
  url: string | null;
@@ -172,8 +172,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
172
172
  isAdvertisement: boolean | null;
173
173
  priceLevel: string | null;
174
174
  reviews: {
175
- text: string | null;
176
175
  name: string | null;
176
+ text: string | null;
177
177
  likesCount: number | null;
178
178
  rating: number | null;
179
179
  publishedAtDate: string | null;
@@ -183,9 +183,9 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
183
183
  }[];
184
184
  totalPlaces: number;
185
185
  }, {
186
- operation: "search";
187
186
  error: string;
188
187
  success: boolean;
188
+ operation: "search";
189
189
  places: {
190
190
  title: string | null;
191
191
  url: string | null;
@@ -208,8 +208,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
208
208
  isAdvertisement: boolean | null;
209
209
  priceLevel: string | null;
210
210
  reviews: {
211
- text: string | null;
212
211
  name: string | null;
212
+ text: string | null;
213
213
  likesCount: number | null;
214
214
  rating: number | null;
215
215
  publishedAtDate: string | null;
@@ -288,15 +288,15 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
288
288
  likesCount: z.ZodNullable<z.ZodNumber>;
289
289
  responseFromOwnerText: z.ZodNullable<z.ZodString>;
290
290
  }, "strip", z.ZodTypeAny, {
291
- text: string | null;
292
291
  name: string | null;
292
+ text: string | null;
293
293
  likesCount: number | null;
294
294
  rating: number | null;
295
295
  publishedAtDate: string | null;
296
296
  responseFromOwnerText: string | null;
297
297
  }, {
298
- text: string | null;
299
298
  name: string | null;
299
+ text: string | null;
300
300
  likesCount: number | null;
301
301
  rating: number | null;
302
302
  publishedAtDate: string | null;
@@ -326,8 +326,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
326
326
  isAdvertisement: boolean | null;
327
327
  priceLevel: string | null;
328
328
  reviews: {
329
- text: string | null;
330
329
  name: string | null;
330
+ text: string | null;
331
331
  likesCount: number | null;
332
332
  rating: number | null;
333
333
  publishedAtDate: string | null;
@@ -356,8 +356,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
356
356
  isAdvertisement: boolean | null;
357
357
  priceLevel: string | null;
358
358
  reviews: {
359
- text: string | null;
360
359
  name: string | null;
360
+ text: string | null;
361
361
  likesCount: number | null;
362
362
  rating: number | null;
363
363
  publishedAtDate: string | null;
@@ -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
372
  error: string;
374
373
  success: boolean;
374
+ operation: "search";
375
375
  places: {
376
376
  title: string | null;
377
377
  url: string | null;
@@ -394,8 +394,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
394
394
  isAdvertisement: boolean | null;
395
395
  priceLevel: string | null;
396
396
  reviews: {
397
- text: string | null;
398
397
  name: string | null;
398
+ text: string | null;
399
399
  likesCount: number | null;
400
400
  rating: number | null;
401
401
  publishedAtDate: 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
408
  error: string;
410
409
  success: boolean;
410
+ operation: "search";
411
411
  places: {
412
412
  title: string | null;
413
413
  url: string | null;
@@ -430,8 +430,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
430
430
  isAdvertisement: boolean | null;
431
431
  priceLevel: string | null;
432
432
  reviews: {
433
- text: string | null;
434
433
  name: string | null;
434
+ text: string | null;
435
435
  likesCount: number | null;
436
436
  rating: number | null;
437
437
  publishedAtDate: string | null;
@@ -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
150
  error: string;
152
151
  success: boolean;
152
+ operation: "scrapeProfile" | "scrapeHashtag";
153
153
  posts: {
154
154
  type: "image" | "video" | "carousel" | null;
155
155
  url: string | null;
@@ -175,9 +175,9 @@ declare const InstagramToolResultSchema: z.ZodObject<{
175
175
  scrapedHashtags?: string[] | undefined;
176
176
  scrapedProfiles?: string[] | undefined;
177
177
  }, {
178
- operation: "scrapeProfile" | "scrapeHashtag";
179
178
  error: string;
180
179
  success: boolean;
180
+ operation: "scrapeProfile" | "scrapeHashtag";
181
181
  posts: {
182
182
  type: "image" | "video" | "carousel" | null;
183
183
  url: string | null;
@@ -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
315
  error: string;
317
316
  success: boolean;
317
+ operation: "scrapeProfile" | "scrapeHashtag";
318
318
  posts: {
319
319
  type: "image" | "video" | "carousel" | null;
320
320
  url: string | null;
@@ -340,9 +340,9 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
340
340
  scrapedHashtags?: string[] | undefined;
341
341
  scrapedProfiles?: string[] | undefined;
342
342
  }, {
343
- operation: "scrapeProfile" | "scrapeHashtag";
344
343
  error: string;
345
344
  success: boolean;
345
+ operation: "scrapeProfile" | "scrapeHashtag";
346
346
  posts: {
347
347
  type: "image" | "video" | "carousel" | null;
348
348
  url: string | null;
@@ -63,9 +63,9 @@ export declare class LinkedInConnectionTool<T extends LinkedInConnectionToolPara
63
63
  }>>;
64
64
  error: import("zod").ZodString;
65
65
  }, "strip", import("zod").ZodTypeAny, {
66
- operation: "send_connection";
67
66
  error: string;
68
67
  success: boolean;
68
+ operation: "send_connection";
69
69
  message?: string | undefined;
70
70
  profile?: {
71
71
  name: string;
@@ -74,9 +74,9 @@ export declare class LinkedInConnectionTool<T extends LinkedInConnectionToolPara
74
74
  headline?: string | undefined;
75
75
  } | undefined;
76
76
  }, {
77
- operation: "send_connection";
78
77
  error: string;
79
78
  success: boolean;
79
+ operation: "send_connection";
80
80
  message?: string | undefined;
81
81
  profile?: {
82
82
  name: string;