@bubblelab/bubble-core 0.1.79 → 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 +107 -107
- package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
- package/dist/bubbles/service-bubble/ai-agent.d.ts +32 -32
- package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
- package/dist/bubbles/service-bubble/apify/apify.d.ts +26 -26
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +62 -62
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +30 -30
- 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 +90 -90
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +302 -302
- package/dist/bubbles/service-bubble/followupboss.d.ts +148 -148
- 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 +88 -88
- package/dist/bubbles/service-bubble/gmail.d.ts +587 -587
- 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 +16 -16
- 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 +46 -46
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/notion/notion.d.ts +92 -92
- 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 +954 -648
- 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 +75 -75
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +26 -26
- 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 +305 -305
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +110 -110
- 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 +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +42 -42
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
- package/dist/bubbles.json +215 -5
- 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
|
+
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";
|
|
@@ -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
|
/**
|
|
@@ -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
|
}>]>;
|
|
@@ -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;
|
|
@@ -147,9 +147,9 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
147
147
|
success: z.ZodBoolean;
|
|
148
148
|
error: z.ZodString;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
150
|
+
operation: "search";
|
|
150
151
|
error: string;
|
|
151
152
|
success: boolean;
|
|
152
|
-
operation: "search";
|
|
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;
|
|
@@ -183,9 +183,9 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
183
183
|
}[];
|
|
184
184
|
totalPlaces: number;
|
|
185
185
|
}, {
|
|
186
|
+
operation: "search";
|
|
186
187
|
error: string;
|
|
187
188
|
success: boolean;
|
|
188
|
-
operation: "search";
|
|
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;
|
|
@@ -369,9 +369,9 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
369
369
|
success: z.ZodBoolean;
|
|
370
370
|
error: z.ZodString;
|
|
371
371
|
}, "strip", z.ZodTypeAny, {
|
|
372
|
+
operation: "search";
|
|
372
373
|
error: string;
|
|
373
374
|
success: boolean;
|
|
374
|
-
operation: "search";
|
|
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;
|
|
@@ -405,9 +405,9 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
405
405
|
}[];
|
|
406
406
|
totalPlaces: number;
|
|
407
407
|
}, {
|
|
408
|
+
operation: "search";
|
|
408
409
|
error: string;
|
|
409
410
|
success: boolean;
|
|
410
|
-
operation: "search";
|
|
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;
|
|
@@ -147,9 +147,9 @@ declare const InstagramToolResultSchema: z.ZodObject<{
|
|
|
147
147
|
success: z.ZodBoolean;
|
|
148
148
|
error: z.ZodString;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
150
|
+
operation: "scrapeProfile" | "scrapeHashtag";
|
|
150
151
|
error: string;
|
|
151
152
|
success: boolean;
|
|
152
|
-
operation: "scrapeProfile" | "scrapeHashtag";
|
|
153
153
|
posts: {
|
|
154
154
|
type: "image" | "video" | "carousel" | null;
|
|
155
155
|
url: string | null;
|
|
@@ -175,9 +175,9 @@ declare const InstagramToolResultSchema: z.ZodObject<{
|
|
|
175
175
|
scrapedHashtags?: string[] | undefined;
|
|
176
176
|
scrapedProfiles?: string[] | undefined;
|
|
177
177
|
}, {
|
|
178
|
+
operation: "scrapeProfile" | "scrapeHashtag";
|
|
178
179
|
error: string;
|
|
179
180
|
success: boolean;
|
|
180
|
-
operation: "scrapeProfile" | "scrapeHashtag";
|
|
181
181
|
posts: {
|
|
182
182
|
type: "image" | "video" | "carousel" | null;
|
|
183
183
|
url: string | null;
|
|
@@ -312,9 +312,9 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
|
|
|
312
312
|
success: z.ZodBoolean;
|
|
313
313
|
error: z.ZodString;
|
|
314
314
|
}, "strip", z.ZodTypeAny, {
|
|
315
|
+
operation: "scrapeProfile" | "scrapeHashtag";
|
|
315
316
|
error: string;
|
|
316
317
|
success: boolean;
|
|
317
|
-
operation: "scrapeProfile" | "scrapeHashtag";
|
|
318
318
|
posts: {
|
|
319
319
|
type: "image" | "video" | "carousel" | null;
|
|
320
320
|
url: string | null;
|
|
@@ -340,9 +340,9 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
|
|
|
340
340
|
scrapedHashtags?: string[] | undefined;
|
|
341
341
|
scrapedProfiles?: string[] | undefined;
|
|
342
342
|
}, {
|
|
343
|
+
operation: "scrapeProfile" | "scrapeHashtag";
|
|
343
344
|
error: string;
|
|
344
345
|
success: boolean;
|
|
345
|
-
operation: "scrapeProfile" | "scrapeHashtag";
|
|
346
346
|
posts: {
|
|
347
347
|
type: "image" | "video" | "carousel" | null;
|
|
348
348
|
url: string | null;
|
|
@@ -63,9 +63,9 @@ export declare class LinkedInConnectionTool<T extends LinkedInConnectionToolPara
|
|
|
63
63
|
}>>;
|
|
64
64
|
error: import("zod").ZodString;
|
|
65
65
|
}, "strip", import("zod").ZodTypeAny, {
|
|
66
|
+
operation: "send_connection";
|
|
66
67
|
error: string;
|
|
67
68
|
success: boolean;
|
|
68
|
-
operation: "send_connection";
|
|
69
69
|
message?: string | undefined;
|
|
70
70
|
profile?: {
|
|
71
71
|
name: string;
|
|
@@ -74,9 +74,9 @@ export declare class LinkedInConnectionTool<T extends LinkedInConnectionToolPara
|
|
|
74
74
|
headline?: string | undefined;
|
|
75
75
|
} | undefined;
|
|
76
76
|
}, {
|
|
77
|
+
operation: "send_connection";
|
|
77
78
|
error: string;
|
|
78
79
|
success: boolean;
|
|
79
|
-
operation: "send_connection";
|
|
80
80
|
message?: string | undefined;
|
|
81
81
|
profile?: {
|
|
82
82
|
name: string;
|
package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts
CHANGED
|
@@ -65,8 +65,8 @@ export declare const LinkedInConnectionToolResultSchema: z.ZodDiscriminatedUnion
|
|
|
65
65
|
}>>;
|
|
66
66
|
error: z.ZodString;
|
|
67
67
|
}, "strip", z.ZodTypeAny, {
|
|
68
|
-
error: string;
|
|
69
68
|
success: boolean;
|
|
69
|
+
error: string;
|
|
70
70
|
operation: "send_connection";
|
|
71
71
|
message?: string | undefined;
|
|
72
72
|
profile?: {
|
|
@@ -76,8 +76,8 @@ export declare const LinkedInConnectionToolResultSchema: z.ZodDiscriminatedUnion
|
|
|
76
76
|
headline?: string | undefined;
|
|
77
77
|
} | undefined;
|
|
78
78
|
}, {
|
|
79
|
-
error: string;
|
|
80
79
|
success: boolean;
|
|
80
|
+
error: string;
|
|
81
81
|
operation: "send_connection";
|
|
82
82
|
message?: string | undefined;
|
|
83
83
|
profile?: {
|