@bubblelab/bubble-core 0.1.49 → 0.1.51
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 +126 -106
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- 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 +230 -230
- package/dist/bubbles/service-bubble/apify/apify.d.ts +38 -38
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +178 -178
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +57 -57
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +98 -98
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
- package/dist/bubbles/service-bubble/firecrawl.d.ts +292 -292
- package/dist/bubbles/service-bubble/followupboss.d.ts +302 -302
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +28 -28
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.js +8 -4
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.js.map +1 -1
- package/dist/bubbles/service-bubble/github.d.ts +124 -124
- package/dist/bubbles/service-bubble/gmail.d.ts +248 -248
- package/dist/bubbles/service-bubble/google-calendar.d.ts +56 -56
- package/dist/bubbles/service-bubble/google-drive.d.ts +120 -120
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +54 -54
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.d.ts +59 -59
- package/dist/bubbles/service-bubble/notion/notion.d.ts +212 -212
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/resend.d.ts +16 -16
- package/dist/bubbles/service-bubble/slack/slack.d.ts +340 -340
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/stripe/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/stripe/index.js +4 -0
- package/dist/bubbles/service-bubble/stripe/index.js.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +1178 -0
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.js +618 -0
- package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +1326 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.js +626 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.utils.d.ts +40 -0
- package/dist/bubbles/service-bubble/stripe/stripe.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.utils.js +111 -0
- package/dist/bubbles/service-bubble/stripe/stripe.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/telegram.d.ts +114 -114
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +40 -40
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- 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-tool.d.ts +324 -324
- 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 +12 -12
- 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 +60 -60
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +132 -132
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.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 +96 -96
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1806 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/types/base-bubble-class.d.ts.map +1 -1
- package/dist/types/base-bubble-class.js +12 -0
- package/dist/types/base-bubble-class.js.map +1 -1
- package/dist/utils/schema-comparison.d.ts +10 -0
- package/dist/utils/schema-comparison.d.ts.map +1 -1
- package/dist/utils/schema-comparison.js +215 -0
- package/dist/utils/schema-comparison.js.map +1 -1
- package/package.json +2 -2
|
@@ -58,16 +58,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
58
58
|
httpOnly: import("zod").ZodBoolean;
|
|
59
59
|
secure: import("zod").ZodBoolean;
|
|
60
60
|
}, "strip", import("zod").ZodTypeAny, {
|
|
61
|
-
value: string;
|
|
62
61
|
path: string;
|
|
62
|
+
value: string;
|
|
63
63
|
name: string;
|
|
64
64
|
domain: string;
|
|
65
65
|
expires: number;
|
|
66
66
|
httpOnly: boolean;
|
|
67
67
|
secure: boolean;
|
|
68
68
|
}, {
|
|
69
|
-
value: string;
|
|
70
69
|
path: string;
|
|
70
|
+
value: string;
|
|
71
71
|
name: string;
|
|
72
72
|
domain: string;
|
|
73
73
|
expires: number;
|
|
@@ -82,29 +82,29 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
82
82
|
viewport_width: number;
|
|
83
83
|
viewport_height: number;
|
|
84
84
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
|
+
context_id?: string | undefined;
|
|
85
86
|
cookies?: {
|
|
86
|
-
value: string;
|
|
87
87
|
path: string;
|
|
88
|
+
value: string;
|
|
88
89
|
name: string;
|
|
89
90
|
domain: string;
|
|
90
91
|
expires: number;
|
|
91
92
|
httpOnly: boolean;
|
|
92
93
|
secure: boolean;
|
|
93
94
|
}[] | undefined;
|
|
94
|
-
context_id?: string | undefined;
|
|
95
95
|
}, {
|
|
96
96
|
operation: "start_session";
|
|
97
97
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
98
|
+
context_id?: string | undefined;
|
|
98
99
|
cookies?: {
|
|
99
|
-
value: string;
|
|
100
100
|
path: string;
|
|
101
|
+
value: string;
|
|
101
102
|
name: string;
|
|
102
103
|
domain: string;
|
|
103
104
|
expires: number;
|
|
104
105
|
httpOnly: boolean;
|
|
105
106
|
secure: boolean;
|
|
106
107
|
}[] | undefined;
|
|
107
|
-
context_id?: string | undefined;
|
|
108
108
|
viewport_width?: number | undefined;
|
|
109
109
|
viewport_height?: number | undefined;
|
|
110
110
|
}>, import("zod").ZodObject<{
|
|
@@ -116,8 +116,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
116
116
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
117
117
|
}, "strip", import("zod").ZodTypeAny, {
|
|
118
118
|
url: string;
|
|
119
|
-
timeout: number;
|
|
120
119
|
operation: "navigate";
|
|
120
|
+
timeout: number;
|
|
121
121
|
session_id: string;
|
|
122
122
|
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
123
123
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -136,8 +136,8 @@ 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;
|
|
140
139
|
operation: "click";
|
|
140
|
+
timeout: number;
|
|
141
141
|
session_id: string;
|
|
142
142
|
selector: string;
|
|
143
143
|
wait_for_navigation: boolean;
|
|
@@ -158,16 +158,16 @@ 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;
|
|
162
161
|
operation: "type";
|
|
162
|
+
text: string;
|
|
163
163
|
session_id: string;
|
|
164
164
|
selector: string;
|
|
165
165
|
delay: number;
|
|
166
166
|
clear_first: boolean;
|
|
167
167
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
168
168
|
}, {
|
|
169
|
-
text: string;
|
|
170
169
|
operation: "type";
|
|
170
|
+
text: string;
|
|
171
171
|
session_id: string;
|
|
172
172
|
selector: string;
|
|
173
173
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -179,13 +179,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
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;
|
|
183
182
|
operation: "evaluate";
|
|
183
|
+
script: string;
|
|
184
184
|
session_id: string;
|
|
185
185
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
186
186
|
}, {
|
|
187
|
-
script: string;
|
|
188
187
|
operation: "evaluate";
|
|
188
|
+
script: string;
|
|
189
189
|
session_id: string;
|
|
190
190
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
191
191
|
}>, import("zod").ZodObject<{
|
|
@@ -238,8 +238,8 @@ 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;
|
|
242
241
|
operation: "wait";
|
|
242
|
+
timeout: number;
|
|
243
243
|
session_id: string;
|
|
244
244
|
wait_type: "timeout" | "selector" | "navigation";
|
|
245
245
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -287,16 +287,16 @@ 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
|
-
error: string;
|
|
291
|
-
success: boolean;
|
|
292
290
|
operation: "start_session";
|
|
291
|
+
success: boolean;
|
|
292
|
+
error: string;
|
|
293
293
|
session_id?: string | undefined;
|
|
294
294
|
context_id?: string | undefined;
|
|
295
295
|
debug_url?: string | undefined;
|
|
296
296
|
}, {
|
|
297
|
-
error: string;
|
|
298
|
-
success: boolean;
|
|
299
297
|
operation: "start_session";
|
|
298
|
+
success: boolean;
|
|
299
|
+
error: string;
|
|
300
300
|
session_id?: string | undefined;
|
|
301
301
|
context_id?: string | undefined;
|
|
302
302
|
debug_url?: string | undefined;
|
|
@@ -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
|
-
error: string;
|
|
310
|
-
success: boolean;
|
|
311
309
|
operation: "navigate";
|
|
310
|
+
success: boolean;
|
|
311
|
+
error: string;
|
|
312
312
|
url?: string | undefined;
|
|
313
313
|
}, {
|
|
314
|
-
error: string;
|
|
315
|
-
success: boolean;
|
|
316
314
|
operation: "navigate";
|
|
315
|
+
success: boolean;
|
|
316
|
+
error: string;
|
|
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
|
-
error: string;
|
|
324
|
-
success: boolean;
|
|
325
323
|
operation: "click";
|
|
326
|
-
}, {
|
|
327
|
-
error: string;
|
|
328
324
|
success: boolean;
|
|
325
|
+
error: string;
|
|
326
|
+
}, {
|
|
329
327
|
operation: "click";
|
|
328
|
+
success: boolean;
|
|
329
|
+
error: string;
|
|
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
|
-
error: string;
|
|
336
|
-
success: boolean;
|
|
337
335
|
operation: "type";
|
|
338
|
-
}, {
|
|
339
|
-
error: string;
|
|
340
336
|
success: boolean;
|
|
337
|
+
error: string;
|
|
338
|
+
}, {
|
|
341
339
|
operation: "type";
|
|
340
|
+
success: boolean;
|
|
341
|
+
error: string;
|
|
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
|
-
error: string;
|
|
349
|
-
success: boolean;
|
|
350
348
|
operation: "evaluate";
|
|
349
|
+
success: boolean;
|
|
350
|
+
error: string;
|
|
351
351
|
result?: unknown;
|
|
352
352
|
}, {
|
|
353
|
-
error: string;
|
|
354
|
-
success: boolean;
|
|
355
353
|
operation: "evaluate";
|
|
354
|
+
success: boolean;
|
|
355
|
+
error: string;
|
|
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
|
-
error: string;
|
|
364
|
-
success: boolean;
|
|
365
363
|
operation: "get_content";
|
|
364
|
+
success: boolean;
|
|
365
|
+
error: string;
|
|
366
366
|
content?: string | undefined;
|
|
367
367
|
}, {
|
|
368
|
-
error: string;
|
|
369
|
-
success: boolean;
|
|
370
368
|
operation: "get_content";
|
|
369
|
+
success: boolean;
|
|
370
|
+
error: string;
|
|
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
|
-
error: string;
|
|
380
|
-
success: boolean;
|
|
381
379
|
operation: "screenshot";
|
|
380
|
+
success: boolean;
|
|
381
|
+
error: string;
|
|
382
382
|
format?: string | undefined;
|
|
383
383
|
data?: string | undefined;
|
|
384
384
|
}, {
|
|
385
|
-
error: string;
|
|
386
|
-
success: boolean;
|
|
387
385
|
operation: "screenshot";
|
|
386
|
+
success: boolean;
|
|
387
|
+
error: string;
|
|
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
|
-
error: string;
|
|
396
|
-
success: boolean;
|
|
397
395
|
operation: "wait";
|
|
398
|
-
}, {
|
|
399
|
-
error: string;
|
|
400
396
|
success: boolean;
|
|
397
|
+
error: string;
|
|
398
|
+
}, {
|
|
401
399
|
operation: "wait";
|
|
400
|
+
success: boolean;
|
|
401
|
+
error: string;
|
|
402
402
|
}>, import("zod").ZodObject<{
|
|
403
403
|
operation: import("zod").ZodLiteral<"get_cookies">;
|
|
404
404
|
success: import("zod").ZodBoolean;
|
|
@@ -411,16 +411,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
411
411
|
httpOnly: import("zod").ZodBoolean;
|
|
412
412
|
secure: import("zod").ZodBoolean;
|
|
413
413
|
}, "strip", import("zod").ZodTypeAny, {
|
|
414
|
-
value: string;
|
|
415
414
|
path: string;
|
|
415
|
+
value: string;
|
|
416
416
|
name: string;
|
|
417
417
|
domain: string;
|
|
418
418
|
expires: number;
|
|
419
419
|
httpOnly: boolean;
|
|
420
420
|
secure: boolean;
|
|
421
421
|
}, {
|
|
422
|
-
value: string;
|
|
423
422
|
path: string;
|
|
423
|
+
value: string;
|
|
424
424
|
name: string;
|
|
425
425
|
domain: string;
|
|
426
426
|
expires: number;
|
|
@@ -429,12 +429,12 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
429
429
|
}>, "many">>;
|
|
430
430
|
error: import("zod").ZodString;
|
|
431
431
|
}, "strip", import("zod").ZodTypeAny, {
|
|
432
|
-
error: string;
|
|
433
|
-
success: boolean;
|
|
434
432
|
operation: "get_cookies";
|
|
433
|
+
success: boolean;
|
|
434
|
+
error: string;
|
|
435
435
|
cookies?: {
|
|
436
|
-
value: string;
|
|
437
436
|
path: string;
|
|
437
|
+
value: string;
|
|
438
438
|
name: string;
|
|
439
439
|
domain: string;
|
|
440
440
|
expires: number;
|
|
@@ -442,12 +442,12 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
442
442
|
secure: boolean;
|
|
443
443
|
}[] | undefined;
|
|
444
444
|
}, {
|
|
445
|
-
error: string;
|
|
446
|
-
success: boolean;
|
|
447
445
|
operation: "get_cookies";
|
|
446
|
+
success: boolean;
|
|
447
|
+
error: string;
|
|
448
448
|
cookies?: {
|
|
449
|
-
value: string;
|
|
450
449
|
path: string;
|
|
450
|
+
value: string;
|
|
451
451
|
name: string;
|
|
452
452
|
domain: string;
|
|
453
453
|
expires: number;
|
|
@@ -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
|
-
error: string;
|
|
463
|
-
success: boolean;
|
|
464
462
|
operation: "end_session";
|
|
465
|
-
}, {
|
|
466
|
-
error: string;
|
|
467
463
|
success: boolean;
|
|
464
|
+
error: string;
|
|
465
|
+
}, {
|
|
468
466
|
operation: "end_session";
|
|
467
|
+
success: boolean;
|
|
468
|
+
error: string;
|
|
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 ";
|