@bubblelab/bubble-core 0.1.30 → 0.1.32

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.
@@ -101,7 +101,7 @@ export declare const JiraCommentSchema: z.ZodObject<{
101
101
  emailAddress?: string | undefined;
102
102
  active?: boolean | undefined;
103
103
  }>>>;
104
- body: z.ZodOptional<z.ZodUnknown>;
104
+ body: z.ZodOptional<z.ZodString>;
105
105
  renderedBody: z.ZodOptional<z.ZodString>;
106
106
  created: z.ZodOptional<z.ZodString>;
107
107
  updated: z.ZodOptional<z.ZodString>;
@@ -113,7 +113,7 @@ export declare const JiraCommentSchema: z.ZodObject<{
113
113
  emailAddress?: string | undefined;
114
114
  active?: boolean | undefined;
115
115
  } | null | undefined;
116
- body?: unknown;
116
+ body?: string | undefined;
117
117
  renderedBody?: string | undefined;
118
118
  created?: string | undefined;
119
119
  updated?: string | undefined;
@@ -125,7 +125,7 @@ export declare const JiraCommentSchema: z.ZodObject<{
125
125
  emailAddress?: string | undefined;
126
126
  active?: boolean | undefined;
127
127
  } | null | undefined;
128
- body?: unknown;
128
+ body?: string | undefined;
129
129
  renderedBody?: string | undefined;
130
130
  created?: string | undefined;
131
131
  updated?: string | undefined;
@@ -323,7 +323,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
323
323
  emailAddress?: string | undefined;
324
324
  active?: boolean | undefined;
325
325
  }>>>;
326
- body: z.ZodOptional<z.ZodUnknown>;
326
+ body: z.ZodOptional<z.ZodString>;
327
327
  renderedBody: z.ZodOptional<z.ZodString>;
328
328
  created: z.ZodOptional<z.ZodString>;
329
329
  updated: z.ZodOptional<z.ZodString>;
@@ -335,7 +335,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
335
335
  emailAddress?: string | undefined;
336
336
  active?: boolean | undefined;
337
337
  } | null | undefined;
338
- body?: unknown;
338
+ body?: string | undefined;
339
339
  renderedBody?: string | undefined;
340
340
  created?: string | undefined;
341
341
  updated?: string | undefined;
@@ -347,7 +347,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
347
347
  emailAddress?: string | undefined;
348
348
  active?: boolean | undefined;
349
349
  } | null | undefined;
350
- body?: unknown;
350
+ body?: string | undefined;
351
351
  renderedBody?: string | undefined;
352
352
  created?: string | undefined;
353
353
  updated?: string | undefined;
@@ -362,7 +362,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
362
362
  emailAddress?: string | undefined;
363
363
  active?: boolean | undefined;
364
364
  } | null | undefined;
365
- body?: unknown;
365
+ body?: string | undefined;
366
366
  renderedBody?: string | undefined;
367
367
  created?: string | undefined;
368
368
  updated?: string | undefined;
@@ -377,7 +377,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
377
377
  emailAddress?: string | undefined;
378
378
  active?: boolean | undefined;
379
379
  } | null | undefined;
380
- body?: unknown;
380
+ body?: string | undefined;
381
381
  renderedBody?: string | undefined;
382
382
  created?: string | undefined;
383
383
  updated?: string | undefined;
@@ -519,7 +519,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
519
519
  emailAddress?: string | undefined;
520
520
  active?: boolean | undefined;
521
521
  }>>>;
522
- body: z.ZodOptional<z.ZodUnknown>;
522
+ body: z.ZodOptional<z.ZodString>;
523
523
  renderedBody: z.ZodOptional<z.ZodString>;
524
524
  created: z.ZodOptional<z.ZodString>;
525
525
  updated: z.ZodOptional<z.ZodString>;
@@ -531,7 +531,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
531
531
  emailAddress?: string | undefined;
532
532
  active?: boolean | undefined;
533
533
  } | null | undefined;
534
- body?: unknown;
534
+ body?: string | undefined;
535
535
  renderedBody?: string | undefined;
536
536
  created?: string | undefined;
537
537
  updated?: string | undefined;
@@ -543,7 +543,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
543
543
  emailAddress?: string | undefined;
544
544
  active?: boolean | undefined;
545
545
  } | null | undefined;
546
- body?: unknown;
546
+ body?: string | undefined;
547
547
  renderedBody?: string | undefined;
548
548
  created?: string | undefined;
549
549
  updated?: string | undefined;
@@ -558,7 +558,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
558
558
  emailAddress?: string | undefined;
559
559
  active?: boolean | undefined;
560
560
  } | null | undefined;
561
- body?: unknown;
561
+ body?: string | undefined;
562
562
  renderedBody?: string | undefined;
563
563
  created?: string | undefined;
564
564
  updated?: string | undefined;
@@ -573,7 +573,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
573
573
  emailAddress?: string | undefined;
574
574
  active?: boolean | undefined;
575
575
  } | null | undefined;
576
- body?: unknown;
576
+ body?: string | undefined;
577
577
  renderedBody?: string | undefined;
578
578
  created?: string | undefined;
579
579
  updated?: string | undefined;
@@ -715,7 +715,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
715
715
  emailAddress?: string | undefined;
716
716
  active?: boolean | undefined;
717
717
  }>>>;
718
- body: z.ZodOptional<z.ZodUnknown>;
718
+ body: z.ZodOptional<z.ZodString>;
719
719
  renderedBody: z.ZodOptional<z.ZodString>;
720
720
  created: z.ZodOptional<z.ZodString>;
721
721
  updated: z.ZodOptional<z.ZodString>;
@@ -727,7 +727,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
727
727
  emailAddress?: string | undefined;
728
728
  active?: boolean | undefined;
729
729
  } | null | undefined;
730
- body?: unknown;
730
+ body?: string | undefined;
731
731
  renderedBody?: string | undefined;
732
732
  created?: string | undefined;
733
733
  updated?: string | undefined;
@@ -739,7 +739,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
739
739
  emailAddress?: string | undefined;
740
740
  active?: boolean | undefined;
741
741
  } | null | undefined;
742
- body?: unknown;
742
+ body?: string | undefined;
743
743
  renderedBody?: string | undefined;
744
744
  created?: string | undefined;
745
745
  updated?: string | undefined;
@@ -754,7 +754,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
754
754
  emailAddress?: string | undefined;
755
755
  active?: boolean | undefined;
756
756
  } | null | undefined;
757
- body?: unknown;
757
+ body?: string | undefined;
758
758
  renderedBody?: string | undefined;
759
759
  created?: string | undefined;
760
760
  updated?: string | undefined;
@@ -769,7 +769,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
769
769
  emailAddress?: string | undefined;
770
770
  active?: boolean | undefined;
771
771
  } | null | undefined;
772
- body?: unknown;
772
+ body?: string | undefined;
773
773
  renderedBody?: string | undefined;
774
774
  created?: string | undefined;
775
775
  updated?: string | undefined;
@@ -890,7 +890,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
890
890
  emailAddress?: string | undefined;
891
891
  active?: boolean | undefined;
892
892
  } | null | undefined;
893
- body?: unknown;
893
+ body?: string | undefined;
894
894
  renderedBody?: string | undefined;
895
895
  created?: string | undefined;
896
896
  updated?: string | undefined;
@@ -972,7 +972,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
972
972
  emailAddress?: string | undefined;
973
973
  active?: boolean | undefined;
974
974
  } | null | undefined;
975
- body?: unknown;
975
+ body?: string | undefined;
976
976
  renderedBody?: string | undefined;
977
977
  created?: string | undefined;
978
978
  updated?: string | undefined;
@@ -1043,7 +1043,7 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1043
1043
  type: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1044
1044
  description: z.ZodOptional<z.ZodString>;
1045
1045
  assignee: z.ZodOptional<z.ZodString>;
1046
- priority: z.ZodOptional<z.ZodEnum<["Highest", "High", "Medium", "Low", "Lowest"]>>;
1046
+ priority: z.ZodOptional<z.ZodString>;
1047
1047
  labels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1048
1048
  parent: z.ZodOptional<z.ZodString>;
1049
1049
  due_date: z.ZodOptional<z.ZodString>;
@@ -1054,7 +1054,7 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1054
1054
  project: string;
1055
1055
  operation: "create";
1056
1056
  description?: string | undefined;
1057
- priority?: "Highest" | "High" | "Medium" | "Low" | "Lowest" | undefined;
1057
+ priority?: string | undefined;
1058
1058
  assignee?: string | undefined;
1059
1059
  labels?: string[] | undefined;
1060
1060
  parent?: string | undefined;
@@ -1066,7 +1066,7 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1066
1066
  operation: "create";
1067
1067
  type?: string | undefined;
1068
1068
  description?: string | undefined;
1069
- priority?: "Highest" | "High" | "Medium" | "Low" | "Lowest" | undefined;
1069
+ priority?: string | undefined;
1070
1070
  assignee?: string | undefined;
1071
1071
  labels?: string[] | undefined;
1072
1072
  parent?: string | undefined;
@@ -1078,7 +1078,7 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1078
1078
  summary: z.ZodOptional<z.ZodString>;
1079
1079
  description: z.ZodOptional<z.ZodString>;
1080
1080
  assignee: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1081
- priority: z.ZodOptional<z.ZodEnum<["Highest", "High", "Medium", "Low", "Lowest"]>>;
1081
+ priority: z.ZodOptional<z.ZodString>;
1082
1082
  labels: z.ZodOptional<z.ZodObject<{
1083
1083
  add: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1084
1084
  remove: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -1100,7 +1100,7 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1100
1100
  operation: "update";
1101
1101
  description?: string | undefined;
1102
1102
  summary?: string | undefined;
1103
- priority?: "Highest" | "High" | "Medium" | "Low" | "Lowest" | undefined;
1103
+ priority?: string | undefined;
1104
1104
  assignee?: string | null | undefined;
1105
1105
  labels?: {
1106
1106
  set?: string[] | undefined;
@@ -1115,7 +1115,7 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1115
1115
  operation: "update";
1116
1116
  description?: string | undefined;
1117
1117
  summary?: string | undefined;
1118
- priority?: "Highest" | "High" | "Medium" | "Low" | "Lowest" | undefined;
1118
+ priority?: string | undefined;
1119
1119
  assignee?: string | null | undefined;
1120
1120
  labels?: {
1121
1121
  set?: string[] | undefined;
@@ -1364,7 +1364,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1364
1364
  emailAddress?: string | undefined;
1365
1365
  active?: boolean | undefined;
1366
1366
  }>>>;
1367
- body: z.ZodOptional<z.ZodUnknown>;
1367
+ body: z.ZodOptional<z.ZodString>;
1368
1368
  renderedBody: z.ZodOptional<z.ZodString>;
1369
1369
  created: z.ZodOptional<z.ZodString>;
1370
1370
  updated: z.ZodOptional<z.ZodString>;
@@ -1376,7 +1376,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1376
1376
  emailAddress?: string | undefined;
1377
1377
  active?: boolean | undefined;
1378
1378
  } | null | undefined;
1379
- body?: unknown;
1379
+ body?: string | undefined;
1380
1380
  renderedBody?: string | undefined;
1381
1381
  created?: string | undefined;
1382
1382
  updated?: string | undefined;
@@ -1388,7 +1388,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1388
1388
  emailAddress?: string | undefined;
1389
1389
  active?: boolean | undefined;
1390
1390
  } | null | undefined;
1391
- body?: unknown;
1391
+ body?: string | undefined;
1392
1392
  renderedBody?: string | undefined;
1393
1393
  created?: string | undefined;
1394
1394
  updated?: string | undefined;
@@ -1403,7 +1403,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1403
1403
  emailAddress?: string | undefined;
1404
1404
  active?: boolean | undefined;
1405
1405
  } | null | undefined;
1406
- body?: unknown;
1406
+ body?: string | undefined;
1407
1407
  renderedBody?: string | undefined;
1408
1408
  created?: string | undefined;
1409
1409
  updated?: string | undefined;
@@ -1418,7 +1418,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1418
1418
  emailAddress?: string | undefined;
1419
1419
  active?: boolean | undefined;
1420
1420
  } | null | undefined;
1421
- body?: unknown;
1421
+ body?: string | undefined;
1422
1422
  renderedBody?: string | undefined;
1423
1423
  created?: string | undefined;
1424
1424
  updated?: string | undefined;
@@ -1560,7 +1560,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1560
1560
  emailAddress?: string | undefined;
1561
1561
  active?: boolean | undefined;
1562
1562
  }>>>;
1563
- body: z.ZodOptional<z.ZodUnknown>;
1563
+ body: z.ZodOptional<z.ZodString>;
1564
1564
  renderedBody: z.ZodOptional<z.ZodString>;
1565
1565
  created: z.ZodOptional<z.ZodString>;
1566
1566
  updated: z.ZodOptional<z.ZodString>;
@@ -1572,7 +1572,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1572
1572
  emailAddress?: string | undefined;
1573
1573
  active?: boolean | undefined;
1574
1574
  } | null | undefined;
1575
- body?: unknown;
1575
+ body?: string | undefined;
1576
1576
  renderedBody?: string | undefined;
1577
1577
  created?: string | undefined;
1578
1578
  updated?: string | undefined;
@@ -1584,7 +1584,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1584
1584
  emailAddress?: string | undefined;
1585
1585
  active?: boolean | undefined;
1586
1586
  } | null | undefined;
1587
- body?: unknown;
1587
+ body?: string | undefined;
1588
1588
  renderedBody?: string | undefined;
1589
1589
  created?: string | undefined;
1590
1590
  updated?: string | undefined;
@@ -1599,7 +1599,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1599
1599
  emailAddress?: string | undefined;
1600
1600
  active?: boolean | undefined;
1601
1601
  } | null | undefined;
1602
- body?: unknown;
1602
+ body?: string | undefined;
1603
1603
  renderedBody?: string | undefined;
1604
1604
  created?: string | undefined;
1605
1605
  updated?: string | undefined;
@@ -1614,7 +1614,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1614
1614
  emailAddress?: string | undefined;
1615
1615
  active?: boolean | undefined;
1616
1616
  } | null | undefined;
1617
- body?: unknown;
1617
+ body?: string | undefined;
1618
1618
  renderedBody?: string | undefined;
1619
1619
  created?: string | undefined;
1620
1620
  updated?: string | undefined;
@@ -1756,7 +1756,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1756
1756
  emailAddress?: string | undefined;
1757
1757
  active?: boolean | undefined;
1758
1758
  }>>>;
1759
- body: z.ZodOptional<z.ZodUnknown>;
1759
+ body: z.ZodOptional<z.ZodString>;
1760
1760
  renderedBody: z.ZodOptional<z.ZodString>;
1761
1761
  created: z.ZodOptional<z.ZodString>;
1762
1762
  updated: z.ZodOptional<z.ZodString>;
@@ -1768,7 +1768,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1768
1768
  emailAddress?: string | undefined;
1769
1769
  active?: boolean | undefined;
1770
1770
  } | null | undefined;
1771
- body?: unknown;
1771
+ body?: string | undefined;
1772
1772
  renderedBody?: string | undefined;
1773
1773
  created?: string | undefined;
1774
1774
  updated?: string | undefined;
@@ -1780,7 +1780,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1780
1780
  emailAddress?: string | undefined;
1781
1781
  active?: boolean | undefined;
1782
1782
  } | null | undefined;
1783
- body?: unknown;
1783
+ body?: string | undefined;
1784
1784
  renderedBody?: string | undefined;
1785
1785
  created?: string | undefined;
1786
1786
  updated?: string | undefined;
@@ -1795,7 +1795,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1795
1795
  emailAddress?: string | undefined;
1796
1796
  active?: boolean | undefined;
1797
1797
  } | null | undefined;
1798
- body?: unknown;
1798
+ body?: string | undefined;
1799
1799
  renderedBody?: string | undefined;
1800
1800
  created?: string | undefined;
1801
1801
  updated?: string | undefined;
@@ -1810,7 +1810,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1810
1810
  emailAddress?: string | undefined;
1811
1811
  active?: boolean | undefined;
1812
1812
  } | null | undefined;
1813
- body?: unknown;
1813
+ body?: string | undefined;
1814
1814
  renderedBody?: string | undefined;
1815
1815
  created?: string | undefined;
1816
1816
  updated?: string | undefined;
@@ -1931,7 +1931,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
1931
1931
  emailAddress?: string | undefined;
1932
1932
  active?: boolean | undefined;
1933
1933
  } | null | undefined;
1934
- body?: unknown;
1934
+ body?: string | undefined;
1935
1935
  renderedBody?: string | undefined;
1936
1936
  created?: string | undefined;
1937
1937
  updated?: string | undefined;
@@ -2013,7 +2013,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2013
2013
  emailAddress?: string | undefined;
2014
2014
  active?: boolean | undefined;
2015
2015
  } | null | undefined;
2016
- body?: unknown;
2016
+ body?: string | undefined;
2017
2017
  renderedBody?: string | undefined;
2018
2018
  created?: string | undefined;
2019
2019
  updated?: string | undefined;
@@ -2104,7 +2104,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2104
2104
  emailAddress?: string | undefined;
2105
2105
  active?: boolean | undefined;
2106
2106
  } | null | undefined;
2107
- body?: unknown;
2107
+ body?: string | undefined;
2108
2108
  renderedBody?: string | undefined;
2109
2109
  created?: string | undefined;
2110
2110
  updated?: string | undefined;
@@ -2194,7 +2194,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2194
2194
  emailAddress?: string | undefined;
2195
2195
  active?: boolean | undefined;
2196
2196
  } | null | undefined;
2197
- body?: unknown;
2197
+ body?: string | undefined;
2198
2198
  renderedBody?: string | undefined;
2199
2199
  created?: string | undefined;
2200
2200
  updated?: string | undefined;
@@ -2364,7 +2364,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2364
2364
  emailAddress?: string | undefined;
2365
2365
  active?: boolean | undefined;
2366
2366
  }>>>;
2367
- body: z.ZodOptional<z.ZodUnknown>;
2367
+ body: z.ZodOptional<z.ZodString>;
2368
2368
  renderedBody: z.ZodOptional<z.ZodString>;
2369
2369
  created: z.ZodOptional<z.ZodString>;
2370
2370
  updated: z.ZodOptional<z.ZodString>;
@@ -2376,7 +2376,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2376
2376
  emailAddress?: string | undefined;
2377
2377
  active?: boolean | undefined;
2378
2378
  } | null | undefined;
2379
- body?: unknown;
2379
+ body?: string | undefined;
2380
2380
  renderedBody?: string | undefined;
2381
2381
  created?: string | undefined;
2382
2382
  updated?: string | undefined;
@@ -2388,7 +2388,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2388
2388
  emailAddress?: string | undefined;
2389
2389
  active?: boolean | undefined;
2390
2390
  } | null | undefined;
2391
- body?: unknown;
2391
+ body?: string | undefined;
2392
2392
  renderedBody?: string | undefined;
2393
2393
  created?: string | undefined;
2394
2394
  updated?: string | undefined;
@@ -2403,7 +2403,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2403
2403
  emailAddress?: string | undefined;
2404
2404
  active?: boolean | undefined;
2405
2405
  } | null | undefined;
2406
- body?: unknown;
2406
+ body?: string | undefined;
2407
2407
  renderedBody?: string | undefined;
2408
2408
  created?: string | undefined;
2409
2409
  updated?: string | undefined;
@@ -2418,7 +2418,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2418
2418
  emailAddress?: string | undefined;
2419
2419
  active?: boolean | undefined;
2420
2420
  } | null | undefined;
2421
- body?: unknown;
2421
+ body?: string | undefined;
2422
2422
  renderedBody?: string | undefined;
2423
2423
  created?: string | undefined;
2424
2424
  updated?: string | undefined;
@@ -2560,7 +2560,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2560
2560
  emailAddress?: string | undefined;
2561
2561
  active?: boolean | undefined;
2562
2562
  }>>>;
2563
- body: z.ZodOptional<z.ZodUnknown>;
2563
+ body: z.ZodOptional<z.ZodString>;
2564
2564
  renderedBody: z.ZodOptional<z.ZodString>;
2565
2565
  created: z.ZodOptional<z.ZodString>;
2566
2566
  updated: z.ZodOptional<z.ZodString>;
@@ -2572,7 +2572,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2572
2572
  emailAddress?: string | undefined;
2573
2573
  active?: boolean | undefined;
2574
2574
  } | null | undefined;
2575
- body?: unknown;
2575
+ body?: string | undefined;
2576
2576
  renderedBody?: string | undefined;
2577
2577
  created?: string | undefined;
2578
2578
  updated?: string | undefined;
@@ -2584,7 +2584,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2584
2584
  emailAddress?: string | undefined;
2585
2585
  active?: boolean | undefined;
2586
2586
  } | null | undefined;
2587
- body?: unknown;
2587
+ body?: string | undefined;
2588
2588
  renderedBody?: string | undefined;
2589
2589
  created?: string | undefined;
2590
2590
  updated?: string | undefined;
@@ -2599,7 +2599,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2599
2599
  emailAddress?: string | undefined;
2600
2600
  active?: boolean | undefined;
2601
2601
  } | null | undefined;
2602
- body?: unknown;
2602
+ body?: string | undefined;
2603
2603
  renderedBody?: string | undefined;
2604
2604
  created?: string | undefined;
2605
2605
  updated?: string | undefined;
@@ -2614,7 +2614,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2614
2614
  emailAddress?: string | undefined;
2615
2615
  active?: boolean | undefined;
2616
2616
  } | null | undefined;
2617
- body?: unknown;
2617
+ body?: string | undefined;
2618
2618
  renderedBody?: string | undefined;
2619
2619
  created?: string | undefined;
2620
2620
  updated?: string | undefined;
@@ -2756,7 +2756,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2756
2756
  emailAddress?: string | undefined;
2757
2757
  active?: boolean | undefined;
2758
2758
  }>>>;
2759
- body: z.ZodOptional<z.ZodUnknown>;
2759
+ body: z.ZodOptional<z.ZodString>;
2760
2760
  renderedBody: z.ZodOptional<z.ZodString>;
2761
2761
  created: z.ZodOptional<z.ZodString>;
2762
2762
  updated: z.ZodOptional<z.ZodString>;
@@ -2768,7 +2768,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2768
2768
  emailAddress?: string | undefined;
2769
2769
  active?: boolean | undefined;
2770
2770
  } | null | undefined;
2771
- body?: unknown;
2771
+ body?: string | undefined;
2772
2772
  renderedBody?: string | undefined;
2773
2773
  created?: string | undefined;
2774
2774
  updated?: string | undefined;
@@ -2780,7 +2780,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2780
2780
  emailAddress?: string | undefined;
2781
2781
  active?: boolean | undefined;
2782
2782
  } | null | undefined;
2783
- body?: unknown;
2783
+ body?: string | undefined;
2784
2784
  renderedBody?: string | undefined;
2785
2785
  created?: string | undefined;
2786
2786
  updated?: string | undefined;
@@ -2795,7 +2795,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2795
2795
  emailAddress?: string | undefined;
2796
2796
  active?: boolean | undefined;
2797
2797
  } | null | undefined;
2798
- body?: unknown;
2798
+ body?: string | undefined;
2799
2799
  renderedBody?: string | undefined;
2800
2800
  created?: string | undefined;
2801
2801
  updated?: string | undefined;
@@ -2810,7 +2810,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2810
2810
  emailAddress?: string | undefined;
2811
2811
  active?: boolean | undefined;
2812
2812
  } | null | undefined;
2813
- body?: unknown;
2813
+ body?: string | undefined;
2814
2814
  renderedBody?: string | undefined;
2815
2815
  created?: string | undefined;
2816
2816
  updated?: string | undefined;
@@ -2931,7 +2931,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2931
2931
  emailAddress?: string | undefined;
2932
2932
  active?: boolean | undefined;
2933
2933
  } | null | undefined;
2934
- body?: unknown;
2934
+ body?: string | undefined;
2935
2935
  renderedBody?: string | undefined;
2936
2936
  created?: string | undefined;
2937
2937
  updated?: string | undefined;
@@ -3013,7 +3013,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3013
3013
  emailAddress?: string | undefined;
3014
3014
  active?: boolean | undefined;
3015
3015
  } | null | undefined;
3016
- body?: unknown;
3016
+ body?: string | undefined;
3017
3017
  renderedBody?: string | undefined;
3018
3018
  created?: string | undefined;
3019
3019
  updated?: string | undefined;
@@ -3101,7 +3101,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3101
3101
  emailAddress?: string | undefined;
3102
3102
  active?: boolean | undefined;
3103
3103
  } | null | undefined;
3104
- body?: unknown;
3104
+ body?: string | undefined;
3105
3105
  renderedBody?: string | undefined;
3106
3106
  created?: string | undefined;
3107
3107
  updated?: string | undefined;
@@ -3188,7 +3188,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3188
3188
  emailAddress?: string | undefined;
3189
3189
  active?: boolean | undefined;
3190
3190
  } | null | undefined;
3191
- body?: unknown;
3191
+ body?: string | undefined;
3192
3192
  renderedBody?: string | undefined;
3193
3193
  created?: string | undefined;
3194
3194
  updated?: string | undefined;
@@ -3470,7 +3470,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3470
3470
  emailAddress?: string | undefined;
3471
3471
  active?: boolean | undefined;
3472
3472
  }>>>;
3473
- body: z.ZodOptional<z.ZodUnknown>;
3473
+ body: z.ZodOptional<z.ZodString>;
3474
3474
  renderedBody: z.ZodOptional<z.ZodString>;
3475
3475
  created: z.ZodOptional<z.ZodString>;
3476
3476
  updated: z.ZodOptional<z.ZodString>;
@@ -3482,7 +3482,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3482
3482
  emailAddress?: string | undefined;
3483
3483
  active?: boolean | undefined;
3484
3484
  } | null | undefined;
3485
- body?: unknown;
3485
+ body?: string | undefined;
3486
3486
  renderedBody?: string | undefined;
3487
3487
  created?: string | undefined;
3488
3488
  updated?: string | undefined;
@@ -3494,7 +3494,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3494
3494
  emailAddress?: string | undefined;
3495
3495
  active?: boolean | undefined;
3496
3496
  } | null | undefined;
3497
- body?: unknown;
3497
+ body?: string | undefined;
3498
3498
  renderedBody?: string | undefined;
3499
3499
  created?: string | undefined;
3500
3500
  updated?: string | undefined;
@@ -3512,7 +3512,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3512
3512
  emailAddress?: string | undefined;
3513
3513
  active?: boolean | undefined;
3514
3514
  } | null | undefined;
3515
- body?: unknown;
3515
+ body?: string | undefined;
3516
3516
  renderedBody?: string | undefined;
3517
3517
  created?: string | undefined;
3518
3518
  updated?: string | undefined;
@@ -3529,7 +3529,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3529
3529
  emailAddress?: string | undefined;
3530
3530
  active?: boolean | undefined;
3531
3531
  } | null | undefined;
3532
- body?: unknown;
3532
+ body?: string | undefined;
3533
3533
  renderedBody?: string | undefined;
3534
3534
  created?: string | undefined;
3535
3535
  updated?: string | undefined;
@@ -3555,7 +3555,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3555
3555
  emailAddress?: string | undefined;
3556
3556
  active?: boolean | undefined;
3557
3557
  }>>>;
3558
- body: z.ZodOptional<z.ZodUnknown>;
3558
+ body: z.ZodOptional<z.ZodString>;
3559
3559
  renderedBody: z.ZodOptional<z.ZodString>;
3560
3560
  created: z.ZodOptional<z.ZodString>;
3561
3561
  updated: z.ZodOptional<z.ZodString>;
@@ -3567,7 +3567,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3567
3567
  emailAddress?: string | undefined;
3568
3568
  active?: boolean | undefined;
3569
3569
  } | null | undefined;
3570
- body?: unknown;
3570
+ body?: string | undefined;
3571
3571
  renderedBody?: string | undefined;
3572
3572
  created?: string | undefined;
3573
3573
  updated?: string | undefined;
@@ -3579,7 +3579,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3579
3579
  emailAddress?: string | undefined;
3580
3580
  active?: boolean | undefined;
3581
3581
  } | null | undefined;
3582
- body?: unknown;
3582
+ body?: string | undefined;
3583
3583
  renderedBody?: string | undefined;
3584
3584
  created?: string | undefined;
3585
3585
  updated?: string | undefined;
@@ -3598,7 +3598,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3598
3598
  emailAddress?: string | undefined;
3599
3599
  active?: boolean | undefined;
3600
3600
  } | null | undefined;
3601
- body?: unknown;
3601
+ body?: string | undefined;
3602
3602
  renderedBody?: string | undefined;
3603
3603
  created?: string | undefined;
3604
3604
  updated?: string | undefined;
@@ -3616,7 +3616,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3616
3616
  emailAddress?: string | undefined;
3617
3617
  active?: boolean | undefined;
3618
3618
  } | null | undefined;
3619
- body?: unknown;
3619
+ body?: string | undefined;
3620
3620
  renderedBody?: string | undefined;
3621
3621
  created?: string | undefined;
3622
3622
  updated?: string | undefined;
@@ -3656,4 +3656,5 @@ export type JiraAddCommentParams = Extract<JiraParams, {
3656
3656
  export type JiraGetCommentsParams = Extract<JiraParams, {
3657
3657
  operation: 'get_comments';
3658
3658
  }>;
3659
+ export type JiraIssue = z.infer<typeof JiraIssueSchema>;
3659
3660
  //# sourceMappingURL=jira.schema.d.ts.map