@bubblelab/bubble-core 0.1.75 → 0.1.77

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 (64) hide show
  1. package/dist/bubble-bundle.d.ts +96 -96
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +30 -30
  4. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.js +1 -0
  6. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  7. package/dist/bubbles/service-bubble/airtable.d.ts +154 -154
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  9. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +60 -60
  10. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +22 -22
  11. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
  12. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +29 -29
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +86 -86
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +20 -20
  15. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  16. package/dist/bubbles/service-bubble/firecrawl.d.ts +310 -310
  17. package/dist/bubbles/service-bubble/followupboss.d.ts +228 -228
  18. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  19. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +16 -16
  20. package/dist/bubbles/service-bubble/github.d.ts +100 -100
  21. package/dist/bubbles/service-bubble/gmail.d.ts +282 -282
  22. package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
  23. package/dist/bubbles/service-bubble/google-drive.d.ts +126 -126
  24. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +42 -42
  25. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +46 -46
  26. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  27. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  28. package/dist/bubbles/service-bubble/jira/jira.d.ts +46 -46
  29. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +56 -56
  30. package/dist/bubbles/service-bubble/notion/notion.d.ts +528 -528
  31. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  32. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  33. package/dist/bubbles/service-bubble/slack/slack.d.ts +604 -604
  34. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  35. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +76 -76
  36. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +77 -77
  37. package/dist/bubbles/service-bubble/telegram.d.ts +110 -110
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
  39. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
  40. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  41. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
  42. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
  43. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
  44. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  46. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  47. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +290 -290
  48. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +8 -8
  49. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
  52. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  53. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +94 -94
  54. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
  55. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +20 -20
  56. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  57. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +42 -42
  58. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +18 -18
  59. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +138 -138
  60. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts.map +1 -1
  61. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +11 -1
  62. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
  63. package/dist/bubbles.json +4 -3
  64. 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<{
@@ -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<{
@@ -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";
158
157
  error: string;
159
158
  success: boolean;
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";
173
172
  error: string;
174
173
  success: boolean;
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";
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;
@@ -261,8 +261,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
261
261
  title: string;
262
262
  url: string;
263
263
  asin: string;
264
- rating?: string | undefined;
265
264
  image?: string | undefined;
265
+ rating?: string | undefined;
266
266
  price?: string | undefined;
267
267
  reviews_count?: string | undefined;
268
268
  prime?: boolean | undefined;
@@ -270,8 +270,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
270
270
  title: string;
271
271
  url: string;
272
272
  asin: string;
273
- rating?: string | undefined;
274
273
  image?: string | undefined;
274
+ rating?: string | undefined;
275
275
  price?: string | undefined;
276
276
  reviews_count?: string | undefined;
277
277
  prime?: boolean | undefined;
@@ -279,30 +279,30 @@ 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;
288
288
  asin: string;
289
- rating?: string | undefined;
290
289
  image?: string | undefined;
290
+ rating?: string | undefined;
291
291
  price?: string | undefined;
292
292
  reviews_count?: string | undefined;
293
293
  prime?: boolean | undefined;
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;
303
303
  asin: string;
304
- rating?: string | undefined;
305
304
  image?: string | undefined;
305
+ rating?: string | undefined;
306
306
  price?: string | undefined;
307
307
  reviews_count?: string | undefined;
308
308
  prime?: boolean | undefined;
@@ -327,8 +327,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
327
327
  url: string;
328
328
  asin: string;
329
329
  description?: string | undefined;
330
- rating?: string | undefined;
331
330
  images?: string[] | undefined;
331
+ rating?: string | undefined;
332
332
  price?: string | undefined;
333
333
  reviews_count?: string | undefined;
334
334
  features?: string[] | undefined;
@@ -338,8 +338,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
338
338
  url: string;
339
339
  asin: string;
340
340
  description?: string | undefined;
341
- rating?: string | undefined;
342
341
  images?: string[] | undefined;
342
+ rating?: string | undefined;
343
343
  price?: string | undefined;
344
344
  reviews_count?: string | undefined;
345
345
  features?: string[] | undefined;
@@ -347,32 +347,32 @@ 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;
356
356
  asin: string;
357
357
  description?: string | undefined;
358
- rating?: string | undefined;
359
358
  images?: string[] | undefined;
359
+ rating?: string | undefined;
360
360
  price?: string | undefined;
361
361
  reviews_count?: string | undefined;
362
362
  features?: string[] | undefined;
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;
372
372
  asin: string;
373
373
  description?: string | undefined;
374
- rating?: string | undefined;
375
374
  images?: string[] | undefined;
375
+ rating?: string | undefined;
376
376
  price?: string | undefined;
377
377
  reviews_count?: string | undefined;
378
378
  features?: string[] | undefined;
@@ -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";
@@ -69,13 +69,13 @@ export declare const AmazonShoppingToolParamsSchema: z.ZodDiscriminatedUnion<"op
69
69
  max_results: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
70
70
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
71
71
  }, "strip", z.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
  }>, z.ZodObject<{
@@ -98,12 +98,12 @@ export declare const AmazonShoppingToolParamsSchema: z.ZodDiscriminatedUnion<"op
98
98
  }, "strip", z.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
  /**
@@ -122,8 +122,8 @@ export declare const SearchResultSchema: z.ZodObject<{
122
122
  title: string;
123
123
  url: string;
124
124
  asin: string;
125
- rating?: string | undefined;
126
125
  image?: string | undefined;
126
+ rating?: string | undefined;
127
127
  price?: string | undefined;
128
128
  reviews_count?: string | undefined;
129
129
  prime?: boolean | undefined;
@@ -131,8 +131,8 @@ export declare const SearchResultSchema: z.ZodObject<{
131
131
  title: string;
132
132
  url: string;
133
133
  asin: string;
134
- rating?: string | undefined;
135
134
  image?: string | undefined;
135
+ rating?: string | undefined;
136
136
  price?: string | undefined;
137
137
  reviews_count?: string | undefined;
138
138
  prime?: boolean | undefined;
@@ -157,8 +157,8 @@ export declare const ProductDetailsSchema: z.ZodObject<{
157
157
  url: string;
158
158
  asin: string;
159
159
  description?: string | undefined;
160
- rating?: string | undefined;
161
160
  images?: string[] | undefined;
161
+ rating?: string | undefined;
162
162
  price?: string | undefined;
163
163
  reviews_count?: string | undefined;
164
164
  features?: string[] | undefined;
@@ -168,8 +168,8 @@ export declare const ProductDetailsSchema: z.ZodObject<{
168
168
  url: string;
169
169
  asin: string;
170
170
  description?: string | undefined;
171
- rating?: string | undefined;
172
171
  images?: string[] | undefined;
172
+ rating?: string | undefined;
173
173
  price?: string | undefined;
174
174
  reviews_count?: string | undefined;
175
175
  features?: string[] | undefined;
@@ -186,15 +186,15 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
186
186
  cart_count: z.ZodOptional<z.ZodNumber>;
187
187
  error: z.ZodString;
188
188
  }, "strip", z.ZodTypeAny, {
189
- operation: "add_to_cart";
190
189
  error: string;
191
190
  success: boolean;
191
+ operation: "add_to_cart";
192
192
  message?: string | undefined;
193
193
  cart_count?: number | undefined;
194
194
  }, {
195
- operation: "add_to_cart";
196
195
  error: string;
197
196
  success: boolean;
197
+ operation: "add_to_cart";
198
198
  message?: string | undefined;
199
199
  cart_count?: number | undefined;
200
200
  }>, z.ZodObject<{
@@ -227,9 +227,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
227
227
  screenshot_url: z.ZodOptional<z.ZodString>;
228
228
  error: z.ZodString;
229
229
  }, "strip", z.ZodTypeAny, {
230
- operation: "get_cart";
231
230
  error: string;
232
231
  success: boolean;
232
+ operation: "get_cart";
233
233
  items?: {
234
234
  title: string;
235
235
  price: string;
@@ -242,9 +242,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
242
242
  total_items?: number | undefined;
243
243
  screenshot_url?: string | undefined;
244
244
  }, {
245
- operation: "get_cart";
246
245
  error: string;
247
246
  success: boolean;
247
+ operation: "get_cart";
248
248
  items?: {
249
249
  title: string;
250
250
  price: string;
@@ -283,9 +283,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
283
283
  screenshot_url: z.ZodOptional<z.ZodString>;
284
284
  error: z.ZodString;
285
285
  }, "strip", z.ZodTypeAny, {
286
- operation: "checkout";
287
286
  error: string;
288
287
  success: boolean;
288
+ operation: "checkout";
289
289
  items?: {
290
290
  title: string;
291
291
  price?: string | undefined;
@@ -301,9 +301,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
301
301
  shipping_address?: string | undefined;
302
302
  payment_method?: string | undefined;
303
303
  }, {
304
- operation: "checkout";
305
304
  error: string;
306
305
  success: boolean;
306
+ operation: "checkout";
307
307
  items?: {
308
308
  title: string;
309
309
  price?: string | undefined;
@@ -334,8 +334,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
334
334
  title: string;
335
335
  url: string;
336
336
  asin: string;
337
- rating?: string | undefined;
338
337
  image?: string | undefined;
338
+ rating?: string | undefined;
339
339
  price?: string | undefined;
340
340
  reviews_count?: string | undefined;
341
341
  prime?: boolean | undefined;
@@ -343,8 +343,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
343
343
  title: string;
344
344
  url: string;
345
345
  asin: string;
346
- rating?: string | undefined;
347
346
  image?: string | undefined;
347
+ rating?: string | undefined;
348
348
  price?: string | undefined;
349
349
  reviews_count?: string | undefined;
350
350
  prime?: boolean | undefined;
@@ -352,30 +352,30 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
352
352
  total_results: z.ZodOptional<z.ZodNumber>;
353
353
  error: z.ZodString;
354
354
  }, "strip", z.ZodTypeAny, {
355
- operation: "search";
356
355
  error: string;
357
356
  success: boolean;
357
+ operation: "search";
358
358
  results?: {
359
359
  title: string;
360
360
  url: string;
361
361
  asin: string;
362
- rating?: string | undefined;
363
362
  image?: string | undefined;
363
+ rating?: string | undefined;
364
364
  price?: string | undefined;
365
365
  reviews_count?: string | undefined;
366
366
  prime?: boolean | undefined;
367
367
  }[] | undefined;
368
368
  total_results?: number | undefined;
369
369
  }, {
370
- operation: "search";
371
370
  error: string;
372
371
  success: boolean;
372
+ operation: "search";
373
373
  results?: {
374
374
  title: string;
375
375
  url: string;
376
376
  asin: string;
377
- rating?: string | undefined;
378
377
  image?: string | undefined;
378
+ rating?: string | undefined;
379
379
  price?: string | undefined;
380
380
  reviews_count?: string | undefined;
381
381
  prime?: boolean | undefined;
@@ -400,8 +400,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
400
400
  url: string;
401
401
  asin: string;
402
402
  description?: string | undefined;
403
- rating?: string | undefined;
404
403
  images?: string[] | undefined;
404
+ rating?: string | undefined;
405
405
  price?: string | undefined;
406
406
  reviews_count?: string | undefined;
407
407
  features?: string[] | undefined;
@@ -411,8 +411,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
411
411
  url: string;
412
412
  asin: string;
413
413
  description?: string | undefined;
414
- rating?: string | undefined;
415
414
  images?: string[] | undefined;
415
+ rating?: string | undefined;
416
416
  price?: string | undefined;
417
417
  reviews_count?: string | undefined;
418
418
  features?: string[] | undefined;
@@ -420,32 +420,32 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
420
420
  }>>;
421
421
  error: z.ZodString;
422
422
  }, "strip", z.ZodTypeAny, {
423
- operation: "get_product";
424
423
  error: string;
425
424
  success: boolean;
425
+ operation: "get_product";
426
426
  product?: {
427
427
  title: string;
428
428
  url: string;
429
429
  asin: string;
430
430
  description?: string | undefined;
431
- rating?: string | undefined;
432
431
  images?: string[] | undefined;
432
+ rating?: string | undefined;
433
433
  price?: string | undefined;
434
434
  reviews_count?: string | undefined;
435
435
  features?: string[] | undefined;
436
436
  availability?: string | undefined;
437
437
  } | undefined;
438
438
  }, {
439
- operation: "get_product";
440
439
  error: string;
441
440
  success: boolean;
441
+ operation: "get_product";
442
442
  product?: {
443
443
  title: string;
444
444
  url: string;
445
445
  asin: string;
446
446
  description?: string | undefined;
447
- rating?: string | undefined;
448
447
  images?: string[] | undefined;
448
+ rating?: string | undefined;
449
449
  price?: string | undefined;
450
450
  reviews_count?: string | undefined;
451
451
  features?: string[] | undefined;
@@ -457,14 +457,14 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
457
457
  screenshot_url: z.ZodOptional<z.ZodString>;
458
458
  error: z.ZodString;
459
459
  }, "strip", z.ZodTypeAny, {
460
- operation: "screenshot";
461
460
  error: string;
462
461
  success: boolean;
462
+ operation: "screenshot";
463
463
  screenshot_url?: string | undefined;
464
464
  }, {
465
- operation: "screenshot";
466
465
  error: string;
467
466
  success: boolean;
467
+ operation: "screenshot";
468
468
  screenshot_url?: string | undefined;
469
469
  }>]>;
470
470
  export type AmazonShoppingToolParams = z.output<typeof AmazonShoppingToolParamsSchema>;
@@ -119,13 +119,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
119
119
  error: z.ZodString;
120
120
  }, "strip", z.ZodTypeAny, {
121
121
  valid: boolean;
122
- error: string;
123
- success: boolean;
124
122
  metadata: {
125
123
  strictMode: boolean;
126
124
  validatedAt: string;
127
125
  codeLength: number;
128
126
  };
127
+ error: string;
128
+ success: boolean;
129
129
  errors?: string[] | undefined;
130
130
  bubbles?: {
131
131
  bubbleName: string;
@@ -144,13 +144,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
144
144
  bubbleCount?: number | undefined;
145
145
  }, {
146
146
  valid: boolean;
147
- error: string;
148
- success: boolean;
149
147
  metadata: {
150
148
  strictMode: boolean;
151
149
  validatedAt: string;
152
150
  codeLength: number;
153
151
  };
152
+ error: string;
153
+ success: boolean;
154
154
  errors?: string[] | undefined;
155
155
  bubbles?: {
156
156
  bubbleName: string;
@@ -268,13 +268,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
268
268
  error: z.ZodString;
269
269
  }, "strip", z.ZodTypeAny, {
270
270
  valid: boolean;
271
- error: string;
272
- success: boolean;
273
271
  metadata: {
274
272
  strictMode: boolean;
275
273
  validatedAt: string;
276
274
  codeLength: number;
277
275
  };
276
+ error: string;
277
+ success: boolean;
278
278
  errors?: string[] | undefined;
279
279
  bubbles?: {
280
280
  bubbleName: string;
@@ -293,13 +293,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
293
293
  bubbleCount?: number | undefined;
294
294
  }, {
295
295
  valid: boolean;
296
- error: string;
297
- success: boolean;
298
296
  metadata: {
299
297
  strictMode: boolean;
300
298
  validatedAt: string;
301
299
  codeLength: number;
302
300
  };
301
+ error: string;
302
+ success: boolean;
303
303
  errors?: string[] | undefined;
304
304
  bubbles?: {
305
305
  bubbleName: string;
@@ -46,8 +46,8 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
46
46
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
47
47
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
48
48
  }, "strip", z.ZodTypeAny, {
49
- data: Record<string, unknown>[];
50
49
  reasoning: string;
50
+ data: Record<string, unknown>[];
51
51
  width: number;
52
52
  height: number;
53
53
  chartType: "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
@@ -71,8 +71,8 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
71
71
  advancedConfig?: Record<string, unknown> | undefined;
72
72
  filePath?: string | undefined;
73
73
  }, {
74
- data: Record<string, unknown>[];
75
74
  reasoning: string;
75
+ data: Record<string, unknown>[];
76
76
  chartType: "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
77
77
  options?: {
78
78
  title?: string | undefined;
@@ -139,8 +139,6 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
139
139
  success: z.ZodBoolean;
140
140
  error: z.ZodString;
141
141
  }, "strip", z.ZodTypeAny, {
142
- error: string;
143
- success: boolean;
144
142
  metadata: {
145
143
  colorScheme: string;
146
144
  generatedAt: string;
@@ -148,6 +146,8 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
148
146
  yColumn?: string | undefined;
149
147
  groupByColumn?: string | undefined;
150
148
  };
149
+ error: string;
150
+ success: boolean;
151
151
  chartType: string;
152
152
  chartConfig: Record<string, unknown>;
153
153
  datasetCount: number;
@@ -160,8 +160,6 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
160
160
  filePath?: string | undefined;
161
161
  fileExists?: boolean | undefined;
162
162
  }, {
163
- error: string;
164
- success: boolean;
165
163
  metadata: {
166
164
  colorScheme: string;
167
165
  generatedAt: string;
@@ -169,6 +167,8 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
169
167
  yColumn?: string | undefined;
170
168
  groupByColumn?: string | undefined;
171
169
  };
170
+ error: string;
171
+ success: boolean;
172
172
  chartType: string;
173
173
  chartConfig: Record<string, unknown>;
174
174
  datasetCount: number;
@@ -234,8 +234,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
234
234
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
235
235
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
236
236
  }, "strip", z.ZodTypeAny, {
237
- data: Record<string, unknown>[];
238
237
  reasoning: string;
238
+ data: Record<string, unknown>[];
239
239
  width: number;
240
240
  height: number;
241
241
  chartType: "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
@@ -259,8 +259,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
259
259
  advancedConfig?: Record<string, unknown> | undefined;
260
260
  filePath?: string | undefined;
261
261
  }, {
262
- data: Record<string, unknown>[];
263
262
  reasoning: string;
263
+ data: Record<string, unknown>[];
264
264
  chartType: "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
265
265
  options?: {
266
266
  title?: string | undefined;
@@ -324,8 +324,6 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
324
324
  success: z.ZodBoolean;
325
325
  error: z.ZodString;
326
326
  }, "strip", z.ZodTypeAny, {
327
- error: string;
328
- success: boolean;
329
327
  metadata: {
330
328
  colorScheme: string;
331
329
  generatedAt: string;
@@ -333,6 +331,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
333
331
  yColumn?: string | undefined;
334
332
  groupByColumn?: string | undefined;
335
333
  };
334
+ error: string;
335
+ success: boolean;
336
336
  chartType: string;
337
337
  chartConfig: Record<string, unknown>;
338
338
  datasetCount: number;
@@ -345,8 +345,6 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
345
345
  filePath?: string | undefined;
346
346
  fileExists?: boolean | undefined;
347
347
  }, {
348
- error: string;
349
- success: boolean;
350
348
  metadata: {
351
349
  colorScheme: string;
352
350
  generatedAt: string;
@@ -354,6 +352,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
354
352
  yColumn?: string | undefined;
355
353
  groupByColumn?: string | undefined;
356
354
  };
355
+ error: string;
356
+ success: boolean;
357
357
  chartType: string;
358
358
  chartConfig: Record<string, unknown>;
359
359
  datasetCount: number;
@@ -73,26 +73,26 @@ declare const EditBubbleFlowToolResultSchema: z.ZodObject<{
73
73
  success: z.ZodBoolean;
74
74
  error: z.ZodString;
75
75
  }, "strip", z.ZodTypeAny, {
76
- error: string;
77
- success: boolean;
78
76
  metadata: {
79
77
  originalLength: number;
80
78
  morphModel: string;
81
79
  editedAt: string;
82
80
  finalLength: number;
83
81
  };
82
+ error: string;
83
+ success: boolean;
84
84
  mergedCode: string;
85
85
  applied: boolean;
86
86
  diff?: string | undefined;
87
87
  }, {
88
- error: string;
89
- success: boolean;
90
88
  metadata: {
91
89
  originalLength: number;
92
90
  morphModel: string;
93
91
  editedAt: string;
94
92
  finalLength: number;
95
93
  };
94
+ error: string;
95
+ success: boolean;
96
96
  mergedCode: string;
97
97
  applied: boolean;
98
98
  diff?: string | undefined;
@@ -152,26 +152,26 @@ export declare class EditBubbleFlowTool extends ToolBubble<EditBubbleFlowToolPar
152
152
  success: z.ZodBoolean;
153
153
  error: z.ZodString;
154
154
  }, "strip", z.ZodTypeAny, {
155
- error: string;
156
- success: boolean;
157
155
  metadata: {
158
156
  originalLength: number;
159
157
  morphModel: string;
160
158
  editedAt: string;
161
159
  finalLength: number;
162
160
  };
161
+ error: string;
162
+ success: boolean;
163
163
  mergedCode: string;
164
164
  applied: boolean;
165
165
  diff?: string | undefined;
166
166
  }, {
167
- error: string;
168
- success: boolean;
169
167
  metadata: {
170
168
  originalLength: number;
171
169
  morphModel: string;
172
170
  editedAt: string;
173
171
  finalLength: number;
174
172
  };
173
+ error: string;
174
+ success: boolean;
175
175
  mergedCode: string;
176
176
  applied: boolean;
177
177
  diff?: string | undefined;