@bubblelab/bubble-core 0.1.21 → 0.1.23

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 (96) hide show
  1. package/dist/bubble-bundle.d.ts +194 -91
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +10 -2
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +96 -96
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +54 -54
  7. package/dist/bubbles/service-bubble/airtable.d.ts +80 -80
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +27 -27
  10. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +8 -8
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +2784 -0
  12. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +1 -0
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.js +338 -0
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +1 -0
  15. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +3995 -0
  16. package/dist/bubbles/service-bubble/{slack/slack.schema.d.ts.map → crustdata/crustdata.schema.d.ts.map} +1 -1
  17. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +425 -0
  18. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -0
  19. package/dist/bubbles/service-bubble/crustdata/index.d.ts +3 -0
  20. package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -0
  21. package/dist/bubbles/service-bubble/crustdata/index.js +5 -0
  22. package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -0
  23. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  24. package/dist/bubbles/service-bubble/firecrawl.d.ts +980 -980
  25. package/dist/bubbles/service-bubble/followupboss.d.ts +393 -393
  26. package/dist/bubbles/service-bubble/github.d.ts +188 -188
  27. package/dist/bubbles/service-bubble/gmail.d.ts +148 -148
  28. package/dist/bubbles/service-bubble/google-calendar.d.ts +134 -134
  29. package/dist/bubbles/service-bubble/google-drive.d.ts +26 -26
  30. package/dist/bubbles/service-bubble/google-drive.js +2 -2
  31. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  32. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  33. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
  34. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  35. package/dist/bubbles/service-bubble/http.d.ts +12 -12
  36. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  37. package/dist/bubbles/service-bubble/notion/notion.d.ts +1011 -1011
  38. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  39. package/dist/bubbles/service-bubble/resend.d.ts +28 -28
  40. package/dist/bubbles/service-bubble/slack/slack.d.ts +445 -439
  41. package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
  42. package/dist/bubbles/service-bubble/slack/slack.js +89 -2
  43. package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
  44. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  45. package/dist/bubbles/service-bubble/telegram.d.ts +1889 -1889
  46. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
  47. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
  48. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +12 -12
  49. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
  50. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +740 -0
  52. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -0
  53. package/dist/bubbles/tool-bubble/company-enrichment-tool.js +351 -0
  54. package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -0
  55. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
  56. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
  57. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +148 -148
  58. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +934 -0
  59. package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -0
  60. package/dist/bubbles/tool-bubble/people-search-tool.js +675 -0
  61. package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -0
  62. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +20 -20
  63. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  64. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
  65. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +54 -54
  66. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
  67. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +16 -16
  68. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  69. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  70. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  71. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
  72. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  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 +36 -36
  75. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  76. package/dist/bubbles.json +40 -2
  77. package/dist/index.d.ts +5 -0
  78. package/dist/index.d.ts.map +1 -1
  79. package/dist/index.js +3 -0
  80. package/dist/index.js.map +1 -1
  81. package/dist/utils/schema-comparison.d.ts +16 -0
  82. package/dist/utils/schema-comparison.d.ts.map +1 -1
  83. package/dist/utils/schema-comparison.js +98 -6
  84. package/dist/utils/schema-comparison.js.map +1 -1
  85. package/package.json +2 -2
  86. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +0 -31
  87. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +0 -1
  88. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +0 -184
  89. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +0 -1
  90. package/dist/bubbles/service-bubble/slack/slack.schema.d.ts +0 -3980
  91. package/dist/bubbles/service-bubble/slack/slack.schema.js +0 -1061
  92. package/dist/bubbles/service-bubble/slack/slack.schema.js.map +0 -1
  93. package/dist/bubbles/service-bubble/slack.d.ts +0 -2
  94. package/dist/bubbles/service-bubble/slack.d.ts.map +0 -1
  95. package/dist/bubbles/service-bubble/slack.js +0 -3
  96. package/dist/bubbles/service-bubble/slack.js.map +0 -1
@@ -23,9 +23,9 @@ 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
+ limit: number;
26
27
  input: Record<string, unknown>;
27
28
  timeout: number;
28
- limit: number;
29
29
  waitForFinish: boolean;
30
30
  search?: string | undefined;
31
31
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -34,8 +34,8 @@ declare const ApifyParamsSchema: z.ZodObject<{
34
34
  input: Record<string, unknown>;
35
35
  search?: string | undefined;
36
36
  credentials?: Partial<Record<CredentialType, string>> | undefined;
37
- timeout?: number | undefined;
38
37
  limit?: number | undefined;
38
+ timeout?: number | undefined;
39
39
  actorId?: string | undefined;
40
40
  waitForFinish?: boolean | undefined;
41
41
  }>;
@@ -159,9 +159,9 @@ 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
+ limit: number;
162
163
  input: Record<string, unknown>;
163
164
  timeout: number;
164
- limit: number;
165
165
  waitForFinish: boolean;
166
166
  search?: string | undefined;
167
167
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -170,8 +170,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
170
170
  input: Record<string, unknown>;
171
171
  search?: string | undefined;
172
172
  credentials?: Partial<Record<CredentialType, string>> | undefined;
173
- timeout?: number | undefined;
174
173
  limit?: number | undefined;
174
+ timeout?: number | undefined;
175
175
  actorId?: string | undefined;
176
176
  waitForFinish?: boolean | undefined;
177
177
  }>;
@@ -114,15 +114,15 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
114
114
  timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
115
115
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
116
116
  }, "strip", import("zod").ZodTypeAny, {
117
+ operation: "navigate";
117
118
  url: string;
118
119
  timeout: number;
119
- operation: "navigate";
120
120
  session_id: string;
121
121
  wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
122
122
  credentials?: Partial<Record<CredentialType, string>> | undefined;
123
123
  }, {
124
- url: string;
125
124
  operation: "navigate";
125
+ url: string;
126
126
  session_id: string;
127
127
  credentials?: Partial<Record<CredentialType, string>> | undefined;
128
128
  timeout?: number | undefined;
@@ -135,8 +135,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
135
135
  timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
136
136
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
137
137
  }, "strip", import("zod").ZodTypeAny, {
138
- timeout: number;
139
138
  operation: "click";
139
+ timeout: number;
140
140
  session_id: string;
141
141
  selector: string;
142
142
  wait_for_navigation: boolean;
@@ -179,13 +179,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
179
179
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
180
180
  }, "strip", import("zod").ZodTypeAny, {
181
181
  operation: "evaluate";
182
- session_id: string;
183
182
  script: string;
183
+ session_id: string;
184
184
  credentials?: Partial<Record<CredentialType, string>> | undefined;
185
185
  }, {
186
186
  operation: "evaluate";
187
- session_id: string;
188
187
  script: string;
188
+ session_id: string;
189
189
  credentials?: Partial<Record<CredentialType, string>> | undefined;
190
190
  }>, import("zod").ZodObject<{
191
191
  operation: import("zod").ZodLiteral<"get_content">;
@@ -214,8 +214,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
214
214
  quality: import("zod").ZodOptional<import("zod").ZodNumber>;
215
215
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
216
216
  }, "strip", import("zod").ZodTypeAny, {
217
- format: "png" | "jpeg" | "webp";
218
217
  operation: "screenshot";
218
+ format: "png" | "jpeg" | "webp";
219
219
  session_id: string;
220
220
  full_page: boolean;
221
221
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -237,8 +237,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
237
237
  timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
238
238
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
239
239
  }, "strip", import("zod").ZodTypeAny, {
240
- timeout: number;
241
240
  operation: "wait";
241
+ timeout: number;
242
242
  session_id: string;
243
243
  wait_type: "timeout" | "selector" | "navigation";
244
244
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -286,16 +286,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
286
286
  debug_url: import("zod").ZodOptional<import("zod").ZodString>;
287
287
  error: import("zod").ZodString;
288
288
  }, "strip", import("zod").ZodTypeAny, {
289
+ operation: "start_session";
289
290
  success: boolean;
290
291
  error: string;
291
- operation: "start_session";
292
292
  session_id?: string | undefined;
293
293
  context_id?: string | undefined;
294
294
  debug_url?: string | undefined;
295
295
  }, {
296
+ operation: "start_session";
296
297
  success: boolean;
297
298
  error: string;
298
- operation: "start_session";
299
299
  session_id?: string | undefined;
300
300
  context_id?: string | undefined;
301
301
  debug_url?: string | undefined;
@@ -305,53 +305,53 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
305
305
  url: import("zod").ZodOptional<import("zod").ZodString>;
306
306
  error: import("zod").ZodString;
307
307
  }, "strip", import("zod").ZodTypeAny, {
308
+ operation: "navigate";
308
309
  success: boolean;
309
310
  error: string;
310
- operation: "navigate";
311
311
  url?: string | undefined;
312
312
  }, {
313
+ operation: "navigate";
313
314
  success: boolean;
314
315
  error: string;
315
- operation: "navigate";
316
316
  url?: string | undefined;
317
317
  }>, import("zod").ZodObject<{
318
318
  operation: import("zod").ZodLiteral<"click">;
319
319
  success: import("zod").ZodBoolean;
320
320
  error: import("zod").ZodString;
321
321
  }, "strip", import("zod").ZodTypeAny, {
322
+ operation: "click";
322
323
  success: boolean;
323
324
  error: string;
324
- operation: "click";
325
325
  }, {
326
+ operation: "click";
326
327
  success: boolean;
327
328
  error: string;
328
- operation: "click";
329
329
  }>, import("zod").ZodObject<{
330
330
  operation: import("zod").ZodLiteral<"type">;
331
331
  success: import("zod").ZodBoolean;
332
332
  error: import("zod").ZodString;
333
333
  }, "strip", import("zod").ZodTypeAny, {
334
+ operation: "type";
334
335
  success: boolean;
335
336
  error: string;
336
- operation: "type";
337
337
  }, {
338
+ operation: "type";
338
339
  success: boolean;
339
340
  error: string;
340
- operation: "type";
341
341
  }>, import("zod").ZodObject<{
342
342
  operation: import("zod").ZodLiteral<"evaluate">;
343
343
  success: import("zod").ZodBoolean;
344
344
  result: import("zod").ZodOptional<import("zod").ZodUnknown>;
345
345
  error: import("zod").ZodString;
346
346
  }, "strip", import("zod").ZodTypeAny, {
347
+ operation: "evaluate";
347
348
  success: boolean;
348
349
  error: string;
349
- operation: "evaluate";
350
350
  result?: unknown;
351
351
  }, {
352
+ operation: "evaluate";
352
353
  success: boolean;
353
354
  error: string;
354
- operation: "evaluate";
355
355
  result?: unknown;
356
356
  }>, import("zod").ZodObject<{
357
357
  operation: import("zod").ZodLiteral<"get_content">;
@@ -359,14 +359,14 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
359
359
  content: import("zod").ZodOptional<import("zod").ZodString>;
360
360
  error: import("zod").ZodString;
361
361
  }, "strip", import("zod").ZodTypeAny, {
362
+ operation: "get_content";
362
363
  success: boolean;
363
364
  error: string;
364
- operation: "get_content";
365
365
  content?: string | undefined;
366
366
  }, {
367
+ operation: "get_content";
367
368
  success: boolean;
368
369
  error: string;
369
- operation: "get_content";
370
370
  content?: string | undefined;
371
371
  }>, import("zod").ZodObject<{
372
372
  operation: import("zod").ZodLiteral<"screenshot">;
@@ -375,15 +375,15 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
375
375
  format: import("zod").ZodOptional<import("zod").ZodString>;
376
376
  error: import("zod").ZodString;
377
377
  }, "strip", import("zod").ZodTypeAny, {
378
+ operation: "screenshot";
378
379
  success: boolean;
379
380
  error: string;
380
- operation: "screenshot";
381
381
  format?: string | undefined;
382
382
  data?: string | undefined;
383
383
  }, {
384
+ operation: "screenshot";
384
385
  success: boolean;
385
386
  error: string;
386
- operation: "screenshot";
387
387
  format?: string | undefined;
388
388
  data?: string | undefined;
389
389
  }>, import("zod").ZodObject<{
@@ -391,13 +391,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
391
391
  success: import("zod").ZodBoolean;
392
392
  error: import("zod").ZodString;
393
393
  }, "strip", import("zod").ZodTypeAny, {
394
+ operation: "wait";
394
395
  success: boolean;
395
396
  error: string;
396
- operation: "wait";
397
397
  }, {
398
+ operation: "wait";
398
399
  success: boolean;
399
400
  error: string;
400
- operation: "wait";
401
401
  }>, import("zod").ZodObject<{
402
402
  operation: import("zod").ZodLiteral<"get_cookies">;
403
403
  success: import("zod").ZodBoolean;
@@ -428,9 +428,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
428
428
  }>, "many">>;
429
429
  error: import("zod").ZodString;
430
430
  }, "strip", import("zod").ZodTypeAny, {
431
+ operation: "get_cookies";
431
432
  success: boolean;
432
433
  error: string;
433
- operation: "get_cookies";
434
434
  cookies?: {
435
435
  value: string;
436
436
  path: string;
@@ -441,9 +441,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
441
441
  secure: boolean;
442
442
  }[] | undefined;
443
443
  }, {
444
+ operation: "get_cookies";
444
445
  success: boolean;
445
446
  error: string;
446
- operation: "get_cookies";
447
447
  cookies?: {
448
448
  value: string;
449
449
  path: string;
@@ -458,13 +458,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
458
458
  success: import("zod").ZodBoolean;
459
459
  error: import("zod").ZodString;
460
460
  }, "strip", import("zod").ZodTypeAny, {
461
+ operation: "end_session";
461
462
  success: boolean;
462
463
  error: string;
463
- operation: "end_session";
464
464
  }, {
465
+ operation: "end_session";
465
466
  success: boolean;
466
467
  error: string;
467
- operation: "end_session";
468
468
  }>]>;
469
469
  static readonly shortDescription = "Browser automation service using BrowserBase cloud browsers";
470
470
  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 ";
@@ -204,8 +204,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
204
204
  operation: "type";
205
205
  session_id: string;
206
206
  selector: string;
207
- clear_first: boolean;
208
207
  delay: number;
208
+ clear_first: boolean;
209
209
  credentials?: Partial<Record<CredentialType, string>> | undefined;
210
210
  }, {
211
211
  text: string;
@@ -213,8 +213,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
213
213
  session_id: string;
214
214
  selector: string;
215
215
  credentials?: Partial<Record<CredentialType, string>> | undefined;
216
- clear_first?: boolean | undefined;
217
216
  delay?: number | undefined;
217
+ clear_first?: boolean | undefined;
218
218
  }>, z.ZodObject<{
219
219
  operation: z.ZodLiteral<"evaluate">;
220
220
  session_id: z.ZodString;
@@ -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
- session_id: string;
242
241
  content_type: "text" | "html" | "outer_html";
242
+ session_id: string;
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
- selector?: string | undefined;
250
249
  content_type?: "text" | "html" | "outer_html" | undefined;
250
+ selector?: string | 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
- selector?: string | undefined;
266
265
  quality?: number | undefined;
266
+ selector?: string | 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;
272
273
  selector?: string | undefined;
273
274
  full_page?: boolean | undefined;
274
- quality?: number | undefined;
275
275
  }>, z.ZodObject<{
276
276
  operation: z.ZodLiteral<"wait">;
277
277
  session_id: z.ZodString;
@@ -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
- context_id?: string | undefined;
339
338
  session_id?: string | undefined;
339
+ context_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
- context_id?: string | undefined;
346
345
  session_id?: string | undefined;
346
+ context_id?: string | undefined;
347
347
  debug_url?: string | undefined;
348
348
  }>, z.ZodObject<{
349
349
  operation: z.ZodLiteral<"navigate">;