@bubblelab/bubble-core 0.1.179 → 0.1.181
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 +173 -167
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +12 -2
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts +2 -8
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.d.ts +34 -28
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +210 -10
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- 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 +126 -126
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/attio/attio.d.ts +4 -4
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +4 -4
- package/dist/bubbles/service-bubble/capability-pipeline.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/capability-pipeline.js +24 -7
- package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
- 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 +12 -12
- 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/notion/notion.d.ts +244 -244
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +156 -156
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +13 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/code-edit-tool.js +66 -75
- package/dist/bubbles/tool-bubble/code-edit-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.js +1 -0
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +80 -80
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
- 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/generate-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/parse-document.workflow.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 +36 -36
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +10 -10
- package/dist/bubbles.json +19 -9
- package/dist/capabilities/define-capability.d.ts +9 -1
- package/dist/capabilities/define-capability.d.ts.map +1 -1
- package/dist/capabilities/define-capability.js +12 -1
- package/dist/capabilities/define-capability.js.map +1 -1
- package/dist/capabilities/index.d.ts +1 -1
- package/dist/capabilities/index.d.ts.map +1 -1
- package/dist/capabilities/index.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/bubble.d.ts +2 -1
- package/dist/types/bubble.d.ts.map +1 -1
- 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
|
-
mimeType: string;
|
|
278
277
|
id: string;
|
|
278
|
+
mimeType: 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
|
-
mimeType: string;
|
|
293
292
|
id: string;
|
|
293
|
+
mimeType: 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
|
-
mimeType: string;
|
|
314
313
|
id: string;
|
|
314
|
+
mimeType: 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
|
-
mimeType: string;
|
|
334
333
|
id: string;
|
|
334
|
+
mimeType: 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
|
-
mimeType: string;
|
|
395
394
|
id: string;
|
|
395
|
+
mimeType: 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
|
-
mimeType: string;
|
|
410
409
|
id: string;
|
|
410
|
+
mimeType: 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
|
-
mimeType: string;
|
|
433
432
|
id: string;
|
|
433
|
+
mimeType: 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
|
-
mimeType: string;
|
|
455
454
|
id: string;
|
|
455
|
+
mimeType: 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
|
-
mimeType: string;
|
|
552
551
|
id: string;
|
|
552
|
+
mimeType: 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
|
-
mimeType: string;
|
|
567
566
|
id: string;
|
|
567
|
+
mimeType: 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
|
-
mimeType: string;
|
|
607
606
|
id: string;
|
|
607
|
+
mimeType: 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
|
-
mimeType: string;
|
|
634
633
|
id: string;
|
|
634
|
+
mimeType: 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
|
-
mimeType: string;
|
|
699
698
|
id: string;
|
|
699
|
+
mimeType: 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
|
-
mimeType: string;
|
|
714
713
|
id: string;
|
|
714
|
+
mimeType: 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
|
-
mimeType: string;
|
|
735
734
|
id: string;
|
|
735
|
+
mimeType: 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
|
-
mimeType: string;
|
|
755
754
|
id: string;
|
|
755
|
+
mimeType: 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
|
-
mimeType: string;
|
|
1192
1191
|
id: string;
|
|
1192
|
+
mimeType: 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
|
-
mimeType: string;
|
|
1207
1206
|
id: string;
|
|
1207
|
+
mimeType: 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
|
-
mimeType: string;
|
|
1228
1227
|
id: string;
|
|
1228
|
+
mimeType: 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
|
-
mimeType: string;
|
|
1248
1247
|
id: string;
|
|
1248
|
+
mimeType: 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
|
-
mimeType: string;
|
|
1309
1308
|
id: string;
|
|
1309
|
+
mimeType: 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
|
-
mimeType: string;
|
|
1324
1323
|
id: string;
|
|
1324
|
+
mimeType: 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
|
-
mimeType: string;
|
|
1347
1346
|
id: string;
|
|
1347
|
+
mimeType: 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
|
-
mimeType: string;
|
|
1369
1368
|
id: string;
|
|
1369
|
+
mimeType: 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
|
-
mimeType: string;
|
|
1466
1465
|
id: string;
|
|
1466
|
+
mimeType: 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
|
-
mimeType: string;
|
|
1481
1480
|
id: string;
|
|
1481
|
+
mimeType: 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
|
-
mimeType: string;
|
|
1521
1520
|
id: string;
|
|
1521
|
+
mimeType: 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
|
-
mimeType: string;
|
|
1548
1547
|
id: string;
|
|
1548
|
+
mimeType: 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
|
-
mimeType: string;
|
|
1613
1612
|
id: string;
|
|
1613
|
+
mimeType: 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
|
-
mimeType: string;
|
|
1628
1627
|
id: string;
|
|
1628
|
+
mimeType: 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
|
-
mimeType: string;
|
|
1649
1648
|
id: string;
|
|
1649
|
+
mimeType: 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
|
-
mimeType: string;
|
|
1669
1668
|
id: string;
|
|
1669
|
+
mimeType: string;
|
|
1670
1670
|
size?: string | undefined;
|
|
1671
1671
|
createdTime?: string | undefined;
|
|
1672
1672
|
modifiedTime?: string | undefined;
|
|
@@ -1431,8 +1431,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1431
1431
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
1432
1432
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1433
1433
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1434
|
-
key?: string | undefined;
|
|
1435
1434
|
id?: string | undefined;
|
|
1435
|
+
key?: string | undefined;
|
|
1436
1436
|
fields?: import("zod").objectOutputType<{
|
|
1437
1437
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1438
1438
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -1818,8 +1818,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1818
1818
|
expand?: string | undefined;
|
|
1819
1819
|
self?: string | undefined;
|
|
1820
1820
|
}, {
|
|
1821
|
-
key?: string | undefined;
|
|
1822
1821
|
id?: string | undefined;
|
|
1822
|
+
key?: string | undefined;
|
|
1823
1823
|
fields?: import("zod").objectInputType<{
|
|
1824
1824
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1825
1825
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2214,8 +2214,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2214
2214
|
success: boolean;
|
|
2215
2215
|
operation: "search";
|
|
2216
2216
|
issues?: {
|
|
2217
|
-
key?: string | undefined;
|
|
2218
2217
|
id?: string | undefined;
|
|
2218
|
+
key?: string | undefined;
|
|
2219
2219
|
fields?: import("zod").objectOutputType<{
|
|
2220
2220
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2221
2221
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2609,8 +2609,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2609
2609
|
success: boolean;
|
|
2610
2610
|
operation: "search";
|
|
2611
2611
|
issues?: {
|
|
2612
|
-
key?: string | undefined;
|
|
2613
2612
|
id?: string | undefined;
|
|
2613
|
+
key?: string | undefined;
|
|
2614
2614
|
fields?: import("zod").objectInputType<{
|
|
2615
2615
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2616
2616
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4148,8 +4148,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4148
4148
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
4149
4149
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
4150
4150
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4151
|
-
key?: string | undefined;
|
|
4152
4151
|
id?: string | undefined;
|
|
4152
|
+
key?: string | undefined;
|
|
4153
4153
|
fields?: import("zod").objectOutputType<{
|
|
4154
4154
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4155
4155
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4535,8 +4535,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4535
4535
|
expand?: string | undefined;
|
|
4536
4536
|
self?: string | undefined;
|
|
4537
4537
|
}, {
|
|
4538
|
-
key?: string | undefined;
|
|
4539
4538
|
id?: string | undefined;
|
|
4539
|
+
key?: string | undefined;
|
|
4540
4540
|
fields?: import("zod").objectInputType<{
|
|
4541
4541
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4542
4542
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4928,8 +4928,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4928
4928
|
success: boolean;
|
|
4929
4929
|
operation: "get";
|
|
4930
4930
|
issue?: {
|
|
4931
|
-
key?: string | undefined;
|
|
4932
4931
|
id?: string | undefined;
|
|
4932
|
+
key?: string | undefined;
|
|
4933
4933
|
fields?: import("zod").objectOutputType<{
|
|
4934
4934
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4935
4935
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5320,8 +5320,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5320
5320
|
success: boolean;
|
|
5321
5321
|
operation: "get";
|
|
5322
5322
|
issue?: {
|
|
5323
|
-
key?: string | undefined;
|
|
5324
5323
|
id?: string | undefined;
|
|
5324
|
+
key?: string | undefined;
|
|
5325
5325
|
fields?: import("zod").objectInputType<{
|
|
5326
5326
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5327
5327
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5715,12 +5715,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5715
5715
|
key: import("zod").ZodString;
|
|
5716
5716
|
self: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5717
5717
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5718
|
-
key: string;
|
|
5719
5718
|
id: string;
|
|
5719
|
+
key: string;
|
|
5720
5720
|
self?: string | undefined;
|
|
5721
5721
|
}, {
|
|
5722
|
-
key: string;
|
|
5723
5722
|
id: string;
|
|
5723
|
+
key: string;
|
|
5724
5724
|
self?: string | undefined;
|
|
5725
5725
|
}>>;
|
|
5726
5726
|
error: import("zod").ZodString;
|
|
@@ -5729,8 +5729,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5729
5729
|
success: boolean;
|
|
5730
5730
|
operation: "create";
|
|
5731
5731
|
issue?: {
|
|
5732
|
-
key: string;
|
|
5733
5732
|
id: string;
|
|
5733
|
+
key: string;
|
|
5734
5734
|
self?: string | undefined;
|
|
5735
5735
|
} | undefined;
|
|
5736
5736
|
}, {
|
|
@@ -5738,8 +5738,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5738
5738
|
success: boolean;
|
|
5739
5739
|
operation: "create";
|
|
5740
5740
|
issue?: {
|
|
5741
|
-
key: string;
|
|
5742
5741
|
id: string;
|
|
5742
|
+
key: string;
|
|
5743
5743
|
self?: string | undefined;
|
|
5744
5744
|
} | undefined;
|
|
5745
5745
|
}>, import("zod").ZodObject<{
|
|
@@ -1438,8 +1438,8 @@ 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;
|
|
1442
|
+
key?: string | undefined;
|
|
1443
1443
|
fields?: z.objectOutputType<{
|
|
1444
1444
|
summary: z.ZodOptional<z.ZodString>;
|
|
1445
1445
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -1825,8 +1825,8 @@ 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;
|
|
1829
|
+
key?: string | undefined;
|
|
1830
1830
|
fields?: z.objectInputType<{
|
|
1831
1831
|
summary: z.ZodOptional<z.ZodString>;
|
|
1832
1832
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -3604,8 +3604,8 @@ 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
|
-
key?: string | undefined;
|
|
3608
3607
|
id?: string | undefined;
|
|
3608
|
+
key?: string | undefined;
|
|
3609
3609
|
fields?: z.objectOutputType<{
|
|
3610
3610
|
summary: z.ZodOptional<z.ZodString>;
|
|
3611
3611
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -3991,8 +3991,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
3991
3991
|
expand?: string | undefined;
|
|
3992
3992
|
self?: string | undefined;
|
|
3993
3993
|
}, {
|
|
3994
|
-
key?: string | undefined;
|
|
3995
3994
|
id?: string | undefined;
|
|
3995
|
+
key?: string | undefined;
|
|
3996
3996
|
fields?: z.objectInputType<{
|
|
3997
3997
|
summary: z.ZodOptional<z.ZodString>;
|
|
3998
3998
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -4387,8 +4387,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4387
4387
|
success: boolean;
|
|
4388
4388
|
operation: "search";
|
|
4389
4389
|
issues?: {
|
|
4390
|
-
key?: string | undefined;
|
|
4391
4390
|
id?: string | undefined;
|
|
4391
|
+
key?: string | undefined;
|
|
4392
4392
|
fields?: z.objectOutputType<{
|
|
4393
4393
|
summary: z.ZodOptional<z.ZodString>;
|
|
4394
4394
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -4782,8 +4782,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4782
4782
|
success: boolean;
|
|
4783
4783
|
operation: "search";
|
|
4784
4784
|
issues?: {
|
|
4785
|
-
key?: string | undefined;
|
|
4786
4785
|
id?: string | undefined;
|
|
4786
|
+
key?: string | undefined;
|
|
4787
4787
|
fields?: z.objectInputType<{
|
|
4788
4788
|
summary: z.ZodOptional<z.ZodString>;
|
|
4789
4789
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -6321,8 +6321,8 @@ 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
|
-
key?: string | undefined;
|
|
6325
6324
|
id?: string | undefined;
|
|
6325
|
+
key?: string | undefined;
|
|
6326
6326
|
fields?: z.objectOutputType<{
|
|
6327
6327
|
summary: z.ZodOptional<z.ZodString>;
|
|
6328
6328
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -6708,8 +6708,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
6708
6708
|
expand?: string | undefined;
|
|
6709
6709
|
self?: string | undefined;
|
|
6710
6710
|
}, {
|
|
6711
|
-
key?: string | undefined;
|
|
6712
6711
|
id?: string | undefined;
|
|
6712
|
+
key?: string | undefined;
|
|
6713
6713
|
fields?: z.objectInputType<{
|
|
6714
6714
|
summary: z.ZodOptional<z.ZodString>;
|
|
6715
6715
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -7101,8 +7101,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7101
7101
|
success: boolean;
|
|
7102
7102
|
operation: "get";
|
|
7103
7103
|
issue?: {
|
|
7104
|
-
key?: string | undefined;
|
|
7105
7104
|
id?: string | undefined;
|
|
7105
|
+
key?: string | undefined;
|
|
7106
7106
|
fields?: z.objectOutputType<{
|
|
7107
7107
|
summary: z.ZodOptional<z.ZodString>;
|
|
7108
7108
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -7493,8 +7493,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7493
7493
|
success: boolean;
|
|
7494
7494
|
operation: "get";
|
|
7495
7495
|
issue?: {
|
|
7496
|
-
key?: string | undefined;
|
|
7497
7496
|
id?: string | undefined;
|
|
7497
|
+
key?: string | undefined;
|
|
7498
7498
|
fields?: z.objectInputType<{
|
|
7499
7499
|
summary: z.ZodOptional<z.ZodString>;
|
|
7500
7500
|
description: z.ZodOptional<z.ZodUnknown>;
|
|
@@ -7888,12 +7888,12 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7888
7888
|
key: z.ZodString;
|
|
7889
7889
|
self: z.ZodOptional<z.ZodString>;
|
|
7890
7890
|
}, "strip", z.ZodTypeAny, {
|
|
7891
|
-
key: string;
|
|
7892
7891
|
id: string;
|
|
7892
|
+
key: string;
|
|
7893
7893
|
self?: string | undefined;
|
|
7894
7894
|
}, {
|
|
7895
|
-
key: string;
|
|
7896
7895
|
id: string;
|
|
7896
|
+
key: string;
|
|
7897
7897
|
self?: string | undefined;
|
|
7898
7898
|
}>>;
|
|
7899
7899
|
error: z.ZodString;
|
|
@@ -7902,8 +7902,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7902
7902
|
success: boolean;
|
|
7903
7903
|
operation: "create";
|
|
7904
7904
|
issue?: {
|
|
7905
|
-
key: string;
|
|
7906
7905
|
id: string;
|
|
7906
|
+
key: string;
|
|
7907
7907
|
self?: string | undefined;
|
|
7908
7908
|
} | undefined;
|
|
7909
7909
|
}, {
|
|
@@ -7911,8 +7911,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7911
7911
|
success: boolean;
|
|
7912
7912
|
operation: "create";
|
|
7913
7913
|
issue?: {
|
|
7914
|
-
key: string;
|
|
7915
7914
|
id: string;
|
|
7915
|
+
key: string;
|
|
7916
7916
|
self?: string | undefined;
|
|
7917
7917
|
} | undefined;
|
|
7918
7918
|
}>, z.ZodObject<{
|