@bubblelab/bubble-core 0.1.85 → 0.1.86
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 +32 -32
- package/dist/bubbles/service-bubble/ai-agent.d.ts +4 -4
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +8 -8
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/firecrawl.d.ts +4 -4
- package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
- package/dist/bubbles/service-bubble/jira/jira.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +14 -14
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +1012 -76
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +26 -0
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/research-agent-tool.js +2 -2
- package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +10 -10
- 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 +16 -16
- package/dist/bubbles.json +294 -2
- package/package.json +2 -2
|
@@ -274,8 +274,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
274
274
|
}>, "many">>;
|
|
275
275
|
}, "strip", z.ZodTypeAny, {
|
|
276
276
|
name: string;
|
|
277
|
-
id: string;
|
|
278
277
|
mimeType: string;
|
|
278
|
+
id: string;
|
|
279
279
|
size?: string | undefined;
|
|
280
280
|
createdTime?: string | undefined;
|
|
281
281
|
modifiedTime?: string | undefined;
|
|
@@ -289,8 +289,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
289
289
|
}[] | undefined;
|
|
290
290
|
}, {
|
|
291
291
|
name: string;
|
|
292
|
-
id: string;
|
|
293
292
|
mimeType: string;
|
|
293
|
+
id: string;
|
|
294
294
|
size?: string | undefined;
|
|
295
295
|
createdTime?: string | undefined;
|
|
296
296
|
modifiedTime?: string | undefined;
|
|
@@ -310,8 +310,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
310
310
|
operation: "upload_file";
|
|
311
311
|
file?: {
|
|
312
312
|
name: string;
|
|
313
|
-
id: string;
|
|
314
313
|
mimeType: string;
|
|
314
|
+
id: string;
|
|
315
315
|
size?: string | undefined;
|
|
316
316
|
createdTime?: string | undefined;
|
|
317
317
|
modifiedTime?: string | undefined;
|
|
@@ -330,8 +330,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
330
330
|
operation: "upload_file";
|
|
331
331
|
file?: {
|
|
332
332
|
name: string;
|
|
333
|
-
id: string;
|
|
334
333
|
mimeType: string;
|
|
334
|
+
id: string;
|
|
335
335
|
size?: string | undefined;
|
|
336
336
|
createdTime?: string | undefined;
|
|
337
337
|
modifiedTime?: string | undefined;
|
|
@@ -391,8 +391,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
391
391
|
}>, "many">>;
|
|
392
392
|
}, "strip", z.ZodTypeAny, {
|
|
393
393
|
name: string;
|
|
394
|
-
id: string;
|
|
395
394
|
mimeType: string;
|
|
395
|
+
id: string;
|
|
396
396
|
size?: string | undefined;
|
|
397
397
|
createdTime?: string | undefined;
|
|
398
398
|
modifiedTime?: string | undefined;
|
|
@@ -406,8 +406,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
406
406
|
}[] | undefined;
|
|
407
407
|
}, {
|
|
408
408
|
name: string;
|
|
409
|
-
id: string;
|
|
410
409
|
mimeType: string;
|
|
410
|
+
id: string;
|
|
411
411
|
size?: string | undefined;
|
|
412
412
|
createdTime?: string | undefined;
|
|
413
413
|
modifiedTime?: string | undefined;
|
|
@@ -429,8 +429,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
429
429
|
operation: "list_files";
|
|
430
430
|
files?: {
|
|
431
431
|
name: string;
|
|
432
|
-
id: string;
|
|
433
432
|
mimeType: string;
|
|
433
|
+
id: string;
|
|
434
434
|
size?: string | undefined;
|
|
435
435
|
createdTime?: string | undefined;
|
|
436
436
|
modifiedTime?: string | undefined;
|
|
@@ -451,8 +451,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
451
451
|
operation: "list_files";
|
|
452
452
|
files?: {
|
|
453
453
|
name: string;
|
|
454
|
-
id: string;
|
|
455
454
|
mimeType: string;
|
|
455
|
+
id: string;
|
|
456
456
|
size?: string | undefined;
|
|
457
457
|
createdTime?: string | undefined;
|
|
458
458
|
modifiedTime?: string | undefined;
|
|
@@ -548,8 +548,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
548
548
|
}>, "many">>;
|
|
549
549
|
}, "strip", z.ZodTypeAny, {
|
|
550
550
|
name: string;
|
|
551
|
-
id: string;
|
|
552
551
|
mimeType: string;
|
|
552
|
+
id: string;
|
|
553
553
|
size?: string | undefined;
|
|
554
554
|
createdTime?: string | undefined;
|
|
555
555
|
modifiedTime?: string | undefined;
|
|
@@ -563,8 +563,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
563
563
|
}[] | undefined;
|
|
564
564
|
}, {
|
|
565
565
|
name: string;
|
|
566
|
-
id: string;
|
|
567
566
|
mimeType: string;
|
|
567
|
+
id: string;
|
|
568
568
|
size?: string | undefined;
|
|
569
569
|
createdTime?: string | undefined;
|
|
570
570
|
modifiedTime?: string | undefined;
|
|
@@ -603,8 +603,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
603
603
|
operation: "get_file_info";
|
|
604
604
|
file?: {
|
|
605
605
|
name: string;
|
|
606
|
-
id: string;
|
|
607
606
|
mimeType: string;
|
|
607
|
+
id: string;
|
|
608
608
|
size?: string | undefined;
|
|
609
609
|
createdTime?: string | undefined;
|
|
610
610
|
modifiedTime?: string | undefined;
|
|
@@ -630,8 +630,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
630
630
|
operation: "get_file_info";
|
|
631
631
|
file?: {
|
|
632
632
|
name: string;
|
|
633
|
-
id: string;
|
|
634
633
|
mimeType: string;
|
|
634
|
+
id: string;
|
|
635
635
|
size?: string | undefined;
|
|
636
636
|
createdTime?: string | undefined;
|
|
637
637
|
modifiedTime?: string | undefined;
|
|
@@ -695,8 +695,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
695
695
|
}>, "many">>;
|
|
696
696
|
}, "strip", z.ZodTypeAny, {
|
|
697
697
|
name: string;
|
|
698
|
-
id: string;
|
|
699
698
|
mimeType: string;
|
|
699
|
+
id: string;
|
|
700
700
|
size?: string | undefined;
|
|
701
701
|
createdTime?: string | undefined;
|
|
702
702
|
modifiedTime?: string | undefined;
|
|
@@ -710,8 +710,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
710
710
|
}[] | undefined;
|
|
711
711
|
}, {
|
|
712
712
|
name: string;
|
|
713
|
-
id: string;
|
|
714
713
|
mimeType: string;
|
|
714
|
+
id: string;
|
|
715
715
|
size?: string | undefined;
|
|
716
716
|
createdTime?: string | undefined;
|
|
717
717
|
modifiedTime?: string | undefined;
|
|
@@ -731,8 +731,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
731
731
|
operation: "move_file";
|
|
732
732
|
file?: {
|
|
733
733
|
name: string;
|
|
734
|
-
id: string;
|
|
735
734
|
mimeType: string;
|
|
735
|
+
id: string;
|
|
736
736
|
size?: string | undefined;
|
|
737
737
|
createdTime?: string | undefined;
|
|
738
738
|
modifiedTime?: string | undefined;
|
|
@@ -751,8 +751,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
751
751
|
operation: "move_file";
|
|
752
752
|
file?: {
|
|
753
753
|
name: string;
|
|
754
|
-
id: string;
|
|
755
754
|
mimeType: string;
|
|
755
|
+
id: string;
|
|
756
756
|
size?: string | undefined;
|
|
757
757
|
createdTime?: string | undefined;
|
|
758
758
|
modifiedTime?: string | undefined;
|
|
@@ -1188,8 +1188,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1188
1188
|
}>, "many">>;
|
|
1189
1189
|
}, "strip", z.ZodTypeAny, {
|
|
1190
1190
|
name: string;
|
|
1191
|
-
id: string;
|
|
1192
1191
|
mimeType: string;
|
|
1192
|
+
id: string;
|
|
1193
1193
|
size?: string | undefined;
|
|
1194
1194
|
createdTime?: string | undefined;
|
|
1195
1195
|
modifiedTime?: string | undefined;
|
|
@@ -1203,8 +1203,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1203
1203
|
}[] | undefined;
|
|
1204
1204
|
}, {
|
|
1205
1205
|
name: string;
|
|
1206
|
-
id: string;
|
|
1207
1206
|
mimeType: string;
|
|
1207
|
+
id: string;
|
|
1208
1208
|
size?: string | undefined;
|
|
1209
1209
|
createdTime?: string | undefined;
|
|
1210
1210
|
modifiedTime?: string | undefined;
|
|
@@ -1224,8 +1224,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1224
1224
|
operation: "upload_file";
|
|
1225
1225
|
file?: {
|
|
1226
1226
|
name: string;
|
|
1227
|
-
id: string;
|
|
1228
1227
|
mimeType: string;
|
|
1228
|
+
id: string;
|
|
1229
1229
|
size?: string | undefined;
|
|
1230
1230
|
createdTime?: string | undefined;
|
|
1231
1231
|
modifiedTime?: string | undefined;
|
|
@@ -1244,8 +1244,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1244
1244
|
operation: "upload_file";
|
|
1245
1245
|
file?: {
|
|
1246
1246
|
name: string;
|
|
1247
|
-
id: string;
|
|
1248
1247
|
mimeType: string;
|
|
1248
|
+
id: string;
|
|
1249
1249
|
size?: string | undefined;
|
|
1250
1250
|
createdTime?: string | undefined;
|
|
1251
1251
|
modifiedTime?: string | undefined;
|
|
@@ -1305,8 +1305,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1305
1305
|
}>, "many">>;
|
|
1306
1306
|
}, "strip", z.ZodTypeAny, {
|
|
1307
1307
|
name: string;
|
|
1308
|
-
id: string;
|
|
1309
1308
|
mimeType: string;
|
|
1309
|
+
id: string;
|
|
1310
1310
|
size?: string | undefined;
|
|
1311
1311
|
createdTime?: string | undefined;
|
|
1312
1312
|
modifiedTime?: string | undefined;
|
|
@@ -1320,8 +1320,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1320
1320
|
}[] | undefined;
|
|
1321
1321
|
}, {
|
|
1322
1322
|
name: string;
|
|
1323
|
-
id: string;
|
|
1324
1323
|
mimeType: string;
|
|
1324
|
+
id: string;
|
|
1325
1325
|
size?: string | undefined;
|
|
1326
1326
|
createdTime?: string | undefined;
|
|
1327
1327
|
modifiedTime?: string | undefined;
|
|
@@ -1343,8 +1343,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1343
1343
|
operation: "list_files";
|
|
1344
1344
|
files?: {
|
|
1345
1345
|
name: string;
|
|
1346
|
-
id: string;
|
|
1347
1346
|
mimeType: string;
|
|
1347
|
+
id: string;
|
|
1348
1348
|
size?: string | undefined;
|
|
1349
1349
|
createdTime?: string | undefined;
|
|
1350
1350
|
modifiedTime?: string | undefined;
|
|
@@ -1365,8 +1365,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1365
1365
|
operation: "list_files";
|
|
1366
1366
|
files?: {
|
|
1367
1367
|
name: string;
|
|
1368
|
-
id: string;
|
|
1369
1368
|
mimeType: string;
|
|
1369
|
+
id: string;
|
|
1370
1370
|
size?: string | undefined;
|
|
1371
1371
|
createdTime?: string | undefined;
|
|
1372
1372
|
modifiedTime?: string | undefined;
|
|
@@ -1462,8 +1462,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1462
1462
|
}>, "many">>;
|
|
1463
1463
|
}, "strip", z.ZodTypeAny, {
|
|
1464
1464
|
name: string;
|
|
1465
|
-
id: string;
|
|
1466
1465
|
mimeType: string;
|
|
1466
|
+
id: string;
|
|
1467
1467
|
size?: string | undefined;
|
|
1468
1468
|
createdTime?: string | undefined;
|
|
1469
1469
|
modifiedTime?: string | undefined;
|
|
@@ -1477,8 +1477,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1477
1477
|
}[] | undefined;
|
|
1478
1478
|
}, {
|
|
1479
1479
|
name: string;
|
|
1480
|
-
id: string;
|
|
1481
1480
|
mimeType: string;
|
|
1481
|
+
id: string;
|
|
1482
1482
|
size?: string | undefined;
|
|
1483
1483
|
createdTime?: string | undefined;
|
|
1484
1484
|
modifiedTime?: string | undefined;
|
|
@@ -1517,8 +1517,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1517
1517
|
operation: "get_file_info";
|
|
1518
1518
|
file?: {
|
|
1519
1519
|
name: string;
|
|
1520
|
-
id: string;
|
|
1521
1520
|
mimeType: string;
|
|
1521
|
+
id: string;
|
|
1522
1522
|
size?: string | undefined;
|
|
1523
1523
|
createdTime?: string | undefined;
|
|
1524
1524
|
modifiedTime?: string | undefined;
|
|
@@ -1544,8 +1544,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1544
1544
|
operation: "get_file_info";
|
|
1545
1545
|
file?: {
|
|
1546
1546
|
name: string;
|
|
1547
|
-
id: string;
|
|
1548
1547
|
mimeType: string;
|
|
1548
|
+
id: string;
|
|
1549
1549
|
size?: string | undefined;
|
|
1550
1550
|
createdTime?: string | undefined;
|
|
1551
1551
|
modifiedTime?: string | undefined;
|
|
@@ -1609,8 +1609,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1609
1609
|
}>, "many">>;
|
|
1610
1610
|
}, "strip", z.ZodTypeAny, {
|
|
1611
1611
|
name: string;
|
|
1612
|
-
id: string;
|
|
1613
1612
|
mimeType: string;
|
|
1613
|
+
id: string;
|
|
1614
1614
|
size?: string | undefined;
|
|
1615
1615
|
createdTime?: string | undefined;
|
|
1616
1616
|
modifiedTime?: string | undefined;
|
|
@@ -1624,8 +1624,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1624
1624
|
}[] | undefined;
|
|
1625
1625
|
}, {
|
|
1626
1626
|
name: string;
|
|
1627
|
-
id: string;
|
|
1628
1627
|
mimeType: string;
|
|
1628
|
+
id: string;
|
|
1629
1629
|
size?: string | undefined;
|
|
1630
1630
|
createdTime?: string | undefined;
|
|
1631
1631
|
modifiedTime?: string | undefined;
|
|
@@ -1645,8 +1645,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1645
1645
|
operation: "move_file";
|
|
1646
1646
|
file?: {
|
|
1647
1647
|
name: string;
|
|
1648
|
-
id: string;
|
|
1649
1648
|
mimeType: string;
|
|
1649
|
+
id: string;
|
|
1650
1650
|
size?: string | undefined;
|
|
1651
1651
|
createdTime?: string | undefined;
|
|
1652
1652
|
modifiedTime?: string | undefined;
|
|
@@ -1665,8 +1665,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1665
1665
|
operation: "move_file";
|
|
1666
1666
|
file?: {
|
|
1667
1667
|
name: string;
|
|
1668
|
-
id: string;
|
|
1669
1668
|
mimeType: string;
|
|
1669
|
+
id: string;
|
|
1670
1670
|
size?: string | undefined;
|
|
1671
1671
|
createdTime?: string | undefined;
|
|
1672
1672
|
modifiedTime?: string | undefined;
|
|
@@ -1413,6 +1413,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1413
1413
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
1414
1414
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1415
1415
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1416
|
+
key?: string | undefined;
|
|
1416
1417
|
id?: string | undefined;
|
|
1417
1418
|
fields?: import("zod").objectOutputType<{
|
|
1418
1419
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1751,7 +1752,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1751
1752
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1752
1753
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1753
1754
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
1754
|
-
key?: string | undefined;
|
|
1755
1755
|
changelog?: unknown;
|
|
1756
1756
|
transitions?: import("zod").objectOutputType<{
|
|
1757
1757
|
id: import("zod").ZodString;
|
|
@@ -1800,6 +1800,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1800
1800
|
expand?: string | undefined;
|
|
1801
1801
|
self?: string | undefined;
|
|
1802
1802
|
}, {
|
|
1803
|
+
key?: string | undefined;
|
|
1803
1804
|
id?: string | undefined;
|
|
1804
1805
|
fields?: import("zod").objectInputType<{
|
|
1805
1806
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2138,7 +2139,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2138
2139
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2139
2140
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2140
2141
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2141
|
-
key?: string | undefined;
|
|
2142
2142
|
changelog?: unknown;
|
|
2143
2143
|
transitions?: import("zod").objectInputType<{
|
|
2144
2144
|
id: import("zod").ZodString;
|
|
@@ -2196,6 +2196,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2196
2196
|
success: boolean;
|
|
2197
2197
|
operation: "search";
|
|
2198
2198
|
issues?: {
|
|
2199
|
+
key?: string | undefined;
|
|
2199
2200
|
id?: string | undefined;
|
|
2200
2201
|
fields?: import("zod").objectOutputType<{
|
|
2201
2202
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2534,7 +2535,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2534
2535
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2535
2536
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2536
2537
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2537
|
-
key?: string | undefined;
|
|
2538
2538
|
changelog?: unknown;
|
|
2539
2539
|
transitions?: import("zod").objectOutputType<{
|
|
2540
2540
|
id: import("zod").ZodString;
|
|
@@ -2591,6 +2591,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2591
2591
|
success: boolean;
|
|
2592
2592
|
operation: "search";
|
|
2593
2593
|
issues?: {
|
|
2594
|
+
key?: string | undefined;
|
|
2594
2595
|
id?: string | undefined;
|
|
2595
2596
|
fields?: import("zod").objectInputType<{
|
|
2596
2597
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2929,7 +2930,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2929
2930
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2930
2931
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2931
2932
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2932
|
-
key?: string | undefined;
|
|
2933
2933
|
changelog?: unknown;
|
|
2934
2934
|
transitions?: import("zod").objectInputType<{
|
|
2935
2935
|
id: import("zod").ZodString;
|
|
@@ -4130,6 +4130,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4130
4130
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
4131
4131
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
4132
4132
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4133
|
+
key?: string | undefined;
|
|
4133
4134
|
id?: string | undefined;
|
|
4134
4135
|
fields?: import("zod").objectOutputType<{
|
|
4135
4136
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4468,7 +4469,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4468
4469
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4469
4470
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4470
4471
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4471
|
-
key?: string | undefined;
|
|
4472
4472
|
changelog?: unknown;
|
|
4473
4473
|
transitions?: import("zod").objectOutputType<{
|
|
4474
4474
|
id: import("zod").ZodString;
|
|
@@ -4517,6 +4517,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4517
4517
|
expand?: string | undefined;
|
|
4518
4518
|
self?: string | undefined;
|
|
4519
4519
|
}, {
|
|
4520
|
+
key?: string | undefined;
|
|
4520
4521
|
id?: string | undefined;
|
|
4521
4522
|
fields?: import("zod").objectInputType<{
|
|
4522
4523
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4855,7 +4856,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4855
4856
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4856
4857
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4857
4858
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4858
|
-
key?: string | undefined;
|
|
4859
4859
|
changelog?: unknown;
|
|
4860
4860
|
transitions?: import("zod").objectInputType<{
|
|
4861
4861
|
id: import("zod").ZodString;
|
|
@@ -4910,6 +4910,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4910
4910
|
success: boolean;
|
|
4911
4911
|
operation: "get";
|
|
4912
4912
|
issue?: {
|
|
4913
|
+
key?: string | undefined;
|
|
4913
4914
|
id?: string | undefined;
|
|
4914
4915
|
fields?: import("zod").objectOutputType<{
|
|
4915
4916
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -5248,7 +5249,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5248
5249
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5249
5250
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5250
5251
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5251
|
-
key?: string | undefined;
|
|
5252
5252
|
changelog?: unknown;
|
|
5253
5253
|
transitions?: import("zod").objectOutputType<{
|
|
5254
5254
|
id: import("zod").ZodString;
|
|
@@ -5302,6 +5302,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5302
5302
|
success: boolean;
|
|
5303
5303
|
operation: "get";
|
|
5304
5304
|
issue?: {
|
|
5305
|
+
key?: string | undefined;
|
|
5305
5306
|
id?: string | undefined;
|
|
5306
5307
|
fields?: import("zod").objectInputType<{
|
|
5307
5308
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -5640,7 +5641,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5640
5641
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5641
5642
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5642
5643
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5643
|
-
key?: string | undefined;
|
|
5644
5644
|
changelog?: unknown;
|
|
5645
5645
|
transitions?: import("zod").objectInputType<{
|
|
5646
5646
|
id: import("zod").ZodString;
|
|
@@ -5697,12 +5697,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5697
5697
|
key: import("zod").ZodString;
|
|
5698
5698
|
self: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5699
5699
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5700
|
-
id: string;
|
|
5701
5700
|
key: string;
|
|
5701
|
+
id: string;
|
|
5702
5702
|
self?: string | undefined;
|
|
5703
5703
|
}, {
|
|
5704
|
-
id: string;
|
|
5705
5704
|
key: string;
|
|
5705
|
+
id: string;
|
|
5706
5706
|
self?: string | undefined;
|
|
5707
5707
|
}>>;
|
|
5708
5708
|
error: import("zod").ZodString;
|
|
@@ -5711,8 +5711,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5711
5711
|
success: boolean;
|
|
5712
5712
|
operation: "create";
|
|
5713
5713
|
issue?: {
|
|
5714
|
-
id: string;
|
|
5715
5714
|
key: string;
|
|
5715
|
+
id: string;
|
|
5716
5716
|
self?: string | undefined;
|
|
5717
5717
|
} | undefined;
|
|
5718
5718
|
}, {
|
|
@@ -5720,8 +5720,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5720
5720
|
success: boolean;
|
|
5721
5721
|
operation: "create";
|
|
5722
5722
|
issue?: {
|
|
5723
|
-
id: string;
|
|
5724
5723
|
key: string;
|
|
5724
|
+
id: string;
|
|
5725
5725
|
self?: string | undefined;
|
|
5726
5726
|
} | undefined;
|
|
5727
5727
|
}>, import("zod").ZodObject<{
|
|
@@ -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
|
+
key?: string | undefined;
|
|
1441
1442
|
id?: string | undefined;
|
|
1442
1443
|
fields?: z.objectOutputType<{
|
|
1443
1444
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -1776,7 +1777,6 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
1776
1777
|
total: z.ZodOptional<z.ZodNumber>;
|
|
1777
1778
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1778
1779
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1779
|
-
key?: string | undefined;
|
|
1780
1780
|
changelog?: unknown;
|
|
1781
1781
|
transitions?: z.objectOutputType<{
|
|
1782
1782
|
id: z.ZodString;
|
|
@@ -1825,6 +1825,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
1825
1825
|
expand?: string | undefined;
|
|
1826
1826
|
self?: string | undefined;
|
|
1827
1827
|
}, {
|
|
1828
|
+
key?: string | undefined;
|
|
1828
1829
|
id?: string | undefined;
|
|
1829
1830
|
fields?: z.objectInputType<{
|
|
1830
1831
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -2163,7 +2164,6 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
2163
2164
|
total: z.ZodOptional<z.ZodNumber>;
|
|
2164
2165
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2165
2166
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2166
|
-
key?: string | undefined;
|
|
2167
2167
|
changelog?: unknown;
|
|
2168
2168
|
transitions?: z.objectInputType<{
|
|
2169
2169
|
id: z.ZodString;
|
|
@@ -3586,6 +3586,7 @@ 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;
|
|
3589
3590
|
id?: string | undefined;
|
|
3590
3591
|
fields?: z.objectOutputType<{
|
|
3591
3592
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -3924,7 +3925,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
3924
3925
|
total: z.ZodOptional<z.ZodNumber>;
|
|
3925
3926
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3926
3927
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3927
|
-
key?: string | undefined;
|
|
3928
3928
|
changelog?: unknown;
|
|
3929
3929
|
transitions?: z.objectOutputType<{
|
|
3930
3930
|
id: z.ZodString;
|
|
@@ -3973,6 +3973,7 @@ 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;
|
|
3976
3977
|
id?: string | undefined;
|
|
3977
3978
|
fields?: z.objectInputType<{
|
|
3978
3979
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -4311,7 +4312,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4311
4312
|
total: z.ZodOptional<z.ZodNumber>;
|
|
4312
4313
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4313
4314
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4314
|
-
key?: string | undefined;
|
|
4315
4315
|
changelog?: unknown;
|
|
4316
4316
|
transitions?: z.objectInputType<{
|
|
4317
4317
|
id: z.ZodString;
|
|
@@ -4369,6 +4369,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4369
4369
|
success: boolean;
|
|
4370
4370
|
operation: "search";
|
|
4371
4371
|
issues?: {
|
|
4372
|
+
key?: string | undefined;
|
|
4372
4373
|
id?: string | undefined;
|
|
4373
4374
|
fields?: z.objectOutputType<{
|
|
4374
4375
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -4707,7 +4708,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4707
4708
|
total: z.ZodOptional<z.ZodNumber>;
|
|
4708
4709
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4709
4710
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4710
|
-
key?: string | undefined;
|
|
4711
4711
|
changelog?: unknown;
|
|
4712
4712
|
transitions?: z.objectOutputType<{
|
|
4713
4713
|
id: z.ZodString;
|
|
@@ -4764,6 +4764,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4764
4764
|
success: boolean;
|
|
4765
4765
|
operation: "search";
|
|
4766
4766
|
issues?: {
|
|
4767
|
+
key?: string | undefined;
|
|
4767
4768
|
id?: string | undefined;
|
|
4768
4769
|
fields?: z.objectInputType<{
|
|
4769
4770
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -5102,7 +5103,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
5102
5103
|
total: z.ZodOptional<z.ZodNumber>;
|
|
5103
5104
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5104
5105
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5105
|
-
key?: string | undefined;
|
|
5106
5106
|
changelog?: unknown;
|
|
5107
5107
|
transitions?: z.objectInputType<{
|
|
5108
5108
|
id: z.ZodString;
|
|
@@ -6303,6 +6303,7 @@ 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;
|
|
6306
6307
|
id?: string | undefined;
|
|
6307
6308
|
fields?: z.objectOutputType<{
|
|
6308
6309
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -6641,7 +6642,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
6641
6642
|
total: z.ZodOptional<z.ZodNumber>;
|
|
6642
6643
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6643
6644
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6644
|
-
key?: string | undefined;
|
|
6645
6645
|
changelog?: unknown;
|
|
6646
6646
|
transitions?: z.objectOutputType<{
|
|
6647
6647
|
id: z.ZodString;
|
|
@@ -6690,6 +6690,7 @@ 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;
|
|
6693
6694
|
id?: string | undefined;
|
|
6694
6695
|
fields?: z.objectInputType<{
|
|
6695
6696
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -7028,7 +7029,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7028
7029
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7029
7030
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7030
7031
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7031
|
-
key?: string | undefined;
|
|
7032
7032
|
changelog?: unknown;
|
|
7033
7033
|
transitions?: z.objectInputType<{
|
|
7034
7034
|
id: z.ZodString;
|
|
@@ -7083,6 +7083,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7083
7083
|
success: boolean;
|
|
7084
7084
|
operation: "get";
|
|
7085
7085
|
issue?: {
|
|
7086
|
+
key?: string | undefined;
|
|
7086
7087
|
id?: string | undefined;
|
|
7087
7088
|
fields?: z.objectOutputType<{
|
|
7088
7089
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -7421,7 +7422,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7421
7422
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7422
7423
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7423
7424
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7424
|
-
key?: string | undefined;
|
|
7425
7425
|
changelog?: unknown;
|
|
7426
7426
|
transitions?: z.objectOutputType<{
|
|
7427
7427
|
id: z.ZodString;
|
|
@@ -7475,6 +7475,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7475
7475
|
success: boolean;
|
|
7476
7476
|
operation: "get";
|
|
7477
7477
|
issue?: {
|
|
7478
|
+
key?: string | undefined;
|
|
7478
7479
|
id?: string | undefined;
|
|
7479
7480
|
fields?: z.objectInputType<{
|
|
7480
7481
|
summary: z.ZodOptional<z.ZodString>;
|
|
@@ -7813,7 +7814,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7813
7814
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7814
7815
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7815
7816
|
}, 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
|
-
id: string;
|
|
7874
7873
|
key: string;
|
|
7874
|
+
id: string;
|
|
7875
7875
|
self?: string | undefined;
|
|
7876
7876
|
}, {
|
|
7877
|
-
id: string;
|
|
7878
7877
|
key: string;
|
|
7878
|
+
id: 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
|
-
id: string;
|
|
7888
7887
|
key: string;
|
|
7888
|
+
id: 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
|
-
id: string;
|
|
7897
7896
|
key: string;
|
|
7897
|
+
id: string;
|
|
7898
7898
|
self?: string | undefined;
|
|
7899
7899
|
} | undefined;
|
|
7900
7900
|
}>, z.ZodObject<{
|