@bubblelab/bubble-core 0.1.55 → 0.1.56
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 +102 -102
- package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
- package/dist/bubbles/service-bubble/ai-agent.d.ts +68 -68
- package/dist/bubbles/service-bubble/airtable.d.ts +86 -86
- package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +128 -128
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +28 -28
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +879 -879
- package/dist/bubbles/service-bubble/followupboss.d.ts +254 -254
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +233 -233
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
- package/dist/bubbles/service-bubble/github.d.ts +112 -112
- package/dist/bubbles/service-bubble/gmail.d.ts +555 -555
- package/dist/bubbles/service-bubble/google-calendar.d.ts +20 -20
- package/dist/bubbles/service-bubble/google-drive.d.ts +16 -16
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +35 -35
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1365 -1365
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +320 -320
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +91 -91
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +107 -107
- package/dist/bubbles/service-bubble/telegram.d.ts +1491 -1491
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +126 -126
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +421 -421
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +150 -150
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +146 -146
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +86 -86
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -1438,7 +1438,6 @@ 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
|
-
key?: string | undefined;
|
|
1442
1441
|
id?: string | undefined;
|
|
1443
1442
|
fields?: z.objectOutputType<{
|
|
1444
1443
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -1777,6 +1776,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
1777
1776
|
total: z.ZodOptional<z.ZodNumber>;
|
|
1778
1777
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1779
1778
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1779
|
+
key?: string | undefined;
|
|
1780
1780
|
changelog?: unknown;
|
|
1781
1781
|
transitions?: z.objectOutputType<{
|
|
1782
1782
|
id: z.ZodString;
|
|
@@ -1825,7 +1825,6 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
1825
1825
|
expand?: string | undefined;
|
|
1826
1826
|
self?: string | undefined;
|
|
1827
1827
|
}, {
|
|
1828
|
-
key?: string | undefined;
|
|
1829
1828
|
id?: string | undefined;
|
|
1830
1829
|
fields?: z.objectInputType<{
|
|
1831
1830
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -2164,6 +2163,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
2164
2163
|
total: z.ZodOptional<z.ZodNumber>;
|
|
2165
2164
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2166
2165
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2166
|
+
key?: string | undefined;
|
|
2167
2167
|
changelog?: unknown;
|
|
2168
2168
|
transitions?: z.objectInputType<{
|
|
2169
2169
|
id: z.ZodString;
|
|
@@ -2230,9 +2230,9 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2230
2230
|
operation: "search";
|
|
2231
2231
|
jql: string;
|
|
2232
2232
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2233
|
+
fields?: string[] | undefined;
|
|
2233
2234
|
limit?: number | undefined;
|
|
2234
2235
|
offset?: number | undefined;
|
|
2235
|
-
fields?: string[] | undefined;
|
|
2236
2236
|
}>, z.ZodObject<{
|
|
2237
2237
|
operation: z.ZodLiteral<"get">;
|
|
2238
2238
|
key: z.ZodString;
|
|
@@ -2265,28 +2265,28 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2265
2265
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
2266
2266
|
}, "strip", z.ZodTypeAny, {
|
|
2267
2267
|
type: string;
|
|
2268
|
-
operation: "create";
|
|
2269
2268
|
summary: string;
|
|
2269
|
+
operation: "create";
|
|
2270
2270
|
project: string;
|
|
2271
2271
|
description?: string | undefined;
|
|
2272
2272
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2273
|
-
|
|
2274
|
-
labels?: string[] | undefined;
|
|
2273
|
+
priority?: string | undefined;
|
|
2275
2274
|
parent?: string | undefined;
|
|
2275
|
+
labels?: string[] | undefined;
|
|
2276
2276
|
assignee?: string | undefined;
|
|
2277
|
-
|
|
2277
|
+
due_date?: string | undefined;
|
|
2278
2278
|
}, {
|
|
2279
|
-
operation: "create";
|
|
2280
2279
|
summary: string;
|
|
2280
|
+
operation: "create";
|
|
2281
2281
|
project: string;
|
|
2282
2282
|
type?: string | undefined;
|
|
2283
2283
|
description?: string | undefined;
|
|
2284
2284
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2285
|
-
|
|
2286
|
-
labels?: string[] | undefined;
|
|
2285
|
+
priority?: string | undefined;
|
|
2287
2286
|
parent?: string | undefined;
|
|
2287
|
+
labels?: string[] | undefined;
|
|
2288
2288
|
assignee?: string | undefined;
|
|
2289
|
-
|
|
2289
|
+
due_date?: string | undefined;
|
|
2290
2290
|
}>, z.ZodObject<{
|
|
2291
2291
|
operation: z.ZodLiteral<"update">;
|
|
2292
2292
|
key: z.ZodString;
|
|
@@ -2300,12 +2300,12 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2300
2300
|
set: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2301
2301
|
}, "strip", z.ZodTypeAny, {
|
|
2302
2302
|
set?: string[] | undefined;
|
|
2303
|
-
add?: string[] | undefined;
|
|
2304
2303
|
remove?: string[] | undefined;
|
|
2304
|
+
add?: string[] | undefined;
|
|
2305
2305
|
}, {
|
|
2306
2306
|
set?: string[] | undefined;
|
|
2307
|
-
add?: string[] | undefined;
|
|
2308
2307
|
remove?: string[] | undefined;
|
|
2308
|
+
add?: string[] | undefined;
|
|
2309
2309
|
}>>;
|
|
2310
2310
|
due_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2311
2311
|
comment: z.ZodOptional<z.ZodString>;
|
|
@@ -2315,31 +2315,31 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2315
2315
|
operation: "update";
|
|
2316
2316
|
description?: string | undefined;
|
|
2317
2317
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2318
|
-
|
|
2318
|
+
priority?: string | undefined;
|
|
2319
|
+
summary?: string | undefined;
|
|
2319
2320
|
labels?: {
|
|
2320
2321
|
set?: string[] | undefined;
|
|
2321
|
-
add?: string[] | undefined;
|
|
2322
2322
|
remove?: string[] | undefined;
|
|
2323
|
+
add?: string[] | undefined;
|
|
2323
2324
|
} | undefined;
|
|
2324
|
-
summary?: string | undefined;
|
|
2325
2325
|
comment?: string | undefined;
|
|
2326
2326
|
assignee?: string | null | undefined;
|
|
2327
|
-
|
|
2327
|
+
due_date?: string | null | undefined;
|
|
2328
2328
|
}, {
|
|
2329
2329
|
key: string;
|
|
2330
2330
|
operation: "update";
|
|
2331
2331
|
description?: string | undefined;
|
|
2332
2332
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2333
|
-
|
|
2333
|
+
priority?: string | undefined;
|
|
2334
|
+
summary?: string | undefined;
|
|
2334
2335
|
labels?: {
|
|
2335
2336
|
set?: string[] | undefined;
|
|
2336
|
-
add?: string[] | undefined;
|
|
2337
2337
|
remove?: string[] | undefined;
|
|
2338
|
+
add?: string[] | undefined;
|
|
2338
2339
|
} | undefined;
|
|
2339
|
-
summary?: string | undefined;
|
|
2340
2340
|
comment?: string | undefined;
|
|
2341
2341
|
assignee?: string | null | undefined;
|
|
2342
|
-
|
|
2342
|
+
due_date?: string | null | undefined;
|
|
2343
2343
|
}>, z.ZodObject<{
|
|
2344
2344
|
operation: z.ZodLiteral<"transition">;
|
|
2345
2345
|
key: z.ZodString;
|
|
@@ -3586,7 +3586,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
3586
3586
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
3587
3587
|
changelog: z.ZodOptional<z.ZodUnknown>;
|
|
3588
3588
|
}, "strip", z.ZodTypeAny, {
|
|
3589
|
-
key?: string | undefined;
|
|
3590
3589
|
id?: string | undefined;
|
|
3591
3590
|
fields?: z.objectOutputType<{
|
|
3592
3591
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -3925,6 +3924,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
3925
3924
|
total: z.ZodOptional<z.ZodNumber>;
|
|
3926
3925
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3927
3926
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3927
|
+
key?: string | undefined;
|
|
3928
3928
|
changelog?: unknown;
|
|
3929
3929
|
transitions?: z.objectOutputType<{
|
|
3930
3930
|
id: z.ZodString;
|
|
@@ -3973,7 +3973,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
3973
3973
|
expand?: string | undefined;
|
|
3974
3974
|
self?: string | undefined;
|
|
3975
3975
|
}, {
|
|
3976
|
-
key?: string | undefined;
|
|
3977
3976
|
id?: string | undefined;
|
|
3978
3977
|
fields?: z.objectInputType<{
|
|
3979
3978
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -4312,6 +4311,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4312
4311
|
total: z.ZodOptional<z.ZodNumber>;
|
|
4313
4312
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4314
4313
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4314
|
+
key?: string | undefined;
|
|
4315
4315
|
changelog?: unknown;
|
|
4316
4316
|
transitions?: z.objectInputType<{
|
|
4317
4317
|
id: z.ZodString;
|
|
@@ -4369,7 +4369,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4369
4369
|
success: boolean;
|
|
4370
4370
|
operation: "search";
|
|
4371
4371
|
issues?: {
|
|
4372
|
-
key?: string | undefined;
|
|
4373
4372
|
id?: string | undefined;
|
|
4374
4373
|
fields?: z.objectOutputType<{
|
|
4375
4374
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -4708,6 +4707,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4708
4707
|
total: z.ZodOptional<z.ZodNumber>;
|
|
4709
4708
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4710
4709
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4710
|
+
key?: string | undefined;
|
|
4711
4711
|
changelog?: unknown;
|
|
4712
4712
|
transitions?: z.objectOutputType<{
|
|
4713
4713
|
id: z.ZodString;
|
|
@@ -4756,15 +4756,14 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4756
4756
|
expand?: string | undefined;
|
|
4757
4757
|
self?: string | undefined;
|
|
4758
4758
|
}[] | undefined;
|
|
4759
|
-
total?: number | undefined;
|
|
4760
4759
|
limit?: number | undefined;
|
|
4761
4760
|
offset?: number | undefined;
|
|
4761
|
+
total?: number | undefined;
|
|
4762
4762
|
}, {
|
|
4763
4763
|
error: string;
|
|
4764
4764
|
success: boolean;
|
|
4765
4765
|
operation: "search";
|
|
4766
4766
|
issues?: {
|
|
4767
|
-
key?: string | undefined;
|
|
4768
4767
|
id?: string | undefined;
|
|
4769
4768
|
fields?: z.objectInputType<{
|
|
4770
4769
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -5103,6 +5102,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
5103
5102
|
total: z.ZodOptional<z.ZodNumber>;
|
|
5104
5103
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5105
5104
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5105
|
+
key?: string | undefined;
|
|
5106
5106
|
changelog?: unknown;
|
|
5107
5107
|
transitions?: z.objectInputType<{
|
|
5108
5108
|
id: z.ZodString;
|
|
@@ -5151,9 +5151,9 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
5151
5151
|
expand?: string | undefined;
|
|
5152
5152
|
self?: string | undefined;
|
|
5153
5153
|
}[] | undefined;
|
|
5154
|
-
total?: number | undefined;
|
|
5155
5154
|
limit?: number | undefined;
|
|
5156
5155
|
offset?: number | undefined;
|
|
5156
|
+
total?: number | undefined;
|
|
5157
5157
|
}>, z.ZodObject<{
|
|
5158
5158
|
operation: z.ZodLiteral<"get">;
|
|
5159
5159
|
success: z.ZodBoolean;
|
|
@@ -6303,7 +6303,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
6303
6303
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
6304
6304
|
changelog: z.ZodOptional<z.ZodUnknown>;
|
|
6305
6305
|
}, "strip", z.ZodTypeAny, {
|
|
6306
|
-
key?: string | undefined;
|
|
6307
6306
|
id?: string | undefined;
|
|
6308
6307
|
fields?: z.objectOutputType<{
|
|
6309
6308
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -6642,6 +6641,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
6642
6641
|
total: z.ZodOptional<z.ZodNumber>;
|
|
6643
6642
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6644
6643
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6644
|
+
key?: string | undefined;
|
|
6645
6645
|
changelog?: unknown;
|
|
6646
6646
|
transitions?: z.objectOutputType<{
|
|
6647
6647
|
id: z.ZodString;
|
|
@@ -6690,7 +6690,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
6690
6690
|
expand?: string | undefined;
|
|
6691
6691
|
self?: string | undefined;
|
|
6692
6692
|
}, {
|
|
6693
|
-
key?: string | undefined;
|
|
6694
6693
|
id?: string | undefined;
|
|
6695
6694
|
fields?: z.objectInputType<{
|
|
6696
6695
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -7029,6 +7028,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7029
7028
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7030
7029
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7031
7030
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7031
|
+
key?: string | undefined;
|
|
7032
7032
|
changelog?: unknown;
|
|
7033
7033
|
transitions?: z.objectInputType<{
|
|
7034
7034
|
id: z.ZodString;
|
|
@@ -7083,7 +7083,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7083
7083
|
success: boolean;
|
|
7084
7084
|
operation: "get";
|
|
7085
7085
|
issue?: {
|
|
7086
|
-
key?: string | undefined;
|
|
7087
7086
|
id?: string | undefined;
|
|
7088
7087
|
fields?: z.objectOutputType<{
|
|
7089
7088
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -7422,6 +7421,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7422
7421
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7423
7422
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7424
7423
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7424
|
+
key?: string | undefined;
|
|
7425
7425
|
changelog?: unknown;
|
|
7426
7426
|
transitions?: z.objectOutputType<{
|
|
7427
7427
|
id: z.ZodString;
|
|
@@ -7475,7 +7475,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7475
7475
|
success: boolean;
|
|
7476
7476
|
operation: "get";
|
|
7477
7477
|
issue?: {
|
|
7478
|
-
key?: string | undefined;
|
|
7479
7478
|
id?: string | undefined;
|
|
7480
7479
|
fields?: z.objectInputType<{
|
|
7481
7480
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -7814,6 +7813,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7814
7813
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7815
7814
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7816
7815
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7816
|
+
key?: string | undefined;
|
|
7817
7817
|
changelog?: unknown;
|
|
7818
7818
|
transitions?: z.objectInputType<{
|
|
7819
7819
|
id: z.ZodString;
|
|
@@ -7870,12 +7870,12 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7870
7870
|
key: z.ZodString;
|
|
7871
7871
|
self: z.ZodOptional<z.ZodString>;
|
|
7872
7872
|
}, "strip", z.ZodTypeAny, {
|
|
7873
|
-
key: string;
|
|
7874
7873
|
id: string;
|
|
7874
|
+
key: string;
|
|
7875
7875
|
self?: string | undefined;
|
|
7876
7876
|
}, {
|
|
7877
|
-
key: string;
|
|
7878
7877
|
id: string;
|
|
7878
|
+
key: string;
|
|
7879
7879
|
self?: string | undefined;
|
|
7880
7880
|
}>>;
|
|
7881
7881
|
error: z.ZodString;
|
|
@@ -7884,8 +7884,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7884
7884
|
success: boolean;
|
|
7885
7885
|
operation: "create";
|
|
7886
7886
|
issue?: {
|
|
7887
|
-
key: string;
|
|
7888
7887
|
id: string;
|
|
7888
|
+
key: string;
|
|
7889
7889
|
self?: string | undefined;
|
|
7890
7890
|
} | undefined;
|
|
7891
7891
|
}, {
|
|
@@ -7893,8 +7893,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7893
7893
|
success: boolean;
|
|
7894
7894
|
operation: "create";
|
|
7895
7895
|
issue?: {
|
|
7896
|
-
key: string;
|
|
7897
7896
|
id: string;
|
|
7897
|
+
key: string;
|
|
7898
7898
|
self?: string | undefined;
|
|
7899
7899
|
} | undefined;
|
|
7900
7900
|
}>, z.ZodObject<{
|
|
@@ -8439,7 +8439,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
8439
8439
|
error: string;
|
|
8440
8440
|
success: boolean;
|
|
8441
8441
|
operation: "get_comments";
|
|
8442
|
-
total?: number | undefined;
|
|
8443
8442
|
comments?: z.objectOutputType<{
|
|
8444
8443
|
id: z.ZodString;
|
|
8445
8444
|
author: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -8463,11 +8462,11 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
8463
8462
|
created: z.ZodOptional<z.ZodString>;
|
|
8464
8463
|
updated: z.ZodOptional<z.ZodString>;
|
|
8465
8464
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
8465
|
+
total?: number | undefined;
|
|
8466
8466
|
}, {
|
|
8467
8467
|
error: string;
|
|
8468
8468
|
success: boolean;
|
|
8469
8469
|
operation: "get_comments";
|
|
8470
|
-
total?: number | undefined;
|
|
8471
8470
|
comments?: z.objectInputType<{
|
|
8472
8471
|
id: z.ZodString;
|
|
8473
8472
|
author: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -8491,6 +8490,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
8491
8490
|
created: z.ZodOptional<z.ZodString>;
|
|
8492
8491
|
updated: z.ZodOptional<z.ZodString>;
|
|
8493
8492
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
8493
|
+
total?: number | undefined;
|
|
8494
8494
|
}>]>;
|
|
8495
8495
|
export type JiraParams = z.output<typeof JiraParamsSchema>;
|
|
8496
8496
|
export type JiraParamsInput = z.input<typeof JiraParamsSchema>;
|