@bubblelab/bubble-core 0.1.52 → 0.1.54

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.
Files changed (77) hide show
  1. package/dist/bubble-bundle.d.ts +110 -110
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +172 -172
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +66 -66
  4. package/dist/bubbles/service-bubble/airtable.d.ts +228 -228
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +202 -202
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +72 -72
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +26 -26
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +758 -758
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +436 -436
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +281 -281
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
  17. package/dist/bubbles/service-bubble/github.d.ts +248 -248
  18. package/dist/bubbles/service-bubble/gmail.d.ts +659 -659
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +60 -60
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +144 -144
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
  23. package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
  24. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +81 -81
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +2219 -2219
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  30. package/dist/bubbles/service-bubble/resend.d.ts +44 -44
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +615 -615
  32. package/dist/bubbles/service-bubble/storage.d.ts +60 -60
  33. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +178 -158
  34. package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/stripe/stripe.js +10 -0
  36. package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
  37. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +193 -170
  38. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
  39. package/dist/bubbles/service-bubble/stripe/stripe.schema.js +5 -0
  40. package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
  41. package/dist/bubbles/service-bubble/telegram.d.ts +1742 -1742
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
  43. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
  44. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +24 -24
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +24 -24
  46. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +12 -12
  47. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +144 -144
  48. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  51. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
  52. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
  53. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
  54. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +148 -148
  55. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
  56. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +164 -164
  57. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
  58. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  60. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
  61. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +104 -104
  63. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +30 -30
  64. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
  65. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
  66. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +22 -22
  67. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +32 -32
  68. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  69. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
  70. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
  71. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +162 -162
  72. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
  73. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  74. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
  75. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
  76. package/dist/bubbles.json +22 -2
  77. package/package.json +2 -2
@@ -58,17 +58,17 @@ 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
- name: string;
62
- value: string;
63
61
  path: string;
62
+ value: string;
63
+ name: string;
64
64
  domain: string;
65
65
  expires: number;
66
66
  httpOnly: boolean;
67
67
  secure: boolean;
68
68
  }, {
69
- name: string;
70
- value: string;
71
69
  path: string;
70
+ value: string;
71
+ name: string;
72
72
  domain: string;
73
73
  expires: number;
74
74
  httpOnly: boolean;
@@ -84,9 +84,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
84
84
  credentials?: Partial<Record<CredentialType, string>> | undefined;
85
85
  context_id?: string | undefined;
86
86
  cookies?: {
87
- name: string;
88
- value: string;
89
87
  path: string;
88
+ value: string;
89
+ name: string;
90
90
  domain: string;
91
91
  expires: number;
92
92
  httpOnly: boolean;
@@ -97,9 +97,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
97
97
  credentials?: Partial<Record<CredentialType, string>> | undefined;
98
98
  context_id?: string | undefined;
99
99
  cookies?: {
100
- name: string;
101
- value: string;
102
100
  path: string;
101
+ value: string;
102
+ name: string;
103
103
  domain: string;
104
104
  expires: number;
105
105
  httpOnly: boolean;
@@ -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
- url: string;
119
118
  operation: "navigate";
120
- timeout: number;
119
+ url: string;
121
120
  session_id: string;
122
121
  wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
122
+ timeout: number;
123
123
  credentials?: Partial<Record<CredentialType, string>> | undefined;
124
124
  }, {
125
- url: string;
126
125
  operation: "navigate";
126
+ url: string;
127
127
  session_id: string;
128
128
  credentials?: Partial<Record<CredentialType, string>> | undefined;
129
- timeout?: number | undefined;
130
129
  wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
130
+ timeout?: number | undefined;
131
131
  }>, import("zod").ZodObject<{
132
132
  operation: import("zod").ZodLiteral<"click">;
133
133
  session_id: import("zod").ZodString;
@@ -137,8 +137,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
137
137
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
138
138
  }, "strip", import("zod").ZodTypeAny, {
139
139
  operation: "click";
140
- timeout: number;
141
140
  session_id: string;
141
+ timeout: number;
142
142
  selector: string;
143
143
  wait_for_navigation: boolean;
144
144
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -159,20 +159,20 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
159
159
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
160
160
  }, "strip", import("zod").ZodTypeAny, {
161
161
  operation: "type";
162
- text: string;
163
162
  session_id: string;
164
163
  selector: string;
165
- delay: number;
164
+ text: string;
166
165
  clear_first: boolean;
166
+ delay: number;
167
167
  credentials?: Partial<Record<CredentialType, string>> | undefined;
168
168
  }, {
169
169
  operation: "type";
170
- text: string;
171
170
  session_id: string;
172
171
  selector: string;
172
+ text: string;
173
173
  credentials?: Partial<Record<CredentialType, string>> | undefined;
174
- delay?: number | undefined;
175
174
  clear_first?: boolean | undefined;
175
+ delay?: number | undefined;
176
176
  }>, import("zod").ZodObject<{
177
177
  operation: import("zod").ZodLiteral<"evaluate">;
178
178
  session_id: import("zod").ZodString;
@@ -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
- content_type: "text" | "html" | "outer_html";
200
199
  session_id: string;
200
+ content_type: "text" | "html" | "outer_html";
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
- content_type?: "text" | "html" | "outer_html" | undefined;
208
207
  selector?: string | undefined;
208
+ content_type?: "text" | "html" | "outer_html" | undefined;
209
209
  }>, import("zod").ZodObject<{
210
210
  operation: import("zod").ZodLiteral<"screenshot">;
211
211
  session_id: import("zod").ZodString;
@@ -220,16 +220,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
220
220
  session_id: string;
221
221
  full_page: boolean;
222
222
  credentials?: Partial<Record<CredentialType, string>> | undefined;
223
- quality?: number | undefined;
224
223
  selector?: string | undefined;
224
+ quality?: number | 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;
231
230
  selector?: string | undefined;
232
231
  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;
@@ -239,8 +239,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
239
239
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
240
240
  }, "strip", import("zod").ZodTypeAny, {
241
241
  operation: "wait";
242
- timeout: number;
243
242
  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
- session_id?: string | undefined;
291
+ success: boolean;
292
+ operation: "start_session";
294
293
  context_id?: string | undefined;
294
+ session_id?: string | undefined;
295
295
  debug_url?: string | undefined;
296
296
  }, {
297
- operation: "start_session";
298
- success: boolean;
299
297
  error: string;
300
- session_id?: string | undefined;
298
+ success: boolean;
299
+ operation: "start_session";
301
300
  context_id?: string | undefined;
301
+ session_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;
@@ -411,17 +411,17 @@ 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
- name: string;
415
- value: string;
416
414
  path: string;
415
+ value: string;
416
+ name: string;
417
417
  domain: string;
418
418
  expires: number;
419
419
  httpOnly: boolean;
420
420
  secure: boolean;
421
421
  }, {
422
- name: string;
423
- value: string;
424
422
  path: string;
423
+ value: string;
424
+ name: string;
425
425
  domain: string;
426
426
  expires: number;
427
427
  httpOnly: boolean;
@@ -429,26 +429,26 @@ 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
- name: string;
437
- value: string;
438
436
  path: string;
437
+ value: string;
438
+ name: string;
439
439
  domain: string;
440
440
  expires: number;
441
441
  httpOnly: boolean;
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
- name: string;
450
- value: string;
451
449
  path: string;
450
+ value: string;
451
+ name: string;
452
452
  domain: string;
453
453
  expires: number;
454
454
  httpOnly: boolean;
@@ -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 ";
@@ -12,16 +12,16 @@ export declare const CDPCookieSchema: z.ZodObject<{
12
12
  httpOnly: z.ZodBoolean;
13
13
  secure: z.ZodBoolean;
14
14
  }, "strip", z.ZodTypeAny, {
15
- value: string;
16
15
  path: string;
16
+ value: string;
17
17
  name: string;
18
18
  domain: string;
19
19
  expires: number;
20
20
  httpOnly: boolean;
21
21
  secure: boolean;
22
22
  }, {
23
- value: string;
24
23
  path: string;
24
+ value: string;
25
25
  name: string;
26
26
  domain: string;
27
27
  expires: number;
@@ -44,16 +44,16 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
44
44
  httpOnly: z.ZodBoolean;
45
45
  secure: z.ZodBoolean;
46
46
  }, "strip", z.ZodTypeAny, {
47
- value: string;
48
47
  path: string;
48
+ value: string;
49
49
  name: string;
50
50
  domain: string;
51
51
  expires: number;
52
52
  httpOnly: boolean;
53
53
  secure: boolean;
54
54
  }, {
55
- value: string;
56
55
  path: string;
56
+ value: string;
57
57
  name: string;
58
58
  domain: string;
59
59
  expires: number;
@@ -61,27 +61,27 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
61
61
  secure: boolean;
62
62
  }>, "many">;
63
63
  }, "strip", z.ZodTypeAny, {
64
- contextId: string;
65
64
  cookies: {
66
- value: string;
67
65
  path: string;
66
+ value: string;
68
67
  name: string;
69
68
  domain: string;
70
69
  expires: number;
71
70
  httpOnly: boolean;
72
71
  secure: boolean;
73
72
  }[];
74
- }, {
75
73
  contextId: string;
74
+ }, {
76
75
  cookies: {
77
- value: string;
78
76
  path: string;
77
+ value: string;
79
78
  name: string;
80
79
  domain: string;
81
80
  expires: number;
82
81
  httpOnly: boolean;
83
82
  secure: boolean;
84
83
  }[];
84
+ contextId: string;
85
85
  }>;
86
86
  export type BrowserSessionData = z.infer<typeof BrowserSessionDataSchema>;
87
87
  /**
@@ -100,16 +100,16 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
100
100
  httpOnly: z.ZodBoolean;
101
101
  secure: z.ZodBoolean;
102
102
  }, "strip", z.ZodTypeAny, {
103
- value: string;
104
103
  path: string;
104
+ value: string;
105
105
  name: string;
106
106
  domain: string;
107
107
  expires: number;
108
108
  httpOnly: boolean;
109
109
  secure: boolean;
110
110
  }, {
111
- value: string;
112
111
  path: string;
112
+ value: string;
113
113
  name: string;
114
114
  domain: string;
115
115
  expires: number;
@@ -124,29 +124,29 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
124
124
  viewport_width: number;
125
125
  viewport_height: number;
126
126
  credentials?: Partial<Record<CredentialType, string>> | undefined;
127
+ context_id?: string | undefined;
127
128
  cookies?: {
128
- value: string;
129
129
  path: string;
130
+ value: string;
130
131
  name: string;
131
132
  domain: string;
132
133
  expires: number;
133
134
  httpOnly: boolean;
134
135
  secure: boolean;
135
136
  }[] | undefined;
136
- context_id?: string | undefined;
137
137
  }, {
138
138
  operation: "start_session";
139
139
  credentials?: Partial<Record<CredentialType, string>> | undefined;
140
+ context_id?: string | undefined;
140
141
  cookies?: {
141
- value: string;
142
142
  path: string;
143
+ value: string;
143
144
  name: string;
144
145
  domain: string;
145
146
  expires: number;
146
147
  httpOnly: boolean;
147
148
  secure: boolean;
148
149
  }[] | undefined;
149
- context_id?: string | undefined;
150
150
  viewport_width?: number | undefined;
151
151
  viewport_height?: number | undefined;
152
152
  }>, z.ZodObject<{
@@ -157,19 +157,19 @@ 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
- url: string;
161
- timeout: number;
162
160
  operation: "navigate";
161
+ url: string;
163
162
  session_id: string;
164
163
  wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
164
+ timeout: number;
165
165
  credentials?: Partial<Record<CredentialType, string>> | undefined;
166
166
  }, {
167
- url: string;
168
167
  operation: "navigate";
168
+ url: string;
169
169
  session_id: string;
170
170
  credentials?: Partial<Record<CredentialType, string>> | undefined;
171
- timeout?: number | undefined;
172
171
  wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
172
+ timeout?: number | undefined;
173
173
  }>, z.ZodObject<{
174
174
  operation: z.ZodLiteral<"click">;
175
175
  session_id: z.ZodString;
@@ -178,9 +178,9 @@ 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
- timeout: number;
182
181
  operation: "click";
183
182
  session_id: string;
183
+ timeout: number;
184
184
  selector: string;
185
185
  wait_for_navigation: boolean;
186
186
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -200,34 +200,34 @@ 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
- text: string;
204
203
  operation: "type";
205
204
  session_id: string;
206
205
  selector: string;
207
- delay: number;
206
+ text: string;
208
207
  clear_first: boolean;
208
+ delay: number;
209
209
  credentials?: Partial<Record<CredentialType, string>> | undefined;
210
210
  }, {
211
- text: string;
212
211
  operation: "type";
213
212
  session_id: string;
214
213
  selector: string;
214
+ text: string;
215
215
  credentials?: Partial<Record<CredentialType, string>> | undefined;
216
- delay?: number | undefined;
217
216
  clear_first?: boolean | undefined;
217
+ delay?: number | undefined;
218
218
  }>, z.ZodObject<{
219
219
  operation: z.ZodLiteral<"evaluate">;
220
220
  session_id: z.ZodString;
221
221
  script: z.ZodString;
222
222
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
223
223
  }, "strip", z.ZodTypeAny, {
224
- script: string;
225
224
  operation: "evaluate";
225
+ script: string;
226
226
  session_id: string;
227
227
  credentials?: Partial<Record<CredentialType, string>> | undefined;
228
228
  }, {
229
- script: string;
230
229
  operation: "evaluate";
230
+ script: string;
231
231
  session_id: string;
232
232
  credentials?: Partial<Record<CredentialType, string>> | undefined;
233
233
  }>, z.ZodObject<{
@@ -238,16 +238,16 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
238
238
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
239
239
  }, "strip", z.ZodTypeAny, {
240
240
  operation: "get_content";
241
- content_type: "text" | "html" | "outer_html";
242
241
  session_id: string;
242
+ content_type: "text" | "html" | "outer_html";
243
243
  credentials?: Partial<Record<CredentialType, string>> | undefined;
244
244
  selector?: string | undefined;
245
245
  }, {
246
246
  operation: "get_content";
247
247
  session_id: string;
248
248
  credentials?: Partial<Record<CredentialType, string>> | undefined;
249
- content_type?: "text" | "html" | "outer_html" | undefined;
250
249
  selector?: string | undefined;
250
+ content_type?: "text" | "html" | "outer_html" | undefined;
251
251
  }>, z.ZodObject<{
252
252
  operation: z.ZodLiteral<"screenshot">;
253
253
  session_id: z.ZodString;
@@ -262,16 +262,16 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
262
262
  session_id: string;
263
263
  full_page: boolean;
264
264
  credentials?: Partial<Record<CredentialType, string>> | undefined;
265
- quality?: number | undefined;
266
265
  selector?: string | undefined;
266
+ quality?: number | undefined;
267
267
  }, {
268
268
  operation: "screenshot";
269
269
  session_id: string;
270
270
  format?: "png" | "jpeg" | "webp" | undefined;
271
271
  credentials?: Partial<Record<CredentialType, string>> | undefined;
272
- quality?: number | undefined;
273
272
  selector?: string | undefined;
274
273
  full_page?: boolean | undefined;
274
+ quality?: number | undefined;
275
275
  }>, z.ZodObject<{
276
276
  operation: z.ZodLiteral<"wait">;
277
277
  session_id: z.ZodString;
@@ -280,9 +280,9 @@ 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
- timeout: number;
284
283
  operation: "wait";
285
284
  session_id: string;
285
+ timeout: number;
286
286
  wait_type: "timeout" | "selector" | "navigation";
287
287
  credentials?: Partial<Record<CredentialType, string>> | undefined;
288
288
  selector?: string | undefined;
@@ -335,15 +335,15 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
335
335
  error: string;
336
336
  success: boolean;
337
337
  operation: "start_session";
338
- session_id?: string | undefined;
339
338
  context_id?: string | undefined;
339
+ session_id?: string | undefined;
340
340
  debug_url?: string | undefined;
341
341
  }, {
342
342
  error: string;
343
343
  success: boolean;
344
344
  operation: "start_session";
345
- session_id?: string | undefined;
346
345
  context_id?: string | undefined;
346
+ session_id?: string | undefined;
347
347
  debug_url?: string | undefined;
348
348
  }>, z.ZodObject<{
349
349
  operation: z.ZodLiteral<"navigate">;
@@ -456,16 +456,16 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
456
456
  httpOnly: z.ZodBoolean;
457
457
  secure: z.ZodBoolean;
458
458
  }, "strip", z.ZodTypeAny, {
459
- value: string;
460
459
  path: string;
460
+ value: string;
461
461
  name: string;
462
462
  domain: string;
463
463
  expires: number;
464
464
  httpOnly: boolean;
465
465
  secure: boolean;
466
466
  }, {
467
- value: string;
468
467
  path: string;
468
+ value: string;
469
469
  name: string;
470
470
  domain: string;
471
471
  expires: number;
@@ -478,8 +478,8 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
478
478
  success: boolean;
479
479
  operation: "get_cookies";
480
480
  cookies?: {
481
- value: string;
482
481
  path: string;
482
+ value: string;
483
483
  name: string;
484
484
  domain: string;
485
485
  expires: number;
@@ -491,8 +491,8 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
491
491
  success: boolean;
492
492
  operation: "get_cookies";
493
493
  cookies?: {
494
- value: string;
495
494
  path: string;
495
+ value: string;
496
496
  name: string;
497
497
  domain: string;
498
498
  expires: number;