@bubblelab/bubble-core 0.1.49 → 0.1.51
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 +126 -106
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +132 -132
- package/dist/bubbles/service-bubble/ai-agent.d.ts +36 -36
- package/dist/bubbles/service-bubble/airtable.d.ts +230 -230
- package/dist/bubbles/service-bubble/apify/apify.d.ts +38 -38
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +178 -178
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +57 -57
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +98 -98
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
- package/dist/bubbles/service-bubble/firecrawl.d.ts +292 -292
- package/dist/bubbles/service-bubble/followupboss.d.ts +302 -302
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +28 -28
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.js +8 -4
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.js.map +1 -1
- package/dist/bubbles/service-bubble/github.d.ts +124 -124
- package/dist/bubbles/service-bubble/gmail.d.ts +248 -248
- package/dist/bubbles/service-bubble/google-calendar.d.ts +56 -56
- package/dist/bubbles/service-bubble/google-drive.d.ts +120 -120
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +54 -54
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.d.ts +59 -59
- package/dist/bubbles/service-bubble/notion/notion.d.ts +212 -212
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/resend.d.ts +16 -16
- package/dist/bubbles/service-bubble/slack/slack.d.ts +340 -340
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/stripe/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/stripe/index.js +4 -0
- package/dist/bubbles/service-bubble/stripe/index.js.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +1178 -0
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.js +618 -0
- package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +1326 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.js +626 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.utils.d.ts +40 -0
- package/dist/bubbles/service-bubble/stripe/stripe.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.utils.js +111 -0
- package/dist/bubbles/service-bubble/stripe/stripe.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/telegram.d.ts +114 -114
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +40 -40
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +324 -324
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +132 -132
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +96 -96
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1806 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/types/base-bubble-class.d.ts.map +1 -1
- package/dist/types/base-bubble-class.js +12 -0
- package/dist/types/base-bubble-class.js.map +1 -1
- package/dist/utils/schema-comparison.d.ts +10 -0
- package/dist/utils/schema-comparison.d.ts.map +1 -1
- package/dist/utils/schema-comparison.js +215 -0
- package/dist/utils/schema-comparison.js.map +1 -1
- 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<{
|
|
@@ -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
|
-
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
|
static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [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
|
-
error: string;
|
|
117
|
-
success: boolean;
|
|
118
116
|
operation: "add_to_cart";
|
|
117
|
+
success: boolean;
|
|
118
|
+
error: string;
|
|
119
119
|
message?: string | undefined;
|
|
120
120
|
cart_count?: number | undefined;
|
|
121
121
|
}, {
|
|
122
|
-
error: string;
|
|
123
|
-
success: boolean;
|
|
124
122
|
operation: "add_to_cart";
|
|
123
|
+
success: boolean;
|
|
124
|
+
error: string;
|
|
125
125
|
message?: string | undefined;
|
|
126
126
|
cart_count?: number | undefined;
|
|
127
127
|
}>, import("zod").ZodObject<{
|
|
@@ -137,15 +137,15 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
137
137
|
}, "strip", import("zod").ZodTypeAny, {
|
|
138
138
|
title: string;
|
|
139
139
|
price: string;
|
|
140
|
-
asin: string;
|
|
141
140
|
quantity: number;
|
|
141
|
+
asin: string;
|
|
142
142
|
url?: string | undefined;
|
|
143
143
|
image?: string | undefined;
|
|
144
144
|
}, {
|
|
145
145
|
title: string;
|
|
146
146
|
price: string;
|
|
147
|
-
asin: string;
|
|
148
147
|
quantity: number;
|
|
148
|
+
asin: string;
|
|
149
149
|
url?: string | undefined;
|
|
150
150
|
image?: string | undefined;
|
|
151
151
|
}>, "many">>;
|
|
@@ -154,14 +154,14 @@ 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
|
-
error: string;
|
|
158
|
-
success: boolean;
|
|
159
157
|
operation: "get_cart";
|
|
158
|
+
success: boolean;
|
|
159
|
+
error: string;
|
|
160
160
|
items?: {
|
|
161
161
|
title: string;
|
|
162
162
|
price: string;
|
|
163
|
-
asin: string;
|
|
164
163
|
quantity: number;
|
|
164
|
+
asin: string;
|
|
165
165
|
url?: string | undefined;
|
|
166
166
|
image?: string | undefined;
|
|
167
167
|
}[] | undefined;
|
|
@@ -169,14 +169,14 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
169
169
|
total_items?: number | undefined;
|
|
170
170
|
screenshot_url?: string | undefined;
|
|
171
171
|
}, {
|
|
172
|
-
error: string;
|
|
173
|
-
success: boolean;
|
|
174
172
|
operation: "get_cart";
|
|
173
|
+
success: boolean;
|
|
174
|
+
error: string;
|
|
175
175
|
items?: {
|
|
176
176
|
title: string;
|
|
177
177
|
price: string;
|
|
178
|
-
asin: string;
|
|
179
178
|
quantity: number;
|
|
179
|
+
asin: string;
|
|
180
180
|
url?: string | undefined;
|
|
181
181
|
image?: string | undefined;
|
|
182
182
|
}[] | 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
|
-
error: string;
|
|
214
|
-
success: boolean;
|
|
215
213
|
operation: "checkout";
|
|
214
|
+
success: boolean;
|
|
215
|
+
error: string;
|
|
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
|
-
error: string;
|
|
232
|
-
success: boolean;
|
|
233
231
|
operation: "checkout";
|
|
232
|
+
success: boolean;
|
|
233
|
+
error: string;
|
|
234
234
|
items?: {
|
|
235
235
|
title: string;
|
|
236
236
|
price?: string | undefined;
|
|
@@ -261,49 +261,49 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
261
261
|
title: string;
|
|
262
262
|
url: string;
|
|
263
263
|
asin: string;
|
|
264
|
+
price?: string | undefined;
|
|
264
265
|
image?: string | undefined;
|
|
265
266
|
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;
|
|
273
274
|
image?: string | undefined;
|
|
274
275
|
rating?: string | undefined;
|
|
275
|
-
price?: string | undefined;
|
|
276
276
|
reviews_count?: string | undefined;
|
|
277
277
|
prime?: boolean | undefined;
|
|
278
278
|
}>, "many">>;
|
|
279
279
|
total_results: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
280
280
|
error: import("zod").ZodString;
|
|
281
281
|
}, "strip", import("zod").ZodTypeAny, {
|
|
282
|
-
error: string;
|
|
283
|
-
success: boolean;
|
|
284
282
|
operation: "search";
|
|
283
|
+
success: boolean;
|
|
284
|
+
error: string;
|
|
285
285
|
results?: {
|
|
286
286
|
title: string;
|
|
287
287
|
url: string;
|
|
288
288
|
asin: string;
|
|
289
|
+
price?: string | undefined;
|
|
289
290
|
image?: string | undefined;
|
|
290
291
|
rating?: string | undefined;
|
|
291
|
-
price?: string | undefined;
|
|
292
292
|
reviews_count?: string | undefined;
|
|
293
293
|
prime?: boolean | undefined;
|
|
294
294
|
}[] | undefined;
|
|
295
295
|
total_results?: number | undefined;
|
|
296
296
|
}, {
|
|
297
|
-
error: string;
|
|
298
|
-
success: boolean;
|
|
299
297
|
operation: "search";
|
|
298
|
+
success: boolean;
|
|
299
|
+
error: string;
|
|
300
300
|
results?: {
|
|
301
301
|
title: string;
|
|
302
302
|
url: string;
|
|
303
303
|
asin: string;
|
|
304
|
+
price?: string | undefined;
|
|
304
305
|
image?: string | undefined;
|
|
305
306
|
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;
|
|
330
331
|
images?: string[] | undefined;
|
|
331
332
|
rating?: string | undefined;
|
|
332
|
-
price?: string | undefined;
|
|
333
333
|
reviews_count?: string | undefined;
|
|
334
334
|
features?: string[] | undefined;
|
|
335
335
|
availability?: string | undefined;
|
|
@@ -338,42 +338,42 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
338
338
|
url: string;
|
|
339
339
|
asin: string;
|
|
340
340
|
description?: string | undefined;
|
|
341
|
+
price?: string | undefined;
|
|
341
342
|
images?: string[] | undefined;
|
|
342
343
|
rating?: string | undefined;
|
|
343
|
-
price?: string | undefined;
|
|
344
344
|
reviews_count?: string | undefined;
|
|
345
345
|
features?: string[] | undefined;
|
|
346
346
|
availability?: string | undefined;
|
|
347
347
|
}>>;
|
|
348
348
|
error: import("zod").ZodString;
|
|
349
349
|
}, "strip", import("zod").ZodTypeAny, {
|
|
350
|
-
error: string;
|
|
351
|
-
success: boolean;
|
|
352
350
|
operation: "get_product";
|
|
351
|
+
success: boolean;
|
|
352
|
+
error: string;
|
|
353
353
|
product?: {
|
|
354
354
|
title: string;
|
|
355
355
|
url: string;
|
|
356
356
|
asin: string;
|
|
357
357
|
description?: string | undefined;
|
|
358
|
+
price?: string | undefined;
|
|
358
359
|
images?: string[] | undefined;
|
|
359
360
|
rating?: string | undefined;
|
|
360
|
-
price?: string | undefined;
|
|
361
361
|
reviews_count?: string | undefined;
|
|
362
362
|
features?: string[] | undefined;
|
|
363
363
|
availability?: string | undefined;
|
|
364
364
|
} | undefined;
|
|
365
365
|
}, {
|
|
366
|
-
error: string;
|
|
367
|
-
success: boolean;
|
|
368
366
|
operation: "get_product";
|
|
367
|
+
success: boolean;
|
|
368
|
+
error: string;
|
|
369
369
|
product?: {
|
|
370
370
|
title: string;
|
|
371
371
|
url: string;
|
|
372
372
|
asin: string;
|
|
373
373
|
description?: string | undefined;
|
|
374
|
+
price?: string | undefined;
|
|
374
375
|
images?: string[] | undefined;
|
|
375
376
|
rating?: string | undefined;
|
|
376
|
-
price?: string | undefined;
|
|
377
377
|
reviews_count?: string | undefined;
|
|
378
378
|
features?: string[] | undefined;
|
|
379
379
|
availability?: string | undefined;
|
|
@@ -384,14 +384,14 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
384
384
|
screenshot_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
385
385
|
error: import("zod").ZodString;
|
|
386
386
|
}, "strip", import("zod").ZodTypeAny, {
|
|
387
|
-
error: string;
|
|
388
|
-
success: boolean;
|
|
389
387
|
operation: "screenshot";
|
|
388
|
+
success: boolean;
|
|
389
|
+
error: string;
|
|
390
390
|
screenshot_url?: string | undefined;
|
|
391
391
|
}, {
|
|
392
|
-
error: string;
|
|
393
|
-
success: boolean;
|
|
394
392
|
operation: "screenshot";
|
|
393
|
+
success: boolean;
|
|
394
|
+
error: string;
|
|
395
395
|
screenshot_url?: string | undefined;
|
|
396
396
|
}>]>;
|
|
397
397
|
static readonly shortDescription = "Amazon shopping automation - add to cart, view cart, checkout, search products";
|
|
@@ -13,15 +13,15 @@ export declare const CartItemSchema: z.ZodObject<{
|
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
14
|
title: string;
|
|
15
15
|
price: string;
|
|
16
|
-
asin: string;
|
|
17
16
|
quantity: number;
|
|
17
|
+
asin: string;
|
|
18
18
|
url?: string | undefined;
|
|
19
19
|
image?: string | undefined;
|
|
20
20
|
}, {
|
|
21
21
|
title: string;
|
|
22
22
|
price: string;
|
|
23
|
-
asin: string;
|
|
24
23
|
quantity: number;
|
|
24
|
+
asin: string;
|
|
25
25
|
url?: string | undefined;
|
|
26
26
|
image?: string | undefined;
|
|
27
27
|
}>;
|
|
@@ -210,15 +210,15 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
210
210
|
}, "strip", z.ZodTypeAny, {
|
|
211
211
|
title: string;
|
|
212
212
|
price: string;
|
|
213
|
-
asin: string;
|
|
214
213
|
quantity: number;
|
|
214
|
+
asin: string;
|
|
215
215
|
url?: string | undefined;
|
|
216
216
|
image?: string | undefined;
|
|
217
217
|
}, {
|
|
218
218
|
title: string;
|
|
219
219
|
price: string;
|
|
220
|
-
asin: string;
|
|
221
220
|
quantity: number;
|
|
221
|
+
asin: string;
|
|
222
222
|
url?: string | undefined;
|
|
223
223
|
image?: string | undefined;
|
|
224
224
|
}>, "many">>;
|
|
@@ -233,8 +233,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
233
233
|
items?: {
|
|
234
234
|
title: string;
|
|
235
235
|
price: string;
|
|
236
|
-
asin: string;
|
|
237
236
|
quantity: number;
|
|
237
|
+
asin: string;
|
|
238
238
|
url?: string | undefined;
|
|
239
239
|
image?: string | undefined;
|
|
240
240
|
}[] | undefined;
|
|
@@ -248,8 +248,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
248
248
|
items?: {
|
|
249
249
|
title: string;
|
|
250
250
|
price: string;
|
|
251
|
-
asin: string;
|
|
252
251
|
quantity: number;
|
|
252
|
+
asin: string;
|
|
253
253
|
url?: string | undefined;
|
|
254
254
|
image?: string | undefined;
|
|
255
255
|
}[] | undefined;
|
|
@@ -119,13 +119,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
119
119
|
error: z.ZodString;
|
|
120
120
|
}, "strip", z.ZodTypeAny, {
|
|
121
121
|
valid: boolean;
|
|
122
|
-
error: string;
|
|
123
|
-
success: boolean;
|
|
124
122
|
metadata: {
|
|
125
123
|
strictMode: boolean;
|
|
126
124
|
validatedAt: string;
|
|
127
125
|
codeLength: number;
|
|
128
126
|
};
|
|
127
|
+
success: boolean;
|
|
128
|
+
error: string;
|
|
129
129
|
errors?: string[] | undefined;
|
|
130
130
|
bubbles?: {
|
|
131
131
|
bubbleName: string;
|
|
@@ -144,13 +144,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
144
144
|
bubbleCount?: number | undefined;
|
|
145
145
|
}, {
|
|
146
146
|
valid: boolean;
|
|
147
|
-
error: string;
|
|
148
|
-
success: boolean;
|
|
149
147
|
metadata: {
|
|
150
148
|
strictMode: boolean;
|
|
151
149
|
validatedAt: string;
|
|
152
150
|
codeLength: number;
|
|
153
151
|
};
|
|
152
|
+
success: boolean;
|
|
153
|
+
error: string;
|
|
154
154
|
errors?: string[] | undefined;
|
|
155
155
|
bubbles?: {
|
|
156
156
|
bubbleName: string;
|
|
@@ -268,13 +268,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
268
268
|
error: z.ZodString;
|
|
269
269
|
}, "strip", z.ZodTypeAny, {
|
|
270
270
|
valid: boolean;
|
|
271
|
-
error: string;
|
|
272
|
-
success: boolean;
|
|
273
271
|
metadata: {
|
|
274
272
|
strictMode: boolean;
|
|
275
273
|
validatedAt: string;
|
|
276
274
|
codeLength: number;
|
|
277
275
|
};
|
|
276
|
+
success: boolean;
|
|
277
|
+
error: string;
|
|
278
278
|
errors?: string[] | undefined;
|
|
279
279
|
bubbles?: {
|
|
280
280
|
bubbleName: string;
|
|
@@ -293,13 +293,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
293
293
|
bubbleCount?: number | undefined;
|
|
294
294
|
}, {
|
|
295
295
|
valid: boolean;
|
|
296
|
-
error: string;
|
|
297
|
-
success: boolean;
|
|
298
296
|
metadata: {
|
|
299
297
|
strictMode: boolean;
|
|
300
298
|
validatedAt: string;
|
|
301
299
|
codeLength: number;
|
|
302
300
|
};
|
|
301
|
+
success: boolean;
|
|
302
|
+
error: string;
|
|
303
303
|
errors?: string[] | undefined;
|
|
304
304
|
bubbles?: {
|
|
305
305
|
bubbleName: string;
|
|
@@ -139,8 +139,6 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
|
|
|
139
139
|
success: z.ZodBoolean;
|
|
140
140
|
error: z.ZodString;
|
|
141
141
|
}, "strip", z.ZodTypeAny, {
|
|
142
|
-
error: string;
|
|
143
|
-
success: boolean;
|
|
144
142
|
metadata: {
|
|
145
143
|
colorScheme: string;
|
|
146
144
|
generatedAt: string;
|
|
@@ -148,6 +146,8 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
|
|
|
148
146
|
yColumn?: string | undefined;
|
|
149
147
|
groupByColumn?: string | undefined;
|
|
150
148
|
};
|
|
149
|
+
success: boolean;
|
|
150
|
+
error: string;
|
|
151
151
|
chartType: string;
|
|
152
152
|
chartConfig: Record<string, unknown>;
|
|
153
153
|
datasetCount: number;
|
|
@@ -160,8 +160,6 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
|
|
|
160
160
|
filePath?: string | undefined;
|
|
161
161
|
fileExists?: boolean | undefined;
|
|
162
162
|
}, {
|
|
163
|
-
error: string;
|
|
164
|
-
success: boolean;
|
|
165
163
|
metadata: {
|
|
166
164
|
colorScheme: string;
|
|
167
165
|
generatedAt: string;
|
|
@@ -169,6 +167,8 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
|
|
|
169
167
|
yColumn?: string | undefined;
|
|
170
168
|
groupByColumn?: string | undefined;
|
|
171
169
|
};
|
|
170
|
+
success: boolean;
|
|
171
|
+
error: string;
|
|
172
172
|
chartType: string;
|
|
173
173
|
chartConfig: Record<string, unknown>;
|
|
174
174
|
datasetCount: number;
|
|
@@ -324,8 +324,6 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
324
324
|
success: z.ZodBoolean;
|
|
325
325
|
error: z.ZodString;
|
|
326
326
|
}, "strip", z.ZodTypeAny, {
|
|
327
|
-
error: string;
|
|
328
|
-
success: boolean;
|
|
329
327
|
metadata: {
|
|
330
328
|
colorScheme: string;
|
|
331
329
|
generatedAt: string;
|
|
@@ -333,6 +331,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
333
331
|
yColumn?: string | undefined;
|
|
334
332
|
groupByColumn?: string | undefined;
|
|
335
333
|
};
|
|
334
|
+
success: boolean;
|
|
335
|
+
error: string;
|
|
336
336
|
chartType: string;
|
|
337
337
|
chartConfig: Record<string, unknown>;
|
|
338
338
|
datasetCount: number;
|
|
@@ -345,8 +345,6 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
345
345
|
filePath?: string | undefined;
|
|
346
346
|
fileExists?: boolean | undefined;
|
|
347
347
|
}, {
|
|
348
|
-
error: string;
|
|
349
|
-
success: boolean;
|
|
350
348
|
metadata: {
|
|
351
349
|
colorScheme: string;
|
|
352
350
|
generatedAt: string;
|
|
@@ -354,6 +352,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
354
352
|
yColumn?: string | undefined;
|
|
355
353
|
groupByColumn?: string | undefined;
|
|
356
354
|
};
|
|
355
|
+
success: boolean;
|
|
356
|
+
error: string;
|
|
357
357
|
chartType: string;
|
|
358
358
|
chartConfig: Record<string, unknown>;
|
|
359
359
|
datasetCount: number;
|
|
@@ -73,26 +73,26 @@ declare const EditBubbleFlowToolResultSchema: z.ZodObject<{
|
|
|
73
73
|
success: z.ZodBoolean;
|
|
74
74
|
error: z.ZodString;
|
|
75
75
|
}, "strip", z.ZodTypeAny, {
|
|
76
|
-
error: string;
|
|
77
|
-
success: boolean;
|
|
78
76
|
metadata: {
|
|
79
77
|
originalLength: number;
|
|
80
78
|
morphModel: string;
|
|
81
79
|
editedAt: string;
|
|
82
80
|
finalLength: number;
|
|
83
81
|
};
|
|
82
|
+
success: boolean;
|
|
83
|
+
error: string;
|
|
84
84
|
mergedCode: string;
|
|
85
85
|
applied: boolean;
|
|
86
86
|
diff?: string | undefined;
|
|
87
87
|
}, {
|
|
88
|
-
error: string;
|
|
89
|
-
success: boolean;
|
|
90
88
|
metadata: {
|
|
91
89
|
originalLength: number;
|
|
92
90
|
morphModel: string;
|
|
93
91
|
editedAt: string;
|
|
94
92
|
finalLength: number;
|
|
95
93
|
};
|
|
94
|
+
success: boolean;
|
|
95
|
+
error: string;
|
|
96
96
|
mergedCode: string;
|
|
97
97
|
applied: boolean;
|
|
98
98
|
diff?: string | undefined;
|
|
@@ -152,26 +152,26 @@ export declare class EditBubbleFlowTool extends ToolBubble<EditBubbleFlowToolPar
|
|
|
152
152
|
success: z.ZodBoolean;
|
|
153
153
|
error: z.ZodString;
|
|
154
154
|
}, "strip", z.ZodTypeAny, {
|
|
155
|
-
error: string;
|
|
156
|
-
success: boolean;
|
|
157
155
|
metadata: {
|
|
158
156
|
originalLength: number;
|
|
159
157
|
morphModel: string;
|
|
160
158
|
editedAt: string;
|
|
161
159
|
finalLength: number;
|
|
162
160
|
};
|
|
161
|
+
success: boolean;
|
|
162
|
+
error: string;
|
|
163
163
|
mergedCode: string;
|
|
164
164
|
applied: boolean;
|
|
165
165
|
diff?: string | undefined;
|
|
166
166
|
}, {
|
|
167
|
-
error: string;
|
|
168
|
-
success: boolean;
|
|
169
167
|
metadata: {
|
|
170
168
|
originalLength: number;
|
|
171
169
|
morphModel: string;
|
|
172
170
|
editedAt: string;
|
|
173
171
|
finalLength: number;
|
|
174
172
|
};
|
|
173
|
+
success: boolean;
|
|
174
|
+
error: string;
|
|
175
175
|
mergedCode: string;
|
|
176
176
|
applied: boolean;
|
|
177
177
|
diff?: string | undefined;
|
|
@@ -305,8 +305,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
305
305
|
success: z.ZodBoolean;
|
|
306
306
|
error: z.ZodString;
|
|
307
307
|
}, "strip", z.ZodTypeAny, {
|
|
308
|
-
error: string;
|
|
309
308
|
success: boolean;
|
|
309
|
+
error: string;
|
|
310
310
|
company: {
|
|
311
311
|
description: string | null;
|
|
312
312
|
name: string | null;
|
|
@@ -354,8 +354,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
354
354
|
}[];
|
|
355
355
|
totalContacts: number;
|
|
356
356
|
}, {
|
|
357
|
-
error: string;
|
|
358
357
|
success: boolean;
|
|
358
|
+
error: string;
|
|
359
359
|
company: {
|
|
360
360
|
description: string | null;
|
|
361
361
|
name: string | null;
|
|
@@ -606,8 +606,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
606
606
|
success: z.ZodBoolean;
|
|
607
607
|
error: z.ZodString;
|
|
608
608
|
}, "strip", z.ZodTypeAny, {
|
|
609
|
-
error: string;
|
|
610
609
|
success: boolean;
|
|
610
|
+
error: string;
|
|
611
611
|
company: {
|
|
612
612
|
description: string | null;
|
|
613
613
|
name: string | null;
|
|
@@ -655,8 +655,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
655
655
|
}[];
|
|
656
656
|
totalContacts: number;
|
|
657
657
|
}, {
|
|
658
|
-
error: string;
|
|
659
658
|
success: boolean;
|
|
659
|
+
error: string;
|
|
660
660
|
company: {
|
|
661
661
|
description: string | null;
|
|
662
662
|
name: string | null;
|
|
@@ -44,8 +44,8 @@ declare const GetBubbleDetailsToolResultSchema: z.ZodObject<{
|
|
|
44
44
|
error: z.ZodString;
|
|
45
45
|
}, "strip", z.ZodTypeAny, {
|
|
46
46
|
name: string;
|
|
47
|
-
error: string;
|
|
48
47
|
success: boolean;
|
|
48
|
+
error: string;
|
|
49
49
|
outputSchema: string;
|
|
50
50
|
usageExample: string;
|
|
51
51
|
alias?: string | undefined;
|
|
@@ -53,8 +53,8 @@ declare const GetBubbleDetailsToolResultSchema: z.ZodObject<{
|
|
|
53
53
|
inputSchema?: string | undefined;
|
|
54
54
|
}, {
|
|
55
55
|
name: string;
|
|
56
|
-
error: string;
|
|
57
56
|
success: boolean;
|
|
57
|
+
error: string;
|
|
58
58
|
outputSchema: string;
|
|
59
59
|
usageExample: string;
|
|
60
60
|
alias?: string | undefined;
|
|
@@ -103,8 +103,8 @@ export declare class GetBubbleDetailsTool extends ToolBubble<GetBubbleDetailsToo
|
|
|
103
103
|
error: z.ZodString;
|
|
104
104
|
}, "strip", z.ZodTypeAny, {
|
|
105
105
|
name: string;
|
|
106
|
-
error: string;
|
|
107
106
|
success: boolean;
|
|
107
|
+
error: string;
|
|
108
108
|
outputSchema: string;
|
|
109
109
|
usageExample: string;
|
|
110
110
|
alias?: string | undefined;
|
|
@@ -112,8 +112,8 @@ export declare class GetBubbleDetailsTool extends ToolBubble<GetBubbleDetailsToo
|
|
|
112
112
|
inputSchema?: string | undefined;
|
|
113
113
|
}, {
|
|
114
114
|
name: string;
|
|
115
|
-
error: string;
|
|
116
115
|
success: boolean;
|
|
116
|
+
error: string;
|
|
117
117
|
outputSchema: string;
|
|
118
118
|
usageExample: string;
|
|
119
119
|
alias?: string | undefined;
|
|
@@ -38,8 +38,8 @@ declare const GetTriggerDetailToolResultSchema: z.ZodObject<{
|
|
|
38
38
|
success: z.ZodBoolean;
|
|
39
39
|
error: z.ZodString;
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
|
-
error: string;
|
|
42
41
|
success: boolean;
|
|
42
|
+
error: string;
|
|
43
43
|
description?: string | undefined;
|
|
44
44
|
triggerType?: string | undefined;
|
|
45
45
|
serviceName?: string | undefined;
|
|
@@ -53,8 +53,8 @@ declare const GetTriggerDetailToolResultSchema: z.ZodObject<{
|
|
|
53
53
|
friendlyName: string;
|
|
54
54
|
}[] | undefined;
|
|
55
55
|
}, {
|
|
56
|
-
error: string;
|
|
57
56
|
success: boolean;
|
|
57
|
+
error: string;
|
|
58
58
|
description?: string | undefined;
|
|
59
59
|
triggerType?: string | undefined;
|
|
60
60
|
serviceName?: string | undefined;
|
|
@@ -106,8 +106,8 @@ export declare class GetTriggerDetailTool extends ToolBubble<GetTriggerDetailToo
|
|
|
106
106
|
success: z.ZodBoolean;
|
|
107
107
|
error: z.ZodString;
|
|
108
108
|
}, "strip", z.ZodTypeAny, {
|
|
109
|
-
error: string;
|
|
110
109
|
success: boolean;
|
|
110
|
+
error: string;
|
|
111
111
|
description?: string | undefined;
|
|
112
112
|
triggerType?: string | undefined;
|
|
113
113
|
serviceName?: string | undefined;
|
|
@@ -121,8 +121,8 @@ export declare class GetTriggerDetailTool extends ToolBubble<GetTriggerDetailToo
|
|
|
121
121
|
friendlyName: string;
|
|
122
122
|
}[] | undefined;
|
|
123
123
|
}, {
|
|
124
|
-
error: string;
|
|
125
124
|
success: boolean;
|
|
125
|
+
error: string;
|
|
126
126
|
description?: string | undefined;
|
|
127
127
|
triggerType?: string | undefined;
|
|
128
128
|
serviceName?: string | 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
|
-
error: string;
|
|
151
|
-
success: boolean;
|
|
152
150
|
operation: "search";
|
|
151
|
+
success: boolean;
|
|
152
|
+
error: string;
|
|
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
|
-
error: string;
|
|
187
|
-
success: boolean;
|
|
188
186
|
operation: "search";
|
|
187
|
+
success: boolean;
|
|
188
|
+
error: string;
|
|
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
|
-
error: string;
|
|
373
|
-
success: boolean;
|
|
374
372
|
operation: "search";
|
|
373
|
+
success: boolean;
|
|
374
|
+
error: string;
|
|
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
|
-
error: string;
|
|
409
|
-
success: boolean;
|
|
410
408
|
operation: "search";
|
|
409
|
+
success: boolean;
|
|
410
|
+
error: string;
|
|
411
411
|
places: {
|
|
412
412
|
title: string | null;
|
|
413
413
|
url: string | null;
|