@bubblelab/bubble-core 0.1.154 → 0.1.155
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 +115 -115
- package/dist/bubbles/service-bubble/agi-inc.d.ts +44 -44
- package/dist/bubbles/service-bubble/ai-agent.d.ts +64 -64
- package/dist/bubbles/service-bubble/airtable.d.ts +92 -92
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +208 -208
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +50 -50
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +11 -11
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +13 -13
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +122 -122
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +154 -154
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +869 -869
- package/dist/bubbles/service-bubble/followupboss.d.ts +46 -46
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +60 -60
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +100 -100
- package/dist/bubbles/service-bubble/github.d.ts +152 -152
- package/dist/bubbles/service-bubble/gmail.d.ts +276 -276
- package/dist/bubbles/service-bubble/google-calendar.d.ts +110 -110
- package/dist/bubbles/service-bubble/google-drive.d.ts +54 -54
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +32 -32
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1234 -1234
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +208 -208
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +61 -61
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +75 -75
- package/dist/bubbles/service-bubble/telegram.d.ts +1488 -1488
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +7 -7
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +9 -9
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +428 -428
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +86 -86
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +158 -158
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- 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/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +62 -62
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +110 -110
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +24 -24
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -1438,6 +1438,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
1438
1438
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
1439
1439
|
changelog: z.ZodOptional<z.ZodUnknown>;
|
|
1440
1440
|
}, "strip", z.ZodTypeAny, {
|
|
1441
|
+
id?: string | undefined;
|
|
1441
1442
|
fields?: z.objectOutputType<{
|
|
1442
1443
|
summary: z.ZodOptional<z.ZodString>;
|
|
1443
1444
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -1775,7 +1776,6 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
1775
1776
|
total: z.ZodOptional<z.ZodNumber>;
|
|
1776
1777
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1777
1778
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1778
|
-
id?: string | undefined;
|
|
1779
1779
|
key?: string | undefined;
|
|
1780
1780
|
changelog?: unknown;
|
|
1781
1781
|
transitions?: z.objectOutputType<{
|
|
@@ -1825,6 +1825,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
1825
1825
|
expand?: string | undefined;
|
|
1826
1826
|
self?: string | undefined;
|
|
1827
1827
|
}, {
|
|
1828
|
+
id?: string | undefined;
|
|
1828
1829
|
fields?: z.objectInputType<{
|
|
1829
1830
|
summary: z.ZodOptional<z.ZodString>;
|
|
1830
1831
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -2162,7 +2163,6 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
2162
2163
|
total: z.ZodOptional<z.ZodNumber>;
|
|
2163
2164
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2164
2165
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2165
|
-
id?: string | undefined;
|
|
2166
2166
|
key?: string | undefined;
|
|
2167
2167
|
changelog?: unknown;
|
|
2168
2168
|
transitions?: z.objectInputType<{
|
|
@@ -2224,13 +2224,13 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2224
2224
|
limit: number;
|
|
2225
2225
|
offset: number;
|
|
2226
2226
|
jql: string;
|
|
2227
|
-
fields?: string[] | undefined;
|
|
2228
2227
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2228
|
+
fields?: string[] | undefined;
|
|
2229
2229
|
}, {
|
|
2230
2230
|
operation: "search";
|
|
2231
2231
|
jql: string;
|
|
2232
|
-
fields?: string[] | undefined;
|
|
2233
2232
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2233
|
+
fields?: string[] | undefined;
|
|
2234
2234
|
limit?: number | undefined;
|
|
2235
2235
|
offset?: number | undefined;
|
|
2236
2236
|
}>, z.ZodObject<{
|
|
@@ -2242,14 +2242,14 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2242
2242
|
}, "strip", z.ZodTypeAny, {
|
|
2243
2243
|
operation: "get";
|
|
2244
2244
|
key: string;
|
|
2245
|
-
fields?: string[] | undefined;
|
|
2246
2245
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2246
|
+
fields?: string[] | undefined;
|
|
2247
2247
|
expand?: ("comments" | "changelog" | "transitions")[] | undefined;
|
|
2248
2248
|
}, {
|
|
2249
2249
|
operation: "get";
|
|
2250
2250
|
key: string;
|
|
2251
|
-
fields?: string[] | undefined;
|
|
2252
2251
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2252
|
+
fields?: string[] | undefined;
|
|
2253
2253
|
expand?: ("comments" | "changelog" | "transitions")[] | undefined;
|
|
2254
2254
|
}>, z.ZodObject<{
|
|
2255
2255
|
operation: z.ZodLiteral<"create">;
|
|
@@ -2265,16 +2265,16 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2265
2265
|
custom_fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2266
2266
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
2267
2267
|
}, "strip", z.ZodTypeAny, {
|
|
2268
|
-
operation: "create";
|
|
2269
2268
|
type: string;
|
|
2269
|
+
operation: "create";
|
|
2270
2270
|
summary: string;
|
|
2271
2271
|
project: string;
|
|
2272
2272
|
description?: string | undefined;
|
|
2273
2273
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2274
|
-
priority?: string | undefined;
|
|
2275
|
-
parent?: string | undefined;
|
|
2276
2274
|
labels?: string[] | undefined;
|
|
2275
|
+
parent?: string | undefined;
|
|
2277
2276
|
assignee?: string | undefined;
|
|
2277
|
+
priority?: string | undefined;
|
|
2278
2278
|
due_date?: string | undefined;
|
|
2279
2279
|
custom_fields?: Record<string, unknown> | undefined;
|
|
2280
2280
|
}, {
|
|
@@ -2284,10 +2284,10 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2284
2284
|
type?: string | undefined;
|
|
2285
2285
|
description?: string | undefined;
|
|
2286
2286
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2287
|
-
priority?: string | undefined;
|
|
2288
|
-
parent?: string | undefined;
|
|
2289
2287
|
labels?: string[] | undefined;
|
|
2288
|
+
parent?: string | undefined;
|
|
2290
2289
|
assignee?: string | undefined;
|
|
2290
|
+
priority?: string | undefined;
|
|
2291
2291
|
due_date?: string | undefined;
|
|
2292
2292
|
custom_fields?: Record<string, unknown> | undefined;
|
|
2293
2293
|
}>, z.ZodObject<{
|
|
@@ -2303,12 +2303,12 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2303
2303
|
set: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2304
2304
|
}, "strip", z.ZodTypeAny, {
|
|
2305
2305
|
set?: string[] | undefined;
|
|
2306
|
-
remove?: string[] | undefined;
|
|
2307
2306
|
add?: string[] | undefined;
|
|
2307
|
+
remove?: string[] | undefined;
|
|
2308
2308
|
}, {
|
|
2309
2309
|
set?: string[] | undefined;
|
|
2310
|
-
remove?: string[] | undefined;
|
|
2311
2310
|
add?: string[] | undefined;
|
|
2311
|
+
remove?: string[] | undefined;
|
|
2312
2312
|
}>>;
|
|
2313
2313
|
due_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2314
2314
|
comment: z.ZodOptional<z.ZodString>;
|
|
@@ -2318,30 +2318,30 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2318
2318
|
key: string;
|
|
2319
2319
|
description?: string | undefined;
|
|
2320
2320
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2321
|
-
summary?: string | undefined;
|
|
2322
|
-
priority?: string | undefined;
|
|
2323
2321
|
labels?: {
|
|
2324
2322
|
set?: string[] | undefined;
|
|
2325
|
-
remove?: string[] | undefined;
|
|
2326
2323
|
add?: string[] | undefined;
|
|
2324
|
+
remove?: string[] | undefined;
|
|
2327
2325
|
} | undefined;
|
|
2326
|
+
summary?: string | undefined;
|
|
2328
2327
|
comment?: string | undefined;
|
|
2329
2328
|
assignee?: string | null | undefined;
|
|
2329
|
+
priority?: string | undefined;
|
|
2330
2330
|
due_date?: string | null | undefined;
|
|
2331
2331
|
}, {
|
|
2332
2332
|
operation: "update";
|
|
2333
2333
|
key: string;
|
|
2334
2334
|
description?: string | undefined;
|
|
2335
2335
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2336
|
-
summary?: string | undefined;
|
|
2337
|
-
priority?: string | undefined;
|
|
2338
2336
|
labels?: {
|
|
2339
2337
|
set?: string[] | undefined;
|
|
2340
|
-
remove?: string[] | undefined;
|
|
2341
2338
|
add?: string[] | undefined;
|
|
2339
|
+
remove?: string[] | undefined;
|
|
2342
2340
|
} | undefined;
|
|
2341
|
+
summary?: string | undefined;
|
|
2343
2342
|
comment?: string | undefined;
|
|
2344
2343
|
assignee?: string | null | undefined;
|
|
2344
|
+
priority?: string | undefined;
|
|
2345
2345
|
due_date?: string | null | undefined;
|
|
2346
2346
|
}>, z.ZodObject<{
|
|
2347
2347
|
operation: z.ZodLiteral<"transition">;
|
|
@@ -2428,13 +2428,13 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2428
2428
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
2429
2429
|
}, "strip", z.ZodTypeAny, {
|
|
2430
2430
|
operation: "add_comment";
|
|
2431
|
-
key: string;
|
|
2432
2431
|
body: string;
|
|
2432
|
+
key: string;
|
|
2433
2433
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2434
2434
|
}, {
|
|
2435
2435
|
operation: "add_comment";
|
|
2436
|
-
key: string;
|
|
2437
2436
|
body: string;
|
|
2437
|
+
key: string;
|
|
2438
2438
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2439
2439
|
}>, z.ZodObject<{
|
|
2440
2440
|
operation: z.ZodLiteral<"get_comments">;
|
|
@@ -2445,8 +2445,8 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2445
2445
|
}, "strip", z.ZodTypeAny, {
|
|
2446
2446
|
operation: "get_comments";
|
|
2447
2447
|
limit: number;
|
|
2448
|
-
key: string;
|
|
2449
2448
|
offset: number;
|
|
2449
|
+
key: string;
|
|
2450
2450
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2451
2451
|
}, {
|
|
2452
2452
|
operation: "get_comments";
|
|
@@ -3604,6 +3604,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
3604
3604
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
3605
3605
|
changelog: z.ZodOptional<z.ZodUnknown>;
|
|
3606
3606
|
}, "strip", z.ZodTypeAny, {
|
|
3607
|
+
id?: string | undefined;
|
|
3607
3608
|
fields?: z.objectOutputType<{
|
|
3608
3609
|
summary: z.ZodOptional<z.ZodString>;
|
|
3609
3610
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -3941,7 +3942,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
3941
3942
|
total: z.ZodOptional<z.ZodNumber>;
|
|
3942
3943
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3943
3944
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3944
|
-
id?: string | undefined;
|
|
3945
3945
|
key?: string | undefined;
|
|
3946
3946
|
changelog?: unknown;
|
|
3947
3947
|
transitions?: z.objectOutputType<{
|
|
@@ -3991,6 +3991,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
3991
3991
|
expand?: string | undefined;
|
|
3992
3992
|
self?: string | undefined;
|
|
3993
3993
|
}, {
|
|
3994
|
+
id?: string | undefined;
|
|
3994
3995
|
fields?: z.objectInputType<{
|
|
3995
3996
|
summary: z.ZodOptional<z.ZodString>;
|
|
3996
3997
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -4328,7 +4329,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4328
4329
|
total: z.ZodOptional<z.ZodNumber>;
|
|
4329
4330
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4330
4331
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4331
|
-
id?: string | undefined;
|
|
4332
4332
|
key?: string | undefined;
|
|
4333
4333
|
changelog?: unknown;
|
|
4334
4334
|
transitions?: z.objectInputType<{
|
|
@@ -4387,6 +4387,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4387
4387
|
error: string;
|
|
4388
4388
|
operation: "search";
|
|
4389
4389
|
issues?: {
|
|
4390
|
+
id?: string | undefined;
|
|
4390
4391
|
fields?: z.objectOutputType<{
|
|
4391
4392
|
summary: z.ZodOptional<z.ZodString>;
|
|
4392
4393
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -4724,7 +4725,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4724
4725
|
total: z.ZodOptional<z.ZodNumber>;
|
|
4725
4726
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4726
4727
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4727
|
-
id?: string | undefined;
|
|
4728
4728
|
key?: string | undefined;
|
|
4729
4729
|
changelog?: unknown;
|
|
4730
4730
|
transitions?: z.objectOutputType<{
|
|
@@ -4782,6 +4782,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4782
4782
|
error: string;
|
|
4783
4783
|
operation: "search";
|
|
4784
4784
|
issues?: {
|
|
4785
|
+
id?: string | undefined;
|
|
4785
4786
|
fields?: z.objectInputType<{
|
|
4786
4787
|
summary: z.ZodOptional<z.ZodString>;
|
|
4787
4788
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -5119,7 +5120,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
5119
5120
|
total: z.ZodOptional<z.ZodNumber>;
|
|
5120
5121
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5121
5122
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5122
|
-
id?: string | undefined;
|
|
5123
5123
|
key?: string | undefined;
|
|
5124
5124
|
changelog?: unknown;
|
|
5125
5125
|
transitions?: z.objectInputType<{
|
|
@@ -6321,6 +6321,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
6321
6321
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
6322
6322
|
changelog: z.ZodOptional<z.ZodUnknown>;
|
|
6323
6323
|
}, "strip", z.ZodTypeAny, {
|
|
6324
|
+
id?: string | undefined;
|
|
6324
6325
|
fields?: z.objectOutputType<{
|
|
6325
6326
|
summary: z.ZodOptional<z.ZodString>;
|
|
6326
6327
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -6658,7 +6659,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
6658
6659
|
total: z.ZodOptional<z.ZodNumber>;
|
|
6659
6660
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6660
6661
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6661
|
-
id?: string | undefined;
|
|
6662
6662
|
key?: string | undefined;
|
|
6663
6663
|
changelog?: unknown;
|
|
6664
6664
|
transitions?: z.objectOutputType<{
|
|
@@ -6708,6 +6708,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
6708
6708
|
expand?: string | undefined;
|
|
6709
6709
|
self?: string | undefined;
|
|
6710
6710
|
}, {
|
|
6711
|
+
id?: string | undefined;
|
|
6711
6712
|
fields?: z.objectInputType<{
|
|
6712
6713
|
summary: z.ZodOptional<z.ZodString>;
|
|
6713
6714
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -7045,7 +7046,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7045
7046
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7046
7047
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7047
7048
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7048
|
-
id?: string | undefined;
|
|
7049
7049
|
key?: string | undefined;
|
|
7050
7050
|
changelog?: unknown;
|
|
7051
7051
|
transitions?: z.objectInputType<{
|
|
@@ -7101,6 +7101,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7101
7101
|
error: string;
|
|
7102
7102
|
operation: "get";
|
|
7103
7103
|
issue?: {
|
|
7104
|
+
id?: string | undefined;
|
|
7104
7105
|
fields?: z.objectOutputType<{
|
|
7105
7106
|
summary: z.ZodOptional<z.ZodString>;
|
|
7106
7107
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -7438,7 +7439,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7438
7439
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7439
7440
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7440
7441
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7441
|
-
id?: string | undefined;
|
|
7442
7442
|
key?: string | undefined;
|
|
7443
7443
|
changelog?: unknown;
|
|
7444
7444
|
transitions?: z.objectOutputType<{
|
|
@@ -7493,6 +7493,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7493
7493
|
error: string;
|
|
7494
7494
|
operation: "get";
|
|
7495
7495
|
issue?: {
|
|
7496
|
+
id?: string | undefined;
|
|
7496
7497
|
fields?: z.objectInputType<{
|
|
7497
7498
|
summary: z.ZodOptional<z.ZodString>;
|
|
7498
7499
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -7830,7 +7831,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7830
7831
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7831
7832
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7832
7833
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7833
|
-
id?: string | undefined;
|
|
7834
7834
|
key?: string | undefined;
|
|
7835
7835
|
changelog?: unknown;
|
|
7836
7836
|
transitions?: z.objectInputType<{
|
|
@@ -8286,6 +8286,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
8286
8286
|
}>, "many">;
|
|
8287
8287
|
}, "strip", z.ZodTypeAny, {
|
|
8288
8288
|
name: string;
|
|
8289
|
+
id: string;
|
|
8289
8290
|
fields: {
|
|
8290
8291
|
required: boolean;
|
|
8291
8292
|
name: string;
|
|
@@ -8294,9 +8295,9 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
8294
8295
|
schema?: unknown;
|
|
8295
8296
|
allowedValues?: unknown[] | undefined;
|
|
8296
8297
|
}[];
|
|
8297
|
-
id: string;
|
|
8298
8298
|
}, {
|
|
8299
8299
|
name: string;
|
|
8300
|
+
id: string;
|
|
8300
8301
|
fields: {
|
|
8301
8302
|
required: boolean;
|
|
8302
8303
|
name: string;
|
|
@@ -8305,7 +8306,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
8305
8306
|
schema?: unknown;
|
|
8306
8307
|
allowedValues?: unknown[] | undefined;
|
|
8307
8308
|
}[];
|
|
8308
|
-
id: string;
|
|
8309
8309
|
}>, "many">>;
|
|
8310
8310
|
error: z.ZodString;
|
|
8311
8311
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -8314,6 +8314,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
8314
8314
|
operation: "get_create_fields";
|
|
8315
8315
|
issue_types?: {
|
|
8316
8316
|
name: string;
|
|
8317
|
+
id: string;
|
|
8317
8318
|
fields: {
|
|
8318
8319
|
required: boolean;
|
|
8319
8320
|
name: string;
|
|
@@ -8322,7 +8323,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
8322
8323
|
schema?: unknown;
|
|
8323
8324
|
allowedValues?: unknown[] | undefined;
|
|
8324
8325
|
}[];
|
|
8325
|
-
id: string;
|
|
8326
8326
|
}[] | undefined;
|
|
8327
8327
|
}, {
|
|
8328
8328
|
success: boolean;
|
|
@@ -8330,6 +8330,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
8330
8330
|
operation: "get_create_fields";
|
|
8331
8331
|
issue_types?: {
|
|
8332
8332
|
name: string;
|
|
8333
|
+
id: string;
|
|
8333
8334
|
fields: {
|
|
8334
8335
|
required: boolean;
|
|
8335
8336
|
name: string;
|
|
@@ -8338,7 +8339,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
8338
8339
|
schema?: unknown;
|
|
8339
8340
|
allowedValues?: unknown[] | undefined;
|
|
8340
8341
|
}[];
|
|
8341
|
-
id: string;
|
|
8342
8342
|
}[] | undefined;
|
|
8343
8343
|
}>, z.ZodObject<{
|
|
8344
8344
|
operation: z.ZodLiteral<"add_comment">;
|