@bubblelab/bubble-core 0.1.213 → 0.1.215
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 +120 -81
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +3 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.d.ts +4 -4
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +25 -9
- 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/assembled/assembled.schema.d.ts +6 -6
- 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 +15 -5
- 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 +154 -154
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +4 -4
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/xero/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/xero/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/xero/index.js +3 -0
- package/dist/bubbles/service-bubble/xero/index.js.map +1 -0
- package/dist/bubbles/service-bubble/xero/xero.d.ts +975 -0
- package/dist/bubbles/service-bubble/xero/xero.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/xero/xero.js +477 -0
- package/dist/bubbles/service-bubble/xero/xero.js.map +1 -0
- package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +924 -0
- package/dist/bubbles/service-bubble/xero/xero.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/xero/xero.schema.js +366 -0
- package/dist/bubbles/service-bubble/xero/xero.schema.js.map +1 -0
- 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/company-enrichment-tool.d.ts +10 -10
- 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/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 +24 -24
- package/dist/bubbles.json +1189 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -277,8 +277,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
277
277
|
}>, "many">>;
|
|
278
278
|
}, "strip", z.ZodTypeAny, {
|
|
279
279
|
name: string;
|
|
280
|
-
id: string;
|
|
281
280
|
mimeType: string;
|
|
281
|
+
id: string;
|
|
282
282
|
size?: string | undefined;
|
|
283
283
|
createdTime?: string | undefined;
|
|
284
284
|
modifiedTime?: string | undefined;
|
|
@@ -292,8 +292,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
292
292
|
}[] | undefined;
|
|
293
293
|
}, {
|
|
294
294
|
name: string;
|
|
295
|
-
id: string;
|
|
296
295
|
mimeType: string;
|
|
296
|
+
id: string;
|
|
297
297
|
size?: string | undefined;
|
|
298
298
|
createdTime?: string | undefined;
|
|
299
299
|
modifiedTime?: string | undefined;
|
|
@@ -313,8 +313,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
313
313
|
operation: "upload_file";
|
|
314
314
|
file?: {
|
|
315
315
|
name: string;
|
|
316
|
-
id: string;
|
|
317
316
|
mimeType: string;
|
|
317
|
+
id: string;
|
|
318
318
|
size?: string | undefined;
|
|
319
319
|
createdTime?: string | undefined;
|
|
320
320
|
modifiedTime?: string | undefined;
|
|
@@ -333,8 +333,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
333
333
|
operation: "upload_file";
|
|
334
334
|
file?: {
|
|
335
335
|
name: string;
|
|
336
|
-
id: string;
|
|
337
336
|
mimeType: string;
|
|
337
|
+
id: string;
|
|
338
338
|
size?: string | undefined;
|
|
339
339
|
createdTime?: string | undefined;
|
|
340
340
|
modifiedTime?: string | undefined;
|
|
@@ -394,8 +394,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
394
394
|
}>, "many">>;
|
|
395
395
|
}, "strip", z.ZodTypeAny, {
|
|
396
396
|
name: string;
|
|
397
|
-
id: string;
|
|
398
397
|
mimeType: string;
|
|
398
|
+
id: string;
|
|
399
399
|
size?: string | undefined;
|
|
400
400
|
createdTime?: string | undefined;
|
|
401
401
|
modifiedTime?: string | undefined;
|
|
@@ -409,8 +409,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
409
409
|
}[] | undefined;
|
|
410
410
|
}, {
|
|
411
411
|
name: string;
|
|
412
|
-
id: string;
|
|
413
412
|
mimeType: string;
|
|
413
|
+
id: string;
|
|
414
414
|
size?: string | undefined;
|
|
415
415
|
createdTime?: string | undefined;
|
|
416
416
|
modifiedTime?: string | undefined;
|
|
@@ -432,8 +432,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
432
432
|
operation: "list_files";
|
|
433
433
|
files?: {
|
|
434
434
|
name: string;
|
|
435
|
-
id: string;
|
|
436
435
|
mimeType: string;
|
|
436
|
+
id: string;
|
|
437
437
|
size?: string | undefined;
|
|
438
438
|
createdTime?: string | undefined;
|
|
439
439
|
modifiedTime?: string | undefined;
|
|
@@ -454,8 +454,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
454
454
|
operation: "list_files";
|
|
455
455
|
files?: {
|
|
456
456
|
name: string;
|
|
457
|
-
id: string;
|
|
458
457
|
mimeType: string;
|
|
458
|
+
id: string;
|
|
459
459
|
size?: string | undefined;
|
|
460
460
|
createdTime?: string | undefined;
|
|
461
461
|
modifiedTime?: string | undefined;
|
|
@@ -551,8 +551,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
551
551
|
}>, "many">>;
|
|
552
552
|
}, "strip", z.ZodTypeAny, {
|
|
553
553
|
name: string;
|
|
554
|
-
id: string;
|
|
555
554
|
mimeType: string;
|
|
555
|
+
id: string;
|
|
556
556
|
size?: string | undefined;
|
|
557
557
|
createdTime?: string | undefined;
|
|
558
558
|
modifiedTime?: string | undefined;
|
|
@@ -566,8 +566,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
566
566
|
}[] | undefined;
|
|
567
567
|
}, {
|
|
568
568
|
name: string;
|
|
569
|
-
id: string;
|
|
570
569
|
mimeType: string;
|
|
570
|
+
id: string;
|
|
571
571
|
size?: string | undefined;
|
|
572
572
|
createdTime?: string | undefined;
|
|
573
573
|
modifiedTime?: string | undefined;
|
|
@@ -606,8 +606,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
606
606
|
operation: "get_file_info";
|
|
607
607
|
file?: {
|
|
608
608
|
name: string;
|
|
609
|
-
id: string;
|
|
610
609
|
mimeType: string;
|
|
610
|
+
id: string;
|
|
611
611
|
size?: string | undefined;
|
|
612
612
|
createdTime?: string | undefined;
|
|
613
613
|
modifiedTime?: string | undefined;
|
|
@@ -633,8 +633,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
633
633
|
operation: "get_file_info";
|
|
634
634
|
file?: {
|
|
635
635
|
name: string;
|
|
636
|
-
id: string;
|
|
637
636
|
mimeType: string;
|
|
637
|
+
id: string;
|
|
638
638
|
size?: string | undefined;
|
|
639
639
|
createdTime?: string | undefined;
|
|
640
640
|
modifiedTime?: string | undefined;
|
|
@@ -698,8 +698,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
698
698
|
}>, "many">>;
|
|
699
699
|
}, "strip", z.ZodTypeAny, {
|
|
700
700
|
name: string;
|
|
701
|
-
id: string;
|
|
702
701
|
mimeType: string;
|
|
702
|
+
id: string;
|
|
703
703
|
size?: string | undefined;
|
|
704
704
|
createdTime?: string | undefined;
|
|
705
705
|
modifiedTime?: string | undefined;
|
|
@@ -713,8 +713,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
713
713
|
}[] | undefined;
|
|
714
714
|
}, {
|
|
715
715
|
name: string;
|
|
716
|
-
id: string;
|
|
717
716
|
mimeType: string;
|
|
717
|
+
id: string;
|
|
718
718
|
size?: string | undefined;
|
|
719
719
|
createdTime?: string | undefined;
|
|
720
720
|
modifiedTime?: string | undefined;
|
|
@@ -734,8 +734,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
734
734
|
operation: "move_file";
|
|
735
735
|
file?: {
|
|
736
736
|
name: string;
|
|
737
|
-
id: string;
|
|
738
737
|
mimeType: string;
|
|
738
|
+
id: string;
|
|
739
739
|
size?: string | undefined;
|
|
740
740
|
createdTime?: string | undefined;
|
|
741
741
|
modifiedTime?: string | undefined;
|
|
@@ -754,8 +754,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
754
754
|
operation: "move_file";
|
|
755
755
|
file?: {
|
|
756
756
|
name: string;
|
|
757
|
-
id: string;
|
|
758
757
|
mimeType: string;
|
|
758
|
+
id: string;
|
|
759
759
|
size?: string | undefined;
|
|
760
760
|
createdTime?: string | undefined;
|
|
761
761
|
modifiedTime?: string | undefined;
|
|
@@ -1194,8 +1194,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1194
1194
|
}>, "many">>;
|
|
1195
1195
|
}, "strip", z.ZodTypeAny, {
|
|
1196
1196
|
name: string;
|
|
1197
|
-
id: string;
|
|
1198
1197
|
mimeType: string;
|
|
1198
|
+
id: string;
|
|
1199
1199
|
size?: string | undefined;
|
|
1200
1200
|
createdTime?: string | undefined;
|
|
1201
1201
|
modifiedTime?: string | undefined;
|
|
@@ -1209,8 +1209,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1209
1209
|
}[] | undefined;
|
|
1210
1210
|
}, {
|
|
1211
1211
|
name: string;
|
|
1212
|
-
id: string;
|
|
1213
1212
|
mimeType: string;
|
|
1213
|
+
id: string;
|
|
1214
1214
|
size?: string | undefined;
|
|
1215
1215
|
createdTime?: string | undefined;
|
|
1216
1216
|
modifiedTime?: string | undefined;
|
|
@@ -1230,8 +1230,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1230
1230
|
operation: "upload_file";
|
|
1231
1231
|
file?: {
|
|
1232
1232
|
name: string;
|
|
1233
|
-
id: string;
|
|
1234
1233
|
mimeType: string;
|
|
1234
|
+
id: string;
|
|
1235
1235
|
size?: string | undefined;
|
|
1236
1236
|
createdTime?: string | undefined;
|
|
1237
1237
|
modifiedTime?: string | undefined;
|
|
@@ -1250,8 +1250,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1250
1250
|
operation: "upload_file";
|
|
1251
1251
|
file?: {
|
|
1252
1252
|
name: string;
|
|
1253
|
-
id: string;
|
|
1254
1253
|
mimeType: string;
|
|
1254
|
+
id: string;
|
|
1255
1255
|
size?: string | undefined;
|
|
1256
1256
|
createdTime?: string | undefined;
|
|
1257
1257
|
modifiedTime?: string | undefined;
|
|
@@ -1311,8 +1311,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1311
1311
|
}>, "many">>;
|
|
1312
1312
|
}, "strip", z.ZodTypeAny, {
|
|
1313
1313
|
name: string;
|
|
1314
|
-
id: string;
|
|
1315
1314
|
mimeType: string;
|
|
1315
|
+
id: string;
|
|
1316
1316
|
size?: string | undefined;
|
|
1317
1317
|
createdTime?: string | undefined;
|
|
1318
1318
|
modifiedTime?: string | undefined;
|
|
@@ -1326,8 +1326,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1326
1326
|
}[] | undefined;
|
|
1327
1327
|
}, {
|
|
1328
1328
|
name: string;
|
|
1329
|
-
id: string;
|
|
1330
1329
|
mimeType: string;
|
|
1330
|
+
id: string;
|
|
1331
1331
|
size?: string | undefined;
|
|
1332
1332
|
createdTime?: string | undefined;
|
|
1333
1333
|
modifiedTime?: string | undefined;
|
|
@@ -1349,8 +1349,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1349
1349
|
operation: "list_files";
|
|
1350
1350
|
files?: {
|
|
1351
1351
|
name: string;
|
|
1352
|
-
id: string;
|
|
1353
1352
|
mimeType: string;
|
|
1353
|
+
id: string;
|
|
1354
1354
|
size?: string | undefined;
|
|
1355
1355
|
createdTime?: string | undefined;
|
|
1356
1356
|
modifiedTime?: string | undefined;
|
|
@@ -1371,8 +1371,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1371
1371
|
operation: "list_files";
|
|
1372
1372
|
files?: {
|
|
1373
1373
|
name: string;
|
|
1374
|
-
id: string;
|
|
1375
1374
|
mimeType: string;
|
|
1375
|
+
id: string;
|
|
1376
1376
|
size?: string | undefined;
|
|
1377
1377
|
createdTime?: string | undefined;
|
|
1378
1378
|
modifiedTime?: string | undefined;
|
|
@@ -1468,8 +1468,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1468
1468
|
}>, "many">>;
|
|
1469
1469
|
}, "strip", z.ZodTypeAny, {
|
|
1470
1470
|
name: string;
|
|
1471
|
-
id: string;
|
|
1472
1471
|
mimeType: string;
|
|
1472
|
+
id: string;
|
|
1473
1473
|
size?: string | undefined;
|
|
1474
1474
|
createdTime?: string | undefined;
|
|
1475
1475
|
modifiedTime?: string | undefined;
|
|
@@ -1483,8 +1483,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1483
1483
|
}[] | undefined;
|
|
1484
1484
|
}, {
|
|
1485
1485
|
name: string;
|
|
1486
|
-
id: string;
|
|
1487
1486
|
mimeType: string;
|
|
1487
|
+
id: string;
|
|
1488
1488
|
size?: string | undefined;
|
|
1489
1489
|
createdTime?: string | undefined;
|
|
1490
1490
|
modifiedTime?: string | undefined;
|
|
@@ -1523,8 +1523,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1523
1523
|
operation: "get_file_info";
|
|
1524
1524
|
file?: {
|
|
1525
1525
|
name: string;
|
|
1526
|
-
id: string;
|
|
1527
1526
|
mimeType: string;
|
|
1527
|
+
id: string;
|
|
1528
1528
|
size?: string | undefined;
|
|
1529
1529
|
createdTime?: string | undefined;
|
|
1530
1530
|
modifiedTime?: string | undefined;
|
|
@@ -1550,8 +1550,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1550
1550
|
operation: "get_file_info";
|
|
1551
1551
|
file?: {
|
|
1552
1552
|
name: string;
|
|
1553
|
-
id: string;
|
|
1554
1553
|
mimeType: string;
|
|
1554
|
+
id: string;
|
|
1555
1555
|
size?: string | undefined;
|
|
1556
1556
|
createdTime?: string | undefined;
|
|
1557
1557
|
modifiedTime?: string | undefined;
|
|
@@ -1615,8 +1615,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1615
1615
|
}>, "many">>;
|
|
1616
1616
|
}, "strip", z.ZodTypeAny, {
|
|
1617
1617
|
name: string;
|
|
1618
|
-
id: string;
|
|
1619
1618
|
mimeType: string;
|
|
1619
|
+
id: string;
|
|
1620
1620
|
size?: string | undefined;
|
|
1621
1621
|
createdTime?: string | undefined;
|
|
1622
1622
|
modifiedTime?: string | undefined;
|
|
@@ -1630,8 +1630,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1630
1630
|
}[] | undefined;
|
|
1631
1631
|
}, {
|
|
1632
1632
|
name: string;
|
|
1633
|
-
id: string;
|
|
1634
1633
|
mimeType: string;
|
|
1634
|
+
id: string;
|
|
1635
1635
|
size?: string | undefined;
|
|
1636
1636
|
createdTime?: string | undefined;
|
|
1637
1637
|
modifiedTime?: string | undefined;
|
|
@@ -1651,8 +1651,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1651
1651
|
operation: "move_file";
|
|
1652
1652
|
file?: {
|
|
1653
1653
|
name: string;
|
|
1654
|
-
id: string;
|
|
1655
1654
|
mimeType: string;
|
|
1655
|
+
id: string;
|
|
1656
1656
|
size?: string | undefined;
|
|
1657
1657
|
createdTime?: string | undefined;
|
|
1658
1658
|
modifiedTime?: string | undefined;
|
|
@@ -1671,8 +1671,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1671
1671
|
operation: "move_file";
|
|
1672
1672
|
file?: {
|
|
1673
1673
|
name: string;
|
|
1674
|
-
id: string;
|
|
1675
1674
|
mimeType: string;
|
|
1675
|
+
id: string;
|
|
1676
1676
|
size?: string | undefined;
|
|
1677
1677
|
createdTime?: string | undefined;
|
|
1678
1678
|
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
|
-
id?: string | undefined;
|
|
1435
1434
|
key?: string | undefined;
|
|
1435
|
+
id?: string | undefined;
|
|
1436
1436
|
fields?: import("zod").objectOutputType<{
|
|
1437
1437
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1438
1438
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -1818,8 +1818,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1818
1818
|
expand?: string | undefined;
|
|
1819
1819
|
self?: string | undefined;
|
|
1820
1820
|
}, {
|
|
1821
|
-
id?: string | undefined;
|
|
1822
1821
|
key?: string | undefined;
|
|
1822
|
+
id?: string | undefined;
|
|
1823
1823
|
fields?: import("zod").objectInputType<{
|
|
1824
1824
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1825
1825
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2214,8 +2214,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2214
2214
|
success: boolean;
|
|
2215
2215
|
operation: "search";
|
|
2216
2216
|
issues?: {
|
|
2217
|
-
id?: string | undefined;
|
|
2218
2217
|
key?: string | undefined;
|
|
2218
|
+
id?: string | undefined;
|
|
2219
2219
|
fields?: import("zod").objectOutputType<{
|
|
2220
2220
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2221
2221
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2609,8 +2609,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2609
2609
|
success: boolean;
|
|
2610
2610
|
operation: "search";
|
|
2611
2611
|
issues?: {
|
|
2612
|
-
id?: string | undefined;
|
|
2613
2612
|
key?: string | undefined;
|
|
2613
|
+
id?: string | undefined;
|
|
2614
2614
|
fields?: import("zod").objectInputType<{
|
|
2615
2615
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2616
2616
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4148,8 +4148,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4148
4148
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
4149
4149
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
4150
4150
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4151
|
-
id?: string | undefined;
|
|
4152
4151
|
key?: string | undefined;
|
|
4152
|
+
id?: string | undefined;
|
|
4153
4153
|
fields?: import("zod").objectOutputType<{
|
|
4154
4154
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4155
4155
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4535,8 +4535,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4535
4535
|
expand?: string | undefined;
|
|
4536
4536
|
self?: string | undefined;
|
|
4537
4537
|
}, {
|
|
4538
|
-
id?: string | undefined;
|
|
4539
4538
|
key?: string | undefined;
|
|
4539
|
+
id?: string | undefined;
|
|
4540
4540
|
fields?: import("zod").objectInputType<{
|
|
4541
4541
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4542
4542
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4928,8 +4928,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4928
4928
|
success: boolean;
|
|
4929
4929
|
operation: "get";
|
|
4930
4930
|
issue?: {
|
|
4931
|
-
id?: string | undefined;
|
|
4932
4931
|
key?: string | undefined;
|
|
4932
|
+
id?: string | undefined;
|
|
4933
4933
|
fields?: import("zod").objectOutputType<{
|
|
4934
4934
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4935
4935
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5320,8 +5320,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5320
5320
|
success: boolean;
|
|
5321
5321
|
operation: "get";
|
|
5322
5322
|
issue?: {
|
|
5323
|
-
id?: string | undefined;
|
|
5324
5323
|
key?: string | undefined;
|
|
5324
|
+
id?: string | undefined;
|
|
5325
5325
|
fields?: import("zod").objectInputType<{
|
|
5326
5326
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5327
5327
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5715,12 +5715,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5715
5715
|
key: import("zod").ZodString;
|
|
5716
5716
|
self: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5717
5717
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5718
|
-
id: string;
|
|
5719
5718
|
key: string;
|
|
5719
|
+
id: string;
|
|
5720
5720
|
self?: string | undefined;
|
|
5721
5721
|
}, {
|
|
5722
|
-
id: string;
|
|
5723
5722
|
key: string;
|
|
5723
|
+
id: string;
|
|
5724
5724
|
self?: string | undefined;
|
|
5725
5725
|
}>>;
|
|
5726
5726
|
error: import("zod").ZodString;
|
|
@@ -5729,8 +5729,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5729
5729
|
success: boolean;
|
|
5730
5730
|
operation: "create";
|
|
5731
5731
|
issue?: {
|
|
5732
|
-
id: string;
|
|
5733
5732
|
key: string;
|
|
5733
|
+
id: string;
|
|
5734
5734
|
self?: string | undefined;
|
|
5735
5735
|
} | undefined;
|
|
5736
5736
|
}, {
|
|
@@ -5738,8 +5738,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5738
5738
|
success: boolean;
|
|
5739
5739
|
operation: "create";
|
|
5740
5740
|
issue?: {
|
|
5741
|
-
id: string;
|
|
5742
5741
|
key: string;
|
|
5742
|
+
id: string;
|
|
5743
5743
|
self?: string | undefined;
|
|
5744
5744
|
} | undefined;
|
|
5745
5745
|
}>, import("zod").ZodObject<{
|
|
@@ -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
|
-
id?: string | undefined;
|
|
1442
1441
|
key?: string | undefined;
|
|
1442
|
+
id?: 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
|
-
id?: string | undefined;
|
|
1829
1828
|
key?: string | undefined;
|
|
1829
|
+
id?: 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
|
-
id?: string | undefined;
|
|
3608
3607
|
key?: string | undefined;
|
|
3608
|
+
id?: 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
|
-
id?: string | undefined;
|
|
3995
3994
|
key?: string | undefined;
|
|
3995
|
+
id?: 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
|
-
id?: string | undefined;
|
|
4391
4390
|
key?: string | undefined;
|
|
4391
|
+
id?: 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
|
-
id?: string | undefined;
|
|
4786
4785
|
key?: string | undefined;
|
|
4786
|
+
id?: 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
|
-
id?: string | undefined;
|
|
6325
6324
|
key?: string | undefined;
|
|
6325
|
+
id?: 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
|
-
id?: string | undefined;
|
|
6712
6711
|
key?: string | undefined;
|
|
6712
|
+
id?: 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
|
-
id?: string | undefined;
|
|
7105
7104
|
key?: string | undefined;
|
|
7105
|
+
id?: 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
|
-
id?: string | undefined;
|
|
7497
7496
|
key?: string | undefined;
|
|
7497
|
+
id?: 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
|
-
id: string;
|
|
7892
7891
|
key: string;
|
|
7892
|
+
id: string;
|
|
7893
7893
|
self?: string | undefined;
|
|
7894
7894
|
}, {
|
|
7895
|
-
id: string;
|
|
7896
7895
|
key: string;
|
|
7896
|
+
id: 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
|
-
id: string;
|
|
7906
7905
|
key: string;
|
|
7906
|
+
id: 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
|
-
id: string;
|
|
7915
7914
|
key: string;
|
|
7915
|
+
id: string;
|
|
7916
7916
|
self?: string | undefined;
|
|
7917
7917
|
} | undefined;
|
|
7918
7918
|
}>, z.ZodObject<{
|