@bubblelab/bubble-core 0.1.42 → 0.1.44
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 +75 -75
- package/dist/bubbles/service-bubble/agi-inc.d.ts +100 -100
- package/dist/bubbles/service-bubble/ai-agent.d.ts +54 -54
- package/dist/bubbles/service-bubble/airtable.d.ts +136 -136
- package/dist/bubbles/service-bubble/apify/apify.d.ts +6 -6
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +30 -30
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +39 -39
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +52 -52
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +664 -664
- package/dist/bubbles/service-bubble/followupboss.d.ts +156 -156
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +76 -76
- package/dist/bubbles/service-bubble/github.d.ts +160 -160
- package/dist/bubbles/service-bubble/gmail.d.ts +148 -148
- package/dist/bubbles/service-bubble/google-calendar.d.ts +134 -134
- package/dist/bubbles/service-bubble/google-drive.d.ts +60 -60
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +4 -4
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +44 -44
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1485 -1485
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/slack.d.ts +455 -455
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +1529 -1529
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +86 -86
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +27 -10
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +127 -10
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +132 -132
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +54 -54
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +74 -74
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +76 -76
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -23,17 +23,17 @@ 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
|
-
input: Record<string, unknown>;
|
|
27
26
|
timeout: number;
|
|
27
|
+
input: Record<string, unknown>;
|
|
28
28
|
limit: number;
|
|
29
29
|
waitForFinish: boolean;
|
|
30
|
-
search?: string | undefined;
|
|
31
30
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
31
|
+
search?: string | undefined;
|
|
32
32
|
actorId?: string | undefined;
|
|
33
33
|
}, {
|
|
34
34
|
input: Record<string, unknown>;
|
|
35
|
-
search?: string | undefined;
|
|
36
35
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
36
|
+
search?: string | undefined;
|
|
37
37
|
timeout?: number | undefined;
|
|
38
38
|
limit?: number | undefined;
|
|
39
39
|
actorId?: string | undefined;
|
|
@@ -159,17 +159,17 @@ 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
|
-
input: Record<string, unknown>;
|
|
163
162
|
timeout: number;
|
|
163
|
+
input: Record<string, unknown>;
|
|
164
164
|
limit: number;
|
|
165
165
|
waitForFinish: boolean;
|
|
166
|
-
search?: string | undefined;
|
|
167
166
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
167
|
+
search?: string | undefined;
|
|
168
168
|
actorId?: string | undefined;
|
|
169
169
|
}, {
|
|
170
170
|
input: Record<string, unknown>;
|
|
171
|
-
search?: string | undefined;
|
|
172
171
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
172
|
+
search?: string | undefined;
|
|
173
173
|
timeout?: number | undefined;
|
|
174
174
|
limit?: number | undefined;
|
|
175
175
|
actorId?: string | undefined;
|
|
@@ -103,35 +103,35 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
103
103
|
tag: import("zod").ZodOptional<import("zod").ZodString>;
|
|
104
104
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
105
105
|
}, "strip", import("zod").ZodTypeAny, {
|
|
106
|
-
name: string;
|
|
107
106
|
operation: "create_candidate";
|
|
107
|
+
name: string;
|
|
108
108
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
109
109
|
website?: string | undefined;
|
|
110
110
|
emails?: {
|
|
111
111
|
type: "Personal" | "Work" | "Other";
|
|
112
112
|
email: string;
|
|
113
113
|
}[] | undefined;
|
|
114
|
-
tag?: string | undefined;
|
|
115
114
|
phone_number?: string | undefined;
|
|
116
115
|
linkedin_url?: string | undefined;
|
|
117
116
|
github_url?: string | undefined;
|
|
118
117
|
source_id?: string | undefined;
|
|
119
118
|
credited_to_user_id?: string | undefined;
|
|
119
|
+
tag?: string | undefined;
|
|
120
120
|
}, {
|
|
121
|
-
name: string;
|
|
122
121
|
operation: "create_candidate";
|
|
122
|
+
name: string;
|
|
123
123
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
124
124
|
website?: string | undefined;
|
|
125
125
|
emails?: {
|
|
126
126
|
type: "Personal" | "Work" | "Other";
|
|
127
127
|
email: string;
|
|
128
128
|
}[] | undefined;
|
|
129
|
-
tag?: string | undefined;
|
|
130
129
|
phone_number?: string | undefined;
|
|
131
130
|
linkedin_url?: string | undefined;
|
|
132
131
|
github_url?: string | undefined;
|
|
133
132
|
source_id?: string | undefined;
|
|
134
133
|
credited_to_user_id?: string | undefined;
|
|
134
|
+
tag?: string | undefined;
|
|
135
135
|
}>, import("zod").ZodObject<{
|
|
136
136
|
operation: import("zod").ZodLiteral<"search_candidates">;
|
|
137
137
|
email: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -179,12 +179,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
179
179
|
title: import("zod").ZodString;
|
|
180
180
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
181
181
|
}, "strip", import("zod").ZodTypeAny, {
|
|
182
|
-
title: string;
|
|
183
182
|
operation: "create_tag";
|
|
183
|
+
title: string;
|
|
184
184
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
185
185
|
}, {
|
|
186
|
-
title: string;
|
|
187
186
|
operation: "create_tag";
|
|
187
|
+
title: string;
|
|
188
188
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
189
189
|
}>, import("zod").ZodObject<{
|
|
190
190
|
operation: import("zod").ZodLiteral<"list_custom_fields">;
|
|
@@ -343,8 +343,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
343
343
|
isArchived?: boolean | undefined;
|
|
344
344
|
}[] | undefined;
|
|
345
345
|
createdAt?: string | undefined;
|
|
346
|
-
company?: string | null | undefined;
|
|
347
|
-
position?: string | null | undefined;
|
|
348
346
|
updatedAt?: string | undefined;
|
|
349
347
|
primaryEmailAddress?: {
|
|
350
348
|
value: string;
|
|
@@ -370,6 +368,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
370
368
|
type: string;
|
|
371
369
|
url: string;
|
|
372
370
|
}[] | undefined;
|
|
371
|
+
position?: string | null | undefined;
|
|
372
|
+
company?: string | null | undefined;
|
|
373
373
|
school?: string | null | undefined;
|
|
374
374
|
applicationIds?: string[] | undefined;
|
|
375
375
|
resumeFileHandle?: {
|
|
@@ -397,8 +397,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
397
397
|
isArchived?: boolean | undefined;
|
|
398
398
|
}[] | undefined;
|
|
399
399
|
createdAt?: string | undefined;
|
|
400
|
-
company?: string | null | undefined;
|
|
401
|
-
position?: string | null | undefined;
|
|
402
400
|
updatedAt?: string | undefined;
|
|
403
401
|
primaryEmailAddress?: {
|
|
404
402
|
value: string;
|
|
@@ -424,6 +422,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
424
422
|
type: string;
|
|
425
423
|
url: string;
|
|
426
424
|
}[] | undefined;
|
|
425
|
+
position?: string | null | undefined;
|
|
426
|
+
company?: string | null | undefined;
|
|
427
427
|
school?: string | null | undefined;
|
|
428
428
|
applicationIds?: string[] | undefined;
|
|
429
429
|
resumeFileHandle?: {
|
|
@@ -448,9 +448,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
448
448
|
sync_token: import("zod").ZodOptional<import("zod").ZodString>;
|
|
449
449
|
error: import("zod").ZodString;
|
|
450
450
|
}, "strip", import("zod").ZodTypeAny, {
|
|
451
|
+
operation: "list_candidates";
|
|
451
452
|
success: boolean;
|
|
452
453
|
error: string;
|
|
453
|
-
operation: "list_candidates";
|
|
454
454
|
next_cursor?: string | undefined;
|
|
455
455
|
sync_token?: string | undefined;
|
|
456
456
|
candidates?: {
|
|
@@ -462,8 +462,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
462
462
|
isArchived?: boolean | undefined;
|
|
463
463
|
}[] | undefined;
|
|
464
464
|
createdAt?: string | undefined;
|
|
465
|
-
company?: string | null | undefined;
|
|
466
|
-
position?: string | null | undefined;
|
|
467
465
|
updatedAt?: string | undefined;
|
|
468
466
|
primaryEmailAddress?: {
|
|
469
467
|
value: string;
|
|
@@ -489,6 +487,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
489
487
|
type: string;
|
|
490
488
|
url: string;
|
|
491
489
|
}[] | undefined;
|
|
490
|
+
position?: string | null | undefined;
|
|
491
|
+
company?: string | null | undefined;
|
|
492
492
|
school?: string | null | undefined;
|
|
493
493
|
applicationIds?: string[] | undefined;
|
|
494
494
|
resumeFileHandle?: {
|
|
@@ -510,9 +510,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
510
510
|
}[] | undefined;
|
|
511
511
|
more_data_available?: boolean | undefined;
|
|
512
512
|
}, {
|
|
513
|
+
operation: "list_candidates";
|
|
513
514
|
success: boolean;
|
|
514
515
|
error: string;
|
|
515
|
-
operation: "list_candidates";
|
|
516
516
|
next_cursor?: string | undefined;
|
|
517
517
|
sync_token?: string | undefined;
|
|
518
518
|
candidates?: {
|
|
@@ -524,8 +524,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
524
524
|
isArchived?: boolean | undefined;
|
|
525
525
|
}[] | undefined;
|
|
526
526
|
createdAt?: string | undefined;
|
|
527
|
-
company?: string | null | undefined;
|
|
528
|
-
position?: string | null | undefined;
|
|
529
527
|
updatedAt?: string | undefined;
|
|
530
528
|
primaryEmailAddress?: {
|
|
531
529
|
value: string;
|
|
@@ -551,6 +549,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
551
549
|
type: string;
|
|
552
550
|
url: string;
|
|
553
551
|
}[] | undefined;
|
|
552
|
+
position?: string | null | undefined;
|
|
553
|
+
company?: string | null | undefined;
|
|
554
554
|
school?: string | null | undefined;
|
|
555
555
|
applicationIds?: string[] | undefined;
|
|
556
556
|
resumeFileHandle?: {
|
|
@@ -666,9 +666,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
666
666
|
}>>;
|
|
667
667
|
error: import("zod").ZodString;
|
|
668
668
|
}, "strip", import("zod").ZodTypeAny, {
|
|
669
|
+
operation: "get_candidate";
|
|
669
670
|
success: boolean;
|
|
670
671
|
error: string;
|
|
671
|
-
operation: "get_candidate";
|
|
672
672
|
candidate?: {
|
|
673
673
|
name: string;
|
|
674
674
|
id: string;
|
|
@@ -692,9 +692,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
692
692
|
}[] | undefined;
|
|
693
693
|
} | undefined;
|
|
694
694
|
}, {
|
|
695
|
+
operation: "get_candidate";
|
|
695
696
|
success: boolean;
|
|
696
697
|
error: string;
|
|
697
|
-
operation: "get_candidate";
|
|
698
698
|
candidate?: {
|
|
699
699
|
name: string;
|
|
700
700
|
id: string;
|
|
@@ -812,9 +812,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
812
812
|
}>>;
|
|
813
813
|
error: import("zod").ZodString;
|
|
814
814
|
}, "strip", import("zod").ZodTypeAny, {
|
|
815
|
+
operation: "create_candidate";
|
|
815
816
|
success: boolean;
|
|
816
817
|
error: string;
|
|
817
|
-
operation: "create_candidate";
|
|
818
818
|
candidate?: {
|
|
819
819
|
name: string;
|
|
820
820
|
id: string;
|
|
@@ -838,9 +838,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
838
838
|
}[] | undefined;
|
|
839
839
|
} | undefined;
|
|
840
840
|
}, {
|
|
841
|
+
operation: "create_candidate";
|
|
841
842
|
success: boolean;
|
|
842
843
|
error: string;
|
|
843
|
-
operation: "create_candidate";
|
|
844
844
|
candidate?: {
|
|
845
845
|
name: string;
|
|
846
846
|
id: string;
|
|
@@ -958,9 +958,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
958
958
|
}>, "many">>;
|
|
959
959
|
error: import("zod").ZodString;
|
|
960
960
|
}, "strip", import("zod").ZodTypeAny, {
|
|
961
|
+
operation: "search_candidates";
|
|
961
962
|
success: boolean;
|
|
962
963
|
error: string;
|
|
963
|
-
operation: "search_candidates";
|
|
964
964
|
candidates?: {
|
|
965
965
|
name: string;
|
|
966
966
|
id: string;
|
|
@@ -984,9 +984,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
984
984
|
}[] | undefined;
|
|
985
985
|
}[] | undefined;
|
|
986
986
|
}, {
|
|
987
|
+
operation: "search_candidates";
|
|
987
988
|
success: boolean;
|
|
988
989
|
error: string;
|
|
989
|
-
operation: "search_candidates";
|
|
990
990
|
candidates?: {
|
|
991
991
|
name: string;
|
|
992
992
|
id: string;
|
|
@@ -1104,9 +1104,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1104
1104
|
}>>;
|
|
1105
1105
|
error: import("zod").ZodString;
|
|
1106
1106
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1107
|
+
operation: "add_tag";
|
|
1107
1108
|
success: boolean;
|
|
1108
1109
|
error: string;
|
|
1109
|
-
operation: "add_tag";
|
|
1110
1110
|
candidate?: {
|
|
1111
1111
|
name: string;
|
|
1112
1112
|
id: string;
|
|
@@ -1130,9 +1130,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1130
1130
|
}[] | undefined;
|
|
1131
1131
|
} | undefined;
|
|
1132
1132
|
}, {
|
|
1133
|
+
operation: "add_tag";
|
|
1133
1134
|
success: boolean;
|
|
1134
1135
|
error: string;
|
|
1135
|
-
operation: "add_tag";
|
|
1136
1136
|
candidate?: {
|
|
1137
1137
|
name: string;
|
|
1138
1138
|
id: string;
|
|
@@ -1173,18 +1173,18 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1173
1173
|
}>, "many">>;
|
|
1174
1174
|
error: import("zod").ZodString;
|
|
1175
1175
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1176
|
+
operation: "list_tags";
|
|
1176
1177
|
success: boolean;
|
|
1177
1178
|
error: string;
|
|
1178
|
-
operation: "list_tags";
|
|
1179
1179
|
tags?: {
|
|
1180
1180
|
title: string;
|
|
1181
1181
|
id: string;
|
|
1182
1182
|
isArchived?: boolean | undefined;
|
|
1183
1183
|
}[] | undefined;
|
|
1184
1184
|
}, {
|
|
1185
|
+
operation: "list_tags";
|
|
1185
1186
|
success: boolean;
|
|
1186
1187
|
error: string;
|
|
1187
|
-
operation: "list_tags";
|
|
1188
1188
|
tags?: {
|
|
1189
1189
|
title: string;
|
|
1190
1190
|
id: string;
|
|
@@ -1208,18 +1208,18 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1208
1208
|
}>>;
|
|
1209
1209
|
error: import("zod").ZodString;
|
|
1210
1210
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1211
|
+
operation: "create_tag";
|
|
1211
1212
|
success: boolean;
|
|
1212
1213
|
error: string;
|
|
1213
|
-
operation: "create_tag";
|
|
1214
1214
|
tag?: {
|
|
1215
1215
|
title: string;
|
|
1216
1216
|
id: string;
|
|
1217
1217
|
isArchived?: boolean | undefined;
|
|
1218
1218
|
} | undefined;
|
|
1219
1219
|
}, {
|
|
1220
|
+
operation: "create_tag";
|
|
1220
1221
|
success: boolean;
|
|
1221
1222
|
error: string;
|
|
1222
|
-
operation: "create_tag";
|
|
1223
1223
|
tag?: {
|
|
1224
1224
|
title: string;
|
|
1225
1225
|
id: string;
|
|
@@ -1278,9 +1278,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1278
1278
|
sync_token: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1279
1279
|
error: import("zod").ZodString;
|
|
1280
1280
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1281
|
+
operation: "list_custom_fields";
|
|
1281
1282
|
success: boolean;
|
|
1282
1283
|
error: string;
|
|
1283
|
-
operation: "list_custom_fields";
|
|
1284
1284
|
next_cursor?: string | undefined;
|
|
1285
1285
|
sync_token?: string | undefined;
|
|
1286
1286
|
more_data_available?: boolean | undefined;
|
|
@@ -1298,9 +1298,9 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1298
1298
|
}[] | undefined;
|
|
1299
1299
|
}[] | undefined;
|
|
1300
1300
|
}, {
|
|
1301
|
+
operation: "list_custom_fields";
|
|
1301
1302
|
success: boolean;
|
|
1302
1303
|
error: string;
|
|
1303
|
-
operation: "list_custom_fields";
|
|
1304
1304
|
next_cursor?: string | undefined;
|
|
1305
1305
|
sync_token?: string | undefined;
|
|
1306
1306
|
more_data_available?: boolean | undefined;
|
|
@@ -81,7 +81,6 @@ 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;
|
|
85
84
|
cookies?: {
|
|
86
85
|
value: string;
|
|
87
86
|
path: string;
|
|
@@ -91,10 +90,10 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
91
90
|
httpOnly: boolean;
|
|
92
91
|
secure: boolean;
|
|
93
92
|
}[] | 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;
|
|
98
97
|
cookies?: {
|
|
99
98
|
value: string;
|
|
100
99
|
path: string;
|
|
@@ -104,6 +103,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
104
103
|
httpOnly: boolean;
|
|
105
104
|
secure: boolean;
|
|
106
105
|
}[] | undefined;
|
|
106
|
+
context_id?: string | undefined;
|
|
107
107
|
viewport_width?: number | undefined;
|
|
108
108
|
viewport_height?: number | undefined;
|
|
109
109
|
}>, import("zod").ZodObject<{
|
|
@@ -114,19 +114,19 @@ 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
|
-
url: string;
|
|
118
|
-
timeout: number;
|
|
119
117
|
operation: "navigate";
|
|
118
|
+
url: string;
|
|
120
119
|
session_id: string;
|
|
121
120
|
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
121
|
+
timeout: number;
|
|
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
|
-
timeout?: number | undefined;
|
|
129
128
|
wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
|
|
129
|
+
timeout?: number | undefined;
|
|
130
130
|
}>, import("zod").ZodObject<{
|
|
131
131
|
operation: import("zod").ZodLiteral<"click">;
|
|
132
132
|
session_id: import("zod").ZodString;
|
|
@@ -135,9 +135,9 @@ 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";
|
|
140
139
|
session_id: string;
|
|
140
|
+
timeout: number;
|
|
141
141
|
selector: string;
|
|
142
142
|
wait_for_navigation: boolean;
|
|
143
143
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -158,20 +158,20 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
158
158
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
159
159
|
}, "strip", import("zod").ZodTypeAny, {
|
|
160
160
|
operation: "type";
|
|
161
|
-
text: string;
|
|
162
161
|
session_id: string;
|
|
163
162
|
selector: string;
|
|
164
|
-
|
|
163
|
+
text: string;
|
|
165
164
|
clear_first: boolean;
|
|
165
|
+
delay: number;
|
|
166
166
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
167
167
|
}, {
|
|
168
168
|
operation: "type";
|
|
169
|
-
text: string;
|
|
170
169
|
session_id: string;
|
|
171
170
|
selector: string;
|
|
171
|
+
text: string;
|
|
172
172
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
173
|
-
delay?: number | undefined;
|
|
174
173
|
clear_first?: boolean | undefined;
|
|
174
|
+
delay?: number | undefined;
|
|
175
175
|
}>, import("zod").ZodObject<{
|
|
176
176
|
operation: import("zod").ZodLiteral<"evaluate">;
|
|
177
177
|
session_id: import("zod").ZodString;
|
|
@@ -195,16 +195,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
195
195
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
196
196
|
}, "strip", import("zod").ZodTypeAny, {
|
|
197
197
|
operation: "get_content";
|
|
198
|
-
content_type: "text" | "html" | "outer_html";
|
|
199
198
|
session_id: string;
|
|
199
|
+
content_type: "text" | "html" | "outer_html";
|
|
200
200
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
201
201
|
selector?: string | undefined;
|
|
202
202
|
}, {
|
|
203
203
|
operation: "get_content";
|
|
204
204
|
session_id: string;
|
|
205
205
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
206
|
-
content_type?: "text" | "html" | "outer_html" | undefined;
|
|
207
206
|
selector?: string | undefined;
|
|
207
|
+
content_type?: "text" | "html" | "outer_html" | undefined;
|
|
208
208
|
}>, import("zod").ZodObject<{
|
|
209
209
|
operation: import("zod").ZodLiteral<"screenshot">;
|
|
210
210
|
session_id: import("zod").ZodString;
|
|
@@ -214,21 +214,21 @@ 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;
|
|
222
|
-
quality?: number | undefined;
|
|
223
222
|
selector?: string | undefined;
|
|
223
|
+
quality?: number | undefined;
|
|
224
224
|
}, {
|
|
225
225
|
operation: "screenshot";
|
|
226
226
|
session_id: string;
|
|
227
227
|
format?: "png" | "jpeg" | "webp" | undefined;
|
|
228
228
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
229
|
-
quality?: number | undefined;
|
|
230
229
|
selector?: string | undefined;
|
|
231
230
|
full_page?: boolean | undefined;
|
|
231
|
+
quality?: number | undefined;
|
|
232
232
|
}>, import("zod").ZodObject<{
|
|
233
233
|
operation: import("zod").ZodLiteral<"wait">;
|
|
234
234
|
session_id: import("zod").ZodString;
|
|
@@ -237,9 +237,9 @@ 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";
|
|
242
241
|
session_id: string;
|
|
242
|
+
timeout: number;
|
|
243
243
|
wait_type: "timeout" | "selector" | "navigation";
|
|
244
244
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
245
245
|
selector?: string | undefined;
|
|
@@ -286,18 +286,18 @@ 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";
|
|
289
290
|
success: boolean;
|
|
290
291
|
error: string;
|
|
291
|
-
operation: "start_session";
|
|
292
|
-
session_id?: string | undefined;
|
|
293
292
|
context_id?: string | undefined;
|
|
293
|
+
session_id?: string | undefined;
|
|
294
294
|
debug_url?: string | undefined;
|
|
295
295
|
}, {
|
|
296
|
+
operation: "start_session";
|
|
296
297
|
success: boolean;
|
|
297
298
|
error: string;
|
|
298
|
-
operation: "start_session";
|
|
299
|
-
session_id?: string | undefined;
|
|
300
299
|
context_id?: string | undefined;
|
|
300
|
+
session_id?: string | undefined;
|
|
301
301
|
debug_url?: string | undefined;
|
|
302
302
|
}>, import("zod").ZodObject<{
|
|
303
303
|
operation: import("zod").ZodLiteral<"navigate">;
|
|
@@ -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";
|
|
308
309
|
success: boolean;
|
|
309
310
|
error: string;
|
|
310
|
-
operation: "navigate";
|
|
311
311
|
url?: string | undefined;
|
|
312
312
|
}, {
|
|
313
|
+
operation: "navigate";
|
|
313
314
|
success: boolean;
|
|
314
315
|
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";
|
|
322
323
|
success: boolean;
|
|
323
324
|
error: string;
|
|
324
|
-
operation: "click";
|
|
325
325
|
}, {
|
|
326
|
+
operation: "click";
|
|
326
327
|
success: boolean;
|
|
327
328
|
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";
|
|
334
335
|
success: boolean;
|
|
335
336
|
error: string;
|
|
336
|
-
operation: "type";
|
|
337
337
|
}, {
|
|
338
|
+
operation: "type";
|
|
338
339
|
success: boolean;
|
|
339
340
|
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";
|
|
347
348
|
success: boolean;
|
|
348
349
|
error: string;
|
|
349
|
-
operation: "evaluate";
|
|
350
350
|
result?: unknown;
|
|
351
351
|
}, {
|
|
352
|
+
operation: "evaluate";
|
|
352
353
|
success: boolean;
|
|
353
354
|
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";
|
|
362
363
|
success: boolean;
|
|
363
364
|
error: string;
|
|
364
|
-
operation: "get_content";
|
|
365
365
|
content?: string | undefined;
|
|
366
366
|
}, {
|
|
367
|
+
operation: "get_content";
|
|
367
368
|
success: boolean;
|
|
368
369
|
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";
|
|
378
379
|
success: boolean;
|
|
379
380
|
error: string;
|
|
380
|
-
operation: "screenshot";
|
|
381
381
|
format?: string | undefined;
|
|
382
382
|
data?: string | undefined;
|
|
383
383
|
}, {
|
|
384
|
+
operation: "screenshot";
|
|
384
385
|
success: boolean;
|
|
385
386
|
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";
|
|
394
395
|
success: boolean;
|
|
395
396
|
error: string;
|
|
396
|
-
operation: "wait";
|
|
397
397
|
}, {
|
|
398
|
+
operation: "wait";
|
|
398
399
|
success: boolean;
|
|
399
400
|
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";
|
|
431
432
|
success: boolean;
|
|
432
433
|
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";
|
|
444
445
|
success: boolean;
|
|
445
446
|
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";
|
|
461
462
|
success: boolean;
|
|
462
463
|
error: string;
|
|
463
|
-
operation: "end_session";
|
|
464
464
|
}, {
|
|
465
|
+
operation: "end_session";
|
|
465
466
|
success: boolean;
|
|
466
467
|
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 ";
|