@bubblelab/bubble-core 0.1.55 → 0.1.57
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 +102 -102
- package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
- package/dist/bubbles/service-bubble/ai-agent.d.ts +68 -68
- package/dist/bubbles/service-bubble/airtable.d.ts +86 -86
- package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +128 -128
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +28 -28
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +879 -879
- package/dist/bubbles/service-bubble/followupboss.d.ts +254 -254
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +233 -233
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
- package/dist/bubbles/service-bubble/github.d.ts +112 -112
- package/dist/bubbles/service-bubble/gmail.d.ts +555 -555
- package/dist/bubbles/service-bubble/google-calendar.d.ts +20 -20
- package/dist/bubbles/service-bubble/google-drive.d.ts +16 -16
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +35 -35
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1365 -1365
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +320 -320
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +91 -91
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +107 -107
- package/dist/bubbles/service-bubble/telegram.d.ts +1491 -1491
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- 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 +126 -126
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +421 -421
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +150 -150
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +146 -146
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +86 -86
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -58,16 +58,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
58
58
|
httpOnly: import("zod").ZodBoolean;
|
|
59
59
|
secure: import("zod").ZodBoolean;
|
|
60
60
|
}, "strip", import("zod").ZodTypeAny, {
|
|
61
|
-
path: string;
|
|
62
61
|
value: string;
|
|
62
|
+
path: string;
|
|
63
63
|
name: string;
|
|
64
64
|
domain: string;
|
|
65
65
|
expires: number;
|
|
66
66
|
httpOnly: boolean;
|
|
67
67
|
secure: boolean;
|
|
68
68
|
}, {
|
|
69
|
-
path: string;
|
|
70
69
|
value: string;
|
|
70
|
+
path: string;
|
|
71
71
|
name: string;
|
|
72
72
|
domain: string;
|
|
73
73
|
expires: number;
|
|
@@ -82,29 +82,29 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
82
82
|
viewport_width: number;
|
|
83
83
|
viewport_height: number;
|
|
84
84
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
|
-
context_id?: string | undefined;
|
|
86
85
|
cookies?: {
|
|
87
|
-
path: string;
|
|
88
86
|
value: string;
|
|
87
|
+
path: string;
|
|
89
88
|
name: string;
|
|
90
89
|
domain: string;
|
|
91
90
|
expires: number;
|
|
92
91
|
httpOnly: boolean;
|
|
93
92
|
secure: boolean;
|
|
94
93
|
}[] | undefined;
|
|
94
|
+
context_id?: string | undefined;
|
|
95
95
|
}, {
|
|
96
96
|
operation: "start_session";
|
|
97
97
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
98
|
-
context_id?: string | undefined;
|
|
99
98
|
cookies?: {
|
|
100
|
-
path: string;
|
|
101
99
|
value: string;
|
|
100
|
+
path: string;
|
|
102
101
|
name: string;
|
|
103
102
|
domain: string;
|
|
104
103
|
expires: number;
|
|
105
104
|
httpOnly: boolean;
|
|
106
105
|
secure: boolean;
|
|
107
106
|
}[] | undefined;
|
|
107
|
+
context_id?: string | undefined;
|
|
108
108
|
viewport_width?: number | undefined;
|
|
109
109
|
viewport_height?: number | undefined;
|
|
110
110
|
}>, import("zod").ZodObject<{
|
|
@@ -115,19 +115,19 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
115
115
|
timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
116
116
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
117
117
|
}, "strip", import("zod").ZodTypeAny, {
|
|
118
|
-
operation: "navigate";
|
|
119
118
|
url: string;
|
|
119
|
+
timeout: number;
|
|
120
|
+
operation: "navigate";
|
|
120
121
|
session_id: string;
|
|
121
122
|
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
122
|
-
timeout: number;
|
|
123
123
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
124
124
|
}, {
|
|
125
|
-
operation: "navigate";
|
|
126
125
|
url: string;
|
|
126
|
+
operation: "navigate";
|
|
127
127
|
session_id: string;
|
|
128
128
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
129
|
-
wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
|
|
130
129
|
timeout?: number | undefined;
|
|
130
|
+
wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
|
|
131
131
|
}>, import("zod").ZodObject<{
|
|
132
132
|
operation: import("zod").ZodLiteral<"click">;
|
|
133
133
|
session_id: import("zod").ZodString;
|
|
@@ -136,9 +136,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
136
136
|
timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
137
137
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
138
138
|
}, "strip", import("zod").ZodTypeAny, {
|
|
139
|
+
timeout: number;
|
|
139
140
|
operation: "click";
|
|
140
141
|
session_id: string;
|
|
141
|
-
timeout: number;
|
|
142
142
|
selector: string;
|
|
143
143
|
wait_for_navigation: boolean;
|
|
144
144
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -158,34 +158,34 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
158
158
|
delay: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
159
159
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
160
160
|
}, "strip", import("zod").ZodTypeAny, {
|
|
161
|
+
text: string;
|
|
161
162
|
operation: "type";
|
|
162
163
|
session_id: string;
|
|
163
164
|
selector: string;
|
|
164
|
-
text: string;
|
|
165
|
-
clear_first: boolean;
|
|
166
165
|
delay: number;
|
|
166
|
+
clear_first: boolean;
|
|
167
167
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
168
168
|
}, {
|
|
169
|
+
text: string;
|
|
169
170
|
operation: "type";
|
|
170
171
|
session_id: string;
|
|
171
172
|
selector: string;
|
|
172
|
-
text: string;
|
|
173
173
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
174
|
-
clear_first?: boolean | undefined;
|
|
175
174
|
delay?: number | undefined;
|
|
175
|
+
clear_first?: boolean | undefined;
|
|
176
176
|
}>, import("zod").ZodObject<{
|
|
177
177
|
operation: import("zod").ZodLiteral<"evaluate">;
|
|
178
178
|
session_id: import("zod").ZodString;
|
|
179
179
|
script: 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
|
-
operation: "evaluate";
|
|
183
182
|
script: string;
|
|
183
|
+
operation: "evaluate";
|
|
184
184
|
session_id: string;
|
|
185
185
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
186
186
|
}, {
|
|
187
|
-
operation: "evaluate";
|
|
188
187
|
script: string;
|
|
188
|
+
operation: "evaluate";
|
|
189
189
|
session_id: string;
|
|
190
190
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
191
191
|
}>, import("zod").ZodObject<{
|
|
@@ -196,16 +196,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
196
196
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
197
197
|
}, "strip", import("zod").ZodTypeAny, {
|
|
198
198
|
operation: "get_content";
|
|
199
|
-
session_id: string;
|
|
200
199
|
content_type: "text" | "html" | "outer_html";
|
|
200
|
+
session_id: string;
|
|
201
201
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
202
202
|
selector?: string | undefined;
|
|
203
203
|
}, {
|
|
204
204
|
operation: "get_content";
|
|
205
205
|
session_id: string;
|
|
206
206
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
207
|
-
selector?: string | undefined;
|
|
208
207
|
content_type?: "text" | "html" | "outer_html" | undefined;
|
|
208
|
+
selector?: string | undefined;
|
|
209
209
|
}>, import("zod").ZodObject<{
|
|
210
210
|
operation: import("zod").ZodLiteral<"screenshot">;
|
|
211
211
|
session_id: import("zod").ZodString;
|
|
@@ -220,16 +220,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
220
220
|
session_id: string;
|
|
221
221
|
full_page: boolean;
|
|
222
222
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
223
|
-
selector?: string | undefined;
|
|
224
223
|
quality?: number | undefined;
|
|
224
|
+
selector?: string | undefined;
|
|
225
225
|
}, {
|
|
226
226
|
operation: "screenshot";
|
|
227
227
|
session_id: string;
|
|
228
228
|
format?: "png" | "jpeg" | "webp" | undefined;
|
|
229
229
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
230
|
+
quality?: number | undefined;
|
|
230
231
|
selector?: string | undefined;
|
|
231
232
|
full_page?: boolean | undefined;
|
|
232
|
-
quality?: number | undefined;
|
|
233
233
|
}>, import("zod").ZodObject<{
|
|
234
234
|
operation: import("zod").ZodLiteral<"wait">;
|
|
235
235
|
session_id: import("zod").ZodString;
|
|
@@ -238,9 +238,9 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
238
238
|
timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
239
239
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
240
240
|
}, "strip", import("zod").ZodTypeAny, {
|
|
241
|
+
timeout: number;
|
|
241
242
|
operation: "wait";
|
|
242
243
|
session_id: string;
|
|
243
|
-
timeout: number;
|
|
244
244
|
wait_type: "timeout" | "selector" | "navigation";
|
|
245
245
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
246
246
|
selector?: string | undefined;
|
|
@@ -290,15 +290,15 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
290
290
|
error: string;
|
|
291
291
|
success: boolean;
|
|
292
292
|
operation: "start_session";
|
|
293
|
-
context_id?: string | undefined;
|
|
294
293
|
session_id?: string | undefined;
|
|
294
|
+
context_id?: string | undefined;
|
|
295
295
|
debug_url?: string | undefined;
|
|
296
296
|
}, {
|
|
297
297
|
error: string;
|
|
298
298
|
success: boolean;
|
|
299
299
|
operation: "start_session";
|
|
300
|
-
context_id?: string | undefined;
|
|
301
300
|
session_id?: string | undefined;
|
|
301
|
+
context_id?: string | undefined;
|
|
302
302
|
debug_url?: string | undefined;
|
|
303
303
|
}>, import("zod").ZodObject<{
|
|
304
304
|
operation: import("zod").ZodLiteral<"navigate">;
|
|
@@ -411,16 +411,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
411
411
|
httpOnly: import("zod").ZodBoolean;
|
|
412
412
|
secure: import("zod").ZodBoolean;
|
|
413
413
|
}, "strip", import("zod").ZodTypeAny, {
|
|
414
|
-
path: string;
|
|
415
414
|
value: string;
|
|
415
|
+
path: string;
|
|
416
416
|
name: string;
|
|
417
417
|
domain: string;
|
|
418
418
|
expires: number;
|
|
419
419
|
httpOnly: boolean;
|
|
420
420
|
secure: boolean;
|
|
421
421
|
}, {
|
|
422
|
-
path: string;
|
|
423
422
|
value: string;
|
|
423
|
+
path: string;
|
|
424
424
|
name: string;
|
|
425
425
|
domain: string;
|
|
426
426
|
expires: number;
|
|
@@ -433,8 +433,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
433
433
|
success: boolean;
|
|
434
434
|
operation: "get_cookies";
|
|
435
435
|
cookies?: {
|
|
436
|
-
path: string;
|
|
437
436
|
value: string;
|
|
437
|
+
path: string;
|
|
438
438
|
name: string;
|
|
439
439
|
domain: string;
|
|
440
440
|
expires: number;
|
|
@@ -446,8 +446,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
446
446
|
success: boolean;
|
|
447
447
|
operation: "get_cookies";
|
|
448
448
|
cookies?: {
|
|
449
|
-
path: string;
|
|
450
449
|
value: string;
|
|
450
|
+
path: string;
|
|
451
451
|
name: string;
|
|
452
452
|
domain: string;
|
|
453
453
|
expires: number;
|
|
@@ -12,16 +12,16 @@ export declare const CDPCookieSchema: z.ZodObject<{
|
|
|
12
12
|
httpOnly: z.ZodBoolean;
|
|
13
13
|
secure: z.ZodBoolean;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
|
-
path: string;
|
|
16
15
|
value: string;
|
|
16
|
+
path: string;
|
|
17
17
|
name: string;
|
|
18
18
|
domain: string;
|
|
19
19
|
expires: number;
|
|
20
20
|
httpOnly: boolean;
|
|
21
21
|
secure: boolean;
|
|
22
22
|
}, {
|
|
23
|
-
path: string;
|
|
24
23
|
value: string;
|
|
24
|
+
path: string;
|
|
25
25
|
name: string;
|
|
26
26
|
domain: string;
|
|
27
27
|
expires: number;
|
|
@@ -44,16 +44,16 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
|
|
|
44
44
|
httpOnly: z.ZodBoolean;
|
|
45
45
|
secure: z.ZodBoolean;
|
|
46
46
|
}, "strip", z.ZodTypeAny, {
|
|
47
|
-
path: string;
|
|
48
47
|
value: string;
|
|
48
|
+
path: string;
|
|
49
49
|
name: string;
|
|
50
50
|
domain: string;
|
|
51
51
|
expires: number;
|
|
52
52
|
httpOnly: boolean;
|
|
53
53
|
secure: boolean;
|
|
54
54
|
}, {
|
|
55
|
-
path: string;
|
|
56
55
|
value: string;
|
|
56
|
+
path: string;
|
|
57
57
|
name: string;
|
|
58
58
|
domain: string;
|
|
59
59
|
expires: number;
|
|
@@ -61,27 +61,27 @@ 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
|
-
path: string;
|
|
66
66
|
value: string;
|
|
67
|
+
path: string;
|
|
67
68
|
name: string;
|
|
68
69
|
domain: string;
|
|
69
70
|
expires: number;
|
|
70
71
|
httpOnly: boolean;
|
|
71
72
|
secure: boolean;
|
|
72
73
|
}[];
|
|
73
|
-
contextId: string;
|
|
74
74
|
}, {
|
|
75
|
+
contextId: string;
|
|
75
76
|
cookies: {
|
|
76
|
-
path: string;
|
|
77
77
|
value: string;
|
|
78
|
+
path: string;
|
|
78
79
|
name: string;
|
|
79
80
|
domain: string;
|
|
80
81
|
expires: number;
|
|
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
|
/**
|
|
@@ -100,16 +100,16 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
100
100
|
httpOnly: z.ZodBoolean;
|
|
101
101
|
secure: z.ZodBoolean;
|
|
102
102
|
}, "strip", z.ZodTypeAny, {
|
|
103
|
-
path: string;
|
|
104
103
|
value: string;
|
|
104
|
+
path: string;
|
|
105
105
|
name: string;
|
|
106
106
|
domain: string;
|
|
107
107
|
expires: number;
|
|
108
108
|
httpOnly: boolean;
|
|
109
109
|
secure: boolean;
|
|
110
110
|
}, {
|
|
111
|
-
path: string;
|
|
112
111
|
value: string;
|
|
112
|
+
path: string;
|
|
113
113
|
name: string;
|
|
114
114
|
domain: string;
|
|
115
115
|
expires: number;
|
|
@@ -124,29 +124,29 @@ 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
|
-
path: string;
|
|
130
128
|
value: string;
|
|
129
|
+
path: string;
|
|
131
130
|
name: string;
|
|
132
131
|
domain: string;
|
|
133
132
|
expires: number;
|
|
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
|
-
path: string;
|
|
143
141
|
value: string;
|
|
142
|
+
path: string;
|
|
144
143
|
name: string;
|
|
145
144
|
domain: string;
|
|
146
145
|
expires: number;
|
|
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
|
-
operation: "navigate";
|
|
161
160
|
url: string;
|
|
161
|
+
timeout: number;
|
|
162
|
+
operation: "navigate";
|
|
162
163
|
session_id: string;
|
|
163
164
|
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
164
|
-
timeout: number;
|
|
165
165
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
166
166
|
}, {
|
|
167
|
-
operation: "navigate";
|
|
168
167
|
url: string;
|
|
168
|
+
operation: "navigate";
|
|
169
169
|
session_id: string;
|
|
170
170
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
171
|
-
wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
|
|
172
171
|
timeout?: number | undefined;
|
|
172
|
+
wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
|
|
173
173
|
}>, z.ZodObject<{
|
|
174
174
|
operation: z.ZodLiteral<"click">;
|
|
175
175
|
session_id: z.ZodString;
|
|
@@ -178,9 +178,9 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
178
178
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
179
179
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
180
180
|
}, "strip", z.ZodTypeAny, {
|
|
181
|
+
timeout: number;
|
|
181
182
|
operation: "click";
|
|
182
183
|
session_id: string;
|
|
183
|
-
timeout: number;
|
|
184
184
|
selector: string;
|
|
185
185
|
wait_for_navigation: boolean;
|
|
186
186
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -200,34 +200,34 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
200
200
|
delay: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
201
201
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
202
202
|
}, "strip", z.ZodTypeAny, {
|
|
203
|
+
text: string;
|
|
203
204
|
operation: "type";
|
|
204
205
|
session_id: string;
|
|
205
206
|
selector: string;
|
|
206
|
-
text: string;
|
|
207
|
-
clear_first: boolean;
|
|
208
207
|
delay: number;
|
|
208
|
+
clear_first: boolean;
|
|
209
209
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
210
210
|
}, {
|
|
211
|
+
text: string;
|
|
211
212
|
operation: "type";
|
|
212
213
|
session_id: string;
|
|
213
214
|
selector: string;
|
|
214
|
-
text: string;
|
|
215
215
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
216
|
-
clear_first?: boolean | undefined;
|
|
217
216
|
delay?: number | undefined;
|
|
217
|
+
clear_first?: boolean | undefined;
|
|
218
218
|
}>, z.ZodObject<{
|
|
219
219
|
operation: z.ZodLiteral<"evaluate">;
|
|
220
220
|
session_id: z.ZodString;
|
|
221
221
|
script: z.ZodString;
|
|
222
222
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
223
223
|
}, "strip", z.ZodTypeAny, {
|
|
224
|
-
operation: "evaluate";
|
|
225
224
|
script: string;
|
|
225
|
+
operation: "evaluate";
|
|
226
226
|
session_id: string;
|
|
227
227
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
228
228
|
}, {
|
|
229
|
-
operation: "evaluate";
|
|
230
229
|
script: string;
|
|
230
|
+
operation: "evaluate";
|
|
231
231
|
session_id: string;
|
|
232
232
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
233
233
|
}>, z.ZodObject<{
|
|
@@ -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
|
-
session_id: string;
|
|
242
241
|
content_type: "text" | "html" | "outer_html";
|
|
242
|
+
session_id: string;
|
|
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
|
-
selector?: string | undefined;
|
|
250
249
|
content_type?: "text" | "html" | "outer_html" | undefined;
|
|
250
|
+
selector?: string | 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
|
-
selector?: string | undefined;
|
|
266
265
|
quality?: number | undefined;
|
|
266
|
+
selector?: string | 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;
|
|
272
273
|
selector?: string | undefined;
|
|
273
274
|
full_page?: boolean | undefined;
|
|
274
|
-
quality?: number | undefined;
|
|
275
275
|
}>, z.ZodObject<{
|
|
276
276
|
operation: z.ZodLiteral<"wait">;
|
|
277
277
|
session_id: z.ZodString;
|
|
@@ -280,9 +280,9 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
280
280
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
281
281
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
282
282
|
}, "strip", z.ZodTypeAny, {
|
|
283
|
+
timeout: number;
|
|
283
284
|
operation: "wait";
|
|
284
285
|
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
|
error: string;
|
|
336
336
|
success: boolean;
|
|
337
337
|
operation: "start_session";
|
|
338
|
-
context_id?: string | undefined;
|
|
339
338
|
session_id?: string | undefined;
|
|
339
|
+
context_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
|
-
context_id?: string | undefined;
|
|
346
345
|
session_id?: string | undefined;
|
|
346
|
+
context_id?: string | undefined;
|
|
347
347
|
debug_url?: string | undefined;
|
|
348
348
|
}>, z.ZodObject<{
|
|
349
349
|
operation: z.ZodLiteral<"navigate">;
|
|
@@ -456,16 +456,16 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
456
456
|
httpOnly: z.ZodBoolean;
|
|
457
457
|
secure: z.ZodBoolean;
|
|
458
458
|
}, "strip", z.ZodTypeAny, {
|
|
459
|
-
path: string;
|
|
460
459
|
value: string;
|
|
460
|
+
path: string;
|
|
461
461
|
name: string;
|
|
462
462
|
domain: string;
|
|
463
463
|
expires: number;
|
|
464
464
|
httpOnly: boolean;
|
|
465
465
|
secure: boolean;
|
|
466
466
|
}, {
|
|
467
|
-
path: string;
|
|
468
467
|
value: string;
|
|
468
|
+
path: string;
|
|
469
469
|
name: string;
|
|
470
470
|
domain: string;
|
|
471
471
|
expires: number;
|
|
@@ -478,8 +478,8 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
478
478
|
success: boolean;
|
|
479
479
|
operation: "get_cookies";
|
|
480
480
|
cookies?: {
|
|
481
|
-
path: string;
|
|
482
481
|
value: string;
|
|
482
|
+
path: string;
|
|
483
483
|
name: string;
|
|
484
484
|
domain: string;
|
|
485
485
|
expires: number;
|
|
@@ -491,8 +491,8 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
491
491
|
success: boolean;
|
|
492
492
|
operation: "get_cookies";
|
|
493
493
|
cookies?: {
|
|
494
|
-
path: string;
|
|
495
494
|
value: string;
|
|
495
|
+
path: string;
|
|
496
496
|
name: string;
|
|
497
497
|
domain: string;
|
|
498
498
|
expires: number;
|