@bubblelab/bubble-core 0.1.101 → 0.1.102
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 +80 -80
- package/dist/bubbles/service-bubble/agi-inc.d.ts +40 -40
- package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
- package/dist/bubbles/service-bubble/airtable.d.ts +84 -84
- package/dist/bubbles/service-bubble/apify/apify.d.ts +16 -16
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +116 -116
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +12 -12
- package/dist/bubbles/service-bubble/firecrawl.d.ts +773 -773
- package/dist/bubbles/service-bubble/followupboss.d.ts +274 -274
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +122 -122
- package/dist/bubbles/service-bubble/github.d.ts +240 -240
- package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-calendar.d.ts +118 -118
- package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +38 -38
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1007 -1007
- 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 +638 -638
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +152 -82
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.js +53 -8
- package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +69 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.schema.js +35 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/telegram.d.ts +1129 -1129
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +9 -9
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +86 -86
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +34 -34
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +210 -210
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +254 -254
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +88 -88
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +48 -48
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +30 -30
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +84 -84
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +109 -2
- package/package.json +2 -2
|
@@ -47,8 +47,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
47
47
|
fields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
48
48
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
49
49
|
}, "strip", import("zod").ZodTypeAny, {
|
|
50
|
-
limit: number;
|
|
51
50
|
operation: "search";
|
|
51
|
+
limit: number;
|
|
52
52
|
offset: number;
|
|
53
53
|
jql: string;
|
|
54
54
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -57,8 +57,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
57
57
|
operation: "search";
|
|
58
58
|
jql: string;
|
|
59
59
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
60
|
-
limit?: number | undefined;
|
|
61
60
|
fields?: string[] | undefined;
|
|
61
|
+
limit?: number | undefined;
|
|
62
62
|
offset?: number | undefined;
|
|
63
63
|
}>, import("zod").ZodObject<{
|
|
64
64
|
operation: import("zod").ZodLiteral<"get">;
|
|
@@ -67,14 +67,14 @@ 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
|
-
key: string;
|
|
71
70
|
operation: "get";
|
|
71
|
+
key: string;
|
|
72
72
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
73
73
|
fields?: string[] | undefined;
|
|
74
74
|
expand?: ("comments" | "changelog" | "transitions")[] | undefined;
|
|
75
75
|
}, {
|
|
76
|
-
key: string;
|
|
77
76
|
operation: "get";
|
|
77
|
+
key: string;
|
|
78
78
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
79
79
|
fields?: string[] | undefined;
|
|
80
80
|
expand?: ("comments" | "changelog" | "transitions")[] | undefined;
|
|
@@ -92,27 +92,27 @@ 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;
|
|
100
|
-
priority?: string | undefined;
|
|
101
|
-
parent?: string | undefined;
|
|
102
100
|
labels?: string[] | undefined;
|
|
101
|
+
parent?: string | undefined;
|
|
103
102
|
assignee?: string | undefined;
|
|
103
|
+
priority?: 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;
|
|
111
111
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
112
|
-
priority?: string | undefined;
|
|
113
|
-
parent?: string | undefined;
|
|
114
112
|
labels?: string[] | undefined;
|
|
113
|
+
parent?: string | undefined;
|
|
115
114
|
assignee?: string | undefined;
|
|
115
|
+
priority?: string | undefined;
|
|
116
116
|
due_date?: string | undefined;
|
|
117
117
|
}>, import("zod").ZodObject<{
|
|
118
118
|
operation: import("zod").ZodLiteral<"update">;
|
|
@@ -127,45 +127,45 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
127
127
|
set: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
128
128
|
}, "strip", import("zod").ZodTypeAny, {
|
|
129
129
|
set?: string[] | undefined;
|
|
130
|
-
remove?: string[] | undefined;
|
|
131
130
|
add?: string[] | undefined;
|
|
131
|
+
remove?: string[] | undefined;
|
|
132
132
|
}, {
|
|
133
133
|
set?: string[] | undefined;
|
|
134
|
-
remove?: string[] | undefined;
|
|
135
134
|
add?: string[] | undefined;
|
|
135
|
+
remove?: string[] | undefined;
|
|
136
136
|
}>>;
|
|
137
137
|
due_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
138
138
|
comment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
139
139
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
140
140
|
}, "strip", import("zod").ZodTypeAny, {
|
|
141
|
-
key: string;
|
|
142
141
|
operation: "update";
|
|
142
|
+
key: string;
|
|
143
143
|
description?: string | undefined;
|
|
144
144
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
145
|
-
priority?: string | undefined;
|
|
146
|
-
summary?: string | undefined;
|
|
147
145
|
labels?: {
|
|
148
146
|
set?: string[] | undefined;
|
|
149
|
-
remove?: string[] | undefined;
|
|
150
147
|
add?: string[] | undefined;
|
|
148
|
+
remove?: string[] | undefined;
|
|
151
149
|
} | undefined;
|
|
150
|
+
summary?: string | undefined;
|
|
152
151
|
comment?: string | undefined;
|
|
153
152
|
assignee?: string | null | undefined;
|
|
153
|
+
priority?: string | undefined;
|
|
154
154
|
due_date?: string | null | undefined;
|
|
155
155
|
}, {
|
|
156
|
-
key: string;
|
|
157
156
|
operation: "update";
|
|
157
|
+
key: string;
|
|
158
158
|
description?: string | undefined;
|
|
159
159
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
160
|
-
priority?: string | undefined;
|
|
161
|
-
summary?: string | undefined;
|
|
162
160
|
labels?: {
|
|
163
161
|
set?: string[] | undefined;
|
|
164
|
-
remove?: string[] | undefined;
|
|
165
162
|
add?: string[] | undefined;
|
|
163
|
+
remove?: string[] | undefined;
|
|
166
164
|
} | undefined;
|
|
165
|
+
summary?: string | undefined;
|
|
167
166
|
comment?: string | undefined;
|
|
168
167
|
assignee?: string | null | undefined;
|
|
168
|
+
priority?: string | undefined;
|
|
169
169
|
due_date?: string | null | undefined;
|
|
170
170
|
}>, import("zod").ZodObject<{
|
|
171
171
|
operation: import("zod").ZodLiteral<"transition">;
|
|
@@ -176,16 +176,16 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
176
176
|
resolution: import("zod").ZodOptional<import("zod").ZodString>;
|
|
177
177
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
178
178
|
}, "strip", import("zod").ZodTypeAny, {
|
|
179
|
-
key: string;
|
|
180
179
|
operation: "transition";
|
|
180
|
+
key: string;
|
|
181
181
|
status?: string | undefined;
|
|
182
182
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
183
183
|
comment?: string | undefined;
|
|
184
184
|
transition_id?: string | undefined;
|
|
185
185
|
resolution?: string | undefined;
|
|
186
186
|
}, {
|
|
187
|
-
key: string;
|
|
188
187
|
operation: "transition";
|
|
188
|
+
key: string;
|
|
189
189
|
status?: string | undefined;
|
|
190
190
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
191
191
|
comment?: string | undefined;
|
|
@@ -196,12 +196,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
196
196
|
key: import("zod").ZodString;
|
|
197
197
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
198
198
|
}, "strip", import("zod").ZodTypeAny, {
|
|
199
|
-
key: string;
|
|
200
199
|
operation: "list_transitions";
|
|
200
|
+
key: string;
|
|
201
201
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
202
202
|
}, {
|
|
203
|
-
key: string;
|
|
204
203
|
operation: "list_transitions";
|
|
204
|
+
key: string;
|
|
205
205
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
206
206
|
}>, import("zod").ZodObject<{
|
|
207
207
|
operation: import("zod").ZodLiteral<"list_projects">;
|
|
@@ -209,8 +209,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
209
209
|
offset: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
210
210
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
211
211
|
}, "strip", import("zod").ZodTypeAny, {
|
|
212
|
-
limit: number;
|
|
213
212
|
operation: "list_projects";
|
|
213
|
+
limit: number;
|
|
214
214
|
offset: number;
|
|
215
215
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
216
216
|
}, {
|
|
@@ -236,14 +236,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
236
236
|
body: import("zod").ZodString;
|
|
237
237
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
238
238
|
}, "strip", import("zod").ZodTypeAny, {
|
|
239
|
-
key: string;
|
|
240
239
|
operation: "add_comment";
|
|
241
240
|
body: string;
|
|
241
|
+
key: string;
|
|
242
242
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
243
243
|
}, {
|
|
244
|
-
key: string;
|
|
245
244
|
operation: "add_comment";
|
|
246
245
|
body: string;
|
|
246
|
+
key: string;
|
|
247
247
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
248
248
|
}>, import("zod").ZodObject<{
|
|
249
249
|
operation: import("zod").ZodLiteral<"get_comments">;
|
|
@@ -252,14 +252,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
252
252
|
offset: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
253
253
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
254
254
|
}, "strip", import("zod").ZodTypeAny, {
|
|
255
|
-
limit: number;
|
|
256
|
-
key: string;
|
|
257
255
|
operation: "get_comments";
|
|
256
|
+
limit: number;
|
|
258
257
|
offset: number;
|
|
258
|
+
key: string;
|
|
259
259
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
260
260
|
}, {
|
|
261
|
-
key: string;
|
|
262
261
|
operation: "get_comments";
|
|
262
|
+
key: string;
|
|
263
263
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
264
264
|
limit?: number | undefined;
|
|
265
265
|
offset?: number | undefined;
|
|
@@ -1413,7 +1413,6 @@ 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
|
-
id?: string | undefined;
|
|
1417
1416
|
fields?: import("zod").objectOutputType<{
|
|
1418
1417
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1419
1418
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -1751,6 +1750,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1751
1750
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1752
1751
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1753
1752
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
1753
|
+
id?: string | undefined;
|
|
1754
1754
|
key?: string | undefined;
|
|
1755
1755
|
changelog?: unknown;
|
|
1756
1756
|
transitions?: import("zod").objectOutputType<{
|
|
@@ -1800,7 +1800,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1800
1800
|
expand?: string | undefined;
|
|
1801
1801
|
self?: string | undefined;
|
|
1802
1802
|
}, {
|
|
1803
|
-
id?: string | undefined;
|
|
1804
1803
|
fields?: import("zod").objectInputType<{
|
|
1805
1804
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1806
1805
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2138,6 +2137,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2138
2137
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2139
2138
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2140
2139
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2140
|
+
id?: string | undefined;
|
|
2141
2141
|
key?: string | undefined;
|
|
2142
2142
|
changelog?: unknown;
|
|
2143
2143
|
transitions?: import("zod").objectInputType<{
|
|
@@ -2196,7 +2196,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2196
2196
|
error: string;
|
|
2197
2197
|
operation: "search";
|
|
2198
2198
|
issues?: {
|
|
2199
|
-
id?: string | undefined;
|
|
2200
2199
|
fields?: import("zod").objectOutputType<{
|
|
2201
2200
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2202
2201
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2534,6 +2533,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2534
2533
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2535
2534
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2536
2535
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2536
|
+
id?: string | undefined;
|
|
2537
2537
|
key?: string | undefined;
|
|
2538
2538
|
changelog?: unknown;
|
|
2539
2539
|
transitions?: import("zod").objectOutputType<{
|
|
@@ -2591,7 +2591,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2591
2591
|
error: string;
|
|
2592
2592
|
operation: "search";
|
|
2593
2593
|
issues?: {
|
|
2594
|
-
id?: string | undefined;
|
|
2595
2594
|
fields?: import("zod").objectInputType<{
|
|
2596
2595
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2597
2596
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2929,6 +2928,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2929
2928
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2930
2929
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2931
2930
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2931
|
+
id?: string | undefined;
|
|
2932
2932
|
key?: string | undefined;
|
|
2933
2933
|
changelog?: unknown;
|
|
2934
2934
|
transitions?: import("zod").objectInputType<{
|
|
@@ -4130,7 +4130,6 @@ 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
|
-
id?: string | undefined;
|
|
4134
4133
|
fields?: import("zod").objectOutputType<{
|
|
4135
4134
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4136
4135
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4468,6 +4467,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4468
4467
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4469
4468
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4470
4469
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4470
|
+
id?: string | undefined;
|
|
4471
4471
|
key?: string | undefined;
|
|
4472
4472
|
changelog?: unknown;
|
|
4473
4473
|
transitions?: import("zod").objectOutputType<{
|
|
@@ -4517,7 +4517,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4517
4517
|
expand?: string | undefined;
|
|
4518
4518
|
self?: string | undefined;
|
|
4519
4519
|
}, {
|
|
4520
|
-
id?: string | undefined;
|
|
4521
4520
|
fields?: import("zod").objectInputType<{
|
|
4522
4521
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4523
4522
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4855,6 +4854,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4855
4854
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4856
4855
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4857
4856
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4857
|
+
id?: string | undefined;
|
|
4858
4858
|
key?: string | undefined;
|
|
4859
4859
|
changelog?: unknown;
|
|
4860
4860
|
transitions?: import("zod").objectInputType<{
|
|
@@ -4910,7 +4910,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4910
4910
|
error: string;
|
|
4911
4911
|
operation: "get";
|
|
4912
4912
|
issue?: {
|
|
4913
|
-
id?: string | undefined;
|
|
4914
4913
|
fields?: import("zod").objectOutputType<{
|
|
4915
4914
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4916
4915
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5248,6 +5247,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5248
5247
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5249
5248
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5250
5249
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5250
|
+
id?: string | undefined;
|
|
5251
5251
|
key?: string | undefined;
|
|
5252
5252
|
changelog?: unknown;
|
|
5253
5253
|
transitions?: import("zod").objectOutputType<{
|
|
@@ -5302,7 +5302,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5302
5302
|
error: string;
|
|
5303
5303
|
operation: "get";
|
|
5304
5304
|
issue?: {
|
|
5305
|
-
id?: string | undefined;
|
|
5306
5305
|
fields?: import("zod").objectInputType<{
|
|
5307
5306
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5308
5307
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5640,6 +5639,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5640
5639
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5641
5640
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5642
5641
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5642
|
+
id?: string | undefined;
|
|
5643
5643
|
key?: string | undefined;
|
|
5644
5644
|
changelog?: unknown;
|
|
5645
5645
|
transitions?: import("zod").objectInputType<{
|