@bubblelab/bubble-core 0.1.75 → 0.1.77
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 +96 -96
- package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +30 -30
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +1 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +154 -154
- package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +60 -60
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +29 -29
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +86 -86
- 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 +310 -310
- package/dist/bubbles/service-bubble/followupboss.d.ts +228 -228
- 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 +100 -100
- package/dist/bubbles/service-bubble/gmail.d.ts +282 -282
- package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
- package/dist/bubbles/service-bubble/google-drive.d.ts +126 -126
- 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 +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +46 -46
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +56 -56
- package/dist/bubbles/service-bubble/notion/notion.d.ts +528 -528
- 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 +604 -604
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +76 -76
- 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 +22 -22
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- 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 +290 -290
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +42 -42
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +138 -138
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +11 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
- package/dist/bubbles.json +4 -3
- package/package.json +2 -2
|
@@ -67,16 +67,16 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
67
67
|
responseFromOwnerText: z.ZodNullable<z.ZodString>;
|
|
68
68
|
}, "strip", z.ZodTypeAny, {
|
|
69
69
|
name: string | null;
|
|
70
|
-
rating: number | null;
|
|
71
70
|
text: string | null;
|
|
72
71
|
likesCount: number | null;
|
|
72
|
+
rating: number | null;
|
|
73
73
|
publishedAtDate: string | null;
|
|
74
74
|
responseFromOwnerText: string | null;
|
|
75
75
|
}, {
|
|
76
76
|
name: string | null;
|
|
77
|
-
rating: number | null;
|
|
78
77
|
text: string | null;
|
|
79
78
|
likesCount: number | null;
|
|
79
|
+
rating: number | null;
|
|
80
80
|
publishedAtDate: string | null;
|
|
81
81
|
responseFromOwnerText: string | null;
|
|
82
82
|
}>, "many">>;
|
|
@@ -85,12 +85,12 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
85
85
|
}, "strip", z.ZodTypeAny, {
|
|
86
86
|
title: string | null;
|
|
87
87
|
url: string | null;
|
|
88
|
-
rating: number | null;
|
|
89
88
|
phone: string | null;
|
|
90
89
|
location: {
|
|
91
90
|
lat: number | null;
|
|
92
91
|
lng: number | null;
|
|
93
92
|
} | null;
|
|
93
|
+
rating: number | null;
|
|
94
94
|
category: string | null;
|
|
95
95
|
address: string | null;
|
|
96
96
|
website: string | null;
|
|
@@ -105,9 +105,9 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
105
105
|
priceLevel: string | null;
|
|
106
106
|
reviews: {
|
|
107
107
|
name: string | null;
|
|
108
|
-
rating: number | null;
|
|
109
108
|
text: string | null;
|
|
110
109
|
likesCount: number | null;
|
|
110
|
+
rating: number | null;
|
|
111
111
|
publishedAtDate: string | null;
|
|
112
112
|
responseFromOwnerText: string | null;
|
|
113
113
|
}[] | null;
|
|
@@ -115,12 +115,12 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
115
115
|
}, {
|
|
116
116
|
title: string | null;
|
|
117
117
|
url: string | null;
|
|
118
|
-
rating: number | null;
|
|
119
118
|
phone: string | null;
|
|
120
119
|
location: {
|
|
121
120
|
lat: number | null;
|
|
122
121
|
lng: number | null;
|
|
123
122
|
} | null;
|
|
123
|
+
rating: number | null;
|
|
124
124
|
category: string | null;
|
|
125
125
|
address: string | null;
|
|
126
126
|
website: string | null;
|
|
@@ -135,9 +135,9 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
135
135
|
priceLevel: string | null;
|
|
136
136
|
reviews: {
|
|
137
137
|
name: string | null;
|
|
138
|
-
rating: number | null;
|
|
139
138
|
text: string | null;
|
|
140
139
|
likesCount: number | null;
|
|
140
|
+
rating: number | null;
|
|
141
141
|
publishedAtDate: string | null;
|
|
142
142
|
responseFromOwnerText: string | null;
|
|
143
143
|
}[] | null;
|
|
@@ -147,18 +147,18 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
147
147
|
success: z.ZodBoolean;
|
|
148
148
|
error: z.ZodString;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
150
|
-
operation: "search";
|
|
151
150
|
error: string;
|
|
152
151
|
success: boolean;
|
|
152
|
+
operation: "search";
|
|
153
153
|
places: {
|
|
154
154
|
title: string | null;
|
|
155
155
|
url: string | null;
|
|
156
|
-
rating: number | null;
|
|
157
156
|
phone: string | null;
|
|
158
157
|
location: {
|
|
159
158
|
lat: number | null;
|
|
160
159
|
lng: number | null;
|
|
161
160
|
} | null;
|
|
161
|
+
rating: number | null;
|
|
162
162
|
category: string | null;
|
|
163
163
|
address: string | null;
|
|
164
164
|
website: string | null;
|
|
@@ -173,9 +173,9 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
173
173
|
priceLevel: string | null;
|
|
174
174
|
reviews: {
|
|
175
175
|
name: string | null;
|
|
176
|
-
rating: number | null;
|
|
177
176
|
text: string | null;
|
|
178
177
|
likesCount: number | null;
|
|
178
|
+
rating: number | null;
|
|
179
179
|
publishedAtDate: string | null;
|
|
180
180
|
responseFromOwnerText: string | null;
|
|
181
181
|
}[] | null;
|
|
@@ -183,18 +183,18 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
183
183
|
}[];
|
|
184
184
|
totalPlaces: number;
|
|
185
185
|
}, {
|
|
186
|
-
operation: "search";
|
|
187
186
|
error: string;
|
|
188
187
|
success: boolean;
|
|
188
|
+
operation: "search";
|
|
189
189
|
places: {
|
|
190
190
|
title: string | null;
|
|
191
191
|
url: string | null;
|
|
192
|
-
rating: number | null;
|
|
193
192
|
phone: string | null;
|
|
194
193
|
location: {
|
|
195
194
|
lat: number | null;
|
|
196
195
|
lng: number | null;
|
|
197
196
|
} | null;
|
|
197
|
+
rating: number | null;
|
|
198
198
|
category: string | null;
|
|
199
199
|
address: string | null;
|
|
200
200
|
website: string | null;
|
|
@@ -209,9 +209,9 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
209
209
|
priceLevel: string | null;
|
|
210
210
|
reviews: {
|
|
211
211
|
name: string | null;
|
|
212
|
-
rating: number | null;
|
|
213
212
|
text: string | null;
|
|
214
213
|
likesCount: number | null;
|
|
214
|
+
rating: number | null;
|
|
215
215
|
publishedAtDate: string | null;
|
|
216
216
|
responseFromOwnerText: string | null;
|
|
217
217
|
}[] | null;
|
|
@@ -289,16 +289,16 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
289
289
|
responseFromOwnerText: z.ZodNullable<z.ZodString>;
|
|
290
290
|
}, "strip", z.ZodTypeAny, {
|
|
291
291
|
name: string | null;
|
|
292
|
-
rating: number | null;
|
|
293
292
|
text: string | null;
|
|
294
293
|
likesCount: number | null;
|
|
294
|
+
rating: number | null;
|
|
295
295
|
publishedAtDate: string | null;
|
|
296
296
|
responseFromOwnerText: string | null;
|
|
297
297
|
}, {
|
|
298
298
|
name: string | null;
|
|
299
|
-
rating: number | null;
|
|
300
299
|
text: string | null;
|
|
301
300
|
likesCount: number | null;
|
|
301
|
+
rating: number | null;
|
|
302
302
|
publishedAtDate: string | null;
|
|
303
303
|
responseFromOwnerText: string | null;
|
|
304
304
|
}>, "many">>;
|
|
@@ -307,12 +307,12 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
307
307
|
}, "strip", z.ZodTypeAny, {
|
|
308
308
|
title: string | null;
|
|
309
309
|
url: string | null;
|
|
310
|
-
rating: number | null;
|
|
311
310
|
phone: string | null;
|
|
312
311
|
location: {
|
|
313
312
|
lat: number | null;
|
|
314
313
|
lng: number | null;
|
|
315
314
|
} | null;
|
|
315
|
+
rating: number | null;
|
|
316
316
|
category: string | null;
|
|
317
317
|
address: string | null;
|
|
318
318
|
website: string | null;
|
|
@@ -327,9 +327,9 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
327
327
|
priceLevel: string | null;
|
|
328
328
|
reviews: {
|
|
329
329
|
name: string | null;
|
|
330
|
-
rating: number | null;
|
|
331
330
|
text: string | null;
|
|
332
331
|
likesCount: number | null;
|
|
332
|
+
rating: number | null;
|
|
333
333
|
publishedAtDate: string | null;
|
|
334
334
|
responseFromOwnerText: string | null;
|
|
335
335
|
}[] | null;
|
|
@@ -337,12 +337,12 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
337
337
|
}, {
|
|
338
338
|
title: string | null;
|
|
339
339
|
url: string | null;
|
|
340
|
-
rating: number | null;
|
|
341
340
|
phone: string | null;
|
|
342
341
|
location: {
|
|
343
342
|
lat: number | null;
|
|
344
343
|
lng: number | null;
|
|
345
344
|
} | null;
|
|
345
|
+
rating: number | null;
|
|
346
346
|
category: string | null;
|
|
347
347
|
address: string | null;
|
|
348
348
|
website: string | null;
|
|
@@ -357,9 +357,9 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
357
357
|
priceLevel: string | null;
|
|
358
358
|
reviews: {
|
|
359
359
|
name: string | null;
|
|
360
|
-
rating: number | null;
|
|
361
360
|
text: string | null;
|
|
362
361
|
likesCount: number | null;
|
|
362
|
+
rating: number | null;
|
|
363
363
|
publishedAtDate: string | null;
|
|
364
364
|
responseFromOwnerText: string | null;
|
|
365
365
|
}[] | null;
|
|
@@ -369,18 +369,18 @@ 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";
|
|
373
372
|
error: string;
|
|
374
373
|
success: boolean;
|
|
374
|
+
operation: "search";
|
|
375
375
|
places: {
|
|
376
376
|
title: string | null;
|
|
377
377
|
url: string | null;
|
|
378
|
-
rating: number | null;
|
|
379
378
|
phone: string | null;
|
|
380
379
|
location: {
|
|
381
380
|
lat: number | null;
|
|
382
381
|
lng: number | null;
|
|
383
382
|
} | null;
|
|
383
|
+
rating: number | null;
|
|
384
384
|
category: string | null;
|
|
385
385
|
address: string | null;
|
|
386
386
|
website: string | null;
|
|
@@ -395,9 +395,9 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
395
395
|
priceLevel: string | null;
|
|
396
396
|
reviews: {
|
|
397
397
|
name: string | null;
|
|
398
|
-
rating: number | null;
|
|
399
398
|
text: string | null;
|
|
400
399
|
likesCount: number | null;
|
|
400
|
+
rating: number | null;
|
|
401
401
|
publishedAtDate: string | null;
|
|
402
402
|
responseFromOwnerText: string | null;
|
|
403
403
|
}[] | null;
|
|
@@ -405,18 +405,18 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
405
405
|
}[];
|
|
406
406
|
totalPlaces: number;
|
|
407
407
|
}, {
|
|
408
|
-
operation: "search";
|
|
409
408
|
error: string;
|
|
410
409
|
success: boolean;
|
|
410
|
+
operation: "search";
|
|
411
411
|
places: {
|
|
412
412
|
title: string | null;
|
|
413
413
|
url: string | null;
|
|
414
|
-
rating: number | null;
|
|
415
414
|
phone: string | null;
|
|
416
415
|
location: {
|
|
417
416
|
lat: number | null;
|
|
418
417
|
lng: number | null;
|
|
419
418
|
} | null;
|
|
419
|
+
rating: number | null;
|
|
420
420
|
category: string | null;
|
|
421
421
|
address: string | null;
|
|
422
422
|
website: string | null;
|
|
@@ -431,9 +431,9 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
431
431
|
priceLevel: string | null;
|
|
432
432
|
reviews: {
|
|
433
433
|
name: string | null;
|
|
434
|
-
rating: number | null;
|
|
435
434
|
text: string | null;
|
|
436
435
|
likesCount: number | null;
|
|
436
|
+
rating: number | null;
|
|
437
437
|
publishedAtDate: string | null;
|
|
438
438
|
responseFromOwnerText: string | null;
|
|
439
439
|
}[] | 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";
|
|
151
150
|
error: string;
|
|
152
151
|
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";
|
|
179
178
|
error: string;
|
|
180
179
|
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";
|
|
316
315
|
error: string;
|
|
317
316
|
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";
|
|
344
343
|
error: string;
|
|
345
344
|
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";
|
|
67
66
|
error: string;
|
|
68
67
|
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";
|
|
78
77
|
error: string;
|
|
79
78
|
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,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
68
|
error: string;
|
|
70
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
79
|
error: string;
|
|
81
80
|
success: boolean;
|
|
81
|
+
operation: "send_connection";
|
|
82
82
|
message?: string | undefined;
|
|
83
83
|
profile?: {
|
|
84
84
|
name: string;
|