@bubblelab/bubble-core 0.1.113 → 0.1.114
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 +94 -94
- package/dist/bubbles/service-bubble/agi-inc.d.ts +132 -132
- package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
- package/dist/bubbles/service-bubble/airtable.d.ts +250 -250
- package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +228 -228
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +57 -57
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +84 -84
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +87 -87
- package/dist/bubbles/service-bubble/confluence/confluence.schema.js +1 -1
- package/dist/bubbles/service-bubble/confluence/confluence.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +102 -102
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +298 -298
- package/dist/bubbles/service-bubble/followupboss.d.ts +322 -322
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/github.d.ts +298 -298
- package/dist/bubbles/service-bubble/gmail.d.ts +650 -650
- package/dist/bubbles/service-bubble/google-calendar.d.ts +66 -66
- package/dist/bubbles/service-bubble/google-drive.d.ts +152 -152
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
- package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +91 -91
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1651 -1651
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +368 -368
- package/dist/bubbles/service-bubble/storage.d.ts +44 -44
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +157 -157
- package/dist/bubbles/service-bubble/telegram.d.ts +254 -254
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +54 -54
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +66 -66
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +62 -62
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +82 -82
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +142 -142
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +4 -2
- package/package.json +2 -2
|
@@ -42,16 +42,16 @@ 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?: "
|
|
46
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
45
|
+
status?: "current" | "archived" | undefined;
|
|
47
46
|
cursor?: string | undefined;
|
|
47
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
48
48
|
}, {
|
|
49
49
|
operation: "list_spaces";
|
|
50
50
|
type?: "global" | "personal" | undefined;
|
|
51
|
-
status?: "
|
|
52
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
51
|
+
status?: "current" | "archived" | undefined;
|
|
53
52
|
limit?: number | undefined;
|
|
54
53
|
cursor?: string | undefined;
|
|
54
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
55
55
|
}>, import("zod").ZodObject<{
|
|
56
56
|
operation: import("zod").ZodLiteral<"get_space">;
|
|
57
57
|
space_id: import("zod").ZodString;
|
|
@@ -76,19 +76,19 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
76
76
|
}, "strip", import("zod").ZodTypeAny, {
|
|
77
77
|
operation: "list_pages";
|
|
78
78
|
limit: number;
|
|
79
|
+
status?: "current" | "trashed" | "draft" | undefined;
|
|
79
80
|
title?: string | undefined;
|
|
80
|
-
status?: "draft" | "current" | "trashed" | undefined;
|
|
81
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
82
81
|
cursor?: string | undefined;
|
|
82
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
83
83
|
space_id?: string | undefined;
|
|
84
84
|
space_key?: string | undefined;
|
|
85
85
|
}, {
|
|
86
86
|
operation: "list_pages";
|
|
87
|
+
status?: "current" | "trashed" | "draft" | undefined;
|
|
87
88
|
title?: string | undefined;
|
|
88
|
-
status?: "draft" | "current" | "trashed" | undefined;
|
|
89
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
90
89
|
limit?: number | undefined;
|
|
91
90
|
cursor?: string | undefined;
|
|
91
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
92
92
|
space_id?: string | undefined;
|
|
93
93
|
space_key?: string | undefined;
|
|
94
94
|
}>, import("zod").ZodObject<{
|
|
@@ -116,20 +116,20 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
116
116
|
status: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEnum<["current", "draft"]>>>;
|
|
117
117
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
118
118
|
}, "strip", import("zod").ZodTypeAny, {
|
|
119
|
+
status: "current" | "draft";
|
|
119
120
|
title: string;
|
|
120
|
-
status: "draft" | "current";
|
|
121
121
|
operation: "create_page";
|
|
122
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
123
122
|
body?: string | undefined;
|
|
123
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
124
124
|
space_id?: string | undefined;
|
|
125
125
|
space_key?: string | undefined;
|
|
126
126
|
parent_id?: string | undefined;
|
|
127
127
|
}, {
|
|
128
128
|
title: string;
|
|
129
129
|
operation: "create_page";
|
|
130
|
-
status?: "
|
|
131
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
130
|
+
status?: "current" | "draft" | undefined;
|
|
132
131
|
body?: string | undefined;
|
|
132
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
133
133
|
space_id?: string | undefined;
|
|
134
134
|
space_key?: string | undefined;
|
|
135
135
|
parent_id?: string | undefined;
|
|
@@ -144,18 +144,18 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
144
144
|
}, "strip", import("zod").ZodTypeAny, {
|
|
145
145
|
operation: "update_page";
|
|
146
146
|
page_id: string;
|
|
147
|
+
status?: "current" | "draft" | undefined;
|
|
147
148
|
title?: string | undefined;
|
|
148
|
-
status?: "draft" | "current" | undefined;
|
|
149
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
150
149
|
body?: string | undefined;
|
|
150
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
151
151
|
version_message?: string | undefined;
|
|
152
152
|
}, {
|
|
153
153
|
operation: "update_page";
|
|
154
154
|
page_id: string;
|
|
155
|
+
status?: "current" | "draft" | undefined;
|
|
155
156
|
title?: string | undefined;
|
|
156
|
-
status?: "draft" | "current" | undefined;
|
|
157
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
158
157
|
body?: string | undefined;
|
|
158
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
159
159
|
version_message?: string | undefined;
|
|
160
160
|
}>, import("zod").ZodObject<{
|
|
161
161
|
operation: import("zod").ZodLiteral<"delete_page">;
|
|
@@ -176,30 +176,30 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
176
176
|
start: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
177
177
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
178
178
|
}, "strip", import("zod").ZodTypeAny, {
|
|
179
|
-
start: number;
|
|
180
179
|
operation: "search";
|
|
181
180
|
limit: number;
|
|
182
181
|
cql: string;
|
|
182
|
+
start: number;
|
|
183
183
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
184
184
|
}, {
|
|
185
185
|
operation: "search";
|
|
186
186
|
cql: string;
|
|
187
|
+
limit?: number | undefined;
|
|
187
188
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
188
189
|
start?: number | undefined;
|
|
189
|
-
limit?: number | undefined;
|
|
190
190
|
}>, import("zod").ZodObject<{
|
|
191
191
|
operation: import("zod").ZodLiteral<"add_comment">;
|
|
192
192
|
page_id: import("zod").ZodString;
|
|
193
193
|
body: import("zod").ZodString;
|
|
194
194
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
195
195
|
}, "strip", import("zod").ZodTypeAny, {
|
|
196
|
-
operation: "add_comment";
|
|
197
196
|
body: string;
|
|
197
|
+
operation: "add_comment";
|
|
198
198
|
page_id: string;
|
|
199
199
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
200
200
|
}, {
|
|
201
|
-
operation: "add_comment";
|
|
202
201
|
body: string;
|
|
202
|
+
operation: "add_comment";
|
|
203
203
|
page_id: string;
|
|
204
204
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
205
205
|
}>, import("zod").ZodObject<{
|
|
@@ -212,14 +212,14 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
212
212
|
operation: "get_comments";
|
|
213
213
|
limit: number;
|
|
214
214
|
page_id: string;
|
|
215
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
216
215
|
cursor?: string | undefined;
|
|
216
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
217
217
|
}, {
|
|
218
218
|
operation: "get_comments";
|
|
219
219
|
page_id: string;
|
|
220
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
221
220
|
limit?: number | undefined;
|
|
222
221
|
cursor?: string | undefined;
|
|
222
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
223
223
|
}>]>;
|
|
224
224
|
static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
|
|
225
225
|
operation: import("zod").ZodLiteral<"list_spaces">;
|
|
@@ -231,7 +231,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
231
231
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
232
232
|
status: import("zod").ZodOptional<import("zod").ZodString>;
|
|
233
233
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
234
|
-
homepageId: import("zod").ZodOptional<import("zod").ZodString
|
|
234
|
+
homepageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
235
235
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
|
236
236
|
id: import("zod").ZodString;
|
|
237
237
|
key: import("zod").ZodString;
|
|
@@ -239,7 +239,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
239
239
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
240
240
|
status: import("zod").ZodOptional<import("zod").ZodString>;
|
|
241
241
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
242
|
-
homepageId: import("zod").ZodOptional<import("zod").ZodString
|
|
242
|
+
homepageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
243
243
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
|
244
244
|
id: import("zod").ZodString;
|
|
245
245
|
key: import("zod").ZodString;
|
|
@@ -247,14 +247,14 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
247
247
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
248
248
|
status: import("zod").ZodOptional<import("zod").ZodString>;
|
|
249
249
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
250
|
-
homepageId: import("zod").ZodOptional<import("zod").ZodString
|
|
250
|
+
homepageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
251
251
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
252
252
|
cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
253
253
|
error: import("zod").ZodString;
|
|
254
254
|
}, "strip", import("zod").ZodTypeAny, {
|
|
255
|
-
error: string;
|
|
256
|
-
success: boolean;
|
|
257
255
|
operation: "list_spaces";
|
|
256
|
+
success: boolean;
|
|
257
|
+
error: string;
|
|
258
258
|
cursor?: string | undefined;
|
|
259
259
|
spaces?: import("zod").objectOutputType<{
|
|
260
260
|
id: import("zod").ZodString;
|
|
@@ -263,12 +263,12 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
263
263
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
264
264
|
status: import("zod").ZodOptional<import("zod").ZodString>;
|
|
265
265
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
266
|
-
homepageId: import("zod").ZodOptional<import("zod").ZodString
|
|
266
|
+
homepageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
267
267
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
268
268
|
}, {
|
|
269
|
-
error: string;
|
|
270
|
-
success: boolean;
|
|
271
269
|
operation: "list_spaces";
|
|
270
|
+
success: boolean;
|
|
271
|
+
error: string;
|
|
272
272
|
cursor?: string | undefined;
|
|
273
273
|
spaces?: import("zod").objectInputType<{
|
|
274
274
|
id: import("zod").ZodString;
|
|
@@ -277,7 +277,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
277
277
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
278
278
|
status: import("zod").ZodOptional<import("zod").ZodString>;
|
|
279
279
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
280
|
-
homepageId: import("zod").ZodOptional<import("zod").ZodString
|
|
280
|
+
homepageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
281
281
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
282
282
|
}>, import("zod").ZodObject<{
|
|
283
283
|
operation: import("zod").ZodLiteral<"get_space">;
|
|
@@ -289,7 +289,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
289
289
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
290
290
|
status: import("zod").ZodOptional<import("zod").ZodString>;
|
|
291
291
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
292
|
-
homepageId: import("zod").ZodOptional<import("zod").ZodString
|
|
292
|
+
homepageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
293
293
|
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
|
294
294
|
id: import("zod").ZodString;
|
|
295
295
|
key: import("zod").ZodString;
|
|
@@ -297,7 +297,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
297
297
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
298
298
|
status: import("zod").ZodOptional<import("zod").ZodString>;
|
|
299
299
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
300
|
-
homepageId: import("zod").ZodOptional<import("zod").ZodString
|
|
300
|
+
homepageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
301
301
|
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
|
302
302
|
id: import("zod").ZodString;
|
|
303
303
|
key: import("zod").ZodString;
|
|
@@ -305,13 +305,13 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
305
305
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
306
306
|
status: import("zod").ZodOptional<import("zod").ZodString>;
|
|
307
307
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
308
|
-
homepageId: import("zod").ZodOptional<import("zod").ZodString
|
|
308
|
+
homepageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
309
309
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
310
310
|
error: import("zod").ZodString;
|
|
311
311
|
}, "strip", import("zod").ZodTypeAny, {
|
|
312
|
-
error: string;
|
|
313
|
-
success: boolean;
|
|
314
312
|
operation: "get_space";
|
|
313
|
+
success: boolean;
|
|
314
|
+
error: string;
|
|
315
315
|
space?: import("zod").objectOutputType<{
|
|
316
316
|
id: import("zod").ZodString;
|
|
317
317
|
key: import("zod").ZodString;
|
|
@@ -319,12 +319,12 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
319
319
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
320
320
|
status: import("zod").ZodOptional<import("zod").ZodString>;
|
|
321
321
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
322
|
-
homepageId: import("zod").ZodOptional<import("zod").ZodString
|
|
322
|
+
homepageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
323
323
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
324
324
|
}, {
|
|
325
|
-
error: string;
|
|
326
|
-
success: boolean;
|
|
327
325
|
operation: "get_space";
|
|
326
|
+
success: boolean;
|
|
327
|
+
error: string;
|
|
328
328
|
space?: import("zod").objectInputType<{
|
|
329
329
|
id: import("zod").ZodString;
|
|
330
330
|
key: import("zod").ZodString;
|
|
@@ -332,7 +332,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
332
332
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
333
333
|
status: import("zod").ZodOptional<import("zod").ZodString>;
|
|
334
334
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
335
|
-
homepageId: import("zod").ZodOptional<import("zod").ZodString
|
|
335
|
+
homepageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
336
336
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
337
337
|
}>, import("zod").ZodObject<{
|
|
338
338
|
operation: import("zod").ZodLiteral<"list_pages">;
|
|
@@ -530,9 +530,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
530
530
|
cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
531
531
|
error: import("zod").ZodString;
|
|
532
532
|
}, "strip", import("zod").ZodTypeAny, {
|
|
533
|
-
error: string;
|
|
534
|
-
success: boolean;
|
|
535
533
|
operation: "list_pages";
|
|
534
|
+
success: boolean;
|
|
535
|
+
error: string;
|
|
536
536
|
cursor?: string | undefined;
|
|
537
537
|
pages?: import("zod").objectOutputType<{
|
|
538
538
|
id: import("zod").ZodString;
|
|
@@ -599,9 +599,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
599
599
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
600
600
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
601
601
|
}, {
|
|
602
|
-
error: string;
|
|
603
|
-
success: boolean;
|
|
604
602
|
operation: "list_pages";
|
|
603
|
+
success: boolean;
|
|
604
|
+
error: string;
|
|
605
605
|
cursor?: string | undefined;
|
|
606
606
|
pages?: import("zod").objectInputType<{
|
|
607
607
|
id: import("zod").ZodString;
|
|
@@ -862,9 +862,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
862
862
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
863
863
|
error: import("zod").ZodString;
|
|
864
864
|
}, "strip", import("zod").ZodTypeAny, {
|
|
865
|
-
error: string;
|
|
866
|
-
success: boolean;
|
|
867
865
|
operation: "get_page";
|
|
866
|
+
success: boolean;
|
|
867
|
+
error: string;
|
|
868
868
|
page?: import("zod").objectOutputType<{
|
|
869
869
|
id: import("zod").ZodString;
|
|
870
870
|
title: import("zod").ZodString;
|
|
@@ -930,9 +930,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
930
930
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
931
931
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
932
932
|
}, {
|
|
933
|
-
error: string;
|
|
934
|
-
success: boolean;
|
|
935
933
|
operation: "get_page";
|
|
934
|
+
success: boolean;
|
|
935
|
+
error: string;
|
|
936
936
|
page?: import("zod").objectInputType<{
|
|
937
937
|
id: import("zod").ZodString;
|
|
938
938
|
title: import("zod").ZodString;
|
|
@@ -1012,15 +1012,15 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1012
1012
|
webui: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1013
1013
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1014
1014
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1015
|
-
title: string;
|
|
1016
1015
|
id: string;
|
|
1016
|
+
title: string;
|
|
1017
1017
|
status?: string | undefined;
|
|
1018
1018
|
_links?: import("zod").objectOutputType<{
|
|
1019
1019
|
webui: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1020
1020
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
1021
1021
|
}, {
|
|
1022
|
-
title: string;
|
|
1023
1022
|
id: string;
|
|
1023
|
+
title: string;
|
|
1024
1024
|
status?: string | undefined;
|
|
1025
1025
|
_links?: import("zod").objectInputType<{
|
|
1026
1026
|
webui: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1028,24 +1028,24 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1028
1028
|
}>>;
|
|
1029
1029
|
error: import("zod").ZodString;
|
|
1030
1030
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1031
|
-
error: string;
|
|
1032
|
-
success: boolean;
|
|
1033
1031
|
operation: "create_page";
|
|
1032
|
+
success: boolean;
|
|
1033
|
+
error: string;
|
|
1034
1034
|
page?: {
|
|
1035
|
-
title: string;
|
|
1036
1035
|
id: string;
|
|
1036
|
+
title: string;
|
|
1037
1037
|
status?: string | undefined;
|
|
1038
1038
|
_links?: import("zod").objectOutputType<{
|
|
1039
1039
|
webui: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1040
1040
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
1041
1041
|
} | undefined;
|
|
1042
1042
|
}, {
|
|
1043
|
-
error: string;
|
|
1044
|
-
success: boolean;
|
|
1045
1043
|
operation: "create_page";
|
|
1044
|
+
success: boolean;
|
|
1045
|
+
error: string;
|
|
1046
1046
|
page?: {
|
|
1047
|
-
title: string;
|
|
1048
1047
|
id: string;
|
|
1048
|
+
title: string;
|
|
1049
1049
|
status?: string | undefined;
|
|
1050
1050
|
_links?: import("zod").objectInputType<{
|
|
1051
1051
|
webui: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1065,37 +1065,37 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1065
1065
|
number: import("zod").ZodNumber;
|
|
1066
1066
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1067
1067
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1068
|
-
title: string;
|
|
1069
1068
|
id: string;
|
|
1069
|
+
title: string;
|
|
1070
1070
|
version?: import("zod").objectOutputType<{
|
|
1071
1071
|
number: import("zod").ZodNumber;
|
|
1072
1072
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
1073
1073
|
}, {
|
|
1074
|
-
title: string;
|
|
1075
1074
|
id: string;
|
|
1075
|
+
title: string;
|
|
1076
1076
|
version?: import("zod").objectInputType<{
|
|
1077
1077
|
number: import("zod").ZodNumber;
|
|
1078
1078
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
1079
1079
|
}>>;
|
|
1080
1080
|
error: import("zod").ZodString;
|
|
1081
1081
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1082
|
-
error: string;
|
|
1083
|
-
success: boolean;
|
|
1084
1082
|
operation: "update_page";
|
|
1083
|
+
success: boolean;
|
|
1084
|
+
error: string;
|
|
1085
1085
|
page?: {
|
|
1086
|
-
title: string;
|
|
1087
1086
|
id: string;
|
|
1087
|
+
title: string;
|
|
1088
1088
|
version?: import("zod").objectOutputType<{
|
|
1089
1089
|
number: import("zod").ZodNumber;
|
|
1090
1090
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
1091
1091
|
} | undefined;
|
|
1092
1092
|
}, {
|
|
1093
|
-
error: string;
|
|
1094
|
-
success: boolean;
|
|
1095
1093
|
operation: "update_page";
|
|
1094
|
+
success: boolean;
|
|
1095
|
+
error: string;
|
|
1096
1096
|
page?: {
|
|
1097
|
-
title: string;
|
|
1098
1097
|
id: string;
|
|
1098
|
+
title: string;
|
|
1099
1099
|
version?: import("zod").objectInputType<{
|
|
1100
1100
|
number: import("zod").ZodNumber;
|
|
1101
1101
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
@@ -1106,14 +1106,14 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1106
1106
|
page_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1107
1107
|
error: import("zod").ZodString;
|
|
1108
1108
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1109
|
-
error: string;
|
|
1110
|
-
success: boolean;
|
|
1111
1109
|
operation: "delete_page";
|
|
1110
|
+
success: boolean;
|
|
1111
|
+
error: string;
|
|
1112
1112
|
page_id?: string | undefined;
|
|
1113
1113
|
}, {
|
|
1114
|
-
error: string;
|
|
1115
|
-
success: boolean;
|
|
1116
1114
|
operation: "delete_page";
|
|
1115
|
+
success: boolean;
|
|
1116
|
+
error: string;
|
|
1117
1117
|
page_id?: string | undefined;
|
|
1118
1118
|
}>, import("zod").ZodObject<{
|
|
1119
1119
|
operation: import("zod").ZodLiteral<"search">;
|
|
@@ -1280,12 +1280,11 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1280
1280
|
limit: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1281
1281
|
error: import("zod").ZodString;
|
|
1282
1282
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1283
|
-
error: string;
|
|
1284
|
-
success: boolean;
|
|
1285
1283
|
operation: "search";
|
|
1286
|
-
|
|
1284
|
+
success: boolean;
|
|
1285
|
+
error: string;
|
|
1287
1286
|
limit?: number | undefined;
|
|
1288
|
-
|
|
1287
|
+
start?: number | undefined;
|
|
1289
1288
|
results?: import("zod").objectOutputType<{
|
|
1290
1289
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1291
1290
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1339,13 +1338,13 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1339
1338
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1340
1339
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1341
1340
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
1341
|
+
total?: number | undefined;
|
|
1342
1342
|
}, {
|
|
1343
|
-
error: string;
|
|
1344
|
-
success: boolean;
|
|
1345
1343
|
operation: "search";
|
|
1346
|
-
|
|
1344
|
+
success: boolean;
|
|
1345
|
+
error: string;
|
|
1347
1346
|
limit?: number | undefined;
|
|
1348
|
-
|
|
1347
|
+
start?: number | undefined;
|
|
1349
1348
|
results?: import("zod").objectInputType<{
|
|
1350
1349
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1351
1350
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1399,6 +1398,7 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1399
1398
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1400
1399
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1401
1400
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
1401
|
+
total?: number | undefined;
|
|
1402
1402
|
}>, import("zod").ZodObject<{
|
|
1403
1403
|
operation: import("zod").ZodLiteral<"add_comment">;
|
|
1404
1404
|
success: import("zod").ZodBoolean;
|
|
@@ -1549,9 +1549,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1549
1549
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1550
1550
|
error: import("zod").ZodString;
|
|
1551
1551
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1552
|
-
error: string;
|
|
1553
|
-
success: boolean;
|
|
1554
1552
|
operation: "add_comment";
|
|
1553
|
+
success: boolean;
|
|
1554
|
+
error: string;
|
|
1555
1555
|
comment?: import("zod").objectOutputType<{
|
|
1556
1556
|
id: import("zod").ZodString;
|
|
1557
1557
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1602,9 +1602,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1602
1602
|
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1603
1603
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
1604
1604
|
}, {
|
|
1605
|
-
error: string;
|
|
1606
|
-
success: boolean;
|
|
1607
1605
|
operation: "add_comment";
|
|
1606
|
+
success: boolean;
|
|
1607
|
+
error: string;
|
|
1608
1608
|
comment?: import("zod").objectInputType<{
|
|
1609
1609
|
id: import("zod").ZodString;
|
|
1610
1610
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1805,9 +1805,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1805
1805
|
cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1806
1806
|
error: import("zod").ZodString;
|
|
1807
1807
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1808
|
-
error: string;
|
|
1809
|
-
success: boolean;
|
|
1810
1808
|
operation: "get_comments";
|
|
1809
|
+
success: boolean;
|
|
1810
|
+
error: string;
|
|
1811
1811
|
cursor?: string | undefined;
|
|
1812
1812
|
comments?: import("zod").objectOutputType<{
|
|
1813
1813
|
id: import("zod").ZodString;
|
|
@@ -1859,9 +1859,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
|
|
|
1859
1859
|
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1860
1860
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
1861
1861
|
}, {
|
|
1862
|
-
error: string;
|
|
1863
|
-
success: boolean;
|
|
1864
1862
|
operation: "get_comments";
|
|
1863
|
+
success: boolean;
|
|
1864
|
+
error: string;
|
|
1865
1865
|
cursor?: string | undefined;
|
|
1866
1866
|
comments?: import("zod").objectInputType<{
|
|
1867
1867
|
id: import("zod").ZodString;
|