@bubblelab/bubble-core 0.1.39 → 0.1.41
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 +134 -113
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +22 -22
- package/dist/bubbles/service-bubble/ai-agent.d.ts +48 -48
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +5 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +76 -76
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +100 -100
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +450 -450
- package/dist/bubbles/service-bubble/followupboss.d.ts +218 -218
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +229 -229
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +128 -128
- package/dist/bubbles/service-bubble/github.d.ts +84 -84
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +26 -26
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +6 -6
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +17 -17
- package/dist/bubbles/service-bubble/notion/notion.d.ts +24 -24
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +232 -232
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +298 -298
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +5 -5
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +7 -7
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +143 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +589 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +44 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +609 -609
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +182 -182
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +74 -74
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +14 -14
- package/dist/bubbles.json +125 -40
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -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<{
|
|
@@ -116,17 +116,17 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
116
116
|
}, "strip", import("zod").ZodTypeAny, {
|
|
117
117
|
operation: "navigate";
|
|
118
118
|
url: string;
|
|
119
|
-
timeout: number;
|
|
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
124
|
operation: "navigate";
|
|
125
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;
|
|
@@ -136,8 +136,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
136
136
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
137
137
|
}, "strip", import("zod").ZodTypeAny, {
|
|
138
138
|
operation: "click";
|
|
139
|
-
timeout: number;
|
|
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;
|
|
@@ -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">;
|
|
@@ -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;
|
|
@@ -219,16 +219,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
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;
|
|
@@ -238,8 +238,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
238
238
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
239
239
|
}, "strip", import("zod").ZodTypeAny, {
|
|
240
240
|
operation: "wait";
|
|
241
|
-
timeout: number;
|
|
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;
|
|
@@ -289,15 +289,15 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
289
289
|
operation: "start_session";
|
|
290
290
|
success: boolean;
|
|
291
291
|
error: string;
|
|
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
296
|
operation: "start_session";
|
|
297
297
|
success: boolean;
|
|
298
298
|
error: string;
|
|
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">;
|
|
@@ -61,6 +61,7 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
|
|
|
61
61
|
secure: boolean;
|
|
62
62
|
}>, "many">;
|
|
63
63
|
}, "strip", z.ZodTypeAny, {
|
|
64
|
+
contextId: string;
|
|
64
65
|
cookies: {
|
|
65
66
|
value: string;
|
|
66
67
|
path: string;
|
|
@@ -70,8 +71,8 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
|
|
|
70
71
|
httpOnly: boolean;
|
|
71
72
|
secure: boolean;
|
|
72
73
|
}[];
|
|
73
|
-
contextId: string;
|
|
74
74
|
}, {
|
|
75
|
+
contextId: string;
|
|
75
76
|
cookies: {
|
|
76
77
|
value: string;
|
|
77
78
|
path: string;
|
|
@@ -81,7 +82,6 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
|
|
|
81
82
|
httpOnly: boolean;
|
|
82
83
|
secure: boolean;
|
|
83
84
|
}[];
|
|
84
|
-
contextId: string;
|
|
85
85
|
}>;
|
|
86
86
|
export type BrowserSessionData = z.infer<typeof BrowserSessionDataSchema>;
|
|
87
87
|
/**
|
|
@@ -124,7 +124,6 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
124
124
|
viewport_width: number;
|
|
125
125
|
viewport_height: number;
|
|
126
126
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
127
|
-
context_id?: string | undefined;
|
|
128
127
|
cookies?: {
|
|
129
128
|
value: string;
|
|
130
129
|
path: string;
|
|
@@ -134,10 +133,10 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
134
133
|
httpOnly: boolean;
|
|
135
134
|
secure: boolean;
|
|
136
135
|
}[] | undefined;
|
|
136
|
+
context_id?: string | undefined;
|
|
137
137
|
}, {
|
|
138
138
|
operation: "start_session";
|
|
139
139
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
140
|
-
context_id?: string | undefined;
|
|
141
140
|
cookies?: {
|
|
142
141
|
value: string;
|
|
143
142
|
path: string;
|
|
@@ -147,6 +146,7 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
147
146
|
httpOnly: boolean;
|
|
148
147
|
secure: boolean;
|
|
149
148
|
}[] | undefined;
|
|
149
|
+
context_id?: string | undefined;
|
|
150
150
|
viewport_width?: number | undefined;
|
|
151
151
|
viewport_height?: number | undefined;
|
|
152
152
|
}>, z.ZodObject<{
|
|
@@ -157,19 +157,19 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
157
157
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
158
158
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
159
159
|
}, "strip", z.ZodTypeAny, {
|
|
160
|
-
url: string;
|
|
161
160
|
operation: "navigate";
|
|
162
|
-
|
|
161
|
+
url: string;
|
|
163
162
|
session_id: string;
|
|
164
163
|
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
164
|
+
timeout: number;
|
|
165
165
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
166
166
|
}, {
|
|
167
|
-
url: string;
|
|
168
167
|
operation: "navigate";
|
|
168
|
+
url: string;
|
|
169
169
|
session_id: string;
|
|
170
170
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
171
|
-
timeout?: number | undefined;
|
|
172
171
|
wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
|
|
172
|
+
timeout?: number | undefined;
|
|
173
173
|
}>, z.ZodObject<{
|
|
174
174
|
operation: z.ZodLiteral<"click">;
|
|
175
175
|
session_id: z.ZodString;
|
|
@@ -179,8 +179,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
179
179
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
180
180
|
}, "strip", z.ZodTypeAny, {
|
|
181
181
|
operation: "click";
|
|
182
|
-
timeout: number;
|
|
183
182
|
session_id: string;
|
|
183
|
+
timeout: number;
|
|
184
184
|
selector: string;
|
|
185
185
|
wait_for_navigation: boolean;
|
|
186
186
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -201,20 +201,20 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
201
201
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
202
202
|
}, "strip", z.ZodTypeAny, {
|
|
203
203
|
operation: "type";
|
|
204
|
-
text: string;
|
|
205
204
|
session_id: string;
|
|
206
205
|
selector: string;
|
|
207
|
-
|
|
206
|
+
text: string;
|
|
208
207
|
clear_first: boolean;
|
|
208
|
+
delay: number;
|
|
209
209
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
210
210
|
}, {
|
|
211
211
|
operation: "type";
|
|
212
|
-
text: string;
|
|
213
212
|
session_id: string;
|
|
214
213
|
selector: string;
|
|
214
|
+
text: 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;
|
|
@@ -222,13 +222,13 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
222
222
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
223
223
|
}, "strip", z.ZodTypeAny, {
|
|
224
224
|
operation: "evaluate";
|
|
225
|
-
script: string;
|
|
226
225
|
session_id: string;
|
|
226
|
+
script: string;
|
|
227
227
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
228
228
|
}, {
|
|
229
229
|
operation: "evaluate";
|
|
230
|
-
script: string;
|
|
231
230
|
session_id: string;
|
|
231
|
+
script: string;
|
|
232
232
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
233
233
|
}>, z.ZodObject<{
|
|
234
234
|
operation: z.ZodLiteral<"get_content">;
|
|
@@ -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;
|
|
@@ -257,21 +257,21 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
257
257
|
quality: z.ZodOptional<z.ZodNumber>;
|
|
258
258
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
259
259
|
}, "strip", z.ZodTypeAny, {
|
|
260
|
-
format: "png" | "jpeg" | "webp";
|
|
261
260
|
operation: "screenshot";
|
|
261
|
+
format: "png" | "jpeg" | "webp";
|
|
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;
|
|
@@ -281,8 +281,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
281
281
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
282
282
|
}, "strip", z.ZodTypeAny, {
|
|
283
283
|
operation: "wait";
|
|
284
|
-
timeout: number;
|
|
285
284
|
session_id: string;
|
|
285
|
+
timeout: number;
|
|
286
286
|
wait_type: "timeout" | "selector" | "navigation";
|
|
287
287
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
288
288
|
selector?: string | undefined;
|
|
@@ -335,15 +335,15 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
335
335
|
operation: "start_session";
|
|
336
336
|
success: boolean;
|
|
337
337
|
error: string;
|
|
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
|
operation: "start_session";
|
|
343
343
|
success: boolean;
|
|
344
344
|
error: string;
|
|
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">;
|