@bubblelab/bubble-core 0.1.18 → 0.1.20

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 (63) hide show
  1. package/dist/bubble-bundle.d.ts +70 -70
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +140 -140
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +58 -58
  4. package/dist/bubbles/service-bubble/airtable.d.ts +106 -106
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +47 -47
  7. package/dist/bubbles/service-bubble/eleven-labs.d.ts +52 -52
  8. package/dist/bubbles/service-bubble/firecrawl.d.ts +730 -730
  9. package/dist/bubbles/service-bubble/followupboss.d.ts +282 -282
  10. package/dist/bubbles/service-bubble/github.d.ts +196 -196
  11. package/dist/bubbles/service-bubble/gmail.d.ts +632 -632
  12. package/dist/bubbles/service-bubble/google-calendar.d.ts +1148 -346
  13. package/dist/bubbles/service-bubble/google-calendar.d.ts.map +1 -1
  14. package/dist/bubbles/service-bubble/google-calendar.js +51 -9
  15. package/dist/bubbles/service-bubble/google-calendar.js.map +1 -1
  16. package/dist/bubbles/service-bubble/google-drive.d.ts +259 -114
  17. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  18. package/dist/bubbles/service-bubble/google-drive.js +95 -0
  19. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  20. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  21. package/dist/bubbles/service-bubble/hello-world.d.ts +8 -8
  22. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  23. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  24. package/dist/bubbles/service-bubble/notion/notion.d.ts +987 -987
  25. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  26. package/dist/bubbles/service-bubble/resend.d.ts +40 -40
  27. package/dist/bubbles/service-bubble/slack/slack.d.ts +314 -314
  28. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  29. package/dist/bubbles/service-bubble/slack/slack.utils.js +4 -2
  30. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  31. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  32. package/dist/bubbles/service-bubble/telegram.d.ts +1591 -1591
  33. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +30 -30
  34. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
  35. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +20 -20
  36. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
  37. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  38. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  39. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
  40. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
  41. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +70 -70
  42. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  43. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  44. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
  46. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
  47. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +68 -68
  49. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
  50. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
  53. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +32 -32
  54. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  55. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +28 -28
  56. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  57. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +106 -106
  58. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  59. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +32 -32
  60. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +92 -92
  61. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
  62. package/dist/bubbles.json +3 -3
  63. package/package.json +2 -2
@@ -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;
27
26
  input: Record<string, unknown>;
28
27
  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
- limit?: number | undefined;
38
37
  timeout?: number | undefined;
38
+ limit?: number | undefined;
39
39
  actorId?: string | undefined;
40
40
  waitForFinish?: boolean | undefined;
41
41
  }>;
@@ -90,8 +90,8 @@ declare const ApifyResultSchema: z.ZodObject<{
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;
@@ -111,8 +111,8 @@ declare const ApifyResultSchema: z.ZodObject<{
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;
@@ -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;
163
162
  input: Record<string, unknown>;
164
163
  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
- limit?: number | undefined;
174
173
  timeout?: number | undefined;
174
+ limit?: number | undefined;
175
175
  actorId?: string | undefined;
176
176
  waitForFinish?: boolean | undefined;
177
177
  }>;
@@ -226,8 +226,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
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;
@@ -247,8 +247,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
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;
@@ -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";
118
117
  url: string;
119
118
  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
- operation: "navigate";
125
124
  url: string;
125
+ operation: "navigate";
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
- operation: "click";
139
138
  timeout: number;
139
+ operation: "click";
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
- script: string;
183
182
  session_id: string;
183
+ script: string;
184
184
  credentials?: Partial<Record<CredentialType, string>> | undefined;
185
185
  }, {
186
186
  operation: "evaluate";
187
- script: string;
188
187
  session_id: string;
188
+ script: 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
- operation: "screenshot";
218
217
  format: "png" | "jpeg" | "webp";
218
+ operation: "screenshot";
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
- operation: "wait";
241
240
  timeout: number;
241
+ operation: "wait";
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";
290
- error: string;
291
289
  success: boolean;
290
+ 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";
297
- error: string;
298
296
  success: boolean;
297
+ 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";
309
- error: string;
310
308
  success: boolean;
309
+ error: string;
310
+ operation: "navigate";
311
311
  url?: string | undefined;
312
312
  }, {
313
- operation: "navigate";
314
- error: string;
315
313
  success: boolean;
314
+ 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";
323
- error: string;
324
322
  success: boolean;
325
- }, {
326
- operation: "click";
327
323
  error: string;
324
+ operation: "click";
325
+ }, {
328
326
  success: boolean;
327
+ 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";
335
- error: string;
336
334
  success: boolean;
337
- }, {
338
- operation: "type";
339
335
  error: string;
336
+ operation: "type";
337
+ }, {
340
338
  success: boolean;
339
+ 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";
348
- error: string;
349
347
  success: boolean;
348
+ error: string;
349
+ operation: "evaluate";
350
350
  result?: unknown;
351
351
  }, {
352
- operation: "evaluate";
353
- error: string;
354
352
  success: boolean;
353
+ 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";
363
- error: string;
364
362
  success: boolean;
363
+ error: string;
364
+ operation: "get_content";
365
365
  content?: string | undefined;
366
366
  }, {
367
- operation: "get_content";
368
- error: string;
369
367
  success: boolean;
368
+ 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";
379
- error: string;
380
378
  success: boolean;
379
+ error: string;
380
+ operation: "screenshot";
381
381
  format?: string | undefined;
382
382
  data?: string | undefined;
383
383
  }, {
384
- operation: "screenshot";
385
- error: string;
386
384
  success: boolean;
385
+ 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";
395
- error: string;
396
394
  success: boolean;
397
- }, {
398
- operation: "wait";
399
395
  error: string;
396
+ operation: "wait";
397
+ }, {
400
398
  success: boolean;
399
+ 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";
432
- error: string;
433
431
  success: boolean;
432
+ 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";
445
- error: string;
446
444
  success: boolean;
445
+ 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";
462
- error: string;
463
461
  success: boolean;
464
- }, {
465
- operation: "end_session";
466
462
  error: string;
463
+ operation: "end_session";
464
+ }, {
467
465
  success: boolean;
466
+ 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 ";
@@ -90,14 +90,14 @@ export declare const ElevenLabsParamsSchema: z.ZodDiscriminatedUnion<"operation"
90
90
  operation: "get_conversations";
91
91
  credentials?: Partial<Record<CredentialType, string>> | undefined;
92
92
  cursor?: string | undefined;
93
- pageSize?: number | undefined;
94
93
  agentId?: string | undefined;
94
+ pageSize?: number | undefined;
95
95
  }, {
96
96
  operation: "get_conversations";
97
97
  credentials?: Partial<Record<CredentialType, string>> | undefined;
98
98
  cursor?: string | undefined;
99
- pageSize?: number | undefined;
100
99
  agentId?: string | undefined;
100
+ pageSize?: number | undefined;
101
101
  }>]>;
102
102
  export type ElevenLabsParamsInput = z.input<typeof ElevenLabsParamsSchema>;
103
103
  export type ElevenLabsParamsParsed = z.output<typeof ElevenLabsParamsSchema>;
@@ -107,14 +107,14 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
107
107
  success: z.ZodBoolean;
108
108
  error: z.ZodString;
109
109
  }, "strip", z.ZodTypeAny, {
110
- operation: "get_signed_url";
111
- error: string;
112
110
  success: boolean;
111
+ error: string;
112
+ operation: "get_signed_url";
113
113
  signedUrl?: string | undefined;
114
114
  }, {
115
- operation: "get_signed_url";
116
- error: string;
117
115
  success: boolean;
116
+ error: string;
117
+ operation: "get_signed_url";
118
118
  signedUrl?: string | undefined;
119
119
  }>, z.ZodObject<{
120
120
  operation: z.ZodLiteral<"trigger_outbound_call">;
@@ -123,15 +123,15 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
123
123
  success: z.ZodBoolean;
124
124
  error: z.ZodString;
125
125
  }, "strip", z.ZodTypeAny, {
126
- operation: "trigger_outbound_call";
127
- error: string;
128
126
  success: boolean;
127
+ error: string;
128
+ operation: "trigger_outbound_call";
129
129
  conversationId?: string | undefined;
130
130
  callSid?: string | undefined;
131
131
  }, {
132
- operation: "trigger_outbound_call";
133
- error: string;
134
132
  success: boolean;
133
+ error: string;
134
+ operation: "trigger_outbound_call";
135
135
  conversationId?: string | undefined;
136
136
  callSid?: string | undefined;
137
137
  }>, z.ZodObject<{
@@ -140,14 +140,14 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
140
140
  success: z.ZodBoolean;
141
141
  error: z.ZodString;
142
142
  }, "strip", z.ZodTypeAny, {
143
- operation: "get_agent";
144
- error: string;
145
143
  success: boolean;
144
+ error: string;
145
+ operation: "get_agent";
146
146
  agent?: Record<string, unknown> | undefined;
147
147
  }, {
148
- operation: "get_agent";
149
- error: string;
150
148
  success: boolean;
149
+ error: string;
150
+ operation: "get_agent";
151
151
  agent?: Record<string, unknown> | undefined;
152
152
  }>, z.ZodObject<{
153
153
  operation: z.ZodLiteral<"validate_webhook_signature">;
@@ -155,14 +155,14 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
155
155
  success: z.ZodBoolean;
156
156
  error: z.ZodString;
157
157
  }, "strip", z.ZodTypeAny, {
158
- operation: "validate_webhook_signature";
159
- error: string;
160
158
  success: boolean;
159
+ error: string;
160
+ operation: "validate_webhook_signature";
161
161
  isValid: boolean;
162
162
  }, {
163
- operation: "validate_webhook_signature";
164
- error: string;
165
163
  success: boolean;
164
+ error: string;
165
+ operation: "validate_webhook_signature";
166
166
  isValid: boolean;
167
167
  }>, z.ZodObject<{
168
168
  operation: z.ZodLiteral<"get_conversation">;
@@ -170,14 +170,14 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
170
170
  success: z.ZodBoolean;
171
171
  error: z.ZodString;
172
172
  }, "strip", z.ZodTypeAny, {
173
- operation: "get_conversation";
174
- error: string;
175
173
  success: boolean;
174
+ error: string;
175
+ operation: "get_conversation";
176
176
  conversation?: Record<string, unknown> | undefined;
177
177
  }, {
178
- operation: "get_conversation";
179
- error: string;
180
178
  success: boolean;
179
+ error: string;
180
+ operation: "get_conversation";
181
181
  conversation?: Record<string, unknown> | undefined;
182
182
  }>, z.ZodObject<{
183
183
  operation: z.ZodLiteral<"get_conversations">;
@@ -187,16 +187,16 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
187
187
  success: z.ZodBoolean;
188
188
  error: z.ZodString;
189
189
  }, "strip", z.ZodTypeAny, {
190
- operation: "get_conversations";
191
- error: string;
192
190
  success: boolean;
191
+ error: string;
192
+ operation: "get_conversations";
193
193
  conversations?: Record<string, unknown>[] | undefined;
194
194
  hasMore?: boolean | undefined;
195
195
  nextCursor?: string | undefined;
196
196
  }, {
197
- operation: "get_conversations";
198
- error: string;
199
197
  success: boolean;
198
+ error: string;
199
+ operation: "get_conversations";
200
200
  conversations?: Record<string, unknown>[] | undefined;
201
201
  hasMore?: boolean | undefined;
202
202
  nextCursor?: string | undefined;
@@ -295,14 +295,14 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
295
295
  operation: "get_conversations";
296
296
  credentials?: Partial<Record<CredentialType, string>> | undefined;
297
297
  cursor?: string | undefined;
298
- pageSize?: number | undefined;
299
298
  agentId?: string | undefined;
299
+ pageSize?: number | undefined;
300
300
  }, {
301
301
  operation: "get_conversations";
302
302
  credentials?: Partial<Record<CredentialType, string>> | undefined;
303
303
  cursor?: string | undefined;
304
- pageSize?: number | undefined;
305
304
  agentId?: string | undefined;
305
+ pageSize?: number | undefined;
306
306
  }>]>;
307
307
  static readonly resultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
308
308
  operation: z.ZodLiteral<"get_signed_url">;
@@ -310,14 +310,14 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
310
310
  success: z.ZodBoolean;
311
311
  error: z.ZodString;
312
312
  }, "strip", z.ZodTypeAny, {
313
- operation: "get_signed_url";
314
- error: string;
315
313
  success: boolean;
314
+ error: string;
315
+ operation: "get_signed_url";
316
316
  signedUrl?: string | undefined;
317
317
  }, {
318
- operation: "get_signed_url";
319
- error: string;
320
318
  success: boolean;
319
+ error: string;
320
+ operation: "get_signed_url";
321
321
  signedUrl?: string | undefined;
322
322
  }>, z.ZodObject<{
323
323
  operation: z.ZodLiteral<"trigger_outbound_call">;
@@ -326,15 +326,15 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
326
326
  success: z.ZodBoolean;
327
327
  error: z.ZodString;
328
328
  }, "strip", z.ZodTypeAny, {
329
- operation: "trigger_outbound_call";
330
- error: string;
331
329
  success: boolean;
330
+ error: string;
331
+ operation: "trigger_outbound_call";
332
332
  conversationId?: string | undefined;
333
333
  callSid?: string | undefined;
334
334
  }, {
335
- operation: "trigger_outbound_call";
336
- error: string;
337
335
  success: boolean;
336
+ error: string;
337
+ operation: "trigger_outbound_call";
338
338
  conversationId?: string | undefined;
339
339
  callSid?: string | undefined;
340
340
  }>, z.ZodObject<{
@@ -343,14 +343,14 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
343
343
  success: z.ZodBoolean;
344
344
  error: z.ZodString;
345
345
  }, "strip", z.ZodTypeAny, {
346
- operation: "get_agent";
347
- error: string;
348
346
  success: boolean;
347
+ error: string;
348
+ operation: "get_agent";
349
349
  agent?: Record<string, unknown> | undefined;
350
350
  }, {
351
- operation: "get_agent";
352
- error: string;
353
351
  success: boolean;
352
+ error: string;
353
+ operation: "get_agent";
354
354
  agent?: Record<string, unknown> | undefined;
355
355
  }>, z.ZodObject<{
356
356
  operation: z.ZodLiteral<"validate_webhook_signature">;
@@ -358,14 +358,14 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
358
358
  success: z.ZodBoolean;
359
359
  error: z.ZodString;
360
360
  }, "strip", z.ZodTypeAny, {
361
- operation: "validate_webhook_signature";
362
- error: string;
363
361
  success: boolean;
362
+ error: string;
363
+ operation: "validate_webhook_signature";
364
364
  isValid: boolean;
365
365
  }, {
366
- operation: "validate_webhook_signature";
367
- error: string;
368
366
  success: boolean;
367
+ error: string;
368
+ operation: "validate_webhook_signature";
369
369
  isValid: boolean;
370
370
  }>, z.ZodObject<{
371
371
  operation: z.ZodLiteral<"get_conversation">;
@@ -373,14 +373,14 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
373
373
  success: z.ZodBoolean;
374
374
  error: z.ZodString;
375
375
  }, "strip", z.ZodTypeAny, {
376
- operation: "get_conversation";
377
- error: string;
378
376
  success: boolean;
377
+ error: string;
378
+ operation: "get_conversation";
379
379
  conversation?: Record<string, unknown> | undefined;
380
380
  }, {
381
- operation: "get_conversation";
382
- error: string;
383
381
  success: boolean;
382
+ error: string;
383
+ operation: "get_conversation";
384
384
  conversation?: Record<string, unknown> | undefined;
385
385
  }>, z.ZodObject<{
386
386
  operation: z.ZodLiteral<"get_conversations">;
@@ -390,16 +390,16 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
390
390
  success: z.ZodBoolean;
391
391
  error: z.ZodString;
392
392
  }, "strip", z.ZodTypeAny, {
393
- operation: "get_conversations";
394
- error: string;
395
393
  success: boolean;
394
+ error: string;
395
+ operation: "get_conversations";
396
396
  conversations?: Record<string, unknown>[] | undefined;
397
397
  hasMore?: boolean | undefined;
398
398
  nextCursor?: string | undefined;
399
399
  }, {
400
- operation: "get_conversations";
401
- error: string;
402
400
  success: boolean;
401
+ error: string;
402
+ operation: "get_conversations";
403
403
  conversations?: Record<string, unknown>[] | undefined;
404
404
  hasMore?: boolean | undefined;
405
405
  nextCursor?: string | undefined;