@bubblelab/bubble-core 0.1.74 → 0.1.76
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 +88 -88
- package/dist/bubbles/service-bubble/ai-agent.d.ts +32 -32
- package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
- package/dist/bubbles/service-bubble/airtable.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/airtable.js +3 -1
- package/dist/bubbles/service-bubble/airtable.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +112 -112
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +78 -78
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +82 -82
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +42 -42
- package/dist/bubbles/service-bubble/firecrawl.d.ts +250 -250
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +46 -46
- package/dist/bubbles/service-bubble/github.d.ts +44 -44
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +52 -52
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +62 -62
- package/dist/bubbles/service-bubble/notion/notion.d.ts +304 -304
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +320 -320
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +78 -78
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +301 -301
- 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 +106 -106
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +56 -56
- package/dist/bubbles.json +3 -2
- package/package.json +2 -2
|
@@ -11,16 +11,16 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
11
11
|
convert_to_google_docs: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
12
12
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
|
-
content: string;
|
|
15
14
|
name: string;
|
|
15
|
+
content: string;
|
|
16
16
|
operation: "upload_file";
|
|
17
17
|
convert_to_google_docs: boolean;
|
|
18
18
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19
19
|
mimeType?: string | undefined;
|
|
20
20
|
parent_folder_id?: string | undefined;
|
|
21
21
|
}, {
|
|
22
|
-
content: string;
|
|
23
22
|
name: string;
|
|
23
|
+
content: string;
|
|
24
24
|
operation: "upload_file";
|
|
25
25
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
26
26
|
mimeType?: string | undefined;
|
|
@@ -274,8 +274,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
274
274
|
}>, "many">>;
|
|
275
275
|
}, "strip", z.ZodTypeAny, {
|
|
276
276
|
name: string;
|
|
277
|
-
mimeType: string;
|
|
278
277
|
id: string;
|
|
278
|
+
mimeType: string;
|
|
279
279
|
size?: string | undefined;
|
|
280
280
|
createdTime?: string | undefined;
|
|
281
281
|
modifiedTime?: string | undefined;
|
|
@@ -289,8 +289,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
289
289
|
}[] | undefined;
|
|
290
290
|
}, {
|
|
291
291
|
name: string;
|
|
292
|
-
mimeType: string;
|
|
293
292
|
id: string;
|
|
293
|
+
mimeType: string;
|
|
294
294
|
size?: string | undefined;
|
|
295
295
|
createdTime?: string | undefined;
|
|
296
296
|
modifiedTime?: string | undefined;
|
|
@@ -310,8 +310,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
310
310
|
operation: "upload_file";
|
|
311
311
|
file?: {
|
|
312
312
|
name: string;
|
|
313
|
-
mimeType: string;
|
|
314
313
|
id: string;
|
|
314
|
+
mimeType: string;
|
|
315
315
|
size?: string | undefined;
|
|
316
316
|
createdTime?: string | undefined;
|
|
317
317
|
modifiedTime?: string | undefined;
|
|
@@ -330,8 +330,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
330
330
|
operation: "upload_file";
|
|
331
331
|
file?: {
|
|
332
332
|
name: string;
|
|
333
|
-
mimeType: string;
|
|
334
333
|
id: string;
|
|
334
|
+
mimeType: string;
|
|
335
335
|
size?: string | undefined;
|
|
336
336
|
createdTime?: string | undefined;
|
|
337
337
|
modifiedTime?: string | undefined;
|
|
@@ -391,8 +391,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
391
391
|
}>, "many">>;
|
|
392
392
|
}, "strip", z.ZodTypeAny, {
|
|
393
393
|
name: string;
|
|
394
|
-
mimeType: string;
|
|
395
394
|
id: string;
|
|
395
|
+
mimeType: string;
|
|
396
396
|
size?: string | undefined;
|
|
397
397
|
createdTime?: string | undefined;
|
|
398
398
|
modifiedTime?: string | undefined;
|
|
@@ -406,8 +406,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
406
406
|
}[] | undefined;
|
|
407
407
|
}, {
|
|
408
408
|
name: string;
|
|
409
|
-
mimeType: string;
|
|
410
409
|
id: string;
|
|
410
|
+
mimeType: string;
|
|
411
411
|
size?: string | undefined;
|
|
412
412
|
createdTime?: string | undefined;
|
|
413
413
|
modifiedTime?: string | undefined;
|
|
@@ -429,8 +429,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
429
429
|
operation: "list_files";
|
|
430
430
|
files?: {
|
|
431
431
|
name: string;
|
|
432
|
-
mimeType: string;
|
|
433
432
|
id: string;
|
|
433
|
+
mimeType: string;
|
|
434
434
|
size?: string | undefined;
|
|
435
435
|
createdTime?: string | undefined;
|
|
436
436
|
modifiedTime?: string | undefined;
|
|
@@ -451,8 +451,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
451
451
|
operation: "list_files";
|
|
452
452
|
files?: {
|
|
453
453
|
name: string;
|
|
454
|
-
mimeType: string;
|
|
455
454
|
id: string;
|
|
455
|
+
mimeType: string;
|
|
456
456
|
size?: string | undefined;
|
|
457
457
|
createdTime?: string | undefined;
|
|
458
458
|
modifiedTime?: string | undefined;
|
|
@@ -548,8 +548,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
548
548
|
}>, "many">>;
|
|
549
549
|
}, "strip", z.ZodTypeAny, {
|
|
550
550
|
name: string;
|
|
551
|
-
mimeType: string;
|
|
552
551
|
id: string;
|
|
552
|
+
mimeType: string;
|
|
553
553
|
size?: string | undefined;
|
|
554
554
|
createdTime?: string | undefined;
|
|
555
555
|
modifiedTime?: string | undefined;
|
|
@@ -563,8 +563,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
563
563
|
}[] | undefined;
|
|
564
564
|
}, {
|
|
565
565
|
name: string;
|
|
566
|
-
mimeType: string;
|
|
567
566
|
id: string;
|
|
567
|
+
mimeType: string;
|
|
568
568
|
size?: string | undefined;
|
|
569
569
|
createdTime?: string | undefined;
|
|
570
570
|
modifiedTime?: string | undefined;
|
|
@@ -603,8 +603,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
603
603
|
operation: "get_file_info";
|
|
604
604
|
file?: {
|
|
605
605
|
name: string;
|
|
606
|
-
mimeType: string;
|
|
607
606
|
id: string;
|
|
607
|
+
mimeType: string;
|
|
608
608
|
size?: string | undefined;
|
|
609
609
|
createdTime?: string | undefined;
|
|
610
610
|
modifiedTime?: string | undefined;
|
|
@@ -630,8 +630,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
630
630
|
operation: "get_file_info";
|
|
631
631
|
file?: {
|
|
632
632
|
name: string;
|
|
633
|
-
mimeType: string;
|
|
634
633
|
id: string;
|
|
634
|
+
mimeType: string;
|
|
635
635
|
size?: string | undefined;
|
|
636
636
|
createdTime?: string | undefined;
|
|
637
637
|
modifiedTime?: string | undefined;
|
|
@@ -695,8 +695,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
695
695
|
}>, "many">>;
|
|
696
696
|
}, "strip", z.ZodTypeAny, {
|
|
697
697
|
name: string;
|
|
698
|
-
mimeType: string;
|
|
699
698
|
id: string;
|
|
699
|
+
mimeType: string;
|
|
700
700
|
size?: string | undefined;
|
|
701
701
|
createdTime?: string | undefined;
|
|
702
702
|
modifiedTime?: string | undefined;
|
|
@@ -710,8 +710,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
710
710
|
}[] | undefined;
|
|
711
711
|
}, {
|
|
712
712
|
name: string;
|
|
713
|
-
mimeType: string;
|
|
714
713
|
id: string;
|
|
714
|
+
mimeType: string;
|
|
715
715
|
size?: string | undefined;
|
|
716
716
|
createdTime?: string | undefined;
|
|
717
717
|
modifiedTime?: string | undefined;
|
|
@@ -731,8 +731,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
731
731
|
operation: "move_file";
|
|
732
732
|
file?: {
|
|
733
733
|
name: string;
|
|
734
|
-
mimeType: string;
|
|
735
734
|
id: string;
|
|
735
|
+
mimeType: string;
|
|
736
736
|
size?: string | undefined;
|
|
737
737
|
createdTime?: string | undefined;
|
|
738
738
|
modifiedTime?: string | undefined;
|
|
@@ -751,8 +751,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
751
751
|
operation: "move_file";
|
|
752
752
|
file?: {
|
|
753
753
|
name: string;
|
|
754
|
-
mimeType: string;
|
|
755
754
|
id: string;
|
|
755
|
+
mimeType: string;
|
|
756
756
|
size?: string | undefined;
|
|
757
757
|
createdTime?: string | undefined;
|
|
758
758
|
modifiedTime?: string | undefined;
|
|
@@ -925,16 +925,16 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
925
925
|
convert_to_google_docs: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
926
926
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
927
927
|
}, "strip", z.ZodTypeAny, {
|
|
928
|
-
content: string;
|
|
929
928
|
name: string;
|
|
929
|
+
content: string;
|
|
930
930
|
operation: "upload_file";
|
|
931
931
|
convert_to_google_docs: boolean;
|
|
932
932
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
933
933
|
mimeType?: string | undefined;
|
|
934
934
|
parent_folder_id?: string | undefined;
|
|
935
935
|
}, {
|
|
936
|
-
content: string;
|
|
937
936
|
name: string;
|
|
937
|
+
content: string;
|
|
938
938
|
operation: "upload_file";
|
|
939
939
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
940
940
|
mimeType?: string | undefined;
|
|
@@ -1188,8 +1188,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1188
1188
|
}>, "many">>;
|
|
1189
1189
|
}, "strip", z.ZodTypeAny, {
|
|
1190
1190
|
name: string;
|
|
1191
|
-
mimeType: string;
|
|
1192
1191
|
id: string;
|
|
1192
|
+
mimeType: string;
|
|
1193
1193
|
size?: string | undefined;
|
|
1194
1194
|
createdTime?: string | undefined;
|
|
1195
1195
|
modifiedTime?: string | undefined;
|
|
@@ -1203,8 +1203,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1203
1203
|
}[] | undefined;
|
|
1204
1204
|
}, {
|
|
1205
1205
|
name: string;
|
|
1206
|
-
mimeType: string;
|
|
1207
1206
|
id: string;
|
|
1207
|
+
mimeType: string;
|
|
1208
1208
|
size?: string | undefined;
|
|
1209
1209
|
createdTime?: string | undefined;
|
|
1210
1210
|
modifiedTime?: string | undefined;
|
|
@@ -1224,8 +1224,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1224
1224
|
operation: "upload_file";
|
|
1225
1225
|
file?: {
|
|
1226
1226
|
name: string;
|
|
1227
|
-
mimeType: string;
|
|
1228
1227
|
id: string;
|
|
1228
|
+
mimeType: string;
|
|
1229
1229
|
size?: string | undefined;
|
|
1230
1230
|
createdTime?: string | undefined;
|
|
1231
1231
|
modifiedTime?: string | undefined;
|
|
@@ -1244,8 +1244,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1244
1244
|
operation: "upload_file";
|
|
1245
1245
|
file?: {
|
|
1246
1246
|
name: string;
|
|
1247
|
-
mimeType: string;
|
|
1248
1247
|
id: string;
|
|
1248
|
+
mimeType: string;
|
|
1249
1249
|
size?: string | undefined;
|
|
1250
1250
|
createdTime?: string | undefined;
|
|
1251
1251
|
modifiedTime?: string | undefined;
|
|
@@ -1305,8 +1305,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1305
1305
|
}>, "many">>;
|
|
1306
1306
|
}, "strip", z.ZodTypeAny, {
|
|
1307
1307
|
name: string;
|
|
1308
|
-
mimeType: string;
|
|
1309
1308
|
id: string;
|
|
1309
|
+
mimeType: string;
|
|
1310
1310
|
size?: string | undefined;
|
|
1311
1311
|
createdTime?: string | undefined;
|
|
1312
1312
|
modifiedTime?: string | undefined;
|
|
@@ -1320,8 +1320,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1320
1320
|
}[] | undefined;
|
|
1321
1321
|
}, {
|
|
1322
1322
|
name: string;
|
|
1323
|
-
mimeType: string;
|
|
1324
1323
|
id: string;
|
|
1324
|
+
mimeType: string;
|
|
1325
1325
|
size?: string | undefined;
|
|
1326
1326
|
createdTime?: string | undefined;
|
|
1327
1327
|
modifiedTime?: string | undefined;
|
|
@@ -1343,8 +1343,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1343
1343
|
operation: "list_files";
|
|
1344
1344
|
files?: {
|
|
1345
1345
|
name: string;
|
|
1346
|
-
mimeType: string;
|
|
1347
1346
|
id: string;
|
|
1347
|
+
mimeType: string;
|
|
1348
1348
|
size?: string | undefined;
|
|
1349
1349
|
createdTime?: string | undefined;
|
|
1350
1350
|
modifiedTime?: string | undefined;
|
|
@@ -1365,8 +1365,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1365
1365
|
operation: "list_files";
|
|
1366
1366
|
files?: {
|
|
1367
1367
|
name: string;
|
|
1368
|
-
mimeType: string;
|
|
1369
1368
|
id: string;
|
|
1369
|
+
mimeType: string;
|
|
1370
1370
|
size?: string | undefined;
|
|
1371
1371
|
createdTime?: string | undefined;
|
|
1372
1372
|
modifiedTime?: string | undefined;
|
|
@@ -1462,8 +1462,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1462
1462
|
}>, "many">>;
|
|
1463
1463
|
}, "strip", z.ZodTypeAny, {
|
|
1464
1464
|
name: string;
|
|
1465
|
-
mimeType: string;
|
|
1466
1465
|
id: string;
|
|
1466
|
+
mimeType: string;
|
|
1467
1467
|
size?: string | undefined;
|
|
1468
1468
|
createdTime?: string | undefined;
|
|
1469
1469
|
modifiedTime?: string | undefined;
|
|
@@ -1477,8 +1477,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1477
1477
|
}[] | undefined;
|
|
1478
1478
|
}, {
|
|
1479
1479
|
name: string;
|
|
1480
|
-
mimeType: string;
|
|
1481
1480
|
id: string;
|
|
1481
|
+
mimeType: string;
|
|
1482
1482
|
size?: string | undefined;
|
|
1483
1483
|
createdTime?: string | undefined;
|
|
1484
1484
|
modifiedTime?: string | undefined;
|
|
@@ -1517,8 +1517,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1517
1517
|
operation: "get_file_info";
|
|
1518
1518
|
file?: {
|
|
1519
1519
|
name: string;
|
|
1520
|
-
mimeType: string;
|
|
1521
1520
|
id: string;
|
|
1521
|
+
mimeType: string;
|
|
1522
1522
|
size?: string | undefined;
|
|
1523
1523
|
createdTime?: string | undefined;
|
|
1524
1524
|
modifiedTime?: string | undefined;
|
|
@@ -1544,8 +1544,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1544
1544
|
operation: "get_file_info";
|
|
1545
1545
|
file?: {
|
|
1546
1546
|
name: string;
|
|
1547
|
-
mimeType: string;
|
|
1548
1547
|
id: string;
|
|
1548
|
+
mimeType: string;
|
|
1549
1549
|
size?: string | undefined;
|
|
1550
1550
|
createdTime?: string | undefined;
|
|
1551
1551
|
modifiedTime?: string | undefined;
|
|
@@ -1609,8 +1609,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1609
1609
|
}>, "many">>;
|
|
1610
1610
|
}, "strip", z.ZodTypeAny, {
|
|
1611
1611
|
name: string;
|
|
1612
|
-
mimeType: string;
|
|
1613
1612
|
id: string;
|
|
1613
|
+
mimeType: string;
|
|
1614
1614
|
size?: string | undefined;
|
|
1615
1615
|
createdTime?: string | undefined;
|
|
1616
1616
|
modifiedTime?: string | undefined;
|
|
@@ -1624,8 +1624,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1624
1624
|
}[] | undefined;
|
|
1625
1625
|
}, {
|
|
1626
1626
|
name: string;
|
|
1627
|
-
mimeType: string;
|
|
1628
1627
|
id: string;
|
|
1628
|
+
mimeType: string;
|
|
1629
1629
|
size?: string | undefined;
|
|
1630
1630
|
createdTime?: string | undefined;
|
|
1631
1631
|
modifiedTime?: string | undefined;
|
|
@@ -1645,8 +1645,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1645
1645
|
operation: "move_file";
|
|
1646
1646
|
file?: {
|
|
1647
1647
|
name: string;
|
|
1648
|
-
mimeType: string;
|
|
1649
1648
|
id: string;
|
|
1649
|
+
mimeType: string;
|
|
1650
1650
|
size?: string | undefined;
|
|
1651
1651
|
createdTime?: string | undefined;
|
|
1652
1652
|
modifiedTime?: string | undefined;
|
|
@@ -1665,8 +1665,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1665
1665
|
operation: "move_file";
|
|
1666
1666
|
file?: {
|
|
1667
1667
|
name: string;
|
|
1668
|
-
mimeType: string;
|
|
1669
1668
|
id: string;
|
|
1669
|
+
mimeType: string;
|
|
1670
1670
|
size?: string | undefined;
|
|
1671
1671
|
createdTime?: string | undefined;
|
|
1672
1672
|
modifiedTime?: string | undefined;
|
|
@@ -167,8 +167,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
167
167
|
include_values_in_response: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
168
168
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
169
169
|
}, "strip", z.ZodTypeAny, {
|
|
170
|
-
operation: "write_values";
|
|
171
170
|
values: (string | number | boolean)[][];
|
|
171
|
+
operation: "write_values";
|
|
172
172
|
range: string;
|
|
173
173
|
spreadsheet_id: string;
|
|
174
174
|
major_dimension: "ROWS" | "COLUMNS";
|
|
@@ -176,8 +176,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
176
176
|
include_values_in_response: boolean;
|
|
177
177
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
178
178
|
}, {
|
|
179
|
-
operation: "write_values";
|
|
180
179
|
values: unknown[][];
|
|
180
|
+
operation: "write_values";
|
|
181
181
|
range: string;
|
|
182
182
|
spreadsheet_id: string;
|
|
183
183
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -194,8 +194,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
194
194
|
include_values_in_response: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
195
195
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
196
196
|
}, "strip", z.ZodTypeAny, {
|
|
197
|
-
operation: "update_values";
|
|
198
197
|
values: (string | number | boolean)[][];
|
|
198
|
+
operation: "update_values";
|
|
199
199
|
range: string;
|
|
200
200
|
spreadsheet_id: string;
|
|
201
201
|
major_dimension: "ROWS" | "COLUMNS";
|
|
@@ -203,8 +203,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
203
203
|
include_values_in_response: boolean;
|
|
204
204
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
205
205
|
}, {
|
|
206
|
-
operation: "update_values";
|
|
207
206
|
values: unknown[][];
|
|
207
|
+
operation: "update_values";
|
|
208
208
|
range: string;
|
|
209
209
|
spreadsheet_id: string;
|
|
210
210
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -222,8 +222,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
222
222
|
include_values_in_response: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
223
223
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
224
224
|
}, "strip", z.ZodTypeAny, {
|
|
225
|
-
operation: "append_values";
|
|
226
225
|
values: (string | number | boolean)[][];
|
|
226
|
+
operation: "append_values";
|
|
227
227
|
range: string;
|
|
228
228
|
spreadsheet_id: string;
|
|
229
229
|
major_dimension: "ROWS" | "COLUMNS";
|
|
@@ -232,8 +232,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
232
232
|
insert_data_option: "OVERWRITE" | "INSERT_ROWS";
|
|
233
233
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
234
234
|
}, {
|
|
235
|
-
operation: "append_values";
|
|
236
235
|
values: unknown[][];
|
|
236
|
+
operation: "append_values";
|
|
237
237
|
range: string;
|
|
238
238
|
spreadsheet_id: string;
|
|
239
239
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -342,13 +342,13 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
342
342
|
sheet_titles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
343
343
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
344
344
|
}, "strip", z.ZodTypeAny, {
|
|
345
|
-
operation: "create_spreadsheet";
|
|
346
345
|
title: string;
|
|
346
|
+
operation: "create_spreadsheet";
|
|
347
347
|
sheet_titles: string[];
|
|
348
348
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
349
349
|
}, {
|
|
350
|
-
operation: "create_spreadsheet";
|
|
351
350
|
title: string;
|
|
351
|
+
operation: "create_spreadsheet";
|
|
352
352
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
353
353
|
sheet_titles?: string[] | undefined;
|
|
354
354
|
}>, z.ZodObject<{
|
|
@@ -396,16 +396,16 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
396
396
|
major_dimension: z.ZodOptional<z.ZodString>;
|
|
397
397
|
error: z.ZodString;
|
|
398
398
|
}, "strip", z.ZodTypeAny, {
|
|
399
|
-
operation: "read_values";
|
|
400
|
-
success: boolean;
|
|
401
399
|
error: string;
|
|
400
|
+
success: boolean;
|
|
401
|
+
operation: "read_values";
|
|
402
402
|
values?: (string | number | boolean)[][] | undefined;
|
|
403
403
|
range?: string | undefined;
|
|
404
404
|
major_dimension?: string | undefined;
|
|
405
405
|
}, {
|
|
406
|
-
operation: "read_values";
|
|
407
|
-
success: boolean;
|
|
408
406
|
error: string;
|
|
407
|
+
success: boolean;
|
|
408
|
+
operation: "read_values";
|
|
409
409
|
values?: (string | number | boolean)[][] | undefined;
|
|
410
410
|
range?: string | undefined;
|
|
411
411
|
major_dimension?: string | undefined;
|
|
@@ -431,9 +431,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
431
431
|
}>>;
|
|
432
432
|
error: z.ZodString;
|
|
433
433
|
}, "strip", z.ZodTypeAny, {
|
|
434
|
-
operation: "write_values";
|
|
435
|
-
success: boolean;
|
|
436
434
|
error: string;
|
|
435
|
+
success: boolean;
|
|
436
|
+
operation: "write_values";
|
|
437
437
|
updated_range?: string | undefined;
|
|
438
438
|
updated_rows?: number | undefined;
|
|
439
439
|
updated_columns?: number | undefined;
|
|
@@ -444,9 +444,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
444
444
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
445
445
|
} | undefined;
|
|
446
446
|
}, {
|
|
447
|
-
operation: "write_values";
|
|
448
|
-
success: boolean;
|
|
449
447
|
error: string;
|
|
448
|
+
success: boolean;
|
|
449
|
+
operation: "write_values";
|
|
450
450
|
updated_range?: string | undefined;
|
|
451
451
|
updated_rows?: number | undefined;
|
|
452
452
|
updated_columns?: number | undefined;
|
|
@@ -478,9 +478,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
478
478
|
}>>;
|
|
479
479
|
error: z.ZodString;
|
|
480
480
|
}, "strip", z.ZodTypeAny, {
|
|
481
|
-
operation: "update_values";
|
|
482
|
-
success: boolean;
|
|
483
481
|
error: string;
|
|
482
|
+
success: boolean;
|
|
483
|
+
operation: "update_values";
|
|
484
484
|
updated_range?: string | undefined;
|
|
485
485
|
updated_rows?: number | undefined;
|
|
486
486
|
updated_columns?: number | undefined;
|
|
@@ -491,9 +491,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
491
491
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
492
492
|
} | undefined;
|
|
493
493
|
}, {
|
|
494
|
-
operation: "update_values";
|
|
495
|
-
success: boolean;
|
|
496
494
|
error: string;
|
|
495
|
+
success: boolean;
|
|
496
|
+
operation: "update_values";
|
|
497
497
|
updated_range?: string | undefined;
|
|
498
498
|
updated_rows?: number | undefined;
|
|
499
499
|
updated_columns?: number | undefined;
|
|
@@ -513,18 +513,18 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
513
513
|
updated_cells: z.ZodOptional<z.ZodNumber>;
|
|
514
514
|
error: z.ZodString;
|
|
515
515
|
}, "strip", z.ZodTypeAny, {
|
|
516
|
-
operation: "append_values";
|
|
517
|
-
success: boolean;
|
|
518
516
|
error: string;
|
|
517
|
+
success: boolean;
|
|
518
|
+
operation: "append_values";
|
|
519
519
|
updated_range?: string | undefined;
|
|
520
520
|
updated_rows?: number | undefined;
|
|
521
521
|
updated_columns?: number | undefined;
|
|
522
522
|
updated_cells?: number | undefined;
|
|
523
523
|
table_range?: string | undefined;
|
|
524
524
|
}, {
|
|
525
|
-
operation: "append_values";
|
|
526
|
-
success: boolean;
|
|
527
525
|
error: string;
|
|
526
|
+
success: boolean;
|
|
527
|
+
operation: "append_values";
|
|
528
528
|
updated_range?: string | undefined;
|
|
529
529
|
updated_rows?: number | undefined;
|
|
530
530
|
updated_columns?: number | undefined;
|
|
@@ -536,14 +536,14 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
536
536
|
cleared_range: z.ZodOptional<z.ZodString>;
|
|
537
537
|
error: z.ZodString;
|
|
538
538
|
}, "strip", z.ZodTypeAny, {
|
|
539
|
-
operation: "clear_values";
|
|
540
|
-
success: boolean;
|
|
541
539
|
error: string;
|
|
540
|
+
success: boolean;
|
|
541
|
+
operation: "clear_values";
|
|
542
542
|
cleared_range?: string | undefined;
|
|
543
543
|
}, {
|
|
544
|
-
operation: "clear_values";
|
|
545
|
-
success: boolean;
|
|
546
544
|
error: string;
|
|
545
|
+
success: boolean;
|
|
546
|
+
operation: "clear_values";
|
|
547
547
|
cleared_range?: string | undefined;
|
|
548
548
|
}>, z.ZodObject<{
|
|
549
549
|
operation: z.ZodLiteral<"batch_read_values">;
|
|
@@ -563,18 +563,18 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
563
563
|
}>, "many">>;
|
|
564
564
|
error: z.ZodString;
|
|
565
565
|
}, "strip", z.ZodTypeAny, {
|
|
566
|
-
operation: "batch_read_values";
|
|
567
|
-
success: boolean;
|
|
568
566
|
error: string;
|
|
567
|
+
success: boolean;
|
|
568
|
+
operation: "batch_read_values";
|
|
569
569
|
value_ranges?: {
|
|
570
570
|
values: (string | number | boolean)[][];
|
|
571
571
|
range: string;
|
|
572
572
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
573
573
|
}[] | undefined;
|
|
574
574
|
}, {
|
|
575
|
-
operation: "batch_read_values";
|
|
576
|
-
success: boolean;
|
|
577
575
|
error: string;
|
|
576
|
+
success: boolean;
|
|
577
|
+
operation: "batch_read_values";
|
|
578
578
|
value_ranges?: {
|
|
579
579
|
values: (string | number | boolean)[][];
|
|
580
580
|
range: string;
|
|
@@ -605,9 +605,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
605
605
|
}>, "many">>;
|
|
606
606
|
error: z.ZodString;
|
|
607
607
|
}, "strip", z.ZodTypeAny, {
|
|
608
|
-
operation: "batch_update_values";
|
|
609
|
-
success: boolean;
|
|
610
608
|
error: string;
|
|
609
|
+
success: boolean;
|
|
610
|
+
operation: "batch_update_values";
|
|
611
611
|
total_updated_rows?: number | undefined;
|
|
612
612
|
total_updated_columns?: number | undefined;
|
|
613
613
|
total_updated_cells?: number | undefined;
|
|
@@ -619,9 +619,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
619
619
|
updated_cells?: number | undefined;
|
|
620
620
|
}[] | undefined;
|
|
621
621
|
}, {
|
|
622
|
-
operation: "batch_update_values";
|
|
623
|
-
success: boolean;
|
|
624
622
|
error: string;
|
|
623
|
+
success: boolean;
|
|
624
|
+
operation: "batch_update_values";
|
|
625
625
|
total_updated_rows?: number | undefined;
|
|
626
626
|
total_updated_columns?: number | undefined;
|
|
627
627
|
total_updated_cells?: number | undefined;
|
|
@@ -757,9 +757,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
757
757
|
}>>;
|
|
758
758
|
error: z.ZodString;
|
|
759
759
|
}, "strip", z.ZodTypeAny, {
|
|
760
|
-
operation: "get_spreadsheet_info";
|
|
761
|
-
success: boolean;
|
|
762
760
|
error: string;
|
|
761
|
+
success: boolean;
|
|
762
|
+
operation: "get_spreadsheet_info";
|
|
763
763
|
spreadsheet?: {
|
|
764
764
|
spreadsheetId: string;
|
|
765
765
|
properties?: {
|
|
@@ -783,9 +783,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
783
783
|
spreadsheetUrl?: string | undefined;
|
|
784
784
|
} | undefined;
|
|
785
785
|
}, {
|
|
786
|
-
operation: "get_spreadsheet_info";
|
|
787
|
-
success: boolean;
|
|
788
786
|
error: string;
|
|
787
|
+
success: boolean;
|
|
788
|
+
operation: "get_spreadsheet_info";
|
|
789
789
|
spreadsheet?: {
|
|
790
790
|
spreadsheetId: string;
|
|
791
791
|
properties?: {
|
|
@@ -933,9 +933,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
933
933
|
}>>;
|
|
934
934
|
error: z.ZodString;
|
|
935
935
|
}, "strip", z.ZodTypeAny, {
|
|
936
|
-
operation: "create_spreadsheet";
|
|
937
|
-
success: boolean;
|
|
938
936
|
error: string;
|
|
937
|
+
success: boolean;
|
|
938
|
+
operation: "create_spreadsheet";
|
|
939
939
|
spreadsheet?: {
|
|
940
940
|
spreadsheetId: string;
|
|
941
941
|
properties?: {
|
|
@@ -959,9 +959,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
959
959
|
spreadsheetUrl?: string | undefined;
|
|
960
960
|
} | undefined;
|
|
961
961
|
}, {
|
|
962
|
-
operation: "create_spreadsheet";
|
|
963
|
-
success: boolean;
|
|
964
962
|
error: string;
|
|
963
|
+
success: boolean;
|
|
964
|
+
operation: "create_spreadsheet";
|
|
965
965
|
spreadsheet?: {
|
|
966
966
|
spreadsheetId: string;
|
|
967
967
|
properties?: {
|
|
@@ -991,15 +991,15 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
991
991
|
sheet_title: z.ZodOptional<z.ZodString>;
|
|
992
992
|
error: z.ZodString;
|
|
993
993
|
}, "strip", z.ZodTypeAny, {
|
|
994
|
-
operation: "add_sheet";
|
|
995
|
-
success: boolean;
|
|
996
994
|
error: string;
|
|
995
|
+
success: boolean;
|
|
996
|
+
operation: "add_sheet";
|
|
997
997
|
sheet_title?: string | undefined;
|
|
998
998
|
sheet_id?: number | undefined;
|
|
999
999
|
}, {
|
|
1000
|
-
operation: "add_sheet";
|
|
1001
|
-
success: boolean;
|
|
1002
1000
|
error: string;
|
|
1001
|
+
success: boolean;
|
|
1002
|
+
operation: "add_sheet";
|
|
1003
1003
|
sheet_title?: string | undefined;
|
|
1004
1004
|
sheet_id?: number | undefined;
|
|
1005
1005
|
}>, z.ZodObject<{
|
|
@@ -1008,14 +1008,14 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
1008
1008
|
deleted_sheet_id: z.ZodOptional<z.ZodNumber>;
|
|
1009
1009
|
error: z.ZodString;
|
|
1010
1010
|
}, "strip", z.ZodTypeAny, {
|
|
1011
|
-
operation: "delete_sheet";
|
|
1012
|
-
success: boolean;
|
|
1013
1011
|
error: string;
|
|
1012
|
+
success: boolean;
|
|
1013
|
+
operation: "delete_sheet";
|
|
1014
1014
|
deleted_sheet_id?: number | undefined;
|
|
1015
1015
|
}, {
|
|
1016
|
-
operation: "delete_sheet";
|
|
1017
|
-
success: boolean;
|
|
1018
1016
|
error: string;
|
|
1017
|
+
success: boolean;
|
|
1018
|
+
operation: "delete_sheet";
|
|
1019
1019
|
deleted_sheet_id?: number | undefined;
|
|
1020
1020
|
}>]>;
|
|
1021
1021
|
export type GoogleSheetsResult = z.output<typeof GoogleSheetsResultSchema>;
|