@bubblelab/bubble-core 0.1.44 → 0.1.45
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 +67 -67
- package/dist/bubbles/service-bubble/agi-inc.d.ts +24 -24
- package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +48 -48
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +16 -16
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +6 -6
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +80 -80
- package/dist/bubbles/service-bubble/firecrawl.d.ts +268 -268
- package/dist/bubbles/service-bubble/followupboss.d.ts +172 -172
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +233 -233
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.js +59 -2
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.js.map +1 -1
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
- package/dist/bubbles/service-bubble/github.d.ts +28 -28
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
- package/dist/bubbles/service-bubble/http.d.ts +4 -4
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/notion/notion.d.ts +80 -80
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +88 -88
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +5 -5
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +50 -50
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +330 -330
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +90 -90
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -209,8 +209,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
209
209
|
}>, "many">>;
|
|
210
210
|
}, "strip", z.ZodTypeAny, {
|
|
211
211
|
name: string;
|
|
212
|
-
mimeType: string;
|
|
213
212
|
id: string;
|
|
213
|
+
mimeType: string;
|
|
214
214
|
size?: string | undefined;
|
|
215
215
|
createdTime?: string | undefined;
|
|
216
216
|
modifiedTime?: string | undefined;
|
|
@@ -224,8 +224,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
224
224
|
}[] | undefined;
|
|
225
225
|
}, {
|
|
226
226
|
name: string;
|
|
227
|
-
mimeType: string;
|
|
228
227
|
id: string;
|
|
228
|
+
mimeType: string;
|
|
229
229
|
size?: string | undefined;
|
|
230
230
|
createdTime?: string | undefined;
|
|
231
231
|
modifiedTime?: string | undefined;
|
|
@@ -245,8 +245,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
245
245
|
error: string;
|
|
246
246
|
file?: {
|
|
247
247
|
name: string;
|
|
248
|
-
mimeType: string;
|
|
249
248
|
id: string;
|
|
249
|
+
mimeType: string;
|
|
250
250
|
size?: string | undefined;
|
|
251
251
|
createdTime?: string | undefined;
|
|
252
252
|
modifiedTime?: string | undefined;
|
|
@@ -265,8 +265,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
265
265
|
error: string;
|
|
266
266
|
file?: {
|
|
267
267
|
name: string;
|
|
268
|
-
mimeType: string;
|
|
269
268
|
id: string;
|
|
269
|
+
mimeType: string;
|
|
270
270
|
size?: string | undefined;
|
|
271
271
|
createdTime?: string | undefined;
|
|
272
272
|
modifiedTime?: string | undefined;
|
|
@@ -326,8 +326,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
326
326
|
}>, "many">>;
|
|
327
327
|
}, "strip", z.ZodTypeAny, {
|
|
328
328
|
name: string;
|
|
329
|
-
mimeType: string;
|
|
330
329
|
id: string;
|
|
330
|
+
mimeType: string;
|
|
331
331
|
size?: string | undefined;
|
|
332
332
|
createdTime?: string | undefined;
|
|
333
333
|
modifiedTime?: string | undefined;
|
|
@@ -341,8 +341,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
341
341
|
}[] | undefined;
|
|
342
342
|
}, {
|
|
343
343
|
name: string;
|
|
344
|
-
mimeType: string;
|
|
345
344
|
id: string;
|
|
345
|
+
mimeType: string;
|
|
346
346
|
size?: string | undefined;
|
|
347
347
|
createdTime?: string | undefined;
|
|
348
348
|
modifiedTime?: string | undefined;
|
|
@@ -364,8 +364,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
364
364
|
error: string;
|
|
365
365
|
files?: {
|
|
366
366
|
name: string;
|
|
367
|
-
mimeType: string;
|
|
368
367
|
id: string;
|
|
368
|
+
mimeType: string;
|
|
369
369
|
size?: string | undefined;
|
|
370
370
|
createdTime?: string | undefined;
|
|
371
371
|
modifiedTime?: string | undefined;
|
|
@@ -386,8 +386,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
386
386
|
error: string;
|
|
387
387
|
files?: {
|
|
388
388
|
name: string;
|
|
389
|
-
mimeType: string;
|
|
390
389
|
id: string;
|
|
390
|
+
mimeType: string;
|
|
391
391
|
size?: string | undefined;
|
|
392
392
|
createdTime?: string | undefined;
|
|
393
393
|
modifiedTime?: string | undefined;
|
|
@@ -483,8 +483,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
483
483
|
}>, "many">>;
|
|
484
484
|
}, "strip", z.ZodTypeAny, {
|
|
485
485
|
name: string;
|
|
486
|
-
mimeType: string;
|
|
487
486
|
id: string;
|
|
487
|
+
mimeType: string;
|
|
488
488
|
size?: string | undefined;
|
|
489
489
|
createdTime?: string | undefined;
|
|
490
490
|
modifiedTime?: string | undefined;
|
|
@@ -498,8 +498,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
498
498
|
}[] | undefined;
|
|
499
499
|
}, {
|
|
500
500
|
name: string;
|
|
501
|
-
mimeType: string;
|
|
502
501
|
id: string;
|
|
502
|
+
mimeType: string;
|
|
503
503
|
size?: string | undefined;
|
|
504
504
|
createdTime?: string | undefined;
|
|
505
505
|
modifiedTime?: string | undefined;
|
|
@@ -538,8 +538,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
538
538
|
error: string;
|
|
539
539
|
file?: {
|
|
540
540
|
name: string;
|
|
541
|
-
mimeType: string;
|
|
542
541
|
id: string;
|
|
542
|
+
mimeType: string;
|
|
543
543
|
size?: string | undefined;
|
|
544
544
|
createdTime?: string | undefined;
|
|
545
545
|
modifiedTime?: string | undefined;
|
|
@@ -565,8 +565,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
565
565
|
error: string;
|
|
566
566
|
file?: {
|
|
567
567
|
name: string;
|
|
568
|
-
mimeType: string;
|
|
569
568
|
id: string;
|
|
569
|
+
mimeType: string;
|
|
570
570
|
size?: string | undefined;
|
|
571
571
|
createdTime?: string | undefined;
|
|
572
572
|
modifiedTime?: string | undefined;
|
|
@@ -630,8 +630,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
630
630
|
}>, "many">>;
|
|
631
631
|
}, "strip", z.ZodTypeAny, {
|
|
632
632
|
name: string;
|
|
633
|
-
mimeType: string;
|
|
634
633
|
id: string;
|
|
634
|
+
mimeType: string;
|
|
635
635
|
size?: string | undefined;
|
|
636
636
|
createdTime?: string | undefined;
|
|
637
637
|
modifiedTime?: string | undefined;
|
|
@@ -645,8 +645,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
645
645
|
}[] | undefined;
|
|
646
646
|
}, {
|
|
647
647
|
name: string;
|
|
648
|
-
mimeType: string;
|
|
649
648
|
id: string;
|
|
649
|
+
mimeType: string;
|
|
650
650
|
size?: string | undefined;
|
|
651
651
|
createdTime?: string | undefined;
|
|
652
652
|
modifiedTime?: string | undefined;
|
|
@@ -666,8 +666,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
666
666
|
error: string;
|
|
667
667
|
file?: {
|
|
668
668
|
name: string;
|
|
669
|
-
mimeType: string;
|
|
670
669
|
id: string;
|
|
670
|
+
mimeType: string;
|
|
671
671
|
size?: string | undefined;
|
|
672
672
|
createdTime?: string | undefined;
|
|
673
673
|
modifiedTime?: string | undefined;
|
|
@@ -686,8 +686,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
686
686
|
error: string;
|
|
687
687
|
file?: {
|
|
688
688
|
name: string;
|
|
689
|
-
mimeType: string;
|
|
690
689
|
id: string;
|
|
690
|
+
mimeType: string;
|
|
691
691
|
size?: string | undefined;
|
|
692
692
|
createdTime?: string | undefined;
|
|
693
693
|
modifiedTime?: string | undefined;
|
|
@@ -997,8 +997,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
997
997
|
}>, "many">>;
|
|
998
998
|
}, "strip", z.ZodTypeAny, {
|
|
999
999
|
name: string;
|
|
1000
|
-
mimeType: string;
|
|
1001
1000
|
id: string;
|
|
1001
|
+
mimeType: string;
|
|
1002
1002
|
size?: string | undefined;
|
|
1003
1003
|
createdTime?: string | undefined;
|
|
1004
1004
|
modifiedTime?: string | undefined;
|
|
@@ -1012,8 +1012,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1012
1012
|
}[] | undefined;
|
|
1013
1013
|
}, {
|
|
1014
1014
|
name: string;
|
|
1015
|
-
mimeType: string;
|
|
1016
1015
|
id: string;
|
|
1016
|
+
mimeType: string;
|
|
1017
1017
|
size?: string | undefined;
|
|
1018
1018
|
createdTime?: string | undefined;
|
|
1019
1019
|
modifiedTime?: string | undefined;
|
|
@@ -1033,8 +1033,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1033
1033
|
error: string;
|
|
1034
1034
|
file?: {
|
|
1035
1035
|
name: string;
|
|
1036
|
-
mimeType: string;
|
|
1037
1036
|
id: string;
|
|
1037
|
+
mimeType: string;
|
|
1038
1038
|
size?: string | undefined;
|
|
1039
1039
|
createdTime?: string | undefined;
|
|
1040
1040
|
modifiedTime?: string | undefined;
|
|
@@ -1053,8 +1053,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1053
1053
|
error: string;
|
|
1054
1054
|
file?: {
|
|
1055
1055
|
name: string;
|
|
1056
|
-
mimeType: string;
|
|
1057
1056
|
id: string;
|
|
1057
|
+
mimeType: string;
|
|
1058
1058
|
size?: string | undefined;
|
|
1059
1059
|
createdTime?: string | undefined;
|
|
1060
1060
|
modifiedTime?: string | undefined;
|
|
@@ -1114,8 +1114,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1114
1114
|
}>, "many">>;
|
|
1115
1115
|
}, "strip", z.ZodTypeAny, {
|
|
1116
1116
|
name: string;
|
|
1117
|
-
mimeType: string;
|
|
1118
1117
|
id: string;
|
|
1118
|
+
mimeType: string;
|
|
1119
1119
|
size?: string | undefined;
|
|
1120
1120
|
createdTime?: string | undefined;
|
|
1121
1121
|
modifiedTime?: string | undefined;
|
|
@@ -1129,8 +1129,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1129
1129
|
}[] | undefined;
|
|
1130
1130
|
}, {
|
|
1131
1131
|
name: string;
|
|
1132
|
-
mimeType: string;
|
|
1133
1132
|
id: string;
|
|
1133
|
+
mimeType: string;
|
|
1134
1134
|
size?: string | undefined;
|
|
1135
1135
|
createdTime?: string | undefined;
|
|
1136
1136
|
modifiedTime?: string | undefined;
|
|
@@ -1152,8 +1152,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1152
1152
|
error: string;
|
|
1153
1153
|
files?: {
|
|
1154
1154
|
name: string;
|
|
1155
|
-
mimeType: string;
|
|
1156
1155
|
id: string;
|
|
1156
|
+
mimeType: string;
|
|
1157
1157
|
size?: string | undefined;
|
|
1158
1158
|
createdTime?: string | undefined;
|
|
1159
1159
|
modifiedTime?: string | undefined;
|
|
@@ -1174,8 +1174,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1174
1174
|
error: string;
|
|
1175
1175
|
files?: {
|
|
1176
1176
|
name: string;
|
|
1177
|
-
mimeType: string;
|
|
1178
1177
|
id: string;
|
|
1178
|
+
mimeType: string;
|
|
1179
1179
|
size?: string | undefined;
|
|
1180
1180
|
createdTime?: string | undefined;
|
|
1181
1181
|
modifiedTime?: string | undefined;
|
|
@@ -1271,8 +1271,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1271
1271
|
}>, "many">>;
|
|
1272
1272
|
}, "strip", z.ZodTypeAny, {
|
|
1273
1273
|
name: string;
|
|
1274
|
-
mimeType: string;
|
|
1275
1274
|
id: string;
|
|
1275
|
+
mimeType: string;
|
|
1276
1276
|
size?: string | undefined;
|
|
1277
1277
|
createdTime?: string | undefined;
|
|
1278
1278
|
modifiedTime?: string | undefined;
|
|
@@ -1286,8 +1286,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1286
1286
|
}[] | undefined;
|
|
1287
1287
|
}, {
|
|
1288
1288
|
name: string;
|
|
1289
|
-
mimeType: string;
|
|
1290
1289
|
id: string;
|
|
1290
|
+
mimeType: string;
|
|
1291
1291
|
size?: string | undefined;
|
|
1292
1292
|
createdTime?: string | undefined;
|
|
1293
1293
|
modifiedTime?: string | undefined;
|
|
@@ -1326,8 +1326,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1326
1326
|
error: string;
|
|
1327
1327
|
file?: {
|
|
1328
1328
|
name: string;
|
|
1329
|
-
mimeType: string;
|
|
1330
1329
|
id: string;
|
|
1330
|
+
mimeType: string;
|
|
1331
1331
|
size?: string | undefined;
|
|
1332
1332
|
createdTime?: string | undefined;
|
|
1333
1333
|
modifiedTime?: string | undefined;
|
|
@@ -1353,8 +1353,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1353
1353
|
error: string;
|
|
1354
1354
|
file?: {
|
|
1355
1355
|
name: string;
|
|
1356
|
-
mimeType: string;
|
|
1357
1356
|
id: string;
|
|
1357
|
+
mimeType: string;
|
|
1358
1358
|
size?: string | undefined;
|
|
1359
1359
|
createdTime?: string | undefined;
|
|
1360
1360
|
modifiedTime?: string | undefined;
|
|
@@ -1418,8 +1418,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1418
1418
|
}>, "many">>;
|
|
1419
1419
|
}, "strip", z.ZodTypeAny, {
|
|
1420
1420
|
name: string;
|
|
1421
|
-
mimeType: string;
|
|
1422
1421
|
id: string;
|
|
1422
|
+
mimeType: string;
|
|
1423
1423
|
size?: string | undefined;
|
|
1424
1424
|
createdTime?: string | undefined;
|
|
1425
1425
|
modifiedTime?: string | undefined;
|
|
@@ -1433,8 +1433,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1433
1433
|
}[] | undefined;
|
|
1434
1434
|
}, {
|
|
1435
1435
|
name: string;
|
|
1436
|
-
mimeType: string;
|
|
1437
1436
|
id: string;
|
|
1437
|
+
mimeType: string;
|
|
1438
1438
|
size?: string | undefined;
|
|
1439
1439
|
createdTime?: string | undefined;
|
|
1440
1440
|
modifiedTime?: string | undefined;
|
|
@@ -1454,8 +1454,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1454
1454
|
error: string;
|
|
1455
1455
|
file?: {
|
|
1456
1456
|
name: string;
|
|
1457
|
-
mimeType: string;
|
|
1458
1457
|
id: string;
|
|
1458
|
+
mimeType: string;
|
|
1459
1459
|
size?: string | undefined;
|
|
1460
1460
|
createdTime?: string | undefined;
|
|
1461
1461
|
modifiedTime?: string | undefined;
|
|
@@ -1474,8 +1474,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1474
1474
|
error: string;
|
|
1475
1475
|
file?: {
|
|
1476
1476
|
name: string;
|
|
1477
|
-
mimeType: string;
|
|
1478
1477
|
id: string;
|
|
1478
|
+
mimeType: string;
|
|
1479
1479
|
size?: string | undefined;
|
|
1480
1480
|
createdTime?: string | undefined;
|
|
1481
1481
|
modifiedTime?: string | undefined;
|
|
@@ -43,16 +43,16 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
43
43
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
44
44
|
}, "strip", import("zod").ZodTypeAny, {
|
|
45
45
|
operation: "read_values";
|
|
46
|
-
spreadsheet_id: string;
|
|
47
46
|
range: string;
|
|
47
|
+
spreadsheet_id: string;
|
|
48
48
|
major_dimension: "ROWS" | "COLUMNS";
|
|
49
49
|
value_render_option: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA";
|
|
50
50
|
date_time_render_option: "SERIAL_NUMBER" | "FORMATTED_STRING";
|
|
51
51
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
52
52
|
}, {
|
|
53
53
|
operation: "read_values";
|
|
54
|
-
spreadsheet_id: string;
|
|
55
54
|
range: string;
|
|
55
|
+
spreadsheet_id: string;
|
|
56
56
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
57
57
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
58
58
|
value_render_option?: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA" | undefined;
|
|
@@ -69,8 +69,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
69
69
|
}, "strip", import("zod").ZodTypeAny, {
|
|
70
70
|
operation: "write_values";
|
|
71
71
|
values: (string | number | boolean)[][];
|
|
72
|
-
spreadsheet_id: string;
|
|
73
72
|
range: string;
|
|
73
|
+
spreadsheet_id: string;
|
|
74
74
|
major_dimension: "ROWS" | "COLUMNS";
|
|
75
75
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
76
76
|
include_values_in_response: boolean;
|
|
@@ -78,8 +78,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
78
78
|
}, {
|
|
79
79
|
operation: "write_values";
|
|
80
80
|
values: unknown[][];
|
|
81
|
-
spreadsheet_id: string;
|
|
82
81
|
range: string;
|
|
82
|
+
spreadsheet_id: string;
|
|
83
83
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
84
84
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
85
85
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
@@ -96,8 +96,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
96
96
|
}, "strip", import("zod").ZodTypeAny, {
|
|
97
97
|
operation: "update_values";
|
|
98
98
|
values: (string | number | boolean)[][];
|
|
99
|
-
spreadsheet_id: string;
|
|
100
99
|
range: string;
|
|
100
|
+
spreadsheet_id: string;
|
|
101
101
|
major_dimension: "ROWS" | "COLUMNS";
|
|
102
102
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
103
103
|
include_values_in_response: boolean;
|
|
@@ -105,8 +105,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
105
105
|
}, {
|
|
106
106
|
operation: "update_values";
|
|
107
107
|
values: unknown[][];
|
|
108
|
-
spreadsheet_id: string;
|
|
109
108
|
range: string;
|
|
109
|
+
spreadsheet_id: string;
|
|
110
110
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
111
111
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
112
112
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
@@ -124,8 +124,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
124
124
|
}, "strip", import("zod").ZodTypeAny, {
|
|
125
125
|
operation: "append_values";
|
|
126
126
|
values: (string | number | boolean)[][];
|
|
127
|
-
spreadsheet_id: string;
|
|
128
127
|
range: string;
|
|
128
|
+
spreadsheet_id: string;
|
|
129
129
|
major_dimension: "ROWS" | "COLUMNS";
|
|
130
130
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
131
131
|
include_values_in_response: boolean;
|
|
@@ -134,8 +134,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
134
134
|
}, {
|
|
135
135
|
operation: "append_values";
|
|
136
136
|
values: unknown[][];
|
|
137
|
-
spreadsheet_id: string;
|
|
138
137
|
range: string;
|
|
138
|
+
spreadsheet_id: string;
|
|
139
139
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
140
140
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
141
141
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
@@ -148,13 +148,13 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
148
148
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
149
149
|
}, "strip", import("zod").ZodTypeAny, {
|
|
150
150
|
operation: "clear_values";
|
|
151
|
-
spreadsheet_id: string;
|
|
152
151
|
range: string;
|
|
152
|
+
spreadsheet_id: string;
|
|
153
153
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
154
154
|
}, {
|
|
155
155
|
operation: "clear_values";
|
|
156
|
-
spreadsheet_id: string;
|
|
157
156
|
range: string;
|
|
157
|
+
spreadsheet_id: string;
|
|
158
158
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
159
159
|
}>, import("zod").ZodObject<{
|
|
160
160
|
operation: import("zod").ZodLiteral<"batch_read_values">;
|
|
@@ -14,8 +14,8 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
14
14
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
url: string;
|
|
17
|
+
method: "GET" | "POST" | "DELETE" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
17
18
|
timeout: number;
|
|
18
|
-
method: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
19
19
|
followRedirects: boolean;
|
|
20
20
|
authType: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header";
|
|
21
21
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -25,9 +25,9 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
25
25
|
}, {
|
|
26
26
|
url: string;
|
|
27
27
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
28
|
+
method?: "GET" | "POST" | "DELETE" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
28
29
|
timeout?: number | undefined;
|
|
29
30
|
headers?: Record<string, string> | undefined;
|
|
30
|
-
method?: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
31
31
|
body?: string | Record<string, unknown> | undefined;
|
|
32
32
|
followRedirects?: boolean | undefined;
|
|
33
33
|
authType?: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
|
|
@@ -84,8 +84,8 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
84
84
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
85
85
|
}, "strip", z.ZodTypeAny, {
|
|
86
86
|
url: string;
|
|
87
|
+
method: "GET" | "POST" | "DELETE" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
87
88
|
timeout: number;
|
|
88
|
-
method: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
89
89
|
followRedirects: boolean;
|
|
90
90
|
authType: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header";
|
|
91
91
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -95,9 +95,9 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
95
95
|
}, {
|
|
96
96
|
url: string;
|
|
97
97
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
98
|
+
method?: "GET" | "POST" | "DELETE" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
98
99
|
timeout?: number | undefined;
|
|
99
100
|
headers?: Record<string, string> | undefined;
|
|
100
|
-
method?: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
101
101
|
body?: string | Record<string, unknown> | undefined;
|
|
102
102
|
followRedirects?: boolean | undefined;
|
|
103
103
|
authType?: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
|
|
@@ -11,18 +11,18 @@ 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[];
|
|
14
15
|
timeout: number;
|
|
15
16
|
query: string;
|
|
16
17
|
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
17
|
-
parameters: unknown[];
|
|
18
18
|
maxRows: number;
|
|
19
19
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20
20
|
}, {
|
|
21
21
|
query: string;
|
|
22
22
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
23
|
+
parameters?: unknown[] | undefined;
|
|
23
24
|
timeout?: number | undefined;
|
|
24
25
|
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
25
|
-
parameters?: unknown[] | undefined;
|
|
26
26
|
maxRows?: number | undefined;
|
|
27
27
|
}>;
|
|
28
28
|
type InsForgeDbParamsInput = z.input<typeof InsForgeDbParamsSchema>;
|
|
@@ -38,18 +38,18 @@ declare const InsForgeDbResultSchema: z.ZodObject<{
|
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
39
|
success: boolean;
|
|
40
40
|
error: string;
|
|
41
|
+
executionTime: number;
|
|
41
42
|
rows: Record<string, unknown>[];
|
|
42
43
|
rowCount: number | null;
|
|
43
44
|
command: string;
|
|
44
|
-
executionTime: number;
|
|
45
45
|
cleanedJSONString: string;
|
|
46
46
|
}, {
|
|
47
47
|
success: boolean;
|
|
48
48
|
error: string;
|
|
49
|
+
executionTime: number;
|
|
49
50
|
rows: Record<string, unknown>[];
|
|
50
51
|
rowCount: number | null;
|
|
51
52
|
command: string;
|
|
52
|
-
executionTime: number;
|
|
53
53
|
cleanedJSONString: string;
|
|
54
54
|
}>;
|
|
55
55
|
type InsForgeDbResult = z.output<typeof InsForgeDbResultSchema>;
|
|
@@ -85,18 +85,18 @@ 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[];
|
|
88
89
|
timeout: number;
|
|
89
90
|
query: string;
|
|
90
91
|
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
91
|
-
parameters: unknown[];
|
|
92
92
|
maxRows: number;
|
|
93
93
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
94
94
|
}, {
|
|
95
95
|
query: string;
|
|
96
96
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
97
|
+
parameters?: unknown[] | undefined;
|
|
97
98
|
timeout?: number | undefined;
|
|
98
99
|
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
99
|
-
parameters?: unknown[] | undefined;
|
|
100
100
|
maxRows?: number | undefined;
|
|
101
101
|
}>;
|
|
102
102
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -110,18 +110,18 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
|
|
|
110
110
|
}, "strip", z.ZodTypeAny, {
|
|
111
111
|
success: boolean;
|
|
112
112
|
error: string;
|
|
113
|
+
executionTime: number;
|
|
113
114
|
rows: Record<string, unknown>[];
|
|
114
115
|
rowCount: number | null;
|
|
115
116
|
command: string;
|
|
116
|
-
executionTime: number;
|
|
117
117
|
cleanedJSONString: string;
|
|
118
118
|
}, {
|
|
119
119
|
success: boolean;
|
|
120
120
|
error: string;
|
|
121
|
+
executionTime: number;
|
|
121
122
|
rows: Record<string, unknown>[];
|
|
122
123
|
rowCount: number | null;
|
|
123
124
|
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.";
|