@bubblelab/bubble-core 0.1.147 → 0.1.149
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 +134 -134
- package/dist/bubble-flow/bubble-flow-class.d.ts +2 -0
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +234 -234
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/apify/apify.d.ts +38 -38
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +110 -110
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +52 -52
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +98 -98
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +55 -55
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +51 -51
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +98 -98
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +40 -40
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
- package/dist/bubbles/service-bubble/firecrawl.d.ts +376 -376
- package/dist/bubbles/service-bubble/followupboss.d.ts +260 -260
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +114 -114
- package/dist/bubbles/service-bubble/github.d.ts +236 -236
- package/dist/bubbles/service-bubble/gmail.d.ts +256 -256
- package/dist/bubbles/service-bubble/google-calendar.d.ts +52 -52
- package/dist/bubbles/service-bubble/google-drive.d.ts +154 -154
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
- 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 +14 -14
- package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
- package/dist/bubbles/service-bubble/jira/jira.d.ts +82 -82
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +84 -84
- package/dist/bubbles/service-bubble/notion/notion.d.ts +3451 -3451
- package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.js +3 -2
- package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
- package/dist/bubbles/service-bubble/resend.d.ts +36 -36
- package/dist/bubbles/service-bubble/slack/slack.d.ts +714 -714
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +21 -4
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +131 -131
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +114 -114
- package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +34 -34
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +11 -11
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
- 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 +14 -14
- 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 +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +473 -473
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- 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 +160 -160
- 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 +16 -16
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- 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 +36 -36
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +88 -88
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +64 -64
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/salesforce/index.d.ts +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/index.js +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +0 -1331
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.js +0 -618
- package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +0 -1445
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +0 -609
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +0 -87
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +0 -181
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +0 -1
|
@@ -91,6 +91,7 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
|
|
|
91
91
|
username?: string | undefined;
|
|
92
92
|
}>>;
|
|
93
93
|
}, "strip", z.ZodTypeAny, {
|
|
94
|
+
contextId: string;
|
|
94
95
|
cookies: {
|
|
95
96
|
value: string;
|
|
96
97
|
path: string;
|
|
@@ -100,13 +101,13 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
|
|
|
100
101
|
httpOnly: boolean;
|
|
101
102
|
secure: boolean;
|
|
102
103
|
}[];
|
|
103
|
-
contextId: string;
|
|
104
104
|
proxy?: {
|
|
105
105
|
server: string;
|
|
106
106
|
password?: string | undefined;
|
|
107
107
|
username?: string | undefined;
|
|
108
108
|
} | undefined;
|
|
109
109
|
}, {
|
|
110
|
+
contextId: string;
|
|
110
111
|
cookies: {
|
|
111
112
|
value: string;
|
|
112
113
|
path: string;
|
|
@@ -116,7 +117,6 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
|
|
|
116
117
|
httpOnly: boolean;
|
|
117
118
|
secure: boolean;
|
|
118
119
|
}[];
|
|
119
|
-
contextId: string;
|
|
120
120
|
proxy?: {
|
|
121
121
|
server: string;
|
|
122
122
|
password?: string | undefined;
|
|
@@ -133,12 +133,12 @@ export declare const ProxyGeolocationSchema: z.ZodObject<{
|
|
|
133
133
|
country: z.ZodString;
|
|
134
134
|
}, "strip", z.ZodTypeAny, {
|
|
135
135
|
country: string;
|
|
136
|
-
city?: string | undefined;
|
|
137
136
|
state?: string | undefined;
|
|
137
|
+
city?: string | undefined;
|
|
138
138
|
}, {
|
|
139
139
|
country: string;
|
|
140
|
-
city?: string | undefined;
|
|
141
140
|
state?: string | undefined;
|
|
141
|
+
city?: string | undefined;
|
|
142
142
|
}>;
|
|
143
143
|
export type ProxyGeolocation = z.infer<typeof ProxyGeolocationSchema>;
|
|
144
144
|
/**
|
|
@@ -152,28 +152,28 @@ export declare const BrowserbaseProxySchema: z.ZodObject<{
|
|
|
152
152
|
country: z.ZodString;
|
|
153
153
|
}, "strip", z.ZodTypeAny, {
|
|
154
154
|
country: string;
|
|
155
|
-
city?: string | undefined;
|
|
156
155
|
state?: string | undefined;
|
|
156
|
+
city?: string | undefined;
|
|
157
157
|
}, {
|
|
158
158
|
country: string;
|
|
159
|
-
city?: string | undefined;
|
|
160
159
|
state?: string | undefined;
|
|
160
|
+
city?: string | undefined;
|
|
161
161
|
}>>;
|
|
162
162
|
domainPattern: z.ZodOptional<z.ZodString>;
|
|
163
163
|
}, "strip", z.ZodTypeAny, {
|
|
164
164
|
type: "browserbase";
|
|
165
165
|
geolocation?: {
|
|
166
166
|
country: string;
|
|
167
|
-
city?: string | undefined;
|
|
168
167
|
state?: string | undefined;
|
|
168
|
+
city?: string | undefined;
|
|
169
169
|
} | undefined;
|
|
170
170
|
domainPattern?: string | undefined;
|
|
171
171
|
}, {
|
|
172
172
|
type: "browserbase";
|
|
173
173
|
geolocation?: {
|
|
174
174
|
country: string;
|
|
175
|
-
city?: string | undefined;
|
|
176
175
|
state?: string | undefined;
|
|
176
|
+
city?: string | undefined;
|
|
177
177
|
} | undefined;
|
|
178
178
|
domainPattern?: string | undefined;
|
|
179
179
|
}>;
|
|
@@ -191,14 +191,14 @@ export declare const ExternalProxySchema: z.ZodObject<{
|
|
|
191
191
|
type: "external";
|
|
192
192
|
server: string;
|
|
193
193
|
password?: string | undefined;
|
|
194
|
-
domainPattern?: string | undefined;
|
|
195
194
|
username?: string | undefined;
|
|
195
|
+
domainPattern?: string | undefined;
|
|
196
196
|
}, {
|
|
197
197
|
type: "external";
|
|
198
198
|
server: string;
|
|
199
199
|
password?: string | undefined;
|
|
200
|
-
domainPattern?: string | undefined;
|
|
201
200
|
username?: string | undefined;
|
|
201
|
+
domainPattern?: string | undefined;
|
|
202
202
|
}>;
|
|
203
203
|
export type ExternalProxy = z.infer<typeof ExternalProxySchema>;
|
|
204
204
|
/**
|
|
@@ -212,28 +212,28 @@ export declare const ProxyConfigSchema: z.ZodDiscriminatedUnion<"type", [z.ZodOb
|
|
|
212
212
|
country: z.ZodString;
|
|
213
213
|
}, "strip", z.ZodTypeAny, {
|
|
214
214
|
country: string;
|
|
215
|
-
city?: string | undefined;
|
|
216
215
|
state?: string | undefined;
|
|
216
|
+
city?: string | undefined;
|
|
217
217
|
}, {
|
|
218
218
|
country: string;
|
|
219
|
-
city?: string | undefined;
|
|
220
219
|
state?: string | undefined;
|
|
220
|
+
city?: string | undefined;
|
|
221
221
|
}>>;
|
|
222
222
|
domainPattern: z.ZodOptional<z.ZodString>;
|
|
223
223
|
}, "strip", z.ZodTypeAny, {
|
|
224
224
|
type: "browserbase";
|
|
225
225
|
geolocation?: {
|
|
226
226
|
country: string;
|
|
227
|
-
city?: string | undefined;
|
|
228
227
|
state?: string | undefined;
|
|
228
|
+
city?: string | undefined;
|
|
229
229
|
} | undefined;
|
|
230
230
|
domainPattern?: string | undefined;
|
|
231
231
|
}, {
|
|
232
232
|
type: "browserbase";
|
|
233
233
|
geolocation?: {
|
|
234
234
|
country: string;
|
|
235
|
-
city?: string | undefined;
|
|
236
235
|
state?: string | undefined;
|
|
236
|
+
city?: string | undefined;
|
|
237
237
|
} | undefined;
|
|
238
238
|
domainPattern?: string | undefined;
|
|
239
239
|
}>, z.ZodObject<{
|
|
@@ -246,14 +246,14 @@ export declare const ProxyConfigSchema: z.ZodDiscriminatedUnion<"type", [z.ZodOb
|
|
|
246
246
|
type: "external";
|
|
247
247
|
server: string;
|
|
248
248
|
password?: string | undefined;
|
|
249
|
-
domainPattern?: string | undefined;
|
|
250
249
|
username?: string | undefined;
|
|
250
|
+
domainPattern?: string | undefined;
|
|
251
251
|
}, {
|
|
252
252
|
type: "external";
|
|
253
253
|
server: string;
|
|
254
254
|
password?: string | undefined;
|
|
255
|
-
domainPattern?: string | undefined;
|
|
256
255
|
username?: string | undefined;
|
|
256
|
+
domainPattern?: string | undefined;
|
|
257
257
|
}>]>;
|
|
258
258
|
export type ProxyConfig = z.infer<typeof ProxyConfigSchema>;
|
|
259
259
|
/**
|
|
@@ -319,28 +319,28 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
319
319
|
country: z.ZodString;
|
|
320
320
|
}, "strip", z.ZodTypeAny, {
|
|
321
321
|
country: string;
|
|
322
|
-
city?: string | undefined;
|
|
323
322
|
state?: string | undefined;
|
|
323
|
+
city?: string | undefined;
|
|
324
324
|
}, {
|
|
325
325
|
country: string;
|
|
326
|
-
city?: string | undefined;
|
|
327
326
|
state?: string | undefined;
|
|
327
|
+
city?: string | undefined;
|
|
328
328
|
}>>;
|
|
329
329
|
domainPattern: z.ZodOptional<z.ZodString>;
|
|
330
330
|
}, "strip", z.ZodTypeAny, {
|
|
331
331
|
type: "browserbase";
|
|
332
332
|
geolocation?: {
|
|
333
333
|
country: string;
|
|
334
|
-
city?: string | undefined;
|
|
335
334
|
state?: string | undefined;
|
|
335
|
+
city?: string | undefined;
|
|
336
336
|
} | undefined;
|
|
337
337
|
domainPattern?: string | undefined;
|
|
338
338
|
}, {
|
|
339
339
|
type: "browserbase";
|
|
340
340
|
geolocation?: {
|
|
341
341
|
country: string;
|
|
342
|
-
city?: string | undefined;
|
|
343
342
|
state?: string | undefined;
|
|
343
|
+
city?: string | undefined;
|
|
344
344
|
} | undefined;
|
|
345
345
|
domainPattern?: string | undefined;
|
|
346
346
|
}>, z.ZodObject<{
|
|
@@ -353,14 +353,14 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
353
353
|
type: "external";
|
|
354
354
|
server: string;
|
|
355
355
|
password?: string | undefined;
|
|
356
|
-
domainPattern?: string | undefined;
|
|
357
356
|
username?: string | undefined;
|
|
357
|
+
domainPattern?: string | undefined;
|
|
358
358
|
}, {
|
|
359
359
|
type: "external";
|
|
360
360
|
server: string;
|
|
361
361
|
password?: string | undefined;
|
|
362
|
-
domainPattern?: string | undefined;
|
|
363
362
|
username?: string | undefined;
|
|
363
|
+
domainPattern?: string | undefined;
|
|
364
364
|
}>]>, "many">]>>;
|
|
365
365
|
stealth: z.ZodOptional<z.ZodObject<{
|
|
366
366
|
advancedStealth: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -383,7 +383,13 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
383
383
|
operation: "start_session";
|
|
384
384
|
viewport_width: number;
|
|
385
385
|
viewport_height: number;
|
|
386
|
-
|
|
386
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
387
|
+
stealth?: {
|
|
388
|
+
advancedStealth: boolean;
|
|
389
|
+
solveCaptchas: boolean;
|
|
390
|
+
captchaImageSelector?: string | undefined;
|
|
391
|
+
captchaInputSelector?: string | undefined;
|
|
392
|
+
} | undefined;
|
|
387
393
|
cookies?: {
|
|
388
394
|
value: string;
|
|
389
395
|
path: string;
|
|
@@ -393,32 +399,32 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
393
399
|
httpOnly: boolean;
|
|
394
400
|
secure: boolean;
|
|
395
401
|
}[] | undefined;
|
|
396
|
-
|
|
402
|
+
context_id?: string | undefined;
|
|
397
403
|
proxies?: true | ({
|
|
398
404
|
type: "browserbase";
|
|
399
405
|
geolocation?: {
|
|
400
406
|
country: string;
|
|
401
|
-
city?: string | undefined;
|
|
402
407
|
state?: string | undefined;
|
|
408
|
+
city?: string | undefined;
|
|
403
409
|
} | undefined;
|
|
404
410
|
domainPattern?: string | undefined;
|
|
405
411
|
} | {
|
|
406
412
|
type: "external";
|
|
407
413
|
server: string;
|
|
408
414
|
password?: string | undefined;
|
|
409
|
-
domainPattern?: string | undefined;
|
|
410
415
|
username?: string | undefined;
|
|
416
|
+
domainPattern?: string | undefined;
|
|
411
417
|
})[] | undefined;
|
|
418
|
+
timeout_seconds?: number | undefined;
|
|
419
|
+
}, {
|
|
420
|
+
operation: "start_session";
|
|
421
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
412
422
|
stealth?: {
|
|
413
|
-
advancedStealth
|
|
414
|
-
solveCaptchas
|
|
423
|
+
advancedStealth?: boolean | undefined;
|
|
424
|
+
solveCaptchas?: boolean | undefined;
|
|
415
425
|
captchaImageSelector?: string | undefined;
|
|
416
426
|
captchaInputSelector?: string | undefined;
|
|
417
427
|
} | undefined;
|
|
418
|
-
timeout_seconds?: number | undefined;
|
|
419
|
-
}, {
|
|
420
|
-
operation: "start_session";
|
|
421
|
-
context_id?: string | undefined;
|
|
422
428
|
cookies?: {
|
|
423
429
|
value: string;
|
|
424
430
|
path: string;
|
|
@@ -428,30 +434,24 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
428
434
|
httpOnly: boolean;
|
|
429
435
|
secure: boolean;
|
|
430
436
|
}[] | undefined;
|
|
437
|
+
context_id?: string | undefined;
|
|
431
438
|
viewport_width?: number | undefined;
|
|
432
439
|
viewport_height?: number | undefined;
|
|
433
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
434
440
|
proxies?: true | ({
|
|
435
441
|
type: "browserbase";
|
|
436
442
|
geolocation?: {
|
|
437
443
|
country: string;
|
|
438
|
-
city?: string | undefined;
|
|
439
444
|
state?: string | undefined;
|
|
445
|
+
city?: string | undefined;
|
|
440
446
|
} | undefined;
|
|
441
447
|
domainPattern?: string | undefined;
|
|
442
448
|
} | {
|
|
443
449
|
type: "external";
|
|
444
450
|
server: string;
|
|
445
451
|
password?: string | undefined;
|
|
446
|
-
domainPattern?: string | undefined;
|
|
447
452
|
username?: string | undefined;
|
|
453
|
+
domainPattern?: string | undefined;
|
|
448
454
|
})[] | undefined;
|
|
449
|
-
stealth?: {
|
|
450
|
-
advancedStealth?: boolean | undefined;
|
|
451
|
-
solveCaptchas?: boolean | undefined;
|
|
452
|
-
captchaImageSelector?: string | undefined;
|
|
453
|
-
captchaInputSelector?: string | undefined;
|
|
454
|
-
} | undefined;
|
|
455
455
|
timeout_seconds?: number | undefined;
|
|
456
456
|
}>, z.ZodObject<{
|
|
457
457
|
operation: z.ZodLiteral<"navigate">;
|
|
@@ -461,19 +461,19 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
461
461
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
462
462
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
463
463
|
}, "strip", z.ZodTypeAny, {
|
|
464
|
-
|
|
464
|
+
timeout: number;
|
|
465
465
|
url: string;
|
|
466
|
+
operation: "navigate";
|
|
466
467
|
session_id: string;
|
|
467
468
|
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
468
|
-
timeout: number;
|
|
469
469
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
470
470
|
}, {
|
|
471
|
-
operation: "navigate";
|
|
472
471
|
url: string;
|
|
472
|
+
operation: "navigate";
|
|
473
473
|
session_id: string;
|
|
474
474
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
475
|
-
wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
|
|
476
475
|
timeout?: number | undefined;
|
|
476
|
+
wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
|
|
477
477
|
}>, z.ZodObject<{
|
|
478
478
|
operation: z.ZodLiteral<"click">;
|
|
479
479
|
session_id: z.ZodString;
|
|
@@ -482,9 +482,9 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
482
482
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
483
483
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
484
484
|
}, "strip", z.ZodTypeAny, {
|
|
485
|
+
timeout: number;
|
|
485
486
|
operation: "click";
|
|
486
487
|
session_id: string;
|
|
487
|
-
timeout: number;
|
|
488
488
|
selector: string;
|
|
489
489
|
wait_for_navigation: boolean;
|
|
490
490
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -504,35 +504,35 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
504
504
|
delay: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
505
505
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
506
506
|
}, "strip", z.ZodTypeAny, {
|
|
507
|
+
text: string;
|
|
507
508
|
operation: "type";
|
|
508
509
|
session_id: string;
|
|
509
510
|
selector: string;
|
|
510
|
-
text: string;
|
|
511
|
-
clear_first: boolean;
|
|
512
511
|
delay: number;
|
|
512
|
+
clear_first: boolean;
|
|
513
513
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
514
514
|
}, {
|
|
515
|
+
text: string;
|
|
515
516
|
operation: "type";
|
|
516
517
|
session_id: string;
|
|
517
518
|
selector: string;
|
|
518
|
-
text: string;
|
|
519
519
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
520
|
-
clear_first?: boolean | undefined;
|
|
521
520
|
delay?: number | undefined;
|
|
521
|
+
clear_first?: boolean | undefined;
|
|
522
522
|
}>, z.ZodObject<{
|
|
523
523
|
operation: z.ZodLiteral<"evaluate">;
|
|
524
524
|
session_id: z.ZodString;
|
|
525
525
|
script: z.ZodString;
|
|
526
526
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
527
527
|
}, "strip", z.ZodTypeAny, {
|
|
528
|
+
script: string;
|
|
528
529
|
operation: "evaluate";
|
|
529
530
|
session_id: string;
|
|
530
|
-
script: string;
|
|
531
531
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
532
532
|
}, {
|
|
533
|
+
script: string;
|
|
533
534
|
operation: "evaluate";
|
|
534
535
|
session_id: string;
|
|
535
|
-
script: string;
|
|
536
536
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
537
537
|
}>, z.ZodObject<{
|
|
538
538
|
operation: z.ZodLiteral<"get_content">;
|
|
@@ -561,21 +561,21 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
561
561
|
quality: z.ZodOptional<z.ZodNumber>;
|
|
562
562
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
563
563
|
}, "strip", z.ZodTypeAny, {
|
|
564
|
-
operation: "screenshot";
|
|
565
564
|
format: "png" | "jpeg" | "webp";
|
|
565
|
+
operation: "screenshot";
|
|
566
566
|
session_id: string;
|
|
567
567
|
full_page: boolean;
|
|
568
568
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
569
|
-
selector?: string | undefined;
|
|
570
569
|
quality?: number | undefined;
|
|
570
|
+
selector?: string | undefined;
|
|
571
571
|
}, {
|
|
572
572
|
operation: "screenshot";
|
|
573
573
|
session_id: string;
|
|
574
574
|
format?: "png" | "jpeg" | "webp" | undefined;
|
|
575
575
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
576
|
+
quality?: number | undefined;
|
|
576
577
|
selector?: string | undefined;
|
|
577
578
|
full_page?: boolean | undefined;
|
|
578
|
-
quality?: number | undefined;
|
|
579
579
|
}>, z.ZodObject<{
|
|
580
580
|
operation: z.ZodLiteral<"wait">;
|
|
581
581
|
session_id: z.ZodString;
|
|
@@ -584,9 +584,9 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
584
584
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
585
585
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
586
586
|
}, "strip", z.ZodTypeAny, {
|
|
587
|
+
timeout: number;
|
|
587
588
|
operation: "wait";
|
|
588
589
|
session_id: string;
|
|
589
|
-
timeout: number;
|
|
590
590
|
wait_type: "timeout" | "selector" | "navigation";
|
|
591
591
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
592
592
|
selector?: string | undefined;
|
|
@@ -636,18 +636,18 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
636
636
|
debug_url: z.ZodOptional<z.ZodString>;
|
|
637
637
|
error: z.ZodString;
|
|
638
638
|
}, "strip", z.ZodTypeAny, {
|
|
639
|
-
operation: "start_session";
|
|
640
|
-
success: boolean;
|
|
641
639
|
error: string;
|
|
642
|
-
|
|
640
|
+
success: boolean;
|
|
641
|
+
operation: "start_session";
|
|
643
642
|
session_id?: string | undefined;
|
|
643
|
+
context_id?: string | undefined;
|
|
644
644
|
debug_url?: string | undefined;
|
|
645
645
|
}, {
|
|
646
|
-
operation: "start_session";
|
|
647
|
-
success: boolean;
|
|
648
646
|
error: string;
|
|
649
|
-
|
|
647
|
+
success: boolean;
|
|
648
|
+
operation: "start_session";
|
|
650
649
|
session_id?: string | undefined;
|
|
650
|
+
context_id?: string | undefined;
|
|
651
651
|
debug_url?: string | undefined;
|
|
652
652
|
}>, z.ZodObject<{
|
|
653
653
|
operation: z.ZodLiteral<"navigate">;
|
|
@@ -655,53 +655,53 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
655
655
|
url: z.ZodOptional<z.ZodString>;
|
|
656
656
|
error: z.ZodString;
|
|
657
657
|
}, "strip", z.ZodTypeAny, {
|
|
658
|
-
operation: "navigate";
|
|
659
|
-
success: boolean;
|
|
660
658
|
error: string;
|
|
659
|
+
success: boolean;
|
|
660
|
+
operation: "navigate";
|
|
661
661
|
url?: string | undefined;
|
|
662
662
|
}, {
|
|
663
|
-
operation: "navigate";
|
|
664
|
-
success: boolean;
|
|
665
663
|
error: string;
|
|
664
|
+
success: boolean;
|
|
665
|
+
operation: "navigate";
|
|
666
666
|
url?: string | undefined;
|
|
667
667
|
}>, z.ZodObject<{
|
|
668
668
|
operation: z.ZodLiteral<"click">;
|
|
669
669
|
success: z.ZodBoolean;
|
|
670
670
|
error: z.ZodString;
|
|
671
671
|
}, "strip", z.ZodTypeAny, {
|
|
672
|
-
operation: "click";
|
|
673
|
-
success: boolean;
|
|
674
672
|
error: string;
|
|
675
|
-
}, {
|
|
676
|
-
operation: "click";
|
|
677
673
|
success: boolean;
|
|
674
|
+
operation: "click";
|
|
675
|
+
}, {
|
|
678
676
|
error: string;
|
|
677
|
+
success: boolean;
|
|
678
|
+
operation: "click";
|
|
679
679
|
}>, z.ZodObject<{
|
|
680
680
|
operation: z.ZodLiteral<"type">;
|
|
681
681
|
success: z.ZodBoolean;
|
|
682
682
|
error: z.ZodString;
|
|
683
683
|
}, "strip", z.ZodTypeAny, {
|
|
684
|
-
operation: "type";
|
|
685
|
-
success: boolean;
|
|
686
684
|
error: string;
|
|
687
|
-
}, {
|
|
688
|
-
operation: "type";
|
|
689
685
|
success: boolean;
|
|
686
|
+
operation: "type";
|
|
687
|
+
}, {
|
|
690
688
|
error: string;
|
|
689
|
+
success: boolean;
|
|
690
|
+
operation: "type";
|
|
691
691
|
}>, z.ZodObject<{
|
|
692
692
|
operation: z.ZodLiteral<"evaluate">;
|
|
693
693
|
success: z.ZodBoolean;
|
|
694
694
|
result: z.ZodOptional<z.ZodUnknown>;
|
|
695
695
|
error: z.ZodString;
|
|
696
696
|
}, "strip", z.ZodTypeAny, {
|
|
697
|
-
operation: "evaluate";
|
|
698
|
-
success: boolean;
|
|
699
697
|
error: string;
|
|
698
|
+
success: boolean;
|
|
699
|
+
operation: "evaluate";
|
|
700
700
|
result?: unknown;
|
|
701
701
|
}, {
|
|
702
|
-
operation: "evaluate";
|
|
703
|
-
success: boolean;
|
|
704
702
|
error: string;
|
|
703
|
+
success: boolean;
|
|
704
|
+
operation: "evaluate";
|
|
705
705
|
result?: unknown;
|
|
706
706
|
}>, z.ZodObject<{
|
|
707
707
|
operation: z.ZodLiteral<"get_content">;
|
|
@@ -709,14 +709,14 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
709
709
|
content: z.ZodOptional<z.ZodString>;
|
|
710
710
|
error: z.ZodString;
|
|
711
711
|
}, "strip", z.ZodTypeAny, {
|
|
712
|
-
operation: "get_content";
|
|
713
|
-
success: boolean;
|
|
714
712
|
error: string;
|
|
713
|
+
success: boolean;
|
|
714
|
+
operation: "get_content";
|
|
715
715
|
content?: string | undefined;
|
|
716
716
|
}, {
|
|
717
|
-
operation: "get_content";
|
|
718
|
-
success: boolean;
|
|
719
717
|
error: string;
|
|
718
|
+
success: boolean;
|
|
719
|
+
operation: "get_content";
|
|
720
720
|
content?: string | undefined;
|
|
721
721
|
}>, z.ZodObject<{
|
|
722
722
|
operation: z.ZodLiteral<"screenshot">;
|
|
@@ -725,15 +725,15 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
725
725
|
format: z.ZodOptional<z.ZodString>;
|
|
726
726
|
error: z.ZodString;
|
|
727
727
|
}, "strip", z.ZodTypeAny, {
|
|
728
|
-
operation: "screenshot";
|
|
729
|
-
success: boolean;
|
|
730
728
|
error: string;
|
|
729
|
+
success: boolean;
|
|
730
|
+
operation: "screenshot";
|
|
731
731
|
format?: string | undefined;
|
|
732
732
|
data?: string | undefined;
|
|
733
733
|
}, {
|
|
734
|
-
operation: "screenshot";
|
|
735
|
-
success: boolean;
|
|
736
734
|
error: string;
|
|
735
|
+
success: boolean;
|
|
736
|
+
operation: "screenshot";
|
|
737
737
|
format?: string | undefined;
|
|
738
738
|
data?: string | undefined;
|
|
739
739
|
}>, z.ZodObject<{
|
|
@@ -741,13 +741,13 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
741
741
|
success: z.ZodBoolean;
|
|
742
742
|
error: z.ZodString;
|
|
743
743
|
}, "strip", z.ZodTypeAny, {
|
|
744
|
-
operation: "wait";
|
|
745
|
-
success: boolean;
|
|
746
744
|
error: string;
|
|
747
|
-
}, {
|
|
748
|
-
operation: "wait";
|
|
749
745
|
success: boolean;
|
|
746
|
+
operation: "wait";
|
|
747
|
+
}, {
|
|
750
748
|
error: string;
|
|
749
|
+
success: boolean;
|
|
750
|
+
operation: "wait";
|
|
751
751
|
}>, z.ZodObject<{
|
|
752
752
|
operation: z.ZodLiteral<"get_cookies">;
|
|
753
753
|
success: z.ZodBoolean;
|
|
@@ -778,9 +778,9 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
778
778
|
}>, "many">>;
|
|
779
779
|
error: z.ZodString;
|
|
780
780
|
}, "strip", z.ZodTypeAny, {
|
|
781
|
-
operation: "get_cookies";
|
|
782
|
-
success: boolean;
|
|
783
781
|
error: string;
|
|
782
|
+
success: boolean;
|
|
783
|
+
operation: "get_cookies";
|
|
784
784
|
cookies?: {
|
|
785
785
|
value: string;
|
|
786
786
|
path: string;
|
|
@@ -791,9 +791,9 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
791
791
|
secure: boolean;
|
|
792
792
|
}[] | undefined;
|
|
793
793
|
}, {
|
|
794
|
-
operation: "get_cookies";
|
|
795
|
-
success: boolean;
|
|
796
794
|
error: string;
|
|
795
|
+
success: boolean;
|
|
796
|
+
operation: "get_cookies";
|
|
797
797
|
cookies?: {
|
|
798
798
|
value: string;
|
|
799
799
|
path: string;
|
|
@@ -808,13 +808,13 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
808
808
|
success: z.ZodBoolean;
|
|
809
809
|
error: z.ZodString;
|
|
810
810
|
}, "strip", z.ZodTypeAny, {
|
|
811
|
-
operation: "end_session";
|
|
812
|
-
success: boolean;
|
|
813
811
|
error: string;
|
|
814
|
-
}, {
|
|
815
|
-
operation: "end_session";
|
|
816
812
|
success: boolean;
|
|
813
|
+
operation: "end_session";
|
|
814
|
+
}, {
|
|
817
815
|
error: string;
|
|
816
|
+
success: boolean;
|
|
817
|
+
operation: "end_session";
|
|
818
818
|
}>]>;
|
|
819
819
|
export type BrowserBaseParams = z.output<typeof BrowserBaseParamsSchema>;
|
|
820
820
|
export type BrowserBaseParamsInput = z.input<typeof BrowserBaseParamsSchema>;
|