@bubblelab/bubble-core 0.1.16 → 0.1.18
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.
- package/dist/bubble-bundle.d.ts +84 -79
- package/dist/bubble-factory.js +1 -1
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +152 -152
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +20 -20
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +140 -140
- package/dist/bubbles/service-bubble/followupboss.d.ts +128 -128
- package/dist/bubbles/service-bubble/github.d.ts +104 -104
- package/dist/bubbles/service-bubble/gmail.d.ts +456 -456
- package/dist/bubbles/service-bubble/google-calendar.d.ts +120 -120
- package/dist/bubbles/service-bubble/google-drive.d.ts +92 -92
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/notion/notion.d.ts +76 -76
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/slack/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/index.js +6 -0
- package/dist/bubbles/service-bubble/slack/index.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts +6812 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.js +1840 -0
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.d.ts +3980 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.js +1061 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.js +408 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/slack.d.ts +1 -6811
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack.js +2 -1829
- package/dist/bubbles/service-bubble/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +246 -246
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +34 -34
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +2 -2
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
- package/dist/bubbles.json +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts +0 -37
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js +0 -203
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +0 -1358
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.js +0 -219
- package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +0 -1604
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +0 -194
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/index.d.ts +0 -3
- package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/index.js +0 -3
- package/dist/bubbles/service-bubble/crustdata/index.js.map +0 -1
- package/dist/bubbles/service-bubble/http.integration.flow.d.ts +0 -49
- package/dist/bubbles/service-bubble/http.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/http.integration.flow.js +0 -425
- package/dist/bubbles/service-bubble/http.integration.flow.js.map +0 -1
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts +0 -31
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js +0 -100
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js.map +0 -1
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +0 -740
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +0 -1
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js +0 -350
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +0 -1
|
@@ -23,9 +23,9 @@ declare const ApifyParamsSchema: z.ZodObject<{
|
|
|
23
23
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
24
24
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
|
+
limit: number;
|
|
26
27
|
input: Record<string, unknown>;
|
|
27
28
|
timeout: number;
|
|
28
|
-
limit: number;
|
|
29
29
|
waitForFinish: boolean;
|
|
30
30
|
search?: string | undefined;
|
|
31
31
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -34,8 +34,8 @@ declare const ApifyParamsSchema: z.ZodObject<{
|
|
|
34
34
|
input: Record<string, unknown>;
|
|
35
35
|
search?: string | undefined;
|
|
36
36
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
37
|
-
timeout?: number | undefined;
|
|
38
37
|
limit?: number | undefined;
|
|
38
|
+
timeout?: number | undefined;
|
|
39
39
|
actorId?: string | undefined;
|
|
40
40
|
waitForFinish?: boolean | undefined;
|
|
41
41
|
}>;
|
|
@@ -90,8 +90,8 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
90
90
|
}>, "many">>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
92
|
status: string;
|
|
93
|
-
success: boolean;
|
|
94
93
|
error: string;
|
|
94
|
+
success: boolean;
|
|
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
|
-
success: boolean;
|
|
115
114
|
error: string;
|
|
115
|
+
success: boolean;
|
|
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;
|
|
162
163
|
input: Record<string, unknown>;
|
|
163
164
|
timeout: number;
|
|
164
|
-
limit: number;
|
|
165
165
|
waitForFinish: boolean;
|
|
166
166
|
search?: string | undefined;
|
|
167
167
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -170,8 +170,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
170
170
|
input: Record<string, unknown>;
|
|
171
171
|
search?: string | undefined;
|
|
172
172
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
173
|
-
timeout?: number | undefined;
|
|
174
173
|
limit?: number | undefined;
|
|
174
|
+
timeout?: number | undefined;
|
|
175
175
|
actorId?: string | undefined;
|
|
176
176
|
waitForFinish?: boolean | undefined;
|
|
177
177
|
}>;
|
|
@@ -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
|
-
success: boolean;
|
|
230
229
|
error: string;
|
|
230
|
+
success: boolean;
|
|
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
|
-
success: boolean;
|
|
251
250
|
error: string;
|
|
251
|
+
success: boolean;
|
|
252
252
|
runId: string;
|
|
253
253
|
consoleUrl: string;
|
|
254
254
|
items?: unknown[] | undefined;
|
|
@@ -287,15 +287,15 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
287
287
|
error: import("zod").ZodString;
|
|
288
288
|
}, "strip", import("zod").ZodTypeAny, {
|
|
289
289
|
operation: "start_session";
|
|
290
|
-
success: boolean;
|
|
291
290
|
error: string;
|
|
291
|
+
success: boolean;
|
|
292
292
|
session_id?: string | undefined;
|
|
293
293
|
context_id?: string | undefined;
|
|
294
294
|
debug_url?: string | undefined;
|
|
295
295
|
}, {
|
|
296
296
|
operation: "start_session";
|
|
297
|
-
success: boolean;
|
|
298
297
|
error: string;
|
|
298
|
+
success: boolean;
|
|
299
299
|
session_id?: string | undefined;
|
|
300
300
|
context_id?: string | undefined;
|
|
301
301
|
debug_url?: string | undefined;
|
|
@@ -306,13 +306,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
306
306
|
error: import("zod").ZodString;
|
|
307
307
|
}, "strip", import("zod").ZodTypeAny, {
|
|
308
308
|
operation: "navigate";
|
|
309
|
-
success: boolean;
|
|
310
309
|
error: string;
|
|
310
|
+
success: boolean;
|
|
311
311
|
url?: string | undefined;
|
|
312
312
|
}, {
|
|
313
313
|
operation: "navigate";
|
|
314
|
-
success: boolean;
|
|
315
314
|
error: string;
|
|
315
|
+
success: boolean;
|
|
316
316
|
url?: string | undefined;
|
|
317
317
|
}>, import("zod").ZodObject<{
|
|
318
318
|
operation: import("zod").ZodLiteral<"click">;
|
|
@@ -320,24 +320,24 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
320
320
|
error: import("zod").ZodString;
|
|
321
321
|
}, "strip", import("zod").ZodTypeAny, {
|
|
322
322
|
operation: "click";
|
|
323
|
-
success: boolean;
|
|
324
323
|
error: string;
|
|
324
|
+
success: boolean;
|
|
325
325
|
}, {
|
|
326
326
|
operation: "click";
|
|
327
|
-
success: boolean;
|
|
328
327
|
error: string;
|
|
328
|
+
success: boolean;
|
|
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
334
|
operation: "type";
|
|
335
|
-
success: boolean;
|
|
336
335
|
error: string;
|
|
336
|
+
success: boolean;
|
|
337
337
|
}, {
|
|
338
338
|
operation: "type";
|
|
339
|
-
success: boolean;
|
|
340
339
|
error: string;
|
|
340
|
+
success: boolean;
|
|
341
341
|
}>, import("zod").ZodObject<{
|
|
342
342
|
operation: import("zod").ZodLiteral<"evaluate">;
|
|
343
343
|
success: import("zod").ZodBoolean;
|
|
@@ -345,13 +345,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
345
345
|
error: import("zod").ZodString;
|
|
346
346
|
}, "strip", import("zod").ZodTypeAny, {
|
|
347
347
|
operation: "evaluate";
|
|
348
|
-
success: boolean;
|
|
349
348
|
error: string;
|
|
349
|
+
success: boolean;
|
|
350
350
|
result?: unknown;
|
|
351
351
|
}, {
|
|
352
352
|
operation: "evaluate";
|
|
353
|
-
success: boolean;
|
|
354
353
|
error: string;
|
|
354
|
+
success: boolean;
|
|
355
355
|
result?: unknown;
|
|
356
356
|
}>, import("zod").ZodObject<{
|
|
357
357
|
operation: import("zod").ZodLiteral<"get_content">;
|
|
@@ -360,13 +360,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
360
360
|
error: import("zod").ZodString;
|
|
361
361
|
}, "strip", import("zod").ZodTypeAny, {
|
|
362
362
|
operation: "get_content";
|
|
363
|
-
success: boolean;
|
|
364
363
|
error: string;
|
|
364
|
+
success: boolean;
|
|
365
365
|
content?: string | undefined;
|
|
366
366
|
}, {
|
|
367
367
|
operation: "get_content";
|
|
368
|
-
success: boolean;
|
|
369
368
|
error: string;
|
|
369
|
+
success: boolean;
|
|
370
370
|
content?: string | undefined;
|
|
371
371
|
}>, import("zod").ZodObject<{
|
|
372
372
|
operation: import("zod").ZodLiteral<"screenshot">;
|
|
@@ -376,14 +376,14 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
376
376
|
error: import("zod").ZodString;
|
|
377
377
|
}, "strip", import("zod").ZodTypeAny, {
|
|
378
378
|
operation: "screenshot";
|
|
379
|
-
success: boolean;
|
|
380
379
|
error: string;
|
|
380
|
+
success: boolean;
|
|
381
381
|
format?: string | undefined;
|
|
382
382
|
data?: string | undefined;
|
|
383
383
|
}, {
|
|
384
384
|
operation: "screenshot";
|
|
385
|
-
success: boolean;
|
|
386
385
|
error: string;
|
|
386
|
+
success: boolean;
|
|
387
387
|
format?: string | undefined;
|
|
388
388
|
data?: string | undefined;
|
|
389
389
|
}>, import("zod").ZodObject<{
|
|
@@ -392,12 +392,12 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
392
392
|
error: import("zod").ZodString;
|
|
393
393
|
}, "strip", import("zod").ZodTypeAny, {
|
|
394
394
|
operation: "wait";
|
|
395
|
-
success: boolean;
|
|
396
395
|
error: string;
|
|
396
|
+
success: boolean;
|
|
397
397
|
}, {
|
|
398
398
|
operation: "wait";
|
|
399
|
-
success: boolean;
|
|
400
399
|
error: string;
|
|
400
|
+
success: boolean;
|
|
401
401
|
}>, import("zod").ZodObject<{
|
|
402
402
|
operation: import("zod").ZodLiteral<"get_cookies">;
|
|
403
403
|
success: import("zod").ZodBoolean;
|
|
@@ -429,8 +429,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
429
429
|
error: import("zod").ZodString;
|
|
430
430
|
}, "strip", import("zod").ZodTypeAny, {
|
|
431
431
|
operation: "get_cookies";
|
|
432
|
-
success: boolean;
|
|
433
432
|
error: string;
|
|
433
|
+
success: boolean;
|
|
434
434
|
cookies?: {
|
|
435
435
|
value: string;
|
|
436
436
|
path: string;
|
|
@@ -442,8 +442,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
442
442
|
}[] | undefined;
|
|
443
443
|
}, {
|
|
444
444
|
operation: "get_cookies";
|
|
445
|
-
success: boolean;
|
|
446
445
|
error: string;
|
|
446
|
+
success: boolean;
|
|
447
447
|
cookies?: {
|
|
448
448
|
value: string;
|
|
449
449
|
path: string;
|
|
@@ -459,12 +459,12 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
459
459
|
error: import("zod").ZodString;
|
|
460
460
|
}, "strip", import("zod").ZodTypeAny, {
|
|
461
461
|
operation: "end_session";
|
|
462
|
-
success: boolean;
|
|
463
462
|
error: string;
|
|
463
|
+
success: boolean;
|
|
464
464
|
}, {
|
|
465
465
|
operation: "end_session";
|
|
466
|
-
success: boolean;
|
|
467
466
|
error: string;
|
|
467
|
+
success: boolean;
|
|
468
468
|
}>]>;
|
|
469
469
|
static readonly shortDescription = "Browser automation service using BrowserBase cloud browsers";
|
|
470
470
|
static readonly longDescription = "\n BrowserBase service integration for cloud-based browser automation.\n\n Features:\n - Cloud-based browser sessions\n - Session persistence via context IDs\n - Cookie injection for authenticated sessions\n - Full page automation (click, type, evaluate)\n - Screenshot and content extraction\n - Cross-browser support\n\n Use cases:\n - Automated shopping workflows (Amazon, etc.)\n - Web scraping with authentication\n - Form automation and submission\n - Browser-based testing\n\n Security Features:\n - Sessions are isolated in BrowserBase cloud\n - Credentials are handled securely\n - Sessions are properly closed and cleaned up\n ";
|
|
@@ -204,8 +204,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
204
204
|
operation: "type";
|
|
205
205
|
session_id: string;
|
|
206
206
|
selector: string;
|
|
207
|
-
delay: number;
|
|
208
207
|
clear_first: boolean;
|
|
208
|
+
delay: number;
|
|
209
209
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
210
210
|
}, {
|
|
211
211
|
text: string;
|
|
@@ -213,8 +213,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
213
213
|
session_id: string;
|
|
214
214
|
selector: string;
|
|
215
215
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
216
|
-
delay?: number | undefined;
|
|
217
216
|
clear_first?: boolean | undefined;
|
|
217
|
+
delay?: number | undefined;
|
|
218
218
|
}>, z.ZodObject<{
|
|
219
219
|
operation: z.ZodLiteral<"evaluate">;
|
|
220
220
|
session_id: z.ZodString;
|
|
@@ -238,16 +238,16 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
238
238
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
239
239
|
}, "strip", z.ZodTypeAny, {
|
|
240
240
|
operation: "get_content";
|
|
241
|
-
content_type: "text" | "html" | "outer_html";
|
|
242
241
|
session_id: string;
|
|
242
|
+
content_type: "text" | "html" | "outer_html";
|
|
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
|
-
content_type?: "text" | "html" | "outer_html" | undefined;
|
|
250
249
|
selector?: string | undefined;
|
|
250
|
+
content_type?: "text" | "html" | "outer_html" | 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
|
-
quality?: number | undefined;
|
|
266
265
|
selector?: string | undefined;
|
|
266
|
+
quality?: number | 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;
|
|
273
272
|
selector?: string | undefined;
|
|
274
273
|
full_page?: boolean | undefined;
|
|
274
|
+
quality?: number | undefined;
|
|
275
275
|
}>, z.ZodObject<{
|
|
276
276
|
operation: z.ZodLiteral<"wait">;
|
|
277
277
|
session_id: z.ZodString;
|
|
@@ -335,15 +335,15 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
335
335
|
error: string;
|
|
336
336
|
success: boolean;
|
|
337
337
|
operation: "start_session";
|
|
338
|
-
session_id?: string | undefined;
|
|
339
338
|
context_id?: string | undefined;
|
|
339
|
+
session_id?: string | undefined;
|
|
340
340
|
debug_url?: string | undefined;
|
|
341
341
|
}, {
|
|
342
342
|
error: string;
|
|
343
343
|
success: boolean;
|
|
344
344
|
operation: "start_session";
|
|
345
|
-
session_id?: string | undefined;
|
|
346
345
|
context_id?: string | undefined;
|
|
346
|
+
session_id?: string | undefined;
|
|
347
347
|
debug_url?: string | undefined;
|
|
348
348
|
}>, z.ZodObject<{
|
|
349
349
|
operation: z.ZodLiteral<"navigate">;
|
|
@@ -89,14 +89,14 @@ export declare const ElevenLabsParamsSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
89
89
|
}, "strip", z.ZodTypeAny, {
|
|
90
90
|
operation: "get_conversations";
|
|
91
91
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
92
|
-
pageSize?: number | undefined;
|
|
93
92
|
cursor?: string | undefined;
|
|
93
|
+
pageSize?: number | undefined;
|
|
94
94
|
agentId?: string | undefined;
|
|
95
95
|
}, {
|
|
96
96
|
operation: "get_conversations";
|
|
97
97
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
98
|
-
pageSize?: number | undefined;
|
|
99
98
|
cursor?: string | undefined;
|
|
99
|
+
pageSize?: number | undefined;
|
|
100
100
|
agentId?: string | undefined;
|
|
101
101
|
}>]>;
|
|
102
102
|
export type ElevenLabsParamsInput = z.input<typeof ElevenLabsParamsSchema>;
|
|
@@ -108,13 +108,13 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
108
108
|
error: z.ZodString;
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
110
|
operation: "get_signed_url";
|
|
111
|
-
success: boolean;
|
|
112
111
|
error: string;
|
|
112
|
+
success: boolean;
|
|
113
113
|
signedUrl?: string | undefined;
|
|
114
114
|
}, {
|
|
115
115
|
operation: "get_signed_url";
|
|
116
|
-
success: boolean;
|
|
117
116
|
error: string;
|
|
117
|
+
success: boolean;
|
|
118
118
|
signedUrl?: string | undefined;
|
|
119
119
|
}>, z.ZodObject<{
|
|
120
120
|
operation: z.ZodLiteral<"trigger_outbound_call">;
|
|
@@ -124,14 +124,14 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
124
124
|
error: z.ZodString;
|
|
125
125
|
}, "strip", z.ZodTypeAny, {
|
|
126
126
|
operation: "trigger_outbound_call";
|
|
127
|
-
success: boolean;
|
|
128
127
|
error: string;
|
|
128
|
+
success: boolean;
|
|
129
129
|
conversationId?: string | undefined;
|
|
130
130
|
callSid?: string | undefined;
|
|
131
131
|
}, {
|
|
132
132
|
operation: "trigger_outbound_call";
|
|
133
|
-
success: boolean;
|
|
134
133
|
error: string;
|
|
134
|
+
success: boolean;
|
|
135
135
|
conversationId?: string | undefined;
|
|
136
136
|
callSid?: string | undefined;
|
|
137
137
|
}>, z.ZodObject<{
|
|
@@ -141,13 +141,13 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
141
141
|
error: z.ZodString;
|
|
142
142
|
}, "strip", z.ZodTypeAny, {
|
|
143
143
|
operation: "get_agent";
|
|
144
|
-
success: boolean;
|
|
145
144
|
error: string;
|
|
145
|
+
success: boolean;
|
|
146
146
|
agent?: Record<string, unknown> | undefined;
|
|
147
147
|
}, {
|
|
148
148
|
operation: "get_agent";
|
|
149
|
-
success: boolean;
|
|
150
149
|
error: string;
|
|
150
|
+
success: boolean;
|
|
151
151
|
agent?: Record<string, unknown> | undefined;
|
|
152
152
|
}>, z.ZodObject<{
|
|
153
153
|
operation: z.ZodLiteral<"validate_webhook_signature">;
|
|
@@ -156,13 +156,13 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
156
156
|
error: z.ZodString;
|
|
157
157
|
}, "strip", z.ZodTypeAny, {
|
|
158
158
|
operation: "validate_webhook_signature";
|
|
159
|
-
success: boolean;
|
|
160
159
|
error: string;
|
|
160
|
+
success: boolean;
|
|
161
161
|
isValid: boolean;
|
|
162
162
|
}, {
|
|
163
163
|
operation: "validate_webhook_signature";
|
|
164
|
-
success: boolean;
|
|
165
164
|
error: string;
|
|
165
|
+
success: boolean;
|
|
166
166
|
isValid: boolean;
|
|
167
167
|
}>, z.ZodObject<{
|
|
168
168
|
operation: z.ZodLiteral<"get_conversation">;
|
|
@@ -171,13 +171,13 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
171
171
|
error: z.ZodString;
|
|
172
172
|
}, "strip", z.ZodTypeAny, {
|
|
173
173
|
operation: "get_conversation";
|
|
174
|
-
success: boolean;
|
|
175
174
|
error: string;
|
|
175
|
+
success: boolean;
|
|
176
176
|
conversation?: Record<string, unknown> | undefined;
|
|
177
177
|
}, {
|
|
178
178
|
operation: "get_conversation";
|
|
179
|
-
success: boolean;
|
|
180
179
|
error: string;
|
|
180
|
+
success: boolean;
|
|
181
181
|
conversation?: Record<string, unknown> | undefined;
|
|
182
182
|
}>, z.ZodObject<{
|
|
183
183
|
operation: z.ZodLiteral<"get_conversations">;
|
|
@@ -188,15 +188,15 @@ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
188
188
|
error: z.ZodString;
|
|
189
189
|
}, "strip", z.ZodTypeAny, {
|
|
190
190
|
operation: "get_conversations";
|
|
191
|
-
success: boolean;
|
|
192
191
|
error: string;
|
|
192
|
+
success: boolean;
|
|
193
193
|
conversations?: Record<string, unknown>[] | undefined;
|
|
194
194
|
hasMore?: boolean | undefined;
|
|
195
195
|
nextCursor?: string | undefined;
|
|
196
196
|
}, {
|
|
197
197
|
operation: "get_conversations";
|
|
198
|
-
success: boolean;
|
|
199
198
|
error: string;
|
|
199
|
+
success: boolean;
|
|
200
200
|
conversations?: Record<string, unknown>[] | undefined;
|
|
201
201
|
hasMore?: boolean | undefined;
|
|
202
202
|
nextCursor?: string | undefined;
|
|
@@ -294,14 +294,14 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
|
|
|
294
294
|
}, "strip", z.ZodTypeAny, {
|
|
295
295
|
operation: "get_conversations";
|
|
296
296
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
297
|
-
pageSize?: number | undefined;
|
|
298
297
|
cursor?: string | undefined;
|
|
298
|
+
pageSize?: number | undefined;
|
|
299
299
|
agentId?: string | undefined;
|
|
300
300
|
}, {
|
|
301
301
|
operation: "get_conversations";
|
|
302
302
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
303
|
-
pageSize?: number | undefined;
|
|
304
303
|
cursor?: string | undefined;
|
|
304
|
+
pageSize?: number | undefined;
|
|
305
305
|
agentId?: string | undefined;
|
|
306
306
|
}>]>;
|
|
307
307
|
static readonly resultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
|
|
@@ -311,13 +311,13 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
|
|
|
311
311
|
error: z.ZodString;
|
|
312
312
|
}, "strip", z.ZodTypeAny, {
|
|
313
313
|
operation: "get_signed_url";
|
|
314
|
-
success: boolean;
|
|
315
314
|
error: string;
|
|
315
|
+
success: boolean;
|
|
316
316
|
signedUrl?: string | undefined;
|
|
317
317
|
}, {
|
|
318
318
|
operation: "get_signed_url";
|
|
319
|
-
success: boolean;
|
|
320
319
|
error: string;
|
|
320
|
+
success: boolean;
|
|
321
321
|
signedUrl?: string | undefined;
|
|
322
322
|
}>, z.ZodObject<{
|
|
323
323
|
operation: z.ZodLiteral<"trigger_outbound_call">;
|
|
@@ -327,14 +327,14 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
|
|
|
327
327
|
error: z.ZodString;
|
|
328
328
|
}, "strip", z.ZodTypeAny, {
|
|
329
329
|
operation: "trigger_outbound_call";
|
|
330
|
-
success: boolean;
|
|
331
330
|
error: string;
|
|
331
|
+
success: boolean;
|
|
332
332
|
conversationId?: string | undefined;
|
|
333
333
|
callSid?: string | undefined;
|
|
334
334
|
}, {
|
|
335
335
|
operation: "trigger_outbound_call";
|
|
336
|
-
success: boolean;
|
|
337
336
|
error: string;
|
|
337
|
+
success: boolean;
|
|
338
338
|
conversationId?: string | undefined;
|
|
339
339
|
callSid?: string | undefined;
|
|
340
340
|
}>, z.ZodObject<{
|
|
@@ -344,13 +344,13 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
|
|
|
344
344
|
error: z.ZodString;
|
|
345
345
|
}, "strip", z.ZodTypeAny, {
|
|
346
346
|
operation: "get_agent";
|
|
347
|
-
success: boolean;
|
|
348
347
|
error: string;
|
|
348
|
+
success: boolean;
|
|
349
349
|
agent?: Record<string, unknown> | undefined;
|
|
350
350
|
}, {
|
|
351
351
|
operation: "get_agent";
|
|
352
|
-
success: boolean;
|
|
353
352
|
error: string;
|
|
353
|
+
success: boolean;
|
|
354
354
|
agent?: Record<string, unknown> | undefined;
|
|
355
355
|
}>, z.ZodObject<{
|
|
356
356
|
operation: z.ZodLiteral<"validate_webhook_signature">;
|
|
@@ -359,13 +359,13 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
|
|
|
359
359
|
error: z.ZodString;
|
|
360
360
|
}, "strip", z.ZodTypeAny, {
|
|
361
361
|
operation: "validate_webhook_signature";
|
|
362
|
-
success: boolean;
|
|
363
362
|
error: string;
|
|
363
|
+
success: boolean;
|
|
364
364
|
isValid: boolean;
|
|
365
365
|
}, {
|
|
366
366
|
operation: "validate_webhook_signature";
|
|
367
|
-
success: boolean;
|
|
368
367
|
error: string;
|
|
368
|
+
success: boolean;
|
|
369
369
|
isValid: boolean;
|
|
370
370
|
}>, z.ZodObject<{
|
|
371
371
|
operation: z.ZodLiteral<"get_conversation">;
|
|
@@ -374,13 +374,13 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
|
|
|
374
374
|
error: z.ZodString;
|
|
375
375
|
}, "strip", z.ZodTypeAny, {
|
|
376
376
|
operation: "get_conversation";
|
|
377
|
-
success: boolean;
|
|
378
377
|
error: string;
|
|
378
|
+
success: boolean;
|
|
379
379
|
conversation?: Record<string, unknown> | undefined;
|
|
380
380
|
}, {
|
|
381
381
|
operation: "get_conversation";
|
|
382
|
-
success: boolean;
|
|
383
382
|
error: string;
|
|
383
|
+
success: boolean;
|
|
384
384
|
conversation?: Record<string, unknown> | undefined;
|
|
385
385
|
}>, z.ZodObject<{
|
|
386
386
|
operation: z.ZodLiteral<"get_conversations">;
|
|
@@ -391,15 +391,15 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
|
|
|
391
391
|
error: z.ZodString;
|
|
392
392
|
}, "strip", z.ZodTypeAny, {
|
|
393
393
|
operation: "get_conversations";
|
|
394
|
-
success: boolean;
|
|
395
394
|
error: string;
|
|
395
|
+
success: boolean;
|
|
396
396
|
conversations?: Record<string, unknown>[] | undefined;
|
|
397
397
|
hasMore?: boolean | undefined;
|
|
398
398
|
nextCursor?: string | undefined;
|
|
399
399
|
}, {
|
|
400
400
|
operation: "get_conversations";
|
|
401
|
-
success: boolean;
|
|
402
401
|
error: string;
|
|
402
|
+
success: boolean;
|
|
403
403
|
conversations?: Record<string, unknown>[] | undefined;
|
|
404
404
|
hasMore?: boolean | undefined;
|
|
405
405
|
nextCursor?: string | undefined;
|