@bubblelab/bubble-core 0.1.44 → 0.1.45

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 (43) hide show
  1. package/dist/bubble-bundle.d.ts +67 -67
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +24 -24
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
  4. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  5. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +48 -48
  6. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +10 -10
  7. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +16 -16
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +16 -16
  9. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +6 -6
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +80 -80
  11. package/dist/bubbles/service-bubble/firecrawl.d.ts +268 -268
  12. package/dist/bubbles/service-bubble/followupboss.d.ts +172 -172
  13. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +233 -233
  14. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts.map +1 -1
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.js +59 -2
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.js.map +1 -1
  17. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
  18. package/dist/bubbles/service-bubble/github.d.ts +28 -28
  19. package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
  22. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  23. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  24. package/dist/bubbles/service-bubble/notion/notion.d.ts +80 -80
  25. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  26. package/dist/bubbles/service-bubble/resend.d.ts +8 -8
  27. package/dist/bubbles/service-bubble/slack/slack.d.ts +88 -88
  28. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  29. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +5 -5
  30. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +50 -50
  31. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  32. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  33. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
  34. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +330 -330
  35. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +18 -18
  36. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  38. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +90 -90
  39. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  40. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  41. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
  42. package/dist/bubbles.json +1 -1
  43. package/package.json +2 -2
@@ -105,14 +105,14 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
105
105
  }, "strip", import("zod").ZodTypeAny, {
106
106
  operation: "create_candidate";
107
107
  name: string;
108
+ linkedin_url?: string | undefined;
108
109
  credentials?: Partial<Record<CredentialType, string>> | undefined;
109
- website?: string | undefined;
110
110
  emails?: {
111
111
  type: "Personal" | "Work" | "Other";
112
112
  email: string;
113
113
  }[] | undefined;
114
+ website?: string | undefined;
114
115
  phone_number?: string | undefined;
115
- linkedin_url?: string | undefined;
116
116
  github_url?: string | undefined;
117
117
  source_id?: string | undefined;
118
118
  credited_to_user_id?: string | undefined;
@@ -120,14 +120,14 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
120
120
  }, {
121
121
  operation: "create_candidate";
122
122
  name: string;
123
+ linkedin_url?: string | undefined;
123
124
  credentials?: Partial<Record<CredentialType, string>> | undefined;
124
- website?: string | undefined;
125
125
  emails?: {
126
126
  type: "Personal" | "Work" | "Other";
127
127
  email: string;
128
128
  }[] | undefined;
129
+ website?: string | undefined;
129
130
  phone_number?: string | undefined;
130
- linkedin_url?: string | undefined;
131
131
  github_url?: string | undefined;
132
132
  source_id?: string | undefined;
133
133
  credited_to_user_id?: string | undefined;
@@ -337,6 +337,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
337
337
  }, "strip", import("zod").ZodTypeAny, {
338
338
  name: string;
339
339
  id: string;
340
+ company?: string | null | undefined;
340
341
  tags?: {
341
342
  title: string;
342
343
  id: string;
@@ -349,16 +350,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
349
350
  type: "Personal" | "Work" | "Other";
350
351
  isPrimary: boolean;
351
352
  } | null | undefined;
352
- emailAddresses?: {
353
+ primaryPhoneNumber?: {
353
354
  value: string;
354
355
  type: "Personal" | "Work" | "Other";
355
356
  isPrimary: boolean;
357
+ } | null | undefined;
358
+ customFields?: {
359
+ title: string;
360
+ id: string;
361
+ value?: unknown;
362
+ isPrivate?: boolean | undefined;
356
363
  }[] | undefined;
357
- primaryPhoneNumber?: {
364
+ emailAddresses?: {
358
365
  value: string;
359
366
  type: "Personal" | "Work" | "Other";
360
367
  isPrimary: boolean;
361
- } | null | undefined;
368
+ }[] | undefined;
362
369
  phoneNumbers?: {
363
370
  value: string;
364
371
  type: "Personal" | "Work" | "Other";
@@ -369,7 +376,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
369
376
  url: string;
370
377
  }[] | undefined;
371
378
  position?: string | null | undefined;
372
- company?: string | null | undefined;
373
379
  school?: string | null | undefined;
374
380
  applicationIds?: string[] | undefined;
375
381
  resumeFileHandle?: {
@@ -382,15 +388,10 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
382
388
  id: string;
383
389
  handle: string;
384
390
  }[] | undefined;
385
- customFields?: {
386
- title: string;
387
- id: string;
388
- value?: unknown;
389
- isPrivate?: boolean | undefined;
390
- }[] | undefined;
391
391
  }, {
392
392
  name: string;
393
393
  id: string;
394
+ company?: string | null | undefined;
394
395
  tags?: {
395
396
  title: string;
396
397
  id: string;
@@ -403,16 +404,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
403
404
  type: "Personal" | "Work" | "Other";
404
405
  isPrimary: boolean;
405
406
  } | null | undefined;
406
- emailAddresses?: {
407
+ primaryPhoneNumber?: {
407
408
  value: string;
408
409
  type: "Personal" | "Work" | "Other";
409
410
  isPrimary: boolean;
411
+ } | null | undefined;
412
+ customFields?: {
413
+ title: string;
414
+ id: string;
415
+ value?: unknown;
416
+ isPrivate?: boolean | undefined;
410
417
  }[] | undefined;
411
- primaryPhoneNumber?: {
418
+ emailAddresses?: {
412
419
  value: string;
413
420
  type: "Personal" | "Work" | "Other";
414
421
  isPrimary: boolean;
415
- } | null | undefined;
422
+ }[] | undefined;
416
423
  phoneNumbers?: {
417
424
  value: string;
418
425
  type: "Personal" | "Work" | "Other";
@@ -423,7 +430,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
423
430
  url: string;
424
431
  }[] | undefined;
425
432
  position?: string | null | undefined;
426
- company?: string | null | undefined;
427
433
  school?: string | null | undefined;
428
434
  applicationIds?: string[] | undefined;
429
435
  resumeFileHandle?: {
@@ -436,12 +442,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
436
442
  id: string;
437
443
  handle: string;
438
444
  }[] | undefined;
439
- customFields?: {
440
- title: string;
441
- id: string;
442
- value?: unknown;
443
- isPrivate?: boolean | undefined;
444
- }[] | undefined;
445
445
  }>, "many">>;
446
446
  next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
447
447
  more_data_available: import("zod").ZodOptional<import("zod").ZodBoolean>;
@@ -456,6 +456,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
456
456
  candidates?: {
457
457
  name: string;
458
458
  id: string;
459
+ company?: string | null | undefined;
459
460
  tags?: {
460
461
  title: string;
461
462
  id: string;
@@ -468,16 +469,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
468
469
  type: "Personal" | "Work" | "Other";
469
470
  isPrimary: boolean;
470
471
  } | null | undefined;
471
- emailAddresses?: {
472
+ primaryPhoneNumber?: {
472
473
  value: string;
473
474
  type: "Personal" | "Work" | "Other";
474
475
  isPrimary: boolean;
476
+ } | null | undefined;
477
+ customFields?: {
478
+ title: string;
479
+ id: string;
480
+ value?: unknown;
481
+ isPrivate?: boolean | undefined;
475
482
  }[] | undefined;
476
- primaryPhoneNumber?: {
483
+ emailAddresses?: {
477
484
  value: string;
478
485
  type: "Personal" | "Work" | "Other";
479
486
  isPrimary: boolean;
480
- } | null | undefined;
487
+ }[] | undefined;
481
488
  phoneNumbers?: {
482
489
  value: string;
483
490
  type: "Personal" | "Work" | "Other";
@@ -488,7 +495,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
488
495
  url: string;
489
496
  }[] | undefined;
490
497
  position?: string | null | undefined;
491
- company?: string | null | undefined;
492
498
  school?: string | null | undefined;
493
499
  applicationIds?: string[] | undefined;
494
500
  resumeFileHandle?: {
@@ -501,12 +507,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
501
507
  id: string;
502
508
  handle: string;
503
509
  }[] | undefined;
504
- customFields?: {
505
- title: string;
506
- id: string;
507
- value?: unknown;
508
- isPrivate?: boolean | undefined;
509
- }[] | undefined;
510
510
  }[] | undefined;
511
511
  more_data_available?: boolean | undefined;
512
512
  }, {
@@ -518,6 +518,7 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
518
518
  candidates?: {
519
519
  name: string;
520
520
  id: string;
521
+ company?: string | null | undefined;
521
522
  tags?: {
522
523
  title: string;
523
524
  id: string;
@@ -530,16 +531,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
530
531
  type: "Personal" | "Work" | "Other";
531
532
  isPrimary: boolean;
532
533
  } | null | undefined;
533
- emailAddresses?: {
534
+ primaryPhoneNumber?: {
534
535
  value: string;
535
536
  type: "Personal" | "Work" | "Other";
536
537
  isPrimary: boolean;
538
+ } | null | undefined;
539
+ customFields?: {
540
+ title: string;
541
+ id: string;
542
+ value?: unknown;
543
+ isPrivate?: boolean | undefined;
537
544
  }[] | undefined;
538
- primaryPhoneNumber?: {
545
+ emailAddresses?: {
539
546
  value: string;
540
547
  type: "Personal" | "Work" | "Other";
541
548
  isPrimary: boolean;
542
- } | null | undefined;
549
+ }[] | undefined;
543
550
  phoneNumbers?: {
544
551
  value: string;
545
552
  type: "Personal" | "Work" | "Other";
@@ -550,7 +557,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
550
557
  url: string;
551
558
  }[] | undefined;
552
559
  position?: string | null | undefined;
553
- company?: string | null | undefined;
554
560
  school?: string | null | undefined;
555
561
  applicationIds?: string[] | undefined;
556
562
  resumeFileHandle?: {
@@ -563,12 +569,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
563
569
  id: string;
564
570
  handle: string;
565
571
  }[] | undefined;
566
- customFields?: {
567
- title: string;
568
- id: string;
569
- value?: unknown;
570
- isPrivate?: boolean | undefined;
571
- }[] | undefined;
572
572
  }[] | undefined;
573
573
  more_data_available?: boolean | undefined;
574
574
  }>, import("zod").ZodObject<{
@@ -1251,8 +1251,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1251
1251
  }, "strip", import("zod").ZodTypeAny, {
1252
1252
  title: string;
1253
1253
  id: string;
1254
- isArchived: boolean;
1255
1254
  isPrivate: boolean;
1255
+ isArchived: boolean;
1256
1256
  objectType: string;
1257
1257
  fieldType: string;
1258
1258
  selectableValues?: {
@@ -1263,8 +1263,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1263
1263
  }, {
1264
1264
  title: string;
1265
1265
  id: string;
1266
- isArchived: boolean;
1267
1266
  isPrivate: boolean;
1267
+ isArchived: boolean;
1268
1268
  objectType: string;
1269
1269
  fieldType: string;
1270
1270
  selectableValues?: {
@@ -1287,8 +1287,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1287
1287
  custom_fields?: {
1288
1288
  title: string;
1289
1289
  id: string;
1290
- isArchived: boolean;
1291
1290
  isPrivate: boolean;
1291
+ isArchived: boolean;
1292
1292
  objectType: string;
1293
1293
  fieldType: string;
1294
1294
  selectableValues?: {
@@ -1307,8 +1307,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1307
1307
  custom_fields?: {
1308
1308
  title: string;
1309
1309
  id: string;
1310
- isArchived: boolean;
1311
1310
  isPrivate: boolean;
1311
+ isArchived: boolean;
1312
1312
  objectType: string;
1313
1313
  fieldType: string;
1314
1314
  selectableValues?: {
@@ -385,6 +385,7 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
385
385
  }, "strip", z.ZodTypeAny, {
386
386
  name: string;
387
387
  id: string;
388
+ company?: string | null | undefined;
388
389
  tags?: {
389
390
  title: string;
390
391
  id: string;
@@ -423,7 +424,6 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
423
424
  url: string;
424
425
  }[] | undefined;
425
426
  position?: string | null | undefined;
426
- company?: string | null | undefined;
427
427
  school?: string | null | undefined;
428
428
  applicationIds?: string[] | undefined;
429
429
  resumeFileHandle?: {
@@ -439,6 +439,7 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
439
439
  }, {
440
440
  name: string;
441
441
  id: string;
442
+ company?: string | null | undefined;
442
443
  tags?: {
443
444
  title: string;
444
445
  id: string;
@@ -477,7 +478,6 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
477
478
  url: string;
478
479
  }[] | undefined;
479
480
  position?: string | null | undefined;
480
- company?: string | null | undefined;
481
481
  school?: string | null | undefined;
482
482
  applicationIds?: string[] | undefined;
483
483
  resumeFileHandle?: {
@@ -551,14 +551,14 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
551
551
  }, "strip", z.ZodTypeAny, {
552
552
  operation: "create_candidate";
553
553
  name: string;
554
+ linkedin_url?: string | undefined;
554
555
  credentials?: Partial<Record<CredentialType, string>> | undefined;
555
- website?: string | undefined;
556
556
  emails?: {
557
557
  type: "Personal" | "Work" | "Other";
558
558
  email: string;
559
559
  }[] | undefined;
560
+ website?: string | undefined;
560
561
  phone_number?: string | undefined;
561
- linkedin_url?: string | undefined;
562
562
  github_url?: string | undefined;
563
563
  source_id?: string | undefined;
564
564
  credited_to_user_id?: string | undefined;
@@ -566,14 +566,14 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
566
566
  }, {
567
567
  operation: "create_candidate";
568
568
  name: string;
569
+ linkedin_url?: string | undefined;
569
570
  credentials?: Partial<Record<CredentialType, string>> | undefined;
570
- website?: string | undefined;
571
571
  emails?: {
572
572
  type: "Personal" | "Work" | "Other";
573
573
  email: string;
574
574
  }[] | undefined;
575
+ website?: string | undefined;
575
576
  phone_number?: string | undefined;
576
- linkedin_url?: string | undefined;
577
577
  github_url?: string | undefined;
578
578
  source_id?: string | undefined;
579
579
  credited_to_user_id?: string | undefined;
@@ -783,6 +783,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
783
783
  }, "strip", z.ZodTypeAny, {
784
784
  name: string;
785
785
  id: string;
786
+ company?: string | null | undefined;
786
787
  tags?: {
787
788
  title: string;
788
789
  id: string;
@@ -821,7 +822,6 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
821
822
  url: string;
822
823
  }[] | undefined;
823
824
  position?: string | null | undefined;
824
- company?: string | null | undefined;
825
825
  school?: string | null | undefined;
826
826
  applicationIds?: string[] | undefined;
827
827
  resumeFileHandle?: {
@@ -837,6 +837,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
837
837
  }, {
838
838
  name: string;
839
839
  id: string;
840
+ company?: string | null | undefined;
840
841
  tags?: {
841
842
  title: string;
842
843
  id: string;
@@ -875,7 +876,6 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
875
876
  url: string;
876
877
  }[] | undefined;
877
878
  position?: string | null | undefined;
878
- company?: string | null | undefined;
879
879
  school?: string | null | undefined;
880
880
  applicationIds?: string[] | undefined;
881
881
  resumeFileHandle?: {
@@ -902,6 +902,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
902
902
  candidates?: {
903
903
  name: string;
904
904
  id: string;
905
+ company?: string | null | undefined;
905
906
  tags?: {
906
907
  title: string;
907
908
  id: string;
@@ -940,7 +941,6 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
940
941
  url: string;
941
942
  }[] | undefined;
942
943
  position?: string | null | undefined;
943
- company?: string | null | undefined;
944
944
  school?: string | null | undefined;
945
945
  applicationIds?: string[] | undefined;
946
946
  resumeFileHandle?: {
@@ -964,6 +964,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
964
964
  candidates?: {
965
965
  name: string;
966
966
  id: string;
967
+ company?: string | null | undefined;
967
968
  tags?: {
968
969
  title: string;
969
970
  id: string;
@@ -1002,7 +1003,6 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1002
1003
  url: string;
1003
1004
  }[] | undefined;
1004
1005
  position?: string | null | undefined;
1005
- company?: string | null | undefined;
1006
1006
  school?: string | null | undefined;
1007
1007
  applicationIds?: string[] | undefined;
1008
1008
  resumeFileHandle?: {
@@ -116,17 +116,17 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
116
116
  }, "strip", import("zod").ZodTypeAny, {
117
117
  operation: "navigate";
118
118
  url: string;
119
+ timeout: number;
119
120
  session_id: string;
120
121
  wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
121
- timeout: number;
122
122
  credentials?: Partial<Record<CredentialType, string>> | undefined;
123
123
  }, {
124
124
  operation: "navigate";
125
125
  url: string;
126
126
  session_id: string;
127
127
  credentials?: Partial<Record<CredentialType, string>> | undefined;
128
- wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
129
128
  timeout?: number | undefined;
129
+ wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
130
130
  }>, import("zod").ZodObject<{
131
131
  operation: import("zod").ZodLiteral<"click">;
132
132
  session_id: import("zod").ZodString;
@@ -136,8 +136,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
136
136
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
137
137
  }, "strip", import("zod").ZodTypeAny, {
138
138
  operation: "click";
139
- session_id: string;
140
139
  timeout: number;
140
+ session_id: string;
141
141
  selector: string;
142
142
  wait_for_navigation: boolean;
143
143
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -158,20 +158,20 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
158
158
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
159
159
  }, "strip", import("zod").ZodTypeAny, {
160
160
  operation: "type";
161
+ text: string;
161
162
  session_id: string;
162
163
  selector: string;
163
- text: string;
164
- clear_first: boolean;
165
164
  delay: number;
165
+ clear_first: boolean;
166
166
  credentials?: Partial<Record<CredentialType, string>> | undefined;
167
167
  }, {
168
168
  operation: "type";
169
+ text: string;
169
170
  session_id: string;
170
171
  selector: string;
171
- text: string;
172
172
  credentials?: Partial<Record<CredentialType, string>> | undefined;
173
- clear_first?: boolean | undefined;
174
173
  delay?: number | undefined;
174
+ clear_first?: boolean | undefined;
175
175
  }>, import("zod").ZodObject<{
176
176
  operation: import("zod").ZodLiteral<"evaluate">;
177
177
  session_id: import("zod").ZodString;
@@ -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">;
@@ -195,16 +195,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
195
195
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
196
196
  }, "strip", import("zod").ZodTypeAny, {
197
197
  operation: "get_content";
198
- session_id: string;
199
198
  content_type: "text" | "html" | "outer_html";
199
+ session_id: string;
200
200
  credentials?: Partial<Record<CredentialType, string>> | undefined;
201
201
  selector?: string | undefined;
202
202
  }, {
203
203
  operation: "get_content";
204
204
  session_id: string;
205
205
  credentials?: Partial<Record<CredentialType, string>> | undefined;
206
- selector?: string | undefined;
207
206
  content_type?: "text" | "html" | "outer_html" | undefined;
207
+ selector?: string | undefined;
208
208
  }>, import("zod").ZodObject<{
209
209
  operation: import("zod").ZodLiteral<"screenshot">;
210
210
  session_id: import("zod").ZodString;
@@ -219,16 +219,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
219
219
  session_id: string;
220
220
  full_page: boolean;
221
221
  credentials?: Partial<Record<CredentialType, string>> | undefined;
222
- selector?: string | undefined;
223
222
  quality?: number | undefined;
223
+ selector?: string | undefined;
224
224
  }, {
225
225
  operation: "screenshot";
226
226
  session_id: string;
227
227
  format?: "png" | "jpeg" | "webp" | undefined;
228
228
  credentials?: Partial<Record<CredentialType, string>> | undefined;
229
+ quality?: number | undefined;
229
230
  selector?: string | undefined;
230
231
  full_page?: boolean | undefined;
231
- quality?: number | undefined;
232
232
  }>, import("zod").ZodObject<{
233
233
  operation: import("zod").ZodLiteral<"wait">;
234
234
  session_id: import("zod").ZodString;
@@ -238,8 +238,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
238
238
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
239
239
  }, "strip", import("zod").ZodTypeAny, {
240
240
  operation: "wait";
241
- session_id: string;
242
241
  timeout: number;
242
+ session_id: string;
243
243
  wait_type: "timeout" | "selector" | "navigation";
244
244
  credentials?: Partial<Record<CredentialType, string>> | undefined;
245
245
  selector?: string | undefined;
@@ -289,15 +289,15 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
289
289
  operation: "start_session";
290
290
  success: boolean;
291
291
  error: string;
292
- context_id?: string | undefined;
293
292
  session_id?: string | undefined;
293
+ context_id?: string | undefined;
294
294
  debug_url?: string | undefined;
295
295
  }, {
296
296
  operation: "start_session";
297
297
  success: boolean;
298
298
  error: string;
299
- context_id?: string | undefined;
300
299
  session_id?: string | undefined;
300
+ context_id?: string | undefined;
301
301
  debug_url?: string | undefined;
302
302
  }>, import("zod").ZodObject<{
303
303
  operation: import("zod").ZodLiteral<"navigate">;
@@ -159,17 +159,17 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
159
159
  }, "strip", z.ZodTypeAny, {
160
160
  operation: "navigate";
161
161
  url: string;
162
+ timeout: number;
162
163
  session_id: string;
163
164
  wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
164
- timeout: number;
165
165
  credentials?: Partial<Record<CredentialType, string>> | undefined;
166
166
  }, {
167
167
  operation: "navigate";
168
168
  url: string;
169
169
  session_id: string;
170
170
  credentials?: Partial<Record<CredentialType, string>> | undefined;
171
- wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
172
171
  timeout?: number | undefined;
172
+ wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
173
173
  }>, z.ZodObject<{
174
174
  operation: z.ZodLiteral<"click">;
175
175
  session_id: z.ZodString;
@@ -179,8 +179,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
179
179
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
180
180
  }, "strip", z.ZodTypeAny, {
181
181
  operation: "click";
182
- session_id: string;
183
182
  timeout: number;
183
+ session_id: string;
184
184
  selector: string;
185
185
  wait_for_navigation: boolean;
186
186
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -201,20 +201,20 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
201
201
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
202
202
  }, "strip", z.ZodTypeAny, {
203
203
  operation: "type";
204
+ text: string;
204
205
  session_id: string;
205
206
  selector: string;
206
- text: 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
  operation: "type";
212
+ text: string;
212
213
  session_id: string;
213
214
  selector: string;
214
- text: 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;
@@ -222,13 +222,13 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
222
222
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
223
223
  }, "strip", z.ZodTypeAny, {
224
224
  operation: "evaluate";
225
- session_id: string;
226
225
  script: string;
226
+ session_id: string;
227
227
  credentials?: Partial<Record<CredentialType, string>> | undefined;
228
228
  }, {
229
229
  operation: "evaluate";
230
- session_id: string;
231
230
  script: string;
231
+ session_id: string;
232
232
  credentials?: Partial<Record<CredentialType, string>> | undefined;
233
233
  }>, z.ZodObject<{
234
234
  operation: z.ZodLiteral<"get_content">;
@@ -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;
@@ -281,8 +281,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
281
281
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
282
282
  }, "strip", z.ZodTypeAny, {
283
283
  operation: "wait";
284
- session_id: string;
285
284
  timeout: number;
285
+ session_id: string;
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
  operation: "start_session";
336
336
  success: boolean;
337
337
  error: string;
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
  operation: "start_session";
343
343
  success: boolean;
344
344
  error: string;
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">;