@bubblelab/bubble-core 0.1.146 → 0.1.147
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 +76 -76
- package/dist/bubbles/service-bubble/agi-inc.d.ts +28 -28
- package/dist/bubbles/service-bubble/ai-agent.d.ts +60 -60
- package/dist/bubbles/service-bubble/airtable.d.ts +112 -112
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +37 -37
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +21 -21
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +394 -394
- package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +60 -60
- package/dist/bubbles/service-bubble/github.d.ts +210 -210
- package/dist/bubbles/service-bubble/gmail.d.ts +410 -410
- package/dist/bubbles/service-bubble/google-calendar.d.ts +2 -2
- package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/jira/jira.d.ts +18 -18
- package/dist/bubbles/service-bubble/notion/notion.d.ts +13738 -9223
- package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.js +55 -2
- package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +504 -504
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +25 -25
- package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +7 -7
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +386 -386
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- 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/twitter-tool.d.ts +108 -108
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +46 -46
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
- package/dist/bubbles.json +732 -3
- package/package.json +2 -2
|
@@ -42,9 +42,9 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
42
42
|
}, {
|
|
43
43
|
operation: "list_events";
|
|
44
44
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
45
|
-
q?: string | undefined;
|
|
46
45
|
max_results?: number | undefined;
|
|
47
46
|
order_by?: "updated" | "startTime" | undefined;
|
|
47
|
+
q?: string | undefined;
|
|
48
48
|
page_token?: string | undefined;
|
|
49
49
|
calendar_id?: string | undefined;
|
|
50
50
|
time_min?: string | undefined;
|
|
@@ -2125,9 +2125,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2125
2125
|
}, {
|
|
2126
2126
|
operation: "list_events";
|
|
2127
2127
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2128
|
-
q?: string | undefined;
|
|
2129
2128
|
max_results?: number | undefined;
|
|
2130
2129
|
order_by?: "updated" | "startTime" | undefined;
|
|
2130
|
+
q?: string | undefined;
|
|
2131
2131
|
page_token?: string | undefined;
|
|
2132
2132
|
calendar_id?: string | undefined;
|
|
2133
2133
|
time_min?: string | undefined;
|
|
@@ -120,19 +120,19 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
120
120
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
121
121
|
}, "strip", z.ZodTypeAny, {
|
|
122
122
|
operation: "share_file";
|
|
123
|
-
type: "
|
|
123
|
+
type: "user" | "group" | "domain" | "anyone";
|
|
124
124
|
file_id: string;
|
|
125
|
-
role: "
|
|
125
|
+
role: "owner" | "writer" | "reader" | "commenter";
|
|
126
126
|
send_notification: boolean;
|
|
127
127
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
128
128
|
email_address?: string | undefined;
|
|
129
129
|
}, {
|
|
130
130
|
operation: "share_file";
|
|
131
131
|
file_id: string;
|
|
132
|
-
type?: "
|
|
132
|
+
type?: "user" | "group" | "domain" | "anyone" | undefined;
|
|
133
133
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
134
134
|
email_address?: string | undefined;
|
|
135
|
-
role?: "
|
|
135
|
+
role?: "owner" | "writer" | "reader" | "commenter" | undefined;
|
|
136
136
|
send_notification?: boolean | undefined;
|
|
137
137
|
}>, z.ZodObject<{
|
|
138
138
|
operation: z.ZodLiteral<"move_file">;
|
|
@@ -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
|
id: string;
|
|
277
|
+
name: string;
|
|
278
278
|
mimeType: 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
|
id: string;
|
|
292
|
+
name: string;
|
|
293
293
|
mimeType: 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
|
error: string;
|
|
311
311
|
file?: {
|
|
312
|
-
name: string;
|
|
313
312
|
id: string;
|
|
313
|
+
name: string;
|
|
314
314
|
mimeType: 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
|
error: string;
|
|
331
331
|
file?: {
|
|
332
|
-
name: string;
|
|
333
332
|
id: string;
|
|
333
|
+
name: string;
|
|
334
334
|
mimeType: 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
|
id: string;
|
|
394
|
+
name: string;
|
|
395
395
|
mimeType: 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
|
id: string;
|
|
409
|
+
name: string;
|
|
410
410
|
mimeType: 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
|
error: string;
|
|
430
430
|
files?: {
|
|
431
|
-
name: string;
|
|
432
431
|
id: string;
|
|
432
|
+
name: string;
|
|
433
433
|
mimeType: 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
|
error: string;
|
|
452
452
|
files?: {
|
|
453
|
-
name: string;
|
|
454
453
|
id: string;
|
|
454
|
+
name: string;
|
|
455
455
|
mimeType: string;
|
|
456
456
|
size?: string | undefined;
|
|
457
457
|
createdTime?: string | undefined;
|
|
@@ -476,13 +476,13 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
476
476
|
webViewLink: z.ZodOptional<z.ZodString>;
|
|
477
477
|
parents: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
478
478
|
}, "strip", z.ZodTypeAny, {
|
|
479
|
-
name: string;
|
|
480
479
|
id: string;
|
|
480
|
+
name: string;
|
|
481
481
|
webViewLink?: string | undefined;
|
|
482
482
|
parents?: string[] | undefined;
|
|
483
483
|
}, {
|
|
484
|
-
name: string;
|
|
485
484
|
id: string;
|
|
485
|
+
name: string;
|
|
486
486
|
webViewLink?: string | undefined;
|
|
487
487
|
parents?: string[] | undefined;
|
|
488
488
|
}>>;
|
|
@@ -492,8 +492,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
492
492
|
success: boolean;
|
|
493
493
|
error: string;
|
|
494
494
|
folder?: {
|
|
495
|
-
name: string;
|
|
496
495
|
id: string;
|
|
496
|
+
name: string;
|
|
497
497
|
webViewLink?: string | undefined;
|
|
498
498
|
parents?: string[] | undefined;
|
|
499
499
|
} | undefined;
|
|
@@ -502,8 +502,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
502
502
|
success: boolean;
|
|
503
503
|
error: string;
|
|
504
504
|
folder?: {
|
|
505
|
-
name: string;
|
|
506
505
|
id: string;
|
|
506
|
+
name: string;
|
|
507
507
|
webViewLink?: string | undefined;
|
|
508
508
|
parents?: string[] | undefined;
|
|
509
509
|
} | 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
|
id: string;
|
|
551
|
+
name: string;
|
|
552
552
|
mimeType: 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
|
id: string;
|
|
566
|
+
name: string;
|
|
567
567
|
mimeType: 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
|
error: string;
|
|
604
604
|
file?: {
|
|
605
|
-
name: string;
|
|
606
605
|
id: string;
|
|
606
|
+
name: string;
|
|
607
607
|
mimeType: 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
|
error: string;
|
|
631
631
|
file?: {
|
|
632
|
-
name: string;
|
|
633
632
|
id: string;
|
|
633
|
+
name: string;
|
|
634
634
|
mimeType: 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
|
id: string;
|
|
698
|
+
name: string;
|
|
699
699
|
mimeType: 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
|
id: string;
|
|
713
|
+
name: string;
|
|
714
714
|
mimeType: 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
|
error: string;
|
|
732
732
|
file?: {
|
|
733
|
-
name: string;
|
|
734
733
|
id: string;
|
|
734
|
+
name: string;
|
|
735
735
|
mimeType: 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
|
error: string;
|
|
752
752
|
file?: {
|
|
753
|
-
name: string;
|
|
754
753
|
id: string;
|
|
754
|
+
name: string;
|
|
755
755
|
mimeType: string;
|
|
756
756
|
size?: string | undefined;
|
|
757
757
|
createdTime?: string | undefined;
|
|
@@ -1034,19 +1034,19 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1034
1034
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1035
1035
|
}, "strip", z.ZodTypeAny, {
|
|
1036
1036
|
operation: "share_file";
|
|
1037
|
-
type: "
|
|
1037
|
+
type: "user" | "group" | "domain" | "anyone";
|
|
1038
1038
|
file_id: string;
|
|
1039
|
-
role: "
|
|
1039
|
+
role: "owner" | "writer" | "reader" | "commenter";
|
|
1040
1040
|
send_notification: boolean;
|
|
1041
1041
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1042
1042
|
email_address?: string | undefined;
|
|
1043
1043
|
}, {
|
|
1044
1044
|
operation: "share_file";
|
|
1045
1045
|
file_id: string;
|
|
1046
|
-
type?: "
|
|
1046
|
+
type?: "user" | "group" | "domain" | "anyone" | undefined;
|
|
1047
1047
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1048
1048
|
email_address?: string | undefined;
|
|
1049
|
-
role?: "
|
|
1049
|
+
role?: "owner" | "writer" | "reader" | "commenter" | undefined;
|
|
1050
1050
|
send_notification?: boolean | undefined;
|
|
1051
1051
|
}>, z.ZodObject<{
|
|
1052
1052
|
operation: z.ZodLiteral<"move_file">;
|
|
@@ -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
|
id: string;
|
|
1191
|
+
name: string;
|
|
1192
1192
|
mimeType: 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
|
id: string;
|
|
1206
|
+
name: string;
|
|
1207
1207
|
mimeType: 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
|
error: string;
|
|
1225
1225
|
file?: {
|
|
1226
|
-
name: string;
|
|
1227
1226
|
id: string;
|
|
1227
|
+
name: string;
|
|
1228
1228
|
mimeType: 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
|
error: string;
|
|
1245
1245
|
file?: {
|
|
1246
|
-
name: string;
|
|
1247
1246
|
id: string;
|
|
1247
|
+
name: string;
|
|
1248
1248
|
mimeType: 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
|
id: string;
|
|
1308
|
+
name: string;
|
|
1309
1309
|
mimeType: 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
|
id: string;
|
|
1323
|
+
name: string;
|
|
1324
1324
|
mimeType: 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
|
error: string;
|
|
1344
1344
|
files?: {
|
|
1345
|
-
name: string;
|
|
1346
1345
|
id: string;
|
|
1346
|
+
name: string;
|
|
1347
1347
|
mimeType: 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
|
error: string;
|
|
1366
1366
|
files?: {
|
|
1367
|
-
name: string;
|
|
1368
1367
|
id: string;
|
|
1368
|
+
name: string;
|
|
1369
1369
|
mimeType: string;
|
|
1370
1370
|
size?: string | undefined;
|
|
1371
1371
|
createdTime?: string | undefined;
|
|
@@ -1390,13 +1390,13 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1390
1390
|
webViewLink: z.ZodOptional<z.ZodString>;
|
|
1391
1391
|
parents: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1392
1392
|
}, "strip", z.ZodTypeAny, {
|
|
1393
|
-
name: string;
|
|
1394
1393
|
id: string;
|
|
1394
|
+
name: string;
|
|
1395
1395
|
webViewLink?: string | undefined;
|
|
1396
1396
|
parents?: string[] | undefined;
|
|
1397
1397
|
}, {
|
|
1398
|
-
name: string;
|
|
1399
1398
|
id: string;
|
|
1399
|
+
name: string;
|
|
1400
1400
|
webViewLink?: string | undefined;
|
|
1401
1401
|
parents?: string[] | undefined;
|
|
1402
1402
|
}>>;
|
|
@@ -1406,8 +1406,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1406
1406
|
success: boolean;
|
|
1407
1407
|
error: string;
|
|
1408
1408
|
folder?: {
|
|
1409
|
-
name: string;
|
|
1410
1409
|
id: string;
|
|
1410
|
+
name: string;
|
|
1411
1411
|
webViewLink?: string | undefined;
|
|
1412
1412
|
parents?: string[] | undefined;
|
|
1413
1413
|
} | undefined;
|
|
@@ -1416,8 +1416,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1416
1416
|
success: boolean;
|
|
1417
1417
|
error: string;
|
|
1418
1418
|
folder?: {
|
|
1419
|
-
name: string;
|
|
1420
1419
|
id: string;
|
|
1420
|
+
name: string;
|
|
1421
1421
|
webViewLink?: string | undefined;
|
|
1422
1422
|
parents?: string[] | undefined;
|
|
1423
1423
|
} | 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
|
id: string;
|
|
1465
|
+
name: string;
|
|
1466
1466
|
mimeType: 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
|
id: string;
|
|
1480
|
+
name: string;
|
|
1481
1481
|
mimeType: 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
|
error: string;
|
|
1518
1518
|
file?: {
|
|
1519
|
-
name: string;
|
|
1520
1519
|
id: string;
|
|
1520
|
+
name: string;
|
|
1521
1521
|
mimeType: 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
|
error: string;
|
|
1545
1545
|
file?: {
|
|
1546
|
-
name: string;
|
|
1547
1546
|
id: string;
|
|
1547
|
+
name: string;
|
|
1548
1548
|
mimeType: 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
|
id: string;
|
|
1612
|
+
name: string;
|
|
1613
1613
|
mimeType: 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
|
id: string;
|
|
1627
|
+
name: string;
|
|
1628
1628
|
mimeType: 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
|
error: string;
|
|
1646
1646
|
file?: {
|
|
1647
|
-
name: string;
|
|
1648
1647
|
id: string;
|
|
1648
|
+
name: string;
|
|
1649
1649
|
mimeType: 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
|
error: string;
|
|
1666
1666
|
file?: {
|
|
1667
|
-
name: string;
|
|
1668
1667
|
id: string;
|
|
1668
|
+
name: string;
|
|
1669
1669
|
mimeType: string;
|
|
1670
1670
|
size?: string | undefined;
|
|
1671
1671
|
createdTime?: string | undefined;
|
|
@@ -19,16 +19,16 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
19
19
|
followRedirects: boolean;
|
|
20
20
|
authType: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header";
|
|
21
21
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
22
|
-
body?: string | Record<string, unknown> | undefined;
|
|
23
22
|
headers?: Record<string, string> | undefined;
|
|
23
|
+
body?: string | Record<string, unknown> | undefined;
|
|
24
24
|
authHeader?: string | undefined;
|
|
25
25
|
}, {
|
|
26
26
|
url: string;
|
|
27
27
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
28
28
|
timeout?: number | undefined;
|
|
29
|
-
body?: string | Record<string, unknown> | undefined;
|
|
30
29
|
headers?: Record<string, string> | undefined;
|
|
31
30
|
method?: "GET" | "POST" | "PATCH" | "DELETE" | "PUT" | "HEAD" | "OPTIONS" | undefined;
|
|
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;
|
|
34
34
|
authHeader?: string | undefined;
|
|
@@ -49,9 +49,9 @@ declare const HttpResultSchema: z.ZodObject<{
|
|
|
49
49
|
status: number;
|
|
50
50
|
success: boolean;
|
|
51
51
|
error: string;
|
|
52
|
-
body: string;
|
|
53
52
|
headers: Record<string, string>;
|
|
54
53
|
size: number;
|
|
54
|
+
body: string;
|
|
55
55
|
statusText: string;
|
|
56
56
|
responseTime: number;
|
|
57
57
|
json?: unknown;
|
|
@@ -59,9 +59,9 @@ declare const HttpResultSchema: z.ZodObject<{
|
|
|
59
59
|
status: number;
|
|
60
60
|
success: boolean;
|
|
61
61
|
error: string;
|
|
62
|
-
body: string;
|
|
63
62
|
headers: Record<string, string>;
|
|
64
63
|
size: number;
|
|
64
|
+
body: string;
|
|
65
65
|
statusText: string;
|
|
66
66
|
responseTime: number;
|
|
67
67
|
json?: unknown;
|
|
@@ -89,16 +89,16 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
89
89
|
followRedirects: boolean;
|
|
90
90
|
authType: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header";
|
|
91
91
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
92
|
-
body?: string | Record<string, unknown> | undefined;
|
|
93
92
|
headers?: Record<string, string> | undefined;
|
|
93
|
+
body?: string | Record<string, unknown> | undefined;
|
|
94
94
|
authHeader?: string | undefined;
|
|
95
95
|
}, {
|
|
96
96
|
url: string;
|
|
97
97
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
98
98
|
timeout?: number | undefined;
|
|
99
|
-
body?: string | Record<string, unknown> | undefined;
|
|
100
99
|
headers?: Record<string, string> | undefined;
|
|
101
100
|
method?: "GET" | "POST" | "PATCH" | "DELETE" | "PUT" | "HEAD" | "OPTIONS" | undefined;
|
|
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;
|
|
104
104
|
authHeader?: string | undefined;
|
|
@@ -117,9 +117,9 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
117
117
|
status: number;
|
|
118
118
|
success: boolean;
|
|
119
119
|
error: string;
|
|
120
|
-
body: string;
|
|
121
120
|
headers: Record<string, string>;
|
|
122
121
|
size: number;
|
|
122
|
+
body: string;
|
|
123
123
|
statusText: string;
|
|
124
124
|
responseTime: number;
|
|
125
125
|
json?: unknown;
|
|
@@ -127,9 +127,9 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
127
127
|
status: number;
|
|
128
128
|
success: boolean;
|
|
129
129
|
error: string;
|
|
130
|
-
body: string;
|
|
131
130
|
headers: Record<string, string>;
|
|
132
131
|
size: number;
|
|
132
|
+
body: string;
|
|
133
133
|
statusText: string;
|
|
134
134
|
responseTime: number;
|
|
135
135
|
json?: unknown;
|
|
@@ -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
|
-
timeout: number;
|
|
15
|
-
parameters: unknown[];
|
|
16
14
|
query: string;
|
|
15
|
+
timeout: number;
|
|
17
16
|
allowedOperations: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "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
23
|
timeout?: number | undefined;
|
|
24
|
-
parameters?: unknown[] | undefined;
|
|
25
24
|
allowedOperations?: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "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;
|
|
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
47
|
success: boolean;
|
|
48
48
|
error: string;
|
|
49
|
-
executionTime: number;
|
|
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,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
|
-
timeout: number;
|
|
89
|
-
parameters: unknown[];
|
|
90
88
|
query: string;
|
|
89
|
+
timeout: number;
|
|
91
90
|
allowedOperations: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "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
97
|
timeout?: number | undefined;
|
|
98
|
-
parameters?: unknown[] | undefined;
|
|
99
98
|
allowedOperations?: ("DELETE" | "SELECT" | "INSERT" | "UPDATE" | "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;
|
|
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
119
|
success: boolean;
|
|
120
120
|
error: string;
|
|
121
|
-
executionTime: number;
|
|
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.";
|