@bubblelab/bubble-core 0.1.183 → 0.1.184
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 +63 -63
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +28 -28
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +112 -112
- package/dist/bubbles/service-bubble/attio/attio.d.ts +4 -4
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/firecrawl.d.ts +180 -180
- package/dist/bubbles/service-bubble/github.d.ts +72 -72
- package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
- package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
- package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +38 -38
- package/dist/bubbles/service-bubble/linear/linear.d.ts +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +148 -148
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +4 -4
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +147 -146
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +35 -8
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts +12 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.utils.js +132 -9
- package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +15 -15
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +46 -46
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +40 -40
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -273,8 +273,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
273
273
|
emailAddress?: string | undefined;
|
|
274
274
|
}>, "many">>;
|
|
275
275
|
}, "strip", z.ZodTypeAny, {
|
|
276
|
-
name: string;
|
|
277
276
|
mimeType: string;
|
|
277
|
+
name: string;
|
|
278
278
|
id: string;
|
|
279
279
|
size?: string | undefined;
|
|
280
280
|
createdTime?: string | undefined;
|
|
@@ -288,8 +288,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
288
288
|
emailAddress?: string | undefined;
|
|
289
289
|
}[] | undefined;
|
|
290
290
|
}, {
|
|
291
|
-
name: string;
|
|
292
291
|
mimeType: string;
|
|
292
|
+
name: string;
|
|
293
293
|
id: string;
|
|
294
294
|
size?: string | undefined;
|
|
295
295
|
createdTime?: string | undefined;
|
|
@@ -309,8 +309,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
309
309
|
success: boolean;
|
|
310
310
|
operation: "upload_file";
|
|
311
311
|
file?: {
|
|
312
|
-
name: string;
|
|
313
312
|
mimeType: string;
|
|
313
|
+
name: string;
|
|
314
314
|
id: string;
|
|
315
315
|
size?: string | undefined;
|
|
316
316
|
createdTime?: string | undefined;
|
|
@@ -329,8 +329,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
329
329
|
success: boolean;
|
|
330
330
|
operation: "upload_file";
|
|
331
331
|
file?: {
|
|
332
|
-
name: string;
|
|
333
332
|
mimeType: string;
|
|
333
|
+
name: string;
|
|
334
334
|
id: string;
|
|
335
335
|
size?: string | undefined;
|
|
336
336
|
createdTime?: string | undefined;
|
|
@@ -390,8 +390,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
390
390
|
emailAddress?: string | undefined;
|
|
391
391
|
}>, "many">>;
|
|
392
392
|
}, "strip", z.ZodTypeAny, {
|
|
393
|
-
name: string;
|
|
394
393
|
mimeType: string;
|
|
394
|
+
name: string;
|
|
395
395
|
id: string;
|
|
396
396
|
size?: string | undefined;
|
|
397
397
|
createdTime?: string | undefined;
|
|
@@ -405,8 +405,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
405
405
|
emailAddress?: string | undefined;
|
|
406
406
|
}[] | undefined;
|
|
407
407
|
}, {
|
|
408
|
-
name: string;
|
|
409
408
|
mimeType: string;
|
|
409
|
+
name: string;
|
|
410
410
|
id: string;
|
|
411
411
|
size?: string | undefined;
|
|
412
412
|
createdTime?: string | undefined;
|
|
@@ -428,8 +428,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
428
428
|
success: boolean;
|
|
429
429
|
operation: "list_files";
|
|
430
430
|
files?: {
|
|
431
|
-
name: string;
|
|
432
431
|
mimeType: string;
|
|
432
|
+
name: string;
|
|
433
433
|
id: string;
|
|
434
434
|
size?: string | undefined;
|
|
435
435
|
createdTime?: string | undefined;
|
|
@@ -450,8 +450,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
450
450
|
success: boolean;
|
|
451
451
|
operation: "list_files";
|
|
452
452
|
files?: {
|
|
453
|
-
name: string;
|
|
454
453
|
mimeType: string;
|
|
454
|
+
name: string;
|
|
455
455
|
id: string;
|
|
456
456
|
size?: string | undefined;
|
|
457
457
|
createdTime?: string | undefined;
|
|
@@ -547,8 +547,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
547
547
|
emailAddress?: string | undefined;
|
|
548
548
|
}>, "many">>;
|
|
549
549
|
}, "strip", z.ZodTypeAny, {
|
|
550
|
-
name: string;
|
|
551
550
|
mimeType: string;
|
|
551
|
+
name: string;
|
|
552
552
|
id: string;
|
|
553
553
|
size?: string | undefined;
|
|
554
554
|
createdTime?: string | undefined;
|
|
@@ -562,8 +562,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
562
562
|
emailAddress?: string | undefined;
|
|
563
563
|
}[] | undefined;
|
|
564
564
|
}, {
|
|
565
|
-
name: string;
|
|
566
565
|
mimeType: string;
|
|
566
|
+
name: string;
|
|
567
567
|
id: string;
|
|
568
568
|
size?: string | undefined;
|
|
569
569
|
createdTime?: string | undefined;
|
|
@@ -602,8 +602,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
602
602
|
success: boolean;
|
|
603
603
|
operation: "get_file_info";
|
|
604
604
|
file?: {
|
|
605
|
-
name: string;
|
|
606
605
|
mimeType: string;
|
|
606
|
+
name: string;
|
|
607
607
|
id: string;
|
|
608
608
|
size?: string | undefined;
|
|
609
609
|
createdTime?: string | undefined;
|
|
@@ -629,8 +629,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
629
629
|
success: boolean;
|
|
630
630
|
operation: "get_file_info";
|
|
631
631
|
file?: {
|
|
632
|
-
name: string;
|
|
633
632
|
mimeType: string;
|
|
633
|
+
name: string;
|
|
634
634
|
id: string;
|
|
635
635
|
size?: string | undefined;
|
|
636
636
|
createdTime?: string | undefined;
|
|
@@ -694,8 +694,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
694
694
|
emailAddress?: string | undefined;
|
|
695
695
|
}>, "many">>;
|
|
696
696
|
}, "strip", z.ZodTypeAny, {
|
|
697
|
-
name: string;
|
|
698
697
|
mimeType: string;
|
|
698
|
+
name: string;
|
|
699
699
|
id: string;
|
|
700
700
|
size?: string | undefined;
|
|
701
701
|
createdTime?: string | undefined;
|
|
@@ -709,8 +709,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
709
709
|
emailAddress?: string | undefined;
|
|
710
710
|
}[] | undefined;
|
|
711
711
|
}, {
|
|
712
|
-
name: string;
|
|
713
712
|
mimeType: string;
|
|
713
|
+
name: string;
|
|
714
714
|
id: string;
|
|
715
715
|
size?: string | undefined;
|
|
716
716
|
createdTime?: string | undefined;
|
|
@@ -730,8 +730,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
730
730
|
success: boolean;
|
|
731
731
|
operation: "move_file";
|
|
732
732
|
file?: {
|
|
733
|
-
name: string;
|
|
734
733
|
mimeType: string;
|
|
734
|
+
name: string;
|
|
735
735
|
id: string;
|
|
736
736
|
size?: string | undefined;
|
|
737
737
|
createdTime?: string | undefined;
|
|
@@ -750,8 +750,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
750
750
|
success: boolean;
|
|
751
751
|
operation: "move_file";
|
|
752
752
|
file?: {
|
|
753
|
-
name: string;
|
|
754
753
|
mimeType: string;
|
|
754
|
+
name: string;
|
|
755
755
|
id: string;
|
|
756
756
|
size?: string | undefined;
|
|
757
757
|
createdTime?: string | undefined;
|
|
@@ -1187,8 +1187,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1187
1187
|
emailAddress?: string | undefined;
|
|
1188
1188
|
}>, "many">>;
|
|
1189
1189
|
}, "strip", z.ZodTypeAny, {
|
|
1190
|
-
name: string;
|
|
1191
1190
|
mimeType: string;
|
|
1191
|
+
name: string;
|
|
1192
1192
|
id: string;
|
|
1193
1193
|
size?: string | undefined;
|
|
1194
1194
|
createdTime?: string | undefined;
|
|
@@ -1202,8 +1202,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1202
1202
|
emailAddress?: string | undefined;
|
|
1203
1203
|
}[] | undefined;
|
|
1204
1204
|
}, {
|
|
1205
|
-
name: string;
|
|
1206
1205
|
mimeType: string;
|
|
1206
|
+
name: string;
|
|
1207
1207
|
id: string;
|
|
1208
1208
|
size?: string | undefined;
|
|
1209
1209
|
createdTime?: string | undefined;
|
|
@@ -1223,8 +1223,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1223
1223
|
success: boolean;
|
|
1224
1224
|
operation: "upload_file";
|
|
1225
1225
|
file?: {
|
|
1226
|
-
name: string;
|
|
1227
1226
|
mimeType: string;
|
|
1227
|
+
name: string;
|
|
1228
1228
|
id: string;
|
|
1229
1229
|
size?: string | undefined;
|
|
1230
1230
|
createdTime?: string | undefined;
|
|
@@ -1243,8 +1243,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1243
1243
|
success: boolean;
|
|
1244
1244
|
operation: "upload_file";
|
|
1245
1245
|
file?: {
|
|
1246
|
-
name: string;
|
|
1247
1246
|
mimeType: string;
|
|
1247
|
+
name: string;
|
|
1248
1248
|
id: string;
|
|
1249
1249
|
size?: string | undefined;
|
|
1250
1250
|
createdTime?: string | undefined;
|
|
@@ -1304,8 +1304,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1304
1304
|
emailAddress?: string | undefined;
|
|
1305
1305
|
}>, "many">>;
|
|
1306
1306
|
}, "strip", z.ZodTypeAny, {
|
|
1307
|
-
name: string;
|
|
1308
1307
|
mimeType: string;
|
|
1308
|
+
name: string;
|
|
1309
1309
|
id: string;
|
|
1310
1310
|
size?: string | undefined;
|
|
1311
1311
|
createdTime?: string | undefined;
|
|
@@ -1319,8 +1319,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1319
1319
|
emailAddress?: string | undefined;
|
|
1320
1320
|
}[] | undefined;
|
|
1321
1321
|
}, {
|
|
1322
|
-
name: string;
|
|
1323
1322
|
mimeType: string;
|
|
1323
|
+
name: string;
|
|
1324
1324
|
id: string;
|
|
1325
1325
|
size?: string | undefined;
|
|
1326
1326
|
createdTime?: string | undefined;
|
|
@@ -1342,8 +1342,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1342
1342
|
success: boolean;
|
|
1343
1343
|
operation: "list_files";
|
|
1344
1344
|
files?: {
|
|
1345
|
-
name: string;
|
|
1346
1345
|
mimeType: string;
|
|
1346
|
+
name: string;
|
|
1347
1347
|
id: string;
|
|
1348
1348
|
size?: string | undefined;
|
|
1349
1349
|
createdTime?: string | undefined;
|
|
@@ -1364,8 +1364,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1364
1364
|
success: boolean;
|
|
1365
1365
|
operation: "list_files";
|
|
1366
1366
|
files?: {
|
|
1367
|
-
name: string;
|
|
1368
1367
|
mimeType: string;
|
|
1368
|
+
name: string;
|
|
1369
1369
|
id: string;
|
|
1370
1370
|
size?: string | undefined;
|
|
1371
1371
|
createdTime?: string | undefined;
|
|
@@ -1461,8 +1461,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1461
1461
|
emailAddress?: string | undefined;
|
|
1462
1462
|
}>, "many">>;
|
|
1463
1463
|
}, "strip", z.ZodTypeAny, {
|
|
1464
|
-
name: string;
|
|
1465
1464
|
mimeType: string;
|
|
1465
|
+
name: string;
|
|
1466
1466
|
id: string;
|
|
1467
1467
|
size?: string | undefined;
|
|
1468
1468
|
createdTime?: string | undefined;
|
|
@@ -1476,8 +1476,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1476
1476
|
emailAddress?: string | undefined;
|
|
1477
1477
|
}[] | undefined;
|
|
1478
1478
|
}, {
|
|
1479
|
-
name: string;
|
|
1480
1479
|
mimeType: string;
|
|
1480
|
+
name: string;
|
|
1481
1481
|
id: string;
|
|
1482
1482
|
size?: string | undefined;
|
|
1483
1483
|
createdTime?: string | undefined;
|
|
@@ -1516,8 +1516,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1516
1516
|
success: boolean;
|
|
1517
1517
|
operation: "get_file_info";
|
|
1518
1518
|
file?: {
|
|
1519
|
-
name: string;
|
|
1520
1519
|
mimeType: string;
|
|
1520
|
+
name: string;
|
|
1521
1521
|
id: string;
|
|
1522
1522
|
size?: string | undefined;
|
|
1523
1523
|
createdTime?: string | undefined;
|
|
@@ -1543,8 +1543,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1543
1543
|
success: boolean;
|
|
1544
1544
|
operation: "get_file_info";
|
|
1545
1545
|
file?: {
|
|
1546
|
-
name: string;
|
|
1547
1546
|
mimeType: string;
|
|
1547
|
+
name: string;
|
|
1548
1548
|
id: string;
|
|
1549
1549
|
size?: string | undefined;
|
|
1550
1550
|
createdTime?: string | undefined;
|
|
@@ -1608,8 +1608,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1608
1608
|
emailAddress?: string | undefined;
|
|
1609
1609
|
}>, "many">>;
|
|
1610
1610
|
}, "strip", z.ZodTypeAny, {
|
|
1611
|
-
name: string;
|
|
1612
1611
|
mimeType: string;
|
|
1612
|
+
name: string;
|
|
1613
1613
|
id: string;
|
|
1614
1614
|
size?: string | undefined;
|
|
1615
1615
|
createdTime?: string | undefined;
|
|
@@ -1623,8 +1623,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1623
1623
|
emailAddress?: string | undefined;
|
|
1624
1624
|
}[] | undefined;
|
|
1625
1625
|
}, {
|
|
1626
|
-
name: string;
|
|
1627
1626
|
mimeType: string;
|
|
1627
|
+
name: string;
|
|
1628
1628
|
id: string;
|
|
1629
1629
|
size?: string | undefined;
|
|
1630
1630
|
createdTime?: string | undefined;
|
|
@@ -1644,8 +1644,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1644
1644
|
success: boolean;
|
|
1645
1645
|
operation: "move_file";
|
|
1646
1646
|
file?: {
|
|
1647
|
-
name: string;
|
|
1648
1647
|
mimeType: string;
|
|
1648
|
+
name: string;
|
|
1649
1649
|
id: string;
|
|
1650
1650
|
size?: string | undefined;
|
|
1651
1651
|
createdTime?: string | undefined;
|
|
@@ -1664,8 +1664,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1664
1664
|
success: boolean;
|
|
1665
1665
|
operation: "move_file";
|
|
1666
1666
|
file?: {
|
|
1667
|
-
name: string;
|
|
1668
1667
|
mimeType: string;
|
|
1668
|
+
name: string;
|
|
1669
1669
|
id: string;
|
|
1670
1670
|
size?: string | undefined;
|
|
1671
1671
|
createdTime?: string | undefined;
|
|
@@ -15,9 +15,9 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
url: string;
|
|
17
17
|
timeout: number;
|
|
18
|
-
method: "POST" | "
|
|
18
|
+
method: "POST" | "GET" | "DELETE" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
19
19
|
followRedirects: boolean;
|
|
20
|
-
authType: "
|
|
20
|
+
authType: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header";
|
|
21
21
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
22
22
|
headers?: Record<string, string> | undefined;
|
|
23
23
|
body?: string | Record<string, unknown> | undefined;
|
|
@@ -27,10 +27,10 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
27
27
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
28
28
|
timeout?: number | undefined;
|
|
29
29
|
headers?: Record<string, string> | undefined;
|
|
30
|
-
method?: "POST" | "
|
|
30
|
+
method?: "POST" | "GET" | "DELETE" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
31
31
|
body?: string | Record<string, unknown> | undefined;
|
|
32
32
|
followRedirects?: boolean | undefined;
|
|
33
|
-
authType?: "
|
|
33
|
+
authType?: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
|
|
34
34
|
authHeader?: string | undefined;
|
|
35
35
|
}>;
|
|
36
36
|
type HttpParamsInput = z.input<typeof HttpParamsSchema>;
|
|
@@ -85,9 +85,9 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
85
85
|
}, "strip", z.ZodTypeAny, {
|
|
86
86
|
url: string;
|
|
87
87
|
timeout: number;
|
|
88
|
-
method: "POST" | "
|
|
88
|
+
method: "POST" | "GET" | "DELETE" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
89
89
|
followRedirects: boolean;
|
|
90
|
-
authType: "
|
|
90
|
+
authType: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header";
|
|
91
91
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
92
92
|
headers?: Record<string, string> | undefined;
|
|
93
93
|
body?: string | Record<string, unknown> | undefined;
|
|
@@ -97,10 +97,10 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
97
97
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
98
98
|
timeout?: number | undefined;
|
|
99
99
|
headers?: Record<string, string> | undefined;
|
|
100
|
-
method?: "POST" | "
|
|
100
|
+
method?: "POST" | "GET" | "DELETE" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
101
101
|
body?: string | Record<string, unknown> | undefined;
|
|
102
102
|
followRedirects?: boolean | undefined;
|
|
103
|
-
authType?: "
|
|
103
|
+
authType?: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
|
|
104
104
|
authHeader?: string | undefined;
|
|
105
105
|
}>;
|
|
106
106
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -71,13 +71,13 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
71
71
|
operation: "get";
|
|
72
72
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
73
73
|
fields?: string[] | undefined;
|
|
74
|
-
expand?: ("comments" | "
|
|
74
|
+
expand?: ("comments" | "changelog" | "transitions")[] | undefined;
|
|
75
75
|
}, {
|
|
76
76
|
key: string;
|
|
77
77
|
operation: "get";
|
|
78
78
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
79
79
|
fields?: string[] | undefined;
|
|
80
|
-
expand?: ("comments" | "
|
|
80
|
+
expand?: ("comments" | "changelog" | "transitions")[] | undefined;
|
|
81
81
|
}>, import("zod").ZodObject<{
|
|
82
82
|
operation: import("zod").ZodLiteral<"create">;
|
|
83
83
|
project: import("zod").ZodString;
|
|
@@ -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>;
|
|
@@ -1770,8 +1770,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1770
1770
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1771
1771
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1772
1772
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
1773
|
-
|
|
1774
|
-
self?: string | undefined;
|
|
1773
|
+
changelog?: unknown;
|
|
1775
1774
|
transitions?: import("zod").objectOutputType<{
|
|
1776
1775
|
id: import("zod").ZodString;
|
|
1777
1776
|
name: import("zod").ZodString;
|
|
@@ -1816,10 +1815,11 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1816
1815
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1817
1816
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1818
1817
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
1819
|
-
|
|
1818
|
+
expand?: string | undefined;
|
|
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>;
|
|
@@ -2157,8 +2157,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2157
2157
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2158
2158
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2159
2159
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2160
|
-
|
|
2161
|
-
self?: string | undefined;
|
|
2160
|
+
changelog?: unknown;
|
|
2162
2161
|
transitions?: import("zod").objectInputType<{
|
|
2163
2162
|
id: import("zod").ZodString;
|
|
2164
2163
|
name: import("zod").ZodString;
|
|
@@ -2203,7 +2202,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2203
2202
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2204
2203
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2205
2204
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2206
|
-
|
|
2205
|
+
expand?: string | undefined;
|
|
2206
|
+
self?: string | undefined;
|
|
2207
2207
|
}>, "many">>;
|
|
2208
2208
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2209
2209
|
offset: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -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>;
|
|
@@ -2553,8 +2553,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2553
2553
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2554
2554
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2555
2555
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2556
|
-
|
|
2557
|
-
self?: string | undefined;
|
|
2556
|
+
changelog?: unknown;
|
|
2558
2557
|
transitions?: import("zod").objectOutputType<{
|
|
2559
2558
|
id: import("zod").ZodString;
|
|
2560
2559
|
name: import("zod").ZodString;
|
|
@@ -2599,7 +2598,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2599
2598
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2600
2599
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2601
2600
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2602
|
-
|
|
2601
|
+
expand?: string | undefined;
|
|
2602
|
+
self?: string | undefined;
|
|
2603
2603
|
}[] | undefined;
|
|
2604
2604
|
limit?: number | undefined;
|
|
2605
2605
|
offset?: number | undefined;
|
|
@@ -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>;
|
|
@@ -2948,8 +2948,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2948
2948
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2949
2949
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2950
2950
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2951
|
-
|
|
2952
|
-
self?: string | undefined;
|
|
2951
|
+
changelog?: unknown;
|
|
2953
2952
|
transitions?: import("zod").objectInputType<{
|
|
2954
2953
|
id: import("zod").ZodString;
|
|
2955
2954
|
name: import("zod").ZodString;
|
|
@@ -2994,7 +2993,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2994
2993
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2995
2994
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2996
2995
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2997
|
-
|
|
2996
|
+
expand?: string | undefined;
|
|
2997
|
+
self?: string | undefined;
|
|
2998
2998
|
}[] | undefined;
|
|
2999
2999
|
limit?: number | undefined;
|
|
3000
3000
|
offset?: number | undefined;
|
|
@@ -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>;
|
|
@@ -4487,8 +4487,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4487
4487
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4488
4488
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4489
4489
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4490
|
-
|
|
4491
|
-
self?: string | undefined;
|
|
4490
|
+
changelog?: unknown;
|
|
4492
4491
|
transitions?: import("zod").objectOutputType<{
|
|
4493
4492
|
id: import("zod").ZodString;
|
|
4494
4493
|
name: import("zod").ZodString;
|
|
@@ -4533,10 +4532,11 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4533
4532
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4534
4533
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4535
4534
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
4536
|
-
|
|
4535
|
+
expand?: string | undefined;
|
|
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>;
|
|
@@ -4874,8 +4874,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4874
4874
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4875
4875
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4876
4876
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4877
|
-
|
|
4878
|
-
self?: string | undefined;
|
|
4877
|
+
changelog?: unknown;
|
|
4879
4878
|
transitions?: import("zod").objectInputType<{
|
|
4880
4879
|
id: import("zod").ZodString;
|
|
4881
4880
|
name: import("zod").ZodString;
|
|
@@ -4920,7 +4919,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4920
4919
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4921
4920
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4922
4921
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
4923
|
-
|
|
4922
|
+
expand?: string | undefined;
|
|
4923
|
+
self?: string | undefined;
|
|
4924
4924
|
}>>;
|
|
4925
4925
|
error: import("zod").ZodString;
|
|
4926
4926
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -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>;
|
|
@@ -5267,8 +5267,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5267
5267
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5268
5268
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5269
5269
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5270
|
-
|
|
5271
|
-
self?: string | undefined;
|
|
5270
|
+
changelog?: unknown;
|
|
5272
5271
|
transitions?: import("zod").objectOutputType<{
|
|
5273
5272
|
id: import("zod").ZodString;
|
|
5274
5273
|
name: import("zod").ZodString;
|
|
@@ -5313,15 +5312,16 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5313
5312
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5314
5313
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5315
5314
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
5316
|
-
|
|
5315
|
+
expand?: string | undefined;
|
|
5316
|
+
self?: string | undefined;
|
|
5317
5317
|
} | undefined;
|
|
5318
5318
|
}, {
|
|
5319
5319
|
error: string;
|
|
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>;
|
|
@@ -5659,8 +5659,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5659
5659
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5660
5660
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5661
5661
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5662
|
-
|
|
5663
|
-
self?: string | undefined;
|
|
5662
|
+
changelog?: unknown;
|
|
5664
5663
|
transitions?: import("zod").objectInputType<{
|
|
5665
5664
|
id: import("zod").ZodString;
|
|
5666
5665
|
name: import("zod").ZodString;
|
|
@@ -5705,7 +5704,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5705
5704
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5706
5705
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5707
5706
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
5708
|
-
|
|
5707
|
+
expand?: string | undefined;
|
|
5708
|
+
self?: string | undefined;
|
|
5709
5709
|
} | undefined;
|
|
5710
5710
|
}>, import("zod").ZodObject<{
|
|
5711
5711
|
operation: import("zod").ZodLiteral<"create">;
|
|
@@ -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<{
|
|
@@ -62,8 +62,8 @@ export declare class LinearBubble<T extends LinearParamsInput = LinearParamsInpu
|
|
|
62
62
|
operation: "search";
|
|
63
63
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
64
64
|
priority?: number | undefined;
|
|
65
|
-
query?: string | undefined;
|
|
66
65
|
limit?: number | undefined;
|
|
66
|
+
query?: string | undefined;
|
|
67
67
|
teamId?: string | undefined;
|
|
68
68
|
assigneeId?: string | undefined;
|
|
69
69
|
stateId?: string | undefined;
|