@bubblelab/bubble-core 0.1.25 → 0.1.26
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 +82 -66
- package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
- package/dist/bubbles/service-bubble/ai-agent.d.ts +18 -18
- package/dist/bubbles/service-bubble/airtable.d.ts +116 -116
- package/dist/bubbles/service-bubble/apify/apify.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +30 -30
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +64 -64
- package/dist/bubbles/service-bubble/followupboss.d.ts +176 -176
- package/dist/bubbles/service-bubble/github.d.ts +80 -80
- package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +56 -56
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/hello-world.d.ts +2 -2
- package/dist/bubbles/service-bubble/notion/notion.d.ts +874 -874
- package/dist/bubbles/service-bubble/resend.d.ts +16 -16
- package/dist/bubbles/service-bubble/slack/slack.d.ts +144 -144
- package/dist/bubbles/service-bubble/storage.d.ts +30 -30
- package/dist/bubbles/service-bubble/telegram.d.ts +208 -208
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +138 -138
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +173 -173
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.js +22 -6
- package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +52 -52
- package/dist/bubbles.json +52054 -6
- 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
|
@@ -313,15 +313,15 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
313
313
|
thread_id: z.ZodOptional<z.ZodString>;
|
|
314
314
|
error: z.ZodString;
|
|
315
315
|
}, "strip", z.ZodTypeAny, {
|
|
316
|
-
operation: "send_email";
|
|
317
316
|
success: boolean;
|
|
318
317
|
error: string;
|
|
318
|
+
operation: "send_email";
|
|
319
319
|
message_id?: string | undefined;
|
|
320
320
|
thread_id?: string | undefined;
|
|
321
321
|
}, {
|
|
322
|
-
operation: "send_email";
|
|
323
322
|
success: boolean;
|
|
324
323
|
error: string;
|
|
324
|
+
operation: "send_email";
|
|
325
325
|
message_id?: string | undefined;
|
|
326
326
|
thread_id?: string | undefined;
|
|
327
327
|
}>, z.ZodObject<{
|
|
@@ -343,11 +343,11 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
343
343
|
name: z.ZodString;
|
|
344
344
|
value: z.ZodString;
|
|
345
345
|
}, "strip", z.ZodTypeAny, {
|
|
346
|
-
name: string;
|
|
347
346
|
value: string;
|
|
348
|
-
}, {
|
|
349
347
|
name: string;
|
|
348
|
+
}, {
|
|
350
349
|
value: string;
|
|
350
|
+
name: string;
|
|
351
351
|
}>, "many">>;
|
|
352
352
|
body: z.ZodOptional<z.ZodObject<{
|
|
353
353
|
data: z.ZodOptional<z.ZodString>;
|
|
@@ -366,8 +366,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
366
366
|
}, "strip", z.ZodTypeAny, {
|
|
367
367
|
mimeType?: string | undefined;
|
|
368
368
|
headers?: {
|
|
369
|
-
name: string;
|
|
370
369
|
value: string;
|
|
370
|
+
name: string;
|
|
371
371
|
}[] | undefined;
|
|
372
372
|
body?: {
|
|
373
373
|
data?: string | undefined;
|
|
@@ -378,8 +378,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
378
378
|
}, {
|
|
379
379
|
mimeType?: string | undefined;
|
|
380
380
|
headers?: {
|
|
381
|
-
name: string;
|
|
382
381
|
value: string;
|
|
382
|
+
name: string;
|
|
383
383
|
}[] | undefined;
|
|
384
384
|
body?: {
|
|
385
385
|
data?: string | undefined;
|
|
@@ -401,8 +401,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
401
401
|
payload?: {
|
|
402
402
|
mimeType?: string | undefined;
|
|
403
403
|
headers?: {
|
|
404
|
-
name: string;
|
|
405
404
|
value: string;
|
|
405
|
+
name: string;
|
|
406
406
|
}[] | undefined;
|
|
407
407
|
body?: {
|
|
408
408
|
data?: string | undefined;
|
|
@@ -424,8 +424,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
424
424
|
payload?: {
|
|
425
425
|
mimeType?: string | undefined;
|
|
426
426
|
headers?: {
|
|
427
|
-
name: string;
|
|
428
427
|
value: string;
|
|
428
|
+
name: string;
|
|
429
429
|
}[] | undefined;
|
|
430
430
|
body?: {
|
|
431
431
|
data?: string | undefined;
|
|
@@ -439,9 +439,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
439
439
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
440
440
|
error: z.ZodString;
|
|
441
441
|
}, "strip", z.ZodTypeAny, {
|
|
442
|
-
operation: "list_emails";
|
|
443
442
|
success: boolean;
|
|
444
443
|
error: string;
|
|
444
|
+
operation: "list_emails";
|
|
445
445
|
messages?: {
|
|
446
446
|
id: string;
|
|
447
447
|
threadId?: string | undefined;
|
|
@@ -455,8 +455,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
455
455
|
payload?: {
|
|
456
456
|
mimeType?: string | undefined;
|
|
457
457
|
headers?: {
|
|
458
|
-
name: string;
|
|
459
458
|
value: string;
|
|
459
|
+
name: string;
|
|
460
460
|
}[] | undefined;
|
|
461
461
|
body?: {
|
|
462
462
|
data?: string | undefined;
|
|
@@ -469,9 +469,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
469
469
|
next_page_token?: string | undefined;
|
|
470
470
|
result_size_estimate?: number | undefined;
|
|
471
471
|
}, {
|
|
472
|
-
operation: "list_emails";
|
|
473
472
|
success: boolean;
|
|
474
473
|
error: string;
|
|
474
|
+
operation: "list_emails";
|
|
475
475
|
messages?: {
|
|
476
476
|
id: string;
|
|
477
477
|
threadId?: string | undefined;
|
|
@@ -485,8 +485,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
485
485
|
payload?: {
|
|
486
486
|
mimeType?: string | undefined;
|
|
487
487
|
headers?: {
|
|
488
|
-
name: string;
|
|
489
488
|
value: string;
|
|
489
|
+
name: string;
|
|
490
490
|
}[] | undefined;
|
|
491
491
|
body?: {
|
|
492
492
|
data?: string | undefined;
|
|
@@ -517,11 +517,11 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
517
517
|
name: z.ZodString;
|
|
518
518
|
value: z.ZodString;
|
|
519
519
|
}, "strip", z.ZodTypeAny, {
|
|
520
|
-
name: string;
|
|
521
520
|
value: string;
|
|
522
|
-
}, {
|
|
523
521
|
name: string;
|
|
522
|
+
}, {
|
|
524
523
|
value: string;
|
|
524
|
+
name: string;
|
|
525
525
|
}>, "many">>;
|
|
526
526
|
body: z.ZodOptional<z.ZodObject<{
|
|
527
527
|
data: z.ZodOptional<z.ZodString>;
|
|
@@ -540,8 +540,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
540
540
|
}, "strip", z.ZodTypeAny, {
|
|
541
541
|
mimeType?: string | undefined;
|
|
542
542
|
headers?: {
|
|
543
|
-
name: string;
|
|
544
543
|
value: string;
|
|
544
|
+
name: string;
|
|
545
545
|
}[] | undefined;
|
|
546
546
|
body?: {
|
|
547
547
|
data?: string | undefined;
|
|
@@ -552,8 +552,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
552
552
|
}, {
|
|
553
553
|
mimeType?: string | undefined;
|
|
554
554
|
headers?: {
|
|
555
|
-
name: string;
|
|
556
555
|
value: string;
|
|
556
|
+
name: string;
|
|
557
557
|
}[] | undefined;
|
|
558
558
|
body?: {
|
|
559
559
|
data?: string | undefined;
|
|
@@ -575,8 +575,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
575
575
|
payload?: {
|
|
576
576
|
mimeType?: string | undefined;
|
|
577
577
|
headers?: {
|
|
578
|
-
name: string;
|
|
579
578
|
value: string;
|
|
579
|
+
name: string;
|
|
580
580
|
}[] | undefined;
|
|
581
581
|
body?: {
|
|
582
582
|
data?: string | undefined;
|
|
@@ -598,8 +598,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
598
598
|
payload?: {
|
|
599
599
|
mimeType?: string | undefined;
|
|
600
600
|
headers?: {
|
|
601
|
-
name: string;
|
|
602
601
|
value: string;
|
|
602
|
+
name: string;
|
|
603
603
|
}[] | undefined;
|
|
604
604
|
body?: {
|
|
605
605
|
data?: string | undefined;
|
|
@@ -611,9 +611,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
611
611
|
}>>;
|
|
612
612
|
error: z.ZodString;
|
|
613
613
|
}, "strip", z.ZodTypeAny, {
|
|
614
|
-
operation: "get_email";
|
|
615
614
|
success: boolean;
|
|
616
615
|
error: string;
|
|
616
|
+
operation: "get_email";
|
|
617
617
|
message?: {
|
|
618
618
|
id: string;
|
|
619
619
|
threadId?: string | undefined;
|
|
@@ -627,8 +627,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
627
627
|
payload?: {
|
|
628
628
|
mimeType?: string | undefined;
|
|
629
629
|
headers?: {
|
|
630
|
-
name: string;
|
|
631
630
|
value: string;
|
|
631
|
+
name: string;
|
|
632
632
|
}[] | undefined;
|
|
633
633
|
body?: {
|
|
634
634
|
data?: string | undefined;
|
|
@@ -639,9 +639,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
639
639
|
} | undefined;
|
|
640
640
|
} | undefined;
|
|
641
641
|
}, {
|
|
642
|
-
operation: "get_email";
|
|
643
642
|
success: boolean;
|
|
644
643
|
error: string;
|
|
644
|
+
operation: "get_email";
|
|
645
645
|
message?: {
|
|
646
646
|
id: string;
|
|
647
647
|
threadId?: string | undefined;
|
|
@@ -655,8 +655,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
655
655
|
payload?: {
|
|
656
656
|
mimeType?: string | undefined;
|
|
657
657
|
headers?: {
|
|
658
|
-
name: string;
|
|
659
658
|
value: string;
|
|
659
|
+
name: string;
|
|
660
660
|
}[] | undefined;
|
|
661
661
|
body?: {
|
|
662
662
|
data?: string | undefined;
|
|
@@ -685,11 +685,11 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
685
685
|
name: z.ZodString;
|
|
686
686
|
value: z.ZodString;
|
|
687
687
|
}, "strip", z.ZodTypeAny, {
|
|
688
|
-
name: string;
|
|
689
688
|
value: string;
|
|
690
|
-
}, {
|
|
691
689
|
name: string;
|
|
690
|
+
}, {
|
|
692
691
|
value: string;
|
|
692
|
+
name: string;
|
|
693
693
|
}>, "many">>;
|
|
694
694
|
body: z.ZodOptional<z.ZodObject<{
|
|
695
695
|
data: z.ZodOptional<z.ZodString>;
|
|
@@ -708,8 +708,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
708
708
|
}, "strip", z.ZodTypeAny, {
|
|
709
709
|
mimeType?: string | undefined;
|
|
710
710
|
headers?: {
|
|
711
|
-
name: string;
|
|
712
711
|
value: string;
|
|
712
|
+
name: string;
|
|
713
713
|
}[] | undefined;
|
|
714
714
|
body?: {
|
|
715
715
|
data?: string | undefined;
|
|
@@ -720,8 +720,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
720
720
|
}, {
|
|
721
721
|
mimeType?: string | undefined;
|
|
722
722
|
headers?: {
|
|
723
|
-
name: string;
|
|
724
723
|
value: string;
|
|
724
|
+
name: string;
|
|
725
725
|
}[] | undefined;
|
|
726
726
|
body?: {
|
|
727
727
|
data?: string | undefined;
|
|
@@ -743,8 +743,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
743
743
|
payload?: {
|
|
744
744
|
mimeType?: string | undefined;
|
|
745
745
|
headers?: {
|
|
746
|
-
name: string;
|
|
747
746
|
value: string;
|
|
747
|
+
name: string;
|
|
748
748
|
}[] | undefined;
|
|
749
749
|
body?: {
|
|
750
750
|
data?: string | undefined;
|
|
@@ -766,8 +766,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
766
766
|
payload?: {
|
|
767
767
|
mimeType?: string | undefined;
|
|
768
768
|
headers?: {
|
|
769
|
-
name: string;
|
|
770
769
|
value: string;
|
|
770
|
+
name: string;
|
|
771
771
|
}[] | undefined;
|
|
772
772
|
body?: {
|
|
773
773
|
data?: string | undefined;
|
|
@@ -780,9 +780,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
780
780
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
781
781
|
error: z.ZodString;
|
|
782
782
|
}, "strip", z.ZodTypeAny, {
|
|
783
|
-
operation: "search_emails";
|
|
784
783
|
success: boolean;
|
|
785
784
|
error: string;
|
|
785
|
+
operation: "search_emails";
|
|
786
786
|
messages?: {
|
|
787
787
|
id: string;
|
|
788
788
|
threadId?: string | undefined;
|
|
@@ -796,8 +796,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
796
796
|
payload?: {
|
|
797
797
|
mimeType?: string | undefined;
|
|
798
798
|
headers?: {
|
|
799
|
-
name: string;
|
|
800
799
|
value: string;
|
|
800
|
+
name: string;
|
|
801
801
|
}[] | undefined;
|
|
802
802
|
body?: {
|
|
803
803
|
data?: string | undefined;
|
|
@@ -809,9 +809,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
809
809
|
}[] | undefined;
|
|
810
810
|
result_size_estimate?: number | undefined;
|
|
811
811
|
}, {
|
|
812
|
-
operation: "search_emails";
|
|
813
812
|
success: boolean;
|
|
814
813
|
error: string;
|
|
814
|
+
operation: "search_emails";
|
|
815
815
|
messages?: {
|
|
816
816
|
id: string;
|
|
817
817
|
threadId?: string | undefined;
|
|
@@ -825,8 +825,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
825
825
|
payload?: {
|
|
826
826
|
mimeType?: string | undefined;
|
|
827
827
|
headers?: {
|
|
828
|
-
name: string;
|
|
829
828
|
value: string;
|
|
829
|
+
name: string;
|
|
830
830
|
}[] | undefined;
|
|
831
831
|
body?: {
|
|
832
832
|
data?: string | undefined;
|
|
@@ -843,14 +843,14 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
843
843
|
modified_messages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
844
844
|
error: z.ZodString;
|
|
845
845
|
}, "strip", z.ZodTypeAny, {
|
|
846
|
-
operation: "mark_as_read";
|
|
847
846
|
success: boolean;
|
|
848
847
|
error: string;
|
|
848
|
+
operation: "mark_as_read";
|
|
849
849
|
modified_messages?: string[] | undefined;
|
|
850
850
|
}, {
|
|
851
|
-
operation: "mark_as_read";
|
|
852
851
|
success: boolean;
|
|
853
852
|
error: string;
|
|
853
|
+
operation: "mark_as_read";
|
|
854
854
|
modified_messages?: string[] | undefined;
|
|
855
855
|
}>, z.ZodObject<{
|
|
856
856
|
operation: z.ZodLiteral<"mark_as_unread">;
|
|
@@ -858,14 +858,14 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
858
858
|
modified_messages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
859
859
|
error: z.ZodString;
|
|
860
860
|
}, "strip", z.ZodTypeAny, {
|
|
861
|
-
operation: "mark_as_unread";
|
|
862
861
|
success: boolean;
|
|
863
862
|
error: string;
|
|
863
|
+
operation: "mark_as_unread";
|
|
864
864
|
modified_messages?: string[] | undefined;
|
|
865
865
|
}, {
|
|
866
|
-
operation: "mark_as_unread";
|
|
867
866
|
success: boolean;
|
|
868
867
|
error: string;
|
|
868
|
+
operation: "mark_as_unread";
|
|
869
869
|
modified_messages?: string[] | undefined;
|
|
870
870
|
}>, z.ZodObject<{
|
|
871
871
|
operation: z.ZodLiteral<"create_draft">;
|
|
@@ -888,11 +888,11 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
888
888
|
name: z.ZodString;
|
|
889
889
|
value: z.ZodString;
|
|
890
890
|
}, "strip", z.ZodTypeAny, {
|
|
891
|
-
name: string;
|
|
892
891
|
value: string;
|
|
893
|
-
}, {
|
|
894
892
|
name: string;
|
|
893
|
+
}, {
|
|
895
894
|
value: string;
|
|
895
|
+
name: string;
|
|
896
896
|
}>, "many">>;
|
|
897
897
|
body: z.ZodOptional<z.ZodObject<{
|
|
898
898
|
data: z.ZodOptional<z.ZodString>;
|
|
@@ -911,8 +911,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
911
911
|
}, "strip", z.ZodTypeAny, {
|
|
912
912
|
mimeType?: string | undefined;
|
|
913
913
|
headers?: {
|
|
914
|
-
name: string;
|
|
915
914
|
value: string;
|
|
915
|
+
name: string;
|
|
916
916
|
}[] | undefined;
|
|
917
917
|
body?: {
|
|
918
918
|
data?: string | undefined;
|
|
@@ -923,8 +923,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
923
923
|
}, {
|
|
924
924
|
mimeType?: string | undefined;
|
|
925
925
|
headers?: {
|
|
926
|
-
name: string;
|
|
927
926
|
value: string;
|
|
927
|
+
name: string;
|
|
928
928
|
}[] | undefined;
|
|
929
929
|
body?: {
|
|
930
930
|
data?: string | undefined;
|
|
@@ -946,8 +946,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
946
946
|
payload?: {
|
|
947
947
|
mimeType?: string | undefined;
|
|
948
948
|
headers?: {
|
|
949
|
-
name: string;
|
|
950
949
|
value: string;
|
|
950
|
+
name: string;
|
|
951
951
|
}[] | undefined;
|
|
952
952
|
body?: {
|
|
953
953
|
data?: string | undefined;
|
|
@@ -969,8 +969,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
969
969
|
payload?: {
|
|
970
970
|
mimeType?: string | undefined;
|
|
971
971
|
headers?: {
|
|
972
|
-
name: string;
|
|
973
972
|
value: string;
|
|
973
|
+
name: string;
|
|
974
974
|
}[] | undefined;
|
|
975
975
|
body?: {
|
|
976
976
|
data?: string | undefined;
|
|
@@ -994,8 +994,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
994
994
|
payload?: {
|
|
995
995
|
mimeType?: string | undefined;
|
|
996
996
|
headers?: {
|
|
997
|
-
name: string;
|
|
998
997
|
value: string;
|
|
998
|
+
name: string;
|
|
999
999
|
}[] | undefined;
|
|
1000
1000
|
body?: {
|
|
1001
1001
|
data?: string | undefined;
|
|
@@ -1020,8 +1020,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1020
1020
|
payload?: {
|
|
1021
1021
|
mimeType?: string | undefined;
|
|
1022
1022
|
headers?: {
|
|
1023
|
-
name: string;
|
|
1024
1023
|
value: string;
|
|
1024
|
+
name: string;
|
|
1025
1025
|
}[] | undefined;
|
|
1026
1026
|
body?: {
|
|
1027
1027
|
data?: string | undefined;
|
|
@@ -1035,9 +1035,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1035
1035
|
}>>;
|
|
1036
1036
|
error: z.ZodString;
|
|
1037
1037
|
}, "strip", z.ZodTypeAny, {
|
|
1038
|
-
operation: "create_draft";
|
|
1039
1038
|
success: boolean;
|
|
1040
1039
|
error: string;
|
|
1040
|
+
operation: "create_draft";
|
|
1041
1041
|
draft?: {
|
|
1042
1042
|
message: {
|
|
1043
1043
|
id: string;
|
|
@@ -1052,8 +1052,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1052
1052
|
payload?: {
|
|
1053
1053
|
mimeType?: string | undefined;
|
|
1054
1054
|
headers?: {
|
|
1055
|
-
name: string;
|
|
1056
1055
|
value: string;
|
|
1056
|
+
name: string;
|
|
1057
1057
|
}[] | undefined;
|
|
1058
1058
|
body?: {
|
|
1059
1059
|
data?: string | undefined;
|
|
@@ -1066,9 +1066,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1066
1066
|
id: string;
|
|
1067
1067
|
} | undefined;
|
|
1068
1068
|
}, {
|
|
1069
|
-
operation: "create_draft";
|
|
1070
1069
|
success: boolean;
|
|
1071
1070
|
error: string;
|
|
1071
|
+
operation: "create_draft";
|
|
1072
1072
|
draft?: {
|
|
1073
1073
|
message: {
|
|
1074
1074
|
id: string;
|
|
@@ -1083,8 +1083,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1083
1083
|
payload?: {
|
|
1084
1084
|
mimeType?: string | undefined;
|
|
1085
1085
|
headers?: {
|
|
1086
|
-
name: string;
|
|
1087
1086
|
value: string;
|
|
1087
|
+
name: string;
|
|
1088
1088
|
}[] | undefined;
|
|
1089
1089
|
body?: {
|
|
1090
1090
|
data?: string | undefined;
|
|
@@ -1103,15 +1103,15 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1103
1103
|
thread_id: z.ZodOptional<z.ZodString>;
|
|
1104
1104
|
error: z.ZodString;
|
|
1105
1105
|
}, "strip", z.ZodTypeAny, {
|
|
1106
|
-
operation: "send_draft";
|
|
1107
1106
|
success: boolean;
|
|
1108
1107
|
error: string;
|
|
1108
|
+
operation: "send_draft";
|
|
1109
1109
|
message_id?: string | undefined;
|
|
1110
1110
|
thread_id?: string | undefined;
|
|
1111
1111
|
}, {
|
|
1112
|
-
operation: "send_draft";
|
|
1113
1112
|
success: boolean;
|
|
1114
1113
|
error: string;
|
|
1114
|
+
operation: "send_draft";
|
|
1115
1115
|
message_id?: string | undefined;
|
|
1116
1116
|
thread_id?: string | undefined;
|
|
1117
1117
|
}>, z.ZodObject<{
|
|
@@ -1135,11 +1135,11 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1135
1135
|
name: z.ZodString;
|
|
1136
1136
|
value: z.ZodString;
|
|
1137
1137
|
}, "strip", z.ZodTypeAny, {
|
|
1138
|
-
name: string;
|
|
1139
1138
|
value: string;
|
|
1140
|
-
}, {
|
|
1141
1139
|
name: string;
|
|
1140
|
+
}, {
|
|
1142
1141
|
value: string;
|
|
1142
|
+
name: string;
|
|
1143
1143
|
}>, "many">>;
|
|
1144
1144
|
body: z.ZodOptional<z.ZodObject<{
|
|
1145
1145
|
data: z.ZodOptional<z.ZodString>;
|
|
@@ -1158,8 +1158,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1158
1158
|
}, "strip", z.ZodTypeAny, {
|
|
1159
1159
|
mimeType?: string | undefined;
|
|
1160
1160
|
headers?: {
|
|
1161
|
-
name: string;
|
|
1162
1161
|
value: string;
|
|
1162
|
+
name: string;
|
|
1163
1163
|
}[] | undefined;
|
|
1164
1164
|
body?: {
|
|
1165
1165
|
data?: string | undefined;
|
|
@@ -1170,8 +1170,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1170
1170
|
}, {
|
|
1171
1171
|
mimeType?: string | undefined;
|
|
1172
1172
|
headers?: {
|
|
1173
|
-
name: string;
|
|
1174
1173
|
value: string;
|
|
1174
|
+
name: string;
|
|
1175
1175
|
}[] | undefined;
|
|
1176
1176
|
body?: {
|
|
1177
1177
|
data?: string | undefined;
|
|
@@ -1193,8 +1193,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1193
1193
|
payload?: {
|
|
1194
1194
|
mimeType?: string | undefined;
|
|
1195
1195
|
headers?: {
|
|
1196
|
-
name: string;
|
|
1197
1196
|
value: string;
|
|
1197
|
+
name: string;
|
|
1198
1198
|
}[] | undefined;
|
|
1199
1199
|
body?: {
|
|
1200
1200
|
data?: string | undefined;
|
|
@@ -1216,8 +1216,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1216
1216
|
payload?: {
|
|
1217
1217
|
mimeType?: string | undefined;
|
|
1218
1218
|
headers?: {
|
|
1219
|
-
name: string;
|
|
1220
1219
|
value: string;
|
|
1220
|
+
name: string;
|
|
1221
1221
|
}[] | undefined;
|
|
1222
1222
|
body?: {
|
|
1223
1223
|
data?: string | undefined;
|
|
@@ -1241,8 +1241,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1241
1241
|
payload?: {
|
|
1242
1242
|
mimeType?: string | undefined;
|
|
1243
1243
|
headers?: {
|
|
1244
|
-
name: string;
|
|
1245
1244
|
value: string;
|
|
1245
|
+
name: string;
|
|
1246
1246
|
}[] | undefined;
|
|
1247
1247
|
body?: {
|
|
1248
1248
|
data?: string | undefined;
|
|
@@ -1267,8 +1267,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1267
1267
|
payload?: {
|
|
1268
1268
|
mimeType?: string | undefined;
|
|
1269
1269
|
headers?: {
|
|
1270
|
-
name: string;
|
|
1271
1270
|
value: string;
|
|
1271
|
+
name: string;
|
|
1272
1272
|
}[] | undefined;
|
|
1273
1273
|
body?: {
|
|
1274
1274
|
data?: string | undefined;
|
|
@@ -1284,9 +1284,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1284
1284
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
1285
1285
|
error: z.ZodString;
|
|
1286
1286
|
}, "strip", z.ZodTypeAny, {
|
|
1287
|
-
operation: "list_drafts";
|
|
1288
1287
|
success: boolean;
|
|
1289
1288
|
error: string;
|
|
1289
|
+
operation: "list_drafts";
|
|
1290
1290
|
next_page_token?: string | undefined;
|
|
1291
1291
|
result_size_estimate?: number | undefined;
|
|
1292
1292
|
drafts?: {
|
|
@@ -1303,8 +1303,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1303
1303
|
payload?: {
|
|
1304
1304
|
mimeType?: string | undefined;
|
|
1305
1305
|
headers?: {
|
|
1306
|
-
name: string;
|
|
1307
1306
|
value: string;
|
|
1307
|
+
name: string;
|
|
1308
1308
|
}[] | undefined;
|
|
1309
1309
|
body?: {
|
|
1310
1310
|
data?: string | undefined;
|
|
@@ -1317,9 +1317,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1317
1317
|
id: string;
|
|
1318
1318
|
}[] | undefined;
|
|
1319
1319
|
}, {
|
|
1320
|
-
operation: "list_drafts";
|
|
1321
1320
|
success: boolean;
|
|
1322
1321
|
error: string;
|
|
1322
|
+
operation: "list_drafts";
|
|
1323
1323
|
next_page_token?: string | undefined;
|
|
1324
1324
|
result_size_estimate?: number | undefined;
|
|
1325
1325
|
drafts?: {
|
|
@@ -1336,8 +1336,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1336
1336
|
payload?: {
|
|
1337
1337
|
mimeType?: string | undefined;
|
|
1338
1338
|
headers?: {
|
|
1339
|
-
name: string;
|
|
1340
1339
|
value: string;
|
|
1340
|
+
name: string;
|
|
1341
1341
|
}[] | undefined;
|
|
1342
1342
|
body?: {
|
|
1343
1343
|
data?: string | undefined;
|
|
@@ -1355,14 +1355,14 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1355
1355
|
deleted_message_id: z.ZodOptional<z.ZodString>;
|
|
1356
1356
|
error: z.ZodString;
|
|
1357
1357
|
}, "strip", z.ZodTypeAny, {
|
|
1358
|
-
operation: "delete_email";
|
|
1359
1358
|
success: boolean;
|
|
1360
1359
|
error: string;
|
|
1360
|
+
operation: "delete_email";
|
|
1361
1361
|
deleted_message_id?: string | undefined;
|
|
1362
1362
|
}, {
|
|
1363
|
-
operation: "delete_email";
|
|
1364
1363
|
success: boolean;
|
|
1365
1364
|
error: string;
|
|
1365
|
+
operation: "delete_email";
|
|
1366
1366
|
deleted_message_id?: string | undefined;
|
|
1367
1367
|
}>, z.ZodObject<{
|
|
1368
1368
|
operation: z.ZodLiteral<"trash_email">;
|
|
@@ -1370,14 +1370,14 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1370
1370
|
trashed_message_id: z.ZodOptional<z.ZodString>;
|
|
1371
1371
|
error: z.ZodString;
|
|
1372
1372
|
}, "strip", z.ZodTypeAny, {
|
|
1373
|
-
operation: "trash_email";
|
|
1374
1373
|
success: boolean;
|
|
1375
1374
|
error: string;
|
|
1375
|
+
operation: "trash_email";
|
|
1376
1376
|
trashed_message_id?: string | undefined;
|
|
1377
1377
|
}, {
|
|
1378
|
-
operation: "trash_email";
|
|
1379
1378
|
success: boolean;
|
|
1380
1379
|
error: string;
|
|
1380
|
+
operation: "trash_email";
|
|
1381
1381
|
trashed_message_id?: string | undefined;
|
|
1382
1382
|
}>, z.ZodObject<{
|
|
1383
1383
|
operation: z.ZodLiteral<"list_threads">;
|
|
@@ -1401,11 +1401,11 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1401
1401
|
name: z.ZodString;
|
|
1402
1402
|
value: z.ZodString;
|
|
1403
1403
|
}, "strip", z.ZodTypeAny, {
|
|
1404
|
-
name: string;
|
|
1405
1404
|
value: string;
|
|
1406
|
-
}, {
|
|
1407
1405
|
name: string;
|
|
1406
|
+
}, {
|
|
1408
1407
|
value: string;
|
|
1408
|
+
name: string;
|
|
1409
1409
|
}>, "many">>;
|
|
1410
1410
|
body: z.ZodOptional<z.ZodObject<{
|
|
1411
1411
|
data: z.ZodOptional<z.ZodString>;
|
|
@@ -1424,8 +1424,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1424
1424
|
}, "strip", z.ZodTypeAny, {
|
|
1425
1425
|
mimeType?: string | undefined;
|
|
1426
1426
|
headers?: {
|
|
1427
|
-
name: string;
|
|
1428
1427
|
value: string;
|
|
1428
|
+
name: string;
|
|
1429
1429
|
}[] | undefined;
|
|
1430
1430
|
body?: {
|
|
1431
1431
|
data?: string | undefined;
|
|
@@ -1436,8 +1436,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1436
1436
|
}, {
|
|
1437
1437
|
mimeType?: string | undefined;
|
|
1438
1438
|
headers?: {
|
|
1439
|
-
name: string;
|
|
1440
1439
|
value: string;
|
|
1440
|
+
name: string;
|
|
1441
1441
|
}[] | undefined;
|
|
1442
1442
|
body?: {
|
|
1443
1443
|
data?: string | undefined;
|
|
@@ -1459,8 +1459,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1459
1459
|
payload?: {
|
|
1460
1460
|
mimeType?: string | undefined;
|
|
1461
1461
|
headers?: {
|
|
1462
|
-
name: string;
|
|
1463
1462
|
value: string;
|
|
1463
|
+
name: string;
|
|
1464
1464
|
}[] | undefined;
|
|
1465
1465
|
body?: {
|
|
1466
1466
|
data?: string | undefined;
|
|
@@ -1482,8 +1482,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1482
1482
|
payload?: {
|
|
1483
1483
|
mimeType?: string | undefined;
|
|
1484
1484
|
headers?: {
|
|
1485
|
-
name: string;
|
|
1486
1485
|
value: string;
|
|
1486
|
+
name: string;
|
|
1487
1487
|
}[] | undefined;
|
|
1488
1488
|
body?: {
|
|
1489
1489
|
data?: string | undefined;
|
|
@@ -1509,8 +1509,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1509
1509
|
payload?: {
|
|
1510
1510
|
mimeType?: string | undefined;
|
|
1511
1511
|
headers?: {
|
|
1512
|
-
name: string;
|
|
1513
1512
|
value: string;
|
|
1513
|
+
name: string;
|
|
1514
1514
|
}[] | undefined;
|
|
1515
1515
|
body?: {
|
|
1516
1516
|
data?: string | undefined;
|
|
@@ -1537,8 +1537,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1537
1537
|
payload?: {
|
|
1538
1538
|
mimeType?: string | undefined;
|
|
1539
1539
|
headers?: {
|
|
1540
|
-
name: string;
|
|
1541
1540
|
value: string;
|
|
1541
|
+
name: string;
|
|
1542
1542
|
}[] | undefined;
|
|
1543
1543
|
body?: {
|
|
1544
1544
|
data?: string | undefined;
|
|
@@ -1555,9 +1555,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1555
1555
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
1556
1556
|
error: z.ZodString;
|
|
1557
1557
|
}, "strip", z.ZodTypeAny, {
|
|
1558
|
-
operation: "list_threads";
|
|
1559
1558
|
success: boolean;
|
|
1560
1559
|
error: string;
|
|
1560
|
+
operation: "list_threads";
|
|
1561
1561
|
next_page_token?: string | undefined;
|
|
1562
1562
|
result_size_estimate?: number | undefined;
|
|
1563
1563
|
threads?: {
|
|
@@ -1575,8 +1575,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1575
1575
|
payload?: {
|
|
1576
1576
|
mimeType?: string | undefined;
|
|
1577
1577
|
headers?: {
|
|
1578
|
-
name: string;
|
|
1579
1578
|
value: string;
|
|
1579
|
+
name: string;
|
|
1580
1580
|
}[] | undefined;
|
|
1581
1581
|
body?: {
|
|
1582
1582
|
data?: string | undefined;
|
|
@@ -1590,9 +1590,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1590
1590
|
historyId?: string | undefined;
|
|
1591
1591
|
}[] | undefined;
|
|
1592
1592
|
}, {
|
|
1593
|
-
operation: "list_threads";
|
|
1594
1593
|
success: boolean;
|
|
1595
1594
|
error: string;
|
|
1595
|
+
operation: "list_threads";
|
|
1596
1596
|
next_page_token?: string | undefined;
|
|
1597
1597
|
result_size_estimate?: number | undefined;
|
|
1598
1598
|
threads?: {
|
|
@@ -1610,8 +1610,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1610
1610
|
payload?: {
|
|
1611
1611
|
mimeType?: string | undefined;
|
|
1612
1612
|
headers?: {
|
|
1613
|
-
name: string;
|
|
1614
1613
|
value: string;
|
|
1614
|
+
name: string;
|
|
1615
1615
|
}[] | undefined;
|
|
1616
1616
|
body?: {
|
|
1617
1617
|
data?: string | undefined;
|
|
@@ -1648,9 +1648,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1648
1648
|
}>, "many">>;
|
|
1649
1649
|
error: z.ZodString;
|
|
1650
1650
|
}, "strip", z.ZodTypeAny, {
|
|
1651
|
-
operation: "list_labels";
|
|
1652
1651
|
success: boolean;
|
|
1653
1652
|
error: string;
|
|
1653
|
+
operation: "list_labels";
|
|
1654
1654
|
labels?: {
|
|
1655
1655
|
name: string;
|
|
1656
1656
|
id: string;
|
|
@@ -1659,9 +1659,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1659
1659
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
1660
1660
|
}[] | undefined;
|
|
1661
1661
|
}, {
|
|
1662
|
-
operation: "list_labels";
|
|
1663
1662
|
success: boolean;
|
|
1664
1663
|
error: string;
|
|
1664
|
+
operation: "list_labels";
|
|
1665
1665
|
labels?: {
|
|
1666
1666
|
name: string;
|
|
1667
1667
|
id: string;
|
|
@@ -1693,9 +1693,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1693
1693
|
}>>;
|
|
1694
1694
|
error: z.ZodString;
|
|
1695
1695
|
}, "strip", z.ZodTypeAny, {
|
|
1696
|
-
operation: "create_label";
|
|
1697
1696
|
success: boolean;
|
|
1698
1697
|
error: string;
|
|
1698
|
+
operation: "create_label";
|
|
1699
1699
|
label?: {
|
|
1700
1700
|
name: string;
|
|
1701
1701
|
id: string;
|
|
@@ -1704,9 +1704,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1704
1704
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
1705
1705
|
} | undefined;
|
|
1706
1706
|
}, {
|
|
1707
|
-
operation: "create_label";
|
|
1708
1707
|
success: boolean;
|
|
1709
1708
|
error: string;
|
|
1709
|
+
operation: "create_label";
|
|
1710
1710
|
label?: {
|
|
1711
1711
|
name: string;
|
|
1712
1712
|
id: string;
|
|
@@ -1721,15 +1721,15 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1721
1721
|
label_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1722
1722
|
error: z.ZodString;
|
|
1723
1723
|
}, "strip", z.ZodTypeAny, {
|
|
1724
|
-
operation: "modify_message_labels";
|
|
1725
1724
|
success: boolean;
|
|
1726
1725
|
error: string;
|
|
1726
|
+
operation: "modify_message_labels";
|
|
1727
1727
|
message_id?: string | undefined;
|
|
1728
1728
|
label_ids?: string[] | undefined;
|
|
1729
1729
|
}, {
|
|
1730
|
-
operation: "modify_message_labels";
|
|
1731
1730
|
success: boolean;
|
|
1732
1731
|
error: string;
|
|
1732
|
+
operation: "modify_message_labels";
|
|
1733
1733
|
message_id?: string | undefined;
|
|
1734
1734
|
label_ids?: string[] | undefined;
|
|
1735
1735
|
}>, z.ZodObject<{
|
|
@@ -1738,14 +1738,14 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1738
1738
|
thread_id: z.ZodOptional<z.ZodString>;
|
|
1739
1739
|
error: z.ZodString;
|
|
1740
1740
|
}, "strip", z.ZodTypeAny, {
|
|
1741
|
-
operation: "modify_thread_labels";
|
|
1742
1741
|
success: boolean;
|
|
1743
1742
|
error: string;
|
|
1743
|
+
operation: "modify_thread_labels";
|
|
1744
1744
|
thread_id?: string | undefined;
|
|
1745
1745
|
}, {
|
|
1746
|
-
operation: "modify_thread_labels";
|
|
1747
1746
|
success: boolean;
|
|
1748
1747
|
error: string;
|
|
1748
|
+
operation: "modify_thread_labels";
|
|
1749
1749
|
thread_id?: string | undefined;
|
|
1750
1750
|
}>]>;
|
|
1751
1751
|
type GmailResult = z.output<typeof GmailResultSchema>;
|
|
@@ -2072,15 +2072,15 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2072
2072
|
thread_id: z.ZodOptional<z.ZodString>;
|
|
2073
2073
|
error: z.ZodString;
|
|
2074
2074
|
}, "strip", z.ZodTypeAny, {
|
|
2075
|
-
operation: "send_email";
|
|
2076
2075
|
success: boolean;
|
|
2077
2076
|
error: string;
|
|
2077
|
+
operation: "send_email";
|
|
2078
2078
|
message_id?: string | undefined;
|
|
2079
2079
|
thread_id?: string | undefined;
|
|
2080
2080
|
}, {
|
|
2081
|
-
operation: "send_email";
|
|
2082
2081
|
success: boolean;
|
|
2083
2082
|
error: string;
|
|
2083
|
+
operation: "send_email";
|
|
2084
2084
|
message_id?: string | undefined;
|
|
2085
2085
|
thread_id?: string | undefined;
|
|
2086
2086
|
}>, z.ZodObject<{
|
|
@@ -2102,11 +2102,11 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2102
2102
|
name: z.ZodString;
|
|
2103
2103
|
value: z.ZodString;
|
|
2104
2104
|
}, "strip", z.ZodTypeAny, {
|
|
2105
|
-
name: string;
|
|
2106
2105
|
value: string;
|
|
2107
|
-
}, {
|
|
2108
2106
|
name: string;
|
|
2107
|
+
}, {
|
|
2109
2108
|
value: string;
|
|
2109
|
+
name: string;
|
|
2110
2110
|
}>, "many">>;
|
|
2111
2111
|
body: z.ZodOptional<z.ZodObject<{
|
|
2112
2112
|
data: z.ZodOptional<z.ZodString>;
|
|
@@ -2125,8 +2125,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2125
2125
|
}, "strip", z.ZodTypeAny, {
|
|
2126
2126
|
mimeType?: string | undefined;
|
|
2127
2127
|
headers?: {
|
|
2128
|
-
name: string;
|
|
2129
2128
|
value: string;
|
|
2129
|
+
name: string;
|
|
2130
2130
|
}[] | undefined;
|
|
2131
2131
|
body?: {
|
|
2132
2132
|
data?: string | undefined;
|
|
@@ -2137,8 +2137,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2137
2137
|
}, {
|
|
2138
2138
|
mimeType?: string | undefined;
|
|
2139
2139
|
headers?: {
|
|
2140
|
-
name: string;
|
|
2141
2140
|
value: string;
|
|
2141
|
+
name: string;
|
|
2142
2142
|
}[] | undefined;
|
|
2143
2143
|
body?: {
|
|
2144
2144
|
data?: string | undefined;
|
|
@@ -2160,8 +2160,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2160
2160
|
payload?: {
|
|
2161
2161
|
mimeType?: string | undefined;
|
|
2162
2162
|
headers?: {
|
|
2163
|
-
name: string;
|
|
2164
2163
|
value: string;
|
|
2164
|
+
name: string;
|
|
2165
2165
|
}[] | undefined;
|
|
2166
2166
|
body?: {
|
|
2167
2167
|
data?: string | undefined;
|
|
@@ -2183,8 +2183,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2183
2183
|
payload?: {
|
|
2184
2184
|
mimeType?: string | undefined;
|
|
2185
2185
|
headers?: {
|
|
2186
|
-
name: string;
|
|
2187
2186
|
value: string;
|
|
2187
|
+
name: string;
|
|
2188
2188
|
}[] | undefined;
|
|
2189
2189
|
body?: {
|
|
2190
2190
|
data?: string | undefined;
|
|
@@ -2198,9 +2198,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2198
2198
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
2199
2199
|
error: z.ZodString;
|
|
2200
2200
|
}, "strip", z.ZodTypeAny, {
|
|
2201
|
-
operation: "list_emails";
|
|
2202
2201
|
success: boolean;
|
|
2203
2202
|
error: string;
|
|
2203
|
+
operation: "list_emails";
|
|
2204
2204
|
messages?: {
|
|
2205
2205
|
id: string;
|
|
2206
2206
|
threadId?: string | undefined;
|
|
@@ -2214,8 +2214,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2214
2214
|
payload?: {
|
|
2215
2215
|
mimeType?: string | undefined;
|
|
2216
2216
|
headers?: {
|
|
2217
|
-
name: string;
|
|
2218
2217
|
value: string;
|
|
2218
|
+
name: string;
|
|
2219
2219
|
}[] | undefined;
|
|
2220
2220
|
body?: {
|
|
2221
2221
|
data?: string | undefined;
|
|
@@ -2228,9 +2228,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2228
2228
|
next_page_token?: string | undefined;
|
|
2229
2229
|
result_size_estimate?: number | undefined;
|
|
2230
2230
|
}, {
|
|
2231
|
-
operation: "list_emails";
|
|
2232
2231
|
success: boolean;
|
|
2233
2232
|
error: string;
|
|
2233
|
+
operation: "list_emails";
|
|
2234
2234
|
messages?: {
|
|
2235
2235
|
id: string;
|
|
2236
2236
|
threadId?: string | undefined;
|
|
@@ -2244,8 +2244,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2244
2244
|
payload?: {
|
|
2245
2245
|
mimeType?: string | undefined;
|
|
2246
2246
|
headers?: {
|
|
2247
|
-
name: string;
|
|
2248
2247
|
value: string;
|
|
2248
|
+
name: string;
|
|
2249
2249
|
}[] | undefined;
|
|
2250
2250
|
body?: {
|
|
2251
2251
|
data?: string | undefined;
|
|
@@ -2276,11 +2276,11 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2276
2276
|
name: z.ZodString;
|
|
2277
2277
|
value: z.ZodString;
|
|
2278
2278
|
}, "strip", z.ZodTypeAny, {
|
|
2279
|
-
name: string;
|
|
2280
2279
|
value: string;
|
|
2281
|
-
}, {
|
|
2282
2280
|
name: string;
|
|
2281
|
+
}, {
|
|
2283
2282
|
value: string;
|
|
2283
|
+
name: string;
|
|
2284
2284
|
}>, "many">>;
|
|
2285
2285
|
body: z.ZodOptional<z.ZodObject<{
|
|
2286
2286
|
data: z.ZodOptional<z.ZodString>;
|
|
@@ -2299,8 +2299,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2299
2299
|
}, "strip", z.ZodTypeAny, {
|
|
2300
2300
|
mimeType?: string | undefined;
|
|
2301
2301
|
headers?: {
|
|
2302
|
-
name: string;
|
|
2303
2302
|
value: string;
|
|
2303
|
+
name: string;
|
|
2304
2304
|
}[] | undefined;
|
|
2305
2305
|
body?: {
|
|
2306
2306
|
data?: string | undefined;
|
|
@@ -2311,8 +2311,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2311
2311
|
}, {
|
|
2312
2312
|
mimeType?: string | undefined;
|
|
2313
2313
|
headers?: {
|
|
2314
|
-
name: string;
|
|
2315
2314
|
value: string;
|
|
2315
|
+
name: string;
|
|
2316
2316
|
}[] | undefined;
|
|
2317
2317
|
body?: {
|
|
2318
2318
|
data?: string | undefined;
|
|
@@ -2334,8 +2334,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2334
2334
|
payload?: {
|
|
2335
2335
|
mimeType?: string | undefined;
|
|
2336
2336
|
headers?: {
|
|
2337
|
-
name: string;
|
|
2338
2337
|
value: string;
|
|
2338
|
+
name: string;
|
|
2339
2339
|
}[] | undefined;
|
|
2340
2340
|
body?: {
|
|
2341
2341
|
data?: string | undefined;
|
|
@@ -2357,8 +2357,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2357
2357
|
payload?: {
|
|
2358
2358
|
mimeType?: string | undefined;
|
|
2359
2359
|
headers?: {
|
|
2360
|
-
name: string;
|
|
2361
2360
|
value: string;
|
|
2361
|
+
name: string;
|
|
2362
2362
|
}[] | undefined;
|
|
2363
2363
|
body?: {
|
|
2364
2364
|
data?: string | undefined;
|
|
@@ -2370,9 +2370,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2370
2370
|
}>>;
|
|
2371
2371
|
error: z.ZodString;
|
|
2372
2372
|
}, "strip", z.ZodTypeAny, {
|
|
2373
|
-
operation: "get_email";
|
|
2374
2373
|
success: boolean;
|
|
2375
2374
|
error: string;
|
|
2375
|
+
operation: "get_email";
|
|
2376
2376
|
message?: {
|
|
2377
2377
|
id: string;
|
|
2378
2378
|
threadId?: string | undefined;
|
|
@@ -2386,8 +2386,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2386
2386
|
payload?: {
|
|
2387
2387
|
mimeType?: string | undefined;
|
|
2388
2388
|
headers?: {
|
|
2389
|
-
name: string;
|
|
2390
2389
|
value: string;
|
|
2390
|
+
name: string;
|
|
2391
2391
|
}[] | undefined;
|
|
2392
2392
|
body?: {
|
|
2393
2393
|
data?: string | undefined;
|
|
@@ -2398,9 +2398,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2398
2398
|
} | undefined;
|
|
2399
2399
|
} | undefined;
|
|
2400
2400
|
}, {
|
|
2401
|
-
operation: "get_email";
|
|
2402
2401
|
success: boolean;
|
|
2403
2402
|
error: string;
|
|
2403
|
+
operation: "get_email";
|
|
2404
2404
|
message?: {
|
|
2405
2405
|
id: string;
|
|
2406
2406
|
threadId?: string | undefined;
|
|
@@ -2414,8 +2414,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2414
2414
|
payload?: {
|
|
2415
2415
|
mimeType?: string | undefined;
|
|
2416
2416
|
headers?: {
|
|
2417
|
-
name: string;
|
|
2418
2417
|
value: string;
|
|
2418
|
+
name: string;
|
|
2419
2419
|
}[] | undefined;
|
|
2420
2420
|
body?: {
|
|
2421
2421
|
data?: string | undefined;
|
|
@@ -2444,11 +2444,11 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2444
2444
|
name: z.ZodString;
|
|
2445
2445
|
value: z.ZodString;
|
|
2446
2446
|
}, "strip", z.ZodTypeAny, {
|
|
2447
|
-
name: string;
|
|
2448
2447
|
value: string;
|
|
2449
|
-
}, {
|
|
2450
2448
|
name: string;
|
|
2449
|
+
}, {
|
|
2451
2450
|
value: string;
|
|
2451
|
+
name: string;
|
|
2452
2452
|
}>, "many">>;
|
|
2453
2453
|
body: z.ZodOptional<z.ZodObject<{
|
|
2454
2454
|
data: z.ZodOptional<z.ZodString>;
|
|
@@ -2467,8 +2467,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2467
2467
|
}, "strip", z.ZodTypeAny, {
|
|
2468
2468
|
mimeType?: string | undefined;
|
|
2469
2469
|
headers?: {
|
|
2470
|
-
name: string;
|
|
2471
2470
|
value: string;
|
|
2471
|
+
name: string;
|
|
2472
2472
|
}[] | undefined;
|
|
2473
2473
|
body?: {
|
|
2474
2474
|
data?: string | undefined;
|
|
@@ -2479,8 +2479,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2479
2479
|
}, {
|
|
2480
2480
|
mimeType?: string | undefined;
|
|
2481
2481
|
headers?: {
|
|
2482
|
-
name: string;
|
|
2483
2482
|
value: string;
|
|
2483
|
+
name: string;
|
|
2484
2484
|
}[] | undefined;
|
|
2485
2485
|
body?: {
|
|
2486
2486
|
data?: string | undefined;
|
|
@@ -2502,8 +2502,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2502
2502
|
payload?: {
|
|
2503
2503
|
mimeType?: string | undefined;
|
|
2504
2504
|
headers?: {
|
|
2505
|
-
name: string;
|
|
2506
2505
|
value: string;
|
|
2506
|
+
name: string;
|
|
2507
2507
|
}[] | undefined;
|
|
2508
2508
|
body?: {
|
|
2509
2509
|
data?: string | undefined;
|
|
@@ -2525,8 +2525,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2525
2525
|
payload?: {
|
|
2526
2526
|
mimeType?: string | undefined;
|
|
2527
2527
|
headers?: {
|
|
2528
|
-
name: string;
|
|
2529
2528
|
value: string;
|
|
2529
|
+
name: string;
|
|
2530
2530
|
}[] | undefined;
|
|
2531
2531
|
body?: {
|
|
2532
2532
|
data?: string | undefined;
|
|
@@ -2539,9 +2539,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2539
2539
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
2540
2540
|
error: z.ZodString;
|
|
2541
2541
|
}, "strip", z.ZodTypeAny, {
|
|
2542
|
-
operation: "search_emails";
|
|
2543
2542
|
success: boolean;
|
|
2544
2543
|
error: string;
|
|
2544
|
+
operation: "search_emails";
|
|
2545
2545
|
messages?: {
|
|
2546
2546
|
id: string;
|
|
2547
2547
|
threadId?: string | undefined;
|
|
@@ -2555,8 +2555,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2555
2555
|
payload?: {
|
|
2556
2556
|
mimeType?: string | undefined;
|
|
2557
2557
|
headers?: {
|
|
2558
|
-
name: string;
|
|
2559
2558
|
value: string;
|
|
2559
|
+
name: string;
|
|
2560
2560
|
}[] | undefined;
|
|
2561
2561
|
body?: {
|
|
2562
2562
|
data?: string | undefined;
|
|
@@ -2568,9 +2568,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2568
2568
|
}[] | undefined;
|
|
2569
2569
|
result_size_estimate?: number | undefined;
|
|
2570
2570
|
}, {
|
|
2571
|
-
operation: "search_emails";
|
|
2572
2571
|
success: boolean;
|
|
2573
2572
|
error: string;
|
|
2573
|
+
operation: "search_emails";
|
|
2574
2574
|
messages?: {
|
|
2575
2575
|
id: string;
|
|
2576
2576
|
threadId?: string | undefined;
|
|
@@ -2584,8 +2584,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2584
2584
|
payload?: {
|
|
2585
2585
|
mimeType?: string | undefined;
|
|
2586
2586
|
headers?: {
|
|
2587
|
-
name: string;
|
|
2588
2587
|
value: string;
|
|
2588
|
+
name: string;
|
|
2589
2589
|
}[] | undefined;
|
|
2590
2590
|
body?: {
|
|
2591
2591
|
data?: string | undefined;
|
|
@@ -2602,14 +2602,14 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2602
2602
|
modified_messages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2603
2603
|
error: z.ZodString;
|
|
2604
2604
|
}, "strip", z.ZodTypeAny, {
|
|
2605
|
-
operation: "mark_as_read";
|
|
2606
2605
|
success: boolean;
|
|
2607
2606
|
error: string;
|
|
2607
|
+
operation: "mark_as_read";
|
|
2608
2608
|
modified_messages?: string[] | undefined;
|
|
2609
2609
|
}, {
|
|
2610
|
-
operation: "mark_as_read";
|
|
2611
2610
|
success: boolean;
|
|
2612
2611
|
error: string;
|
|
2612
|
+
operation: "mark_as_read";
|
|
2613
2613
|
modified_messages?: string[] | undefined;
|
|
2614
2614
|
}>, z.ZodObject<{
|
|
2615
2615
|
operation: z.ZodLiteral<"mark_as_unread">;
|
|
@@ -2617,14 +2617,14 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2617
2617
|
modified_messages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2618
2618
|
error: z.ZodString;
|
|
2619
2619
|
}, "strip", z.ZodTypeAny, {
|
|
2620
|
-
operation: "mark_as_unread";
|
|
2621
2620
|
success: boolean;
|
|
2622
2621
|
error: string;
|
|
2622
|
+
operation: "mark_as_unread";
|
|
2623
2623
|
modified_messages?: string[] | undefined;
|
|
2624
2624
|
}, {
|
|
2625
|
-
operation: "mark_as_unread";
|
|
2626
2625
|
success: boolean;
|
|
2627
2626
|
error: string;
|
|
2627
|
+
operation: "mark_as_unread";
|
|
2628
2628
|
modified_messages?: string[] | undefined;
|
|
2629
2629
|
}>, z.ZodObject<{
|
|
2630
2630
|
operation: z.ZodLiteral<"create_draft">;
|
|
@@ -2647,11 +2647,11 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2647
2647
|
name: z.ZodString;
|
|
2648
2648
|
value: z.ZodString;
|
|
2649
2649
|
}, "strip", z.ZodTypeAny, {
|
|
2650
|
-
name: string;
|
|
2651
2650
|
value: string;
|
|
2652
|
-
}, {
|
|
2653
2651
|
name: string;
|
|
2652
|
+
}, {
|
|
2654
2653
|
value: string;
|
|
2654
|
+
name: string;
|
|
2655
2655
|
}>, "many">>;
|
|
2656
2656
|
body: z.ZodOptional<z.ZodObject<{
|
|
2657
2657
|
data: z.ZodOptional<z.ZodString>;
|
|
@@ -2670,8 +2670,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2670
2670
|
}, "strip", z.ZodTypeAny, {
|
|
2671
2671
|
mimeType?: string | undefined;
|
|
2672
2672
|
headers?: {
|
|
2673
|
-
name: string;
|
|
2674
2673
|
value: string;
|
|
2674
|
+
name: string;
|
|
2675
2675
|
}[] | undefined;
|
|
2676
2676
|
body?: {
|
|
2677
2677
|
data?: string | undefined;
|
|
@@ -2682,8 +2682,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2682
2682
|
}, {
|
|
2683
2683
|
mimeType?: string | undefined;
|
|
2684
2684
|
headers?: {
|
|
2685
|
-
name: string;
|
|
2686
2685
|
value: string;
|
|
2686
|
+
name: string;
|
|
2687
2687
|
}[] | undefined;
|
|
2688
2688
|
body?: {
|
|
2689
2689
|
data?: string | undefined;
|
|
@@ -2705,8 +2705,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2705
2705
|
payload?: {
|
|
2706
2706
|
mimeType?: string | undefined;
|
|
2707
2707
|
headers?: {
|
|
2708
|
-
name: string;
|
|
2709
2708
|
value: string;
|
|
2709
|
+
name: string;
|
|
2710
2710
|
}[] | undefined;
|
|
2711
2711
|
body?: {
|
|
2712
2712
|
data?: string | undefined;
|
|
@@ -2728,8 +2728,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2728
2728
|
payload?: {
|
|
2729
2729
|
mimeType?: string | undefined;
|
|
2730
2730
|
headers?: {
|
|
2731
|
-
name: string;
|
|
2732
2731
|
value: string;
|
|
2732
|
+
name: string;
|
|
2733
2733
|
}[] | undefined;
|
|
2734
2734
|
body?: {
|
|
2735
2735
|
data?: string | undefined;
|
|
@@ -2753,8 +2753,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2753
2753
|
payload?: {
|
|
2754
2754
|
mimeType?: string | undefined;
|
|
2755
2755
|
headers?: {
|
|
2756
|
-
name: string;
|
|
2757
2756
|
value: string;
|
|
2757
|
+
name: string;
|
|
2758
2758
|
}[] | undefined;
|
|
2759
2759
|
body?: {
|
|
2760
2760
|
data?: string | undefined;
|
|
@@ -2779,8 +2779,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2779
2779
|
payload?: {
|
|
2780
2780
|
mimeType?: string | undefined;
|
|
2781
2781
|
headers?: {
|
|
2782
|
-
name: string;
|
|
2783
2782
|
value: string;
|
|
2783
|
+
name: string;
|
|
2784
2784
|
}[] | undefined;
|
|
2785
2785
|
body?: {
|
|
2786
2786
|
data?: string | undefined;
|
|
@@ -2794,9 +2794,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2794
2794
|
}>>;
|
|
2795
2795
|
error: z.ZodString;
|
|
2796
2796
|
}, "strip", z.ZodTypeAny, {
|
|
2797
|
-
operation: "create_draft";
|
|
2798
2797
|
success: boolean;
|
|
2799
2798
|
error: string;
|
|
2799
|
+
operation: "create_draft";
|
|
2800
2800
|
draft?: {
|
|
2801
2801
|
message: {
|
|
2802
2802
|
id: string;
|
|
@@ -2811,8 +2811,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2811
2811
|
payload?: {
|
|
2812
2812
|
mimeType?: string | undefined;
|
|
2813
2813
|
headers?: {
|
|
2814
|
-
name: string;
|
|
2815
2814
|
value: string;
|
|
2815
|
+
name: string;
|
|
2816
2816
|
}[] | undefined;
|
|
2817
2817
|
body?: {
|
|
2818
2818
|
data?: string | undefined;
|
|
@@ -2825,9 +2825,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2825
2825
|
id: string;
|
|
2826
2826
|
} | undefined;
|
|
2827
2827
|
}, {
|
|
2828
|
-
operation: "create_draft";
|
|
2829
2828
|
success: boolean;
|
|
2830
2829
|
error: string;
|
|
2830
|
+
operation: "create_draft";
|
|
2831
2831
|
draft?: {
|
|
2832
2832
|
message: {
|
|
2833
2833
|
id: string;
|
|
@@ -2842,8 +2842,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2842
2842
|
payload?: {
|
|
2843
2843
|
mimeType?: string | undefined;
|
|
2844
2844
|
headers?: {
|
|
2845
|
-
name: string;
|
|
2846
2845
|
value: string;
|
|
2846
|
+
name: string;
|
|
2847
2847
|
}[] | undefined;
|
|
2848
2848
|
body?: {
|
|
2849
2849
|
data?: string | undefined;
|
|
@@ -2862,15 +2862,15 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2862
2862
|
thread_id: z.ZodOptional<z.ZodString>;
|
|
2863
2863
|
error: z.ZodString;
|
|
2864
2864
|
}, "strip", z.ZodTypeAny, {
|
|
2865
|
-
operation: "send_draft";
|
|
2866
2865
|
success: boolean;
|
|
2867
2866
|
error: string;
|
|
2867
|
+
operation: "send_draft";
|
|
2868
2868
|
message_id?: string | undefined;
|
|
2869
2869
|
thread_id?: string | undefined;
|
|
2870
2870
|
}, {
|
|
2871
|
-
operation: "send_draft";
|
|
2872
2871
|
success: boolean;
|
|
2873
2872
|
error: string;
|
|
2873
|
+
operation: "send_draft";
|
|
2874
2874
|
message_id?: string | undefined;
|
|
2875
2875
|
thread_id?: string | undefined;
|
|
2876
2876
|
}>, z.ZodObject<{
|
|
@@ -2894,11 +2894,11 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2894
2894
|
name: z.ZodString;
|
|
2895
2895
|
value: z.ZodString;
|
|
2896
2896
|
}, "strip", z.ZodTypeAny, {
|
|
2897
|
-
name: string;
|
|
2898
2897
|
value: string;
|
|
2899
|
-
}, {
|
|
2900
2898
|
name: string;
|
|
2899
|
+
}, {
|
|
2901
2900
|
value: string;
|
|
2901
|
+
name: string;
|
|
2902
2902
|
}>, "many">>;
|
|
2903
2903
|
body: z.ZodOptional<z.ZodObject<{
|
|
2904
2904
|
data: z.ZodOptional<z.ZodString>;
|
|
@@ -2917,8 +2917,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2917
2917
|
}, "strip", z.ZodTypeAny, {
|
|
2918
2918
|
mimeType?: string | undefined;
|
|
2919
2919
|
headers?: {
|
|
2920
|
-
name: string;
|
|
2921
2920
|
value: string;
|
|
2921
|
+
name: string;
|
|
2922
2922
|
}[] | undefined;
|
|
2923
2923
|
body?: {
|
|
2924
2924
|
data?: string | undefined;
|
|
@@ -2929,8 +2929,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2929
2929
|
}, {
|
|
2930
2930
|
mimeType?: string | undefined;
|
|
2931
2931
|
headers?: {
|
|
2932
|
-
name: string;
|
|
2933
2932
|
value: string;
|
|
2933
|
+
name: string;
|
|
2934
2934
|
}[] | undefined;
|
|
2935
2935
|
body?: {
|
|
2936
2936
|
data?: string | undefined;
|
|
@@ -2952,8 +2952,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2952
2952
|
payload?: {
|
|
2953
2953
|
mimeType?: string | undefined;
|
|
2954
2954
|
headers?: {
|
|
2955
|
-
name: string;
|
|
2956
2955
|
value: string;
|
|
2956
|
+
name: string;
|
|
2957
2957
|
}[] | undefined;
|
|
2958
2958
|
body?: {
|
|
2959
2959
|
data?: string | undefined;
|
|
@@ -2975,8 +2975,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2975
2975
|
payload?: {
|
|
2976
2976
|
mimeType?: string | undefined;
|
|
2977
2977
|
headers?: {
|
|
2978
|
-
name: string;
|
|
2979
2978
|
value: string;
|
|
2979
|
+
name: string;
|
|
2980
2980
|
}[] | undefined;
|
|
2981
2981
|
body?: {
|
|
2982
2982
|
data?: string | undefined;
|
|
@@ -3000,8 +3000,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3000
3000
|
payload?: {
|
|
3001
3001
|
mimeType?: string | undefined;
|
|
3002
3002
|
headers?: {
|
|
3003
|
-
name: string;
|
|
3004
3003
|
value: string;
|
|
3004
|
+
name: string;
|
|
3005
3005
|
}[] | undefined;
|
|
3006
3006
|
body?: {
|
|
3007
3007
|
data?: string | undefined;
|
|
@@ -3026,8 +3026,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3026
3026
|
payload?: {
|
|
3027
3027
|
mimeType?: string | undefined;
|
|
3028
3028
|
headers?: {
|
|
3029
|
-
name: string;
|
|
3030
3029
|
value: string;
|
|
3030
|
+
name: string;
|
|
3031
3031
|
}[] | undefined;
|
|
3032
3032
|
body?: {
|
|
3033
3033
|
data?: string | undefined;
|
|
@@ -3043,9 +3043,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3043
3043
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
3044
3044
|
error: z.ZodString;
|
|
3045
3045
|
}, "strip", z.ZodTypeAny, {
|
|
3046
|
-
operation: "list_drafts";
|
|
3047
3046
|
success: boolean;
|
|
3048
3047
|
error: string;
|
|
3048
|
+
operation: "list_drafts";
|
|
3049
3049
|
next_page_token?: string | undefined;
|
|
3050
3050
|
result_size_estimate?: number | undefined;
|
|
3051
3051
|
drafts?: {
|
|
@@ -3062,8 +3062,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3062
3062
|
payload?: {
|
|
3063
3063
|
mimeType?: string | undefined;
|
|
3064
3064
|
headers?: {
|
|
3065
|
-
name: string;
|
|
3066
3065
|
value: string;
|
|
3066
|
+
name: string;
|
|
3067
3067
|
}[] | undefined;
|
|
3068
3068
|
body?: {
|
|
3069
3069
|
data?: string | undefined;
|
|
@@ -3076,9 +3076,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3076
3076
|
id: string;
|
|
3077
3077
|
}[] | undefined;
|
|
3078
3078
|
}, {
|
|
3079
|
-
operation: "list_drafts";
|
|
3080
3079
|
success: boolean;
|
|
3081
3080
|
error: string;
|
|
3081
|
+
operation: "list_drafts";
|
|
3082
3082
|
next_page_token?: string | undefined;
|
|
3083
3083
|
result_size_estimate?: number | undefined;
|
|
3084
3084
|
drafts?: {
|
|
@@ -3095,8 +3095,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3095
3095
|
payload?: {
|
|
3096
3096
|
mimeType?: string | undefined;
|
|
3097
3097
|
headers?: {
|
|
3098
|
-
name: string;
|
|
3099
3098
|
value: string;
|
|
3099
|
+
name: string;
|
|
3100
3100
|
}[] | undefined;
|
|
3101
3101
|
body?: {
|
|
3102
3102
|
data?: string | undefined;
|
|
@@ -3114,14 +3114,14 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3114
3114
|
deleted_message_id: z.ZodOptional<z.ZodString>;
|
|
3115
3115
|
error: z.ZodString;
|
|
3116
3116
|
}, "strip", z.ZodTypeAny, {
|
|
3117
|
-
operation: "delete_email";
|
|
3118
3117
|
success: boolean;
|
|
3119
3118
|
error: string;
|
|
3119
|
+
operation: "delete_email";
|
|
3120
3120
|
deleted_message_id?: string | undefined;
|
|
3121
3121
|
}, {
|
|
3122
|
-
operation: "delete_email";
|
|
3123
3122
|
success: boolean;
|
|
3124
3123
|
error: string;
|
|
3124
|
+
operation: "delete_email";
|
|
3125
3125
|
deleted_message_id?: string | undefined;
|
|
3126
3126
|
}>, z.ZodObject<{
|
|
3127
3127
|
operation: z.ZodLiteral<"trash_email">;
|
|
@@ -3129,14 +3129,14 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3129
3129
|
trashed_message_id: z.ZodOptional<z.ZodString>;
|
|
3130
3130
|
error: z.ZodString;
|
|
3131
3131
|
}, "strip", z.ZodTypeAny, {
|
|
3132
|
-
operation: "trash_email";
|
|
3133
3132
|
success: boolean;
|
|
3134
3133
|
error: string;
|
|
3134
|
+
operation: "trash_email";
|
|
3135
3135
|
trashed_message_id?: string | undefined;
|
|
3136
3136
|
}, {
|
|
3137
|
-
operation: "trash_email";
|
|
3138
3137
|
success: boolean;
|
|
3139
3138
|
error: string;
|
|
3139
|
+
operation: "trash_email";
|
|
3140
3140
|
trashed_message_id?: string | undefined;
|
|
3141
3141
|
}>, z.ZodObject<{
|
|
3142
3142
|
operation: z.ZodLiteral<"list_threads">;
|
|
@@ -3160,11 +3160,11 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3160
3160
|
name: z.ZodString;
|
|
3161
3161
|
value: z.ZodString;
|
|
3162
3162
|
}, "strip", z.ZodTypeAny, {
|
|
3163
|
-
name: string;
|
|
3164
3163
|
value: string;
|
|
3165
|
-
}, {
|
|
3166
3164
|
name: string;
|
|
3165
|
+
}, {
|
|
3167
3166
|
value: string;
|
|
3167
|
+
name: string;
|
|
3168
3168
|
}>, "many">>;
|
|
3169
3169
|
body: z.ZodOptional<z.ZodObject<{
|
|
3170
3170
|
data: z.ZodOptional<z.ZodString>;
|
|
@@ -3183,8 +3183,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3183
3183
|
}, "strip", z.ZodTypeAny, {
|
|
3184
3184
|
mimeType?: string | undefined;
|
|
3185
3185
|
headers?: {
|
|
3186
|
-
name: string;
|
|
3187
3186
|
value: string;
|
|
3187
|
+
name: string;
|
|
3188
3188
|
}[] | undefined;
|
|
3189
3189
|
body?: {
|
|
3190
3190
|
data?: string | undefined;
|
|
@@ -3195,8 +3195,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3195
3195
|
}, {
|
|
3196
3196
|
mimeType?: string | undefined;
|
|
3197
3197
|
headers?: {
|
|
3198
|
-
name: string;
|
|
3199
3198
|
value: string;
|
|
3199
|
+
name: string;
|
|
3200
3200
|
}[] | undefined;
|
|
3201
3201
|
body?: {
|
|
3202
3202
|
data?: string | undefined;
|
|
@@ -3218,8 +3218,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3218
3218
|
payload?: {
|
|
3219
3219
|
mimeType?: string | undefined;
|
|
3220
3220
|
headers?: {
|
|
3221
|
-
name: string;
|
|
3222
3221
|
value: string;
|
|
3222
|
+
name: string;
|
|
3223
3223
|
}[] | undefined;
|
|
3224
3224
|
body?: {
|
|
3225
3225
|
data?: string | undefined;
|
|
@@ -3241,8 +3241,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3241
3241
|
payload?: {
|
|
3242
3242
|
mimeType?: string | undefined;
|
|
3243
3243
|
headers?: {
|
|
3244
|
-
name: string;
|
|
3245
3244
|
value: string;
|
|
3245
|
+
name: string;
|
|
3246
3246
|
}[] | undefined;
|
|
3247
3247
|
body?: {
|
|
3248
3248
|
data?: string | undefined;
|
|
@@ -3268,8 +3268,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3268
3268
|
payload?: {
|
|
3269
3269
|
mimeType?: string | undefined;
|
|
3270
3270
|
headers?: {
|
|
3271
|
-
name: string;
|
|
3272
3271
|
value: string;
|
|
3272
|
+
name: string;
|
|
3273
3273
|
}[] | undefined;
|
|
3274
3274
|
body?: {
|
|
3275
3275
|
data?: string | undefined;
|
|
@@ -3296,8 +3296,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3296
3296
|
payload?: {
|
|
3297
3297
|
mimeType?: string | undefined;
|
|
3298
3298
|
headers?: {
|
|
3299
|
-
name: string;
|
|
3300
3299
|
value: string;
|
|
3300
|
+
name: string;
|
|
3301
3301
|
}[] | undefined;
|
|
3302
3302
|
body?: {
|
|
3303
3303
|
data?: string | undefined;
|
|
@@ -3314,9 +3314,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3314
3314
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
3315
3315
|
error: z.ZodString;
|
|
3316
3316
|
}, "strip", z.ZodTypeAny, {
|
|
3317
|
-
operation: "list_threads";
|
|
3318
3317
|
success: boolean;
|
|
3319
3318
|
error: string;
|
|
3319
|
+
operation: "list_threads";
|
|
3320
3320
|
next_page_token?: string | undefined;
|
|
3321
3321
|
result_size_estimate?: number | undefined;
|
|
3322
3322
|
threads?: {
|
|
@@ -3334,8 +3334,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3334
3334
|
payload?: {
|
|
3335
3335
|
mimeType?: string | undefined;
|
|
3336
3336
|
headers?: {
|
|
3337
|
-
name: string;
|
|
3338
3337
|
value: string;
|
|
3338
|
+
name: string;
|
|
3339
3339
|
}[] | undefined;
|
|
3340
3340
|
body?: {
|
|
3341
3341
|
data?: string | undefined;
|
|
@@ -3349,9 +3349,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3349
3349
|
historyId?: string | undefined;
|
|
3350
3350
|
}[] | undefined;
|
|
3351
3351
|
}, {
|
|
3352
|
-
operation: "list_threads";
|
|
3353
3352
|
success: boolean;
|
|
3354
3353
|
error: string;
|
|
3354
|
+
operation: "list_threads";
|
|
3355
3355
|
next_page_token?: string | undefined;
|
|
3356
3356
|
result_size_estimate?: number | undefined;
|
|
3357
3357
|
threads?: {
|
|
@@ -3369,8 +3369,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3369
3369
|
payload?: {
|
|
3370
3370
|
mimeType?: string | undefined;
|
|
3371
3371
|
headers?: {
|
|
3372
|
-
name: string;
|
|
3373
3372
|
value: string;
|
|
3373
|
+
name: string;
|
|
3374
3374
|
}[] | undefined;
|
|
3375
3375
|
body?: {
|
|
3376
3376
|
data?: string | undefined;
|
|
@@ -3407,9 +3407,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3407
3407
|
}>, "many">>;
|
|
3408
3408
|
error: z.ZodString;
|
|
3409
3409
|
}, "strip", z.ZodTypeAny, {
|
|
3410
|
-
operation: "list_labels";
|
|
3411
3410
|
success: boolean;
|
|
3412
3411
|
error: string;
|
|
3412
|
+
operation: "list_labels";
|
|
3413
3413
|
labels?: {
|
|
3414
3414
|
name: string;
|
|
3415
3415
|
id: string;
|
|
@@ -3418,9 +3418,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3418
3418
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
3419
3419
|
}[] | undefined;
|
|
3420
3420
|
}, {
|
|
3421
|
-
operation: "list_labels";
|
|
3422
3421
|
success: boolean;
|
|
3423
3422
|
error: string;
|
|
3423
|
+
operation: "list_labels";
|
|
3424
3424
|
labels?: {
|
|
3425
3425
|
name: string;
|
|
3426
3426
|
id: string;
|
|
@@ -3452,9 +3452,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3452
3452
|
}>>;
|
|
3453
3453
|
error: z.ZodString;
|
|
3454
3454
|
}, "strip", z.ZodTypeAny, {
|
|
3455
|
-
operation: "create_label";
|
|
3456
3455
|
success: boolean;
|
|
3457
3456
|
error: string;
|
|
3457
|
+
operation: "create_label";
|
|
3458
3458
|
label?: {
|
|
3459
3459
|
name: string;
|
|
3460
3460
|
id: string;
|
|
@@ -3463,9 +3463,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3463
3463
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
3464
3464
|
} | undefined;
|
|
3465
3465
|
}, {
|
|
3466
|
-
operation: "create_label";
|
|
3467
3466
|
success: boolean;
|
|
3468
3467
|
error: string;
|
|
3468
|
+
operation: "create_label";
|
|
3469
3469
|
label?: {
|
|
3470
3470
|
name: string;
|
|
3471
3471
|
id: string;
|
|
@@ -3480,15 +3480,15 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3480
3480
|
label_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3481
3481
|
error: z.ZodString;
|
|
3482
3482
|
}, "strip", z.ZodTypeAny, {
|
|
3483
|
-
operation: "modify_message_labels";
|
|
3484
3483
|
success: boolean;
|
|
3485
3484
|
error: string;
|
|
3485
|
+
operation: "modify_message_labels";
|
|
3486
3486
|
message_id?: string | undefined;
|
|
3487
3487
|
label_ids?: string[] | undefined;
|
|
3488
3488
|
}, {
|
|
3489
|
-
operation: "modify_message_labels";
|
|
3490
3489
|
success: boolean;
|
|
3491
3490
|
error: string;
|
|
3491
|
+
operation: "modify_message_labels";
|
|
3492
3492
|
message_id?: string | undefined;
|
|
3493
3493
|
label_ids?: string[] | undefined;
|
|
3494
3494
|
}>, z.ZodObject<{
|
|
@@ -3497,14 +3497,14 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3497
3497
|
thread_id: z.ZodOptional<z.ZodString>;
|
|
3498
3498
|
error: z.ZodString;
|
|
3499
3499
|
}, "strip", z.ZodTypeAny, {
|
|
3500
|
-
operation: "modify_thread_labels";
|
|
3501
3500
|
success: boolean;
|
|
3502
3501
|
error: string;
|
|
3502
|
+
operation: "modify_thread_labels";
|
|
3503
3503
|
thread_id?: string | undefined;
|
|
3504
3504
|
}, {
|
|
3505
|
-
operation: "modify_thread_labels";
|
|
3506
3505
|
success: boolean;
|
|
3507
3506
|
error: string;
|
|
3507
|
+
operation: "modify_thread_labels";
|
|
3508
3508
|
thread_id?: string | undefined;
|
|
3509
3509
|
}>]>;
|
|
3510
3510
|
static readonly shortDescription = "Gmail integration for email management";
|