@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
|
@@ -56,9 +56,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
56
56
|
}, {
|
|
57
57
|
operation: "search";
|
|
58
58
|
jql: string;
|
|
59
|
+
limit?: number | undefined;
|
|
59
60
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
60
61
|
fields?: string[] | undefined;
|
|
61
|
-
limit?: number | undefined;
|
|
62
62
|
offset?: number | undefined;
|
|
63
63
|
}>, import("zod").ZodObject<{
|
|
64
64
|
operation: import("zod").ZodLiteral<"get">;
|
|
@@ -71,13 +71,13 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
71
71
|
operation: "get";
|
|
72
72
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
73
73
|
fields?: string[] | undefined;
|
|
74
|
-
expand?: ("comments" | "
|
|
74
|
+
expand?: ("comments" | "changelog" | "transitions")[] | undefined;
|
|
75
75
|
}, {
|
|
76
76
|
key: string;
|
|
77
77
|
operation: "get";
|
|
78
78
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
79
79
|
fields?: string[] | undefined;
|
|
80
|
-
expand?: ("comments" | "
|
|
80
|
+
expand?: ("comments" | "changelog" | "transitions")[] | undefined;
|
|
81
81
|
}>, import("zod").ZodObject<{
|
|
82
82
|
operation: import("zod").ZodLiteral<"create">;
|
|
83
83
|
project: import("zod").ZodString;
|
|
@@ -92,8 +92,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
92
92
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
93
93
|
}, "strip", import("zod").ZodTypeAny, {
|
|
94
94
|
type: string;
|
|
95
|
-
summary: string;
|
|
96
95
|
operation: "create";
|
|
96
|
+
summary: string;
|
|
97
97
|
project: string;
|
|
98
98
|
description?: string | undefined;
|
|
99
99
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -103,8 +103,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
103
103
|
assignee?: string | undefined;
|
|
104
104
|
due_date?: string | undefined;
|
|
105
105
|
}, {
|
|
106
|
-
summary: string;
|
|
107
106
|
operation: "create";
|
|
107
|
+
summary: string;
|
|
108
108
|
project: string;
|
|
109
109
|
type?: string | undefined;
|
|
110
110
|
description?: string | undefined;
|
|
@@ -142,6 +142,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
142
142
|
operation: "update";
|
|
143
143
|
description?: string | undefined;
|
|
144
144
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
145
|
+
comment?: string | undefined;
|
|
145
146
|
priority?: string | undefined;
|
|
146
147
|
summary?: string | undefined;
|
|
147
148
|
labels?: {
|
|
@@ -149,7 +150,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
149
150
|
remove?: string[] | undefined;
|
|
150
151
|
add?: string[] | undefined;
|
|
151
152
|
} | undefined;
|
|
152
|
-
comment?: string | undefined;
|
|
153
153
|
assignee?: string | null | undefined;
|
|
154
154
|
due_date?: string | null | undefined;
|
|
155
155
|
}, {
|
|
@@ -157,6 +157,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
157
157
|
operation: "update";
|
|
158
158
|
description?: string | undefined;
|
|
159
159
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
160
|
+
comment?: string | undefined;
|
|
160
161
|
priority?: string | undefined;
|
|
161
162
|
summary?: string | undefined;
|
|
162
163
|
labels?: {
|
|
@@ -164,7 +165,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
164
165
|
remove?: string[] | undefined;
|
|
165
166
|
add?: string[] | undefined;
|
|
166
167
|
} | undefined;
|
|
167
|
-
comment?: string | undefined;
|
|
168
168
|
assignee?: string | null | undefined;
|
|
169
169
|
due_date?: string | null | undefined;
|
|
170
170
|
}>, import("zod").ZodObject<{
|
|
@@ -215,8 +215,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
215
215
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
216
216
|
}, {
|
|
217
217
|
operation: "list_projects";
|
|
218
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
219
218
|
limit?: number | undefined;
|
|
219
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
220
220
|
offset?: number | undefined;
|
|
221
221
|
}>, import("zod").ZodObject<{
|
|
222
222
|
operation: import("zod").ZodLiteral<"list_issue_types">;
|
|
@@ -237,13 +237,13 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
237
237
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
238
238
|
}, "strip", import("zod").ZodTypeAny, {
|
|
239
239
|
key: string;
|
|
240
|
-
operation: "add_comment";
|
|
241
240
|
body: string;
|
|
241
|
+
operation: "add_comment";
|
|
242
242
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
243
243
|
}, {
|
|
244
244
|
key: string;
|
|
245
|
-
operation: "add_comment";
|
|
246
245
|
body: string;
|
|
246
|
+
operation: "add_comment";
|
|
247
247
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
248
248
|
}>, import("zod").ZodObject<{
|
|
249
249
|
operation: import("zod").ZodLiteral<"get_comments">;
|
|
@@ -260,8 +260,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
260
260
|
}, {
|
|
261
261
|
key: string;
|
|
262
262
|
operation: "get_comments";
|
|
263
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
264
263
|
limit?: number | undefined;
|
|
264
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
265
265
|
offset?: number | undefined;
|
|
266
266
|
}>]>;
|
|
267
267
|
static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
|
|
@@ -1413,8 +1413,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1413
1413
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
1414
1414
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1415
1415
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1416
|
-
key?: string | undefined;
|
|
1417
1416
|
id?: string | undefined;
|
|
1417
|
+
key?: string | undefined;
|
|
1418
1418
|
fields?: import("zod").objectOutputType<{
|
|
1419
1419
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1420
1420
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -1752,8 +1752,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1752
1752
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1753
1753
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1754
1754
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
1755
|
-
|
|
1756
|
-
self?: string | undefined;
|
|
1755
|
+
changelog?: unknown;
|
|
1757
1756
|
transitions?: import("zod").objectOutputType<{
|
|
1758
1757
|
id: import("zod").ZodString;
|
|
1759
1758
|
name: import("zod").ZodString;
|
|
@@ -1798,10 +1797,11 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1798
1797
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1799
1798
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1800
1799
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
1801
|
-
|
|
1800
|
+
expand?: string | undefined;
|
|
1801
|
+
self?: string | undefined;
|
|
1802
1802
|
}, {
|
|
1803
|
-
key?: string | undefined;
|
|
1804
1803
|
id?: string | undefined;
|
|
1804
|
+
key?: string | undefined;
|
|
1805
1805
|
fields?: import("zod").objectInputType<{
|
|
1806
1806
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1807
1807
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2139,8 +2139,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2139
2139
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2140
2140
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2141
2141
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2142
|
-
|
|
2143
|
-
self?: string | undefined;
|
|
2142
|
+
changelog?: unknown;
|
|
2144
2143
|
transitions?: import("zod").objectInputType<{
|
|
2145
2144
|
id: import("zod").ZodString;
|
|
2146
2145
|
name: import("zod").ZodString;
|
|
@@ -2185,19 +2184,20 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2185
2184
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2186
2185
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2187
2186
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2188
|
-
|
|
2187
|
+
expand?: string | undefined;
|
|
2188
|
+
self?: string | undefined;
|
|
2189
2189
|
}>, "many">>;
|
|
2190
2190
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2191
2191
|
offset: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2192
2192
|
limit: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2193
2193
|
error: import("zod").ZodString;
|
|
2194
2194
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2195
|
-
error: string;
|
|
2196
|
-
success: boolean;
|
|
2197
2195
|
operation: "search";
|
|
2196
|
+
success: boolean;
|
|
2197
|
+
error: string;
|
|
2198
2198
|
issues?: {
|
|
2199
|
-
key?: string | undefined;
|
|
2200
2199
|
id?: string | undefined;
|
|
2200
|
+
key?: string | undefined;
|
|
2201
2201
|
fields?: import("zod").objectOutputType<{
|
|
2202
2202
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2203
2203
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2535,8 +2535,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2535
2535
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2536
2536
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2537
2537
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2538
|
-
|
|
2539
|
-
self?: string | undefined;
|
|
2538
|
+
changelog?: unknown;
|
|
2540
2539
|
transitions?: import("zod").objectOutputType<{
|
|
2541
2540
|
id: import("zod").ZodString;
|
|
2542
2541
|
name: import("zod").ZodString;
|
|
@@ -2581,18 +2580,19 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2581
2580
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2582
2581
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2583
2582
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2584
|
-
|
|
2583
|
+
expand?: string | undefined;
|
|
2584
|
+
self?: string | undefined;
|
|
2585
2585
|
}[] | undefined;
|
|
2586
2586
|
limit?: number | undefined;
|
|
2587
|
-
offset?: number | undefined;
|
|
2588
2587
|
total?: number | undefined;
|
|
2588
|
+
offset?: number | undefined;
|
|
2589
2589
|
}, {
|
|
2590
|
-
error: string;
|
|
2591
|
-
success: boolean;
|
|
2592
2590
|
operation: "search";
|
|
2591
|
+
success: boolean;
|
|
2592
|
+
error: string;
|
|
2593
2593
|
issues?: {
|
|
2594
|
-
key?: string | undefined;
|
|
2595
2594
|
id?: string | undefined;
|
|
2595
|
+
key?: string | undefined;
|
|
2596
2596
|
fields?: import("zod").objectInputType<{
|
|
2597
2597
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2598
2598
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2930,8 +2930,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2930
2930
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2931
2931
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2932
2932
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2933
|
-
|
|
2934
|
-
self?: string | undefined;
|
|
2933
|
+
changelog?: unknown;
|
|
2935
2934
|
transitions?: import("zod").objectInputType<{
|
|
2936
2935
|
id: import("zod").ZodString;
|
|
2937
2936
|
name: import("zod").ZodString;
|
|
@@ -2976,11 +2975,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2976
2975
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2977
2976
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2978
2977
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2979
|
-
|
|
2978
|
+
expand?: string | undefined;
|
|
2979
|
+
self?: string | undefined;
|
|
2980
2980
|
}[] | undefined;
|
|
2981
2981
|
limit?: number | undefined;
|
|
2982
|
-
offset?: number | undefined;
|
|
2983
2982
|
total?: number | undefined;
|
|
2983
|
+
offset?: number | undefined;
|
|
2984
2984
|
}>, import("zod").ZodObject<{
|
|
2985
2985
|
operation: import("zod").ZodLiteral<"get">;
|
|
2986
2986
|
success: import("zod").ZodBoolean;
|
|
@@ -4130,8 +4130,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4130
4130
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
4131
4131
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
4132
4132
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4133
|
-
key?: string | undefined;
|
|
4134
4133
|
id?: string | undefined;
|
|
4134
|
+
key?: string | undefined;
|
|
4135
4135
|
fields?: import("zod").objectOutputType<{
|
|
4136
4136
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4137
4137
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4469,8 +4469,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4469
4469
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4470
4470
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4471
4471
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4472
|
-
|
|
4473
|
-
self?: string | undefined;
|
|
4472
|
+
changelog?: unknown;
|
|
4474
4473
|
transitions?: import("zod").objectOutputType<{
|
|
4475
4474
|
id: import("zod").ZodString;
|
|
4476
4475
|
name: import("zod").ZodString;
|
|
@@ -4515,10 +4514,11 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4515
4514
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4516
4515
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4517
4516
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
4518
|
-
|
|
4517
|
+
expand?: string | undefined;
|
|
4518
|
+
self?: string | undefined;
|
|
4519
4519
|
}, {
|
|
4520
|
-
key?: string | undefined;
|
|
4521
4520
|
id?: string | undefined;
|
|
4521
|
+
key?: string | undefined;
|
|
4522
4522
|
fields?: import("zod").objectInputType<{
|
|
4523
4523
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4524
4524
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4856,8 +4856,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4856
4856
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4857
4857
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4858
4858
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4859
|
-
|
|
4860
|
-
self?: string | undefined;
|
|
4859
|
+
changelog?: unknown;
|
|
4861
4860
|
transitions?: import("zod").objectInputType<{
|
|
4862
4861
|
id: import("zod").ZodString;
|
|
4863
4862
|
name: import("zod").ZodString;
|
|
@@ -4902,16 +4901,17 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4902
4901
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4903
4902
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4904
4903
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
4905
|
-
|
|
4904
|
+
expand?: string | undefined;
|
|
4905
|
+
self?: string | undefined;
|
|
4906
4906
|
}>>;
|
|
4907
4907
|
error: import("zod").ZodString;
|
|
4908
4908
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4909
|
-
error: string;
|
|
4910
|
-
success: boolean;
|
|
4911
4909
|
operation: "get";
|
|
4910
|
+
success: boolean;
|
|
4911
|
+
error: string;
|
|
4912
4912
|
issue?: {
|
|
4913
|
-
key?: string | undefined;
|
|
4914
4913
|
id?: string | undefined;
|
|
4914
|
+
key?: string | undefined;
|
|
4915
4915
|
fields?: import("zod").objectOutputType<{
|
|
4916
4916
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4917
4917
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5249,8 +5249,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5249
5249
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5250
5250
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5251
5251
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5252
|
-
|
|
5253
|
-
self?: string | undefined;
|
|
5252
|
+
changelog?: unknown;
|
|
5254
5253
|
transitions?: import("zod").objectOutputType<{
|
|
5255
5254
|
id: import("zod").ZodString;
|
|
5256
5255
|
name: import("zod").ZodString;
|
|
@@ -5295,15 +5294,16 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5295
5294
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5296
5295
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5297
5296
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
5298
|
-
|
|
5297
|
+
expand?: string | undefined;
|
|
5298
|
+
self?: string | undefined;
|
|
5299
5299
|
} | undefined;
|
|
5300
5300
|
}, {
|
|
5301
|
-
error: string;
|
|
5302
|
-
success: boolean;
|
|
5303
5301
|
operation: "get";
|
|
5302
|
+
success: boolean;
|
|
5303
|
+
error: string;
|
|
5304
5304
|
issue?: {
|
|
5305
|
-
key?: string | undefined;
|
|
5306
5305
|
id?: string | undefined;
|
|
5306
|
+
key?: string | undefined;
|
|
5307
5307
|
fields?: import("zod").objectInputType<{
|
|
5308
5308
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5309
5309
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5641,8 +5641,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5641
5641
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5642
5642
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5643
5643
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5644
|
-
|
|
5645
|
-
self?: string | undefined;
|
|
5644
|
+
changelog?: unknown;
|
|
5646
5645
|
transitions?: import("zod").objectInputType<{
|
|
5647
5646
|
id: import("zod").ZodString;
|
|
5648
5647
|
name: import("zod").ZodString;
|
|
@@ -5687,7 +5686,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5687
5686
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5688
5687
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5689
5688
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
5690
|
-
|
|
5689
|
+
expand?: string | undefined;
|
|
5690
|
+
self?: string | undefined;
|
|
5691
5691
|
} | undefined;
|
|
5692
5692
|
}>, import("zod").ZodObject<{
|
|
5693
5693
|
operation: import("zod").ZodLiteral<"create">;
|
|
@@ -5697,31 +5697,31 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5697
5697
|
key: import("zod").ZodString;
|
|
5698
5698
|
self: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5699
5699
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5700
|
-
key: string;
|
|
5701
5700
|
id: string;
|
|
5701
|
+
key: string;
|
|
5702
5702
|
self?: string | undefined;
|
|
5703
5703
|
}, {
|
|
5704
|
-
key: string;
|
|
5705
5704
|
id: string;
|
|
5705
|
+
key: string;
|
|
5706
5706
|
self?: string | undefined;
|
|
5707
5707
|
}>>;
|
|
5708
5708
|
error: import("zod").ZodString;
|
|
5709
5709
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5710
|
-
error: string;
|
|
5711
|
-
success: boolean;
|
|
5712
5710
|
operation: "create";
|
|
5711
|
+
success: boolean;
|
|
5712
|
+
error: string;
|
|
5713
5713
|
issue?: {
|
|
5714
|
-
key: string;
|
|
5715
5714
|
id: string;
|
|
5715
|
+
key: string;
|
|
5716
5716
|
self?: string | undefined;
|
|
5717
5717
|
} | undefined;
|
|
5718
5718
|
}, {
|
|
5719
|
-
error: string;
|
|
5720
|
-
success: boolean;
|
|
5721
5719
|
operation: "create";
|
|
5720
|
+
success: boolean;
|
|
5721
|
+
error: string;
|
|
5722
5722
|
issue?: {
|
|
5723
|
-
key: string;
|
|
5724
5723
|
id: string;
|
|
5724
|
+
key: string;
|
|
5725
5725
|
self?: string | undefined;
|
|
5726
5726
|
} | undefined;
|
|
5727
5727
|
}>, import("zod").ZodObject<{
|
|
@@ -5730,14 +5730,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5730
5730
|
key: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5731
5731
|
error: import("zod").ZodString;
|
|
5732
5732
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5733
|
-
error: string;
|
|
5734
|
-
success: boolean;
|
|
5735
5733
|
operation: "update";
|
|
5734
|
+
success: boolean;
|
|
5735
|
+
error: string;
|
|
5736
5736
|
key?: string | undefined;
|
|
5737
5737
|
}, {
|
|
5738
|
-
error: string;
|
|
5739
|
-
success: boolean;
|
|
5740
5738
|
operation: "update";
|
|
5739
|
+
success: boolean;
|
|
5740
|
+
error: string;
|
|
5741
5741
|
key?: string | undefined;
|
|
5742
5742
|
}>, import("zod").ZodObject<{
|
|
5743
5743
|
operation: import("zod").ZodLiteral<"transition">;
|
|
@@ -5746,15 +5746,15 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5746
5746
|
new_status: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5747
5747
|
error: import("zod").ZodString;
|
|
5748
5748
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5749
|
-
error: string;
|
|
5750
|
-
success: boolean;
|
|
5751
5749
|
operation: "transition";
|
|
5750
|
+
success: boolean;
|
|
5751
|
+
error: string;
|
|
5752
5752
|
key?: string | undefined;
|
|
5753
5753
|
new_status?: string | undefined;
|
|
5754
5754
|
}, {
|
|
5755
|
-
error: string;
|
|
5756
|
-
success: boolean;
|
|
5757
5755
|
operation: "transition";
|
|
5756
|
+
success: boolean;
|
|
5757
|
+
error: string;
|
|
5758
5758
|
key?: string | undefined;
|
|
5759
5759
|
new_status?: string | undefined;
|
|
5760
5760
|
}>, import("zod").ZodObject<{
|
|
@@ -5892,9 +5892,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5892
5892
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
5893
5893
|
error: import("zod").ZodString;
|
|
5894
5894
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5895
|
-
error: string;
|
|
5896
|
-
success: boolean;
|
|
5897
5895
|
operation: "list_transitions";
|
|
5896
|
+
success: boolean;
|
|
5897
|
+
error: string;
|
|
5898
5898
|
transitions?: import("zod").objectOutputType<{
|
|
5899
5899
|
id: import("zod").ZodString;
|
|
5900
5900
|
name: import("zod").ZodString;
|
|
@@ -5940,9 +5940,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5940
5940
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5941
5941
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
5942
5942
|
}, {
|
|
5943
|
-
error: string;
|
|
5944
|
-
success: boolean;
|
|
5945
5943
|
operation: "list_transitions";
|
|
5944
|
+
success: boolean;
|
|
5945
|
+
error: string;
|
|
5946
5946
|
transitions?: import("zod").objectInputType<{
|
|
5947
5947
|
id: import("zod").ZodString;
|
|
5948
5948
|
name: import("zod").ZodString;
|
|
@@ -6006,9 +6006,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6006
6006
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6007
6007
|
error: import("zod").ZodString;
|
|
6008
6008
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6009
|
-
error: string;
|
|
6010
|
-
success: boolean;
|
|
6011
6009
|
operation: "list_projects";
|
|
6010
|
+
success: boolean;
|
|
6011
|
+
error: string;
|
|
6012
6012
|
total?: number | undefined;
|
|
6013
6013
|
projects?: import("zod").objectOutputType<{
|
|
6014
6014
|
id: import("zod").ZodString;
|
|
@@ -6016,9 +6016,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6016
6016
|
name: import("zod").ZodString;
|
|
6017
6017
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6018
6018
|
}, {
|
|
6019
|
-
error: string;
|
|
6020
|
-
success: boolean;
|
|
6021
6019
|
operation: "list_projects";
|
|
6020
|
+
success: boolean;
|
|
6021
|
+
error: string;
|
|
6022
6022
|
total?: number | undefined;
|
|
6023
6023
|
projects?: import("zod").objectInputType<{
|
|
6024
6024
|
id: import("zod").ZodString;
|
|
@@ -6046,9 +6046,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6046
6046
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
6047
6047
|
error: import("zod").ZodString;
|
|
6048
6048
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6049
|
-
error: string;
|
|
6050
|
-
success: boolean;
|
|
6051
6049
|
operation: "list_issue_types";
|
|
6050
|
+
success: boolean;
|
|
6051
|
+
error: string;
|
|
6052
6052
|
issue_types?: import("zod").objectOutputType<{
|
|
6053
6053
|
id: import("zod").ZodString;
|
|
6054
6054
|
name: import("zod").ZodString;
|
|
@@ -6056,9 +6056,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6056
6056
|
subtask: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6057
6057
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6058
6058
|
}, {
|
|
6059
|
-
error: string;
|
|
6060
|
-
success: boolean;
|
|
6061
6059
|
operation: "list_issue_types";
|
|
6060
|
+
success: boolean;
|
|
6061
|
+
error: string;
|
|
6062
6062
|
issue_types?: import("zod").objectInputType<{
|
|
6063
6063
|
id: import("zod").ZodString;
|
|
6064
6064
|
name: import("zod").ZodString;
|
|
@@ -6137,9 +6137,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6137
6137
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
6138
6138
|
error: import("zod").ZodString;
|
|
6139
6139
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6140
|
-
error: string;
|
|
6141
|
-
success: boolean;
|
|
6142
6140
|
operation: "add_comment";
|
|
6141
|
+
success: boolean;
|
|
6142
|
+
error: string;
|
|
6143
6143
|
comment?: import("zod").objectOutputType<{
|
|
6144
6144
|
id: import("zod").ZodString;
|
|
6145
6145
|
author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
@@ -6164,9 +6164,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6164
6164
|
updated: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6165
6165
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
6166
6166
|
}, {
|
|
6167
|
-
error: string;
|
|
6168
|
-
success: boolean;
|
|
6169
6167
|
operation: "add_comment";
|
|
6168
|
+
success: boolean;
|
|
6169
|
+
error: string;
|
|
6170
6170
|
comment?: import("zod").objectInputType<{
|
|
6171
6171
|
id: import("zod").ZodString;
|
|
6172
6172
|
author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
@@ -6263,9 +6263,10 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6263
6263
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6264
6264
|
error: import("zod").ZodString;
|
|
6265
6265
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6266
|
-
error: string;
|
|
6267
|
-
success: boolean;
|
|
6268
6266
|
operation: "get_comments";
|
|
6267
|
+
success: boolean;
|
|
6268
|
+
error: string;
|
|
6269
|
+
total?: number | undefined;
|
|
6269
6270
|
comments?: import("zod").objectOutputType<{
|
|
6270
6271
|
id: import("zod").ZodString;
|
|
6271
6272
|
author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
@@ -6289,11 +6290,11 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6289
6290
|
created: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6290
6291
|
updated: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6291
6292
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6292
|
-
total?: number | undefined;
|
|
6293
6293
|
}, {
|
|
6294
|
-
error: string;
|
|
6295
|
-
success: boolean;
|
|
6296
6294
|
operation: "get_comments";
|
|
6295
|
+
success: boolean;
|
|
6296
|
+
error: string;
|
|
6297
|
+
total?: number | undefined;
|
|
6297
6298
|
comments?: import("zod").objectInputType<{
|
|
6298
6299
|
id: import("zod").ZodString;
|
|
6299
6300
|
author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
@@ -6317,7 +6318,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6317
6318
|
created: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6318
6319
|
updated: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6319
6320
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6320
|
-
total?: number | undefined;
|
|
6321
6321
|
}>]>;
|
|
6322
6322
|
static readonly shortDescription = "Jira integration for issue tracking and project management";
|
|
6323
6323
|
static readonly longDescription = "\n Agent-friendly Jira integration with minimal required parameters and smart defaults.\n\n Core Operations:\n - search: Find issues using JQL queries\n - get: Get details for a specific issue\n - create: Create new issues with automatic ADF conversion\n - update: Modify existing issues with flexible label operations\n - transition: Change issue status by name (no ID lookup needed)\n\n Supporting Operations:\n - list_transitions: Get available status transitions\n - list_projects: Discover available projects\n - list_issue_types: Get issue types for a project\n - add_comment: Add a comment to an issue\n - get_comments: Retrieve comments for an issue\n\n Features:\n - Markdown or plain text descriptions/comments auto-converted to Atlassian Document Format (ADF)\n - Status transitions by name (e.g., \"Done\") instead of IDs\n - Flexible label operations (add/remove/set)\n - Smart defaults for 90% of use cases\n\n Authentication:\n - OAuth 2.0 (recommended): Connect via Atlassian OAuth for secure access\n - API token (legacy): Use email + API token for Basic auth\n - Secure credential injection at runtime\n ";
|