@bubblelab/bubble-core 0.1.74 → 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 +88 -88
- package/dist/bubbles/service-bubble/ai-agent.d.ts +32 -32
- package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
- 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 +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +112 -112
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +78 -78
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +82 -82
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +42 -42
- package/dist/bubbles/service-bubble/firecrawl.d.ts +250 -250
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +46 -46
- package/dist/bubbles/service-bubble/github.d.ts +44 -44
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +52 -52
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +62 -62
- package/dist/bubbles/service-bubble/notion/notion.d.ts +304 -304
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +320 -320
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +78 -78
- 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 +12 -12
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +301 -301
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +106 -106
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +56 -56
- package/dist/bubbles.json +3 -2
- package/package.json +2 -2
|
@@ -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
|
/**
|
|
@@ -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
|
-
success: boolean;
|
|
191
189
|
error: string;
|
|
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
|
-
success: boolean;
|
|
197
195
|
error: string;
|
|
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
|
-
success: boolean;
|
|
232
230
|
error: string;
|
|
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
|
-
success: boolean;
|
|
247
245
|
error: string;
|
|
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
|
-
success: boolean;
|
|
288
286
|
error: string;
|
|
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
|
-
success: boolean;
|
|
306
304
|
error: string;
|
|
305
|
+
success: boolean;
|
|
306
|
+
operation: "checkout";
|
|
307
307
|
items?: {
|
|
308
308
|
title: string;
|
|
309
309
|
price?: string | undefined;
|
|
@@ -352,9 +352,9 @@ 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
|
-
success: boolean;
|
|
357
355
|
error: string;
|
|
356
|
+
success: boolean;
|
|
357
|
+
operation: "search";
|
|
358
358
|
results?: {
|
|
359
359
|
title: string;
|
|
360
360
|
url: string;
|
|
@@ -367,9 +367,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
367
367
|
}[] | undefined;
|
|
368
368
|
total_results?: number | undefined;
|
|
369
369
|
}, {
|
|
370
|
-
operation: "search";
|
|
371
|
-
success: boolean;
|
|
372
370
|
error: string;
|
|
371
|
+
success: boolean;
|
|
372
|
+
operation: "search";
|
|
373
373
|
results?: {
|
|
374
374
|
title: string;
|
|
375
375
|
url: string;
|
|
@@ -420,9 +420,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
420
420
|
}>>;
|
|
421
421
|
error: z.ZodString;
|
|
422
422
|
}, "strip", z.ZodTypeAny, {
|
|
423
|
-
operation: "get_product";
|
|
424
|
-
success: boolean;
|
|
425
423
|
error: string;
|
|
424
|
+
success: boolean;
|
|
425
|
+
operation: "get_product";
|
|
426
426
|
product?: {
|
|
427
427
|
title: string;
|
|
428
428
|
url: string;
|
|
@@ -436,9 +436,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
436
436
|
availability?: string | undefined;
|
|
437
437
|
} | undefined;
|
|
438
438
|
}, {
|
|
439
|
-
operation: "get_product";
|
|
440
|
-
success: boolean;
|
|
441
439
|
error: string;
|
|
440
|
+
success: boolean;
|
|
441
|
+
operation: "get_product";
|
|
442
442
|
product?: {
|
|
443
443
|
title: string;
|
|
444
444
|
url: string;
|
|
@@ -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
|
-
success: boolean;
|
|
462
460
|
error: string;
|
|
461
|
+
success: boolean;
|
|
462
|
+
operation: "screenshot";
|
|
463
463
|
screenshot_url?: string | undefined;
|
|
464
464
|
}, {
|
|
465
|
-
operation: "screenshot";
|
|
466
|
-
success: boolean;
|
|
467
465
|
error: string;
|
|
466
|
+
success: boolean;
|
|
467
|
+
operation: "screenshot";
|
|
468
468
|
screenshot_url?: string | undefined;
|
|
469
469
|
}>]>;
|
|
470
470
|
export type AmazonShoppingToolParams = z.output<typeof AmazonShoppingToolParamsSchema>;
|
|
@@ -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
|
-
text: string | null;
|
|
70
69
|
name: string | null;
|
|
70
|
+
text: 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
|
-
text: string | null;
|
|
77
76
|
name: string | null;
|
|
77
|
+
text: 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
|
-
text: string | null;
|
|
108
107
|
name: string | null;
|
|
108
|
+
text: 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
|
-
text: string | null;
|
|
138
137
|
name: string | null;
|
|
138
|
+
text: string | null;
|
|
139
139
|
likesCount: number | null;
|
|
140
140
|
rating: number | null;
|
|
141
141
|
publishedAtDate: 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
|
-
text: string | null;
|
|
176
175
|
name: string | null;
|
|
176
|
+
text: string | null;
|
|
177
177
|
likesCount: number | null;
|
|
178
178
|
rating: number | null;
|
|
179
179
|
publishedAtDate: 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
|
-
text: string | null;
|
|
212
211
|
name: string | null;
|
|
212
|
+
text: 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
|
-
text: string | null;
|
|
292
291
|
name: string | null;
|
|
292
|
+
text: 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
|
-
text: string | null;
|
|
299
298
|
name: string | null;
|
|
299
|
+
text: 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
|
-
text: string | null;
|
|
330
329
|
name: string | null;
|
|
330
|
+
text: 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
|
-
text: string | null;
|
|
360
359
|
name: string | null;
|
|
360
|
+
text: string | null;
|
|
361
361
|
likesCount: number | null;
|
|
362
362
|
rating: number | null;
|
|
363
363
|
publishedAtDate: 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
|
-
text: string | null;
|
|
398
397
|
name: string | null;
|
|
398
|
+
text: string | null;
|
|
399
399
|
likesCount: number | null;
|
|
400
400
|
rating: number | null;
|
|
401
401
|
publishedAtDate: 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
|
-
text: string | null;
|
|
434
433
|
name: string | null;
|
|
434
|
+
text: string | null;
|
|
435
435
|
likesCount: number | null;
|
|
436
436
|
rating: number | null;
|
|
437
437
|
publishedAtDate: string | null;
|
package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts
CHANGED
|
@@ -65,9 +65,9 @@ export declare const LinkedInConnectionToolResultSchema: z.ZodDiscriminatedUnion
|
|
|
65
65
|
}>>;
|
|
66
66
|
error: z.ZodString;
|
|
67
67
|
}, "strip", z.ZodTypeAny, {
|
|
68
|
-
operation: "send_connection";
|
|
69
|
-
success: boolean;
|
|
70
68
|
error: string;
|
|
69
|
+
success: boolean;
|
|
70
|
+
operation: "send_connection";
|
|
71
71
|
message?: string | undefined;
|
|
72
72
|
profile?: {
|
|
73
73
|
name: string;
|
|
@@ -76,9 +76,9 @@ export declare const LinkedInConnectionToolResultSchema: z.ZodDiscriminatedUnion
|
|
|
76
76
|
headline?: string | undefined;
|
|
77
77
|
} | undefined;
|
|
78
78
|
}, {
|
|
79
|
-
operation: "send_connection";
|
|
80
|
-
success: boolean;
|
|
81
79
|
error: string;
|
|
80
|
+
success: boolean;
|
|
81
|
+
operation: "send_connection";
|
|
82
82
|
message?: string | undefined;
|
|
83
83
|
profile?: {
|
|
84
84
|
name: string;
|