@bubblelab/bubble-core 0.1.252 → 0.1.253
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bubble-bundle.d.ts +84 -84
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
- package/dist/bubbles/service-bubble/ai-agent.js +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +36 -36
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +150 -150
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +5 -5
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +180 -180
- package/dist/bubbles/service-bubble/followupboss.d.ts +2 -2
- package/dist/bubbles/service-bubble/github.d.ts +120 -120
- package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
- package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
- package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +6 -6
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +48 -48
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
- package/dist/bubbles/service-bubble/linear/linear.d.ts +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +380 -380
- package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +2 -2
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slab/slab.d.ts +18 -18
- package/dist/bubbles/service-bubble/slack/slack.d.ts +122 -122
- package/dist/bubbles/service-bubble/storage.d.ts +8 -8
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +60 -60
- package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +103 -103
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +158 -158
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
- 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 +32 -32
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +50 -50
- 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/web-search-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
- package/dist/bubbles.json +3 -3
- package/package.json +2 -2
|
@@ -32,9 +32,9 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
|
|
|
32
32
|
operation: "list_people";
|
|
33
33
|
credentials?: Record<string, string> | undefined;
|
|
34
34
|
search?: string | undefined;
|
|
35
|
-
channel?: string | undefined;
|
|
36
35
|
limit?: number | undefined;
|
|
37
36
|
offset?: number | undefined;
|
|
37
|
+
channel?: string | undefined;
|
|
38
38
|
team?: string | undefined;
|
|
39
39
|
site?: string | undefined;
|
|
40
40
|
queue?: string | undefined;
|
|
@@ -110,9 +110,9 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
|
|
|
110
110
|
person_id: string;
|
|
111
111
|
email?: string | undefined;
|
|
112
112
|
credentials?: Record<string, string> | undefined;
|
|
113
|
-
channels?: string[] | undefined;
|
|
114
113
|
first_name?: string | undefined;
|
|
115
114
|
last_name?: string | undefined;
|
|
115
|
+
channels?: string[] | undefined;
|
|
116
116
|
teams?: string[] | undefined;
|
|
117
117
|
timezone?: string | undefined;
|
|
118
118
|
site?: string | undefined;
|
|
@@ -123,9 +123,9 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
|
|
|
123
123
|
person_id: string;
|
|
124
124
|
email?: string | undefined;
|
|
125
125
|
credentials?: Record<string, string> | undefined;
|
|
126
|
-
channels?: string[] | undefined;
|
|
127
126
|
first_name?: string | undefined;
|
|
128
127
|
last_name?: string | undefined;
|
|
128
|
+
channels?: string[] | undefined;
|
|
129
129
|
teams?: string[] | undefined;
|
|
130
130
|
timezone?: string | undefined;
|
|
131
131
|
site?: string | undefined;
|
|
@@ -292,14 +292,14 @@ export declare class AssembledBubble<T extends AssembledParamsInput = AssembledP
|
|
|
292
292
|
error: string;
|
|
293
293
|
success: boolean;
|
|
294
294
|
operation: "list_people";
|
|
295
|
-
people?: Record<string, unknown>[] | undefined;
|
|
296
295
|
total?: number | undefined;
|
|
296
|
+
people?: Record<string, unknown>[] | undefined;
|
|
297
297
|
}, {
|
|
298
298
|
error: string;
|
|
299
299
|
success: boolean;
|
|
300
300
|
operation: "list_people";
|
|
301
|
-
people?: Record<string, unknown>[] | undefined;
|
|
302
301
|
total?: number | undefined;
|
|
302
|
+
people?: Record<string, unknown>[] | undefined;
|
|
303
303
|
}>, import("zod").ZodObject<{
|
|
304
304
|
operation: import("zod").ZodLiteral<"get_person">;
|
|
305
305
|
success: import("zod").ZodBoolean;
|
|
@@ -169,6 +169,7 @@ 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;
|
|
172
173
|
cookies?: {
|
|
173
174
|
value: string;
|
|
174
175
|
path: string;
|
|
@@ -178,7 +179,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
178
179
|
httpOnly: boolean;
|
|
179
180
|
secure: boolean;
|
|
180
181
|
}[] | undefined;
|
|
181
|
-
context_id?: string | undefined;
|
|
182
182
|
proxies?: true | ({
|
|
183
183
|
type: "browserbase";
|
|
184
184
|
geolocation?: {
|
|
@@ -204,6 +204,7 @@ 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;
|
|
207
208
|
cookies?: {
|
|
208
209
|
value: string;
|
|
209
210
|
path: string;
|
|
@@ -213,7 +214,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
213
214
|
httpOnly: boolean;
|
|
214
215
|
secure: boolean;
|
|
215
216
|
}[] | undefined;
|
|
216
|
-
context_id?: string | undefined;
|
|
217
217
|
viewport_width?: number | undefined;
|
|
218
218
|
viewport_height?: number | undefined;
|
|
219
219
|
proxies?: true | ({
|
|
@@ -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
|
-
format?: string | undefined;
|
|
541
540
|
data?: string | undefined;
|
|
541
|
+
format?: string | undefined;
|
|
542
542
|
}, {
|
|
543
543
|
error: string;
|
|
544
544
|
success: boolean;
|
|
545
545
|
operation: "screenshot";
|
|
546
|
-
format?: string | undefined;
|
|
547
546
|
data?: string | undefined;
|
|
547
|
+
format?: string | undefined;
|
|
548
548
|
}>, import("zod").ZodObject<{
|
|
549
549
|
operation: import("zod").ZodLiteral<"wait">;
|
|
550
550
|
success: import("zod").ZodBoolean;
|
|
@@ -1808,7 +1808,6 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1808
1808
|
error: string;
|
|
1809
1809
|
success: boolean;
|
|
1810
1810
|
operation: "get_comments";
|
|
1811
|
-
cursor?: string | undefined;
|
|
1812
1811
|
comments?: import("zod").objectOutputType<{
|
|
1813
1812
|
id: import("zod").ZodString;
|
|
1814
1813
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1858,11 +1857,11 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1858
1857
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1859
1858
|
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1860
1859
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
1860
|
+
cursor?: string | undefined;
|
|
1861
1861
|
}, {
|
|
1862
1862
|
error: string;
|
|
1863
1863
|
success: boolean;
|
|
1864
1864
|
operation: "get_comments";
|
|
1865
|
-
cursor?: string | undefined;
|
|
1866
1865
|
comments?: import("zod").objectInputType<{
|
|
1867
1866
|
id: import("zod").ZodString;
|
|
1868
1867
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1912,6 +1911,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1912
1911
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1913
1912
|
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1914
1913
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
1914
|
+
cursor?: string | undefined;
|
|
1915
1915
|
}>]>;
|
|
1916
1916
|
static readonly shortDescription = "Confluence integration for wiki pages and content management";
|
|
1917
1917
|
static readonly longDescription = "\n Confluence Cloud integration for managing wiki content, spaces, and pages.\n\n Operations:\n - list_spaces: List Confluence spaces with filtering\n - get_space: Get space details by ID\n - list_pages: List pages (filter by space, title, status)\n - get_page: Get page by ID with body content\n - create_page: Create a new page in a space\n - update_page: Update page content (auto-increments version)\n - delete_page: Delete/trash a page\n - search: Search via CQL (Confluence Query Language)\n - add_comment: Add footer comment to a page\n - get_comments: List footer comments for a page\n\n Features:\n - Markdown content auto-converted to Confluence storage format (XHTML)\n - Auto-version management for page updates\n - CQL search support for powerful content discovery\n\n Authentication:\n - OAuth 2.0 via Atlassian Cloud (same provider as Jira)\n ";
|