@bubblelab/bubble-core 0.1.136 → 0.1.138
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 +87 -87
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- 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 +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +806 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js +256 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +901 -94
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +8 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +19 -19
- package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.js +1 -0
- package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +6 -6
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +7 -7
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +17 -17
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +350 -350
- package/dist/bubbles/service-bubble/followupboss.d.ts +12 -12
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +28 -28
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +62 -62
- package/dist/bubbles/service-bubble/github.d.ts +60 -60
- package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
- package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
- package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +2 -2
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +132 -32
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.js +48 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +140 -38
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.js +50 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +388 -388
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.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 +64 -64
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +1890 -452
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.js +300 -56
- package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +108 -108
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +72 -72
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +26 -26
- package/dist/bubbles.json +603 -7
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/salesforce/index.d.ts +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/index.js +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +0 -1331
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.js +0 -618
- package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +0 -1445
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +0 -609
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +0 -87
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +0 -181
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +0 -1
|
@@ -123,12 +123,12 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
123
123
|
dateTime?: string | undefined;
|
|
124
124
|
};
|
|
125
125
|
operation: "create_event";
|
|
126
|
-
calendar_id: string;
|
|
127
126
|
end: {
|
|
128
127
|
date?: string | undefined;
|
|
129
128
|
timeZone?: string | undefined;
|
|
130
129
|
dateTime?: string | undefined;
|
|
131
130
|
};
|
|
131
|
+
calendar_id: string;
|
|
132
132
|
conference: boolean;
|
|
133
133
|
description?: string | undefined;
|
|
134
134
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -155,13 +155,13 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
155
155
|
description?: string | undefined;
|
|
156
156
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
157
157
|
location?: string | undefined;
|
|
158
|
-
calendar_id?: string | undefined;
|
|
159
158
|
attendees?: {
|
|
160
159
|
email: string;
|
|
161
160
|
optional?: boolean | undefined;
|
|
162
161
|
displayName?: string | undefined;
|
|
163
162
|
responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
|
|
164
163
|
}[] | undefined;
|
|
164
|
+
calendar_id?: string | undefined;
|
|
165
165
|
conference?: boolean | undefined;
|
|
166
166
|
}>, z.ZodObject<{
|
|
167
167
|
operation: z.ZodLiteral<"update_event">;
|
|
@@ -249,7 +249,6 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
249
249
|
dateTime?: string | undefined;
|
|
250
250
|
} | undefined;
|
|
251
251
|
location?: string | undefined;
|
|
252
|
-
calendar_id?: string | undefined;
|
|
253
252
|
end?: {
|
|
254
253
|
date?: string | undefined;
|
|
255
254
|
timeZone?: string | undefined;
|
|
@@ -261,6 +260,7 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
261
260
|
displayName?: string | undefined;
|
|
262
261
|
responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
|
|
263
262
|
}[] | undefined;
|
|
263
|
+
calendar_id?: string | undefined;
|
|
264
264
|
}>, z.ZodObject<{
|
|
265
265
|
operation: z.ZodLiteral<"delete_event">;
|
|
266
266
|
calendar_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -2206,12 +2206,12 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2206
2206
|
dateTime?: string | undefined;
|
|
2207
2207
|
};
|
|
2208
2208
|
operation: "create_event";
|
|
2209
|
-
calendar_id: string;
|
|
2210
2209
|
end: {
|
|
2211
2210
|
date?: string | undefined;
|
|
2212
2211
|
timeZone?: string | undefined;
|
|
2213
2212
|
dateTime?: string | undefined;
|
|
2214
2213
|
};
|
|
2214
|
+
calendar_id: string;
|
|
2215
2215
|
conference: boolean;
|
|
2216
2216
|
description?: string | undefined;
|
|
2217
2217
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -2238,13 +2238,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2238
2238
|
description?: string | undefined;
|
|
2239
2239
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2240
2240
|
location?: string | undefined;
|
|
2241
|
-
calendar_id?: string | undefined;
|
|
2242
2241
|
attendees?: {
|
|
2243
2242
|
email: string;
|
|
2244
2243
|
optional?: boolean | undefined;
|
|
2245
2244
|
displayName?: string | undefined;
|
|
2246
2245
|
responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
|
|
2247
2246
|
}[] | undefined;
|
|
2247
|
+
calendar_id?: string | undefined;
|
|
2248
2248
|
conference?: boolean | undefined;
|
|
2249
2249
|
}>, z.ZodObject<{
|
|
2250
2250
|
operation: z.ZodLiteral<"update_event">;
|
|
@@ -2332,7 +2332,6 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2332
2332
|
dateTime?: string | undefined;
|
|
2333
2333
|
} | undefined;
|
|
2334
2334
|
location?: string | undefined;
|
|
2335
|
-
calendar_id?: string | undefined;
|
|
2336
2335
|
end?: {
|
|
2337
2336
|
date?: string | undefined;
|
|
2338
2337
|
timeZone?: string | undefined;
|
|
@@ -2344,6 +2343,7 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2344
2343
|
displayName?: string | undefined;
|
|
2345
2344
|
responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
|
|
2346
2345
|
}[] | undefined;
|
|
2346
|
+
calendar_id?: string | undefined;
|
|
2347
2347
|
}>, z.ZodObject<{
|
|
2348
2348
|
operation: z.ZodLiteral<"delete_event">;
|
|
2349
2349
|
calendar_id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -15,15 +15,15 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
15
15
|
content: string;
|
|
16
16
|
operation: "upload_file";
|
|
17
17
|
convert_to_google_docs: boolean;
|
|
18
|
-
mimeType?: string | undefined;
|
|
19
18
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19
|
+
mimeType?: string | undefined;
|
|
20
20
|
parent_folder_id?: string | undefined;
|
|
21
21
|
}, {
|
|
22
22
|
name: string;
|
|
23
23
|
content: string;
|
|
24
24
|
operation: "upload_file";
|
|
25
|
-
mimeType?: string | undefined;
|
|
26
25
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
26
|
+
mimeType?: string | undefined;
|
|
27
27
|
parent_folder_id?: string | undefined;
|
|
28
28
|
convert_to_google_docs?: boolean | undefined;
|
|
29
29
|
}>, z.ZodObject<{
|
|
@@ -355,15 +355,15 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
355
355
|
error: string;
|
|
356
356
|
success: boolean;
|
|
357
357
|
operation: "download_file";
|
|
358
|
-
mimeType?: string | undefined;
|
|
359
358
|
content?: string | undefined;
|
|
359
|
+
mimeType?: string | undefined;
|
|
360
360
|
filename?: string | undefined;
|
|
361
361
|
}, {
|
|
362
362
|
error: string;
|
|
363
363
|
success: boolean;
|
|
364
364
|
operation: "download_file";
|
|
365
|
-
mimeType?: string | undefined;
|
|
366
365
|
content?: string | undefined;
|
|
366
|
+
mimeType?: string | undefined;
|
|
367
367
|
filename?: string | undefined;
|
|
368
368
|
}>, z.ZodObject<{
|
|
369
369
|
operation: z.ZodLiteral<"list_files">;
|
|
@@ -929,15 +929,15 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
929
929
|
content: string;
|
|
930
930
|
operation: "upload_file";
|
|
931
931
|
convert_to_google_docs: boolean;
|
|
932
|
-
mimeType?: string | undefined;
|
|
933
932
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
933
|
+
mimeType?: string | undefined;
|
|
934
934
|
parent_folder_id?: string | undefined;
|
|
935
935
|
}, {
|
|
936
936
|
name: string;
|
|
937
937
|
content: string;
|
|
938
938
|
operation: "upload_file";
|
|
939
|
-
mimeType?: string | undefined;
|
|
940
939
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
940
|
+
mimeType?: string | undefined;
|
|
941
941
|
parent_folder_id?: string | undefined;
|
|
942
942
|
convert_to_google_docs?: boolean | undefined;
|
|
943
943
|
}>, z.ZodObject<{
|
|
@@ -1269,15 +1269,15 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1269
1269
|
error: string;
|
|
1270
1270
|
success: boolean;
|
|
1271
1271
|
operation: "download_file";
|
|
1272
|
-
mimeType?: string | undefined;
|
|
1273
1272
|
content?: string | undefined;
|
|
1273
|
+
mimeType?: string | undefined;
|
|
1274
1274
|
filename?: string | undefined;
|
|
1275
1275
|
}, {
|
|
1276
1276
|
error: string;
|
|
1277
1277
|
success: boolean;
|
|
1278
1278
|
operation: "download_file";
|
|
1279
|
-
mimeType?: string | undefined;
|
|
1280
1279
|
content?: string | undefined;
|
|
1280
|
+
mimeType?: string | undefined;
|
|
1281
1281
|
filename?: string | undefined;
|
|
1282
1282
|
}>, z.ZodObject<{
|
|
1283
1283
|
operation: z.ZodLiteral<"list_files">;
|
|
@@ -13,8 +13,8 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
13
13
|
authHeader: z.ZodOptional<z.ZodString>;
|
|
14
14
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
url: string;
|
|
17
16
|
timeout: number;
|
|
17
|
+
url: string;
|
|
18
18
|
method: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
19
19
|
followRedirects: boolean;
|
|
20
20
|
authType: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header";
|
|
@@ -83,8 +83,8 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
83
83
|
authHeader: z.ZodOptional<z.ZodString>;
|
|
84
84
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
85
85
|
}, "strip", z.ZodTypeAny, {
|
|
86
|
-
url: string;
|
|
87
86
|
timeout: number;
|
|
87
|
+
url: string;
|
|
88
88
|
method: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
89
89
|
followRedirects: boolean;
|
|
90
90
|
authType: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header";
|
|
@@ -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
|
+
parameters: unknown[];
|
|
14
15
|
timeout: number;
|
|
15
16
|
query: string;
|
|
16
17
|
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
17
|
-
parameters: unknown[];
|
|
18
18
|
maxRows: number;
|
|
19
19
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20
20
|
}, {
|
|
21
21
|
query: string;
|
|
22
|
+
parameters?: unknown[] | undefined;
|
|
22
23
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
23
24
|
timeout?: number | undefined;
|
|
24
25
|
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
25
|
-
parameters?: unknown[] | 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;
|
|
39
40
|
error: string;
|
|
40
41
|
success: boolean;
|
|
41
42
|
rows: Record<string, unknown>[];
|
|
42
43
|
rowCount: number | null;
|
|
43
44
|
command: string;
|
|
44
|
-
executionTime: number;
|
|
45
45
|
cleanedJSONString: string;
|
|
46
46
|
}, {
|
|
47
|
+
executionTime: number;
|
|
47
48
|
error: string;
|
|
48
49
|
success: boolean;
|
|
49
50
|
rows: Record<string, unknown>[];
|
|
50
51
|
rowCount: number | null;
|
|
51
52
|
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
|
+
parameters: unknown[];
|
|
88
89
|
timeout: number;
|
|
89
90
|
query: string;
|
|
90
91
|
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
91
|
-
parameters: unknown[];
|
|
92
92
|
maxRows: number;
|
|
93
93
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
94
94
|
}, {
|
|
95
95
|
query: string;
|
|
96
|
+
parameters?: unknown[] | undefined;
|
|
96
97
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
97
98
|
timeout?: number | undefined;
|
|
98
99
|
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
99
|
-
parameters?: unknown[] | 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;
|
|
111
112
|
error: string;
|
|
112
113
|
success: boolean;
|
|
113
114
|
rows: Record<string, unknown>[];
|
|
114
115
|
rowCount: number | null;
|
|
115
116
|
command: string;
|
|
116
|
-
executionTime: number;
|
|
117
117
|
cleanedJSONString: string;
|
|
118
118
|
}, {
|
|
119
|
+
executionTime: number;
|
|
119
120
|
error: string;
|
|
120
121
|
success: boolean;
|
|
121
122
|
rows: Record<string, unknown>[];
|
|
122
123
|
rowCount: number | null;
|
|
123
124
|
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.";
|
|
@@ -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" | "changelog" | "transitions")[] | 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" | "changelog" | "transitions")[] | undefined;
|
|
81
81
|
}>, import("zod").ZodObject<{
|
|
82
82
|
operation: import("zod").ZodLiteral<"create">;
|
|
83
83
|
project: import("zod").ZodString;
|
|
@@ -129,12 +129,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
129
129
|
remove: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
130
130
|
set: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
131
131
|
}, "strip", import("zod").ZodTypeAny, {
|
|
132
|
-
set?: string[] | undefined;
|
|
133
132
|
remove?: string[] | undefined;
|
|
133
|
+
set?: string[] | undefined;
|
|
134
134
|
add?: string[] | undefined;
|
|
135
135
|
}, {
|
|
136
|
-
set?: string[] | undefined;
|
|
137
136
|
remove?: string[] | undefined;
|
|
137
|
+
set?: string[] | undefined;
|
|
138
138
|
add?: string[] | undefined;
|
|
139
139
|
}>>;
|
|
140
140
|
due_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -148,8 +148,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
148
148
|
priority?: string | undefined;
|
|
149
149
|
summary?: string | undefined;
|
|
150
150
|
labels?: {
|
|
151
|
-
set?: string[] | undefined;
|
|
152
151
|
remove?: string[] | undefined;
|
|
152
|
+
set?: string[] | undefined;
|
|
153
153
|
add?: string[] | undefined;
|
|
154
154
|
} | undefined;
|
|
155
155
|
comment?: string | undefined;
|
|
@@ -163,8 +163,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
163
163
|
priority?: string | undefined;
|
|
164
164
|
summary?: string | undefined;
|
|
165
165
|
labels?: {
|
|
166
|
-
set?: string[] | undefined;
|
|
167
166
|
remove?: string[] | undefined;
|
|
167
|
+
set?: string[] | undefined;
|
|
168
168
|
add?: string[] | undefined;
|
|
169
169
|
} | undefined;
|
|
170
170
|
comment?: string | undefined;
|
|
@@ -233,6 +233,21 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
233
233
|
operation: "list_issue_types";
|
|
234
234
|
project: string;
|
|
235
235
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
236
|
+
}>, import("zod").ZodObject<{
|
|
237
|
+
operation: import("zod").ZodLiteral<"get_create_fields">;
|
|
238
|
+
project: import("zod").ZodString;
|
|
239
|
+
issue_type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
240
|
+
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
241
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
242
|
+
operation: "get_create_fields";
|
|
243
|
+
project: string;
|
|
244
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
245
|
+
issue_type?: string | undefined;
|
|
246
|
+
}, {
|
|
247
|
+
operation: "get_create_fields";
|
|
248
|
+
project: string;
|
|
249
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
250
|
+
issue_type?: string | undefined;
|
|
236
251
|
}>, import("zod").ZodObject<{
|
|
237
252
|
operation: import("zod").ZodLiteral<"add_comment">;
|
|
238
253
|
key: import("zod").ZodString;
|
|
@@ -1755,8 +1770,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1755
1770
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1756
1771
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1757
1772
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
1758
|
-
|
|
1759
|
-
self?: string | undefined;
|
|
1773
|
+
changelog?: unknown;
|
|
1760
1774
|
transitions?: import("zod").objectOutputType<{
|
|
1761
1775
|
id: import("zod").ZodString;
|
|
1762
1776
|
name: import("zod").ZodString;
|
|
@@ -1801,7 +1815,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1801
1815
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1802
1816
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1803
1817
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
1804
|
-
|
|
1818
|
+
expand?: string | undefined;
|
|
1819
|
+
self?: string | undefined;
|
|
1805
1820
|
}, {
|
|
1806
1821
|
key?: string | undefined;
|
|
1807
1822
|
id?: string | undefined;
|
|
@@ -2142,8 +2157,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2142
2157
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2143
2158
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2144
2159
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2145
|
-
|
|
2146
|
-
self?: string | undefined;
|
|
2160
|
+
changelog?: unknown;
|
|
2147
2161
|
transitions?: import("zod").objectInputType<{
|
|
2148
2162
|
id: import("zod").ZodString;
|
|
2149
2163
|
name: import("zod").ZodString;
|
|
@@ -2188,7 +2202,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2188
2202
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2189
2203
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2190
2204
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2191
|
-
|
|
2205
|
+
expand?: string | undefined;
|
|
2206
|
+
self?: string | undefined;
|
|
2192
2207
|
}>, "many">>;
|
|
2193
2208
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2194
2209
|
offset: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -2538,8 +2553,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2538
2553
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2539
2554
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2540
2555
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2541
|
-
|
|
2542
|
-
self?: string | undefined;
|
|
2556
|
+
changelog?: unknown;
|
|
2543
2557
|
transitions?: import("zod").objectOutputType<{
|
|
2544
2558
|
id: import("zod").ZodString;
|
|
2545
2559
|
name: import("zod").ZodString;
|
|
@@ -2584,7 +2598,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2584
2598
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2585
2599
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2586
2600
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2587
|
-
|
|
2601
|
+
expand?: string | undefined;
|
|
2602
|
+
self?: string | undefined;
|
|
2588
2603
|
}[] | undefined;
|
|
2589
2604
|
limit?: number | undefined;
|
|
2590
2605
|
offset?: number | undefined;
|
|
@@ -2933,8 +2948,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2933
2948
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2934
2949
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2935
2950
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2936
|
-
|
|
2937
|
-
self?: string | undefined;
|
|
2951
|
+
changelog?: unknown;
|
|
2938
2952
|
transitions?: import("zod").objectInputType<{
|
|
2939
2953
|
id: import("zod").ZodString;
|
|
2940
2954
|
name: import("zod").ZodString;
|
|
@@ -2979,7 +2993,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2979
2993
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2980
2994
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2981
2995
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2982
|
-
|
|
2996
|
+
expand?: string | undefined;
|
|
2997
|
+
self?: string | undefined;
|
|
2983
2998
|
}[] | undefined;
|
|
2984
2999
|
limit?: number | undefined;
|
|
2985
3000
|
offset?: number | undefined;
|
|
@@ -4472,8 +4487,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4472
4487
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4473
4488
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4474
4489
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4475
|
-
|
|
4476
|
-
self?: string | undefined;
|
|
4490
|
+
changelog?: unknown;
|
|
4477
4491
|
transitions?: import("zod").objectOutputType<{
|
|
4478
4492
|
id: import("zod").ZodString;
|
|
4479
4493
|
name: import("zod").ZodString;
|
|
@@ -4518,7 +4532,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4518
4532
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4519
4533
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4520
4534
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
4521
|
-
|
|
4535
|
+
expand?: string | undefined;
|
|
4536
|
+
self?: string | undefined;
|
|
4522
4537
|
}, {
|
|
4523
4538
|
key?: string | undefined;
|
|
4524
4539
|
id?: string | undefined;
|
|
@@ -4859,8 +4874,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4859
4874
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4860
4875
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4861
4876
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4862
|
-
|
|
4863
|
-
self?: string | undefined;
|
|
4877
|
+
changelog?: unknown;
|
|
4864
4878
|
transitions?: import("zod").objectInputType<{
|
|
4865
4879
|
id: import("zod").ZodString;
|
|
4866
4880
|
name: import("zod").ZodString;
|
|
@@ -4905,7 +4919,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4905
4919
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4906
4920
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4907
4921
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
4908
|
-
|
|
4922
|
+
expand?: string | undefined;
|
|
4923
|
+
self?: string | undefined;
|
|
4909
4924
|
}>>;
|
|
4910
4925
|
error: import("zod").ZodString;
|
|
4911
4926
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -5252,8 +5267,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5252
5267
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5253
5268
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5254
5269
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5255
|
-
|
|
5256
|
-
self?: string | undefined;
|
|
5270
|
+
changelog?: unknown;
|
|
5257
5271
|
transitions?: import("zod").objectOutputType<{
|
|
5258
5272
|
id: import("zod").ZodString;
|
|
5259
5273
|
name: import("zod").ZodString;
|
|
@@ -5298,7 +5312,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5298
5312
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5299
5313
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5300
5314
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
5301
|
-
|
|
5315
|
+
expand?: string | undefined;
|
|
5316
|
+
self?: string | undefined;
|
|
5302
5317
|
} | undefined;
|
|
5303
5318
|
}, {
|
|
5304
5319
|
error: string;
|
|
@@ -5644,8 +5659,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5644
5659
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5645
5660
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5646
5661
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5647
|
-
|
|
5648
|
-
self?: string | undefined;
|
|
5662
|
+
changelog?: unknown;
|
|
5649
5663
|
transitions?: import("zod").objectInputType<{
|
|
5650
5664
|
id: import("zod").ZodString;
|
|
5651
5665
|
name: import("zod").ZodString;
|
|
@@ -5690,7 +5704,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5690
5704
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5691
5705
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5692
5706
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
5693
|
-
|
|
5707
|
+
expand?: string | undefined;
|
|
5708
|
+
self?: string | undefined;
|
|
5694
5709
|
} | undefined;
|
|
5695
5710
|
}>, import("zod").ZodObject<{
|
|
5696
5711
|
operation: import("zod").ZodLiteral<"create">;
|
|
@@ -6012,22 +6027,22 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6012
6027
|
error: string;
|
|
6013
6028
|
success: boolean;
|
|
6014
6029
|
operation: "list_projects";
|
|
6015
|
-
total?: number | undefined;
|
|
6016
6030
|
projects?: import("zod").objectOutputType<{
|
|
6017
6031
|
id: import("zod").ZodString;
|
|
6018
6032
|
key: import("zod").ZodString;
|
|
6019
6033
|
name: import("zod").ZodString;
|
|
6020
6034
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6035
|
+
total?: number | undefined;
|
|
6021
6036
|
}, {
|
|
6022
6037
|
error: string;
|
|
6023
6038
|
success: boolean;
|
|
6024
6039
|
operation: "list_projects";
|
|
6025
|
-
total?: number | undefined;
|
|
6026
6040
|
projects?: import("zod").objectInputType<{
|
|
6027
6041
|
id: import("zod").ZodString;
|
|
6028
6042
|
key: import("zod").ZodString;
|
|
6029
6043
|
name: import("zod").ZodString;
|
|
6030
6044
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6045
|
+
total?: number | undefined;
|
|
6031
6046
|
}>, import("zod").ZodObject<{
|
|
6032
6047
|
operation: import("zod").ZodLiteral<"list_issue_types">;
|
|
6033
6048
|
success: import("zod").ZodBoolean;
|
|
@@ -6068,6 +6083,90 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6068
6083
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
6069
6084
|
subtask: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
6070
6085
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
6086
|
+
}>, import("zod").ZodObject<{
|
|
6087
|
+
operation: import("zod").ZodLiteral<"get_create_fields">;
|
|
6088
|
+
success: import("zod").ZodBoolean;
|
|
6089
|
+
issue_types: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
6090
|
+
id: import("zod").ZodString;
|
|
6091
|
+
name: import("zod").ZodString;
|
|
6092
|
+
fields: import("zod").ZodArray<import("zod").ZodObject<{
|
|
6093
|
+
fieldId: import("zod").ZodString;
|
|
6094
|
+
name: import("zod").ZodString;
|
|
6095
|
+
required: import("zod").ZodBoolean;
|
|
6096
|
+
isCustom: import("zod").ZodBoolean;
|
|
6097
|
+
schema: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
6098
|
+
allowedValues: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
|
|
6099
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6100
|
+
required: boolean;
|
|
6101
|
+
name: string;
|
|
6102
|
+
fieldId: string;
|
|
6103
|
+
isCustom: boolean;
|
|
6104
|
+
schema?: unknown;
|
|
6105
|
+
allowedValues?: unknown[] | undefined;
|
|
6106
|
+
}, {
|
|
6107
|
+
required: boolean;
|
|
6108
|
+
name: string;
|
|
6109
|
+
fieldId: string;
|
|
6110
|
+
isCustom: boolean;
|
|
6111
|
+
schema?: unknown;
|
|
6112
|
+
allowedValues?: unknown[] | undefined;
|
|
6113
|
+
}>, "many">;
|
|
6114
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6115
|
+
name: string;
|
|
6116
|
+
id: string;
|
|
6117
|
+
fields: {
|
|
6118
|
+
required: boolean;
|
|
6119
|
+
name: string;
|
|
6120
|
+
fieldId: string;
|
|
6121
|
+
isCustom: boolean;
|
|
6122
|
+
schema?: unknown;
|
|
6123
|
+
allowedValues?: unknown[] | undefined;
|
|
6124
|
+
}[];
|
|
6125
|
+
}, {
|
|
6126
|
+
name: string;
|
|
6127
|
+
id: string;
|
|
6128
|
+
fields: {
|
|
6129
|
+
required: boolean;
|
|
6130
|
+
name: string;
|
|
6131
|
+
fieldId: string;
|
|
6132
|
+
isCustom: boolean;
|
|
6133
|
+
schema?: unknown;
|
|
6134
|
+
allowedValues?: unknown[] | undefined;
|
|
6135
|
+
}[];
|
|
6136
|
+
}>, "many">>;
|
|
6137
|
+
error: import("zod").ZodString;
|
|
6138
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
6139
|
+
error: string;
|
|
6140
|
+
success: boolean;
|
|
6141
|
+
operation: "get_create_fields";
|
|
6142
|
+
issue_types?: {
|
|
6143
|
+
name: string;
|
|
6144
|
+
id: string;
|
|
6145
|
+
fields: {
|
|
6146
|
+
required: boolean;
|
|
6147
|
+
name: string;
|
|
6148
|
+
fieldId: string;
|
|
6149
|
+
isCustom: boolean;
|
|
6150
|
+
schema?: unknown;
|
|
6151
|
+
allowedValues?: unknown[] | undefined;
|
|
6152
|
+
}[];
|
|
6153
|
+
}[] | undefined;
|
|
6154
|
+
}, {
|
|
6155
|
+
error: string;
|
|
6156
|
+
success: boolean;
|
|
6157
|
+
operation: "get_create_fields";
|
|
6158
|
+
issue_types?: {
|
|
6159
|
+
name: string;
|
|
6160
|
+
id: string;
|
|
6161
|
+
fields: {
|
|
6162
|
+
required: boolean;
|
|
6163
|
+
name: string;
|
|
6164
|
+
fieldId: string;
|
|
6165
|
+
isCustom: boolean;
|
|
6166
|
+
schema?: unknown;
|
|
6167
|
+
allowedValues?: unknown[] | undefined;
|
|
6168
|
+
}[];
|
|
6169
|
+
}[] | undefined;
|
|
6071
6170
|
}>, import("zod").ZodObject<{
|
|
6072
6171
|
operation: import("zod").ZodLiteral<"add_comment">;
|
|
6073
6172
|
success: import("zod").ZodBoolean;
|
|
@@ -6355,6 +6454,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6355
6454
|
private listTransitions;
|
|
6356
6455
|
private listProjects;
|
|
6357
6456
|
private listIssueTypes;
|
|
6457
|
+
private getCreateFields;
|
|
6358
6458
|
private addComment;
|
|
6359
6459
|
private getComments;
|
|
6360
6460
|
protected chooseCredential(): string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"jira.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/jira/jira.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AACvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAIL,KAAK,eAAe,EACpB,KAAK,UAAU,
|
|
1
|
+
{"version":3,"file":"jira.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/jira/jira.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AACvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAIL,KAAK,eAAe,EACpB,KAAK,UAAU,EAahB,MAAM,kBAAkB,CAAC;AAS1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,qBAAa,UAAU,CACrB,CAAC,SAAS,eAAe,GAAG,eAAe,CAC3C,SAAQ,aAAa,CAAC,CAAC,EAAE,OAAO,CAAC,UAAU,EAAE;IAAE,SAAS,EAAE,CAAC,CAAC,WAAW,CAAC,CAAA;CAAE,CAAC,CAAC;IAC5E,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAG,SAAS,CAAU;IAC1C,MAAM,CAAC,QAAQ,CAAC,OAAO,UAAU;IACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,OAAO,CAAU;IAC5C,MAAM,CAAC,QAAQ,CAAC,UAAU,UAAU;IACpC,MAAM,CAAC,QAAQ,CAAC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAoB;IAC1C,MAAM,CAAC,QAAQ,CAAC,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAoB;IAChD,MAAM,CAAC,QAAQ,CAAC,gBAAgB,gEAC+B;IAC/D,MAAM,CAAC,QAAQ,CAAC,eAAe,2qCA2B7B;IACF,MAAM,CAAC,QAAQ,CAAC,KAAK,UAAU;gBAEnB,MAAM,EAAE,CAAC,EAAE,OAAO,CAAC,EAAE,aAAa;IAIjC,cAAc,IAAI,OAAO,CAAC,OAAO,CAAC;IAkB/C;;;;OAIG;IACH,OAAO,CAAC,gBAAgB;YAmCV,kBAAkB;IAsDhC;;;;;;;;OAQG;YACW,wBAAwB;cAyDtB,aAAa,CAC3B,OAAO,CAAC,EAAE,aAAa,GACtB,OAAO,CAAC,OAAO,CAAC,UAAU,EAAE;QAAE,SAAS,EAAE,CAAC,CAAC,WAAW,CAAC,CAAA;KAAE,CAAC,CAAC;YA6DhD,MAAM;YAiGN,GAAG;YAoEH,MAAM;YA6EN,MAAM;YA6GN,UAAU;YA4EV,eAAe;YAyBf,YAAY;YA6BZ,cAAc;YAkCd,eAAe;YA2Ff,UAAU;YA4BV,WAAW;IA4CzB,SAAS,CAAC,gBAAgB,IAAI,MAAM,GAAG,SAAS;CAYjD"}
|