@bubblelab/bubble-core 0.1.248 → 0.1.250
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 +101 -101
- package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
- package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
- package/dist/bubbles/service-bubble/apify/actors/app-rankings-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 +38 -38
- 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 +132 -132
- package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +423 -52
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.js +233 -20
- package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +741 -326
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js +224 -0
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/index.d.ts +1 -1
- package/dist/bubbles/service-bubble/ashby/index.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/index.js +1 -1
- package/dist/bubbles/service-bubble/ashby/index.js.map +1 -1
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/attio/attio.d.ts +4 -4
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +3 -3
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +256 -256
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +6 -6
- package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +268 -268
- 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/posthog/posthog.d.ts +13 -13
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slab/slab.d.ts +16 -16
- package/dist/bubbles/service-bubble/slack/slack.d.ts +291 -291
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +32 -32
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +20 -20
- package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +20 -20
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +380 -380
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
- 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 +8 -8
- 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 +8 -8
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +40 -40
- package/dist/bubbles.json +602 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -358,15 +358,15 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
358
358
|
error: string;
|
|
359
359
|
success: boolean;
|
|
360
360
|
operation: "download_file";
|
|
361
|
-
content?: string | undefined;
|
|
362
361
|
mimeType?: string | undefined;
|
|
362
|
+
content?: string | undefined;
|
|
363
363
|
filename?: string | undefined;
|
|
364
364
|
}, {
|
|
365
365
|
error: string;
|
|
366
366
|
success: boolean;
|
|
367
367
|
operation: "download_file";
|
|
368
|
-
content?: string | undefined;
|
|
369
368
|
mimeType?: string | undefined;
|
|
369
|
+
content?: string | undefined;
|
|
370
370
|
filename?: string | undefined;
|
|
371
371
|
}>, z.ZodObject<{
|
|
372
372
|
operation: z.ZodLiteral<"list_files">;
|
|
@@ -1275,15 +1275,15 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1275
1275
|
error: string;
|
|
1276
1276
|
success: boolean;
|
|
1277
1277
|
operation: "download_file";
|
|
1278
|
-
content?: string | undefined;
|
|
1279
1278
|
mimeType?: string | undefined;
|
|
1279
|
+
content?: string | undefined;
|
|
1280
1280
|
filename?: string | undefined;
|
|
1281
1281
|
}, {
|
|
1282
1282
|
error: string;
|
|
1283
1283
|
success: boolean;
|
|
1284
1284
|
operation: "download_file";
|
|
1285
|
-
content?: string | undefined;
|
|
1286
1285
|
mimeType?: string | undefined;
|
|
1286
|
+
content?: string | undefined;
|
|
1287
1287
|
filename?: string | undefined;
|
|
1288
1288
|
}>, z.ZodObject<{
|
|
1289
1289
|
operation: z.ZodLiteral<"list_files">;
|
|
@@ -14,12 +14,12 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
14
14
|
responseType: z.ZodDefault<z.ZodEnum<["auto", "text", "binary"]>>;
|
|
15
15
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
16
16
|
}, "strip", z.ZodTypeAny, {
|
|
17
|
-
timeout: number;
|
|
18
17
|
url: string;
|
|
18
|
+
timeout: number;
|
|
19
19
|
method: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
20
20
|
followRedirects: boolean;
|
|
21
21
|
authType: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header";
|
|
22
|
-
responseType: "binary" | "
|
|
22
|
+
responseType: "binary" | "auto" | "text";
|
|
23
23
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
24
24
|
headers?: Record<string, string> | undefined;
|
|
25
25
|
body?: string | Record<string, unknown> | undefined;
|
|
@@ -34,7 +34,7 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
34
34
|
followRedirects?: boolean | undefined;
|
|
35
35
|
authType?: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
|
|
36
36
|
authHeader?: string | undefined;
|
|
37
|
-
responseType?: "binary" | "
|
|
37
|
+
responseType?: "binary" | "auto" | "text" | undefined;
|
|
38
38
|
}>;
|
|
39
39
|
type HttpParamsInput = z.input<typeof HttpParamsSchema>;
|
|
40
40
|
type HttpParams = z.output<typeof HttpParamsSchema>;
|
|
@@ -93,12 +93,12 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
93
93
|
responseType: z.ZodDefault<z.ZodEnum<["auto", "text", "binary"]>>;
|
|
94
94
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
95
95
|
}, "strip", z.ZodTypeAny, {
|
|
96
|
-
timeout: number;
|
|
97
96
|
url: string;
|
|
97
|
+
timeout: number;
|
|
98
98
|
method: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
99
99
|
followRedirects: boolean;
|
|
100
100
|
authType: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header";
|
|
101
|
-
responseType: "binary" | "
|
|
101
|
+
responseType: "binary" | "auto" | "text";
|
|
102
102
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
103
103
|
headers?: Record<string, string> | undefined;
|
|
104
104
|
body?: string | Record<string, unknown> | undefined;
|
|
@@ -113,7 +113,7 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
113
113
|
followRedirects?: boolean | undefined;
|
|
114
114
|
authType?: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
|
|
115
115
|
authHeader?: string | undefined;
|
|
116
|
-
responseType?: "binary" | "
|
|
116
|
+
responseType?: "binary" | "auto" | "text" | undefined;
|
|
117
117
|
}>;
|
|
118
118
|
static readonly resultSchema: z.ZodObject<{
|
|
119
119
|
status: z.ZodNumber;
|
|
@@ -500,13 +500,13 @@ export declare const HubSpotParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
500
500
|
}, "strip", z.ZodTypeAny, {
|
|
501
501
|
operation: "list_owners";
|
|
502
502
|
limit: number;
|
|
503
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
504
503
|
email?: string | undefined;
|
|
504
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
505
505
|
after?: string | undefined;
|
|
506
506
|
}, {
|
|
507
507
|
operation: "list_owners";
|
|
508
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
509
508
|
email?: string | undefined;
|
|
509
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
510
510
|
limit?: number | undefined;
|
|
511
511
|
after?: string | undefined;
|
|
512
512
|
}>, z.ZodObject<{
|
|
@@ -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.";
|
|
@@ -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
|
-
remove?: string[] | undefined;
|
|
133
132
|
set?: string[] | undefined;
|
|
133
|
+
remove?: string[] | undefined;
|
|
134
134
|
add?: string[] | undefined;
|
|
135
135
|
}, {
|
|
136
|
-
remove?: string[] | undefined;
|
|
137
136
|
set?: string[] | undefined;
|
|
137
|
+
remove?: 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
|
-
remove?: string[] | undefined;
|
|
152
151
|
set?: string[] | undefined;
|
|
152
|
+
remove?: 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
|
-
remove?: string[] | undefined;
|
|
167
166
|
set?: string[] | undefined;
|
|
167
|
+
remove?: string[] | undefined;
|
|
168
168
|
add?: string[] | undefined;
|
|
169
169
|
} | undefined;
|
|
170
170
|
comment?: string | undefined;
|
|
@@ -1431,8 +1431,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1431
1431
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
1432
1432
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1433
1433
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1434
|
-
key?: string | undefined;
|
|
1435
1434
|
id?: string | undefined;
|
|
1435
|
+
key?: string | undefined;
|
|
1436
1436
|
fields?: import("zod").objectOutputType<{
|
|
1437
1437
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1438
1438
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -1818,8 +1818,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1818
1818
|
expand?: string | undefined;
|
|
1819
1819
|
self?: string | undefined;
|
|
1820
1820
|
}, {
|
|
1821
|
-
key?: string | undefined;
|
|
1822
1821
|
id?: string | undefined;
|
|
1822
|
+
key?: string | undefined;
|
|
1823
1823
|
fields?: import("zod").objectInputType<{
|
|
1824
1824
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1825
1825
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2214,8 +2214,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2214
2214
|
success: boolean;
|
|
2215
2215
|
operation: "search";
|
|
2216
2216
|
issues?: {
|
|
2217
|
-
key?: string | undefined;
|
|
2218
2217
|
id?: string | undefined;
|
|
2218
|
+
key?: string | undefined;
|
|
2219
2219
|
fields?: import("zod").objectOutputType<{
|
|
2220
2220
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2221
2221
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2609,8 +2609,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2609
2609
|
success: boolean;
|
|
2610
2610
|
operation: "search";
|
|
2611
2611
|
issues?: {
|
|
2612
|
-
key?: string | undefined;
|
|
2613
2612
|
id?: string | undefined;
|
|
2613
|
+
key?: string | undefined;
|
|
2614
2614
|
fields?: import("zod").objectInputType<{
|
|
2615
2615
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2616
2616
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4148,8 +4148,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4148
4148
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
4149
4149
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
4150
4150
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4151
|
-
key?: string | undefined;
|
|
4152
4151
|
id?: string | undefined;
|
|
4152
|
+
key?: string | undefined;
|
|
4153
4153
|
fields?: import("zod").objectOutputType<{
|
|
4154
4154
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4155
4155
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4535,8 +4535,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4535
4535
|
expand?: string | undefined;
|
|
4536
4536
|
self?: string | undefined;
|
|
4537
4537
|
}, {
|
|
4538
|
-
key?: string | undefined;
|
|
4539
4538
|
id?: string | undefined;
|
|
4539
|
+
key?: string | undefined;
|
|
4540
4540
|
fields?: import("zod").objectInputType<{
|
|
4541
4541
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4542
4542
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4928,8 +4928,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4928
4928
|
success: boolean;
|
|
4929
4929
|
operation: "get";
|
|
4930
4930
|
issue?: {
|
|
4931
|
-
key?: string | undefined;
|
|
4932
4931
|
id?: string | undefined;
|
|
4932
|
+
key?: string | undefined;
|
|
4933
4933
|
fields?: import("zod").objectOutputType<{
|
|
4934
4934
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4935
4935
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5320,8 +5320,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5320
5320
|
success: boolean;
|
|
5321
5321
|
operation: "get";
|
|
5322
5322
|
issue?: {
|
|
5323
|
-
key?: string | undefined;
|
|
5324
5323
|
id?: string | undefined;
|
|
5324
|
+
key?: string | undefined;
|
|
5325
5325
|
fields?: import("zod").objectInputType<{
|
|
5326
5326
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5327
5327
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5715,12 +5715,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5715
5715
|
key: import("zod").ZodString;
|
|
5716
5716
|
self: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5717
5717
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5718
|
-
key: string;
|
|
5719
5718
|
id: string;
|
|
5719
|
+
key: string;
|
|
5720
5720
|
self?: string | undefined;
|
|
5721
5721
|
}, {
|
|
5722
|
-
key: string;
|
|
5723
5722
|
id: string;
|
|
5723
|
+
key: string;
|
|
5724
5724
|
self?: string | undefined;
|
|
5725
5725
|
}>>;
|
|
5726
5726
|
error: import("zod").ZodString;
|
|
@@ -5729,8 +5729,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5729
5729
|
success: boolean;
|
|
5730
5730
|
operation: "create";
|
|
5731
5731
|
issue?: {
|
|
5732
|
-
key: string;
|
|
5733
5732
|
id: string;
|
|
5733
|
+
key: string;
|
|
5734
5734
|
self?: string | undefined;
|
|
5735
5735
|
} | undefined;
|
|
5736
5736
|
}, {
|
|
@@ -5738,8 +5738,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5738
5738
|
success: boolean;
|
|
5739
5739
|
operation: "create";
|
|
5740
5740
|
issue?: {
|
|
5741
|
-
key: string;
|
|
5742
5741
|
id: string;
|
|
5742
|
+
key: string;
|
|
5743
5743
|
self?: string | undefined;
|
|
5744
5744
|
} | undefined;
|
|
5745
5745
|
}>, import("zod").ZodObject<{
|
|
@@ -1777,7 +1777,8 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
1777
1777
|
total: z.ZodOptional<z.ZodNumber>;
|
|
1778
1778
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1779
1779
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1780
|
-
|
|
1780
|
+
expand?: string | undefined;
|
|
1781
|
+
self?: string | undefined;
|
|
1781
1782
|
transitions?: z.objectOutputType<{
|
|
1782
1783
|
id: z.ZodString;
|
|
1783
1784
|
name: z.ZodString;
|
|
@@ -1822,8 +1823,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
1822
1823
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1823
1824
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1824
1825
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1825
|
-
|
|
1826
|
-
self?: string | undefined;
|
|
1826
|
+
changelog?: unknown;
|
|
1827
1827
|
}, {
|
|
1828
1828
|
key?: string | undefined;
|
|
1829
1829
|
id?: string | undefined;
|
|
@@ -2164,7 +2164,8 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
2164
2164
|
total: z.ZodOptional<z.ZodNumber>;
|
|
2165
2165
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2166
2166
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2167
|
-
|
|
2167
|
+
expand?: string | undefined;
|
|
2168
|
+
self?: string | undefined;
|
|
2168
2169
|
transitions?: z.objectInputType<{
|
|
2169
2170
|
id: z.ZodString;
|
|
2170
2171
|
name: z.ZodString;
|
|
@@ -2209,8 +2210,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
2209
2210
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2210
2211
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2211
2212
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
2212
|
-
|
|
2213
|
-
self?: string | undefined;
|
|
2213
|
+
changelog?: unknown;
|
|
2214
2214
|
}>;
|
|
2215
2215
|
export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
|
|
2216
2216
|
operation: z.ZodLiteral<"search">;
|
|
@@ -2244,13 +2244,13 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2244
2244
|
operation: "get";
|
|
2245
2245
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2246
2246
|
fields?: string[] | undefined;
|
|
2247
|
-
expand?: ("comments" | "
|
|
2247
|
+
expand?: ("comments" | "transitions" | "changelog")[] | undefined;
|
|
2248
2248
|
}, {
|
|
2249
2249
|
key: string;
|
|
2250
2250
|
operation: "get";
|
|
2251
2251
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2252
2252
|
fields?: string[] | undefined;
|
|
2253
|
-
expand?: ("comments" | "
|
|
2253
|
+
expand?: ("comments" | "transitions" | "changelog")[] | undefined;
|
|
2254
2254
|
}>, z.ZodObject<{
|
|
2255
2255
|
operation: z.ZodLiteral<"create">;
|
|
2256
2256
|
project: z.ZodString;
|
|
@@ -2302,12 +2302,12 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2302
2302
|
remove: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2303
2303
|
set: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2304
2304
|
}, "strip", z.ZodTypeAny, {
|
|
2305
|
-
remove?: string[] | undefined;
|
|
2306
2305
|
set?: string[] | undefined;
|
|
2306
|
+
remove?: string[] | undefined;
|
|
2307
2307
|
add?: string[] | undefined;
|
|
2308
2308
|
}, {
|
|
2309
|
-
remove?: string[] | undefined;
|
|
2310
2309
|
set?: string[] | undefined;
|
|
2310
|
+
remove?: string[] | undefined;
|
|
2311
2311
|
add?: string[] | undefined;
|
|
2312
2312
|
}>>;
|
|
2313
2313
|
due_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2321,8 +2321,8 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2321
2321
|
priority?: string | undefined;
|
|
2322
2322
|
summary?: string | undefined;
|
|
2323
2323
|
labels?: {
|
|
2324
|
-
remove?: string[] | undefined;
|
|
2325
2324
|
set?: string[] | undefined;
|
|
2325
|
+
remove?: string[] | undefined;
|
|
2326
2326
|
add?: string[] | undefined;
|
|
2327
2327
|
} | undefined;
|
|
2328
2328
|
comment?: string | undefined;
|
|
@@ -2336,8 +2336,8 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2336
2336
|
priority?: string | undefined;
|
|
2337
2337
|
summary?: string | undefined;
|
|
2338
2338
|
labels?: {
|
|
2339
|
-
remove?: string[] | undefined;
|
|
2340
2339
|
set?: string[] | undefined;
|
|
2340
|
+
remove?: string[] | undefined;
|
|
2341
2341
|
add?: string[] | undefined;
|
|
2342
2342
|
} | undefined;
|
|
2343
2343
|
comment?: string | undefined;
|
|
@@ -3943,7 +3943,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
3943
3943
|
total: z.ZodOptional<z.ZodNumber>;
|
|
3944
3944
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3945
3945
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3946
|
-
|
|
3946
|
+
expand?: string | undefined;
|
|
3947
|
+
self?: string | undefined;
|
|
3947
3948
|
transitions?: z.objectOutputType<{
|
|
3948
3949
|
id: z.ZodString;
|
|
3949
3950
|
name: z.ZodString;
|
|
@@ -3988,8 +3989,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
3988
3989
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3989
3990
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3990
3991
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
3991
|
-
|
|
3992
|
-
self?: string | undefined;
|
|
3992
|
+
changelog?: unknown;
|
|
3993
3993
|
}, {
|
|
3994
3994
|
key?: string | undefined;
|
|
3995
3995
|
id?: string | undefined;
|
|
@@ -4330,7 +4330,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4330
4330
|
total: z.ZodOptional<z.ZodNumber>;
|
|
4331
4331
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4332
4332
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4333
|
-
|
|
4333
|
+
expand?: string | undefined;
|
|
4334
|
+
self?: string | undefined;
|
|
4334
4335
|
transitions?: z.objectInputType<{
|
|
4335
4336
|
id: z.ZodString;
|
|
4336
4337
|
name: z.ZodString;
|
|
@@ -4375,8 +4376,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4375
4376
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4376
4377
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4377
4378
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4378
|
-
|
|
4379
|
-
self?: string | undefined;
|
|
4379
|
+
changelog?: unknown;
|
|
4380
4380
|
}>, "many">>;
|
|
4381
4381
|
total: z.ZodOptional<z.ZodNumber>;
|
|
4382
4382
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4726,7 +4726,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4726
4726
|
total: z.ZodOptional<z.ZodNumber>;
|
|
4727
4727
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4728
4728
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4729
|
-
|
|
4729
|
+
expand?: string | undefined;
|
|
4730
|
+
self?: string | undefined;
|
|
4730
4731
|
transitions?: z.objectOutputType<{
|
|
4731
4732
|
id: z.ZodString;
|
|
4732
4733
|
name: z.ZodString;
|
|
@@ -4771,8 +4772,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4771
4772
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4772
4773
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4773
4774
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4774
|
-
|
|
4775
|
-
self?: string | undefined;
|
|
4775
|
+
changelog?: unknown;
|
|
4776
4776
|
}[] | undefined;
|
|
4777
4777
|
limit?: number | undefined;
|
|
4778
4778
|
offset?: number | undefined;
|
|
@@ -5121,7 +5121,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
5121
5121
|
total: z.ZodOptional<z.ZodNumber>;
|
|
5122
5122
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5123
5123
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5124
|
-
|
|
5124
|
+
expand?: string | undefined;
|
|
5125
|
+
self?: string | undefined;
|
|
5125
5126
|
transitions?: z.objectInputType<{
|
|
5126
5127
|
id: z.ZodString;
|
|
5127
5128
|
name: z.ZodString;
|
|
@@ -5166,8 +5167,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
5166
5167
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5167
5168
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5168
5169
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5169
|
-
|
|
5170
|
-
self?: string | undefined;
|
|
5170
|
+
changelog?: unknown;
|
|
5171
5171
|
}[] | undefined;
|
|
5172
5172
|
limit?: number | undefined;
|
|
5173
5173
|
offset?: number | undefined;
|
|
@@ -6660,7 +6660,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
6660
6660
|
total: z.ZodOptional<z.ZodNumber>;
|
|
6661
6661
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6662
6662
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6663
|
-
|
|
6663
|
+
expand?: string | undefined;
|
|
6664
|
+
self?: string | undefined;
|
|
6664
6665
|
transitions?: z.objectOutputType<{
|
|
6665
6666
|
id: z.ZodString;
|
|
6666
6667
|
name: z.ZodString;
|
|
@@ -6705,8 +6706,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
6705
6706
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6706
6707
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6707
6708
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
6708
|
-
|
|
6709
|
-
self?: string | undefined;
|
|
6709
|
+
changelog?: unknown;
|
|
6710
6710
|
}, {
|
|
6711
6711
|
key?: string | undefined;
|
|
6712
6712
|
id?: string | undefined;
|
|
@@ -7047,7 +7047,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7047
7047
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7048
7048
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7049
7049
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7050
|
-
|
|
7050
|
+
expand?: string | undefined;
|
|
7051
|
+
self?: string | undefined;
|
|
7051
7052
|
transitions?: z.objectInputType<{
|
|
7052
7053
|
id: z.ZodString;
|
|
7053
7054
|
name: z.ZodString;
|
|
@@ -7092,8 +7093,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7092
7093
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7093
7094
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7094
7095
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
7095
|
-
|
|
7096
|
-
self?: string | undefined;
|
|
7096
|
+
changelog?: unknown;
|
|
7097
7097
|
}>>;
|
|
7098
7098
|
error: z.ZodString;
|
|
7099
7099
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7440,7 +7440,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7440
7440
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7441
7441
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7442
7442
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7443
|
-
|
|
7443
|
+
expand?: string | undefined;
|
|
7444
|
+
self?: string | undefined;
|
|
7444
7445
|
transitions?: z.objectOutputType<{
|
|
7445
7446
|
id: z.ZodString;
|
|
7446
7447
|
name: z.ZodString;
|
|
@@ -7485,8 +7486,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7485
7486
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7486
7487
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7487
7488
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
7488
|
-
|
|
7489
|
-
self?: string | undefined;
|
|
7489
|
+
changelog?: unknown;
|
|
7490
7490
|
} | undefined;
|
|
7491
7491
|
}, {
|
|
7492
7492
|
error: string;
|
|
@@ -7832,7 +7832,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7832
7832
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7833
7833
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7834
7834
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7835
|
-
|
|
7835
|
+
expand?: string | undefined;
|
|
7836
|
+
self?: string | undefined;
|
|
7836
7837
|
transitions?: z.objectInputType<{
|
|
7837
7838
|
id: z.ZodString;
|
|
7838
7839
|
name: z.ZodString;
|
|
@@ -7877,8 +7878,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7877
7878
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7878
7879
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7879
7880
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
7880
|
-
|
|
7881
|
-
self?: string | undefined;
|
|
7881
|
+
changelog?: unknown;
|
|
7882
7882
|
} | undefined;
|
|
7883
7883
|
}>, z.ZodObject<{
|
|
7884
7884
|
operation: z.ZodLiteral<"create">;
|