@bubblelab/bubble-core 0.1.55 → 0.1.57

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 (62) hide show
  1. package/dist/bubble-bundle.d.ts +102 -102
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +68 -68
  4. package/dist/bubbles/service-bubble/airtable.d.ts +86 -86
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +128 -128
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +28 -28
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +879 -879
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +254 -254
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +233 -233
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
  17. package/dist/bubbles/service-bubble/github.d.ts +112 -112
  18. package/dist/bubbles/service-bubble/gmail.d.ts +555 -555
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +20 -20
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +16 -16
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
  23. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  24. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  25. package/dist/bubbles/service-bubble/jira/jira.d.ts +35 -35
  26. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
  27. package/dist/bubbles/service-bubble/notion/notion.d.ts +1365 -1365
  28. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  29. package/dist/bubbles/service-bubble/resend.d.ts +24 -24
  30. package/dist/bubbles/service-bubble/slack/slack.d.ts +320 -320
  31. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  32. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +91 -91
  33. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +107 -107
  34. package/dist/bubbles/service-bubble/telegram.d.ts +1491 -1491
  35. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
  36. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
  37. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  38. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
  39. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +126 -126
  41. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
  42. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
  43. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
  45. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +421 -421
  46. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +150 -150
  47. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  48. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  49. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
  50. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +146 -146
  51. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
  52. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
  53. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
  54. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
  55. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  56. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +86 -86
  57. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  58. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +24 -24
  59. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
  60. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  61. package/dist/bubbles.json +1 -1
  62. 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<{
@@ -261,18 +261,18 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
261
261
  title: string;
262
262
  url: string;
263
263
  asin: string;
264
- price?: string | undefined;
265
264
  image?: string | undefined;
266
265
  rating?: string | undefined;
266
+ price?: string | undefined;
267
267
  reviews_count?: string | undefined;
268
268
  prime?: boolean | undefined;
269
269
  }, {
270
270
  title: string;
271
271
  url: string;
272
272
  asin: string;
273
- price?: string | undefined;
274
273
  image?: string | undefined;
275
274
  rating?: string | undefined;
275
+ price?: string | undefined;
276
276
  reviews_count?: string | undefined;
277
277
  prime?: boolean | undefined;
278
278
  }>, "many">>;
@@ -286,9 +286,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
286
286
  title: string;
287
287
  url: string;
288
288
  asin: string;
289
- price?: string | undefined;
290
289
  image?: string | undefined;
291
290
  rating?: string | undefined;
291
+ price?: string | undefined;
292
292
  reviews_count?: string | undefined;
293
293
  prime?: boolean | undefined;
294
294
  }[] | undefined;
@@ -301,9 +301,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
301
301
  title: string;
302
302
  url: string;
303
303
  asin: string;
304
- price?: string | undefined;
305
304
  image?: string | undefined;
306
305
  rating?: string | undefined;
306
+ price?: string | undefined;
307
307
  reviews_count?: string | undefined;
308
308
  prime?: boolean | undefined;
309
309
  }[] | undefined;
@@ -327,9 +327,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
327
327
  url: string;
328
328
  asin: string;
329
329
  description?: string | undefined;
330
- price?: string | undefined;
331
330
  images?: string[] | undefined;
332
331
  rating?: string | undefined;
332
+ price?: string | undefined;
333
333
  reviews_count?: string | undefined;
334
334
  features?: string[] | undefined;
335
335
  availability?: string | undefined;
@@ -338,9 +338,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
338
338
  url: string;
339
339
  asin: string;
340
340
  description?: string | undefined;
341
- price?: string | undefined;
342
341
  images?: string[] | undefined;
343
342
  rating?: string | undefined;
343
+ price?: string | undefined;
344
344
  reviews_count?: string | undefined;
345
345
  features?: string[] | undefined;
346
346
  availability?: string | undefined;
@@ -355,9 +355,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
355
355
  url: string;
356
356
  asin: string;
357
357
  description?: string | undefined;
358
- price?: string | undefined;
359
358
  images?: string[] | undefined;
360
359
  rating?: string | undefined;
360
+ price?: string | undefined;
361
361
  reviews_count?: string | undefined;
362
362
  features?: string[] | undefined;
363
363
  availability?: string | undefined;
@@ -371,9 +371,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
371
371
  url: string;
372
372
  asin: string;
373
373
  description?: string | undefined;
374
- price?: string | undefined;
375
374
  images?: string[] | undefined;
376
375
  rating?: string | undefined;
376
+ price?: string | undefined;
377
377
  reviews_count?: string | undefined;
378
378
  features?: string[] | undefined;
379
379
  availability?: string | undefined;
@@ -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,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;
126
125
  image?: string | undefined;
127
126
  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;
135
134
  image?: string | undefined;
136
135
  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;
161
160
  images?: string[] | undefined;
162
161
  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;
172
171
  images?: string[] | undefined;
173
172
  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;
338
337
  image?: string | undefined;
339
338
  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;
347
346
  image?: string | undefined;
348
347
  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;
363
362
  image?: string | undefined;
364
363
  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;
378
377
  image?: string | undefined;
379
378
  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;
404
403
  images?: string[] | undefined;
405
404
  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;
415
414
  images?: string[] | undefined;
416
415
  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;
432
431
  images?: string[] | undefined;
433
432
  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;
448
447
  images?: string[] | undefined;
449
448
  rating?: string | undefined;
449
+ price?: string | undefined;
450
450
  reviews_count?: string | undefined;
451
451
  features?: string[] | undefined;
452
452
  availability?: string | undefined;
@@ -126,6 +126,7 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
126
126
  validatedAt: string;
127
127
  codeLength: number;
128
128
  };
129
+ errors?: string[] | undefined;
129
130
  bubbles?: {
130
131
  bubbleName: string;
131
132
  variableName: string;
@@ -134,14 +135,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
134
135
  hasActionCall: boolean;
135
136
  parameterCount: number;
136
137
  }[] | undefined;
137
- errors?: string[] | undefined;
138
- bubbleCount?: number | undefined;
139
138
  variableTypes?: {
140
139
  type: string;
141
140
  name: string;
142
141
  column: number;
143
142
  line: number;
144
143
  }[] | undefined;
144
+ bubbleCount?: number | undefined;
145
145
  }, {
146
146
  valid: boolean;
147
147
  error: string;
@@ -151,6 +151,7 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
151
151
  validatedAt: string;
152
152
  codeLength: number;
153
153
  };
154
+ errors?: string[] | undefined;
154
155
  bubbles?: {
155
156
  bubbleName: string;
156
157
  variableName: string;
@@ -159,14 +160,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
159
160
  hasActionCall: boolean;
160
161
  parameterCount: number;
161
162
  }[] | undefined;
162
- errors?: string[] | undefined;
163
- bubbleCount?: number | undefined;
164
163
  variableTypes?: {
165
164
  type: string;
166
165
  name: string;
167
166
  column: number;
168
167
  line: number;
169
168
  }[] | undefined;
169
+ bubbleCount?: number | undefined;
170
170
  }>;
171
171
  /**
172
172
  * BubbleFlow Validation Tool
@@ -275,6 +275,7 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
275
275
  validatedAt: string;
276
276
  codeLength: number;
277
277
  };
278
+ errors?: string[] | undefined;
278
279
  bubbles?: {
279
280
  bubbleName: string;
280
281
  variableName: string;
@@ -283,14 +284,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
283
284
  hasActionCall: boolean;
284
285
  parameterCount: number;
285
286
  }[] | undefined;
286
- errors?: string[] | undefined;
287
- bubbleCount?: number | undefined;
288
287
  variableTypes?: {
289
288
  type: string;
290
289
  name: string;
291
290
  column: number;
292
291
  line: number;
293
292
  }[] | undefined;
293
+ bubbleCount?: number | undefined;
294
294
  }, {
295
295
  valid: boolean;
296
296
  error: string;
@@ -300,6 +300,7 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
300
300
  validatedAt: string;
301
301
  codeLength: number;
302
302
  };
303
+ errors?: string[] | undefined;
303
304
  bubbles?: {
304
305
  bubbleName: string;
305
306
  variableName: string;
@@ -308,14 +309,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
308
309
  hasActionCall: boolean;
309
310
  parameterCount: number;
310
311
  }[] | undefined;
311
- errors?: string[] | undefined;
312
- bubbleCount?: number | undefined;
313
312
  variableTypes?: {
314
313
  type: string;
315
314
  name: string;
316
315
  column: number;
317
316
  line: number;
318
317
  }[] | 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;
31
32
  xAxisLabel?: string | undefined;
32
33
  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;
50
51
  width: number;
51
52
  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;
67
66
  config?: Record<string, unknown> | undefined;
68
67
  fileName?: string | undefined;
69
68
  xColumn?: string | undefined;
70
69
  yColumn?: string | undefined;
71
70
  groupByColumn?: string | undefined;
72
71
  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;
79
80
  xAxisLabel?: string | undefined;
80
81
  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;
89
88
  config?: Record<string, unknown> | undefined;
90
- fileName?: string | undefined;
91
89
  width?: number | undefined;
92
90
  height?: number | undefined;
91
+ fileName?: string | undefined;
93
92
  xColumn?: string | undefined;
94
93
  yColumn?: string | undefined;
95
94
  groupByColumn?: string | undefined;
96
95
  advancedConfig?: Record<string, unknown> | undefined;
97
96
  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>;
@@ -156,8 +156,8 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
156
156
  width: number;
157
157
  height: number;
158
158
  };
159
- filePath?: string | undefined;
160
159
  fileSize?: number | undefined;
160
+ filePath?: string | undefined;
161
161
  fileExists?: boolean | undefined;
162
162
  }, {
163
163
  error: string;
@@ -177,8 +177,8 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
177
177
  width: number;
178
178
  height: number;
179
179
  };
180
- filePath?: string | undefined;
181
180
  fileSize?: number | undefined;
181
+ filePath?: string | 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;
219
220
  xAxisLabel?: string | undefined;
220
221
  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;
238
239
  width: number;
239
240
  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;
255
254
  config?: Record<string, unknown> | undefined;
256
255
  fileName?: string | undefined;
257
256
  xColumn?: string | undefined;
258
257
  yColumn?: string | undefined;
259
258
  groupByColumn?: string | undefined;
260
259
  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;
267
268
  xAxisLabel?: string | undefined;
268
269
  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;
277
276
  config?: Record<string, unknown> | undefined;
278
- fileName?: string | undefined;
279
277
  width?: number | undefined;
280
278
  height?: number | undefined;
279
+ fileName?: string | undefined;
281
280
  xColumn?: string | undefined;
282
281
  yColumn?: string | undefined;
283
282
  groupByColumn?: string | undefined;
284
283
  advancedConfig?: Record<string, unknown> | undefined;
285
284
  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>;
@@ -341,8 +341,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
341
341
  width: number;
342
342
  height: number;
343
343
  };
344
- filePath?: string | undefined;
345
344
  fileSize?: number | undefined;
345
+ filePath?: string | undefined;
346
346
  fileExists?: boolean | undefined;
347
347
  }, {
348
348
  error: string;
@@ -362,8 +362,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
362
362
  width: number;
363
363
  height: number;
364
364
  };
365
- filePath?: string | undefined;
366
365
  fileSize?: number | undefined;
366
+ filePath?: string | undefined;
367
367
  fileExists?: boolean | undefined;
368
368
  }>;
369
369
  static readonly shortDescription = "Generate Chart.js configurations from data for interactive visualizations";
@@ -27,15 +27,15 @@ declare const EditBubbleFlowToolParamsSchema: z.ZodObject<{
27
27
  credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
28
28
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
29
29
  }, "strip", z.ZodTypeAny, {
30
- initialCode: string;
31
30
  instructions: string;
31
+ initialCode: string;
32
32
  codeEdit: string;
33
33
  credentials?: Record<string, string> | undefined;
34
34
  config?: Record<string, unknown> | undefined;
35
35
  morphModel?: string | undefined;
36
36
  }, {
37
- initialCode: string;
38
37
  instructions: string;
38
+ initialCode: string;
39
39
  codeEdit: string;
40
40
  credentials?: Record<string, string> | undefined;
41
41
  config?: Record<string, unknown> | undefined;
@@ -115,15 +115,15 @@ export declare class EditBubbleFlowTool extends ToolBubble<EditBubbleFlowToolPar
115
115
  credentials: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
116
116
  config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
117
117
  }, "strip", z.ZodTypeAny, {
118
- initialCode: string;
119
118
  instructions: string;
119
+ initialCode: string;
120
120
  codeEdit: string;
121
121
  credentials?: Record<string, string> | undefined;
122
122
  config?: Record<string, unknown> | undefined;
123
123
  morphModel?: string | undefined;
124
124
  }, {
125
- initialCode: string;
126
125
  instructions: string;
126
+ initialCode: string;
127
127
  codeEdit: string;
128
128
  credentials?: Record<string, string> | undefined;
129
129
  config?: Record<string, unknown> | undefined;