@bubblelab/bubble-core 0.1.113 → 0.1.114
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 +94 -94
- package/dist/bubbles/service-bubble/agi-inc.d.ts +132 -132
- package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
- package/dist/bubbles/service-bubble/airtable.d.ts +250 -250
- package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +228 -228
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +57 -57
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +84 -84
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +87 -87
- package/dist/bubbles/service-bubble/confluence/confluence.schema.js +1 -1
- package/dist/bubbles/service-bubble/confluence/confluence.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +102 -102
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +298 -298
- package/dist/bubbles/service-bubble/followupboss.d.ts +322 -322
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/github.d.ts +298 -298
- package/dist/bubbles/service-bubble/gmail.d.ts +650 -650
- package/dist/bubbles/service-bubble/google-calendar.d.ts +66 -66
- package/dist/bubbles/service-bubble/google-drive.d.ts +152 -152
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
- package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +91 -91
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1651 -1651
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +368 -368
- package/dist/bubbles/service-bubble/storage.d.ts +44 -44
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +157 -157
- package/dist/bubbles/service-bubble/telegram.d.ts +254 -254
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +54 -54
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +66 -66
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +62 -62
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +82 -82
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +142 -142
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +4 -2
- package/package.json +2 -2
|
@@ -15,15 +15,15 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
15
15
|
content: string;
|
|
16
16
|
operation: "upload_file";
|
|
17
17
|
convert_to_google_docs: boolean;
|
|
18
|
-
mimeType?: string | undefined;
|
|
19
18
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19
|
+
mimeType?: string | undefined;
|
|
20
20
|
parent_folder_id?: string | undefined;
|
|
21
21
|
}, {
|
|
22
22
|
name: string;
|
|
23
23
|
content: string;
|
|
24
24
|
operation: "upload_file";
|
|
25
|
-
mimeType?: string | undefined;
|
|
26
25
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
26
|
+
mimeType?: string | undefined;
|
|
27
27
|
parent_folder_id?: string | undefined;
|
|
28
28
|
convert_to_google_docs?: boolean | undefined;
|
|
29
29
|
}>, z.ZodObject<{
|
|
@@ -273,9 +273,9 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
273
273
|
emailAddress?: string | undefined;
|
|
274
274
|
}>, "many">>;
|
|
275
275
|
}, "strip", z.ZodTypeAny, {
|
|
276
|
+
id: string;
|
|
276
277
|
name: string;
|
|
277
278
|
mimeType: string;
|
|
278
|
-
id: string;
|
|
279
279
|
size?: string | undefined;
|
|
280
280
|
createdTime?: string | undefined;
|
|
281
281
|
modifiedTime?: string | undefined;
|
|
@@ -288,9 +288,9 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
288
288
|
emailAddress?: string | undefined;
|
|
289
289
|
}[] | undefined;
|
|
290
290
|
}, {
|
|
291
|
+
id: string;
|
|
291
292
|
name: string;
|
|
292
293
|
mimeType: string;
|
|
293
|
-
id: string;
|
|
294
294
|
size?: string | undefined;
|
|
295
295
|
createdTime?: string | undefined;
|
|
296
296
|
modifiedTime?: string | undefined;
|
|
@@ -305,13 +305,13 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
305
305
|
}>>;
|
|
306
306
|
error: z.ZodString;
|
|
307
307
|
}, "strip", z.ZodTypeAny, {
|
|
308
|
-
error: string;
|
|
309
|
-
success: boolean;
|
|
310
308
|
operation: "upload_file";
|
|
309
|
+
success: boolean;
|
|
310
|
+
error: string;
|
|
311
311
|
file?: {
|
|
312
|
+
id: string;
|
|
312
313
|
name: string;
|
|
313
314
|
mimeType: string;
|
|
314
|
-
id: string;
|
|
315
315
|
size?: string | undefined;
|
|
316
316
|
createdTime?: string | undefined;
|
|
317
317
|
modifiedTime?: string | undefined;
|
|
@@ -325,13 +325,13 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
325
325
|
}[] | undefined;
|
|
326
326
|
} | undefined;
|
|
327
327
|
}, {
|
|
328
|
-
error: string;
|
|
329
|
-
success: boolean;
|
|
330
328
|
operation: "upload_file";
|
|
329
|
+
success: boolean;
|
|
330
|
+
error: string;
|
|
331
331
|
file?: {
|
|
332
|
+
id: string;
|
|
332
333
|
name: string;
|
|
333
334
|
mimeType: string;
|
|
334
|
-
id: string;
|
|
335
335
|
size?: string | undefined;
|
|
336
336
|
createdTime?: string | undefined;
|
|
337
337
|
modifiedTime?: string | undefined;
|
|
@@ -352,18 +352,18 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
352
352
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
353
353
|
error: z.ZodString;
|
|
354
354
|
}, "strip", z.ZodTypeAny, {
|
|
355
|
-
error: string;
|
|
356
|
-
success: boolean;
|
|
357
355
|
operation: "download_file";
|
|
358
|
-
|
|
356
|
+
success: boolean;
|
|
357
|
+
error: string;
|
|
359
358
|
content?: string | undefined;
|
|
359
|
+
mimeType?: string | undefined;
|
|
360
360
|
filename?: string | undefined;
|
|
361
361
|
}, {
|
|
362
|
-
error: string;
|
|
363
|
-
success: boolean;
|
|
364
362
|
operation: "download_file";
|
|
365
|
-
|
|
363
|
+
success: boolean;
|
|
364
|
+
error: string;
|
|
366
365
|
content?: string | undefined;
|
|
366
|
+
mimeType?: string | undefined;
|
|
367
367
|
filename?: string | undefined;
|
|
368
368
|
}>, z.ZodObject<{
|
|
369
369
|
operation: z.ZodLiteral<"list_files">;
|
|
@@ -390,9 +390,9 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
390
390
|
emailAddress?: string | undefined;
|
|
391
391
|
}>, "many">>;
|
|
392
392
|
}, "strip", z.ZodTypeAny, {
|
|
393
|
+
id: string;
|
|
393
394
|
name: string;
|
|
394
395
|
mimeType: string;
|
|
395
|
-
id: string;
|
|
396
396
|
size?: string | undefined;
|
|
397
397
|
createdTime?: string | undefined;
|
|
398
398
|
modifiedTime?: string | undefined;
|
|
@@ -405,9 +405,9 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
405
405
|
emailAddress?: string | undefined;
|
|
406
406
|
}[] | undefined;
|
|
407
407
|
}, {
|
|
408
|
+
id: string;
|
|
408
409
|
name: string;
|
|
409
410
|
mimeType: string;
|
|
410
|
-
id: string;
|
|
411
411
|
size?: string | undefined;
|
|
412
412
|
createdTime?: string | undefined;
|
|
413
413
|
modifiedTime?: string | undefined;
|
|
@@ -424,13 +424,13 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
424
424
|
next_page_token: z.ZodOptional<z.ZodString>;
|
|
425
425
|
error: z.ZodString;
|
|
426
426
|
}, "strip", z.ZodTypeAny, {
|
|
427
|
-
error: string;
|
|
428
|
-
success: boolean;
|
|
429
427
|
operation: "list_files";
|
|
428
|
+
success: boolean;
|
|
429
|
+
error: string;
|
|
430
430
|
files?: {
|
|
431
|
+
id: string;
|
|
431
432
|
name: string;
|
|
432
433
|
mimeType: string;
|
|
433
|
-
id: string;
|
|
434
434
|
size?: string | undefined;
|
|
435
435
|
createdTime?: string | undefined;
|
|
436
436
|
modifiedTime?: string | undefined;
|
|
@@ -446,13 +446,13 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
446
446
|
total_count?: number | undefined;
|
|
447
447
|
next_page_token?: string | undefined;
|
|
448
448
|
}, {
|
|
449
|
-
error: string;
|
|
450
|
-
success: boolean;
|
|
451
449
|
operation: "list_files";
|
|
450
|
+
success: boolean;
|
|
451
|
+
error: string;
|
|
452
452
|
files?: {
|
|
453
|
+
id: string;
|
|
453
454
|
name: string;
|
|
454
455
|
mimeType: string;
|
|
455
|
-
id: string;
|
|
456
456
|
size?: string | undefined;
|
|
457
457
|
createdTime?: string | undefined;
|
|
458
458
|
modifiedTime?: string | undefined;
|
|
@@ -476,34 +476,34 @@ 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
|
}>>;
|
|
489
489
|
error: z.ZodString;
|
|
490
490
|
}, "strip", z.ZodTypeAny, {
|
|
491
|
-
error: string;
|
|
492
|
-
success: boolean;
|
|
493
491
|
operation: "create_folder";
|
|
492
|
+
success: boolean;
|
|
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;
|
|
500
500
|
}, {
|
|
501
|
-
error: string;
|
|
502
|
-
success: boolean;
|
|
503
501
|
operation: "create_folder";
|
|
502
|
+
success: boolean;
|
|
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;
|
|
@@ -513,14 +513,14 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
513
513
|
deleted_file_id: z.ZodOptional<z.ZodString>;
|
|
514
514
|
error: z.ZodString;
|
|
515
515
|
}, "strip", z.ZodTypeAny, {
|
|
516
|
-
error: string;
|
|
517
|
-
success: boolean;
|
|
518
516
|
operation: "delete_file";
|
|
517
|
+
success: boolean;
|
|
518
|
+
error: string;
|
|
519
519
|
deleted_file_id?: string | undefined;
|
|
520
520
|
}, {
|
|
521
|
-
error: string;
|
|
522
|
-
success: boolean;
|
|
523
521
|
operation: "delete_file";
|
|
522
|
+
success: boolean;
|
|
523
|
+
error: string;
|
|
524
524
|
deleted_file_id?: string | undefined;
|
|
525
525
|
}>, z.ZodObject<{
|
|
526
526
|
operation: z.ZodLiteral<"get_file_info">;
|
|
@@ -547,9 +547,9 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
547
547
|
emailAddress?: string | undefined;
|
|
548
548
|
}>, "many">>;
|
|
549
549
|
}, "strip", z.ZodTypeAny, {
|
|
550
|
+
id: string;
|
|
550
551
|
name: string;
|
|
551
552
|
mimeType: string;
|
|
552
|
-
id: string;
|
|
553
553
|
size?: string | undefined;
|
|
554
554
|
createdTime?: string | undefined;
|
|
555
555
|
modifiedTime?: string | undefined;
|
|
@@ -562,9 +562,9 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
562
562
|
emailAddress?: string | undefined;
|
|
563
563
|
}[] | undefined;
|
|
564
564
|
}, {
|
|
565
|
+
id: string;
|
|
565
566
|
name: string;
|
|
566
567
|
mimeType: string;
|
|
567
|
-
id: string;
|
|
568
568
|
size?: string | undefined;
|
|
569
569
|
createdTime?: string | undefined;
|
|
570
570
|
modifiedTime?: string | undefined;
|
|
@@ -584,27 +584,27 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
584
584
|
emailAddress: z.ZodOptional<z.ZodString>;
|
|
585
585
|
displayName: z.ZodOptional<z.ZodString>;
|
|
586
586
|
}, "strip", z.ZodTypeAny, {
|
|
587
|
-
type: string;
|
|
588
587
|
id: string;
|
|
588
|
+
type: string;
|
|
589
589
|
role: string;
|
|
590
590
|
displayName?: string | undefined;
|
|
591
591
|
emailAddress?: string | undefined;
|
|
592
592
|
}, {
|
|
593
|
-
type: string;
|
|
594
593
|
id: string;
|
|
594
|
+
type: string;
|
|
595
595
|
role: string;
|
|
596
596
|
displayName?: string | undefined;
|
|
597
597
|
emailAddress?: string | undefined;
|
|
598
598
|
}>, "many">>;
|
|
599
599
|
error: z.ZodString;
|
|
600
600
|
}, "strip", z.ZodTypeAny, {
|
|
601
|
-
error: string;
|
|
602
|
-
success: boolean;
|
|
603
601
|
operation: "get_file_info";
|
|
602
|
+
success: boolean;
|
|
603
|
+
error: string;
|
|
604
604
|
file?: {
|
|
605
|
+
id: string;
|
|
605
606
|
name: string;
|
|
606
607
|
mimeType: string;
|
|
607
|
-
id: string;
|
|
608
608
|
size?: string | undefined;
|
|
609
609
|
createdTime?: string | undefined;
|
|
610
610
|
modifiedTime?: string | undefined;
|
|
@@ -618,20 +618,20 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
618
618
|
}[] | undefined;
|
|
619
619
|
} | undefined;
|
|
620
620
|
permissions?: {
|
|
621
|
-
type: string;
|
|
622
621
|
id: string;
|
|
622
|
+
type: string;
|
|
623
623
|
role: string;
|
|
624
624
|
displayName?: string | undefined;
|
|
625
625
|
emailAddress?: string | undefined;
|
|
626
626
|
}[] | undefined;
|
|
627
627
|
}, {
|
|
628
|
-
error: string;
|
|
629
|
-
success: boolean;
|
|
630
628
|
operation: "get_file_info";
|
|
629
|
+
success: boolean;
|
|
630
|
+
error: string;
|
|
631
631
|
file?: {
|
|
632
|
+
id: string;
|
|
632
633
|
name: string;
|
|
633
634
|
mimeType: string;
|
|
634
|
-
id: string;
|
|
635
635
|
size?: string | undefined;
|
|
636
636
|
createdTime?: string | undefined;
|
|
637
637
|
modifiedTime?: string | undefined;
|
|
@@ -645,8 +645,8 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
645
645
|
}[] | undefined;
|
|
646
646
|
} | undefined;
|
|
647
647
|
permissions?: {
|
|
648
|
-
type: string;
|
|
649
648
|
id: string;
|
|
649
|
+
type: string;
|
|
650
650
|
role: string;
|
|
651
651
|
displayName?: string | undefined;
|
|
652
652
|
emailAddress?: string | undefined;
|
|
@@ -658,15 +658,15 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
658
658
|
share_link: z.ZodOptional<z.ZodString>;
|
|
659
659
|
error: z.ZodString;
|
|
660
660
|
}, "strip", z.ZodTypeAny, {
|
|
661
|
-
error: string;
|
|
662
|
-
success: boolean;
|
|
663
661
|
operation: "share_file";
|
|
662
|
+
success: boolean;
|
|
663
|
+
error: string;
|
|
664
664
|
permission_id?: string | undefined;
|
|
665
665
|
share_link?: string | undefined;
|
|
666
666
|
}, {
|
|
667
|
-
error: string;
|
|
668
|
-
success: boolean;
|
|
669
667
|
operation: "share_file";
|
|
668
|
+
success: boolean;
|
|
669
|
+
error: string;
|
|
670
670
|
permission_id?: string | undefined;
|
|
671
671
|
share_link?: string | undefined;
|
|
672
672
|
}>, z.ZodObject<{
|
|
@@ -694,9 +694,9 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
694
694
|
emailAddress?: string | undefined;
|
|
695
695
|
}>, "many">>;
|
|
696
696
|
}, "strip", z.ZodTypeAny, {
|
|
697
|
+
id: string;
|
|
697
698
|
name: string;
|
|
698
699
|
mimeType: string;
|
|
699
|
-
id: string;
|
|
700
700
|
size?: string | undefined;
|
|
701
701
|
createdTime?: string | undefined;
|
|
702
702
|
modifiedTime?: string | undefined;
|
|
@@ -709,9 +709,9 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
709
709
|
emailAddress?: string | undefined;
|
|
710
710
|
}[] | undefined;
|
|
711
711
|
}, {
|
|
712
|
+
id: string;
|
|
712
713
|
name: string;
|
|
713
714
|
mimeType: string;
|
|
714
|
-
id: string;
|
|
715
715
|
size?: string | undefined;
|
|
716
716
|
createdTime?: string | undefined;
|
|
717
717
|
modifiedTime?: string | undefined;
|
|
@@ -726,13 +726,13 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
726
726
|
}>>;
|
|
727
727
|
error: z.ZodString;
|
|
728
728
|
}, "strip", z.ZodTypeAny, {
|
|
729
|
-
error: string;
|
|
730
|
-
success: boolean;
|
|
731
729
|
operation: "move_file";
|
|
730
|
+
success: boolean;
|
|
731
|
+
error: string;
|
|
732
732
|
file?: {
|
|
733
|
+
id: string;
|
|
733
734
|
name: string;
|
|
734
735
|
mimeType: string;
|
|
735
|
-
id: string;
|
|
736
736
|
size?: string | undefined;
|
|
737
737
|
createdTime?: string | undefined;
|
|
738
738
|
modifiedTime?: string | undefined;
|
|
@@ -746,13 +746,13 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
746
746
|
}[] | undefined;
|
|
747
747
|
} | undefined;
|
|
748
748
|
}, {
|
|
749
|
-
error: string;
|
|
750
|
-
success: boolean;
|
|
751
749
|
operation: "move_file";
|
|
750
|
+
success: boolean;
|
|
751
|
+
error: string;
|
|
752
752
|
file?: {
|
|
753
|
+
id: string;
|
|
753
754
|
name: string;
|
|
754
755
|
mimeType: string;
|
|
755
|
-
id: string;
|
|
756
756
|
size?: string | undefined;
|
|
757
757
|
createdTime?: string | undefined;
|
|
758
758
|
modifiedTime?: string | undefined;
|
|
@@ -812,9 +812,9 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
812
812
|
}>, "many">>;
|
|
813
813
|
error: z.ZodString;
|
|
814
814
|
}, "strip", z.ZodTypeAny, {
|
|
815
|
-
error: string;
|
|
816
|
-
success: boolean;
|
|
817
815
|
operation: "get_doc";
|
|
816
|
+
success: boolean;
|
|
817
|
+
error: string;
|
|
818
818
|
document?: z.objectOutputType<{
|
|
819
819
|
documentId: z.ZodString;
|
|
820
820
|
title: z.ZodString;
|
|
@@ -832,9 +832,9 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
832
832
|
plainText?: string | undefined;
|
|
833
833
|
}[] | undefined;
|
|
834
834
|
}, {
|
|
835
|
-
error: string;
|
|
836
|
-
success: boolean;
|
|
837
835
|
operation: "get_doc";
|
|
836
|
+
success: boolean;
|
|
837
|
+
error: string;
|
|
838
838
|
document?: z.objectInputType<{
|
|
839
839
|
documentId: z.ZodString;
|
|
840
840
|
title: z.ZodString;
|
|
@@ -858,15 +858,15 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
858
858
|
revisionId: z.ZodOptional<z.ZodString>;
|
|
859
859
|
error: z.ZodString;
|
|
860
860
|
}, "strip", z.ZodTypeAny, {
|
|
861
|
-
error: string;
|
|
862
|
-
success: boolean;
|
|
863
861
|
operation: "update_doc";
|
|
862
|
+
success: boolean;
|
|
863
|
+
error: string;
|
|
864
864
|
documentId?: string | undefined;
|
|
865
865
|
revisionId?: string | undefined;
|
|
866
866
|
}, {
|
|
867
|
-
error: string;
|
|
868
|
-
success: boolean;
|
|
869
867
|
operation: "update_doc";
|
|
868
|
+
success: boolean;
|
|
869
|
+
error: string;
|
|
870
870
|
documentId?: string | undefined;
|
|
871
871
|
revisionId?: string | undefined;
|
|
872
872
|
}>, z.ZodObject<{
|
|
@@ -875,14 +875,14 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
875
875
|
replacements_made: z.ZodOptional<z.ZodNumber>;
|
|
876
876
|
error: z.ZodString;
|
|
877
877
|
}, "strip", z.ZodTypeAny, {
|
|
878
|
-
error: string;
|
|
879
|
-
success: boolean;
|
|
880
878
|
operation: "replace_text";
|
|
879
|
+
success: boolean;
|
|
880
|
+
error: string;
|
|
881
881
|
replacements_made?: number | undefined;
|
|
882
882
|
}, {
|
|
883
|
-
error: string;
|
|
884
|
-
success: boolean;
|
|
885
883
|
operation: "replace_text";
|
|
884
|
+
success: boolean;
|
|
885
|
+
error: string;
|
|
886
886
|
replacements_made?: number | undefined;
|
|
887
887
|
}>, z.ZodObject<{
|
|
888
888
|
operation: z.ZodLiteral<"copy_doc">;
|
|
@@ -891,15 +891,15 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
891
891
|
new_document_url: z.ZodOptional<z.ZodString>;
|
|
892
892
|
error: z.ZodString;
|
|
893
893
|
}, "strip", z.ZodTypeAny, {
|
|
894
|
-
error: string;
|
|
895
|
-
success: boolean;
|
|
896
894
|
operation: "copy_doc";
|
|
895
|
+
success: boolean;
|
|
896
|
+
error: string;
|
|
897
897
|
new_document_id?: string | undefined;
|
|
898
898
|
new_document_url?: string | undefined;
|
|
899
899
|
}, {
|
|
900
|
-
error: string;
|
|
901
|
-
success: boolean;
|
|
902
900
|
operation: "copy_doc";
|
|
901
|
+
success: boolean;
|
|
902
|
+
error: string;
|
|
903
903
|
new_document_id?: string | undefined;
|
|
904
904
|
new_document_url?: string | undefined;
|
|
905
905
|
}>]>;
|
|
@@ -929,15 +929,15 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
929
929
|
content: string;
|
|
930
930
|
operation: "upload_file";
|
|
931
931
|
convert_to_google_docs: boolean;
|
|
932
|
-
mimeType?: string | undefined;
|
|
933
932
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
933
|
+
mimeType?: string | undefined;
|
|
934
934
|
parent_folder_id?: string | undefined;
|
|
935
935
|
}, {
|
|
936
936
|
name: string;
|
|
937
937
|
content: string;
|
|
938
938
|
operation: "upload_file";
|
|
939
|
-
mimeType?: string | undefined;
|
|
940
939
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
940
|
+
mimeType?: string | undefined;
|
|
941
941
|
parent_folder_id?: string | undefined;
|
|
942
942
|
convert_to_google_docs?: boolean | undefined;
|
|
943
943
|
}>, z.ZodObject<{
|
|
@@ -1187,9 +1187,9 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1187
1187
|
emailAddress?: string | undefined;
|
|
1188
1188
|
}>, "many">>;
|
|
1189
1189
|
}, "strip", z.ZodTypeAny, {
|
|
1190
|
+
id: string;
|
|
1190
1191
|
name: string;
|
|
1191
1192
|
mimeType: string;
|
|
1192
|
-
id: string;
|
|
1193
1193
|
size?: string | undefined;
|
|
1194
1194
|
createdTime?: string | undefined;
|
|
1195
1195
|
modifiedTime?: string | undefined;
|
|
@@ -1202,9 +1202,9 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1202
1202
|
emailAddress?: string | undefined;
|
|
1203
1203
|
}[] | undefined;
|
|
1204
1204
|
}, {
|
|
1205
|
+
id: string;
|
|
1205
1206
|
name: string;
|
|
1206
1207
|
mimeType: string;
|
|
1207
|
-
id: string;
|
|
1208
1208
|
size?: string | undefined;
|
|
1209
1209
|
createdTime?: string | undefined;
|
|
1210
1210
|
modifiedTime?: string | undefined;
|
|
@@ -1219,13 +1219,13 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1219
1219
|
}>>;
|
|
1220
1220
|
error: z.ZodString;
|
|
1221
1221
|
}, "strip", z.ZodTypeAny, {
|
|
1222
|
-
error: string;
|
|
1223
|
-
success: boolean;
|
|
1224
1222
|
operation: "upload_file";
|
|
1223
|
+
success: boolean;
|
|
1224
|
+
error: string;
|
|
1225
1225
|
file?: {
|
|
1226
|
+
id: string;
|
|
1226
1227
|
name: string;
|
|
1227
1228
|
mimeType: string;
|
|
1228
|
-
id: string;
|
|
1229
1229
|
size?: string | undefined;
|
|
1230
1230
|
createdTime?: string | undefined;
|
|
1231
1231
|
modifiedTime?: string | undefined;
|
|
@@ -1239,13 +1239,13 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1239
1239
|
}[] | undefined;
|
|
1240
1240
|
} | undefined;
|
|
1241
1241
|
}, {
|
|
1242
|
-
error: string;
|
|
1243
|
-
success: boolean;
|
|
1244
1242
|
operation: "upload_file";
|
|
1243
|
+
success: boolean;
|
|
1244
|
+
error: string;
|
|
1245
1245
|
file?: {
|
|
1246
|
+
id: string;
|
|
1246
1247
|
name: string;
|
|
1247
1248
|
mimeType: string;
|
|
1248
|
-
id: string;
|
|
1249
1249
|
size?: string | undefined;
|
|
1250
1250
|
createdTime?: string | undefined;
|
|
1251
1251
|
modifiedTime?: string | undefined;
|
|
@@ -1266,18 +1266,18 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1266
1266
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
1267
1267
|
error: z.ZodString;
|
|
1268
1268
|
}, "strip", z.ZodTypeAny, {
|
|
1269
|
-
error: string;
|
|
1270
|
-
success: boolean;
|
|
1271
1269
|
operation: "download_file";
|
|
1272
|
-
|
|
1270
|
+
success: boolean;
|
|
1271
|
+
error: string;
|
|
1273
1272
|
content?: string | undefined;
|
|
1273
|
+
mimeType?: string | undefined;
|
|
1274
1274
|
filename?: string | undefined;
|
|
1275
1275
|
}, {
|
|
1276
|
-
error: string;
|
|
1277
|
-
success: boolean;
|
|
1278
1276
|
operation: "download_file";
|
|
1279
|
-
|
|
1277
|
+
success: boolean;
|
|
1278
|
+
error: string;
|
|
1280
1279
|
content?: string | undefined;
|
|
1280
|
+
mimeType?: string | undefined;
|
|
1281
1281
|
filename?: string | undefined;
|
|
1282
1282
|
}>, z.ZodObject<{
|
|
1283
1283
|
operation: z.ZodLiteral<"list_files">;
|
|
@@ -1304,9 +1304,9 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1304
1304
|
emailAddress?: string | undefined;
|
|
1305
1305
|
}>, "many">>;
|
|
1306
1306
|
}, "strip", z.ZodTypeAny, {
|
|
1307
|
+
id: string;
|
|
1307
1308
|
name: string;
|
|
1308
1309
|
mimeType: string;
|
|
1309
|
-
id: string;
|
|
1310
1310
|
size?: string | undefined;
|
|
1311
1311
|
createdTime?: string | undefined;
|
|
1312
1312
|
modifiedTime?: string | undefined;
|
|
@@ -1319,9 +1319,9 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1319
1319
|
emailAddress?: string | undefined;
|
|
1320
1320
|
}[] | undefined;
|
|
1321
1321
|
}, {
|
|
1322
|
+
id: string;
|
|
1322
1323
|
name: string;
|
|
1323
1324
|
mimeType: string;
|
|
1324
|
-
id: string;
|
|
1325
1325
|
size?: string | undefined;
|
|
1326
1326
|
createdTime?: string | undefined;
|
|
1327
1327
|
modifiedTime?: string | undefined;
|
|
@@ -1338,13 +1338,13 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1338
1338
|
next_page_token: z.ZodOptional<z.ZodString>;
|
|
1339
1339
|
error: z.ZodString;
|
|
1340
1340
|
}, "strip", z.ZodTypeAny, {
|
|
1341
|
-
error: string;
|
|
1342
|
-
success: boolean;
|
|
1343
1341
|
operation: "list_files";
|
|
1342
|
+
success: boolean;
|
|
1343
|
+
error: string;
|
|
1344
1344
|
files?: {
|
|
1345
|
+
id: string;
|
|
1345
1346
|
name: string;
|
|
1346
1347
|
mimeType: string;
|
|
1347
|
-
id: string;
|
|
1348
1348
|
size?: string | undefined;
|
|
1349
1349
|
createdTime?: string | undefined;
|
|
1350
1350
|
modifiedTime?: string | undefined;
|
|
@@ -1360,13 +1360,13 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1360
1360
|
total_count?: number | undefined;
|
|
1361
1361
|
next_page_token?: string | undefined;
|
|
1362
1362
|
}, {
|
|
1363
|
-
error: string;
|
|
1364
|
-
success: boolean;
|
|
1365
1363
|
operation: "list_files";
|
|
1364
|
+
success: boolean;
|
|
1365
|
+
error: string;
|
|
1366
1366
|
files?: {
|
|
1367
|
+
id: string;
|
|
1367
1368
|
name: string;
|
|
1368
1369
|
mimeType: string;
|
|
1369
|
-
id: string;
|
|
1370
1370
|
size?: string | undefined;
|
|
1371
1371
|
createdTime?: string | undefined;
|
|
1372
1372
|
modifiedTime?: string | undefined;
|
|
@@ -1390,34 +1390,34 @@ 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
|
}>>;
|
|
1403
1403
|
error: z.ZodString;
|
|
1404
1404
|
}, "strip", z.ZodTypeAny, {
|
|
1405
|
-
error: string;
|
|
1406
|
-
success: boolean;
|
|
1407
1405
|
operation: "create_folder";
|
|
1406
|
+
success: boolean;
|
|
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;
|
|
1414
1414
|
}, {
|
|
1415
|
-
error: string;
|
|
1416
|
-
success: boolean;
|
|
1417
1415
|
operation: "create_folder";
|
|
1416
|
+
success: boolean;
|
|
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;
|
|
@@ -1427,14 +1427,14 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1427
1427
|
deleted_file_id: z.ZodOptional<z.ZodString>;
|
|
1428
1428
|
error: z.ZodString;
|
|
1429
1429
|
}, "strip", z.ZodTypeAny, {
|
|
1430
|
-
error: string;
|
|
1431
|
-
success: boolean;
|
|
1432
1430
|
operation: "delete_file";
|
|
1431
|
+
success: boolean;
|
|
1432
|
+
error: string;
|
|
1433
1433
|
deleted_file_id?: string | undefined;
|
|
1434
1434
|
}, {
|
|
1435
|
-
error: string;
|
|
1436
|
-
success: boolean;
|
|
1437
1435
|
operation: "delete_file";
|
|
1436
|
+
success: boolean;
|
|
1437
|
+
error: string;
|
|
1438
1438
|
deleted_file_id?: string | undefined;
|
|
1439
1439
|
}>, z.ZodObject<{
|
|
1440
1440
|
operation: z.ZodLiteral<"get_file_info">;
|
|
@@ -1461,9 +1461,9 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1461
1461
|
emailAddress?: string | undefined;
|
|
1462
1462
|
}>, "many">>;
|
|
1463
1463
|
}, "strip", z.ZodTypeAny, {
|
|
1464
|
+
id: string;
|
|
1464
1465
|
name: string;
|
|
1465
1466
|
mimeType: string;
|
|
1466
|
-
id: string;
|
|
1467
1467
|
size?: string | undefined;
|
|
1468
1468
|
createdTime?: string | undefined;
|
|
1469
1469
|
modifiedTime?: string | undefined;
|
|
@@ -1476,9 +1476,9 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1476
1476
|
emailAddress?: string | undefined;
|
|
1477
1477
|
}[] | undefined;
|
|
1478
1478
|
}, {
|
|
1479
|
+
id: string;
|
|
1479
1480
|
name: string;
|
|
1480
1481
|
mimeType: string;
|
|
1481
|
-
id: string;
|
|
1482
1482
|
size?: string | undefined;
|
|
1483
1483
|
createdTime?: string | undefined;
|
|
1484
1484
|
modifiedTime?: string | undefined;
|
|
@@ -1498,27 +1498,27 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1498
1498
|
emailAddress: z.ZodOptional<z.ZodString>;
|
|
1499
1499
|
displayName: z.ZodOptional<z.ZodString>;
|
|
1500
1500
|
}, "strip", z.ZodTypeAny, {
|
|
1501
|
-
type: string;
|
|
1502
1501
|
id: string;
|
|
1502
|
+
type: string;
|
|
1503
1503
|
role: string;
|
|
1504
1504
|
displayName?: string | undefined;
|
|
1505
1505
|
emailAddress?: string | undefined;
|
|
1506
1506
|
}, {
|
|
1507
|
-
type: string;
|
|
1508
1507
|
id: string;
|
|
1508
|
+
type: string;
|
|
1509
1509
|
role: string;
|
|
1510
1510
|
displayName?: string | undefined;
|
|
1511
1511
|
emailAddress?: string | undefined;
|
|
1512
1512
|
}>, "many">>;
|
|
1513
1513
|
error: z.ZodString;
|
|
1514
1514
|
}, "strip", z.ZodTypeAny, {
|
|
1515
|
-
error: string;
|
|
1516
|
-
success: boolean;
|
|
1517
1515
|
operation: "get_file_info";
|
|
1516
|
+
success: boolean;
|
|
1517
|
+
error: string;
|
|
1518
1518
|
file?: {
|
|
1519
|
+
id: string;
|
|
1519
1520
|
name: string;
|
|
1520
1521
|
mimeType: string;
|
|
1521
|
-
id: string;
|
|
1522
1522
|
size?: string | undefined;
|
|
1523
1523
|
createdTime?: string | undefined;
|
|
1524
1524
|
modifiedTime?: string | undefined;
|
|
@@ -1532,20 +1532,20 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1532
1532
|
}[] | undefined;
|
|
1533
1533
|
} | undefined;
|
|
1534
1534
|
permissions?: {
|
|
1535
|
-
type: string;
|
|
1536
1535
|
id: string;
|
|
1536
|
+
type: string;
|
|
1537
1537
|
role: string;
|
|
1538
1538
|
displayName?: string | undefined;
|
|
1539
1539
|
emailAddress?: string | undefined;
|
|
1540
1540
|
}[] | undefined;
|
|
1541
1541
|
}, {
|
|
1542
|
-
error: string;
|
|
1543
|
-
success: boolean;
|
|
1544
1542
|
operation: "get_file_info";
|
|
1543
|
+
success: boolean;
|
|
1544
|
+
error: string;
|
|
1545
1545
|
file?: {
|
|
1546
|
+
id: string;
|
|
1546
1547
|
name: string;
|
|
1547
1548
|
mimeType: string;
|
|
1548
|
-
id: string;
|
|
1549
1549
|
size?: string | undefined;
|
|
1550
1550
|
createdTime?: string | undefined;
|
|
1551
1551
|
modifiedTime?: string | undefined;
|
|
@@ -1559,8 +1559,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1559
1559
|
}[] | undefined;
|
|
1560
1560
|
} | undefined;
|
|
1561
1561
|
permissions?: {
|
|
1562
|
-
type: string;
|
|
1563
1562
|
id: string;
|
|
1563
|
+
type: string;
|
|
1564
1564
|
role: string;
|
|
1565
1565
|
displayName?: string | undefined;
|
|
1566
1566
|
emailAddress?: string | undefined;
|
|
@@ -1572,15 +1572,15 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1572
1572
|
share_link: z.ZodOptional<z.ZodString>;
|
|
1573
1573
|
error: z.ZodString;
|
|
1574
1574
|
}, "strip", z.ZodTypeAny, {
|
|
1575
|
-
error: string;
|
|
1576
|
-
success: boolean;
|
|
1577
1575
|
operation: "share_file";
|
|
1576
|
+
success: boolean;
|
|
1577
|
+
error: string;
|
|
1578
1578
|
permission_id?: string | undefined;
|
|
1579
1579
|
share_link?: string | undefined;
|
|
1580
1580
|
}, {
|
|
1581
|
-
error: string;
|
|
1582
|
-
success: boolean;
|
|
1583
1581
|
operation: "share_file";
|
|
1582
|
+
success: boolean;
|
|
1583
|
+
error: string;
|
|
1584
1584
|
permission_id?: string | undefined;
|
|
1585
1585
|
share_link?: string | undefined;
|
|
1586
1586
|
}>, z.ZodObject<{
|
|
@@ -1608,9 +1608,9 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1608
1608
|
emailAddress?: string | undefined;
|
|
1609
1609
|
}>, "many">>;
|
|
1610
1610
|
}, "strip", z.ZodTypeAny, {
|
|
1611
|
+
id: string;
|
|
1611
1612
|
name: string;
|
|
1612
1613
|
mimeType: string;
|
|
1613
|
-
id: string;
|
|
1614
1614
|
size?: string | undefined;
|
|
1615
1615
|
createdTime?: string | undefined;
|
|
1616
1616
|
modifiedTime?: string | undefined;
|
|
@@ -1623,9 +1623,9 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1623
1623
|
emailAddress?: string | undefined;
|
|
1624
1624
|
}[] | undefined;
|
|
1625
1625
|
}, {
|
|
1626
|
+
id: string;
|
|
1626
1627
|
name: string;
|
|
1627
1628
|
mimeType: string;
|
|
1628
|
-
id: string;
|
|
1629
1629
|
size?: string | undefined;
|
|
1630
1630
|
createdTime?: string | undefined;
|
|
1631
1631
|
modifiedTime?: string | undefined;
|
|
@@ -1640,13 +1640,13 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1640
1640
|
}>>;
|
|
1641
1641
|
error: z.ZodString;
|
|
1642
1642
|
}, "strip", z.ZodTypeAny, {
|
|
1643
|
-
error: string;
|
|
1644
|
-
success: boolean;
|
|
1645
1643
|
operation: "move_file";
|
|
1644
|
+
success: boolean;
|
|
1645
|
+
error: string;
|
|
1646
1646
|
file?: {
|
|
1647
|
+
id: string;
|
|
1647
1648
|
name: string;
|
|
1648
1649
|
mimeType: string;
|
|
1649
|
-
id: string;
|
|
1650
1650
|
size?: string | undefined;
|
|
1651
1651
|
createdTime?: string | undefined;
|
|
1652
1652
|
modifiedTime?: string | undefined;
|
|
@@ -1660,13 +1660,13 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1660
1660
|
}[] | undefined;
|
|
1661
1661
|
} | undefined;
|
|
1662
1662
|
}, {
|
|
1663
|
-
error: string;
|
|
1664
|
-
success: boolean;
|
|
1665
1663
|
operation: "move_file";
|
|
1664
|
+
success: boolean;
|
|
1665
|
+
error: string;
|
|
1666
1666
|
file?: {
|
|
1667
|
+
id: string;
|
|
1667
1668
|
name: string;
|
|
1668
1669
|
mimeType: string;
|
|
1669
|
-
id: string;
|
|
1670
1670
|
size?: string | undefined;
|
|
1671
1671
|
createdTime?: string | undefined;
|
|
1672
1672
|
modifiedTime?: string | undefined;
|
|
@@ -1726,9 +1726,9 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1726
1726
|
}>, "many">>;
|
|
1727
1727
|
error: z.ZodString;
|
|
1728
1728
|
}, "strip", z.ZodTypeAny, {
|
|
1729
|
-
error: string;
|
|
1730
|
-
success: boolean;
|
|
1731
1729
|
operation: "get_doc";
|
|
1730
|
+
success: boolean;
|
|
1731
|
+
error: string;
|
|
1732
1732
|
document?: z.objectOutputType<{
|
|
1733
1733
|
documentId: z.ZodString;
|
|
1734
1734
|
title: z.ZodString;
|
|
@@ -1746,9 +1746,9 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1746
1746
|
plainText?: string | undefined;
|
|
1747
1747
|
}[] | undefined;
|
|
1748
1748
|
}, {
|
|
1749
|
-
error: string;
|
|
1750
|
-
success: boolean;
|
|
1751
1749
|
operation: "get_doc";
|
|
1750
|
+
success: boolean;
|
|
1751
|
+
error: string;
|
|
1752
1752
|
document?: z.objectInputType<{
|
|
1753
1753
|
documentId: z.ZodString;
|
|
1754
1754
|
title: z.ZodString;
|
|
@@ -1772,15 +1772,15 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1772
1772
|
revisionId: z.ZodOptional<z.ZodString>;
|
|
1773
1773
|
error: z.ZodString;
|
|
1774
1774
|
}, "strip", z.ZodTypeAny, {
|
|
1775
|
-
error: string;
|
|
1776
|
-
success: boolean;
|
|
1777
1775
|
operation: "update_doc";
|
|
1776
|
+
success: boolean;
|
|
1777
|
+
error: string;
|
|
1778
1778
|
documentId?: string | undefined;
|
|
1779
1779
|
revisionId?: string | undefined;
|
|
1780
1780
|
}, {
|
|
1781
|
-
error: string;
|
|
1782
|
-
success: boolean;
|
|
1783
1781
|
operation: "update_doc";
|
|
1782
|
+
success: boolean;
|
|
1783
|
+
error: string;
|
|
1784
1784
|
documentId?: string | undefined;
|
|
1785
1785
|
revisionId?: string | undefined;
|
|
1786
1786
|
}>, z.ZodObject<{
|
|
@@ -1789,14 +1789,14 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1789
1789
|
replacements_made: z.ZodOptional<z.ZodNumber>;
|
|
1790
1790
|
error: z.ZodString;
|
|
1791
1791
|
}, "strip", z.ZodTypeAny, {
|
|
1792
|
-
error: string;
|
|
1793
|
-
success: boolean;
|
|
1794
1792
|
operation: "replace_text";
|
|
1793
|
+
success: boolean;
|
|
1794
|
+
error: string;
|
|
1795
1795
|
replacements_made?: number | undefined;
|
|
1796
1796
|
}, {
|
|
1797
|
-
error: string;
|
|
1798
|
-
success: boolean;
|
|
1799
1797
|
operation: "replace_text";
|
|
1798
|
+
success: boolean;
|
|
1799
|
+
error: string;
|
|
1800
1800
|
replacements_made?: number | undefined;
|
|
1801
1801
|
}>, z.ZodObject<{
|
|
1802
1802
|
operation: z.ZodLiteral<"copy_doc">;
|
|
@@ -1805,15 +1805,15 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1805
1805
|
new_document_url: z.ZodOptional<z.ZodString>;
|
|
1806
1806
|
error: z.ZodString;
|
|
1807
1807
|
}, "strip", z.ZodTypeAny, {
|
|
1808
|
-
error: string;
|
|
1809
|
-
success: boolean;
|
|
1810
1808
|
operation: "copy_doc";
|
|
1809
|
+
success: boolean;
|
|
1810
|
+
error: string;
|
|
1811
1811
|
new_document_id?: string | undefined;
|
|
1812
1812
|
new_document_url?: string | undefined;
|
|
1813
1813
|
}, {
|
|
1814
|
-
error: string;
|
|
1815
|
-
success: boolean;
|
|
1816
1814
|
operation: "copy_doc";
|
|
1815
|
+
success: boolean;
|
|
1816
|
+
error: string;
|
|
1817
1817
|
new_document_id?: string | undefined;
|
|
1818
1818
|
new_document_url?: string | undefined;
|
|
1819
1819
|
}>]>;
|