@bubblelab/bubble-core 0.1.205 → 0.1.207
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 +159 -159
- package/dist/bubbles/service-bubble/agi-inc.d.ts +80 -80
- package/dist/bubbles/service-bubble/ai-agent-slack-tools.d.ts +8 -1
- package/dist/bubbles/service-bubble/ai-agent-slack-tools.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent-slack-tools.js +13 -10
- package/dist/bubbles/service-bubble/ai-agent-slack-tools.js.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.d.ts +16 -16
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +7 -8
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +74 -74
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +4 -4
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +18 -18
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +10 -10
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +27 -27
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +131 -131
- package/dist/bubbles/service-bubble/apify/apify.d.ts +16 -16
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +134 -134
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +184 -184
- package/dist/bubbles/service-bubble/attio/attio.d.ts +28 -28
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +30 -30
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +32 -32
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +24 -24
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +126 -126
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +1015 -1015
- package/dist/bubbles/service-bubble/followupboss.d.ts +140 -140
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +68 -68
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +156 -156
- package/dist/bubbles/service-bubble/gmail.d.ts +224 -224
- package/dist/bubbles/service-bubble/google-calendar.d.ts +218 -218
- package/dist/bubbles/service-bubble/google-drive.d.ts +92 -92
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +48 -48
- package/dist/bubbles/service-bubble/hello-world.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +8 -8
- package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.d.ts +56 -56
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +58 -58
- package/dist/bubbles/service-bubble/linear/linear.d.ts +32 -32
- package/dist/bubbles/service-bubble/linear/linear.schema.d.ts +32 -32
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1627 -1627
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +20 -20
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/resend.d.ts +28 -28
- package/dist/bubbles/service-bubble/s3/s3.d.ts +10 -10
- package/dist/bubbles/service-bubble/s3/s3.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +10 -10
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +456 -456
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +4 -3
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +125 -125
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +143 -143
- package/dist/bubbles/service-bubble/telegram.d.ts +1562 -1562
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +13 -13
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +13 -13
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- 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 +14 -14
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +446 -446
- 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/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +48 -48
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +84 -84
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +104 -104
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +34 -34
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +94 -94
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -152,8 +152,8 @@ export declare const HubSpotResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
152
152
|
}>>;
|
|
153
153
|
error: z.ZodString;
|
|
154
154
|
}, "strip", z.ZodTypeAny, {
|
|
155
|
-
error: string;
|
|
156
155
|
success: boolean;
|
|
156
|
+
error: string;
|
|
157
157
|
operation: "create_record";
|
|
158
158
|
record?: {
|
|
159
159
|
properties: Record<string, unknown>;
|
|
@@ -163,8 +163,8 @@ export declare const HubSpotResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
163
163
|
updatedAt?: string | undefined;
|
|
164
164
|
} | undefined;
|
|
165
165
|
}, {
|
|
166
|
-
error: string;
|
|
167
166
|
success: boolean;
|
|
167
|
+
error: string;
|
|
168
168
|
operation: "create_record";
|
|
169
169
|
record?: {
|
|
170
170
|
properties: Record<string, unknown>;
|
|
@@ -197,8 +197,8 @@ export declare const HubSpotResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
197
197
|
}>>;
|
|
198
198
|
error: z.ZodString;
|
|
199
199
|
}, "strip", z.ZodTypeAny, {
|
|
200
|
-
error: string;
|
|
201
200
|
success: boolean;
|
|
201
|
+
error: string;
|
|
202
202
|
operation: "get_record";
|
|
203
203
|
record?: {
|
|
204
204
|
properties: Record<string, unknown>;
|
|
@@ -208,8 +208,8 @@ export declare const HubSpotResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
208
208
|
updatedAt?: string | undefined;
|
|
209
209
|
} | undefined;
|
|
210
210
|
}, {
|
|
211
|
-
error: string;
|
|
212
211
|
success: boolean;
|
|
212
|
+
error: string;
|
|
213
213
|
operation: "get_record";
|
|
214
214
|
record?: {
|
|
215
215
|
properties: Record<string, unknown>;
|
|
@@ -242,8 +242,8 @@ export declare const HubSpotResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
242
242
|
}>>;
|
|
243
243
|
error: z.ZodString;
|
|
244
244
|
}, "strip", z.ZodTypeAny, {
|
|
245
|
-
error: string;
|
|
246
245
|
success: boolean;
|
|
246
|
+
error: string;
|
|
247
247
|
operation: "update_record";
|
|
248
248
|
record?: {
|
|
249
249
|
properties: Record<string, unknown>;
|
|
@@ -253,8 +253,8 @@ export declare const HubSpotResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
253
253
|
updatedAt?: string | undefined;
|
|
254
254
|
} | undefined;
|
|
255
255
|
}, {
|
|
256
|
-
error: string;
|
|
257
256
|
success: boolean;
|
|
257
|
+
error: string;
|
|
258
258
|
operation: "update_record";
|
|
259
259
|
record?: {
|
|
260
260
|
properties: Record<string, unknown>;
|
|
@@ -305,8 +305,8 @@ export declare const HubSpotResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
305
305
|
}>>;
|
|
306
306
|
error: z.ZodString;
|
|
307
307
|
}, "strip", z.ZodTypeAny, {
|
|
308
|
-
error: string;
|
|
309
308
|
success: boolean;
|
|
309
|
+
error: string;
|
|
310
310
|
operation: "search_records";
|
|
311
311
|
total?: number | undefined;
|
|
312
312
|
results?: {
|
|
@@ -322,8 +322,8 @@ export declare const HubSpotResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
322
322
|
} | undefined;
|
|
323
323
|
} | undefined;
|
|
324
324
|
}, {
|
|
325
|
-
error: string;
|
|
326
325
|
success: boolean;
|
|
326
|
+
error: string;
|
|
327
327
|
operation: "search_records";
|
|
328
328
|
total?: number | undefined;
|
|
329
329
|
results?: {
|
|
@@ -11,18 +11,18 @@ declare const InsForgeDbParamsSchema: z.ZodObject<{
|
|
|
11
11
|
maxRows: z.ZodDefault<z.ZodNumber>;
|
|
12
12
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
|
-
timeout: number;
|
|
15
|
-
parameters: unknown[];
|
|
16
14
|
query: string;
|
|
17
15
|
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
16
|
+
parameters: unknown[];
|
|
17
|
+
timeout: number;
|
|
18
18
|
maxRows: number;
|
|
19
19
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20
20
|
}, {
|
|
21
21
|
query: string;
|
|
22
22
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
23
|
-
timeout?: number | undefined;
|
|
24
|
-
parameters?: unknown[] | undefined;
|
|
25
23
|
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
24
|
+
parameters?: unknown[] | undefined;
|
|
25
|
+
timeout?: number | undefined;
|
|
26
26
|
maxRows?: number | undefined;
|
|
27
27
|
}>;
|
|
28
28
|
type InsForgeDbParamsInput = z.input<typeof InsForgeDbParamsSchema>;
|
|
@@ -36,20 +36,20 @@ declare const InsForgeDbResultSchema: z.ZodObject<{
|
|
|
36
36
|
error: z.ZodString;
|
|
37
37
|
cleanedJSONString: z.ZodString;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
|
-
error: string;
|
|
40
39
|
success: boolean;
|
|
41
|
-
|
|
40
|
+
error: string;
|
|
42
41
|
rows: Record<string, unknown>[];
|
|
43
42
|
rowCount: number | null;
|
|
44
43
|
command: string;
|
|
44
|
+
executionTime: number;
|
|
45
45
|
cleanedJSONString: string;
|
|
46
46
|
}, {
|
|
47
|
-
error: string;
|
|
48
47
|
success: boolean;
|
|
49
|
-
|
|
48
|
+
error: string;
|
|
50
49
|
rows: Record<string, unknown>[];
|
|
51
50
|
rowCount: number | null;
|
|
52
51
|
command: string;
|
|
52
|
+
executionTime: number;
|
|
53
53
|
cleanedJSONString: string;
|
|
54
54
|
}>;
|
|
55
55
|
type InsForgeDbResult = z.output<typeof InsForgeDbResultSchema>;
|
|
@@ -85,18 +85,18 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
|
|
|
85
85
|
maxRows: z.ZodDefault<z.ZodNumber>;
|
|
86
86
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
87
87
|
}, "strip", z.ZodTypeAny, {
|
|
88
|
-
timeout: number;
|
|
89
|
-
parameters: unknown[];
|
|
90
88
|
query: string;
|
|
91
89
|
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
90
|
+
parameters: unknown[];
|
|
91
|
+
timeout: number;
|
|
92
92
|
maxRows: number;
|
|
93
93
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
94
94
|
}, {
|
|
95
95
|
query: string;
|
|
96
96
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
97
|
-
timeout?: number | undefined;
|
|
98
|
-
parameters?: unknown[] | undefined;
|
|
99
97
|
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
98
|
+
parameters?: unknown[] | undefined;
|
|
99
|
+
timeout?: number | undefined;
|
|
100
100
|
maxRows?: number | undefined;
|
|
101
101
|
}>;
|
|
102
102
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -108,20 +108,20 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
|
|
|
108
108
|
error: z.ZodString;
|
|
109
109
|
cleanedJSONString: z.ZodString;
|
|
110
110
|
}, "strip", z.ZodTypeAny, {
|
|
111
|
-
error: string;
|
|
112
111
|
success: boolean;
|
|
113
|
-
|
|
112
|
+
error: string;
|
|
114
113
|
rows: Record<string, unknown>[];
|
|
115
114
|
rowCount: number | null;
|
|
116
115
|
command: string;
|
|
116
|
+
executionTime: number;
|
|
117
117
|
cleanedJSONString: string;
|
|
118
118
|
}, {
|
|
119
|
-
error: string;
|
|
120
119
|
success: boolean;
|
|
121
|
-
|
|
120
|
+
error: string;
|
|
122
121
|
rows: Record<string, unknown>[];
|
|
123
122
|
rowCount: number | null;
|
|
124
123
|
command: string;
|
|
124
|
+
executionTime: number;
|
|
125
125
|
cleanedJSONString: string;
|
|
126
126
|
}>;
|
|
127
127
|
static readonly shortDescription = "InsForge is the backend built for AI-assisted development. Connect InsForge with any agent. Add authentication, database, storage, functions, and AI integrations to your app in seconds.";
|
|
@@ -67,14 +67,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
67
67
|
expand: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<["changelog", "comments", "transitions"]>, "many">>;
|
|
68
68
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
69
69
|
}, "strip", import("zod").ZodTypeAny, {
|
|
70
|
-
key: string;
|
|
71
70
|
operation: "get";
|
|
71
|
+
key: string;
|
|
72
72
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
73
73
|
fields?: string[] | undefined;
|
|
74
74
|
expand?: ("comments" | "changelog" | "transitions")[] | undefined;
|
|
75
75
|
}, {
|
|
76
|
-
key: string;
|
|
77
76
|
operation: "get";
|
|
77
|
+
key: string;
|
|
78
78
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
79
79
|
fields?: string[] | undefined;
|
|
80
80
|
expand?: ("comments" | "changelog" | "transitions")[] | undefined;
|
|
@@ -93,28 +93,28 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
93
93
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
94
94
|
}, "strip", import("zod").ZodTypeAny, {
|
|
95
95
|
type: string;
|
|
96
|
-
summary: string;
|
|
97
96
|
operation: "create";
|
|
97
|
+
summary: string;
|
|
98
98
|
project: string;
|
|
99
99
|
description?: string | undefined;
|
|
100
100
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
101
|
-
priority?: string | undefined;
|
|
102
|
-
parent?: string | undefined;
|
|
103
101
|
labels?: string[] | undefined;
|
|
102
|
+
parent?: string | undefined;
|
|
104
103
|
assignee?: string | undefined;
|
|
104
|
+
priority?: string | undefined;
|
|
105
105
|
due_date?: string | undefined;
|
|
106
106
|
custom_fields?: Record<string, unknown> | undefined;
|
|
107
107
|
}, {
|
|
108
|
-
summary: string;
|
|
109
108
|
operation: "create";
|
|
109
|
+
summary: string;
|
|
110
110
|
project: string;
|
|
111
111
|
type?: string | undefined;
|
|
112
112
|
description?: string | undefined;
|
|
113
113
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
114
|
-
priority?: string | undefined;
|
|
115
|
-
parent?: string | undefined;
|
|
116
114
|
labels?: string[] | undefined;
|
|
115
|
+
parent?: string | undefined;
|
|
117
116
|
assignee?: string | undefined;
|
|
117
|
+
priority?: string | undefined;
|
|
118
118
|
due_date?: string | undefined;
|
|
119
119
|
custom_fields?: Record<string, unknown> | undefined;
|
|
120
120
|
}>, import("zod").ZodObject<{
|
|
@@ -130,45 +130,45 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
130
130
|
set: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
131
131
|
}, "strip", import("zod").ZodTypeAny, {
|
|
132
132
|
set?: string[] | undefined;
|
|
133
|
-
remove?: string[] | undefined;
|
|
134
133
|
add?: string[] | undefined;
|
|
134
|
+
remove?: string[] | undefined;
|
|
135
135
|
}, {
|
|
136
136
|
set?: string[] | undefined;
|
|
137
|
-
remove?: string[] | undefined;
|
|
138
137
|
add?: string[] | undefined;
|
|
138
|
+
remove?: string[] | undefined;
|
|
139
139
|
}>>;
|
|
140
140
|
due_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
141
141
|
comment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
142
142
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
143
143
|
}, "strip", import("zod").ZodTypeAny, {
|
|
144
|
-
key: string;
|
|
145
144
|
operation: "update";
|
|
145
|
+
key: string;
|
|
146
146
|
description?: string | undefined;
|
|
147
147
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
148
|
-
priority?: string | undefined;
|
|
149
|
-
summary?: string | undefined;
|
|
150
148
|
labels?: {
|
|
151
149
|
set?: string[] | undefined;
|
|
152
|
-
remove?: string[] | undefined;
|
|
153
150
|
add?: string[] | undefined;
|
|
151
|
+
remove?: string[] | undefined;
|
|
154
152
|
} | undefined;
|
|
153
|
+
summary?: string | undefined;
|
|
155
154
|
comment?: string | undefined;
|
|
156
155
|
assignee?: string | null | undefined;
|
|
156
|
+
priority?: string | undefined;
|
|
157
157
|
due_date?: string | null | undefined;
|
|
158
158
|
}, {
|
|
159
|
-
key: string;
|
|
160
159
|
operation: "update";
|
|
160
|
+
key: string;
|
|
161
161
|
description?: string | undefined;
|
|
162
162
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
163
|
-
priority?: string | undefined;
|
|
164
|
-
summary?: string | undefined;
|
|
165
163
|
labels?: {
|
|
166
164
|
set?: string[] | undefined;
|
|
167
|
-
remove?: string[] | undefined;
|
|
168
165
|
add?: string[] | undefined;
|
|
166
|
+
remove?: string[] | undefined;
|
|
169
167
|
} | undefined;
|
|
168
|
+
summary?: string | undefined;
|
|
170
169
|
comment?: string | undefined;
|
|
171
170
|
assignee?: string | null | undefined;
|
|
171
|
+
priority?: string | undefined;
|
|
172
172
|
due_date?: string | null | undefined;
|
|
173
173
|
}>, import("zod").ZodObject<{
|
|
174
174
|
operation: import("zod").ZodLiteral<"transition">;
|
|
@@ -179,16 +179,16 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
179
179
|
resolution: import("zod").ZodOptional<import("zod").ZodString>;
|
|
180
180
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
181
181
|
}, "strip", import("zod").ZodTypeAny, {
|
|
182
|
-
key: string;
|
|
183
182
|
operation: "transition";
|
|
183
|
+
key: string;
|
|
184
184
|
status?: string | undefined;
|
|
185
185
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
186
186
|
comment?: string | undefined;
|
|
187
187
|
transition_id?: string | undefined;
|
|
188
188
|
resolution?: string | undefined;
|
|
189
189
|
}, {
|
|
190
|
-
key: string;
|
|
191
190
|
operation: "transition";
|
|
191
|
+
key: string;
|
|
192
192
|
status?: string | undefined;
|
|
193
193
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
194
194
|
comment?: string | undefined;
|
|
@@ -199,12 +199,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
199
199
|
key: import("zod").ZodString;
|
|
200
200
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
201
201
|
}, "strip", import("zod").ZodTypeAny, {
|
|
202
|
-
key: string;
|
|
203
202
|
operation: "list_transitions";
|
|
203
|
+
key: string;
|
|
204
204
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
205
205
|
}, {
|
|
206
|
-
key: string;
|
|
207
206
|
operation: "list_transitions";
|
|
207
|
+
key: string;
|
|
208
208
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
209
209
|
}>, import("zod").ZodObject<{
|
|
210
210
|
operation: import("zod").ZodLiteral<"list_projects">;
|
|
@@ -254,14 +254,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
254
254
|
body: import("zod").ZodString;
|
|
255
255
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
256
256
|
}, "strip", import("zod").ZodTypeAny, {
|
|
257
|
-
key: string;
|
|
258
257
|
operation: "add_comment";
|
|
259
258
|
body: string;
|
|
259
|
+
key: string;
|
|
260
260
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
261
261
|
}, {
|
|
262
|
-
key: string;
|
|
263
262
|
operation: "add_comment";
|
|
264
263
|
body: string;
|
|
264
|
+
key: string;
|
|
265
265
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
266
266
|
}>, import("zod").ZodObject<{
|
|
267
267
|
operation: import("zod").ZodLiteral<"get_comments">;
|
|
@@ -270,14 +270,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
270
270
|
offset: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
271
271
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
272
272
|
}, "strip", import("zod").ZodTypeAny, {
|
|
273
|
-
key: string;
|
|
274
273
|
operation: "get_comments";
|
|
275
274
|
limit: number;
|
|
276
275
|
offset: number;
|
|
276
|
+
key: string;
|
|
277
277
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
278
278
|
}, {
|
|
279
|
-
key: string;
|
|
280
279
|
operation: "get_comments";
|
|
280
|
+
key: string;
|
|
281
281
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
282
282
|
limit?: number | undefined;
|
|
283
283
|
offset?: number | undefined;
|
|
@@ -1432,7 +1432,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1432
1432
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1433
1433
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1434
1434
|
id?: string | undefined;
|
|
1435
|
-
key?: string | undefined;
|
|
1436
1435
|
fields?: import("zod").objectOutputType<{
|
|
1437
1436
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1438
1437
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -1770,6 +1769,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1770
1769
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1771
1770
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1772
1771
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
1772
|
+
key?: string | undefined;
|
|
1773
1773
|
changelog?: unknown;
|
|
1774
1774
|
transitions?: import("zod").objectOutputType<{
|
|
1775
1775
|
id: import("zod").ZodString;
|
|
@@ -1819,7 +1819,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1819
1819
|
self?: string | undefined;
|
|
1820
1820
|
}, {
|
|
1821
1821
|
id?: string | undefined;
|
|
1822
|
-
key?: string | undefined;
|
|
1823
1822
|
fields?: import("zod").objectInputType<{
|
|
1824
1823
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1825
1824
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2157,6 +2156,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2157
2156
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2158
2157
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2159
2158
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2159
|
+
key?: string | undefined;
|
|
2160
2160
|
changelog?: unknown;
|
|
2161
2161
|
transitions?: import("zod").objectInputType<{
|
|
2162
2162
|
id: import("zod").ZodString;
|
|
@@ -2210,12 +2210,11 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2210
2210
|
limit: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2211
2211
|
error: import("zod").ZodString;
|
|
2212
2212
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2213
|
-
error: string;
|
|
2214
2213
|
success: boolean;
|
|
2214
|
+
error: string;
|
|
2215
2215
|
operation: "search";
|
|
2216
2216
|
issues?: {
|
|
2217
2217
|
id?: string | undefined;
|
|
2218
|
-
key?: string | undefined;
|
|
2219
2218
|
fields?: import("zod").objectOutputType<{
|
|
2220
2219
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2221
2220
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2553,6 +2552,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2553
2552
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2554
2553
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2555
2554
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2555
|
+
key?: string | undefined;
|
|
2556
2556
|
changelog?: unknown;
|
|
2557
2557
|
transitions?: import("zod").objectOutputType<{
|
|
2558
2558
|
id: import("zod").ZodString;
|
|
@@ -2605,12 +2605,11 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2605
2605
|
offset?: number | undefined;
|
|
2606
2606
|
total?: number | undefined;
|
|
2607
2607
|
}, {
|
|
2608
|
-
error: string;
|
|
2609
2608
|
success: boolean;
|
|
2609
|
+
error: string;
|
|
2610
2610
|
operation: "search";
|
|
2611
2611
|
issues?: {
|
|
2612
2612
|
id?: string | undefined;
|
|
2613
|
-
key?: string | undefined;
|
|
2614
2613
|
fields?: import("zod").objectInputType<{
|
|
2615
2614
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2616
2615
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2948,6 +2947,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2948
2947
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2949
2948
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2950
2949
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2950
|
+
key?: string | undefined;
|
|
2951
2951
|
changelog?: unknown;
|
|
2952
2952
|
transitions?: import("zod").objectInputType<{
|
|
2953
2953
|
id: import("zod").ZodString;
|
|
@@ -4149,7 +4149,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4149
4149
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
4150
4150
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4151
4151
|
id?: string | undefined;
|
|
4152
|
-
key?: string | undefined;
|
|
4153
4152
|
fields?: import("zod").objectOutputType<{
|
|
4154
4153
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4155
4154
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4487,6 +4486,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4487
4486
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4488
4487
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4489
4488
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4489
|
+
key?: string | undefined;
|
|
4490
4490
|
changelog?: unknown;
|
|
4491
4491
|
transitions?: import("zod").objectOutputType<{
|
|
4492
4492
|
id: import("zod").ZodString;
|
|
@@ -4536,7 +4536,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4536
4536
|
self?: string | undefined;
|
|
4537
4537
|
}, {
|
|
4538
4538
|
id?: string | undefined;
|
|
4539
|
-
key?: string | undefined;
|
|
4540
4539
|
fields?: import("zod").objectInputType<{
|
|
4541
4540
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4542
4541
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4874,6 +4873,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4874
4873
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4875
4874
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4876
4875
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4876
|
+
key?: string | undefined;
|
|
4877
4877
|
changelog?: unknown;
|
|
4878
4878
|
transitions?: import("zod").objectInputType<{
|
|
4879
4879
|
id: import("zod").ZodString;
|
|
@@ -4924,12 +4924,11 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4924
4924
|
}>>;
|
|
4925
4925
|
error: import("zod").ZodString;
|
|
4926
4926
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4927
|
-
error: string;
|
|
4928
4927
|
success: boolean;
|
|
4928
|
+
error: string;
|
|
4929
4929
|
operation: "get";
|
|
4930
4930
|
issue?: {
|
|
4931
4931
|
id?: string | undefined;
|
|
4932
|
-
key?: string | undefined;
|
|
4933
4932
|
fields?: import("zod").objectOutputType<{
|
|
4934
4933
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4935
4934
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5267,6 +5266,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5267
5266
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5268
5267
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5269
5268
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5269
|
+
key?: string | undefined;
|
|
5270
5270
|
changelog?: unknown;
|
|
5271
5271
|
transitions?: import("zod").objectOutputType<{
|
|
5272
5272
|
id: import("zod").ZodString;
|
|
@@ -5316,12 +5316,11 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5316
5316
|
self?: string | undefined;
|
|
5317
5317
|
} | undefined;
|
|
5318
5318
|
}, {
|
|
5319
|
-
error: string;
|
|
5320
5319
|
success: boolean;
|
|
5320
|
+
error: string;
|
|
5321
5321
|
operation: "get";
|
|
5322
5322
|
issue?: {
|
|
5323
5323
|
id?: string | undefined;
|
|
5324
|
-
key?: string | undefined;
|
|
5325
5324
|
fields?: import("zod").objectInputType<{
|
|
5326
5325
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5327
5326
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5659,6 +5658,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5659
5658
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5660
5659
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5661
5660
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5661
|
+
key?: string | undefined;
|
|
5662
5662
|
changelog?: unknown;
|
|
5663
5663
|
transitions?: import("zod").objectInputType<{
|
|
5664
5664
|
id: import("zod").ZodString;
|
|
@@ -5725,8 +5725,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5725
5725
|
}>>;
|
|
5726
5726
|
error: import("zod").ZodString;
|
|
5727
5727
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5728
|
-
error: string;
|
|
5729
5728
|
success: boolean;
|
|
5729
|
+
error: string;
|
|
5730
5730
|
operation: "create";
|
|
5731
5731
|
issue?: {
|
|
5732
5732
|
id: string;
|
|
@@ -5734,8 +5734,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5734
5734
|
self?: string | undefined;
|
|
5735
5735
|
} | undefined;
|
|
5736
5736
|
}, {
|
|
5737
|
-
error: string;
|
|
5738
5737
|
success: boolean;
|
|
5738
|
+
error: string;
|
|
5739
5739
|
operation: "create";
|
|
5740
5740
|
issue?: {
|
|
5741
5741
|
id: string;
|
|
@@ -5748,13 +5748,13 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5748
5748
|
key: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5749
5749
|
error: import("zod").ZodString;
|
|
5750
5750
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5751
|
-
error: string;
|
|
5752
5751
|
success: boolean;
|
|
5752
|
+
error: string;
|
|
5753
5753
|
operation: "update";
|
|
5754
5754
|
key?: string | undefined;
|
|
5755
5755
|
}, {
|
|
5756
|
-
error: string;
|
|
5757
5756
|
success: boolean;
|
|
5757
|
+
error: string;
|
|
5758
5758
|
operation: "update";
|
|
5759
5759
|
key?: string | undefined;
|
|
5760
5760
|
}>, import("zod").ZodObject<{
|
|
@@ -5764,14 +5764,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5764
5764
|
new_status: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5765
5765
|
error: import("zod").ZodString;
|
|
5766
5766
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5767
|
-
error: string;
|
|
5768
5767
|
success: boolean;
|
|
5768
|
+
error: string;
|
|
5769
5769
|
operation: "transition";
|
|
5770
5770
|
key?: string | undefined;
|
|
5771
5771
|
new_status?: string | undefined;
|
|
5772
5772
|
}, {
|
|
5773
|
-
error: string;
|
|
5774
5773
|
success: boolean;
|
|
5774
|
+
error: string;
|
|
5775
5775
|
operation: "transition";
|
|
5776
5776
|
key?: string | undefined;
|
|
5777
5777
|
new_status?: string | undefined;
|
|
@@ -5910,8 +5910,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5910
5910
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
5911
5911
|
error: import("zod").ZodString;
|
|
5912
5912
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5913
|
-
error: string;
|
|
5914
5913
|
success: boolean;
|
|
5914
|
+
error: string;
|
|
5915
5915
|
operation: "list_transitions";
|
|
5916
5916
|
transitions?: import("zod").objectOutputType<{
|
|
5917
5917
|
id: import("zod").ZodString;
|
|
@@ -5958,8 +5958,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5958
5958
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5959
5959
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
5960
5960
|
}, {
|
|
5961
|
-
error: string;
|
|
5962
5961
|
success: boolean;
|
|
5962
|
+
error: string;
|
|
5963
5963
|
operation: "list_transitions";
|
|
5964
5964
|
transitions?: import("zod").objectInputType<{
|
|
5965
5965
|
id: import("zod").ZodString;
|
|
@@ -6024,8 +6024,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6024
6024
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6025
6025
|
error: import("zod").ZodString;
|
|
6026
6026
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6027
|
-
error: string;
|
|
6028
6027
|
success: boolean;
|
|
6028
|
+
error: string;
|
|
6029
6029
|
operation: "list_projects";
|
|
6030
6030
|
projects?: import("zod").objectOutputType<{
|
|
6031
6031
|
id: import("zod").ZodString;
|
|
@@ -6034,8 +6034,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6034
6034
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6035
6035
|
total?: number | undefined;
|
|
6036
6036
|
}, {
|
|
6037
|
-
error: string;
|
|
6038
6037
|
success: boolean;
|
|
6038
|
+
error: string;
|
|
6039
6039
|
operation: "list_projects";
|
|
6040
6040
|
projects?: import("zod").objectInputType<{
|
|
6041
6041
|
id: import("zod").ZodString;
|
|
@@ -6064,8 +6064,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6064
6064
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
6065
6065
|
error: import("zod").ZodString;
|
|
6066
6066
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6067
|
-
error: string;
|
|
6068
6067
|
success: boolean;
|
|
6068
|
+
error: string;
|
|
6069
6069
|
operation: "list_issue_types";
|
|
6070
6070
|
issue_types?: import("zod").objectOutputType<{
|
|
6071
6071
|
id: import("zod").ZodString;
|
|
@@ -6074,8 +6074,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6074
6074
|
subtask: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6075
6075
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6076
6076
|
}, {
|
|
6077
|
-
error: string;
|
|
6078
6077
|
success: boolean;
|
|
6078
|
+
error: string;
|
|
6079
6079
|
operation: "list_issue_types";
|
|
6080
6080
|
issue_types?: import("zod").objectInputType<{
|
|
6081
6081
|
id: import("zod").ZodString;
|
|
@@ -6136,8 +6136,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6136
6136
|
}>, "many">>;
|
|
6137
6137
|
error: import("zod").ZodString;
|
|
6138
6138
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6139
|
-
error: string;
|
|
6140
6139
|
success: boolean;
|
|
6140
|
+
error: string;
|
|
6141
6141
|
operation: "get_create_fields";
|
|
6142
6142
|
issue_types?: {
|
|
6143
6143
|
name: string;
|
|
@@ -6152,8 +6152,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6152
6152
|
}[];
|
|
6153
6153
|
}[] | undefined;
|
|
6154
6154
|
}, {
|
|
6155
|
-
error: string;
|
|
6156
6155
|
success: boolean;
|
|
6156
|
+
error: string;
|
|
6157
6157
|
operation: "get_create_fields";
|
|
6158
6158
|
issue_types?: {
|
|
6159
6159
|
name: string;
|
|
@@ -6239,8 +6239,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6239
6239
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
6240
6240
|
error: import("zod").ZodString;
|
|
6241
6241
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6242
|
-
error: string;
|
|
6243
6242
|
success: boolean;
|
|
6243
|
+
error: string;
|
|
6244
6244
|
operation: "add_comment";
|
|
6245
6245
|
comment?: import("zod").objectOutputType<{
|
|
6246
6246
|
id: import("zod").ZodString;
|
|
@@ -6266,8 +6266,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6266
6266
|
updated: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6267
6267
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
6268
6268
|
}, {
|
|
6269
|
-
error: string;
|
|
6270
6269
|
success: boolean;
|
|
6270
|
+
error: string;
|
|
6271
6271
|
operation: "add_comment";
|
|
6272
6272
|
comment?: import("zod").objectInputType<{
|
|
6273
6273
|
id: import("zod").ZodString;
|
|
@@ -6365,8 +6365,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6365
6365
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
6366
6366
|
error: import("zod").ZodString;
|
|
6367
6367
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6368
|
-
error: string;
|
|
6369
6368
|
success: boolean;
|
|
6369
|
+
error: string;
|
|
6370
6370
|
operation: "get_comments";
|
|
6371
6371
|
comments?: import("zod").objectOutputType<{
|
|
6372
6372
|
id: import("zod").ZodString;
|
|
@@ -6393,8 +6393,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6393
6393
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6394
6394
|
total?: number | undefined;
|
|
6395
6395
|
}, {
|
|
6396
|
-
error: string;
|
|
6397
6396
|
success: boolean;
|
|
6397
|
+
error: string;
|
|
6398
6398
|
operation: "get_comments";
|
|
6399
6399
|
comments?: import("zod").objectInputType<{
|
|
6400
6400
|
id: import("zod").ZodString;
|