@bubblelab/bubble-core 0.1.244 → 0.1.246
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 +84 -84
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +7 -6
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +28 -28
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +116 -116
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +5 -5
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
- package/dist/bubbles/service-bubble/capability-pipeline.js +1 -1
- package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +14 -14
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +192 -192
- package/dist/bubbles/service-bubble/followupboss.d.ts +58 -58
- package/dist/bubbles/service-bubble/github.d.ts +110 -110
- package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
- package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
- package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +32 -32
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +47 -47
- package/dist/bubbles/service-bubble/linear/linear.d.ts +5 -5
- package/dist/bubbles/service-bubble/notion/notion.d.ts +368 -368
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
- package/dist/bubbles/service-bubble/s3/s3.d.ts +2 -2
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slab/slab.d.ts +18 -18
- package/dist/bubbles/service-bubble/slack/slack.d.ts +174 -174
- package/dist/bubbles/service-bubble/storage.d.ts +4 -4
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +10 -10
- package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +24 -24
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
- 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/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +54 -54
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -57,8 +57,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
57
57
|
operation: "search";
|
|
58
58
|
jql: string;
|
|
59
59
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
60
|
-
limit?: number | undefined;
|
|
61
60
|
fields?: string[] | undefined;
|
|
61
|
+
limit?: number | undefined;
|
|
62
62
|
offset?: number | undefined;
|
|
63
63
|
}>, import("zod").ZodObject<{
|
|
64
64
|
operation: import("zod").ZodLiteral<"get">;
|
|
@@ -71,13 +71,13 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
71
71
|
operation: "get";
|
|
72
72
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
73
73
|
fields?: string[] | undefined;
|
|
74
|
-
expand?: ("comments" | "
|
|
74
|
+
expand?: ("comments" | "transitions" | "changelog")[] | undefined;
|
|
75
75
|
}, {
|
|
76
76
|
key: string;
|
|
77
77
|
operation: "get";
|
|
78
78
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
79
79
|
fields?: string[] | undefined;
|
|
80
|
-
expand?: ("comments" | "
|
|
80
|
+
expand?: ("comments" | "transitions" | "changelog")[] | undefined;
|
|
81
81
|
}>, import("zod").ZodObject<{
|
|
82
82
|
operation: import("zod").ZodLiteral<"create">;
|
|
83
83
|
project: import("zod").ZodString;
|
|
@@ -147,12 +147,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
147
147
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
148
148
|
priority?: string | undefined;
|
|
149
149
|
summary?: string | undefined;
|
|
150
|
-
comment?: string | undefined;
|
|
151
150
|
labels?: {
|
|
152
151
|
set?: string[] | undefined;
|
|
153
152
|
remove?: string[] | undefined;
|
|
154
153
|
add?: string[] | undefined;
|
|
155
154
|
} | undefined;
|
|
155
|
+
comment?: string | undefined;
|
|
156
156
|
assignee?: string | null | undefined;
|
|
157
157
|
due_date?: string | null | undefined;
|
|
158
158
|
}, {
|
|
@@ -162,12 +162,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
162
162
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
163
163
|
priority?: string | undefined;
|
|
164
164
|
summary?: string | undefined;
|
|
165
|
-
comment?: string | undefined;
|
|
166
165
|
labels?: {
|
|
167
166
|
set?: string[] | undefined;
|
|
168
167
|
remove?: string[] | undefined;
|
|
169
168
|
add?: string[] | undefined;
|
|
170
169
|
} | undefined;
|
|
170
|
+
comment?: string | undefined;
|
|
171
171
|
assignee?: string | null | undefined;
|
|
172
172
|
due_date?: string | null | undefined;
|
|
173
173
|
}>, import("zod").ZodObject<{
|
|
@@ -1431,8 +1431,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1431
1431
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
1432
1432
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1433
1433
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1434
|
-
id?: string | undefined;
|
|
1435
1434
|
key?: string | undefined;
|
|
1435
|
+
id?: string | undefined;
|
|
1436
1436
|
fields?: import("zod").objectOutputType<{
|
|
1437
1437
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1438
1438
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -1770,7 +1770,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1770
1770
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1771
1771
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1772
1772
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
1773
|
-
|
|
1773
|
+
expand?: string | undefined;
|
|
1774
|
+
self?: string | undefined;
|
|
1774
1775
|
transitions?: import("zod").objectOutputType<{
|
|
1775
1776
|
id: import("zod").ZodString;
|
|
1776
1777
|
name: import("zod").ZodString;
|
|
@@ -1815,11 +1816,10 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1815
1816
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1816
1817
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1817
1818
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
1818
|
-
|
|
1819
|
-
self?: string | undefined;
|
|
1819
|
+
changelog?: unknown;
|
|
1820
1820
|
}, {
|
|
1821
|
-
id?: string | undefined;
|
|
1822
1821
|
key?: string | undefined;
|
|
1822
|
+
id?: string | undefined;
|
|
1823
1823
|
fields?: import("zod").objectInputType<{
|
|
1824
1824
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1825
1825
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2157,7 +2157,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2157
2157
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2158
2158
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2159
2159
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2160
|
-
|
|
2160
|
+
expand?: string | undefined;
|
|
2161
|
+
self?: string | undefined;
|
|
2161
2162
|
transitions?: import("zod").objectInputType<{
|
|
2162
2163
|
id: import("zod").ZodString;
|
|
2163
2164
|
name: import("zod").ZodString;
|
|
@@ -2202,8 +2203,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2202
2203
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2203
2204
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2204
2205
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2205
|
-
|
|
2206
|
-
self?: string | undefined;
|
|
2206
|
+
changelog?: unknown;
|
|
2207
2207
|
}>, "many">>;
|
|
2208
2208
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2209
2209
|
offset: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -2214,8 +2214,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2214
2214
|
success: boolean;
|
|
2215
2215
|
operation: "search";
|
|
2216
2216
|
issues?: {
|
|
2217
|
-
id?: string | undefined;
|
|
2218
2217
|
key?: string | undefined;
|
|
2218
|
+
id?: string | undefined;
|
|
2219
2219
|
fields?: import("zod").objectOutputType<{
|
|
2220
2220
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2221
2221
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2553,7 +2553,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2553
2553
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2554
2554
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2555
2555
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2556
|
-
|
|
2556
|
+
expand?: string | undefined;
|
|
2557
|
+
self?: string | undefined;
|
|
2557
2558
|
transitions?: import("zod").objectOutputType<{
|
|
2558
2559
|
id: import("zod").ZodString;
|
|
2559
2560
|
name: import("zod").ZodString;
|
|
@@ -2598,19 +2599,18 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2598
2599
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2599
2600
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2600
2601
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2601
|
-
|
|
2602
|
-
self?: string | undefined;
|
|
2602
|
+
changelog?: unknown;
|
|
2603
2603
|
}[] | undefined;
|
|
2604
2604
|
limit?: number | undefined;
|
|
2605
|
-
total?: number | undefined;
|
|
2606
2605
|
offset?: number | undefined;
|
|
2606
|
+
total?: number | undefined;
|
|
2607
2607
|
}, {
|
|
2608
2608
|
error: string;
|
|
2609
2609
|
success: boolean;
|
|
2610
2610
|
operation: "search";
|
|
2611
2611
|
issues?: {
|
|
2612
|
-
id?: string | undefined;
|
|
2613
2612
|
key?: string | undefined;
|
|
2613
|
+
id?: string | undefined;
|
|
2614
2614
|
fields?: import("zod").objectInputType<{
|
|
2615
2615
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2616
2616
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2948,7 +2948,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2948
2948
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2949
2949
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2950
2950
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2951
|
-
|
|
2951
|
+
expand?: string | undefined;
|
|
2952
|
+
self?: string | undefined;
|
|
2952
2953
|
transitions?: import("zod").objectInputType<{
|
|
2953
2954
|
id: import("zod").ZodString;
|
|
2954
2955
|
name: import("zod").ZodString;
|
|
@@ -2993,12 +2994,11 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2993
2994
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2994
2995
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2995
2996
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2996
|
-
|
|
2997
|
-
self?: string | undefined;
|
|
2997
|
+
changelog?: unknown;
|
|
2998
2998
|
}[] | undefined;
|
|
2999
2999
|
limit?: number | undefined;
|
|
3000
|
-
total?: number | undefined;
|
|
3001
3000
|
offset?: number | undefined;
|
|
3001
|
+
total?: number | undefined;
|
|
3002
3002
|
}>, import("zod").ZodObject<{
|
|
3003
3003
|
operation: import("zod").ZodLiteral<"get">;
|
|
3004
3004
|
success: import("zod").ZodBoolean;
|
|
@@ -4148,8 +4148,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4148
4148
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
4149
4149
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
4150
4150
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4151
|
-
id?: string | undefined;
|
|
4152
4151
|
key?: string | undefined;
|
|
4152
|
+
id?: string | undefined;
|
|
4153
4153
|
fields?: import("zod").objectOutputType<{
|
|
4154
4154
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4155
4155
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4487,7 +4487,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4487
4487
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4488
4488
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4489
4489
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4490
|
-
|
|
4490
|
+
expand?: string | undefined;
|
|
4491
|
+
self?: string | undefined;
|
|
4491
4492
|
transitions?: import("zod").objectOutputType<{
|
|
4492
4493
|
id: import("zod").ZodString;
|
|
4493
4494
|
name: import("zod").ZodString;
|
|
@@ -4532,11 +4533,10 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4532
4533
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4533
4534
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4534
4535
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
4535
|
-
|
|
4536
|
-
self?: string | undefined;
|
|
4536
|
+
changelog?: unknown;
|
|
4537
4537
|
}, {
|
|
4538
|
-
id?: string | undefined;
|
|
4539
4538
|
key?: string | undefined;
|
|
4539
|
+
id?: string | undefined;
|
|
4540
4540
|
fields?: import("zod").objectInputType<{
|
|
4541
4541
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4542
4542
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4874,7 +4874,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4874
4874
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4875
4875
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4876
4876
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4877
|
-
|
|
4877
|
+
expand?: string | undefined;
|
|
4878
|
+
self?: string | undefined;
|
|
4878
4879
|
transitions?: import("zod").objectInputType<{
|
|
4879
4880
|
id: import("zod").ZodString;
|
|
4880
4881
|
name: import("zod").ZodString;
|
|
@@ -4919,8 +4920,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4919
4920
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4920
4921
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4921
4922
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
4922
|
-
|
|
4923
|
-
self?: string | undefined;
|
|
4923
|
+
changelog?: unknown;
|
|
4924
4924
|
}>>;
|
|
4925
4925
|
error: import("zod").ZodString;
|
|
4926
4926
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -4928,8 +4928,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4928
4928
|
success: boolean;
|
|
4929
4929
|
operation: "get";
|
|
4930
4930
|
issue?: {
|
|
4931
|
-
id?: string | undefined;
|
|
4932
4931
|
key?: string | undefined;
|
|
4932
|
+
id?: string | undefined;
|
|
4933
4933
|
fields?: import("zod").objectOutputType<{
|
|
4934
4934
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4935
4935
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5267,7 +5267,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5267
5267
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5268
5268
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5269
5269
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5270
|
-
|
|
5270
|
+
expand?: string | undefined;
|
|
5271
|
+
self?: string | undefined;
|
|
5271
5272
|
transitions?: import("zod").objectOutputType<{
|
|
5272
5273
|
id: import("zod").ZodString;
|
|
5273
5274
|
name: import("zod").ZodString;
|
|
@@ -5312,16 +5313,15 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5312
5313
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5313
5314
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5314
5315
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
5315
|
-
|
|
5316
|
-
self?: string | undefined;
|
|
5316
|
+
changelog?: unknown;
|
|
5317
5317
|
} | undefined;
|
|
5318
5318
|
}, {
|
|
5319
5319
|
error: string;
|
|
5320
5320
|
success: boolean;
|
|
5321
5321
|
operation: "get";
|
|
5322
5322
|
issue?: {
|
|
5323
|
-
id?: string | undefined;
|
|
5324
5323
|
key?: string | undefined;
|
|
5324
|
+
id?: string | undefined;
|
|
5325
5325
|
fields?: import("zod").objectInputType<{
|
|
5326
5326
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5327
5327
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5659,7 +5659,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5659
5659
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5660
5660
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5661
5661
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5662
|
-
|
|
5662
|
+
expand?: string | undefined;
|
|
5663
|
+
self?: string | undefined;
|
|
5663
5664
|
transitions?: import("zod").objectInputType<{
|
|
5664
5665
|
id: import("zod").ZodString;
|
|
5665
5666
|
name: import("zod").ZodString;
|
|
@@ -5704,8 +5705,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5704
5705
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5705
5706
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5706
5707
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
5707
|
-
|
|
5708
|
-
self?: string | undefined;
|
|
5708
|
+
changelog?: unknown;
|
|
5709
5709
|
} | undefined;
|
|
5710
5710
|
}>, import("zod").ZodObject<{
|
|
5711
5711
|
operation: import("zod").ZodLiteral<"create">;
|
|
@@ -5715,12 +5715,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5715
5715
|
key: import("zod").ZodString;
|
|
5716
5716
|
self: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5717
5717
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5718
|
-
id: string;
|
|
5719
5718
|
key: string;
|
|
5719
|
+
id: string;
|
|
5720
5720
|
self?: string | undefined;
|
|
5721
5721
|
}, {
|
|
5722
|
-
id: string;
|
|
5723
5722
|
key: string;
|
|
5723
|
+
id: string;
|
|
5724
5724
|
self?: string | undefined;
|
|
5725
5725
|
}>>;
|
|
5726
5726
|
error: import("zod").ZodString;
|
|
@@ -5729,8 +5729,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5729
5729
|
success: boolean;
|
|
5730
5730
|
operation: "create";
|
|
5731
5731
|
issue?: {
|
|
5732
|
-
id: string;
|
|
5733
5732
|
key: string;
|
|
5733
|
+
id: string;
|
|
5734
5734
|
self?: string | undefined;
|
|
5735
5735
|
} | undefined;
|
|
5736
5736
|
}, {
|
|
@@ -5738,8 +5738,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5738
5738
|
success: boolean;
|
|
5739
5739
|
operation: "create";
|
|
5740
5740
|
issue?: {
|
|
5741
|
-
id: string;
|
|
5742
5741
|
key: string;
|
|
5742
|
+
id: string;
|
|
5743
5743
|
self?: string | undefined;
|
|
5744
5744
|
} | undefined;
|
|
5745
5745
|
}>, import("zod").ZodObject<{
|
|
@@ -6027,22 +6027,22 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6027
6027
|
error: string;
|
|
6028
6028
|
success: boolean;
|
|
6029
6029
|
operation: "list_projects";
|
|
6030
|
-
total?: number | undefined;
|
|
6031
6030
|
projects?: import("zod").objectOutputType<{
|
|
6032
6031
|
id: import("zod").ZodString;
|
|
6033
6032
|
key: import("zod").ZodString;
|
|
6034
6033
|
name: import("zod").ZodString;
|
|
6035
6034
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6035
|
+
total?: number | undefined;
|
|
6036
6036
|
}, {
|
|
6037
6037
|
error: string;
|
|
6038
6038
|
success: boolean;
|
|
6039
6039
|
operation: "list_projects";
|
|
6040
|
-
total?: number | undefined;
|
|
6041
6040
|
projects?: import("zod").objectInputType<{
|
|
6042
6041
|
id: import("zod").ZodString;
|
|
6043
6042
|
key: import("zod").ZodString;
|
|
6044
6043
|
name: import("zod").ZodString;
|
|
6045
6044
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6045
|
+
total?: number | undefined;
|
|
6046
6046
|
}>, import("zod").ZodObject<{
|
|
6047
6047
|
operation: import("zod").ZodLiteral<"list_issue_types">;
|
|
6048
6048
|
success: import("zod").ZodBoolean;
|
|
@@ -6368,7 +6368,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6368
6368
|
error: string;
|
|
6369
6369
|
success: boolean;
|
|
6370
6370
|
operation: "get_comments";
|
|
6371
|
-
total?: number | undefined;
|
|
6372
6371
|
comments?: import("zod").objectOutputType<{
|
|
6373
6372
|
id: import("zod").ZodString;
|
|
6374
6373
|
author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
@@ -6392,11 +6391,11 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6392
6391
|
created: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6393
6392
|
updated: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6394
6393
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6394
|
+
total?: number | undefined;
|
|
6395
6395
|
}, {
|
|
6396
6396
|
error: string;
|
|
6397
6397
|
success: boolean;
|
|
6398
6398
|
operation: "get_comments";
|
|
6399
|
-
total?: number | undefined;
|
|
6400
6399
|
comments?: import("zod").objectInputType<{
|
|
6401
6400
|
id: import("zod").ZodString;
|
|
6402
6401
|
author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
@@ -6420,6 +6419,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6420
6419
|
created: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6421
6420
|
updated: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6422
6421
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6422
|
+
total?: number | undefined;
|
|
6423
6423
|
}>]>;
|
|
6424
6424
|
static readonly shortDescription = "Jira integration for issue tracking and project management";
|
|
6425
6425
|
static readonly longDescription = "\n Agent-friendly Jira integration with minimal required parameters and smart defaults.\n\n Core Operations:\n - search: Find issues using JQL queries\n - get: Get details for a specific issue\n - create: Create new issues with automatic ADF conversion\n - update: Modify existing issues with flexible label operations\n - transition: Change issue status by name (no ID lookup needed)\n\n Supporting Operations:\n - list_transitions: Get available status transitions\n - list_projects: Discover available projects\n - list_issue_types: Get issue types for a project\n - add_comment: Add a comment to an issue\n - get_comments: Retrieve comments for an issue\n\n Features:\n - Markdown or plain text descriptions/comments auto-converted to Atlassian Document Format (ADF)\n - Status transitions by name (e.g., \"Done\") instead of IDs\n - Flexible label operations (add/remove/set)\n - Smart defaults for 90% of use cases\n\n Authentication:\n - OAuth 2.0 (recommended): Connect via Atlassian OAuth for secure access\n - API token (legacy): Use email + API token for Basic auth\n - Secure credential injection at runtime\n ";
|
|
@@ -62,8 +62,8 @@ export declare class LinearBubble<T extends LinearParamsInput = LinearParamsInpu
|
|
|
62
62
|
operation: "search";
|
|
63
63
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
64
64
|
priority?: number | undefined;
|
|
65
|
-
limit?: number | undefined;
|
|
66
65
|
query?: string | undefined;
|
|
66
|
+
limit?: number | undefined;
|
|
67
67
|
teamId?: string | undefined;
|
|
68
68
|
assigneeId?: string | undefined;
|
|
69
69
|
stateId?: string | undefined;
|
|
@@ -104,13 +104,13 @@ export declare class LinearBubble<T extends LinearParamsInput = LinearParamsInpu
|
|
|
104
104
|
description?: string | undefined;
|
|
105
105
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
106
106
|
priority?: number | undefined;
|
|
107
|
-
parentId?: string | undefined;
|
|
108
107
|
labelIds?: string[] | undefined;
|
|
109
108
|
dueDate?: string | undefined;
|
|
110
109
|
assigneeId?: string | undefined;
|
|
111
110
|
stateId?: string | undefined;
|
|
112
111
|
projectId?: string | undefined;
|
|
113
112
|
stateName?: string | undefined;
|
|
113
|
+
parentId?: string | undefined;
|
|
114
114
|
estimate?: number | undefined;
|
|
115
115
|
}, {
|
|
116
116
|
title: string;
|
|
@@ -119,13 +119,13 @@ export declare class LinearBubble<T extends LinearParamsInput = LinearParamsInpu
|
|
|
119
119
|
description?: string | undefined;
|
|
120
120
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
121
121
|
priority?: number | undefined;
|
|
122
|
-
parentId?: string | undefined;
|
|
123
122
|
labelIds?: string[] | undefined;
|
|
124
123
|
dueDate?: string | undefined;
|
|
125
124
|
assigneeId?: string | undefined;
|
|
126
125
|
stateId?: string | undefined;
|
|
127
126
|
projectId?: string | undefined;
|
|
128
127
|
stateName?: string | undefined;
|
|
128
|
+
parentId?: string | undefined;
|
|
129
129
|
estimate?: number | undefined;
|
|
130
130
|
}>, import("zod").ZodObject<{
|
|
131
131
|
operation: import("zod").ZodLiteral<"update">;
|
|
@@ -1573,7 +1573,6 @@ export declare class LinearBubble<T extends LinearParamsInput = LinearParamsInpu
|
|
|
1573
1573
|
error: string;
|
|
1574
1574
|
success: boolean;
|
|
1575
1575
|
operation: "get_comments";
|
|
1576
|
-
total?: number | undefined;
|
|
1577
1576
|
comments?: import("zod").objectOutputType<{
|
|
1578
1577
|
id: import("zod").ZodString;
|
|
1579
1578
|
body: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1593,11 +1592,11 @@ export declare class LinearBubble<T extends LinearParamsInput = LinearParamsInpu
|
|
|
1593
1592
|
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1594
1593
|
updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1595
1594
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
1595
|
+
total?: number | undefined;
|
|
1596
1596
|
}, {
|
|
1597
1597
|
error: string;
|
|
1598
1598
|
success: boolean;
|
|
1599
1599
|
operation: "get_comments";
|
|
1600
|
-
total?: number | undefined;
|
|
1601
1600
|
comments?: import("zod").objectInputType<{
|
|
1602
1601
|
id: import("zod").ZodString;
|
|
1603
1602
|
body: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1617,6 +1616,7 @@ export declare class LinearBubble<T extends LinearParamsInput = LinearParamsInpu
|
|
|
1617
1616
|
createdAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1618
1617
|
updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1619
1618
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
1619
|
+
total?: number | undefined;
|
|
1620
1620
|
}>, import("zod").ZodObject<{
|
|
1621
1621
|
operation: import("zod").ZodLiteral<"list_labels">;
|
|
1622
1622
|
success: import("zod").ZodBoolean;
|