@bubblelab/bubble-core 0.1.95 → 0.1.97
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 +112 -112
- package/dist/bubble-factory.d.ts +10 -0
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +30 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +140 -140
- package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
- package/dist/bubbles/service-bubble/airtable.d.ts +154 -154
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +88 -88
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +51 -51
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +134 -134
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +760 -760
- package/dist/bubbles/service-bubble/followupboss.d.ts +282 -282
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +84 -84
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +12 -12
- package/dist/bubbles/service-bubble/github.d.ts +196 -196
- package/dist/bubbles/service-bubble/gmail.d.ts +344 -344
- package/dist/bubbles/service-bubble/gmail.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/gmail.js +10 -4
- package/dist/bubbles/service-bubble/gmail.js.map +1 -1
- package/dist/bubbles/service-bubble/google-calendar.d.ts +164 -164
- package/dist/bubbles/service-bubble/google-drive.d.ts +152 -152
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +62 -62
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +14 -14
- package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.d.ts +78 -78
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +999 -999
- package/dist/bubbles/service-bubble/postgresql.d.ts +20 -20
- package/dist/bubbles/service-bubble/resend.d.ts +50 -50
- package/dist/bubbles/service-bubble/slack/slack.d.ts +594 -594
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +121 -121
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/telegram.d.ts +1600 -1600
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +29 -29
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +14 -14
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +62 -62
- 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 +8 -8
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +349 -349
- 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 +122 -122
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +80 -80
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +164 -164
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -22
- 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 +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +28 -28
- 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 +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +98 -98
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +92 -92
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
- package/dist/bubbles.json +6 -6
- package/package.json +2 -2
|
@@ -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
|
+
query: string;
|
|
15
|
+
allowedOperations: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
14
16
|
parameters: unknown[];
|
|
15
17
|
timeout: number;
|
|
16
|
-
query: string;
|
|
17
|
-
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
18
18
|
maxRows: number;
|
|
19
19
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20
20
|
}, {
|
|
21
21
|
query: string;
|
|
22
|
-
parameters?: unknown[] | undefined;
|
|
23
22
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
23
|
+
allowedOperations?: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
24
|
+
parameters?: unknown[] | undefined;
|
|
24
25
|
timeout?: number | undefined;
|
|
25
|
-
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | 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
|
-
executionTime: number;
|
|
40
|
-
error: string;
|
|
41
39
|
success: boolean;
|
|
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
|
-
executionTime: number;
|
|
48
|
-
error: string;
|
|
49
47
|
success: boolean;
|
|
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
|
+
query: string;
|
|
89
|
+
allowedOperations: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
88
90
|
parameters: unknown[];
|
|
89
91
|
timeout: number;
|
|
90
|
-
query: string;
|
|
91
|
-
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
92
92
|
maxRows: number;
|
|
93
93
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
94
94
|
}, {
|
|
95
95
|
query: string;
|
|
96
|
-
parameters?: unknown[] | undefined;
|
|
97
96
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
97
|
+
allowedOperations?: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
98
|
+
parameters?: unknown[] | undefined;
|
|
98
99
|
timeout?: number | undefined;
|
|
99
|
-
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | 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
|
-
executionTime: number;
|
|
112
|
-
error: string;
|
|
113
111
|
success: boolean;
|
|
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
|
-
executionTime: number;
|
|
120
|
-
error: string;
|
|
121
119
|
success: boolean;
|
|
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;
|
|
@@ -91,28 +91,28 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
91
91
|
due_date: import("zod").ZodOptional<import("zod").ZodString>;
|
|
92
92
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
93
93
|
}, "strip", import("zod").ZodTypeAny, {
|
|
94
|
+
operation: "create";
|
|
94
95
|
type: string;
|
|
95
96
|
summary: string;
|
|
96
|
-
operation: "create";
|
|
97
97
|
project: string;
|
|
98
98
|
description?: string | undefined;
|
|
99
99
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
100
|
-
priority?: string | undefined;
|
|
101
|
-
parent?: string | undefined;
|
|
102
100
|
labels?: string[] | undefined;
|
|
101
|
+
parent?: string | undefined;
|
|
103
102
|
assignee?: string | undefined;
|
|
103
|
+
priority?: string | undefined;
|
|
104
104
|
due_date?: string | undefined;
|
|
105
105
|
}, {
|
|
106
|
-
summary: string;
|
|
107
106
|
operation: "create";
|
|
107
|
+
summary: string;
|
|
108
108
|
project: string;
|
|
109
109
|
type?: string | undefined;
|
|
110
110
|
description?: string | undefined;
|
|
111
111
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
112
|
-
priority?: string | undefined;
|
|
113
|
-
parent?: string | undefined;
|
|
114
112
|
labels?: string[] | undefined;
|
|
113
|
+
parent?: string | undefined;
|
|
115
114
|
assignee?: string | undefined;
|
|
115
|
+
priority?: string | undefined;
|
|
116
116
|
due_date?: string | undefined;
|
|
117
117
|
}>, import("zod").ZodObject<{
|
|
118
118
|
operation: import("zod").ZodLiteral<"update">;
|
|
@@ -127,45 +127,45 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
127
127
|
set: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
128
128
|
}, "strip", import("zod").ZodTypeAny, {
|
|
129
129
|
set?: string[] | undefined;
|
|
130
|
-
remove?: string[] | undefined;
|
|
131
130
|
add?: string[] | undefined;
|
|
131
|
+
remove?: string[] | undefined;
|
|
132
132
|
}, {
|
|
133
133
|
set?: string[] | undefined;
|
|
134
|
-
remove?: string[] | undefined;
|
|
135
134
|
add?: string[] | undefined;
|
|
135
|
+
remove?: string[] | undefined;
|
|
136
136
|
}>>;
|
|
137
137
|
due_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
138
138
|
comment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
139
139
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
140
140
|
}, "strip", import("zod").ZodTypeAny, {
|
|
141
|
-
key: string;
|
|
142
141
|
operation: "update";
|
|
142
|
+
key: string;
|
|
143
143
|
description?: string | undefined;
|
|
144
144
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
145
|
-
priority?: string | undefined;
|
|
146
|
-
summary?: string | undefined;
|
|
147
145
|
labels?: {
|
|
148
146
|
set?: string[] | undefined;
|
|
149
|
-
remove?: string[] | undefined;
|
|
150
147
|
add?: string[] | undefined;
|
|
148
|
+
remove?: string[] | undefined;
|
|
151
149
|
} | undefined;
|
|
150
|
+
summary?: string | undefined;
|
|
152
151
|
comment?: string | undefined;
|
|
153
152
|
assignee?: string | null | undefined;
|
|
153
|
+
priority?: string | undefined;
|
|
154
154
|
due_date?: string | null | undefined;
|
|
155
155
|
}, {
|
|
156
|
-
key: string;
|
|
157
156
|
operation: "update";
|
|
157
|
+
key: string;
|
|
158
158
|
description?: string | undefined;
|
|
159
159
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
160
|
-
priority?: string | undefined;
|
|
161
|
-
summary?: string | undefined;
|
|
162
160
|
labels?: {
|
|
163
161
|
set?: string[] | undefined;
|
|
164
|
-
remove?: string[] | undefined;
|
|
165
162
|
add?: string[] | undefined;
|
|
163
|
+
remove?: string[] | undefined;
|
|
166
164
|
} | undefined;
|
|
165
|
+
summary?: string | undefined;
|
|
167
166
|
comment?: string | undefined;
|
|
168
167
|
assignee?: string | null | undefined;
|
|
168
|
+
priority?: string | undefined;
|
|
169
169
|
due_date?: string | null | undefined;
|
|
170
170
|
}>, import("zod").ZodObject<{
|
|
171
171
|
operation: import("zod").ZodLiteral<"transition">;
|
|
@@ -176,16 +176,16 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
176
176
|
resolution: import("zod").ZodOptional<import("zod").ZodString>;
|
|
177
177
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
178
178
|
}, "strip", import("zod").ZodTypeAny, {
|
|
179
|
-
key: string;
|
|
180
179
|
operation: "transition";
|
|
180
|
+
key: string;
|
|
181
181
|
status?: string | undefined;
|
|
182
182
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
183
183
|
comment?: string | undefined;
|
|
184
184
|
transition_id?: string | undefined;
|
|
185
185
|
resolution?: string | undefined;
|
|
186
186
|
}, {
|
|
187
|
-
key: string;
|
|
188
187
|
operation: "transition";
|
|
188
|
+
key: string;
|
|
189
189
|
status?: string | undefined;
|
|
190
190
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
191
191
|
comment?: string | undefined;
|
|
@@ -196,12 +196,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
196
196
|
key: import("zod").ZodString;
|
|
197
197
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
198
198
|
}, "strip", import("zod").ZodTypeAny, {
|
|
199
|
-
key: string;
|
|
200
199
|
operation: "list_transitions";
|
|
200
|
+
key: string;
|
|
201
201
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
202
202
|
}, {
|
|
203
|
-
key: string;
|
|
204
203
|
operation: "list_transitions";
|
|
204
|
+
key: string;
|
|
205
205
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
206
206
|
}>, import("zod").ZodObject<{
|
|
207
207
|
operation: import("zod").ZodLiteral<"list_projects">;
|
|
@@ -236,14 +236,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
236
236
|
body: import("zod").ZodString;
|
|
237
237
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
238
238
|
}, "strip", import("zod").ZodTypeAny, {
|
|
239
|
-
key: string;
|
|
240
239
|
operation: "add_comment";
|
|
241
240
|
body: string;
|
|
241
|
+
key: string;
|
|
242
242
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
243
243
|
}, {
|
|
244
|
-
key: string;
|
|
245
244
|
operation: "add_comment";
|
|
246
245
|
body: string;
|
|
246
|
+
key: string;
|
|
247
247
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
248
248
|
}>, import("zod").ZodObject<{
|
|
249
249
|
operation: import("zod").ZodLiteral<"get_comments">;
|
|
@@ -252,14 +252,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
252
252
|
offset: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
253
253
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
254
254
|
}, "strip", import("zod").ZodTypeAny, {
|
|
255
|
-
key: string;
|
|
256
255
|
operation: "get_comments";
|
|
257
256
|
limit: number;
|
|
258
257
|
offset: number;
|
|
258
|
+
key: string;
|
|
259
259
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
260
260
|
}, {
|
|
261
|
-
key: string;
|
|
262
261
|
operation: "get_comments";
|
|
262
|
+
key: string;
|
|
263
263
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
264
264
|
limit?: number | undefined;
|
|
265
265
|
offset?: number | undefined;
|
|
@@ -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
|
-
error: string;
|
|
2196
|
-
success: boolean;
|
|
2197
2195
|
operation: "search";
|
|
2196
|
+
success: boolean;
|
|
2197
|
+
error: string;
|
|
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
|
-
error: string;
|
|
2591
|
-
success: boolean;
|
|
2592
2590
|
operation: "search";
|
|
2591
|
+
success: boolean;
|
|
2592
|
+
error: string;
|
|
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
|
-
error: string;
|
|
4910
|
-
success: boolean;
|
|
4911
4909
|
operation: "get";
|
|
4910
|
+
success: boolean;
|
|
4911
|
+
error: string;
|
|
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
|
-
error: string;
|
|
5302
|
-
success: boolean;
|
|
5303
5301
|
operation: "get";
|
|
5302
|
+
success: boolean;
|
|
5303
|
+
error: string;
|
|
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
|
-
error: string;
|
|
5711
|
-
success: boolean;
|
|
5712
5710
|
operation: "create";
|
|
5711
|
+
success: boolean;
|
|
5712
|
+
error: string;
|
|
5713
5713
|
issue?: {
|
|
5714
|
-
key: string;
|
|
5715
5714
|
id: string;
|
|
5715
|
+
key: string;
|
|
5716
5716
|
self?: string | undefined;
|
|
5717
5717
|
} | undefined;
|
|
5718
5718
|
}, {
|
|
5719
|
-
error: string;
|
|
5720
|
-
success: boolean;
|
|
5721
5719
|
operation: "create";
|
|
5720
|
+
success: boolean;
|
|
5721
|
+
error: string;
|
|
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,14 +5730,14 @@ 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
|
-
error: string;
|
|
5734
|
-
success: boolean;
|
|
5735
5733
|
operation: "update";
|
|
5734
|
+
success: boolean;
|
|
5735
|
+
error: string;
|
|
5736
5736
|
key?: string | undefined;
|
|
5737
5737
|
}, {
|
|
5738
|
-
error: string;
|
|
5739
|
-
success: boolean;
|
|
5740
5738
|
operation: "update";
|
|
5739
|
+
success: boolean;
|
|
5740
|
+
error: string;
|
|
5741
5741
|
key?: string | undefined;
|
|
5742
5742
|
}>, import("zod").ZodObject<{
|
|
5743
5743
|
operation: import("zod").ZodLiteral<"transition">;
|
|
@@ -5746,15 +5746,15 @@ 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
|
-
error: string;
|
|
5750
|
-
success: boolean;
|
|
5751
5749
|
operation: "transition";
|
|
5750
|
+
success: boolean;
|
|
5751
|
+
error: string;
|
|
5752
5752
|
key?: string | undefined;
|
|
5753
5753
|
new_status?: string | undefined;
|
|
5754
5754
|
}, {
|
|
5755
|
-
error: string;
|
|
5756
|
-
success: boolean;
|
|
5757
5755
|
operation: "transition";
|
|
5756
|
+
success: boolean;
|
|
5757
|
+
error: string;
|
|
5758
5758
|
key?: string | undefined;
|
|
5759
5759
|
new_status?: string | undefined;
|
|
5760
5760
|
}>, import("zod").ZodObject<{
|
|
@@ -5892,9 +5892,9 @@ 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
|
-
error: string;
|
|
5896
|
-
success: boolean;
|
|
5897
5895
|
operation: "list_transitions";
|
|
5896
|
+
success: boolean;
|
|
5897
|
+
error: string;
|
|
5898
5898
|
transitions?: import("zod").objectOutputType<{
|
|
5899
5899
|
id: import("zod").ZodString;
|
|
5900
5900
|
name: import("zod").ZodString;
|
|
@@ -5940,9 +5940,9 @@ 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
|
-
error: string;
|
|
5944
|
-
success: boolean;
|
|
5945
5943
|
operation: "list_transitions";
|
|
5944
|
+
success: boolean;
|
|
5945
|
+
error: string;
|
|
5946
5946
|
transitions?: import("zod").objectInputType<{
|
|
5947
5947
|
id: import("zod").ZodString;
|
|
5948
5948
|
name: import("zod").ZodString;
|
|
@@ -6006,9 +6006,9 @@ 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
|
-
error: string;
|
|
6010
|
-
success: boolean;
|
|
6011
6009
|
operation: "list_projects";
|
|
6010
|
+
success: boolean;
|
|
6011
|
+
error: string;
|
|
6012
6012
|
total?: number | undefined;
|
|
6013
6013
|
projects?: import("zod").objectOutputType<{
|
|
6014
6014
|
id: import("zod").ZodString;
|
|
@@ -6016,9 +6016,9 @@ 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
|
-
error: string;
|
|
6020
|
-
success: boolean;
|
|
6021
6019
|
operation: "list_projects";
|
|
6020
|
+
success: boolean;
|
|
6021
|
+
error: string;
|
|
6022
6022
|
total?: number | undefined;
|
|
6023
6023
|
projects?: import("zod").objectInputType<{
|
|
6024
6024
|
id: import("zod").ZodString;
|
|
@@ -6046,9 +6046,9 @@ 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
|
-
error: string;
|
|
6050
|
-
success: boolean;
|
|
6051
6049
|
operation: "list_issue_types";
|
|
6050
|
+
success: boolean;
|
|
6051
|
+
error: string;
|
|
6052
6052
|
issue_types?: import("zod").objectOutputType<{
|
|
6053
6053
|
id: import("zod").ZodString;
|
|
6054
6054
|
name: import("zod").ZodString;
|
|
@@ -6056,9 +6056,9 @@ 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
|
-
error: string;
|
|
6060
|
-
success: boolean;
|
|
6061
6059
|
operation: "list_issue_types";
|
|
6060
|
+
success: boolean;
|
|
6061
|
+
error: string;
|
|
6062
6062
|
issue_types?: import("zod").objectInputType<{
|
|
6063
6063
|
id: import("zod").ZodString;
|
|
6064
6064
|
name: import("zod").ZodString;
|
|
@@ -6137,9 +6137,9 @@ 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
|
-
error: string;
|
|
6141
|
-
success: boolean;
|
|
6142
6140
|
operation: "add_comment";
|
|
6141
|
+
success: boolean;
|
|
6142
|
+
error: string;
|
|
6143
6143
|
comment?: import("zod").objectOutputType<{
|
|
6144
6144
|
id: import("zod").ZodString;
|
|
6145
6145
|
author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
@@ -6164,9 +6164,9 @@ 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
|
-
error: string;
|
|
6168
|
-
success: boolean;
|
|
6169
6167
|
operation: "add_comment";
|
|
6168
|
+
success: boolean;
|
|
6169
|
+
error: string;
|
|
6170
6170
|
comment?: import("zod").objectInputType<{
|
|
6171
6171
|
id: import("zod").ZodString;
|
|
6172
6172
|
author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
@@ -6263,9 +6263,9 @@ 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
|
-
error: string;
|
|
6267
|
-
success: boolean;
|
|
6268
6266
|
operation: "get_comments";
|
|
6267
|
+
success: boolean;
|
|
6268
|
+
error: string;
|
|
6269
6269
|
comments?: import("zod").objectOutputType<{
|
|
6270
6270
|
id: import("zod").ZodString;
|
|
6271
6271
|
author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
@@ -6291,9 +6291,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6291
6291
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6292
6292
|
total?: number | undefined;
|
|
6293
6293
|
}, {
|
|
6294
|
-
error: string;
|
|
6295
|
-
success: boolean;
|
|
6296
6294
|
operation: "get_comments";
|
|
6295
|
+
success: boolean;
|
|
6296
|
+
error: string;
|
|
6297
6297
|
comments?: import("zod").objectInputType<{
|
|
6298
6298
|
id: import("zod").ZodString;
|
|
6299
6299
|
author: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|