@bubblelab/bubble-core 0.1.38 → 0.1.39

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 (66) hide show
  1. package/dist/bubble-bundle.d.ts +73 -73
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
  3. package/dist/bubbles/service-bubble/airtable.d.ts +132 -132
  4. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  5. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +88 -71
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
  7. package/dist/bubbles/service-bubble/ashby/ashby.js +25 -6
  8. package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
  9. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -3
  10. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
  11. package/dist/bubbles/service-bubble/ashby/ashby.schema.js +9 -5
  12. package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
  13. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +23 -23
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +63 -63
  15. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +142 -92
  16. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -1
  17. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +104 -2
  18. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -1
  19. package/dist/bubbles/service-bubble/crustdata/index.d.ts +1 -1
  20. package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -1
  21. package/dist/bubbles/service-bubble/crustdata/index.js +2 -0
  22. package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -1
  23. package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
  24. package/dist/bubbles/service-bubble/firecrawl.d.ts +156 -156
  25. package/dist/bubbles/service-bubble/followupboss.d.ts +230 -230
  26. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +108 -108
  27. package/dist/bubbles/service-bubble/github.d.ts +124 -124
  28. package/dist/bubbles/service-bubble/gmail.d.ts +70 -70
  29. package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
  30. package/dist/bubbles/service-bubble/google-drive.d.ts +58 -58
  31. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  32. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  33. package/dist/bubbles/service-bubble/jira/jira.d.ts +33 -33
  34. package/dist/bubbles/service-bubble/notion/notion.d.ts +80 -80
  35. package/dist/bubbles/service-bubble/resend.d.ts +8 -8
  36. package/dist/bubbles/service-bubble/slack/slack.d.ts +112 -112
  37. package/dist/bubbles/service-bubble/storage.d.ts +30 -30
  38. package/dist/bubbles/service-bubble/telegram.d.ts +214 -214
  39. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
  40. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +138 -138
  41. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +42 -6
  42. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
  43. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +18 -7
  44. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
  45. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
  46. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +346 -346
  48. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +165 -165
  50. package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
  51. package/dist/bubbles/tool-bubble/people-search-tool.js +28 -13
  52. package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
  53. package/dist/bubbles/tool-bubble/people-search-utils.d.ts +19 -0
  54. package/dist/bubbles/tool-bubble/people-search-utils.d.ts.map +1 -0
  55. package/dist/bubbles/tool-bubble/people-search-utils.js +268 -0
  56. package/dist/bubbles/tool-bubble/people-search-utils.js.map +1 -0
  57. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +102 -102
  60. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
  62. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +34 -34
  63. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
  64. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  65. package/dist/bubbles.json +56 -77
  66. package/package.json +2 -2
@@ -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";
116
117
  success: boolean;
117
118
  error: string;
118
- operation: "add_to_cart";
119
119
  message?: string | undefined;
120
120
  cart_count?: number | undefined;
121
121
  }, {
122
+ operation: "add_to_cart";
122
123
  success: boolean;
123
124
  error: string;
124
- operation: "add_to_cart";
125
125
  message?: string | undefined;
126
126
  cart_count?: number | undefined;
127
127
  }>, import("zod").ZodObject<{
@@ -154,9 +154,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
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";
157
158
  success: boolean;
158
159
  error: string;
159
- operation: "get_cart";
160
160
  items?: {
161
161
  title: string;
162
162
  price: string;
@@ -169,9 +169,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
169
169
  total_items?: number | undefined;
170
170
  screenshot_url?: string | undefined;
171
171
  }, {
172
+ operation: "get_cart";
172
173
  success: boolean;
173
174
  error: string;
174
- operation: "get_cart";
175
175
  items?: {
176
176
  title: string;
177
177
  price: string;
@@ -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";
213
214
  success: boolean;
214
215
  error: string;
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";
231
232
  success: boolean;
232
233
  error: string;
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";
282
283
  success: boolean;
283
284
  error: string;
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";
297
298
  success: boolean;
298
299
  error: string;
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";
350
351
  success: boolean;
351
352
  error: string;
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";
366
367
  success: boolean;
367
368
  error: string;
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";
387
388
  success: boolean;
388
389
  error: string;
389
- operation: "screenshot";
390
390
  screenshot_url?: string | undefined;
391
391
  }, {
392
+ operation: "screenshot";
392
393
  success: boolean;
393
394
  error: string;
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";