@bubblelab/bubble-core 0.1.238 → 0.1.239
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 +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +82 -82
- package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +114 -114
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +162 -162
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +4 -4
- package/dist/bubbles/service-bubble/attio/attio.d.ts +2 -2
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +5 -5
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +7 -7
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +82 -82
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/firecrawl.d.ts +270 -270
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +12 -12
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
- package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
- package/dist/bubbles/service-bubble/http.d.ts +10 -10
- package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +8 -8
- package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +4 -4
- package/dist/bubbles/service-bubble/notion/notion.d.ts +28 -28
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +9 -9
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +13 -13
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/slab/slab.d.ts +16 -16
- package/dist/bubbles/service-bubble/slab/slab.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/slack/slack.d.ts +140 -140
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +34 -34
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +40 -40
- package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
- package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +22 -22
- package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +22 -22
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +316 -316
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +52 -52
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +124 -124
- 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 +8 -8
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -69,8 +69,8 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
|
|
|
69
69
|
first_name: string;
|
|
70
70
|
last_name: string;
|
|
71
71
|
staffable: boolean;
|
|
72
|
-
email?: string | undefined;
|
|
73
72
|
credentials?: Record<string, string> | undefined;
|
|
73
|
+
email?: string | undefined;
|
|
74
74
|
channels?: string[] | undefined;
|
|
75
75
|
teams?: string[] | undefined;
|
|
76
76
|
timezone?: string | undefined;
|
|
@@ -82,8 +82,8 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
|
|
|
82
82
|
operation: "create_person";
|
|
83
83
|
first_name: string;
|
|
84
84
|
last_name: string;
|
|
85
|
-
email?: string | undefined;
|
|
86
85
|
credentials?: Record<string, string> | undefined;
|
|
86
|
+
email?: string | undefined;
|
|
87
87
|
channels?: string[] | undefined;
|
|
88
88
|
teams?: string[] | undefined;
|
|
89
89
|
timezone?: string | undefined;
|
|
@@ -108,8 +108,8 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
|
|
|
108
108
|
}, "strip", import("zod").ZodTypeAny, {
|
|
109
109
|
operation: "update_person";
|
|
110
110
|
person_id: string;
|
|
111
|
-
email?: string | undefined;
|
|
112
111
|
credentials?: Record<string, string> | undefined;
|
|
112
|
+
email?: string | undefined;
|
|
113
113
|
first_name?: string | undefined;
|
|
114
114
|
last_name?: string | undefined;
|
|
115
115
|
channels?: string[] | undefined;
|
|
@@ -121,8 +121,8 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
|
|
|
121
121
|
}, {
|
|
122
122
|
operation: "update_person";
|
|
123
123
|
person_id: string;
|
|
124
|
-
email?: string | undefined;
|
|
125
124
|
credentials?: Record<string, string> | undefined;
|
|
125
|
+
email?: string | undefined;
|
|
126
126
|
first_name?: string | undefined;
|
|
127
127
|
last_name?: string | undefined;
|
|
128
128
|
channels?: string[] | undefined;
|
|
@@ -238,15 +238,15 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
|
|
|
238
238
|
}, "strip", import("zod").ZodTypeAny, {
|
|
239
239
|
operation: "update_task";
|
|
240
240
|
task_id: string;
|
|
241
|
-
content?: string | undefined;
|
|
242
241
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
242
|
+
content?: string | undefined;
|
|
243
243
|
deadline_at?: string | undefined;
|
|
244
244
|
is_completed?: boolean | undefined;
|
|
245
245
|
}, {
|
|
246
246
|
operation: "update_task";
|
|
247
247
|
task_id: string;
|
|
248
|
-
content?: string | undefined;
|
|
249
248
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
249
|
+
content?: string | undefined;
|
|
250
250
|
deadline_at?: string | undefined;
|
|
251
251
|
is_completed?: boolean | undefined;
|
|
252
252
|
}>, import("zod").ZodObject<{
|
|
@@ -229,15 +229,15 @@ export declare const AttioParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
229
229
|
}, "strip", z.ZodTypeAny, {
|
|
230
230
|
operation: "update_task";
|
|
231
231
|
task_id: string;
|
|
232
|
-
content?: string | undefined;
|
|
233
232
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
233
|
+
content?: string | undefined;
|
|
234
234
|
deadline_at?: string | undefined;
|
|
235
235
|
is_completed?: boolean | undefined;
|
|
236
236
|
}, {
|
|
237
237
|
operation: "update_task";
|
|
238
238
|
task_id: string;
|
|
239
|
-
content?: string | undefined;
|
|
240
239
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
240
|
+
content?: string | undefined;
|
|
241
241
|
deadline_at?: string | undefined;
|
|
242
242
|
is_completed?: boolean | undefined;
|
|
243
243
|
}>, z.ZodObject<{
|
|
@@ -169,7 +169,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
169
169
|
captchaImageSelector?: string | undefined;
|
|
170
170
|
captchaInputSelector?: string | undefined;
|
|
171
171
|
} | undefined;
|
|
172
|
-
context_id?: string | undefined;
|
|
173
172
|
cookies?: {
|
|
174
173
|
value: string;
|
|
175
174
|
path: string;
|
|
@@ -179,6 +178,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
179
178
|
httpOnly: boolean;
|
|
180
179
|
secure: boolean;
|
|
181
180
|
}[] | undefined;
|
|
181
|
+
context_id?: string | undefined;
|
|
182
182
|
proxies?: true | ({
|
|
183
183
|
type: "browserbase";
|
|
184
184
|
geolocation?: {
|
|
@@ -204,7 +204,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
204
204
|
captchaImageSelector?: string | undefined;
|
|
205
205
|
captchaInputSelector?: string | undefined;
|
|
206
206
|
} | undefined;
|
|
207
|
-
context_id?: string | undefined;
|
|
208
207
|
cookies?: {
|
|
209
208
|
value: string;
|
|
210
209
|
path: string;
|
|
@@ -214,6 +213,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
214
213
|
httpOnly: boolean;
|
|
215
214
|
secure: boolean;
|
|
216
215
|
}[] | undefined;
|
|
216
|
+
context_id?: string | undefined;
|
|
217
217
|
viewport_width?: number | undefined;
|
|
218
218
|
viewport_height?: number | undefined;
|
|
219
219
|
proxies?: true | ({
|
|
@@ -240,8 +240,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
240
240
|
timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
241
241
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
242
242
|
}, "strip", import("zod").ZodTypeAny, {
|
|
243
|
-
url: string;
|
|
244
243
|
timeout: number;
|
|
244
|
+
url: string;
|
|
245
245
|
operation: "navigate";
|
|
246
246
|
session_id: string;
|
|
247
247
|
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
@@ -537,14 +537,14 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
537
537
|
error: string;
|
|
538
538
|
success: boolean;
|
|
539
539
|
operation: "screenshot";
|
|
540
|
-
data?: string | undefined;
|
|
541
540
|
format?: string | undefined;
|
|
541
|
+
data?: string | undefined;
|
|
542
542
|
}, {
|
|
543
543
|
error: string;
|
|
544
544
|
success: boolean;
|
|
545
545
|
operation: "screenshot";
|
|
546
|
-
data?: string | undefined;
|
|
547
546
|
format?: string | undefined;
|
|
547
|
+
data?: string | undefined;
|
|
548
548
|
}>, import("zod").ZodObject<{
|
|
549
549
|
operation: import("zod").ZodLiteral<"wait">;
|
|
550
550
|
success: import("zod").ZodBoolean;
|
|
@@ -91,6 +91,7 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
|
|
|
91
91
|
username?: string | undefined;
|
|
92
92
|
}>>;
|
|
93
93
|
}, "strip", z.ZodTypeAny, {
|
|
94
|
+
contextId: string;
|
|
94
95
|
cookies: {
|
|
95
96
|
value: string;
|
|
96
97
|
path: string;
|
|
@@ -100,13 +101,13 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
|
|
|
100
101
|
httpOnly: boolean;
|
|
101
102
|
secure: boolean;
|
|
102
103
|
}[];
|
|
103
|
-
contextId: string;
|
|
104
104
|
proxy?: {
|
|
105
105
|
server: string;
|
|
106
106
|
password?: string | undefined;
|
|
107
107
|
username?: string | undefined;
|
|
108
108
|
} | undefined;
|
|
109
109
|
}, {
|
|
110
|
+
contextId: string;
|
|
110
111
|
cookies: {
|
|
111
112
|
value: string;
|
|
112
113
|
path: string;
|
|
@@ -116,7 +117,6 @@ export declare const BrowserSessionDataSchema: z.ZodObject<{
|
|
|
116
117
|
httpOnly: boolean;
|
|
117
118
|
secure: boolean;
|
|
118
119
|
}[];
|
|
119
|
-
contextId: string;
|
|
120
120
|
proxy?: {
|
|
121
121
|
server: string;
|
|
122
122
|
password?: string | undefined;
|
|
@@ -390,7 +390,6 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
390
390
|
captchaImageSelector?: string | undefined;
|
|
391
391
|
captchaInputSelector?: string | undefined;
|
|
392
392
|
} | undefined;
|
|
393
|
-
context_id?: string | undefined;
|
|
394
393
|
cookies?: {
|
|
395
394
|
value: string;
|
|
396
395
|
path: string;
|
|
@@ -400,6 +399,7 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
400
399
|
httpOnly: boolean;
|
|
401
400
|
secure: boolean;
|
|
402
401
|
}[] | undefined;
|
|
402
|
+
context_id?: string | undefined;
|
|
403
403
|
proxies?: true | ({
|
|
404
404
|
type: "browserbase";
|
|
405
405
|
geolocation?: {
|
|
@@ -425,7 +425,6 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
425
425
|
captchaImageSelector?: string | undefined;
|
|
426
426
|
captchaInputSelector?: string | undefined;
|
|
427
427
|
} | undefined;
|
|
428
|
-
context_id?: string | undefined;
|
|
429
428
|
cookies?: {
|
|
430
429
|
value: string;
|
|
431
430
|
path: string;
|
|
@@ -435,6 +434,7 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
435
434
|
httpOnly: boolean;
|
|
436
435
|
secure: boolean;
|
|
437
436
|
}[] | undefined;
|
|
437
|
+
context_id?: string | undefined;
|
|
438
438
|
viewport_width?: number | undefined;
|
|
439
439
|
viewport_height?: number | undefined;
|
|
440
440
|
proxies?: true | ({
|
|
@@ -461,8 +461,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
461
461
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
462
462
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
463
463
|
}, "strip", z.ZodTypeAny, {
|
|
464
|
-
url: string;
|
|
465
464
|
timeout: number;
|
|
465
|
+
url: string;
|
|
466
466
|
operation: "navigate";
|
|
467
467
|
session_id: string;
|
|
468
468
|
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
@@ -761,14 +761,14 @@ export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
761
761
|
error: string;
|
|
762
762
|
success: boolean;
|
|
763
763
|
operation: "screenshot";
|
|
764
|
-
data?: string | undefined;
|
|
765
764
|
format?: string | undefined;
|
|
765
|
+
data?: string | undefined;
|
|
766
766
|
}, {
|
|
767
767
|
error: string;
|
|
768
768
|
success: boolean;
|
|
769
769
|
operation: "screenshot";
|
|
770
|
-
data?: string | undefined;
|
|
771
770
|
format?: string | undefined;
|
|
771
|
+
data?: string | undefined;
|
|
772
772
|
}>, z.ZodObject<{
|
|
773
773
|
operation: z.ZodLiteral<"wait">;
|
|
774
774
|
success: z.ZodBoolean;
|