@bubblelab/bubble-core 0.1.78 → 0.1.80
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.
- package/dist/bubble-bundle.d.ts +109 -109
- package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
- package/dist/bubbles/service-bubble/ai-agent.d.ts +68 -68
- package/dist/bubbles/service-bubble/airtable.d.ts +102 -102
- package/dist/bubbles/service-bubble/apify/apify.d.ts +16 -16
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +60 -60
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +86 -86
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +398 -398
- package/dist/bubbles/service-bubble/followupboss.d.ts +144 -144
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +40 -40
- package/dist/bubbles/service-bubble/github.d.ts +72 -72
- package/dist/bubbles/service-bubble/gmail.d.ts +532 -532
- package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
- package/dist/bubbles/service-bubble/google-drive.d.ts +66 -66
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/http.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/http.js +8 -1
- package/dist/bubbles/service-bubble/http.js.map +1 -1
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +38 -38
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +32 -32
- package/dist/bubbles/service-bubble/notion/notion.d.ts +492 -492
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/slack.d.ts +1158 -852
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +215 -0
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +71 -71
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +24 -24
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +288 -288
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +58 -58
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +30 -30
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +34 -34
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +108 -108
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +10 -10
- package/dist/bubbles.json +243 -13
- 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
|
error: string;
|
|
117
118
|
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";
|
|
122
123
|
error: string;
|
|
123
124
|
success: boolean;
|
|
124
|
-
operation: "add_to_cart";
|
|
125
125
|
message?: string | undefined;
|
|
126
126
|
cart_count?: number | undefined;
|
|
127
127
|
}>, import("zod").ZodObject<{
|
|
@@ -139,46 +139,46 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
139
139
|
price: string;
|
|
140
140
|
quantity: number;
|
|
141
141
|
asin: string;
|
|
142
|
-
url?: string | undefined;
|
|
143
142
|
image?: string | undefined;
|
|
143
|
+
url?: string | undefined;
|
|
144
144
|
}, {
|
|
145
145
|
title: string;
|
|
146
146
|
price: string;
|
|
147
147
|
quantity: number;
|
|
148
148
|
asin: string;
|
|
149
|
-
url?: string | undefined;
|
|
150
149
|
image?: string | undefined;
|
|
150
|
+
url?: string | undefined;
|
|
151
151
|
}>, "many">>;
|
|
152
152
|
subtotal: import("zod").ZodOptional<import("zod").ZodString>;
|
|
153
153
|
total_items: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
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
|
error: string;
|
|
158
159
|
success: boolean;
|
|
159
|
-
operation: "get_cart";
|
|
160
160
|
items?: {
|
|
161
161
|
title: string;
|
|
162
162
|
price: string;
|
|
163
163
|
quantity: number;
|
|
164
164
|
asin: string;
|
|
165
|
-
url?: string | undefined;
|
|
166
165
|
image?: string | undefined;
|
|
166
|
+
url?: string | undefined;
|
|
167
167
|
}[] | undefined;
|
|
168
168
|
subtotal?: string | undefined;
|
|
169
169
|
total_items?: number | undefined;
|
|
170
170
|
screenshot_url?: string | undefined;
|
|
171
171
|
}, {
|
|
172
|
+
operation: "get_cart";
|
|
172
173
|
error: string;
|
|
173
174
|
success: boolean;
|
|
174
|
-
operation: "get_cart";
|
|
175
175
|
items?: {
|
|
176
176
|
title: string;
|
|
177
177
|
price: string;
|
|
178
178
|
quantity: number;
|
|
179
179
|
asin: string;
|
|
180
|
-
url?: string | undefined;
|
|
181
180
|
image?: string | undefined;
|
|
181
|
+
url?: string | undefined;
|
|
182
182
|
}[] | undefined;
|
|
183
183
|
subtotal?: string | undefined;
|
|
184
184
|
total_items?: number | undefined;
|
|
@@ -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
|
error: string;
|
|
214
215
|
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";
|
|
231
232
|
error: string;
|
|
232
233
|
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";
|
|
282
283
|
error: string;
|
|
283
284
|
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";
|
|
297
298
|
error: string;
|
|
298
299
|
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";
|
|
350
351
|
error: string;
|
|
351
352
|
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";
|
|
366
367
|
error: string;
|
|
367
368
|
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";
|
|
387
388
|
error: string;
|
|
388
389
|
success: boolean;
|
|
389
|
-
operation: "screenshot";
|
|
390
390
|
screenshot_url?: string | undefined;
|
|
391
391
|
}, {
|
|
392
|
+
operation: "screenshot";
|
|
392
393
|
error: string;
|
|
393
394
|
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";
|
|
@@ -119,8 +119,8 @@ export declare const SearchResultSchema: z.ZodObject<{
|
|
|
119
119
|
image: z.ZodOptional<z.ZodString>;
|
|
120
120
|
prime: z.ZodOptional<z.ZodBoolean>;
|
|
121
121
|
}, "strip", z.ZodTypeAny, {
|
|
122
|
-
title: string;
|
|
123
122
|
url: string;
|
|
123
|
+
title: string;
|
|
124
124
|
asin: string;
|
|
125
125
|
image?: string | undefined;
|
|
126
126
|
rating?: string | undefined;
|
|
@@ -128,8 +128,8 @@ export declare const SearchResultSchema: z.ZodObject<{
|
|
|
128
128
|
reviews_count?: string | undefined;
|
|
129
129
|
prime?: boolean | undefined;
|
|
130
130
|
}, {
|
|
131
|
-
title: string;
|
|
132
131
|
url: string;
|
|
132
|
+
title: string;
|
|
133
133
|
asin: string;
|
|
134
134
|
image?: string | undefined;
|
|
135
135
|
rating?: string | undefined;
|
|
@@ -153,8 +153,8 @@ export declare const ProductDetailsSchema: z.ZodObject<{
|
|
|
153
153
|
url: z.ZodString;
|
|
154
154
|
images: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
155
155
|
}, "strip", z.ZodTypeAny, {
|
|
156
|
-
title: string;
|
|
157
156
|
url: string;
|
|
157
|
+
title: string;
|
|
158
158
|
asin: string;
|
|
159
159
|
description?: string | undefined;
|
|
160
160
|
images?: string[] | undefined;
|
|
@@ -164,8 +164,8 @@ export declare const ProductDetailsSchema: z.ZodObject<{
|
|
|
164
164
|
features?: string[] | undefined;
|
|
165
165
|
availability?: string | undefined;
|
|
166
166
|
}, {
|
|
167
|
-
title: string;
|
|
168
167
|
url: string;
|
|
168
|
+
title: string;
|
|
169
169
|
asin: string;
|
|
170
170
|
description?: string | undefined;
|
|
171
171
|
images?: string[] | undefined;
|
|
@@ -186,14 +186,14 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
186
186
|
cart_count: z.ZodOptional<z.ZodNumber>;
|
|
187
187
|
error: z.ZodString;
|
|
188
188
|
}, "strip", z.ZodTypeAny, {
|
|
189
|
-
error: string;
|
|
190
189
|
success: boolean;
|
|
190
|
+
error: string;
|
|
191
191
|
operation: "add_to_cart";
|
|
192
192
|
message?: string | undefined;
|
|
193
193
|
cart_count?: number | undefined;
|
|
194
194
|
}, {
|
|
195
|
-
error: string;
|
|
196
195
|
success: boolean;
|
|
196
|
+
error: string;
|
|
197
197
|
operation: "add_to_cart";
|
|
198
198
|
message?: string | undefined;
|
|
199
199
|
cart_count?: number | undefined;
|
|
@@ -227,8 +227,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
227
227
|
screenshot_url: z.ZodOptional<z.ZodString>;
|
|
228
228
|
error: z.ZodString;
|
|
229
229
|
}, "strip", z.ZodTypeAny, {
|
|
230
|
-
error: string;
|
|
231
230
|
success: boolean;
|
|
231
|
+
error: string;
|
|
232
232
|
operation: "get_cart";
|
|
233
233
|
items?: {
|
|
234
234
|
title: string;
|
|
@@ -242,8 +242,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
242
242
|
total_items?: number | undefined;
|
|
243
243
|
screenshot_url?: string | undefined;
|
|
244
244
|
}, {
|
|
245
|
-
error: string;
|
|
246
245
|
success: boolean;
|
|
246
|
+
error: string;
|
|
247
247
|
operation: "get_cart";
|
|
248
248
|
items?: {
|
|
249
249
|
title: string;
|
|
@@ -283,8 +283,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
283
283
|
screenshot_url: z.ZodOptional<z.ZodString>;
|
|
284
284
|
error: z.ZodString;
|
|
285
285
|
}, "strip", z.ZodTypeAny, {
|
|
286
|
-
error: string;
|
|
287
286
|
success: boolean;
|
|
287
|
+
error: string;
|
|
288
288
|
operation: "checkout";
|
|
289
289
|
items?: {
|
|
290
290
|
title: string;
|
|
@@ -301,8 +301,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
301
301
|
shipping_address?: string | undefined;
|
|
302
302
|
payment_method?: string | undefined;
|
|
303
303
|
}, {
|
|
304
|
-
error: string;
|
|
305
304
|
success: boolean;
|
|
305
|
+
error: string;
|
|
306
306
|
operation: "checkout";
|
|
307
307
|
items?: {
|
|
308
308
|
title: string;
|
|
@@ -331,8 +331,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
331
331
|
image: z.ZodOptional<z.ZodString>;
|
|
332
332
|
prime: z.ZodOptional<z.ZodBoolean>;
|
|
333
333
|
}, "strip", z.ZodTypeAny, {
|
|
334
|
-
title: string;
|
|
335
334
|
url: string;
|
|
335
|
+
title: string;
|
|
336
336
|
asin: string;
|
|
337
337
|
image?: string | undefined;
|
|
338
338
|
rating?: string | undefined;
|
|
@@ -340,8 +340,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
340
340
|
reviews_count?: string | undefined;
|
|
341
341
|
prime?: boolean | undefined;
|
|
342
342
|
}, {
|
|
343
|
-
title: string;
|
|
344
343
|
url: string;
|
|
344
|
+
title: string;
|
|
345
345
|
asin: string;
|
|
346
346
|
image?: string | undefined;
|
|
347
347
|
rating?: string | undefined;
|
|
@@ -352,12 +352,12 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
352
352
|
total_results: z.ZodOptional<z.ZodNumber>;
|
|
353
353
|
error: z.ZodString;
|
|
354
354
|
}, "strip", z.ZodTypeAny, {
|
|
355
|
-
error: string;
|
|
356
355
|
success: boolean;
|
|
356
|
+
error: string;
|
|
357
357
|
operation: "search";
|
|
358
358
|
results?: {
|
|
359
|
-
title: string;
|
|
360
359
|
url: string;
|
|
360
|
+
title: string;
|
|
361
361
|
asin: string;
|
|
362
362
|
image?: string | undefined;
|
|
363
363
|
rating?: string | undefined;
|
|
@@ -367,12 +367,12 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
367
367
|
}[] | undefined;
|
|
368
368
|
total_results?: number | undefined;
|
|
369
369
|
}, {
|
|
370
|
-
error: string;
|
|
371
370
|
success: boolean;
|
|
371
|
+
error: string;
|
|
372
372
|
operation: "search";
|
|
373
373
|
results?: {
|
|
374
|
-
title: string;
|
|
375
374
|
url: string;
|
|
375
|
+
title: string;
|
|
376
376
|
asin: string;
|
|
377
377
|
image?: string | undefined;
|
|
378
378
|
rating?: string | undefined;
|
|
@@ -396,8 +396,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
396
396
|
url: z.ZodString;
|
|
397
397
|
images: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
398
398
|
}, "strip", z.ZodTypeAny, {
|
|
399
|
-
title: string;
|
|
400
399
|
url: string;
|
|
400
|
+
title: string;
|
|
401
401
|
asin: string;
|
|
402
402
|
description?: string | undefined;
|
|
403
403
|
images?: string[] | undefined;
|
|
@@ -407,8 +407,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
407
407
|
features?: string[] | undefined;
|
|
408
408
|
availability?: string | undefined;
|
|
409
409
|
}, {
|
|
410
|
-
title: string;
|
|
411
410
|
url: string;
|
|
411
|
+
title: string;
|
|
412
412
|
asin: string;
|
|
413
413
|
description?: string | undefined;
|
|
414
414
|
images?: string[] | undefined;
|
|
@@ -420,12 +420,12 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
420
420
|
}>>;
|
|
421
421
|
error: z.ZodString;
|
|
422
422
|
}, "strip", z.ZodTypeAny, {
|
|
423
|
-
error: string;
|
|
424
423
|
success: boolean;
|
|
424
|
+
error: string;
|
|
425
425
|
operation: "get_product";
|
|
426
426
|
product?: {
|
|
427
|
-
title: string;
|
|
428
427
|
url: string;
|
|
428
|
+
title: string;
|
|
429
429
|
asin: string;
|
|
430
430
|
description?: string | undefined;
|
|
431
431
|
images?: string[] | undefined;
|
|
@@ -436,12 +436,12 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
436
436
|
availability?: string | undefined;
|
|
437
437
|
} | undefined;
|
|
438
438
|
}, {
|
|
439
|
-
error: string;
|
|
440
439
|
success: boolean;
|
|
440
|
+
error: string;
|
|
441
441
|
operation: "get_product";
|
|
442
442
|
product?: {
|
|
443
|
-
title: string;
|
|
444
443
|
url: string;
|
|
444
|
+
title: string;
|
|
445
445
|
asin: string;
|
|
446
446
|
description?: string | undefined;
|
|
447
447
|
images?: string[] | undefined;
|
|
@@ -457,13 +457,13 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
457
457
|
screenshot_url: z.ZodOptional<z.ZodString>;
|
|
458
458
|
error: z.ZodString;
|
|
459
459
|
}, "strip", z.ZodTypeAny, {
|
|
460
|
-
error: string;
|
|
461
460
|
success: boolean;
|
|
461
|
+
error: string;
|
|
462
462
|
operation: "screenshot";
|
|
463
463
|
screenshot_url?: string | undefined;
|
|
464
464
|
}, {
|
|
465
|
-
error: string;
|
|
466
465
|
success: boolean;
|
|
466
|
+
error: string;
|
|
467
467
|
operation: "screenshot";
|
|
468
468
|
screenshot_url?: string | undefined;
|
|
469
469
|
}>]>;
|
|
@@ -119,13 +119,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
119
119
|
error: z.ZodString;
|
|
120
120
|
}, "strip", z.ZodTypeAny, {
|
|
121
121
|
valid: boolean;
|
|
122
|
+
error: string;
|
|
123
|
+
success: boolean;
|
|
122
124
|
metadata: {
|
|
123
125
|
strictMode: boolean;
|
|
124
126
|
validatedAt: string;
|
|
125
127
|
codeLength: number;
|
|
126
128
|
};
|
|
127
|
-
error: string;
|
|
128
|
-
success: boolean;
|
|
129
129
|
errors?: string[] | undefined;
|
|
130
130
|
bubbles?: {
|
|
131
131
|
bubbleName: string;
|
|
@@ -144,13 +144,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
144
144
|
bubbleCount?: number | undefined;
|
|
145
145
|
}, {
|
|
146
146
|
valid: boolean;
|
|
147
|
+
error: string;
|
|
148
|
+
success: boolean;
|
|
147
149
|
metadata: {
|
|
148
150
|
strictMode: boolean;
|
|
149
151
|
validatedAt: string;
|
|
150
152
|
codeLength: number;
|
|
151
153
|
};
|
|
152
|
-
error: string;
|
|
153
|
-
success: boolean;
|
|
154
154
|
errors?: string[] | undefined;
|
|
155
155
|
bubbles?: {
|
|
156
156
|
bubbleName: string;
|
|
@@ -268,13 +268,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
268
268
|
error: z.ZodString;
|
|
269
269
|
}, "strip", z.ZodTypeAny, {
|
|
270
270
|
valid: boolean;
|
|
271
|
+
error: string;
|
|
272
|
+
success: boolean;
|
|
271
273
|
metadata: {
|
|
272
274
|
strictMode: boolean;
|
|
273
275
|
validatedAt: string;
|
|
274
276
|
codeLength: number;
|
|
275
277
|
};
|
|
276
|
-
error: string;
|
|
277
|
-
success: boolean;
|
|
278
278
|
errors?: string[] | undefined;
|
|
279
279
|
bubbles?: {
|
|
280
280
|
bubbleName: string;
|
|
@@ -293,13 +293,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
293
293
|
bubbleCount?: number | undefined;
|
|
294
294
|
}, {
|
|
295
295
|
valid: boolean;
|
|
296
|
+
error: string;
|
|
297
|
+
success: boolean;
|
|
296
298
|
metadata: {
|
|
297
299
|
strictMode: boolean;
|
|
298
300
|
validatedAt: string;
|
|
299
301
|
codeLength: number;
|
|
300
302
|
};
|
|
301
|
-
error: string;
|
|
302
|
-
success: boolean;
|
|
303
303
|
errors?: string[] | undefined;
|
|
304
304
|
bubbles?: {
|
|
305
305
|
bubbleName: string;
|
|
@@ -46,8 +46,8 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
|
|
|
46
46
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
47
47
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
48
48
|
}, "strip", z.ZodTypeAny, {
|
|
49
|
-
reasoning: string;
|
|
50
49
|
data: Record<string, unknown>[];
|
|
50
|
+
reasoning: string;
|
|
51
51
|
width: number;
|
|
52
52
|
height: number;
|
|
53
53
|
chartType: "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
|
|
@@ -71,8 +71,8 @@ declare const ChartJSToolParamsSchema: z.ZodObject<{
|
|
|
71
71
|
advancedConfig?: Record<string, unknown> | undefined;
|
|
72
72
|
filePath?: string | undefined;
|
|
73
73
|
}, {
|
|
74
|
-
reasoning: string;
|
|
75
74
|
data: Record<string, unknown>[];
|
|
75
|
+
reasoning: string;
|
|
76
76
|
chartType: "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
|
|
77
77
|
options?: {
|
|
78
78
|
title?: string | undefined;
|
|
@@ -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
|
-
error: string;
|
|
150
|
-
success: boolean;
|
|
151
151
|
chartType: string;
|
|
152
152
|
chartConfig: Record<string, unknown>;
|
|
153
153
|
datasetCount: number;
|
|
@@ -160,6 +160,8 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
|
|
|
160
160
|
filePath?: string | 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
|
-
error: string;
|
|
171
|
-
success: boolean;
|
|
172
172
|
chartType: string;
|
|
173
173
|
chartConfig: Record<string, unknown>;
|
|
174
174
|
datasetCount: number;
|
|
@@ -234,8 +234,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
234
234
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
235
235
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
236
236
|
}, "strip", z.ZodTypeAny, {
|
|
237
|
-
reasoning: string;
|
|
238
237
|
data: Record<string, unknown>[];
|
|
238
|
+
reasoning: string;
|
|
239
239
|
width: number;
|
|
240
240
|
height: number;
|
|
241
241
|
chartType: "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
|
|
@@ -259,8 +259,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
259
259
|
advancedConfig?: Record<string, unknown> | undefined;
|
|
260
260
|
filePath?: string | undefined;
|
|
261
261
|
}, {
|
|
262
|
-
reasoning: string;
|
|
263
262
|
data: Record<string, unknown>[];
|
|
263
|
+
reasoning: string;
|
|
264
264
|
chartType: "line" | "bar" | "pie" | "doughnut" | "radar" | "scatter" | "bubble" | "polarArea";
|
|
265
265
|
options?: {
|
|
266
266
|
title?: string | undefined;
|
|
@@ -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
|
-
error: string;
|
|
335
|
-
success: boolean;
|
|
336
336
|
chartType: string;
|
|
337
337
|
chartConfig: Record<string, unknown>;
|
|
338
338
|
datasetCount: number;
|
|
@@ -345,6 +345,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
345
345
|
filePath?: string | undefined;
|
|
346
346
|
fileExists?: boolean | undefined;
|
|
347
347
|
}, {
|
|
348
|
+
error: string;
|
|
349
|
+
success: boolean;
|
|
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
|
-
error: string;
|
|
356
|
-
success: boolean;
|
|
357
357
|
chartType: string;
|
|
358
358
|
chartConfig: Record<string, unknown>;
|
|
359
359
|
datasetCount: number;
|
|
@@ -73,26 +73,26 @@ declare const EditBubbleFlowToolResultSchema: z.ZodObject<{
|
|
|
73
73
|
success: z.ZodBoolean;
|
|
74
74
|
error: z.ZodString;
|
|
75
75
|
}, "strip", z.ZodTypeAny, {
|
|
76
|
+
error: string;
|
|
77
|
+
success: boolean;
|
|
76
78
|
metadata: {
|
|
77
79
|
originalLength: number;
|
|
78
80
|
morphModel: string;
|
|
79
81
|
editedAt: string;
|
|
80
82
|
finalLength: number;
|
|
81
83
|
};
|
|
82
|
-
error: string;
|
|
83
|
-
success: boolean;
|
|
84
84
|
mergedCode: string;
|
|
85
85
|
applied: boolean;
|
|
86
86
|
diff?: string | undefined;
|
|
87
87
|
}, {
|
|
88
|
+
error: string;
|
|
89
|
+
success: boolean;
|
|
88
90
|
metadata: {
|
|
89
91
|
originalLength: number;
|
|
90
92
|
morphModel: string;
|
|
91
93
|
editedAt: string;
|
|
92
94
|
finalLength: number;
|
|
93
95
|
};
|
|
94
|
-
error: string;
|
|
95
|
-
success: boolean;
|
|
96
96
|
mergedCode: string;
|
|
97
97
|
applied: boolean;
|
|
98
98
|
diff?: string | undefined;
|
|
@@ -152,26 +152,26 @@ export declare class EditBubbleFlowTool extends ToolBubble<EditBubbleFlowToolPar
|
|
|
152
152
|
success: z.ZodBoolean;
|
|
153
153
|
error: z.ZodString;
|
|
154
154
|
}, "strip", z.ZodTypeAny, {
|
|
155
|
+
error: string;
|
|
156
|
+
success: boolean;
|
|
155
157
|
metadata: {
|
|
156
158
|
originalLength: number;
|
|
157
159
|
morphModel: string;
|
|
158
160
|
editedAt: string;
|
|
159
161
|
finalLength: number;
|
|
160
162
|
};
|
|
161
|
-
error: string;
|
|
162
|
-
success: boolean;
|
|
163
163
|
mergedCode: string;
|
|
164
164
|
applied: boolean;
|
|
165
165
|
diff?: string | undefined;
|
|
166
166
|
}, {
|
|
167
|
+
error: string;
|
|
168
|
+
success: boolean;
|
|
167
169
|
metadata: {
|
|
168
170
|
originalLength: number;
|
|
169
171
|
morphModel: string;
|
|
170
172
|
editedAt: string;
|
|
171
173
|
finalLength: number;
|
|
172
174
|
};
|
|
173
|
-
error: string;
|
|
174
|
-
success: boolean;
|
|
175
175
|
mergedCode: string;
|
|
176
176
|
applied: boolean;
|
|
177
177
|
diff?: string | undefined;
|