@bubblelab/bubble-core 0.1.253 → 0.1.254
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/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/linear/linear.d.ts +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +380 -380
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- 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 +1 -1
- 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;
|
|
35
36
|
limit?: number | undefined;
|
|
36
37
|
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;
|
|
113
114
|
first_name?: string | undefined;
|
|
114
115
|
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;
|
|
126
127
|
first_name?: string | undefined;
|
|
127
128
|
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
|
-
total?: number | undefined;
|
|
296
295
|
people?: Record<string, unknown>[] | undefined;
|
|
296
|
+
total?: number | undefined;
|
|
297
297
|
}, {
|
|
298
298
|
error: string;
|
|
299
299
|
success: boolean;
|
|
300
300
|
operation: "list_people";
|
|
301
|
-
total?: number | undefined;
|
|
302
301
|
people?: Record<string, unknown>[] | undefined;
|
|
302
|
+
total?: number | undefined;
|
|
303
303
|
}>, import("zod").ZodObject<{
|
|
304
304
|
operation: import("zod").ZodLiteral<"get_person">;
|
|
305
305
|
success: import("zod").ZodBoolean;
|
|
@@ -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 | ({
|
|
@@ -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;
|
|
@@ -1808,6 +1808,7 @@ 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;
|
|
1811
1812
|
comments?: import("zod").objectOutputType<{
|
|
1812
1813
|
id: import("zod").ZodString;
|
|
1813
1814
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1857,11 +1858,11 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1857
1858
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1858
1859
|
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1859
1860
|
}, 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;
|
|
1865
1866
|
comments?: import("zod").objectInputType<{
|
|
1866
1867
|
id: import("zod").ZodString;
|
|
1867
1868
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1911,7 +1912,6 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1911
1912
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1912
1913
|
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1913
1914
|
}, 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 ";
|