@bubblelab/bubble-core 0.1.28 → 0.1.30

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.
Files changed (88) hide show
  1. package/dist/bubble-bundle.d.ts +160 -91
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +4 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +8 -8
  6. package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
  7. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +30 -30
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
  12. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
  13. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
  14. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
  15. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
  16. package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
  17. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  18. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  19. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  20. package/dist/bubbles/service-bubble/firecrawl.d.ts +128 -128
  21. package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
  22. package/dist/bubbles/service-bubble/github.d.ts +120 -120
  23. package/dist/bubbles/service-bubble/gmail.d.ts +411 -411
  24. package/dist/bubbles/service-bubble/google-calendar.d.ts +184 -184
  25. package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
  26. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +33 -33
  27. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
  28. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
  29. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
  30. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
  31. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
  32. package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
  33. package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
  34. package/dist/bubbles/service-bubble/google-sheets.js +904 -0
  35. package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
  36. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  37. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  38. package/dist/bubbles/service-bubble/jira/index.d.ts +5 -0
  39. package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -0
  40. package/dist/bubbles/service-bubble/jira/index.js +5 -0
  41. package/dist/bubbles/service-bubble/jira/index.js.map +1 -0
  42. package/dist/bubbles/service-bubble/jira/jira.d.ts +2695 -0
  43. package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -0
  44. package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts +38 -0
  45. package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts.map +1 -0
  46. package/dist/bubbles/service-bubble/jira/jira.integration.flow.js +358 -0
  47. package/dist/bubbles/service-bubble/jira/jira.integration.flow.js.map +1 -0
  48. package/dist/bubbles/service-bubble/jira/jira.js +535 -0
  49. package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
  50. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3659 -0
  51. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
  52. package/dist/bubbles/service-bubble/jira/jira.schema.js +502 -0
  53. package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -0
  54. package/dist/bubbles/service-bubble/jira/jira.utils.d.ts +141 -0
  55. package/dist/bubbles/service-bubble/jira/jira.utils.d.ts.map +1 -0
  56. package/dist/bubbles/service-bubble/jira/jira.utils.js +428 -0
  57. package/dist/bubbles/service-bubble/jira/jira.utils.js.map +1 -0
  58. package/dist/bubbles/service-bubble/notion/notion.d.ts +148 -148
  59. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
  60. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  61. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  62. package/dist/bubbles/service-bubble/slack/slack.d.ts +142 -142
  63. package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
  64. package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
  65. package/dist/bubbles/service-bubble/slack.js +1536 -0
  66. package/dist/bubbles/service-bubble/slack.js.map +1 -0
  67. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  68. package/dist/bubbles/service-bubble/telegram.d.ts +6 -6
  69. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  72. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +198 -198
  73. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
  74. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
  75. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  76. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  77. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +44 -44
  78. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +88 -88
  79. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  80. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  81. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +42 -42
  82. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
  83. package/dist/bubbles.json +1791 -2
  84. package/dist/index.d.ts +2 -0
  85. package/dist/index.d.ts.map +1 -1
  86. package/dist/index.js +1 -0
  87. package/dist/index.js.map +1 -1
  88. package/package.json +2 -2
@@ -0,0 +1,2695 @@
1
+ import { ServiceBubble } from '../../../types/service-bubble-class.js';
2
+ import type { BubbleContext } from '../../../types/bubble.js';
3
+ import { CredentialType } from '@bubblelab/shared-schemas';
4
+ import { type JiraParamsInput, type JiraResult } from './jira.schema.js';
5
+ /**
6
+ * Jira Service Bubble
7
+ *
8
+ * Agent-friendly Jira integration with minimal required parameters and smart defaults.
9
+ *
10
+ * Core Operations:
11
+ * - search: Find issues using JQL queries
12
+ * - get: Get details for a specific issue
13
+ * - create: Create new issues with automatic ADF conversion
14
+ * - update: Modify existing issues with flexible label operations
15
+ * - transition: Change issue status by name (no ID lookup needed)
16
+ *
17
+ * Supporting Operations:
18
+ * - list_transitions: Get available status transitions
19
+ * - list_projects: Discover available projects
20
+ * - list_issue_types: Get issue types for a project
21
+ * - add_comment: Add a comment to an issue
22
+ * - get_comments: Retrieve comments for an issue
23
+ *
24
+ * Features:
25
+ * - Markdown or plain text descriptions/comments auto-converted to Atlassian Document Format (ADF)
26
+ * - Supports markdown: **bold**, *italic*, `code`, [links](url), # headings, lists, > blockquotes, ``` code blocks ```, ~~strikethrough~~
27
+ * - Status transitions by name (e.g., "Done") instead of IDs
28
+ * - Flexible label operations (add/remove/set)
29
+ * - Smart defaults for 90% of use cases
30
+ *
31
+ * Security Features:
32
+ * - API token authentication via Jira Cloud
33
+ * - Secure credential injection at runtime
34
+ */
35
+ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> extends ServiceBubble<T, Extract<JiraResult, {
36
+ operation: T['operation'];
37
+ }>> {
38
+ static readonly type: "service";
39
+ static readonly service = "jira";
40
+ static readonly authType: "oauth";
41
+ static readonly bubbleName = "jira";
42
+ static readonly schema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
43
+ operation: import("zod").ZodLiteral<"search">;
44
+ jql: import("zod").ZodString;
45
+ limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
46
+ offset: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
47
+ fields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
48
+ credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
49
+ }, "strip", import("zod").ZodTypeAny, {
50
+ operation: "search";
51
+ jql: string;
52
+ limit: number;
53
+ offset: number;
54
+ fields?: string[] | undefined;
55
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
56
+ }, {
57
+ operation: "search";
58
+ jql: string;
59
+ fields?: string[] | undefined;
60
+ limit?: number | undefined;
61
+ offset?: number | undefined;
62
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
63
+ }>, import("zod").ZodObject<{
64
+ operation: import("zod").ZodLiteral<"get">;
65
+ key: import("zod").ZodString;
66
+ fields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
67
+ expand: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["changelog", "comments", "transitions"]>, "many">>;
68
+ credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
69
+ }, "strip", import("zod").ZodTypeAny, {
70
+ key: string;
71
+ operation: "get";
72
+ fields?: string[] | undefined;
73
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
74
+ expand?: ("comments" | "transitions" | "changelog")[] | undefined;
75
+ }, {
76
+ key: string;
77
+ operation: "get";
78
+ fields?: string[] | undefined;
79
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
80
+ expand?: ("comments" | "transitions" | "changelog")[] | undefined;
81
+ }>, import("zod").ZodObject<{
82
+ operation: import("zod").ZodLiteral<"create">;
83
+ project: import("zod").ZodString;
84
+ summary: import("zod").ZodString;
85
+ type: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodString>>;
86
+ description: import("zod").ZodOptional<import("zod").ZodString>;
87
+ assignee: import("zod").ZodOptional<import("zod").ZodString>;
88
+ priority: import("zod").ZodOptional<import("zod").ZodEnum<["Highest", "High", "Medium", "Low", "Lowest"]>>;
89
+ labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
90
+ parent: import("zod").ZodOptional<import("zod").ZodString>;
91
+ due_date: import("zod").ZodOptional<import("zod").ZodString>;
92
+ credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
93
+ }, "strip", import("zod").ZodTypeAny, {
94
+ type: string;
95
+ summary: string;
96
+ project: string;
97
+ operation: "create";
98
+ description?: string | undefined;
99
+ priority?: "Highest" | "High" | "Medium" | "Low" | "Lowest" | undefined;
100
+ assignee?: string | undefined;
101
+ labels?: string[] | undefined;
102
+ parent?: string | undefined;
103
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
104
+ due_date?: string | undefined;
105
+ }, {
106
+ summary: string;
107
+ project: string;
108
+ operation: "create";
109
+ type?: string | undefined;
110
+ description?: string | undefined;
111
+ priority?: "Highest" | "High" | "Medium" | "Low" | "Lowest" | undefined;
112
+ assignee?: string | undefined;
113
+ labels?: string[] | undefined;
114
+ parent?: string | undefined;
115
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
116
+ due_date?: string | undefined;
117
+ }>, import("zod").ZodObject<{
118
+ operation: import("zod").ZodLiteral<"update">;
119
+ key: import("zod").ZodString;
120
+ summary: import("zod").ZodOptional<import("zod").ZodString>;
121
+ description: import("zod").ZodOptional<import("zod").ZodString>;
122
+ assignee: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
123
+ priority: import("zod").ZodOptional<import("zod").ZodEnum<["Highest", "High", "Medium", "Low", "Lowest"]>>;
124
+ labels: import("zod").ZodOptional<import("zod").ZodObject<{
125
+ add: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
126
+ remove: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
127
+ set: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
128
+ }, "strip", import("zod").ZodTypeAny, {
129
+ set?: string[] | undefined;
130
+ add?: string[] | undefined;
131
+ remove?: string[] | undefined;
132
+ }, {
133
+ set?: string[] | undefined;
134
+ add?: string[] | undefined;
135
+ remove?: string[] | undefined;
136
+ }>>;
137
+ due_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
138
+ comment: import("zod").ZodOptional<import("zod").ZodString>;
139
+ credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
140
+ }, "strip", import("zod").ZodTypeAny, {
141
+ key: string;
142
+ operation: "update";
143
+ description?: string | undefined;
144
+ summary?: string | undefined;
145
+ priority?: "Highest" | "High" | "Medium" | "Low" | "Lowest" | undefined;
146
+ assignee?: string | null | undefined;
147
+ labels?: {
148
+ set?: string[] | undefined;
149
+ add?: string[] | undefined;
150
+ remove?: string[] | undefined;
151
+ } | undefined;
152
+ comment?: string | undefined;
153
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
154
+ due_date?: string | null | undefined;
155
+ }, {
156
+ key: string;
157
+ operation: "update";
158
+ description?: string | undefined;
159
+ summary?: string | undefined;
160
+ priority?: "Highest" | "High" | "Medium" | "Low" | "Lowest" | undefined;
161
+ assignee?: string | null | undefined;
162
+ labels?: {
163
+ set?: string[] | undefined;
164
+ add?: string[] | undefined;
165
+ remove?: string[] | undefined;
166
+ } | undefined;
167
+ comment?: string | undefined;
168
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
169
+ due_date?: string | null | undefined;
170
+ }>, import("zod").ZodObject<{
171
+ operation: import("zod").ZodLiteral<"transition">;
172
+ key: import("zod").ZodString;
173
+ status: import("zod").ZodOptional<import("zod").ZodString>;
174
+ transition_id: import("zod").ZodOptional<import("zod").ZodString>;
175
+ comment: import("zod").ZodOptional<import("zod").ZodString>;
176
+ resolution: import("zod").ZodOptional<import("zod").ZodString>;
177
+ credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
178
+ }, "strip", import("zod").ZodTypeAny, {
179
+ key: string;
180
+ operation: "transition";
181
+ status?: string | undefined;
182
+ comment?: string | undefined;
183
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
184
+ transition_id?: string | undefined;
185
+ resolution?: string | undefined;
186
+ }, {
187
+ key: string;
188
+ operation: "transition";
189
+ status?: string | undefined;
190
+ comment?: string | undefined;
191
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
192
+ transition_id?: string | undefined;
193
+ resolution?: string | undefined;
194
+ }>, import("zod").ZodObject<{
195
+ operation: import("zod").ZodLiteral<"list_transitions">;
196
+ key: import("zod").ZodString;
197
+ credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
198
+ }, "strip", import("zod").ZodTypeAny, {
199
+ key: string;
200
+ operation: "list_transitions";
201
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
202
+ }, {
203
+ key: string;
204
+ operation: "list_transitions";
205
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
206
+ }>, import("zod").ZodObject<{
207
+ operation: import("zod").ZodLiteral<"list_projects">;
208
+ limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
209
+ offset: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
210
+ credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
211
+ }, "strip", import("zod").ZodTypeAny, {
212
+ operation: "list_projects";
213
+ limit: number;
214
+ offset: number;
215
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
216
+ }, {
217
+ operation: "list_projects";
218
+ limit?: number | undefined;
219
+ offset?: number | undefined;
220
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
221
+ }>, import("zod").ZodObject<{
222
+ operation: import("zod").ZodLiteral<"list_issue_types">;
223
+ project: import("zod").ZodString;
224
+ credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
225
+ }, "strip", import("zod").ZodTypeAny, {
226
+ project: string;
227
+ operation: "list_issue_types";
228
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
229
+ }, {
230
+ project: string;
231
+ operation: "list_issue_types";
232
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
233
+ }>, import("zod").ZodObject<{
234
+ operation: import("zod").ZodLiteral<"add_comment">;
235
+ key: import("zod").ZodString;
236
+ body: import("zod").ZodString;
237
+ credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
238
+ }, "strip", import("zod").ZodTypeAny, {
239
+ key: string;
240
+ body: string;
241
+ operation: "add_comment";
242
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
243
+ }, {
244
+ key: string;
245
+ body: string;
246
+ operation: "add_comment";
247
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
248
+ }>, import("zod").ZodObject<{
249
+ operation: import("zod").ZodLiteral<"get_comments">;
250
+ key: import("zod").ZodString;
251
+ limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
252
+ offset: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
253
+ credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
254
+ }, "strip", import("zod").ZodTypeAny, {
255
+ key: string;
256
+ operation: "get_comments";
257
+ limit: number;
258
+ offset: number;
259
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
260
+ }, {
261
+ key: string;
262
+ operation: "get_comments";
263
+ limit?: number | undefined;
264
+ offset?: number | undefined;
265
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
266
+ }>]>;
267
+ static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
268
+ operation: import("zod").ZodLiteral<"search">;
269
+ success: import("zod").ZodBoolean;
270
+ issues: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
271
+ id: import("zod").ZodString;
272
+ key: import("zod").ZodString;
273
+ self: import("zod").ZodOptional<import("zod").ZodString>;
274
+ fields: import("zod").ZodObject<{
275
+ summary: import("zod").ZodOptional<import("zod").ZodString>;
276
+ description: import("zod").ZodOptional<import("zod").ZodUnknown>;
277
+ status: import("zod").ZodOptional<import("zod").ZodObject<{
278
+ id: import("zod").ZodString;
279
+ name: import("zod").ZodString;
280
+ statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
281
+ key: import("zod").ZodString;
282
+ name: import("zod").ZodString;
283
+ }, "strip", import("zod").ZodTypeAny, {
284
+ name: string;
285
+ key: string;
286
+ }, {
287
+ name: string;
288
+ key: string;
289
+ }>>;
290
+ }, "strip", import("zod").ZodTypeAny, {
291
+ id: string;
292
+ name: string;
293
+ statusCategory?: {
294
+ name: string;
295
+ key: string;
296
+ } | undefined;
297
+ }, {
298
+ id: string;
299
+ name: string;
300
+ statusCategory?: {
301
+ name: string;
302
+ key: string;
303
+ } | undefined;
304
+ }>>;
305
+ priority: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
306
+ id: import("zod").ZodString;
307
+ name: import("zod").ZodString;
308
+ }, "strip", import("zod").ZodTypeAny, {
309
+ id: string;
310
+ name: string;
311
+ }, {
312
+ id: string;
313
+ name: string;
314
+ }>>>;
315
+ assignee: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
316
+ accountId: import("zod").ZodString;
317
+ displayName: import("zod").ZodOptional<import("zod").ZodString>;
318
+ emailAddress: import("zod").ZodOptional<import("zod").ZodString>;
319
+ active: import("zod").ZodOptional<import("zod").ZodBoolean>;
320
+ }, "strip", import("zod").ZodTypeAny, {
321
+ accountId: string;
322
+ displayName?: string | undefined;
323
+ emailAddress?: string | undefined;
324
+ active?: boolean | undefined;
325
+ }, {
326
+ accountId: string;
327
+ displayName?: string | undefined;
328
+ emailAddress?: string | undefined;
329
+ active?: boolean | undefined;
330
+ }>>>;
331
+ reporter: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
332
+ accountId: import("zod").ZodString;
333
+ displayName: import("zod").ZodOptional<import("zod").ZodString>;
334
+ emailAddress: import("zod").ZodOptional<import("zod").ZodString>;
335
+ active: import("zod").ZodOptional<import("zod").ZodBoolean>;
336
+ }, "strip", import("zod").ZodTypeAny, {
337
+ accountId: string;
338
+ displayName?: string | undefined;
339
+ emailAddress?: string | undefined;
340
+ active?: boolean | undefined;
341
+ }, {
342
+ accountId: string;
343
+ displayName?: string | undefined;
344
+ emailAddress?: string | undefined;
345
+ active?: boolean | undefined;
346
+ }>>>;
347
+ issuetype: import("zod").ZodOptional<import("zod").ZodObject<{
348
+ id: import("zod").ZodString;
349
+ name: import("zod").ZodString;
350
+ description: import("zod").ZodOptional<import("zod").ZodString>;
351
+ subtask: import("zod").ZodOptional<import("zod").ZodBoolean>;
352
+ }, "strip", import("zod").ZodTypeAny, {
353
+ id: string;
354
+ name: string;
355
+ description?: string | undefined;
356
+ subtask?: boolean | undefined;
357
+ }, {
358
+ id: string;
359
+ name: string;
360
+ description?: string | undefined;
361
+ subtask?: boolean | undefined;
362
+ }>>;
363
+ project: import("zod").ZodOptional<import("zod").ZodObject<{
364
+ id: import("zod").ZodString;
365
+ key: import("zod").ZodString;
366
+ name: import("zod").ZodString;
367
+ }, "strip", import("zod").ZodTypeAny, {
368
+ id: string;
369
+ name: string;
370
+ key: string;
371
+ }, {
372
+ id: string;
373
+ name: string;
374
+ key: string;
375
+ }>>;
376
+ labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
377
+ created: import("zod").ZodOptional<import("zod").ZodString>;
378
+ updated: import("zod").ZodOptional<import("zod").ZodString>;
379
+ duedate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
380
+ parent: import("zod").ZodOptional<import("zod").ZodObject<{
381
+ id: import("zod").ZodString;
382
+ key: import("zod").ZodString;
383
+ }, "strip", import("zod").ZodTypeAny, {
384
+ id: string;
385
+ key: string;
386
+ }, {
387
+ id: string;
388
+ key: string;
389
+ }>>;
390
+ comment: import("zod").ZodOptional<import("zod").ZodObject<{
391
+ comments: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
392
+ id: import("zod").ZodString;
393
+ author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
394
+ accountId: import("zod").ZodString;
395
+ displayName: import("zod").ZodOptional<import("zod").ZodString>;
396
+ emailAddress: import("zod").ZodOptional<import("zod").ZodString>;
397
+ active: import("zod").ZodOptional<import("zod").ZodBoolean>;
398
+ }, "strip", import("zod").ZodTypeAny, {
399
+ accountId: string;
400
+ displayName?: string | undefined;
401
+ emailAddress?: string | undefined;
402
+ active?: boolean | undefined;
403
+ }, {
404
+ accountId: string;
405
+ displayName?: string | undefined;
406
+ emailAddress?: string | undefined;
407
+ active?: boolean | undefined;
408
+ }>>>;
409
+ body: import("zod").ZodOptional<import("zod").ZodUnknown>;
410
+ renderedBody: import("zod").ZodOptional<import("zod").ZodString>;
411
+ created: import("zod").ZodOptional<import("zod").ZodString>;
412
+ updated: import("zod").ZodOptional<import("zod").ZodString>;
413
+ }, "strip", import("zod").ZodTypeAny, {
414
+ id: string;
415
+ author?: {
416
+ accountId: string;
417
+ displayName?: string | undefined;
418
+ emailAddress?: string | undefined;
419
+ active?: boolean | undefined;
420
+ } | null | undefined;
421
+ body?: unknown;
422
+ renderedBody?: string | undefined;
423
+ created?: string | undefined;
424
+ updated?: string | undefined;
425
+ }, {
426
+ id: string;
427
+ author?: {
428
+ accountId: string;
429
+ displayName?: string | undefined;
430
+ emailAddress?: string | undefined;
431
+ active?: boolean | undefined;
432
+ } | null | undefined;
433
+ body?: unknown;
434
+ renderedBody?: string | undefined;
435
+ created?: string | undefined;
436
+ updated?: string | undefined;
437
+ }>, "many">>;
438
+ total: import("zod").ZodOptional<import("zod").ZodNumber>;
439
+ }, "strip", import("zod").ZodTypeAny, {
440
+ comments?: {
441
+ id: string;
442
+ author?: {
443
+ accountId: string;
444
+ displayName?: string | undefined;
445
+ emailAddress?: string | undefined;
446
+ active?: boolean | undefined;
447
+ } | null | undefined;
448
+ body?: unknown;
449
+ renderedBody?: string | undefined;
450
+ created?: string | undefined;
451
+ updated?: string | undefined;
452
+ }[] | undefined;
453
+ total?: number | undefined;
454
+ }, {
455
+ comments?: {
456
+ id: string;
457
+ author?: {
458
+ accountId: string;
459
+ displayName?: string | undefined;
460
+ emailAddress?: string | undefined;
461
+ active?: boolean | undefined;
462
+ } | null | undefined;
463
+ body?: unknown;
464
+ renderedBody?: string | undefined;
465
+ created?: string | undefined;
466
+ updated?: string | undefined;
467
+ }[] | undefined;
468
+ total?: number | undefined;
469
+ }>>;
470
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
471
+ summary: import("zod").ZodOptional<import("zod").ZodString>;
472
+ description: import("zod").ZodOptional<import("zod").ZodUnknown>;
473
+ status: import("zod").ZodOptional<import("zod").ZodObject<{
474
+ id: import("zod").ZodString;
475
+ name: import("zod").ZodString;
476
+ statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
477
+ key: import("zod").ZodString;
478
+ name: import("zod").ZodString;
479
+ }, "strip", import("zod").ZodTypeAny, {
480
+ name: string;
481
+ key: string;
482
+ }, {
483
+ name: string;
484
+ key: string;
485
+ }>>;
486
+ }, "strip", import("zod").ZodTypeAny, {
487
+ id: string;
488
+ name: string;
489
+ statusCategory?: {
490
+ name: string;
491
+ key: string;
492
+ } | undefined;
493
+ }, {
494
+ id: string;
495
+ name: string;
496
+ statusCategory?: {
497
+ name: string;
498
+ key: string;
499
+ } | undefined;
500
+ }>>;
501
+ priority: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
502
+ id: import("zod").ZodString;
503
+ name: import("zod").ZodString;
504
+ }, "strip", import("zod").ZodTypeAny, {
505
+ id: string;
506
+ name: string;
507
+ }, {
508
+ id: string;
509
+ name: string;
510
+ }>>>;
511
+ assignee: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
512
+ accountId: import("zod").ZodString;
513
+ displayName: import("zod").ZodOptional<import("zod").ZodString>;
514
+ emailAddress: import("zod").ZodOptional<import("zod").ZodString>;
515
+ active: import("zod").ZodOptional<import("zod").ZodBoolean>;
516
+ }, "strip", import("zod").ZodTypeAny, {
517
+ accountId: string;
518
+ displayName?: string | undefined;
519
+ emailAddress?: string | undefined;
520
+ active?: boolean | undefined;
521
+ }, {
522
+ accountId: string;
523
+ displayName?: string | undefined;
524
+ emailAddress?: string | undefined;
525
+ active?: boolean | undefined;
526
+ }>>>;
527
+ reporter: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
528
+ accountId: import("zod").ZodString;
529
+ displayName: import("zod").ZodOptional<import("zod").ZodString>;
530
+ emailAddress: import("zod").ZodOptional<import("zod").ZodString>;
531
+ active: import("zod").ZodOptional<import("zod").ZodBoolean>;
532
+ }, "strip", import("zod").ZodTypeAny, {
533
+ accountId: string;
534
+ displayName?: string | undefined;
535
+ emailAddress?: string | undefined;
536
+ active?: boolean | undefined;
537
+ }, {
538
+ accountId: string;
539
+ displayName?: string | undefined;
540
+ emailAddress?: string | undefined;
541
+ active?: boolean | undefined;
542
+ }>>>;
543
+ issuetype: import("zod").ZodOptional<import("zod").ZodObject<{
544
+ id: import("zod").ZodString;
545
+ name: import("zod").ZodString;
546
+ description: import("zod").ZodOptional<import("zod").ZodString>;
547
+ subtask: import("zod").ZodOptional<import("zod").ZodBoolean>;
548
+ }, "strip", import("zod").ZodTypeAny, {
549
+ id: string;
550
+ name: string;
551
+ description?: string | undefined;
552
+ subtask?: boolean | undefined;
553
+ }, {
554
+ id: string;
555
+ name: string;
556
+ description?: string | undefined;
557
+ subtask?: boolean | undefined;
558
+ }>>;
559
+ project: import("zod").ZodOptional<import("zod").ZodObject<{
560
+ id: import("zod").ZodString;
561
+ key: import("zod").ZodString;
562
+ name: import("zod").ZodString;
563
+ }, "strip", import("zod").ZodTypeAny, {
564
+ id: string;
565
+ name: string;
566
+ key: string;
567
+ }, {
568
+ id: string;
569
+ name: string;
570
+ key: string;
571
+ }>>;
572
+ labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
573
+ created: import("zod").ZodOptional<import("zod").ZodString>;
574
+ updated: import("zod").ZodOptional<import("zod").ZodString>;
575
+ duedate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
576
+ parent: import("zod").ZodOptional<import("zod").ZodObject<{
577
+ id: import("zod").ZodString;
578
+ key: import("zod").ZodString;
579
+ }, "strip", import("zod").ZodTypeAny, {
580
+ id: string;
581
+ key: string;
582
+ }, {
583
+ id: string;
584
+ key: string;
585
+ }>>;
586
+ comment: import("zod").ZodOptional<import("zod").ZodObject<{
587
+ comments: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
588
+ id: import("zod").ZodString;
589
+ author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
590
+ accountId: import("zod").ZodString;
591
+ displayName: import("zod").ZodOptional<import("zod").ZodString>;
592
+ emailAddress: import("zod").ZodOptional<import("zod").ZodString>;
593
+ active: import("zod").ZodOptional<import("zod").ZodBoolean>;
594
+ }, "strip", import("zod").ZodTypeAny, {
595
+ accountId: string;
596
+ displayName?: string | undefined;
597
+ emailAddress?: string | undefined;
598
+ active?: boolean | undefined;
599
+ }, {
600
+ accountId: string;
601
+ displayName?: string | undefined;
602
+ emailAddress?: string | undefined;
603
+ active?: boolean | undefined;
604
+ }>>>;
605
+ body: import("zod").ZodOptional<import("zod").ZodUnknown>;
606
+ renderedBody: import("zod").ZodOptional<import("zod").ZodString>;
607
+ created: import("zod").ZodOptional<import("zod").ZodString>;
608
+ updated: import("zod").ZodOptional<import("zod").ZodString>;
609
+ }, "strip", import("zod").ZodTypeAny, {
610
+ id: string;
611
+ author?: {
612
+ accountId: string;
613
+ displayName?: string | undefined;
614
+ emailAddress?: string | undefined;
615
+ active?: boolean | undefined;
616
+ } | null | undefined;
617
+ body?: unknown;
618
+ renderedBody?: string | undefined;
619
+ created?: string | undefined;
620
+ updated?: string | undefined;
621
+ }, {
622
+ id: string;
623
+ author?: {
624
+ accountId: string;
625
+ displayName?: string | undefined;
626
+ emailAddress?: string | undefined;
627
+ active?: boolean | undefined;
628
+ } | null | undefined;
629
+ body?: unknown;
630
+ renderedBody?: string | undefined;
631
+ created?: string | undefined;
632
+ updated?: string | undefined;
633
+ }>, "many">>;
634
+ total: import("zod").ZodOptional<import("zod").ZodNumber>;
635
+ }, "strip", import("zod").ZodTypeAny, {
636
+ comments?: {
637
+ id: string;
638
+ author?: {
639
+ accountId: string;
640
+ displayName?: string | undefined;
641
+ emailAddress?: string | undefined;
642
+ active?: boolean | undefined;
643
+ } | null | undefined;
644
+ body?: unknown;
645
+ renderedBody?: string | undefined;
646
+ created?: string | undefined;
647
+ updated?: string | undefined;
648
+ }[] | undefined;
649
+ total?: number | undefined;
650
+ }, {
651
+ comments?: {
652
+ id: string;
653
+ author?: {
654
+ accountId: string;
655
+ displayName?: string | undefined;
656
+ emailAddress?: string | undefined;
657
+ active?: boolean | undefined;
658
+ } | null | undefined;
659
+ body?: unknown;
660
+ renderedBody?: string | undefined;
661
+ created?: string | undefined;
662
+ updated?: string | undefined;
663
+ }[] | undefined;
664
+ total?: number | undefined;
665
+ }>>;
666
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
667
+ summary: import("zod").ZodOptional<import("zod").ZodString>;
668
+ description: import("zod").ZodOptional<import("zod").ZodUnknown>;
669
+ status: import("zod").ZodOptional<import("zod").ZodObject<{
670
+ id: import("zod").ZodString;
671
+ name: import("zod").ZodString;
672
+ statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
673
+ key: import("zod").ZodString;
674
+ name: import("zod").ZodString;
675
+ }, "strip", import("zod").ZodTypeAny, {
676
+ name: string;
677
+ key: string;
678
+ }, {
679
+ name: string;
680
+ key: string;
681
+ }>>;
682
+ }, "strip", import("zod").ZodTypeAny, {
683
+ id: string;
684
+ name: string;
685
+ statusCategory?: {
686
+ name: string;
687
+ key: string;
688
+ } | undefined;
689
+ }, {
690
+ id: string;
691
+ name: string;
692
+ statusCategory?: {
693
+ name: string;
694
+ key: string;
695
+ } | undefined;
696
+ }>>;
697
+ priority: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
698
+ id: import("zod").ZodString;
699
+ name: import("zod").ZodString;
700
+ }, "strip", import("zod").ZodTypeAny, {
701
+ id: string;
702
+ name: string;
703
+ }, {
704
+ id: string;
705
+ name: string;
706
+ }>>>;
707
+ assignee: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
708
+ accountId: import("zod").ZodString;
709
+ displayName: import("zod").ZodOptional<import("zod").ZodString>;
710
+ emailAddress: import("zod").ZodOptional<import("zod").ZodString>;
711
+ active: import("zod").ZodOptional<import("zod").ZodBoolean>;
712
+ }, "strip", import("zod").ZodTypeAny, {
713
+ accountId: string;
714
+ displayName?: string | undefined;
715
+ emailAddress?: string | undefined;
716
+ active?: boolean | undefined;
717
+ }, {
718
+ accountId: string;
719
+ displayName?: string | undefined;
720
+ emailAddress?: string | undefined;
721
+ active?: boolean | undefined;
722
+ }>>>;
723
+ reporter: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
724
+ accountId: import("zod").ZodString;
725
+ displayName: import("zod").ZodOptional<import("zod").ZodString>;
726
+ emailAddress: import("zod").ZodOptional<import("zod").ZodString>;
727
+ active: import("zod").ZodOptional<import("zod").ZodBoolean>;
728
+ }, "strip", import("zod").ZodTypeAny, {
729
+ accountId: string;
730
+ displayName?: string | undefined;
731
+ emailAddress?: string | undefined;
732
+ active?: boolean | undefined;
733
+ }, {
734
+ accountId: string;
735
+ displayName?: string | undefined;
736
+ emailAddress?: string | undefined;
737
+ active?: boolean | undefined;
738
+ }>>>;
739
+ issuetype: import("zod").ZodOptional<import("zod").ZodObject<{
740
+ id: import("zod").ZodString;
741
+ name: import("zod").ZodString;
742
+ description: import("zod").ZodOptional<import("zod").ZodString>;
743
+ subtask: import("zod").ZodOptional<import("zod").ZodBoolean>;
744
+ }, "strip", import("zod").ZodTypeAny, {
745
+ id: string;
746
+ name: string;
747
+ description?: string | undefined;
748
+ subtask?: boolean | undefined;
749
+ }, {
750
+ id: string;
751
+ name: string;
752
+ description?: string | undefined;
753
+ subtask?: boolean | undefined;
754
+ }>>;
755
+ project: import("zod").ZodOptional<import("zod").ZodObject<{
756
+ id: import("zod").ZodString;
757
+ key: import("zod").ZodString;
758
+ name: import("zod").ZodString;
759
+ }, "strip", import("zod").ZodTypeAny, {
760
+ id: string;
761
+ name: string;
762
+ key: string;
763
+ }, {
764
+ id: string;
765
+ name: string;
766
+ key: string;
767
+ }>>;
768
+ labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
769
+ created: import("zod").ZodOptional<import("zod").ZodString>;
770
+ updated: import("zod").ZodOptional<import("zod").ZodString>;
771
+ duedate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
772
+ parent: import("zod").ZodOptional<import("zod").ZodObject<{
773
+ id: import("zod").ZodString;
774
+ key: import("zod").ZodString;
775
+ }, "strip", import("zod").ZodTypeAny, {
776
+ id: string;
777
+ key: string;
778
+ }, {
779
+ id: string;
780
+ key: string;
781
+ }>>;
782
+ comment: import("zod").ZodOptional<import("zod").ZodObject<{
783
+ comments: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
784
+ id: import("zod").ZodString;
785
+ author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
786
+ accountId: import("zod").ZodString;
787
+ displayName: import("zod").ZodOptional<import("zod").ZodString>;
788
+ emailAddress: import("zod").ZodOptional<import("zod").ZodString>;
789
+ active: import("zod").ZodOptional<import("zod").ZodBoolean>;
790
+ }, "strip", import("zod").ZodTypeAny, {
791
+ accountId: string;
792
+ displayName?: string | undefined;
793
+ emailAddress?: string | undefined;
794
+ active?: boolean | undefined;
795
+ }, {
796
+ accountId: string;
797
+ displayName?: string | undefined;
798
+ emailAddress?: string | undefined;
799
+ active?: boolean | undefined;
800
+ }>>>;
801
+ body: import("zod").ZodOptional<import("zod").ZodUnknown>;
802
+ renderedBody: import("zod").ZodOptional<import("zod").ZodString>;
803
+ created: import("zod").ZodOptional<import("zod").ZodString>;
804
+ updated: import("zod").ZodOptional<import("zod").ZodString>;
805
+ }, "strip", import("zod").ZodTypeAny, {
806
+ id: string;
807
+ author?: {
808
+ accountId: string;
809
+ displayName?: string | undefined;
810
+ emailAddress?: string | undefined;
811
+ active?: boolean | undefined;
812
+ } | null | undefined;
813
+ body?: unknown;
814
+ renderedBody?: string | undefined;
815
+ created?: string | undefined;
816
+ updated?: string | undefined;
817
+ }, {
818
+ id: string;
819
+ author?: {
820
+ accountId: string;
821
+ displayName?: string | undefined;
822
+ emailAddress?: string | undefined;
823
+ active?: boolean | undefined;
824
+ } | null | undefined;
825
+ body?: unknown;
826
+ renderedBody?: string | undefined;
827
+ created?: string | undefined;
828
+ updated?: string | undefined;
829
+ }>, "many">>;
830
+ total: import("zod").ZodOptional<import("zod").ZodNumber>;
831
+ }, "strip", import("zod").ZodTypeAny, {
832
+ comments?: {
833
+ id: string;
834
+ author?: {
835
+ accountId: string;
836
+ displayName?: string | undefined;
837
+ emailAddress?: string | undefined;
838
+ active?: boolean | undefined;
839
+ } | null | undefined;
840
+ body?: unknown;
841
+ renderedBody?: string | undefined;
842
+ created?: string | undefined;
843
+ updated?: string | undefined;
844
+ }[] | undefined;
845
+ total?: number | undefined;
846
+ }, {
847
+ comments?: {
848
+ id: string;
849
+ author?: {
850
+ accountId: string;
851
+ displayName?: string | undefined;
852
+ emailAddress?: string | undefined;
853
+ active?: boolean | undefined;
854
+ } | null | undefined;
855
+ body?: unknown;
856
+ renderedBody?: string | undefined;
857
+ created?: string | undefined;
858
+ updated?: string | undefined;
859
+ }[] | undefined;
860
+ total?: number | undefined;
861
+ }>>;
862
+ }, import("zod").ZodTypeAny, "passthrough">>;
863
+ transitions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
864
+ id: import("zod").ZodString;
865
+ name: import("zod").ZodString;
866
+ to: import("zod").ZodOptional<import("zod").ZodObject<{
867
+ id: import("zod").ZodString;
868
+ name: import("zod").ZodString;
869
+ statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
870
+ key: import("zod").ZodString;
871
+ name: import("zod").ZodString;
872
+ }, "strip", import("zod").ZodTypeAny, {
873
+ name: string;
874
+ key: string;
875
+ }, {
876
+ name: string;
877
+ key: string;
878
+ }>>;
879
+ }, "strip", import("zod").ZodTypeAny, {
880
+ id: string;
881
+ name: string;
882
+ statusCategory?: {
883
+ name: string;
884
+ key: string;
885
+ } | undefined;
886
+ }, {
887
+ id: string;
888
+ name: string;
889
+ statusCategory?: {
890
+ name: string;
891
+ key: string;
892
+ } | undefined;
893
+ }>>;
894
+ }, "strip", import("zod").ZodTypeAny, {
895
+ id: string;
896
+ name: string;
897
+ to?: {
898
+ id: string;
899
+ name: string;
900
+ statusCategory?: {
901
+ name: string;
902
+ key: string;
903
+ } | undefined;
904
+ } | undefined;
905
+ }, {
906
+ id: string;
907
+ name: string;
908
+ to?: {
909
+ id: string;
910
+ name: string;
911
+ statusCategory?: {
912
+ name: string;
913
+ key: string;
914
+ } | undefined;
915
+ } | undefined;
916
+ }>, "many">>;
917
+ changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
918
+ }, "strip", import("zod").ZodTypeAny, {
919
+ id: string;
920
+ key: string;
921
+ fields: {
922
+ description?: unknown;
923
+ status?: {
924
+ id: string;
925
+ name: string;
926
+ statusCategory?: {
927
+ name: string;
928
+ key: string;
929
+ } | undefined;
930
+ } | undefined;
931
+ created?: string | undefined;
932
+ updated?: string | undefined;
933
+ summary?: string | undefined;
934
+ priority?: {
935
+ id: string;
936
+ name: string;
937
+ } | null | undefined;
938
+ assignee?: {
939
+ accountId: string;
940
+ displayName?: string | undefined;
941
+ emailAddress?: string | undefined;
942
+ active?: boolean | undefined;
943
+ } | null | undefined;
944
+ reporter?: {
945
+ accountId: string;
946
+ displayName?: string | undefined;
947
+ emailAddress?: string | undefined;
948
+ active?: boolean | undefined;
949
+ } | null | undefined;
950
+ issuetype?: {
951
+ id: string;
952
+ name: string;
953
+ description?: string | undefined;
954
+ subtask?: boolean | undefined;
955
+ } | undefined;
956
+ project?: {
957
+ id: string;
958
+ name: string;
959
+ key: string;
960
+ } | undefined;
961
+ labels?: string[] | undefined;
962
+ duedate?: string | null | undefined;
963
+ parent?: {
964
+ id: string;
965
+ key: string;
966
+ } | undefined;
967
+ comment?: {
968
+ comments?: {
969
+ id: string;
970
+ author?: {
971
+ accountId: string;
972
+ displayName?: string | undefined;
973
+ emailAddress?: string | undefined;
974
+ active?: boolean | undefined;
975
+ } | null | undefined;
976
+ body?: unknown;
977
+ renderedBody?: string | undefined;
978
+ created?: string | undefined;
979
+ updated?: string | undefined;
980
+ }[] | undefined;
981
+ total?: number | undefined;
982
+ } | undefined;
983
+ } & {
984
+ [k: string]: unknown;
985
+ };
986
+ self?: string | undefined;
987
+ transitions?: {
988
+ id: string;
989
+ name: string;
990
+ to?: {
991
+ id: string;
992
+ name: string;
993
+ statusCategory?: {
994
+ name: string;
995
+ key: string;
996
+ } | undefined;
997
+ } | undefined;
998
+ }[] | undefined;
999
+ changelog?: unknown;
1000
+ }, {
1001
+ id: string;
1002
+ key: string;
1003
+ fields: {
1004
+ description?: unknown;
1005
+ status?: {
1006
+ id: string;
1007
+ name: string;
1008
+ statusCategory?: {
1009
+ name: string;
1010
+ key: string;
1011
+ } | undefined;
1012
+ } | undefined;
1013
+ created?: string | undefined;
1014
+ updated?: string | undefined;
1015
+ summary?: string | undefined;
1016
+ priority?: {
1017
+ id: string;
1018
+ name: string;
1019
+ } | null | undefined;
1020
+ assignee?: {
1021
+ accountId: string;
1022
+ displayName?: string | undefined;
1023
+ emailAddress?: string | undefined;
1024
+ active?: boolean | undefined;
1025
+ } | null | undefined;
1026
+ reporter?: {
1027
+ accountId: string;
1028
+ displayName?: string | undefined;
1029
+ emailAddress?: string | undefined;
1030
+ active?: boolean | undefined;
1031
+ } | null | undefined;
1032
+ issuetype?: {
1033
+ id: string;
1034
+ name: string;
1035
+ description?: string | undefined;
1036
+ subtask?: boolean | undefined;
1037
+ } | undefined;
1038
+ project?: {
1039
+ id: string;
1040
+ name: string;
1041
+ key: string;
1042
+ } | undefined;
1043
+ labels?: string[] | undefined;
1044
+ duedate?: string | null | undefined;
1045
+ parent?: {
1046
+ id: string;
1047
+ key: string;
1048
+ } | undefined;
1049
+ comment?: {
1050
+ comments?: {
1051
+ id: string;
1052
+ author?: {
1053
+ accountId: string;
1054
+ displayName?: string | undefined;
1055
+ emailAddress?: string | undefined;
1056
+ active?: boolean | undefined;
1057
+ } | null | undefined;
1058
+ body?: unknown;
1059
+ renderedBody?: string | undefined;
1060
+ created?: string | undefined;
1061
+ updated?: string | undefined;
1062
+ }[] | undefined;
1063
+ total?: number | undefined;
1064
+ } | undefined;
1065
+ } & {
1066
+ [k: string]: unknown;
1067
+ };
1068
+ self?: string | undefined;
1069
+ transitions?: {
1070
+ id: string;
1071
+ name: string;
1072
+ to?: {
1073
+ id: string;
1074
+ name: string;
1075
+ statusCategory?: {
1076
+ name: string;
1077
+ key: string;
1078
+ } | undefined;
1079
+ } | undefined;
1080
+ }[] | undefined;
1081
+ changelog?: unknown;
1082
+ }>, "many">>;
1083
+ total: import("zod").ZodOptional<import("zod").ZodNumber>;
1084
+ offset: import("zod").ZodOptional<import("zod").ZodNumber>;
1085
+ limit: import("zod").ZodOptional<import("zod").ZodNumber>;
1086
+ error: import("zod").ZodString;
1087
+ }, "strip", import("zod").ZodTypeAny, {
1088
+ operation: "search";
1089
+ success: boolean;
1090
+ error: string;
1091
+ issues?: {
1092
+ id: string;
1093
+ key: string;
1094
+ fields: {
1095
+ description?: unknown;
1096
+ status?: {
1097
+ id: string;
1098
+ name: string;
1099
+ statusCategory?: {
1100
+ name: string;
1101
+ key: string;
1102
+ } | undefined;
1103
+ } | undefined;
1104
+ created?: string | undefined;
1105
+ updated?: string | undefined;
1106
+ summary?: string | undefined;
1107
+ priority?: {
1108
+ id: string;
1109
+ name: string;
1110
+ } | null | undefined;
1111
+ assignee?: {
1112
+ accountId: string;
1113
+ displayName?: string | undefined;
1114
+ emailAddress?: string | undefined;
1115
+ active?: boolean | undefined;
1116
+ } | null | undefined;
1117
+ reporter?: {
1118
+ accountId: string;
1119
+ displayName?: string | undefined;
1120
+ emailAddress?: string | undefined;
1121
+ active?: boolean | undefined;
1122
+ } | null | undefined;
1123
+ issuetype?: {
1124
+ id: string;
1125
+ name: string;
1126
+ description?: string | undefined;
1127
+ subtask?: boolean | undefined;
1128
+ } | undefined;
1129
+ project?: {
1130
+ id: string;
1131
+ name: string;
1132
+ key: string;
1133
+ } | undefined;
1134
+ labels?: string[] | undefined;
1135
+ duedate?: string | null | undefined;
1136
+ parent?: {
1137
+ id: string;
1138
+ key: string;
1139
+ } | undefined;
1140
+ comment?: {
1141
+ comments?: {
1142
+ id: string;
1143
+ author?: {
1144
+ accountId: string;
1145
+ displayName?: string | undefined;
1146
+ emailAddress?: string | undefined;
1147
+ active?: boolean | undefined;
1148
+ } | null | undefined;
1149
+ body?: unknown;
1150
+ renderedBody?: string | undefined;
1151
+ created?: string | undefined;
1152
+ updated?: string | undefined;
1153
+ }[] | undefined;
1154
+ total?: number | undefined;
1155
+ } | undefined;
1156
+ } & {
1157
+ [k: string]: unknown;
1158
+ };
1159
+ self?: string | undefined;
1160
+ transitions?: {
1161
+ id: string;
1162
+ name: string;
1163
+ to?: {
1164
+ id: string;
1165
+ name: string;
1166
+ statusCategory?: {
1167
+ name: string;
1168
+ key: string;
1169
+ } | undefined;
1170
+ } | undefined;
1171
+ }[] | undefined;
1172
+ changelog?: unknown;
1173
+ }[] | undefined;
1174
+ total?: number | undefined;
1175
+ limit?: number | undefined;
1176
+ offset?: number | undefined;
1177
+ }, {
1178
+ operation: "search";
1179
+ success: boolean;
1180
+ error: string;
1181
+ issues?: {
1182
+ id: string;
1183
+ key: string;
1184
+ fields: {
1185
+ description?: unknown;
1186
+ status?: {
1187
+ id: string;
1188
+ name: string;
1189
+ statusCategory?: {
1190
+ name: string;
1191
+ key: string;
1192
+ } | undefined;
1193
+ } | undefined;
1194
+ created?: string | undefined;
1195
+ updated?: string | undefined;
1196
+ summary?: string | undefined;
1197
+ priority?: {
1198
+ id: string;
1199
+ name: string;
1200
+ } | null | undefined;
1201
+ assignee?: {
1202
+ accountId: string;
1203
+ displayName?: string | undefined;
1204
+ emailAddress?: string | undefined;
1205
+ active?: boolean | undefined;
1206
+ } | null | undefined;
1207
+ reporter?: {
1208
+ accountId: string;
1209
+ displayName?: string | undefined;
1210
+ emailAddress?: string | undefined;
1211
+ active?: boolean | undefined;
1212
+ } | null | undefined;
1213
+ issuetype?: {
1214
+ id: string;
1215
+ name: string;
1216
+ description?: string | undefined;
1217
+ subtask?: boolean | undefined;
1218
+ } | undefined;
1219
+ project?: {
1220
+ id: string;
1221
+ name: string;
1222
+ key: string;
1223
+ } | undefined;
1224
+ labels?: string[] | undefined;
1225
+ duedate?: string | null | undefined;
1226
+ parent?: {
1227
+ id: string;
1228
+ key: string;
1229
+ } | undefined;
1230
+ comment?: {
1231
+ comments?: {
1232
+ id: string;
1233
+ author?: {
1234
+ accountId: string;
1235
+ displayName?: string | undefined;
1236
+ emailAddress?: string | undefined;
1237
+ active?: boolean | undefined;
1238
+ } | null | undefined;
1239
+ body?: unknown;
1240
+ renderedBody?: string | undefined;
1241
+ created?: string | undefined;
1242
+ updated?: string | undefined;
1243
+ }[] | undefined;
1244
+ total?: number | undefined;
1245
+ } | undefined;
1246
+ } & {
1247
+ [k: string]: unknown;
1248
+ };
1249
+ self?: string | undefined;
1250
+ transitions?: {
1251
+ id: string;
1252
+ name: string;
1253
+ to?: {
1254
+ id: string;
1255
+ name: string;
1256
+ statusCategory?: {
1257
+ name: string;
1258
+ key: string;
1259
+ } | undefined;
1260
+ } | undefined;
1261
+ }[] | undefined;
1262
+ changelog?: unknown;
1263
+ }[] | undefined;
1264
+ total?: number | undefined;
1265
+ limit?: number | undefined;
1266
+ offset?: number | undefined;
1267
+ }>, import("zod").ZodObject<{
1268
+ operation: import("zod").ZodLiteral<"get">;
1269
+ success: import("zod").ZodBoolean;
1270
+ issue: import("zod").ZodOptional<import("zod").ZodObject<{
1271
+ id: import("zod").ZodString;
1272
+ key: import("zod").ZodString;
1273
+ self: import("zod").ZodOptional<import("zod").ZodString>;
1274
+ fields: import("zod").ZodObject<{
1275
+ summary: import("zod").ZodOptional<import("zod").ZodString>;
1276
+ description: import("zod").ZodOptional<import("zod").ZodUnknown>;
1277
+ status: import("zod").ZodOptional<import("zod").ZodObject<{
1278
+ id: import("zod").ZodString;
1279
+ name: import("zod").ZodString;
1280
+ statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
1281
+ key: import("zod").ZodString;
1282
+ name: import("zod").ZodString;
1283
+ }, "strip", import("zod").ZodTypeAny, {
1284
+ name: string;
1285
+ key: string;
1286
+ }, {
1287
+ name: string;
1288
+ key: string;
1289
+ }>>;
1290
+ }, "strip", import("zod").ZodTypeAny, {
1291
+ id: string;
1292
+ name: string;
1293
+ statusCategory?: {
1294
+ name: string;
1295
+ key: string;
1296
+ } | undefined;
1297
+ }, {
1298
+ id: string;
1299
+ name: string;
1300
+ statusCategory?: {
1301
+ name: string;
1302
+ key: string;
1303
+ } | undefined;
1304
+ }>>;
1305
+ priority: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1306
+ id: import("zod").ZodString;
1307
+ name: import("zod").ZodString;
1308
+ }, "strip", import("zod").ZodTypeAny, {
1309
+ id: string;
1310
+ name: string;
1311
+ }, {
1312
+ id: string;
1313
+ name: string;
1314
+ }>>>;
1315
+ assignee: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1316
+ accountId: import("zod").ZodString;
1317
+ displayName: import("zod").ZodOptional<import("zod").ZodString>;
1318
+ emailAddress: import("zod").ZodOptional<import("zod").ZodString>;
1319
+ active: import("zod").ZodOptional<import("zod").ZodBoolean>;
1320
+ }, "strip", import("zod").ZodTypeAny, {
1321
+ accountId: string;
1322
+ displayName?: string | undefined;
1323
+ emailAddress?: string | undefined;
1324
+ active?: boolean | undefined;
1325
+ }, {
1326
+ accountId: string;
1327
+ displayName?: string | undefined;
1328
+ emailAddress?: string | undefined;
1329
+ active?: boolean | undefined;
1330
+ }>>>;
1331
+ reporter: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1332
+ accountId: import("zod").ZodString;
1333
+ displayName: import("zod").ZodOptional<import("zod").ZodString>;
1334
+ emailAddress: import("zod").ZodOptional<import("zod").ZodString>;
1335
+ active: import("zod").ZodOptional<import("zod").ZodBoolean>;
1336
+ }, "strip", import("zod").ZodTypeAny, {
1337
+ accountId: string;
1338
+ displayName?: string | undefined;
1339
+ emailAddress?: string | undefined;
1340
+ active?: boolean | undefined;
1341
+ }, {
1342
+ accountId: string;
1343
+ displayName?: string | undefined;
1344
+ emailAddress?: string | undefined;
1345
+ active?: boolean | undefined;
1346
+ }>>>;
1347
+ issuetype: import("zod").ZodOptional<import("zod").ZodObject<{
1348
+ id: import("zod").ZodString;
1349
+ name: import("zod").ZodString;
1350
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1351
+ subtask: import("zod").ZodOptional<import("zod").ZodBoolean>;
1352
+ }, "strip", import("zod").ZodTypeAny, {
1353
+ id: string;
1354
+ name: string;
1355
+ description?: string | undefined;
1356
+ subtask?: boolean | undefined;
1357
+ }, {
1358
+ id: string;
1359
+ name: string;
1360
+ description?: string | undefined;
1361
+ subtask?: boolean | undefined;
1362
+ }>>;
1363
+ project: import("zod").ZodOptional<import("zod").ZodObject<{
1364
+ id: import("zod").ZodString;
1365
+ key: import("zod").ZodString;
1366
+ name: import("zod").ZodString;
1367
+ }, "strip", import("zod").ZodTypeAny, {
1368
+ id: string;
1369
+ name: string;
1370
+ key: string;
1371
+ }, {
1372
+ id: string;
1373
+ name: string;
1374
+ key: string;
1375
+ }>>;
1376
+ labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1377
+ created: import("zod").ZodOptional<import("zod").ZodString>;
1378
+ updated: import("zod").ZodOptional<import("zod").ZodString>;
1379
+ duedate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1380
+ parent: import("zod").ZodOptional<import("zod").ZodObject<{
1381
+ id: import("zod").ZodString;
1382
+ key: import("zod").ZodString;
1383
+ }, "strip", import("zod").ZodTypeAny, {
1384
+ id: string;
1385
+ key: string;
1386
+ }, {
1387
+ id: string;
1388
+ key: string;
1389
+ }>>;
1390
+ comment: import("zod").ZodOptional<import("zod").ZodObject<{
1391
+ comments: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1392
+ id: import("zod").ZodString;
1393
+ author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1394
+ accountId: import("zod").ZodString;
1395
+ displayName: import("zod").ZodOptional<import("zod").ZodString>;
1396
+ emailAddress: import("zod").ZodOptional<import("zod").ZodString>;
1397
+ active: import("zod").ZodOptional<import("zod").ZodBoolean>;
1398
+ }, "strip", import("zod").ZodTypeAny, {
1399
+ accountId: string;
1400
+ displayName?: string | undefined;
1401
+ emailAddress?: string | undefined;
1402
+ active?: boolean | undefined;
1403
+ }, {
1404
+ accountId: string;
1405
+ displayName?: string | undefined;
1406
+ emailAddress?: string | undefined;
1407
+ active?: boolean | undefined;
1408
+ }>>>;
1409
+ body: import("zod").ZodOptional<import("zod").ZodUnknown>;
1410
+ renderedBody: import("zod").ZodOptional<import("zod").ZodString>;
1411
+ created: import("zod").ZodOptional<import("zod").ZodString>;
1412
+ updated: import("zod").ZodOptional<import("zod").ZodString>;
1413
+ }, "strip", import("zod").ZodTypeAny, {
1414
+ id: string;
1415
+ author?: {
1416
+ accountId: string;
1417
+ displayName?: string | undefined;
1418
+ emailAddress?: string | undefined;
1419
+ active?: boolean | undefined;
1420
+ } | null | undefined;
1421
+ body?: unknown;
1422
+ renderedBody?: string | undefined;
1423
+ created?: string | undefined;
1424
+ updated?: string | undefined;
1425
+ }, {
1426
+ id: string;
1427
+ author?: {
1428
+ accountId: string;
1429
+ displayName?: string | undefined;
1430
+ emailAddress?: string | undefined;
1431
+ active?: boolean | undefined;
1432
+ } | null | undefined;
1433
+ body?: unknown;
1434
+ renderedBody?: string | undefined;
1435
+ created?: string | undefined;
1436
+ updated?: string | undefined;
1437
+ }>, "many">>;
1438
+ total: import("zod").ZodOptional<import("zod").ZodNumber>;
1439
+ }, "strip", import("zod").ZodTypeAny, {
1440
+ comments?: {
1441
+ id: string;
1442
+ author?: {
1443
+ accountId: string;
1444
+ displayName?: string | undefined;
1445
+ emailAddress?: string | undefined;
1446
+ active?: boolean | undefined;
1447
+ } | null | undefined;
1448
+ body?: unknown;
1449
+ renderedBody?: string | undefined;
1450
+ created?: string | undefined;
1451
+ updated?: string | undefined;
1452
+ }[] | undefined;
1453
+ total?: number | undefined;
1454
+ }, {
1455
+ comments?: {
1456
+ id: string;
1457
+ author?: {
1458
+ accountId: string;
1459
+ displayName?: string | undefined;
1460
+ emailAddress?: string | undefined;
1461
+ active?: boolean | undefined;
1462
+ } | null | undefined;
1463
+ body?: unknown;
1464
+ renderedBody?: string | undefined;
1465
+ created?: string | undefined;
1466
+ updated?: string | undefined;
1467
+ }[] | undefined;
1468
+ total?: number | undefined;
1469
+ }>>;
1470
+ }, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
1471
+ summary: import("zod").ZodOptional<import("zod").ZodString>;
1472
+ description: import("zod").ZodOptional<import("zod").ZodUnknown>;
1473
+ status: import("zod").ZodOptional<import("zod").ZodObject<{
1474
+ id: import("zod").ZodString;
1475
+ name: import("zod").ZodString;
1476
+ statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
1477
+ key: import("zod").ZodString;
1478
+ name: import("zod").ZodString;
1479
+ }, "strip", import("zod").ZodTypeAny, {
1480
+ name: string;
1481
+ key: string;
1482
+ }, {
1483
+ name: string;
1484
+ key: string;
1485
+ }>>;
1486
+ }, "strip", import("zod").ZodTypeAny, {
1487
+ id: string;
1488
+ name: string;
1489
+ statusCategory?: {
1490
+ name: string;
1491
+ key: string;
1492
+ } | undefined;
1493
+ }, {
1494
+ id: string;
1495
+ name: string;
1496
+ statusCategory?: {
1497
+ name: string;
1498
+ key: string;
1499
+ } | undefined;
1500
+ }>>;
1501
+ priority: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1502
+ id: import("zod").ZodString;
1503
+ name: import("zod").ZodString;
1504
+ }, "strip", import("zod").ZodTypeAny, {
1505
+ id: string;
1506
+ name: string;
1507
+ }, {
1508
+ id: string;
1509
+ name: string;
1510
+ }>>>;
1511
+ assignee: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1512
+ accountId: import("zod").ZodString;
1513
+ displayName: import("zod").ZodOptional<import("zod").ZodString>;
1514
+ emailAddress: import("zod").ZodOptional<import("zod").ZodString>;
1515
+ active: import("zod").ZodOptional<import("zod").ZodBoolean>;
1516
+ }, "strip", import("zod").ZodTypeAny, {
1517
+ accountId: string;
1518
+ displayName?: string | undefined;
1519
+ emailAddress?: string | undefined;
1520
+ active?: boolean | undefined;
1521
+ }, {
1522
+ accountId: string;
1523
+ displayName?: string | undefined;
1524
+ emailAddress?: string | undefined;
1525
+ active?: boolean | undefined;
1526
+ }>>>;
1527
+ reporter: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1528
+ accountId: import("zod").ZodString;
1529
+ displayName: import("zod").ZodOptional<import("zod").ZodString>;
1530
+ emailAddress: import("zod").ZodOptional<import("zod").ZodString>;
1531
+ active: import("zod").ZodOptional<import("zod").ZodBoolean>;
1532
+ }, "strip", import("zod").ZodTypeAny, {
1533
+ accountId: string;
1534
+ displayName?: string | undefined;
1535
+ emailAddress?: string | undefined;
1536
+ active?: boolean | undefined;
1537
+ }, {
1538
+ accountId: string;
1539
+ displayName?: string | undefined;
1540
+ emailAddress?: string | undefined;
1541
+ active?: boolean | undefined;
1542
+ }>>>;
1543
+ issuetype: import("zod").ZodOptional<import("zod").ZodObject<{
1544
+ id: import("zod").ZodString;
1545
+ name: import("zod").ZodString;
1546
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1547
+ subtask: import("zod").ZodOptional<import("zod").ZodBoolean>;
1548
+ }, "strip", import("zod").ZodTypeAny, {
1549
+ id: string;
1550
+ name: string;
1551
+ description?: string | undefined;
1552
+ subtask?: boolean | undefined;
1553
+ }, {
1554
+ id: string;
1555
+ name: string;
1556
+ description?: string | undefined;
1557
+ subtask?: boolean | undefined;
1558
+ }>>;
1559
+ project: import("zod").ZodOptional<import("zod").ZodObject<{
1560
+ id: import("zod").ZodString;
1561
+ key: import("zod").ZodString;
1562
+ name: import("zod").ZodString;
1563
+ }, "strip", import("zod").ZodTypeAny, {
1564
+ id: string;
1565
+ name: string;
1566
+ key: string;
1567
+ }, {
1568
+ id: string;
1569
+ name: string;
1570
+ key: string;
1571
+ }>>;
1572
+ labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1573
+ created: import("zod").ZodOptional<import("zod").ZodString>;
1574
+ updated: import("zod").ZodOptional<import("zod").ZodString>;
1575
+ duedate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1576
+ parent: import("zod").ZodOptional<import("zod").ZodObject<{
1577
+ id: import("zod").ZodString;
1578
+ key: import("zod").ZodString;
1579
+ }, "strip", import("zod").ZodTypeAny, {
1580
+ id: string;
1581
+ key: string;
1582
+ }, {
1583
+ id: string;
1584
+ key: string;
1585
+ }>>;
1586
+ comment: import("zod").ZodOptional<import("zod").ZodObject<{
1587
+ comments: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1588
+ id: import("zod").ZodString;
1589
+ author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1590
+ accountId: import("zod").ZodString;
1591
+ displayName: import("zod").ZodOptional<import("zod").ZodString>;
1592
+ emailAddress: import("zod").ZodOptional<import("zod").ZodString>;
1593
+ active: import("zod").ZodOptional<import("zod").ZodBoolean>;
1594
+ }, "strip", import("zod").ZodTypeAny, {
1595
+ accountId: string;
1596
+ displayName?: string | undefined;
1597
+ emailAddress?: string | undefined;
1598
+ active?: boolean | undefined;
1599
+ }, {
1600
+ accountId: string;
1601
+ displayName?: string | undefined;
1602
+ emailAddress?: string | undefined;
1603
+ active?: boolean | undefined;
1604
+ }>>>;
1605
+ body: import("zod").ZodOptional<import("zod").ZodUnknown>;
1606
+ renderedBody: import("zod").ZodOptional<import("zod").ZodString>;
1607
+ created: import("zod").ZodOptional<import("zod").ZodString>;
1608
+ updated: import("zod").ZodOptional<import("zod").ZodString>;
1609
+ }, "strip", import("zod").ZodTypeAny, {
1610
+ id: string;
1611
+ author?: {
1612
+ accountId: string;
1613
+ displayName?: string | undefined;
1614
+ emailAddress?: string | undefined;
1615
+ active?: boolean | undefined;
1616
+ } | null | undefined;
1617
+ body?: unknown;
1618
+ renderedBody?: string | undefined;
1619
+ created?: string | undefined;
1620
+ updated?: string | undefined;
1621
+ }, {
1622
+ id: string;
1623
+ author?: {
1624
+ accountId: string;
1625
+ displayName?: string | undefined;
1626
+ emailAddress?: string | undefined;
1627
+ active?: boolean | undefined;
1628
+ } | null | undefined;
1629
+ body?: unknown;
1630
+ renderedBody?: string | undefined;
1631
+ created?: string | undefined;
1632
+ updated?: string | undefined;
1633
+ }>, "many">>;
1634
+ total: import("zod").ZodOptional<import("zod").ZodNumber>;
1635
+ }, "strip", import("zod").ZodTypeAny, {
1636
+ comments?: {
1637
+ id: string;
1638
+ author?: {
1639
+ accountId: string;
1640
+ displayName?: string | undefined;
1641
+ emailAddress?: string | undefined;
1642
+ active?: boolean | undefined;
1643
+ } | null | undefined;
1644
+ body?: unknown;
1645
+ renderedBody?: string | undefined;
1646
+ created?: string | undefined;
1647
+ updated?: string | undefined;
1648
+ }[] | undefined;
1649
+ total?: number | undefined;
1650
+ }, {
1651
+ comments?: {
1652
+ id: string;
1653
+ author?: {
1654
+ accountId: string;
1655
+ displayName?: string | undefined;
1656
+ emailAddress?: string | undefined;
1657
+ active?: boolean | undefined;
1658
+ } | null | undefined;
1659
+ body?: unknown;
1660
+ renderedBody?: string | undefined;
1661
+ created?: string | undefined;
1662
+ updated?: string | undefined;
1663
+ }[] | undefined;
1664
+ total?: number | undefined;
1665
+ }>>;
1666
+ }, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
1667
+ summary: import("zod").ZodOptional<import("zod").ZodString>;
1668
+ description: import("zod").ZodOptional<import("zod").ZodUnknown>;
1669
+ status: import("zod").ZodOptional<import("zod").ZodObject<{
1670
+ id: import("zod").ZodString;
1671
+ name: import("zod").ZodString;
1672
+ statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
1673
+ key: import("zod").ZodString;
1674
+ name: import("zod").ZodString;
1675
+ }, "strip", import("zod").ZodTypeAny, {
1676
+ name: string;
1677
+ key: string;
1678
+ }, {
1679
+ name: string;
1680
+ key: string;
1681
+ }>>;
1682
+ }, "strip", import("zod").ZodTypeAny, {
1683
+ id: string;
1684
+ name: string;
1685
+ statusCategory?: {
1686
+ name: string;
1687
+ key: string;
1688
+ } | undefined;
1689
+ }, {
1690
+ id: string;
1691
+ name: string;
1692
+ statusCategory?: {
1693
+ name: string;
1694
+ key: string;
1695
+ } | undefined;
1696
+ }>>;
1697
+ priority: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1698
+ id: import("zod").ZodString;
1699
+ name: import("zod").ZodString;
1700
+ }, "strip", import("zod").ZodTypeAny, {
1701
+ id: string;
1702
+ name: string;
1703
+ }, {
1704
+ id: string;
1705
+ name: string;
1706
+ }>>>;
1707
+ assignee: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1708
+ accountId: import("zod").ZodString;
1709
+ displayName: import("zod").ZodOptional<import("zod").ZodString>;
1710
+ emailAddress: import("zod").ZodOptional<import("zod").ZodString>;
1711
+ active: import("zod").ZodOptional<import("zod").ZodBoolean>;
1712
+ }, "strip", import("zod").ZodTypeAny, {
1713
+ accountId: string;
1714
+ displayName?: string | undefined;
1715
+ emailAddress?: string | undefined;
1716
+ active?: boolean | undefined;
1717
+ }, {
1718
+ accountId: string;
1719
+ displayName?: string | undefined;
1720
+ emailAddress?: string | undefined;
1721
+ active?: boolean | undefined;
1722
+ }>>>;
1723
+ reporter: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1724
+ accountId: import("zod").ZodString;
1725
+ displayName: import("zod").ZodOptional<import("zod").ZodString>;
1726
+ emailAddress: import("zod").ZodOptional<import("zod").ZodString>;
1727
+ active: import("zod").ZodOptional<import("zod").ZodBoolean>;
1728
+ }, "strip", import("zod").ZodTypeAny, {
1729
+ accountId: string;
1730
+ displayName?: string | undefined;
1731
+ emailAddress?: string | undefined;
1732
+ active?: boolean | undefined;
1733
+ }, {
1734
+ accountId: string;
1735
+ displayName?: string | undefined;
1736
+ emailAddress?: string | undefined;
1737
+ active?: boolean | undefined;
1738
+ }>>>;
1739
+ issuetype: import("zod").ZodOptional<import("zod").ZodObject<{
1740
+ id: import("zod").ZodString;
1741
+ name: import("zod").ZodString;
1742
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1743
+ subtask: import("zod").ZodOptional<import("zod").ZodBoolean>;
1744
+ }, "strip", import("zod").ZodTypeAny, {
1745
+ id: string;
1746
+ name: string;
1747
+ description?: string | undefined;
1748
+ subtask?: boolean | undefined;
1749
+ }, {
1750
+ id: string;
1751
+ name: string;
1752
+ description?: string | undefined;
1753
+ subtask?: boolean | undefined;
1754
+ }>>;
1755
+ project: import("zod").ZodOptional<import("zod").ZodObject<{
1756
+ id: import("zod").ZodString;
1757
+ key: import("zod").ZodString;
1758
+ name: import("zod").ZodString;
1759
+ }, "strip", import("zod").ZodTypeAny, {
1760
+ id: string;
1761
+ name: string;
1762
+ key: string;
1763
+ }, {
1764
+ id: string;
1765
+ name: string;
1766
+ key: string;
1767
+ }>>;
1768
+ labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1769
+ created: import("zod").ZodOptional<import("zod").ZodString>;
1770
+ updated: import("zod").ZodOptional<import("zod").ZodString>;
1771
+ duedate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
1772
+ parent: import("zod").ZodOptional<import("zod").ZodObject<{
1773
+ id: import("zod").ZodString;
1774
+ key: import("zod").ZodString;
1775
+ }, "strip", import("zod").ZodTypeAny, {
1776
+ id: string;
1777
+ key: string;
1778
+ }, {
1779
+ id: string;
1780
+ key: string;
1781
+ }>>;
1782
+ comment: import("zod").ZodOptional<import("zod").ZodObject<{
1783
+ comments: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1784
+ id: import("zod").ZodString;
1785
+ author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
1786
+ accountId: import("zod").ZodString;
1787
+ displayName: import("zod").ZodOptional<import("zod").ZodString>;
1788
+ emailAddress: import("zod").ZodOptional<import("zod").ZodString>;
1789
+ active: import("zod").ZodOptional<import("zod").ZodBoolean>;
1790
+ }, "strip", import("zod").ZodTypeAny, {
1791
+ accountId: string;
1792
+ displayName?: string | undefined;
1793
+ emailAddress?: string | undefined;
1794
+ active?: boolean | undefined;
1795
+ }, {
1796
+ accountId: string;
1797
+ displayName?: string | undefined;
1798
+ emailAddress?: string | undefined;
1799
+ active?: boolean | undefined;
1800
+ }>>>;
1801
+ body: import("zod").ZodOptional<import("zod").ZodUnknown>;
1802
+ renderedBody: import("zod").ZodOptional<import("zod").ZodString>;
1803
+ created: import("zod").ZodOptional<import("zod").ZodString>;
1804
+ updated: import("zod").ZodOptional<import("zod").ZodString>;
1805
+ }, "strip", import("zod").ZodTypeAny, {
1806
+ id: string;
1807
+ author?: {
1808
+ accountId: string;
1809
+ displayName?: string | undefined;
1810
+ emailAddress?: string | undefined;
1811
+ active?: boolean | undefined;
1812
+ } | null | undefined;
1813
+ body?: unknown;
1814
+ renderedBody?: string | undefined;
1815
+ created?: string | undefined;
1816
+ updated?: string | undefined;
1817
+ }, {
1818
+ id: string;
1819
+ author?: {
1820
+ accountId: string;
1821
+ displayName?: string | undefined;
1822
+ emailAddress?: string | undefined;
1823
+ active?: boolean | undefined;
1824
+ } | null | undefined;
1825
+ body?: unknown;
1826
+ renderedBody?: string | undefined;
1827
+ created?: string | undefined;
1828
+ updated?: string | undefined;
1829
+ }>, "many">>;
1830
+ total: import("zod").ZodOptional<import("zod").ZodNumber>;
1831
+ }, "strip", import("zod").ZodTypeAny, {
1832
+ comments?: {
1833
+ id: string;
1834
+ author?: {
1835
+ accountId: string;
1836
+ displayName?: string | undefined;
1837
+ emailAddress?: string | undefined;
1838
+ active?: boolean | undefined;
1839
+ } | null | undefined;
1840
+ body?: unknown;
1841
+ renderedBody?: string | undefined;
1842
+ created?: string | undefined;
1843
+ updated?: string | undefined;
1844
+ }[] | undefined;
1845
+ total?: number | undefined;
1846
+ }, {
1847
+ comments?: {
1848
+ id: string;
1849
+ author?: {
1850
+ accountId: string;
1851
+ displayName?: string | undefined;
1852
+ emailAddress?: string | undefined;
1853
+ active?: boolean | undefined;
1854
+ } | null | undefined;
1855
+ body?: unknown;
1856
+ renderedBody?: string | undefined;
1857
+ created?: string | undefined;
1858
+ updated?: string | undefined;
1859
+ }[] | undefined;
1860
+ total?: number | undefined;
1861
+ }>>;
1862
+ }, import("zod").ZodTypeAny, "passthrough">>;
1863
+ transitions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1864
+ id: import("zod").ZodString;
1865
+ name: import("zod").ZodString;
1866
+ to: import("zod").ZodOptional<import("zod").ZodObject<{
1867
+ id: import("zod").ZodString;
1868
+ name: import("zod").ZodString;
1869
+ statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
1870
+ key: import("zod").ZodString;
1871
+ name: import("zod").ZodString;
1872
+ }, "strip", import("zod").ZodTypeAny, {
1873
+ name: string;
1874
+ key: string;
1875
+ }, {
1876
+ name: string;
1877
+ key: string;
1878
+ }>>;
1879
+ }, "strip", import("zod").ZodTypeAny, {
1880
+ id: string;
1881
+ name: string;
1882
+ statusCategory?: {
1883
+ name: string;
1884
+ key: string;
1885
+ } | undefined;
1886
+ }, {
1887
+ id: string;
1888
+ name: string;
1889
+ statusCategory?: {
1890
+ name: string;
1891
+ key: string;
1892
+ } | undefined;
1893
+ }>>;
1894
+ }, "strip", import("zod").ZodTypeAny, {
1895
+ id: string;
1896
+ name: string;
1897
+ to?: {
1898
+ id: string;
1899
+ name: string;
1900
+ statusCategory?: {
1901
+ name: string;
1902
+ key: string;
1903
+ } | undefined;
1904
+ } | undefined;
1905
+ }, {
1906
+ id: string;
1907
+ name: string;
1908
+ to?: {
1909
+ id: string;
1910
+ name: string;
1911
+ statusCategory?: {
1912
+ name: string;
1913
+ key: string;
1914
+ } | undefined;
1915
+ } | undefined;
1916
+ }>, "many">>;
1917
+ changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
1918
+ }, "strip", import("zod").ZodTypeAny, {
1919
+ id: string;
1920
+ key: string;
1921
+ fields: {
1922
+ description?: unknown;
1923
+ status?: {
1924
+ id: string;
1925
+ name: string;
1926
+ statusCategory?: {
1927
+ name: string;
1928
+ key: string;
1929
+ } | undefined;
1930
+ } | undefined;
1931
+ created?: string | undefined;
1932
+ updated?: string | undefined;
1933
+ summary?: string | undefined;
1934
+ priority?: {
1935
+ id: string;
1936
+ name: string;
1937
+ } | null | undefined;
1938
+ assignee?: {
1939
+ accountId: string;
1940
+ displayName?: string | undefined;
1941
+ emailAddress?: string | undefined;
1942
+ active?: boolean | undefined;
1943
+ } | null | undefined;
1944
+ reporter?: {
1945
+ accountId: string;
1946
+ displayName?: string | undefined;
1947
+ emailAddress?: string | undefined;
1948
+ active?: boolean | undefined;
1949
+ } | null | undefined;
1950
+ issuetype?: {
1951
+ id: string;
1952
+ name: string;
1953
+ description?: string | undefined;
1954
+ subtask?: boolean | undefined;
1955
+ } | undefined;
1956
+ project?: {
1957
+ id: string;
1958
+ name: string;
1959
+ key: string;
1960
+ } | undefined;
1961
+ labels?: string[] | undefined;
1962
+ duedate?: string | null | undefined;
1963
+ parent?: {
1964
+ id: string;
1965
+ key: string;
1966
+ } | undefined;
1967
+ comment?: {
1968
+ comments?: {
1969
+ id: string;
1970
+ author?: {
1971
+ accountId: string;
1972
+ displayName?: string | undefined;
1973
+ emailAddress?: string | undefined;
1974
+ active?: boolean | undefined;
1975
+ } | null | undefined;
1976
+ body?: unknown;
1977
+ renderedBody?: string | undefined;
1978
+ created?: string | undefined;
1979
+ updated?: string | undefined;
1980
+ }[] | undefined;
1981
+ total?: number | undefined;
1982
+ } | undefined;
1983
+ } & {
1984
+ [k: string]: unknown;
1985
+ };
1986
+ self?: string | undefined;
1987
+ transitions?: {
1988
+ id: string;
1989
+ name: string;
1990
+ to?: {
1991
+ id: string;
1992
+ name: string;
1993
+ statusCategory?: {
1994
+ name: string;
1995
+ key: string;
1996
+ } | undefined;
1997
+ } | undefined;
1998
+ }[] | undefined;
1999
+ changelog?: unknown;
2000
+ }, {
2001
+ id: string;
2002
+ key: string;
2003
+ fields: {
2004
+ description?: unknown;
2005
+ status?: {
2006
+ id: string;
2007
+ name: string;
2008
+ statusCategory?: {
2009
+ name: string;
2010
+ key: string;
2011
+ } | undefined;
2012
+ } | undefined;
2013
+ created?: string | undefined;
2014
+ updated?: string | undefined;
2015
+ summary?: string | undefined;
2016
+ priority?: {
2017
+ id: string;
2018
+ name: string;
2019
+ } | null | undefined;
2020
+ assignee?: {
2021
+ accountId: string;
2022
+ displayName?: string | undefined;
2023
+ emailAddress?: string | undefined;
2024
+ active?: boolean | undefined;
2025
+ } | null | undefined;
2026
+ reporter?: {
2027
+ accountId: string;
2028
+ displayName?: string | undefined;
2029
+ emailAddress?: string | undefined;
2030
+ active?: boolean | undefined;
2031
+ } | null | undefined;
2032
+ issuetype?: {
2033
+ id: string;
2034
+ name: string;
2035
+ description?: string | undefined;
2036
+ subtask?: boolean | undefined;
2037
+ } | undefined;
2038
+ project?: {
2039
+ id: string;
2040
+ name: string;
2041
+ key: string;
2042
+ } | undefined;
2043
+ labels?: string[] | undefined;
2044
+ duedate?: string | null | undefined;
2045
+ parent?: {
2046
+ id: string;
2047
+ key: string;
2048
+ } | undefined;
2049
+ comment?: {
2050
+ comments?: {
2051
+ id: string;
2052
+ author?: {
2053
+ accountId: string;
2054
+ displayName?: string | undefined;
2055
+ emailAddress?: string | undefined;
2056
+ active?: boolean | undefined;
2057
+ } | null | undefined;
2058
+ body?: unknown;
2059
+ renderedBody?: string | undefined;
2060
+ created?: string | undefined;
2061
+ updated?: string | undefined;
2062
+ }[] | undefined;
2063
+ total?: number | undefined;
2064
+ } | undefined;
2065
+ } & {
2066
+ [k: string]: unknown;
2067
+ };
2068
+ self?: string | undefined;
2069
+ transitions?: {
2070
+ id: string;
2071
+ name: string;
2072
+ to?: {
2073
+ id: string;
2074
+ name: string;
2075
+ statusCategory?: {
2076
+ name: string;
2077
+ key: string;
2078
+ } | undefined;
2079
+ } | undefined;
2080
+ }[] | undefined;
2081
+ changelog?: unknown;
2082
+ }>>;
2083
+ error: import("zod").ZodString;
2084
+ }, "strip", import("zod").ZodTypeAny, {
2085
+ operation: "get";
2086
+ success: boolean;
2087
+ error: string;
2088
+ issue?: {
2089
+ id: string;
2090
+ key: string;
2091
+ fields: {
2092
+ description?: unknown;
2093
+ status?: {
2094
+ id: string;
2095
+ name: string;
2096
+ statusCategory?: {
2097
+ name: string;
2098
+ key: string;
2099
+ } | undefined;
2100
+ } | undefined;
2101
+ created?: string | undefined;
2102
+ updated?: string | undefined;
2103
+ summary?: string | undefined;
2104
+ priority?: {
2105
+ id: string;
2106
+ name: string;
2107
+ } | null | undefined;
2108
+ assignee?: {
2109
+ accountId: string;
2110
+ displayName?: string | undefined;
2111
+ emailAddress?: string | undefined;
2112
+ active?: boolean | undefined;
2113
+ } | null | undefined;
2114
+ reporter?: {
2115
+ accountId: string;
2116
+ displayName?: string | undefined;
2117
+ emailAddress?: string | undefined;
2118
+ active?: boolean | undefined;
2119
+ } | null | undefined;
2120
+ issuetype?: {
2121
+ id: string;
2122
+ name: string;
2123
+ description?: string | undefined;
2124
+ subtask?: boolean | undefined;
2125
+ } | undefined;
2126
+ project?: {
2127
+ id: string;
2128
+ name: string;
2129
+ key: string;
2130
+ } | undefined;
2131
+ labels?: string[] | undefined;
2132
+ duedate?: string | null | undefined;
2133
+ parent?: {
2134
+ id: string;
2135
+ key: string;
2136
+ } | undefined;
2137
+ comment?: {
2138
+ comments?: {
2139
+ id: string;
2140
+ author?: {
2141
+ accountId: string;
2142
+ displayName?: string | undefined;
2143
+ emailAddress?: string | undefined;
2144
+ active?: boolean | undefined;
2145
+ } | null | undefined;
2146
+ body?: unknown;
2147
+ renderedBody?: string | undefined;
2148
+ created?: string | undefined;
2149
+ updated?: string | undefined;
2150
+ }[] | undefined;
2151
+ total?: number | undefined;
2152
+ } | undefined;
2153
+ } & {
2154
+ [k: string]: unknown;
2155
+ };
2156
+ self?: string | undefined;
2157
+ transitions?: {
2158
+ id: string;
2159
+ name: string;
2160
+ to?: {
2161
+ id: string;
2162
+ name: string;
2163
+ statusCategory?: {
2164
+ name: string;
2165
+ key: string;
2166
+ } | undefined;
2167
+ } | undefined;
2168
+ }[] | undefined;
2169
+ changelog?: unknown;
2170
+ } | undefined;
2171
+ }, {
2172
+ operation: "get";
2173
+ success: boolean;
2174
+ error: string;
2175
+ issue?: {
2176
+ id: string;
2177
+ key: string;
2178
+ fields: {
2179
+ description?: unknown;
2180
+ status?: {
2181
+ id: string;
2182
+ name: string;
2183
+ statusCategory?: {
2184
+ name: string;
2185
+ key: string;
2186
+ } | undefined;
2187
+ } | undefined;
2188
+ created?: string | undefined;
2189
+ updated?: string | undefined;
2190
+ summary?: string | undefined;
2191
+ priority?: {
2192
+ id: string;
2193
+ name: string;
2194
+ } | null | undefined;
2195
+ assignee?: {
2196
+ accountId: string;
2197
+ displayName?: string | undefined;
2198
+ emailAddress?: string | undefined;
2199
+ active?: boolean | undefined;
2200
+ } | null | undefined;
2201
+ reporter?: {
2202
+ accountId: string;
2203
+ displayName?: string | undefined;
2204
+ emailAddress?: string | undefined;
2205
+ active?: boolean | undefined;
2206
+ } | null | undefined;
2207
+ issuetype?: {
2208
+ id: string;
2209
+ name: string;
2210
+ description?: string | undefined;
2211
+ subtask?: boolean | undefined;
2212
+ } | undefined;
2213
+ project?: {
2214
+ id: string;
2215
+ name: string;
2216
+ key: string;
2217
+ } | undefined;
2218
+ labels?: string[] | undefined;
2219
+ duedate?: string | null | undefined;
2220
+ parent?: {
2221
+ id: string;
2222
+ key: string;
2223
+ } | undefined;
2224
+ comment?: {
2225
+ comments?: {
2226
+ id: string;
2227
+ author?: {
2228
+ accountId: string;
2229
+ displayName?: string | undefined;
2230
+ emailAddress?: string | undefined;
2231
+ active?: boolean | undefined;
2232
+ } | null | undefined;
2233
+ body?: unknown;
2234
+ renderedBody?: string | undefined;
2235
+ created?: string | undefined;
2236
+ updated?: string | undefined;
2237
+ }[] | undefined;
2238
+ total?: number | undefined;
2239
+ } | undefined;
2240
+ } & {
2241
+ [k: string]: unknown;
2242
+ };
2243
+ self?: string | undefined;
2244
+ transitions?: {
2245
+ id: string;
2246
+ name: string;
2247
+ to?: {
2248
+ id: string;
2249
+ name: string;
2250
+ statusCategory?: {
2251
+ name: string;
2252
+ key: string;
2253
+ } | undefined;
2254
+ } | undefined;
2255
+ }[] | undefined;
2256
+ changelog?: unknown;
2257
+ } | undefined;
2258
+ }>, import("zod").ZodObject<{
2259
+ operation: import("zod").ZodLiteral<"create">;
2260
+ success: import("zod").ZodBoolean;
2261
+ issue: import("zod").ZodOptional<import("zod").ZodObject<{
2262
+ id: import("zod").ZodString;
2263
+ key: import("zod").ZodString;
2264
+ self: import("zod").ZodOptional<import("zod").ZodString>;
2265
+ }, "strip", import("zod").ZodTypeAny, {
2266
+ id: string;
2267
+ key: string;
2268
+ self?: string | undefined;
2269
+ }, {
2270
+ id: string;
2271
+ key: string;
2272
+ self?: string | undefined;
2273
+ }>>;
2274
+ error: import("zod").ZodString;
2275
+ }, "strip", import("zod").ZodTypeAny, {
2276
+ operation: "create";
2277
+ success: boolean;
2278
+ error: string;
2279
+ issue?: {
2280
+ id: string;
2281
+ key: string;
2282
+ self?: string | undefined;
2283
+ } | undefined;
2284
+ }, {
2285
+ operation: "create";
2286
+ success: boolean;
2287
+ error: string;
2288
+ issue?: {
2289
+ id: string;
2290
+ key: string;
2291
+ self?: string | undefined;
2292
+ } | undefined;
2293
+ }>, import("zod").ZodObject<{
2294
+ operation: import("zod").ZodLiteral<"update">;
2295
+ success: import("zod").ZodBoolean;
2296
+ key: import("zod").ZodOptional<import("zod").ZodString>;
2297
+ error: import("zod").ZodString;
2298
+ }, "strip", import("zod").ZodTypeAny, {
2299
+ operation: "update";
2300
+ success: boolean;
2301
+ error: string;
2302
+ key?: string | undefined;
2303
+ }, {
2304
+ operation: "update";
2305
+ success: boolean;
2306
+ error: string;
2307
+ key?: string | undefined;
2308
+ }>, import("zod").ZodObject<{
2309
+ operation: import("zod").ZodLiteral<"transition">;
2310
+ success: import("zod").ZodBoolean;
2311
+ key: import("zod").ZodOptional<import("zod").ZodString>;
2312
+ new_status: import("zod").ZodOptional<import("zod").ZodString>;
2313
+ error: import("zod").ZodString;
2314
+ }, "strip", import("zod").ZodTypeAny, {
2315
+ operation: "transition";
2316
+ success: boolean;
2317
+ error: string;
2318
+ key?: string | undefined;
2319
+ new_status?: string | undefined;
2320
+ }, {
2321
+ operation: "transition";
2322
+ success: boolean;
2323
+ error: string;
2324
+ key?: string | undefined;
2325
+ new_status?: string | undefined;
2326
+ }>, import("zod").ZodObject<{
2327
+ operation: import("zod").ZodLiteral<"list_transitions">;
2328
+ success: import("zod").ZodBoolean;
2329
+ transitions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
2330
+ id: import("zod").ZodString;
2331
+ name: import("zod").ZodString;
2332
+ to: import("zod").ZodOptional<import("zod").ZodObject<{
2333
+ id: import("zod").ZodString;
2334
+ name: import("zod").ZodString;
2335
+ statusCategory: import("zod").ZodOptional<import("zod").ZodObject<{
2336
+ key: import("zod").ZodString;
2337
+ name: import("zod").ZodString;
2338
+ }, "strip", import("zod").ZodTypeAny, {
2339
+ name: string;
2340
+ key: string;
2341
+ }, {
2342
+ name: string;
2343
+ key: string;
2344
+ }>>;
2345
+ }, "strip", import("zod").ZodTypeAny, {
2346
+ id: string;
2347
+ name: string;
2348
+ statusCategory?: {
2349
+ name: string;
2350
+ key: string;
2351
+ } | undefined;
2352
+ }, {
2353
+ id: string;
2354
+ name: string;
2355
+ statusCategory?: {
2356
+ name: string;
2357
+ key: string;
2358
+ } | undefined;
2359
+ }>>;
2360
+ }, "strip", import("zod").ZodTypeAny, {
2361
+ id: string;
2362
+ name: string;
2363
+ to?: {
2364
+ id: string;
2365
+ name: string;
2366
+ statusCategory?: {
2367
+ name: string;
2368
+ key: string;
2369
+ } | undefined;
2370
+ } | undefined;
2371
+ }, {
2372
+ id: string;
2373
+ name: string;
2374
+ to?: {
2375
+ id: string;
2376
+ name: string;
2377
+ statusCategory?: {
2378
+ name: string;
2379
+ key: string;
2380
+ } | undefined;
2381
+ } | undefined;
2382
+ }>, "many">>;
2383
+ error: import("zod").ZodString;
2384
+ }, "strip", import("zod").ZodTypeAny, {
2385
+ operation: "list_transitions";
2386
+ success: boolean;
2387
+ error: string;
2388
+ transitions?: {
2389
+ id: string;
2390
+ name: string;
2391
+ to?: {
2392
+ id: string;
2393
+ name: string;
2394
+ statusCategory?: {
2395
+ name: string;
2396
+ key: string;
2397
+ } | undefined;
2398
+ } | undefined;
2399
+ }[] | undefined;
2400
+ }, {
2401
+ operation: "list_transitions";
2402
+ success: boolean;
2403
+ error: string;
2404
+ transitions?: {
2405
+ id: string;
2406
+ name: string;
2407
+ to?: {
2408
+ id: string;
2409
+ name: string;
2410
+ statusCategory?: {
2411
+ name: string;
2412
+ key: string;
2413
+ } | undefined;
2414
+ } | undefined;
2415
+ }[] | undefined;
2416
+ }>, import("zod").ZodObject<{
2417
+ operation: import("zod").ZodLiteral<"list_projects">;
2418
+ success: import("zod").ZodBoolean;
2419
+ projects: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
2420
+ id: import("zod").ZodString;
2421
+ key: import("zod").ZodString;
2422
+ name: import("zod").ZodString;
2423
+ }, "strip", import("zod").ZodTypeAny, {
2424
+ id: string;
2425
+ name: string;
2426
+ key: string;
2427
+ }, {
2428
+ id: string;
2429
+ name: string;
2430
+ key: string;
2431
+ }>, "many">>;
2432
+ total: import("zod").ZodOptional<import("zod").ZodNumber>;
2433
+ error: import("zod").ZodString;
2434
+ }, "strip", import("zod").ZodTypeAny, {
2435
+ operation: "list_projects";
2436
+ success: boolean;
2437
+ error: string;
2438
+ total?: number | undefined;
2439
+ projects?: {
2440
+ id: string;
2441
+ name: string;
2442
+ key: string;
2443
+ }[] | undefined;
2444
+ }, {
2445
+ operation: "list_projects";
2446
+ success: boolean;
2447
+ error: string;
2448
+ total?: number | undefined;
2449
+ projects?: {
2450
+ id: string;
2451
+ name: string;
2452
+ key: string;
2453
+ }[] | undefined;
2454
+ }>, import("zod").ZodObject<{
2455
+ operation: import("zod").ZodLiteral<"list_issue_types">;
2456
+ success: import("zod").ZodBoolean;
2457
+ issue_types: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
2458
+ id: import("zod").ZodString;
2459
+ name: import("zod").ZodString;
2460
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2461
+ subtask: import("zod").ZodOptional<import("zod").ZodBoolean>;
2462
+ }, "strip", import("zod").ZodTypeAny, {
2463
+ id: string;
2464
+ name: string;
2465
+ description?: string | undefined;
2466
+ subtask?: boolean | undefined;
2467
+ }, {
2468
+ id: string;
2469
+ name: string;
2470
+ description?: string | undefined;
2471
+ subtask?: boolean | undefined;
2472
+ }>, "many">>;
2473
+ error: import("zod").ZodString;
2474
+ }, "strip", import("zod").ZodTypeAny, {
2475
+ operation: "list_issue_types";
2476
+ success: boolean;
2477
+ error: string;
2478
+ issue_types?: {
2479
+ id: string;
2480
+ name: string;
2481
+ description?: string | undefined;
2482
+ subtask?: boolean | undefined;
2483
+ }[] | undefined;
2484
+ }, {
2485
+ operation: "list_issue_types";
2486
+ success: boolean;
2487
+ error: string;
2488
+ issue_types?: {
2489
+ id: string;
2490
+ name: string;
2491
+ description?: string | undefined;
2492
+ subtask?: boolean | undefined;
2493
+ }[] | undefined;
2494
+ }>, import("zod").ZodObject<{
2495
+ operation: import("zod").ZodLiteral<"add_comment">;
2496
+ success: import("zod").ZodBoolean;
2497
+ comment: import("zod").ZodOptional<import("zod").ZodObject<{
2498
+ id: import("zod").ZodString;
2499
+ author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2500
+ accountId: import("zod").ZodString;
2501
+ displayName: import("zod").ZodOptional<import("zod").ZodString>;
2502
+ emailAddress: import("zod").ZodOptional<import("zod").ZodString>;
2503
+ active: import("zod").ZodOptional<import("zod").ZodBoolean>;
2504
+ }, "strip", import("zod").ZodTypeAny, {
2505
+ accountId: string;
2506
+ displayName?: string | undefined;
2507
+ emailAddress?: string | undefined;
2508
+ active?: boolean | undefined;
2509
+ }, {
2510
+ accountId: string;
2511
+ displayName?: string | undefined;
2512
+ emailAddress?: string | undefined;
2513
+ active?: boolean | undefined;
2514
+ }>>>;
2515
+ body: import("zod").ZodOptional<import("zod").ZodUnknown>;
2516
+ renderedBody: import("zod").ZodOptional<import("zod").ZodString>;
2517
+ created: import("zod").ZodOptional<import("zod").ZodString>;
2518
+ updated: import("zod").ZodOptional<import("zod").ZodString>;
2519
+ }, "strip", import("zod").ZodTypeAny, {
2520
+ id: string;
2521
+ author?: {
2522
+ accountId: string;
2523
+ displayName?: string | undefined;
2524
+ emailAddress?: string | undefined;
2525
+ active?: boolean | undefined;
2526
+ } | null | undefined;
2527
+ body?: unknown;
2528
+ renderedBody?: string | undefined;
2529
+ created?: string | undefined;
2530
+ updated?: string | undefined;
2531
+ }, {
2532
+ id: string;
2533
+ author?: {
2534
+ accountId: string;
2535
+ displayName?: string | undefined;
2536
+ emailAddress?: string | undefined;
2537
+ active?: boolean | undefined;
2538
+ } | null | undefined;
2539
+ body?: unknown;
2540
+ renderedBody?: string | undefined;
2541
+ created?: string | undefined;
2542
+ updated?: string | undefined;
2543
+ }>>;
2544
+ error: import("zod").ZodString;
2545
+ }, "strip", import("zod").ZodTypeAny, {
2546
+ operation: "add_comment";
2547
+ success: boolean;
2548
+ error: string;
2549
+ comment?: {
2550
+ id: string;
2551
+ author?: {
2552
+ accountId: string;
2553
+ displayName?: string | undefined;
2554
+ emailAddress?: string | undefined;
2555
+ active?: boolean | undefined;
2556
+ } | null | undefined;
2557
+ body?: unknown;
2558
+ renderedBody?: string | undefined;
2559
+ created?: string | undefined;
2560
+ updated?: string | undefined;
2561
+ } | undefined;
2562
+ }, {
2563
+ operation: "add_comment";
2564
+ success: boolean;
2565
+ error: string;
2566
+ comment?: {
2567
+ id: string;
2568
+ author?: {
2569
+ accountId: string;
2570
+ displayName?: string | undefined;
2571
+ emailAddress?: string | undefined;
2572
+ active?: boolean | undefined;
2573
+ } | null | undefined;
2574
+ body?: unknown;
2575
+ renderedBody?: string | undefined;
2576
+ created?: string | undefined;
2577
+ updated?: string | undefined;
2578
+ } | undefined;
2579
+ }>, import("zod").ZodObject<{
2580
+ operation: import("zod").ZodLiteral<"get_comments">;
2581
+ success: import("zod").ZodBoolean;
2582
+ comments: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
2583
+ id: import("zod").ZodString;
2584
+ author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2585
+ accountId: import("zod").ZodString;
2586
+ displayName: import("zod").ZodOptional<import("zod").ZodString>;
2587
+ emailAddress: import("zod").ZodOptional<import("zod").ZodString>;
2588
+ active: import("zod").ZodOptional<import("zod").ZodBoolean>;
2589
+ }, "strip", import("zod").ZodTypeAny, {
2590
+ accountId: string;
2591
+ displayName?: string | undefined;
2592
+ emailAddress?: string | undefined;
2593
+ active?: boolean | undefined;
2594
+ }, {
2595
+ accountId: string;
2596
+ displayName?: string | undefined;
2597
+ emailAddress?: string | undefined;
2598
+ active?: boolean | undefined;
2599
+ }>>>;
2600
+ body: import("zod").ZodOptional<import("zod").ZodUnknown>;
2601
+ renderedBody: import("zod").ZodOptional<import("zod").ZodString>;
2602
+ created: import("zod").ZodOptional<import("zod").ZodString>;
2603
+ updated: import("zod").ZodOptional<import("zod").ZodString>;
2604
+ }, "strip", import("zod").ZodTypeAny, {
2605
+ id: string;
2606
+ author?: {
2607
+ accountId: string;
2608
+ displayName?: string | undefined;
2609
+ emailAddress?: string | undefined;
2610
+ active?: boolean | undefined;
2611
+ } | null | undefined;
2612
+ body?: unknown;
2613
+ renderedBody?: string | undefined;
2614
+ created?: string | undefined;
2615
+ updated?: string | undefined;
2616
+ }, {
2617
+ id: string;
2618
+ author?: {
2619
+ accountId: string;
2620
+ displayName?: string | undefined;
2621
+ emailAddress?: string | undefined;
2622
+ active?: boolean | undefined;
2623
+ } | null | undefined;
2624
+ body?: unknown;
2625
+ renderedBody?: string | undefined;
2626
+ created?: string | undefined;
2627
+ updated?: string | undefined;
2628
+ }>, "many">>;
2629
+ total: import("zod").ZodOptional<import("zod").ZodNumber>;
2630
+ error: import("zod").ZodString;
2631
+ }, "strip", import("zod").ZodTypeAny, {
2632
+ operation: "get_comments";
2633
+ success: boolean;
2634
+ error: string;
2635
+ comments?: {
2636
+ id: string;
2637
+ author?: {
2638
+ accountId: string;
2639
+ displayName?: string | undefined;
2640
+ emailAddress?: string | undefined;
2641
+ active?: boolean | undefined;
2642
+ } | null | undefined;
2643
+ body?: unknown;
2644
+ renderedBody?: string | undefined;
2645
+ created?: string | undefined;
2646
+ updated?: string | undefined;
2647
+ }[] | undefined;
2648
+ total?: number | undefined;
2649
+ }, {
2650
+ operation: "get_comments";
2651
+ success: boolean;
2652
+ error: string;
2653
+ comments?: {
2654
+ id: string;
2655
+ author?: {
2656
+ accountId: string;
2657
+ displayName?: string | undefined;
2658
+ emailAddress?: string | undefined;
2659
+ active?: boolean | undefined;
2660
+ } | null | undefined;
2661
+ body?: unknown;
2662
+ renderedBody?: string | undefined;
2663
+ created?: string | undefined;
2664
+ updated?: string | undefined;
2665
+ }[] | undefined;
2666
+ total?: number | undefined;
2667
+ }>]>;
2668
+ static readonly shortDescription = "Jira integration for issue tracking and project management";
2669
+ 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 ";
2670
+ static readonly alias = "jira";
2671
+ constructor(params: T, context?: BubbleContext);
2672
+ testCredential(): Promise<boolean>;
2673
+ /**
2674
+ * Jira credential types:
2675
+ * 1. OAuth (recommended): { accessToken, cloudId, siteUrl } - Uses Bearer auth with Atlassian Cloud API
2676
+ * 2. API Token (legacy): { accessToken, baseUrl, email } - Uses Basic auth with Jira instance
2677
+ */
2678
+ private parseCredentials;
2679
+ private makeJiraApiRequest;
2680
+ protected performAction(context?: BubbleContext): Promise<Extract<JiraResult, {
2681
+ operation: T['operation'];
2682
+ }>>;
2683
+ private search;
2684
+ private get;
2685
+ private create;
2686
+ private update;
2687
+ private transition;
2688
+ private listTransitions;
2689
+ private listProjects;
2690
+ private listIssueTypes;
2691
+ private addComment;
2692
+ private getComments;
2693
+ protected chooseCredential(): string | undefined;
2694
+ }
2695
+ //# sourceMappingURL=jira.d.ts.map