@bubblelab/bubble-core 0.1.74 → 0.1.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bubble-bundle.d.ts +109 -109
- package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
- package/dist/bubbles/service-bubble/airtable.d.ts +210 -210
- package/dist/bubbles/service-bubble/airtable.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/airtable.js +3 -1
- package/dist/bubbles/service-bubble/airtable.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +134 -134
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +53 -53
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +30 -30
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +250 -250
- package/dist/bubbles/service-bubble/followupboss.d.ts +236 -236
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +30 -30
- package/dist/bubbles/service-bubble/github.d.ts +104 -104
- package/dist/bubbles/service-bubble/gmail.d.ts +176 -176
- package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
- package/dist/bubbles/service-bubble/google-drive.d.ts +130 -130
- 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 +38 -38
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/notion/notion.d.ts +512 -512
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +535 -535
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +80 -80
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +71 -71
- 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 +24 -24
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +36 -36
- 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 +302 -302
- 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 +94 -94
- 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 +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +78 -78
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +76 -76
- package/dist/bubbles.json +3 -2
- 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<{
|
|
@@ -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";
|
|
157
158
|
error: string;
|
|
158
159
|
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";
|
|
172
173
|
error: string;
|
|
173
174
|
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";
|
|
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;
|
|
@@ -261,8 +261,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
261
261
|
title: string;
|
|
262
262
|
url: string;
|
|
263
263
|
asin: string;
|
|
264
|
-
image?: string | undefined;
|
|
265
264
|
rating?: string | undefined;
|
|
265
|
+
image?: 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
|
-
image?: string | undefined;
|
|
274
273
|
rating?: string | undefined;
|
|
274
|
+
image?: 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";
|
|
282
283
|
error: string;
|
|
283
284
|
success: boolean;
|
|
284
|
-
operation: "search";
|
|
285
285
|
results?: {
|
|
286
286
|
title: string;
|
|
287
287
|
url: string;
|
|
288
288
|
asin: string;
|
|
289
|
-
image?: string | undefined;
|
|
290
289
|
rating?: string | undefined;
|
|
290
|
+
image?: 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";
|
|
297
298
|
error: string;
|
|
298
299
|
success: boolean;
|
|
299
|
-
operation: "search";
|
|
300
300
|
results?: {
|
|
301
301
|
title: string;
|
|
302
302
|
url: string;
|
|
303
303
|
asin: string;
|
|
304
|
-
image?: string | undefined;
|
|
305
304
|
rating?: string | undefined;
|
|
305
|
+
image?: 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
|
-
images?: string[] | undefined;
|
|
331
330
|
rating?: string | undefined;
|
|
331
|
+
images?: 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
|
-
images?: string[] | undefined;
|
|
342
341
|
rating?: string | undefined;
|
|
342
|
+
images?: 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";
|
|
350
351
|
error: string;
|
|
351
352
|
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
|
-
images?: string[] | undefined;
|
|
359
358
|
rating?: string | undefined;
|
|
359
|
+
images?: 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";
|
|
366
367
|
error: string;
|
|
367
368
|
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
|
-
images?: string[] | undefined;
|
|
375
374
|
rating?: string | undefined;
|
|
375
|
+
images?: 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";
|
|
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";
|
|
@@ -122,8 +122,8 @@ export declare const SearchResultSchema: z.ZodObject<{
|
|
|
122
122
|
title: string;
|
|
123
123
|
url: string;
|
|
124
124
|
asin: string;
|
|
125
|
-
image?: string | undefined;
|
|
126
125
|
rating?: string | undefined;
|
|
126
|
+
image?: 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
|
-
image?: string | undefined;
|
|
135
134
|
rating?: string | undefined;
|
|
135
|
+
image?: 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
|
-
images?: string[] | undefined;
|
|
161
160
|
rating?: string | undefined;
|
|
161
|
+
images?: 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
|
-
images?: string[] | undefined;
|
|
172
171
|
rating?: string | undefined;
|
|
172
|
+
images?: string[] | undefined;
|
|
173
173
|
price?: string | undefined;
|
|
174
174
|
reviews_count?: string | undefined;
|
|
175
175
|
features?: string[] | undefined;
|
|
@@ -187,14 +187,14 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
187
187
|
error: z.ZodString;
|
|
188
188
|
}, "strip", z.ZodTypeAny, {
|
|
189
189
|
operation: "add_to_cart";
|
|
190
|
-
success: boolean;
|
|
191
190
|
error: string;
|
|
191
|
+
success: boolean;
|
|
192
192
|
message?: string | undefined;
|
|
193
193
|
cart_count?: number | undefined;
|
|
194
194
|
}, {
|
|
195
195
|
operation: "add_to_cart";
|
|
196
|
-
success: boolean;
|
|
197
196
|
error: string;
|
|
197
|
+
success: boolean;
|
|
198
198
|
message?: string | undefined;
|
|
199
199
|
cart_count?: number | undefined;
|
|
200
200
|
}>, z.ZodObject<{
|
|
@@ -228,8 +228,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
228
228
|
error: z.ZodString;
|
|
229
229
|
}, "strip", z.ZodTypeAny, {
|
|
230
230
|
operation: "get_cart";
|
|
231
|
-
success: boolean;
|
|
232
231
|
error: string;
|
|
232
|
+
success: boolean;
|
|
233
233
|
items?: {
|
|
234
234
|
title: string;
|
|
235
235
|
price: string;
|
|
@@ -243,8 +243,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
243
243
|
screenshot_url?: string | undefined;
|
|
244
244
|
}, {
|
|
245
245
|
operation: "get_cart";
|
|
246
|
-
success: boolean;
|
|
247
246
|
error: string;
|
|
247
|
+
success: boolean;
|
|
248
248
|
items?: {
|
|
249
249
|
title: string;
|
|
250
250
|
price: string;
|
|
@@ -284,8 +284,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
284
284
|
error: z.ZodString;
|
|
285
285
|
}, "strip", z.ZodTypeAny, {
|
|
286
286
|
operation: "checkout";
|
|
287
|
-
success: boolean;
|
|
288
287
|
error: string;
|
|
288
|
+
success: boolean;
|
|
289
289
|
items?: {
|
|
290
290
|
title: string;
|
|
291
291
|
price?: string | undefined;
|
|
@@ -302,8 +302,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
302
302
|
payment_method?: string | undefined;
|
|
303
303
|
}, {
|
|
304
304
|
operation: "checkout";
|
|
305
|
-
success: boolean;
|
|
306
305
|
error: string;
|
|
306
|
+
success: boolean;
|
|
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
|
-
image?: string | undefined;
|
|
338
337
|
rating?: string | undefined;
|
|
338
|
+
image?: 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
|
-
image?: string | undefined;
|
|
347
346
|
rating?: string | undefined;
|
|
347
|
+
image?: string | undefined;
|
|
348
348
|
price?: string | undefined;
|
|
349
349
|
reviews_count?: string | undefined;
|
|
350
350
|
prime?: boolean | undefined;
|
|
@@ -353,14 +353,14 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
353
353
|
error: z.ZodString;
|
|
354
354
|
}, "strip", z.ZodTypeAny, {
|
|
355
355
|
operation: "search";
|
|
356
|
-
success: boolean;
|
|
357
356
|
error: string;
|
|
357
|
+
success: boolean;
|
|
358
358
|
results?: {
|
|
359
359
|
title: string;
|
|
360
360
|
url: string;
|
|
361
361
|
asin: string;
|
|
362
|
-
image?: string | undefined;
|
|
363
362
|
rating?: string | undefined;
|
|
363
|
+
image?: string | undefined;
|
|
364
364
|
price?: string | undefined;
|
|
365
365
|
reviews_count?: string | undefined;
|
|
366
366
|
prime?: boolean | undefined;
|
|
@@ -368,14 +368,14 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
368
368
|
total_results?: number | undefined;
|
|
369
369
|
}, {
|
|
370
370
|
operation: "search";
|
|
371
|
-
success: boolean;
|
|
372
371
|
error: string;
|
|
372
|
+
success: boolean;
|
|
373
373
|
results?: {
|
|
374
374
|
title: string;
|
|
375
375
|
url: string;
|
|
376
376
|
asin: string;
|
|
377
|
-
image?: string | undefined;
|
|
378
377
|
rating?: string | undefined;
|
|
378
|
+
image?: 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
|
-
images?: string[] | undefined;
|
|
404
403
|
rating?: string | undefined;
|
|
404
|
+
images?: 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
|
-
images?: string[] | undefined;
|
|
415
414
|
rating?: string | undefined;
|
|
415
|
+
images?: string[] | undefined;
|
|
416
416
|
price?: string | undefined;
|
|
417
417
|
reviews_count?: string | undefined;
|
|
418
418
|
features?: string[] | undefined;
|
|
@@ -421,15 +421,15 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
421
421
|
error: z.ZodString;
|
|
422
422
|
}, "strip", z.ZodTypeAny, {
|
|
423
423
|
operation: "get_product";
|
|
424
|
-
success: boolean;
|
|
425
424
|
error: string;
|
|
425
|
+
success: boolean;
|
|
426
426
|
product?: {
|
|
427
427
|
title: string;
|
|
428
428
|
url: string;
|
|
429
429
|
asin: string;
|
|
430
430
|
description?: string | undefined;
|
|
431
|
-
images?: string[] | undefined;
|
|
432
431
|
rating?: string | undefined;
|
|
432
|
+
images?: string[] | undefined;
|
|
433
433
|
price?: string | undefined;
|
|
434
434
|
reviews_count?: string | undefined;
|
|
435
435
|
features?: string[] | undefined;
|
|
@@ -437,15 +437,15 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
437
437
|
} | undefined;
|
|
438
438
|
}, {
|
|
439
439
|
operation: "get_product";
|
|
440
|
-
success: boolean;
|
|
441
440
|
error: string;
|
|
441
|
+
success: boolean;
|
|
442
442
|
product?: {
|
|
443
443
|
title: string;
|
|
444
444
|
url: string;
|
|
445
445
|
asin: string;
|
|
446
446
|
description?: string | undefined;
|
|
447
|
-
images?: string[] | undefined;
|
|
448
447
|
rating?: string | undefined;
|
|
448
|
+
images?: string[] | undefined;
|
|
449
449
|
price?: string | undefined;
|
|
450
450
|
reviews_count?: string | undefined;
|
|
451
451
|
features?: string[] | undefined;
|
|
@@ -458,13 +458,13 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
458
458
|
error: z.ZodString;
|
|
459
459
|
}, "strip", z.ZodTypeAny, {
|
|
460
460
|
operation: "screenshot";
|
|
461
|
-
success: boolean;
|
|
462
461
|
error: string;
|
|
462
|
+
success: boolean;
|
|
463
463
|
screenshot_url?: string | undefined;
|
|
464
464
|
}, {
|
|
465
465
|
operation: "screenshot";
|
|
466
|
-
success: boolean;
|
|
467
466
|
error: string;
|
|
467
|
+
success: boolean;
|
|
468
468
|
screenshot_url?: string | undefined;
|
|
469
469
|
}>]>;
|
|
470
470
|
export type AmazonShoppingToolParams = z.output<typeof AmazonShoppingToolParamsSchema>;
|