@bubblelab/bubble-core 0.1.84 → 0.1.85
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 +97 -97
- package/dist/bubbles/service-bubble/agi-inc.d.ts +52 -52
- package/dist/bubbles/service-bubble/ai-agent.d.ts +36 -36
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +58 -58
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +86 -86
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +274 -274
- package/dist/bubbles/service-bubble/followupboss.d.ts +124 -124
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +12 -12
- package/dist/bubbles/service-bubble/github.d.ts +64 -64
- package/dist/bubbles/service-bubble/gmail.d.ts +168 -168
- package/dist/bubbles/service-bubble/google-calendar.d.ts +24 -24
- package/dist/bubbles/service-bubble/google-drive.d.ts +80 -80
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +32 -32
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +14 -14
- package/dist/bubbles/service-bubble/notion/notion.d.ts +132 -132
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +208 -208
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +47 -47
- package/dist/bubbles/service-bubble/telegram.d.ts +52 -52
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +296 -296
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +12 -4
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/research-agent-tool.js +168 -15
- package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +110 -110
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/utils/json-parsing.d.ts +9 -0
- package/dist/utils/json-parsing.d.ts.map +1 -1
- package/dist/utils/json-parsing.js +61 -2
- package/dist/utils/json-parsing.js.map +1 -1
- package/dist/utils/zod-schema.d.ts.map +1 -1
- package/dist/utils/zod-schema.js +16 -8
- package/dist/utils/zod-schema.js.map +1 -1
- package/package.json +2 -2
|
@@ -1413,7 +1413,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1413
1413
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
1414
1414
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1415
1415
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1416
|
-
key?: string | undefined;
|
|
1417
1416
|
id?: string | undefined;
|
|
1418
1417
|
fields?: import("zod").objectOutputType<{
|
|
1419
1418
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1752,6 +1751,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1752
1751
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1753
1752
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1754
1753
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
1754
|
+
key?: string | undefined;
|
|
1755
1755
|
changelog?: unknown;
|
|
1756
1756
|
transitions?: import("zod").objectOutputType<{
|
|
1757
1757
|
id: import("zod").ZodString;
|
|
@@ -1800,7 +1800,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1800
1800
|
expand?: string | undefined;
|
|
1801
1801
|
self?: string | undefined;
|
|
1802
1802
|
}, {
|
|
1803
|
-
key?: string | undefined;
|
|
1804
1803
|
id?: string | undefined;
|
|
1805
1804
|
fields?: import("zod").objectInputType<{
|
|
1806
1805
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2139,6 +2138,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2139
2138
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2140
2139
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2141
2140
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2141
|
+
key?: string | undefined;
|
|
2142
2142
|
changelog?: unknown;
|
|
2143
2143
|
transitions?: import("zod").objectInputType<{
|
|
2144
2144
|
id: import("zod").ZodString;
|
|
@@ -2192,11 +2192,10 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2192
2192
|
limit: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2193
2193
|
error: import("zod").ZodString;
|
|
2194
2194
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2195
|
-
success: boolean;
|
|
2196
2195
|
error: string;
|
|
2196
|
+
success: boolean;
|
|
2197
2197
|
operation: "search";
|
|
2198
2198
|
issues?: {
|
|
2199
|
-
key?: string | undefined;
|
|
2200
2199
|
id?: string | undefined;
|
|
2201
2200
|
fields?: import("zod").objectOutputType<{
|
|
2202
2201
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2535,6 +2534,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2535
2534
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2536
2535
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2537
2536
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2537
|
+
key?: string | undefined;
|
|
2538
2538
|
changelog?: unknown;
|
|
2539
2539
|
transitions?: import("zod").objectOutputType<{
|
|
2540
2540
|
id: import("zod").ZodString;
|
|
@@ -2587,11 +2587,10 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2587
2587
|
offset?: number | undefined;
|
|
2588
2588
|
total?: number | undefined;
|
|
2589
2589
|
}, {
|
|
2590
|
-
success: boolean;
|
|
2591
2590
|
error: string;
|
|
2591
|
+
success: boolean;
|
|
2592
2592
|
operation: "search";
|
|
2593
2593
|
issues?: {
|
|
2594
|
-
key?: string | undefined;
|
|
2595
2594
|
id?: string | undefined;
|
|
2596
2595
|
fields?: import("zod").objectInputType<{
|
|
2597
2596
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2930,6 +2929,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2930
2929
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2931
2930
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2932
2931
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2932
|
+
key?: string | undefined;
|
|
2933
2933
|
changelog?: unknown;
|
|
2934
2934
|
transitions?: import("zod").objectInputType<{
|
|
2935
2935
|
id: import("zod").ZodString;
|
|
@@ -4130,7 +4130,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4130
4130
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
4131
4131
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
4132
4132
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4133
|
-
key?: string | undefined;
|
|
4134
4133
|
id?: string | undefined;
|
|
4135
4134
|
fields?: import("zod").objectOutputType<{
|
|
4136
4135
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4469,6 +4468,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4469
4468
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4470
4469
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4471
4470
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4471
|
+
key?: string | undefined;
|
|
4472
4472
|
changelog?: unknown;
|
|
4473
4473
|
transitions?: import("zod").objectOutputType<{
|
|
4474
4474
|
id: import("zod").ZodString;
|
|
@@ -4517,7 +4517,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4517
4517
|
expand?: string | undefined;
|
|
4518
4518
|
self?: string | undefined;
|
|
4519
4519
|
}, {
|
|
4520
|
-
key?: string | undefined;
|
|
4521
4520
|
id?: string | undefined;
|
|
4522
4521
|
fields?: import("zod").objectInputType<{
|
|
4523
4522
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4856,6 +4855,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4856
4855
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4857
4856
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4858
4857
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4858
|
+
key?: string | undefined;
|
|
4859
4859
|
changelog?: unknown;
|
|
4860
4860
|
transitions?: import("zod").objectInputType<{
|
|
4861
4861
|
id: import("zod").ZodString;
|
|
@@ -4906,11 +4906,10 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4906
4906
|
}>>;
|
|
4907
4907
|
error: import("zod").ZodString;
|
|
4908
4908
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4909
|
-
success: boolean;
|
|
4910
4909
|
error: string;
|
|
4910
|
+
success: boolean;
|
|
4911
4911
|
operation: "get";
|
|
4912
4912
|
issue?: {
|
|
4913
|
-
key?: string | undefined;
|
|
4914
4913
|
id?: string | undefined;
|
|
4915
4914
|
fields?: import("zod").objectOutputType<{
|
|
4916
4915
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -5249,6 +5248,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5249
5248
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5250
5249
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5251
5250
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5251
|
+
key?: string | undefined;
|
|
5252
5252
|
changelog?: unknown;
|
|
5253
5253
|
transitions?: import("zod").objectOutputType<{
|
|
5254
5254
|
id: import("zod").ZodString;
|
|
@@ -5298,11 +5298,10 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5298
5298
|
self?: string | undefined;
|
|
5299
5299
|
} | undefined;
|
|
5300
5300
|
}, {
|
|
5301
|
-
success: boolean;
|
|
5302
5301
|
error: string;
|
|
5302
|
+
success: boolean;
|
|
5303
5303
|
operation: "get";
|
|
5304
5304
|
issue?: {
|
|
5305
|
-
key?: string | undefined;
|
|
5306
5305
|
id?: string | undefined;
|
|
5307
5306
|
fields?: import("zod").objectInputType<{
|
|
5308
5307
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -5641,6 +5640,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5641
5640
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5642
5641
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5643
5642
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5643
|
+
key?: string | undefined;
|
|
5644
5644
|
changelog?: unknown;
|
|
5645
5645
|
transitions?: import("zod").objectInputType<{
|
|
5646
5646
|
id: import("zod").ZodString;
|
|
@@ -5697,31 +5697,31 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5697
5697
|
key: import("zod").ZodString;
|
|
5698
5698
|
self: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5699
5699
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5700
|
-
key: string;
|
|
5701
5700
|
id: string;
|
|
5701
|
+
key: string;
|
|
5702
5702
|
self?: string | undefined;
|
|
5703
5703
|
}, {
|
|
5704
|
-
key: string;
|
|
5705
5704
|
id: string;
|
|
5705
|
+
key: string;
|
|
5706
5706
|
self?: string | undefined;
|
|
5707
5707
|
}>>;
|
|
5708
5708
|
error: import("zod").ZodString;
|
|
5709
5709
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5710
|
-
success: boolean;
|
|
5711
5710
|
error: string;
|
|
5711
|
+
success: boolean;
|
|
5712
5712
|
operation: "create";
|
|
5713
5713
|
issue?: {
|
|
5714
|
-
key: string;
|
|
5715
5714
|
id: string;
|
|
5715
|
+
key: string;
|
|
5716
5716
|
self?: string | undefined;
|
|
5717
5717
|
} | undefined;
|
|
5718
5718
|
}, {
|
|
5719
|
-
success: boolean;
|
|
5720
5719
|
error: string;
|
|
5720
|
+
success: boolean;
|
|
5721
5721
|
operation: "create";
|
|
5722
5722
|
issue?: {
|
|
5723
|
-
key: string;
|
|
5724
5723
|
id: string;
|
|
5724
|
+
key: string;
|
|
5725
5725
|
self?: string | undefined;
|
|
5726
5726
|
} | undefined;
|
|
5727
5727
|
}>, import("zod").ZodObject<{
|
|
@@ -5730,13 +5730,13 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5730
5730
|
key: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5731
5731
|
error: import("zod").ZodString;
|
|
5732
5732
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5733
|
-
success: boolean;
|
|
5734
5733
|
error: string;
|
|
5734
|
+
success: boolean;
|
|
5735
5735
|
operation: "update";
|
|
5736
5736
|
key?: string | undefined;
|
|
5737
5737
|
}, {
|
|
5738
|
-
success: boolean;
|
|
5739
5738
|
error: string;
|
|
5739
|
+
success: boolean;
|
|
5740
5740
|
operation: "update";
|
|
5741
5741
|
key?: string | undefined;
|
|
5742
5742
|
}>, import("zod").ZodObject<{
|
|
@@ -5746,14 +5746,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5746
5746
|
new_status: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5747
5747
|
error: import("zod").ZodString;
|
|
5748
5748
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5749
|
-
success: boolean;
|
|
5750
5749
|
error: string;
|
|
5750
|
+
success: boolean;
|
|
5751
5751
|
operation: "transition";
|
|
5752
5752
|
key?: string | undefined;
|
|
5753
5753
|
new_status?: string | undefined;
|
|
5754
5754
|
}, {
|
|
5755
|
-
success: boolean;
|
|
5756
5755
|
error: string;
|
|
5756
|
+
success: boolean;
|
|
5757
5757
|
operation: "transition";
|
|
5758
5758
|
key?: string | undefined;
|
|
5759
5759
|
new_status?: string | undefined;
|
|
@@ -5892,8 +5892,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5892
5892
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
5893
5893
|
error: import("zod").ZodString;
|
|
5894
5894
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5895
|
-
success: boolean;
|
|
5896
5895
|
error: string;
|
|
5896
|
+
success: boolean;
|
|
5897
5897
|
operation: "list_transitions";
|
|
5898
5898
|
transitions?: import("zod").objectOutputType<{
|
|
5899
5899
|
id: import("zod").ZodString;
|
|
@@ -5940,8 +5940,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5940
5940
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5941
5941
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
5942
5942
|
}, {
|
|
5943
|
-
success: boolean;
|
|
5944
5943
|
error: string;
|
|
5944
|
+
success: boolean;
|
|
5945
5945
|
operation: "list_transitions";
|
|
5946
5946
|
transitions?: import("zod").objectInputType<{
|
|
5947
5947
|
id: import("zod").ZodString;
|
|
@@ -6006,8 +6006,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6006
6006
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6007
6007
|
error: import("zod").ZodString;
|
|
6008
6008
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6009
|
-
success: boolean;
|
|
6010
6009
|
error: string;
|
|
6010
|
+
success: boolean;
|
|
6011
6011
|
operation: "list_projects";
|
|
6012
6012
|
total?: number | undefined;
|
|
6013
6013
|
projects?: import("zod").objectOutputType<{
|
|
@@ -6016,8 +6016,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6016
6016
|
name: import("zod").ZodString;
|
|
6017
6017
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6018
6018
|
}, {
|
|
6019
|
-
success: boolean;
|
|
6020
6019
|
error: string;
|
|
6020
|
+
success: boolean;
|
|
6021
6021
|
operation: "list_projects";
|
|
6022
6022
|
total?: number | undefined;
|
|
6023
6023
|
projects?: import("zod").objectInputType<{
|
|
@@ -6046,8 +6046,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6046
6046
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
6047
6047
|
error: import("zod").ZodString;
|
|
6048
6048
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6049
|
-
success: boolean;
|
|
6050
6049
|
error: string;
|
|
6050
|
+
success: boolean;
|
|
6051
6051
|
operation: "list_issue_types";
|
|
6052
6052
|
issue_types?: import("zod").objectOutputType<{
|
|
6053
6053
|
id: import("zod").ZodString;
|
|
@@ -6056,8 +6056,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6056
6056
|
subtask: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6057
6057
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6058
6058
|
}, {
|
|
6059
|
-
success: boolean;
|
|
6060
6059
|
error: string;
|
|
6060
|
+
success: boolean;
|
|
6061
6061
|
operation: "list_issue_types";
|
|
6062
6062
|
issue_types?: import("zod").objectInputType<{
|
|
6063
6063
|
id: import("zod").ZodString;
|
|
@@ -6137,8 +6137,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6137
6137
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
6138
6138
|
error: import("zod").ZodString;
|
|
6139
6139
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6140
|
-
success: boolean;
|
|
6141
6140
|
error: string;
|
|
6141
|
+
success: boolean;
|
|
6142
6142
|
operation: "add_comment";
|
|
6143
6143
|
comment?: import("zod").objectOutputType<{
|
|
6144
6144
|
id: import("zod").ZodString;
|
|
@@ -6164,8 +6164,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6164
6164
|
updated: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6165
6165
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
6166
6166
|
}, {
|
|
6167
|
-
success: boolean;
|
|
6168
6167
|
error: string;
|
|
6168
|
+
success: boolean;
|
|
6169
6169
|
operation: "add_comment";
|
|
6170
6170
|
comment?: import("zod").objectInputType<{
|
|
6171
6171
|
id: import("zod").ZodString;
|
|
@@ -6263,8 +6263,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6263
6263
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6264
6264
|
error: import("zod").ZodString;
|
|
6265
6265
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6266
|
-
success: boolean;
|
|
6267
6266
|
error: string;
|
|
6267
|
+
success: boolean;
|
|
6268
6268
|
operation: "get_comments";
|
|
6269
6269
|
comments?: import("zod").objectOutputType<{
|
|
6270
6270
|
id: import("zod").ZodString;
|
|
@@ -6291,8 +6291,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6291
6291
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6292
6292
|
total?: number | undefined;
|
|
6293
6293
|
}, {
|
|
6294
|
-
success: boolean;
|
|
6295
6294
|
error: string;
|
|
6295
|
+
success: boolean;
|
|
6296
6296
|
operation: "get_comments";
|
|
6297
6297
|
comments?: import("zod").objectInputType<{
|
|
6298
6298
|
id: import("zod").ZodString;
|
|
@@ -1438,7 +1438,6 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
1438
1438
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
1439
1439
|
changelog: z.ZodOptional<z.ZodUnknown>;
|
|
1440
1440
|
}, "strip", z.ZodTypeAny, {
|
|
1441
|
-
key?: string | undefined;
|
|
1442
1441
|
id?: string | undefined;
|
|
1443
1442
|
fields?: z.objectOutputType<{
|
|
1444
1443
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -1777,6 +1776,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
1777
1776
|
total: z.ZodOptional<z.ZodNumber>;
|
|
1778
1777
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1779
1778
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1779
|
+
key?: string | undefined;
|
|
1780
1780
|
changelog?: unknown;
|
|
1781
1781
|
transitions?: z.objectOutputType<{
|
|
1782
1782
|
id: z.ZodString;
|
|
@@ -1825,7 +1825,6 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
1825
1825
|
expand?: string | undefined;
|
|
1826
1826
|
self?: string | undefined;
|
|
1827
1827
|
}, {
|
|
1828
|
-
key?: string | undefined;
|
|
1829
1828
|
id?: string | undefined;
|
|
1830
1829
|
fields?: z.objectInputType<{
|
|
1831
1830
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -2164,6 +2163,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
2164
2163
|
total: z.ZodOptional<z.ZodNumber>;
|
|
2165
2164
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2166
2165
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2166
|
+
key?: string | undefined;
|
|
2167
2167
|
changelog?: unknown;
|
|
2168
2168
|
transitions?: z.objectInputType<{
|
|
2169
2169
|
id: z.ZodString;
|
|
@@ -3586,7 +3586,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
3586
3586
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
3587
3587
|
changelog: z.ZodOptional<z.ZodUnknown>;
|
|
3588
3588
|
}, "strip", z.ZodTypeAny, {
|
|
3589
|
-
key?: string | undefined;
|
|
3590
3589
|
id?: string | undefined;
|
|
3591
3590
|
fields?: z.objectOutputType<{
|
|
3592
3591
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -3925,6 +3924,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
3925
3924
|
total: z.ZodOptional<z.ZodNumber>;
|
|
3926
3925
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3927
3926
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3927
|
+
key?: string | undefined;
|
|
3928
3928
|
changelog?: unknown;
|
|
3929
3929
|
transitions?: z.objectOutputType<{
|
|
3930
3930
|
id: z.ZodString;
|
|
@@ -3973,7 +3973,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
3973
3973
|
expand?: string | undefined;
|
|
3974
3974
|
self?: string | undefined;
|
|
3975
3975
|
}, {
|
|
3976
|
-
key?: string | undefined;
|
|
3977
3976
|
id?: string | undefined;
|
|
3978
3977
|
fields?: z.objectInputType<{
|
|
3979
3978
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -4312,6 +4311,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4312
4311
|
total: z.ZodOptional<z.ZodNumber>;
|
|
4313
4312
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4314
4313
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4314
|
+
key?: string | undefined;
|
|
4315
4315
|
changelog?: unknown;
|
|
4316
4316
|
transitions?: z.objectInputType<{
|
|
4317
4317
|
id: z.ZodString;
|
|
@@ -4369,7 +4369,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4369
4369
|
success: boolean;
|
|
4370
4370
|
operation: "search";
|
|
4371
4371
|
issues?: {
|
|
4372
|
-
key?: string | undefined;
|
|
4373
4372
|
id?: string | undefined;
|
|
4374
4373
|
fields?: z.objectOutputType<{
|
|
4375
4374
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -4708,6 +4707,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4708
4707
|
total: z.ZodOptional<z.ZodNumber>;
|
|
4709
4708
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4710
4709
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4710
|
+
key?: string | undefined;
|
|
4711
4711
|
changelog?: unknown;
|
|
4712
4712
|
transitions?: z.objectOutputType<{
|
|
4713
4713
|
id: z.ZodString;
|
|
@@ -4764,7 +4764,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4764
4764
|
success: boolean;
|
|
4765
4765
|
operation: "search";
|
|
4766
4766
|
issues?: {
|
|
4767
|
-
key?: string | undefined;
|
|
4768
4767
|
id?: string | undefined;
|
|
4769
4768
|
fields?: z.objectInputType<{
|
|
4770
4769
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -5103,6 +5102,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
5103
5102
|
total: z.ZodOptional<z.ZodNumber>;
|
|
5104
5103
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5105
5104
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5105
|
+
key?: string | undefined;
|
|
5106
5106
|
changelog?: unknown;
|
|
5107
5107
|
transitions?: z.objectInputType<{
|
|
5108
5108
|
id: z.ZodString;
|
|
@@ -6303,7 +6303,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
6303
6303
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
6304
6304
|
changelog: z.ZodOptional<z.ZodUnknown>;
|
|
6305
6305
|
}, "strip", z.ZodTypeAny, {
|
|
6306
|
-
key?: string | undefined;
|
|
6307
6306
|
id?: string | undefined;
|
|
6308
6307
|
fields?: z.objectOutputType<{
|
|
6309
6308
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -6642,6 +6641,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
6642
6641
|
total: z.ZodOptional<z.ZodNumber>;
|
|
6643
6642
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6644
6643
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6644
|
+
key?: string | undefined;
|
|
6645
6645
|
changelog?: unknown;
|
|
6646
6646
|
transitions?: z.objectOutputType<{
|
|
6647
6647
|
id: z.ZodString;
|
|
@@ -6690,7 +6690,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
6690
6690
|
expand?: string | undefined;
|
|
6691
6691
|
self?: string | undefined;
|
|
6692
6692
|
}, {
|
|
6693
|
-
key?: string | undefined;
|
|
6694
6693
|
id?: string | undefined;
|
|
6695
6694
|
fields?: z.objectInputType<{
|
|
6696
6695
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -7029,6 +7028,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7029
7028
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7030
7029
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7031
7030
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7031
|
+
key?: string | undefined;
|
|
7032
7032
|
changelog?: unknown;
|
|
7033
7033
|
transitions?: z.objectInputType<{
|
|
7034
7034
|
id: z.ZodString;
|
|
@@ -7083,7 +7083,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7083
7083
|
success: boolean;
|
|
7084
7084
|
operation: "get";
|
|
7085
7085
|
issue?: {
|
|
7086
|
-
key?: string | undefined;
|
|
7087
7086
|
id?: string | undefined;
|
|
7088
7087
|
fields?: z.objectOutputType<{
|
|
7089
7088
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -7422,6 +7421,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7422
7421
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7423
7422
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7424
7423
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7424
|
+
key?: string | undefined;
|
|
7425
7425
|
changelog?: unknown;
|
|
7426
7426
|
transitions?: z.objectOutputType<{
|
|
7427
7427
|
id: z.ZodString;
|
|
@@ -7475,7 +7475,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7475
7475
|
success: boolean;
|
|
7476
7476
|
operation: "get";
|
|
7477
7477
|
issue?: {
|
|
7478
|
-
key?: string | undefined;
|
|
7479
7478
|
id?: string | undefined;
|
|
7480
7479
|
fields?: z.objectInputType<{
|
|
7481
7480
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -7814,6 +7813,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7814
7813
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7815
7814
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7816
7815
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7816
|
+
key?: string | undefined;
|
|
7817
7817
|
changelog?: unknown;
|
|
7818
7818
|
transitions?: z.objectInputType<{
|
|
7819
7819
|
id: z.ZodString;
|
|
@@ -7870,12 +7870,12 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7870
7870
|
key: z.ZodString;
|
|
7871
7871
|
self: z.ZodOptional<z.ZodString>;
|
|
7872
7872
|
}, "strip", z.ZodTypeAny, {
|
|
7873
|
-
key: string;
|
|
7874
7873
|
id: string;
|
|
7874
|
+
key: string;
|
|
7875
7875
|
self?: string | undefined;
|
|
7876
7876
|
}, {
|
|
7877
|
-
key: string;
|
|
7878
7877
|
id: string;
|
|
7878
|
+
key: string;
|
|
7879
7879
|
self?: string | undefined;
|
|
7880
7880
|
}>>;
|
|
7881
7881
|
error: z.ZodString;
|
|
@@ -7884,8 +7884,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7884
7884
|
success: boolean;
|
|
7885
7885
|
operation: "create";
|
|
7886
7886
|
issue?: {
|
|
7887
|
-
key: string;
|
|
7888
7887
|
id: string;
|
|
7888
|
+
key: string;
|
|
7889
7889
|
self?: string | undefined;
|
|
7890
7890
|
} | undefined;
|
|
7891
7891
|
}, {
|
|
@@ -7893,8 +7893,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7893
7893
|
success: boolean;
|
|
7894
7894
|
operation: "create";
|
|
7895
7895
|
issue?: {
|
|
7896
|
-
key: string;
|
|
7897
7896
|
id: string;
|
|
7897
|
+
key: string;
|
|
7898
7898
|
self?: string | undefined;
|
|
7899
7899
|
} | undefined;
|
|
7900
7900
|
}>, z.ZodObject<{
|