@bubblelab/bubble-core 0.1.146 → 0.1.147
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 +76 -76
- package/dist/bubbles/service-bubble/agi-inc.d.ts +28 -28
- package/dist/bubbles/service-bubble/ai-agent.d.ts +60 -60
- package/dist/bubbles/service-bubble/airtable.d.ts +112 -112
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +37 -37
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +21 -21
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +394 -394
- package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +60 -60
- package/dist/bubbles/service-bubble/github.d.ts +210 -210
- package/dist/bubbles/service-bubble/gmail.d.ts +410 -410
- package/dist/bubbles/service-bubble/google-calendar.d.ts +2 -2
- package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/jira/jira.d.ts +18 -18
- package/dist/bubbles/service-bubble/notion/notion.d.ts +13738 -9223
- package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.js +55 -2
- package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +504 -504
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +25 -25
- package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +7 -7
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +386 -386
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +108 -108
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +46 -46
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
- package/dist/bubbles.json +732 -3
- package/package.json +2 -2
|
@@ -98,28 +98,28 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
98
98
|
country: import("zod").ZodString;
|
|
99
99
|
}, "strip", import("zod").ZodTypeAny, {
|
|
100
100
|
country: string;
|
|
101
|
-
city?: string | undefined;
|
|
102
101
|
state?: string | undefined;
|
|
102
|
+
city?: string | undefined;
|
|
103
103
|
}, {
|
|
104
104
|
country: string;
|
|
105
|
-
city?: string | undefined;
|
|
106
105
|
state?: string | undefined;
|
|
106
|
+
city?: string | undefined;
|
|
107
107
|
}>>;
|
|
108
108
|
domainPattern: import("zod").ZodOptional<import("zod").ZodString>;
|
|
109
109
|
}, "strip", import("zod").ZodTypeAny, {
|
|
110
110
|
type: "browserbase";
|
|
111
111
|
geolocation?: {
|
|
112
112
|
country: string;
|
|
113
|
-
city?: string | undefined;
|
|
114
113
|
state?: string | undefined;
|
|
114
|
+
city?: string | undefined;
|
|
115
115
|
} | undefined;
|
|
116
116
|
domainPattern?: string | undefined;
|
|
117
117
|
}, {
|
|
118
118
|
type: "browserbase";
|
|
119
119
|
geolocation?: {
|
|
120
120
|
country: string;
|
|
121
|
-
city?: string | undefined;
|
|
122
121
|
state?: string | undefined;
|
|
122
|
+
city?: string | undefined;
|
|
123
123
|
} | undefined;
|
|
124
124
|
domainPattern?: string | undefined;
|
|
125
125
|
}>, import("zod").ZodObject<{
|
|
@@ -132,14 +132,14 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
132
132
|
type: "external";
|
|
133
133
|
server: string;
|
|
134
134
|
password?: string | undefined;
|
|
135
|
-
domainPattern?: string | undefined;
|
|
136
135
|
username?: string | undefined;
|
|
136
|
+
domainPattern?: string | undefined;
|
|
137
137
|
}, {
|
|
138
138
|
type: "external";
|
|
139
139
|
server: string;
|
|
140
140
|
password?: string | undefined;
|
|
141
|
-
domainPattern?: string | undefined;
|
|
142
141
|
username?: string | undefined;
|
|
142
|
+
domainPattern?: string | undefined;
|
|
143
143
|
}>]>, "many">]>>;
|
|
144
144
|
stealth: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
145
145
|
advancedStealth: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
@@ -162,6 +162,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
162
162
|
operation: "start_session";
|
|
163
163
|
viewport_width: number;
|
|
164
164
|
viewport_height: number;
|
|
165
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
166
|
+
stealth?: {
|
|
167
|
+
advancedStealth: boolean;
|
|
168
|
+
solveCaptchas: boolean;
|
|
169
|
+
captchaImageSelector?: string | undefined;
|
|
170
|
+
captchaInputSelector?: string | undefined;
|
|
171
|
+
} | undefined;
|
|
165
172
|
context_id?: string | undefined;
|
|
166
173
|
cookies?: {
|
|
167
174
|
value: string;
|
|
@@ -172,31 +179,31 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
172
179
|
httpOnly: boolean;
|
|
173
180
|
secure: boolean;
|
|
174
181
|
}[] | undefined;
|
|
175
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
176
182
|
proxies?: true | ({
|
|
177
183
|
type: "browserbase";
|
|
178
184
|
geolocation?: {
|
|
179
185
|
country: string;
|
|
180
|
-
city?: string | undefined;
|
|
181
186
|
state?: string | undefined;
|
|
187
|
+
city?: string | undefined;
|
|
182
188
|
} | undefined;
|
|
183
189
|
domainPattern?: string | undefined;
|
|
184
190
|
} | {
|
|
185
191
|
type: "external";
|
|
186
192
|
server: string;
|
|
187
193
|
password?: string | undefined;
|
|
188
|
-
domainPattern?: string | undefined;
|
|
189
194
|
username?: string | undefined;
|
|
195
|
+
domainPattern?: string | undefined;
|
|
190
196
|
})[] | undefined;
|
|
197
|
+
timeout_seconds?: number | undefined;
|
|
198
|
+
}, {
|
|
199
|
+
operation: "start_session";
|
|
200
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
191
201
|
stealth?: {
|
|
192
|
-
advancedStealth
|
|
193
|
-
solveCaptchas
|
|
202
|
+
advancedStealth?: boolean | undefined;
|
|
203
|
+
solveCaptchas?: boolean | undefined;
|
|
194
204
|
captchaImageSelector?: string | undefined;
|
|
195
205
|
captchaInputSelector?: string | undefined;
|
|
196
206
|
} | undefined;
|
|
197
|
-
timeout_seconds?: number | undefined;
|
|
198
|
-
}, {
|
|
199
|
-
operation: "start_session";
|
|
200
207
|
context_id?: string | undefined;
|
|
201
208
|
cookies?: {
|
|
202
209
|
value: string;
|
|
@@ -209,28 +216,21 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
209
216
|
}[] | undefined;
|
|
210
217
|
viewport_width?: number | undefined;
|
|
211
218
|
viewport_height?: number | undefined;
|
|
212
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
213
219
|
proxies?: true | ({
|
|
214
220
|
type: "browserbase";
|
|
215
221
|
geolocation?: {
|
|
216
222
|
country: string;
|
|
217
|
-
city?: string | undefined;
|
|
218
223
|
state?: string | undefined;
|
|
224
|
+
city?: string | undefined;
|
|
219
225
|
} | undefined;
|
|
220
226
|
domainPattern?: string | undefined;
|
|
221
227
|
} | {
|
|
222
228
|
type: "external";
|
|
223
229
|
server: string;
|
|
224
230
|
password?: string | undefined;
|
|
225
|
-
domainPattern?: string | undefined;
|
|
226
231
|
username?: string | undefined;
|
|
232
|
+
domainPattern?: string | undefined;
|
|
227
233
|
})[] | undefined;
|
|
228
|
-
stealth?: {
|
|
229
|
-
advancedStealth?: boolean | undefined;
|
|
230
|
-
solveCaptchas?: boolean | undefined;
|
|
231
|
-
captchaImageSelector?: string | undefined;
|
|
232
|
-
captchaInputSelector?: string | undefined;
|
|
233
|
-
} | undefined;
|
|
234
234
|
timeout_seconds?: number | undefined;
|
|
235
235
|
}>, import("zod").ZodObject<{
|
|
236
236
|
operation: import("zod").ZodLiteral<"navigate">;
|
|
@@ -242,17 +242,17 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
242
242
|
}, "strip", import("zod").ZodTypeAny, {
|
|
243
243
|
operation: "navigate";
|
|
244
244
|
url: string;
|
|
245
|
+
timeout: number;
|
|
245
246
|
session_id: string;
|
|
246
247
|
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
247
|
-
timeout: number;
|
|
248
248
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
249
249
|
}, {
|
|
250
250
|
operation: "navigate";
|
|
251
251
|
url: string;
|
|
252
252
|
session_id: string;
|
|
253
253
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
254
|
-
wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
|
|
255
254
|
timeout?: number | undefined;
|
|
255
|
+
wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
|
|
256
256
|
}>, import("zod").ZodObject<{
|
|
257
257
|
operation: import("zod").ZodLiteral<"click">;
|
|
258
258
|
session_id: import("zod").ZodString;
|
|
@@ -262,8 +262,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
262
262
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
263
263
|
}, "strip", import("zod").ZodTypeAny, {
|
|
264
264
|
operation: "click";
|
|
265
|
-
session_id: string;
|
|
266
265
|
timeout: number;
|
|
266
|
+
session_id: string;
|
|
267
267
|
selector: string;
|
|
268
268
|
wait_for_navigation: boolean;
|
|
269
269
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -284,20 +284,20 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
284
284
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
285
285
|
}, "strip", import("zod").ZodTypeAny, {
|
|
286
286
|
operation: "type";
|
|
287
|
+
text: string;
|
|
287
288
|
session_id: string;
|
|
288
289
|
selector: string;
|
|
289
|
-
text: string;
|
|
290
|
-
clear_first: boolean;
|
|
291
290
|
delay: number;
|
|
291
|
+
clear_first: boolean;
|
|
292
292
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
293
293
|
}, {
|
|
294
294
|
operation: "type";
|
|
295
|
+
text: string;
|
|
295
296
|
session_id: string;
|
|
296
297
|
selector: string;
|
|
297
|
-
text: string;
|
|
298
298
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
299
|
-
clear_first?: boolean | undefined;
|
|
300
299
|
delay?: number | undefined;
|
|
300
|
+
clear_first?: boolean | undefined;
|
|
301
301
|
}>, import("zod").ZodObject<{
|
|
302
302
|
operation: import("zod").ZodLiteral<"evaluate">;
|
|
303
303
|
session_id: import("zod").ZodString;
|
|
@@ -305,13 +305,13 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
305
305
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
306
306
|
}, "strip", import("zod").ZodTypeAny, {
|
|
307
307
|
operation: "evaluate";
|
|
308
|
-
session_id: string;
|
|
309
308
|
script: string;
|
|
309
|
+
session_id: string;
|
|
310
310
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
311
311
|
}, {
|
|
312
312
|
operation: "evaluate";
|
|
313
|
-
session_id: string;
|
|
314
313
|
script: string;
|
|
314
|
+
session_id: string;
|
|
315
315
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
316
316
|
}>, import("zod").ZodObject<{
|
|
317
317
|
operation: import("zod").ZodLiteral<"get_content">;
|
|
@@ -345,16 +345,16 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
345
345
|
session_id: string;
|
|
346
346
|
full_page: boolean;
|
|
347
347
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
348
|
-
selector?: string | undefined;
|
|
349
348
|
quality?: number | undefined;
|
|
349
|
+
selector?: string | undefined;
|
|
350
350
|
}, {
|
|
351
351
|
operation: "screenshot";
|
|
352
352
|
session_id: string;
|
|
353
353
|
format?: "png" | "jpeg" | "webp" | undefined;
|
|
354
354
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
355
|
+
quality?: number | undefined;
|
|
355
356
|
selector?: string | undefined;
|
|
356
357
|
full_page?: boolean | undefined;
|
|
357
|
-
quality?: number | undefined;
|
|
358
358
|
}>, import("zod").ZodObject<{
|
|
359
359
|
operation: import("zod").ZodLiteral<"wait">;
|
|
360
360
|
session_id: import("zod").ZodString;
|
|
@@ -364,8 +364,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
364
364
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
365
365
|
}, "strip", import("zod").ZodTypeAny, {
|
|
366
366
|
operation: "wait";
|
|
367
|
-
session_id: string;
|
|
368
367
|
timeout: number;
|
|
368
|
+
session_id: string;
|
|
369
369
|
wait_type: "timeout" | "selector" | "navigation";
|
|
370
370
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
371
371
|
selector?: string | undefined;
|
|
@@ -415,15 +415,15 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
415
415
|
operation: "start_session";
|
|
416
416
|
success: boolean;
|
|
417
417
|
error: string;
|
|
418
|
-
context_id?: string | undefined;
|
|
419
418
|
session_id?: string | undefined;
|
|
419
|
+
context_id?: string | undefined;
|
|
420
420
|
debug_url?: string | undefined;
|
|
421
421
|
}, {
|
|
422
422
|
operation: "start_session";
|
|
423
423
|
success: boolean;
|
|
424
424
|
error: string;
|
|
425
|
-
context_id?: string | undefined;
|
|
426
425
|
session_id?: string | undefined;
|
|
426
|
+
context_id?: string | undefined;
|
|
427
427
|
debug_url?: string | undefined;
|
|
428
428
|
}>, import("zod").ZodObject<{
|
|
429
429
|
operation: import("zod").ZodLiteral<"navigate">;
|
|
@@ -42,13 +42,13 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
42
42
|
operation: "list_spaces";
|
|
43
43
|
limit: number;
|
|
44
44
|
type?: "global" | "personal" | undefined;
|
|
45
|
-
status?: "
|
|
45
|
+
status?: "archived" | "current" | undefined;
|
|
46
46
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
47
47
|
cursor?: string | undefined;
|
|
48
48
|
}, {
|
|
49
49
|
operation: "list_spaces";
|
|
50
50
|
type?: "global" | "personal" | undefined;
|
|
51
|
-
status?: "
|
|
51
|
+
status?: "archived" | "current" | undefined;
|
|
52
52
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
53
53
|
limit?: number | undefined;
|
|
54
54
|
cursor?: string | undefined;
|
|
@@ -77,7 +77,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
77
77
|
operation: "list_pages";
|
|
78
78
|
limit: number;
|
|
79
79
|
title?: string | undefined;
|
|
80
|
-
status?: "
|
|
80
|
+
status?: "draft" | "current" | "trashed" | undefined;
|
|
81
81
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
82
82
|
cursor?: string | undefined;
|
|
83
83
|
space_id?: string | undefined;
|
|
@@ -85,7 +85,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
85
85
|
}, {
|
|
86
86
|
operation: "list_pages";
|
|
87
87
|
title?: string | undefined;
|
|
88
|
-
status?: "
|
|
88
|
+
status?: "draft" | "current" | "trashed" | undefined;
|
|
89
89
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
90
90
|
limit?: number | undefined;
|
|
91
91
|
cursor?: string | undefined;
|
|
@@ -118,7 +118,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
118
118
|
}, "strip", import("zod").ZodTypeAny, {
|
|
119
119
|
operation: "create_page";
|
|
120
120
|
title: string;
|
|
121
|
-
status: "
|
|
121
|
+
status: "draft" | "current";
|
|
122
122
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
123
123
|
body?: string | undefined;
|
|
124
124
|
space_id?: string | undefined;
|
|
@@ -127,7 +127,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
127
127
|
}, {
|
|
128
128
|
operation: "create_page";
|
|
129
129
|
title: string;
|
|
130
|
-
status?: "
|
|
130
|
+
status?: "draft" | "current" | undefined;
|
|
131
131
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
132
132
|
body?: string | undefined;
|
|
133
133
|
space_id?: string | undefined;
|
|
@@ -145,7 +145,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
145
145
|
operation: "update_page";
|
|
146
146
|
page_id: string;
|
|
147
147
|
title?: string | undefined;
|
|
148
|
-
status?: "
|
|
148
|
+
status?: "draft" | "current" | undefined;
|
|
149
149
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
150
150
|
body?: string | undefined;
|
|
151
151
|
version_message?: string | undefined;
|
|
@@ -153,7 +153,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
153
153
|
operation: "update_page";
|
|
154
154
|
page_id: string;
|
|
155
155
|
title?: string | undefined;
|
|
156
|
-
status?: "
|
|
156
|
+
status?: "draft" | "current" | undefined;
|
|
157
157
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
158
158
|
body?: string | undefined;
|
|
159
159
|
version_message?: string | undefined;
|
|
@@ -194,13 +194,13 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
194
194
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
195
195
|
}, "strip", import("zod").ZodTypeAny, {
|
|
196
196
|
operation: "add_comment";
|
|
197
|
-
body: string;
|
|
198
197
|
page_id: string;
|
|
198
|
+
body: string;
|
|
199
199
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
200
200
|
}, {
|
|
201
201
|
operation: "add_comment";
|
|
202
|
-
body: string;
|
|
203
202
|
page_id: string;
|
|
203
|
+
body: string;
|
|
204
204
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
205
205
|
}>, import("zod").ZodObject<{
|
|
206
206
|
operation: import("zod").ZodLiteral<"get_comments">;
|
|
@@ -210,8 +210,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
210
210
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
211
211
|
}, "strip", import("zod").ZodTypeAny, {
|
|
212
212
|
operation: "get_comments";
|
|
213
|
-
limit: number;
|
|
214
213
|
page_id: string;
|
|
214
|
+
limit: number;
|
|
215
215
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
216
216
|
cursor?: string | undefined;
|
|
217
217
|
}, {
|
|
@@ -533,7 +533,6 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
533
533
|
operation: "list_pages";
|
|
534
534
|
success: boolean;
|
|
535
535
|
error: string;
|
|
536
|
-
cursor?: string | undefined;
|
|
537
536
|
pages?: import("zod").objectOutputType<{
|
|
538
537
|
id: import("zod").ZodString;
|
|
539
538
|
title: import("zod").ZodString;
|
|
@@ -598,11 +597,11 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
598
597
|
webui: import("zod").ZodOptional<import("zod").ZodString>;
|
|
599
598
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
600
599
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
600
|
+
cursor?: string | undefined;
|
|
601
601
|
}, {
|
|
602
602
|
operation: "list_pages";
|
|
603
603
|
success: boolean;
|
|
604
604
|
error: string;
|
|
605
|
-
cursor?: string | undefined;
|
|
606
605
|
pages?: import("zod").objectInputType<{
|
|
607
606
|
id: import("zod").ZodString;
|
|
608
607
|
title: import("zod").ZodString;
|
|
@@ -667,6 +666,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
667
666
|
webui: import("zod").ZodOptional<import("zod").ZodString>;
|
|
668
667
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
669
668
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
669
|
+
cursor?: string | undefined;
|
|
670
670
|
}>, import("zod").ZodObject<{
|
|
671
671
|
operation: import("zod").ZodLiteral<"get_page">;
|
|
672
672
|
success: import("zod").ZodBoolean;
|
|
@@ -1283,9 +1283,6 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1283
1283
|
operation: "search";
|
|
1284
1284
|
success: boolean;
|
|
1285
1285
|
error: string;
|
|
1286
|
-
start?: number | undefined;
|
|
1287
|
-
limit?: number | undefined;
|
|
1288
|
-
total?: number | undefined;
|
|
1289
1286
|
results?: import("zod").objectOutputType<{
|
|
1290
1287
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1291
1288
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1339,13 +1336,13 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1339
1336
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1340
1337
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1341
1338
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
1339
|
+
start?: number | undefined;
|
|
1340
|
+
limit?: number | undefined;
|
|
1341
|
+
total?: number | undefined;
|
|
1342
1342
|
}, {
|
|
1343
1343
|
operation: "search";
|
|
1344
1344
|
success: boolean;
|
|
1345
1345
|
error: string;
|
|
1346
|
-
start?: number | undefined;
|
|
1347
|
-
limit?: number | undefined;
|
|
1348
|
-
total?: number | undefined;
|
|
1349
1346
|
results?: import("zod").objectInputType<{
|
|
1350
1347
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1351
1348
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1399,6 +1396,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1399
1396
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1400
1397
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1401
1398
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
1399
|
+
start?: number | undefined;
|
|
1400
|
+
limit?: number | undefined;
|
|
1401
|
+
total?: number | undefined;
|
|
1402
1402
|
}>, import("zod").ZodObject<{
|
|
1403
1403
|
operation: import("zod").ZodLiteral<"add_comment">;
|
|
1404
1404
|
success: import("zod").ZodBoolean;
|
|
@@ -1808,7 +1808,6 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1808
1808
|
operation: "get_comments";
|
|
1809
1809
|
success: boolean;
|
|
1810
1810
|
error: string;
|
|
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
|
operation: "get_comments";
|
|
1863
1863
|
success: boolean;
|
|
1864
1864
|
error: string;
|
|
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 ";
|