@bubblelab/bubble-core 0.1.112 → 0.1.113
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 +85 -85
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +76 -74
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +40 -5
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
- 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-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 +88 -88
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- 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 +338 -338
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- 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 +30 -30
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +848 -848
- 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/salesforce/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
- package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts +324 -324
- 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 +28 -28
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +310 -310
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
- 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 +60 -60
- 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 +18 -18
- package/dist/bubbles.json +1 -1
- package/dist/capabilities/define-capability.d.ts +6 -0
- package/dist/capabilities/define-capability.d.ts.map +1 -1
- package/dist/capabilities/define-capability.js +7 -0
- package/dist/capabilities/define-capability.js.map +1 -1
- package/dist/capabilities/index.d.ts +1 -1
- package/dist/capabilities/index.d.ts.map +1 -1
- package/dist/capabilities/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -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;
|
|
126
127
|
end: {
|
|
127
128
|
date?: string | undefined;
|
|
128
129
|
timeZone?: string | undefined;
|
|
129
130
|
dateTime?: string | undefined;
|
|
130
131
|
};
|
|
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;
|
|
158
159
|
attendees?: {
|
|
159
160
|
email: string;
|
|
160
161
|
optional?: boolean | undefined;
|
|
161
162
|
displayName?: string | undefined;
|
|
162
163
|
responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
|
|
163
164
|
}[] | undefined;
|
|
164
|
-
calendar_id?: string | undefined;
|
|
165
165
|
conference?: boolean | undefined;
|
|
166
166
|
}>, z.ZodObject<{
|
|
167
167
|
operation: z.ZodLiteral<"update_event">;
|
|
@@ -249,6 +249,7 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
249
249
|
dateTime?: string | undefined;
|
|
250
250
|
} | undefined;
|
|
251
251
|
location?: string | undefined;
|
|
252
|
+
calendar_id?: string | undefined;
|
|
252
253
|
end?: {
|
|
253
254
|
date?: string | undefined;
|
|
254
255
|
timeZone?: string | undefined;
|
|
@@ -260,7 +261,6 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
260
261
|
displayName?: string | undefined;
|
|
261
262
|
responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
|
|
262
263
|
}[] | 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;
|
|
2209
2210
|
end: {
|
|
2210
2211
|
date?: string | undefined;
|
|
2211
2212
|
timeZone?: string | undefined;
|
|
2212
2213
|
dateTime?: string | undefined;
|
|
2213
2214
|
};
|
|
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;
|
|
2241
2242
|
attendees?: {
|
|
2242
2243
|
email: string;
|
|
2243
2244
|
optional?: boolean | undefined;
|
|
2244
2245
|
displayName?: string | undefined;
|
|
2245
2246
|
responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
|
|
2246
2247
|
}[] | undefined;
|
|
2247
|
-
calendar_id?: string | undefined;
|
|
2248
2248
|
conference?: boolean | undefined;
|
|
2249
2249
|
}>, z.ZodObject<{
|
|
2250
2250
|
operation: z.ZodLiteral<"update_event">;
|
|
@@ -2332,6 +2332,7 @@ 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;
|
|
2335
2336
|
end?: {
|
|
2336
2337
|
date?: string | undefined;
|
|
2337
2338
|
timeZone?: string | undefined;
|
|
@@ -2343,7 +2344,6 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2343
2344
|
displayName?: string | undefined;
|
|
2344
2345
|
responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
|
|
2345
2346
|
}[] | 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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19
18
|
mimeType?: string | undefined;
|
|
19
|
+
credentials?: Partial<Record<CredentialType, 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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
26
25
|
mimeType?: string | undefined;
|
|
26
|
+
credentials?: Partial<Record<CredentialType, 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
|
-
content?: string | undefined;
|
|
359
358
|
mimeType?: string | undefined;
|
|
359
|
+
content?: string | undefined;
|
|
360
360
|
filename?: string | undefined;
|
|
361
361
|
}, {
|
|
362
362
|
error: string;
|
|
363
363
|
success: boolean;
|
|
364
364
|
operation: "download_file";
|
|
365
|
-
content?: string | undefined;
|
|
366
365
|
mimeType?: string | undefined;
|
|
366
|
+
content?: 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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
933
932
|
mimeType?: string | undefined;
|
|
933
|
+
credentials?: Partial<Record<CredentialType, 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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
940
939
|
mimeType?: string | undefined;
|
|
940
|
+
credentials?: Partial<Record<CredentialType, 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
|
-
content?: string | undefined;
|
|
1273
1272
|
mimeType?: string | undefined;
|
|
1273
|
+
content?: string | undefined;
|
|
1274
1274
|
filename?: string | undefined;
|
|
1275
1275
|
}, {
|
|
1276
1276
|
error: string;
|
|
1277
1277
|
success: boolean;
|
|
1278
1278
|
operation: "download_file";
|
|
1279
|
-
content?: string | undefined;
|
|
1280
1279
|
mimeType?: string | undefined;
|
|
1280
|
+
content?: 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
|
-
timeout: number;
|
|
17
16
|
url: string;
|
|
17
|
+
timeout: number;
|
|
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
|
-
timeout: number;
|
|
87
86
|
url: string;
|
|
87
|
+
timeout: number;
|
|
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[];
|
|
15
14
|
timeout: number;
|
|
16
15
|
query: string;
|
|
17
16
|
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;
|
|
23
22
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
24
23
|
timeout?: number | undefined;
|
|
25
24
|
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;
|
|
40
39
|
error: string;
|
|
41
40
|
success: boolean;
|
|
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
47
|
error: string;
|
|
49
48
|
success: boolean;
|
|
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
|
-
parameters: unknown[];
|
|
89
88
|
timeout: number;
|
|
90
89
|
query: string;
|
|
91
90
|
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;
|
|
97
96
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
98
97
|
timeout?: number | undefined;
|
|
99
98
|
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;
|
|
112
111
|
error: string;
|
|
113
112
|
success: boolean;
|
|
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
119
|
error: string;
|
|
121
120
|
success: boolean;
|
|
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.";
|
|
@@ -71,13 +71,13 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
71
71
|
operation: "get";
|
|
72
72
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
73
73
|
fields?: string[] | undefined;
|
|
74
|
-
expand?: ("comments" | "
|
|
74
|
+
expand?: ("comments" | "transitions" | "changelog")[] | undefined;
|
|
75
75
|
}, {
|
|
76
76
|
key: string;
|
|
77
77
|
operation: "get";
|
|
78
78
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
79
79
|
fields?: string[] | undefined;
|
|
80
|
-
expand?: ("comments" | "
|
|
80
|
+
expand?: ("comments" | "transitions" | "changelog")[] | undefined;
|
|
81
81
|
}>, import("zod").ZodObject<{
|
|
82
82
|
operation: import("zod").ZodLiteral<"create">;
|
|
83
83
|
project: import("zod").ZodString;
|
|
@@ -126,12 +126,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
126
126
|
remove: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
127
127
|
set: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
128
128
|
}, "strip", import("zod").ZodTypeAny, {
|
|
129
|
-
remove?: string[] | undefined;
|
|
130
129
|
set?: string[] | undefined;
|
|
130
|
+
remove?: string[] | undefined;
|
|
131
131
|
add?: string[] | undefined;
|
|
132
132
|
}, {
|
|
133
|
-
remove?: string[] | undefined;
|
|
134
133
|
set?: string[] | undefined;
|
|
134
|
+
remove?: string[] | undefined;
|
|
135
135
|
add?: string[] | undefined;
|
|
136
136
|
}>>;
|
|
137
137
|
due_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -145,8 +145,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
145
145
|
priority?: string | undefined;
|
|
146
146
|
summary?: string | undefined;
|
|
147
147
|
labels?: {
|
|
148
|
-
remove?: string[] | undefined;
|
|
149
148
|
set?: string[] | undefined;
|
|
149
|
+
remove?: string[] | undefined;
|
|
150
150
|
add?: string[] | undefined;
|
|
151
151
|
} | undefined;
|
|
152
152
|
comment?: string | undefined;
|
|
@@ -160,8 +160,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
160
160
|
priority?: string | undefined;
|
|
161
161
|
summary?: string | undefined;
|
|
162
162
|
labels?: {
|
|
163
|
-
remove?: string[] | undefined;
|
|
164
163
|
set?: string[] | undefined;
|
|
164
|
+
remove?: string[] | undefined;
|
|
165
165
|
add?: string[] | undefined;
|
|
166
166
|
} | undefined;
|
|
167
167
|
comment?: string | undefined;
|
|
@@ -1752,7 +1752,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1752
1752
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1753
1753
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1754
1754
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
1755
|
-
|
|
1755
|
+
expand?: string | undefined;
|
|
1756
|
+
self?: string | undefined;
|
|
1756
1757
|
transitions?: import("zod").objectOutputType<{
|
|
1757
1758
|
id: import("zod").ZodString;
|
|
1758
1759
|
name: import("zod").ZodString;
|
|
@@ -1797,8 +1798,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1797
1798
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1798
1799
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1799
1800
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
1800
|
-
|
|
1801
|
-
self?: string | undefined;
|
|
1801
|
+
changelog?: unknown;
|
|
1802
1802
|
}, {
|
|
1803
1803
|
key?: string | undefined;
|
|
1804
1804
|
id?: string | undefined;
|
|
@@ -2139,7 +2139,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2139
2139
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2140
2140
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2141
2141
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2142
|
-
|
|
2142
|
+
expand?: string | undefined;
|
|
2143
|
+
self?: string | undefined;
|
|
2143
2144
|
transitions?: import("zod").objectInputType<{
|
|
2144
2145
|
id: import("zod").ZodString;
|
|
2145
2146
|
name: import("zod").ZodString;
|
|
@@ -2184,8 +2185,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2184
2185
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2185
2186
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2186
2187
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2187
|
-
|
|
2188
|
-
self?: string | undefined;
|
|
2188
|
+
changelog?: unknown;
|
|
2189
2189
|
}>, "many">>;
|
|
2190
2190
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2191
2191
|
offset: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -2535,7 +2535,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2535
2535
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2536
2536
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2537
2537
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2538
|
-
|
|
2538
|
+
expand?: string | undefined;
|
|
2539
|
+
self?: string | undefined;
|
|
2539
2540
|
transitions?: import("zod").objectOutputType<{
|
|
2540
2541
|
id: import("zod").ZodString;
|
|
2541
2542
|
name: import("zod").ZodString;
|
|
@@ -2580,8 +2581,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2580
2581
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2581
2582
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2582
2583
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2583
|
-
|
|
2584
|
-
self?: string | undefined;
|
|
2584
|
+
changelog?: unknown;
|
|
2585
2585
|
}[] | undefined;
|
|
2586
2586
|
limit?: number | undefined;
|
|
2587
2587
|
offset?: number | undefined;
|
|
@@ -2930,7 +2930,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2930
2930
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2931
2931
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2932
2932
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2933
|
-
|
|
2933
|
+
expand?: string | undefined;
|
|
2934
|
+
self?: string | undefined;
|
|
2934
2935
|
transitions?: import("zod").objectInputType<{
|
|
2935
2936
|
id: import("zod").ZodString;
|
|
2936
2937
|
name: import("zod").ZodString;
|
|
@@ -2975,8 +2976,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2975
2976
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2976
2977
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2977
2978
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2978
|
-
|
|
2979
|
-
self?: string | undefined;
|
|
2979
|
+
changelog?: unknown;
|
|
2980
2980
|
}[] | undefined;
|
|
2981
2981
|
limit?: number | undefined;
|
|
2982
2982
|
offset?: number | undefined;
|
|
@@ -4469,7 +4469,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4469
4469
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4470
4470
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4471
4471
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4472
|
-
|
|
4472
|
+
expand?: string | undefined;
|
|
4473
|
+
self?: string | undefined;
|
|
4473
4474
|
transitions?: import("zod").objectOutputType<{
|
|
4474
4475
|
id: import("zod").ZodString;
|
|
4475
4476
|
name: import("zod").ZodString;
|
|
@@ -4514,8 +4515,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4514
4515
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4515
4516
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4516
4517
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
4517
|
-
|
|
4518
|
-
self?: string | undefined;
|
|
4518
|
+
changelog?: unknown;
|
|
4519
4519
|
}, {
|
|
4520
4520
|
key?: string | undefined;
|
|
4521
4521
|
id?: string | undefined;
|
|
@@ -4856,7 +4856,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4856
4856
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4857
4857
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4858
4858
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4859
|
-
|
|
4859
|
+
expand?: string | undefined;
|
|
4860
|
+
self?: string | undefined;
|
|
4860
4861
|
transitions?: import("zod").objectInputType<{
|
|
4861
4862
|
id: import("zod").ZodString;
|
|
4862
4863
|
name: import("zod").ZodString;
|
|
@@ -4901,8 +4902,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4901
4902
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4902
4903
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4903
4904
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
4904
|
-
|
|
4905
|
-
self?: string | undefined;
|
|
4905
|
+
changelog?: unknown;
|
|
4906
4906
|
}>>;
|
|
4907
4907
|
error: import("zod").ZodString;
|
|
4908
4908
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -5249,7 +5249,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5249
5249
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5250
5250
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5251
5251
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5252
|
-
|
|
5252
|
+
expand?: string | undefined;
|
|
5253
|
+
self?: string | undefined;
|
|
5253
5254
|
transitions?: import("zod").objectOutputType<{
|
|
5254
5255
|
id: import("zod").ZodString;
|
|
5255
5256
|
name: import("zod").ZodString;
|
|
@@ -5294,8 +5295,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5294
5295
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5295
5296
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5296
5297
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
5297
|
-
|
|
5298
|
-
self?: string | undefined;
|
|
5298
|
+
changelog?: unknown;
|
|
5299
5299
|
} | undefined;
|
|
5300
5300
|
}, {
|
|
5301
5301
|
error: string;
|
|
@@ -5641,7 +5641,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5641
5641
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5642
5642
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5643
5643
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5644
|
-
|
|
5644
|
+
expand?: string | undefined;
|
|
5645
|
+
self?: string | undefined;
|
|
5645
5646
|
transitions?: import("zod").objectInputType<{
|
|
5646
5647
|
id: import("zod").ZodString;
|
|
5647
5648
|
name: import("zod").ZodString;
|
|
@@ -5686,8 +5687,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5686
5687
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5687
5688
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5688
5689
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
5689
|
-
|
|
5690
|
-
self?: string | undefined;
|
|
5690
|
+
changelog?: unknown;
|
|
5691
5691
|
} | undefined;
|
|
5692
5692
|
}>, import("zod").ZodObject<{
|
|
5693
5693
|
operation: import("zod").ZodLiteral<"create">;
|