@bubblelab/bubble-core 0.1.20 → 0.1.22

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 (51) hide show
  1. package/dist/bubble-bundle.d.ts +60 -60
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +96 -96
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +56 -56
  4. package/dist/bubbles/service-bubble/airtable.d.ts +138 -138
  5. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +27 -27
  6. package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
  7. package/dist/bubbles/service-bubble/firecrawl.d.ts +811 -811
  8. package/dist/bubbles/service-bubble/followupboss.d.ts +156 -156
  9. package/dist/bubbles/service-bubble/github.d.ts +216 -216
  10. package/dist/bubbles/service-bubble/gmail.d.ts +584 -584
  11. package/dist/bubbles/service-bubble/google-calendar.d.ts +482 -482
  12. package/dist/bubbles/service-bubble/google-drive.d.ts +139 -66
  13. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  14. package/dist/bubbles/service-bubble/google-drive.js +343 -0
  15. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  16. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  17. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  18. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  19. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  20. package/dist/bubbles/service-bubble/notion/notion.d.ts +1278 -1278
  21. package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
  22. package/dist/bubbles/service-bubble/resend.d.ts +28 -28
  23. package/dist/bubbles/service-bubble/slack/slack.d.ts +369 -363
  24. package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
  25. package/dist/bubbles/service-bubble/slack/slack.js +89 -2
  26. package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
  27. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  28. package/dist/bubbles/service-bubble/telegram.d.ts +1289 -1289
  29. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
  30. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +12 -12
  31. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
  32. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  33. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
  34. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
  35. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +46 -46
  36. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  37. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  38. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +24 -24
  39. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +64 -64
  40. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
  41. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  42. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  43. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +36 -36
  44. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  45. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +74 -74
  46. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  47. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +24 -24
  48. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +84 -84
  49. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  50. package/dist/bubbles.json +2 -2
  51. 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
- 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
  }>, 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";
116
117
  success: boolean;
117
118
  error: string;
118
- operation: "add_to_cart";
119
119
  message?: string | undefined;
120
120
  cart_count?: number | undefined;
121
121
  }, {
122
+ operation: "add_to_cart";
122
123
  success: boolean;
123
124
  error: string;
124
- operation: "add_to_cart";
125
125
  message?: string | undefined;
126
126
  cart_count?: number | undefined;
127
127
  }>, import("zod").ZodObject<{
@@ -154,9 +154,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
154
154
  screenshot_url: import("zod").ZodOptional<import("zod").ZodString>;
155
155
  error: import("zod").ZodString;
156
156
  }, "strip", import("zod").ZodTypeAny, {
157
+ operation: "get_cart";
157
158
  success: boolean;
158
159
  error: string;
159
- operation: "get_cart";
160
160
  items?: {
161
161
  title: string;
162
162
  price: string;
@@ -169,9 +169,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
169
169
  total_items?: number | undefined;
170
170
  screenshot_url?: string | undefined;
171
171
  }, {
172
+ operation: "get_cart";
172
173
  success: boolean;
173
174
  error: string;
174
- operation: "get_cart";
175
175
  items?: {
176
176
  title: string;
177
177
  price: string;
@@ -210,9 +210,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
210
210
  screenshot_url: import("zod").ZodOptional<import("zod").ZodString>;
211
211
  error: import("zod").ZodString;
212
212
  }, "strip", import("zod").ZodTypeAny, {
213
+ operation: "checkout";
213
214
  success: boolean;
214
215
  error: string;
215
- operation: "checkout";
216
216
  items?: {
217
217
  title: string;
218
218
  price?: string | undefined;
@@ -228,9 +228,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
228
228
  shipping_address?: string | undefined;
229
229
  payment_method?: string | undefined;
230
230
  }, {
231
+ operation: "checkout";
231
232
  success: boolean;
232
233
  error: string;
233
- operation: "checkout";
234
234
  items?: {
235
235
  title: string;
236
236
  price?: string | undefined;
@@ -279,9 +279,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
279
279
  total_results: import("zod").ZodOptional<import("zod").ZodNumber>;
280
280
  error: import("zod").ZodString;
281
281
  }, "strip", import("zod").ZodTypeAny, {
282
+ operation: "search";
282
283
  success: boolean;
283
284
  error: string;
284
- operation: "search";
285
285
  results?: {
286
286
  title: string;
287
287
  url: string;
@@ -294,9 +294,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
294
294
  }[] | undefined;
295
295
  total_results?: number | undefined;
296
296
  }, {
297
+ operation: "search";
297
298
  success: boolean;
298
299
  error: string;
299
- operation: "search";
300
300
  results?: {
301
301
  title: string;
302
302
  url: string;
@@ -347,9 +347,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
347
347
  }>>;
348
348
  error: import("zod").ZodString;
349
349
  }, "strip", import("zod").ZodTypeAny, {
350
+ operation: "get_product";
350
351
  success: boolean;
351
352
  error: string;
352
- operation: "get_product";
353
353
  product?: {
354
354
  title: string;
355
355
  url: string;
@@ -363,9 +363,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
363
363
  availability?: string | undefined;
364
364
  } | undefined;
365
365
  }, {
366
+ operation: "get_product";
366
367
  success: boolean;
367
368
  error: string;
368
- operation: "get_product";
369
369
  product?: {
370
370
  title: string;
371
371
  url: string;
@@ -384,14 +384,14 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
384
384
  screenshot_url: import("zod").ZodOptional<import("zod").ZodString>;
385
385
  error: import("zod").ZodString;
386
386
  }, "strip", import("zod").ZodTypeAny, {
387
+ operation: "screenshot";
387
388
  success: boolean;
388
389
  error: string;
389
- operation: "screenshot";
390
390
  screenshot_url?: string | undefined;
391
391
  }, {
392
+ operation: "screenshot";
392
393
  success: boolean;
393
394
  error: string;
394
- operation: "screenshot";
395
395
  screenshot_url?: string | undefined;
396
396
  }>]>;
397
397
  static readonly shortDescription = "Amazon shopping automation - add to cart, view cart, checkout, search products";
@@ -94,13 +94,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
94
94
  }, "strip", z.ZodTypeAny, {
95
95
  type: string;
96
96
  name: string;
97
- line: number;
98
97
  column: number;
98
+ line: number;
99
99
  }, {
100
100
  type: string;
101
101
  name: string;
102
- line: number;
103
102
  column: number;
103
+ line: number;
104
104
  }>, "many">>;
105
105
  metadata: z.ZodObject<{
106
106
  validatedAt: z.ZodString;
@@ -135,13 +135,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
135
135
  parameterCount: number;
136
136
  }[] | undefined;
137
137
  errors?: string[] | undefined;
138
- bubbleCount?: number | undefined;
139
138
  variableTypes?: {
140
139
  type: string;
141
140
  name: string;
142
- line: number;
143
141
  column: number;
142
+ line: number;
144
143
  }[] | undefined;
144
+ bubbleCount?: number | undefined;
145
145
  }, {
146
146
  valid: boolean;
147
147
  success: boolean;
@@ -160,13 +160,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
160
160
  parameterCount: number;
161
161
  }[] | undefined;
162
162
  errors?: string[] | undefined;
163
- bubbleCount?: number | undefined;
164
163
  variableTypes?: {
165
164
  type: string;
166
165
  name: string;
167
- line: number;
168
166
  column: number;
167
+ line: number;
169
168
  }[] | undefined;
169
+ bubbleCount?: number | undefined;
170
170
  }>;
171
171
  /**
172
172
  * BubbleFlow Validation Tool
@@ -243,13 +243,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
243
243
  }, "strip", z.ZodTypeAny, {
244
244
  type: string;
245
245
  name: string;
246
- line: number;
247
246
  column: number;
247
+ line: number;
248
248
  }, {
249
249
  type: string;
250
250
  name: string;
251
- line: number;
252
251
  column: number;
252
+ line: number;
253
253
  }>, "many">>;
254
254
  metadata: z.ZodObject<{
255
255
  validatedAt: z.ZodString;
@@ -284,13 +284,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
284
284
  parameterCount: number;
285
285
  }[] | undefined;
286
286
  errors?: string[] | undefined;
287
- bubbleCount?: number | undefined;
288
287
  variableTypes?: {
289
288
  type: string;
290
289
  name: string;
291
- line: number;
292
290
  column: number;
291
+ line: number;
293
292
  }[] | undefined;
293
+ bubbleCount?: number | undefined;
294
294
  }, {
295
295
  valid: boolean;
296
296
  success: boolean;
@@ -309,13 +309,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
309
309
  parameterCount: number;
310
310
  }[] | undefined;
311
311
  errors?: string[] | undefined;
312
- bubbleCount?: number | undefined;
313
312
  variableTypes?: {
314
313
  type: string;
315
314
  name: string;
316
- line: number;
317
315
  column: number;
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?: {
@@ -62,7 +62,6 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
62
62
  xAxisLabel?: string | undefined;
63
63
  yAxisLabel?: string | undefined;
64
64
  } | undefined;
65
- filePath?: string | undefined;
66
65
  credentials?: Partial<Record<CredentialType, string>> | undefined;
67
66
  config?: Record<string, unknown> | undefined;
68
67
  fileName?: string | undefined;
@@ -70,31 +69,32 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
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
- filePath?: string | undefined;
88
87
  credentials?: Partial<Record<CredentialType, 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
  success: boolean;
@@ -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?: {
@@ -250,7 +250,6 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
250
250
  xAxisLabel?: string | undefined;
251
251
  yAxisLabel?: string | undefined;
252
252
  } | undefined;
253
- filePath?: string | undefined;
254
253
  credentials?: Partial<Record<CredentialType, string>> | undefined;
255
254
  config?: Record<string, unknown> | undefined;
256
255
  fileName?: string | undefined;
@@ -258,31 +257,32 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
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
- filePath?: string | undefined;
276
275
  credentials?: Partial<Record<CredentialType, 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
  success: boolean;
@@ -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;
@@ -147,9 +147,9 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
147
147
  success: z.ZodBoolean;
148
148
  error: z.ZodString;
149
149
  }, "strip", z.ZodTypeAny, {
150
+ operation: "search";
150
151
  success: boolean;
151
152
  error: string;
152
- operation: "search";
153
153
  places: {
154
154
  title: string | null;
155
155
  url: string | null;
@@ -183,9 +183,9 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
183
183
  }[];
184
184
  totalPlaces: number;
185
185
  }, {
186
+ operation: "search";
186
187
  success: boolean;
187
188
  error: string;
188
- operation: "search";
189
189
  places: {
190
190
  title: string | null;
191
191
  url: string | null;
@@ -369,9 +369,9 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
369
369
  success: z.ZodBoolean;
370
370
  error: z.ZodString;
371
371
  }, "strip", z.ZodTypeAny, {
372
+ operation: "search";
372
373
  success: boolean;
373
374
  error: string;
374
- operation: "search";
375
375
  places: {
376
376
  title: string | null;
377
377
  url: string | null;
@@ -405,9 +405,9 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
405
405
  }[];
406
406
  totalPlaces: number;
407
407
  }, {
408
+ operation: "search";
408
409
  success: boolean;
409
410
  error: string;
410
- operation: "search";
411
411
  places: {
412
412
  title: string | null;
413
413
  url: string | null;
@@ -49,8 +49,8 @@ declare const InstagramProfileSchema: z.ZodObject<{
49
49
  postsCount: number | null;
50
50
  profilePicUrl: string | null;
51
51
  isVerified: boolean | null;
52
- bio: string | null;
53
52
  followingCount: number | null;
53
+ bio: string | null;
54
54
  }, {
55
55
  username: string;
56
56
  fullName: string | null;
@@ -58,8 +58,8 @@ declare const InstagramProfileSchema: z.ZodObject<{
58
58
  postsCount: number | null;
59
59
  profilePicUrl: string | null;
60
60
  isVerified: boolean | null;
61
- bio: string | null;
62
61
  followingCount: number | null;
62
+ bio: string | null;
63
63
  }>;
64
64
  declare const InstagramToolParamsSchema: z.ZodObject<{
65
65
  operation: z.ZodEnum<["scrapeProfile", "scrapeHashtag"]>;
@@ -129,8 +129,8 @@ declare const InstagramToolResultSchema: z.ZodObject<{
129
129
  postsCount: number | null;
130
130
  profilePicUrl: string | null;
131
131
  isVerified: boolean | null;
132
- bio: string | null;
133
132
  followingCount: number | null;
133
+ bio: string | null;
134
134
  }, {
135
135
  username: string;
136
136
  fullName: string | null;
@@ -138,8 +138,8 @@ declare const InstagramToolResultSchema: z.ZodObject<{
138
138
  postsCount: number | null;
139
139
  profilePicUrl: string | null;
140
140
  isVerified: boolean | null;
141
- bio: string | null;
142
141
  followingCount: number | null;
142
+ bio: string | null;
143
143
  }>, "many">>;
144
144
  scrapedHashtags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
145
145
  scrapedProfiles: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -147,9 +147,9 @@ declare const InstagramToolResultSchema: z.ZodObject<{
147
147
  success: z.ZodBoolean;
148
148
  error: z.ZodString;
149
149
  }, "strip", z.ZodTypeAny, {
150
+ operation: "scrapeProfile" | "scrapeHashtag";
150
151
  success: boolean;
151
152
  error: string;
152
- operation: "scrapeProfile" | "scrapeHashtag";
153
153
  posts: {
154
154
  type: "image" | "video" | "carousel" | null;
155
155
  url: string | null;
@@ -169,15 +169,15 @@ declare const InstagramToolResultSchema: z.ZodObject<{
169
169
  postsCount: number | null;
170
170
  profilePicUrl: string | null;
171
171
  isVerified: boolean | null;
172
- bio: string | null;
173
172
  followingCount: number | null;
173
+ bio: string | null;
174
174
  }[] | undefined;
175
175
  scrapedHashtags?: string[] | undefined;
176
176
  scrapedProfiles?: string[] | undefined;
177
177
  }, {
178
+ operation: "scrapeProfile" | "scrapeHashtag";
178
179
  success: boolean;
179
180
  error: string;
180
- operation: "scrapeProfile" | "scrapeHashtag";
181
181
  posts: {
182
182
  type: "image" | "video" | "carousel" | null;
183
183
  url: string | null;
@@ -197,8 +197,8 @@ declare const InstagramToolResultSchema: z.ZodObject<{
197
197
  postsCount: number | null;
198
198
  profilePicUrl: string | null;
199
199
  isVerified: boolean | null;
200
- bio: string | null;
201
200
  followingCount: number | null;
201
+ bio: string | null;
202
202
  }[] | undefined;
203
203
  scrapedHashtags?: string[] | undefined;
204
204
  scrapedProfiles?: string[] | undefined;
@@ -294,8 +294,8 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
294
294
  postsCount: number | null;
295
295
  profilePicUrl: string | null;
296
296
  isVerified: boolean | null;
297
- bio: string | null;
298
297
  followingCount: number | null;
298
+ bio: string | null;
299
299
  }, {
300
300
  username: string;
301
301
  fullName: string | null;
@@ -303,8 +303,8 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
303
303
  postsCount: number | null;
304
304
  profilePicUrl: string | null;
305
305
  isVerified: boolean | null;
306
- bio: string | null;
307
306
  followingCount: number | null;
307
+ bio: string | null;
308
308
  }>, "many">>;
309
309
  scrapedHashtags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
310
310
  scrapedProfiles: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -312,9 +312,9 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
312
312
  success: z.ZodBoolean;
313
313
  error: z.ZodString;
314
314
  }, "strip", z.ZodTypeAny, {
315
+ operation: "scrapeProfile" | "scrapeHashtag";
315
316
  success: boolean;
316
317
  error: string;
317
- operation: "scrapeProfile" | "scrapeHashtag";
318
318
  posts: {
319
319
  type: "image" | "video" | "carousel" | null;
320
320
  url: string | null;
@@ -334,15 +334,15 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
334
334
  postsCount: number | null;
335
335
  profilePicUrl: string | null;
336
336
  isVerified: boolean | null;
337
- bio: string | null;
338
337
  followingCount: number | null;
338
+ bio: string | null;
339
339
  }[] | undefined;
340
340
  scrapedHashtags?: string[] | undefined;
341
341
  scrapedProfiles?: string[] | undefined;
342
342
  }, {
343
+ operation: "scrapeProfile" | "scrapeHashtag";
343
344
  success: boolean;
344
345
  error: string;
345
- operation: "scrapeProfile" | "scrapeHashtag";
346
346
  posts: {
347
347
  type: "image" | "video" | "carousel" | null;
348
348
  url: string | null;
@@ -362,8 +362,8 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
362
362
  postsCount: number | null;
363
363
  profilePicUrl: string | null;
364
364
  isVerified: boolean | null;
365
- bio: string | null;
366
365
  followingCount: number | null;
366
+ bio: string | null;
367
367
  }[] | undefined;
368
368
  scrapedHashtags?: string[] | undefined;
369
369
  scrapedProfiles?: string[] | undefined;