@bubblelab/bubble-core 0.1.30 → 0.1.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bubble-bundle.d.ts +48 -48
- package/dist/bubbles/service-bubble/agi-inc.d.ts +12 -12
- package/dist/bubbles/service-bubble/airtable.d.ts +156 -156
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +8 -8
- package/dist/bubbles/service-bubble/followupboss.d.ts +78 -78
- package/dist/bubbles/service-bubble/github.d.ts +98 -98
- package/dist/bubbles/service-bubble/gmail.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-calendar.d.ts +88 -88
- package/dist/bubbles/service-bubble/google-drive.d.ts +50 -50
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/index.d.ts +1 -1
- package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/index.js.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.d.ts +497 -497
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.js +40 -2
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +69 -68
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.js +1 -4
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +148 -148
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +60 -60
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +30 -30
- package/dist/bubbles.json +10 -6
- package/package.json +2 -2
|
@@ -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.
|
|
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?:
|
|
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?:
|
|
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.
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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.
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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.
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
975
|
+
body?: string | undefined;
|
|
976
976
|
renderedBody?: string | undefined;
|
|
977
977
|
created?: string | undefined;
|
|
978
978
|
updated?: 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.
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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.
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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.
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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.
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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.
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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.
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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.
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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.
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jira.schema.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/jira/jira.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AA2C3D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;EAOS,CAAC;AAErC,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAOF,CAAC;AAE/B,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAcG,CAAC;AAEjC,eAAO,MAAM,kBAAkB;;;;;;;;;EAKH,CAAC;AAE7B,eAAO,MAAM,iBAAiB;;;;;;;;;;;;EAMH,CAAC;AAE5B,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"jira.schema.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/jira/jira.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AA2C3D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;EAOS,CAAC;AAErC,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAOF,CAAC;AAE/B,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAcG,CAAC;AAEjC,eAAO,MAAM,kBAAkB;;;;;;;;;EAKH,CAAC;AAE7B,eAAO,MAAM,iBAAiB;;;;;;;;;;;;EAMH,CAAC;AAE5B,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAcH,CAAC;AAE5B,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQH,CAAC;AAE/B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuDH,CAAC;AAM1B,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA6T3B,CAAC;AAMH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsG3B,CAAC;AAOH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAG3D,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAG/D,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAG3D,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,UAAU,EAAE;IAAE,SAAS,EAAE,QAAQ,CAAA;CAAE,CAAC,CAAC;AAC5E,MAAM,MAAM,aAAa,GAAG,OAAO,CAAC,UAAU,EAAE;IAAE,SAAS,EAAE,KAAK,CAAA;CAAE,CAAC,CAAC;AACtE,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,UAAU,EAAE;IAAE,SAAS,EAAE,QAAQ,CAAA;CAAE,CAAC,CAAC;AAC5E,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,UAAU,EAAE;IAAE,SAAS,EAAE,QAAQ,CAAA;CAAE,CAAC,CAAC;AAC5E,MAAM,MAAM,oBAAoB,GAAG,OAAO,CACxC,UAAU,EACV;IAAE,SAAS,EAAE,YAAY,CAAA;CAAE,CAC5B,CAAC;AACF,MAAM,MAAM,yBAAyB,GAAG,OAAO,CAC7C,UAAU,EACV;IAAE,SAAS,EAAE,kBAAkB,CAAA;CAAE,CAClC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,OAAO,CAC1C,UAAU,EACV;IAAE,SAAS,EAAE,eAAe,CAAA;CAAE,CAC/B,CAAC;AACF,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAC5C,UAAU,EACV;IAAE,SAAS,EAAE,kBAAkB,CAAA;CAAE,CAClC,CAAC;AACF,MAAM,MAAM,oBAAoB,GAAG,OAAO,CACxC,UAAU,EACV;IAAE,SAAS,EAAE,aAAa,CAAA;CAAE,CAC7B,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,OAAO,CACzC,UAAU,EACV;IAAE,SAAS,EAAE,cAAc,CAAA;CAAE,CAC9B,CAAC;AAGF,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC"}
|
|
@@ -83,10 +83,7 @@ export const JiraCommentSchema = z
|
|
|
83
83
|
author: JiraUserSchema.nullable()
|
|
84
84
|
.optional()
|
|
85
85
|
.describe('Comment author (null if deleted or anonymized)'),
|
|
86
|
-
body: z
|
|
87
|
-
.unknown()
|
|
88
|
-
.optional()
|
|
89
|
-
.describe('Comment body (ADF format or plain text)'),
|
|
86
|
+
body: z.string().optional().describe('Comment body as plain text'),
|
|
90
87
|
renderedBody: z
|
|
91
88
|
.string()
|
|
92
89
|
.optional()
|