@bubblelab/bubble-core 0.1.53 → 0.1.55

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
@@ -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
- success: boolean;
118
116
  error: string;
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
- success: boolean;
124
122
  error: string;
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
- success: boolean;
159
157
  error: string;
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
- success: boolean;
174
172
  error: string;
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
- success: boolean;
215
213
  error: string;
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
- success: boolean;
233
231
  error: string;
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
- success: boolean;
284
282
  error: string;
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
- success: boolean;
299
297
  error: string;
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
- success: boolean;
352
350
  error: string;
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
- success: boolean;
368
366
  error: string;
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
- success: boolean;
389
387
  error: string;
388
+ success: boolean;
389
+ operation: "screenshot";
390
390
  screenshot_url?: string | undefined;
391
391
  }, {
392
- operation: "screenshot";
393
- success: boolean;
394
392
  error: string;
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
- query: string;
73
72
  operation: "search";
73
+ query: string;
74
74
  max_results: number;
75
75
  credentials?: Partial<Record<CredentialType, string>> | undefined;
76
76
  }, {
77
- query: string;
78
77
  operation: "search";
78
+ query: string;
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
- credentials?: Partial<Record<CredentialType, string>> | undefined;
102
101
  url?: string | undefined;
102
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
103
103
  }, {
104
104
  operation: "screenshot";
105
- credentials?: Partial<Record<CredentialType, string>> | undefined;
106
105
  url?: string | undefined;
106
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
107
107
  full_page?: boolean | undefined;
108
108
  }>]>;
109
109
  /**
@@ -122,18 +122,18 @@ export declare const SearchResultSchema: z.ZodObject<{
122
122
  title: string;
123
123
  url: string;
124
124
  asin: string;
125
+ price?: string | undefined;
125
126
  image?: string | undefined;
126
127
  rating?: string | undefined;
127
- price?: string | undefined;
128
128
  reviews_count?: string | undefined;
129
129
  prime?: boolean | undefined;
130
130
  }, {
131
131
  title: string;
132
132
  url: string;
133
133
  asin: string;
134
+ price?: string | undefined;
134
135
  image?: string | undefined;
135
136
  rating?: string | undefined;
136
- price?: string | undefined;
137
137
  reviews_count?: string | undefined;
138
138
  prime?: boolean | undefined;
139
139
  }>;
@@ -157,9 +157,9 @@ export declare const ProductDetailsSchema: z.ZodObject<{
157
157
  url: string;
158
158
  asin: string;
159
159
  description?: string | undefined;
160
+ price?: string | undefined;
160
161
  images?: string[] | undefined;
161
162
  rating?: string | undefined;
162
- price?: string | undefined;
163
163
  reviews_count?: string | undefined;
164
164
  features?: string[] | undefined;
165
165
  availability?: string | undefined;
@@ -168,9 +168,9 @@ export declare const ProductDetailsSchema: z.ZodObject<{
168
168
  url: string;
169
169
  asin: string;
170
170
  description?: string | undefined;
171
+ price?: string | undefined;
171
172
  images?: string[] | undefined;
172
173
  rating?: string | undefined;
173
- price?: string | undefined;
174
174
  reviews_count?: string | undefined;
175
175
  features?: string[] | undefined;
176
176
  availability?: string | undefined;
@@ -334,18 +334,18 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
334
334
  title: string;
335
335
  url: string;
336
336
  asin: string;
337
+ price?: string | undefined;
337
338
  image?: string | undefined;
338
339
  rating?: string | undefined;
339
- price?: string | undefined;
340
340
  reviews_count?: string | undefined;
341
341
  prime?: boolean | undefined;
342
342
  }, {
343
343
  title: string;
344
344
  url: string;
345
345
  asin: string;
346
+ price?: string | undefined;
346
347
  image?: string | undefined;
347
348
  rating?: string | undefined;
348
- price?: string | undefined;
349
349
  reviews_count?: string | undefined;
350
350
  prime?: boolean | undefined;
351
351
  }>, "many">>;
@@ -359,9 +359,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
359
359
  title: string;
360
360
  url: string;
361
361
  asin: string;
362
+ price?: string | undefined;
362
363
  image?: string | undefined;
363
364
  rating?: string | undefined;
364
- price?: string | undefined;
365
365
  reviews_count?: string | undefined;
366
366
  prime?: boolean | undefined;
367
367
  }[] | undefined;
@@ -374,9 +374,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
374
374
  title: string;
375
375
  url: string;
376
376
  asin: string;
377
+ price?: string | undefined;
377
378
  image?: string | undefined;
378
379
  rating?: string | undefined;
379
- price?: string | undefined;
380
380
  reviews_count?: string | undefined;
381
381
  prime?: boolean | undefined;
382
382
  }[] | undefined;
@@ -400,9 +400,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
400
400
  url: string;
401
401
  asin: string;
402
402
  description?: string | undefined;
403
+ price?: string | undefined;
403
404
  images?: string[] | undefined;
404
405
  rating?: string | undefined;
405
- price?: string | undefined;
406
406
  reviews_count?: string | undefined;
407
407
  features?: string[] | undefined;
408
408
  availability?: string | undefined;
@@ -411,9 +411,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
411
411
  url: string;
412
412
  asin: string;
413
413
  description?: string | undefined;
414
+ price?: string | undefined;
414
415
  images?: string[] | undefined;
415
416
  rating?: string | undefined;
416
- price?: string | undefined;
417
417
  reviews_count?: string | undefined;
418
418
  features?: string[] | undefined;
419
419
  availability?: string | undefined;
@@ -428,9 +428,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
428
428
  url: string;
429
429
  asin: string;
430
430
  description?: string | undefined;
431
+ price?: string | undefined;
431
432
  images?: string[] | undefined;
432
433
  rating?: string | undefined;
433
- price?: string | undefined;
434
434
  reviews_count?: string | undefined;
435
435
  features?: string[] | undefined;
436
436
  availability?: string | undefined;
@@ -444,9 +444,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
444
444
  url: string;
445
445
  asin: string;
446
446
  description?: string | undefined;
447
+ price?: string | undefined;
447
448
  images?: string[] | undefined;
448
449
  rating?: string | undefined;
449
- price?: string | undefined;
450
450
  reviews_count?: string | undefined;
451
451
  features?: string[] | undefined;
452
452
  availability?: string | undefined;
@@ -92,13 +92,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
92
92
  line: z.ZodNumber;
93
93
  column: z.ZodNumber;
94
94
  }, "strip", z.ZodTypeAny, {
95
- name: string;
96
95
  type: string;
96
+ name: string;
97
97
  column: number;
98
98
  line: number;
99
99
  }, {
100
- name: string;
101
100
  type: string;
101
+ name: string;
102
102
  column: number;
103
103
  line: number;
104
104
  }>, "many">>;
@@ -119,14 +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;
122
124
  metadata: {
123
125
  strictMode: boolean;
124
126
  validatedAt: string;
125
127
  codeLength: number;
126
128
  };
127
- success: boolean;
128
- error: string;
129
- errors?: string[] | undefined;
130
129
  bubbles?: {
131
130
  bubbleName: string;
132
131
  variableName: string;
@@ -135,23 +134,23 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
135
134
  hasActionCall: boolean;
136
135
  parameterCount: number;
137
136
  }[] | undefined;
137
+ errors?: string[] | undefined;
138
+ bubbleCount?: number | undefined;
138
139
  variableTypes?: {
139
- name: string;
140
140
  type: string;
141
+ name: string;
141
142
  column: number;
142
143
  line: number;
143
144
  }[] | undefined;
144
- bubbleCount?: number | undefined;
145
145
  }, {
146
146
  valid: boolean;
147
+ error: string;
148
+ success: boolean;
147
149
  metadata: {
148
150
  strictMode: boolean;
149
151
  validatedAt: string;
150
152
  codeLength: number;
151
153
  };
152
- success: boolean;
153
- error: string;
154
- errors?: string[] | undefined;
155
154
  bubbles?: {
156
155
  bubbleName: string;
157
156
  variableName: string;
@@ -160,13 +159,14 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
160
159
  hasActionCall: boolean;
161
160
  parameterCount: number;
162
161
  }[] | undefined;
162
+ errors?: string[] | undefined;
163
+ bubbleCount?: number | undefined;
163
164
  variableTypes?: {
164
- name: string;
165
165
  type: string;
166
+ name: string;
166
167
  column: number;
167
168
  line: number;
168
169
  }[] | undefined;
169
- bubbleCount?: number | undefined;
170
170
  }>;
171
171
  /**
172
172
  * BubbleFlow Validation Tool
@@ -241,13 +241,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
241
241
  line: z.ZodNumber;
242
242
  column: z.ZodNumber;
243
243
  }, "strip", z.ZodTypeAny, {
244
- name: string;
245
244
  type: string;
245
+ name: string;
246
246
  column: number;
247
247
  line: number;
248
248
  }, {
249
- name: string;
250
249
  type: string;
250
+ name: string;
251
251
  column: number;
252
252
  line: number;
253
253
  }>, "many">>;
@@ -268,14 +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;
271
273
  metadata: {
272
274
  strictMode: boolean;
273
275
  validatedAt: string;
274
276
  codeLength: number;
275
277
  };
276
- success: boolean;
277
- error: string;
278
- errors?: string[] | undefined;
279
278
  bubbles?: {
280
279
  bubbleName: string;
281
280
  variableName: string;
@@ -284,23 +283,23 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
284
283
  hasActionCall: boolean;
285
284
  parameterCount: number;
286
285
  }[] | undefined;
286
+ errors?: string[] | undefined;
287
+ bubbleCount?: number | undefined;
287
288
  variableTypes?: {
288
- name: string;
289
289
  type: string;
290
+ name: string;
290
291
  column: number;
291
292
  line: number;
292
293
  }[] | undefined;
293
- bubbleCount?: number | undefined;
294
294
  }, {
295
295
  valid: boolean;
296
+ error: string;
297
+ success: boolean;
296
298
  metadata: {
297
299
  strictMode: boolean;
298
300
  validatedAt: string;
299
301
  codeLength: number;
300
302
  };
301
- success: boolean;
302
- error: string;
303
- errors?: string[] | undefined;
304
303
  bubbles?: {
305
304
  bubbleName: string;
306
305
  variableName: string;
@@ -309,13 +308,14 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
309
308
  hasActionCall: boolean;
310
309
  parameterCount: number;
311
310
  }[] | undefined;
311
+ errors?: string[] | undefined;
312
+ bubbleCount?: number | undefined;
312
313
  variableTypes?: {
313
- name: string;
314
314
  type: string;
315
+ name: string;
315
316
  column: number;
316
317
  line: number;
317
318
  }[] | undefined;
318
- bubbleCount?: number | undefined;
319
319
  }>;
320
320
  static readonly shortDescription = "Validates BubbleFlow TypeScript code for syntax and structure";
321
321
  static readonly longDescription = "\n A comprehensive validation tool for BubbleFlow TypeScript code.\n \n What it does:\n - Validates TypeScript syntax and compilation\n - Checks BubbleFlow class structure and requirements\n - Parses and analyzes bubble instantiations\n - Provides detailed error reporting with line numbers\n - Returns metadata about detected bubbles\n \n How it works:\n - Uses TypeScript compiler API for syntax validation\n - Validates that code extends BubbleFlow and has handle method\n - Parses bubble instantiations using AST analysis\n - Maps bubble class names to registered bubble types\n \n Use cases:\n - When an AI agent needs to validate user-provided BubbleFlow code\n - When checking code before execution or deployment\n - When providing feedback on BubbleFlow implementation\n - When analyzing bubble usage patterns in code\n ";
@@ -28,9 +28,9 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
28
28
  yAxisLabel?: string | undefined;
29
29
  }, {
30
30
  title?: string | undefined;
31
- colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
32
31
  xAxisLabel?: string | undefined;
33
32
  yAxisLabel?: string | undefined;
33
+ colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
34
34
  responsive?: boolean | undefined;
35
35
  maintainAspectRatio?: boolean | undefined;
36
36
  showLegend?: boolean | undefined;
@@ -47,9 +47,9 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
47
47
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
48
48
  }, "strip", z.ZodTypeAny, {
49
49
  data: Record<string, unknown>[];
50
- reasoning: string;
51
50
  width: number;
52
51
  height: number;
52
+ reasoning: string;
53
53
  chartType: "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
54
54
  generateFile: boolean;
55
55
  options?: {
@@ -63,38 +63,38 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
63
63
  yAxisLabel?: string | undefined;
64
64
  } | undefined;
65
65
  credentials?: Partial<Record<CredentialType, string>> | undefined;
66
+ filePath?: string | undefined;
66
67
  config?: Record<string, unknown> | undefined;
67
68
  fileName?: string | undefined;
68
69
  xColumn?: string | undefined;
69
70
  yColumn?: string | undefined;
70
71
  groupByColumn?: string | undefined;
71
72
  advancedConfig?: Record<string, unknown> | undefined;
72
- filePath?: string | undefined;
73
73
  }, {
74
74
  data: Record<string, unknown>[];
75
75
  reasoning: string;
76
76
  chartType: "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
77
77
  options?: {
78
78
  title?: string | undefined;
79
- colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
80
79
  xAxisLabel?: string | undefined;
81
80
  yAxisLabel?: string | undefined;
81
+ colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
82
82
  responsive?: boolean | undefined;
83
83
  maintainAspectRatio?: boolean | undefined;
84
84
  showLegend?: boolean | undefined;
85
85
  showTooltips?: boolean | undefined;
86
86
  } | undefined;
87
87
  credentials?: Partial<Record<CredentialType, string>> | undefined;
88
+ filePath?: string | undefined;
88
89
  config?: Record<string, unknown> | undefined;
90
+ fileName?: string | undefined;
89
91
  width?: number | undefined;
90
92
  height?: number | undefined;
91
- fileName?: string | undefined;
92
93
  xColumn?: string | undefined;
93
94
  yColumn?: string | undefined;
94
95
  groupByColumn?: string | undefined;
95
96
  advancedConfig?: Record<string, unknown> | undefined;
96
97
  generateFile?: boolean | undefined;
97
- filePath?: string | undefined;
98
98
  }>;
99
99
  type ChartJSToolParamsInput = z.input<typeof ChartJSToolParamsSchema>;
100
100
  type ChartJSToolParams = z.output<typeof ChartJSToolParamsSchema>;
@@ -139,6 +139,8 @@ 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;
142
144
  metadata: {
143
145
  colorScheme: string;
144
146
  generatedAt: string;
@@ -146,8 +148,6 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
146
148
  yColumn?: string | undefined;
147
149
  groupByColumn?: string | undefined;
148
150
  };
149
- success: boolean;
150
- error: string;
151
151
  chartType: string;
152
152
  chartConfig: Record<string, unknown>;
153
153
  datasetCount: number;
@@ -156,10 +156,12 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
156
156
  width: number;
157
157
  height: number;
158
158
  };
159
- fileSize?: number | undefined;
160
159
  filePath?: string | undefined;
160
+ fileSize?: number | undefined;
161
161
  fileExists?: boolean | undefined;
162
162
  }, {
163
+ error: string;
164
+ success: boolean;
163
165
  metadata: {
164
166
  colorScheme: string;
165
167
  generatedAt: string;
@@ -167,8 +169,6 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
167
169
  yColumn?: string | undefined;
168
170
  groupByColumn?: string | undefined;
169
171
  };
170
- success: boolean;
171
- error: string;
172
172
  chartType: string;
173
173
  chartConfig: Record<string, unknown>;
174
174
  datasetCount: number;
@@ -177,8 +177,8 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
177
177
  width: number;
178
178
  height: number;
179
179
  };
180
- fileSize?: number | undefined;
181
180
  filePath?: string | undefined;
181
+ fileSize?: number | undefined;
182
182
  fileExists?: boolean | undefined;
183
183
  }>;
184
184
  /**
@@ -216,9 +216,9 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
216
216
  yAxisLabel?: string | undefined;
217
217
  }, {
218
218
  title?: string | undefined;
219
- colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
220
219
  xAxisLabel?: string | undefined;
221
220
  yAxisLabel?: string | undefined;
221
+ colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
222
222
  responsive?: boolean | undefined;
223
223
  maintainAspectRatio?: boolean | undefined;
224
224
  showLegend?: boolean | undefined;
@@ -235,9 +235,9 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
235
235
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
236
236
  }, "strip", z.ZodTypeAny, {
237
237
  data: Record<string, unknown>[];
238
- reasoning: string;
239
238
  width: number;
240
239
  height: number;
240
+ reasoning: string;
241
241
  chartType: "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
242
242
  generateFile: boolean;
243
243
  options?: {
@@ -251,38 +251,38 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
251
251
  yAxisLabel?: string | undefined;
252
252
  } | undefined;
253
253
  credentials?: Partial<Record<CredentialType, string>> | undefined;
254
+ filePath?: string | undefined;
254
255
  config?: Record<string, unknown> | undefined;
255
256
  fileName?: string | undefined;
256
257
  xColumn?: string | undefined;
257
258
  yColumn?: string | undefined;
258
259
  groupByColumn?: string | undefined;
259
260
  advancedConfig?: Record<string, unknown> | undefined;
260
- filePath?: string | undefined;
261
261
  }, {
262
262
  data: Record<string, unknown>[];
263
263
  reasoning: string;
264
264
  chartType: "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
265
265
  options?: {
266
266
  title?: string | undefined;
267
- colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
268
267
  xAxisLabel?: string | undefined;
269
268
  yAxisLabel?: string | undefined;
269
+ colorScheme?: "default" | "viridis" | "plasma" | "inferno" | "magma" | "blues" | "greens" | "reds" | "oranges" | "categorical" | undefined;
270
270
  responsive?: boolean | undefined;
271
271
  maintainAspectRatio?: boolean | undefined;
272
272
  showLegend?: boolean | undefined;
273
273
  showTooltips?: boolean | undefined;
274
274
  } | undefined;
275
275
  credentials?: Partial<Record<CredentialType, string>> | undefined;
276
+ filePath?: string | undefined;
276
277
  config?: Record<string, unknown> | undefined;
278
+ fileName?: string | undefined;
277
279
  width?: number | undefined;
278
280
  height?: number | undefined;
279
- fileName?: string | undefined;
280
281
  xColumn?: string | undefined;
281
282
  yColumn?: string | undefined;
282
283
  groupByColumn?: string | undefined;
283
284
  advancedConfig?: Record<string, unknown> | undefined;
284
285
  generateFile?: boolean | undefined;
285
- filePath?: string | undefined;
286
286
  }>;
287
287
  static readonly resultSchema: z.ZodObject<{
288
288
  chartConfig: z.ZodRecord<z.ZodString, z.ZodUnknown>;
@@ -324,6 +324,8 @@ 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;
327
329
  metadata: {
328
330
  colorScheme: string;
329
331
  generatedAt: string;
@@ -331,8 +333,6 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
331
333
  yColumn?: string | undefined;
332
334
  groupByColumn?: string | undefined;
333
335
  };
334
- success: boolean;
335
- error: string;
336
336
  chartType: string;
337
337
  chartConfig: Record<string, unknown>;
338
338
  datasetCount: number;
@@ -341,10 +341,12 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
341
341
  width: number;
342
342
  height: number;
343
343
  };
344
- fileSize?: number | undefined;
345
344
  filePath?: string | undefined;
345
+ fileSize?: number | undefined;
346
346
  fileExists?: boolean | undefined;
347
347
  }, {
348
+ error: string;
349
+ success: boolean;
348
350
  metadata: {
349
351
  colorScheme: string;
350
352
  generatedAt: string;
@@ -352,8 +354,6 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
352
354
  yColumn?: string | undefined;
353
355
  groupByColumn?: string | undefined;
354
356
  };
355
- success: boolean;
356
- error: string;
357
357
  chartType: string;
358
358
  chartConfig: Record<string, unknown>;
359
359
  datasetCount: number;
@@ -362,8 +362,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
362
362
  width: number;
363
363
  height: number;
364
364
  };
365
- fileSize?: number | undefined;
366
365
  filePath?: string | undefined;
366
+ fileSize?: number | undefined;
367
367
  fileExists?: boolean | undefined;
368
368
  }>;
369
369
  static readonly shortDescription = "Generate Chart.js configurations from data for interactive visualizations";