@bubblelab/bubble-core 0.1.249 → 0.1.250
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 +101 -101
- package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
- package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
- package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +132 -132
- package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +211 -52
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.js +106 -0
- package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +535 -344
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js +96 -0
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/index.d.ts +1 -1
- package/dist/bubbles/service-bubble/ashby/index.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/index.js +1 -1
- package/dist/bubbles/service-bubble/ashby/index.js.map +1 -1
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/attio/attio.d.ts +4 -4
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +3 -3
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +256 -256
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +6 -6
- package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +268 -268
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +9 -9
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slab/slab.d.ts +16 -16
- package/dist/bubbles/service-bubble/slack/slack.d.ts +291 -291
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +32 -32
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +20 -20
- package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +20 -20
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +380 -380
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +40 -40
- package/dist/bubbles.json +244 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -69,7 +69,7 @@ declare const GmailParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
69
69
|
metadata_headers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
70
70
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
|
-
format: "
|
|
72
|
+
format: "minimal" | "metadata" | "raw" | "full";
|
|
73
73
|
operation: "get_email";
|
|
74
74
|
message_id: string;
|
|
75
75
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -77,7 +77,7 @@ declare const GmailParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
77
77
|
}, {
|
|
78
78
|
operation: "get_email";
|
|
79
79
|
message_id: string;
|
|
80
|
-
format?: "
|
|
80
|
+
format?: "minimal" | "metadata" | "raw" | "full" | undefined;
|
|
81
81
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
82
82
|
metadata_headers?: string[] | undefined;
|
|
83
83
|
}>, z.ZodObject<{
|
|
@@ -380,7 +380,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
380
380
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
381
381
|
}, "strip", z.ZodTypeAny, {
|
|
382
382
|
mimeType?: string | undefined;
|
|
383
|
-
parts?: any[] | undefined;
|
|
384
383
|
headers?: {
|
|
385
384
|
value: string;
|
|
386
385
|
name: string;
|
|
@@ -390,9 +389,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
390
389
|
size?: number | undefined;
|
|
391
390
|
attachmentId?: string | undefined;
|
|
392
391
|
} | undefined;
|
|
392
|
+
parts?: any[] | undefined;
|
|
393
393
|
}, {
|
|
394
394
|
mimeType?: string | undefined;
|
|
395
|
-
parts?: any[] | undefined;
|
|
396
395
|
headers?: {
|
|
397
396
|
value: string;
|
|
398
397
|
name: string;
|
|
@@ -402,6 +401,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
402
401
|
size?: number | undefined;
|
|
403
402
|
attachmentId?: string | undefined;
|
|
404
403
|
} | undefined;
|
|
404
|
+
parts?: any[] | undefined;
|
|
405
405
|
}>>;
|
|
406
406
|
}, "strip", z.ZodTypeAny, {
|
|
407
407
|
id: string;
|
|
@@ -415,7 +415,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
415
415
|
raw?: string | undefined;
|
|
416
416
|
payload?: {
|
|
417
417
|
mimeType?: string | undefined;
|
|
418
|
-
parts?: any[] | undefined;
|
|
419
418
|
headers?: {
|
|
420
419
|
value: string;
|
|
421
420
|
name: string;
|
|
@@ -425,6 +424,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
425
424
|
size?: number | undefined;
|
|
426
425
|
attachmentId?: string | undefined;
|
|
427
426
|
} | undefined;
|
|
427
|
+
parts?: any[] | undefined;
|
|
428
428
|
} | undefined;
|
|
429
429
|
}, {
|
|
430
430
|
id: string;
|
|
@@ -438,7 +438,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
438
438
|
raw?: string | undefined;
|
|
439
439
|
payload?: {
|
|
440
440
|
mimeType?: string | undefined;
|
|
441
|
-
parts?: any[] | undefined;
|
|
442
441
|
headers?: {
|
|
443
442
|
value: string;
|
|
444
443
|
name: string;
|
|
@@ -448,6 +447,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
448
447
|
size?: number | undefined;
|
|
449
448
|
attachmentId?: string | undefined;
|
|
450
449
|
} | undefined;
|
|
450
|
+
parts?: any[] | undefined;
|
|
451
451
|
} | undefined;
|
|
452
452
|
}>, "many">>;
|
|
453
453
|
next_page_token: z.ZodOptional<z.ZodString>;
|
|
@@ -469,7 +469,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
469
469
|
raw?: string | undefined;
|
|
470
470
|
payload?: {
|
|
471
471
|
mimeType?: string | undefined;
|
|
472
|
-
parts?: any[] | undefined;
|
|
473
472
|
headers?: {
|
|
474
473
|
value: string;
|
|
475
474
|
name: string;
|
|
@@ -479,6 +478,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
479
478
|
size?: number | undefined;
|
|
480
479
|
attachmentId?: string | undefined;
|
|
481
480
|
} | undefined;
|
|
481
|
+
parts?: any[] | undefined;
|
|
482
482
|
} | undefined;
|
|
483
483
|
}[] | undefined;
|
|
484
484
|
next_page_token?: string | undefined;
|
|
@@ -499,7 +499,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
499
499
|
raw?: string | undefined;
|
|
500
500
|
payload?: {
|
|
501
501
|
mimeType?: string | undefined;
|
|
502
|
-
parts?: any[] | undefined;
|
|
503
502
|
headers?: {
|
|
504
503
|
value: string;
|
|
505
504
|
name: string;
|
|
@@ -509,6 +508,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
509
508
|
size?: number | undefined;
|
|
510
509
|
attachmentId?: string | undefined;
|
|
511
510
|
} | undefined;
|
|
511
|
+
parts?: any[] | undefined;
|
|
512
512
|
} | undefined;
|
|
513
513
|
}[] | undefined;
|
|
514
514
|
next_page_token?: string | undefined;
|
|
@@ -554,7 +554,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
554
554
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
555
555
|
}, "strip", z.ZodTypeAny, {
|
|
556
556
|
mimeType?: string | undefined;
|
|
557
|
-
parts?: any[] | undefined;
|
|
558
557
|
headers?: {
|
|
559
558
|
value: string;
|
|
560
559
|
name: string;
|
|
@@ -564,9 +563,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
564
563
|
size?: number | undefined;
|
|
565
564
|
attachmentId?: string | undefined;
|
|
566
565
|
} | undefined;
|
|
566
|
+
parts?: any[] | undefined;
|
|
567
567
|
}, {
|
|
568
568
|
mimeType?: string | undefined;
|
|
569
|
-
parts?: any[] | undefined;
|
|
570
569
|
headers?: {
|
|
571
570
|
value: string;
|
|
572
571
|
name: string;
|
|
@@ -576,6 +575,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
576
575
|
size?: number | undefined;
|
|
577
576
|
attachmentId?: string | undefined;
|
|
578
577
|
} | undefined;
|
|
578
|
+
parts?: any[] | undefined;
|
|
579
579
|
}>>;
|
|
580
580
|
}, "strip", z.ZodTypeAny, {
|
|
581
581
|
id: string;
|
|
@@ -589,7 +589,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
589
589
|
raw?: string | undefined;
|
|
590
590
|
payload?: {
|
|
591
591
|
mimeType?: string | undefined;
|
|
592
|
-
parts?: any[] | undefined;
|
|
593
592
|
headers?: {
|
|
594
593
|
value: string;
|
|
595
594
|
name: string;
|
|
@@ -599,6 +598,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
599
598
|
size?: number | undefined;
|
|
600
599
|
attachmentId?: string | undefined;
|
|
601
600
|
} | undefined;
|
|
601
|
+
parts?: any[] | undefined;
|
|
602
602
|
} | undefined;
|
|
603
603
|
}, {
|
|
604
604
|
id: string;
|
|
@@ -612,7 +612,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
612
612
|
raw?: string | undefined;
|
|
613
613
|
payload?: {
|
|
614
614
|
mimeType?: string | undefined;
|
|
615
|
-
parts?: any[] | undefined;
|
|
616
615
|
headers?: {
|
|
617
616
|
value: string;
|
|
618
617
|
name: string;
|
|
@@ -622,6 +621,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
622
621
|
size?: number | undefined;
|
|
623
622
|
attachmentId?: string | undefined;
|
|
624
623
|
} | undefined;
|
|
624
|
+
parts?: any[] | undefined;
|
|
625
625
|
} | undefined;
|
|
626
626
|
}>>;
|
|
627
627
|
error: z.ZodString;
|
|
@@ -641,7 +641,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
641
641
|
raw?: string | undefined;
|
|
642
642
|
payload?: {
|
|
643
643
|
mimeType?: string | undefined;
|
|
644
|
-
parts?: any[] | undefined;
|
|
645
644
|
headers?: {
|
|
646
645
|
value: string;
|
|
647
646
|
name: string;
|
|
@@ -651,6 +650,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
651
650
|
size?: number | undefined;
|
|
652
651
|
attachmentId?: string | undefined;
|
|
653
652
|
} | undefined;
|
|
653
|
+
parts?: any[] | undefined;
|
|
654
654
|
} | undefined;
|
|
655
655
|
} | undefined;
|
|
656
656
|
}, {
|
|
@@ -669,7 +669,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
669
669
|
raw?: string | undefined;
|
|
670
670
|
payload?: {
|
|
671
671
|
mimeType?: string | undefined;
|
|
672
|
-
parts?: any[] | undefined;
|
|
673
672
|
headers?: {
|
|
674
673
|
value: string;
|
|
675
674
|
name: string;
|
|
@@ -679,6 +678,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
679
678
|
size?: number | undefined;
|
|
680
679
|
attachmentId?: string | undefined;
|
|
681
680
|
} | undefined;
|
|
681
|
+
parts?: any[] | undefined;
|
|
682
682
|
} | undefined;
|
|
683
683
|
} | undefined;
|
|
684
684
|
}>, z.ZodObject<{
|
|
@@ -722,7 +722,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
722
722
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
723
723
|
}, "strip", z.ZodTypeAny, {
|
|
724
724
|
mimeType?: string | undefined;
|
|
725
|
-
parts?: any[] | undefined;
|
|
726
725
|
headers?: {
|
|
727
726
|
value: string;
|
|
728
727
|
name: string;
|
|
@@ -732,9 +731,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
732
731
|
size?: number | undefined;
|
|
733
732
|
attachmentId?: string | undefined;
|
|
734
733
|
} | undefined;
|
|
734
|
+
parts?: any[] | undefined;
|
|
735
735
|
}, {
|
|
736
736
|
mimeType?: string | undefined;
|
|
737
|
-
parts?: any[] | undefined;
|
|
738
737
|
headers?: {
|
|
739
738
|
value: string;
|
|
740
739
|
name: string;
|
|
@@ -744,6 +743,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
744
743
|
size?: number | undefined;
|
|
745
744
|
attachmentId?: string | undefined;
|
|
746
745
|
} | undefined;
|
|
746
|
+
parts?: any[] | undefined;
|
|
747
747
|
}>>;
|
|
748
748
|
}, "strip", z.ZodTypeAny, {
|
|
749
749
|
id: string;
|
|
@@ -757,7 +757,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
757
757
|
raw?: string | undefined;
|
|
758
758
|
payload?: {
|
|
759
759
|
mimeType?: string | undefined;
|
|
760
|
-
parts?: any[] | undefined;
|
|
761
760
|
headers?: {
|
|
762
761
|
value: string;
|
|
763
762
|
name: string;
|
|
@@ -767,6 +766,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
767
766
|
size?: number | undefined;
|
|
768
767
|
attachmentId?: string | undefined;
|
|
769
768
|
} | undefined;
|
|
769
|
+
parts?: any[] | undefined;
|
|
770
770
|
} | undefined;
|
|
771
771
|
}, {
|
|
772
772
|
id: string;
|
|
@@ -780,7 +780,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
780
780
|
raw?: string | undefined;
|
|
781
781
|
payload?: {
|
|
782
782
|
mimeType?: string | undefined;
|
|
783
|
-
parts?: any[] | undefined;
|
|
784
783
|
headers?: {
|
|
785
784
|
value: string;
|
|
786
785
|
name: string;
|
|
@@ -790,6 +789,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
790
789
|
size?: number | undefined;
|
|
791
790
|
attachmentId?: string | undefined;
|
|
792
791
|
} | undefined;
|
|
792
|
+
parts?: any[] | undefined;
|
|
793
793
|
} | undefined;
|
|
794
794
|
}>, "many">>;
|
|
795
795
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
@@ -810,7 +810,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
810
810
|
raw?: string | undefined;
|
|
811
811
|
payload?: {
|
|
812
812
|
mimeType?: string | undefined;
|
|
813
|
-
parts?: any[] | undefined;
|
|
814
813
|
headers?: {
|
|
815
814
|
value: string;
|
|
816
815
|
name: string;
|
|
@@ -820,6 +819,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
820
819
|
size?: number | undefined;
|
|
821
820
|
attachmentId?: string | undefined;
|
|
822
821
|
} | undefined;
|
|
822
|
+
parts?: any[] | undefined;
|
|
823
823
|
} | undefined;
|
|
824
824
|
}[] | undefined;
|
|
825
825
|
result_size_estimate?: number | undefined;
|
|
@@ -839,7 +839,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
839
839
|
raw?: string | undefined;
|
|
840
840
|
payload?: {
|
|
841
841
|
mimeType?: string | undefined;
|
|
842
|
-
parts?: any[] | undefined;
|
|
843
842
|
headers?: {
|
|
844
843
|
value: string;
|
|
845
844
|
name: string;
|
|
@@ -849,6 +848,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
849
848
|
size?: number | undefined;
|
|
850
849
|
attachmentId?: string | undefined;
|
|
851
850
|
} | undefined;
|
|
851
|
+
parts?: any[] | undefined;
|
|
852
852
|
} | undefined;
|
|
853
853
|
}[] | undefined;
|
|
854
854
|
result_size_estimate?: number | undefined;
|
|
@@ -925,7 +925,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
925
925
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
926
926
|
}, "strip", z.ZodTypeAny, {
|
|
927
927
|
mimeType?: string | undefined;
|
|
928
|
-
parts?: any[] | undefined;
|
|
929
928
|
headers?: {
|
|
930
929
|
value: string;
|
|
931
930
|
name: string;
|
|
@@ -935,9 +934,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
935
934
|
size?: number | undefined;
|
|
936
935
|
attachmentId?: string | undefined;
|
|
937
936
|
} | undefined;
|
|
937
|
+
parts?: any[] | undefined;
|
|
938
938
|
}, {
|
|
939
939
|
mimeType?: string | undefined;
|
|
940
|
-
parts?: any[] | undefined;
|
|
941
940
|
headers?: {
|
|
942
941
|
value: string;
|
|
943
942
|
name: string;
|
|
@@ -947,6 +946,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
947
946
|
size?: number | undefined;
|
|
948
947
|
attachmentId?: string | undefined;
|
|
949
948
|
} | undefined;
|
|
949
|
+
parts?: any[] | undefined;
|
|
950
950
|
}>>;
|
|
951
951
|
}, "strip", z.ZodTypeAny, {
|
|
952
952
|
id: string;
|
|
@@ -960,7 +960,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
960
960
|
raw?: string | undefined;
|
|
961
961
|
payload?: {
|
|
962
962
|
mimeType?: string | undefined;
|
|
963
|
-
parts?: any[] | undefined;
|
|
964
963
|
headers?: {
|
|
965
964
|
value: string;
|
|
966
965
|
name: string;
|
|
@@ -970,6 +969,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
970
969
|
size?: number | undefined;
|
|
971
970
|
attachmentId?: string | undefined;
|
|
972
971
|
} | undefined;
|
|
972
|
+
parts?: any[] | undefined;
|
|
973
973
|
} | undefined;
|
|
974
974
|
}, {
|
|
975
975
|
id: string;
|
|
@@ -983,7 +983,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
983
983
|
raw?: string | undefined;
|
|
984
984
|
payload?: {
|
|
985
985
|
mimeType?: string | undefined;
|
|
986
|
-
parts?: any[] | undefined;
|
|
987
986
|
headers?: {
|
|
988
987
|
value: string;
|
|
989
988
|
name: string;
|
|
@@ -993,6 +992,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
993
992
|
size?: number | undefined;
|
|
994
993
|
attachmentId?: string | undefined;
|
|
995
994
|
} | undefined;
|
|
995
|
+
parts?: any[] | undefined;
|
|
996
996
|
} | undefined;
|
|
997
997
|
}>;
|
|
998
998
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1008,7 +1008,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1008
1008
|
raw?: string | undefined;
|
|
1009
1009
|
payload?: {
|
|
1010
1010
|
mimeType?: string | undefined;
|
|
1011
|
-
parts?: any[] | undefined;
|
|
1012
1011
|
headers?: {
|
|
1013
1012
|
value: string;
|
|
1014
1013
|
name: string;
|
|
@@ -1018,6 +1017,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1018
1017
|
size?: number | undefined;
|
|
1019
1018
|
attachmentId?: string | undefined;
|
|
1020
1019
|
} | undefined;
|
|
1020
|
+
parts?: any[] | undefined;
|
|
1021
1021
|
} | undefined;
|
|
1022
1022
|
};
|
|
1023
1023
|
id: string;
|
|
@@ -1034,7 +1034,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1034
1034
|
raw?: string | undefined;
|
|
1035
1035
|
payload?: {
|
|
1036
1036
|
mimeType?: string | undefined;
|
|
1037
|
-
parts?: any[] | undefined;
|
|
1038
1037
|
headers?: {
|
|
1039
1038
|
value: string;
|
|
1040
1039
|
name: string;
|
|
@@ -1044,6 +1043,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1044
1043
|
size?: number | undefined;
|
|
1045
1044
|
attachmentId?: string | undefined;
|
|
1046
1045
|
} | undefined;
|
|
1046
|
+
parts?: any[] | undefined;
|
|
1047
1047
|
} | undefined;
|
|
1048
1048
|
};
|
|
1049
1049
|
id: string;
|
|
@@ -1066,7 +1066,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1066
1066
|
raw?: string | undefined;
|
|
1067
1067
|
payload?: {
|
|
1068
1068
|
mimeType?: string | undefined;
|
|
1069
|
-
parts?: any[] | undefined;
|
|
1070
1069
|
headers?: {
|
|
1071
1070
|
value: string;
|
|
1072
1071
|
name: string;
|
|
@@ -1076,6 +1075,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1076
1075
|
size?: number | undefined;
|
|
1077
1076
|
attachmentId?: string | undefined;
|
|
1078
1077
|
} | undefined;
|
|
1078
|
+
parts?: any[] | undefined;
|
|
1079
1079
|
} | undefined;
|
|
1080
1080
|
};
|
|
1081
1081
|
id: string;
|
|
@@ -1097,7 +1097,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1097
1097
|
raw?: string | undefined;
|
|
1098
1098
|
payload?: {
|
|
1099
1099
|
mimeType?: string | undefined;
|
|
1100
|
-
parts?: any[] | undefined;
|
|
1101
1100
|
headers?: {
|
|
1102
1101
|
value: string;
|
|
1103
1102
|
name: string;
|
|
@@ -1107,6 +1106,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1107
1106
|
size?: number | undefined;
|
|
1108
1107
|
attachmentId?: string | undefined;
|
|
1109
1108
|
} | undefined;
|
|
1109
|
+
parts?: any[] | undefined;
|
|
1110
1110
|
} | undefined;
|
|
1111
1111
|
};
|
|
1112
1112
|
id: string;
|
|
@@ -1172,7 +1172,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1172
1172
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
1173
1173
|
}, "strip", z.ZodTypeAny, {
|
|
1174
1174
|
mimeType?: string | undefined;
|
|
1175
|
-
parts?: any[] | undefined;
|
|
1176
1175
|
headers?: {
|
|
1177
1176
|
value: string;
|
|
1178
1177
|
name: string;
|
|
@@ -1182,9 +1181,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1182
1181
|
size?: number | undefined;
|
|
1183
1182
|
attachmentId?: string | undefined;
|
|
1184
1183
|
} | undefined;
|
|
1184
|
+
parts?: any[] | undefined;
|
|
1185
1185
|
}, {
|
|
1186
1186
|
mimeType?: string | undefined;
|
|
1187
|
-
parts?: any[] | undefined;
|
|
1188
1187
|
headers?: {
|
|
1189
1188
|
value: string;
|
|
1190
1189
|
name: string;
|
|
@@ -1194,6 +1193,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1194
1193
|
size?: number | undefined;
|
|
1195
1194
|
attachmentId?: string | undefined;
|
|
1196
1195
|
} | undefined;
|
|
1196
|
+
parts?: any[] | undefined;
|
|
1197
1197
|
}>>;
|
|
1198
1198
|
}, "strip", z.ZodTypeAny, {
|
|
1199
1199
|
id: string;
|
|
@@ -1207,7 +1207,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1207
1207
|
raw?: string | undefined;
|
|
1208
1208
|
payload?: {
|
|
1209
1209
|
mimeType?: string | undefined;
|
|
1210
|
-
parts?: any[] | undefined;
|
|
1211
1210
|
headers?: {
|
|
1212
1211
|
value: string;
|
|
1213
1212
|
name: string;
|
|
@@ -1217,6 +1216,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1217
1216
|
size?: number | undefined;
|
|
1218
1217
|
attachmentId?: string | undefined;
|
|
1219
1218
|
} | undefined;
|
|
1219
|
+
parts?: any[] | undefined;
|
|
1220
1220
|
} | undefined;
|
|
1221
1221
|
}, {
|
|
1222
1222
|
id: string;
|
|
@@ -1230,7 +1230,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1230
1230
|
raw?: string | undefined;
|
|
1231
1231
|
payload?: {
|
|
1232
1232
|
mimeType?: string | undefined;
|
|
1233
|
-
parts?: any[] | undefined;
|
|
1234
1233
|
headers?: {
|
|
1235
1234
|
value: string;
|
|
1236
1235
|
name: string;
|
|
@@ -1240,6 +1239,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1240
1239
|
size?: number | undefined;
|
|
1241
1240
|
attachmentId?: string | undefined;
|
|
1242
1241
|
} | undefined;
|
|
1242
|
+
parts?: any[] | undefined;
|
|
1243
1243
|
} | undefined;
|
|
1244
1244
|
}>;
|
|
1245
1245
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1255,7 +1255,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1255
1255
|
raw?: string | undefined;
|
|
1256
1256
|
payload?: {
|
|
1257
1257
|
mimeType?: string | undefined;
|
|
1258
|
-
parts?: any[] | undefined;
|
|
1259
1258
|
headers?: {
|
|
1260
1259
|
value: string;
|
|
1261
1260
|
name: string;
|
|
@@ -1265,6 +1264,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1265
1264
|
size?: number | undefined;
|
|
1266
1265
|
attachmentId?: string | undefined;
|
|
1267
1266
|
} | undefined;
|
|
1267
|
+
parts?: any[] | undefined;
|
|
1268
1268
|
} | undefined;
|
|
1269
1269
|
};
|
|
1270
1270
|
id: string;
|
|
@@ -1281,7 +1281,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1281
1281
|
raw?: string | undefined;
|
|
1282
1282
|
payload?: {
|
|
1283
1283
|
mimeType?: string | undefined;
|
|
1284
|
-
parts?: any[] | undefined;
|
|
1285
1284
|
headers?: {
|
|
1286
1285
|
value: string;
|
|
1287
1286
|
name: string;
|
|
@@ -1291,6 +1290,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1291
1290
|
size?: number | undefined;
|
|
1292
1291
|
attachmentId?: string | undefined;
|
|
1293
1292
|
} | undefined;
|
|
1293
|
+
parts?: any[] | undefined;
|
|
1294
1294
|
} | undefined;
|
|
1295
1295
|
};
|
|
1296
1296
|
id: string;
|
|
@@ -1317,7 +1317,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1317
1317
|
raw?: string | undefined;
|
|
1318
1318
|
payload?: {
|
|
1319
1319
|
mimeType?: string | undefined;
|
|
1320
|
-
parts?: any[] | undefined;
|
|
1321
1320
|
headers?: {
|
|
1322
1321
|
value: string;
|
|
1323
1322
|
name: string;
|
|
@@ -1327,6 +1326,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1327
1326
|
size?: number | undefined;
|
|
1328
1327
|
attachmentId?: string | undefined;
|
|
1329
1328
|
} | undefined;
|
|
1329
|
+
parts?: any[] | undefined;
|
|
1330
1330
|
} | undefined;
|
|
1331
1331
|
};
|
|
1332
1332
|
id: string;
|
|
@@ -1350,7 +1350,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1350
1350
|
raw?: string | undefined;
|
|
1351
1351
|
payload?: {
|
|
1352
1352
|
mimeType?: string | undefined;
|
|
1353
|
-
parts?: any[] | undefined;
|
|
1354
1353
|
headers?: {
|
|
1355
1354
|
value: string;
|
|
1356
1355
|
name: string;
|
|
@@ -1360,6 +1359,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1360
1359
|
size?: number | undefined;
|
|
1361
1360
|
attachmentId?: string | undefined;
|
|
1362
1361
|
} | undefined;
|
|
1362
|
+
parts?: any[] | undefined;
|
|
1363
1363
|
} | undefined;
|
|
1364
1364
|
};
|
|
1365
1365
|
id: string;
|
|
@@ -1438,7 +1438,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1438
1438
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
1439
1439
|
}, "strip", z.ZodTypeAny, {
|
|
1440
1440
|
mimeType?: string | undefined;
|
|
1441
|
-
parts?: any[] | undefined;
|
|
1442
1441
|
headers?: {
|
|
1443
1442
|
value: string;
|
|
1444
1443
|
name: string;
|
|
@@ -1448,9 +1447,9 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1448
1447
|
size?: number | undefined;
|
|
1449
1448
|
attachmentId?: string | undefined;
|
|
1450
1449
|
} | undefined;
|
|
1450
|
+
parts?: any[] | undefined;
|
|
1451
1451
|
}, {
|
|
1452
1452
|
mimeType?: string | undefined;
|
|
1453
|
-
parts?: any[] | undefined;
|
|
1454
1453
|
headers?: {
|
|
1455
1454
|
value: string;
|
|
1456
1455
|
name: string;
|
|
@@ -1460,6 +1459,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1460
1459
|
size?: number | undefined;
|
|
1461
1460
|
attachmentId?: string | undefined;
|
|
1462
1461
|
} | undefined;
|
|
1462
|
+
parts?: any[] | undefined;
|
|
1463
1463
|
}>>;
|
|
1464
1464
|
}, "strip", z.ZodTypeAny, {
|
|
1465
1465
|
id: string;
|
|
@@ -1473,7 +1473,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1473
1473
|
raw?: string | undefined;
|
|
1474
1474
|
payload?: {
|
|
1475
1475
|
mimeType?: string | undefined;
|
|
1476
|
-
parts?: any[] | undefined;
|
|
1477
1476
|
headers?: {
|
|
1478
1477
|
value: string;
|
|
1479
1478
|
name: string;
|
|
@@ -1483,6 +1482,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1483
1482
|
size?: number | undefined;
|
|
1484
1483
|
attachmentId?: string | undefined;
|
|
1485
1484
|
} | undefined;
|
|
1485
|
+
parts?: any[] | undefined;
|
|
1486
1486
|
} | undefined;
|
|
1487
1487
|
}, {
|
|
1488
1488
|
id: string;
|
|
@@ -1496,7 +1496,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1496
1496
|
raw?: string | undefined;
|
|
1497
1497
|
payload?: {
|
|
1498
1498
|
mimeType?: string | undefined;
|
|
1499
|
-
parts?: any[] | undefined;
|
|
1500
1499
|
headers?: {
|
|
1501
1500
|
value: string;
|
|
1502
1501
|
name: string;
|
|
@@ -1506,6 +1505,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1506
1505
|
size?: number | undefined;
|
|
1507
1506
|
attachmentId?: string | undefined;
|
|
1508
1507
|
} | undefined;
|
|
1508
|
+
parts?: any[] | undefined;
|
|
1509
1509
|
} | undefined;
|
|
1510
1510
|
}>, "many">>;
|
|
1511
1511
|
snippet: z.ZodOptional<z.ZodString>;
|
|
@@ -1523,7 +1523,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1523
1523
|
raw?: string | undefined;
|
|
1524
1524
|
payload?: {
|
|
1525
1525
|
mimeType?: string | undefined;
|
|
1526
|
-
parts?: any[] | undefined;
|
|
1527
1526
|
headers?: {
|
|
1528
1527
|
value: string;
|
|
1529
1528
|
name: string;
|
|
@@ -1533,6 +1532,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1533
1532
|
size?: number | undefined;
|
|
1534
1533
|
attachmentId?: string | undefined;
|
|
1535
1534
|
} | undefined;
|
|
1535
|
+
parts?: any[] | undefined;
|
|
1536
1536
|
} | undefined;
|
|
1537
1537
|
}[] | undefined;
|
|
1538
1538
|
snippet?: string | undefined;
|
|
@@ -1551,7 +1551,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1551
1551
|
raw?: string | undefined;
|
|
1552
1552
|
payload?: {
|
|
1553
1553
|
mimeType?: string | undefined;
|
|
1554
|
-
parts?: any[] | undefined;
|
|
1555
1554
|
headers?: {
|
|
1556
1555
|
value: string;
|
|
1557
1556
|
name: string;
|
|
@@ -1561,6 +1560,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1561
1560
|
size?: number | undefined;
|
|
1562
1561
|
attachmentId?: string | undefined;
|
|
1563
1562
|
} | undefined;
|
|
1563
|
+
parts?: any[] | undefined;
|
|
1564
1564
|
} | undefined;
|
|
1565
1565
|
}[] | undefined;
|
|
1566
1566
|
snippet?: string | undefined;
|
|
@@ -1589,7 +1589,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1589
1589
|
raw?: string | undefined;
|
|
1590
1590
|
payload?: {
|
|
1591
1591
|
mimeType?: string | undefined;
|
|
1592
|
-
parts?: any[] | undefined;
|
|
1593
1592
|
headers?: {
|
|
1594
1593
|
value: string;
|
|
1595
1594
|
name: string;
|
|
@@ -1599,6 +1598,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1599
1598
|
size?: number | undefined;
|
|
1600
1599
|
attachmentId?: string | undefined;
|
|
1601
1600
|
} | undefined;
|
|
1601
|
+
parts?: any[] | undefined;
|
|
1602
1602
|
} | undefined;
|
|
1603
1603
|
}[] | undefined;
|
|
1604
1604
|
snippet?: string | undefined;
|
|
@@ -1624,7 +1624,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1624
1624
|
raw?: string | undefined;
|
|
1625
1625
|
payload?: {
|
|
1626
1626
|
mimeType?: string | undefined;
|
|
1627
|
-
parts?: any[] | undefined;
|
|
1628
1627
|
headers?: {
|
|
1629
1628
|
value: string;
|
|
1630
1629
|
name: string;
|
|
@@ -1634,6 +1633,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1634
1633
|
size?: number | undefined;
|
|
1635
1634
|
attachmentId?: string | undefined;
|
|
1636
1635
|
} | undefined;
|
|
1636
|
+
parts?: any[] | undefined;
|
|
1637
1637
|
} | undefined;
|
|
1638
1638
|
}[] | undefined;
|
|
1639
1639
|
snippet?: string | undefined;
|
|
@@ -1651,13 +1651,13 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1651
1651
|
}, "strip", z.ZodTypeAny, {
|
|
1652
1652
|
name: string;
|
|
1653
1653
|
id: string;
|
|
1654
|
-
type?: "
|
|
1654
|
+
type?: "user" | "system" | undefined;
|
|
1655
1655
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1656
1656
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
1657
1657
|
}, {
|
|
1658
1658
|
name: string;
|
|
1659
1659
|
id: string;
|
|
1660
|
-
type?: "
|
|
1660
|
+
type?: "user" | "system" | undefined;
|
|
1661
1661
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1662
1662
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
1663
1663
|
}>, "many">>;
|
|
@@ -1669,7 +1669,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1669
1669
|
labels?: {
|
|
1670
1670
|
name: string;
|
|
1671
1671
|
id: string;
|
|
1672
|
-
type?: "
|
|
1672
|
+
type?: "user" | "system" | undefined;
|
|
1673
1673
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1674
1674
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
1675
1675
|
}[] | undefined;
|
|
@@ -1680,7 +1680,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1680
1680
|
labels?: {
|
|
1681
1681
|
name: string;
|
|
1682
1682
|
id: string;
|
|
1683
|
-
type?: "
|
|
1683
|
+
type?: "user" | "system" | undefined;
|
|
1684
1684
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1685
1685
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
1686
1686
|
}[] | undefined;
|
|
@@ -1696,13 +1696,13 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1696
1696
|
}, "strip", z.ZodTypeAny, {
|
|
1697
1697
|
name: string;
|
|
1698
1698
|
id: string;
|
|
1699
|
-
type?: "
|
|
1699
|
+
type?: "user" | "system" | undefined;
|
|
1700
1700
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1701
1701
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
1702
1702
|
}, {
|
|
1703
1703
|
name: string;
|
|
1704
1704
|
id: string;
|
|
1705
|
-
type?: "
|
|
1705
|
+
type?: "user" | "system" | undefined;
|
|
1706
1706
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1707
1707
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
1708
1708
|
}>>;
|
|
@@ -1714,7 +1714,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1714
1714
|
label?: {
|
|
1715
1715
|
name: string;
|
|
1716
1716
|
id: string;
|
|
1717
|
-
type?: "
|
|
1717
|
+
type?: "user" | "system" | undefined;
|
|
1718
1718
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1719
1719
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
1720
1720
|
} | undefined;
|
|
@@ -1725,7 +1725,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1725
1725
|
label?: {
|
|
1726
1726
|
name: string;
|
|
1727
1727
|
id: string;
|
|
1728
|
-
type?: "
|
|
1728
|
+
type?: "user" | "system" | undefined;
|
|
1729
1729
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
1730
1730
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
1731
1731
|
} | undefined;
|
|
@@ -1861,7 +1861,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
1861
1861
|
metadata_headers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1862
1862
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1863
1863
|
}, "strip", z.ZodTypeAny, {
|
|
1864
|
-
format: "
|
|
1864
|
+
format: "minimal" | "metadata" | "raw" | "full";
|
|
1865
1865
|
operation: "get_email";
|
|
1866
1866
|
message_id: string;
|
|
1867
1867
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -1869,7 +1869,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
1869
1869
|
}, {
|
|
1870
1870
|
operation: "get_email";
|
|
1871
1871
|
message_id: string;
|
|
1872
|
-
format?: "
|
|
1872
|
+
format?: "minimal" | "metadata" | "raw" | "full" | undefined;
|
|
1873
1873
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1874
1874
|
metadata_headers?: string[] | undefined;
|
|
1875
1875
|
}>, z.ZodObject<{
|
|
@@ -2172,7 +2172,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2172
2172
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
2173
2173
|
}, "strip", z.ZodTypeAny, {
|
|
2174
2174
|
mimeType?: string | undefined;
|
|
2175
|
-
parts?: any[] | undefined;
|
|
2176
2175
|
headers?: {
|
|
2177
2176
|
value: string;
|
|
2178
2177
|
name: string;
|
|
@@ -2182,9 +2181,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2182
2181
|
size?: number | undefined;
|
|
2183
2182
|
attachmentId?: string | undefined;
|
|
2184
2183
|
} | undefined;
|
|
2184
|
+
parts?: any[] | undefined;
|
|
2185
2185
|
}, {
|
|
2186
2186
|
mimeType?: string | undefined;
|
|
2187
|
-
parts?: any[] | undefined;
|
|
2188
2187
|
headers?: {
|
|
2189
2188
|
value: string;
|
|
2190
2189
|
name: string;
|
|
@@ -2194,6 +2193,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2194
2193
|
size?: number | undefined;
|
|
2195
2194
|
attachmentId?: string | undefined;
|
|
2196
2195
|
} | undefined;
|
|
2196
|
+
parts?: any[] | undefined;
|
|
2197
2197
|
}>>;
|
|
2198
2198
|
}, "strip", z.ZodTypeAny, {
|
|
2199
2199
|
id: string;
|
|
@@ -2207,7 +2207,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2207
2207
|
raw?: string | undefined;
|
|
2208
2208
|
payload?: {
|
|
2209
2209
|
mimeType?: string | undefined;
|
|
2210
|
-
parts?: any[] | undefined;
|
|
2211
2210
|
headers?: {
|
|
2212
2211
|
value: string;
|
|
2213
2212
|
name: string;
|
|
@@ -2217,6 +2216,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2217
2216
|
size?: number | undefined;
|
|
2218
2217
|
attachmentId?: string | undefined;
|
|
2219
2218
|
} | undefined;
|
|
2219
|
+
parts?: any[] | undefined;
|
|
2220
2220
|
} | undefined;
|
|
2221
2221
|
}, {
|
|
2222
2222
|
id: string;
|
|
@@ -2230,7 +2230,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2230
2230
|
raw?: string | undefined;
|
|
2231
2231
|
payload?: {
|
|
2232
2232
|
mimeType?: string | undefined;
|
|
2233
|
-
parts?: any[] | undefined;
|
|
2234
2233
|
headers?: {
|
|
2235
2234
|
value: string;
|
|
2236
2235
|
name: string;
|
|
@@ -2240,6 +2239,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2240
2239
|
size?: number | undefined;
|
|
2241
2240
|
attachmentId?: string | undefined;
|
|
2242
2241
|
} | undefined;
|
|
2242
|
+
parts?: any[] | undefined;
|
|
2243
2243
|
} | undefined;
|
|
2244
2244
|
}>, "many">>;
|
|
2245
2245
|
next_page_token: z.ZodOptional<z.ZodString>;
|
|
@@ -2261,7 +2261,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2261
2261
|
raw?: string | undefined;
|
|
2262
2262
|
payload?: {
|
|
2263
2263
|
mimeType?: string | undefined;
|
|
2264
|
-
parts?: any[] | undefined;
|
|
2265
2264
|
headers?: {
|
|
2266
2265
|
value: string;
|
|
2267
2266
|
name: string;
|
|
@@ -2271,6 +2270,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2271
2270
|
size?: number | undefined;
|
|
2272
2271
|
attachmentId?: string | undefined;
|
|
2273
2272
|
} | undefined;
|
|
2273
|
+
parts?: any[] | undefined;
|
|
2274
2274
|
} | undefined;
|
|
2275
2275
|
}[] | undefined;
|
|
2276
2276
|
next_page_token?: string | undefined;
|
|
@@ -2291,7 +2291,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2291
2291
|
raw?: string | undefined;
|
|
2292
2292
|
payload?: {
|
|
2293
2293
|
mimeType?: string | undefined;
|
|
2294
|
-
parts?: any[] | undefined;
|
|
2295
2294
|
headers?: {
|
|
2296
2295
|
value: string;
|
|
2297
2296
|
name: string;
|
|
@@ -2301,6 +2300,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2301
2300
|
size?: number | undefined;
|
|
2302
2301
|
attachmentId?: string | undefined;
|
|
2303
2302
|
} | undefined;
|
|
2303
|
+
parts?: any[] | undefined;
|
|
2304
2304
|
} | undefined;
|
|
2305
2305
|
}[] | undefined;
|
|
2306
2306
|
next_page_token?: string | undefined;
|
|
@@ -2346,7 +2346,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2346
2346
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
2347
2347
|
}, "strip", z.ZodTypeAny, {
|
|
2348
2348
|
mimeType?: string | undefined;
|
|
2349
|
-
parts?: any[] | undefined;
|
|
2350
2349
|
headers?: {
|
|
2351
2350
|
value: string;
|
|
2352
2351
|
name: string;
|
|
@@ -2356,9 +2355,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2356
2355
|
size?: number | undefined;
|
|
2357
2356
|
attachmentId?: string | undefined;
|
|
2358
2357
|
} | undefined;
|
|
2358
|
+
parts?: any[] | undefined;
|
|
2359
2359
|
}, {
|
|
2360
2360
|
mimeType?: string | undefined;
|
|
2361
|
-
parts?: any[] | undefined;
|
|
2362
2361
|
headers?: {
|
|
2363
2362
|
value: string;
|
|
2364
2363
|
name: string;
|
|
@@ -2368,6 +2367,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2368
2367
|
size?: number | undefined;
|
|
2369
2368
|
attachmentId?: string | undefined;
|
|
2370
2369
|
} | undefined;
|
|
2370
|
+
parts?: any[] | undefined;
|
|
2371
2371
|
}>>;
|
|
2372
2372
|
}, "strip", z.ZodTypeAny, {
|
|
2373
2373
|
id: string;
|
|
@@ -2381,7 +2381,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2381
2381
|
raw?: string | undefined;
|
|
2382
2382
|
payload?: {
|
|
2383
2383
|
mimeType?: string | undefined;
|
|
2384
|
-
parts?: any[] | undefined;
|
|
2385
2384
|
headers?: {
|
|
2386
2385
|
value: string;
|
|
2387
2386
|
name: string;
|
|
@@ -2391,6 +2390,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2391
2390
|
size?: number | undefined;
|
|
2392
2391
|
attachmentId?: string | undefined;
|
|
2393
2392
|
} | undefined;
|
|
2393
|
+
parts?: any[] | undefined;
|
|
2394
2394
|
} | undefined;
|
|
2395
2395
|
}, {
|
|
2396
2396
|
id: string;
|
|
@@ -2404,7 +2404,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2404
2404
|
raw?: string | undefined;
|
|
2405
2405
|
payload?: {
|
|
2406
2406
|
mimeType?: string | undefined;
|
|
2407
|
-
parts?: any[] | undefined;
|
|
2408
2407
|
headers?: {
|
|
2409
2408
|
value: string;
|
|
2410
2409
|
name: string;
|
|
@@ -2414,6 +2413,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2414
2413
|
size?: number | undefined;
|
|
2415
2414
|
attachmentId?: string | undefined;
|
|
2416
2415
|
} | undefined;
|
|
2416
|
+
parts?: any[] | undefined;
|
|
2417
2417
|
} | undefined;
|
|
2418
2418
|
}>>;
|
|
2419
2419
|
error: z.ZodString;
|
|
@@ -2433,7 +2433,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2433
2433
|
raw?: string | undefined;
|
|
2434
2434
|
payload?: {
|
|
2435
2435
|
mimeType?: string | undefined;
|
|
2436
|
-
parts?: any[] | undefined;
|
|
2437
2436
|
headers?: {
|
|
2438
2437
|
value: string;
|
|
2439
2438
|
name: string;
|
|
@@ -2443,6 +2442,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2443
2442
|
size?: number | undefined;
|
|
2444
2443
|
attachmentId?: string | undefined;
|
|
2445
2444
|
} | undefined;
|
|
2445
|
+
parts?: any[] | undefined;
|
|
2446
2446
|
} | undefined;
|
|
2447
2447
|
} | undefined;
|
|
2448
2448
|
}, {
|
|
@@ -2461,7 +2461,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2461
2461
|
raw?: string | undefined;
|
|
2462
2462
|
payload?: {
|
|
2463
2463
|
mimeType?: string | undefined;
|
|
2464
|
-
parts?: any[] | undefined;
|
|
2465
2464
|
headers?: {
|
|
2466
2465
|
value: string;
|
|
2467
2466
|
name: string;
|
|
@@ -2471,6 +2470,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2471
2470
|
size?: number | undefined;
|
|
2472
2471
|
attachmentId?: string | undefined;
|
|
2473
2472
|
} | undefined;
|
|
2473
|
+
parts?: any[] | undefined;
|
|
2474
2474
|
} | undefined;
|
|
2475
2475
|
} | undefined;
|
|
2476
2476
|
}>, z.ZodObject<{
|
|
@@ -2514,7 +2514,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2514
2514
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
2515
2515
|
}, "strip", z.ZodTypeAny, {
|
|
2516
2516
|
mimeType?: string | undefined;
|
|
2517
|
-
parts?: any[] | undefined;
|
|
2518
2517
|
headers?: {
|
|
2519
2518
|
value: string;
|
|
2520
2519
|
name: string;
|
|
@@ -2524,9 +2523,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2524
2523
|
size?: number | undefined;
|
|
2525
2524
|
attachmentId?: string | undefined;
|
|
2526
2525
|
} | undefined;
|
|
2526
|
+
parts?: any[] | undefined;
|
|
2527
2527
|
}, {
|
|
2528
2528
|
mimeType?: string | undefined;
|
|
2529
|
-
parts?: any[] | undefined;
|
|
2530
2529
|
headers?: {
|
|
2531
2530
|
value: string;
|
|
2532
2531
|
name: string;
|
|
@@ -2536,6 +2535,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2536
2535
|
size?: number | undefined;
|
|
2537
2536
|
attachmentId?: string | undefined;
|
|
2538
2537
|
} | undefined;
|
|
2538
|
+
parts?: any[] | undefined;
|
|
2539
2539
|
}>>;
|
|
2540
2540
|
}, "strip", z.ZodTypeAny, {
|
|
2541
2541
|
id: string;
|
|
@@ -2549,7 +2549,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2549
2549
|
raw?: string | undefined;
|
|
2550
2550
|
payload?: {
|
|
2551
2551
|
mimeType?: string | undefined;
|
|
2552
|
-
parts?: any[] | undefined;
|
|
2553
2552
|
headers?: {
|
|
2554
2553
|
value: string;
|
|
2555
2554
|
name: string;
|
|
@@ -2559,6 +2558,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2559
2558
|
size?: number | undefined;
|
|
2560
2559
|
attachmentId?: string | undefined;
|
|
2561
2560
|
} | undefined;
|
|
2561
|
+
parts?: any[] | undefined;
|
|
2562
2562
|
} | undefined;
|
|
2563
2563
|
}, {
|
|
2564
2564
|
id: string;
|
|
@@ -2572,7 +2572,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2572
2572
|
raw?: string | undefined;
|
|
2573
2573
|
payload?: {
|
|
2574
2574
|
mimeType?: string | undefined;
|
|
2575
|
-
parts?: any[] | undefined;
|
|
2576
2575
|
headers?: {
|
|
2577
2576
|
value: string;
|
|
2578
2577
|
name: string;
|
|
@@ -2582,6 +2581,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2582
2581
|
size?: number | undefined;
|
|
2583
2582
|
attachmentId?: string | undefined;
|
|
2584
2583
|
} | undefined;
|
|
2584
|
+
parts?: any[] | undefined;
|
|
2585
2585
|
} | undefined;
|
|
2586
2586
|
}>, "many">>;
|
|
2587
2587
|
result_size_estimate: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2602,7 +2602,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2602
2602
|
raw?: string | undefined;
|
|
2603
2603
|
payload?: {
|
|
2604
2604
|
mimeType?: string | undefined;
|
|
2605
|
-
parts?: any[] | undefined;
|
|
2606
2605
|
headers?: {
|
|
2607
2606
|
value: string;
|
|
2608
2607
|
name: string;
|
|
@@ -2612,6 +2611,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2612
2611
|
size?: number | undefined;
|
|
2613
2612
|
attachmentId?: string | undefined;
|
|
2614
2613
|
} | undefined;
|
|
2614
|
+
parts?: any[] | undefined;
|
|
2615
2615
|
} | undefined;
|
|
2616
2616
|
}[] | undefined;
|
|
2617
2617
|
result_size_estimate?: number | undefined;
|
|
@@ -2631,7 +2631,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2631
2631
|
raw?: string | undefined;
|
|
2632
2632
|
payload?: {
|
|
2633
2633
|
mimeType?: string | undefined;
|
|
2634
|
-
parts?: any[] | undefined;
|
|
2635
2634
|
headers?: {
|
|
2636
2635
|
value: string;
|
|
2637
2636
|
name: string;
|
|
@@ -2641,6 +2640,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2641
2640
|
size?: number | undefined;
|
|
2642
2641
|
attachmentId?: string | undefined;
|
|
2643
2642
|
} | undefined;
|
|
2643
|
+
parts?: any[] | undefined;
|
|
2644
2644
|
} | undefined;
|
|
2645
2645
|
}[] | undefined;
|
|
2646
2646
|
result_size_estimate?: number | undefined;
|
|
@@ -2717,7 +2717,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2717
2717
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
2718
2718
|
}, "strip", z.ZodTypeAny, {
|
|
2719
2719
|
mimeType?: string | undefined;
|
|
2720
|
-
parts?: any[] | undefined;
|
|
2721
2720
|
headers?: {
|
|
2722
2721
|
value: string;
|
|
2723
2722
|
name: string;
|
|
@@ -2727,9 +2726,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2727
2726
|
size?: number | undefined;
|
|
2728
2727
|
attachmentId?: string | undefined;
|
|
2729
2728
|
} | undefined;
|
|
2729
|
+
parts?: any[] | undefined;
|
|
2730
2730
|
}, {
|
|
2731
2731
|
mimeType?: string | undefined;
|
|
2732
|
-
parts?: any[] | undefined;
|
|
2733
2732
|
headers?: {
|
|
2734
2733
|
value: string;
|
|
2735
2734
|
name: string;
|
|
@@ -2739,6 +2738,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2739
2738
|
size?: number | undefined;
|
|
2740
2739
|
attachmentId?: string | undefined;
|
|
2741
2740
|
} | undefined;
|
|
2741
|
+
parts?: any[] | undefined;
|
|
2742
2742
|
}>>;
|
|
2743
2743
|
}, "strip", z.ZodTypeAny, {
|
|
2744
2744
|
id: string;
|
|
@@ -2752,7 +2752,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2752
2752
|
raw?: string | undefined;
|
|
2753
2753
|
payload?: {
|
|
2754
2754
|
mimeType?: string | undefined;
|
|
2755
|
-
parts?: any[] | undefined;
|
|
2756
2755
|
headers?: {
|
|
2757
2756
|
value: string;
|
|
2758
2757
|
name: 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;
|
|
@@ -2775,7 +2775,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2775
2775
|
raw?: string | undefined;
|
|
2776
2776
|
payload?: {
|
|
2777
2777
|
mimeType?: string | undefined;
|
|
2778
|
-
parts?: any[] | undefined;
|
|
2779
2778
|
headers?: {
|
|
2780
2779
|
value: string;
|
|
2781
2780
|
name: string;
|
|
@@ -2785,6 +2784,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2785
2784
|
size?: number | undefined;
|
|
2786
2785
|
attachmentId?: string | undefined;
|
|
2787
2786
|
} | undefined;
|
|
2787
|
+
parts?: any[] | undefined;
|
|
2788
2788
|
} | undefined;
|
|
2789
2789
|
}>;
|
|
2790
2790
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2800,7 +2800,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2800
2800
|
raw?: string | undefined;
|
|
2801
2801
|
payload?: {
|
|
2802
2802
|
mimeType?: string | undefined;
|
|
2803
|
-
parts?: any[] | undefined;
|
|
2804
2803
|
headers?: {
|
|
2805
2804
|
value: string;
|
|
2806
2805
|
name: string;
|
|
@@ -2810,6 +2809,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2810
2809
|
size?: number | undefined;
|
|
2811
2810
|
attachmentId?: string | undefined;
|
|
2812
2811
|
} | undefined;
|
|
2812
|
+
parts?: any[] | undefined;
|
|
2813
2813
|
} | undefined;
|
|
2814
2814
|
};
|
|
2815
2815
|
id: string;
|
|
@@ -2826,7 +2826,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2826
2826
|
raw?: string | undefined;
|
|
2827
2827
|
payload?: {
|
|
2828
2828
|
mimeType?: string | undefined;
|
|
2829
|
-
parts?: any[] | undefined;
|
|
2830
2829
|
headers?: {
|
|
2831
2830
|
value: string;
|
|
2832
2831
|
name: string;
|
|
@@ -2836,6 +2835,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2836
2835
|
size?: number | undefined;
|
|
2837
2836
|
attachmentId?: string | undefined;
|
|
2838
2837
|
} | undefined;
|
|
2838
|
+
parts?: any[] | undefined;
|
|
2839
2839
|
} | undefined;
|
|
2840
2840
|
};
|
|
2841
2841
|
id: string;
|
|
@@ -2858,7 +2858,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2858
2858
|
raw?: string | undefined;
|
|
2859
2859
|
payload?: {
|
|
2860
2860
|
mimeType?: string | undefined;
|
|
2861
|
-
parts?: any[] | undefined;
|
|
2862
2861
|
headers?: {
|
|
2863
2862
|
value: string;
|
|
2864
2863
|
name: string;
|
|
@@ -2868,6 +2867,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2868
2867
|
size?: number | undefined;
|
|
2869
2868
|
attachmentId?: string | undefined;
|
|
2870
2869
|
} | undefined;
|
|
2870
|
+
parts?: any[] | undefined;
|
|
2871
2871
|
} | undefined;
|
|
2872
2872
|
};
|
|
2873
2873
|
id: string;
|
|
@@ -2889,7 +2889,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2889
2889
|
raw?: string | undefined;
|
|
2890
2890
|
payload?: {
|
|
2891
2891
|
mimeType?: string | undefined;
|
|
2892
|
-
parts?: any[] | undefined;
|
|
2893
2892
|
headers?: {
|
|
2894
2893
|
value: string;
|
|
2895
2894
|
name: string;
|
|
@@ -2899,6 +2898,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2899
2898
|
size?: number | undefined;
|
|
2900
2899
|
attachmentId?: string | undefined;
|
|
2901
2900
|
} | undefined;
|
|
2901
|
+
parts?: any[] | undefined;
|
|
2902
2902
|
} | undefined;
|
|
2903
2903
|
};
|
|
2904
2904
|
id: string;
|
|
@@ -2964,7 +2964,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2964
2964
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
2965
2965
|
}, "strip", z.ZodTypeAny, {
|
|
2966
2966
|
mimeType?: string | undefined;
|
|
2967
|
-
parts?: any[] | undefined;
|
|
2968
2967
|
headers?: {
|
|
2969
2968
|
value: string;
|
|
2970
2969
|
name: string;
|
|
@@ -2974,9 +2973,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2974
2973
|
size?: number | undefined;
|
|
2975
2974
|
attachmentId?: string | undefined;
|
|
2976
2975
|
} | undefined;
|
|
2976
|
+
parts?: any[] | undefined;
|
|
2977
2977
|
}, {
|
|
2978
2978
|
mimeType?: string | undefined;
|
|
2979
|
-
parts?: any[] | undefined;
|
|
2980
2979
|
headers?: {
|
|
2981
2980
|
value: string;
|
|
2982
2981
|
name: string;
|
|
@@ -2986,6 +2985,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2986
2985
|
size?: number | undefined;
|
|
2987
2986
|
attachmentId?: string | undefined;
|
|
2988
2987
|
} | undefined;
|
|
2988
|
+
parts?: any[] | undefined;
|
|
2989
2989
|
}>>;
|
|
2990
2990
|
}, "strip", z.ZodTypeAny, {
|
|
2991
2991
|
id: string;
|
|
@@ -2999,7 +2999,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
2999
2999
|
raw?: string | undefined;
|
|
3000
3000
|
payload?: {
|
|
3001
3001
|
mimeType?: string | undefined;
|
|
3002
|
-
parts?: any[] | undefined;
|
|
3003
3002
|
headers?: {
|
|
3004
3003
|
value: string;
|
|
3005
3004
|
name: 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;
|
|
@@ -3022,7 +3022,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3022
3022
|
raw?: string | undefined;
|
|
3023
3023
|
payload?: {
|
|
3024
3024
|
mimeType?: string | undefined;
|
|
3025
|
-
parts?: any[] | undefined;
|
|
3026
3025
|
headers?: {
|
|
3027
3026
|
value: string;
|
|
3028
3027
|
name: string;
|
|
@@ -3032,6 +3031,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3032
3031
|
size?: number | undefined;
|
|
3033
3032
|
attachmentId?: string | undefined;
|
|
3034
3033
|
} | undefined;
|
|
3034
|
+
parts?: any[] | undefined;
|
|
3035
3035
|
} | undefined;
|
|
3036
3036
|
}>;
|
|
3037
3037
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3047,7 +3047,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3047
3047
|
raw?: string | undefined;
|
|
3048
3048
|
payload?: {
|
|
3049
3049
|
mimeType?: string | undefined;
|
|
3050
|
-
parts?: any[] | undefined;
|
|
3051
3050
|
headers?: {
|
|
3052
3051
|
value: string;
|
|
3053
3052
|
name: string;
|
|
@@ -3057,6 +3056,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3057
3056
|
size?: number | undefined;
|
|
3058
3057
|
attachmentId?: string | undefined;
|
|
3059
3058
|
} | undefined;
|
|
3059
|
+
parts?: any[] | undefined;
|
|
3060
3060
|
} | undefined;
|
|
3061
3061
|
};
|
|
3062
3062
|
id: string;
|
|
@@ -3073,7 +3073,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3073
3073
|
raw?: string | undefined;
|
|
3074
3074
|
payload?: {
|
|
3075
3075
|
mimeType?: string | undefined;
|
|
3076
|
-
parts?: any[] | undefined;
|
|
3077
3076
|
headers?: {
|
|
3078
3077
|
value: string;
|
|
3079
3078
|
name: string;
|
|
@@ -3083,6 +3082,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3083
3082
|
size?: number | undefined;
|
|
3084
3083
|
attachmentId?: string | undefined;
|
|
3085
3084
|
} | undefined;
|
|
3085
|
+
parts?: any[] | undefined;
|
|
3086
3086
|
} | undefined;
|
|
3087
3087
|
};
|
|
3088
3088
|
id: string;
|
|
@@ -3109,7 +3109,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3109
3109
|
raw?: string | undefined;
|
|
3110
3110
|
payload?: {
|
|
3111
3111
|
mimeType?: string | undefined;
|
|
3112
|
-
parts?: any[] | undefined;
|
|
3113
3112
|
headers?: {
|
|
3114
3113
|
value: string;
|
|
3115
3114
|
name: string;
|
|
@@ -3119,6 +3118,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3119
3118
|
size?: number | undefined;
|
|
3120
3119
|
attachmentId?: string | undefined;
|
|
3121
3120
|
} | undefined;
|
|
3121
|
+
parts?: any[] | undefined;
|
|
3122
3122
|
} | undefined;
|
|
3123
3123
|
};
|
|
3124
3124
|
id: string;
|
|
@@ -3142,7 +3142,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3142
3142
|
raw?: string | undefined;
|
|
3143
3143
|
payload?: {
|
|
3144
3144
|
mimeType?: string | undefined;
|
|
3145
|
-
parts?: any[] | undefined;
|
|
3146
3145
|
headers?: {
|
|
3147
3146
|
value: string;
|
|
3148
3147
|
name: string;
|
|
@@ -3152,6 +3151,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3152
3151
|
size?: number | undefined;
|
|
3153
3152
|
attachmentId?: string | undefined;
|
|
3154
3153
|
} | undefined;
|
|
3154
|
+
parts?: any[] | undefined;
|
|
3155
3155
|
} | undefined;
|
|
3156
3156
|
};
|
|
3157
3157
|
id: string;
|
|
@@ -3230,7 +3230,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3230
3230
|
parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
|
|
3231
3231
|
}, "strip", z.ZodTypeAny, {
|
|
3232
3232
|
mimeType?: string | undefined;
|
|
3233
|
-
parts?: any[] | undefined;
|
|
3234
3233
|
headers?: {
|
|
3235
3234
|
value: string;
|
|
3236
3235
|
name: string;
|
|
@@ -3240,9 +3239,9 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3240
3239
|
size?: number | undefined;
|
|
3241
3240
|
attachmentId?: string | undefined;
|
|
3242
3241
|
} | undefined;
|
|
3242
|
+
parts?: any[] | undefined;
|
|
3243
3243
|
}, {
|
|
3244
3244
|
mimeType?: string | undefined;
|
|
3245
|
-
parts?: any[] | undefined;
|
|
3246
3245
|
headers?: {
|
|
3247
3246
|
value: string;
|
|
3248
3247
|
name: string;
|
|
@@ -3252,6 +3251,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3252
3251
|
size?: number | undefined;
|
|
3253
3252
|
attachmentId?: string | undefined;
|
|
3254
3253
|
} | undefined;
|
|
3254
|
+
parts?: any[] | undefined;
|
|
3255
3255
|
}>>;
|
|
3256
3256
|
}, "strip", z.ZodTypeAny, {
|
|
3257
3257
|
id: string;
|
|
@@ -3265,7 +3265,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3265
3265
|
raw?: string | undefined;
|
|
3266
3266
|
payload?: {
|
|
3267
3267
|
mimeType?: string | undefined;
|
|
3268
|
-
parts?: any[] | undefined;
|
|
3269
3268
|
headers?: {
|
|
3270
3269
|
value: string;
|
|
3271
3270
|
name: string;
|
|
@@ -3275,6 +3274,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3275
3274
|
size?: number | undefined;
|
|
3276
3275
|
attachmentId?: string | undefined;
|
|
3277
3276
|
} | undefined;
|
|
3277
|
+
parts?: any[] | undefined;
|
|
3278
3278
|
} | undefined;
|
|
3279
3279
|
}, {
|
|
3280
3280
|
id: string;
|
|
@@ -3288,7 +3288,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3288
3288
|
raw?: string | undefined;
|
|
3289
3289
|
payload?: {
|
|
3290
3290
|
mimeType?: string | undefined;
|
|
3291
|
-
parts?: any[] | undefined;
|
|
3292
3291
|
headers?: {
|
|
3293
3292
|
value: string;
|
|
3294
3293
|
name: string;
|
|
@@ -3298,6 +3297,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3298
3297
|
size?: number | undefined;
|
|
3299
3298
|
attachmentId?: string | undefined;
|
|
3300
3299
|
} | undefined;
|
|
3300
|
+
parts?: any[] | undefined;
|
|
3301
3301
|
} | undefined;
|
|
3302
3302
|
}>, "many">>;
|
|
3303
3303
|
snippet: z.ZodOptional<z.ZodString>;
|
|
@@ -3315,7 +3315,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3315
3315
|
raw?: string | undefined;
|
|
3316
3316
|
payload?: {
|
|
3317
3317
|
mimeType?: string | undefined;
|
|
3318
|
-
parts?: any[] | undefined;
|
|
3319
3318
|
headers?: {
|
|
3320
3319
|
value: string;
|
|
3321
3320
|
name: string;
|
|
@@ -3325,6 +3324,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3325
3324
|
size?: number | undefined;
|
|
3326
3325
|
attachmentId?: string | undefined;
|
|
3327
3326
|
} | undefined;
|
|
3327
|
+
parts?: any[] | undefined;
|
|
3328
3328
|
} | undefined;
|
|
3329
3329
|
}[] | undefined;
|
|
3330
3330
|
snippet?: string | undefined;
|
|
@@ -3343,7 +3343,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3343
3343
|
raw?: string | undefined;
|
|
3344
3344
|
payload?: {
|
|
3345
3345
|
mimeType?: string | undefined;
|
|
3346
|
-
parts?: any[] | undefined;
|
|
3347
3346
|
headers?: {
|
|
3348
3347
|
value: string;
|
|
3349
3348
|
name: string;
|
|
@@ -3353,6 +3352,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3353
3352
|
size?: number | undefined;
|
|
3354
3353
|
attachmentId?: string | undefined;
|
|
3355
3354
|
} | undefined;
|
|
3355
|
+
parts?: any[] | undefined;
|
|
3356
3356
|
} | undefined;
|
|
3357
3357
|
}[] | undefined;
|
|
3358
3358
|
snippet?: string | undefined;
|
|
@@ -3381,7 +3381,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3381
3381
|
raw?: string | undefined;
|
|
3382
3382
|
payload?: {
|
|
3383
3383
|
mimeType?: string | undefined;
|
|
3384
|
-
parts?: any[] | undefined;
|
|
3385
3384
|
headers?: {
|
|
3386
3385
|
value: string;
|
|
3387
3386
|
name: string;
|
|
@@ -3391,6 +3390,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3391
3390
|
size?: number | undefined;
|
|
3392
3391
|
attachmentId?: string | undefined;
|
|
3393
3392
|
} | undefined;
|
|
3393
|
+
parts?: any[] | undefined;
|
|
3394
3394
|
} | undefined;
|
|
3395
3395
|
}[] | undefined;
|
|
3396
3396
|
snippet?: string | undefined;
|
|
@@ -3416,7 +3416,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3416
3416
|
raw?: string | undefined;
|
|
3417
3417
|
payload?: {
|
|
3418
3418
|
mimeType?: string | undefined;
|
|
3419
|
-
parts?: any[] | undefined;
|
|
3420
3419
|
headers?: {
|
|
3421
3420
|
value: string;
|
|
3422
3421
|
name: string;
|
|
@@ -3426,6 +3425,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3426
3425
|
size?: number | undefined;
|
|
3427
3426
|
attachmentId?: string | undefined;
|
|
3428
3427
|
} | undefined;
|
|
3428
|
+
parts?: any[] | undefined;
|
|
3429
3429
|
} | undefined;
|
|
3430
3430
|
}[] | undefined;
|
|
3431
3431
|
snippet?: string | undefined;
|
|
@@ -3443,13 +3443,13 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3443
3443
|
}, "strip", z.ZodTypeAny, {
|
|
3444
3444
|
name: string;
|
|
3445
3445
|
id: string;
|
|
3446
|
-
type?: "
|
|
3446
|
+
type?: "user" | "system" | undefined;
|
|
3447
3447
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3448
3448
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
3449
3449
|
}, {
|
|
3450
3450
|
name: string;
|
|
3451
3451
|
id: string;
|
|
3452
|
-
type?: "
|
|
3452
|
+
type?: "user" | "system" | undefined;
|
|
3453
3453
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3454
3454
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
3455
3455
|
}>, "many">>;
|
|
@@ -3461,7 +3461,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3461
3461
|
labels?: {
|
|
3462
3462
|
name: string;
|
|
3463
3463
|
id: string;
|
|
3464
|
-
type?: "
|
|
3464
|
+
type?: "user" | "system" | undefined;
|
|
3465
3465
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3466
3466
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
3467
3467
|
}[] | undefined;
|
|
@@ -3472,7 +3472,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3472
3472
|
labels?: {
|
|
3473
3473
|
name: string;
|
|
3474
3474
|
id: string;
|
|
3475
|
-
type?: "
|
|
3475
|
+
type?: "user" | "system" | undefined;
|
|
3476
3476
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3477
3477
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
3478
3478
|
}[] | undefined;
|
|
@@ -3488,13 +3488,13 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3488
3488
|
}, "strip", z.ZodTypeAny, {
|
|
3489
3489
|
name: string;
|
|
3490
3490
|
id: string;
|
|
3491
|
-
type?: "
|
|
3491
|
+
type?: "user" | "system" | undefined;
|
|
3492
3492
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3493
3493
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
3494
3494
|
}, {
|
|
3495
3495
|
name: string;
|
|
3496
3496
|
id: string;
|
|
3497
|
-
type?: "
|
|
3497
|
+
type?: "user" | "system" | undefined;
|
|
3498
3498
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3499
3499
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
3500
3500
|
}>>;
|
|
@@ -3506,7 +3506,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3506
3506
|
label?: {
|
|
3507
3507
|
name: string;
|
|
3508
3508
|
id: string;
|
|
3509
|
-
type?: "
|
|
3509
|
+
type?: "user" | "system" | undefined;
|
|
3510
3510
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3511
3511
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
3512
3512
|
} | undefined;
|
|
@@ -3517,7 +3517,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
|
|
|
3517
3517
|
label?: {
|
|
3518
3518
|
name: string;
|
|
3519
3519
|
id: string;
|
|
3520
|
-
type?: "
|
|
3520
|
+
type?: "user" | "system" | undefined;
|
|
3521
3521
|
messageListVisibility?: "show" | "hide" | undefined;
|
|
3522
3522
|
labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
|
|
3523
3523
|
} | undefined;
|