@bubblelab/bubble-core 0.1.238 → 0.1.239

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.
Files changed (60) hide show
  1. package/dist/bubble-bundle.d.ts +112 -112
  2. package/dist/bubbles/service-bubble/ai-agent.d.ts +82 -82
  3. package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
  4. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  5. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +114 -114
  6. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +162 -162
  7. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +4 -4
  8. package/dist/bubbles/service-bubble/attio/attio.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +5 -5
  11. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +7 -7
  12. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +82 -82
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +102 -102
  14. package/dist/bubbles/service-bubble/firecrawl.d.ts +270 -270
  15. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  16. package/dist/bubbles/service-bubble/github.d.ts +12 -12
  17. package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
  18. package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
  19. package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
  20. package/dist/bubbles/service-bubble/http.d.ts +10 -10
  21. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +8 -8
  22. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +8 -8
  23. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  24. package/dist/bubbles/service-bubble/jira/jira.d.ts +4 -4
  25. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/notion/notion.d.ts +28 -28
  27. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  28. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +9 -9
  29. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +13 -13
  30. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
  31. package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +6 -6
  32. package/dist/bubbles/service-bubble/slab/slab.d.ts +16 -16
  33. package/dist/bubbles/service-bubble/slab/slab.schema.d.ts +20 -20
  34. package/dist/bubbles/service-bubble/slack/slack.d.ts +140 -140
  35. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +34 -34
  36. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +40 -40
  37. package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
  38. package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
  39. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +22 -22
  40. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +22 -22
  41. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
  43. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
  44. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +316 -316
  45. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  46. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +52 -52
  49. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +124 -124
  50. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  53. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  54. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  55. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  56. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +36 -36
  57. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  58. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
  59. package/dist/bubbles.json +1 -1
  60. 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: "minimal" | "metadata" | "raw" | "full";
72
+ format: "metadata" | "minimal" | "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?: "minimal" | "metadata" | "raw" | "full" | undefined;
80
+ format?: "metadata" | "minimal" | "raw" | "full" | undefined;
81
81
  credentials?: Partial<Record<CredentialType, string>> | undefined;
82
82
  metadata_headers?: string[] | undefined;
83
83
  }>, z.ZodObject<{
@@ -379,6 +379,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
379
379
  }>>;
380
380
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
381
381
  }, "strip", z.ZodTypeAny, {
382
+ parts?: any[] | undefined;
382
383
  mimeType?: string | undefined;
383
384
  headers?: {
384
385
  value: string;
@@ -389,8 +390,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
389
390
  size?: number | undefined;
390
391
  attachmentId?: string | undefined;
391
392
  } | undefined;
392
- parts?: any[] | undefined;
393
393
  }, {
394
+ parts?: any[] | undefined;
394
395
  mimeType?: string | undefined;
395
396
  headers?: {
396
397
  value: string;
@@ -401,7 +402,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
401
402
  size?: number | undefined;
402
403
  attachmentId?: string | undefined;
403
404
  } | undefined;
404
- parts?: any[] | undefined;
405
405
  }>>;
406
406
  }, "strip", z.ZodTypeAny, {
407
407
  id: string;
@@ -414,6 +414,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
414
414
  sizeEstimate?: number | undefined;
415
415
  raw?: string | undefined;
416
416
  payload?: {
417
+ parts?: any[] | undefined;
417
418
  mimeType?: string | undefined;
418
419
  headers?: {
419
420
  value: string;
@@ -424,7 +425,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
424
425
  size?: number | undefined;
425
426
  attachmentId?: string | undefined;
426
427
  } | undefined;
427
- parts?: any[] | undefined;
428
428
  } | undefined;
429
429
  }, {
430
430
  id: string;
@@ -437,6 +437,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
437
437
  sizeEstimate?: number | undefined;
438
438
  raw?: string | undefined;
439
439
  payload?: {
440
+ parts?: any[] | undefined;
440
441
  mimeType?: string | undefined;
441
442
  headers?: {
442
443
  value: string;
@@ -447,7 +448,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
447
448
  size?: number | undefined;
448
449
  attachmentId?: string | undefined;
449
450
  } | undefined;
450
- parts?: any[] | undefined;
451
451
  } | undefined;
452
452
  }>, "many">>;
453
453
  next_page_token: z.ZodOptional<z.ZodString>;
@@ -468,6 +468,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
468
468
  sizeEstimate?: number | undefined;
469
469
  raw?: string | undefined;
470
470
  payload?: {
471
+ parts?: any[] | undefined;
471
472
  mimeType?: string | undefined;
472
473
  headers?: {
473
474
  value: string;
@@ -478,7 +479,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
478
479
  size?: number | undefined;
479
480
  attachmentId?: string | undefined;
480
481
  } | undefined;
481
- parts?: any[] | undefined;
482
482
  } | undefined;
483
483
  }[] | undefined;
484
484
  next_page_token?: string | undefined;
@@ -498,6 +498,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
498
498
  sizeEstimate?: number | undefined;
499
499
  raw?: string | undefined;
500
500
  payload?: {
501
+ parts?: any[] | undefined;
501
502
  mimeType?: string | undefined;
502
503
  headers?: {
503
504
  value: string;
@@ -508,7 +509,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
508
509
  size?: number | undefined;
509
510
  attachmentId?: string | undefined;
510
511
  } | undefined;
511
- parts?: any[] | undefined;
512
512
  } | undefined;
513
513
  }[] | undefined;
514
514
  next_page_token?: string | undefined;
@@ -553,6 +553,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
553
553
  }>>;
554
554
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
555
555
  }, "strip", z.ZodTypeAny, {
556
+ parts?: any[] | undefined;
556
557
  mimeType?: string | undefined;
557
558
  headers?: {
558
559
  value: string;
@@ -563,8 +564,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
563
564
  size?: number | undefined;
564
565
  attachmentId?: string | undefined;
565
566
  } | undefined;
566
- parts?: any[] | undefined;
567
567
  }, {
568
+ parts?: any[] | undefined;
568
569
  mimeType?: string | undefined;
569
570
  headers?: {
570
571
  value: string;
@@ -575,7 +576,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
575
576
  size?: number | undefined;
576
577
  attachmentId?: string | undefined;
577
578
  } | undefined;
578
- parts?: any[] | undefined;
579
579
  }>>;
580
580
  }, "strip", z.ZodTypeAny, {
581
581
  id: string;
@@ -588,6 +588,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
588
588
  sizeEstimate?: number | undefined;
589
589
  raw?: string | undefined;
590
590
  payload?: {
591
+ parts?: any[] | undefined;
591
592
  mimeType?: string | undefined;
592
593
  headers?: {
593
594
  value: string;
@@ -598,7 +599,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
598
599
  size?: number | undefined;
599
600
  attachmentId?: string | undefined;
600
601
  } | undefined;
601
- parts?: any[] | undefined;
602
602
  } | undefined;
603
603
  }, {
604
604
  id: string;
@@ -611,6 +611,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
611
611
  sizeEstimate?: number | undefined;
612
612
  raw?: string | undefined;
613
613
  payload?: {
614
+ parts?: any[] | undefined;
614
615
  mimeType?: string | undefined;
615
616
  headers?: {
616
617
  value: string;
@@ -621,7 +622,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
621
622
  size?: number | undefined;
622
623
  attachmentId?: string | undefined;
623
624
  } | undefined;
624
- parts?: any[] | undefined;
625
625
  } | undefined;
626
626
  }>>;
627
627
  error: z.ZodString;
@@ -640,6 +640,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
640
640
  sizeEstimate?: number | undefined;
641
641
  raw?: string | undefined;
642
642
  payload?: {
643
+ parts?: any[] | undefined;
643
644
  mimeType?: string | undefined;
644
645
  headers?: {
645
646
  value: string;
@@ -650,7 +651,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
650
651
  size?: number | undefined;
651
652
  attachmentId?: string | undefined;
652
653
  } | undefined;
653
- parts?: any[] | undefined;
654
654
  } | undefined;
655
655
  } | undefined;
656
656
  }, {
@@ -668,6 +668,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
668
668
  sizeEstimate?: number | undefined;
669
669
  raw?: string | undefined;
670
670
  payload?: {
671
+ parts?: any[] | undefined;
671
672
  mimeType?: string | undefined;
672
673
  headers?: {
673
674
  value: string;
@@ -678,7 +679,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
678
679
  size?: number | undefined;
679
680
  attachmentId?: string | undefined;
680
681
  } | undefined;
681
- parts?: any[] | undefined;
682
682
  } | undefined;
683
683
  } | undefined;
684
684
  }>, z.ZodObject<{
@@ -721,6 +721,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
721
721
  }>>;
722
722
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
723
723
  }, "strip", z.ZodTypeAny, {
724
+ parts?: any[] | undefined;
724
725
  mimeType?: string | undefined;
725
726
  headers?: {
726
727
  value: string;
@@ -731,8 +732,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
731
732
  size?: number | undefined;
732
733
  attachmentId?: string | undefined;
733
734
  } | undefined;
734
- parts?: any[] | undefined;
735
735
  }, {
736
+ parts?: any[] | undefined;
736
737
  mimeType?: string | undefined;
737
738
  headers?: {
738
739
  value: string;
@@ -743,7 +744,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
743
744
  size?: number | undefined;
744
745
  attachmentId?: string | undefined;
745
746
  } | undefined;
746
- parts?: any[] | undefined;
747
747
  }>>;
748
748
  }, "strip", z.ZodTypeAny, {
749
749
  id: string;
@@ -756,6 +756,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
756
756
  sizeEstimate?: number | undefined;
757
757
  raw?: string | undefined;
758
758
  payload?: {
759
+ parts?: any[] | undefined;
759
760
  mimeType?: string | undefined;
760
761
  headers?: {
761
762
  value: string;
@@ -766,7 +767,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
766
767
  size?: number | undefined;
767
768
  attachmentId?: string | undefined;
768
769
  } | undefined;
769
- parts?: any[] | undefined;
770
770
  } | undefined;
771
771
  }, {
772
772
  id: string;
@@ -779,6 +779,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
779
779
  sizeEstimate?: number | undefined;
780
780
  raw?: string | undefined;
781
781
  payload?: {
782
+ parts?: any[] | undefined;
782
783
  mimeType?: string | undefined;
783
784
  headers?: {
784
785
  value: string;
@@ -789,7 +790,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
789
790
  size?: number | undefined;
790
791
  attachmentId?: string | undefined;
791
792
  } | undefined;
792
- parts?: any[] | undefined;
793
793
  } | undefined;
794
794
  }>, "many">>;
795
795
  result_size_estimate: z.ZodOptional<z.ZodNumber>;
@@ -809,6 +809,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
809
809
  sizeEstimate?: number | undefined;
810
810
  raw?: string | undefined;
811
811
  payload?: {
812
+ parts?: any[] | undefined;
812
813
  mimeType?: string | undefined;
813
814
  headers?: {
814
815
  value: string;
@@ -819,7 +820,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
819
820
  size?: number | undefined;
820
821
  attachmentId?: string | undefined;
821
822
  } | undefined;
822
- parts?: any[] | undefined;
823
823
  } | undefined;
824
824
  }[] | undefined;
825
825
  result_size_estimate?: number | undefined;
@@ -838,6 +838,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
838
838
  sizeEstimate?: number | undefined;
839
839
  raw?: string | undefined;
840
840
  payload?: {
841
+ parts?: any[] | undefined;
841
842
  mimeType?: string | undefined;
842
843
  headers?: {
843
844
  value: string;
@@ -848,7 +849,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
848
849
  size?: number | undefined;
849
850
  attachmentId?: string | undefined;
850
851
  } | undefined;
851
- parts?: any[] | undefined;
852
852
  } | undefined;
853
853
  }[] | undefined;
854
854
  result_size_estimate?: number | undefined;
@@ -924,6 +924,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
924
924
  }>>;
925
925
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
926
926
  }, "strip", z.ZodTypeAny, {
927
+ parts?: any[] | undefined;
927
928
  mimeType?: string | undefined;
928
929
  headers?: {
929
930
  value: string;
@@ -934,8 +935,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
934
935
  size?: number | undefined;
935
936
  attachmentId?: string | undefined;
936
937
  } | undefined;
937
- parts?: any[] | undefined;
938
938
  }, {
939
+ parts?: any[] | undefined;
939
940
  mimeType?: string | undefined;
940
941
  headers?: {
941
942
  value: string;
@@ -946,7 +947,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
946
947
  size?: number | undefined;
947
948
  attachmentId?: string | undefined;
948
949
  } | undefined;
949
- parts?: any[] | undefined;
950
950
  }>>;
951
951
  }, "strip", z.ZodTypeAny, {
952
952
  id: string;
@@ -959,6 +959,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
959
959
  sizeEstimate?: number | undefined;
960
960
  raw?: string | undefined;
961
961
  payload?: {
962
+ parts?: any[] | undefined;
962
963
  mimeType?: string | undefined;
963
964
  headers?: {
964
965
  value: string;
@@ -969,7 +970,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
969
970
  size?: number | undefined;
970
971
  attachmentId?: string | undefined;
971
972
  } | undefined;
972
- parts?: any[] | undefined;
973
973
  } | undefined;
974
974
  }, {
975
975
  id: string;
@@ -982,6 +982,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
982
982
  sizeEstimate?: number | undefined;
983
983
  raw?: string | undefined;
984
984
  payload?: {
985
+ parts?: any[] | undefined;
985
986
  mimeType?: string | undefined;
986
987
  headers?: {
987
988
  value: string;
@@ -992,7 +993,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
992
993
  size?: number | undefined;
993
994
  attachmentId?: string | undefined;
994
995
  } | undefined;
995
- parts?: any[] | undefined;
996
996
  } | undefined;
997
997
  }>;
998
998
  }, "strip", z.ZodTypeAny, {
@@ -1007,6 +1007,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1007
1007
  sizeEstimate?: number | undefined;
1008
1008
  raw?: string | undefined;
1009
1009
  payload?: {
1010
+ parts?: any[] | undefined;
1010
1011
  mimeType?: string | undefined;
1011
1012
  headers?: {
1012
1013
  value: string;
@@ -1017,7 +1018,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1017
1018
  size?: number | undefined;
1018
1019
  attachmentId?: string | undefined;
1019
1020
  } | undefined;
1020
- parts?: any[] | undefined;
1021
1021
  } | undefined;
1022
1022
  };
1023
1023
  id: string;
@@ -1033,6 +1033,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1033
1033
  sizeEstimate?: number | undefined;
1034
1034
  raw?: string | undefined;
1035
1035
  payload?: {
1036
+ parts?: any[] | undefined;
1036
1037
  mimeType?: string | undefined;
1037
1038
  headers?: {
1038
1039
  value: string;
@@ -1043,7 +1044,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1043
1044
  size?: number | undefined;
1044
1045
  attachmentId?: string | undefined;
1045
1046
  } | undefined;
1046
- parts?: any[] | undefined;
1047
1047
  } | undefined;
1048
1048
  };
1049
1049
  id: string;
@@ -1065,6 +1065,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1065
1065
  sizeEstimate?: number | undefined;
1066
1066
  raw?: string | undefined;
1067
1067
  payload?: {
1068
+ parts?: any[] | undefined;
1068
1069
  mimeType?: string | undefined;
1069
1070
  headers?: {
1070
1071
  value: string;
@@ -1075,7 +1076,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1075
1076
  size?: number | undefined;
1076
1077
  attachmentId?: string | undefined;
1077
1078
  } | undefined;
1078
- parts?: any[] | undefined;
1079
1079
  } | undefined;
1080
1080
  };
1081
1081
  id: string;
@@ -1096,6 +1096,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1096
1096
  sizeEstimate?: number | undefined;
1097
1097
  raw?: string | undefined;
1098
1098
  payload?: {
1099
+ parts?: any[] | undefined;
1099
1100
  mimeType?: string | undefined;
1100
1101
  headers?: {
1101
1102
  value: string;
@@ -1106,7 +1107,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1106
1107
  size?: number | undefined;
1107
1108
  attachmentId?: string | undefined;
1108
1109
  } | undefined;
1109
- parts?: any[] | undefined;
1110
1110
  } | undefined;
1111
1111
  };
1112
1112
  id: string;
@@ -1171,6 +1171,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1171
1171
  }>>;
1172
1172
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
1173
1173
  }, "strip", z.ZodTypeAny, {
1174
+ parts?: any[] | undefined;
1174
1175
  mimeType?: string | undefined;
1175
1176
  headers?: {
1176
1177
  value: string;
@@ -1181,8 +1182,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1181
1182
  size?: number | undefined;
1182
1183
  attachmentId?: string | undefined;
1183
1184
  } | undefined;
1184
- parts?: any[] | undefined;
1185
1185
  }, {
1186
+ parts?: any[] | undefined;
1186
1187
  mimeType?: string | undefined;
1187
1188
  headers?: {
1188
1189
  value: string;
@@ -1193,7 +1194,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1193
1194
  size?: number | undefined;
1194
1195
  attachmentId?: string | undefined;
1195
1196
  } | undefined;
1196
- parts?: any[] | undefined;
1197
1197
  }>>;
1198
1198
  }, "strip", z.ZodTypeAny, {
1199
1199
  id: string;
@@ -1206,6 +1206,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1206
1206
  sizeEstimate?: number | undefined;
1207
1207
  raw?: string | undefined;
1208
1208
  payload?: {
1209
+ parts?: any[] | undefined;
1209
1210
  mimeType?: string | undefined;
1210
1211
  headers?: {
1211
1212
  value: string;
@@ -1216,7 +1217,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1216
1217
  size?: number | undefined;
1217
1218
  attachmentId?: string | undefined;
1218
1219
  } | undefined;
1219
- parts?: any[] | undefined;
1220
1220
  } | undefined;
1221
1221
  }, {
1222
1222
  id: string;
@@ -1229,6 +1229,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1229
1229
  sizeEstimate?: number | undefined;
1230
1230
  raw?: string | undefined;
1231
1231
  payload?: {
1232
+ parts?: any[] | undefined;
1232
1233
  mimeType?: string | undefined;
1233
1234
  headers?: {
1234
1235
  value: string;
@@ -1239,7 +1240,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1239
1240
  size?: number | undefined;
1240
1241
  attachmentId?: string | undefined;
1241
1242
  } | undefined;
1242
- parts?: any[] | undefined;
1243
1243
  } | undefined;
1244
1244
  }>;
1245
1245
  }, "strip", z.ZodTypeAny, {
@@ -1254,6 +1254,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1254
1254
  sizeEstimate?: number | undefined;
1255
1255
  raw?: string | undefined;
1256
1256
  payload?: {
1257
+ parts?: any[] | undefined;
1257
1258
  mimeType?: string | undefined;
1258
1259
  headers?: {
1259
1260
  value: string;
@@ -1264,7 +1265,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1264
1265
  size?: number | undefined;
1265
1266
  attachmentId?: string | undefined;
1266
1267
  } | undefined;
1267
- parts?: any[] | undefined;
1268
1268
  } | undefined;
1269
1269
  };
1270
1270
  id: string;
@@ -1280,6 +1280,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1280
1280
  sizeEstimate?: number | undefined;
1281
1281
  raw?: string | undefined;
1282
1282
  payload?: {
1283
+ parts?: any[] | undefined;
1283
1284
  mimeType?: string | undefined;
1284
1285
  headers?: {
1285
1286
  value: string;
@@ -1290,7 +1291,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1290
1291
  size?: number | undefined;
1291
1292
  attachmentId?: string | undefined;
1292
1293
  } | undefined;
1293
- parts?: any[] | undefined;
1294
1294
  } | undefined;
1295
1295
  };
1296
1296
  id: string;
@@ -1316,6 +1316,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1316
1316
  sizeEstimate?: number | undefined;
1317
1317
  raw?: string | undefined;
1318
1318
  payload?: {
1319
+ parts?: any[] | undefined;
1319
1320
  mimeType?: string | undefined;
1320
1321
  headers?: {
1321
1322
  value: string;
@@ -1326,7 +1327,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1326
1327
  size?: number | undefined;
1327
1328
  attachmentId?: string | undefined;
1328
1329
  } | undefined;
1329
- parts?: any[] | undefined;
1330
1330
  } | undefined;
1331
1331
  };
1332
1332
  id: string;
@@ -1349,6 +1349,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1349
1349
  sizeEstimate?: number | undefined;
1350
1350
  raw?: string | undefined;
1351
1351
  payload?: {
1352
+ parts?: any[] | undefined;
1352
1353
  mimeType?: string | undefined;
1353
1354
  headers?: {
1354
1355
  value: string;
@@ -1359,7 +1360,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1359
1360
  size?: number | undefined;
1360
1361
  attachmentId?: string | undefined;
1361
1362
  } | undefined;
1362
- parts?: any[] | undefined;
1363
1363
  } | undefined;
1364
1364
  };
1365
1365
  id: string;
@@ -1437,6 +1437,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1437
1437
  }>>;
1438
1438
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
1439
1439
  }, "strip", z.ZodTypeAny, {
1440
+ parts?: any[] | undefined;
1440
1441
  mimeType?: string | undefined;
1441
1442
  headers?: {
1442
1443
  value: string;
@@ -1447,8 +1448,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1447
1448
  size?: number | undefined;
1448
1449
  attachmentId?: string | undefined;
1449
1450
  } | undefined;
1450
- parts?: any[] | undefined;
1451
1451
  }, {
1452
+ parts?: any[] | undefined;
1452
1453
  mimeType?: string | undefined;
1453
1454
  headers?: {
1454
1455
  value: string;
@@ -1459,7 +1460,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1459
1460
  size?: number | undefined;
1460
1461
  attachmentId?: string | undefined;
1461
1462
  } | undefined;
1462
- parts?: any[] | undefined;
1463
1463
  }>>;
1464
1464
  }, "strip", z.ZodTypeAny, {
1465
1465
  id: string;
@@ -1472,6 +1472,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1472
1472
  sizeEstimate?: number | undefined;
1473
1473
  raw?: string | undefined;
1474
1474
  payload?: {
1475
+ parts?: any[] | undefined;
1475
1476
  mimeType?: string | undefined;
1476
1477
  headers?: {
1477
1478
  value: string;
@@ -1482,7 +1483,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1482
1483
  size?: number | undefined;
1483
1484
  attachmentId?: string | undefined;
1484
1485
  } | undefined;
1485
- parts?: any[] | undefined;
1486
1486
  } | undefined;
1487
1487
  }, {
1488
1488
  id: string;
@@ -1495,6 +1495,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1495
1495
  sizeEstimate?: number | undefined;
1496
1496
  raw?: string | undefined;
1497
1497
  payload?: {
1498
+ parts?: any[] | undefined;
1498
1499
  mimeType?: string | undefined;
1499
1500
  headers?: {
1500
1501
  value: string;
@@ -1505,7 +1506,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1505
1506
  size?: number | undefined;
1506
1507
  attachmentId?: string | undefined;
1507
1508
  } | undefined;
1508
- parts?: any[] | undefined;
1509
1509
  } | undefined;
1510
1510
  }>, "many">>;
1511
1511
  snippet: z.ZodOptional<z.ZodString>;
@@ -1522,6 +1522,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1522
1522
  sizeEstimate?: number | undefined;
1523
1523
  raw?: string | undefined;
1524
1524
  payload?: {
1525
+ parts?: any[] | undefined;
1525
1526
  mimeType?: string | undefined;
1526
1527
  headers?: {
1527
1528
  value: string;
@@ -1532,7 +1533,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1532
1533
  size?: number | undefined;
1533
1534
  attachmentId?: string | undefined;
1534
1535
  } | undefined;
1535
- parts?: any[] | undefined;
1536
1536
  } | undefined;
1537
1537
  }[] | undefined;
1538
1538
  snippet?: string | undefined;
@@ -1550,6 +1550,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1550
1550
  sizeEstimate?: number | undefined;
1551
1551
  raw?: string | undefined;
1552
1552
  payload?: {
1553
+ parts?: any[] | undefined;
1553
1554
  mimeType?: string | undefined;
1554
1555
  headers?: {
1555
1556
  value: string;
@@ -1560,7 +1561,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1560
1561
  size?: number | undefined;
1561
1562
  attachmentId?: string | undefined;
1562
1563
  } | undefined;
1563
- parts?: any[] | undefined;
1564
1564
  } | undefined;
1565
1565
  }[] | undefined;
1566
1566
  snippet?: string | undefined;
@@ -1588,6 +1588,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1588
1588
  sizeEstimate?: number | undefined;
1589
1589
  raw?: string | undefined;
1590
1590
  payload?: {
1591
+ parts?: any[] | undefined;
1591
1592
  mimeType?: string | undefined;
1592
1593
  headers?: {
1593
1594
  value: string;
@@ -1598,7 +1599,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1598
1599
  size?: number | undefined;
1599
1600
  attachmentId?: string | undefined;
1600
1601
  } | undefined;
1601
- parts?: any[] | undefined;
1602
1602
  } | undefined;
1603
1603
  }[] | undefined;
1604
1604
  snippet?: string | undefined;
@@ -1623,6 +1623,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1623
1623
  sizeEstimate?: number | undefined;
1624
1624
  raw?: string | undefined;
1625
1625
  payload?: {
1626
+ parts?: any[] | undefined;
1626
1627
  mimeType?: string | undefined;
1627
1628
  headers?: {
1628
1629
  value: string;
@@ -1633,7 +1634,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1633
1634
  size?: number | undefined;
1634
1635
  attachmentId?: string | undefined;
1635
1636
  } | 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?: "user" | "system" | undefined;
1654
+ type?: "system" | "user" | 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?: "user" | "system" | undefined;
1660
+ type?: "system" | "user" | 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?: "user" | "system" | undefined;
1672
+ type?: "system" | "user" | 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?: "user" | "system" | undefined;
1683
+ type?: "system" | "user" | 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?: "user" | "system" | undefined;
1699
+ type?: "system" | "user" | 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?: "user" | "system" | undefined;
1705
+ type?: "system" | "user" | 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?: "user" | "system" | undefined;
1717
+ type?: "system" | "user" | 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?: "user" | "system" | undefined;
1728
+ type?: "system" | "user" | 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: "minimal" | "metadata" | "raw" | "full";
1864
+ format: "metadata" | "minimal" | "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?: "minimal" | "metadata" | "raw" | "full" | undefined;
1872
+ format?: "metadata" | "minimal" | "raw" | "full" | undefined;
1873
1873
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1874
1874
  metadata_headers?: string[] | undefined;
1875
1875
  }>, z.ZodObject<{
@@ -2171,6 +2171,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2171
2171
  }>>;
2172
2172
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
2173
2173
  }, "strip", z.ZodTypeAny, {
2174
+ parts?: any[] | undefined;
2174
2175
  mimeType?: string | undefined;
2175
2176
  headers?: {
2176
2177
  value: string;
@@ -2181,8 +2182,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2181
2182
  size?: number | undefined;
2182
2183
  attachmentId?: string | undefined;
2183
2184
  } | undefined;
2184
- parts?: any[] | undefined;
2185
2185
  }, {
2186
+ parts?: any[] | undefined;
2186
2187
  mimeType?: string | undefined;
2187
2188
  headers?: {
2188
2189
  value: string;
@@ -2193,7 +2194,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2193
2194
  size?: number | undefined;
2194
2195
  attachmentId?: string | undefined;
2195
2196
  } | undefined;
2196
- parts?: any[] | undefined;
2197
2197
  }>>;
2198
2198
  }, "strip", z.ZodTypeAny, {
2199
2199
  id: string;
@@ -2206,6 +2206,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2206
2206
  sizeEstimate?: number | undefined;
2207
2207
  raw?: string | undefined;
2208
2208
  payload?: {
2209
+ parts?: any[] | undefined;
2209
2210
  mimeType?: string | undefined;
2210
2211
  headers?: {
2211
2212
  value: string;
@@ -2216,7 +2217,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2216
2217
  size?: number | undefined;
2217
2218
  attachmentId?: string | undefined;
2218
2219
  } | undefined;
2219
- parts?: any[] | undefined;
2220
2220
  } | undefined;
2221
2221
  }, {
2222
2222
  id: string;
@@ -2229,6 +2229,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2229
2229
  sizeEstimate?: number | undefined;
2230
2230
  raw?: string | undefined;
2231
2231
  payload?: {
2232
+ parts?: any[] | undefined;
2232
2233
  mimeType?: string | undefined;
2233
2234
  headers?: {
2234
2235
  value: string;
@@ -2239,7 +2240,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2239
2240
  size?: number | undefined;
2240
2241
  attachmentId?: string | undefined;
2241
2242
  } | undefined;
2242
- parts?: any[] | undefined;
2243
2243
  } | undefined;
2244
2244
  }>, "many">>;
2245
2245
  next_page_token: z.ZodOptional<z.ZodString>;
@@ -2260,6 +2260,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2260
2260
  sizeEstimate?: number | undefined;
2261
2261
  raw?: string | undefined;
2262
2262
  payload?: {
2263
+ parts?: any[] | undefined;
2263
2264
  mimeType?: string | undefined;
2264
2265
  headers?: {
2265
2266
  value: string;
@@ -2270,7 +2271,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2270
2271
  size?: number | undefined;
2271
2272
  attachmentId?: string | undefined;
2272
2273
  } | undefined;
2273
- parts?: any[] | undefined;
2274
2274
  } | undefined;
2275
2275
  }[] | undefined;
2276
2276
  next_page_token?: string | undefined;
@@ -2290,6 +2290,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2290
2290
  sizeEstimate?: number | undefined;
2291
2291
  raw?: string | undefined;
2292
2292
  payload?: {
2293
+ parts?: any[] | undefined;
2293
2294
  mimeType?: string | undefined;
2294
2295
  headers?: {
2295
2296
  value: string;
@@ -2300,7 +2301,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2300
2301
  size?: number | undefined;
2301
2302
  attachmentId?: string | undefined;
2302
2303
  } | undefined;
2303
- parts?: any[] | undefined;
2304
2304
  } | undefined;
2305
2305
  }[] | undefined;
2306
2306
  next_page_token?: string | undefined;
@@ -2345,6 +2345,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2345
2345
  }>>;
2346
2346
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
2347
2347
  }, "strip", z.ZodTypeAny, {
2348
+ parts?: any[] | undefined;
2348
2349
  mimeType?: string | undefined;
2349
2350
  headers?: {
2350
2351
  value: string;
@@ -2355,8 +2356,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2355
2356
  size?: number | undefined;
2356
2357
  attachmentId?: string | undefined;
2357
2358
  } | undefined;
2358
- parts?: any[] | undefined;
2359
2359
  }, {
2360
+ parts?: any[] | undefined;
2360
2361
  mimeType?: string | undefined;
2361
2362
  headers?: {
2362
2363
  value: string;
@@ -2367,7 +2368,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2367
2368
  size?: number | undefined;
2368
2369
  attachmentId?: string | undefined;
2369
2370
  } | undefined;
2370
- parts?: any[] | undefined;
2371
2371
  }>>;
2372
2372
  }, "strip", z.ZodTypeAny, {
2373
2373
  id: string;
@@ -2380,6 +2380,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2380
2380
  sizeEstimate?: number | undefined;
2381
2381
  raw?: string | undefined;
2382
2382
  payload?: {
2383
+ parts?: any[] | undefined;
2383
2384
  mimeType?: string | undefined;
2384
2385
  headers?: {
2385
2386
  value: string;
@@ -2390,7 +2391,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2390
2391
  size?: number | undefined;
2391
2392
  attachmentId?: string | undefined;
2392
2393
  } | undefined;
2393
- parts?: any[] | undefined;
2394
2394
  } | undefined;
2395
2395
  }, {
2396
2396
  id: string;
@@ -2403,6 +2403,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2403
2403
  sizeEstimate?: number | undefined;
2404
2404
  raw?: string | undefined;
2405
2405
  payload?: {
2406
+ parts?: any[] | undefined;
2406
2407
  mimeType?: string | undefined;
2407
2408
  headers?: {
2408
2409
  value: string;
@@ -2413,7 +2414,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2413
2414
  size?: number | undefined;
2414
2415
  attachmentId?: string | undefined;
2415
2416
  } | undefined;
2416
- parts?: any[] | undefined;
2417
2417
  } | undefined;
2418
2418
  }>>;
2419
2419
  error: z.ZodString;
@@ -2432,6 +2432,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2432
2432
  sizeEstimate?: number | undefined;
2433
2433
  raw?: string | undefined;
2434
2434
  payload?: {
2435
+ parts?: any[] | undefined;
2435
2436
  mimeType?: string | undefined;
2436
2437
  headers?: {
2437
2438
  value: string;
@@ -2442,7 +2443,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2442
2443
  size?: number | undefined;
2443
2444
  attachmentId?: string | undefined;
2444
2445
  } | undefined;
2445
- parts?: any[] | undefined;
2446
2446
  } | undefined;
2447
2447
  } | undefined;
2448
2448
  }, {
@@ -2460,6 +2460,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2460
2460
  sizeEstimate?: number | undefined;
2461
2461
  raw?: string | undefined;
2462
2462
  payload?: {
2463
+ parts?: any[] | undefined;
2463
2464
  mimeType?: string | undefined;
2464
2465
  headers?: {
2465
2466
  value: string;
@@ -2470,7 +2471,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2470
2471
  size?: number | undefined;
2471
2472
  attachmentId?: string | undefined;
2472
2473
  } | undefined;
2473
- parts?: any[] | undefined;
2474
2474
  } | undefined;
2475
2475
  } | undefined;
2476
2476
  }>, z.ZodObject<{
@@ -2513,6 +2513,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2513
2513
  }>>;
2514
2514
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
2515
2515
  }, "strip", z.ZodTypeAny, {
2516
+ parts?: any[] | undefined;
2516
2517
  mimeType?: string | undefined;
2517
2518
  headers?: {
2518
2519
  value: string;
@@ -2523,8 +2524,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2523
2524
  size?: number | undefined;
2524
2525
  attachmentId?: string | undefined;
2525
2526
  } | undefined;
2526
- parts?: any[] | undefined;
2527
2527
  }, {
2528
+ parts?: any[] | undefined;
2528
2529
  mimeType?: string | undefined;
2529
2530
  headers?: {
2530
2531
  value: string;
@@ -2535,7 +2536,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2535
2536
  size?: number | undefined;
2536
2537
  attachmentId?: string | undefined;
2537
2538
  } | undefined;
2538
- parts?: any[] | undefined;
2539
2539
  }>>;
2540
2540
  }, "strip", z.ZodTypeAny, {
2541
2541
  id: string;
@@ -2548,6 +2548,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2548
2548
  sizeEstimate?: number | undefined;
2549
2549
  raw?: string | undefined;
2550
2550
  payload?: {
2551
+ parts?: any[] | undefined;
2551
2552
  mimeType?: string | undefined;
2552
2553
  headers?: {
2553
2554
  value: string;
@@ -2558,7 +2559,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2558
2559
  size?: number | undefined;
2559
2560
  attachmentId?: string | undefined;
2560
2561
  } | undefined;
2561
- parts?: any[] | undefined;
2562
2562
  } | undefined;
2563
2563
  }, {
2564
2564
  id: string;
@@ -2571,6 +2571,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2571
2571
  sizeEstimate?: number | undefined;
2572
2572
  raw?: string | undefined;
2573
2573
  payload?: {
2574
+ parts?: any[] | undefined;
2574
2575
  mimeType?: string | undefined;
2575
2576
  headers?: {
2576
2577
  value: string;
@@ -2581,7 +2582,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2581
2582
  size?: number | undefined;
2582
2583
  attachmentId?: string | undefined;
2583
2584
  } | undefined;
2584
- parts?: any[] | undefined;
2585
2585
  } | undefined;
2586
2586
  }>, "many">>;
2587
2587
  result_size_estimate: z.ZodOptional<z.ZodNumber>;
@@ -2601,6 +2601,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2601
2601
  sizeEstimate?: number | undefined;
2602
2602
  raw?: string | undefined;
2603
2603
  payload?: {
2604
+ parts?: any[] | undefined;
2604
2605
  mimeType?: string | undefined;
2605
2606
  headers?: {
2606
2607
  value: string;
@@ -2611,7 +2612,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2611
2612
  size?: number | undefined;
2612
2613
  attachmentId?: string | undefined;
2613
2614
  } | undefined;
2614
- parts?: any[] | undefined;
2615
2615
  } | undefined;
2616
2616
  }[] | undefined;
2617
2617
  result_size_estimate?: number | undefined;
@@ -2630,6 +2630,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2630
2630
  sizeEstimate?: number | undefined;
2631
2631
  raw?: string | undefined;
2632
2632
  payload?: {
2633
+ parts?: any[] | undefined;
2633
2634
  mimeType?: string | undefined;
2634
2635
  headers?: {
2635
2636
  value: string;
@@ -2640,7 +2641,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2640
2641
  size?: number | undefined;
2641
2642
  attachmentId?: string | undefined;
2642
2643
  } | undefined;
2643
- parts?: any[] | undefined;
2644
2644
  } | undefined;
2645
2645
  }[] | undefined;
2646
2646
  result_size_estimate?: number | undefined;
@@ -2716,6 +2716,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2716
2716
  }>>;
2717
2717
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
2718
2718
  }, "strip", z.ZodTypeAny, {
2719
+ parts?: any[] | undefined;
2719
2720
  mimeType?: string | undefined;
2720
2721
  headers?: {
2721
2722
  value: string;
@@ -2726,8 +2727,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2726
2727
  size?: number | undefined;
2727
2728
  attachmentId?: string | undefined;
2728
2729
  } | undefined;
2729
- parts?: any[] | undefined;
2730
2730
  }, {
2731
+ parts?: any[] | undefined;
2731
2732
  mimeType?: string | undefined;
2732
2733
  headers?: {
2733
2734
  value: string;
@@ -2738,7 +2739,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2738
2739
  size?: number | undefined;
2739
2740
  attachmentId?: string | undefined;
2740
2741
  } | undefined;
2741
- parts?: any[] | undefined;
2742
2742
  }>>;
2743
2743
  }, "strip", z.ZodTypeAny, {
2744
2744
  id: string;
@@ -2751,6 +2751,7 @@ 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;
2754
2755
  mimeType?: string | undefined;
2755
2756
  headers?: {
2756
2757
  value: string;
@@ -2761,7 +2762,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2761
2762
  size?: number | undefined;
2762
2763
  attachmentId?: string | undefined;
2763
2764
  } | undefined;
2764
- parts?: any[] | undefined;
2765
2765
  } | undefined;
2766
2766
  }, {
2767
2767
  id: string;
@@ -2774,6 +2774,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2774
2774
  sizeEstimate?: number | undefined;
2775
2775
  raw?: string | undefined;
2776
2776
  payload?: {
2777
+ parts?: any[] | undefined;
2777
2778
  mimeType?: string | undefined;
2778
2779
  headers?: {
2779
2780
  value: string;
@@ -2784,7 +2785,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2784
2785
  size?: number | undefined;
2785
2786
  attachmentId?: string | undefined;
2786
2787
  } | undefined;
2787
- parts?: any[] | undefined;
2788
2788
  } | undefined;
2789
2789
  }>;
2790
2790
  }, "strip", z.ZodTypeAny, {
@@ -2799,6 +2799,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2799
2799
  sizeEstimate?: number | undefined;
2800
2800
  raw?: string | undefined;
2801
2801
  payload?: {
2802
+ parts?: any[] | undefined;
2802
2803
  mimeType?: string | undefined;
2803
2804
  headers?: {
2804
2805
  value: string;
@@ -2809,7 +2810,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2809
2810
  size?: number | undefined;
2810
2811
  attachmentId?: string | undefined;
2811
2812
  } | undefined;
2812
- parts?: any[] | undefined;
2813
2813
  } | undefined;
2814
2814
  };
2815
2815
  id: string;
@@ -2825,6 +2825,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2825
2825
  sizeEstimate?: number | undefined;
2826
2826
  raw?: string | undefined;
2827
2827
  payload?: {
2828
+ parts?: any[] | undefined;
2828
2829
  mimeType?: string | undefined;
2829
2830
  headers?: {
2830
2831
  value: string;
@@ -2835,7 +2836,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2835
2836
  size?: number | undefined;
2836
2837
  attachmentId?: string | undefined;
2837
2838
  } | undefined;
2838
- parts?: any[] | undefined;
2839
2839
  } | undefined;
2840
2840
  };
2841
2841
  id: string;
@@ -2857,6 +2857,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2857
2857
  sizeEstimate?: number | undefined;
2858
2858
  raw?: string | undefined;
2859
2859
  payload?: {
2860
+ parts?: any[] | undefined;
2860
2861
  mimeType?: string | undefined;
2861
2862
  headers?: {
2862
2863
  value: string;
@@ -2867,7 +2868,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2867
2868
  size?: number | undefined;
2868
2869
  attachmentId?: string | undefined;
2869
2870
  } | undefined;
2870
- parts?: any[] | undefined;
2871
2871
  } | undefined;
2872
2872
  };
2873
2873
  id: string;
@@ -2888,6 +2888,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2888
2888
  sizeEstimate?: number | undefined;
2889
2889
  raw?: string | undefined;
2890
2890
  payload?: {
2891
+ parts?: any[] | undefined;
2891
2892
  mimeType?: string | undefined;
2892
2893
  headers?: {
2893
2894
  value: string;
@@ -2898,7 +2899,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2898
2899
  size?: number | undefined;
2899
2900
  attachmentId?: string | undefined;
2900
2901
  } | undefined;
2901
- parts?: any[] | undefined;
2902
2902
  } | undefined;
2903
2903
  };
2904
2904
  id: string;
@@ -2963,6 +2963,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2963
2963
  }>>;
2964
2964
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
2965
2965
  }, "strip", z.ZodTypeAny, {
2966
+ parts?: any[] | undefined;
2966
2967
  mimeType?: string | undefined;
2967
2968
  headers?: {
2968
2969
  value: string;
@@ -2973,8 +2974,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2973
2974
  size?: number | undefined;
2974
2975
  attachmentId?: string | undefined;
2975
2976
  } | undefined;
2976
- parts?: any[] | undefined;
2977
2977
  }, {
2978
+ parts?: any[] | undefined;
2978
2979
  mimeType?: string | undefined;
2979
2980
  headers?: {
2980
2981
  value: string;
@@ -2985,7 +2986,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2985
2986
  size?: number | undefined;
2986
2987
  attachmentId?: string | undefined;
2987
2988
  } | undefined;
2988
- parts?: any[] | undefined;
2989
2989
  }>>;
2990
2990
  }, "strip", z.ZodTypeAny, {
2991
2991
  id: string;
@@ -2998,6 +2998,7 @@ 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;
3001
3002
  mimeType?: string | undefined;
3002
3003
  headers?: {
3003
3004
  value: string;
@@ -3008,7 +3009,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3008
3009
  size?: number | undefined;
3009
3010
  attachmentId?: string | undefined;
3010
3011
  } | undefined;
3011
- parts?: any[] | undefined;
3012
3012
  } | undefined;
3013
3013
  }, {
3014
3014
  id: string;
@@ -3021,6 +3021,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3021
3021
  sizeEstimate?: number | undefined;
3022
3022
  raw?: string | undefined;
3023
3023
  payload?: {
3024
+ parts?: any[] | undefined;
3024
3025
  mimeType?: string | undefined;
3025
3026
  headers?: {
3026
3027
  value: string;
@@ -3031,7 +3032,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3031
3032
  size?: number | undefined;
3032
3033
  attachmentId?: string | undefined;
3033
3034
  } | undefined;
3034
- parts?: any[] | undefined;
3035
3035
  } | undefined;
3036
3036
  }>;
3037
3037
  }, "strip", z.ZodTypeAny, {
@@ -3046,6 +3046,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3046
3046
  sizeEstimate?: number | undefined;
3047
3047
  raw?: string | undefined;
3048
3048
  payload?: {
3049
+ parts?: any[] | undefined;
3049
3050
  mimeType?: string | undefined;
3050
3051
  headers?: {
3051
3052
  value: string;
@@ -3056,7 +3057,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3056
3057
  size?: number | undefined;
3057
3058
  attachmentId?: string | undefined;
3058
3059
  } | undefined;
3059
- parts?: any[] | undefined;
3060
3060
  } | undefined;
3061
3061
  };
3062
3062
  id: string;
@@ -3072,6 +3072,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3072
3072
  sizeEstimate?: number | undefined;
3073
3073
  raw?: string | undefined;
3074
3074
  payload?: {
3075
+ parts?: any[] | undefined;
3075
3076
  mimeType?: string | undefined;
3076
3077
  headers?: {
3077
3078
  value: string;
@@ -3082,7 +3083,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3082
3083
  size?: number | undefined;
3083
3084
  attachmentId?: string | undefined;
3084
3085
  } | undefined;
3085
- parts?: any[] | undefined;
3086
3086
  } | undefined;
3087
3087
  };
3088
3088
  id: string;
@@ -3108,6 +3108,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3108
3108
  sizeEstimate?: number | undefined;
3109
3109
  raw?: string | undefined;
3110
3110
  payload?: {
3111
+ parts?: any[] | undefined;
3111
3112
  mimeType?: string | undefined;
3112
3113
  headers?: {
3113
3114
  value: string;
@@ -3118,7 +3119,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3118
3119
  size?: number | undefined;
3119
3120
  attachmentId?: string | undefined;
3120
3121
  } | undefined;
3121
- parts?: any[] | undefined;
3122
3122
  } | undefined;
3123
3123
  };
3124
3124
  id: string;
@@ -3141,6 +3141,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3141
3141
  sizeEstimate?: number | undefined;
3142
3142
  raw?: string | undefined;
3143
3143
  payload?: {
3144
+ parts?: any[] | undefined;
3144
3145
  mimeType?: string | undefined;
3145
3146
  headers?: {
3146
3147
  value: string;
@@ -3151,7 +3152,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3151
3152
  size?: number | undefined;
3152
3153
  attachmentId?: string | undefined;
3153
3154
  } | undefined;
3154
- parts?: any[] | undefined;
3155
3155
  } | undefined;
3156
3156
  };
3157
3157
  id: string;
@@ -3229,6 +3229,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3229
3229
  }>>;
3230
3230
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
3231
3231
  }, "strip", z.ZodTypeAny, {
3232
+ parts?: any[] | undefined;
3232
3233
  mimeType?: string | undefined;
3233
3234
  headers?: {
3234
3235
  value: string;
@@ -3239,8 +3240,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3239
3240
  size?: number | undefined;
3240
3241
  attachmentId?: string | undefined;
3241
3242
  } | undefined;
3242
- parts?: any[] | undefined;
3243
3243
  }, {
3244
+ parts?: any[] | undefined;
3244
3245
  mimeType?: string | undefined;
3245
3246
  headers?: {
3246
3247
  value: string;
@@ -3251,7 +3252,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3251
3252
  size?: number | undefined;
3252
3253
  attachmentId?: string | undefined;
3253
3254
  } | undefined;
3254
- parts?: any[] | undefined;
3255
3255
  }>>;
3256
3256
  }, "strip", z.ZodTypeAny, {
3257
3257
  id: string;
@@ -3264,6 +3264,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3264
3264
  sizeEstimate?: number | undefined;
3265
3265
  raw?: string | undefined;
3266
3266
  payload?: {
3267
+ parts?: any[] | undefined;
3267
3268
  mimeType?: string | undefined;
3268
3269
  headers?: {
3269
3270
  value: string;
@@ -3274,7 +3275,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3274
3275
  size?: number | undefined;
3275
3276
  attachmentId?: string | undefined;
3276
3277
  } | undefined;
3277
- parts?: any[] | undefined;
3278
3278
  } | undefined;
3279
3279
  }, {
3280
3280
  id: string;
@@ -3287,6 +3287,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3287
3287
  sizeEstimate?: number | undefined;
3288
3288
  raw?: string | undefined;
3289
3289
  payload?: {
3290
+ parts?: any[] | undefined;
3290
3291
  mimeType?: string | undefined;
3291
3292
  headers?: {
3292
3293
  value: string;
@@ -3297,7 +3298,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3297
3298
  size?: number | undefined;
3298
3299
  attachmentId?: string | undefined;
3299
3300
  } | undefined;
3300
- parts?: any[] | undefined;
3301
3301
  } | undefined;
3302
3302
  }>, "many">>;
3303
3303
  snippet: z.ZodOptional<z.ZodString>;
@@ -3314,6 +3314,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3314
3314
  sizeEstimate?: number | undefined;
3315
3315
  raw?: string | undefined;
3316
3316
  payload?: {
3317
+ parts?: any[] | undefined;
3317
3318
  mimeType?: string | undefined;
3318
3319
  headers?: {
3319
3320
  value: string;
@@ -3324,7 +3325,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3324
3325
  size?: number | undefined;
3325
3326
  attachmentId?: string | undefined;
3326
3327
  } | undefined;
3327
- parts?: any[] | undefined;
3328
3328
  } | undefined;
3329
3329
  }[] | undefined;
3330
3330
  snippet?: string | undefined;
@@ -3342,6 +3342,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3342
3342
  sizeEstimate?: number | undefined;
3343
3343
  raw?: string | undefined;
3344
3344
  payload?: {
3345
+ parts?: any[] | undefined;
3345
3346
  mimeType?: string | undefined;
3346
3347
  headers?: {
3347
3348
  value: string;
@@ -3352,7 +3353,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3352
3353
  size?: number | undefined;
3353
3354
  attachmentId?: string | undefined;
3354
3355
  } | undefined;
3355
- parts?: any[] | undefined;
3356
3356
  } | undefined;
3357
3357
  }[] | undefined;
3358
3358
  snippet?: string | undefined;
@@ -3380,6 +3380,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3380
3380
  sizeEstimate?: number | undefined;
3381
3381
  raw?: string | undefined;
3382
3382
  payload?: {
3383
+ parts?: any[] | undefined;
3383
3384
  mimeType?: string | undefined;
3384
3385
  headers?: {
3385
3386
  value: string;
@@ -3390,7 +3391,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3390
3391
  size?: number | undefined;
3391
3392
  attachmentId?: string | undefined;
3392
3393
  } | undefined;
3393
- parts?: any[] | undefined;
3394
3394
  } | undefined;
3395
3395
  }[] | undefined;
3396
3396
  snippet?: string | undefined;
@@ -3415,6 +3415,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3415
3415
  sizeEstimate?: number | undefined;
3416
3416
  raw?: string | undefined;
3417
3417
  payload?: {
3418
+ parts?: any[] | undefined;
3418
3419
  mimeType?: string | undefined;
3419
3420
  headers?: {
3420
3421
  value: string;
@@ -3425,7 +3426,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3425
3426
  size?: number | undefined;
3426
3427
  attachmentId?: string | undefined;
3427
3428
  } | 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?: "user" | "system" | undefined;
3446
+ type?: "system" | "user" | 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?: "user" | "system" | undefined;
3452
+ type?: "system" | "user" | 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?: "user" | "system" | undefined;
3464
+ type?: "system" | "user" | 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?: "user" | "system" | undefined;
3475
+ type?: "system" | "user" | 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?: "user" | "system" | undefined;
3491
+ type?: "system" | "user" | 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?: "user" | "system" | undefined;
3497
+ type?: "system" | "user" | 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?: "user" | "system" | undefined;
3509
+ type?: "system" | "user" | 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?: "user" | "system" | undefined;
3520
+ type?: "system" | "user" | undefined;
3521
3521
  messageListVisibility?: "show" | "hide" | undefined;
3522
3522
  labelListVisibility?: "labelShow" | "labelShowIfUnread" | "labelHide" | undefined;
3523
3523
  } | undefined;