@bubblelab/bubble-core 0.1.49 → 0.1.51
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 +126 -106
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +132 -132
- package/dist/bubbles/service-bubble/ai-agent.d.ts +36 -36
- package/dist/bubbles/service-bubble/airtable.d.ts +230 -230
- package/dist/bubbles/service-bubble/apify/apify.d.ts +38 -38
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +178 -178
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +57 -57
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +98 -98
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
- package/dist/bubbles/service-bubble/firecrawl.d.ts +292 -292
- package/dist/bubbles/service-bubble/followupboss.d.ts +302 -302
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +28 -28
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.js +8 -4
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.js.map +1 -1
- package/dist/bubbles/service-bubble/github.d.ts +124 -124
- package/dist/bubbles/service-bubble/gmail.d.ts +248 -248
- package/dist/bubbles/service-bubble/google-calendar.d.ts +56 -56
- package/dist/bubbles/service-bubble/google-drive.d.ts +120 -120
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +54 -54
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.d.ts +59 -59
- package/dist/bubbles/service-bubble/notion/notion.d.ts +212 -212
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/resend.d.ts +16 -16
- package/dist/bubbles/service-bubble/slack/slack.d.ts +340 -340
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/stripe/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/stripe/index.js +4 -0
- package/dist/bubbles/service-bubble/stripe/index.js.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +1178 -0
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.js +618 -0
- package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +1326 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.js +626 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.utils.d.ts +40 -0
- package/dist/bubbles/service-bubble/stripe/stripe.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/stripe/stripe.utils.js +111 -0
- package/dist/bubbles/service-bubble/stripe/stripe.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/telegram.d.ts +114 -114
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +40 -40
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- 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 +8 -8
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +324 -324
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +132 -132
- 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 +14 -14
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +96 -96
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1806 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/types/base-bubble-class.d.ts.map +1 -1
- package/dist/types/base-bubble-class.js +12 -0
- package/dist/types/base-bubble-class.js.map +1 -1
- package/dist/utils/schema-comparison.d.ts +10 -0
- package/dist/utils/schema-comparison.d.ts.map +1 -1
- package/dist/utils/schema-comparison.js +215 -0
- package/dist/utils/schema-comparison.js.map +1 -1
- package/package.json +2 -2
|
@@ -87,14 +87,14 @@ declare const GmailParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
87
87
|
include_spam_trash: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
88
88
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
89
89
|
}, "strip", z.ZodTypeAny, {
|
|
90
|
-
query: string;
|
|
91
90
|
operation: "search_emails";
|
|
91
|
+
query: string;
|
|
92
92
|
max_results: number;
|
|
93
93
|
include_spam_trash: boolean;
|
|
94
94
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
95
95
|
}, {
|
|
96
|
-
query: string;
|
|
97
96
|
operation: "search_emails";
|
|
97
|
+
query: string;
|
|
98
98
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
99
99
|
max_results?: number | undefined;
|
|
100
100
|
include_spam_trash?: boolean | undefined;
|
|
@@ -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
|
-
error: string;
|
|
317
|
-
success: boolean;
|
|
318
316
|
operation: "send_email";
|
|
317
|
+
success: boolean;
|
|
318
|
+
error: string;
|
|
319
319
|
message_id?: string | undefined;
|
|
320
320
|
thread_id?: string | undefined;
|
|
321
321
|
}, {
|
|
322
|
-
error: string;
|
|
323
|
-
success: boolean;
|
|
324
322
|
operation: "send_email";
|
|
323
|
+
success: boolean;
|
|
324
|
+
error: string;
|
|
325
325
|
message_id?: string | undefined;
|
|
326
326
|
thread_id?: string | undefined;
|
|
327
327
|
}>, z.ZodObject<{
|
|
@@ -364,7 +364,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
364
364
|
}>>;
|
|
365
365
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
366
366
|
}, "strip", z.ZodTypeAny, {
|
|
367
|
-
parts?: any[] | undefined;
|
|
368
367
|
mimeType?: string | undefined;
|
|
369
368
|
headers?: {
|
|
370
369
|
value: string;
|
|
@@ -375,8 +374,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
375
374
|
size?: number | undefined;
|
|
376
375
|
attachmentId?: string | undefined;
|
|
377
376
|
} | undefined;
|
|
378
|
-
}, {
|
|
379
377
|
parts?: any[] | undefined;
|
|
378
|
+
}, {
|
|
380
379
|
mimeType?: string | undefined;
|
|
381
380
|
headers?: {
|
|
382
381
|
value: string;
|
|
@@ -387,6 +386,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
387
386
|
size?: number | undefined;
|
|
388
387
|
attachmentId?: string | undefined;
|
|
389
388
|
} | undefined;
|
|
389
|
+
parts?: any[] | undefined;
|
|
390
390
|
}>>;
|
|
391
391
|
}, "strip", z.ZodTypeAny, {
|
|
392
392
|
id: string;
|
|
@@ -399,7 +399,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
399
399
|
sizeEstimate?: number | undefined;
|
|
400
400
|
raw?: string | undefined;
|
|
401
401
|
payload?: {
|
|
402
|
-
parts?: any[] | undefined;
|
|
403
402
|
mimeType?: string | undefined;
|
|
404
403
|
headers?: {
|
|
405
404
|
value: string;
|
|
@@ -410,6 +409,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
410
409
|
size?: number | undefined;
|
|
411
410
|
attachmentId?: string | undefined;
|
|
412
411
|
} | undefined;
|
|
412
|
+
parts?: any[] | undefined;
|
|
413
413
|
} | undefined;
|
|
414
414
|
}, {
|
|
415
415
|
id: string;
|
|
@@ -422,7 +422,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
422
422
|
sizeEstimate?: number | undefined;
|
|
423
423
|
raw?: string | undefined;
|
|
424
424
|
payload?: {
|
|
425
|
-
parts?: any[] | undefined;
|
|
426
425
|
mimeType?: string | undefined;
|
|
427
426
|
headers?: {
|
|
428
427
|
value: string;
|
|
@@ -433,15 +432,16 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
433
432
|
size?: number | undefined;
|
|
434
433
|
attachmentId?: string | undefined;
|
|
435
434
|
} | undefined;
|
|
435
|
+
parts?: any[] | undefined;
|
|
436
436
|
} | undefined;
|
|
437
437
|
}>, "many">>;
|
|
438
438
|
next_page_token: z.ZodOptional<z.ZodString>;
|
|
439
439
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
440
440
|
error: z.ZodString;
|
|
441
441
|
}, "strip", z.ZodTypeAny, {
|
|
442
|
-
error: string;
|
|
443
|
-
success: boolean;
|
|
444
442
|
operation: "list_emails";
|
|
443
|
+
success: boolean;
|
|
444
|
+
error: string;
|
|
445
445
|
messages?: {
|
|
446
446
|
id: string;
|
|
447
447
|
threadId?: string | undefined;
|
|
@@ -453,7 +453,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
453
453
|
sizeEstimate?: number | undefined;
|
|
454
454
|
raw?: string | undefined;
|
|
455
455
|
payload?: {
|
|
456
|
-
parts?: any[] | undefined;
|
|
457
456
|
mimeType?: string | undefined;
|
|
458
457
|
headers?: {
|
|
459
458
|
value: string;
|
|
@@ -464,14 +463,15 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
464
463
|
size?: number | undefined;
|
|
465
464
|
attachmentId?: string | undefined;
|
|
466
465
|
} | undefined;
|
|
466
|
+
parts?: any[] | undefined;
|
|
467
467
|
} | undefined;
|
|
468
468
|
}[] | undefined;
|
|
469
469
|
next_page_token?: string | undefined;
|
|
470
470
|
result_size_estimate?: number | undefined;
|
|
471
471
|
}, {
|
|
472
|
-
error: string;
|
|
473
|
-
success: boolean;
|
|
474
472
|
operation: "list_emails";
|
|
473
|
+
success: boolean;
|
|
474
|
+
error: string;
|
|
475
475
|
messages?: {
|
|
476
476
|
id: string;
|
|
477
477
|
threadId?: string | undefined;
|
|
@@ -483,7 +483,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
483
483
|
sizeEstimate?: number | undefined;
|
|
484
484
|
raw?: string | undefined;
|
|
485
485
|
payload?: {
|
|
486
|
-
parts?: any[] | undefined;
|
|
487
486
|
mimeType?: string | undefined;
|
|
488
487
|
headers?: {
|
|
489
488
|
value: string;
|
|
@@ -494,6 +493,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
494
493
|
size?: number | undefined;
|
|
495
494
|
attachmentId?: string | undefined;
|
|
496
495
|
} | undefined;
|
|
496
|
+
parts?: any[] | undefined;
|
|
497
497
|
} | undefined;
|
|
498
498
|
}[] | undefined;
|
|
499
499
|
next_page_token?: string | undefined;
|
|
@@ -538,7 +538,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
538
538
|
}>>;
|
|
539
539
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
540
540
|
}, "strip", z.ZodTypeAny, {
|
|
541
|
-
parts?: any[] | undefined;
|
|
542
541
|
mimeType?: string | undefined;
|
|
543
542
|
headers?: {
|
|
544
543
|
value: string;
|
|
@@ -549,8 +548,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
549
548
|
size?: number | undefined;
|
|
550
549
|
attachmentId?: string | undefined;
|
|
551
550
|
} | undefined;
|
|
552
|
-
}, {
|
|
553
551
|
parts?: any[] | undefined;
|
|
552
|
+
}, {
|
|
554
553
|
mimeType?: string | undefined;
|
|
555
554
|
headers?: {
|
|
556
555
|
value: string;
|
|
@@ -561,6 +560,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
561
560
|
size?: number | undefined;
|
|
562
561
|
attachmentId?: string | undefined;
|
|
563
562
|
} | undefined;
|
|
563
|
+
parts?: any[] | undefined;
|
|
564
564
|
}>>;
|
|
565
565
|
}, "strip", z.ZodTypeAny, {
|
|
566
566
|
id: string;
|
|
@@ -573,7 +573,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
573
573
|
sizeEstimate?: number | undefined;
|
|
574
574
|
raw?: string | undefined;
|
|
575
575
|
payload?: {
|
|
576
|
-
parts?: any[] | undefined;
|
|
577
576
|
mimeType?: string | undefined;
|
|
578
577
|
headers?: {
|
|
579
578
|
value: string;
|
|
@@ -584,6 +583,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
584
583
|
size?: number | undefined;
|
|
585
584
|
attachmentId?: string | undefined;
|
|
586
585
|
} | undefined;
|
|
586
|
+
parts?: any[] | undefined;
|
|
587
587
|
} | undefined;
|
|
588
588
|
}, {
|
|
589
589
|
id: string;
|
|
@@ -596,7 +596,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
596
596
|
sizeEstimate?: number | undefined;
|
|
597
597
|
raw?: string | undefined;
|
|
598
598
|
payload?: {
|
|
599
|
-
parts?: any[] | undefined;
|
|
600
599
|
mimeType?: string | undefined;
|
|
601
600
|
headers?: {
|
|
602
601
|
value: string;
|
|
@@ -607,13 +606,14 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
607
606
|
size?: number | undefined;
|
|
608
607
|
attachmentId?: string | undefined;
|
|
609
608
|
} | undefined;
|
|
609
|
+
parts?: any[] | undefined;
|
|
610
610
|
} | undefined;
|
|
611
611
|
}>>;
|
|
612
612
|
error: z.ZodString;
|
|
613
613
|
}, "strip", z.ZodTypeAny, {
|
|
614
|
-
error: string;
|
|
615
|
-
success: boolean;
|
|
616
614
|
operation: "get_email";
|
|
615
|
+
success: boolean;
|
|
616
|
+
error: string;
|
|
617
617
|
message?: {
|
|
618
618
|
id: string;
|
|
619
619
|
threadId?: string | undefined;
|
|
@@ -625,7 +625,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
625
625
|
sizeEstimate?: number | undefined;
|
|
626
626
|
raw?: string | undefined;
|
|
627
627
|
payload?: {
|
|
628
|
-
parts?: any[] | undefined;
|
|
629
628
|
mimeType?: string | undefined;
|
|
630
629
|
headers?: {
|
|
631
630
|
value: string;
|
|
@@ -636,12 +635,13 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
636
635
|
size?: number | undefined;
|
|
637
636
|
attachmentId?: string | undefined;
|
|
638
637
|
} | undefined;
|
|
638
|
+
parts?: any[] | undefined;
|
|
639
639
|
} | undefined;
|
|
640
640
|
} | undefined;
|
|
641
641
|
}, {
|
|
642
|
-
error: string;
|
|
643
|
-
success: boolean;
|
|
644
642
|
operation: "get_email";
|
|
643
|
+
success: boolean;
|
|
644
|
+
error: string;
|
|
645
645
|
message?: {
|
|
646
646
|
id: string;
|
|
647
647
|
threadId?: string | undefined;
|
|
@@ -653,7 +653,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
653
653
|
sizeEstimate?: number | undefined;
|
|
654
654
|
raw?: string | undefined;
|
|
655
655
|
payload?: {
|
|
656
|
-
parts?: any[] | undefined;
|
|
657
656
|
mimeType?: string | undefined;
|
|
658
657
|
headers?: {
|
|
659
658
|
value: string;
|
|
@@ -664,6 +663,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
664
663
|
size?: number | undefined;
|
|
665
664
|
attachmentId?: string | undefined;
|
|
666
665
|
} | undefined;
|
|
666
|
+
parts?: any[] | undefined;
|
|
667
667
|
} | undefined;
|
|
668
668
|
} | undefined;
|
|
669
669
|
}>, z.ZodObject<{
|
|
@@ -706,7 +706,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
706
706
|
}>>;
|
|
707
707
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
708
708
|
}, "strip", z.ZodTypeAny, {
|
|
709
|
-
parts?: any[] | undefined;
|
|
710
709
|
mimeType?: string | undefined;
|
|
711
710
|
headers?: {
|
|
712
711
|
value: string;
|
|
@@ -717,8 +716,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
717
716
|
size?: number | undefined;
|
|
718
717
|
attachmentId?: string | undefined;
|
|
719
718
|
} | undefined;
|
|
720
|
-
}, {
|
|
721
719
|
parts?: any[] | undefined;
|
|
720
|
+
}, {
|
|
722
721
|
mimeType?: string | undefined;
|
|
723
722
|
headers?: {
|
|
724
723
|
value: string;
|
|
@@ -729,6 +728,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
729
728
|
size?: number | undefined;
|
|
730
729
|
attachmentId?: string | undefined;
|
|
731
730
|
} | undefined;
|
|
731
|
+
parts?: any[] | undefined;
|
|
732
732
|
}>>;
|
|
733
733
|
}, "strip", z.ZodTypeAny, {
|
|
734
734
|
id: string;
|
|
@@ -741,7 +741,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
741
741
|
sizeEstimate?: number | undefined;
|
|
742
742
|
raw?: string | undefined;
|
|
743
743
|
payload?: {
|
|
744
|
-
parts?: any[] | undefined;
|
|
745
744
|
mimeType?: string | undefined;
|
|
746
745
|
headers?: {
|
|
747
746
|
value: string;
|
|
@@ -752,6 +751,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
752
751
|
size?: number | undefined;
|
|
753
752
|
attachmentId?: string | undefined;
|
|
754
753
|
} | undefined;
|
|
754
|
+
parts?: any[] | undefined;
|
|
755
755
|
} | undefined;
|
|
756
756
|
}, {
|
|
757
757
|
id: string;
|
|
@@ -764,7 +764,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
764
764
|
sizeEstimate?: number | undefined;
|
|
765
765
|
raw?: string | undefined;
|
|
766
766
|
payload?: {
|
|
767
|
-
parts?: any[] | undefined;
|
|
768
767
|
mimeType?: string | undefined;
|
|
769
768
|
headers?: {
|
|
770
769
|
value: string;
|
|
@@ -775,14 +774,15 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
775
774
|
size?: number | undefined;
|
|
776
775
|
attachmentId?: string | undefined;
|
|
777
776
|
} | undefined;
|
|
777
|
+
parts?: any[] | undefined;
|
|
778
778
|
} | undefined;
|
|
779
779
|
}>, "many">>;
|
|
780
780
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
781
781
|
error: z.ZodString;
|
|
782
782
|
}, "strip", z.ZodTypeAny, {
|
|
783
|
-
error: string;
|
|
784
|
-
success: boolean;
|
|
785
783
|
operation: "search_emails";
|
|
784
|
+
success: boolean;
|
|
785
|
+
error: string;
|
|
786
786
|
messages?: {
|
|
787
787
|
id: string;
|
|
788
788
|
threadId?: string | undefined;
|
|
@@ -794,7 +794,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
794
794
|
sizeEstimate?: number | undefined;
|
|
795
795
|
raw?: string | undefined;
|
|
796
796
|
payload?: {
|
|
797
|
-
parts?: any[] | undefined;
|
|
798
797
|
mimeType?: string | undefined;
|
|
799
798
|
headers?: {
|
|
800
799
|
value: string;
|
|
@@ -805,13 +804,14 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
805
804
|
size?: number | undefined;
|
|
806
805
|
attachmentId?: string | undefined;
|
|
807
806
|
} | undefined;
|
|
807
|
+
parts?: any[] | undefined;
|
|
808
808
|
} | undefined;
|
|
809
809
|
}[] | undefined;
|
|
810
810
|
result_size_estimate?: number | undefined;
|
|
811
811
|
}, {
|
|
812
|
-
error: string;
|
|
813
|
-
success: boolean;
|
|
814
812
|
operation: "search_emails";
|
|
813
|
+
success: boolean;
|
|
814
|
+
error: string;
|
|
815
815
|
messages?: {
|
|
816
816
|
id: string;
|
|
817
817
|
threadId?: string | undefined;
|
|
@@ -823,7 +823,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
823
823
|
sizeEstimate?: number | undefined;
|
|
824
824
|
raw?: string | undefined;
|
|
825
825
|
payload?: {
|
|
826
|
-
parts?: any[] | undefined;
|
|
827
826
|
mimeType?: string | undefined;
|
|
828
827
|
headers?: {
|
|
829
828
|
value: string;
|
|
@@ -834,6 +833,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
834
833
|
size?: number | undefined;
|
|
835
834
|
attachmentId?: string | undefined;
|
|
836
835
|
} | undefined;
|
|
836
|
+
parts?: any[] | undefined;
|
|
837
837
|
} | undefined;
|
|
838
838
|
}[] | undefined;
|
|
839
839
|
result_size_estimate?: number | 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
|
-
error: string;
|
|
847
|
-
success: boolean;
|
|
848
846
|
operation: "mark_as_read";
|
|
847
|
+
success: boolean;
|
|
848
|
+
error: string;
|
|
849
849
|
modified_messages?: string[] | undefined;
|
|
850
850
|
}, {
|
|
851
|
-
error: string;
|
|
852
|
-
success: boolean;
|
|
853
851
|
operation: "mark_as_read";
|
|
852
|
+
success: boolean;
|
|
853
|
+
error: string;
|
|
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
|
-
error: string;
|
|
862
|
-
success: boolean;
|
|
863
861
|
operation: "mark_as_unread";
|
|
862
|
+
success: boolean;
|
|
863
|
+
error: string;
|
|
864
864
|
modified_messages?: string[] | undefined;
|
|
865
865
|
}, {
|
|
866
|
-
error: string;
|
|
867
|
-
success: boolean;
|
|
868
866
|
operation: "mark_as_unread";
|
|
867
|
+
success: boolean;
|
|
868
|
+
error: string;
|
|
869
869
|
modified_messages?: string[] | undefined;
|
|
870
870
|
}>, z.ZodObject<{
|
|
871
871
|
operation: z.ZodLiteral<"create_draft">;
|
|
@@ -909,7 +909,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
909
909
|
}>>;
|
|
910
910
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
911
911
|
}, "strip", z.ZodTypeAny, {
|
|
912
|
-
parts?: any[] | undefined;
|
|
913
912
|
mimeType?: string | undefined;
|
|
914
913
|
headers?: {
|
|
915
914
|
value: string;
|
|
@@ -920,8 +919,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
920
919
|
size?: number | undefined;
|
|
921
920
|
attachmentId?: string | undefined;
|
|
922
921
|
} | undefined;
|
|
923
|
-
}, {
|
|
924
922
|
parts?: any[] | undefined;
|
|
923
|
+
}, {
|
|
925
924
|
mimeType?: string | undefined;
|
|
926
925
|
headers?: {
|
|
927
926
|
value: string;
|
|
@@ -932,6 +931,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
932
931
|
size?: number | undefined;
|
|
933
932
|
attachmentId?: string | undefined;
|
|
934
933
|
} | undefined;
|
|
934
|
+
parts?: any[] | undefined;
|
|
935
935
|
}>>;
|
|
936
936
|
}, "strip", z.ZodTypeAny, {
|
|
937
937
|
id: string;
|
|
@@ -944,7 +944,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
944
944
|
sizeEstimate?: number | undefined;
|
|
945
945
|
raw?: string | undefined;
|
|
946
946
|
payload?: {
|
|
947
|
-
parts?: any[] | undefined;
|
|
948
947
|
mimeType?: string | undefined;
|
|
949
948
|
headers?: {
|
|
950
949
|
value: string;
|
|
@@ -955,6 +954,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
955
954
|
size?: number | undefined;
|
|
956
955
|
attachmentId?: string | undefined;
|
|
957
956
|
} | undefined;
|
|
957
|
+
parts?: any[] | undefined;
|
|
958
958
|
} | undefined;
|
|
959
959
|
}, {
|
|
960
960
|
id: string;
|
|
@@ -967,7 +967,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
967
967
|
sizeEstimate?: number | undefined;
|
|
968
968
|
raw?: string | undefined;
|
|
969
969
|
payload?: {
|
|
970
|
-
parts?: any[] | undefined;
|
|
971
970
|
mimeType?: string | undefined;
|
|
972
971
|
headers?: {
|
|
973
972
|
value: string;
|
|
@@ -978,6 +977,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
978
977
|
size?: number | undefined;
|
|
979
978
|
attachmentId?: string | undefined;
|
|
980
979
|
} | undefined;
|
|
980
|
+
parts?: any[] | undefined;
|
|
981
981
|
} | undefined;
|
|
982
982
|
}>;
|
|
983
983
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -992,7 +992,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
992
992
|
sizeEstimate?: number | undefined;
|
|
993
993
|
raw?: string | undefined;
|
|
994
994
|
payload?: {
|
|
995
|
-
parts?: any[] | undefined;
|
|
996
995
|
mimeType?: string | undefined;
|
|
997
996
|
headers?: {
|
|
998
997
|
value: string;
|
|
@@ -1003,6 +1002,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1003
1002
|
size?: number | undefined;
|
|
1004
1003
|
attachmentId?: string | undefined;
|
|
1005
1004
|
} | undefined;
|
|
1005
|
+
parts?: any[] | undefined;
|
|
1006
1006
|
} | undefined;
|
|
1007
1007
|
};
|
|
1008
1008
|
id: string;
|
|
@@ -1018,7 +1018,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1018
1018
|
sizeEstimate?: number | undefined;
|
|
1019
1019
|
raw?: string | undefined;
|
|
1020
1020
|
payload?: {
|
|
1021
|
-
parts?: any[] | undefined;
|
|
1022
1021
|
mimeType?: string | undefined;
|
|
1023
1022
|
headers?: {
|
|
1024
1023
|
value: string;
|
|
@@ -1029,15 +1028,16 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1029
1028
|
size?: number | undefined;
|
|
1030
1029
|
attachmentId?: string | undefined;
|
|
1031
1030
|
} | undefined;
|
|
1031
|
+
parts?: any[] | undefined;
|
|
1032
1032
|
} | undefined;
|
|
1033
1033
|
};
|
|
1034
1034
|
id: string;
|
|
1035
1035
|
}>>;
|
|
1036
1036
|
error: z.ZodString;
|
|
1037
1037
|
}, "strip", z.ZodTypeAny, {
|
|
1038
|
-
error: string;
|
|
1039
|
-
success: boolean;
|
|
1040
1038
|
operation: "create_draft";
|
|
1039
|
+
success: boolean;
|
|
1040
|
+
error: string;
|
|
1041
1041
|
draft?: {
|
|
1042
1042
|
message: {
|
|
1043
1043
|
id: string;
|
|
@@ -1050,7 +1050,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1050
1050
|
sizeEstimate?: number | undefined;
|
|
1051
1051
|
raw?: string | undefined;
|
|
1052
1052
|
payload?: {
|
|
1053
|
-
parts?: any[] | undefined;
|
|
1054
1053
|
mimeType?: string | undefined;
|
|
1055
1054
|
headers?: {
|
|
1056
1055
|
value: string;
|
|
@@ -1061,14 +1060,15 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1061
1060
|
size?: number | undefined;
|
|
1062
1061
|
attachmentId?: string | undefined;
|
|
1063
1062
|
} | undefined;
|
|
1063
|
+
parts?: any[] | undefined;
|
|
1064
1064
|
} | undefined;
|
|
1065
1065
|
};
|
|
1066
1066
|
id: string;
|
|
1067
1067
|
} | undefined;
|
|
1068
1068
|
}, {
|
|
1069
|
-
error: string;
|
|
1070
|
-
success: boolean;
|
|
1071
1069
|
operation: "create_draft";
|
|
1070
|
+
success: boolean;
|
|
1071
|
+
error: string;
|
|
1072
1072
|
draft?: {
|
|
1073
1073
|
message: {
|
|
1074
1074
|
id: string;
|
|
@@ -1081,7 +1081,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1081
1081
|
sizeEstimate?: number | undefined;
|
|
1082
1082
|
raw?: string | undefined;
|
|
1083
1083
|
payload?: {
|
|
1084
|
-
parts?: any[] | undefined;
|
|
1085
1084
|
mimeType?: string | undefined;
|
|
1086
1085
|
headers?: {
|
|
1087
1086
|
value: string;
|
|
@@ -1092,6 +1091,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1092
1091
|
size?: number | undefined;
|
|
1093
1092
|
attachmentId?: string | undefined;
|
|
1094
1093
|
} | undefined;
|
|
1094
|
+
parts?: any[] | undefined;
|
|
1095
1095
|
} | undefined;
|
|
1096
1096
|
};
|
|
1097
1097
|
id: string;
|
|
@@ -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
|
-
error: string;
|
|
1107
|
-
success: boolean;
|
|
1108
1106
|
operation: "send_draft";
|
|
1107
|
+
success: boolean;
|
|
1108
|
+
error: string;
|
|
1109
1109
|
message_id?: string | undefined;
|
|
1110
1110
|
thread_id?: string | undefined;
|
|
1111
1111
|
}, {
|
|
1112
|
-
error: string;
|
|
1113
|
-
success: boolean;
|
|
1114
1112
|
operation: "send_draft";
|
|
1113
|
+
success: boolean;
|
|
1114
|
+
error: string;
|
|
1115
1115
|
message_id?: string | undefined;
|
|
1116
1116
|
thread_id?: string | undefined;
|
|
1117
1117
|
}>, z.ZodObject<{
|
|
@@ -1156,7 +1156,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1156
1156
|
}>>;
|
|
1157
1157
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
1158
1158
|
}, "strip", z.ZodTypeAny, {
|
|
1159
|
-
parts?: any[] | undefined;
|
|
1160
1159
|
mimeType?: string | undefined;
|
|
1161
1160
|
headers?: {
|
|
1162
1161
|
value: string;
|
|
@@ -1167,8 +1166,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1167
1166
|
size?: number | undefined;
|
|
1168
1167
|
attachmentId?: string | undefined;
|
|
1169
1168
|
} | undefined;
|
|
1170
|
-
}, {
|
|
1171
1169
|
parts?: any[] | undefined;
|
|
1170
|
+
}, {
|
|
1172
1171
|
mimeType?: string | undefined;
|
|
1173
1172
|
headers?: {
|
|
1174
1173
|
value: string;
|
|
@@ -1179,6 +1178,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1179
1178
|
size?: number | undefined;
|
|
1180
1179
|
attachmentId?: string | undefined;
|
|
1181
1180
|
} | undefined;
|
|
1181
|
+
parts?: any[] | undefined;
|
|
1182
1182
|
}>>;
|
|
1183
1183
|
}, "strip", z.ZodTypeAny, {
|
|
1184
1184
|
id: string;
|
|
@@ -1191,7 +1191,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1191
1191
|
sizeEstimate?: number | undefined;
|
|
1192
1192
|
raw?: string | undefined;
|
|
1193
1193
|
payload?: {
|
|
1194
|
-
parts?: any[] | undefined;
|
|
1195
1194
|
mimeType?: string | undefined;
|
|
1196
1195
|
headers?: {
|
|
1197
1196
|
value: string;
|
|
@@ -1202,6 +1201,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1202
1201
|
size?: number | undefined;
|
|
1203
1202
|
attachmentId?: string | undefined;
|
|
1204
1203
|
} | undefined;
|
|
1204
|
+
parts?: any[] | undefined;
|
|
1205
1205
|
} | undefined;
|
|
1206
1206
|
}, {
|
|
1207
1207
|
id: string;
|
|
@@ -1214,7 +1214,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1214
1214
|
sizeEstimate?: number | undefined;
|
|
1215
1215
|
raw?: string | undefined;
|
|
1216
1216
|
payload?: {
|
|
1217
|
-
parts?: any[] | undefined;
|
|
1218
1217
|
mimeType?: string | undefined;
|
|
1219
1218
|
headers?: {
|
|
1220
1219
|
value: string;
|
|
@@ -1225,6 +1224,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1225
1224
|
size?: number | undefined;
|
|
1226
1225
|
attachmentId?: string | undefined;
|
|
1227
1226
|
} | undefined;
|
|
1227
|
+
parts?: any[] | undefined;
|
|
1228
1228
|
} | undefined;
|
|
1229
1229
|
}>;
|
|
1230
1230
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1239,7 +1239,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1239
1239
|
sizeEstimate?: number | undefined;
|
|
1240
1240
|
raw?: string | undefined;
|
|
1241
1241
|
payload?: {
|
|
1242
|
-
parts?: any[] | undefined;
|
|
1243
1242
|
mimeType?: string | undefined;
|
|
1244
1243
|
headers?: {
|
|
1245
1244
|
value: string;
|
|
@@ -1250,6 +1249,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1250
1249
|
size?: number | undefined;
|
|
1251
1250
|
attachmentId?: string | undefined;
|
|
1252
1251
|
} | undefined;
|
|
1252
|
+
parts?: any[] | undefined;
|
|
1253
1253
|
} | undefined;
|
|
1254
1254
|
};
|
|
1255
1255
|
id: string;
|
|
@@ -1265,7 +1265,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1265
1265
|
sizeEstimate?: number | undefined;
|
|
1266
1266
|
raw?: string | undefined;
|
|
1267
1267
|
payload?: {
|
|
1268
|
-
parts?: any[] | undefined;
|
|
1269
1268
|
mimeType?: string | undefined;
|
|
1270
1269
|
headers?: {
|
|
1271
1270
|
value: string;
|
|
@@ -1276,6 +1275,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1276
1275
|
size?: number | undefined;
|
|
1277
1276
|
attachmentId?: string | undefined;
|
|
1278
1277
|
} | undefined;
|
|
1278
|
+
parts?: any[] | undefined;
|
|
1279
1279
|
} | undefined;
|
|
1280
1280
|
};
|
|
1281
1281
|
id: string;
|
|
@@ -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
|
-
error: string;
|
|
1288
|
-
success: boolean;
|
|
1289
1287
|
operation: "list_drafts";
|
|
1288
|
+
success: boolean;
|
|
1289
|
+
error: string;
|
|
1290
1290
|
next_page_token?: string | undefined;
|
|
1291
1291
|
result_size_estimate?: number | undefined;
|
|
1292
1292
|
drafts?: {
|
|
@@ -1301,7 +1301,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1301
1301
|
sizeEstimate?: number | undefined;
|
|
1302
1302
|
raw?: string | undefined;
|
|
1303
1303
|
payload?: {
|
|
1304
|
-
parts?: any[] | undefined;
|
|
1305
1304
|
mimeType?: string | undefined;
|
|
1306
1305
|
headers?: {
|
|
1307
1306
|
value: string;
|
|
@@ -1312,14 +1311,15 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1312
1311
|
size?: number | undefined;
|
|
1313
1312
|
attachmentId?: string | undefined;
|
|
1314
1313
|
} | undefined;
|
|
1314
|
+
parts?: any[] | undefined;
|
|
1315
1315
|
} | undefined;
|
|
1316
1316
|
};
|
|
1317
1317
|
id: string;
|
|
1318
1318
|
}[] | undefined;
|
|
1319
1319
|
}, {
|
|
1320
|
-
error: string;
|
|
1321
|
-
success: boolean;
|
|
1322
1320
|
operation: "list_drafts";
|
|
1321
|
+
success: boolean;
|
|
1322
|
+
error: string;
|
|
1323
1323
|
next_page_token?: string | undefined;
|
|
1324
1324
|
result_size_estimate?: number | undefined;
|
|
1325
1325
|
drafts?: {
|
|
@@ -1334,7 +1334,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1334
1334
|
sizeEstimate?: number | undefined;
|
|
1335
1335
|
raw?: string | undefined;
|
|
1336
1336
|
payload?: {
|
|
1337
|
-
parts?: any[] | undefined;
|
|
1338
1337
|
mimeType?: string | undefined;
|
|
1339
1338
|
headers?: {
|
|
1340
1339
|
value: string;
|
|
@@ -1345,6 +1344,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1345
1344
|
size?: number | undefined;
|
|
1346
1345
|
attachmentId?: string | undefined;
|
|
1347
1346
|
} | undefined;
|
|
1347
|
+
parts?: any[] | undefined;
|
|
1348
1348
|
} | undefined;
|
|
1349
1349
|
};
|
|
1350
1350
|
id: string;
|
|
@@ -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
|
-
error: string;
|
|
1359
|
-
success: boolean;
|
|
1360
1358
|
operation: "delete_email";
|
|
1359
|
+
success: boolean;
|
|
1360
|
+
error: string;
|
|
1361
1361
|
deleted_message_id?: string | undefined;
|
|
1362
1362
|
}, {
|
|
1363
|
-
error: string;
|
|
1364
|
-
success: boolean;
|
|
1365
1363
|
operation: "delete_email";
|
|
1364
|
+
success: boolean;
|
|
1365
|
+
error: string;
|
|
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
|
-
error: string;
|
|
1374
|
-
success: boolean;
|
|
1375
1373
|
operation: "trash_email";
|
|
1374
|
+
success: boolean;
|
|
1375
|
+
error: string;
|
|
1376
1376
|
trashed_message_id?: string | undefined;
|
|
1377
1377
|
}, {
|
|
1378
|
-
error: string;
|
|
1379
|
-
success: boolean;
|
|
1380
1378
|
operation: "trash_email";
|
|
1379
|
+
success: boolean;
|
|
1380
|
+
error: string;
|
|
1381
1381
|
trashed_message_id?: string | undefined;
|
|
1382
1382
|
}>, z.ZodObject<{
|
|
1383
1383
|
operation: z.ZodLiteral<"list_threads">;
|
|
@@ -1422,7 +1422,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1422
1422
|
}>>;
|
|
1423
1423
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
1424
1424
|
}, "strip", z.ZodTypeAny, {
|
|
1425
|
-
parts?: any[] | undefined;
|
|
1426
1425
|
mimeType?: string | undefined;
|
|
1427
1426
|
headers?: {
|
|
1428
1427
|
value: string;
|
|
@@ -1433,8 +1432,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1433
1432
|
size?: number | undefined;
|
|
1434
1433
|
attachmentId?: string | undefined;
|
|
1435
1434
|
} | undefined;
|
|
1436
|
-
}, {
|
|
1437
1435
|
parts?: any[] | undefined;
|
|
1436
|
+
}, {
|
|
1438
1437
|
mimeType?: string | undefined;
|
|
1439
1438
|
headers?: {
|
|
1440
1439
|
value: string;
|
|
@@ -1445,6 +1444,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1445
1444
|
size?: number | undefined;
|
|
1446
1445
|
attachmentId?: string | undefined;
|
|
1447
1446
|
} | undefined;
|
|
1447
|
+
parts?: any[] | undefined;
|
|
1448
1448
|
}>>;
|
|
1449
1449
|
}, "strip", z.ZodTypeAny, {
|
|
1450
1450
|
id: string;
|
|
@@ -1457,7 +1457,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1457
1457
|
sizeEstimate?: number | undefined;
|
|
1458
1458
|
raw?: string | undefined;
|
|
1459
1459
|
payload?: {
|
|
1460
|
-
parts?: any[] | undefined;
|
|
1461
1460
|
mimeType?: string | undefined;
|
|
1462
1461
|
headers?: {
|
|
1463
1462
|
value: string;
|
|
@@ -1468,6 +1467,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1468
1467
|
size?: number | undefined;
|
|
1469
1468
|
attachmentId?: string | undefined;
|
|
1470
1469
|
} | undefined;
|
|
1470
|
+
parts?: any[] | undefined;
|
|
1471
1471
|
} | undefined;
|
|
1472
1472
|
}, {
|
|
1473
1473
|
id: string;
|
|
@@ -1480,7 +1480,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1480
1480
|
sizeEstimate?: number | undefined;
|
|
1481
1481
|
raw?: string | undefined;
|
|
1482
1482
|
payload?: {
|
|
1483
|
-
parts?: any[] | undefined;
|
|
1484
1483
|
mimeType?: string | undefined;
|
|
1485
1484
|
headers?: {
|
|
1486
1485
|
value: string;
|
|
@@ -1491,6 +1490,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1491
1490
|
size?: number | undefined;
|
|
1492
1491
|
attachmentId?: string | undefined;
|
|
1493
1492
|
} | undefined;
|
|
1493
|
+
parts?: any[] | undefined;
|
|
1494
1494
|
} | undefined;
|
|
1495
1495
|
}>, "many">>;
|
|
1496
1496
|
snippet: z.ZodOptional<z.ZodString>;
|
|
@@ -1507,7 +1507,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1507
1507
|
sizeEstimate?: number | undefined;
|
|
1508
1508
|
raw?: string | undefined;
|
|
1509
1509
|
payload?: {
|
|
1510
|
-
parts?: any[] | undefined;
|
|
1511
1510
|
mimeType?: string | undefined;
|
|
1512
1511
|
headers?: {
|
|
1513
1512
|
value: string;
|
|
@@ -1518,6 +1517,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1518
1517
|
size?: number | undefined;
|
|
1519
1518
|
attachmentId?: string | undefined;
|
|
1520
1519
|
} | undefined;
|
|
1520
|
+
parts?: any[] | undefined;
|
|
1521
1521
|
} | undefined;
|
|
1522
1522
|
}[] | undefined;
|
|
1523
1523
|
snippet?: string | undefined;
|
|
@@ -1535,7 +1535,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1535
1535
|
sizeEstimate?: number | undefined;
|
|
1536
1536
|
raw?: string | undefined;
|
|
1537
1537
|
payload?: {
|
|
1538
|
-
parts?: any[] | undefined;
|
|
1539
1538
|
mimeType?: string | undefined;
|
|
1540
1539
|
headers?: {
|
|
1541
1540
|
value: string;
|
|
@@ -1546,6 +1545,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1546
1545
|
size?: number | undefined;
|
|
1547
1546
|
attachmentId?: string | undefined;
|
|
1548
1547
|
} | undefined;
|
|
1548
|
+
parts?: any[] | undefined;
|
|
1549
1549
|
} | undefined;
|
|
1550
1550
|
}[] | undefined;
|
|
1551
1551
|
snippet?: 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
|
-
error: string;
|
|
1559
|
-
success: boolean;
|
|
1560
1558
|
operation: "list_threads";
|
|
1559
|
+
success: boolean;
|
|
1560
|
+
error: string;
|
|
1561
1561
|
next_page_token?: string | undefined;
|
|
1562
1562
|
result_size_estimate?: number | undefined;
|
|
1563
1563
|
threads?: {
|
|
@@ -1573,7 +1573,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1573
1573
|
sizeEstimate?: number | undefined;
|
|
1574
1574
|
raw?: string | undefined;
|
|
1575
1575
|
payload?: {
|
|
1576
|
-
parts?: any[] | undefined;
|
|
1577
1576
|
mimeType?: string | undefined;
|
|
1578
1577
|
headers?: {
|
|
1579
1578
|
value: string;
|
|
@@ -1584,15 +1583,16 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1584
1583
|
size?: number | undefined;
|
|
1585
1584
|
attachmentId?: string | undefined;
|
|
1586
1585
|
} | undefined;
|
|
1586
|
+
parts?: any[] | undefined;
|
|
1587
1587
|
} | undefined;
|
|
1588
1588
|
}[] | undefined;
|
|
1589
1589
|
snippet?: string | undefined;
|
|
1590
1590
|
historyId?: string | undefined;
|
|
1591
1591
|
}[] | undefined;
|
|
1592
1592
|
}, {
|
|
1593
|
-
error: string;
|
|
1594
|
-
success: boolean;
|
|
1595
1593
|
operation: "list_threads";
|
|
1594
|
+
success: boolean;
|
|
1595
|
+
error: string;
|
|
1596
1596
|
next_page_token?: string | undefined;
|
|
1597
1597
|
result_size_estimate?: number | undefined;
|
|
1598
1598
|
threads?: {
|
|
@@ -1608,7 +1608,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1608
1608
|
sizeEstimate?: number | undefined;
|
|
1609
1609
|
raw?: string | undefined;
|
|
1610
1610
|
payload?: {
|
|
1611
|
-
parts?: any[] | undefined;
|
|
1612
1611
|
mimeType?: string | undefined;
|
|
1613
1612
|
headers?: {
|
|
1614
1613
|
value: string;
|
|
@@ -1619,6 +1618,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1619
1618
|
size?: number | undefined;
|
|
1620
1619
|
attachmentId?: string | undefined;
|
|
1621
1620
|
} | undefined;
|
|
1621
|
+
parts?: any[] | undefined;
|
|
1622
1622
|
} | undefined;
|
|
1623
1623
|
}[] | undefined;
|
|
1624
1624
|
snippet?: string | undefined;
|
|
@@ -1634,38 +1634,38 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1634
1634
|
messageListVisibility: z.ZodOptional<z.ZodEnum<["show", "hide"]>>;
|
|
1635
1635
|
labelListVisibility: z.ZodOptional<z.ZodEnum<["labelShow", "labelShowIfUnread", "labelHide"]>>;
|
|
1636
1636
|
}, "strip", z.ZodTypeAny, {
|
|
1637
|
-
name: string;
|
|
1638
1637
|
id: string;
|
|
1639
|
-
|
|
1638
|
+
name: string;
|
|
1639
|
+
type?: "user" | "system" | undefined;
|
|
1640
1640
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1641
1641
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
1642
1642
|
}, {
|
|
1643
|
-
name: string;
|
|
1644
1643
|
id: string;
|
|
1645
|
-
|
|
1644
|
+
name: string;
|
|
1645
|
+
type?: "user" | "system" | undefined;
|
|
1646
1646
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1647
1647
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
1648
1648
|
}>, "many">>;
|
|
1649
1649
|
error: z.ZodString;
|
|
1650
1650
|
}, "strip", z.ZodTypeAny, {
|
|
1651
|
-
error: string;
|
|
1652
|
-
success: boolean;
|
|
1653
1651
|
operation: "list_labels";
|
|
1652
|
+
success: boolean;
|
|
1653
|
+
error: string;
|
|
1654
1654
|
labels?: {
|
|
1655
|
-
name: string;
|
|
1656
1655
|
id: string;
|
|
1657
|
-
|
|
1656
|
+
name: string;
|
|
1657
|
+
type?: "user" | "system" | undefined;
|
|
1658
1658
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1659
1659
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
1660
1660
|
}[] | undefined;
|
|
1661
1661
|
}, {
|
|
1662
|
-
error: string;
|
|
1663
|
-
success: boolean;
|
|
1664
1662
|
operation: "list_labels";
|
|
1663
|
+
success: boolean;
|
|
1664
|
+
error: string;
|
|
1665
1665
|
labels?: {
|
|
1666
|
-
name: string;
|
|
1667
1666
|
id: string;
|
|
1668
|
-
|
|
1667
|
+
name: string;
|
|
1668
|
+
type?: "user" | "system" | undefined;
|
|
1669
1669
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1670
1670
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
1671
1671
|
}[] | undefined;
|
|
@@ -1679,38 +1679,38 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1679
1679
|
messageListVisibility: z.ZodOptional<z.ZodEnum<["show", "hide"]>>;
|
|
1680
1680
|
labelListVisibility: z.ZodOptional<z.ZodEnum<["labelShow", "labelShowIfUnread", "labelHide"]>>;
|
|
1681
1681
|
}, "strip", z.ZodTypeAny, {
|
|
1682
|
-
name: string;
|
|
1683
1682
|
id: string;
|
|
1684
|
-
|
|
1683
|
+
name: string;
|
|
1684
|
+
type?: "user" | "system" | undefined;
|
|
1685
1685
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1686
1686
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
1687
1687
|
}, {
|
|
1688
|
-
name: string;
|
|
1689
1688
|
id: string;
|
|
1690
|
-
|
|
1689
|
+
name: string;
|
|
1690
|
+
type?: "user" | "system" | undefined;
|
|
1691
1691
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1692
1692
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
1693
1693
|
}>>;
|
|
1694
1694
|
error: z.ZodString;
|
|
1695
1695
|
}, "strip", z.ZodTypeAny, {
|
|
1696
|
-
error: string;
|
|
1697
|
-
success: boolean;
|
|
1698
1696
|
operation: "create_label";
|
|
1697
|
+
success: boolean;
|
|
1698
|
+
error: string;
|
|
1699
1699
|
label?: {
|
|
1700
|
-
name: string;
|
|
1701
1700
|
id: string;
|
|
1702
|
-
|
|
1701
|
+
name: string;
|
|
1702
|
+
type?: "user" | "system" | undefined;
|
|
1703
1703
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1704
1704
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
1705
1705
|
} | undefined;
|
|
1706
1706
|
}, {
|
|
1707
|
-
error: string;
|
|
1708
|
-
success: boolean;
|
|
1709
1707
|
operation: "create_label";
|
|
1708
|
+
success: boolean;
|
|
1709
|
+
error: string;
|
|
1710
1710
|
label?: {
|
|
1711
|
-
name: string;
|
|
1712
1711
|
id: string;
|
|
1713
|
-
|
|
1712
|
+
name: string;
|
|
1713
|
+
type?: "user" | "system" | undefined;
|
|
1714
1714
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1715
1715
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
1716
1716
|
} | undefined;
|
|
@@ -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
|
-
error: string;
|
|
1725
|
-
success: boolean;
|
|
1726
1724
|
operation: "modify_message_labels";
|
|
1725
|
+
success: boolean;
|
|
1726
|
+
error: string;
|
|
1727
1727
|
message_id?: string | undefined;
|
|
1728
1728
|
label_ids?: string[] | undefined;
|
|
1729
1729
|
}, {
|
|
1730
|
-
error: string;
|
|
1731
|
-
success: boolean;
|
|
1732
1730
|
operation: "modify_message_labels";
|
|
1731
|
+
success: boolean;
|
|
1732
|
+
error: string;
|
|
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
|
-
error: string;
|
|
1742
|
-
success: boolean;
|
|
1743
1741
|
operation: "modify_thread_labels";
|
|
1742
|
+
success: boolean;
|
|
1743
|
+
error: string;
|
|
1744
1744
|
thread_id?: string | undefined;
|
|
1745
1745
|
}, {
|
|
1746
|
-
error: string;
|
|
1747
|
-
success: boolean;
|
|
1748
1746
|
operation: "modify_thread_labels";
|
|
1747
|
+
success: boolean;
|
|
1748
|
+
error: string;
|
|
1749
1749
|
thread_id?: string | undefined;
|
|
1750
1750
|
}>]>;
|
|
1751
1751
|
type GmailResult = z.output<typeof GmailResultSchema>;
|
|
@@ -1846,14 +1846,14 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
1846
1846
|
include_spam_trash: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1847
1847
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1848
1848
|
}, "strip", z.ZodTypeAny, {
|
|
1849
|
-
query: string;
|
|
1850
1849
|
operation: "search_emails";
|
|
1850
|
+
query: string;
|
|
1851
1851
|
max_results: number;
|
|
1852
1852
|
include_spam_trash: boolean;
|
|
1853
1853
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1854
1854
|
}, {
|
|
1855
|
-
query: string;
|
|
1856
1855
|
operation: "search_emails";
|
|
1856
|
+
query: string;
|
|
1857
1857
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1858
1858
|
max_results?: number | undefined;
|
|
1859
1859
|
include_spam_trash?: boolean | undefined;
|
|
@@ -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
|
-
error: string;
|
|
2076
|
-
success: boolean;
|
|
2077
2075
|
operation: "send_email";
|
|
2076
|
+
success: boolean;
|
|
2077
|
+
error: string;
|
|
2078
2078
|
message_id?: string | undefined;
|
|
2079
2079
|
thread_id?: string | undefined;
|
|
2080
2080
|
}, {
|
|
2081
|
-
error: string;
|
|
2082
|
-
success: boolean;
|
|
2083
2081
|
operation: "send_email";
|
|
2082
|
+
success: boolean;
|
|
2083
|
+
error: string;
|
|
2084
2084
|
message_id?: string | undefined;
|
|
2085
2085
|
thread_id?: string | undefined;
|
|
2086
2086
|
}>, z.ZodObject<{
|
|
@@ -2123,7 +2123,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2123
2123
|
}>>;
|
|
2124
2124
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
2125
2125
|
}, "strip", z.ZodTypeAny, {
|
|
2126
|
-
parts?: any[] | undefined;
|
|
2127
2126
|
mimeType?: string | undefined;
|
|
2128
2127
|
headers?: {
|
|
2129
2128
|
value: string;
|
|
@@ -2134,8 +2133,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2134
2133
|
size?: number | undefined;
|
|
2135
2134
|
attachmentId?: string | undefined;
|
|
2136
2135
|
} | undefined;
|
|
2137
|
-
}, {
|
|
2138
2136
|
parts?: any[] | undefined;
|
|
2137
|
+
}, {
|
|
2139
2138
|
mimeType?: string | undefined;
|
|
2140
2139
|
headers?: {
|
|
2141
2140
|
value: string;
|
|
@@ -2146,6 +2145,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2146
2145
|
size?: number | undefined;
|
|
2147
2146
|
attachmentId?: string | undefined;
|
|
2148
2147
|
} | undefined;
|
|
2148
|
+
parts?: any[] | undefined;
|
|
2149
2149
|
}>>;
|
|
2150
2150
|
}, "strip", z.ZodTypeAny, {
|
|
2151
2151
|
id: string;
|
|
@@ -2158,7 +2158,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2158
2158
|
sizeEstimate?: number | undefined;
|
|
2159
2159
|
raw?: string | undefined;
|
|
2160
2160
|
payload?: {
|
|
2161
|
-
parts?: any[] | undefined;
|
|
2162
2161
|
mimeType?: string | undefined;
|
|
2163
2162
|
headers?: {
|
|
2164
2163
|
value: string;
|
|
@@ -2169,6 +2168,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2169
2168
|
size?: number | undefined;
|
|
2170
2169
|
attachmentId?: string | undefined;
|
|
2171
2170
|
} | undefined;
|
|
2171
|
+
parts?: any[] | undefined;
|
|
2172
2172
|
} | undefined;
|
|
2173
2173
|
}, {
|
|
2174
2174
|
id: string;
|
|
@@ -2181,7 +2181,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2181
2181
|
sizeEstimate?: number | undefined;
|
|
2182
2182
|
raw?: string | undefined;
|
|
2183
2183
|
payload?: {
|
|
2184
|
-
parts?: any[] | undefined;
|
|
2185
2184
|
mimeType?: string | undefined;
|
|
2186
2185
|
headers?: {
|
|
2187
2186
|
value: string;
|
|
@@ -2192,15 +2191,16 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2192
2191
|
size?: number | undefined;
|
|
2193
2192
|
attachmentId?: string | undefined;
|
|
2194
2193
|
} | undefined;
|
|
2194
|
+
parts?: any[] | undefined;
|
|
2195
2195
|
} | undefined;
|
|
2196
2196
|
}>, "many">>;
|
|
2197
2197
|
next_page_token: z.ZodOptional<z.ZodString>;
|
|
2198
2198
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
2199
2199
|
error: z.ZodString;
|
|
2200
2200
|
}, "strip", z.ZodTypeAny, {
|
|
2201
|
-
error: string;
|
|
2202
|
-
success: boolean;
|
|
2203
2201
|
operation: "list_emails";
|
|
2202
|
+
success: boolean;
|
|
2203
|
+
error: string;
|
|
2204
2204
|
messages?: {
|
|
2205
2205
|
id: string;
|
|
2206
2206
|
threadId?: string | undefined;
|
|
@@ -2212,7 +2212,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2212
2212
|
sizeEstimate?: number | undefined;
|
|
2213
2213
|
raw?: string | undefined;
|
|
2214
2214
|
payload?: {
|
|
2215
|
-
parts?: any[] | undefined;
|
|
2216
2215
|
mimeType?: string | undefined;
|
|
2217
2216
|
headers?: {
|
|
2218
2217
|
value: string;
|
|
@@ -2223,14 +2222,15 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2223
2222
|
size?: number | undefined;
|
|
2224
2223
|
attachmentId?: string | undefined;
|
|
2225
2224
|
} | undefined;
|
|
2225
|
+
parts?: any[] | undefined;
|
|
2226
2226
|
} | undefined;
|
|
2227
2227
|
}[] | undefined;
|
|
2228
2228
|
next_page_token?: string | undefined;
|
|
2229
2229
|
result_size_estimate?: number | undefined;
|
|
2230
2230
|
}, {
|
|
2231
|
-
error: string;
|
|
2232
|
-
success: boolean;
|
|
2233
2231
|
operation: "list_emails";
|
|
2232
|
+
success: boolean;
|
|
2233
|
+
error: string;
|
|
2234
2234
|
messages?: {
|
|
2235
2235
|
id: string;
|
|
2236
2236
|
threadId?: string | undefined;
|
|
@@ -2242,7 +2242,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2242
2242
|
sizeEstimate?: number | undefined;
|
|
2243
2243
|
raw?: string | undefined;
|
|
2244
2244
|
payload?: {
|
|
2245
|
-
parts?: any[] | undefined;
|
|
2246
2245
|
mimeType?: string | undefined;
|
|
2247
2246
|
headers?: {
|
|
2248
2247
|
value: string;
|
|
@@ -2253,6 +2252,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2253
2252
|
size?: number | undefined;
|
|
2254
2253
|
attachmentId?: string | undefined;
|
|
2255
2254
|
} | undefined;
|
|
2255
|
+
parts?: any[] | undefined;
|
|
2256
2256
|
} | undefined;
|
|
2257
2257
|
}[] | undefined;
|
|
2258
2258
|
next_page_token?: string | undefined;
|
|
@@ -2297,7 +2297,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2297
2297
|
}>>;
|
|
2298
2298
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
2299
2299
|
}, "strip", z.ZodTypeAny, {
|
|
2300
|
-
parts?: any[] | undefined;
|
|
2301
2300
|
mimeType?: string | undefined;
|
|
2302
2301
|
headers?: {
|
|
2303
2302
|
value: string;
|
|
@@ -2308,8 +2307,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2308
2307
|
size?: number | undefined;
|
|
2309
2308
|
attachmentId?: string | undefined;
|
|
2310
2309
|
} | undefined;
|
|
2311
|
-
}, {
|
|
2312
2310
|
parts?: any[] | undefined;
|
|
2311
|
+
}, {
|
|
2313
2312
|
mimeType?: string | undefined;
|
|
2314
2313
|
headers?: {
|
|
2315
2314
|
value: string;
|
|
@@ -2320,6 +2319,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2320
2319
|
size?: number | undefined;
|
|
2321
2320
|
attachmentId?: string | undefined;
|
|
2322
2321
|
} | undefined;
|
|
2322
|
+
parts?: any[] | undefined;
|
|
2323
2323
|
}>>;
|
|
2324
2324
|
}, "strip", z.ZodTypeAny, {
|
|
2325
2325
|
id: string;
|
|
@@ -2332,7 +2332,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2332
2332
|
sizeEstimate?: number | undefined;
|
|
2333
2333
|
raw?: string | undefined;
|
|
2334
2334
|
payload?: {
|
|
2335
|
-
parts?: any[] | undefined;
|
|
2336
2335
|
mimeType?: string | undefined;
|
|
2337
2336
|
headers?: {
|
|
2338
2337
|
value: string;
|
|
@@ -2343,6 +2342,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2343
2342
|
size?: number | undefined;
|
|
2344
2343
|
attachmentId?: string | undefined;
|
|
2345
2344
|
} | undefined;
|
|
2345
|
+
parts?: any[] | undefined;
|
|
2346
2346
|
} | undefined;
|
|
2347
2347
|
}, {
|
|
2348
2348
|
id: string;
|
|
@@ -2355,7 +2355,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2355
2355
|
sizeEstimate?: number | undefined;
|
|
2356
2356
|
raw?: string | undefined;
|
|
2357
2357
|
payload?: {
|
|
2358
|
-
parts?: any[] | undefined;
|
|
2359
2358
|
mimeType?: string | undefined;
|
|
2360
2359
|
headers?: {
|
|
2361
2360
|
value: string;
|
|
@@ -2366,13 +2365,14 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2366
2365
|
size?: number | undefined;
|
|
2367
2366
|
attachmentId?: string | undefined;
|
|
2368
2367
|
} | undefined;
|
|
2368
|
+
parts?: any[] | undefined;
|
|
2369
2369
|
} | undefined;
|
|
2370
2370
|
}>>;
|
|
2371
2371
|
error: z.ZodString;
|
|
2372
2372
|
}, "strip", z.ZodTypeAny, {
|
|
2373
|
-
error: string;
|
|
2374
|
-
success: boolean;
|
|
2375
2373
|
operation: "get_email";
|
|
2374
|
+
success: boolean;
|
|
2375
|
+
error: string;
|
|
2376
2376
|
message?: {
|
|
2377
2377
|
id: string;
|
|
2378
2378
|
threadId?: string | undefined;
|
|
@@ -2384,7 +2384,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2384
2384
|
sizeEstimate?: number | undefined;
|
|
2385
2385
|
raw?: string | undefined;
|
|
2386
2386
|
payload?: {
|
|
2387
|
-
parts?: any[] | undefined;
|
|
2388
2387
|
mimeType?: string | undefined;
|
|
2389
2388
|
headers?: {
|
|
2390
2389
|
value: string;
|
|
@@ -2395,12 +2394,13 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2395
2394
|
size?: number | undefined;
|
|
2396
2395
|
attachmentId?: string | undefined;
|
|
2397
2396
|
} | undefined;
|
|
2397
|
+
parts?: any[] | undefined;
|
|
2398
2398
|
} | undefined;
|
|
2399
2399
|
} | undefined;
|
|
2400
2400
|
}, {
|
|
2401
|
-
error: string;
|
|
2402
|
-
success: boolean;
|
|
2403
2401
|
operation: "get_email";
|
|
2402
|
+
success: boolean;
|
|
2403
|
+
error: string;
|
|
2404
2404
|
message?: {
|
|
2405
2405
|
id: string;
|
|
2406
2406
|
threadId?: string | undefined;
|
|
@@ -2412,7 +2412,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2412
2412
|
sizeEstimate?: number | undefined;
|
|
2413
2413
|
raw?: string | undefined;
|
|
2414
2414
|
payload?: {
|
|
2415
|
-
parts?: any[] | undefined;
|
|
2416
2415
|
mimeType?: string | undefined;
|
|
2417
2416
|
headers?: {
|
|
2418
2417
|
value: string;
|
|
@@ -2423,6 +2422,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2423
2422
|
size?: number | undefined;
|
|
2424
2423
|
attachmentId?: string | undefined;
|
|
2425
2424
|
} | undefined;
|
|
2425
|
+
parts?: any[] | undefined;
|
|
2426
2426
|
} | undefined;
|
|
2427
2427
|
} | undefined;
|
|
2428
2428
|
}>, z.ZodObject<{
|
|
@@ -2465,7 +2465,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2465
2465
|
}>>;
|
|
2466
2466
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
2467
2467
|
}, "strip", z.ZodTypeAny, {
|
|
2468
|
-
parts?: any[] | undefined;
|
|
2469
2468
|
mimeType?: string | undefined;
|
|
2470
2469
|
headers?: {
|
|
2471
2470
|
value: string;
|
|
@@ -2476,8 +2475,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2476
2475
|
size?: number | undefined;
|
|
2477
2476
|
attachmentId?: string | undefined;
|
|
2478
2477
|
} | undefined;
|
|
2479
|
-
}, {
|
|
2480
2478
|
parts?: any[] | undefined;
|
|
2479
|
+
}, {
|
|
2481
2480
|
mimeType?: string | undefined;
|
|
2482
2481
|
headers?: {
|
|
2483
2482
|
value: string;
|
|
@@ -2488,6 +2487,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2488
2487
|
size?: number | undefined;
|
|
2489
2488
|
attachmentId?: string | undefined;
|
|
2490
2489
|
} | undefined;
|
|
2490
|
+
parts?: any[] | undefined;
|
|
2491
2491
|
}>>;
|
|
2492
2492
|
}, "strip", z.ZodTypeAny, {
|
|
2493
2493
|
id: string;
|
|
@@ -2500,7 +2500,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2500
2500
|
sizeEstimate?: number | undefined;
|
|
2501
2501
|
raw?: string | undefined;
|
|
2502
2502
|
payload?: {
|
|
2503
|
-
parts?: any[] | undefined;
|
|
2504
2503
|
mimeType?: string | undefined;
|
|
2505
2504
|
headers?: {
|
|
2506
2505
|
value: string;
|
|
@@ -2511,6 +2510,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2511
2510
|
size?: number | undefined;
|
|
2512
2511
|
attachmentId?: string | undefined;
|
|
2513
2512
|
} | undefined;
|
|
2513
|
+
parts?: any[] | undefined;
|
|
2514
2514
|
} | undefined;
|
|
2515
2515
|
}, {
|
|
2516
2516
|
id: string;
|
|
@@ -2523,7 +2523,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2523
2523
|
sizeEstimate?: number | undefined;
|
|
2524
2524
|
raw?: string | undefined;
|
|
2525
2525
|
payload?: {
|
|
2526
|
-
parts?: any[] | undefined;
|
|
2527
2526
|
mimeType?: string | undefined;
|
|
2528
2527
|
headers?: {
|
|
2529
2528
|
value: string;
|
|
@@ -2534,14 +2533,15 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2534
2533
|
size?: number | undefined;
|
|
2535
2534
|
attachmentId?: string | undefined;
|
|
2536
2535
|
} | undefined;
|
|
2536
|
+
parts?: any[] | undefined;
|
|
2537
2537
|
} | undefined;
|
|
2538
2538
|
}>, "many">>;
|
|
2539
2539
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
2540
2540
|
error: z.ZodString;
|
|
2541
2541
|
}, "strip", z.ZodTypeAny, {
|
|
2542
|
-
error: string;
|
|
2543
|
-
success: boolean;
|
|
2544
2542
|
operation: "search_emails";
|
|
2543
|
+
success: boolean;
|
|
2544
|
+
error: string;
|
|
2545
2545
|
messages?: {
|
|
2546
2546
|
id: string;
|
|
2547
2547
|
threadId?: string | undefined;
|
|
@@ -2553,7 +2553,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2553
2553
|
sizeEstimate?: number | undefined;
|
|
2554
2554
|
raw?: string | undefined;
|
|
2555
2555
|
payload?: {
|
|
2556
|
-
parts?: any[] | undefined;
|
|
2557
2556
|
mimeType?: string | undefined;
|
|
2558
2557
|
headers?: {
|
|
2559
2558
|
value: string;
|
|
@@ -2564,13 +2563,14 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2564
2563
|
size?: number | undefined;
|
|
2565
2564
|
attachmentId?: string | undefined;
|
|
2566
2565
|
} | undefined;
|
|
2566
|
+
parts?: any[] | undefined;
|
|
2567
2567
|
} | undefined;
|
|
2568
2568
|
}[] | undefined;
|
|
2569
2569
|
result_size_estimate?: number | undefined;
|
|
2570
2570
|
}, {
|
|
2571
|
-
error: string;
|
|
2572
|
-
success: boolean;
|
|
2573
2571
|
operation: "search_emails";
|
|
2572
|
+
success: boolean;
|
|
2573
|
+
error: string;
|
|
2574
2574
|
messages?: {
|
|
2575
2575
|
id: string;
|
|
2576
2576
|
threadId?: string | undefined;
|
|
@@ -2582,7 +2582,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2582
2582
|
sizeEstimate?: number | undefined;
|
|
2583
2583
|
raw?: string | undefined;
|
|
2584
2584
|
payload?: {
|
|
2585
|
-
parts?: any[] | undefined;
|
|
2586
2585
|
mimeType?: string | undefined;
|
|
2587
2586
|
headers?: {
|
|
2588
2587
|
value: string;
|
|
@@ -2593,6 +2592,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2593
2592
|
size?: number | undefined;
|
|
2594
2593
|
attachmentId?: string | undefined;
|
|
2595
2594
|
} | undefined;
|
|
2595
|
+
parts?: any[] | undefined;
|
|
2596
2596
|
} | undefined;
|
|
2597
2597
|
}[] | undefined;
|
|
2598
2598
|
result_size_estimate?: number | 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
|
-
error: string;
|
|
2606
|
-
success: boolean;
|
|
2607
2605
|
operation: "mark_as_read";
|
|
2606
|
+
success: boolean;
|
|
2607
|
+
error: string;
|
|
2608
2608
|
modified_messages?: string[] | undefined;
|
|
2609
2609
|
}, {
|
|
2610
|
-
error: string;
|
|
2611
|
-
success: boolean;
|
|
2612
2610
|
operation: "mark_as_read";
|
|
2611
|
+
success: boolean;
|
|
2612
|
+
error: string;
|
|
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
|
-
error: string;
|
|
2621
|
-
success: boolean;
|
|
2622
2620
|
operation: "mark_as_unread";
|
|
2621
|
+
success: boolean;
|
|
2622
|
+
error: string;
|
|
2623
2623
|
modified_messages?: string[] | undefined;
|
|
2624
2624
|
}, {
|
|
2625
|
-
error: string;
|
|
2626
|
-
success: boolean;
|
|
2627
2625
|
operation: "mark_as_unread";
|
|
2626
|
+
success: boolean;
|
|
2627
|
+
error: string;
|
|
2628
2628
|
modified_messages?: string[] | undefined;
|
|
2629
2629
|
}>, z.ZodObject<{
|
|
2630
2630
|
operation: z.ZodLiteral<"create_draft">;
|
|
@@ -2668,7 +2668,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2668
2668
|
}>>;
|
|
2669
2669
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
2670
2670
|
}, "strip", z.ZodTypeAny, {
|
|
2671
|
-
parts?: any[] | undefined;
|
|
2672
2671
|
mimeType?: string | undefined;
|
|
2673
2672
|
headers?: {
|
|
2674
2673
|
value: string;
|
|
@@ -2679,8 +2678,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2679
2678
|
size?: number | undefined;
|
|
2680
2679
|
attachmentId?: string | undefined;
|
|
2681
2680
|
} | undefined;
|
|
2682
|
-
}, {
|
|
2683
2681
|
parts?: any[] | undefined;
|
|
2682
|
+
}, {
|
|
2684
2683
|
mimeType?: string | undefined;
|
|
2685
2684
|
headers?: {
|
|
2686
2685
|
value: string;
|
|
@@ -2691,6 +2690,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2691
2690
|
size?: number | undefined;
|
|
2692
2691
|
attachmentId?: string | undefined;
|
|
2693
2692
|
} | undefined;
|
|
2693
|
+
parts?: any[] | undefined;
|
|
2694
2694
|
}>>;
|
|
2695
2695
|
}, "strip", z.ZodTypeAny, {
|
|
2696
2696
|
id: string;
|
|
@@ -2703,7 +2703,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2703
2703
|
sizeEstimate?: number | undefined;
|
|
2704
2704
|
raw?: string | undefined;
|
|
2705
2705
|
payload?: {
|
|
2706
|
-
parts?: any[] | undefined;
|
|
2707
2706
|
mimeType?: string | undefined;
|
|
2708
2707
|
headers?: {
|
|
2709
2708
|
value: string;
|
|
@@ -2714,6 +2713,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2714
2713
|
size?: number | undefined;
|
|
2715
2714
|
attachmentId?: string | undefined;
|
|
2716
2715
|
} | undefined;
|
|
2716
|
+
parts?: any[] | undefined;
|
|
2717
2717
|
} | undefined;
|
|
2718
2718
|
}, {
|
|
2719
2719
|
id: string;
|
|
@@ -2726,7 +2726,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2726
2726
|
sizeEstimate?: number | undefined;
|
|
2727
2727
|
raw?: string | undefined;
|
|
2728
2728
|
payload?: {
|
|
2729
|
-
parts?: any[] | undefined;
|
|
2730
2729
|
mimeType?: string | undefined;
|
|
2731
2730
|
headers?: {
|
|
2732
2731
|
value: string;
|
|
@@ -2737,6 +2736,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2737
2736
|
size?: number | undefined;
|
|
2738
2737
|
attachmentId?: string | undefined;
|
|
2739
2738
|
} | undefined;
|
|
2739
|
+
parts?: any[] | undefined;
|
|
2740
2740
|
} | undefined;
|
|
2741
2741
|
}>;
|
|
2742
2742
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2751,7 +2751,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2751
2751
|
sizeEstimate?: number | undefined;
|
|
2752
2752
|
raw?: string | undefined;
|
|
2753
2753
|
payload?: {
|
|
2754
|
-
parts?: any[] | undefined;
|
|
2755
2754
|
mimeType?: string | undefined;
|
|
2756
2755
|
headers?: {
|
|
2757
2756
|
value: string;
|
|
@@ -2762,6 +2761,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2762
2761
|
size?: number | undefined;
|
|
2763
2762
|
attachmentId?: string | undefined;
|
|
2764
2763
|
} | undefined;
|
|
2764
|
+
parts?: any[] | undefined;
|
|
2765
2765
|
} | undefined;
|
|
2766
2766
|
};
|
|
2767
2767
|
id: string;
|
|
@@ -2777,7 +2777,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2777
2777
|
sizeEstimate?: number | undefined;
|
|
2778
2778
|
raw?: string | undefined;
|
|
2779
2779
|
payload?: {
|
|
2780
|
-
parts?: any[] | undefined;
|
|
2781
2780
|
mimeType?: string | undefined;
|
|
2782
2781
|
headers?: {
|
|
2783
2782
|
value: string;
|
|
@@ -2788,15 +2787,16 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2788
2787
|
size?: number | undefined;
|
|
2789
2788
|
attachmentId?: string | undefined;
|
|
2790
2789
|
} | undefined;
|
|
2790
|
+
parts?: any[] | undefined;
|
|
2791
2791
|
} | undefined;
|
|
2792
2792
|
};
|
|
2793
2793
|
id: string;
|
|
2794
2794
|
}>>;
|
|
2795
2795
|
error: z.ZodString;
|
|
2796
2796
|
}, "strip", z.ZodTypeAny, {
|
|
2797
|
-
error: string;
|
|
2798
|
-
success: boolean;
|
|
2799
2797
|
operation: "create_draft";
|
|
2798
|
+
success: boolean;
|
|
2799
|
+
error: string;
|
|
2800
2800
|
draft?: {
|
|
2801
2801
|
message: {
|
|
2802
2802
|
id: string;
|
|
@@ -2809,7 +2809,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2809
2809
|
sizeEstimate?: number | undefined;
|
|
2810
2810
|
raw?: string | undefined;
|
|
2811
2811
|
payload?: {
|
|
2812
|
-
parts?: any[] | undefined;
|
|
2813
2812
|
mimeType?: string | undefined;
|
|
2814
2813
|
headers?: {
|
|
2815
2814
|
value: string;
|
|
@@ -2820,14 +2819,15 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2820
2819
|
size?: number | undefined;
|
|
2821
2820
|
attachmentId?: string | undefined;
|
|
2822
2821
|
} | undefined;
|
|
2822
|
+
parts?: any[] | undefined;
|
|
2823
2823
|
} | undefined;
|
|
2824
2824
|
};
|
|
2825
2825
|
id: string;
|
|
2826
2826
|
} | undefined;
|
|
2827
2827
|
}, {
|
|
2828
|
-
error: string;
|
|
2829
|
-
success: boolean;
|
|
2830
2828
|
operation: "create_draft";
|
|
2829
|
+
success: boolean;
|
|
2830
|
+
error: string;
|
|
2831
2831
|
draft?: {
|
|
2832
2832
|
message: {
|
|
2833
2833
|
id: string;
|
|
@@ -2840,7 +2840,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2840
2840
|
sizeEstimate?: number | undefined;
|
|
2841
2841
|
raw?: string | undefined;
|
|
2842
2842
|
payload?: {
|
|
2843
|
-
parts?: any[] | undefined;
|
|
2844
2843
|
mimeType?: string | undefined;
|
|
2845
2844
|
headers?: {
|
|
2846
2845
|
value: string;
|
|
@@ -2851,6 +2850,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2851
2850
|
size?: number | undefined;
|
|
2852
2851
|
attachmentId?: string | undefined;
|
|
2853
2852
|
} | undefined;
|
|
2853
|
+
parts?: any[] | undefined;
|
|
2854
2854
|
} | undefined;
|
|
2855
2855
|
};
|
|
2856
2856
|
id: string;
|
|
@@ -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
|
-
error: string;
|
|
2866
|
-
success: boolean;
|
|
2867
2865
|
operation: "send_draft";
|
|
2866
|
+
success: boolean;
|
|
2867
|
+
error: string;
|
|
2868
2868
|
message_id?: string | undefined;
|
|
2869
2869
|
thread_id?: string | undefined;
|
|
2870
2870
|
}, {
|
|
2871
|
-
error: string;
|
|
2872
|
-
success: boolean;
|
|
2873
2871
|
operation: "send_draft";
|
|
2872
|
+
success: boolean;
|
|
2873
|
+
error: string;
|
|
2874
2874
|
message_id?: string | undefined;
|
|
2875
2875
|
thread_id?: string | undefined;
|
|
2876
2876
|
}>, z.ZodObject<{
|
|
@@ -2915,7 +2915,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2915
2915
|
}>>;
|
|
2916
2916
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
2917
2917
|
}, "strip", z.ZodTypeAny, {
|
|
2918
|
-
parts?: any[] | undefined;
|
|
2919
2918
|
mimeType?: string | undefined;
|
|
2920
2919
|
headers?: {
|
|
2921
2920
|
value: string;
|
|
@@ -2926,8 +2925,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2926
2925
|
size?: number | undefined;
|
|
2927
2926
|
attachmentId?: string | undefined;
|
|
2928
2927
|
} | undefined;
|
|
2929
|
-
}, {
|
|
2930
2928
|
parts?: any[] | undefined;
|
|
2929
|
+
}, {
|
|
2931
2930
|
mimeType?: string | undefined;
|
|
2932
2931
|
headers?: {
|
|
2933
2932
|
value: string;
|
|
@@ -2938,6 +2937,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2938
2937
|
size?: number | undefined;
|
|
2939
2938
|
attachmentId?: string | undefined;
|
|
2940
2939
|
} | undefined;
|
|
2940
|
+
parts?: any[] | undefined;
|
|
2941
2941
|
}>>;
|
|
2942
2942
|
}, "strip", z.ZodTypeAny, {
|
|
2943
2943
|
id: string;
|
|
@@ -2950,7 +2950,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2950
2950
|
sizeEstimate?: number | undefined;
|
|
2951
2951
|
raw?: string | undefined;
|
|
2952
2952
|
payload?: {
|
|
2953
|
-
parts?: any[] | undefined;
|
|
2954
2953
|
mimeType?: string | undefined;
|
|
2955
2954
|
headers?: {
|
|
2956
2955
|
value: string;
|
|
@@ -2961,6 +2960,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2961
2960
|
size?: number | undefined;
|
|
2962
2961
|
attachmentId?: string | undefined;
|
|
2963
2962
|
} | undefined;
|
|
2963
|
+
parts?: any[] | undefined;
|
|
2964
2964
|
} | undefined;
|
|
2965
2965
|
}, {
|
|
2966
2966
|
id: string;
|
|
@@ -2973,7 +2973,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2973
2973
|
sizeEstimate?: number | undefined;
|
|
2974
2974
|
raw?: string | undefined;
|
|
2975
2975
|
payload?: {
|
|
2976
|
-
parts?: any[] | undefined;
|
|
2977
2976
|
mimeType?: string | undefined;
|
|
2978
2977
|
headers?: {
|
|
2979
2978
|
value: string;
|
|
@@ -2984,6 +2983,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2984
2983
|
size?: number | undefined;
|
|
2985
2984
|
attachmentId?: string | undefined;
|
|
2986
2985
|
} | undefined;
|
|
2986
|
+
parts?: any[] | undefined;
|
|
2987
2987
|
} | undefined;
|
|
2988
2988
|
}>;
|
|
2989
2989
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2998,7 +2998,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2998
2998
|
sizeEstimate?: number | undefined;
|
|
2999
2999
|
raw?: string | undefined;
|
|
3000
3000
|
payload?: {
|
|
3001
|
-
parts?: any[] | undefined;
|
|
3002
3001
|
mimeType?: string | undefined;
|
|
3003
3002
|
headers?: {
|
|
3004
3003
|
value: string;
|
|
@@ -3009,6 +3008,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3009
3008
|
size?: number | undefined;
|
|
3010
3009
|
attachmentId?: string | undefined;
|
|
3011
3010
|
} | undefined;
|
|
3011
|
+
parts?: any[] | undefined;
|
|
3012
3012
|
} | undefined;
|
|
3013
3013
|
};
|
|
3014
3014
|
id: string;
|
|
@@ -3024,7 +3024,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3024
3024
|
sizeEstimate?: number | undefined;
|
|
3025
3025
|
raw?: string | undefined;
|
|
3026
3026
|
payload?: {
|
|
3027
|
-
parts?: any[] | undefined;
|
|
3028
3027
|
mimeType?: string | undefined;
|
|
3029
3028
|
headers?: {
|
|
3030
3029
|
value: string;
|
|
@@ -3035,6 +3034,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3035
3034
|
size?: number | undefined;
|
|
3036
3035
|
attachmentId?: string | undefined;
|
|
3037
3036
|
} | undefined;
|
|
3037
|
+
parts?: any[] | undefined;
|
|
3038
3038
|
} | undefined;
|
|
3039
3039
|
};
|
|
3040
3040
|
id: string;
|
|
@@ -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
|
-
error: string;
|
|
3047
|
-
success: boolean;
|
|
3048
3046
|
operation: "list_drafts";
|
|
3047
|
+
success: boolean;
|
|
3048
|
+
error: string;
|
|
3049
3049
|
next_page_token?: string | undefined;
|
|
3050
3050
|
result_size_estimate?: number | undefined;
|
|
3051
3051
|
drafts?: {
|
|
@@ -3060,7 +3060,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3060
3060
|
sizeEstimate?: number | undefined;
|
|
3061
3061
|
raw?: string | undefined;
|
|
3062
3062
|
payload?: {
|
|
3063
|
-
parts?: any[] | undefined;
|
|
3064
3063
|
mimeType?: string | undefined;
|
|
3065
3064
|
headers?: {
|
|
3066
3065
|
value: string;
|
|
@@ -3071,14 +3070,15 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3071
3070
|
size?: number | undefined;
|
|
3072
3071
|
attachmentId?: string | undefined;
|
|
3073
3072
|
} | undefined;
|
|
3073
|
+
parts?: any[] | undefined;
|
|
3074
3074
|
} | undefined;
|
|
3075
3075
|
};
|
|
3076
3076
|
id: string;
|
|
3077
3077
|
}[] | undefined;
|
|
3078
3078
|
}, {
|
|
3079
|
-
error: string;
|
|
3080
|
-
success: boolean;
|
|
3081
3079
|
operation: "list_drafts";
|
|
3080
|
+
success: boolean;
|
|
3081
|
+
error: string;
|
|
3082
3082
|
next_page_token?: string | undefined;
|
|
3083
3083
|
result_size_estimate?: number | undefined;
|
|
3084
3084
|
drafts?: {
|
|
@@ -3093,7 +3093,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3093
3093
|
sizeEstimate?: number | undefined;
|
|
3094
3094
|
raw?: string | undefined;
|
|
3095
3095
|
payload?: {
|
|
3096
|
-
parts?: any[] | undefined;
|
|
3097
3096
|
mimeType?: string | undefined;
|
|
3098
3097
|
headers?: {
|
|
3099
3098
|
value: string;
|
|
@@ -3104,6 +3103,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3104
3103
|
size?: number | undefined;
|
|
3105
3104
|
attachmentId?: string | undefined;
|
|
3106
3105
|
} | undefined;
|
|
3106
|
+
parts?: any[] | undefined;
|
|
3107
3107
|
} | undefined;
|
|
3108
3108
|
};
|
|
3109
3109
|
id: string;
|
|
@@ -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
|
-
error: string;
|
|
3118
|
-
success: boolean;
|
|
3119
3117
|
operation: "delete_email";
|
|
3118
|
+
success: boolean;
|
|
3119
|
+
error: string;
|
|
3120
3120
|
deleted_message_id?: string | undefined;
|
|
3121
3121
|
}, {
|
|
3122
|
-
error: string;
|
|
3123
|
-
success: boolean;
|
|
3124
3122
|
operation: "delete_email";
|
|
3123
|
+
success: boolean;
|
|
3124
|
+
error: string;
|
|
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
|
-
error: string;
|
|
3133
|
-
success: boolean;
|
|
3134
3132
|
operation: "trash_email";
|
|
3133
|
+
success: boolean;
|
|
3134
|
+
error: string;
|
|
3135
3135
|
trashed_message_id?: string | undefined;
|
|
3136
3136
|
}, {
|
|
3137
|
-
error: string;
|
|
3138
|
-
success: boolean;
|
|
3139
3137
|
operation: "trash_email";
|
|
3138
|
+
success: boolean;
|
|
3139
|
+
error: string;
|
|
3140
3140
|
trashed_message_id?: string | undefined;
|
|
3141
3141
|
}>, z.ZodObject<{
|
|
3142
3142
|
operation: z.ZodLiteral<"list_threads">;
|
|
@@ -3181,7 +3181,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3181
3181
|
}>>;
|
|
3182
3182
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
3183
3183
|
}, "strip", z.ZodTypeAny, {
|
|
3184
|
-
parts?: any[] | undefined;
|
|
3185
3184
|
mimeType?: string | undefined;
|
|
3186
3185
|
headers?: {
|
|
3187
3186
|
value: string;
|
|
@@ -3192,8 +3191,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3192
3191
|
size?: number | undefined;
|
|
3193
3192
|
attachmentId?: string | undefined;
|
|
3194
3193
|
} | undefined;
|
|
3195
|
-
}, {
|
|
3196
3194
|
parts?: any[] | undefined;
|
|
3195
|
+
}, {
|
|
3197
3196
|
mimeType?: string | undefined;
|
|
3198
3197
|
headers?: {
|
|
3199
3198
|
value: string;
|
|
@@ -3204,6 +3203,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3204
3203
|
size?: number | undefined;
|
|
3205
3204
|
attachmentId?: string | undefined;
|
|
3206
3205
|
} | undefined;
|
|
3206
|
+
parts?: any[] | undefined;
|
|
3207
3207
|
}>>;
|
|
3208
3208
|
}, "strip", z.ZodTypeAny, {
|
|
3209
3209
|
id: string;
|
|
@@ -3216,7 +3216,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3216
3216
|
sizeEstimate?: number | undefined;
|
|
3217
3217
|
raw?: string | undefined;
|
|
3218
3218
|
payload?: {
|
|
3219
|
-
parts?: any[] | undefined;
|
|
3220
3219
|
mimeType?: string | undefined;
|
|
3221
3220
|
headers?: {
|
|
3222
3221
|
value: string;
|
|
@@ -3227,6 +3226,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3227
3226
|
size?: number | undefined;
|
|
3228
3227
|
attachmentId?: string | undefined;
|
|
3229
3228
|
} | undefined;
|
|
3229
|
+
parts?: any[] | undefined;
|
|
3230
3230
|
} | undefined;
|
|
3231
3231
|
}, {
|
|
3232
3232
|
id: string;
|
|
@@ -3239,7 +3239,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3239
3239
|
sizeEstimate?: number | undefined;
|
|
3240
3240
|
raw?: string | undefined;
|
|
3241
3241
|
payload?: {
|
|
3242
|
-
parts?: any[] | undefined;
|
|
3243
3242
|
mimeType?: string | undefined;
|
|
3244
3243
|
headers?: {
|
|
3245
3244
|
value: string;
|
|
@@ -3250,6 +3249,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3250
3249
|
size?: number | undefined;
|
|
3251
3250
|
attachmentId?: string | undefined;
|
|
3252
3251
|
} | undefined;
|
|
3252
|
+
parts?: any[] | undefined;
|
|
3253
3253
|
} | undefined;
|
|
3254
3254
|
}>, "many">>;
|
|
3255
3255
|
snippet: z.ZodOptional<z.ZodString>;
|
|
@@ -3266,7 +3266,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3266
3266
|
sizeEstimate?: number | undefined;
|
|
3267
3267
|
raw?: string | undefined;
|
|
3268
3268
|
payload?: {
|
|
3269
|
-
parts?: any[] | undefined;
|
|
3270
3269
|
mimeType?: string | undefined;
|
|
3271
3270
|
headers?: {
|
|
3272
3271
|
value: string;
|
|
@@ -3277,6 +3276,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3277
3276
|
size?: number | undefined;
|
|
3278
3277
|
attachmentId?: string | undefined;
|
|
3279
3278
|
} | undefined;
|
|
3279
|
+
parts?: any[] | undefined;
|
|
3280
3280
|
} | undefined;
|
|
3281
3281
|
}[] | undefined;
|
|
3282
3282
|
snippet?: string | undefined;
|
|
@@ -3294,7 +3294,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3294
3294
|
sizeEstimate?: number | undefined;
|
|
3295
3295
|
raw?: string | undefined;
|
|
3296
3296
|
payload?: {
|
|
3297
|
-
parts?: any[] | undefined;
|
|
3298
3297
|
mimeType?: string | undefined;
|
|
3299
3298
|
headers?: {
|
|
3300
3299
|
value: string;
|
|
@@ -3305,6 +3304,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3305
3304
|
size?: number | undefined;
|
|
3306
3305
|
attachmentId?: string | undefined;
|
|
3307
3306
|
} | undefined;
|
|
3307
|
+
parts?: any[] | undefined;
|
|
3308
3308
|
} | undefined;
|
|
3309
3309
|
}[] | undefined;
|
|
3310
3310
|
snippet?: 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
|
-
error: string;
|
|
3318
|
-
success: boolean;
|
|
3319
3317
|
operation: "list_threads";
|
|
3318
|
+
success: boolean;
|
|
3319
|
+
error: string;
|
|
3320
3320
|
next_page_token?: string | undefined;
|
|
3321
3321
|
result_size_estimate?: number | undefined;
|
|
3322
3322
|
threads?: {
|
|
@@ -3332,7 +3332,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3332
3332
|
sizeEstimate?: number | undefined;
|
|
3333
3333
|
raw?: string | undefined;
|
|
3334
3334
|
payload?: {
|
|
3335
|
-
parts?: any[] | undefined;
|
|
3336
3335
|
mimeType?: string | undefined;
|
|
3337
3336
|
headers?: {
|
|
3338
3337
|
value: string;
|
|
@@ -3343,15 +3342,16 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3343
3342
|
size?: number | undefined;
|
|
3344
3343
|
attachmentId?: string | undefined;
|
|
3345
3344
|
} | undefined;
|
|
3345
|
+
parts?: any[] | undefined;
|
|
3346
3346
|
} | undefined;
|
|
3347
3347
|
}[] | undefined;
|
|
3348
3348
|
snippet?: string | undefined;
|
|
3349
3349
|
historyId?: string | undefined;
|
|
3350
3350
|
}[] | undefined;
|
|
3351
3351
|
}, {
|
|
3352
|
-
error: string;
|
|
3353
|
-
success: boolean;
|
|
3354
3352
|
operation: "list_threads";
|
|
3353
|
+
success: boolean;
|
|
3354
|
+
error: string;
|
|
3355
3355
|
next_page_token?: string | undefined;
|
|
3356
3356
|
result_size_estimate?: number | undefined;
|
|
3357
3357
|
threads?: {
|
|
@@ -3367,7 +3367,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3367
3367
|
sizeEstimate?: number | undefined;
|
|
3368
3368
|
raw?: string | undefined;
|
|
3369
3369
|
payload?: {
|
|
3370
|
-
parts?: any[] | undefined;
|
|
3371
3370
|
mimeType?: string | undefined;
|
|
3372
3371
|
headers?: {
|
|
3373
3372
|
value: string;
|
|
@@ -3378,6 +3377,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3378
3377
|
size?: number | undefined;
|
|
3379
3378
|
attachmentId?: string | undefined;
|
|
3380
3379
|
} | undefined;
|
|
3380
|
+
parts?: any[] | undefined;
|
|
3381
3381
|
} | undefined;
|
|
3382
3382
|
}[] | undefined;
|
|
3383
3383
|
snippet?: string | undefined;
|
|
@@ -3393,38 +3393,38 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3393
3393
|
messageListVisibility: z.ZodOptional<z.ZodEnum<["show", "hide"]>>;
|
|
3394
3394
|
labelListVisibility: z.ZodOptional<z.ZodEnum<["labelShow", "labelShowIfUnread", "labelHide"]>>;
|
|
3395
3395
|
}, "strip", z.ZodTypeAny, {
|
|
3396
|
-
name: string;
|
|
3397
3396
|
id: string;
|
|
3398
|
-
|
|
3397
|
+
name: string;
|
|
3398
|
+
type?: "user" | "system" | undefined;
|
|
3399
3399
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3400
3400
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
3401
3401
|
}, {
|
|
3402
|
-
name: string;
|
|
3403
3402
|
id: string;
|
|
3404
|
-
|
|
3403
|
+
name: string;
|
|
3404
|
+
type?: "user" | "system" | undefined;
|
|
3405
3405
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3406
3406
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
3407
3407
|
}>, "many">>;
|
|
3408
3408
|
error: z.ZodString;
|
|
3409
3409
|
}, "strip", z.ZodTypeAny, {
|
|
3410
|
-
error: string;
|
|
3411
|
-
success: boolean;
|
|
3412
3410
|
operation: "list_labels";
|
|
3411
|
+
success: boolean;
|
|
3412
|
+
error: string;
|
|
3413
3413
|
labels?: {
|
|
3414
|
-
name: string;
|
|
3415
3414
|
id: string;
|
|
3416
|
-
|
|
3415
|
+
name: string;
|
|
3416
|
+
type?: "user" | "system" | undefined;
|
|
3417
3417
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3418
3418
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
3419
3419
|
}[] | undefined;
|
|
3420
3420
|
}, {
|
|
3421
|
-
error: string;
|
|
3422
|
-
success: boolean;
|
|
3423
3421
|
operation: "list_labels";
|
|
3422
|
+
success: boolean;
|
|
3423
|
+
error: string;
|
|
3424
3424
|
labels?: {
|
|
3425
|
-
name: string;
|
|
3426
3425
|
id: string;
|
|
3427
|
-
|
|
3426
|
+
name: string;
|
|
3427
|
+
type?: "user" | "system" | undefined;
|
|
3428
3428
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3429
3429
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
3430
3430
|
}[] | undefined;
|
|
@@ -3438,38 +3438,38 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3438
3438
|
messageListVisibility: z.ZodOptional<z.ZodEnum<["show", "hide"]>>;
|
|
3439
3439
|
labelListVisibility: z.ZodOptional<z.ZodEnum<["labelShow", "labelShowIfUnread", "labelHide"]>>;
|
|
3440
3440
|
}, "strip", z.ZodTypeAny, {
|
|
3441
|
-
name: string;
|
|
3442
3441
|
id: string;
|
|
3443
|
-
|
|
3442
|
+
name: string;
|
|
3443
|
+
type?: "user" | "system" | undefined;
|
|
3444
3444
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3445
3445
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
3446
3446
|
}, {
|
|
3447
|
-
name: string;
|
|
3448
3447
|
id: string;
|
|
3449
|
-
|
|
3448
|
+
name: string;
|
|
3449
|
+
type?: "user" | "system" | undefined;
|
|
3450
3450
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3451
3451
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
3452
3452
|
}>>;
|
|
3453
3453
|
error: z.ZodString;
|
|
3454
3454
|
}, "strip", z.ZodTypeAny, {
|
|
3455
|
-
error: string;
|
|
3456
|
-
success: boolean;
|
|
3457
3455
|
operation: "create_label";
|
|
3456
|
+
success: boolean;
|
|
3457
|
+
error: string;
|
|
3458
3458
|
label?: {
|
|
3459
|
-
name: string;
|
|
3460
3459
|
id: string;
|
|
3461
|
-
|
|
3460
|
+
name: string;
|
|
3461
|
+
type?: "user" | "system" | undefined;
|
|
3462
3462
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3463
3463
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
3464
3464
|
} | undefined;
|
|
3465
3465
|
}, {
|
|
3466
|
-
error: string;
|
|
3467
|
-
success: boolean;
|
|
3468
3466
|
operation: "create_label";
|
|
3467
|
+
success: boolean;
|
|
3468
|
+
error: string;
|
|
3469
3469
|
label?: {
|
|
3470
|
-
name: string;
|
|
3471
3470
|
id: string;
|
|
3472
|
-
|
|
3471
|
+
name: string;
|
|
3472
|
+
type?: "user" | "system" | undefined;
|
|
3473
3473
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3474
3474
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
3475
3475
|
} | undefined;
|
|
@@ -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
|
-
error: string;
|
|
3484
|
-
success: boolean;
|
|
3485
3483
|
operation: "modify_message_labels";
|
|
3484
|
+
success: boolean;
|
|
3485
|
+
error: string;
|
|
3486
3486
|
message_id?: string | undefined;
|
|
3487
3487
|
label_ids?: string[] | undefined;
|
|
3488
3488
|
}, {
|
|
3489
|
-
error: string;
|
|
3490
|
-
success: boolean;
|
|
3491
3489
|
operation: "modify_message_labels";
|
|
3490
|
+
success: boolean;
|
|
3491
|
+
error: string;
|
|
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
|
-
error: string;
|
|
3501
|
-
success: boolean;
|
|
3502
3500
|
operation: "modify_thread_labels";
|
|
3501
|
+
success: boolean;
|
|
3502
|
+
error: string;
|
|
3503
3503
|
thread_id?: string | undefined;
|
|
3504
3504
|
}, {
|
|
3505
|
-
error: string;
|
|
3506
|
-
success: boolean;
|
|
3507
3505
|
operation: "modify_thread_labels";
|
|
3506
|
+
success: boolean;
|
|
3507
|
+
error: string;
|
|
3508
3508
|
thread_id?: string | undefined;
|
|
3509
3509
|
}>]>;
|
|
3510
3510
|
static readonly shortDescription = "Gmail integration for email management";
|