@bubblelab/bubble-core 0.1.71 → 0.1.72
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 +47 -47
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +40 -40
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +80 -80
- package/dist/bubbles/service-bubble/firecrawl.d.ts +274 -274
- package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
- package/dist/bubbles/service-bubble/github.d.ts +36 -36
- package/dist/bubbles/service-bubble/gmail.d.ts +88 -88
- package/dist/bubbles/service-bubble/google-drive.d.ts +1 -62
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +0 -58
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +8 -8
- 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 +216 -216
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +11 -11
- package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +234 -234
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
- package/dist/bubbles.json +2 -67
- package/package.json +2 -2
|
@@ -23,8 +23,8 @@ declare const ApifyParamsSchema: z.ZodObject<{
|
|
|
23
23
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
24
24
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
|
-
timeout: number;
|
|
27
26
|
input: Record<string, unknown>;
|
|
27
|
+
timeout: number;
|
|
28
28
|
limit: number;
|
|
29
29
|
waitForFinish: boolean;
|
|
30
30
|
search?: string | undefined;
|
|
@@ -70,22 +70,22 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
70
70
|
id: string;
|
|
71
71
|
inputSchemaUrl: string;
|
|
72
72
|
description?: string | null | undefined;
|
|
73
|
+
stars?: number | null | undefined;
|
|
73
74
|
usage?: {
|
|
74
75
|
totalRuns?: number | undefined;
|
|
75
76
|
usersCount?: number | undefined;
|
|
76
77
|
} | null | undefined;
|
|
77
|
-
stars?: number | null | undefined;
|
|
78
78
|
requiresRental?: boolean | undefined;
|
|
79
79
|
}, {
|
|
80
80
|
name: string;
|
|
81
81
|
id: string;
|
|
82
82
|
inputSchemaUrl: string;
|
|
83
83
|
description?: string | null | undefined;
|
|
84
|
+
stars?: number | null | undefined;
|
|
84
85
|
usage?: {
|
|
85
86
|
totalRuns?: number | undefined;
|
|
86
87
|
usersCount?: number | undefined;
|
|
87
88
|
} | null | undefined;
|
|
88
|
-
stars?: number | null | undefined;
|
|
89
89
|
requiresRental?: boolean | undefined;
|
|
90
90
|
}>, "many">>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -102,11 +102,11 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
102
102
|
id: string;
|
|
103
103
|
inputSchemaUrl: string;
|
|
104
104
|
description?: string | null | undefined;
|
|
105
|
+
stars?: number | null | undefined;
|
|
105
106
|
usage?: {
|
|
106
107
|
totalRuns?: number | undefined;
|
|
107
108
|
usersCount?: number | undefined;
|
|
108
109
|
} | null | undefined;
|
|
109
|
-
stars?: number | null | undefined;
|
|
110
110
|
requiresRental?: boolean | undefined;
|
|
111
111
|
}[] | undefined;
|
|
112
112
|
}, {
|
|
@@ -123,11 +123,11 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
123
123
|
id: string;
|
|
124
124
|
inputSchemaUrl: string;
|
|
125
125
|
description?: string | null | undefined;
|
|
126
|
+
stars?: number | null | undefined;
|
|
126
127
|
usage?: {
|
|
127
128
|
totalRuns?: number | undefined;
|
|
128
129
|
usersCount?: number | undefined;
|
|
129
130
|
} | null | undefined;
|
|
130
|
-
stars?: number | null | undefined;
|
|
131
131
|
requiresRental?: boolean | undefined;
|
|
132
132
|
}[] | undefined;
|
|
133
133
|
}>;
|
|
@@ -159,8 +159,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
159
159
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
160
160
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
161
161
|
}, "strip", z.ZodTypeAny, {
|
|
162
|
-
timeout: number;
|
|
163
162
|
input: Record<string, unknown>;
|
|
163
|
+
timeout: number;
|
|
164
164
|
limit: number;
|
|
165
165
|
waitForFinish: boolean;
|
|
166
166
|
search?: string | undefined;
|
|
@@ -206,22 +206,22 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
206
206
|
id: string;
|
|
207
207
|
inputSchemaUrl: string;
|
|
208
208
|
description?: string | null | undefined;
|
|
209
|
+
stars?: number | null | undefined;
|
|
209
210
|
usage?: {
|
|
210
211
|
totalRuns?: number | undefined;
|
|
211
212
|
usersCount?: number | undefined;
|
|
212
213
|
} | null | undefined;
|
|
213
|
-
stars?: number | null | undefined;
|
|
214
214
|
requiresRental?: boolean | undefined;
|
|
215
215
|
}, {
|
|
216
216
|
name: string;
|
|
217
217
|
id: string;
|
|
218
218
|
inputSchemaUrl: string;
|
|
219
219
|
description?: string | null | undefined;
|
|
220
|
+
stars?: number | null | undefined;
|
|
220
221
|
usage?: {
|
|
221
222
|
totalRuns?: number | undefined;
|
|
222
223
|
usersCount?: number | undefined;
|
|
223
224
|
} | null | undefined;
|
|
224
|
-
stars?: number | null | undefined;
|
|
225
225
|
requiresRental?: boolean | undefined;
|
|
226
226
|
}>, "many">>;
|
|
227
227
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -238,11 +238,11 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
238
238
|
id: string;
|
|
239
239
|
inputSchemaUrl: string;
|
|
240
240
|
description?: string | null | undefined;
|
|
241
|
+
stars?: number | null | undefined;
|
|
241
242
|
usage?: {
|
|
242
243
|
totalRuns?: number | undefined;
|
|
243
244
|
usersCount?: number | undefined;
|
|
244
245
|
} | null | undefined;
|
|
245
|
-
stars?: number | null | undefined;
|
|
246
246
|
requiresRental?: boolean | undefined;
|
|
247
247
|
}[] | undefined;
|
|
248
248
|
}, {
|
|
@@ -259,11 +259,11 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
259
259
|
id: string;
|
|
260
260
|
inputSchemaUrl: string;
|
|
261
261
|
description?: string | null | undefined;
|
|
262
|
+
stars?: number | null | undefined;
|
|
262
263
|
usage?: {
|
|
263
264
|
totalRuns?: number | undefined;
|
|
264
265
|
usersCount?: number | undefined;
|
|
265
266
|
} | null | undefined;
|
|
266
|
-
stars?: number | null | undefined;
|
|
267
267
|
requiresRental?: boolean | undefined;
|
|
268
268
|
}[] | undefined;
|
|
269
269
|
}>;
|
|
@@ -352,22 +352,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
352
352
|
type: "Personal" | "Work" | "Other";
|
|
353
353
|
isPrimary: boolean;
|
|
354
354
|
} | null | undefined;
|
|
355
|
-
|
|
355
|
+
emailAddresses?: {
|
|
356
356
|
value: string;
|
|
357
357
|
type: "Personal" | "Work" | "Other";
|
|
358
358
|
isPrimary: boolean;
|
|
359
|
-
} | null | undefined;
|
|
360
|
-
customFields?: {
|
|
361
|
-
title: string;
|
|
362
|
-
id: string;
|
|
363
|
-
value?: unknown;
|
|
364
|
-
isPrivate?: boolean | undefined;
|
|
365
359
|
}[] | undefined;
|
|
366
|
-
|
|
360
|
+
primaryPhoneNumber?: {
|
|
367
361
|
value: string;
|
|
368
362
|
type: "Personal" | "Work" | "Other";
|
|
369
363
|
isPrimary: boolean;
|
|
370
|
-
}
|
|
364
|
+
} | null | undefined;
|
|
371
365
|
phoneNumbers?: {
|
|
372
366
|
value: string;
|
|
373
367
|
type: "Personal" | "Work" | "Other";
|
|
@@ -391,6 +385,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
391
385
|
id: string;
|
|
392
386
|
handle: string;
|
|
393
387
|
}[] | undefined;
|
|
388
|
+
customFields?: {
|
|
389
|
+
title: string;
|
|
390
|
+
id: string;
|
|
391
|
+
value?: unknown;
|
|
392
|
+
isPrivate?: boolean | undefined;
|
|
393
|
+
}[] | undefined;
|
|
394
394
|
}, {
|
|
395
395
|
name: string;
|
|
396
396
|
id: string;
|
|
@@ -406,22 +406,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
406
406
|
type: "Personal" | "Work" | "Other";
|
|
407
407
|
isPrimary: boolean;
|
|
408
408
|
} | null | undefined;
|
|
409
|
-
|
|
409
|
+
emailAddresses?: {
|
|
410
410
|
value: string;
|
|
411
411
|
type: "Personal" | "Work" | "Other";
|
|
412
412
|
isPrimary: boolean;
|
|
413
|
-
} | null | undefined;
|
|
414
|
-
customFields?: {
|
|
415
|
-
title: string;
|
|
416
|
-
id: string;
|
|
417
|
-
value?: unknown;
|
|
418
|
-
isPrivate?: boolean | undefined;
|
|
419
413
|
}[] | undefined;
|
|
420
|
-
|
|
414
|
+
primaryPhoneNumber?: {
|
|
421
415
|
value: string;
|
|
422
416
|
type: "Personal" | "Work" | "Other";
|
|
423
417
|
isPrimary: boolean;
|
|
424
|
-
}
|
|
418
|
+
} | null | undefined;
|
|
425
419
|
phoneNumbers?: {
|
|
426
420
|
value: string;
|
|
427
421
|
type: "Personal" | "Work" | "Other";
|
|
@@ -445,6 +439,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
445
439
|
id: string;
|
|
446
440
|
handle: string;
|
|
447
441
|
}[] | undefined;
|
|
442
|
+
customFields?: {
|
|
443
|
+
title: string;
|
|
444
|
+
id: string;
|
|
445
|
+
value?: unknown;
|
|
446
|
+
isPrivate?: boolean | undefined;
|
|
447
|
+
}[] | undefined;
|
|
448
448
|
}>, "many">>;
|
|
449
449
|
next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
450
450
|
more_data_available: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
@@ -471,22 +471,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
471
471
|
type: "Personal" | "Work" | "Other";
|
|
472
472
|
isPrimary: boolean;
|
|
473
473
|
} | null | undefined;
|
|
474
|
-
|
|
474
|
+
emailAddresses?: {
|
|
475
475
|
value: string;
|
|
476
476
|
type: "Personal" | "Work" | "Other";
|
|
477
477
|
isPrimary: boolean;
|
|
478
|
-
} | null | undefined;
|
|
479
|
-
customFields?: {
|
|
480
|
-
title: string;
|
|
481
|
-
id: string;
|
|
482
|
-
value?: unknown;
|
|
483
|
-
isPrivate?: boolean | undefined;
|
|
484
478
|
}[] | undefined;
|
|
485
|
-
|
|
479
|
+
primaryPhoneNumber?: {
|
|
486
480
|
value: string;
|
|
487
481
|
type: "Personal" | "Work" | "Other";
|
|
488
482
|
isPrimary: boolean;
|
|
489
|
-
}
|
|
483
|
+
} | null | undefined;
|
|
490
484
|
phoneNumbers?: {
|
|
491
485
|
value: string;
|
|
492
486
|
type: "Personal" | "Work" | "Other";
|
|
@@ -510,6 +504,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
510
504
|
id: string;
|
|
511
505
|
handle: string;
|
|
512
506
|
}[] | undefined;
|
|
507
|
+
customFields?: {
|
|
508
|
+
title: string;
|
|
509
|
+
id: string;
|
|
510
|
+
value?: unknown;
|
|
511
|
+
isPrivate?: boolean | undefined;
|
|
512
|
+
}[] | undefined;
|
|
513
513
|
}[] | undefined;
|
|
514
514
|
more_data_available?: boolean | undefined;
|
|
515
515
|
}, {
|
|
@@ -533,22 +533,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
533
533
|
type: "Personal" | "Work" | "Other";
|
|
534
534
|
isPrimary: boolean;
|
|
535
535
|
} | null | undefined;
|
|
536
|
-
|
|
536
|
+
emailAddresses?: {
|
|
537
537
|
value: string;
|
|
538
538
|
type: "Personal" | "Work" | "Other";
|
|
539
539
|
isPrimary: boolean;
|
|
540
|
-
} | null | undefined;
|
|
541
|
-
customFields?: {
|
|
542
|
-
title: string;
|
|
543
|
-
id: string;
|
|
544
|
-
value?: unknown;
|
|
545
|
-
isPrivate?: boolean | undefined;
|
|
546
540
|
}[] | undefined;
|
|
547
|
-
|
|
541
|
+
primaryPhoneNumber?: {
|
|
548
542
|
value: string;
|
|
549
543
|
type: "Personal" | "Work" | "Other";
|
|
550
544
|
isPrimary: boolean;
|
|
551
|
-
}
|
|
545
|
+
} | null | undefined;
|
|
552
546
|
phoneNumbers?: {
|
|
553
547
|
value: string;
|
|
554
548
|
type: "Personal" | "Work" | "Other";
|
|
@@ -572,6 +566,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
572
566
|
id: string;
|
|
573
567
|
handle: string;
|
|
574
568
|
}[] | undefined;
|
|
569
|
+
customFields?: {
|
|
570
|
+
title: string;
|
|
571
|
+
id: string;
|
|
572
|
+
value?: unknown;
|
|
573
|
+
isPrivate?: boolean | undefined;
|
|
574
|
+
}[] | undefined;
|
|
575
575
|
}[] | undefined;
|
|
576
576
|
more_data_available?: boolean | undefined;
|
|
577
577
|
}>, import("zod").ZodObject<{
|
|
@@ -1257,8 +1257,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1257
1257
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1258
1258
|
title: string;
|
|
1259
1259
|
id: string;
|
|
1260
|
-
isPrivate: boolean;
|
|
1261
1260
|
isArchived: boolean;
|
|
1261
|
+
isPrivate: boolean;
|
|
1262
1262
|
objectType: string;
|
|
1263
1263
|
fieldType: string;
|
|
1264
1264
|
selectableValues?: {
|
|
@@ -1269,8 +1269,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1269
1269
|
}, {
|
|
1270
1270
|
title: string;
|
|
1271
1271
|
id: string;
|
|
1272
|
-
isPrivate: boolean;
|
|
1273
1272
|
isArchived: boolean;
|
|
1273
|
+
isPrivate: boolean;
|
|
1274
1274
|
objectType: string;
|
|
1275
1275
|
fieldType: string;
|
|
1276
1276
|
selectableValues?: {
|
|
@@ -1293,8 +1293,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1293
1293
|
custom_fields?: {
|
|
1294
1294
|
title: string;
|
|
1295
1295
|
id: string;
|
|
1296
|
-
isPrivate: boolean;
|
|
1297
1296
|
isArchived: boolean;
|
|
1297
|
+
isPrivate: boolean;
|
|
1298
1298
|
objectType: string;
|
|
1299
1299
|
fieldType: string;
|
|
1300
1300
|
selectableValues?: {
|
|
@@ -1313,8 +1313,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1313
1313
|
custom_fields?: {
|
|
1314
1314
|
title: string;
|
|
1315
1315
|
id: string;
|
|
1316
|
-
isPrivate: boolean;
|
|
1317
1316
|
isArchived: boolean;
|
|
1317
|
+
isPrivate: boolean;
|
|
1318
1318
|
objectType: string;
|
|
1319
1319
|
fieldType: string;
|
|
1320
1320
|
selectableValues?: {
|
|
@@ -132,14 +132,14 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
132
132
|
type: "external";
|
|
133
133
|
server: string;
|
|
134
134
|
password?: string | undefined;
|
|
135
|
-
domainPattern?: string | undefined;
|
|
136
135
|
username?: string | undefined;
|
|
136
|
+
domainPattern?: string | undefined;
|
|
137
137
|
}, {
|
|
138
138
|
type: "external";
|
|
139
139
|
server: string;
|
|
140
140
|
password?: string | undefined;
|
|
141
|
-
domainPattern?: string | undefined;
|
|
142
141
|
username?: string | undefined;
|
|
142
|
+
domainPattern?: string | undefined;
|
|
143
143
|
}>]>, "many">]>>;
|
|
144
144
|
stealth: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
145
145
|
advancedStealth: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
@@ -162,6 +162,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
162
162
|
viewport_width: number;
|
|
163
163
|
viewport_height: number;
|
|
164
164
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
165
|
+
stealth?: {
|
|
166
|
+
advancedStealth: boolean;
|
|
167
|
+
solveCaptchas: boolean;
|
|
168
|
+
captchaImageSelector?: string | undefined;
|
|
169
|
+
captchaInputSelector?: string | undefined;
|
|
170
|
+
} | undefined;
|
|
171
|
+
context_id?: string | undefined;
|
|
165
172
|
cookies?: {
|
|
166
173
|
value: string;
|
|
167
174
|
path: string;
|
|
@@ -171,7 +178,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
171
178
|
httpOnly: boolean;
|
|
172
179
|
secure: boolean;
|
|
173
180
|
}[] | undefined;
|
|
174
|
-
context_id?: string | undefined;
|
|
175
181
|
proxies?: true | ({
|
|
176
182
|
type: "browserbase";
|
|
177
183
|
geolocation?: {
|
|
@@ -184,18 +190,19 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
184
190
|
type: "external";
|
|
185
191
|
server: string;
|
|
186
192
|
password?: string | undefined;
|
|
187
|
-
domainPattern?: string | undefined;
|
|
188
193
|
username?: string | undefined;
|
|
194
|
+
domainPattern?: string | undefined;
|
|
189
195
|
})[] | undefined;
|
|
196
|
+
}, {
|
|
197
|
+
operation: "start_session";
|
|
198
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
190
199
|
stealth?: {
|
|
191
|
-
advancedStealth
|
|
192
|
-
solveCaptchas
|
|
200
|
+
advancedStealth?: boolean | undefined;
|
|
201
|
+
solveCaptchas?: boolean | undefined;
|
|
193
202
|
captchaImageSelector?: string | undefined;
|
|
194
203
|
captchaInputSelector?: string | undefined;
|
|
195
204
|
} | undefined;
|
|
196
|
-
|
|
197
|
-
operation: "start_session";
|
|
198
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
205
|
+
context_id?: string | undefined;
|
|
199
206
|
cookies?: {
|
|
200
207
|
value: string;
|
|
201
208
|
path: string;
|
|
@@ -205,7 +212,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
205
212
|
httpOnly: boolean;
|
|
206
213
|
secure: boolean;
|
|
207
214
|
}[] | undefined;
|
|
208
|
-
context_id?: string | undefined;
|
|
209
215
|
viewport_width?: number | undefined;
|
|
210
216
|
viewport_height?: number | undefined;
|
|
211
217
|
proxies?: true | ({
|
|
@@ -220,15 +226,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
220
226
|
type: "external";
|
|
221
227
|
server: string;
|
|
222
228
|
password?: string | undefined;
|
|
223
|
-
domainPattern?: string | undefined;
|
|
224
229
|
username?: string | undefined;
|
|
230
|
+
domainPattern?: string | undefined;
|
|
225
231
|
})[] | undefined;
|
|
226
|
-
stealth?: {
|
|
227
|
-
advancedStealth?: boolean | undefined;
|
|
228
|
-
solveCaptchas?: boolean | undefined;
|
|
229
|
-
captchaImageSelector?: string | undefined;
|
|
230
|
-
captchaInputSelector?: string | undefined;
|
|
231
|
-
} | undefined;
|
|
232
232
|
}>, import("zod").ZodObject<{
|
|
233
233
|
operation: import("zod").ZodLiteral<"navigate">;
|
|
234
234
|
session_id: import("zod").ZodString;
|
|
@@ -239,17 +239,17 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
239
239
|
}, "strip", import("zod").ZodTypeAny, {
|
|
240
240
|
operation: "navigate";
|
|
241
241
|
url: string;
|
|
242
|
+
timeout: number;
|
|
242
243
|
session_id: string;
|
|
243
244
|
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
244
|
-
timeout: number;
|
|
245
245
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
246
246
|
}, {
|
|
247
247
|
operation: "navigate";
|
|
248
248
|
url: string;
|
|
249
249
|
session_id: string;
|
|
250
250
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
251
|
-
wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
|
|
252
251
|
timeout?: number | undefined;
|
|
252
|
+
wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
|
|
253
253
|
}>, import("zod").ZodObject<{
|
|
254
254
|
operation: import("zod").ZodLiteral<"click">;
|
|
255
255
|
session_id: import("zod").ZodString;
|
|
@@ -259,8 +259,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
259
259
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
260
260
|
}, "strip", import("zod").ZodTypeAny, {
|
|
261
261
|
operation: "click";
|
|
262
|
-
session_id: string;
|
|
263
262
|
timeout: number;
|
|
263
|
+
session_id: string;
|
|
264
264
|
selector: string;
|
|
265
265
|
wait_for_navigation: boolean;
|
|
266
266
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -284,8 +284,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
284
284
|
text: string;
|
|
285
285
|
session_id: string;
|
|
286
286
|
selector: string;
|
|
287
|
-
clear_first: boolean;
|
|
288
287
|
delay: number;
|
|
288
|
+
clear_first: boolean;
|
|
289
289
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
290
290
|
}, {
|
|
291
291
|
operation: "type";
|
|
@@ -293,8 +293,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
293
293
|
session_id: string;
|
|
294
294
|
selector: string;
|
|
295
295
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
296
|
-
clear_first?: boolean | undefined;
|
|
297
296
|
delay?: number | undefined;
|
|
297
|
+
clear_first?: boolean | undefined;
|
|
298
298
|
}>, import("zod").ZodObject<{
|
|
299
299
|
operation: import("zod").ZodLiteral<"evaluate">;
|
|
300
300
|
session_id: import("zod").ZodString;
|
|
@@ -302,13 +302,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
302
302
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
303
303
|
}, "strip", import("zod").ZodTypeAny, {
|
|
304
304
|
operation: "evaluate";
|
|
305
|
-
session_id: string;
|
|
306
305
|
script: string;
|
|
306
|
+
session_id: string;
|
|
307
307
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
308
308
|
}, {
|
|
309
309
|
operation: "evaluate";
|
|
310
|
-
session_id: string;
|
|
311
310
|
script: string;
|
|
311
|
+
session_id: string;
|
|
312
312
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
313
313
|
}>, import("zod").ZodObject<{
|
|
314
314
|
operation: import("zod").ZodLiteral<"get_content">;
|
|
@@ -318,16 +318,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
318
318
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
319
319
|
}, "strip", import("zod").ZodTypeAny, {
|
|
320
320
|
operation: "get_content";
|
|
321
|
-
session_id: string;
|
|
322
321
|
content_type: "text" | "html" | "outer_html";
|
|
322
|
+
session_id: string;
|
|
323
323
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
324
324
|
selector?: string | undefined;
|
|
325
325
|
}, {
|
|
326
326
|
operation: "get_content";
|
|
327
327
|
session_id: string;
|
|
328
328
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
329
|
-
selector?: string | undefined;
|
|
330
329
|
content_type?: "text" | "html" | "outer_html" | undefined;
|
|
330
|
+
selector?: string | undefined;
|
|
331
331
|
}>, import("zod").ZodObject<{
|
|
332
332
|
operation: import("zod").ZodLiteral<"screenshot">;
|
|
333
333
|
session_id: import("zod").ZodString;
|
|
@@ -342,16 +342,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
342
342
|
session_id: string;
|
|
343
343
|
full_page: boolean;
|
|
344
344
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
345
|
-
selector?: string | undefined;
|
|
346
345
|
quality?: number | undefined;
|
|
346
|
+
selector?: string | undefined;
|
|
347
347
|
}, {
|
|
348
348
|
operation: "screenshot";
|
|
349
349
|
session_id: string;
|
|
350
350
|
format?: "png" | "jpeg" | "webp" | undefined;
|
|
351
351
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
352
|
+
quality?: number | undefined;
|
|
352
353
|
selector?: string | undefined;
|
|
353
354
|
full_page?: boolean | undefined;
|
|
354
|
-
quality?: number | undefined;
|
|
355
355
|
}>, import("zod").ZodObject<{
|
|
356
356
|
operation: import("zod").ZodLiteral<"wait">;
|
|
357
357
|
session_id: import("zod").ZodString;
|
|
@@ -361,8 +361,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
361
361
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
362
362
|
}, "strip", import("zod").ZodTypeAny, {
|
|
363
363
|
operation: "wait";
|
|
364
|
-
session_id: string;
|
|
365
364
|
timeout: number;
|
|
365
|
+
session_id: string;
|
|
366
366
|
wait_type: "timeout" | "selector" | "navigation";
|
|
367
367
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
368
368
|
selector?: string | undefined;
|
|
@@ -412,15 +412,15 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
412
412
|
operation: "start_session";
|
|
413
413
|
success: boolean;
|
|
414
414
|
error: string;
|
|
415
|
-
context_id?: string | undefined;
|
|
416
415
|
session_id?: string | undefined;
|
|
416
|
+
context_id?: string | undefined;
|
|
417
417
|
debug_url?: string | undefined;
|
|
418
418
|
}, {
|
|
419
419
|
operation: "start_session";
|
|
420
420
|
success: boolean;
|
|
421
421
|
error: string;
|
|
422
|
-
context_id?: string | undefined;
|
|
423
422
|
session_id?: string | undefined;
|
|
423
|
+
context_id?: string | undefined;
|
|
424
424
|
debug_url?: string | undefined;
|
|
425
425
|
}>, import("zod").ZodObject<{
|
|
426
426
|
operation: import("zod").ZodLiteral<"navigate">;
|