@bubblelab/bubble-core 0.1.289 → 0.1.291
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 +183 -163
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +3 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.d.ts +84 -84
- package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
- 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/asana/asana.d.ts +3 -3
- package/dist/bubbles/service-bubble/asana/asana.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +168 -168
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +32 -32
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +4 -4
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +5 -5
- 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/discord/discord.d.ts +12 -12
- package/dist/bubbles/service-bubble/discord/discord.schema.d.ts +12 -12
- package/dist/bubbles/service-bubble/firecrawl.d.ts +278 -278
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +12 -12
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
- package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
- package/dist/bubbles/service-bubble/granola/granola.d.ts +446 -0
- package/dist/bubbles/service-bubble/granola/granola.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/granola/granola.js +187 -0
- package/dist/bubbles/service-bubble/granola/granola.js.map +1 -0
- package/dist/bubbles/service-bubble/granola/granola.schema.d.ts +766 -0
- package/dist/bubbles/service-bubble/granola/granola.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/granola/granola.schema.js +196 -0
- package/dist/bubbles/service-bubble/granola/granola.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/granola/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/granola/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/granola/index.js +3 -0
- package/dist/bubbles/service-bubble/granola/index.js.map +1 -0
- package/dist/bubbles/service-bubble/http.d.ts +14 -14
- package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +8 -8
- 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/metabase/metabase.d.ts +6 -6
- package/dist/bubbles/service-bubble/metabase/metabase.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/notion/notion.d.ts +272 -272
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +16 -16
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- 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 +294 -294
- package/dist/bubbles/service-bubble/snowflake/snowflake.d.ts +4 -4
- package/dist/bubbles/service-bubble/snowflake/snowflake.schema.d.ts +4 -4
- package/dist/bubbles/service-bubble/sortly/sortly.d.ts +38 -38
- package/dist/bubbles/service-bubble/sortly/sortly.schema.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +33 -33
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
- package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +22 -22
- 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 +6 -6
- 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 +385 -385
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-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/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- 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 +44 -44
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +42 -42
- package/dist/bubbles.json +458 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -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;
|
|
@@ -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
|
-
id?: string | undefined;
|
|
1435
1434
|
key?: string | undefined;
|
|
1435
|
+
id?: 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
|
-
id?: string | undefined;
|
|
1822
1821
|
key?: string | undefined;
|
|
1822
|
+
id?: 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
|
-
id?: string | undefined;
|
|
2218
2217
|
key?: string | undefined;
|
|
2218
|
+
id?: 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
|
-
id?: string | undefined;
|
|
2613
2612
|
key?: string | undefined;
|
|
2613
|
+
id?: 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
|
-
id?: string | undefined;
|
|
4152
4151
|
key?: string | undefined;
|
|
4152
|
+
id?: 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
|
-
id?: string | undefined;
|
|
4539
4538
|
key?: string | undefined;
|
|
4539
|
+
id?: 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
|
-
id?: string | undefined;
|
|
4932
4931
|
key?: string | undefined;
|
|
4932
|
+
id?: 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
|
-
id?: string | undefined;
|
|
5324
5323
|
key?: string | undefined;
|
|
5324
|
+
id?: 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
|
-
id: string;
|
|
5719
5718
|
key: string;
|
|
5719
|
+
id: string;
|
|
5720
5720
|
self?: string | undefined;
|
|
5721
5721
|
}, {
|
|
5722
|
-
id: string;
|
|
5723
5722
|
key: string;
|
|
5723
|
+
id: 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
|
-
id: string;
|
|
5733
5732
|
key: string;
|
|
5733
|
+
id: 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
|
-
id: string;
|
|
5742
5741
|
key: string;
|
|
5742
|
+
id: string;
|
|
5743
5743
|
self?: string | undefined;
|
|
5744
5744
|
} | undefined;
|
|
5745
5745
|
}>, import("zod").ZodObject<{
|
|
@@ -1777,8 +1777,7 @@ 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
|
-
|
|
1781
|
-
self?: string | undefined;
|
|
1780
|
+
changelog?: unknown;
|
|
1782
1781
|
transitions?: z.objectOutputType<{
|
|
1783
1782
|
id: z.ZodString;
|
|
1784
1783
|
name: z.ZodString;
|
|
@@ -1823,7 +1822,8 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
1823
1822
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1824
1823
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1825
1824
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1826
|
-
|
|
1825
|
+
expand?: string | undefined;
|
|
1826
|
+
self?: string | undefined;
|
|
1827
1827
|
}, {
|
|
1828
1828
|
key?: string | undefined;
|
|
1829
1829
|
id?: string | undefined;
|
|
@@ -2164,8 +2164,7 @@ 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
|
-
|
|
2168
|
-
self?: string | undefined;
|
|
2167
|
+
changelog?: unknown;
|
|
2169
2168
|
transitions?: z.objectInputType<{
|
|
2170
2169
|
id: z.ZodString;
|
|
2171
2170
|
name: z.ZodString;
|
|
@@ -2210,7 +2209,8 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
2210
2209
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2211
2210
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2212
2211
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
2213
|
-
|
|
2212
|
+
expand?: string | undefined;
|
|
2213
|
+
self?: string | undefined;
|
|
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" | "changelog" | "transitions")[] | 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" | "changelog" | "transitions")[] | 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
|
-
set?: string[] | undefined;
|
|
2306
2305
|
remove?: string[] | undefined;
|
|
2306
|
+
set?: string[] | undefined;
|
|
2307
2307
|
add?: string[] | undefined;
|
|
2308
2308
|
}, {
|
|
2309
|
-
set?: string[] | undefined;
|
|
2310
2309
|
remove?: string[] | undefined;
|
|
2310
|
+
set?: 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
|
-
set?: string[] | undefined;
|
|
2325
2324
|
remove?: string[] | undefined;
|
|
2325
|
+
set?: 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
|
-
set?: string[] | undefined;
|
|
2340
2339
|
remove?: string[] | undefined;
|
|
2340
|
+
set?: string[] | undefined;
|
|
2341
2341
|
add?: string[] | undefined;
|
|
2342
2342
|
} | undefined;
|
|
2343
2343
|
comment?: string | undefined;
|
|
@@ -3943,8 +3943,7 @@ 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
|
-
|
|
3947
|
-
self?: string | undefined;
|
|
3946
|
+
changelog?: unknown;
|
|
3948
3947
|
transitions?: z.objectOutputType<{
|
|
3949
3948
|
id: z.ZodString;
|
|
3950
3949
|
name: z.ZodString;
|
|
@@ -3989,7 +3988,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
3989
3988
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3990
3989
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3991
3990
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
3992
|
-
|
|
3991
|
+
expand?: string | undefined;
|
|
3992
|
+
self?: string | undefined;
|
|
3993
3993
|
}, {
|
|
3994
3994
|
key?: string | undefined;
|
|
3995
3995
|
id?: string | undefined;
|
|
@@ -4330,8 +4330,7 @@ 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
|
-
|
|
4334
|
-
self?: string | undefined;
|
|
4333
|
+
changelog?: unknown;
|
|
4335
4334
|
transitions?: z.objectInputType<{
|
|
4336
4335
|
id: z.ZodString;
|
|
4337
4336
|
name: z.ZodString;
|
|
@@ -4376,7 +4375,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4376
4375
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4377
4376
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4378
4377
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4379
|
-
|
|
4378
|
+
expand?: string | undefined;
|
|
4379
|
+
self?: string | undefined;
|
|
4380
4380
|
}>, "many">>;
|
|
4381
4381
|
total: z.ZodOptional<z.ZodNumber>;
|
|
4382
4382
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4726,8 +4726,7 @@ 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
|
-
|
|
4730
|
-
self?: string | undefined;
|
|
4729
|
+
changelog?: unknown;
|
|
4731
4730
|
transitions?: z.objectOutputType<{
|
|
4732
4731
|
id: z.ZodString;
|
|
4733
4732
|
name: z.ZodString;
|
|
@@ -4772,7 +4771,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4772
4771
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4773
4772
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4774
4773
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4775
|
-
|
|
4774
|
+
expand?: string | undefined;
|
|
4775
|
+
self?: string | undefined;
|
|
4776
4776
|
}[] | undefined;
|
|
4777
4777
|
limit?: number | undefined;
|
|
4778
4778
|
offset?: number | undefined;
|
|
@@ -5121,8 +5121,7 @@ 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
|
-
|
|
5125
|
-
self?: string | undefined;
|
|
5124
|
+
changelog?: unknown;
|
|
5126
5125
|
transitions?: z.objectInputType<{
|
|
5127
5126
|
id: z.ZodString;
|
|
5128
5127
|
name: z.ZodString;
|
|
@@ -5167,7 +5166,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
5167
5166
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5168
5167
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5169
5168
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5170
|
-
|
|
5169
|
+
expand?: string | undefined;
|
|
5170
|
+
self?: string | undefined;
|
|
5171
5171
|
}[] | undefined;
|
|
5172
5172
|
limit?: number | undefined;
|
|
5173
5173
|
offset?: number | undefined;
|
|
@@ -6660,8 +6660,7 @@ 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
|
-
|
|
6664
|
-
self?: string | undefined;
|
|
6663
|
+
changelog?: unknown;
|
|
6665
6664
|
transitions?: z.objectOutputType<{
|
|
6666
6665
|
id: z.ZodString;
|
|
6667
6666
|
name: z.ZodString;
|
|
@@ -6706,7 +6705,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
6706
6705
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6707
6706
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6708
6707
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
6709
|
-
|
|
6708
|
+
expand?: string | undefined;
|
|
6709
|
+
self?: string | undefined;
|
|
6710
6710
|
}, {
|
|
6711
6711
|
key?: string | undefined;
|
|
6712
6712
|
id?: string | undefined;
|
|
@@ -7047,8 +7047,7 @@ 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
|
-
|
|
7051
|
-
self?: string | undefined;
|
|
7050
|
+
changelog?: unknown;
|
|
7052
7051
|
transitions?: z.objectInputType<{
|
|
7053
7052
|
id: z.ZodString;
|
|
7054
7053
|
name: z.ZodString;
|
|
@@ -7093,7 +7092,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7093
7092
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7094
7093
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7095
7094
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
7096
|
-
|
|
7095
|
+
expand?: string | undefined;
|
|
7096
|
+
self?: string | undefined;
|
|
7097
7097
|
}>>;
|
|
7098
7098
|
error: z.ZodString;
|
|
7099
7099
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7440,8 +7440,7 @@ 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
|
-
|
|
7444
|
-
self?: string | undefined;
|
|
7443
|
+
changelog?: unknown;
|
|
7445
7444
|
transitions?: z.objectOutputType<{
|
|
7446
7445
|
id: z.ZodString;
|
|
7447
7446
|
name: z.ZodString;
|
|
@@ -7486,7 +7485,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7486
7485
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7487
7486
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7488
7487
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
7489
|
-
|
|
7488
|
+
expand?: string | undefined;
|
|
7489
|
+
self?: string | undefined;
|
|
7490
7490
|
} | undefined;
|
|
7491
7491
|
}, {
|
|
7492
7492
|
error: string;
|
|
@@ -7832,8 +7832,7 @@ 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
|
-
|
|
7836
|
-
self?: string | undefined;
|
|
7835
|
+
changelog?: unknown;
|
|
7837
7836
|
transitions?: z.objectInputType<{
|
|
7838
7837
|
id: z.ZodString;
|
|
7839
7838
|
name: z.ZodString;
|
|
@@ -7878,7 +7877,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7878
7877
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7879
7878
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7880
7879
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
7881
|
-
|
|
7880
|
+
expand?: string | undefined;
|
|
7881
|
+
self?: string | undefined;
|
|
7882
7882
|
} | undefined;
|
|
7883
7883
|
}>, z.ZodObject<{
|
|
7884
7884
|
operation: z.ZodLiteral<"create">;
|
|
@@ -62,14 +62,14 @@ export declare class MetabaseBubble<T extends MetabaseParamsInput = MetabasePara
|
|
|
62
62
|
}, "strip", import("zod").ZodTypeAny, {
|
|
63
63
|
operation: "query_card";
|
|
64
64
|
card_id: number;
|
|
65
|
-
credentials?: Record<string, string> | undefined;
|
|
66
65
|
parameters?: Record<string, unknown> | undefined;
|
|
66
|
+
credentials?: Record<string, string> | undefined;
|
|
67
67
|
pivot?: boolean | undefined;
|
|
68
68
|
}, {
|
|
69
69
|
operation: "query_card";
|
|
70
70
|
card_id: number;
|
|
71
|
-
credentials?: Record<string, string> | undefined;
|
|
72
71
|
parameters?: Record<string, unknown> | undefined;
|
|
72
|
+
credentials?: Record<string, string> | undefined;
|
|
73
73
|
pivot?: boolean | undefined;
|
|
74
74
|
}>]>;
|
|
75
75
|
static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
|
|
@@ -397,6 +397,7 @@ export declare class MetabaseBubble<T extends MetabaseParamsInput = MetabasePara
|
|
|
397
397
|
}, {
|
|
398
398
|
success: boolean;
|
|
399
399
|
operation: "get_dashboard";
|
|
400
|
+
error?: string | undefined;
|
|
400
401
|
data?: import("zod").objectInputType<{
|
|
401
402
|
id: import("zod").ZodNumber;
|
|
402
403
|
name: import("zod").ZodString;
|
|
@@ -476,7 +477,6 @@ export declare class MetabaseBubble<T extends MetabaseParamsInput = MetabasePara
|
|
|
476
477
|
created_at: import("zod").ZodOptional<import("zod").ZodString>;
|
|
477
478
|
updated_at: import("zod").ZodOptional<import("zod").ZodString>;
|
|
478
479
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
479
|
-
error?: string | undefined;
|
|
480
480
|
}>, import("zod").ZodObject<{
|
|
481
481
|
operation: import("zod").ZodLiteral<"list_dashboards">;
|
|
482
482
|
success: import("zod").ZodBoolean;
|
|
@@ -544,6 +544,7 @@ export declare class MetabaseBubble<T extends MetabaseParamsInput = MetabasePara
|
|
|
544
544
|
}, {
|
|
545
545
|
success: boolean;
|
|
546
546
|
operation: "list_dashboards";
|
|
547
|
+
error?: string | undefined;
|
|
547
548
|
data?: {
|
|
548
549
|
total: number;
|
|
549
550
|
dashboards: import("zod").objectInputType<{
|
|
@@ -555,7 +556,6 @@ export declare class MetabaseBubble<T extends MetabaseParamsInput = MetabasePara
|
|
|
555
556
|
created_at: import("zod").ZodOptional<import("zod").ZodString>;
|
|
556
557
|
}, import("zod").ZodTypeAny, "passthrough">[];
|
|
557
558
|
} | undefined;
|
|
558
|
-
error?: string | undefined;
|
|
559
559
|
}>, import("zod").ZodObject<{
|
|
560
560
|
operation: import("zod").ZodLiteral<"get_card">;
|
|
561
561
|
success: import("zod").ZodBoolean;
|
|
@@ -613,6 +613,7 @@ export declare class MetabaseBubble<T extends MetabaseParamsInput = MetabasePara
|
|
|
613
613
|
}, {
|
|
614
614
|
success: boolean;
|
|
615
615
|
operation: "get_card";
|
|
616
|
+
error?: string | undefined;
|
|
616
617
|
data?: import("zod").objectInputType<{
|
|
617
618
|
id: import("zod").ZodNumber;
|
|
618
619
|
name: import("zod").ZodString;
|
|
@@ -625,7 +626,6 @@ export declare class MetabaseBubble<T extends MetabaseParamsInput = MetabasePara
|
|
|
625
626
|
created_at: import("zod").ZodOptional<import("zod").ZodString>;
|
|
626
627
|
updated_at: import("zod").ZodOptional<import("zod").ZodString>;
|
|
627
628
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
628
|
-
error?: string | undefined;
|
|
629
629
|
}>, import("zod").ZodObject<{
|
|
630
630
|
operation: import("zod").ZodLiteral<"query_card">;
|
|
631
631
|
success: import("zod").ZodBoolean;
|
|
@@ -707,6 +707,7 @@ export declare class MetabaseBubble<T extends MetabaseParamsInput = MetabasePara
|
|
|
707
707
|
}, {
|
|
708
708
|
success: boolean;
|
|
709
709
|
operation: "query_card";
|
|
710
|
+
error?: string | undefined;
|
|
710
711
|
data?: import("zod").objectInputType<{
|
|
711
712
|
rows: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodUnknown, "many">, "many">;
|
|
712
713
|
cols: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -725,7 +726,6 @@ export declare class MetabaseBubble<T extends MetabaseParamsInput = MetabasePara
|
|
|
725
726
|
row_count: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
726
727
|
status: import("zod").ZodOptional<import("zod").ZodString>;
|
|
727
728
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
728
|
-
error?: string | undefined;
|
|
729
729
|
}>]>;
|
|
730
730
|
static readonly shortDescription = "Metabase integration for dashboards, cards, and analytics queries";
|
|
731
731
|
static readonly longDescription = "\n Metabase service integration for business intelligence and analytics.\n\n Features:\n - Get dashboard metadata and dashcard list\n - List all available dashboards\n - Get card (saved question) metadata\n - Execute card queries and retrieve parsed JSON results\n\n Supports self-hosted Metabase instances with API key authentication.\n ";
|
|
@@ -454,14 +454,14 @@ export declare const MetabaseParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
454
454
|
}, "strip", z.ZodTypeAny, {
|
|
455
455
|
operation: "query_card";
|
|
456
456
|
card_id: number;
|
|
457
|
-
credentials?: Record<string, string> | undefined;
|
|
458
457
|
parameters?: Record<string, unknown> | undefined;
|
|
458
|
+
credentials?: Record<string, string> | undefined;
|
|
459
459
|
pivot?: boolean | undefined;
|
|
460
460
|
}, {
|
|
461
461
|
operation: "query_card";
|
|
462
462
|
card_id: number;
|
|
463
|
-
credentials?: Record<string, string> | undefined;
|
|
464
463
|
parameters?: Record<string, unknown> | undefined;
|
|
464
|
+
credentials?: Record<string, string> | undefined;
|
|
465
465
|
pivot?: boolean | undefined;
|
|
466
466
|
}>]>;
|
|
467
467
|
export type MetabaseParams = z.output<typeof MetabaseParamsSchema>;
|