@bubblelab/bubble-core 0.1.45 → 0.1.47

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 (72) hide show
  1. package/dist/bubble-bundle.d.ts +107 -107
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +116 -116
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
  4. package/dist/bubbles/service-bubble/airtable.d.ts +150 -150
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +46 -46
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +48 -48
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +50 -49
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
  10. package/dist/bubbles/service-bubble/browserbase/browserbase.js +29 -8
  11. package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
  12. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +49 -49
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +104 -104
  15. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  16. package/dist/bubbles/service-bubble/firecrawl.d.ts +236 -236
  17. package/dist/bubbles/service-bubble/followupboss.d.ts +432 -432
  18. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +267 -267
  19. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +365 -365
  20. package/dist/bubbles/service-bubble/github.d.ts +84 -84
  21. package/dist/bubbles/service-bubble/gmail.d.ts +138 -138
  22. package/dist/bubbles/service-bubble/google-calendar.d.ts +56 -56
  23. package/dist/bubbles/service-bubble/google-drive.d.ts +96 -96
  24. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  25. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +52 -52
  26. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  27. package/dist/bubbles/service-bubble/http.d.ts +12 -12
  28. package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
  29. package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
  30. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +54 -54
  31. package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
  32. package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
  33. package/dist/bubbles/service-bubble/resend.d.ts +16 -16
  34. package/dist/bubbles/service-bubble/slack/slack.d.ts +170 -170
  35. package/dist/bubbles/service-bubble/storage.d.ts +60 -60
  36. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  37. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +28 -28
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
  39. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  41. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  42. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +72 -72
  43. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  46. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  47. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
  48. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +10 -10
  49. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +128 -128
  50. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +46 -46
  52. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  53. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  54. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  55. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +16 -16
  56. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +44 -44
  58. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  59. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  60. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  61. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
  62. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  63. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  64. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
  65. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  66. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +50 -50
  67. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  68. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
  69. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +4 -4
  70. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  71. package/dist/bubbles.json +1 -1
  72. package/package.json +2 -2
@@ -385,7 +385,6 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
385
385
  }, "strip", z.ZodTypeAny, {
386
386
  name: string;
387
387
  id: string;
388
- company?: string | null | undefined;
389
388
  tags?: {
390
389
  title: string;
391
390
  id: string;
@@ -424,6 +423,7 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
424
423
  url: string;
425
424
  }[] | undefined;
426
425
  position?: string | null | undefined;
426
+ company?: string | null | undefined;
427
427
  school?: string | null | undefined;
428
428
  applicationIds?: string[] | undefined;
429
429
  resumeFileHandle?: {
@@ -439,7 +439,6 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
439
439
  }, {
440
440
  name: string;
441
441
  id: string;
442
- company?: string | null | undefined;
443
442
  tags?: {
444
443
  title: string;
445
444
  id: string;
@@ -478,6 +477,7 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
478
477
  url: string;
479
478
  }[] | undefined;
480
479
  position?: string | null | undefined;
480
+ company?: string | null | undefined;
481
481
  school?: string | null | undefined;
482
482
  applicationIds?: string[] | undefined;
483
483
  resumeFileHandle?: {
@@ -549,31 +549,31 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
549
549
  tag: z.ZodOptional<z.ZodString>;
550
550
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
551
551
  }, "strip", z.ZodTypeAny, {
552
- operation: "create_candidate";
553
552
  name: string;
554
- linkedin_url?: string | undefined;
553
+ operation: "create_candidate";
555
554
  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;
561
560
  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;
565
565
  tag?: string | undefined;
566
566
  }, {
567
- operation: "create_candidate";
568
567
  name: string;
569
- linkedin_url?: string | undefined;
568
+ operation: "create_candidate";
570
569
  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;
576
575
  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;
@@ -586,13 +586,13 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
586
586
  }, "strip", z.ZodTypeAny, {
587
587
  operation: "search_candidates";
588
588
  name?: string | undefined;
589
- email?: string | undefined;
590
589
  credentials?: Partial<Record<CredentialType, string>> | undefined;
590
+ email?: string | undefined;
591
591
  }, {
592
592
  operation: "search_candidates";
593
593
  name?: string | undefined;
594
- email?: string | undefined;
595
594
  credentials?: Partial<Record<CredentialType, string>> | undefined;
595
+ email?: string | undefined;
596
596
  }>, z.ZodObject<{
597
597
  operation: z.ZodLiteral<"add_tag">;
598
598
  candidate_id: z.ZodString;
@@ -625,12 +625,12 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
625
625
  title: z.ZodString;
626
626
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
627
627
  }, "strip", z.ZodTypeAny, {
628
- operation: "create_tag";
629
628
  title: string;
629
+ operation: "create_tag";
630
630
  credentials?: Partial<Record<CredentialType, string>> | undefined;
631
631
  }, {
632
- operation: "create_tag";
633
632
  title: string;
633
+ operation: "create_tag";
634
634
  credentials?: Partial<Record<CredentialType, string>> | undefined;
635
635
  }>, z.ZodObject<{
636
636
  operation: z.ZodLiteral<"list_custom_fields">;
@@ -783,7 +783,6 @@ 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;
787
786
  tags?: {
788
787
  title: string;
789
788
  id: string;
@@ -822,6 +821,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
822
821
  url: string;
823
822
  }[] | undefined;
824
823
  position?: string | null | undefined;
824
+ company?: string | null | undefined;
825
825
  school?: string | null | undefined;
826
826
  applicationIds?: string[] | undefined;
827
827
  resumeFileHandle?: {
@@ -837,7 +837,6 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
837
837
  }, {
838
838
  name: string;
839
839
  id: string;
840
- company?: string | null | undefined;
841
840
  tags?: {
842
841
  title: string;
843
842
  id: string;
@@ -876,6 +875,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
876
875
  url: string;
877
876
  }[] | undefined;
878
877
  position?: string | null | undefined;
878
+ company?: string | null | undefined;
879
879
  school?: string | null | undefined;
880
880
  applicationIds?: string[] | undefined;
881
881
  resumeFileHandle?: {
@@ -894,15 +894,14 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
894
894
  sync_token: z.ZodOptional<z.ZodString>;
895
895
  error: z.ZodString;
896
896
  }, "strip", z.ZodTypeAny, {
897
- operation: "list_candidates";
898
- success: boolean;
899
897
  error: string;
898
+ success: boolean;
899
+ operation: "list_candidates";
900
900
  next_cursor?: string | undefined;
901
901
  sync_token?: string | undefined;
902
902
  candidates?: {
903
903
  name: string;
904
904
  id: string;
905
- company?: string | null | undefined;
906
905
  tags?: {
907
906
  title: string;
908
907
  id: string;
@@ -941,6 +940,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
941
940
  url: string;
942
941
  }[] | undefined;
943
942
  position?: string | null | undefined;
943
+ company?: string | null | undefined;
944
944
  school?: string | null | undefined;
945
945
  applicationIds?: string[] | undefined;
946
946
  resumeFileHandle?: {
@@ -956,15 +956,14 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
956
956
  }[] | undefined;
957
957
  more_data_available?: boolean | undefined;
958
958
  }, {
959
- operation: "list_candidates";
960
- success: boolean;
961
959
  error: string;
960
+ success: boolean;
961
+ operation: "list_candidates";
962
962
  next_cursor?: string | undefined;
963
963
  sync_token?: string | undefined;
964
964
  candidates?: {
965
965
  name: string;
966
966
  id: string;
967
- company?: string | null | undefined;
968
967
  tags?: {
969
968
  title: string;
970
969
  id: string;
@@ -1003,6 +1002,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1003
1002
  url: string;
1004
1003
  }[] | undefined;
1005
1004
  position?: string | null | undefined;
1005
+ company?: string | null | undefined;
1006
1006
  school?: string | null | undefined;
1007
1007
  applicationIds?: string[] | undefined;
1008
1008
  resumeFileHandle?: {
@@ -1112,9 +1112,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1112
1112
  }>>;
1113
1113
  error: z.ZodString;
1114
1114
  }, "strip", z.ZodTypeAny, {
1115
- operation: "get_candidate";
1116
- success: boolean;
1117
1115
  error: string;
1116
+ success: boolean;
1117
+ operation: "get_candidate";
1118
1118
  candidate?: {
1119
1119
  name: string;
1120
1120
  id: string;
@@ -1138,9 +1138,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1138
1138
  }[] | undefined;
1139
1139
  } | undefined;
1140
1140
  }, {
1141
- operation: "get_candidate";
1142
- success: boolean;
1143
1141
  error: string;
1142
+ success: boolean;
1143
+ operation: "get_candidate";
1144
1144
  candidate?: {
1145
1145
  name: string;
1146
1146
  id: string;
@@ -1258,9 +1258,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1258
1258
  }>>;
1259
1259
  error: z.ZodString;
1260
1260
  }, "strip", z.ZodTypeAny, {
1261
- operation: "create_candidate";
1262
- success: boolean;
1263
1261
  error: string;
1262
+ success: boolean;
1263
+ operation: "create_candidate";
1264
1264
  candidate?: {
1265
1265
  name: string;
1266
1266
  id: string;
@@ -1284,9 +1284,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1284
1284
  }[] | undefined;
1285
1285
  } | undefined;
1286
1286
  }, {
1287
- operation: "create_candidate";
1288
- success: boolean;
1289
1287
  error: string;
1288
+ success: boolean;
1289
+ operation: "create_candidate";
1290
1290
  candidate?: {
1291
1291
  name: string;
1292
1292
  id: string;
@@ -1404,9 +1404,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1404
1404
  }>, "many">>;
1405
1405
  error: z.ZodString;
1406
1406
  }, "strip", z.ZodTypeAny, {
1407
- operation: "search_candidates";
1408
- success: boolean;
1409
1407
  error: string;
1408
+ success: boolean;
1409
+ operation: "search_candidates";
1410
1410
  candidates?: {
1411
1411
  name: string;
1412
1412
  id: string;
@@ -1430,9 +1430,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1430
1430
  }[] | undefined;
1431
1431
  }[] | undefined;
1432
1432
  }, {
1433
- operation: "search_candidates";
1434
- success: boolean;
1435
1433
  error: string;
1434
+ success: boolean;
1435
+ operation: "search_candidates";
1436
1436
  candidates?: {
1437
1437
  name: string;
1438
1438
  id: string;
@@ -1550,9 +1550,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1550
1550
  }>>;
1551
1551
  error: z.ZodString;
1552
1552
  }, "strip", z.ZodTypeAny, {
1553
- operation: "add_tag";
1554
- success: boolean;
1555
1553
  error: string;
1554
+ success: boolean;
1555
+ operation: "add_tag";
1556
1556
  candidate?: {
1557
1557
  name: string;
1558
1558
  id: string;
@@ -1576,9 +1576,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1576
1576
  }[] | undefined;
1577
1577
  } | undefined;
1578
1578
  }, {
1579
- operation: "add_tag";
1580
- success: boolean;
1581
1579
  error: string;
1580
+ success: boolean;
1581
+ operation: "add_tag";
1582
1582
  candidate?: {
1583
1583
  name: string;
1584
1584
  id: string;
@@ -1619,18 +1619,18 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1619
1619
  }>, "many">>;
1620
1620
  error: z.ZodString;
1621
1621
  }, "strip", z.ZodTypeAny, {
1622
- operation: "list_tags";
1623
- success: boolean;
1624
1622
  error: string;
1623
+ success: boolean;
1624
+ operation: "list_tags";
1625
1625
  tags?: {
1626
1626
  title: string;
1627
1627
  id: string;
1628
1628
  isArchived?: boolean | undefined;
1629
1629
  }[] | undefined;
1630
1630
  }, {
1631
- operation: "list_tags";
1632
- success: boolean;
1633
1631
  error: string;
1632
+ success: boolean;
1633
+ operation: "list_tags";
1634
1634
  tags?: {
1635
1635
  title: string;
1636
1636
  id: string;
@@ -1654,18 +1654,18 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1654
1654
  }>>;
1655
1655
  error: z.ZodString;
1656
1656
  }, "strip", z.ZodTypeAny, {
1657
- operation: "create_tag";
1658
- success: boolean;
1659
1657
  error: string;
1658
+ success: boolean;
1659
+ operation: "create_tag";
1660
1660
  tag?: {
1661
1661
  title: string;
1662
1662
  id: string;
1663
1663
  isArchived?: boolean | undefined;
1664
1664
  } | undefined;
1665
1665
  }, {
1666
- operation: "create_tag";
1667
- success: boolean;
1668
1666
  error: string;
1667
+ success: boolean;
1668
+ operation: "create_tag";
1669
1669
  tag?: {
1670
1670
  title: string;
1671
1671
  id: string;
@@ -1724,9 +1724,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1724
1724
  sync_token: z.ZodOptional<z.ZodString>;
1725
1725
  error: z.ZodString;
1726
1726
  }, "strip", z.ZodTypeAny, {
1727
- operation: "list_custom_fields";
1728
- success: boolean;
1729
1727
  error: string;
1728
+ success: boolean;
1729
+ operation: "list_custom_fields";
1730
1730
  next_cursor?: string | undefined;
1731
1731
  sync_token?: string | undefined;
1732
1732
  more_data_available?: boolean | undefined;
@@ -1744,9 +1744,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
1744
1744
  }[] | undefined;
1745
1745
  }[] | undefined;
1746
1746
  }, {
1747
- operation: "list_custom_fields";
1748
- success: boolean;
1749
1747
  error: string;
1748
+ success: boolean;
1749
+ operation: "list_custom_fields";
1750
1750
  next_cursor?: string | undefined;
1751
1751
  sync_token?: string | undefined;
1752
1752
  more_data_available?: boolean | undefined;
@@ -12,6 +12,7 @@ interface ActiveSession {
12
12
  browser: Browser;
13
13
  page: Page;
14
14
  connectUrl: string;
15
+ startTime: number;
15
16
  }
16
17
  /**
17
18
  * BrowserBase Service Bubble
@@ -114,15 +115,15 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
114
115
  timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
115
116
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
116
117
  }, "strip", import("zod").ZodTypeAny, {
117
- operation: "navigate";
118
118
  url: string;
119
119
  timeout: number;
120
+ operation: "navigate";
120
121
  session_id: string;
121
122
  wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
122
123
  credentials?: Partial<Record<CredentialType, string>> | undefined;
123
124
  }, {
124
- operation: "navigate";
125
125
  url: string;
126
+ operation: "navigate";
126
127
  session_id: string;
127
128
  credentials?: Partial<Record<CredentialType, string>> | undefined;
128
129
  timeout?: number | undefined;
@@ -135,8 +136,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
135
136
  timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
136
137
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
137
138
  }, "strip", import("zod").ZodTypeAny, {
138
- operation: "click";
139
139
  timeout: number;
140
+ operation: "click";
140
141
  session_id: string;
141
142
  selector: string;
142
143
  wait_for_navigation: boolean;
@@ -157,16 +158,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
157
158
  delay: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
158
159
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
159
160
  }, "strip", import("zod").ZodTypeAny, {
160
- operation: "type";
161
161
  text: string;
162
+ operation: "type";
162
163
  session_id: string;
163
164
  selector: string;
164
165
  delay: number;
165
166
  clear_first: boolean;
166
167
  credentials?: Partial<Record<CredentialType, string>> | undefined;
167
168
  }, {
168
- operation: "type";
169
169
  text: string;
170
+ operation: "type";
170
171
  session_id: string;
171
172
  selector: string;
172
173
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -178,13 +179,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
178
179
  script: import("zod").ZodString;
179
180
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
180
181
  }, "strip", import("zod").ZodTypeAny, {
181
- operation: "evaluate";
182
182
  script: string;
183
+ operation: "evaluate";
183
184
  session_id: string;
184
185
  credentials?: Partial<Record<CredentialType, string>> | undefined;
185
186
  }, {
186
- operation: "evaluate";
187
187
  script: string;
188
+ operation: "evaluate";
188
189
  session_id: string;
189
190
  credentials?: Partial<Record<CredentialType, string>> | undefined;
190
191
  }>, import("zod").ZodObject<{
@@ -214,8 +215,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
214
215
  quality: import("zod").ZodOptional<import("zod").ZodNumber>;
215
216
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
216
217
  }, "strip", import("zod").ZodTypeAny, {
217
- operation: "screenshot";
218
218
  format: "png" | "jpeg" | "webp";
219
+ operation: "screenshot";
219
220
  session_id: string;
220
221
  full_page: boolean;
221
222
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -237,8 +238,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
237
238
  timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
238
239
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
239
240
  }, "strip", import("zod").ZodTypeAny, {
240
- operation: "wait";
241
241
  timeout: number;
242
+ operation: "wait";
242
243
  session_id: string;
243
244
  wait_type: "timeout" | "selector" | "navigation";
244
245
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -286,16 +287,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
286
287
  debug_url: import("zod").ZodOptional<import("zod").ZodString>;
287
288
  error: import("zod").ZodString;
288
289
  }, "strip", import("zod").ZodTypeAny, {
289
- operation: "start_session";
290
- success: boolean;
291
290
  error: string;
291
+ success: boolean;
292
+ operation: "start_session";
292
293
  session_id?: string | undefined;
293
294
  context_id?: string | undefined;
294
295
  debug_url?: string | undefined;
295
296
  }, {
296
- operation: "start_session";
297
- success: boolean;
298
297
  error: string;
298
+ success: boolean;
299
+ operation: "start_session";
299
300
  session_id?: string | undefined;
300
301
  context_id?: string | undefined;
301
302
  debug_url?: string | undefined;
@@ -305,53 +306,53 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
305
306
  url: import("zod").ZodOptional<import("zod").ZodString>;
306
307
  error: import("zod").ZodString;
307
308
  }, "strip", import("zod").ZodTypeAny, {
308
- operation: "navigate";
309
- success: boolean;
310
309
  error: string;
310
+ success: boolean;
311
+ operation: "navigate";
311
312
  url?: string | undefined;
312
313
  }, {
313
- operation: "navigate";
314
- success: boolean;
315
314
  error: string;
315
+ success: boolean;
316
+ operation: "navigate";
316
317
  url?: string | undefined;
317
318
  }>, import("zod").ZodObject<{
318
319
  operation: import("zod").ZodLiteral<"click">;
319
320
  success: import("zod").ZodBoolean;
320
321
  error: import("zod").ZodString;
321
322
  }, "strip", import("zod").ZodTypeAny, {
322
- operation: "click";
323
- success: boolean;
324
323
  error: string;
325
- }, {
326
- operation: "click";
327
324
  success: boolean;
325
+ operation: "click";
326
+ }, {
328
327
  error: string;
328
+ success: boolean;
329
+ operation: "click";
329
330
  }>, import("zod").ZodObject<{
330
331
  operation: import("zod").ZodLiteral<"type">;
331
332
  success: import("zod").ZodBoolean;
332
333
  error: import("zod").ZodString;
333
334
  }, "strip", import("zod").ZodTypeAny, {
334
- operation: "type";
335
- success: boolean;
336
335
  error: string;
337
- }, {
338
- operation: "type";
339
336
  success: boolean;
337
+ operation: "type";
338
+ }, {
340
339
  error: string;
340
+ success: boolean;
341
+ operation: "type";
341
342
  }>, import("zod").ZodObject<{
342
343
  operation: import("zod").ZodLiteral<"evaluate">;
343
344
  success: import("zod").ZodBoolean;
344
345
  result: import("zod").ZodOptional<import("zod").ZodUnknown>;
345
346
  error: import("zod").ZodString;
346
347
  }, "strip", import("zod").ZodTypeAny, {
347
- operation: "evaluate";
348
- success: boolean;
349
348
  error: string;
349
+ success: boolean;
350
+ operation: "evaluate";
350
351
  result?: unknown;
351
352
  }, {
352
- operation: "evaluate";
353
- success: boolean;
354
353
  error: string;
354
+ success: boolean;
355
+ operation: "evaluate";
355
356
  result?: unknown;
356
357
  }>, import("zod").ZodObject<{
357
358
  operation: import("zod").ZodLiteral<"get_content">;
@@ -359,14 +360,14 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
359
360
  content: import("zod").ZodOptional<import("zod").ZodString>;
360
361
  error: import("zod").ZodString;
361
362
  }, "strip", import("zod").ZodTypeAny, {
362
- operation: "get_content";
363
- success: boolean;
364
363
  error: string;
364
+ success: boolean;
365
+ operation: "get_content";
365
366
  content?: string | undefined;
366
367
  }, {
367
- operation: "get_content";
368
- success: boolean;
369
368
  error: string;
369
+ success: boolean;
370
+ operation: "get_content";
370
371
  content?: string | undefined;
371
372
  }>, import("zod").ZodObject<{
372
373
  operation: import("zod").ZodLiteral<"screenshot">;
@@ -375,15 +376,15 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
375
376
  format: import("zod").ZodOptional<import("zod").ZodString>;
376
377
  error: import("zod").ZodString;
377
378
  }, "strip", import("zod").ZodTypeAny, {
378
- operation: "screenshot";
379
- success: boolean;
380
379
  error: string;
380
+ success: boolean;
381
+ operation: "screenshot";
381
382
  format?: string | undefined;
382
383
  data?: string | undefined;
383
384
  }, {
384
- operation: "screenshot";
385
- success: boolean;
386
385
  error: string;
386
+ success: boolean;
387
+ operation: "screenshot";
387
388
  format?: string | undefined;
388
389
  data?: string | undefined;
389
390
  }>, import("zod").ZodObject<{
@@ -391,13 +392,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
391
392
  success: import("zod").ZodBoolean;
392
393
  error: import("zod").ZodString;
393
394
  }, "strip", import("zod").ZodTypeAny, {
394
- operation: "wait";
395
- success: boolean;
396
395
  error: string;
397
- }, {
398
- operation: "wait";
399
396
  success: boolean;
397
+ operation: "wait";
398
+ }, {
400
399
  error: string;
400
+ success: boolean;
401
+ operation: "wait";
401
402
  }>, import("zod").ZodObject<{
402
403
  operation: import("zod").ZodLiteral<"get_cookies">;
403
404
  success: import("zod").ZodBoolean;
@@ -428,9 +429,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
428
429
  }>, "many">>;
429
430
  error: import("zod").ZodString;
430
431
  }, "strip", import("zod").ZodTypeAny, {
431
- operation: "get_cookies";
432
- success: boolean;
433
432
  error: string;
433
+ success: boolean;
434
+ operation: "get_cookies";
434
435
  cookies?: {
435
436
  value: string;
436
437
  path: string;
@@ -441,9 +442,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
441
442
  secure: boolean;
442
443
  }[] | undefined;
443
444
  }, {
444
- operation: "get_cookies";
445
- success: boolean;
446
445
  error: string;
446
+ success: boolean;
447
+ operation: "get_cookies";
447
448
  cookies?: {
448
449
  value: string;
449
450
  path: string;
@@ -458,13 +459,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
458
459
  success: import("zod").ZodBoolean;
459
460
  error: import("zod").ZodString;
460
461
  }, "strip", import("zod").ZodTypeAny, {
461
- operation: "end_session";
462
- success: boolean;
463
462
  error: string;
464
- }, {
465
- operation: "end_session";
466
463
  success: boolean;
464
+ operation: "end_session";
465
+ }, {
467
466
  error: string;
467
+ success: boolean;
468
+ operation: "end_session";
468
469
  }>]>;
469
470
  static readonly shortDescription = "Browser automation service using BrowserBase cloud browsers";
470
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 ";
@@ -1 +1 @@
1
- {"version":3,"file":"browserbase.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/browserbase/browserbase.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"browserbase.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/browserbase/browserbase.ts"],"names":[],"mappings":"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"}