@bubblelab/bubble-core 0.1.17 → 0.1.19
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 +84 -79
- package/dist/bubble-factory.js +1 -1
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +152 -152
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +20 -20
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +140 -140
- package/dist/bubbles/service-bubble/followupboss.d.ts +128 -128
- package/dist/bubbles/service-bubble/github.d.ts +104 -104
- package/dist/bubbles/service-bubble/gmail.d.ts +456 -456
- package/dist/bubbles/service-bubble/google-calendar.d.ts +120 -120
- package/dist/bubbles/service-bubble/google-drive.d.ts +92 -92
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/notion/notion.d.ts +76 -76
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/slack/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/index.js +6 -0
- package/dist/bubbles/service-bubble/slack/index.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts +6812 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.js +1840 -0
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.d.ts +3980 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.js +1061 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.js +410 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/slack.d.ts +1 -6811
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack.js +2 -1829
- package/dist/bubbles/service-bubble/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +246 -246
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +16 -16
- 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 +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-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 +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +34 -34
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- 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 +12 -12
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +2 -2
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
- package/dist/bubbles.json +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts +0 -37
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js +0 -203
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +0 -1358
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.js +0 -219
- package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +0 -1604
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +0 -194
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/index.d.ts +0 -3
- package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/index.js +0 -3
- package/dist/bubbles/service-bubble/crustdata/index.js.map +0 -1
- package/dist/bubbles/service-bubble/http.integration.flow.d.ts +0 -49
- package/dist/bubbles/service-bubble/http.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/http.integration.flow.js +0 -425
- package/dist/bubbles/service-bubble/http.integration.flow.js.map +0 -1
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts +0 -31
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js +0 -100
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js.map +0 -1
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +0 -740
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +0 -1
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js +0 -350
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +0 -1
|
@@ -114,14 +114,14 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
114
114
|
error: import("zod").ZodString;
|
|
115
115
|
}, "strip", import("zod").ZodTypeAny, {
|
|
116
116
|
operation: "add_to_cart";
|
|
117
|
-
success: boolean;
|
|
118
117
|
error: string;
|
|
118
|
+
success: boolean;
|
|
119
119
|
message?: string | undefined;
|
|
120
120
|
cart_count?: number | undefined;
|
|
121
121
|
}, {
|
|
122
122
|
operation: "add_to_cart";
|
|
123
|
-
success: boolean;
|
|
124
123
|
error: string;
|
|
124
|
+
success: boolean;
|
|
125
125
|
message?: string | undefined;
|
|
126
126
|
cart_count?: number | undefined;
|
|
127
127
|
}>, import("zod").ZodObject<{
|
|
@@ -139,15 +139,15 @@ 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>;
|
|
@@ -155,30 +155,30 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
155
155
|
error: import("zod").ZodString;
|
|
156
156
|
}, "strip", import("zod").ZodTypeAny, {
|
|
157
157
|
operation: "get_cart";
|
|
158
|
-
success: boolean;
|
|
159
158
|
error: string;
|
|
159
|
+
success: boolean;
|
|
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
172
|
operation: "get_cart";
|
|
173
|
-
success: boolean;
|
|
174
173
|
error: string;
|
|
174
|
+
success: boolean;
|
|
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;
|
|
@@ -211,8 +211,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
211
211
|
error: import("zod").ZodString;
|
|
212
212
|
}, "strip", import("zod").ZodTypeAny, {
|
|
213
213
|
operation: "checkout";
|
|
214
|
-
success: boolean;
|
|
215
214
|
error: string;
|
|
215
|
+
success: boolean;
|
|
216
216
|
items?: {
|
|
217
217
|
title: string;
|
|
218
218
|
price?: string | undefined;
|
|
@@ -229,8 +229,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
229
229
|
payment_method?: string | undefined;
|
|
230
230
|
}, {
|
|
231
231
|
operation: "checkout";
|
|
232
|
-
success: boolean;
|
|
233
232
|
error: string;
|
|
233
|
+
success: boolean;
|
|
234
234
|
items?: {
|
|
235
235
|
title: string;
|
|
236
236
|
price?: string | undefined;
|
|
@@ -280,8 +280,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
280
280
|
error: import("zod").ZodString;
|
|
281
281
|
}, "strip", import("zod").ZodTypeAny, {
|
|
282
282
|
operation: "search";
|
|
283
|
-
success: boolean;
|
|
284
283
|
error: string;
|
|
284
|
+
success: boolean;
|
|
285
285
|
results?: {
|
|
286
286
|
title: string;
|
|
287
287
|
url: string;
|
|
@@ -295,8 +295,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
295
295
|
total_results?: number | undefined;
|
|
296
296
|
}, {
|
|
297
297
|
operation: "search";
|
|
298
|
-
success: boolean;
|
|
299
298
|
error: string;
|
|
299
|
+
success: boolean;
|
|
300
300
|
results?: {
|
|
301
301
|
title: string;
|
|
302
302
|
url: string;
|
|
@@ -348,8 +348,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
348
348
|
error: import("zod").ZodString;
|
|
349
349
|
}, "strip", import("zod").ZodTypeAny, {
|
|
350
350
|
operation: "get_product";
|
|
351
|
-
success: boolean;
|
|
352
351
|
error: string;
|
|
352
|
+
success: boolean;
|
|
353
353
|
product?: {
|
|
354
354
|
title: string;
|
|
355
355
|
url: string;
|
|
@@ -364,8 +364,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
364
364
|
} | undefined;
|
|
365
365
|
}, {
|
|
366
366
|
operation: "get_product";
|
|
367
|
-
success: boolean;
|
|
368
367
|
error: string;
|
|
368
|
+
success: boolean;
|
|
369
369
|
product?: {
|
|
370
370
|
title: string;
|
|
371
371
|
url: string;
|
|
@@ -385,13 +385,13 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
385
385
|
error: import("zod").ZodString;
|
|
386
386
|
}, "strip", import("zod").ZodTypeAny, {
|
|
387
387
|
operation: "screenshot";
|
|
388
|
-
success: boolean;
|
|
389
388
|
error: string;
|
|
389
|
+
success: boolean;
|
|
390
390
|
screenshot_url?: string | undefined;
|
|
391
391
|
}, {
|
|
392
392
|
operation: "screenshot";
|
|
393
|
-
success: boolean;
|
|
394
393
|
error: string;
|
|
394
|
+
success: boolean;
|
|
395
395
|
screenshot_url?: string | undefined;
|
|
396
396
|
}>]>;
|
|
397
397
|
static readonly shortDescription = "Amazon shopping automation - add to cart, view cart, checkout, search products";
|
|
@@ -69,13 +69,13 @@ export declare const AmazonShoppingToolParamsSchema: z.ZodDiscriminatedUnion<"op
|
|
|
69
69
|
max_results: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
70
70
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
|
-
query: string;
|
|
73
72
|
operation: "search";
|
|
73
|
+
query: string;
|
|
74
74
|
max_results: number;
|
|
75
75
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
76
76
|
}, {
|
|
77
|
-
query: string;
|
|
78
77
|
operation: "search";
|
|
78
|
+
query: string;
|
|
79
79
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
80
80
|
max_results?: number | undefined;
|
|
81
81
|
}>, z.ZodObject<{
|
|
@@ -98,12 +98,12 @@ export declare const AmazonShoppingToolParamsSchema: z.ZodDiscriminatedUnion<"op
|
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
99
|
operation: "screenshot";
|
|
100
100
|
full_page: boolean;
|
|
101
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
102
101
|
url?: string | undefined;
|
|
102
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
103
103
|
}, {
|
|
104
104
|
operation: "screenshot";
|
|
105
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
106
105
|
url?: string | undefined;
|
|
106
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
107
107
|
full_page?: boolean | undefined;
|
|
108
108
|
}>]>;
|
|
109
109
|
/**
|
|
@@ -291,11 +291,11 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
291
291
|
price?: string | undefined;
|
|
292
292
|
quantity?: number | undefined;
|
|
293
293
|
}[] | undefined;
|
|
294
|
-
total?: string | undefined;
|
|
295
294
|
subtotal?: string | undefined;
|
|
296
295
|
screenshot_url?: string | undefined;
|
|
297
296
|
order_number?: string | undefined;
|
|
298
297
|
estimated_delivery?: string | undefined;
|
|
298
|
+
total?: string | undefined;
|
|
299
299
|
shipping_cost?: string | undefined;
|
|
300
300
|
tax?: string | undefined;
|
|
301
301
|
shipping_address?: string | undefined;
|
|
@@ -309,11 +309,11 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
309
309
|
price?: string | undefined;
|
|
310
310
|
quantity?: number | undefined;
|
|
311
311
|
}[] | undefined;
|
|
312
|
-
total?: string | undefined;
|
|
313
312
|
subtotal?: string | undefined;
|
|
314
313
|
screenshot_url?: string | undefined;
|
|
315
314
|
order_number?: string | undefined;
|
|
316
315
|
estimated_delivery?: string | undefined;
|
|
316
|
+
total?: string | undefined;
|
|
317
317
|
shipping_cost?: string | undefined;
|
|
318
318
|
tax?: string | undefined;
|
|
319
319
|
shipping_address?: string | undefined;
|
|
@@ -119,8 +119,8 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
119
119
|
error: z.ZodString;
|
|
120
120
|
}, "strip", z.ZodTypeAny, {
|
|
121
121
|
valid: boolean;
|
|
122
|
-
success: boolean;
|
|
123
122
|
error: string;
|
|
123
|
+
success: boolean;
|
|
124
124
|
metadata: {
|
|
125
125
|
strictMode: boolean;
|
|
126
126
|
validatedAt: string;
|
|
@@ -144,8 +144,8 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
144
144
|
bubbleCount?: number | undefined;
|
|
145
145
|
}, {
|
|
146
146
|
valid: boolean;
|
|
147
|
-
success: boolean;
|
|
148
147
|
error: string;
|
|
148
|
+
success: boolean;
|
|
149
149
|
metadata: {
|
|
150
150
|
strictMode: boolean;
|
|
151
151
|
validatedAt: string;
|
|
@@ -268,8 +268,8 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
268
268
|
error: z.ZodString;
|
|
269
269
|
}, "strip", z.ZodTypeAny, {
|
|
270
270
|
valid: boolean;
|
|
271
|
-
success: boolean;
|
|
272
271
|
error: string;
|
|
272
|
+
success: boolean;
|
|
273
273
|
metadata: {
|
|
274
274
|
strictMode: boolean;
|
|
275
275
|
validatedAt: string;
|
|
@@ -293,8 +293,8 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
293
293
|
bubbleCount?: number | undefined;
|
|
294
294
|
}, {
|
|
295
295
|
valid: boolean;
|
|
296
|
-
success: boolean;
|
|
297
296
|
error: string;
|
|
297
|
+
success: boolean;
|
|
298
298
|
metadata: {
|
|
299
299
|
strictMode: boolean;
|
|
300
300
|
validatedAt: string;
|
|
@@ -139,8 +139,8 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
|
|
|
139
139
|
success: z.ZodBoolean;
|
|
140
140
|
error: z.ZodString;
|
|
141
141
|
}, "strip", z.ZodTypeAny, {
|
|
142
|
-
success: boolean;
|
|
143
142
|
error: string;
|
|
143
|
+
success: boolean;
|
|
144
144
|
metadata: {
|
|
145
145
|
colorScheme: string;
|
|
146
146
|
generatedAt: string;
|
|
@@ -160,8 +160,8 @@ declare const ChartJSToolResultSchema: z.ZodObject<{
|
|
|
160
160
|
filePath?: string | undefined;
|
|
161
161
|
fileExists?: boolean | undefined;
|
|
162
162
|
}, {
|
|
163
|
-
success: boolean;
|
|
164
163
|
error: string;
|
|
164
|
+
success: boolean;
|
|
165
165
|
metadata: {
|
|
166
166
|
colorScheme: string;
|
|
167
167
|
generatedAt: string;
|
|
@@ -324,8 +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
|
-
success: boolean;
|
|
328
327
|
error: string;
|
|
328
|
+
success: boolean;
|
|
329
329
|
metadata: {
|
|
330
330
|
colorScheme: string;
|
|
331
331
|
generatedAt: string;
|
|
@@ -345,8 +345,8 @@ export declare class ChartJSTool extends ToolBubble<ChartJSToolParams, ChartJSTo
|
|
|
345
345
|
filePath?: string | undefined;
|
|
346
346
|
fileExists?: boolean | undefined;
|
|
347
347
|
}, {
|
|
348
|
-
success: boolean;
|
|
349
348
|
error: string;
|
|
349
|
+
success: boolean;
|
|
350
350
|
metadata: {
|
|
351
351
|
colorScheme: string;
|
|
352
352
|
generatedAt: string;
|
|
@@ -73,8 +73,8 @@ declare const EditBubbleFlowToolResultSchema: z.ZodObject<{
|
|
|
73
73
|
success: z.ZodBoolean;
|
|
74
74
|
error: z.ZodString;
|
|
75
75
|
}, "strip", z.ZodTypeAny, {
|
|
76
|
-
success: boolean;
|
|
77
76
|
error: string;
|
|
77
|
+
success: boolean;
|
|
78
78
|
metadata: {
|
|
79
79
|
originalLength: number;
|
|
80
80
|
morphModel: string;
|
|
@@ -85,8 +85,8 @@ declare const EditBubbleFlowToolResultSchema: z.ZodObject<{
|
|
|
85
85
|
applied: boolean;
|
|
86
86
|
diff?: string | undefined;
|
|
87
87
|
}, {
|
|
88
|
-
success: boolean;
|
|
89
88
|
error: string;
|
|
89
|
+
success: boolean;
|
|
90
90
|
metadata: {
|
|
91
91
|
originalLength: number;
|
|
92
92
|
morphModel: string;
|
|
@@ -152,8 +152,8 @@ export declare class EditBubbleFlowTool extends ToolBubble<EditBubbleFlowToolPar
|
|
|
152
152
|
success: z.ZodBoolean;
|
|
153
153
|
error: z.ZodString;
|
|
154
154
|
}, "strip", z.ZodTypeAny, {
|
|
155
|
-
success: boolean;
|
|
156
155
|
error: string;
|
|
156
|
+
success: boolean;
|
|
157
157
|
metadata: {
|
|
158
158
|
originalLength: number;
|
|
159
159
|
morphModel: string;
|
|
@@ -164,8 +164,8 @@ export declare class EditBubbleFlowTool extends ToolBubble<EditBubbleFlowToolPar
|
|
|
164
164
|
applied: boolean;
|
|
165
165
|
diff?: string | undefined;
|
|
166
166
|
}, {
|
|
167
|
-
success: boolean;
|
|
168
167
|
error: string;
|
|
168
|
+
success: boolean;
|
|
169
169
|
metadata: {
|
|
170
170
|
originalLength: number;
|
|
171
171
|
morphModel: string;
|
|
@@ -28,16 +28,16 @@ declare const GetBubbleDetailsToolResultSchema: z.ZodObject<{
|
|
|
28
28
|
error: z.ZodString;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
30
|
name: string;
|
|
31
|
-
success: boolean;
|
|
32
31
|
error: string;
|
|
32
|
+
success: boolean;
|
|
33
33
|
outputSchema: string;
|
|
34
34
|
usageExample: string;
|
|
35
35
|
alias?: string | undefined;
|
|
36
36
|
inputSchema?: string | undefined;
|
|
37
37
|
}, {
|
|
38
38
|
name: string;
|
|
39
|
-
success: boolean;
|
|
40
39
|
error: string;
|
|
40
|
+
success: boolean;
|
|
41
41
|
outputSchema: string;
|
|
42
42
|
usageExample: string;
|
|
43
43
|
alias?: string | undefined;
|
|
@@ -69,16 +69,16 @@ export declare class GetBubbleDetailsTool extends ToolBubble<GetBubbleDetailsToo
|
|
|
69
69
|
error: z.ZodString;
|
|
70
70
|
}, "strip", z.ZodTypeAny, {
|
|
71
71
|
name: string;
|
|
72
|
-
success: boolean;
|
|
73
72
|
error: string;
|
|
73
|
+
success: boolean;
|
|
74
74
|
outputSchema: string;
|
|
75
75
|
usageExample: string;
|
|
76
76
|
alias?: string | undefined;
|
|
77
77
|
inputSchema?: string | undefined;
|
|
78
78
|
}, {
|
|
79
79
|
name: string;
|
|
80
|
-
success: boolean;
|
|
81
80
|
error: string;
|
|
81
|
+
success: boolean;
|
|
82
82
|
outputSchema: string;
|
|
83
83
|
usageExample: string;
|
|
84
84
|
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
|
-
success: boolean;
|
|
42
41
|
error: string;
|
|
42
|
+
success: boolean;
|
|
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
|
-
success: boolean;
|
|
57
56
|
error: string;
|
|
57
|
+
success: boolean;
|
|
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
|
-
success: boolean;
|
|
110
109
|
error: string;
|
|
110
|
+
success: boolean;
|
|
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
|
-
success: boolean;
|
|
125
124
|
error: string;
|
|
125
|
+
success: boolean;
|
|
126
126
|
description?: string | undefined;
|
|
127
127
|
triggerType?: string | undefined;
|
|
128
128
|
serviceName?: string | undefined;
|
|
@@ -66,15 +66,15 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
66
66
|
likesCount: z.ZodNullable<z.ZodNumber>;
|
|
67
67
|
responseFromOwnerText: z.ZodNullable<z.ZodString>;
|
|
68
68
|
}, "strip", z.ZodTypeAny, {
|
|
69
|
-
name: string | null;
|
|
70
69
|
text: string | null;
|
|
70
|
+
name: string | null;
|
|
71
71
|
likesCount: number | null;
|
|
72
72
|
rating: number | null;
|
|
73
73
|
publishedAtDate: string | null;
|
|
74
74
|
responseFromOwnerText: string | null;
|
|
75
75
|
}, {
|
|
76
|
-
name: string | null;
|
|
77
76
|
text: string | null;
|
|
77
|
+
name: string | null;
|
|
78
78
|
likesCount: number | null;
|
|
79
79
|
rating: number | null;
|
|
80
80
|
publishedAtDate: string | null;
|
|
@@ -104,8 +104,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
104
104
|
isAdvertisement: boolean | null;
|
|
105
105
|
priceLevel: string | null;
|
|
106
106
|
reviews: {
|
|
107
|
-
name: string | null;
|
|
108
107
|
text: string | null;
|
|
108
|
+
name: string | null;
|
|
109
109
|
likesCount: number | null;
|
|
110
110
|
rating: number | null;
|
|
111
111
|
publishedAtDate: string | null;
|
|
@@ -134,8 +134,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
134
134
|
isAdvertisement: boolean | null;
|
|
135
135
|
priceLevel: string | null;
|
|
136
136
|
reviews: {
|
|
137
|
-
name: string | null;
|
|
138
137
|
text: string | null;
|
|
138
|
+
name: string | null;
|
|
139
139
|
likesCount: number | null;
|
|
140
140
|
rating: number | null;
|
|
141
141
|
publishedAtDate: string | null;
|
|
@@ -148,8 +148,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
148
148
|
error: z.ZodString;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
150
150
|
operation: "search";
|
|
151
|
-
success: boolean;
|
|
152
151
|
error: string;
|
|
152
|
+
success: boolean;
|
|
153
153
|
places: {
|
|
154
154
|
title: string | null;
|
|
155
155
|
url: string | null;
|
|
@@ -172,8 +172,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
172
172
|
isAdvertisement: boolean | null;
|
|
173
173
|
priceLevel: string | null;
|
|
174
174
|
reviews: {
|
|
175
|
-
name: string | null;
|
|
176
175
|
text: string | null;
|
|
176
|
+
name: string | null;
|
|
177
177
|
likesCount: number | null;
|
|
178
178
|
rating: number | null;
|
|
179
179
|
publishedAtDate: string | null;
|
|
@@ -184,8 +184,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
184
184
|
totalPlaces: number;
|
|
185
185
|
}, {
|
|
186
186
|
operation: "search";
|
|
187
|
-
success: boolean;
|
|
188
187
|
error: string;
|
|
188
|
+
success: boolean;
|
|
189
189
|
places: {
|
|
190
190
|
title: string | null;
|
|
191
191
|
url: string | null;
|
|
@@ -208,8 +208,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
208
208
|
isAdvertisement: boolean | null;
|
|
209
209
|
priceLevel: string | null;
|
|
210
210
|
reviews: {
|
|
211
|
-
name: string | null;
|
|
212
211
|
text: string | null;
|
|
212
|
+
name: string | null;
|
|
213
213
|
likesCount: number | null;
|
|
214
214
|
rating: number | null;
|
|
215
215
|
publishedAtDate: string | null;
|
|
@@ -288,15 +288,15 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
288
288
|
likesCount: z.ZodNullable<z.ZodNumber>;
|
|
289
289
|
responseFromOwnerText: z.ZodNullable<z.ZodString>;
|
|
290
290
|
}, "strip", z.ZodTypeAny, {
|
|
291
|
-
name: string | null;
|
|
292
291
|
text: string | null;
|
|
292
|
+
name: string | null;
|
|
293
293
|
likesCount: number | null;
|
|
294
294
|
rating: number | null;
|
|
295
295
|
publishedAtDate: string | null;
|
|
296
296
|
responseFromOwnerText: string | null;
|
|
297
297
|
}, {
|
|
298
|
-
name: string | null;
|
|
299
298
|
text: string | null;
|
|
299
|
+
name: string | null;
|
|
300
300
|
likesCount: number | null;
|
|
301
301
|
rating: number | null;
|
|
302
302
|
publishedAtDate: string | null;
|
|
@@ -326,8 +326,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
326
326
|
isAdvertisement: boolean | null;
|
|
327
327
|
priceLevel: string | null;
|
|
328
328
|
reviews: {
|
|
329
|
-
name: string | null;
|
|
330
329
|
text: string | null;
|
|
330
|
+
name: string | null;
|
|
331
331
|
likesCount: number | null;
|
|
332
332
|
rating: number | null;
|
|
333
333
|
publishedAtDate: string | null;
|
|
@@ -356,8 +356,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
356
356
|
isAdvertisement: boolean | null;
|
|
357
357
|
priceLevel: string | null;
|
|
358
358
|
reviews: {
|
|
359
|
-
name: string | null;
|
|
360
359
|
text: string | null;
|
|
360
|
+
name: string | null;
|
|
361
361
|
likesCount: number | null;
|
|
362
362
|
rating: number | null;
|
|
363
363
|
publishedAtDate: string | null;
|
|
@@ -370,8 +370,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
370
370
|
error: z.ZodString;
|
|
371
371
|
}, "strip", z.ZodTypeAny, {
|
|
372
372
|
operation: "search";
|
|
373
|
-
success: boolean;
|
|
374
373
|
error: string;
|
|
374
|
+
success: boolean;
|
|
375
375
|
places: {
|
|
376
376
|
title: string | null;
|
|
377
377
|
url: string | null;
|
|
@@ -394,8 +394,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
394
394
|
isAdvertisement: boolean | null;
|
|
395
395
|
priceLevel: string | null;
|
|
396
396
|
reviews: {
|
|
397
|
-
name: string | null;
|
|
398
397
|
text: string | null;
|
|
398
|
+
name: string | null;
|
|
399
399
|
likesCount: number | null;
|
|
400
400
|
rating: number | null;
|
|
401
401
|
publishedAtDate: string | null;
|
|
@@ -406,8 +406,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
406
406
|
totalPlaces: number;
|
|
407
407
|
}, {
|
|
408
408
|
operation: "search";
|
|
409
|
-
success: boolean;
|
|
410
409
|
error: string;
|
|
410
|
+
success: boolean;
|
|
411
411
|
places: {
|
|
412
412
|
title: string | null;
|
|
413
413
|
url: string | null;
|
|
@@ -430,8 +430,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
430
430
|
isAdvertisement: boolean | null;
|
|
431
431
|
priceLevel: string | null;
|
|
432
432
|
reviews: {
|
|
433
|
-
name: string | null;
|
|
434
433
|
text: string | null;
|
|
434
|
+
name: string | null;
|
|
435
435
|
likesCount: number | null;
|
|
436
436
|
rating: number | null;
|
|
437
437
|
publishedAtDate: string | null;
|
|
@@ -148,8 +148,8 @@ declare const InstagramToolResultSchema: z.ZodObject<{
|
|
|
148
148
|
error: z.ZodString;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
150
150
|
operation: "scrapeProfile" | "scrapeHashtag";
|
|
151
|
-
success: boolean;
|
|
152
151
|
error: string;
|
|
152
|
+
success: boolean;
|
|
153
153
|
posts: {
|
|
154
154
|
type: "image" | "video" | "carousel" | null;
|
|
155
155
|
url: string | null;
|
|
@@ -176,8 +176,8 @@ declare const InstagramToolResultSchema: z.ZodObject<{
|
|
|
176
176
|
scrapedProfiles?: string[] | undefined;
|
|
177
177
|
}, {
|
|
178
178
|
operation: "scrapeProfile" | "scrapeHashtag";
|
|
179
|
-
success: boolean;
|
|
180
179
|
error: string;
|
|
180
|
+
success: boolean;
|
|
181
181
|
posts: {
|
|
182
182
|
type: "image" | "video" | "carousel" | null;
|
|
183
183
|
url: string | null;
|
|
@@ -313,8 +313,8 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
|
|
|
313
313
|
error: z.ZodString;
|
|
314
314
|
}, "strip", z.ZodTypeAny, {
|
|
315
315
|
operation: "scrapeProfile" | "scrapeHashtag";
|
|
316
|
-
success: boolean;
|
|
317
316
|
error: string;
|
|
317
|
+
success: boolean;
|
|
318
318
|
posts: {
|
|
319
319
|
type: "image" | "video" | "carousel" | null;
|
|
320
320
|
url: string | null;
|
|
@@ -341,8 +341,8 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
|
|
|
341
341
|
scrapedProfiles?: string[] | undefined;
|
|
342
342
|
}, {
|
|
343
343
|
operation: "scrapeProfile" | "scrapeHashtag";
|
|
344
|
-
success: boolean;
|
|
345
344
|
error: string;
|
|
345
|
+
success: boolean;
|
|
346
346
|
posts: {
|
|
347
347
|
type: "image" | "video" | "carousel" | null;
|
|
348
348
|
url: string | null;
|