@bubblelab/bubble-core 0.1.154 → 0.1.156
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 +139 -138
- package/dist/bubbles/service-bubble/agi-inc.d.ts +88 -88
- package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
- package/dist/bubbles/service-bubble/airtable.d.ts +114 -114
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +28 -28
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +58 -58
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +112 -112
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +33 -33
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +33 -33
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +26 -26
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +16 -16
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +360 -360
- package/dist/bubbles/service-bubble/followupboss.d.ts +144 -144
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/github.d.ts +148 -148
- package/dist/bubbles/service-bubble/gmail.d.ts +328 -328
- package/dist/bubbles/service-bubble/google-calendar.d.ts +34 -34
- package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +30 -30
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
- package/dist/bubbles/service-bubble/jira/jira.d.ts +92 -92
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/notion/notion.d.ts +651 -651
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +28 -28
- package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/slack.d.ts +436 -436
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +72 -72
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +76 -76
- package/dist/bubbles/service-bubble/telegram.d.ts +66 -66
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +20 -20
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +12 -12
- 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 +14 -14
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +334 -334
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +66 -66
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +112 -112
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +50 -50
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +100 -100
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +24 -24
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -51,13 +51,13 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
51
51
|
limit: number;
|
|
52
52
|
offset: number;
|
|
53
53
|
jql: string;
|
|
54
|
-
fields?: string[] | undefined;
|
|
55
54
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
55
|
+
fields?: string[] | undefined;
|
|
56
56
|
}, {
|
|
57
57
|
operation: "search";
|
|
58
58
|
jql: string;
|
|
59
|
-
fields?: string[] | undefined;
|
|
60
59
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
60
|
+
fields?: string[] | undefined;
|
|
61
61
|
limit?: number | undefined;
|
|
62
62
|
offset?: number | undefined;
|
|
63
63
|
}>, import("zod").ZodObject<{
|
|
@@ -67,17 +67,17 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
67
67
|
expand: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["changelog", "comments", "transitions"]>, "many">>;
|
|
68
68
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
69
69
|
}, "strip", import("zod").ZodTypeAny, {
|
|
70
|
-
operation: "get";
|
|
71
70
|
key: string;
|
|
72
|
-
|
|
71
|
+
operation: "get";
|
|
73
72
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
74
|
-
|
|
73
|
+
fields?: string[] | undefined;
|
|
74
|
+
expand?: ("comments" | "transitions" | "changelog")[] | undefined;
|
|
75
75
|
}, {
|
|
76
|
-
operation: "get";
|
|
77
76
|
key: string;
|
|
78
|
-
|
|
77
|
+
operation: "get";
|
|
79
78
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
80
|
-
|
|
79
|
+
fields?: string[] | undefined;
|
|
80
|
+
expand?: ("comments" | "transitions" | "changelog")[] | undefined;
|
|
81
81
|
}>, import("zod").ZodObject<{
|
|
82
82
|
operation: import("zod").ZodLiteral<"create">;
|
|
83
83
|
project: import("zod").ZodString;
|
|
@@ -92,9 +92,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
92
92
|
custom_fields: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
93
93
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
94
94
|
}, "strip", import("zod").ZodTypeAny, {
|
|
95
|
-
operation: "create";
|
|
96
95
|
type: string;
|
|
97
96
|
summary: string;
|
|
97
|
+
operation: "create";
|
|
98
98
|
project: string;
|
|
99
99
|
description?: string | undefined;
|
|
100
100
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -105,8 +105,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
105
105
|
due_date?: string | undefined;
|
|
106
106
|
custom_fields?: Record<string, unknown> | undefined;
|
|
107
107
|
}, {
|
|
108
|
-
operation: "create";
|
|
109
108
|
summary: string;
|
|
109
|
+
operation: "create";
|
|
110
110
|
project: string;
|
|
111
111
|
type?: string | undefined;
|
|
112
112
|
description?: string | undefined;
|
|
@@ -141,12 +141,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
141
141
|
comment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
142
142
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
143
143
|
}, "strip", import("zod").ZodTypeAny, {
|
|
144
|
-
operation: "update";
|
|
145
144
|
key: string;
|
|
145
|
+
operation: "update";
|
|
146
146
|
description?: string | undefined;
|
|
147
147
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
148
|
-
summary?: string | undefined;
|
|
149
148
|
priority?: string | undefined;
|
|
149
|
+
summary?: string | undefined;
|
|
150
150
|
labels?: {
|
|
151
151
|
set?: string[] | undefined;
|
|
152
152
|
remove?: string[] | undefined;
|
|
@@ -156,12 +156,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
156
156
|
assignee?: string | null | undefined;
|
|
157
157
|
due_date?: string | null | undefined;
|
|
158
158
|
}, {
|
|
159
|
-
operation: "update";
|
|
160
159
|
key: string;
|
|
160
|
+
operation: "update";
|
|
161
161
|
description?: string | undefined;
|
|
162
162
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
163
|
-
summary?: string | undefined;
|
|
164
163
|
priority?: string | undefined;
|
|
164
|
+
summary?: string | undefined;
|
|
165
165
|
labels?: {
|
|
166
166
|
set?: string[] | undefined;
|
|
167
167
|
remove?: string[] | undefined;
|
|
@@ -179,16 +179,16 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
179
179
|
resolution: import("zod").ZodOptional<import("zod").ZodString>;
|
|
180
180
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
181
181
|
}, "strip", import("zod").ZodTypeAny, {
|
|
182
|
-
operation: "transition";
|
|
183
182
|
key: string;
|
|
183
|
+
operation: "transition";
|
|
184
184
|
status?: string | undefined;
|
|
185
185
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
186
186
|
comment?: string | undefined;
|
|
187
187
|
transition_id?: string | undefined;
|
|
188
188
|
resolution?: string | undefined;
|
|
189
189
|
}, {
|
|
190
|
-
operation: "transition";
|
|
191
190
|
key: string;
|
|
191
|
+
operation: "transition";
|
|
192
192
|
status?: string | undefined;
|
|
193
193
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
194
194
|
comment?: string | undefined;
|
|
@@ -199,12 +199,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
199
199
|
key: import("zod").ZodString;
|
|
200
200
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
201
201
|
}, "strip", import("zod").ZodTypeAny, {
|
|
202
|
-
operation: "list_transitions";
|
|
203
202
|
key: string;
|
|
203
|
+
operation: "list_transitions";
|
|
204
204
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
205
205
|
}, {
|
|
206
|
-
operation: "list_transitions";
|
|
207
206
|
key: string;
|
|
207
|
+
operation: "list_transitions";
|
|
208
208
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
209
209
|
}>, import("zod").ZodObject<{
|
|
210
210
|
operation: import("zod").ZodLiteral<"list_projects">;
|
|
@@ -254,13 +254,13 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
254
254
|
body: import("zod").ZodString;
|
|
255
255
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
256
256
|
}, "strip", import("zod").ZodTypeAny, {
|
|
257
|
-
operation: "add_comment";
|
|
258
257
|
key: string;
|
|
258
|
+
operation: "add_comment";
|
|
259
259
|
body: string;
|
|
260
260
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
261
261
|
}, {
|
|
262
|
-
operation: "add_comment";
|
|
263
262
|
key: string;
|
|
263
|
+
operation: "add_comment";
|
|
264
264
|
body: string;
|
|
265
265
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
266
266
|
}>, import("zod").ZodObject<{
|
|
@@ -270,14 +270,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
270
270
|
offset: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
271
271
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
272
272
|
}, "strip", import("zod").ZodTypeAny, {
|
|
273
|
+
key: string;
|
|
273
274
|
operation: "get_comments";
|
|
274
275
|
limit: number;
|
|
275
|
-
key: string;
|
|
276
276
|
offset: number;
|
|
277
277
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
278
278
|
}, {
|
|
279
|
-
operation: "get_comments";
|
|
280
279
|
key: string;
|
|
280
|
+
operation: "get_comments";
|
|
281
281
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
282
282
|
limit?: number | undefined;
|
|
283
283
|
offset?: number | undefined;
|
|
@@ -1431,6 +1431,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1431
1431
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
1432
1432
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1433
1433
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1434
|
+
key?: string | undefined;
|
|
1435
|
+
id?: string | undefined;
|
|
1434
1436
|
fields?: import("zod").objectOutputType<{
|
|
1435
1437
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1436
1438
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -1768,9 +1770,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1768
1770
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1769
1771
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1770
1772
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
changelog?: unknown;
|
|
1773
|
+
expand?: string | undefined;
|
|
1774
|
+
self?: string | undefined;
|
|
1774
1775
|
transitions?: import("zod").objectOutputType<{
|
|
1775
1776
|
id: import("zod").ZodString;
|
|
1776
1777
|
name: import("zod").ZodString;
|
|
@@ -1815,9 +1816,10 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1815
1816
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1816
1817
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1817
1818
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
1818
|
-
|
|
1819
|
-
self?: string | undefined;
|
|
1819
|
+
changelog?: unknown;
|
|
1820
1820
|
}, {
|
|
1821
|
+
key?: string | undefined;
|
|
1822
|
+
id?: string | undefined;
|
|
1821
1823
|
fields?: import("zod").objectInputType<{
|
|
1822
1824
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1823
1825
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2155,9 +2157,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2155
2157
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2156
2158
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2157
2159
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
changelog?: unknown;
|
|
2160
|
+
expand?: string | undefined;
|
|
2161
|
+
self?: string | undefined;
|
|
2161
2162
|
transitions?: import("zod").objectInputType<{
|
|
2162
2163
|
id: import("zod").ZodString;
|
|
2163
2164
|
name: import("zod").ZodString;
|
|
@@ -2202,18 +2203,19 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2202
2203
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2203
2204
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2204
2205
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2205
|
-
|
|
2206
|
-
self?: string | undefined;
|
|
2206
|
+
changelog?: unknown;
|
|
2207
2207
|
}>, "many">>;
|
|
2208
2208
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2209
2209
|
offset: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2210
2210
|
limit: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2211
2211
|
error: import("zod").ZodString;
|
|
2212
2212
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2213
|
-
success: boolean;
|
|
2214
2213
|
error: string;
|
|
2214
|
+
success: boolean;
|
|
2215
2215
|
operation: "search";
|
|
2216
2216
|
issues?: {
|
|
2217
|
+
key?: string | undefined;
|
|
2218
|
+
id?: string | undefined;
|
|
2217
2219
|
fields?: import("zod").objectOutputType<{
|
|
2218
2220
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2219
2221
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2551,9 +2553,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2551
2553
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2552
2554
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2553
2555
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
changelog?: unknown;
|
|
2556
|
+
expand?: string | undefined;
|
|
2557
|
+
self?: string | undefined;
|
|
2557
2558
|
transitions?: import("zod").objectOutputType<{
|
|
2558
2559
|
id: import("zod").ZodString;
|
|
2559
2560
|
name: import("zod").ZodString;
|
|
@@ -2598,17 +2599,18 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2598
2599
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2599
2600
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2600
2601
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2601
|
-
|
|
2602
|
-
self?: string | undefined;
|
|
2602
|
+
changelog?: unknown;
|
|
2603
2603
|
}[] | undefined;
|
|
2604
2604
|
limit?: number | undefined;
|
|
2605
2605
|
offset?: number | undefined;
|
|
2606
2606
|
total?: number | undefined;
|
|
2607
2607
|
}, {
|
|
2608
|
-
success: boolean;
|
|
2609
2608
|
error: string;
|
|
2609
|
+
success: boolean;
|
|
2610
2610
|
operation: "search";
|
|
2611
2611
|
issues?: {
|
|
2612
|
+
key?: string | undefined;
|
|
2613
|
+
id?: string | undefined;
|
|
2612
2614
|
fields?: import("zod").objectInputType<{
|
|
2613
2615
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2614
2616
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2946,9 +2948,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2946
2948
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2947
2949
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2948
2950
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
changelog?: unknown;
|
|
2951
|
+
expand?: string | undefined;
|
|
2952
|
+
self?: string | undefined;
|
|
2952
2953
|
transitions?: import("zod").objectInputType<{
|
|
2953
2954
|
id: import("zod").ZodString;
|
|
2954
2955
|
name: import("zod").ZodString;
|
|
@@ -2993,8 +2994,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2993
2994
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2994
2995
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2995
2996
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2996
|
-
|
|
2997
|
-
self?: string | undefined;
|
|
2997
|
+
changelog?: unknown;
|
|
2998
2998
|
}[] | undefined;
|
|
2999
2999
|
limit?: number | undefined;
|
|
3000
3000
|
offset?: number | undefined;
|
|
@@ -4148,6 +4148,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4148
4148
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
4149
4149
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
4150
4150
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4151
|
+
key?: string | undefined;
|
|
4152
|
+
id?: string | undefined;
|
|
4151
4153
|
fields?: import("zod").objectOutputType<{
|
|
4152
4154
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4153
4155
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4485,9 +4487,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4485
4487
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4486
4488
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4487
4489
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4488
|
-
|
|
4489
|
-
|
|
4490
|
-
changelog?: unknown;
|
|
4490
|
+
expand?: string | undefined;
|
|
4491
|
+
self?: string | undefined;
|
|
4491
4492
|
transitions?: import("zod").objectOutputType<{
|
|
4492
4493
|
id: import("zod").ZodString;
|
|
4493
4494
|
name: import("zod").ZodString;
|
|
@@ -4532,9 +4533,10 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4532
4533
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4533
4534
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4534
4535
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
4535
|
-
|
|
4536
|
-
self?: string | undefined;
|
|
4536
|
+
changelog?: unknown;
|
|
4537
4537
|
}, {
|
|
4538
|
+
key?: string | undefined;
|
|
4539
|
+
id?: string | undefined;
|
|
4538
4540
|
fields?: import("zod").objectInputType<{
|
|
4539
4541
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4540
4542
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4872,9 +4874,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4872
4874
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4873
4875
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4874
4876
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4875
|
-
|
|
4876
|
-
|
|
4877
|
-
changelog?: unknown;
|
|
4877
|
+
expand?: string | undefined;
|
|
4878
|
+
self?: string | undefined;
|
|
4878
4879
|
transitions?: import("zod").objectInputType<{
|
|
4879
4880
|
id: import("zod").ZodString;
|
|
4880
4881
|
name: import("zod").ZodString;
|
|
@@ -4919,15 +4920,16 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4919
4920
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4920
4921
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4921
4922
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
4922
|
-
|
|
4923
|
-
self?: string | undefined;
|
|
4923
|
+
changelog?: unknown;
|
|
4924
4924
|
}>>;
|
|
4925
4925
|
error: import("zod").ZodString;
|
|
4926
4926
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4927
|
-
success: boolean;
|
|
4928
4927
|
error: string;
|
|
4928
|
+
success: boolean;
|
|
4929
4929
|
operation: "get";
|
|
4930
4930
|
issue?: {
|
|
4931
|
+
key?: string | undefined;
|
|
4932
|
+
id?: string | undefined;
|
|
4931
4933
|
fields?: import("zod").objectOutputType<{
|
|
4932
4934
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4933
4935
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5265,9 +5267,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5265
5267
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5266
5268
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5267
5269
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5268
|
-
|
|
5269
|
-
|
|
5270
|
-
changelog?: unknown;
|
|
5270
|
+
expand?: string | undefined;
|
|
5271
|
+
self?: string | undefined;
|
|
5271
5272
|
transitions?: import("zod").objectOutputType<{
|
|
5272
5273
|
id: import("zod").ZodString;
|
|
5273
5274
|
name: import("zod").ZodString;
|
|
@@ -5312,14 +5313,15 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5312
5313
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5313
5314
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5314
5315
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
5315
|
-
|
|
5316
|
-
self?: string | undefined;
|
|
5316
|
+
changelog?: unknown;
|
|
5317
5317
|
} | undefined;
|
|
5318
5318
|
}, {
|
|
5319
|
-
success: boolean;
|
|
5320
5319
|
error: string;
|
|
5320
|
+
success: boolean;
|
|
5321
5321
|
operation: "get";
|
|
5322
5322
|
issue?: {
|
|
5323
|
+
key?: string | undefined;
|
|
5324
|
+
id?: string | undefined;
|
|
5323
5325
|
fields?: import("zod").objectInputType<{
|
|
5324
5326
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5325
5327
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5657,9 +5659,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5657
5659
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5658
5660
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5659
5661
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5660
|
-
|
|
5661
|
-
|
|
5662
|
-
changelog?: unknown;
|
|
5662
|
+
expand?: string | undefined;
|
|
5663
|
+
self?: string | undefined;
|
|
5663
5664
|
transitions?: import("zod").objectInputType<{
|
|
5664
5665
|
id: import("zod").ZodString;
|
|
5665
5666
|
name: import("zod").ZodString;
|
|
@@ -5704,8 +5705,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5704
5705
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5705
5706
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5706
5707
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
5707
|
-
|
|
5708
|
-
self?: string | undefined;
|
|
5708
|
+
changelog?: unknown;
|
|
5709
5709
|
} | undefined;
|
|
5710
5710
|
}>, import("zod").ZodObject<{
|
|
5711
5711
|
operation: import("zod").ZodLiteral<"create">;
|
|
@@ -5715,31 +5715,31 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5715
5715
|
key: import("zod").ZodString;
|
|
5716
5716
|
self: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5717
5717
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5718
|
-
id: string;
|
|
5719
5718
|
key: string;
|
|
5719
|
+
id: string;
|
|
5720
5720
|
self?: string | undefined;
|
|
5721
5721
|
}, {
|
|
5722
|
-
id: string;
|
|
5723
5722
|
key: string;
|
|
5723
|
+
id: string;
|
|
5724
5724
|
self?: string | undefined;
|
|
5725
5725
|
}>>;
|
|
5726
5726
|
error: import("zod").ZodString;
|
|
5727
5727
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5728
|
-
success: boolean;
|
|
5729
5728
|
error: string;
|
|
5729
|
+
success: boolean;
|
|
5730
5730
|
operation: "create";
|
|
5731
5731
|
issue?: {
|
|
5732
|
-
id: string;
|
|
5733
5732
|
key: string;
|
|
5733
|
+
id: string;
|
|
5734
5734
|
self?: string | undefined;
|
|
5735
5735
|
} | undefined;
|
|
5736
5736
|
}, {
|
|
5737
|
-
success: boolean;
|
|
5738
5737
|
error: string;
|
|
5738
|
+
success: boolean;
|
|
5739
5739
|
operation: "create";
|
|
5740
5740
|
issue?: {
|
|
5741
|
-
id: string;
|
|
5742
5741
|
key: string;
|
|
5742
|
+
id: string;
|
|
5743
5743
|
self?: string | undefined;
|
|
5744
5744
|
} | undefined;
|
|
5745
5745
|
}>, import("zod").ZodObject<{
|
|
@@ -5748,13 +5748,13 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5748
5748
|
key: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5749
5749
|
error: import("zod").ZodString;
|
|
5750
5750
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5751
|
-
success: boolean;
|
|
5752
5751
|
error: string;
|
|
5752
|
+
success: boolean;
|
|
5753
5753
|
operation: "update";
|
|
5754
5754
|
key?: string | undefined;
|
|
5755
5755
|
}, {
|
|
5756
|
-
success: boolean;
|
|
5757
5756
|
error: string;
|
|
5757
|
+
success: boolean;
|
|
5758
5758
|
operation: "update";
|
|
5759
5759
|
key?: string | undefined;
|
|
5760
5760
|
}>, import("zod").ZodObject<{
|
|
@@ -5764,14 +5764,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5764
5764
|
new_status: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5765
5765
|
error: import("zod").ZodString;
|
|
5766
5766
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5767
|
-
success: boolean;
|
|
5768
5767
|
error: string;
|
|
5768
|
+
success: boolean;
|
|
5769
5769
|
operation: "transition";
|
|
5770
5770
|
key?: string | undefined;
|
|
5771
5771
|
new_status?: string | undefined;
|
|
5772
5772
|
}, {
|
|
5773
|
-
success: boolean;
|
|
5774
5773
|
error: string;
|
|
5774
|
+
success: boolean;
|
|
5775
5775
|
operation: "transition";
|
|
5776
5776
|
key?: string | undefined;
|
|
5777
5777
|
new_status?: string | undefined;
|
|
@@ -5910,8 +5910,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5910
5910
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
5911
5911
|
error: import("zod").ZodString;
|
|
5912
5912
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5913
|
-
success: boolean;
|
|
5914
5913
|
error: string;
|
|
5914
|
+
success: boolean;
|
|
5915
5915
|
operation: "list_transitions";
|
|
5916
5916
|
transitions?: import("zod").objectOutputType<{
|
|
5917
5917
|
id: import("zod").ZodString;
|
|
@@ -5958,8 +5958,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5958
5958
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5959
5959
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
5960
5960
|
}, {
|
|
5961
|
-
success: boolean;
|
|
5962
5961
|
error: string;
|
|
5962
|
+
success: boolean;
|
|
5963
5963
|
operation: "list_transitions";
|
|
5964
5964
|
transitions?: import("zod").objectInputType<{
|
|
5965
5965
|
id: import("zod").ZodString;
|
|
@@ -6024,8 +6024,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6024
6024
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6025
6025
|
error: import("zod").ZodString;
|
|
6026
6026
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6027
|
-
success: boolean;
|
|
6028
6027
|
error: string;
|
|
6028
|
+
success: boolean;
|
|
6029
6029
|
operation: "list_projects";
|
|
6030
6030
|
projects?: import("zod").objectOutputType<{
|
|
6031
6031
|
id: import("zod").ZodString;
|
|
@@ -6034,8 +6034,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6034
6034
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6035
6035
|
total?: number | undefined;
|
|
6036
6036
|
}, {
|
|
6037
|
-
success: boolean;
|
|
6038
6037
|
error: string;
|
|
6038
|
+
success: boolean;
|
|
6039
6039
|
operation: "list_projects";
|
|
6040
6040
|
projects?: import("zod").objectInputType<{
|
|
6041
6041
|
id: import("zod").ZodString;
|
|
@@ -6064,8 +6064,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6064
6064
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
6065
6065
|
error: import("zod").ZodString;
|
|
6066
6066
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6067
|
-
success: boolean;
|
|
6068
6067
|
error: string;
|
|
6068
|
+
success: boolean;
|
|
6069
6069
|
operation: "list_issue_types";
|
|
6070
6070
|
issue_types?: import("zod").objectOutputType<{
|
|
6071
6071
|
id: import("zod").ZodString;
|
|
@@ -6074,8 +6074,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6074
6074
|
subtask: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6075
6075
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6076
6076
|
}, {
|
|
6077
|
-
success: boolean;
|
|
6078
6077
|
error: string;
|
|
6078
|
+
success: boolean;
|
|
6079
6079
|
operation: "list_issue_types";
|
|
6080
6080
|
issue_types?: import("zod").objectInputType<{
|
|
6081
6081
|
id: import("zod").ZodString;
|
|
@@ -6113,6 +6113,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6113
6113
|
}>, "many">;
|
|
6114
6114
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6115
6115
|
name: string;
|
|
6116
|
+
id: string;
|
|
6116
6117
|
fields: {
|
|
6117
6118
|
required: boolean;
|
|
6118
6119
|
name: string;
|
|
@@ -6121,9 +6122,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6121
6122
|
schema?: unknown;
|
|
6122
6123
|
allowedValues?: unknown[] | undefined;
|
|
6123
6124
|
}[];
|
|
6124
|
-
id: string;
|
|
6125
6125
|
}, {
|
|
6126
6126
|
name: string;
|
|
6127
|
+
id: string;
|
|
6127
6128
|
fields: {
|
|
6128
6129
|
required: boolean;
|
|
6129
6130
|
name: string;
|
|
@@ -6132,15 +6133,15 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6132
6133
|
schema?: unknown;
|
|
6133
6134
|
allowedValues?: unknown[] | undefined;
|
|
6134
6135
|
}[];
|
|
6135
|
-
id: string;
|
|
6136
6136
|
}>, "many">>;
|
|
6137
6137
|
error: import("zod").ZodString;
|
|
6138
6138
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6139
|
-
success: boolean;
|
|
6140
6139
|
error: string;
|
|
6140
|
+
success: boolean;
|
|
6141
6141
|
operation: "get_create_fields";
|
|
6142
6142
|
issue_types?: {
|
|
6143
6143
|
name: string;
|
|
6144
|
+
id: string;
|
|
6144
6145
|
fields: {
|
|
6145
6146
|
required: boolean;
|
|
6146
6147
|
name: string;
|
|
@@ -6149,14 +6150,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6149
6150
|
schema?: unknown;
|
|
6150
6151
|
allowedValues?: unknown[] | undefined;
|
|
6151
6152
|
}[];
|
|
6152
|
-
id: string;
|
|
6153
6153
|
}[] | undefined;
|
|
6154
6154
|
}, {
|
|
6155
|
-
success: boolean;
|
|
6156
6155
|
error: string;
|
|
6156
|
+
success: boolean;
|
|
6157
6157
|
operation: "get_create_fields";
|
|
6158
6158
|
issue_types?: {
|
|
6159
6159
|
name: string;
|
|
6160
|
+
id: string;
|
|
6160
6161
|
fields: {
|
|
6161
6162
|
required: boolean;
|
|
6162
6163
|
name: string;
|
|
@@ -6165,7 +6166,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6165
6166
|
schema?: unknown;
|
|
6166
6167
|
allowedValues?: unknown[] | undefined;
|
|
6167
6168
|
}[];
|
|
6168
|
-
id: string;
|
|
6169
6169
|
}[] | undefined;
|
|
6170
6170
|
}>, import("zod").ZodObject<{
|
|
6171
6171
|
operation: import("zod").ZodLiteral<"add_comment">;
|
|
@@ -6239,8 +6239,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6239
6239
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
6240
6240
|
error: import("zod").ZodString;
|
|
6241
6241
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6242
|
-
success: boolean;
|
|
6243
6242
|
error: string;
|
|
6243
|
+
success: boolean;
|
|
6244
6244
|
operation: "add_comment";
|
|
6245
6245
|
comment?: import("zod").objectOutputType<{
|
|
6246
6246
|
id: import("zod").ZodString;
|
|
@@ -6266,8 +6266,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6266
6266
|
updated: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6267
6267
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
6268
6268
|
}, {
|
|
6269
|
-
success: boolean;
|
|
6270
6269
|
error: string;
|
|
6270
|
+
success: boolean;
|
|
6271
6271
|
operation: "add_comment";
|
|
6272
6272
|
comment?: import("zod").objectInputType<{
|
|
6273
6273
|
id: import("zod").ZodString;
|
|
@@ -6365,8 +6365,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6365
6365
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6366
6366
|
error: import("zod").ZodString;
|
|
6367
6367
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6368
|
-
success: boolean;
|
|
6369
6368
|
error: string;
|
|
6369
|
+
success: boolean;
|
|
6370
6370
|
operation: "get_comments";
|
|
6371
6371
|
comments?: import("zod").objectOutputType<{
|
|
6372
6372
|
id: import("zod").ZodString;
|
|
@@ -6393,8 +6393,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6393
6393
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6394
6394
|
total?: number | undefined;
|
|
6395
6395
|
}, {
|
|
6396
|
-
success: boolean;
|
|
6397
6396
|
error: string;
|
|
6397
|
+
success: boolean;
|
|
6398
6398
|
operation: "get_comments";
|
|
6399
6399
|
comments?: import("zod").objectInputType<{
|
|
6400
6400
|
id: import("zod").ZodString;
|