@bubblelab/bubble-core 0.1.33 → 0.1.35

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 (59) hide show
  1. package/dist/bubble-bundle.d.ts +85 -85
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +116 -116
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +36 -36
  4. package/dist/bubbles/service-bubble/airtable.d.ts +232 -232
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +38 -38
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +50 -50
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +56 -56
  8. package/dist/bubbles/service-bubble/eleven-labs.d.ts +52 -52
  9. package/dist/bubbles/service-bubble/firecrawl.d.ts +326 -326
  10. package/dist/bubbles/service-bubble/followupboss.d.ts +332 -332
  11. package/dist/bubbles/service-bubble/github.d.ts +172 -172
  12. package/dist/bubbles/service-bubble/gmail.d.ts +632 -632
  13. package/dist/bubbles/service-bubble/google-calendar.d.ts +232 -232
  14. package/dist/bubbles/service-bubble/google-drive.d.ts +128 -128
  15. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +54 -54
  16. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  17. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  18. package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
  19. package/dist/bubbles/service-bubble/jira/jira.d.ts +513 -513
  20. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +670 -670
  21. package/dist/bubbles/service-bubble/notion/notion.d.ts +204 -204
  22. package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
  23. package/dist/bubbles/service-bubble/resend.d.ts +20 -20
  24. package/dist/bubbles/service-bubble/slack/slack.d.ts +414 -414
  25. package/dist/bubbles/service-bubble/storage.d.ts +60 -60
  26. package/dist/bubbles/service-bubble/telegram.d.ts +122 -122
  27. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +33 -33
  28. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  29. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  30. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  31. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +8 -8
  32. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  33. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  34. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  35. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
  36. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +424 -424
  37. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  38. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +8 -8
  39. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +16 -16
  40. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  41. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +16 -16
  42. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +104 -104
  43. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +192 -192
  45. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  46. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  47. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  48. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  49. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
  50. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  51. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
  52. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  53. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
  54. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  55. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
  56. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +60 -60
  57. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  58. package/dist/bubbles.json +1 -1
  59. package/package.json +2 -2
@@ -22,13 +22,13 @@ export declare const JiraIssueTypeSchema: z.ZodObject<{
22
22
  description: z.ZodOptional<z.ZodString>;
23
23
  subtask: z.ZodOptional<z.ZodBoolean>;
24
24
  }, "strip", z.ZodTypeAny, {
25
- id: string;
26
25
  name: string;
26
+ id: string;
27
27
  description?: string | undefined;
28
28
  subtask?: boolean | undefined;
29
29
  }, {
30
- id: string;
31
30
  name: string;
31
+ id: string;
32
32
  description?: string | undefined;
33
33
  subtask?: boolean | undefined;
34
34
  }>;
@@ -46,15 +46,15 @@ export declare const JiraStatusSchema: z.ZodObject<{
46
46
  key: string;
47
47
  }>>;
48
48
  }, "strip", z.ZodTypeAny, {
49
- id: string;
50
49
  name: string;
50
+ id: string;
51
51
  statusCategory?: {
52
52
  name: string;
53
53
  key: string;
54
54
  } | undefined;
55
55
  }, {
56
- id: string;
57
56
  name: string;
57
+ id: string;
58
58
  statusCategory?: {
59
59
  name: string;
60
60
  key: string;
@@ -64,23 +64,23 @@ export declare const JiraPrioritySchema: z.ZodObject<{
64
64
  id: z.ZodString;
65
65
  name: z.ZodString;
66
66
  }, "strip", z.ZodTypeAny, {
67
- id: string;
68
67
  name: string;
69
- }, {
70
68
  id: string;
69
+ }, {
71
70
  name: string;
71
+ id: string;
72
72
  }>;
73
73
  export declare const JiraProjectSchema: z.ZodObject<{
74
74
  id: z.ZodString;
75
75
  key: z.ZodString;
76
76
  name: z.ZodString;
77
77
  }, "strip", z.ZodTypeAny, {
78
- id: string;
79
78
  name: string;
79
+ id: string;
80
80
  key: string;
81
81
  }, {
82
- id: string;
83
82
  name: string;
83
+ id: string;
84
84
  key: string;
85
85
  }>;
86
86
  export declare const JiraCommentSchema: z.ZodObject<{
@@ -107,28 +107,28 @@ export declare const JiraCommentSchema: z.ZodObject<{
107
107
  updated: z.ZodOptional<z.ZodString>;
108
108
  }, "strip", z.ZodTypeAny, {
109
109
  id: string;
110
+ created?: string | undefined;
111
+ updated?: string | undefined;
112
+ body?: string | undefined;
110
113
  author?: {
111
114
  accountId: string;
112
115
  displayName?: string | undefined;
113
116
  emailAddress?: string | undefined;
114
117
  active?: boolean | undefined;
115
118
  } | null | undefined;
116
- body?: string | undefined;
117
119
  renderedBody?: string | undefined;
118
- created?: string | undefined;
119
- updated?: string | undefined;
120
120
  }, {
121
121
  id: string;
122
+ created?: string | undefined;
123
+ updated?: string | undefined;
124
+ body?: string | undefined;
122
125
  author?: {
123
126
  accountId: string;
124
127
  displayName?: string | undefined;
125
128
  emailAddress?: string | undefined;
126
129
  active?: boolean | undefined;
127
130
  } | null | undefined;
128
- body?: string | undefined;
129
131
  renderedBody?: string | undefined;
130
- created?: string | undefined;
131
- updated?: string | undefined;
132
132
  }>;
133
133
  export declare const JiraTransitionSchema: z.ZodObject<{
134
134
  id: z.ZodString;
@@ -147,37 +147,37 @@ export declare const JiraTransitionSchema: z.ZodObject<{
147
147
  key: string;
148
148
  }>>;
149
149
  }, "strip", z.ZodTypeAny, {
150
- id: string;
151
150
  name: string;
151
+ id: string;
152
152
  statusCategory?: {
153
153
  name: string;
154
154
  key: string;
155
155
  } | undefined;
156
156
  }, {
157
- id: string;
158
157
  name: string;
158
+ id: string;
159
159
  statusCategory?: {
160
160
  name: string;
161
161
  key: string;
162
162
  } | undefined;
163
163
  }>>;
164
164
  }, "strip", z.ZodTypeAny, {
165
- id: string;
166
165
  name: string;
166
+ id: string;
167
167
  to?: {
168
- id: string;
169
168
  name: string;
169
+ id: string;
170
170
  statusCategory?: {
171
171
  name: string;
172
172
  key: string;
173
173
  } | undefined;
174
174
  } | undefined;
175
175
  }, {
176
- id: string;
177
176
  name: string;
177
+ id: string;
178
178
  to?: {
179
- id: string;
180
179
  name: string;
180
+ id: string;
181
181
  statusCategory?: {
182
182
  name: string;
183
183
  key: string;
@@ -205,15 +205,15 @@ export declare const JiraIssueSchema: z.ZodObject<{
205
205
  key: string;
206
206
  }>>;
207
207
  }, "strip", z.ZodTypeAny, {
208
- id: string;
209
208
  name: string;
209
+ id: string;
210
210
  statusCategory?: {
211
211
  name: string;
212
212
  key: string;
213
213
  } | undefined;
214
214
  }, {
215
- id: string;
216
215
  name: string;
216
+ id: string;
217
217
  statusCategory?: {
218
218
  name: string;
219
219
  key: string;
@@ -223,11 +223,11 @@ export declare const JiraIssueSchema: z.ZodObject<{
223
223
  id: z.ZodString;
224
224
  name: z.ZodString;
225
225
  }, "strip", z.ZodTypeAny, {
226
- id: string;
227
226
  name: string;
228
- }, {
229
227
  id: string;
228
+ }, {
230
229
  name: string;
230
+ id: string;
231
231
  }>>>;
232
232
  assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
233
233
  accountId: z.ZodString;
@@ -267,13 +267,13 @@ export declare const JiraIssueSchema: z.ZodObject<{
267
267
  description: z.ZodOptional<z.ZodString>;
268
268
  subtask: z.ZodOptional<z.ZodBoolean>;
269
269
  }, "strip", z.ZodTypeAny, {
270
- id: string;
271
270
  name: string;
271
+ id: string;
272
272
  description?: string | undefined;
273
273
  subtask?: boolean | undefined;
274
274
  }, {
275
- id: string;
276
275
  name: string;
276
+ id: string;
277
277
  description?: string | undefined;
278
278
  subtask?: boolean | undefined;
279
279
  }>>;
@@ -282,12 +282,12 @@ export declare const JiraIssueSchema: z.ZodObject<{
282
282
  key: z.ZodString;
283
283
  name: z.ZodString;
284
284
  }, "strip", z.ZodTypeAny, {
285
- id: string;
286
285
  name: string;
286
+ id: string;
287
287
  key: string;
288
288
  }, {
289
- id: string;
290
289
  name: string;
290
+ id: string;
291
291
  key: string;
292
292
  }>>;
293
293
  labels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -329,58 +329,58 @@ export declare const JiraIssueSchema: z.ZodObject<{
329
329
  updated: z.ZodOptional<z.ZodString>;
330
330
  }, "strip", z.ZodTypeAny, {
331
331
  id: string;
332
+ created?: string | undefined;
333
+ updated?: string | undefined;
334
+ body?: string | undefined;
332
335
  author?: {
333
336
  accountId: string;
334
337
  displayName?: string | undefined;
335
338
  emailAddress?: string | undefined;
336
339
  active?: boolean | undefined;
337
340
  } | null | undefined;
338
- body?: string | undefined;
339
341
  renderedBody?: string | undefined;
340
- created?: string | undefined;
341
- updated?: string | undefined;
342
342
  }, {
343
343
  id: string;
344
+ created?: string | undefined;
345
+ updated?: string | undefined;
346
+ body?: string | undefined;
344
347
  author?: {
345
348
  accountId: string;
346
349
  displayName?: string | undefined;
347
350
  emailAddress?: string | undefined;
348
351
  active?: boolean | undefined;
349
352
  } | null | undefined;
350
- body?: string | undefined;
351
353
  renderedBody?: string | undefined;
352
- created?: string | undefined;
353
- updated?: string | undefined;
354
354
  }>, "many">>;
355
355
  total: z.ZodOptional<z.ZodNumber>;
356
356
  }, "strip", z.ZodTypeAny, {
357
357
  comments?: {
358
358
  id: string;
359
+ created?: string | undefined;
360
+ updated?: string | undefined;
361
+ body?: string | undefined;
359
362
  author?: {
360
363
  accountId: string;
361
364
  displayName?: string | undefined;
362
365
  emailAddress?: string | undefined;
363
366
  active?: boolean | undefined;
364
367
  } | null | undefined;
365
- body?: string | undefined;
366
368
  renderedBody?: string | undefined;
367
- created?: string | undefined;
368
- updated?: string | undefined;
369
369
  }[] | undefined;
370
370
  total?: number | undefined;
371
371
  }, {
372
372
  comments?: {
373
373
  id: string;
374
+ created?: string | undefined;
375
+ updated?: string | undefined;
376
+ body?: string | undefined;
374
377
  author?: {
375
378
  accountId: string;
376
379
  displayName?: string | undefined;
377
380
  emailAddress?: string | undefined;
378
381
  active?: boolean | undefined;
379
382
  } | null | undefined;
380
- body?: string | undefined;
381
383
  renderedBody?: string | undefined;
382
- created?: string | undefined;
383
- updated?: string | undefined;
384
384
  }[] | undefined;
385
385
  total?: number | undefined;
386
386
  }>>;
@@ -401,15 +401,15 @@ export declare const JiraIssueSchema: z.ZodObject<{
401
401
  key: string;
402
402
  }>>;
403
403
  }, "strip", z.ZodTypeAny, {
404
- id: string;
405
404
  name: string;
405
+ id: string;
406
406
  statusCategory?: {
407
407
  name: string;
408
408
  key: string;
409
409
  } | undefined;
410
410
  }, {
411
- id: string;
412
411
  name: string;
412
+ id: string;
413
413
  statusCategory?: {
414
414
  name: string;
415
415
  key: string;
@@ -419,11 +419,11 @@ export declare const JiraIssueSchema: z.ZodObject<{
419
419
  id: z.ZodString;
420
420
  name: z.ZodString;
421
421
  }, "strip", z.ZodTypeAny, {
422
- id: string;
423
422
  name: string;
424
- }, {
425
423
  id: string;
424
+ }, {
426
425
  name: string;
426
+ id: string;
427
427
  }>>>;
428
428
  assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
429
429
  accountId: z.ZodString;
@@ -463,13 +463,13 @@ export declare const JiraIssueSchema: z.ZodObject<{
463
463
  description: z.ZodOptional<z.ZodString>;
464
464
  subtask: z.ZodOptional<z.ZodBoolean>;
465
465
  }, "strip", z.ZodTypeAny, {
466
- id: string;
467
466
  name: string;
467
+ id: string;
468
468
  description?: string | undefined;
469
469
  subtask?: boolean | undefined;
470
470
  }, {
471
- id: string;
472
471
  name: string;
472
+ id: string;
473
473
  description?: string | undefined;
474
474
  subtask?: boolean | undefined;
475
475
  }>>;
@@ -478,12 +478,12 @@ export declare const JiraIssueSchema: z.ZodObject<{
478
478
  key: z.ZodString;
479
479
  name: z.ZodString;
480
480
  }, "strip", z.ZodTypeAny, {
481
- id: string;
482
481
  name: string;
482
+ id: string;
483
483
  key: string;
484
484
  }, {
485
- id: string;
486
485
  name: string;
486
+ id: string;
487
487
  key: string;
488
488
  }>>;
489
489
  labels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -525,58 +525,58 @@ export declare const JiraIssueSchema: z.ZodObject<{
525
525
  updated: z.ZodOptional<z.ZodString>;
526
526
  }, "strip", z.ZodTypeAny, {
527
527
  id: string;
528
+ created?: string | undefined;
529
+ updated?: string | undefined;
530
+ body?: string | undefined;
528
531
  author?: {
529
532
  accountId: string;
530
533
  displayName?: string | undefined;
531
534
  emailAddress?: string | undefined;
532
535
  active?: boolean | undefined;
533
536
  } | null | undefined;
534
- body?: string | undefined;
535
537
  renderedBody?: string | undefined;
536
- created?: string | undefined;
537
- updated?: string | undefined;
538
538
  }, {
539
539
  id: string;
540
+ created?: string | undefined;
541
+ updated?: string | undefined;
542
+ body?: string | undefined;
540
543
  author?: {
541
544
  accountId: string;
542
545
  displayName?: string | undefined;
543
546
  emailAddress?: string | undefined;
544
547
  active?: boolean | undefined;
545
548
  } | null | undefined;
546
- body?: string | undefined;
547
549
  renderedBody?: string | undefined;
548
- created?: string | undefined;
549
- updated?: string | undefined;
550
550
  }>, "many">>;
551
551
  total: z.ZodOptional<z.ZodNumber>;
552
552
  }, "strip", z.ZodTypeAny, {
553
553
  comments?: {
554
554
  id: string;
555
+ created?: string | undefined;
556
+ updated?: string | undefined;
557
+ body?: string | undefined;
555
558
  author?: {
556
559
  accountId: string;
557
560
  displayName?: string | undefined;
558
561
  emailAddress?: string | undefined;
559
562
  active?: boolean | undefined;
560
563
  } | null | undefined;
561
- body?: string | undefined;
562
564
  renderedBody?: string | undefined;
563
- created?: string | undefined;
564
- updated?: string | undefined;
565
565
  }[] | undefined;
566
566
  total?: number | undefined;
567
567
  }, {
568
568
  comments?: {
569
569
  id: string;
570
+ created?: string | undefined;
571
+ updated?: string | undefined;
572
+ body?: string | undefined;
570
573
  author?: {
571
574
  accountId: string;
572
575
  displayName?: string | undefined;
573
576
  emailAddress?: string | undefined;
574
577
  active?: boolean | undefined;
575
578
  } | null | undefined;
576
- body?: string | undefined;
577
579
  renderedBody?: string | undefined;
578
- created?: string | undefined;
579
- updated?: string | undefined;
580
580
  }[] | undefined;
581
581
  total?: number | undefined;
582
582
  }>>;
@@ -597,15 +597,15 @@ export declare const JiraIssueSchema: z.ZodObject<{
597
597
  key: string;
598
598
  }>>;
599
599
  }, "strip", z.ZodTypeAny, {
600
- id: string;
601
600
  name: string;
601
+ id: string;
602
602
  statusCategory?: {
603
603
  name: string;
604
604
  key: string;
605
605
  } | undefined;
606
606
  }, {
607
- id: string;
608
607
  name: string;
608
+ id: string;
609
609
  statusCategory?: {
610
610
  name: string;
611
611
  key: string;
@@ -615,11 +615,11 @@ export declare const JiraIssueSchema: z.ZodObject<{
615
615
  id: z.ZodString;
616
616
  name: z.ZodString;
617
617
  }, "strip", z.ZodTypeAny, {
618
- id: string;
619
618
  name: string;
620
- }, {
621
619
  id: string;
620
+ }, {
622
621
  name: string;
622
+ id: string;
623
623
  }>>>;
624
624
  assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
625
625
  accountId: z.ZodString;
@@ -659,13 +659,13 @@ export declare const JiraIssueSchema: z.ZodObject<{
659
659
  description: z.ZodOptional<z.ZodString>;
660
660
  subtask: z.ZodOptional<z.ZodBoolean>;
661
661
  }, "strip", z.ZodTypeAny, {
662
- id: string;
663
662
  name: string;
663
+ id: string;
664
664
  description?: string | undefined;
665
665
  subtask?: boolean | undefined;
666
666
  }, {
667
- id: string;
668
667
  name: string;
668
+ id: string;
669
669
  description?: string | undefined;
670
670
  subtask?: boolean | undefined;
671
671
  }>>;
@@ -674,12 +674,12 @@ export declare const JiraIssueSchema: z.ZodObject<{
674
674
  key: z.ZodString;
675
675
  name: z.ZodString;
676
676
  }, "strip", z.ZodTypeAny, {
677
- id: string;
678
677
  name: string;
678
+ id: string;
679
679
  key: string;
680
680
  }, {
681
- id: string;
682
681
  name: string;
682
+ id: string;
683
683
  key: string;
684
684
  }>>;
685
685
  labels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -721,58 +721,58 @@ export declare const JiraIssueSchema: z.ZodObject<{
721
721
  updated: z.ZodOptional<z.ZodString>;
722
722
  }, "strip", z.ZodTypeAny, {
723
723
  id: string;
724
+ created?: string | undefined;
725
+ updated?: string | undefined;
726
+ body?: string | undefined;
724
727
  author?: {
725
728
  accountId: string;
726
729
  displayName?: string | undefined;
727
730
  emailAddress?: string | undefined;
728
731
  active?: boolean | undefined;
729
732
  } | null | undefined;
730
- body?: string | undefined;
731
733
  renderedBody?: string | undefined;
732
- created?: string | undefined;
733
- updated?: string | undefined;
734
734
  }, {
735
735
  id: string;
736
+ created?: string | undefined;
737
+ updated?: string | undefined;
738
+ body?: string | undefined;
736
739
  author?: {
737
740
  accountId: string;
738
741
  displayName?: string | undefined;
739
742
  emailAddress?: string | undefined;
740
743
  active?: boolean | undefined;
741
744
  } | null | undefined;
742
- body?: string | undefined;
743
745
  renderedBody?: string | undefined;
744
- created?: string | undefined;
745
- updated?: string | undefined;
746
746
  }>, "many">>;
747
747
  total: z.ZodOptional<z.ZodNumber>;
748
748
  }, "strip", z.ZodTypeAny, {
749
749
  comments?: {
750
750
  id: string;
751
+ created?: string | undefined;
752
+ updated?: string | undefined;
753
+ body?: string | undefined;
751
754
  author?: {
752
755
  accountId: string;
753
756
  displayName?: string | undefined;
754
757
  emailAddress?: string | undefined;
755
758
  active?: boolean | undefined;
756
759
  } | null | undefined;
757
- body?: string | undefined;
758
760
  renderedBody?: string | undefined;
759
- created?: string | undefined;
760
- updated?: string | undefined;
761
761
  }[] | undefined;
762
762
  total?: number | undefined;
763
763
  }, {
764
764
  comments?: {
765
765
  id: string;
766
+ created?: string | undefined;
767
+ updated?: string | undefined;
768
+ body?: string | undefined;
766
769
  author?: {
767
770
  accountId: string;
768
771
  displayName?: string | undefined;
769
772
  emailAddress?: string | undefined;
770
773
  active?: boolean | undefined;
771
774
  } | null | undefined;
772
- body?: string | undefined;
773
775
  renderedBody?: string | undefined;
774
- created?: string | undefined;
775
- updated?: string | undefined;
776
776
  }[] | undefined;
777
777
  total?: number | undefined;
778
778
  }>>;
@@ -794,37 +794,37 @@ export declare const JiraIssueSchema: z.ZodObject<{
794
794
  key: string;
795
795
  }>>;
796
796
  }, "strip", z.ZodTypeAny, {
797
- id: string;
798
797
  name: string;
798
+ id: string;
799
799
  statusCategory?: {
800
800
  name: string;
801
801
  key: string;
802
802
  } | undefined;
803
803
  }, {
804
- id: string;
805
804
  name: string;
805
+ id: string;
806
806
  statusCategory?: {
807
807
  name: string;
808
808
  key: string;
809
809
  } | undefined;
810
810
  }>>;
811
811
  }, "strip", z.ZodTypeAny, {
812
- id: string;
813
812
  name: string;
813
+ id: string;
814
814
  to?: {
815
- id: string;
816
815
  name: string;
816
+ id: string;
817
817
  statusCategory?: {
818
818
  name: string;
819
819
  key: string;
820
820
  } | undefined;
821
821
  } | undefined;
822
822
  }, {
823
- id: string;
824
823
  name: string;
824
+ id: string;
825
825
  to?: {
826
- id: string;
827
826
  name: string;
827
+ id: string;
828
828
  statusCategory?: {
829
829
  name: string;
830
830
  key: string;
@@ -834,24 +834,44 @@ export declare const JiraIssueSchema: z.ZodObject<{
834
834
  changelog: z.ZodOptional<z.ZodUnknown>;
835
835
  }, "strip", z.ZodTypeAny, {
836
836
  id: string;
837
- key: string;
838
837
  fields: {
839
838
  description?: unknown;
840
839
  status?: {
841
- id: string;
842
840
  name: string;
841
+ id: string;
843
842
  statusCategory?: {
844
843
  name: string;
845
844
  key: string;
846
845
  } | undefined;
847
846
  } | undefined;
848
- created?: string | undefined;
849
- updated?: string | undefined;
850
- summary?: string | undefined;
851
847
  priority?: {
852
- id: string;
853
848
  name: string;
849
+ id: string;
854
850
  } | null | undefined;
851
+ summary?: string | undefined;
852
+ parent?: {
853
+ id: string;
854
+ key: string;
855
+ } | undefined;
856
+ created?: string | undefined;
857
+ updated?: string | undefined;
858
+ labels?: string[] | undefined;
859
+ comment?: {
860
+ comments?: {
861
+ id: string;
862
+ created?: string | undefined;
863
+ updated?: string | undefined;
864
+ body?: string | undefined;
865
+ author?: {
866
+ accountId: string;
867
+ displayName?: string | undefined;
868
+ emailAddress?: string | undefined;
869
+ active?: boolean | undefined;
870
+ } | null | undefined;
871
+ renderedBody?: string | undefined;
872
+ }[] | undefined;
873
+ total?: number | undefined;
874
+ } | undefined;
855
875
  assignee?: {
856
876
  accountId: string;
857
877
  displayName?: string | undefined;
@@ -865,137 +885,117 @@ export declare const JiraIssueSchema: z.ZodObject<{
865
885
  active?: boolean | undefined;
866
886
  } | null | undefined;
867
887
  issuetype?: {
868
- id: string;
869
888
  name: string;
889
+ id: string;
870
890
  description?: string | undefined;
871
891
  subtask?: boolean | undefined;
872
892
  } | undefined;
873
893
  project?: {
874
- id: string;
875
894
  name: string;
876
- key: string;
877
- } | undefined;
878
- labels?: string[] | undefined;
879
- duedate?: string | null | undefined;
880
- parent?: {
881
895
  id: string;
882
896
  key: string;
883
897
  } | undefined;
884
- comment?: {
885
- comments?: {
886
- id: string;
887
- author?: {
888
- accountId: string;
889
- displayName?: string | undefined;
890
- emailAddress?: string | undefined;
891
- active?: boolean | undefined;
892
- } | null | undefined;
893
- body?: string | undefined;
894
- renderedBody?: string | undefined;
895
- created?: string | undefined;
896
- updated?: string | undefined;
897
- }[] | undefined;
898
- total?: number | undefined;
899
- } | undefined;
898
+ duedate?: string | null | undefined;
900
899
  } & {
901
900
  [k: string]: unknown;
902
901
  };
903
- self?: string | undefined;
902
+ key: string;
903
+ changelog?: unknown;
904
904
  transitions?: {
905
- id: string;
906
905
  name: string;
906
+ id: string;
907
907
  to?: {
908
- id: string;
909
908
  name: string;
909
+ id: string;
910
910
  statusCategory?: {
911
911
  name: string;
912
912
  key: string;
913
913
  } | undefined;
914
914
  } | undefined;
915
915
  }[] | undefined;
916
- changelog?: unknown;
916
+ self?: string | undefined;
917
917
  }, {
918
918
  id: string;
919
- key: string;
920
919
  fields: {
921
920
  description?: unknown;
922
921
  status?: {
923
- id: string;
924
922
  name: string;
923
+ id: string;
925
924
  statusCategory?: {
926
925
  name: string;
927
926
  key: string;
928
927
  } | undefined;
929
928
  } | undefined;
930
- created?: string | undefined;
931
- updated?: string | undefined;
932
- summary?: string | undefined;
933
929
  priority?: {
934
- id: string;
935
930
  name: string;
931
+ id: string;
936
932
  } | null | undefined;
937
- assignee?: {
938
- accountId: string;
939
- displayName?: string | undefined;
940
- emailAddress?: string | undefined;
941
- active?: boolean | undefined;
942
- } | null | undefined;
943
- reporter?: {
944
- accountId: string;
945
- displayName?: string | undefined;
946
- emailAddress?: string | undefined;
947
- active?: boolean | undefined;
948
- } | null | undefined;
949
- issuetype?: {
950
- id: string;
951
- name: string;
952
- description?: string | undefined;
953
- subtask?: boolean | undefined;
954
- } | undefined;
955
- project?: {
956
- id: string;
957
- name: string;
958
- key: string;
959
- } | undefined;
960
- labels?: string[] | undefined;
961
- duedate?: string | null | undefined;
933
+ summary?: string | undefined;
962
934
  parent?: {
963
935
  id: string;
964
936
  key: string;
965
937
  } | undefined;
938
+ created?: string | undefined;
939
+ updated?: string | undefined;
940
+ labels?: string[] | undefined;
966
941
  comment?: {
967
942
  comments?: {
968
943
  id: string;
944
+ created?: string | undefined;
945
+ updated?: string | undefined;
946
+ body?: string | undefined;
969
947
  author?: {
970
948
  accountId: string;
971
949
  displayName?: string | undefined;
972
950
  emailAddress?: string | undefined;
973
951
  active?: boolean | undefined;
974
952
  } | null | undefined;
975
- body?: string | undefined;
976
953
  renderedBody?: string | undefined;
977
- created?: string | undefined;
978
- updated?: string | undefined;
979
954
  }[] | undefined;
980
955
  total?: number | undefined;
981
956
  } | undefined;
957
+ assignee?: {
958
+ accountId: string;
959
+ displayName?: string | undefined;
960
+ emailAddress?: string | undefined;
961
+ active?: boolean | undefined;
962
+ } | null | undefined;
963
+ reporter?: {
964
+ accountId: string;
965
+ displayName?: string | undefined;
966
+ emailAddress?: string | undefined;
967
+ active?: boolean | undefined;
968
+ } | null | undefined;
969
+ issuetype?: {
970
+ name: string;
971
+ id: string;
972
+ description?: string | undefined;
973
+ subtask?: boolean | undefined;
974
+ } | undefined;
975
+ project?: {
976
+ name: string;
977
+ id: string;
978
+ key: string;
979
+ } | undefined;
980
+ duedate?: string | null | undefined;
982
981
  } & {
983
982
  [k: string]: unknown;
984
983
  };
985
- self?: string | undefined;
984
+ key: string;
985
+ changelog?: unknown;
986
986
  transitions?: {
987
- id: string;
988
987
  name: string;
988
+ id: string;
989
989
  to?: {
990
- id: string;
991
990
  name: string;
991
+ id: string;
992
992
  statusCategory?: {
993
993
  name: string;
994
994
  key: string;
995
995
  } | undefined;
996
996
  } | undefined;
997
997
  }[] | undefined;
998
- changelog?: unknown;
998
+ self?: string | undefined;
999
999
  }>;
1000
1000
  export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
1001
1001
  operation: z.ZodLiteral<"search">;
@@ -1006,18 +1006,18 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1006
1006
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1007
1007
  }, "strip", z.ZodTypeAny, {
1008
1008
  operation: "search";
1009
- jql: string;
1010
1009
  limit: number;
1011
1010
  offset: number;
1012
- fields?: string[] | undefined;
1011
+ jql: string;
1013
1012
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1013
+ fields?: string[] | undefined;
1014
1014
  }, {
1015
1015
  operation: "search";
1016
1016
  jql: string;
1017
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
1017
1018
  fields?: string[] | undefined;
1018
1019
  limit?: number | undefined;
1019
1020
  offset?: number | undefined;
1020
- credentials?: Partial<Record<CredentialType, string>> | undefined;
1021
1021
  }>, z.ZodObject<{
1022
1022
  operation: z.ZodLiteral<"get">;
1023
1023
  key: z.ZodString;
@@ -1027,15 +1027,15 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1027
1027
  }, "strip", z.ZodTypeAny, {
1028
1028
  key: string;
1029
1029
  operation: "get";
1030
- fields?: string[] | undefined;
1031
1030
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1032
- expand?: ("comments" | "transitions" | "changelog")[] | undefined;
1031
+ fields?: string[] | undefined;
1032
+ expand?: ("comments" | "changelog" | "transitions")[] | undefined;
1033
1033
  }, {
1034
1034
  key: string;
1035
1035
  operation: "get";
1036
- fields?: string[] | undefined;
1037
1036
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1038
- expand?: ("comments" | "transitions" | "changelog")[] | undefined;
1037
+ fields?: string[] | undefined;
1038
+ expand?: ("comments" | "changelog" | "transitions")[] | undefined;
1039
1039
  }>, z.ZodObject<{
1040
1040
  operation: z.ZodLiteral<"create">;
1041
1041
  project: z.ZodString;
@@ -1051,26 +1051,26 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1051
1051
  }, "strip", z.ZodTypeAny, {
1052
1052
  type: string;
1053
1053
  summary: string;
1054
- project: string;
1055
1054
  operation: "create";
1055
+ project: string;
1056
1056
  description?: string | undefined;
1057
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
1057
1058
  priority?: string | undefined;
1058
- assignee?: string | undefined;
1059
- labels?: string[] | undefined;
1060
1059
  parent?: string | undefined;
1061
- credentials?: Partial<Record<CredentialType, string>> | undefined;
1060
+ labels?: string[] | undefined;
1061
+ assignee?: string | undefined;
1062
1062
  due_date?: string | undefined;
1063
1063
  }, {
1064
1064
  summary: string;
1065
- project: string;
1066
1065
  operation: "create";
1066
+ project: string;
1067
1067
  type?: string | undefined;
1068
1068
  description?: string | undefined;
1069
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
1069
1070
  priority?: string | undefined;
1070
- assignee?: string | undefined;
1071
- labels?: string[] | undefined;
1072
1071
  parent?: string | undefined;
1073
- credentials?: Partial<Record<CredentialType, string>> | undefined;
1072
+ labels?: string[] | undefined;
1073
+ assignee?: string | undefined;
1074
1074
  due_date?: string | undefined;
1075
1075
  }>, z.ZodObject<{
1076
1076
  operation: z.ZodLiteral<"update">;
@@ -1085,12 +1085,12 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1085
1085
  set: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1086
1086
  }, "strip", z.ZodTypeAny, {
1087
1087
  set?: string[] | undefined;
1088
- add?: string[] | undefined;
1089
1088
  remove?: string[] | undefined;
1089
+ add?: string[] | undefined;
1090
1090
  }, {
1091
1091
  set?: string[] | undefined;
1092
- add?: string[] | undefined;
1093
1092
  remove?: string[] | undefined;
1093
+ add?: string[] | undefined;
1094
1094
  }>>;
1095
1095
  due_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1096
1096
  comment: z.ZodOptional<z.ZodString>;
@@ -1099,31 +1099,31 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1099
1099
  key: string;
1100
1100
  operation: "update";
1101
1101
  description?: string | undefined;
1102
- summary?: string | undefined;
1102
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
1103
1103
  priority?: string | undefined;
1104
- assignee?: string | null | undefined;
1104
+ summary?: string | undefined;
1105
1105
  labels?: {
1106
1106
  set?: string[] | undefined;
1107
- add?: string[] | undefined;
1108
1107
  remove?: string[] | undefined;
1108
+ add?: string[] | undefined;
1109
1109
  } | undefined;
1110
1110
  comment?: string | undefined;
1111
- credentials?: Partial<Record<CredentialType, string>> | undefined;
1111
+ assignee?: string | null | undefined;
1112
1112
  due_date?: string | null | undefined;
1113
1113
  }, {
1114
1114
  key: string;
1115
1115
  operation: "update";
1116
1116
  description?: string | undefined;
1117
- summary?: string | undefined;
1117
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
1118
1118
  priority?: string | undefined;
1119
- assignee?: string | null | undefined;
1119
+ summary?: string | undefined;
1120
1120
  labels?: {
1121
1121
  set?: string[] | undefined;
1122
- add?: string[] | undefined;
1123
1122
  remove?: string[] | undefined;
1123
+ add?: string[] | undefined;
1124
1124
  } | undefined;
1125
1125
  comment?: string | undefined;
1126
- credentials?: Partial<Record<CredentialType, string>> | undefined;
1126
+ assignee?: string | null | undefined;
1127
1127
  due_date?: string | null | undefined;
1128
1128
  }>, z.ZodObject<{
1129
1129
  operation: z.ZodLiteral<"transition">;
@@ -1137,16 +1137,16 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1137
1137
  key: string;
1138
1138
  operation: "transition";
1139
1139
  status?: string | undefined;
1140
- comment?: string | undefined;
1141
1140
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1141
+ comment?: string | undefined;
1142
1142
  transition_id?: string | undefined;
1143
1143
  resolution?: string | undefined;
1144
1144
  }, {
1145
1145
  key: string;
1146
1146
  operation: "transition";
1147
1147
  status?: string | undefined;
1148
- comment?: string | undefined;
1149
1148
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1149
+ comment?: string | undefined;
1150
1150
  transition_id?: string | undefined;
1151
1151
  resolution?: string | undefined;
1152
1152
  }>, z.ZodObject<{
@@ -1173,20 +1173,20 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1173
1173
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1174
1174
  }, {
1175
1175
  operation: "list_projects";
1176
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
1176
1177
  limit?: number | undefined;
1177
1178
  offset?: number | undefined;
1178
- credentials?: Partial<Record<CredentialType, string>> | undefined;
1179
1179
  }>, z.ZodObject<{
1180
1180
  operation: z.ZodLiteral<"list_issue_types">;
1181
1181
  project: z.ZodString;
1182
1182
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1183
1183
  }, "strip", z.ZodTypeAny, {
1184
- project: string;
1185
1184
  operation: "list_issue_types";
1185
+ project: string;
1186
1186
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1187
1187
  }, {
1188
- project: string;
1189
1188
  operation: "list_issue_types";
1189
+ project: string;
1190
1190
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1191
1191
  }>, z.ZodObject<{
1192
1192
  operation: z.ZodLiteral<"add_comment">;
@@ -1195,13 +1195,13 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1195
1195
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1196
1196
  }, "strip", z.ZodTypeAny, {
1197
1197
  key: string;
1198
- body: string;
1199
1198
  operation: "add_comment";
1199
+ body: string;
1200
1200
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1201
1201
  }, {
1202
1202
  key: string;
1203
- body: string;
1204
1203
  operation: "add_comment";
1204
+ body: string;
1205
1205
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1206
1206
  }>, z.ZodObject<{
1207
1207
  operation: z.ZodLiteral<"get_comments">;
@@ -1218,9 +1218,9 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1218
1218
  }, {
1219
1219
  key: string;
1220
1220
  operation: "get_comments";
1221
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
1221
1222
  limit?: number | undefined;
1222
1223
  offset?: number | undefined;
1223
- credentials?: Partial<Record<CredentialType, string>> | undefined;
1224
1224
  }>]>;
1225
1225
  export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
1226
1226
  operation: z.ZodLiteral<"search">;
@@ -1246,15 +1246,15 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1246
1246
  key: string;
1247
1247
  }>>;
1248
1248
  }, "strip", z.ZodTypeAny, {
1249
- id: string;
1250
1249
  name: string;
1250
+ id: string;
1251
1251
  statusCategory?: {
1252
1252
  name: string;
1253
1253
  key: string;
1254
1254
  } | undefined;
1255
1255
  }, {
1256
- id: string;
1257
1256
  name: string;
1257
+ id: string;
1258
1258
  statusCategory?: {
1259
1259
  name: string;
1260
1260
  key: string;
@@ -1264,11 +1264,11 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1264
1264
  id: z.ZodString;
1265
1265
  name: z.ZodString;
1266
1266
  }, "strip", z.ZodTypeAny, {
1267
- id: string;
1268
1267
  name: string;
1269
- }, {
1270
1268
  id: string;
1269
+ }, {
1271
1270
  name: string;
1271
+ id: string;
1272
1272
  }>>>;
1273
1273
  assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1274
1274
  accountId: z.ZodString;
@@ -1308,13 +1308,13 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1308
1308
  description: z.ZodOptional<z.ZodString>;
1309
1309
  subtask: z.ZodOptional<z.ZodBoolean>;
1310
1310
  }, "strip", z.ZodTypeAny, {
1311
- id: string;
1312
1311
  name: string;
1312
+ id: string;
1313
1313
  description?: string | undefined;
1314
1314
  subtask?: boolean | undefined;
1315
1315
  }, {
1316
- id: string;
1317
1316
  name: string;
1317
+ id: string;
1318
1318
  description?: string | undefined;
1319
1319
  subtask?: boolean | undefined;
1320
1320
  }>>;
@@ -1323,12 +1323,12 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1323
1323
  key: z.ZodString;
1324
1324
  name: z.ZodString;
1325
1325
  }, "strip", z.ZodTypeAny, {
1326
- id: string;
1327
1326
  name: string;
1327
+ id: string;
1328
1328
  key: string;
1329
1329
  }, {
1330
- id: string;
1331
1330
  name: string;
1331
+ id: string;
1332
1332
  key: string;
1333
1333
  }>>;
1334
1334
  labels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -1370,58 +1370,58 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1370
1370
  updated: z.ZodOptional<z.ZodString>;
1371
1371
  }, "strip", z.ZodTypeAny, {
1372
1372
  id: string;
1373
+ created?: string | undefined;
1374
+ updated?: string | undefined;
1375
+ body?: string | undefined;
1373
1376
  author?: {
1374
1377
  accountId: string;
1375
1378
  displayName?: string | undefined;
1376
1379
  emailAddress?: string | undefined;
1377
1380
  active?: boolean | undefined;
1378
1381
  } | null | undefined;
1379
- body?: string | undefined;
1380
1382
  renderedBody?: string | undefined;
1381
- created?: string | undefined;
1382
- updated?: string | undefined;
1383
1383
  }, {
1384
1384
  id: string;
1385
+ created?: string | undefined;
1386
+ updated?: string | undefined;
1387
+ body?: string | undefined;
1385
1388
  author?: {
1386
1389
  accountId: string;
1387
1390
  displayName?: string | undefined;
1388
1391
  emailAddress?: string | undefined;
1389
1392
  active?: boolean | undefined;
1390
1393
  } | null | undefined;
1391
- body?: string | undefined;
1392
1394
  renderedBody?: string | undefined;
1393
- created?: string | undefined;
1394
- updated?: string | undefined;
1395
1395
  }>, "many">>;
1396
1396
  total: z.ZodOptional<z.ZodNumber>;
1397
1397
  }, "strip", z.ZodTypeAny, {
1398
1398
  comments?: {
1399
1399
  id: string;
1400
+ created?: string | undefined;
1401
+ updated?: string | undefined;
1402
+ body?: string | undefined;
1400
1403
  author?: {
1401
1404
  accountId: string;
1402
1405
  displayName?: string | undefined;
1403
1406
  emailAddress?: string | undefined;
1404
1407
  active?: boolean | undefined;
1405
1408
  } | null | undefined;
1406
- body?: string | undefined;
1407
1409
  renderedBody?: string | undefined;
1408
- created?: string | undefined;
1409
- updated?: string | undefined;
1410
1410
  }[] | undefined;
1411
1411
  total?: number | undefined;
1412
1412
  }, {
1413
1413
  comments?: {
1414
1414
  id: string;
1415
+ created?: string | undefined;
1416
+ updated?: string | undefined;
1417
+ body?: string | undefined;
1415
1418
  author?: {
1416
1419
  accountId: string;
1417
1420
  displayName?: string | undefined;
1418
1421
  emailAddress?: string | undefined;
1419
1422
  active?: boolean | undefined;
1420
1423
  } | null | undefined;
1421
- body?: string | undefined;
1422
1424
  renderedBody?: string | undefined;
1423
- created?: string | undefined;
1424
- updated?: string | undefined;
1425
1425
  }[] | undefined;
1426
1426
  total?: number | undefined;
1427
1427
  }>>;
@@ -1442,15 +1442,15 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1442
1442
  key: string;
1443
1443
  }>>;
1444
1444
  }, "strip", z.ZodTypeAny, {
1445
- id: string;
1446
1445
  name: string;
1446
+ id: string;
1447
1447
  statusCategory?: {
1448
1448
  name: string;
1449
1449
  key: string;
1450
1450
  } | undefined;
1451
1451
  }, {
1452
- id: string;
1453
1452
  name: string;
1453
+ id: string;
1454
1454
  statusCategory?: {
1455
1455
  name: string;
1456
1456
  key: string;
@@ -1460,11 +1460,11 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1460
1460
  id: z.ZodString;
1461
1461
  name: z.ZodString;
1462
1462
  }, "strip", z.ZodTypeAny, {
1463
- id: string;
1464
1463
  name: string;
1465
- }, {
1466
1464
  id: string;
1465
+ }, {
1467
1466
  name: string;
1467
+ id: string;
1468
1468
  }>>>;
1469
1469
  assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1470
1470
  accountId: z.ZodString;
@@ -1504,13 +1504,13 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1504
1504
  description: z.ZodOptional<z.ZodString>;
1505
1505
  subtask: z.ZodOptional<z.ZodBoolean>;
1506
1506
  }, "strip", z.ZodTypeAny, {
1507
- id: string;
1508
1507
  name: string;
1508
+ id: string;
1509
1509
  description?: string | undefined;
1510
1510
  subtask?: boolean | undefined;
1511
1511
  }, {
1512
- id: string;
1513
1512
  name: string;
1513
+ id: string;
1514
1514
  description?: string | undefined;
1515
1515
  subtask?: boolean | undefined;
1516
1516
  }>>;
@@ -1519,12 +1519,12 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1519
1519
  key: z.ZodString;
1520
1520
  name: z.ZodString;
1521
1521
  }, "strip", z.ZodTypeAny, {
1522
- id: string;
1523
1522
  name: string;
1523
+ id: string;
1524
1524
  key: string;
1525
1525
  }, {
1526
- id: string;
1527
1526
  name: string;
1527
+ id: string;
1528
1528
  key: string;
1529
1529
  }>>;
1530
1530
  labels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -1566,58 +1566,58 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1566
1566
  updated: z.ZodOptional<z.ZodString>;
1567
1567
  }, "strip", z.ZodTypeAny, {
1568
1568
  id: string;
1569
+ created?: string | undefined;
1570
+ updated?: string | undefined;
1571
+ body?: string | undefined;
1569
1572
  author?: {
1570
1573
  accountId: string;
1571
1574
  displayName?: string | undefined;
1572
1575
  emailAddress?: string | undefined;
1573
1576
  active?: boolean | undefined;
1574
1577
  } | null | undefined;
1575
- body?: string | undefined;
1576
1578
  renderedBody?: string | undefined;
1577
- created?: string | undefined;
1578
- updated?: string | undefined;
1579
1579
  }, {
1580
1580
  id: string;
1581
+ created?: string | undefined;
1582
+ updated?: string | undefined;
1583
+ body?: string | undefined;
1581
1584
  author?: {
1582
1585
  accountId: string;
1583
1586
  displayName?: string | undefined;
1584
1587
  emailAddress?: string | undefined;
1585
1588
  active?: boolean | undefined;
1586
1589
  } | null | undefined;
1587
- body?: string | undefined;
1588
1590
  renderedBody?: string | undefined;
1589
- created?: string | undefined;
1590
- updated?: string | undefined;
1591
1591
  }>, "many">>;
1592
1592
  total: z.ZodOptional<z.ZodNumber>;
1593
1593
  }, "strip", z.ZodTypeAny, {
1594
1594
  comments?: {
1595
1595
  id: string;
1596
+ created?: string | undefined;
1597
+ updated?: string | undefined;
1598
+ body?: string | undefined;
1596
1599
  author?: {
1597
1600
  accountId: string;
1598
1601
  displayName?: string | undefined;
1599
1602
  emailAddress?: string | undefined;
1600
1603
  active?: boolean | undefined;
1601
1604
  } | null | undefined;
1602
- body?: string | undefined;
1603
1605
  renderedBody?: string | undefined;
1604
- created?: string | undefined;
1605
- updated?: string | undefined;
1606
1606
  }[] | undefined;
1607
1607
  total?: number | undefined;
1608
1608
  }, {
1609
1609
  comments?: {
1610
1610
  id: string;
1611
+ created?: string | undefined;
1612
+ updated?: string | undefined;
1613
+ body?: string | undefined;
1611
1614
  author?: {
1612
1615
  accountId: string;
1613
1616
  displayName?: string | undefined;
1614
1617
  emailAddress?: string | undefined;
1615
1618
  active?: boolean | undefined;
1616
1619
  } | null | undefined;
1617
- body?: string | undefined;
1618
1620
  renderedBody?: string | undefined;
1619
- created?: string | undefined;
1620
- updated?: string | undefined;
1621
1621
  }[] | undefined;
1622
1622
  total?: number | undefined;
1623
1623
  }>>;
@@ -1638,15 +1638,15 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1638
1638
  key: string;
1639
1639
  }>>;
1640
1640
  }, "strip", z.ZodTypeAny, {
1641
- id: string;
1642
1641
  name: string;
1642
+ id: string;
1643
1643
  statusCategory?: {
1644
1644
  name: string;
1645
1645
  key: string;
1646
1646
  } | undefined;
1647
1647
  }, {
1648
- id: string;
1649
1648
  name: string;
1649
+ id: string;
1650
1650
  statusCategory?: {
1651
1651
  name: string;
1652
1652
  key: string;
@@ -1656,11 +1656,11 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1656
1656
  id: z.ZodString;
1657
1657
  name: z.ZodString;
1658
1658
  }, "strip", z.ZodTypeAny, {
1659
- id: string;
1660
1659
  name: string;
1661
- }, {
1662
1660
  id: string;
1661
+ }, {
1663
1662
  name: string;
1663
+ id: string;
1664
1664
  }>>>;
1665
1665
  assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1666
1666
  accountId: z.ZodString;
@@ -1700,13 +1700,13 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1700
1700
  description: z.ZodOptional<z.ZodString>;
1701
1701
  subtask: z.ZodOptional<z.ZodBoolean>;
1702
1702
  }, "strip", z.ZodTypeAny, {
1703
- id: string;
1704
1703
  name: string;
1704
+ id: string;
1705
1705
  description?: string | undefined;
1706
1706
  subtask?: boolean | undefined;
1707
1707
  }, {
1708
- id: string;
1709
1708
  name: string;
1709
+ id: string;
1710
1710
  description?: string | undefined;
1711
1711
  subtask?: boolean | undefined;
1712
1712
  }>>;
@@ -1715,12 +1715,12 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1715
1715
  key: z.ZodString;
1716
1716
  name: z.ZodString;
1717
1717
  }, "strip", z.ZodTypeAny, {
1718
- id: string;
1719
1718
  name: string;
1719
+ id: string;
1720
1720
  key: string;
1721
1721
  }, {
1722
- id: string;
1723
1722
  name: string;
1723
+ id: string;
1724
1724
  key: string;
1725
1725
  }>>;
1726
1726
  labels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -1762,58 +1762,58 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1762
1762
  updated: z.ZodOptional<z.ZodString>;
1763
1763
  }, "strip", z.ZodTypeAny, {
1764
1764
  id: string;
1765
+ created?: string | undefined;
1766
+ updated?: string | undefined;
1767
+ body?: string | undefined;
1765
1768
  author?: {
1766
1769
  accountId: string;
1767
1770
  displayName?: string | undefined;
1768
1771
  emailAddress?: string | undefined;
1769
1772
  active?: boolean | undefined;
1770
1773
  } | null | undefined;
1771
- body?: string | undefined;
1772
1774
  renderedBody?: string | undefined;
1773
- created?: string | undefined;
1774
- updated?: string | undefined;
1775
1775
  }, {
1776
1776
  id: string;
1777
+ created?: string | undefined;
1778
+ updated?: string | undefined;
1779
+ body?: string | undefined;
1777
1780
  author?: {
1778
1781
  accountId: string;
1779
1782
  displayName?: string | undefined;
1780
1783
  emailAddress?: string | undefined;
1781
1784
  active?: boolean | undefined;
1782
1785
  } | null | undefined;
1783
- body?: string | undefined;
1784
1786
  renderedBody?: string | undefined;
1785
- created?: string | undefined;
1786
- updated?: string | undefined;
1787
1787
  }>, "many">>;
1788
1788
  total: z.ZodOptional<z.ZodNumber>;
1789
1789
  }, "strip", z.ZodTypeAny, {
1790
1790
  comments?: {
1791
1791
  id: string;
1792
+ created?: string | undefined;
1793
+ updated?: string | undefined;
1794
+ body?: string | undefined;
1792
1795
  author?: {
1793
1796
  accountId: string;
1794
1797
  displayName?: string | undefined;
1795
1798
  emailAddress?: string | undefined;
1796
1799
  active?: boolean | undefined;
1797
1800
  } | null | undefined;
1798
- body?: string | undefined;
1799
1801
  renderedBody?: string | undefined;
1800
- created?: string | undefined;
1801
- updated?: string | undefined;
1802
1802
  }[] | undefined;
1803
1803
  total?: number | undefined;
1804
1804
  }, {
1805
1805
  comments?: {
1806
1806
  id: string;
1807
+ created?: string | undefined;
1808
+ updated?: string | undefined;
1809
+ body?: string | undefined;
1807
1810
  author?: {
1808
1811
  accountId: string;
1809
1812
  displayName?: string | undefined;
1810
1813
  emailAddress?: string | undefined;
1811
1814
  active?: boolean | undefined;
1812
1815
  } | null | undefined;
1813
- body?: string | undefined;
1814
1816
  renderedBody?: string | undefined;
1815
- created?: string | undefined;
1816
- updated?: string | undefined;
1817
1817
  }[] | undefined;
1818
1818
  total?: number | undefined;
1819
1819
  }>>;
@@ -1835,37 +1835,37 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1835
1835
  key: string;
1836
1836
  }>>;
1837
1837
  }, "strip", z.ZodTypeAny, {
1838
- id: string;
1839
1838
  name: string;
1839
+ id: string;
1840
1840
  statusCategory?: {
1841
1841
  name: string;
1842
1842
  key: string;
1843
1843
  } | undefined;
1844
1844
  }, {
1845
- id: string;
1846
1845
  name: string;
1846
+ id: string;
1847
1847
  statusCategory?: {
1848
1848
  name: string;
1849
1849
  key: string;
1850
1850
  } | undefined;
1851
1851
  }>>;
1852
1852
  }, "strip", z.ZodTypeAny, {
1853
- id: string;
1854
1853
  name: string;
1854
+ id: string;
1855
1855
  to?: {
1856
- id: string;
1857
1856
  name: string;
1857
+ id: string;
1858
1858
  statusCategory?: {
1859
1859
  name: string;
1860
1860
  key: string;
1861
1861
  } | undefined;
1862
1862
  } | undefined;
1863
1863
  }, {
1864
- id: string;
1865
1864
  name: string;
1865
+ id: string;
1866
1866
  to?: {
1867
- id: string;
1868
1867
  name: string;
1868
+ id: string;
1869
1869
  statusCategory?: {
1870
1870
  name: string;
1871
1871
  key: string;
@@ -1875,24 +1875,44 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1875
1875
  changelog: z.ZodOptional<z.ZodUnknown>;
1876
1876
  }, "strip", z.ZodTypeAny, {
1877
1877
  id: string;
1878
- key: string;
1879
1878
  fields: {
1880
1879
  description?: unknown;
1881
1880
  status?: {
1882
- id: string;
1883
1881
  name: string;
1882
+ id: string;
1884
1883
  statusCategory?: {
1885
1884
  name: string;
1886
1885
  key: string;
1887
1886
  } | undefined;
1888
1887
  } | undefined;
1889
- created?: string | undefined;
1890
- updated?: string | undefined;
1891
- summary?: string | undefined;
1892
1888
  priority?: {
1893
- id: string;
1894
1889
  name: string;
1890
+ id: string;
1895
1891
  } | null | undefined;
1892
+ summary?: string | undefined;
1893
+ parent?: {
1894
+ id: string;
1895
+ key: string;
1896
+ } | undefined;
1897
+ created?: string | undefined;
1898
+ updated?: string | undefined;
1899
+ labels?: string[] | undefined;
1900
+ comment?: {
1901
+ comments?: {
1902
+ id: string;
1903
+ created?: string | undefined;
1904
+ updated?: string | undefined;
1905
+ body?: string | undefined;
1906
+ author?: {
1907
+ accountId: string;
1908
+ displayName?: string | undefined;
1909
+ emailAddress?: string | undefined;
1910
+ active?: boolean | undefined;
1911
+ } | null | undefined;
1912
+ renderedBody?: string | undefined;
1913
+ }[] | undefined;
1914
+ total?: number | undefined;
1915
+ } | undefined;
1896
1916
  assignee?: {
1897
1917
  accountId: string;
1898
1918
  displayName?: string | undefined;
@@ -1906,75 +1926,75 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1906
1926
  active?: boolean | undefined;
1907
1927
  } | null | undefined;
1908
1928
  issuetype?: {
1909
- id: string;
1910
1929
  name: string;
1930
+ id: string;
1911
1931
  description?: string | undefined;
1912
1932
  subtask?: boolean | undefined;
1913
1933
  } | undefined;
1914
1934
  project?: {
1915
- id: string;
1916
1935
  name: string;
1917
- key: string;
1918
- } | undefined;
1919
- labels?: string[] | undefined;
1920
- duedate?: string | null | undefined;
1921
- parent?: {
1922
1936
  id: string;
1923
1937
  key: string;
1924
1938
  } | undefined;
1925
- comment?: {
1926
- comments?: {
1927
- id: string;
1928
- author?: {
1929
- accountId: string;
1930
- displayName?: string | undefined;
1931
- emailAddress?: string | undefined;
1932
- active?: boolean | undefined;
1933
- } | null | undefined;
1934
- body?: string | undefined;
1935
- renderedBody?: string | undefined;
1936
- created?: string | undefined;
1937
- updated?: string | undefined;
1938
- }[] | undefined;
1939
- total?: number | undefined;
1940
- } | undefined;
1939
+ duedate?: string | null | undefined;
1941
1940
  } & {
1942
1941
  [k: string]: unknown;
1943
1942
  };
1944
- self?: string | undefined;
1943
+ key: string;
1944
+ changelog?: unknown;
1945
1945
  transitions?: {
1946
- id: string;
1947
1946
  name: string;
1947
+ id: string;
1948
1948
  to?: {
1949
- id: string;
1950
1949
  name: string;
1950
+ id: string;
1951
1951
  statusCategory?: {
1952
1952
  name: string;
1953
1953
  key: string;
1954
1954
  } | undefined;
1955
1955
  } | undefined;
1956
1956
  }[] | undefined;
1957
- changelog?: unknown;
1957
+ self?: string | undefined;
1958
1958
  }, {
1959
1959
  id: string;
1960
- key: string;
1961
1960
  fields: {
1962
1961
  description?: unknown;
1963
1962
  status?: {
1964
- id: string;
1965
1963
  name: string;
1964
+ id: string;
1966
1965
  statusCategory?: {
1967
1966
  name: string;
1968
1967
  key: string;
1969
1968
  } | undefined;
1970
1969
  } | undefined;
1971
- created?: string | undefined;
1972
- updated?: string | undefined;
1973
- summary?: string | undefined;
1974
1970
  priority?: {
1975
- id: string;
1976
1971
  name: string;
1972
+ id: string;
1977
1973
  } | null | undefined;
1974
+ summary?: string | undefined;
1975
+ parent?: {
1976
+ id: string;
1977
+ key: string;
1978
+ } | undefined;
1979
+ created?: string | undefined;
1980
+ updated?: string | undefined;
1981
+ labels?: string[] | undefined;
1982
+ comment?: {
1983
+ comments?: {
1984
+ id: string;
1985
+ created?: string | undefined;
1986
+ updated?: string | undefined;
1987
+ body?: string | undefined;
1988
+ author?: {
1989
+ accountId: string;
1990
+ displayName?: string | undefined;
1991
+ emailAddress?: string | undefined;
1992
+ active?: boolean | undefined;
1993
+ } | null | undefined;
1994
+ renderedBody?: string | undefined;
1995
+ }[] | undefined;
1996
+ total?: number | undefined;
1997
+ } | undefined;
1978
1998
  assignee?: {
1979
1999
  accountId: string;
1980
2000
  displayName?: string | undefined;
@@ -1988,84 +2008,84 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1988
2008
  active?: boolean | undefined;
1989
2009
  } | null | undefined;
1990
2010
  issuetype?: {
1991
- id: string;
1992
2011
  name: string;
2012
+ id: string;
1993
2013
  description?: string | undefined;
1994
2014
  subtask?: boolean | undefined;
1995
2015
  } | undefined;
1996
2016
  project?: {
1997
- id: string;
1998
2017
  name: string;
1999
- key: string;
2000
- } | undefined;
2001
- labels?: string[] | undefined;
2002
- duedate?: string | null | undefined;
2003
- parent?: {
2004
2018
  id: string;
2005
2019
  key: string;
2006
2020
  } | undefined;
2007
- comment?: {
2008
- comments?: {
2009
- id: string;
2010
- author?: {
2011
- accountId: string;
2012
- displayName?: string | undefined;
2013
- emailAddress?: string | undefined;
2014
- active?: boolean | undefined;
2015
- } | null | undefined;
2016
- body?: string | undefined;
2017
- renderedBody?: string | undefined;
2018
- created?: string | undefined;
2019
- updated?: string | undefined;
2020
- }[] | undefined;
2021
- total?: number | undefined;
2022
- } | undefined;
2021
+ duedate?: string | null | undefined;
2023
2022
  } & {
2024
2023
  [k: string]: unknown;
2025
2024
  };
2026
- self?: string | undefined;
2025
+ key: string;
2026
+ changelog?: unknown;
2027
2027
  transitions?: {
2028
- id: string;
2029
2028
  name: string;
2029
+ id: string;
2030
2030
  to?: {
2031
- id: string;
2032
2031
  name: string;
2032
+ id: string;
2033
2033
  statusCategory?: {
2034
2034
  name: string;
2035
2035
  key: string;
2036
2036
  } | undefined;
2037
2037
  } | undefined;
2038
2038
  }[] | undefined;
2039
- changelog?: unknown;
2039
+ self?: string | undefined;
2040
2040
  }>, "many">>;
2041
2041
  total: z.ZodOptional<z.ZodNumber>;
2042
2042
  offset: z.ZodOptional<z.ZodNumber>;
2043
2043
  limit: z.ZodOptional<z.ZodNumber>;
2044
2044
  error: z.ZodString;
2045
2045
  }, "strip", z.ZodTypeAny, {
2046
- operation: "search";
2047
- success: boolean;
2048
2046
  error: string;
2047
+ success: boolean;
2048
+ operation: "search";
2049
2049
  issues?: {
2050
2050
  id: string;
2051
- key: string;
2052
2051
  fields: {
2053
2052
  description?: unknown;
2054
2053
  status?: {
2055
- id: string;
2056
2054
  name: string;
2055
+ id: string;
2057
2056
  statusCategory?: {
2058
2057
  name: string;
2059
2058
  key: string;
2060
2059
  } | undefined;
2061
2060
  } | undefined;
2062
- created?: string | undefined;
2063
- updated?: string | undefined;
2064
- summary?: string | undefined;
2065
2061
  priority?: {
2066
- id: string;
2067
2062
  name: string;
2063
+ id: string;
2068
2064
  } | null | undefined;
2065
+ summary?: string | undefined;
2066
+ parent?: {
2067
+ id: string;
2068
+ key: string;
2069
+ } | undefined;
2070
+ created?: string | undefined;
2071
+ updated?: string | undefined;
2072
+ labels?: string[] | undefined;
2073
+ comment?: {
2074
+ comments?: {
2075
+ id: string;
2076
+ created?: string | undefined;
2077
+ updated?: string | undefined;
2078
+ body?: string | undefined;
2079
+ author?: {
2080
+ accountId: string;
2081
+ displayName?: string | undefined;
2082
+ emailAddress?: string | undefined;
2083
+ active?: boolean | undefined;
2084
+ } | null | undefined;
2085
+ renderedBody?: string | undefined;
2086
+ }[] | undefined;
2087
+ total?: number | undefined;
2088
+ } | undefined;
2069
2089
  assignee?: {
2070
2090
  accountId: string;
2071
2091
  displayName?: string | undefined;
@@ -2079,83 +2099,83 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2079
2099
  active?: boolean | undefined;
2080
2100
  } | null | undefined;
2081
2101
  issuetype?: {
2082
- id: string;
2083
2102
  name: string;
2103
+ id: string;
2084
2104
  description?: string | undefined;
2085
2105
  subtask?: boolean | undefined;
2086
2106
  } | undefined;
2087
2107
  project?: {
2088
- id: string;
2089
2108
  name: string;
2090
- key: string;
2091
- } | undefined;
2092
- labels?: string[] | undefined;
2093
- duedate?: string | null | undefined;
2094
- parent?: {
2095
2109
  id: string;
2096
2110
  key: string;
2097
2111
  } | undefined;
2098
- comment?: {
2099
- comments?: {
2100
- id: string;
2101
- author?: {
2102
- accountId: string;
2103
- displayName?: string | undefined;
2104
- emailAddress?: string | undefined;
2105
- active?: boolean | undefined;
2106
- } | null | undefined;
2107
- body?: string | undefined;
2108
- renderedBody?: string | undefined;
2109
- created?: string | undefined;
2110
- updated?: string | undefined;
2111
- }[] | undefined;
2112
- total?: number | undefined;
2113
- } | undefined;
2112
+ duedate?: string | null | undefined;
2114
2113
  } & {
2115
2114
  [k: string]: unknown;
2116
2115
  };
2117
- self?: string | undefined;
2116
+ key: string;
2117
+ changelog?: unknown;
2118
2118
  transitions?: {
2119
- id: string;
2120
2119
  name: string;
2120
+ id: string;
2121
2121
  to?: {
2122
- id: string;
2123
2122
  name: string;
2123
+ id: string;
2124
2124
  statusCategory?: {
2125
2125
  name: string;
2126
2126
  key: string;
2127
2127
  } | undefined;
2128
2128
  } | undefined;
2129
2129
  }[] | undefined;
2130
- changelog?: unknown;
2130
+ self?: string | undefined;
2131
2131
  }[] | undefined;
2132
- total?: number | undefined;
2133
2132
  limit?: number | undefined;
2134
2133
  offset?: number | undefined;
2134
+ total?: number | undefined;
2135
2135
  }, {
2136
- operation: "search";
2137
- success: boolean;
2138
2136
  error: string;
2137
+ success: boolean;
2138
+ operation: "search";
2139
2139
  issues?: {
2140
2140
  id: string;
2141
- key: string;
2142
2141
  fields: {
2143
2142
  description?: unknown;
2144
2143
  status?: {
2145
- id: string;
2146
2144
  name: string;
2145
+ id: string;
2147
2146
  statusCategory?: {
2148
2147
  name: string;
2149
2148
  key: string;
2150
2149
  } | undefined;
2151
2150
  } | undefined;
2152
- created?: string | undefined;
2153
- updated?: string | undefined;
2154
- summary?: string | undefined;
2155
2151
  priority?: {
2156
- id: string;
2157
2152
  name: string;
2153
+ id: string;
2158
2154
  } | null | undefined;
2155
+ summary?: string | undefined;
2156
+ parent?: {
2157
+ id: string;
2158
+ key: string;
2159
+ } | undefined;
2160
+ created?: string | undefined;
2161
+ updated?: string | undefined;
2162
+ labels?: string[] | undefined;
2163
+ comment?: {
2164
+ comments?: {
2165
+ id: string;
2166
+ created?: string | undefined;
2167
+ updated?: string | undefined;
2168
+ body?: string | undefined;
2169
+ author?: {
2170
+ accountId: string;
2171
+ displayName?: string | undefined;
2172
+ emailAddress?: string | undefined;
2173
+ active?: boolean | undefined;
2174
+ } | null | undefined;
2175
+ renderedBody?: string | undefined;
2176
+ }[] | undefined;
2177
+ total?: number | undefined;
2178
+ } | undefined;
2159
2179
  assignee?: {
2160
2180
  accountId: string;
2161
2181
  displayName?: string | undefined;
@@ -2169,59 +2189,39 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2169
2189
  active?: boolean | undefined;
2170
2190
  } | null | undefined;
2171
2191
  issuetype?: {
2172
- id: string;
2173
2192
  name: string;
2193
+ id: string;
2174
2194
  description?: string | undefined;
2175
2195
  subtask?: boolean | undefined;
2176
2196
  } | undefined;
2177
2197
  project?: {
2178
- id: string;
2179
2198
  name: string;
2180
- key: string;
2181
- } | undefined;
2182
- labels?: string[] | undefined;
2183
- duedate?: string | null | undefined;
2184
- parent?: {
2185
2199
  id: string;
2186
2200
  key: string;
2187
2201
  } | undefined;
2188
- comment?: {
2189
- comments?: {
2190
- id: string;
2191
- author?: {
2192
- accountId: string;
2193
- displayName?: string | undefined;
2194
- emailAddress?: string | undefined;
2195
- active?: boolean | undefined;
2196
- } | null | undefined;
2197
- body?: string | undefined;
2198
- renderedBody?: string | undefined;
2199
- created?: string | undefined;
2200
- updated?: string | undefined;
2201
- }[] | undefined;
2202
- total?: number | undefined;
2203
- } | undefined;
2202
+ duedate?: string | null | undefined;
2204
2203
  } & {
2205
2204
  [k: string]: unknown;
2206
2205
  };
2207
- self?: string | undefined;
2206
+ key: string;
2207
+ changelog?: unknown;
2208
2208
  transitions?: {
2209
- id: string;
2210
2209
  name: string;
2210
+ id: string;
2211
2211
  to?: {
2212
- id: string;
2213
2212
  name: string;
2213
+ id: string;
2214
2214
  statusCategory?: {
2215
2215
  name: string;
2216
2216
  key: string;
2217
2217
  } | undefined;
2218
2218
  } | undefined;
2219
2219
  }[] | undefined;
2220
- changelog?: unknown;
2220
+ self?: string | undefined;
2221
2221
  }[] | undefined;
2222
- total?: number | undefined;
2223
2222
  limit?: number | undefined;
2224
2223
  offset?: number | undefined;
2224
+ total?: number | undefined;
2225
2225
  }>, z.ZodObject<{
2226
2226
  operation: z.ZodLiteral<"get">;
2227
2227
  success: z.ZodBoolean;
@@ -2246,15 +2246,15 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2246
2246
  key: string;
2247
2247
  }>>;
2248
2248
  }, "strip", z.ZodTypeAny, {
2249
- id: string;
2250
2249
  name: string;
2250
+ id: string;
2251
2251
  statusCategory?: {
2252
2252
  name: string;
2253
2253
  key: string;
2254
2254
  } | undefined;
2255
2255
  }, {
2256
- id: string;
2257
2256
  name: string;
2257
+ id: string;
2258
2258
  statusCategory?: {
2259
2259
  name: string;
2260
2260
  key: string;
@@ -2264,11 +2264,11 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2264
2264
  id: z.ZodString;
2265
2265
  name: z.ZodString;
2266
2266
  }, "strip", z.ZodTypeAny, {
2267
- id: string;
2268
2267
  name: string;
2269
- }, {
2270
2268
  id: string;
2269
+ }, {
2271
2270
  name: string;
2271
+ id: string;
2272
2272
  }>>>;
2273
2273
  assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2274
2274
  accountId: z.ZodString;
@@ -2308,13 +2308,13 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2308
2308
  description: z.ZodOptional<z.ZodString>;
2309
2309
  subtask: z.ZodOptional<z.ZodBoolean>;
2310
2310
  }, "strip", z.ZodTypeAny, {
2311
- id: string;
2312
2311
  name: string;
2312
+ id: string;
2313
2313
  description?: string | undefined;
2314
2314
  subtask?: boolean | undefined;
2315
2315
  }, {
2316
- id: string;
2317
2316
  name: string;
2317
+ id: string;
2318
2318
  description?: string | undefined;
2319
2319
  subtask?: boolean | undefined;
2320
2320
  }>>;
@@ -2323,12 +2323,12 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2323
2323
  key: z.ZodString;
2324
2324
  name: z.ZodString;
2325
2325
  }, "strip", z.ZodTypeAny, {
2326
- id: string;
2327
2326
  name: string;
2327
+ id: string;
2328
2328
  key: string;
2329
2329
  }, {
2330
- id: string;
2331
2330
  name: string;
2331
+ id: string;
2332
2332
  key: string;
2333
2333
  }>>;
2334
2334
  labels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -2370,58 +2370,58 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2370
2370
  updated: z.ZodOptional<z.ZodString>;
2371
2371
  }, "strip", z.ZodTypeAny, {
2372
2372
  id: string;
2373
+ created?: string | undefined;
2374
+ updated?: string | undefined;
2375
+ body?: string | undefined;
2373
2376
  author?: {
2374
2377
  accountId: string;
2375
2378
  displayName?: string | undefined;
2376
2379
  emailAddress?: string | undefined;
2377
2380
  active?: boolean | undefined;
2378
2381
  } | null | undefined;
2379
- body?: string | undefined;
2380
2382
  renderedBody?: string | undefined;
2381
- created?: string | undefined;
2382
- updated?: string | undefined;
2383
2383
  }, {
2384
2384
  id: string;
2385
+ created?: string | undefined;
2386
+ updated?: string | undefined;
2387
+ body?: string | undefined;
2385
2388
  author?: {
2386
2389
  accountId: string;
2387
2390
  displayName?: string | undefined;
2388
2391
  emailAddress?: string | undefined;
2389
2392
  active?: boolean | undefined;
2390
2393
  } | null | undefined;
2391
- body?: string | undefined;
2392
2394
  renderedBody?: string | undefined;
2393
- created?: string | undefined;
2394
- updated?: string | undefined;
2395
2395
  }>, "many">>;
2396
2396
  total: z.ZodOptional<z.ZodNumber>;
2397
2397
  }, "strip", z.ZodTypeAny, {
2398
2398
  comments?: {
2399
2399
  id: string;
2400
+ created?: string | undefined;
2401
+ updated?: string | undefined;
2402
+ body?: string | undefined;
2400
2403
  author?: {
2401
2404
  accountId: string;
2402
2405
  displayName?: string | undefined;
2403
2406
  emailAddress?: string | undefined;
2404
2407
  active?: boolean | undefined;
2405
2408
  } | null | undefined;
2406
- body?: string | undefined;
2407
2409
  renderedBody?: string | undefined;
2408
- created?: string | undefined;
2409
- updated?: string | undefined;
2410
2410
  }[] | undefined;
2411
2411
  total?: number | undefined;
2412
2412
  }, {
2413
2413
  comments?: {
2414
2414
  id: string;
2415
+ created?: string | undefined;
2416
+ updated?: string | undefined;
2417
+ body?: string | undefined;
2415
2418
  author?: {
2416
2419
  accountId: string;
2417
2420
  displayName?: string | undefined;
2418
2421
  emailAddress?: string | undefined;
2419
2422
  active?: boolean | undefined;
2420
2423
  } | null | undefined;
2421
- body?: string | undefined;
2422
2424
  renderedBody?: string | undefined;
2423
- created?: string | undefined;
2424
- updated?: string | undefined;
2425
2425
  }[] | undefined;
2426
2426
  total?: number | undefined;
2427
2427
  }>>;
@@ -2442,15 +2442,15 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2442
2442
  key: string;
2443
2443
  }>>;
2444
2444
  }, "strip", z.ZodTypeAny, {
2445
- id: string;
2446
2445
  name: string;
2446
+ id: string;
2447
2447
  statusCategory?: {
2448
2448
  name: string;
2449
2449
  key: string;
2450
2450
  } | undefined;
2451
2451
  }, {
2452
- id: string;
2453
2452
  name: string;
2453
+ id: string;
2454
2454
  statusCategory?: {
2455
2455
  name: string;
2456
2456
  key: string;
@@ -2460,11 +2460,11 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2460
2460
  id: z.ZodString;
2461
2461
  name: z.ZodString;
2462
2462
  }, "strip", z.ZodTypeAny, {
2463
- id: string;
2464
2463
  name: string;
2465
- }, {
2466
2464
  id: string;
2465
+ }, {
2467
2466
  name: string;
2467
+ id: string;
2468
2468
  }>>>;
2469
2469
  assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2470
2470
  accountId: z.ZodString;
@@ -2504,13 +2504,13 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2504
2504
  description: z.ZodOptional<z.ZodString>;
2505
2505
  subtask: z.ZodOptional<z.ZodBoolean>;
2506
2506
  }, "strip", z.ZodTypeAny, {
2507
- id: string;
2508
2507
  name: string;
2508
+ id: string;
2509
2509
  description?: string | undefined;
2510
2510
  subtask?: boolean | undefined;
2511
2511
  }, {
2512
- id: string;
2513
2512
  name: string;
2513
+ id: string;
2514
2514
  description?: string | undefined;
2515
2515
  subtask?: boolean | undefined;
2516
2516
  }>>;
@@ -2519,12 +2519,12 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2519
2519
  key: z.ZodString;
2520
2520
  name: z.ZodString;
2521
2521
  }, "strip", z.ZodTypeAny, {
2522
- id: string;
2523
2522
  name: string;
2523
+ id: string;
2524
2524
  key: string;
2525
2525
  }, {
2526
- id: string;
2527
2526
  name: string;
2527
+ id: string;
2528
2528
  key: string;
2529
2529
  }>>;
2530
2530
  labels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -2566,58 +2566,58 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2566
2566
  updated: z.ZodOptional<z.ZodString>;
2567
2567
  }, "strip", z.ZodTypeAny, {
2568
2568
  id: string;
2569
+ created?: string | undefined;
2570
+ updated?: string | undefined;
2571
+ body?: string | undefined;
2569
2572
  author?: {
2570
2573
  accountId: string;
2571
2574
  displayName?: string | undefined;
2572
2575
  emailAddress?: string | undefined;
2573
2576
  active?: boolean | undefined;
2574
2577
  } | null | undefined;
2575
- body?: string | undefined;
2576
2578
  renderedBody?: string | undefined;
2577
- created?: string | undefined;
2578
- updated?: string | undefined;
2579
2579
  }, {
2580
2580
  id: string;
2581
+ created?: string | undefined;
2582
+ updated?: string | undefined;
2583
+ body?: string | undefined;
2581
2584
  author?: {
2582
2585
  accountId: string;
2583
2586
  displayName?: string | undefined;
2584
2587
  emailAddress?: string | undefined;
2585
2588
  active?: boolean | undefined;
2586
2589
  } | null | undefined;
2587
- body?: string | undefined;
2588
2590
  renderedBody?: string | undefined;
2589
- created?: string | undefined;
2590
- updated?: string | undefined;
2591
2591
  }>, "many">>;
2592
2592
  total: z.ZodOptional<z.ZodNumber>;
2593
2593
  }, "strip", z.ZodTypeAny, {
2594
2594
  comments?: {
2595
2595
  id: string;
2596
+ created?: string | undefined;
2597
+ updated?: string | undefined;
2598
+ body?: string | undefined;
2596
2599
  author?: {
2597
2600
  accountId: string;
2598
2601
  displayName?: string | undefined;
2599
2602
  emailAddress?: string | undefined;
2600
2603
  active?: boolean | undefined;
2601
2604
  } | null | undefined;
2602
- body?: string | undefined;
2603
2605
  renderedBody?: string | undefined;
2604
- created?: string | undefined;
2605
- updated?: string | undefined;
2606
2606
  }[] | undefined;
2607
2607
  total?: number | undefined;
2608
2608
  }, {
2609
2609
  comments?: {
2610
2610
  id: string;
2611
+ created?: string | undefined;
2612
+ updated?: string | undefined;
2613
+ body?: string | undefined;
2611
2614
  author?: {
2612
2615
  accountId: string;
2613
2616
  displayName?: string | undefined;
2614
2617
  emailAddress?: string | undefined;
2615
2618
  active?: boolean | undefined;
2616
2619
  } | null | undefined;
2617
- body?: string | undefined;
2618
2620
  renderedBody?: string | undefined;
2619
- created?: string | undefined;
2620
- updated?: string | undefined;
2621
2621
  }[] | undefined;
2622
2622
  total?: number | undefined;
2623
2623
  }>>;
@@ -2638,15 +2638,15 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2638
2638
  key: string;
2639
2639
  }>>;
2640
2640
  }, "strip", z.ZodTypeAny, {
2641
- id: string;
2642
2641
  name: string;
2642
+ id: string;
2643
2643
  statusCategory?: {
2644
2644
  name: string;
2645
2645
  key: string;
2646
2646
  } | undefined;
2647
2647
  }, {
2648
- id: string;
2649
2648
  name: string;
2649
+ id: string;
2650
2650
  statusCategory?: {
2651
2651
  name: string;
2652
2652
  key: string;
@@ -2656,11 +2656,11 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2656
2656
  id: z.ZodString;
2657
2657
  name: z.ZodString;
2658
2658
  }, "strip", z.ZodTypeAny, {
2659
- id: string;
2660
2659
  name: string;
2661
- }, {
2662
2660
  id: string;
2661
+ }, {
2663
2662
  name: string;
2663
+ id: string;
2664
2664
  }>>>;
2665
2665
  assignee: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2666
2666
  accountId: z.ZodString;
@@ -2700,13 +2700,13 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2700
2700
  description: z.ZodOptional<z.ZodString>;
2701
2701
  subtask: z.ZodOptional<z.ZodBoolean>;
2702
2702
  }, "strip", z.ZodTypeAny, {
2703
- id: string;
2704
2703
  name: string;
2704
+ id: string;
2705
2705
  description?: string | undefined;
2706
2706
  subtask?: boolean | undefined;
2707
2707
  }, {
2708
- id: string;
2709
2708
  name: string;
2709
+ id: string;
2710
2710
  description?: string | undefined;
2711
2711
  subtask?: boolean | undefined;
2712
2712
  }>>;
@@ -2715,12 +2715,12 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2715
2715
  key: z.ZodString;
2716
2716
  name: z.ZodString;
2717
2717
  }, "strip", z.ZodTypeAny, {
2718
- id: string;
2719
2718
  name: string;
2719
+ id: string;
2720
2720
  key: string;
2721
2721
  }, {
2722
- id: string;
2723
2722
  name: string;
2723
+ id: string;
2724
2724
  key: string;
2725
2725
  }>>;
2726
2726
  labels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -2762,58 +2762,58 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2762
2762
  updated: z.ZodOptional<z.ZodString>;
2763
2763
  }, "strip", z.ZodTypeAny, {
2764
2764
  id: string;
2765
+ created?: string | undefined;
2766
+ updated?: string | undefined;
2767
+ body?: string | undefined;
2765
2768
  author?: {
2766
2769
  accountId: string;
2767
2770
  displayName?: string | undefined;
2768
2771
  emailAddress?: string | undefined;
2769
2772
  active?: boolean | undefined;
2770
2773
  } | null | undefined;
2771
- body?: string | undefined;
2772
2774
  renderedBody?: string | undefined;
2773
- created?: string | undefined;
2774
- updated?: string | undefined;
2775
2775
  }, {
2776
2776
  id: string;
2777
+ created?: string | undefined;
2778
+ updated?: string | undefined;
2779
+ body?: string | undefined;
2777
2780
  author?: {
2778
2781
  accountId: string;
2779
2782
  displayName?: string | undefined;
2780
2783
  emailAddress?: string | undefined;
2781
2784
  active?: boolean | undefined;
2782
2785
  } | null | undefined;
2783
- body?: string | undefined;
2784
2786
  renderedBody?: string | undefined;
2785
- created?: string | undefined;
2786
- updated?: string | undefined;
2787
2787
  }>, "many">>;
2788
2788
  total: z.ZodOptional<z.ZodNumber>;
2789
2789
  }, "strip", z.ZodTypeAny, {
2790
2790
  comments?: {
2791
2791
  id: string;
2792
+ created?: string | undefined;
2793
+ updated?: string | undefined;
2794
+ body?: string | undefined;
2792
2795
  author?: {
2793
2796
  accountId: string;
2794
2797
  displayName?: string | undefined;
2795
2798
  emailAddress?: string | undefined;
2796
2799
  active?: boolean | undefined;
2797
2800
  } | null | undefined;
2798
- body?: string | undefined;
2799
2801
  renderedBody?: string | undefined;
2800
- created?: string | undefined;
2801
- updated?: string | undefined;
2802
2802
  }[] | undefined;
2803
2803
  total?: number | undefined;
2804
2804
  }, {
2805
2805
  comments?: {
2806
2806
  id: string;
2807
+ created?: string | undefined;
2808
+ updated?: string | undefined;
2809
+ body?: string | undefined;
2807
2810
  author?: {
2808
2811
  accountId: string;
2809
2812
  displayName?: string | undefined;
2810
2813
  emailAddress?: string | undefined;
2811
2814
  active?: boolean | undefined;
2812
2815
  } | null | undefined;
2813
- body?: string | undefined;
2814
2816
  renderedBody?: string | undefined;
2815
- created?: string | undefined;
2816
- updated?: string | undefined;
2817
2817
  }[] | undefined;
2818
2818
  total?: number | undefined;
2819
2819
  }>>;
@@ -2835,37 +2835,37 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2835
2835
  key: string;
2836
2836
  }>>;
2837
2837
  }, "strip", z.ZodTypeAny, {
2838
- id: string;
2839
2838
  name: string;
2839
+ id: string;
2840
2840
  statusCategory?: {
2841
2841
  name: string;
2842
2842
  key: string;
2843
2843
  } | undefined;
2844
2844
  }, {
2845
- id: string;
2846
2845
  name: string;
2846
+ id: string;
2847
2847
  statusCategory?: {
2848
2848
  name: string;
2849
2849
  key: string;
2850
2850
  } | undefined;
2851
2851
  }>>;
2852
2852
  }, "strip", z.ZodTypeAny, {
2853
- id: string;
2854
2853
  name: string;
2854
+ id: string;
2855
2855
  to?: {
2856
- id: string;
2857
2856
  name: string;
2857
+ id: string;
2858
2858
  statusCategory?: {
2859
2859
  name: string;
2860
2860
  key: string;
2861
2861
  } | undefined;
2862
2862
  } | undefined;
2863
2863
  }, {
2864
- id: string;
2865
2864
  name: string;
2865
+ id: string;
2866
2866
  to?: {
2867
- id: string;
2868
2867
  name: string;
2868
+ id: string;
2869
2869
  statusCategory?: {
2870
2870
  name: string;
2871
2871
  key: string;
@@ -2875,24 +2875,44 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2875
2875
  changelog: z.ZodOptional<z.ZodUnknown>;
2876
2876
  }, "strip", z.ZodTypeAny, {
2877
2877
  id: string;
2878
- key: string;
2879
2878
  fields: {
2880
2879
  description?: unknown;
2881
2880
  status?: {
2882
- id: string;
2883
2881
  name: string;
2882
+ id: string;
2884
2883
  statusCategory?: {
2885
2884
  name: string;
2886
2885
  key: string;
2887
2886
  } | undefined;
2888
2887
  } | undefined;
2889
- created?: string | undefined;
2890
- updated?: string | undefined;
2891
- summary?: string | undefined;
2892
2888
  priority?: {
2893
- id: string;
2894
2889
  name: string;
2890
+ id: string;
2895
2891
  } | null | undefined;
2892
+ summary?: string | undefined;
2893
+ parent?: {
2894
+ id: string;
2895
+ key: string;
2896
+ } | undefined;
2897
+ created?: string | undefined;
2898
+ updated?: string | undefined;
2899
+ labels?: string[] | undefined;
2900
+ comment?: {
2901
+ comments?: {
2902
+ id: string;
2903
+ created?: string | undefined;
2904
+ updated?: string | undefined;
2905
+ body?: string | undefined;
2906
+ author?: {
2907
+ accountId: string;
2908
+ displayName?: string | undefined;
2909
+ emailAddress?: string | undefined;
2910
+ active?: boolean | undefined;
2911
+ } | null | undefined;
2912
+ renderedBody?: string | undefined;
2913
+ }[] | undefined;
2914
+ total?: number | undefined;
2915
+ } | undefined;
2896
2916
  assignee?: {
2897
2917
  accountId: string;
2898
2918
  displayName?: string | undefined;
@@ -2906,75 +2926,75 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2906
2926
  active?: boolean | undefined;
2907
2927
  } | null | undefined;
2908
2928
  issuetype?: {
2909
- id: string;
2910
2929
  name: string;
2930
+ id: string;
2911
2931
  description?: string | undefined;
2912
2932
  subtask?: boolean | undefined;
2913
2933
  } | undefined;
2914
2934
  project?: {
2915
- id: string;
2916
2935
  name: string;
2917
- key: string;
2918
- } | undefined;
2919
- labels?: string[] | undefined;
2920
- duedate?: string | null | undefined;
2921
- parent?: {
2922
2936
  id: string;
2923
2937
  key: string;
2924
2938
  } | undefined;
2925
- comment?: {
2926
- comments?: {
2927
- id: string;
2928
- author?: {
2929
- accountId: string;
2930
- displayName?: string | undefined;
2931
- emailAddress?: string | undefined;
2932
- active?: boolean | undefined;
2933
- } | null | undefined;
2934
- body?: string | undefined;
2935
- renderedBody?: string | undefined;
2936
- created?: string | undefined;
2937
- updated?: string | undefined;
2938
- }[] | undefined;
2939
- total?: number | undefined;
2940
- } | undefined;
2939
+ duedate?: string | null | undefined;
2941
2940
  } & {
2942
2941
  [k: string]: unknown;
2943
2942
  };
2944
- self?: string | undefined;
2943
+ key: string;
2944
+ changelog?: unknown;
2945
2945
  transitions?: {
2946
- id: string;
2947
2946
  name: string;
2947
+ id: string;
2948
2948
  to?: {
2949
- id: string;
2950
2949
  name: string;
2950
+ id: string;
2951
2951
  statusCategory?: {
2952
2952
  name: string;
2953
2953
  key: string;
2954
2954
  } | undefined;
2955
2955
  } | undefined;
2956
2956
  }[] | undefined;
2957
- changelog?: unknown;
2957
+ self?: string | undefined;
2958
2958
  }, {
2959
2959
  id: string;
2960
- key: string;
2961
2960
  fields: {
2962
2961
  description?: unknown;
2963
2962
  status?: {
2964
- id: string;
2965
2963
  name: string;
2964
+ id: string;
2966
2965
  statusCategory?: {
2967
2966
  name: string;
2968
2967
  key: string;
2969
2968
  } | undefined;
2970
2969
  } | undefined;
2971
- created?: string | undefined;
2972
- updated?: string | undefined;
2973
- summary?: string | undefined;
2974
2970
  priority?: {
2975
- id: string;
2976
2971
  name: string;
2972
+ id: string;
2977
2973
  } | null | undefined;
2974
+ summary?: string | undefined;
2975
+ parent?: {
2976
+ id: string;
2977
+ key: string;
2978
+ } | undefined;
2979
+ created?: string | undefined;
2980
+ updated?: string | undefined;
2981
+ labels?: string[] | undefined;
2982
+ comment?: {
2983
+ comments?: {
2984
+ id: string;
2985
+ created?: string | undefined;
2986
+ updated?: string | undefined;
2987
+ body?: string | undefined;
2988
+ author?: {
2989
+ accountId: string;
2990
+ displayName?: string | undefined;
2991
+ emailAddress?: string | undefined;
2992
+ active?: boolean | undefined;
2993
+ } | null | undefined;
2994
+ renderedBody?: string | undefined;
2995
+ }[] | undefined;
2996
+ total?: number | undefined;
2997
+ } | undefined;
2978
2998
  assignee?: {
2979
2999
  accountId: string;
2980
3000
  displayName?: string | undefined;
@@ -2988,81 +3008,81 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2988
3008
  active?: boolean | undefined;
2989
3009
  } | null | undefined;
2990
3010
  issuetype?: {
2991
- id: string;
2992
3011
  name: string;
3012
+ id: string;
2993
3013
  description?: string | undefined;
2994
3014
  subtask?: boolean | undefined;
2995
3015
  } | undefined;
2996
3016
  project?: {
2997
- id: string;
2998
3017
  name: string;
2999
- key: string;
3000
- } | undefined;
3001
- labels?: string[] | undefined;
3002
- duedate?: string | null | undefined;
3003
- parent?: {
3004
3018
  id: string;
3005
3019
  key: string;
3006
3020
  } | undefined;
3007
- comment?: {
3008
- comments?: {
3009
- id: string;
3010
- author?: {
3011
- accountId: string;
3012
- displayName?: string | undefined;
3013
- emailAddress?: string | undefined;
3014
- active?: boolean | undefined;
3015
- } | null | undefined;
3016
- body?: string | undefined;
3017
- renderedBody?: string | undefined;
3018
- created?: string | undefined;
3019
- updated?: string | undefined;
3020
- }[] | undefined;
3021
- total?: number | undefined;
3022
- } | undefined;
3021
+ duedate?: string | null | undefined;
3023
3022
  } & {
3024
3023
  [k: string]: unknown;
3025
3024
  };
3026
- self?: string | undefined;
3025
+ key: string;
3026
+ changelog?: unknown;
3027
3027
  transitions?: {
3028
- id: string;
3029
3028
  name: string;
3029
+ id: string;
3030
3030
  to?: {
3031
- id: string;
3032
3031
  name: string;
3032
+ id: string;
3033
3033
  statusCategory?: {
3034
3034
  name: string;
3035
3035
  key: string;
3036
3036
  } | undefined;
3037
3037
  } | undefined;
3038
3038
  }[] | undefined;
3039
- changelog?: unknown;
3039
+ self?: string | undefined;
3040
3040
  }>>;
3041
3041
  error: z.ZodString;
3042
3042
  }, "strip", z.ZodTypeAny, {
3043
- operation: "get";
3044
- success: boolean;
3045
3043
  error: string;
3044
+ success: boolean;
3045
+ operation: "get";
3046
3046
  issue?: {
3047
3047
  id: string;
3048
- key: string;
3049
3048
  fields: {
3050
3049
  description?: unknown;
3051
3050
  status?: {
3052
- id: string;
3053
3051
  name: string;
3052
+ id: string;
3054
3053
  statusCategory?: {
3055
3054
  name: string;
3056
3055
  key: string;
3057
3056
  } | undefined;
3058
3057
  } | undefined;
3059
- created?: string | undefined;
3060
- updated?: string | undefined;
3061
- summary?: string | undefined;
3062
3058
  priority?: {
3063
- id: string;
3064
3059
  name: string;
3060
+ id: string;
3065
3061
  } | null | undefined;
3062
+ summary?: string | undefined;
3063
+ parent?: {
3064
+ id: string;
3065
+ key: string;
3066
+ } | undefined;
3067
+ created?: string | undefined;
3068
+ updated?: string | undefined;
3069
+ labels?: string[] | undefined;
3070
+ comment?: {
3071
+ comments?: {
3072
+ id: string;
3073
+ created?: string | undefined;
3074
+ updated?: string | undefined;
3075
+ body?: string | undefined;
3076
+ author?: {
3077
+ accountId: string;
3078
+ displayName?: string | undefined;
3079
+ emailAddress?: string | undefined;
3080
+ active?: boolean | undefined;
3081
+ } | null | undefined;
3082
+ renderedBody?: string | undefined;
3083
+ }[] | undefined;
3084
+ total?: number | undefined;
3085
+ } | undefined;
3066
3086
  assignee?: {
3067
3087
  accountId: string;
3068
3088
  displayName?: string | undefined;
@@ -3076,80 +3096,80 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3076
3096
  active?: boolean | undefined;
3077
3097
  } | null | undefined;
3078
3098
  issuetype?: {
3079
- id: string;
3080
3099
  name: string;
3100
+ id: string;
3081
3101
  description?: string | undefined;
3082
3102
  subtask?: boolean | undefined;
3083
3103
  } | undefined;
3084
3104
  project?: {
3085
- id: string;
3086
3105
  name: string;
3087
- key: string;
3088
- } | undefined;
3089
- labels?: string[] | undefined;
3090
- duedate?: string | null | undefined;
3091
- parent?: {
3092
3106
  id: string;
3093
3107
  key: string;
3094
3108
  } | undefined;
3095
- comment?: {
3096
- comments?: {
3097
- id: string;
3098
- author?: {
3099
- accountId: string;
3100
- displayName?: string | undefined;
3101
- emailAddress?: string | undefined;
3102
- active?: boolean | undefined;
3103
- } | null | undefined;
3104
- body?: string | undefined;
3105
- renderedBody?: string | undefined;
3106
- created?: string | undefined;
3107
- updated?: string | undefined;
3108
- }[] | undefined;
3109
- total?: number | undefined;
3110
- } | undefined;
3109
+ duedate?: string | null | undefined;
3111
3110
  } & {
3112
3111
  [k: string]: unknown;
3113
3112
  };
3114
- self?: string | undefined;
3113
+ key: string;
3114
+ changelog?: unknown;
3115
3115
  transitions?: {
3116
- id: string;
3117
3116
  name: string;
3117
+ id: string;
3118
3118
  to?: {
3119
- id: string;
3120
3119
  name: string;
3120
+ id: string;
3121
3121
  statusCategory?: {
3122
3122
  name: string;
3123
3123
  key: string;
3124
3124
  } | undefined;
3125
3125
  } | undefined;
3126
3126
  }[] | undefined;
3127
- changelog?: unknown;
3127
+ self?: string | undefined;
3128
3128
  } | undefined;
3129
3129
  }, {
3130
- operation: "get";
3131
- success: boolean;
3132
3130
  error: string;
3131
+ success: boolean;
3132
+ operation: "get";
3133
3133
  issue?: {
3134
3134
  id: string;
3135
- key: string;
3136
3135
  fields: {
3137
3136
  description?: unknown;
3138
3137
  status?: {
3139
- id: string;
3140
3138
  name: string;
3139
+ id: string;
3141
3140
  statusCategory?: {
3142
3141
  name: string;
3143
3142
  key: string;
3144
3143
  } | undefined;
3145
3144
  } | undefined;
3146
- created?: string | undefined;
3147
- updated?: string | undefined;
3148
- summary?: string | undefined;
3149
3145
  priority?: {
3150
- id: string;
3151
3146
  name: string;
3147
+ id: string;
3152
3148
  } | null | undefined;
3149
+ summary?: string | undefined;
3150
+ parent?: {
3151
+ id: string;
3152
+ key: string;
3153
+ } | undefined;
3154
+ created?: string | undefined;
3155
+ updated?: string | undefined;
3156
+ labels?: string[] | undefined;
3157
+ comment?: {
3158
+ comments?: {
3159
+ id: string;
3160
+ created?: string | undefined;
3161
+ updated?: string | undefined;
3162
+ body?: string | undefined;
3163
+ author?: {
3164
+ accountId: string;
3165
+ displayName?: string | undefined;
3166
+ emailAddress?: string | undefined;
3167
+ active?: boolean | undefined;
3168
+ } | null | undefined;
3169
+ renderedBody?: string | undefined;
3170
+ }[] | undefined;
3171
+ total?: number | undefined;
3172
+ } | undefined;
3153
3173
  assignee?: {
3154
3174
  accountId: string;
3155
3175
  displayName?: string | undefined;
@@ -3163,55 +3183,35 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3163
3183
  active?: boolean | undefined;
3164
3184
  } | null | undefined;
3165
3185
  issuetype?: {
3166
- id: string;
3167
3186
  name: string;
3187
+ id: string;
3168
3188
  description?: string | undefined;
3169
3189
  subtask?: boolean | undefined;
3170
3190
  } | undefined;
3171
3191
  project?: {
3172
- id: string;
3173
3192
  name: string;
3174
- key: string;
3175
- } | undefined;
3176
- labels?: string[] | undefined;
3177
- duedate?: string | null | undefined;
3178
- parent?: {
3179
3193
  id: string;
3180
3194
  key: string;
3181
3195
  } | undefined;
3182
- comment?: {
3183
- comments?: {
3184
- id: string;
3185
- author?: {
3186
- accountId: string;
3187
- displayName?: string | undefined;
3188
- emailAddress?: string | undefined;
3189
- active?: boolean | undefined;
3190
- } | null | undefined;
3191
- body?: string | undefined;
3192
- renderedBody?: string | undefined;
3193
- created?: string | undefined;
3194
- updated?: string | undefined;
3195
- }[] | undefined;
3196
- total?: number | undefined;
3197
- } | undefined;
3196
+ duedate?: string | null | undefined;
3198
3197
  } & {
3199
3198
  [k: string]: unknown;
3200
3199
  };
3201
- self?: string | undefined;
3200
+ key: string;
3201
+ changelog?: unknown;
3202
3202
  transitions?: {
3203
- id: string;
3204
3203
  name: string;
3204
+ id: string;
3205
3205
  to?: {
3206
- id: string;
3207
3206
  name: string;
3207
+ id: string;
3208
3208
  statusCategory?: {
3209
3209
  name: string;
3210
3210
  key: string;
3211
3211
  } | undefined;
3212
3212
  } | undefined;
3213
3213
  }[] | undefined;
3214
- changelog?: unknown;
3214
+ self?: string | undefined;
3215
3215
  } | undefined;
3216
3216
  }>, z.ZodObject<{
3217
3217
  operation: z.ZodLiteral<"create">;
@@ -3231,18 +3231,18 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3231
3231
  }>>;
3232
3232
  error: z.ZodString;
3233
3233
  }, "strip", z.ZodTypeAny, {
3234
- operation: "create";
3235
- success: boolean;
3236
3234
  error: string;
3235
+ success: boolean;
3236
+ operation: "create";
3237
3237
  issue?: {
3238
3238
  id: string;
3239
3239
  key: string;
3240
3240
  self?: string | undefined;
3241
3241
  } | undefined;
3242
3242
  }, {
3243
- operation: "create";
3244
- success: boolean;
3245
3243
  error: string;
3244
+ success: boolean;
3245
+ operation: "create";
3246
3246
  issue?: {
3247
3247
  id: string;
3248
3248
  key: string;
@@ -3254,14 +3254,14 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3254
3254
  key: z.ZodOptional<z.ZodString>;
3255
3255
  error: z.ZodString;
3256
3256
  }, "strip", z.ZodTypeAny, {
3257
- operation: "update";
3258
- success: boolean;
3259
3257
  error: string;
3258
+ success: boolean;
3259
+ operation: "update";
3260
3260
  key?: string | undefined;
3261
3261
  }, {
3262
- operation: "update";
3263
- success: boolean;
3264
3262
  error: string;
3263
+ success: boolean;
3264
+ operation: "update";
3265
3265
  key?: string | undefined;
3266
3266
  }>, z.ZodObject<{
3267
3267
  operation: z.ZodLiteral<"transition">;
@@ -3270,15 +3270,15 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3270
3270
  new_status: z.ZodOptional<z.ZodString>;
3271
3271
  error: z.ZodString;
3272
3272
  }, "strip", z.ZodTypeAny, {
3273
- operation: "transition";
3274
- success: boolean;
3275
3273
  error: string;
3274
+ success: boolean;
3275
+ operation: "transition";
3276
3276
  key?: string | undefined;
3277
3277
  new_status?: string | undefined;
3278
3278
  }, {
3279
- operation: "transition";
3280
- success: boolean;
3281
3279
  error: string;
3280
+ success: boolean;
3281
+ operation: "transition";
3282
3282
  key?: string | undefined;
3283
3283
  new_status?: string | undefined;
3284
3284
  }>, z.ZodObject<{
@@ -3301,37 +3301,37 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3301
3301
  key: string;
3302
3302
  }>>;
3303
3303
  }, "strip", z.ZodTypeAny, {
3304
- id: string;
3305
3304
  name: string;
3305
+ id: string;
3306
3306
  statusCategory?: {
3307
3307
  name: string;
3308
3308
  key: string;
3309
3309
  } | undefined;
3310
3310
  }, {
3311
- id: string;
3312
3311
  name: string;
3312
+ id: string;
3313
3313
  statusCategory?: {
3314
3314
  name: string;
3315
3315
  key: string;
3316
3316
  } | undefined;
3317
3317
  }>>;
3318
3318
  }, "strip", z.ZodTypeAny, {
3319
- id: string;
3320
3319
  name: string;
3320
+ id: string;
3321
3321
  to?: {
3322
- id: string;
3323
3322
  name: string;
3323
+ id: string;
3324
3324
  statusCategory?: {
3325
3325
  name: string;
3326
3326
  key: string;
3327
3327
  } | undefined;
3328
3328
  } | undefined;
3329
3329
  }, {
3330
- id: string;
3331
3330
  name: string;
3331
+ id: string;
3332
3332
  to?: {
3333
- id: string;
3334
3333
  name: string;
3334
+ id: string;
3335
3335
  statusCategory?: {
3336
3336
  name: string;
3337
3337
  key: string;
@@ -3340,15 +3340,15 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3340
3340
  }>, "many">>;
3341
3341
  error: z.ZodString;
3342
3342
  }, "strip", z.ZodTypeAny, {
3343
- operation: "list_transitions";
3344
- success: boolean;
3345
3343
  error: string;
3344
+ success: boolean;
3345
+ operation: "list_transitions";
3346
3346
  transitions?: {
3347
- id: string;
3348
3347
  name: string;
3348
+ id: string;
3349
3349
  to?: {
3350
- id: string;
3351
3350
  name: string;
3351
+ id: string;
3352
3352
  statusCategory?: {
3353
3353
  name: string;
3354
3354
  key: string;
@@ -3356,15 +3356,15 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3356
3356
  } | undefined;
3357
3357
  }[] | undefined;
3358
3358
  }, {
3359
- operation: "list_transitions";
3360
- success: boolean;
3361
3359
  error: string;
3360
+ success: boolean;
3361
+ operation: "list_transitions";
3362
3362
  transitions?: {
3363
- id: string;
3364
3363
  name: string;
3364
+ id: string;
3365
3365
  to?: {
3366
- id: string;
3367
3366
  name: string;
3367
+ id: string;
3368
3368
  statusCategory?: {
3369
3369
  name: string;
3370
3370
  key: string;
@@ -3379,34 +3379,34 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3379
3379
  key: z.ZodString;
3380
3380
  name: z.ZodString;
3381
3381
  }, "strip", z.ZodTypeAny, {
3382
- id: string;
3383
3382
  name: string;
3383
+ id: string;
3384
3384
  key: string;
3385
3385
  }, {
3386
- id: string;
3387
3386
  name: string;
3387
+ id: string;
3388
3388
  key: string;
3389
3389
  }>, "many">>;
3390
3390
  total: z.ZodOptional<z.ZodNumber>;
3391
3391
  error: z.ZodString;
3392
3392
  }, "strip", z.ZodTypeAny, {
3393
- operation: "list_projects";
3394
- success: boolean;
3395
3393
  error: string;
3394
+ success: boolean;
3395
+ operation: "list_projects";
3396
3396
  total?: number | undefined;
3397
3397
  projects?: {
3398
- id: string;
3399
3398
  name: string;
3399
+ id: string;
3400
3400
  key: string;
3401
3401
  }[] | undefined;
3402
3402
  }, {
3403
- operation: "list_projects";
3404
- success: boolean;
3405
3403
  error: string;
3404
+ success: boolean;
3405
+ operation: "list_projects";
3406
3406
  total?: number | undefined;
3407
3407
  projects?: {
3408
- id: string;
3409
3408
  name: string;
3409
+ id: string;
3410
3410
  key: string;
3411
3411
  }[] | undefined;
3412
3412
  }>, z.ZodObject<{
@@ -3418,34 +3418,34 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3418
3418
  description: z.ZodOptional<z.ZodString>;
3419
3419
  subtask: z.ZodOptional<z.ZodBoolean>;
3420
3420
  }, "strip", z.ZodTypeAny, {
3421
- id: string;
3422
3421
  name: string;
3422
+ id: string;
3423
3423
  description?: string | undefined;
3424
3424
  subtask?: boolean | undefined;
3425
3425
  }, {
3426
- id: string;
3427
3426
  name: string;
3427
+ id: string;
3428
3428
  description?: string | undefined;
3429
3429
  subtask?: boolean | undefined;
3430
3430
  }>, "many">>;
3431
3431
  error: z.ZodString;
3432
3432
  }, "strip", z.ZodTypeAny, {
3433
- operation: "list_issue_types";
3434
- success: boolean;
3435
3433
  error: string;
3434
+ success: boolean;
3435
+ operation: "list_issue_types";
3436
3436
  issue_types?: {
3437
- id: string;
3438
3437
  name: string;
3438
+ id: string;
3439
3439
  description?: string | undefined;
3440
3440
  subtask?: boolean | undefined;
3441
3441
  }[] | undefined;
3442
3442
  }, {
3443
- operation: "list_issue_types";
3444
- success: boolean;
3445
3443
  error: string;
3444
+ success: boolean;
3445
+ operation: "list_issue_types";
3446
3446
  issue_types?: {
3447
- id: string;
3448
3447
  name: string;
3448
+ id: string;
3449
3449
  description?: string | undefined;
3450
3450
  subtask?: boolean | undefined;
3451
3451
  }[] | undefined;
@@ -3476,63 +3476,63 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3476
3476
  updated: z.ZodOptional<z.ZodString>;
3477
3477
  }, "strip", z.ZodTypeAny, {
3478
3478
  id: string;
3479
+ created?: string | undefined;
3480
+ updated?: string | undefined;
3481
+ body?: string | undefined;
3479
3482
  author?: {
3480
3483
  accountId: string;
3481
3484
  displayName?: string | undefined;
3482
3485
  emailAddress?: string | undefined;
3483
3486
  active?: boolean | undefined;
3484
3487
  } | null | undefined;
3485
- body?: string | undefined;
3486
3488
  renderedBody?: string | undefined;
3487
- created?: string | undefined;
3488
- updated?: string | undefined;
3489
3489
  }, {
3490
3490
  id: string;
3491
+ created?: string | undefined;
3492
+ updated?: string | undefined;
3493
+ body?: string | undefined;
3491
3494
  author?: {
3492
3495
  accountId: string;
3493
3496
  displayName?: string | undefined;
3494
3497
  emailAddress?: string | undefined;
3495
3498
  active?: boolean | undefined;
3496
3499
  } | null | undefined;
3497
- body?: string | undefined;
3498
3500
  renderedBody?: string | undefined;
3499
- created?: string | undefined;
3500
- updated?: string | undefined;
3501
3501
  }>>;
3502
3502
  error: z.ZodString;
3503
3503
  }, "strip", z.ZodTypeAny, {
3504
- operation: "add_comment";
3505
- success: boolean;
3506
3504
  error: string;
3505
+ success: boolean;
3506
+ operation: "add_comment";
3507
3507
  comment?: {
3508
3508
  id: string;
3509
+ created?: string | undefined;
3510
+ updated?: string | undefined;
3511
+ body?: string | undefined;
3509
3512
  author?: {
3510
3513
  accountId: string;
3511
3514
  displayName?: string | undefined;
3512
3515
  emailAddress?: string | undefined;
3513
3516
  active?: boolean | undefined;
3514
3517
  } | null | undefined;
3515
- body?: string | undefined;
3516
3518
  renderedBody?: string | undefined;
3517
- created?: string | undefined;
3518
- updated?: string | undefined;
3519
3519
  } | undefined;
3520
3520
  }, {
3521
- operation: "add_comment";
3522
- success: boolean;
3523
3521
  error: string;
3522
+ success: boolean;
3523
+ operation: "add_comment";
3524
3524
  comment?: {
3525
3525
  id: string;
3526
+ created?: string | undefined;
3527
+ updated?: string | undefined;
3528
+ body?: string | undefined;
3526
3529
  author?: {
3527
3530
  accountId: string;
3528
3531
  displayName?: string | undefined;
3529
3532
  emailAddress?: string | undefined;
3530
3533
  active?: boolean | undefined;
3531
3534
  } | null | undefined;
3532
- body?: string | undefined;
3533
3535
  renderedBody?: string | undefined;
3534
- created?: string | undefined;
3535
- updated?: string | undefined;
3536
3536
  } | undefined;
3537
3537
  }>, z.ZodObject<{
3538
3538
  operation: z.ZodLiteral<"get_comments">;
@@ -3561,65 +3561,65 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3561
3561
  updated: z.ZodOptional<z.ZodString>;
3562
3562
  }, "strip", z.ZodTypeAny, {
3563
3563
  id: string;
3564
+ created?: string | undefined;
3565
+ updated?: string | undefined;
3566
+ body?: string | undefined;
3564
3567
  author?: {
3565
3568
  accountId: string;
3566
3569
  displayName?: string | undefined;
3567
3570
  emailAddress?: string | undefined;
3568
3571
  active?: boolean | undefined;
3569
3572
  } | null | undefined;
3570
- body?: string | undefined;
3571
3573
  renderedBody?: string | undefined;
3572
- created?: string | undefined;
3573
- updated?: string | undefined;
3574
3574
  }, {
3575
3575
  id: string;
3576
+ created?: string | undefined;
3577
+ updated?: string | undefined;
3578
+ body?: string | undefined;
3576
3579
  author?: {
3577
3580
  accountId: string;
3578
3581
  displayName?: string | undefined;
3579
3582
  emailAddress?: string | undefined;
3580
3583
  active?: boolean | undefined;
3581
3584
  } | null | undefined;
3582
- body?: string | undefined;
3583
3585
  renderedBody?: string | undefined;
3584
- created?: string | undefined;
3585
- updated?: string | undefined;
3586
3586
  }>, "many">>;
3587
3587
  total: z.ZodOptional<z.ZodNumber>;
3588
3588
  error: z.ZodString;
3589
3589
  }, "strip", z.ZodTypeAny, {
3590
- operation: "get_comments";
3591
- success: boolean;
3592
3590
  error: string;
3591
+ success: boolean;
3592
+ operation: "get_comments";
3593
3593
  comments?: {
3594
3594
  id: string;
3595
+ created?: string | undefined;
3596
+ updated?: string | undefined;
3597
+ body?: string | undefined;
3595
3598
  author?: {
3596
3599
  accountId: string;
3597
3600
  displayName?: string | undefined;
3598
3601
  emailAddress?: string | undefined;
3599
3602
  active?: boolean | undefined;
3600
3603
  } | null | undefined;
3601
- body?: string | undefined;
3602
3604
  renderedBody?: string | undefined;
3603
- created?: string | undefined;
3604
- updated?: string | undefined;
3605
3605
  }[] | undefined;
3606
3606
  total?: number | undefined;
3607
3607
  }, {
3608
- operation: "get_comments";
3609
- success: boolean;
3610
3608
  error: string;
3609
+ success: boolean;
3610
+ operation: "get_comments";
3611
3611
  comments?: {
3612
3612
  id: string;
3613
+ created?: string | undefined;
3614
+ updated?: string | undefined;
3615
+ body?: string | undefined;
3613
3616
  author?: {
3614
3617
  accountId: string;
3615
3618
  displayName?: string | undefined;
3616
3619
  emailAddress?: string | undefined;
3617
3620
  active?: boolean | undefined;
3618
3621
  } | null | undefined;
3619
- body?: string | undefined;
3620
3622
  renderedBody?: string | undefined;
3621
- created?: string | undefined;
3622
- updated?: string | undefined;
3623
3623
  }[] | undefined;
3624
3624
  total?: number | undefined;
3625
3625
  }>]>;