@bubblelab/bubble-core 0.1.76 → 0.1.77
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 +54 -54
- package/dist/bubbles/service-bubble/ai-agent.d.ts +38 -38
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +1 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +92 -92
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +42 -42
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/firecrawl.d.ts +318 -318
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +40 -40
- package/dist/bubbles/service-bubble/gmail.d.ts +208 -208
- 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/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +8 -8
- package/dist/bubbles/service-bubble/notion/notion.d.ts +453 -453
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +400 -400
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +13 -13
- 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 +8 -8
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +289 -289
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +106 -106
- 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/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +26 -26
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +118 -118
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +11 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
- package/dist/bubbles.json +4 -3
- package/package.json +2 -2
|
@@ -274,8 +274,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
274
274
|
}>, "many">>;
|
|
275
275
|
}, "strip", z.ZodTypeAny, {
|
|
276
276
|
name: string;
|
|
277
|
-
id: string;
|
|
278
277
|
mimeType: string;
|
|
278
|
+
id: string;
|
|
279
279
|
size?: string | undefined;
|
|
280
280
|
createdTime?: string | undefined;
|
|
281
281
|
modifiedTime?: string | undefined;
|
|
@@ -289,8 +289,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
289
289
|
}[] | undefined;
|
|
290
290
|
}, {
|
|
291
291
|
name: string;
|
|
292
|
-
id: string;
|
|
293
292
|
mimeType: string;
|
|
293
|
+
id: string;
|
|
294
294
|
size?: string | undefined;
|
|
295
295
|
createdTime?: string | undefined;
|
|
296
296
|
modifiedTime?: string | undefined;
|
|
@@ -310,8 +310,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
310
310
|
operation: "upload_file";
|
|
311
311
|
file?: {
|
|
312
312
|
name: string;
|
|
313
|
-
id: string;
|
|
314
313
|
mimeType: string;
|
|
314
|
+
id: string;
|
|
315
315
|
size?: string | undefined;
|
|
316
316
|
createdTime?: string | undefined;
|
|
317
317
|
modifiedTime?: string | undefined;
|
|
@@ -330,8 +330,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
330
330
|
operation: "upload_file";
|
|
331
331
|
file?: {
|
|
332
332
|
name: string;
|
|
333
|
-
id: string;
|
|
334
333
|
mimeType: string;
|
|
334
|
+
id: string;
|
|
335
335
|
size?: string | undefined;
|
|
336
336
|
createdTime?: string | undefined;
|
|
337
337
|
modifiedTime?: string | undefined;
|
|
@@ -391,8 +391,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
391
391
|
}>, "many">>;
|
|
392
392
|
}, "strip", z.ZodTypeAny, {
|
|
393
393
|
name: string;
|
|
394
|
-
id: string;
|
|
395
394
|
mimeType: string;
|
|
395
|
+
id: string;
|
|
396
396
|
size?: string | undefined;
|
|
397
397
|
createdTime?: string | undefined;
|
|
398
398
|
modifiedTime?: string | undefined;
|
|
@@ -406,8 +406,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
406
406
|
}[] | undefined;
|
|
407
407
|
}, {
|
|
408
408
|
name: string;
|
|
409
|
-
id: string;
|
|
410
409
|
mimeType: string;
|
|
410
|
+
id: string;
|
|
411
411
|
size?: string | undefined;
|
|
412
412
|
createdTime?: string | undefined;
|
|
413
413
|
modifiedTime?: string | undefined;
|
|
@@ -429,8 +429,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
429
429
|
operation: "list_files";
|
|
430
430
|
files?: {
|
|
431
431
|
name: string;
|
|
432
|
-
id: string;
|
|
433
432
|
mimeType: string;
|
|
433
|
+
id: string;
|
|
434
434
|
size?: string | undefined;
|
|
435
435
|
createdTime?: string | undefined;
|
|
436
436
|
modifiedTime?: string | undefined;
|
|
@@ -451,8 +451,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
451
451
|
operation: "list_files";
|
|
452
452
|
files?: {
|
|
453
453
|
name: string;
|
|
454
|
-
id: string;
|
|
455
454
|
mimeType: string;
|
|
455
|
+
id: string;
|
|
456
456
|
size?: string | undefined;
|
|
457
457
|
createdTime?: string | undefined;
|
|
458
458
|
modifiedTime?: string | undefined;
|
|
@@ -548,8 +548,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
548
548
|
}>, "many">>;
|
|
549
549
|
}, "strip", z.ZodTypeAny, {
|
|
550
550
|
name: string;
|
|
551
|
-
id: string;
|
|
552
551
|
mimeType: string;
|
|
552
|
+
id: string;
|
|
553
553
|
size?: string | undefined;
|
|
554
554
|
createdTime?: string | undefined;
|
|
555
555
|
modifiedTime?: string | undefined;
|
|
@@ -563,8 +563,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
563
563
|
}[] | undefined;
|
|
564
564
|
}, {
|
|
565
565
|
name: string;
|
|
566
|
-
id: string;
|
|
567
566
|
mimeType: string;
|
|
567
|
+
id: string;
|
|
568
568
|
size?: string | undefined;
|
|
569
569
|
createdTime?: string | undefined;
|
|
570
570
|
modifiedTime?: string | undefined;
|
|
@@ -603,8 +603,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
603
603
|
operation: "get_file_info";
|
|
604
604
|
file?: {
|
|
605
605
|
name: string;
|
|
606
|
-
id: string;
|
|
607
606
|
mimeType: string;
|
|
607
|
+
id: string;
|
|
608
608
|
size?: string | undefined;
|
|
609
609
|
createdTime?: string | undefined;
|
|
610
610
|
modifiedTime?: string | undefined;
|
|
@@ -630,8 +630,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
630
630
|
operation: "get_file_info";
|
|
631
631
|
file?: {
|
|
632
632
|
name: string;
|
|
633
|
-
id: string;
|
|
634
633
|
mimeType: string;
|
|
634
|
+
id: string;
|
|
635
635
|
size?: string | undefined;
|
|
636
636
|
createdTime?: string | undefined;
|
|
637
637
|
modifiedTime?: string | undefined;
|
|
@@ -695,8 +695,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
695
695
|
}>, "many">>;
|
|
696
696
|
}, "strip", z.ZodTypeAny, {
|
|
697
697
|
name: string;
|
|
698
|
-
id: string;
|
|
699
698
|
mimeType: string;
|
|
699
|
+
id: string;
|
|
700
700
|
size?: string | undefined;
|
|
701
701
|
createdTime?: string | undefined;
|
|
702
702
|
modifiedTime?: string | undefined;
|
|
@@ -710,8 +710,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
710
710
|
}[] | undefined;
|
|
711
711
|
}, {
|
|
712
712
|
name: string;
|
|
713
|
-
id: string;
|
|
714
713
|
mimeType: string;
|
|
714
|
+
id: string;
|
|
715
715
|
size?: string | undefined;
|
|
716
716
|
createdTime?: string | undefined;
|
|
717
717
|
modifiedTime?: string | undefined;
|
|
@@ -731,8 +731,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
731
731
|
operation: "move_file";
|
|
732
732
|
file?: {
|
|
733
733
|
name: string;
|
|
734
|
-
id: string;
|
|
735
734
|
mimeType: string;
|
|
735
|
+
id: string;
|
|
736
736
|
size?: string | undefined;
|
|
737
737
|
createdTime?: string | undefined;
|
|
738
738
|
modifiedTime?: string | undefined;
|
|
@@ -751,8 +751,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
751
751
|
operation: "move_file";
|
|
752
752
|
file?: {
|
|
753
753
|
name: string;
|
|
754
|
-
id: string;
|
|
755
754
|
mimeType: string;
|
|
755
|
+
id: string;
|
|
756
756
|
size?: string | undefined;
|
|
757
757
|
createdTime?: string | undefined;
|
|
758
758
|
modifiedTime?: string | undefined;
|
|
@@ -1188,8 +1188,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1188
1188
|
}>, "many">>;
|
|
1189
1189
|
}, "strip", z.ZodTypeAny, {
|
|
1190
1190
|
name: string;
|
|
1191
|
-
id: string;
|
|
1192
1191
|
mimeType: string;
|
|
1192
|
+
id: string;
|
|
1193
1193
|
size?: string | undefined;
|
|
1194
1194
|
createdTime?: string | undefined;
|
|
1195
1195
|
modifiedTime?: string | undefined;
|
|
@@ -1203,8 +1203,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1203
1203
|
}[] | undefined;
|
|
1204
1204
|
}, {
|
|
1205
1205
|
name: string;
|
|
1206
|
-
id: string;
|
|
1207
1206
|
mimeType: string;
|
|
1207
|
+
id: string;
|
|
1208
1208
|
size?: string | undefined;
|
|
1209
1209
|
createdTime?: string | undefined;
|
|
1210
1210
|
modifiedTime?: string | undefined;
|
|
@@ -1224,8 +1224,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1224
1224
|
operation: "upload_file";
|
|
1225
1225
|
file?: {
|
|
1226
1226
|
name: string;
|
|
1227
|
-
id: string;
|
|
1228
1227
|
mimeType: string;
|
|
1228
|
+
id: string;
|
|
1229
1229
|
size?: string | undefined;
|
|
1230
1230
|
createdTime?: string | undefined;
|
|
1231
1231
|
modifiedTime?: string | undefined;
|
|
@@ -1244,8 +1244,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1244
1244
|
operation: "upload_file";
|
|
1245
1245
|
file?: {
|
|
1246
1246
|
name: string;
|
|
1247
|
-
id: string;
|
|
1248
1247
|
mimeType: string;
|
|
1248
|
+
id: string;
|
|
1249
1249
|
size?: string | undefined;
|
|
1250
1250
|
createdTime?: string | undefined;
|
|
1251
1251
|
modifiedTime?: string | undefined;
|
|
@@ -1305,8 +1305,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1305
1305
|
}>, "many">>;
|
|
1306
1306
|
}, "strip", z.ZodTypeAny, {
|
|
1307
1307
|
name: string;
|
|
1308
|
-
id: string;
|
|
1309
1308
|
mimeType: string;
|
|
1309
|
+
id: string;
|
|
1310
1310
|
size?: string | undefined;
|
|
1311
1311
|
createdTime?: string | undefined;
|
|
1312
1312
|
modifiedTime?: string | undefined;
|
|
@@ -1320,8 +1320,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1320
1320
|
}[] | undefined;
|
|
1321
1321
|
}, {
|
|
1322
1322
|
name: string;
|
|
1323
|
-
id: string;
|
|
1324
1323
|
mimeType: string;
|
|
1324
|
+
id: string;
|
|
1325
1325
|
size?: string | undefined;
|
|
1326
1326
|
createdTime?: string | undefined;
|
|
1327
1327
|
modifiedTime?: string | undefined;
|
|
@@ -1343,8 +1343,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1343
1343
|
operation: "list_files";
|
|
1344
1344
|
files?: {
|
|
1345
1345
|
name: string;
|
|
1346
|
-
id: string;
|
|
1347
1346
|
mimeType: string;
|
|
1347
|
+
id: string;
|
|
1348
1348
|
size?: string | undefined;
|
|
1349
1349
|
createdTime?: string | undefined;
|
|
1350
1350
|
modifiedTime?: string | undefined;
|
|
@@ -1365,8 +1365,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1365
1365
|
operation: "list_files";
|
|
1366
1366
|
files?: {
|
|
1367
1367
|
name: string;
|
|
1368
|
-
id: string;
|
|
1369
1368
|
mimeType: string;
|
|
1369
|
+
id: string;
|
|
1370
1370
|
size?: string | undefined;
|
|
1371
1371
|
createdTime?: string | undefined;
|
|
1372
1372
|
modifiedTime?: string | undefined;
|
|
@@ -1462,8 +1462,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1462
1462
|
}>, "many">>;
|
|
1463
1463
|
}, "strip", z.ZodTypeAny, {
|
|
1464
1464
|
name: string;
|
|
1465
|
-
id: string;
|
|
1466
1465
|
mimeType: string;
|
|
1466
|
+
id: string;
|
|
1467
1467
|
size?: string | undefined;
|
|
1468
1468
|
createdTime?: string | undefined;
|
|
1469
1469
|
modifiedTime?: string | undefined;
|
|
@@ -1477,8 +1477,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1477
1477
|
}[] | undefined;
|
|
1478
1478
|
}, {
|
|
1479
1479
|
name: string;
|
|
1480
|
-
id: string;
|
|
1481
1480
|
mimeType: string;
|
|
1481
|
+
id: string;
|
|
1482
1482
|
size?: string | undefined;
|
|
1483
1483
|
createdTime?: string | undefined;
|
|
1484
1484
|
modifiedTime?: string | undefined;
|
|
@@ -1517,8 +1517,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1517
1517
|
operation: "get_file_info";
|
|
1518
1518
|
file?: {
|
|
1519
1519
|
name: string;
|
|
1520
|
-
id: string;
|
|
1521
1520
|
mimeType: string;
|
|
1521
|
+
id: string;
|
|
1522
1522
|
size?: string | undefined;
|
|
1523
1523
|
createdTime?: string | undefined;
|
|
1524
1524
|
modifiedTime?: string | undefined;
|
|
@@ -1544,8 +1544,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1544
1544
|
operation: "get_file_info";
|
|
1545
1545
|
file?: {
|
|
1546
1546
|
name: string;
|
|
1547
|
-
id: string;
|
|
1548
1547
|
mimeType: string;
|
|
1548
|
+
id: string;
|
|
1549
1549
|
size?: string | undefined;
|
|
1550
1550
|
createdTime?: string | undefined;
|
|
1551
1551
|
modifiedTime?: string | undefined;
|
|
@@ -1609,8 +1609,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1609
1609
|
}>, "many">>;
|
|
1610
1610
|
}, "strip", z.ZodTypeAny, {
|
|
1611
1611
|
name: string;
|
|
1612
|
-
id: string;
|
|
1613
1612
|
mimeType: string;
|
|
1613
|
+
id: string;
|
|
1614
1614
|
size?: string | undefined;
|
|
1615
1615
|
createdTime?: string | undefined;
|
|
1616
1616
|
modifiedTime?: string | undefined;
|
|
@@ -1624,8 +1624,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1624
1624
|
}[] | undefined;
|
|
1625
1625
|
}, {
|
|
1626
1626
|
name: string;
|
|
1627
|
-
id: string;
|
|
1628
1627
|
mimeType: string;
|
|
1628
|
+
id: string;
|
|
1629
1629
|
size?: string | undefined;
|
|
1630
1630
|
createdTime?: string | undefined;
|
|
1631
1631
|
modifiedTime?: string | undefined;
|
|
@@ -1645,8 +1645,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1645
1645
|
operation: "move_file";
|
|
1646
1646
|
file?: {
|
|
1647
1647
|
name: string;
|
|
1648
|
-
id: string;
|
|
1649
1648
|
mimeType: string;
|
|
1649
|
+
id: string;
|
|
1650
1650
|
size?: string | undefined;
|
|
1651
1651
|
createdTime?: string | undefined;
|
|
1652
1652
|
modifiedTime?: string | undefined;
|
|
@@ -1665,8 +1665,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1665
1665
|
operation: "move_file";
|
|
1666
1666
|
file?: {
|
|
1667
1667
|
name: string;
|
|
1668
|
-
id: string;
|
|
1669
1668
|
mimeType: string;
|
|
1669
|
+
id: string;
|
|
1670
1670
|
size?: string | undefined;
|
|
1671
1671
|
createdTime?: string | undefined;
|
|
1672
1672
|
modifiedTime?: string | undefined;
|
|
@@ -17,7 +17,7 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
17
17
|
timeout: number;
|
|
18
18
|
method: "POST" | "DELETE" | "GET" | "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;
|
|
@@ -30,7 +30,7 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
30
30
|
method?: "POST" | "DELETE" | "GET" | "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>;
|
|
@@ -49,8 +49,8 @@ declare const HttpResultSchema: z.ZodObject<{
|
|
|
49
49
|
status: number;
|
|
50
50
|
error: string;
|
|
51
51
|
success: boolean;
|
|
52
|
-
headers: Record<string, string>;
|
|
53
52
|
size: number;
|
|
53
|
+
headers: Record<string, string>;
|
|
54
54
|
body: string;
|
|
55
55
|
statusText: string;
|
|
56
56
|
responseTime: number;
|
|
@@ -59,8 +59,8 @@ declare const HttpResultSchema: z.ZodObject<{
|
|
|
59
59
|
status: number;
|
|
60
60
|
error: string;
|
|
61
61
|
success: boolean;
|
|
62
|
-
headers: Record<string, string>;
|
|
63
62
|
size: number;
|
|
63
|
+
headers: Record<string, string>;
|
|
64
64
|
body: string;
|
|
65
65
|
statusText: string;
|
|
66
66
|
responseTime: number;
|
|
@@ -87,7 +87,7 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
87
87
|
timeout: number;
|
|
88
88
|
method: "POST" | "DELETE" | "GET" | "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;
|
|
@@ -100,7 +100,7 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
100
100
|
method?: "POST" | "DELETE" | "GET" | "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<{
|
|
@@ -117,8 +117,8 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
117
117
|
status: number;
|
|
118
118
|
error: string;
|
|
119
119
|
success: boolean;
|
|
120
|
-
headers: Record<string, string>;
|
|
121
120
|
size: number;
|
|
121
|
+
headers: Record<string, string>;
|
|
122
122
|
body: string;
|
|
123
123
|
statusText: string;
|
|
124
124
|
responseTime: number;
|
|
@@ -127,8 +127,8 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
127
127
|
status: number;
|
|
128
128
|
error: string;
|
|
129
129
|
success: boolean;
|
|
130
|
-
headers: Record<string, string>;
|
|
131
130
|
size: number;
|
|
131
|
+
headers: Record<string, string>;
|
|
132
132
|
body: string;
|
|
133
133
|
statusText: string;
|
|
134
134
|
responseTime: number;
|
|
@@ -11,17 +11,17 @@ declare const InsForgeDbParamsSchema: z.ZodObject<{
|
|
|
11
11
|
maxRows: z.ZodDefault<z.ZodNumber>;
|
|
12
12
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
|
-
parameters: unknown[];
|
|
15
14
|
timeout: number;
|
|
15
|
+
parameters: unknown[];
|
|
16
16
|
query: string;
|
|
17
17
|
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
18
18
|
maxRows: number;
|
|
19
19
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20
20
|
}, {
|
|
21
21
|
query: string;
|
|
22
|
-
parameters?: unknown[] | undefined;
|
|
23
22
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
24
23
|
timeout?: number | undefined;
|
|
24
|
+
parameters?: unknown[] | undefined;
|
|
25
25
|
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
26
26
|
maxRows?: number | undefined;
|
|
27
27
|
}>;
|
|
@@ -36,20 +36,20 @@ declare const InsForgeDbResultSchema: z.ZodObject<{
|
|
|
36
36
|
error: z.ZodString;
|
|
37
37
|
cleanedJSONString: z.ZodString;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
|
-
executionTime: number;
|
|
40
39
|
error: string;
|
|
41
40
|
success: boolean;
|
|
42
41
|
rows: Record<string, unknown>[];
|
|
43
42
|
rowCount: number | null;
|
|
44
43
|
command: string;
|
|
44
|
+
executionTime: number;
|
|
45
45
|
cleanedJSONString: string;
|
|
46
46
|
}, {
|
|
47
|
-
executionTime: number;
|
|
48
47
|
error: string;
|
|
49
48
|
success: boolean;
|
|
50
49
|
rows: Record<string, unknown>[];
|
|
51
50
|
rowCount: number | null;
|
|
52
51
|
command: string;
|
|
52
|
+
executionTime: number;
|
|
53
53
|
cleanedJSONString: string;
|
|
54
54
|
}>;
|
|
55
55
|
type InsForgeDbResult = z.output<typeof InsForgeDbResultSchema>;
|
|
@@ -85,17 +85,17 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
|
|
|
85
85
|
maxRows: z.ZodDefault<z.ZodNumber>;
|
|
86
86
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
87
87
|
}, "strip", z.ZodTypeAny, {
|
|
88
|
-
parameters: unknown[];
|
|
89
88
|
timeout: number;
|
|
89
|
+
parameters: unknown[];
|
|
90
90
|
query: string;
|
|
91
91
|
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
92
92
|
maxRows: number;
|
|
93
93
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
94
94
|
}, {
|
|
95
95
|
query: string;
|
|
96
|
-
parameters?: unknown[] | undefined;
|
|
97
96
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
98
97
|
timeout?: number | undefined;
|
|
98
|
+
parameters?: unknown[] | undefined;
|
|
99
99
|
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
100
100
|
maxRows?: number | undefined;
|
|
101
101
|
}>;
|
|
@@ -108,20 +108,20 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
|
|
|
108
108
|
error: z.ZodString;
|
|
109
109
|
cleanedJSONString: z.ZodString;
|
|
110
110
|
}, "strip", z.ZodTypeAny, {
|
|
111
|
-
executionTime: number;
|
|
112
111
|
error: string;
|
|
113
112
|
success: boolean;
|
|
114
113
|
rows: Record<string, unknown>[];
|
|
115
114
|
rowCount: number | null;
|
|
116
115
|
command: string;
|
|
116
|
+
executionTime: number;
|
|
117
117
|
cleanedJSONString: string;
|
|
118
118
|
}, {
|
|
119
|
-
executionTime: number;
|
|
120
119
|
error: string;
|
|
121
120
|
success: boolean;
|
|
122
121
|
rows: Record<string, unknown>[];
|
|
123
122
|
rowCount: number | null;
|
|
124
123
|
command: string;
|
|
124
|
+
executionTime: number;
|
|
125
125
|
cleanedJSONString: string;
|
|
126
126
|
}>;
|
|
127
127
|
static readonly shortDescription = "InsForge is the backend built for AI-assisted development. Connect InsForge with any agent. Add authentication, database, storage, functions, and AI integrations to your app in seconds.";
|
|
@@ -1413,7 +1413,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1413
1413
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
1414
1414
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1415
1415
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1416
|
-
id?: string | undefined;
|
|
1417
1416
|
fields?: import("zod").objectOutputType<{
|
|
1418
1417
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1419
1418
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -1751,6 +1750,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1751
1750
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1752
1751
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1753
1752
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
1753
|
+
id?: string | undefined;
|
|
1754
1754
|
key?: string | undefined;
|
|
1755
1755
|
changelog?: unknown;
|
|
1756
1756
|
transitions?: import("zod").objectOutputType<{
|
|
@@ -1800,7 +1800,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1800
1800
|
expand?: string | undefined;
|
|
1801
1801
|
self?: string | undefined;
|
|
1802
1802
|
}, {
|
|
1803
|
-
id?: string | undefined;
|
|
1804
1803
|
fields?: import("zod").objectInputType<{
|
|
1805
1804
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1806
1805
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2138,6 +2137,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2138
2137
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2139
2138
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2140
2139
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2140
|
+
id?: string | undefined;
|
|
2141
2141
|
key?: string | undefined;
|
|
2142
2142
|
changelog?: unknown;
|
|
2143
2143
|
transitions?: import("zod").objectInputType<{
|
|
@@ -2196,7 +2196,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2196
2196
|
success: boolean;
|
|
2197
2197
|
operation: "search";
|
|
2198
2198
|
issues?: {
|
|
2199
|
-
id?: string | undefined;
|
|
2200
2199
|
fields?: import("zod").objectOutputType<{
|
|
2201
2200
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2202
2201
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2534,6 +2533,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2534
2533
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2535
2534
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2536
2535
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2536
|
+
id?: string | undefined;
|
|
2537
2537
|
key?: string | undefined;
|
|
2538
2538
|
changelog?: unknown;
|
|
2539
2539
|
transitions?: import("zod").objectOutputType<{
|
|
@@ -2591,7 +2591,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2591
2591
|
success: boolean;
|
|
2592
2592
|
operation: "search";
|
|
2593
2593
|
issues?: {
|
|
2594
|
-
id?: string | undefined;
|
|
2595
2594
|
fields?: import("zod").objectInputType<{
|
|
2596
2595
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2597
2596
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2929,6 +2928,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2929
2928
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2930
2929
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2931
2930
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2931
|
+
id?: string | undefined;
|
|
2932
2932
|
key?: string | undefined;
|
|
2933
2933
|
changelog?: unknown;
|
|
2934
2934
|
transitions?: import("zod").objectInputType<{
|
|
@@ -4130,7 +4130,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4130
4130
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
4131
4131
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
4132
4132
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4133
|
-
id?: string | undefined;
|
|
4134
4133
|
fields?: import("zod").objectOutputType<{
|
|
4135
4134
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4136
4135
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4468,6 +4467,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4468
4467
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4469
4468
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4470
4469
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4470
|
+
id?: string | undefined;
|
|
4471
4471
|
key?: string | undefined;
|
|
4472
4472
|
changelog?: unknown;
|
|
4473
4473
|
transitions?: import("zod").objectOutputType<{
|
|
@@ -4517,7 +4517,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4517
4517
|
expand?: string | undefined;
|
|
4518
4518
|
self?: string | undefined;
|
|
4519
4519
|
}, {
|
|
4520
|
-
id?: string | undefined;
|
|
4521
4520
|
fields?: import("zod").objectInputType<{
|
|
4522
4521
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4523
4522
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4855,6 +4854,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4855
4854
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4856
4855
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4857
4856
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4857
|
+
id?: string | undefined;
|
|
4858
4858
|
key?: string | undefined;
|
|
4859
4859
|
changelog?: unknown;
|
|
4860
4860
|
transitions?: import("zod").objectInputType<{
|
|
@@ -4910,7 +4910,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4910
4910
|
success: boolean;
|
|
4911
4911
|
operation: "get";
|
|
4912
4912
|
issue?: {
|
|
4913
|
-
id?: string | undefined;
|
|
4914
4913
|
fields?: import("zod").objectOutputType<{
|
|
4915
4914
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4916
4915
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5248,6 +5247,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5248
5247
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5249
5248
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5250
5249
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5250
|
+
id?: string | undefined;
|
|
5251
5251
|
key?: string | undefined;
|
|
5252
5252
|
changelog?: unknown;
|
|
5253
5253
|
transitions?: import("zod").objectOutputType<{
|
|
@@ -5302,7 +5302,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5302
5302
|
success: boolean;
|
|
5303
5303
|
operation: "get";
|
|
5304
5304
|
issue?: {
|
|
5305
|
-
id?: string | undefined;
|
|
5306
5305
|
fields?: import("zod").objectInputType<{
|
|
5307
5306
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5308
5307
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5640,6 +5639,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5640
5639
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5641
5640
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5642
5641
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5642
|
+
id?: string | undefined;
|
|
5643
5643
|
key?: string | undefined;
|
|
5644
5644
|
changelog?: unknown;
|
|
5645
5645
|
transitions?: import("zod").objectInputType<{
|