@bubblelab/bubble-core 0.1.25 → 0.1.27
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 +84 -68
- package/dist/bubbles/service-bubble/ai-agent.d.ts +18 -18
- package/dist/bubbles/service-bubble/airtable.d.ts +132 -132
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +8 -8
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +102 -102
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/firecrawl.d.ts +288 -288
- package/dist/bubbles/service-bubble/followupboss.d.ts +264 -264
- package/dist/bubbles/service-bubble/github.d.ts +64 -64
- package/dist/bubbles/service-bubble/gmail.d.ts +108 -108
- package/dist/bubbles/service-bubble/google-calendar.d.ts +16 -16
- package/dist/bubbles/service-bubble/google-drive.d.ts +20 -20
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +33 -33
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.js +15 -19
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/hello-world.d.ts +2 -2
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/notion/notion.d.ts +601 -601
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +168 -168
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +602 -602
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +82 -82
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +132 -132
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +104 -104
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.js +55 -10
- package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +20 -20
- 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 +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-scrape-tool.js +1 -1
- package/dist/bubbles/tool-bubble/web-scrape-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +52057 -9
- package/dist/types/available-tools.d.ts +1 -1
- package/dist/types/available-tools.d.ts.map +1 -1
- package/dist/types/available-tools.js +1 -0
- package/dist/types/available-tools.js.map +1 -1
- package/package.json +3 -3
|
@@ -116,8 +116,8 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
116
116
|
conference: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
117
117
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
118
118
|
}, "strip", z.ZodTypeAny, {
|
|
119
|
-
summary: string;
|
|
120
119
|
operation: "create_event";
|
|
120
|
+
summary: string;
|
|
121
121
|
start: {
|
|
122
122
|
date?: string | undefined;
|
|
123
123
|
timeZone?: string | undefined;
|
|
@@ -130,9 +130,9 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
130
130
|
};
|
|
131
131
|
calendar_id: string;
|
|
132
132
|
conference: boolean;
|
|
133
|
-
location?: string | undefined;
|
|
134
133
|
description?: string | undefined;
|
|
135
134
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
135
|
+
location?: string | undefined;
|
|
136
136
|
attendees?: {
|
|
137
137
|
email: string;
|
|
138
138
|
optional?: boolean | undefined;
|
|
@@ -140,8 +140,8 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
140
140
|
responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
|
|
141
141
|
}[] | undefined;
|
|
142
142
|
}, {
|
|
143
|
-
summary: string;
|
|
144
143
|
operation: "create_event";
|
|
144
|
+
summary: string;
|
|
145
145
|
start: {
|
|
146
146
|
date?: string | undefined;
|
|
147
147
|
timeZone?: string | undefined;
|
|
@@ -152,9 +152,9 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
152
152
|
timeZone?: string | undefined;
|
|
153
153
|
dateTime?: string | undefined;
|
|
154
154
|
};
|
|
155
|
-
location?: string | undefined;
|
|
156
155
|
description?: string | undefined;
|
|
157
156
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
157
|
+
location?: string | undefined;
|
|
158
158
|
attendees?: {
|
|
159
159
|
email: string;
|
|
160
160
|
optional?: boolean | undefined;
|
|
@@ -217,15 +217,15 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
217
217
|
operation: "update_event";
|
|
218
218
|
calendar_id: string;
|
|
219
219
|
event_id: string;
|
|
220
|
-
location?: string | undefined;
|
|
221
220
|
description?: string | undefined;
|
|
222
|
-
summary?: string | undefined;
|
|
223
221
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
222
|
+
summary?: string | undefined;
|
|
224
223
|
start?: {
|
|
225
224
|
date?: string | undefined;
|
|
226
225
|
timeZone?: string | undefined;
|
|
227
226
|
dateTime?: string | undefined;
|
|
228
227
|
} | undefined;
|
|
228
|
+
location?: string | undefined;
|
|
229
229
|
end?: {
|
|
230
230
|
date?: string | undefined;
|
|
231
231
|
timeZone?: string | undefined;
|
|
@@ -240,15 +240,15 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
240
240
|
}, {
|
|
241
241
|
operation: "update_event";
|
|
242
242
|
event_id: string;
|
|
243
|
-
location?: string | undefined;
|
|
244
243
|
description?: string | undefined;
|
|
245
|
-
summary?: string | undefined;
|
|
246
244
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
245
|
+
summary?: string | undefined;
|
|
247
246
|
start?: {
|
|
248
247
|
date?: string | undefined;
|
|
249
248
|
timeZone?: string | undefined;
|
|
250
249
|
dateTime?: string | undefined;
|
|
251
250
|
} | undefined;
|
|
251
|
+
location?: string | undefined;
|
|
252
252
|
end?: {
|
|
253
253
|
date?: string | undefined;
|
|
254
254
|
timeZone?: string | undefined;
|
|
@@ -2199,8 +2199,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2199
2199
|
conference: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2200
2200
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
2201
2201
|
}, "strip", z.ZodTypeAny, {
|
|
2202
|
-
summary: string;
|
|
2203
2202
|
operation: "create_event";
|
|
2203
|
+
summary: string;
|
|
2204
2204
|
start: {
|
|
2205
2205
|
date?: string | undefined;
|
|
2206
2206
|
timeZone?: string | undefined;
|
|
@@ -2213,9 +2213,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2213
2213
|
};
|
|
2214
2214
|
calendar_id: string;
|
|
2215
2215
|
conference: boolean;
|
|
2216
|
-
location?: string | undefined;
|
|
2217
2216
|
description?: string | undefined;
|
|
2218
2217
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2218
|
+
location?: string | undefined;
|
|
2219
2219
|
attendees?: {
|
|
2220
2220
|
email: string;
|
|
2221
2221
|
optional?: boolean | undefined;
|
|
@@ -2223,8 +2223,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2223
2223
|
responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
|
|
2224
2224
|
}[] | undefined;
|
|
2225
2225
|
}, {
|
|
2226
|
-
summary: string;
|
|
2227
2226
|
operation: "create_event";
|
|
2227
|
+
summary: string;
|
|
2228
2228
|
start: {
|
|
2229
2229
|
date?: string | undefined;
|
|
2230
2230
|
timeZone?: string | undefined;
|
|
@@ -2235,9 +2235,9 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2235
2235
|
timeZone?: string | undefined;
|
|
2236
2236
|
dateTime?: string | undefined;
|
|
2237
2237
|
};
|
|
2238
|
-
location?: string | undefined;
|
|
2239
2238
|
description?: string | undefined;
|
|
2240
2239
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2240
|
+
location?: string | undefined;
|
|
2241
2241
|
attendees?: {
|
|
2242
2242
|
email: string;
|
|
2243
2243
|
optional?: boolean | undefined;
|
|
@@ -2300,15 +2300,15 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2300
2300
|
operation: "update_event";
|
|
2301
2301
|
calendar_id: string;
|
|
2302
2302
|
event_id: string;
|
|
2303
|
-
location?: string | undefined;
|
|
2304
2303
|
description?: string | undefined;
|
|
2305
|
-
summary?: string | undefined;
|
|
2306
2304
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2305
|
+
summary?: string | undefined;
|
|
2307
2306
|
start?: {
|
|
2308
2307
|
date?: string | undefined;
|
|
2309
2308
|
timeZone?: string | undefined;
|
|
2310
2309
|
dateTime?: string | undefined;
|
|
2311
2310
|
} | undefined;
|
|
2311
|
+
location?: string | undefined;
|
|
2312
2312
|
end?: {
|
|
2313
2313
|
date?: string | undefined;
|
|
2314
2314
|
timeZone?: string | undefined;
|
|
@@ -2323,15 +2323,15 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2323
2323
|
}, {
|
|
2324
2324
|
operation: "update_event";
|
|
2325
2325
|
event_id: string;
|
|
2326
|
-
location?: string | undefined;
|
|
2327
2326
|
description?: string | undefined;
|
|
2328
|
-
summary?: string | undefined;
|
|
2329
2327
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2328
|
+
summary?: string | undefined;
|
|
2330
2329
|
start?: {
|
|
2331
2330
|
date?: string | undefined;
|
|
2332
2331
|
timeZone?: string | undefined;
|
|
2333
2332
|
dateTime?: string | undefined;
|
|
2334
2333
|
} | undefined;
|
|
2334
|
+
location?: string | undefined;
|
|
2335
2335
|
end?: {
|
|
2336
2336
|
date?: string | undefined;
|
|
2337
2337
|
timeZone?: string | undefined;
|
|
@@ -119,20 +119,20 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
119
119
|
send_notification: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
120
120
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
121
121
|
}, "strip", z.ZodTypeAny, {
|
|
122
|
-
type: "
|
|
122
|
+
type: "user" | "group" | "domain" | "anyone";
|
|
123
123
|
operation: "share_file";
|
|
124
|
-
role: "writer" | "reader" | "commenter" | "owner";
|
|
125
124
|
file_id: string;
|
|
125
|
+
role: "writer" | "reader" | "commenter" | "owner";
|
|
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
|
-
role?: "writer" | "reader" | "commenter" | "owner" | undefined;
|
|
135
134
|
email_address?: string | undefined;
|
|
135
|
+
role?: "writer" | "reader" | "commenter" | "owner" | undefined;
|
|
136
136
|
send_notification?: boolean | undefined;
|
|
137
137
|
}>, z.ZodObject<{
|
|
138
138
|
operation: z.ZodLiteral<"move_file">;
|
|
@@ -362,7 +362,6 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
362
362
|
operation: "list_files";
|
|
363
363
|
success: boolean;
|
|
364
364
|
error: string;
|
|
365
|
-
total_count?: number | undefined;
|
|
366
365
|
files?: {
|
|
367
366
|
name: string;
|
|
368
367
|
mimeType: string;
|
|
@@ -379,12 +378,12 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
379
378
|
emailAddress?: string | undefined;
|
|
380
379
|
}[] | undefined;
|
|
381
380
|
}[] | undefined;
|
|
381
|
+
total_count?: number | undefined;
|
|
382
382
|
next_page_token?: string | undefined;
|
|
383
383
|
}, {
|
|
384
384
|
operation: "list_files";
|
|
385
385
|
success: boolean;
|
|
386
386
|
error: string;
|
|
387
|
-
total_count?: number | undefined;
|
|
388
387
|
files?: {
|
|
389
388
|
name: string;
|
|
390
389
|
mimeType: string;
|
|
@@ -401,6 +400,7 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
401
400
|
emailAddress?: string | undefined;
|
|
402
401
|
}[] | undefined;
|
|
403
402
|
}[] | undefined;
|
|
403
|
+
total_count?: number | undefined;
|
|
404
404
|
next_page_token?: string | undefined;
|
|
405
405
|
}>, z.ZodObject<{
|
|
406
406
|
operation: z.ZodLiteral<"create_folder">;
|
|
@@ -520,14 +520,14 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
520
520
|
displayName: z.ZodOptional<z.ZodString>;
|
|
521
521
|
}, "strip", z.ZodTypeAny, {
|
|
522
522
|
type: string;
|
|
523
|
-
role: string;
|
|
524
523
|
id: string;
|
|
524
|
+
role: string;
|
|
525
525
|
displayName?: string | undefined;
|
|
526
526
|
emailAddress?: string | undefined;
|
|
527
527
|
}, {
|
|
528
528
|
type: string;
|
|
529
|
-
role: string;
|
|
530
529
|
id: string;
|
|
530
|
+
role: string;
|
|
531
531
|
displayName?: string | undefined;
|
|
532
532
|
emailAddress?: string | undefined;
|
|
533
533
|
}>, "many">>;
|
|
@@ -554,8 +554,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
554
554
|
} | undefined;
|
|
555
555
|
permissions?: {
|
|
556
556
|
type: string;
|
|
557
|
-
role: string;
|
|
558
557
|
id: string;
|
|
558
|
+
role: string;
|
|
559
559
|
displayName?: string | undefined;
|
|
560
560
|
emailAddress?: string | undefined;
|
|
561
561
|
}[] | undefined;
|
|
@@ -581,8 +581,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
581
581
|
} | undefined;
|
|
582
582
|
permissions?: {
|
|
583
583
|
type: string;
|
|
584
|
-
role: string;
|
|
585
584
|
id: string;
|
|
585
|
+
role: string;
|
|
586
586
|
displayName?: string | undefined;
|
|
587
587
|
emailAddress?: string | undefined;
|
|
588
588
|
}[] | undefined;
|
|
@@ -907,20 +907,20 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
907
907
|
send_notification: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
908
908
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
909
909
|
}, "strip", z.ZodTypeAny, {
|
|
910
|
-
type: "
|
|
910
|
+
type: "user" | "group" | "domain" | "anyone";
|
|
911
911
|
operation: "share_file";
|
|
912
|
-
role: "writer" | "reader" | "commenter" | "owner";
|
|
913
912
|
file_id: string;
|
|
913
|
+
role: "writer" | "reader" | "commenter" | "owner";
|
|
914
914
|
send_notification: boolean;
|
|
915
915
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
916
916
|
email_address?: string | undefined;
|
|
917
917
|
}, {
|
|
918
918
|
operation: "share_file";
|
|
919
919
|
file_id: string;
|
|
920
|
-
type?: "
|
|
920
|
+
type?: "user" | "group" | "domain" | "anyone" | undefined;
|
|
921
921
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
922
|
-
role?: "writer" | "reader" | "commenter" | "owner" | undefined;
|
|
923
922
|
email_address?: string | undefined;
|
|
923
|
+
role?: "writer" | "reader" | "commenter" | "owner" | undefined;
|
|
924
924
|
send_notification?: boolean | undefined;
|
|
925
925
|
}>, z.ZodObject<{
|
|
926
926
|
operation: z.ZodLiteral<"move_file">;
|
|
@@ -1150,7 +1150,6 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1150
1150
|
operation: "list_files";
|
|
1151
1151
|
success: boolean;
|
|
1152
1152
|
error: string;
|
|
1153
|
-
total_count?: number | undefined;
|
|
1154
1153
|
files?: {
|
|
1155
1154
|
name: string;
|
|
1156
1155
|
mimeType: string;
|
|
@@ -1167,12 +1166,12 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1167
1166
|
emailAddress?: string | undefined;
|
|
1168
1167
|
}[] | undefined;
|
|
1169
1168
|
}[] | undefined;
|
|
1169
|
+
total_count?: number | undefined;
|
|
1170
1170
|
next_page_token?: string | undefined;
|
|
1171
1171
|
}, {
|
|
1172
1172
|
operation: "list_files";
|
|
1173
1173
|
success: boolean;
|
|
1174
1174
|
error: string;
|
|
1175
|
-
total_count?: number | undefined;
|
|
1176
1175
|
files?: {
|
|
1177
1176
|
name: string;
|
|
1178
1177
|
mimeType: string;
|
|
@@ -1189,6 +1188,7 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1189
1188
|
emailAddress?: string | undefined;
|
|
1190
1189
|
}[] | undefined;
|
|
1191
1190
|
}[] | undefined;
|
|
1191
|
+
total_count?: number | undefined;
|
|
1192
1192
|
next_page_token?: string | undefined;
|
|
1193
1193
|
}>, z.ZodObject<{
|
|
1194
1194
|
operation: z.ZodLiteral<"create_folder">;
|
|
@@ -1308,14 +1308,14 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1308
1308
|
displayName: z.ZodOptional<z.ZodString>;
|
|
1309
1309
|
}, "strip", z.ZodTypeAny, {
|
|
1310
1310
|
type: string;
|
|
1311
|
-
role: string;
|
|
1312
1311
|
id: string;
|
|
1312
|
+
role: string;
|
|
1313
1313
|
displayName?: string | undefined;
|
|
1314
1314
|
emailAddress?: string | undefined;
|
|
1315
1315
|
}, {
|
|
1316
1316
|
type: string;
|
|
1317
|
-
role: string;
|
|
1318
1317
|
id: string;
|
|
1318
|
+
role: string;
|
|
1319
1319
|
displayName?: string | undefined;
|
|
1320
1320
|
emailAddress?: string | undefined;
|
|
1321
1321
|
}>, "many">>;
|
|
@@ -1342,8 +1342,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1342
1342
|
} | undefined;
|
|
1343
1343
|
permissions?: {
|
|
1344
1344
|
type: string;
|
|
1345
|
-
role: string;
|
|
1346
1345
|
id: string;
|
|
1346
|
+
role: string;
|
|
1347
1347
|
displayName?: string | undefined;
|
|
1348
1348
|
emailAddress?: string | undefined;
|
|
1349
1349
|
}[] | undefined;
|
|
@@ -1369,8 +1369,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1369
1369
|
} | undefined;
|
|
1370
1370
|
permissions?: {
|
|
1371
1371
|
type: string;
|
|
1372
|
-
role: string;
|
|
1373
1372
|
id: string;
|
|
1373
|
+
role: string;
|
|
1374
1374
|
displayName?: string | undefined;
|
|
1375
1375
|
emailAddress?: string | undefined;
|
|
1376
1376
|
}[] | undefined;
|
|
@@ -42,21 +42,21 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
42
42
|
date_time_render_option: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEnum<["SERIAL_NUMBER", "FORMATTED_STRING"]>>>;
|
|
43
43
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
44
44
|
}, "strip", import("zod").ZodTypeAny, {
|
|
45
|
+
range: string;
|
|
45
46
|
operation: "read_values";
|
|
46
47
|
spreadsheet_id: string;
|
|
47
|
-
range: 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
|
+
range: string;
|
|
53
54
|
operation: "read_values";
|
|
54
55
|
spreadsheet_id: string;
|
|
55
|
-
range: string;
|
|
56
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
57
56
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
58
57
|
value_render_option?: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA" | undefined;
|
|
59
58
|
date_time_render_option?: "SERIAL_NUMBER" | "FORMATTED_STRING" | undefined;
|
|
59
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
60
60
|
}>, import("zod").ZodObject<{
|
|
61
61
|
operation: import("zod").ZodLiteral<"write_values">;
|
|
62
62
|
spreadsheet_id: import("zod").ZodString;
|
|
@@ -67,21 +67,21 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
67
67
|
include_values_in_response: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
68
68
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
69
69
|
}, "strip", import("zod").ZodTypeAny, {
|
|
70
|
+
range: string;
|
|
70
71
|
values: (string | number | boolean)[][];
|
|
71
72
|
operation: "write_values";
|
|
72
73
|
spreadsheet_id: string;
|
|
73
|
-
range: string;
|
|
74
74
|
major_dimension: "ROWS" | "COLUMNS";
|
|
75
75
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
76
76
|
include_values_in_response: boolean;
|
|
77
77
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
78
78
|
}, {
|
|
79
|
+
range: string;
|
|
79
80
|
values: unknown[][];
|
|
80
81
|
operation: "write_values";
|
|
81
82
|
spreadsheet_id: string;
|
|
82
|
-
range: string;
|
|
83
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
84
83
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
84
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
85
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
86
86
|
include_values_in_response?: boolean | undefined;
|
|
87
87
|
}>, import("zod").ZodObject<{
|
|
@@ -94,21 +94,21 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
94
94
|
include_values_in_response: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
95
95
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
96
96
|
}, "strip", import("zod").ZodTypeAny, {
|
|
97
|
+
range: string;
|
|
97
98
|
values: (string | number | boolean)[][];
|
|
98
99
|
operation: "update_values";
|
|
99
100
|
spreadsheet_id: string;
|
|
100
|
-
range: string;
|
|
101
101
|
major_dimension: "ROWS" | "COLUMNS";
|
|
102
102
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
103
103
|
include_values_in_response: boolean;
|
|
104
104
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
105
105
|
}, {
|
|
106
|
+
range: string;
|
|
106
107
|
values: unknown[][];
|
|
107
108
|
operation: "update_values";
|
|
108
109
|
spreadsheet_id: string;
|
|
109
|
-
range: string;
|
|
110
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
111
110
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
111
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
112
112
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
113
113
|
include_values_in_response?: boolean | undefined;
|
|
114
114
|
}>, import("zod").ZodObject<{
|
|
@@ -122,22 +122,22 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
122
122
|
include_values_in_response: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
123
123
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
124
124
|
}, "strip", import("zod").ZodTypeAny, {
|
|
125
|
+
range: string;
|
|
125
126
|
values: (string | number | boolean)[][];
|
|
126
127
|
operation: "append_values";
|
|
127
128
|
spreadsheet_id: string;
|
|
128
|
-
range: string;
|
|
129
129
|
major_dimension: "ROWS" | "COLUMNS";
|
|
130
130
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
131
131
|
include_values_in_response: boolean;
|
|
132
132
|
insert_data_option: "OVERWRITE" | "INSERT_ROWS";
|
|
133
133
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
134
134
|
}, {
|
|
135
|
+
range: string;
|
|
135
136
|
values: unknown[][];
|
|
136
137
|
operation: "append_values";
|
|
137
138
|
spreadsheet_id: string;
|
|
138
|
-
range: string;
|
|
139
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
140
139
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
140
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
141
141
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
142
142
|
include_values_in_response?: boolean | undefined;
|
|
143
143
|
insert_data_option?: "OVERWRITE" | "INSERT_ROWS" | undefined;
|
|
@@ -147,14 +147,14 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
147
147
|
range: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
148
148
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
149
149
|
}, "strip", import("zod").ZodTypeAny, {
|
|
150
|
+
range: string;
|
|
150
151
|
operation: "clear_values";
|
|
151
152
|
spreadsheet_id: string;
|
|
152
|
-
range: string;
|
|
153
153
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
154
154
|
}, {
|
|
155
|
+
range: string;
|
|
155
156
|
operation: "clear_values";
|
|
156
157
|
spreadsheet_id: string;
|
|
157
|
-
range: string;
|
|
158
158
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
159
159
|
}>, import("zod").ZodObject<{
|
|
160
160
|
operation: import("zod").ZodLiteral<"batch_read_values">;
|
|
@@ -176,10 +176,10 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
176
176
|
operation: "batch_read_values";
|
|
177
177
|
spreadsheet_id: string;
|
|
178
178
|
ranges: string[];
|
|
179
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
180
179
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
181
180
|
value_render_option?: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA" | undefined;
|
|
182
181
|
date_time_render_option?: "SERIAL_NUMBER" | "FORMATTED_STRING" | undefined;
|
|
182
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
183
183
|
}>, import("zod").ZodObject<{
|
|
184
184
|
operation: import("zod").ZodLiteral<"batch_update_values">;
|
|
185
185
|
spreadsheet_id: import("zod").ZodString;
|
|
@@ -188,12 +188,12 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
188
188
|
values: import("zod").ZodEffects<import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodUnknown, "many">, "many">, (string | number | boolean)[][], unknown[][]>;
|
|
189
189
|
major_dimension: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEnum<["ROWS", "COLUMNS"]>>>;
|
|
190
190
|
}, "strip", import("zod").ZodTypeAny, {
|
|
191
|
-
values: (string | number | boolean)[][];
|
|
192
191
|
range: string;
|
|
192
|
+
values: (string | number | boolean)[][];
|
|
193
193
|
major_dimension: "ROWS" | "COLUMNS";
|
|
194
194
|
}, {
|
|
195
|
-
values: unknown[][];
|
|
196
195
|
range: string;
|
|
196
|
+
values: unknown[][];
|
|
197
197
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
198
198
|
}>, "many">;
|
|
199
199
|
value_input_option: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEnum<["RAW", "USER_ENTERED"]>>>;
|
|
@@ -205,8 +205,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
205
205
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
206
206
|
include_values_in_response: boolean;
|
|
207
207
|
value_ranges: {
|
|
208
|
-
values: (string | number | boolean)[][];
|
|
209
208
|
range: string;
|
|
209
|
+
values: (string | number | boolean)[][];
|
|
210
210
|
major_dimension: "ROWS" | "COLUMNS";
|
|
211
211
|
}[];
|
|
212
212
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -214,8 +214,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
214
214
|
operation: "batch_update_values";
|
|
215
215
|
spreadsheet_id: string;
|
|
216
216
|
value_ranges: {
|
|
217
|
-
values: unknown[][];
|
|
218
217
|
range: string;
|
|
218
|
+
values: unknown[][];
|
|
219
219
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
220
220
|
}[];
|
|
221
221
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -299,15 +299,15 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
299
299
|
operation: "read_values";
|
|
300
300
|
success: boolean;
|
|
301
301
|
error: string;
|
|
302
|
-
values?: (string | number | boolean)[][] | undefined;
|
|
303
302
|
range?: string | undefined;
|
|
303
|
+
values?: (string | number | boolean)[][] | undefined;
|
|
304
304
|
major_dimension?: string | undefined;
|
|
305
305
|
}, {
|
|
306
306
|
operation: "read_values";
|
|
307
307
|
success: boolean;
|
|
308
308
|
error: string;
|
|
309
|
-
values?: (string | number | boolean)[][] | undefined;
|
|
310
309
|
range?: string | undefined;
|
|
310
|
+
values?: (string | number | boolean)[][] | undefined;
|
|
311
311
|
major_dimension?: string | undefined;
|
|
312
312
|
}>, import("zod").ZodObject<{
|
|
313
313
|
operation: import("zod").ZodLiteral<"write_values">;
|
|
@@ -321,12 +321,12 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
321
321
|
majorDimension: import("zod").ZodOptional<import("zod").ZodEnum<["ROWS", "COLUMNS"]>>;
|
|
322
322
|
values: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>, "many">, "many">;
|
|
323
323
|
}, "strip", import("zod").ZodTypeAny, {
|
|
324
|
-
values: (string | number | boolean)[][];
|
|
325
324
|
range: string;
|
|
325
|
+
values: (string | number | boolean)[][];
|
|
326
326
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
327
327
|
}, {
|
|
328
|
-
values: (string | number | boolean)[][];
|
|
329
328
|
range: string;
|
|
329
|
+
values: (string | number | boolean)[][];
|
|
330
330
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
331
331
|
}>>;
|
|
332
332
|
error: import("zod").ZodString;
|
|
@@ -339,8 +339,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
339
339
|
updated_columns?: number | undefined;
|
|
340
340
|
updated_cells?: number | undefined;
|
|
341
341
|
updated_data?: {
|
|
342
|
-
values: (string | number | boolean)[][];
|
|
343
342
|
range: string;
|
|
343
|
+
values: (string | number | boolean)[][];
|
|
344
344
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
345
345
|
} | undefined;
|
|
346
346
|
}, {
|
|
@@ -352,8 +352,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
352
352
|
updated_columns?: number | undefined;
|
|
353
353
|
updated_cells?: number | undefined;
|
|
354
354
|
updated_data?: {
|
|
355
|
-
values: (string | number | boolean)[][];
|
|
356
355
|
range: string;
|
|
356
|
+
values: (string | number | boolean)[][];
|
|
357
357
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
358
358
|
} | undefined;
|
|
359
359
|
}>, import("zod").ZodObject<{
|
|
@@ -368,12 +368,12 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
368
368
|
majorDimension: import("zod").ZodOptional<import("zod").ZodEnum<["ROWS", "COLUMNS"]>>;
|
|
369
369
|
values: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>, "many">, "many">;
|
|
370
370
|
}, "strip", import("zod").ZodTypeAny, {
|
|
371
|
-
values: (string | number | boolean)[][];
|
|
372
371
|
range: string;
|
|
372
|
+
values: (string | number | boolean)[][];
|
|
373
373
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
374
374
|
}, {
|
|
375
|
-
values: (string | number | boolean)[][];
|
|
376
375
|
range: string;
|
|
376
|
+
values: (string | number | boolean)[][];
|
|
377
377
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
378
378
|
}>>;
|
|
379
379
|
error: import("zod").ZodString;
|
|
@@ -386,8 +386,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
386
386
|
updated_columns?: number | undefined;
|
|
387
387
|
updated_cells?: number | undefined;
|
|
388
388
|
updated_data?: {
|
|
389
|
-
values: (string | number | boolean)[][];
|
|
390
389
|
range: string;
|
|
390
|
+
values: (string | number | boolean)[][];
|
|
391
391
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
392
392
|
} | undefined;
|
|
393
393
|
}, {
|
|
@@ -399,8 +399,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
399
399
|
updated_columns?: number | undefined;
|
|
400
400
|
updated_cells?: number | undefined;
|
|
401
401
|
updated_data?: {
|
|
402
|
-
values: (string | number | boolean)[][];
|
|
403
402
|
range: string;
|
|
403
|
+
values: (string | number | boolean)[][];
|
|
404
404
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
405
405
|
} | undefined;
|
|
406
406
|
}>, import("zod").ZodObject<{
|
|
@@ -453,12 +453,12 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
453
453
|
majorDimension: import("zod").ZodOptional<import("zod").ZodEnum<["ROWS", "COLUMNS"]>>;
|
|
454
454
|
values: import("zod").ZodArray<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>, "many">, "many">;
|
|
455
455
|
}, "strip", import("zod").ZodTypeAny, {
|
|
456
|
-
values: (string | number | boolean)[][];
|
|
457
456
|
range: string;
|
|
457
|
+
values: (string | number | boolean)[][];
|
|
458
458
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
459
459
|
}, {
|
|
460
|
-
values: (string | number | boolean)[][];
|
|
461
460
|
range: string;
|
|
461
|
+
values: (string | number | boolean)[][];
|
|
462
462
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
463
463
|
}>, "many">>;
|
|
464
464
|
error: import("zod").ZodString;
|
|
@@ -467,8 +467,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
467
467
|
success: boolean;
|
|
468
468
|
error: string;
|
|
469
469
|
value_ranges?: {
|
|
470
|
-
values: (string | number | boolean)[][];
|
|
471
470
|
range: string;
|
|
471
|
+
values: (string | number | boolean)[][];
|
|
472
472
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
473
473
|
}[] | undefined;
|
|
474
474
|
}, {
|
|
@@ -476,8 +476,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
476
476
|
success: boolean;
|
|
477
477
|
error: string;
|
|
478
478
|
value_ranges?: {
|
|
479
|
-
values: (string | number | boolean)[][];
|
|
480
479
|
range: string;
|
|
480
|
+
values: (string | number | boolean)[][];
|
|
481
481
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
482
482
|
}[] | undefined;
|
|
483
483
|
}>, import("zod").ZodObject<{
|