@bubblelab/bubble-core 0.1.75 → 0.1.76
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 +92 -92
- 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 +222 -222
- package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +22 -22
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +29 -29
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +29 -29
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +16 -16
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +88 -88
- package/dist/bubbles/service-bubble/followupboss.d.ts +232 -232
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/github.d.ts +60 -60
- package/dist/bubbles/service-bubble/gmail.d.ts +74 -74
- package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
- package/dist/bubbles/service-bubble/google-drive.d.ts +94 -94
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +42 -42
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +46 -46
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +56 -56
- package/dist/bubbles/service-bubble/notion/notion.d.ts +208 -208
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +278 -278
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +71 -71
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +77 -77
- package/dist/bubbles/service-bubble/telegram.d.ts +110 -110
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
- 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 +46 -46
- 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/twitter-tool.d.ts +40 -40
- 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/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +50 -50
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
- package/dist/bubbles.json +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
|
-
operation: "search";
|
|
73
72
|
query: string;
|
|
73
|
+
operation: "search";
|
|
74
74
|
max_results: number;
|
|
75
75
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
76
76
|
}, {
|
|
77
|
-
operation: "search";
|
|
78
77
|
query: string;
|
|
78
|
+
operation: "search";
|
|
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
|
-
url?: string | undefined;
|
|
102
101
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
102
|
+
url?: string | undefined;
|
|
103
103
|
}, {
|
|
104
104
|
operation: "screenshot";
|
|
105
|
-
url?: string | undefined;
|
|
106
105
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
106
|
+
url?: 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";
|
|
117
116
|
error: string;
|
|
118
117
|
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";
|
|
123
122
|
error: string;
|
|
124
123
|
success: boolean;
|
|
124
|
+
operation: "add_to_cart";
|
|
125
125
|
message?: string | undefined;
|
|
126
126
|
cart_count?: number | undefined;
|
|
127
127
|
}>, import("zod").ZodObject<{
|
|
@@ -154,9 +154,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
154
154
|
screenshot_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
155
155
|
error: import("zod").ZodString;
|
|
156
156
|
}, "strip", import("zod").ZodTypeAny, {
|
|
157
|
-
operation: "get_cart";
|
|
158
157
|
error: string;
|
|
159
158
|
success: boolean;
|
|
159
|
+
operation: "get_cart";
|
|
160
160
|
items?: {
|
|
161
161
|
title: string;
|
|
162
162
|
price: string;
|
|
@@ -169,9 +169,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
169
169
|
total_items?: number | undefined;
|
|
170
170
|
screenshot_url?: string | undefined;
|
|
171
171
|
}, {
|
|
172
|
-
operation: "get_cart";
|
|
173
172
|
error: string;
|
|
174
173
|
success: boolean;
|
|
174
|
+
operation: "get_cart";
|
|
175
175
|
items?: {
|
|
176
176
|
title: string;
|
|
177
177
|
price: string;
|
|
@@ -210,9 +210,9 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
210
210
|
screenshot_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
211
211
|
error: import("zod").ZodString;
|
|
212
212
|
}, "strip", import("zod").ZodTypeAny, {
|
|
213
|
-
operation: "checkout";
|
|
214
213
|
error: string;
|
|
215
214
|
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";
|
|
232
231
|
error: string;
|
|
233
232
|
success: boolean;
|
|
233
|
+
operation: "checkout";
|
|
234
234
|
items?: {
|
|
235
235
|
title: string;
|
|
236
236
|
price?: string | undefined;
|
|
@@ -261,8 +261,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
261
261
|
title: string;
|
|
262
262
|
url: string;
|
|
263
263
|
asin: string;
|
|
264
|
-
rating?: string | undefined;
|
|
265
264
|
image?: string | undefined;
|
|
265
|
+
rating?: string | undefined;
|
|
266
266
|
price?: string | undefined;
|
|
267
267
|
reviews_count?: string | undefined;
|
|
268
268
|
prime?: boolean | undefined;
|
|
@@ -270,8 +270,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
270
270
|
title: string;
|
|
271
271
|
url: string;
|
|
272
272
|
asin: string;
|
|
273
|
-
rating?: string | undefined;
|
|
274
273
|
image?: string | undefined;
|
|
274
|
+
rating?: string | undefined;
|
|
275
275
|
price?: string | undefined;
|
|
276
276
|
reviews_count?: string | undefined;
|
|
277
277
|
prime?: boolean | undefined;
|
|
@@ -279,30 +279,30 @@ 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";
|
|
283
282
|
error: string;
|
|
284
283
|
success: boolean;
|
|
284
|
+
operation: "search";
|
|
285
285
|
results?: {
|
|
286
286
|
title: string;
|
|
287
287
|
url: string;
|
|
288
288
|
asin: string;
|
|
289
|
-
rating?: string | undefined;
|
|
290
289
|
image?: string | undefined;
|
|
290
|
+
rating?: string | undefined;
|
|
291
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
|
-
operation: "search";
|
|
298
297
|
error: string;
|
|
299
298
|
success: boolean;
|
|
299
|
+
operation: "search";
|
|
300
300
|
results?: {
|
|
301
301
|
title: string;
|
|
302
302
|
url: string;
|
|
303
303
|
asin: string;
|
|
304
|
-
rating?: string | undefined;
|
|
305
304
|
image?: string | undefined;
|
|
305
|
+
rating?: string | undefined;
|
|
306
306
|
price?: string | undefined;
|
|
307
307
|
reviews_count?: string | undefined;
|
|
308
308
|
prime?: boolean | undefined;
|
|
@@ -327,8 +327,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
327
327
|
url: string;
|
|
328
328
|
asin: string;
|
|
329
329
|
description?: string | undefined;
|
|
330
|
-
rating?: string | undefined;
|
|
331
330
|
images?: string[] | undefined;
|
|
331
|
+
rating?: string | undefined;
|
|
332
332
|
price?: string | undefined;
|
|
333
333
|
reviews_count?: string | undefined;
|
|
334
334
|
features?: string[] | undefined;
|
|
@@ -338,8 +338,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
338
338
|
url: string;
|
|
339
339
|
asin: string;
|
|
340
340
|
description?: string | undefined;
|
|
341
|
-
rating?: string | undefined;
|
|
342
341
|
images?: string[] | undefined;
|
|
342
|
+
rating?: string | undefined;
|
|
343
343
|
price?: string | undefined;
|
|
344
344
|
reviews_count?: string | undefined;
|
|
345
345
|
features?: string[] | undefined;
|
|
@@ -347,32 +347,32 @@ 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";
|
|
351
350
|
error: string;
|
|
352
351
|
success: boolean;
|
|
352
|
+
operation: "get_product";
|
|
353
353
|
product?: {
|
|
354
354
|
title: string;
|
|
355
355
|
url: string;
|
|
356
356
|
asin: string;
|
|
357
357
|
description?: string | undefined;
|
|
358
|
-
rating?: string | undefined;
|
|
359
358
|
images?: string[] | undefined;
|
|
359
|
+
rating?: string | undefined;
|
|
360
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
|
-
operation: "get_product";
|
|
367
366
|
error: string;
|
|
368
367
|
success: boolean;
|
|
368
|
+
operation: "get_product";
|
|
369
369
|
product?: {
|
|
370
370
|
title: string;
|
|
371
371
|
url: string;
|
|
372
372
|
asin: string;
|
|
373
373
|
description?: string | undefined;
|
|
374
|
-
rating?: string | undefined;
|
|
375
374
|
images?: string[] | undefined;
|
|
375
|
+
rating?: string | undefined;
|
|
376
376
|
price?: string | undefined;
|
|
377
377
|
reviews_count?: string | undefined;
|
|
378
378
|
features?: 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
|
-
operation: "screenshot";
|
|
388
387
|
error: string;
|
|
389
388
|
success: boolean;
|
|
389
|
+
operation: "screenshot";
|
|
390
390
|
screenshot_url?: string | undefined;
|
|
391
391
|
}, {
|
|
392
|
-
operation: "screenshot";
|
|
393
392
|
error: string;
|
|
394
393
|
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";
|
|
@@ -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
|
-
operation: "search";
|
|
73
72
|
query: string;
|
|
73
|
+
operation: "search";
|
|
74
74
|
max_results: number;
|
|
75
75
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
76
76
|
}, {
|
|
77
|
-
operation: "search";
|
|
78
77
|
query: string;
|
|
78
|
+
operation: "search";
|
|
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
|
-
url?: string | undefined;
|
|
102
101
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
102
|
+
url?: string | undefined;
|
|
103
103
|
}, {
|
|
104
104
|
operation: "screenshot";
|
|
105
|
-
url?: string | undefined;
|
|
106
105
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
106
|
+
url?: string | undefined;
|
|
107
107
|
full_page?: boolean | undefined;
|
|
108
108
|
}>]>;
|
|
109
109
|
/**
|
|
@@ -122,8 +122,8 @@ export declare const SearchResultSchema: z.ZodObject<{
|
|
|
122
122
|
title: string;
|
|
123
123
|
url: string;
|
|
124
124
|
asin: string;
|
|
125
|
-
rating?: string | undefined;
|
|
126
125
|
image?: string | undefined;
|
|
126
|
+
rating?: string | undefined;
|
|
127
127
|
price?: string | undefined;
|
|
128
128
|
reviews_count?: string | undefined;
|
|
129
129
|
prime?: boolean | undefined;
|
|
@@ -131,8 +131,8 @@ export declare const SearchResultSchema: z.ZodObject<{
|
|
|
131
131
|
title: string;
|
|
132
132
|
url: string;
|
|
133
133
|
asin: string;
|
|
134
|
-
rating?: string | undefined;
|
|
135
134
|
image?: string | undefined;
|
|
135
|
+
rating?: string | undefined;
|
|
136
136
|
price?: string | undefined;
|
|
137
137
|
reviews_count?: string | undefined;
|
|
138
138
|
prime?: boolean | undefined;
|
|
@@ -157,8 +157,8 @@ export declare const ProductDetailsSchema: z.ZodObject<{
|
|
|
157
157
|
url: string;
|
|
158
158
|
asin: string;
|
|
159
159
|
description?: string | undefined;
|
|
160
|
-
rating?: string | undefined;
|
|
161
160
|
images?: string[] | undefined;
|
|
161
|
+
rating?: string | undefined;
|
|
162
162
|
price?: string | undefined;
|
|
163
163
|
reviews_count?: string | undefined;
|
|
164
164
|
features?: string[] | undefined;
|
|
@@ -168,8 +168,8 @@ export declare const ProductDetailsSchema: z.ZodObject<{
|
|
|
168
168
|
url: string;
|
|
169
169
|
asin: string;
|
|
170
170
|
description?: string | undefined;
|
|
171
|
-
rating?: string | undefined;
|
|
172
171
|
images?: string[] | undefined;
|
|
172
|
+
rating?: string | undefined;
|
|
173
173
|
price?: string | undefined;
|
|
174
174
|
reviews_count?: string | undefined;
|
|
175
175
|
features?: string[] | undefined;
|
|
@@ -186,15 +186,15 @@ 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
|
-
operation: "add_to_cart";
|
|
190
189
|
error: string;
|
|
191
190
|
success: boolean;
|
|
191
|
+
operation: "add_to_cart";
|
|
192
192
|
message?: string | undefined;
|
|
193
193
|
cart_count?: number | undefined;
|
|
194
194
|
}, {
|
|
195
|
-
operation: "add_to_cart";
|
|
196
195
|
error: string;
|
|
197
196
|
success: boolean;
|
|
197
|
+
operation: "add_to_cart";
|
|
198
198
|
message?: string | undefined;
|
|
199
199
|
cart_count?: number | undefined;
|
|
200
200
|
}>, z.ZodObject<{
|
|
@@ -227,9 +227,9 @@ 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
|
-
operation: "get_cart";
|
|
231
230
|
error: string;
|
|
232
231
|
success: boolean;
|
|
232
|
+
operation: "get_cart";
|
|
233
233
|
items?: {
|
|
234
234
|
title: string;
|
|
235
235
|
price: string;
|
|
@@ -242,9 +242,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
242
242
|
total_items?: number | undefined;
|
|
243
243
|
screenshot_url?: string | undefined;
|
|
244
244
|
}, {
|
|
245
|
-
operation: "get_cart";
|
|
246
245
|
error: string;
|
|
247
246
|
success: boolean;
|
|
247
|
+
operation: "get_cart";
|
|
248
248
|
items?: {
|
|
249
249
|
title: string;
|
|
250
250
|
price: string;
|
|
@@ -283,9 +283,9 @@ 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
|
-
operation: "checkout";
|
|
287
286
|
error: string;
|
|
288
287
|
success: boolean;
|
|
288
|
+
operation: "checkout";
|
|
289
289
|
items?: {
|
|
290
290
|
title: string;
|
|
291
291
|
price?: string | undefined;
|
|
@@ -301,9 +301,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
301
301
|
shipping_address?: string | undefined;
|
|
302
302
|
payment_method?: string | undefined;
|
|
303
303
|
}, {
|
|
304
|
-
operation: "checkout";
|
|
305
304
|
error: string;
|
|
306
305
|
success: boolean;
|
|
306
|
+
operation: "checkout";
|
|
307
307
|
items?: {
|
|
308
308
|
title: string;
|
|
309
309
|
price?: string | undefined;
|
|
@@ -334,8 +334,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
334
334
|
title: string;
|
|
335
335
|
url: string;
|
|
336
336
|
asin: string;
|
|
337
|
-
rating?: string | undefined;
|
|
338
337
|
image?: string | undefined;
|
|
338
|
+
rating?: string | undefined;
|
|
339
339
|
price?: string | undefined;
|
|
340
340
|
reviews_count?: string | undefined;
|
|
341
341
|
prime?: boolean | undefined;
|
|
@@ -343,8 +343,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
343
343
|
title: string;
|
|
344
344
|
url: string;
|
|
345
345
|
asin: string;
|
|
346
|
-
rating?: string | undefined;
|
|
347
346
|
image?: string | undefined;
|
|
347
|
+
rating?: string | undefined;
|
|
348
348
|
price?: string | undefined;
|
|
349
349
|
reviews_count?: string | undefined;
|
|
350
350
|
prime?: boolean | undefined;
|
|
@@ -352,30 +352,30 @@ 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
|
-
operation: "search";
|
|
356
355
|
error: string;
|
|
357
356
|
success: boolean;
|
|
357
|
+
operation: "search";
|
|
358
358
|
results?: {
|
|
359
359
|
title: string;
|
|
360
360
|
url: string;
|
|
361
361
|
asin: string;
|
|
362
|
-
rating?: string | undefined;
|
|
363
362
|
image?: string | undefined;
|
|
363
|
+
rating?: string | undefined;
|
|
364
364
|
price?: string | undefined;
|
|
365
365
|
reviews_count?: string | undefined;
|
|
366
366
|
prime?: boolean | undefined;
|
|
367
367
|
}[] | undefined;
|
|
368
368
|
total_results?: number | undefined;
|
|
369
369
|
}, {
|
|
370
|
-
operation: "search";
|
|
371
370
|
error: string;
|
|
372
371
|
success: boolean;
|
|
372
|
+
operation: "search";
|
|
373
373
|
results?: {
|
|
374
374
|
title: string;
|
|
375
375
|
url: string;
|
|
376
376
|
asin: string;
|
|
377
|
-
rating?: string | undefined;
|
|
378
377
|
image?: string | undefined;
|
|
378
|
+
rating?: string | undefined;
|
|
379
379
|
price?: string | undefined;
|
|
380
380
|
reviews_count?: string | undefined;
|
|
381
381
|
prime?: boolean | undefined;
|
|
@@ -400,8 +400,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
400
400
|
url: string;
|
|
401
401
|
asin: string;
|
|
402
402
|
description?: string | undefined;
|
|
403
|
-
rating?: string | undefined;
|
|
404
403
|
images?: string[] | undefined;
|
|
404
|
+
rating?: string | undefined;
|
|
405
405
|
price?: string | undefined;
|
|
406
406
|
reviews_count?: string | undefined;
|
|
407
407
|
features?: string[] | undefined;
|
|
@@ -411,8 +411,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
411
411
|
url: string;
|
|
412
412
|
asin: string;
|
|
413
413
|
description?: string | undefined;
|
|
414
|
-
rating?: string | undefined;
|
|
415
414
|
images?: string[] | undefined;
|
|
415
|
+
rating?: string | undefined;
|
|
416
416
|
price?: string | undefined;
|
|
417
417
|
reviews_count?: string | undefined;
|
|
418
418
|
features?: string[] | undefined;
|
|
@@ -420,32 +420,32 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
420
420
|
}>>;
|
|
421
421
|
error: z.ZodString;
|
|
422
422
|
}, "strip", z.ZodTypeAny, {
|
|
423
|
-
operation: "get_product";
|
|
424
423
|
error: string;
|
|
425
424
|
success: boolean;
|
|
425
|
+
operation: "get_product";
|
|
426
426
|
product?: {
|
|
427
427
|
title: string;
|
|
428
428
|
url: string;
|
|
429
429
|
asin: string;
|
|
430
430
|
description?: string | undefined;
|
|
431
|
-
rating?: string | undefined;
|
|
432
431
|
images?: string[] | undefined;
|
|
432
|
+
rating?: string | undefined;
|
|
433
433
|
price?: string | undefined;
|
|
434
434
|
reviews_count?: string | undefined;
|
|
435
435
|
features?: string[] | undefined;
|
|
436
436
|
availability?: string | undefined;
|
|
437
437
|
} | undefined;
|
|
438
438
|
}, {
|
|
439
|
-
operation: "get_product";
|
|
440
439
|
error: string;
|
|
441
440
|
success: boolean;
|
|
441
|
+
operation: "get_product";
|
|
442
442
|
product?: {
|
|
443
443
|
title: string;
|
|
444
444
|
url: string;
|
|
445
445
|
asin: string;
|
|
446
446
|
description?: string | undefined;
|
|
447
|
-
rating?: string | undefined;
|
|
448
447
|
images?: string[] | undefined;
|
|
448
|
+
rating?: string | undefined;
|
|
449
449
|
price?: string | undefined;
|
|
450
450
|
reviews_count?: string | undefined;
|
|
451
451
|
features?: string[] | undefined;
|
|
@@ -457,14 +457,14 @@ 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
|
-
operation: "screenshot";
|
|
461
460
|
error: string;
|
|
462
461
|
success: boolean;
|
|
462
|
+
operation: "screenshot";
|
|
463
463
|
screenshot_url?: string | undefined;
|
|
464
464
|
}, {
|
|
465
|
-
operation: "screenshot";
|
|
466
465
|
error: string;
|
|
467
466
|
success: boolean;
|
|
467
|
+
operation: "screenshot";
|
|
468
468
|
screenshot_url?: string | undefined;
|
|
469
469
|
}>]>;
|
|
470
470
|
export type AmazonShoppingToolParams = z.output<typeof AmazonShoppingToolParamsSchema>;
|