@bubblelab/bubble-core 0.1.46 → 0.1.48
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 +110 -110
- package/dist/bubbles/service-bubble/agi-inc.d.ts +132 -132
- package/dist/bubbles/service-bubble/ai-agent.d.ts +36 -36
- package/dist/bubbles/service-bubble/airtable.d.ts +154 -154
- package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +78 -78
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +48 -48
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +63 -63
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +49 -49
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +104 -104
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +104 -104
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +52 -52
- package/dist/bubbles/service-bubble/firecrawl.d.ts +408 -408
- package/dist/bubbles/service-bubble/followupboss.d.ts +344 -344
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +365 -365
- package/dist/bubbles/service-bubble/github.d.ts +148 -148
- package/dist/bubbles/service-bubble/gmail.d.ts +613 -613
- package/dist/bubbles/service-bubble/google-calendar.d.ts +54 -54
- package/dist/bubbles/service-bubble/google-drive.d.ts +128 -128
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +62 -62
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +52 -52
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.d.ts +62 -62
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +54 -54
- package/dist/bubbles/service-bubble/notion/notion.d.ts +216 -216
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +370 -370
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/telegram.d.ts +118 -118
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +33 -33
- 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 +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +300 -300
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +114 -114
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +78 -78
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -81,7 +81,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
81
81
|
operation: "start_session";
|
|
82
82
|
viewport_width: number;
|
|
83
83
|
viewport_height: number;
|
|
84
|
-
|
|
84
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
85
|
cookies?: {
|
|
86
86
|
value: string;
|
|
87
87
|
path: string;
|
|
@@ -91,10 +91,10 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
91
91
|
httpOnly: boolean;
|
|
92
92
|
secure: boolean;
|
|
93
93
|
}[] | undefined;
|
|
94
|
-
|
|
94
|
+
context_id?: string | undefined;
|
|
95
95
|
}, {
|
|
96
96
|
operation: "start_session";
|
|
97
|
-
|
|
97
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
98
98
|
cookies?: {
|
|
99
99
|
value: string;
|
|
100
100
|
path: string;
|
|
@@ -104,9 +104,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
104
104
|
httpOnly: boolean;
|
|
105
105
|
secure: boolean;
|
|
106
106
|
}[] | undefined;
|
|
107
|
+
context_id?: string | undefined;
|
|
107
108
|
viewport_width?: number | undefined;
|
|
108
109
|
viewport_height?: number | undefined;
|
|
109
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
110
110
|
}>, import("zod").ZodObject<{
|
|
111
111
|
operation: import("zod").ZodLiteral<"navigate">;
|
|
112
112
|
session_id: import("zod").ZodString;
|
|
@@ -115,19 +115,19 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
115
115
|
timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
116
116
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
117
117
|
}, "strip", import("zod").ZodTypeAny, {
|
|
118
|
-
operation: "navigate";
|
|
119
118
|
url: string;
|
|
119
|
+
timeout: number;
|
|
120
|
+
operation: "navigate";
|
|
120
121
|
session_id: string;
|
|
121
122
|
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
122
|
-
timeout: number;
|
|
123
123
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
124
124
|
}, {
|
|
125
|
-
operation: "navigate";
|
|
126
125
|
url: string;
|
|
126
|
+
operation: "navigate";
|
|
127
127
|
session_id: string;
|
|
128
128
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
129
|
-
wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
|
|
130
129
|
timeout?: number | undefined;
|
|
130
|
+
wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
|
|
131
131
|
}>, import("zod").ZodObject<{
|
|
132
132
|
operation: import("zod").ZodLiteral<"click">;
|
|
133
133
|
session_id: import("zod").ZodString;
|
|
@@ -136,9 +136,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
136
136
|
timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
137
137
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
138
138
|
}, "strip", import("zod").ZodTypeAny, {
|
|
139
|
+
timeout: number;
|
|
139
140
|
operation: "click";
|
|
140
141
|
session_id: string;
|
|
141
|
-
timeout: number;
|
|
142
142
|
selector: string;
|
|
143
143
|
wait_for_navigation: boolean;
|
|
144
144
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -158,35 +158,35 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
158
158
|
delay: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
159
159
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
160
160
|
}, "strip", import("zod").ZodTypeAny, {
|
|
161
|
+
text: string;
|
|
161
162
|
operation: "type";
|
|
162
163
|
session_id: string;
|
|
163
164
|
selector: string;
|
|
164
|
-
text: string;
|
|
165
|
-
clear_first: boolean;
|
|
166
165
|
delay: number;
|
|
166
|
+
clear_first: boolean;
|
|
167
167
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
168
168
|
}, {
|
|
169
|
+
text: string;
|
|
169
170
|
operation: "type";
|
|
170
171
|
session_id: string;
|
|
171
172
|
selector: string;
|
|
172
|
-
text: string;
|
|
173
173
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
174
|
-
clear_first?: boolean | undefined;
|
|
175
174
|
delay?: number | undefined;
|
|
175
|
+
clear_first?: boolean | undefined;
|
|
176
176
|
}>, import("zod").ZodObject<{
|
|
177
177
|
operation: import("zod").ZodLiteral<"evaluate">;
|
|
178
178
|
session_id: import("zod").ZodString;
|
|
179
179
|
script: import("zod").ZodString;
|
|
180
180
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
181
181
|
}, "strip", import("zod").ZodTypeAny, {
|
|
182
|
+
script: string;
|
|
182
183
|
operation: "evaluate";
|
|
183
184
|
session_id: string;
|
|
184
|
-
script: string;
|
|
185
185
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
186
186
|
}, {
|
|
187
|
+
script: string;
|
|
187
188
|
operation: "evaluate";
|
|
188
189
|
session_id: string;
|
|
189
|
-
script: string;
|
|
190
190
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
191
191
|
}>, import("zod").ZodObject<{
|
|
192
192
|
operation: import("zod").ZodLiteral<"get_content">;
|
|
@@ -196,16 +196,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
196
196
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
197
197
|
}, "strip", import("zod").ZodTypeAny, {
|
|
198
198
|
operation: "get_content";
|
|
199
|
-
session_id: string;
|
|
200
199
|
content_type: "text" | "html" | "outer_html";
|
|
200
|
+
session_id: string;
|
|
201
201
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
202
202
|
selector?: string | undefined;
|
|
203
203
|
}, {
|
|
204
204
|
operation: "get_content";
|
|
205
205
|
session_id: string;
|
|
206
206
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
207
|
-
selector?: string | undefined;
|
|
208
207
|
content_type?: "text" | "html" | "outer_html" | undefined;
|
|
208
|
+
selector?: string | undefined;
|
|
209
209
|
}>, import("zod").ZodObject<{
|
|
210
210
|
operation: import("zod").ZodLiteral<"screenshot">;
|
|
211
211
|
session_id: import("zod").ZodString;
|
|
@@ -215,21 +215,21 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
215
215
|
quality: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
216
216
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
217
217
|
}, "strip", import("zod").ZodTypeAny, {
|
|
218
|
-
operation: "screenshot";
|
|
219
218
|
format: "png" | "jpeg" | "webp";
|
|
219
|
+
operation: "screenshot";
|
|
220
220
|
session_id: string;
|
|
221
221
|
full_page: boolean;
|
|
222
222
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
223
|
-
selector?: string | undefined;
|
|
224
223
|
quality?: number | undefined;
|
|
224
|
+
selector?: string | undefined;
|
|
225
225
|
}, {
|
|
226
226
|
operation: "screenshot";
|
|
227
227
|
session_id: string;
|
|
228
228
|
format?: "png" | "jpeg" | "webp" | undefined;
|
|
229
229
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
230
|
+
quality?: number | undefined;
|
|
230
231
|
selector?: string | undefined;
|
|
231
232
|
full_page?: boolean | undefined;
|
|
232
|
-
quality?: number | undefined;
|
|
233
233
|
}>, import("zod").ZodObject<{
|
|
234
234
|
operation: import("zod").ZodLiteral<"wait">;
|
|
235
235
|
session_id: import("zod").ZodString;
|
|
@@ -238,9 +238,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
238
238
|
timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
239
239
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
240
240
|
}, "strip", import("zod").ZodTypeAny, {
|
|
241
|
+
timeout: number;
|
|
241
242
|
operation: "wait";
|
|
242
243
|
session_id: string;
|
|
243
|
-
timeout: number;
|
|
244
244
|
wait_type: "timeout" | "selector" | "navigation";
|
|
245
245
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
246
246
|
selector?: string | undefined;
|
|
@@ -287,18 +287,18 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
287
287
|
debug_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
288
288
|
error: import("zod").ZodString;
|
|
289
289
|
}, "strip", import("zod").ZodTypeAny, {
|
|
290
|
-
operation: "start_session";
|
|
291
|
-
success: boolean;
|
|
292
290
|
error: string;
|
|
293
|
-
|
|
291
|
+
success: boolean;
|
|
292
|
+
operation: "start_session";
|
|
294
293
|
session_id?: string | undefined;
|
|
294
|
+
context_id?: string | undefined;
|
|
295
295
|
debug_url?: string | undefined;
|
|
296
296
|
}, {
|
|
297
|
-
operation: "start_session";
|
|
298
|
-
success: boolean;
|
|
299
297
|
error: string;
|
|
300
|
-
|
|
298
|
+
success: boolean;
|
|
299
|
+
operation: "start_session";
|
|
301
300
|
session_id?: string | undefined;
|
|
301
|
+
context_id?: string | undefined;
|
|
302
302
|
debug_url?: string | undefined;
|
|
303
303
|
}>, import("zod").ZodObject<{
|
|
304
304
|
operation: import("zod").ZodLiteral<"navigate">;
|
|
@@ -306,53 +306,53 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
306
306
|
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
307
307
|
error: import("zod").ZodString;
|
|
308
308
|
}, "strip", import("zod").ZodTypeAny, {
|
|
309
|
-
operation: "navigate";
|
|
310
|
-
success: boolean;
|
|
311
309
|
error: string;
|
|
310
|
+
success: boolean;
|
|
311
|
+
operation: "navigate";
|
|
312
312
|
url?: string | undefined;
|
|
313
313
|
}, {
|
|
314
|
-
operation: "navigate";
|
|
315
|
-
success: boolean;
|
|
316
314
|
error: string;
|
|
315
|
+
success: boolean;
|
|
316
|
+
operation: "navigate";
|
|
317
317
|
url?: string | undefined;
|
|
318
318
|
}>, import("zod").ZodObject<{
|
|
319
319
|
operation: import("zod").ZodLiteral<"click">;
|
|
320
320
|
success: import("zod").ZodBoolean;
|
|
321
321
|
error: import("zod").ZodString;
|
|
322
322
|
}, "strip", import("zod").ZodTypeAny, {
|
|
323
|
-
operation: "click";
|
|
324
|
-
success: boolean;
|
|
325
323
|
error: string;
|
|
326
|
-
}, {
|
|
327
|
-
operation: "click";
|
|
328
324
|
success: boolean;
|
|
325
|
+
operation: "click";
|
|
326
|
+
}, {
|
|
329
327
|
error: string;
|
|
328
|
+
success: boolean;
|
|
329
|
+
operation: "click";
|
|
330
330
|
}>, import("zod").ZodObject<{
|
|
331
331
|
operation: import("zod").ZodLiteral<"type">;
|
|
332
332
|
success: import("zod").ZodBoolean;
|
|
333
333
|
error: import("zod").ZodString;
|
|
334
334
|
}, "strip", import("zod").ZodTypeAny, {
|
|
335
|
-
operation: "type";
|
|
336
|
-
success: boolean;
|
|
337
335
|
error: string;
|
|
338
|
-
}, {
|
|
339
|
-
operation: "type";
|
|
340
336
|
success: boolean;
|
|
337
|
+
operation: "type";
|
|
338
|
+
}, {
|
|
341
339
|
error: string;
|
|
340
|
+
success: boolean;
|
|
341
|
+
operation: "type";
|
|
342
342
|
}>, import("zod").ZodObject<{
|
|
343
343
|
operation: import("zod").ZodLiteral<"evaluate">;
|
|
344
344
|
success: import("zod").ZodBoolean;
|
|
345
345
|
result: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
346
346
|
error: import("zod").ZodString;
|
|
347
347
|
}, "strip", import("zod").ZodTypeAny, {
|
|
348
|
-
operation: "evaluate";
|
|
349
|
-
success: boolean;
|
|
350
348
|
error: string;
|
|
349
|
+
success: boolean;
|
|
350
|
+
operation: "evaluate";
|
|
351
351
|
result?: unknown;
|
|
352
352
|
}, {
|
|
353
|
-
operation: "evaluate";
|
|
354
|
-
success: boolean;
|
|
355
353
|
error: string;
|
|
354
|
+
success: boolean;
|
|
355
|
+
operation: "evaluate";
|
|
356
356
|
result?: unknown;
|
|
357
357
|
}>, import("zod").ZodObject<{
|
|
358
358
|
operation: import("zod").ZodLiteral<"get_content">;
|
|
@@ -360,14 +360,14 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
360
360
|
content: import("zod").ZodOptional<import("zod").ZodString>;
|
|
361
361
|
error: import("zod").ZodString;
|
|
362
362
|
}, "strip", import("zod").ZodTypeAny, {
|
|
363
|
-
operation: "get_content";
|
|
364
|
-
success: boolean;
|
|
365
363
|
error: string;
|
|
364
|
+
success: boolean;
|
|
365
|
+
operation: "get_content";
|
|
366
366
|
content?: string | undefined;
|
|
367
367
|
}, {
|
|
368
|
-
operation: "get_content";
|
|
369
|
-
success: boolean;
|
|
370
368
|
error: string;
|
|
369
|
+
success: boolean;
|
|
370
|
+
operation: "get_content";
|
|
371
371
|
content?: string | undefined;
|
|
372
372
|
}>, import("zod").ZodObject<{
|
|
373
373
|
operation: import("zod").ZodLiteral<"screenshot">;
|
|
@@ -376,15 +376,15 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
376
376
|
format: import("zod").ZodOptional<import("zod").ZodString>;
|
|
377
377
|
error: import("zod").ZodString;
|
|
378
378
|
}, "strip", import("zod").ZodTypeAny, {
|
|
379
|
-
operation: "screenshot";
|
|
380
|
-
success: boolean;
|
|
381
379
|
error: string;
|
|
380
|
+
success: boolean;
|
|
381
|
+
operation: "screenshot";
|
|
382
382
|
format?: string | undefined;
|
|
383
383
|
data?: string | undefined;
|
|
384
384
|
}, {
|
|
385
|
-
operation: "screenshot";
|
|
386
|
-
success: boolean;
|
|
387
385
|
error: string;
|
|
386
|
+
success: boolean;
|
|
387
|
+
operation: "screenshot";
|
|
388
388
|
format?: string | undefined;
|
|
389
389
|
data?: string | undefined;
|
|
390
390
|
}>, import("zod").ZodObject<{
|
|
@@ -392,13 +392,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
392
392
|
success: import("zod").ZodBoolean;
|
|
393
393
|
error: import("zod").ZodString;
|
|
394
394
|
}, "strip", import("zod").ZodTypeAny, {
|
|
395
|
-
operation: "wait";
|
|
396
|
-
success: boolean;
|
|
397
395
|
error: string;
|
|
398
|
-
}, {
|
|
399
|
-
operation: "wait";
|
|
400
396
|
success: boolean;
|
|
397
|
+
operation: "wait";
|
|
398
|
+
}, {
|
|
401
399
|
error: string;
|
|
400
|
+
success: boolean;
|
|
401
|
+
operation: "wait";
|
|
402
402
|
}>, import("zod").ZodObject<{
|
|
403
403
|
operation: import("zod").ZodLiteral<"get_cookies">;
|
|
404
404
|
success: import("zod").ZodBoolean;
|
|
@@ -429,9 +429,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
429
429
|
}>, "many">>;
|
|
430
430
|
error: import("zod").ZodString;
|
|
431
431
|
}, "strip", import("zod").ZodTypeAny, {
|
|
432
|
-
operation: "get_cookies";
|
|
433
|
-
success: boolean;
|
|
434
432
|
error: string;
|
|
433
|
+
success: boolean;
|
|
434
|
+
operation: "get_cookies";
|
|
435
435
|
cookies?: {
|
|
436
436
|
value: string;
|
|
437
437
|
path: string;
|
|
@@ -442,9 +442,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
442
442
|
secure: boolean;
|
|
443
443
|
}[] | undefined;
|
|
444
444
|
}, {
|
|
445
|
-
operation: "get_cookies";
|
|
446
|
-
success: boolean;
|
|
447
445
|
error: string;
|
|
446
|
+
success: boolean;
|
|
447
|
+
operation: "get_cookies";
|
|
448
448
|
cookies?: {
|
|
449
449
|
value: string;
|
|
450
450
|
path: string;
|
|
@@ -459,13 +459,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
459
459
|
success: import("zod").ZodBoolean;
|
|
460
460
|
error: import("zod").ZodString;
|
|
461
461
|
}, "strip", import("zod").ZodTypeAny, {
|
|
462
|
-
operation: "end_session";
|
|
463
|
-
success: boolean;
|
|
464
462
|
error: string;
|
|
465
|
-
}, {
|
|
466
|
-
operation: "end_session";
|
|
467
463
|
success: boolean;
|
|
464
|
+
operation: "end_session";
|
|
465
|
+
}, {
|
|
468
466
|
error: string;
|
|
467
|
+
success: boolean;
|
|
468
|
+
operation: "end_session";
|
|
469
469
|
}>]>;
|
|
470
470
|
static readonly shortDescription = "Browser automation service using BrowserBase cloud browsers";
|
|
471
471
|
static readonly longDescription = "\n BrowserBase service integration for cloud-based browser automation.\n\n Features:\n - Cloud-based browser sessions\n - Session persistence via context IDs\n - Cookie injection for authenticated sessions\n - Full page automation (click, type, evaluate)\n - Screenshot and content extraction\n - Cross-browser support\n\n Use cases:\n - Automated shopping workflows (Amazon, etc.)\n - Web scraping with authentication\n - Form automation and submission\n - Browser-based testing\n\n Security Features:\n - Sessions are isolated in BrowserBase cloud\n - Credentials are handled securely\n - Sessions are properly closed and cleaned up\n ";
|
|
@@ -157,15 +157,15 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
157
157
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
158
158
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
159
159
|
}, "strip", z.ZodTypeAny, {
|
|
160
|
-
operation: "navigate";
|
|
161
160
|
url: string;
|
|
162
161
|
timeout: number;
|
|
162
|
+
operation: "navigate";
|
|
163
163
|
session_id: string;
|
|
164
164
|
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
165
165
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
166
166
|
}, {
|
|
167
|
-
operation: "navigate";
|
|
168
167
|
url: string;
|
|
168
|
+
operation: "navigate";
|
|
169
169
|
session_id: string;
|
|
170
170
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
171
171
|
timeout?: number | undefined;
|
|
@@ -178,8 +178,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
178
178
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
179
179
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
180
180
|
}, "strip", z.ZodTypeAny, {
|
|
181
|
-
operation: "click";
|
|
182
181
|
timeout: number;
|
|
182
|
+
operation: "click";
|
|
183
183
|
session_id: string;
|
|
184
184
|
selector: string;
|
|
185
185
|
wait_for_navigation: boolean;
|
|
@@ -200,16 +200,16 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
200
200
|
delay: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
201
201
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
202
202
|
}, "strip", z.ZodTypeAny, {
|
|
203
|
-
operation: "type";
|
|
204
203
|
text: string;
|
|
204
|
+
operation: "type";
|
|
205
205
|
session_id: string;
|
|
206
206
|
selector: string;
|
|
207
207
|
delay: number;
|
|
208
208
|
clear_first: boolean;
|
|
209
209
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
210
210
|
}, {
|
|
211
|
-
operation: "type";
|
|
212
211
|
text: string;
|
|
212
|
+
operation: "type";
|
|
213
213
|
session_id: string;
|
|
214
214
|
selector: string;
|
|
215
215
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -221,13 +221,13 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
221
221
|
script: z.ZodString;
|
|
222
222
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
223
223
|
}, "strip", z.ZodTypeAny, {
|
|
224
|
-
operation: "evaluate";
|
|
225
224
|
script: string;
|
|
225
|
+
operation: "evaluate";
|
|
226
226
|
session_id: string;
|
|
227
227
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
228
228
|
}, {
|
|
229
|
-
operation: "evaluate";
|
|
230
229
|
script: string;
|
|
230
|
+
operation: "evaluate";
|
|
231
231
|
session_id: string;
|
|
232
232
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
233
233
|
}>, z.ZodObject<{
|
|
@@ -257,8 +257,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
257
257
|
quality: z.ZodOptional<z.ZodNumber>;
|
|
258
258
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
259
259
|
}, "strip", z.ZodTypeAny, {
|
|
260
|
-
operation: "screenshot";
|
|
261
260
|
format: "png" | "jpeg" | "webp";
|
|
261
|
+
operation: "screenshot";
|
|
262
262
|
session_id: string;
|
|
263
263
|
full_page: boolean;
|
|
264
264
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -280,8 +280,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
280
280
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
281
281
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
282
282
|
}, "strip", z.ZodTypeAny, {
|
|
283
|
-
operation: "wait";
|
|
284
283
|
timeout: number;
|
|
284
|
+
operation: "wait";
|
|
285
285
|
session_id: string;
|
|
286
286
|
wait_type: "timeout" | "selector" | "navigation";
|
|
287
287
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -332,16 +332,16 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
332
332
|
debug_url: z.ZodOptional<z.ZodString>;
|
|
333
333
|
error: z.ZodString;
|
|
334
334
|
}, "strip", z.ZodTypeAny, {
|
|
335
|
-
operation: "start_session";
|
|
336
|
-
success: boolean;
|
|
337
335
|
error: string;
|
|
336
|
+
success: boolean;
|
|
337
|
+
operation: "start_session";
|
|
338
338
|
session_id?: string | undefined;
|
|
339
339
|
context_id?: string | undefined;
|
|
340
340
|
debug_url?: string | undefined;
|
|
341
341
|
}, {
|
|
342
|
-
operation: "start_session";
|
|
343
|
-
success: boolean;
|
|
344
342
|
error: string;
|
|
343
|
+
success: boolean;
|
|
344
|
+
operation: "start_session";
|
|
345
345
|
session_id?: string | undefined;
|
|
346
346
|
context_id?: string | undefined;
|
|
347
347
|
debug_url?: string | undefined;
|
|
@@ -351,53 +351,53 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
351
351
|
url: z.ZodOptional<z.ZodString>;
|
|
352
352
|
error: z.ZodString;
|
|
353
353
|
}, "strip", z.ZodTypeAny, {
|
|
354
|
-
operation: "navigate";
|
|
355
|
-
success: boolean;
|
|
356
354
|
error: string;
|
|
355
|
+
success: boolean;
|
|
356
|
+
operation: "navigate";
|
|
357
357
|
url?: string | undefined;
|
|
358
358
|
}, {
|
|
359
|
-
operation: "navigate";
|
|
360
|
-
success: boolean;
|
|
361
359
|
error: string;
|
|
360
|
+
success: boolean;
|
|
361
|
+
operation: "navigate";
|
|
362
362
|
url?: string | undefined;
|
|
363
363
|
}>, z.ZodObject<{
|
|
364
364
|
operation: z.ZodLiteral<"click">;
|
|
365
365
|
success: z.ZodBoolean;
|
|
366
366
|
error: z.ZodString;
|
|
367
367
|
}, "strip", z.ZodTypeAny, {
|
|
368
|
-
operation: "click";
|
|
369
|
-
success: boolean;
|
|
370
368
|
error: string;
|
|
371
|
-
}, {
|
|
372
|
-
operation: "click";
|
|
373
369
|
success: boolean;
|
|
370
|
+
operation: "click";
|
|
371
|
+
}, {
|
|
374
372
|
error: string;
|
|
373
|
+
success: boolean;
|
|
374
|
+
operation: "click";
|
|
375
375
|
}>, z.ZodObject<{
|
|
376
376
|
operation: z.ZodLiteral<"type">;
|
|
377
377
|
success: z.ZodBoolean;
|
|
378
378
|
error: z.ZodString;
|
|
379
379
|
}, "strip", z.ZodTypeAny, {
|
|
380
|
-
operation: "type";
|
|
381
|
-
success: boolean;
|
|
382
380
|
error: string;
|
|
383
|
-
}, {
|
|
384
|
-
operation: "type";
|
|
385
381
|
success: boolean;
|
|
382
|
+
operation: "type";
|
|
383
|
+
}, {
|
|
386
384
|
error: string;
|
|
385
|
+
success: boolean;
|
|
386
|
+
operation: "type";
|
|
387
387
|
}>, z.ZodObject<{
|
|
388
388
|
operation: z.ZodLiteral<"evaluate">;
|
|
389
389
|
success: z.ZodBoolean;
|
|
390
390
|
result: z.ZodOptional<z.ZodUnknown>;
|
|
391
391
|
error: z.ZodString;
|
|
392
392
|
}, "strip", z.ZodTypeAny, {
|
|
393
|
-
operation: "evaluate";
|
|
394
|
-
success: boolean;
|
|
395
393
|
error: string;
|
|
394
|
+
success: boolean;
|
|
395
|
+
operation: "evaluate";
|
|
396
396
|
result?: unknown;
|
|
397
397
|
}, {
|
|
398
|
-
operation: "evaluate";
|
|
399
|
-
success: boolean;
|
|
400
398
|
error: string;
|
|
399
|
+
success: boolean;
|
|
400
|
+
operation: "evaluate";
|
|
401
401
|
result?: unknown;
|
|
402
402
|
}>, z.ZodObject<{
|
|
403
403
|
operation: z.ZodLiteral<"get_content">;
|
|
@@ -405,14 +405,14 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
405
405
|
content: z.ZodOptional<z.ZodString>;
|
|
406
406
|
error: z.ZodString;
|
|
407
407
|
}, "strip", z.ZodTypeAny, {
|
|
408
|
-
operation: "get_content";
|
|
409
|
-
success: boolean;
|
|
410
408
|
error: string;
|
|
409
|
+
success: boolean;
|
|
410
|
+
operation: "get_content";
|
|
411
411
|
content?: string | undefined;
|
|
412
412
|
}, {
|
|
413
|
-
operation: "get_content";
|
|
414
|
-
success: boolean;
|
|
415
413
|
error: string;
|
|
414
|
+
success: boolean;
|
|
415
|
+
operation: "get_content";
|
|
416
416
|
content?: string | undefined;
|
|
417
417
|
}>, z.ZodObject<{
|
|
418
418
|
operation: z.ZodLiteral<"screenshot">;
|
|
@@ -421,15 +421,15 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
421
421
|
format: z.ZodOptional<z.ZodString>;
|
|
422
422
|
error: z.ZodString;
|
|
423
423
|
}, "strip", z.ZodTypeAny, {
|
|
424
|
-
operation: "screenshot";
|
|
425
|
-
success: boolean;
|
|
426
424
|
error: string;
|
|
425
|
+
success: boolean;
|
|
426
|
+
operation: "screenshot";
|
|
427
427
|
format?: string | undefined;
|
|
428
428
|
data?: string | undefined;
|
|
429
429
|
}, {
|
|
430
|
-
operation: "screenshot";
|
|
431
|
-
success: boolean;
|
|
432
430
|
error: string;
|
|
431
|
+
success: boolean;
|
|
432
|
+
operation: "screenshot";
|
|
433
433
|
format?: string | undefined;
|
|
434
434
|
data?: string | undefined;
|
|
435
435
|
}>, z.ZodObject<{
|
|
@@ -437,13 +437,13 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
437
437
|
success: z.ZodBoolean;
|
|
438
438
|
error: z.ZodString;
|
|
439
439
|
}, "strip", z.ZodTypeAny, {
|
|
440
|
-
operation: "wait";
|
|
441
|
-
success: boolean;
|
|
442
440
|
error: string;
|
|
443
|
-
}, {
|
|
444
|
-
operation: "wait";
|
|
445
441
|
success: boolean;
|
|
442
|
+
operation: "wait";
|
|
443
|
+
}, {
|
|
446
444
|
error: string;
|
|
445
|
+
success: boolean;
|
|
446
|
+
operation: "wait";
|
|
447
447
|
}>, z.ZodObject<{
|
|
448
448
|
operation: z.ZodLiteral<"get_cookies">;
|
|
449
449
|
success: z.ZodBoolean;
|
|
@@ -474,9 +474,9 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
474
474
|
}>, "many">>;
|
|
475
475
|
error: z.ZodString;
|
|
476
476
|
}, "strip", z.ZodTypeAny, {
|
|
477
|
-
operation: "get_cookies";
|
|
478
|
-
success: boolean;
|
|
479
477
|
error: string;
|
|
478
|
+
success: boolean;
|
|
479
|
+
operation: "get_cookies";
|
|
480
480
|
cookies?: {
|
|
481
481
|
value: string;
|
|
482
482
|
path: string;
|
|
@@ -487,9 +487,9 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
487
487
|
secure: boolean;
|
|
488
488
|
}[] | undefined;
|
|
489
489
|
}, {
|
|
490
|
-
operation: "get_cookies";
|
|
491
|
-
success: boolean;
|
|
492
490
|
error: string;
|
|
491
|
+
success: boolean;
|
|
492
|
+
operation: "get_cookies";
|
|
493
493
|
cookies?: {
|
|
494
494
|
value: string;
|
|
495
495
|
path: string;
|
|
@@ -504,13 +504,13 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
504
504
|
success: z.ZodBoolean;
|
|
505
505
|
error: z.ZodString;
|
|
506
506
|
}, "strip", z.ZodTypeAny, {
|
|
507
|
-
operation: "end_session";
|
|
508
|
-
success: boolean;
|
|
509
507
|
error: string;
|
|
510
|
-
}, {
|
|
511
|
-
operation: "end_session";
|
|
512
508
|
success: boolean;
|
|
509
|
+
operation: "end_session";
|
|
510
|
+
}, {
|
|
513
511
|
error: string;
|
|
512
|
+
success: boolean;
|
|
513
|
+
operation: "end_session";
|
|
514
514
|
}>]>;
|
|
515
515
|
export type BrowserBaseParams = z.output<typeof BrowserBaseParamsSchema>;
|
|
516
516
|
export type BrowserBaseParamsInput = z.input<typeof BrowserBaseParamsSchema>;
|