@bubblelab/bubble-core 0.1.12 → 0.1.14

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 +122 -99
  2. package/dist/bubble-factory.d.ts +2 -3
  3. package/dist/bubble-factory.d.ts.map +1 -1
  4. package/dist/bubble-factory.js +23 -96
  5. package/dist/bubble-factory.js.map +1 -1
  6. package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
  7. package/dist/bubbles/service-bubble/ai-agent.d.ts +62 -62
  8. package/dist/bubbles/service-bubble/airtable.d.ts +152 -152
  9. package/dist/bubbles/service-bubble/apify/apify.d.ts +26 -26
  10. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +51 -51
  11. package/dist/bubbles/service-bubble/eleven-labs.d.ts +52 -52
  12. package/dist/bubbles/service-bubble/firecrawl.d.ts +202 -202
  13. package/dist/bubbles/service-bubble/followupboss.d.ts +260 -260
  14. package/dist/bubbles/service-bubble/github.d.ts +168 -168
  15. package/dist/bubbles/service-bubble/gmail.d.ts +352 -352
  16. package/dist/bubbles/service-bubble/google-calendar.d.ts +148 -148
  17. package/dist/bubbles/service-bubble/google-drive.d.ts +130 -130
  18. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  19. package/dist/bubbles/service-bubble/google-drive.js +55 -17
  20. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +62 -62
  22. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  23. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  24. package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
  25. package/dist/bubbles/service-bubble/notion/notion.d.ts +152 -152
  26. package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
  27. package/dist/bubbles/service-bubble/resend.d.ts +20 -20
  28. package/dist/bubbles/service-bubble/slack.d.ts +318 -318
  29. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  30. package/dist/bubbles/service-bubble/telegram.d.ts +256 -256
  31. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +33 -33
  32. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  33. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  34. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  35. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  36. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +146 -0
  37. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts.map +1 -0
  38. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.js +128 -0
  39. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.js.map +1 -0
  40. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  41. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  42. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +294 -294
  43. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  45. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  46. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +16 -16
  47. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  48. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +104 -104
  50. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  51. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  52. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  53. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  54. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  55. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  56. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
  57. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  58. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +50 -50
  59. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  60. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
  61. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +36 -36
  62. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  63. package/dist/bubbles.json +18 -4
  64. package/dist/index.d.ts +1 -0
  65. package/dist/index.d.ts.map +1 -1
  66. package/dist/index.js +1 -0
  67. package/dist/index.js.map +1 -1
  68. package/dist/types/available-tools.d.ts +1 -1
  69. package/dist/types/available-tools.d.ts.map +1 -1
  70. package/dist/types/available-tools.js +1 -0
  71. package/dist/types/available-tools.js.map +1 -1
  72. package/package.json +2 -2
@@ -23,18 +23,18 @@ 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
- timeout: number;
27
26
  input: Record<string, unknown>;
27
+ timeout: number;
28
28
  limit: number;
29
29
  waitForFinish: boolean;
30
- credentials?: Partial<Record<CredentialType, string>> | undefined;
31
30
  search?: string | undefined;
31
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
32
32
  actorId?: string | undefined;
33
33
  }, {
34
34
  input: Record<string, unknown>;
35
+ search?: string | undefined;
35
36
  credentials?: Partial<Record<CredentialType, string>> | undefined;
36
37
  timeout?: number | undefined;
37
- search?: string | undefined;
38
38
  limit?: number | undefined;
39
39
  actorId?: string | undefined;
40
40
  waitForFinish?: boolean | undefined;
@@ -69,29 +69,29 @@ declare const ApifyResultSchema: z.ZodObject<{
69
69
  name: string;
70
70
  id: string;
71
71
  inputSchemaUrl: string;
72
+ description?: string | null | undefined;
73
+ stars?: number | null | undefined;
72
74
  usage?: {
73
75
  totalRuns?: number | undefined;
74
76
  usersCount?: number | undefined;
75
77
  } | null | undefined;
76
- description?: string | null | undefined;
77
- stars?: number | null | undefined;
78
78
  requiresRental?: boolean | undefined;
79
79
  }, {
80
80
  name: string;
81
81
  id: string;
82
82
  inputSchemaUrl: string;
83
+ description?: string | null | undefined;
84
+ stars?: number | null | undefined;
83
85
  usage?: {
84
86
  totalRuns?: number | undefined;
85
87
  usersCount?: number | undefined;
86
88
  } | null | undefined;
87
- description?: string | null | undefined;
88
- stars?: number | null | undefined;
89
89
  requiresRental?: boolean | undefined;
90
90
  }>, "many">>;
91
91
  }, "strip", z.ZodTypeAny, {
92
92
  status: string;
93
- error: string;
94
93
  success: boolean;
94
+ error: string;
95
95
  runId: string;
96
96
  consoleUrl: string;
97
97
  items?: unknown[] | undefined;
@@ -101,18 +101,18 @@ declare const ApifyResultSchema: z.ZodObject<{
101
101
  name: string;
102
102
  id: string;
103
103
  inputSchemaUrl: string;
104
+ description?: string | null | undefined;
105
+ stars?: number | null | undefined;
104
106
  usage?: {
105
107
  totalRuns?: number | undefined;
106
108
  usersCount?: number | undefined;
107
109
  } | null | undefined;
108
- description?: string | null | undefined;
109
- stars?: number | null | undefined;
110
110
  requiresRental?: boolean | undefined;
111
111
  }[] | undefined;
112
112
  }, {
113
113
  status: string;
114
- error: string;
115
114
  success: boolean;
115
+ error: string;
116
116
  runId: string;
117
117
  consoleUrl: string;
118
118
  items?: unknown[] | undefined;
@@ -122,12 +122,12 @@ declare const ApifyResultSchema: z.ZodObject<{
122
122
  name: string;
123
123
  id: string;
124
124
  inputSchemaUrl: string;
125
+ description?: string | null | undefined;
126
+ stars?: number | null | undefined;
125
127
  usage?: {
126
128
  totalRuns?: number | undefined;
127
129
  usersCount?: number | undefined;
128
130
  } | null | undefined;
129
- description?: string | null | undefined;
130
- stars?: number | null | undefined;
131
131
  requiresRental?: boolean | undefined;
132
132
  }[] | undefined;
133
133
  }>;
@@ -159,18 +159,18 @@ 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
- timeout: number;
163
162
  input: Record<string, unknown>;
163
+ timeout: number;
164
164
  limit: number;
165
165
  waitForFinish: boolean;
166
- credentials?: Partial<Record<CredentialType, string>> | undefined;
167
166
  search?: string | undefined;
167
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
168
168
  actorId?: string | undefined;
169
169
  }, {
170
170
  input: Record<string, unknown>;
171
+ search?: string | undefined;
171
172
  credentials?: Partial<Record<CredentialType, string>> | undefined;
172
173
  timeout?: number | undefined;
173
- search?: string | undefined;
174
174
  limit?: number | undefined;
175
175
  actorId?: string | undefined;
176
176
  waitForFinish?: boolean | undefined;
@@ -205,29 +205,29 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
205
205
  name: string;
206
206
  id: string;
207
207
  inputSchemaUrl: string;
208
+ description?: string | null | undefined;
209
+ stars?: number | null | undefined;
208
210
  usage?: {
209
211
  totalRuns?: number | undefined;
210
212
  usersCount?: number | undefined;
211
213
  } | null | undefined;
212
- description?: string | null | undefined;
213
- stars?: number | null | undefined;
214
214
  requiresRental?: boolean | undefined;
215
215
  }, {
216
216
  name: string;
217
217
  id: string;
218
218
  inputSchemaUrl: string;
219
+ description?: string | null | undefined;
220
+ stars?: number | null | undefined;
219
221
  usage?: {
220
222
  totalRuns?: number | undefined;
221
223
  usersCount?: number | undefined;
222
224
  } | null | undefined;
223
- description?: string | null | undefined;
224
- stars?: number | null | undefined;
225
225
  requiresRental?: boolean | undefined;
226
226
  }>, "many">>;
227
227
  }, "strip", z.ZodTypeAny, {
228
228
  status: string;
229
- error: string;
230
229
  success: boolean;
230
+ error: string;
231
231
  runId: string;
232
232
  consoleUrl: string;
233
233
  items?: unknown[] | undefined;
@@ -237,18 +237,18 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
237
237
  name: string;
238
238
  id: string;
239
239
  inputSchemaUrl: string;
240
+ description?: string | null | undefined;
241
+ stars?: number | null | undefined;
240
242
  usage?: {
241
243
  totalRuns?: number | undefined;
242
244
  usersCount?: number | undefined;
243
245
  } | null | undefined;
244
- description?: string | null | undefined;
245
- stars?: number | null | undefined;
246
246
  requiresRental?: boolean | undefined;
247
247
  }[] | undefined;
248
248
  }, {
249
249
  status: string;
250
- error: string;
251
250
  success: boolean;
251
+ error: string;
252
252
  runId: string;
253
253
  consoleUrl: string;
254
254
  items?: unknown[] | undefined;
@@ -258,12 +258,12 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
258
258
  name: string;
259
259
  id: string;
260
260
  inputSchemaUrl: string;
261
+ description?: string | null | undefined;
262
+ stars?: number | null | undefined;
261
263
  usage?: {
262
264
  totalRuns?: number | undefined;
263
265
  usersCount?: number | undefined;
264
266
  } | null | undefined;
265
- description?: string | null | undefined;
266
- stars?: number | null | undefined;
267
267
  requiresRental?: boolean | undefined;
268
268
  }[] | undefined;
269
269
  }>;
@@ -81,6 +81,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
81
81
  viewport_width: number;
82
82
  viewport_height: number;
83
83
  credentials?: Partial<Record<CredentialType, string>> | undefined;
84
+ context_id?: string | undefined;
84
85
  cookies?: {
85
86
  value: string;
86
87
  path: string;
@@ -90,10 +91,10 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
90
91
  httpOnly: boolean;
91
92
  secure: boolean;
92
93
  }[] | undefined;
93
- context_id?: string | undefined;
94
94
  }, {
95
95
  operation: "start_session";
96
96
  credentials?: Partial<Record<CredentialType, string>> | undefined;
97
+ context_id?: string | undefined;
97
98
  cookies?: {
98
99
  value: string;
99
100
  path: string;
@@ -103,7 +104,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
103
104
  httpOnly: boolean;
104
105
  secure: boolean;
105
106
  }[] | undefined;
106
- context_id?: string | undefined;
107
107
  viewport_width?: number | undefined;
108
108
  viewport_height?: number | undefined;
109
109
  }>, import("zod").ZodObject<{
@@ -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;
@@ -157,16 +157,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
157
157
  delay: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
158
158
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
159
159
  }, "strip", import("zod").ZodTypeAny, {
160
- text: string;
161
160
  operation: "type";
161
+ text: string;
162
162
  session_id: string;
163
163
  selector: string;
164
164
  delay: number;
165
165
  clear_first: boolean;
166
166
  credentials?: Partial<Record<CredentialType, string>> | undefined;
167
167
  }, {
168
- text: string;
169
168
  operation: "type";
169
+ text: string;
170
170
  session_id: string;
171
171
  selector: string;
172
172
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -178,13 +178,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
178
178
  script: import("zod").ZodString;
179
179
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
180
180
  }, "strip", import("zod").ZodTypeAny, {
181
- script: string;
182
181
  operation: "evaluate";
182
+ script: string;
183
183
  session_id: string;
184
184
  credentials?: Partial<Record<CredentialType, string>> | undefined;
185
185
  }, {
186
- script: string;
187
186
  operation: "evaluate";
187
+ script: string;
188
188
  session_id: string;
189
189
  credentials?: Partial<Record<CredentialType, string>> | undefined;
190
190
  }>, import("zod").ZodObject<{
@@ -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
- error: string;
290
- success: boolean;
291
289
  operation: "start_session";
290
+ success: boolean;
291
+ error: string;
292
292
  session_id?: string | undefined;
293
293
  context_id?: string | undefined;
294
294
  debug_url?: string | undefined;
295
295
  }, {
296
- error: string;
297
- success: boolean;
298
296
  operation: "start_session";
297
+ success: boolean;
298
+ error: string;
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
- error: string;
309
- success: boolean;
310
308
  operation: "navigate";
309
+ success: boolean;
310
+ error: string;
311
311
  url?: string | undefined;
312
312
  }, {
313
- error: string;
314
- success: boolean;
315
313
  operation: "navigate";
314
+ success: boolean;
315
+ error: string;
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
- error: string;
323
- success: boolean;
324
322
  operation: "click";
325
- }, {
326
- error: string;
327
323
  success: boolean;
324
+ error: string;
325
+ }, {
328
326
  operation: "click";
327
+ success: boolean;
328
+ error: string;
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
- error: string;
335
- success: boolean;
336
334
  operation: "type";
337
- }, {
338
- error: string;
339
335
  success: boolean;
336
+ error: string;
337
+ }, {
340
338
  operation: "type";
339
+ success: boolean;
340
+ error: string;
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
- error: string;
348
- success: boolean;
349
347
  operation: "evaluate";
348
+ success: boolean;
349
+ error: string;
350
350
  result?: unknown;
351
351
  }, {
352
- error: string;
353
- success: boolean;
354
352
  operation: "evaluate";
353
+ success: boolean;
354
+ error: string;
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
- error: string;
363
- success: boolean;
364
362
  operation: "get_content";
363
+ success: boolean;
364
+ error: string;
365
365
  content?: string | undefined;
366
366
  }, {
367
- error: string;
368
- success: boolean;
369
367
  operation: "get_content";
368
+ success: boolean;
369
+ error: string;
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
- error: string;
379
- success: boolean;
380
378
  operation: "screenshot";
379
+ success: boolean;
380
+ error: string;
381
381
  format?: string | undefined;
382
382
  data?: string | undefined;
383
383
  }, {
384
- error: string;
385
- success: boolean;
386
384
  operation: "screenshot";
385
+ success: boolean;
386
+ error: string;
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
- error: string;
395
- success: boolean;
396
394
  operation: "wait";
397
- }, {
398
- error: string;
399
395
  success: boolean;
396
+ error: string;
397
+ }, {
400
398
  operation: "wait";
399
+ success: boolean;
400
+ error: string;
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
- error: string;
432
- success: boolean;
433
431
  operation: "get_cookies";
432
+ success: boolean;
433
+ error: string;
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
- error: string;
445
- success: boolean;
446
444
  operation: "get_cookies";
445
+ success: boolean;
446
+ error: string;
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
- error: string;
462
- success: boolean;
463
461
  operation: "end_session";
464
- }, {
465
- error: string;
466
462
  success: boolean;
463
+ error: string;
464
+ }, {
467
465
  operation: "end_session";
466
+ success: boolean;
467
+ error: string;
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 ";