@bubblelab/bubble-core 0.1.11 → 0.1.12

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 (138) hide show
  1. package/dist/bubble-bundle.d.ts +164 -121
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +5 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.d.ts +30 -30
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  7. package/dist/bubbles/service-bubble/ai-agent.js +3 -6
  8. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  9. package/dist/bubbles/service-bubble/apify/apify.d.ts +5 -5
  10. package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
  11. package/dist/bubbles/service-bubble/apify/apify.js +20 -8
  12. package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
  13. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +542 -0
  14. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -0
  15. package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts +37 -0
  16. package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts.map +1 -0
  17. package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js +203 -0
  18. package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js.map +1 -0
  19. package/dist/bubbles/service-bubble/browserbase/browserbase.js +593 -0
  20. package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -0
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +518 -0
  22. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -0
  23. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +311 -0
  24. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -0
  25. package/dist/bubbles/service-bubble/browserbase/index.d.ts +3 -0
  26. package/dist/bubbles/service-bubble/browserbase/index.d.ts.map +1 -0
  27. package/dist/bubbles/service-bubble/browserbase/index.js +3 -0
  28. package/dist/bubbles/service-bubble/browserbase/index.js.map +1 -0
  29. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +1358 -0
  30. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +1 -0
  31. package/dist/bubbles/service-bubble/crustdata/crustdata.js +219 -0
  32. package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +1 -0
  33. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +1604 -0
  34. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -0
  35. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +194 -0
  36. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -0
  37. package/dist/bubbles/service-bubble/crustdata/index.d.ts +3 -0
  38. package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -0
  39. package/dist/bubbles/service-bubble/crustdata/index.js +3 -0
  40. package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -0
  41. package/dist/bubbles/service-bubble/firecrawl.d.ts +4 -4
  42. package/dist/bubbles/service-bubble/firecrawl.js +1 -1
  43. package/dist/bubbles/service-bubble/firecrawl.js.map +1 -1
  44. package/dist/bubbles/service-bubble/github.d.ts +0 -6
  45. package/dist/bubbles/service-bubble/github.d.ts.map +1 -1
  46. package/dist/bubbles/service-bubble/github.js +1 -7
  47. package/dist/bubbles/service-bubble/github.js.map +1 -1
  48. package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
  49. package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
  50. package/dist/bubbles/service-bubble/http.d.ts +13 -1
  51. package/dist/bubbles/service-bubble/http.d.ts.map +1 -1
  52. package/dist/bubbles/service-bubble/http.integration.flow.d.ts +49 -0
  53. package/dist/bubbles/service-bubble/http.integration.flow.d.ts.map +1 -0
  54. package/dist/bubbles/service-bubble/http.integration.flow.js +425 -0
  55. package/dist/bubbles/service-bubble/http.integration.flow.js.map +1 -0
  56. package/dist/bubbles/service-bubble/http.js +40 -4
  57. package/dist/bubbles/service-bubble/http.js.map +1 -1
  58. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  59. package/dist/bubbles/service-bubble/slack.d.ts +978 -35
  60. package/dist/bubbles/service-bubble/slack.d.ts.map +1 -1
  61. package/dist/bubbles/service-bubble/slack.js +320 -26
  62. package/dist/bubbles/service-bubble/slack.js.map +1 -1
  63. package/dist/bubbles/service-bubble/storage.d.ts +1 -1
  64. package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
  65. package/dist/bubbles/service-bubble/storage.js +2 -2
  66. package/dist/bubbles/service-bubble/storage.js.map +1 -1
  67. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +494 -0
  68. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts.map +1 -0
  69. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts +31 -0
  70. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts.map +1 -0
  71. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js +100 -0
  72. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js.map +1 -0
  73. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.js +1301 -0
  74. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.js.map +1 -0
  75. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +473 -0
  76. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts.map +1 -0
  77. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.js +230 -0
  78. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.js.map +1 -0
  79. package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.d.ts +3 -0
  80. package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.d.ts.map +1 -0
  81. package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.js +3 -0
  82. package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.js.map +1 -0
  83. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  84. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +740 -0
  85. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -0
  86. package/dist/bubbles/tool-bubble/company-enrichment-tool.js +350 -0
  87. package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -0
  88. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts.map +1 -1
  89. package/dist/bubbles/tool-bubble/google-maps-tool.js +1 -0
  90. package/dist/bubbles/tool-bubble/google-maps-tool.js.map +1 -1
  91. package/dist/bubbles/tool-bubble/instagram-tool.d.ts.map +1 -1
  92. package/dist/bubbles/tool-bubble/instagram-tool.js +2 -0
  93. package/dist/bubbles/tool-bubble/instagram-tool.js.map +1 -1
  94. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +6 -6
  95. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
  96. package/dist/bubbles/tool-bubble/linkedin-tool.js +6 -4
  97. package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
  98. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts.map +1 -1
  99. package/dist/bubbles/tool-bubble/research-agent-tool.js +6 -1
  100. package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
  101. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  102. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +10 -10
  103. package/dist/bubbles/tool-bubble/twitter-tool.d.ts.map +1 -1
  104. package/dist/bubbles/tool-bubble/twitter-tool.js +3 -0
  105. package/dist/bubbles/tool-bubble/twitter-tool.js.map +1 -1
  106. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +6 -6
  107. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts.map +1 -1
  108. package/dist/bubbles/tool-bubble/web-scrape-tool.js +4 -1
  109. package/dist/bubbles/tool-bubble/web-scrape-tool.js.map +1 -1
  110. package/dist/bubbles/tool-bubble/youtube-tool.d.ts.map +1 -1
  111. package/dist/bubbles/tool-bubble/youtube-tool.js +3 -0
  112. package/dist/bubbles/tool-bubble/youtube-tool.js.map +1 -1
  113. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
  114. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
  115. package/dist/bubbles.json +50 -15
  116. package/dist/index.d.ts +2 -0
  117. package/dist/index.d.ts.map +1 -1
  118. package/dist/index.js +2 -0
  119. package/dist/index.js.map +1 -1
  120. package/dist/logging/BubbleLogger.d.ts +10 -0
  121. package/dist/logging/BubbleLogger.d.ts.map +1 -1
  122. package/dist/logging/BubbleLogger.js +14 -0
  123. package/dist/logging/BubbleLogger.js.map +1 -1
  124. package/dist/logging/StreamingBubbleLogger.d.ts +8 -0
  125. package/dist/logging/StreamingBubbleLogger.d.ts.map +1 -1
  126. package/dist/logging/StreamingBubbleLogger.js +29 -0
  127. package/dist/logging/StreamingBubbleLogger.js.map +1 -1
  128. package/dist/types/available-tools.d.ts +1 -1
  129. package/dist/types/available-tools.d.ts.map +1 -1
  130. package/dist/types/available-tools.js +6 -0
  131. package/dist/types/available-tools.js.map +1 -1
  132. package/dist/types/base-bubble-class.d.ts.map +1 -1
  133. package/dist/types/base-bubble-class.js +0 -8
  134. package/dist/types/base-bubble-class.js.map +1 -1
  135. package/dist/types/tool-bubble-class.d.ts.map +1 -1
  136. package/dist/types/tool-bubble-class.js +58 -8
  137. package/dist/types/tool-bubble-class.js.map +1 -1
  138. package/package.json +3 -2
@@ -364,8 +364,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
364
364
  }>>;
365
365
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
366
366
  }, "strip", z.ZodTypeAny, {
367
- mimeType?: string | undefined;
368
367
  parts?: any[] | undefined;
368
+ mimeType?: string | undefined;
369
369
  headers?: {
370
370
  value: string;
371
371
  name: string;
@@ -376,8 +376,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
376
376
  attachmentId?: string | undefined;
377
377
  } | undefined;
378
378
  }, {
379
- mimeType?: string | undefined;
380
379
  parts?: any[] | undefined;
380
+ mimeType?: string | undefined;
381
381
  headers?: {
382
382
  value: string;
383
383
  name: string;
@@ -399,8 +399,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
399
399
  sizeEstimate?: number | undefined;
400
400
  raw?: string | undefined;
401
401
  payload?: {
402
- mimeType?: string | undefined;
403
402
  parts?: any[] | undefined;
403
+ mimeType?: string | undefined;
404
404
  headers?: {
405
405
  value: string;
406
406
  name: string;
@@ -422,8 +422,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
422
422
  sizeEstimate?: number | undefined;
423
423
  raw?: string | undefined;
424
424
  payload?: {
425
- mimeType?: string | undefined;
426
425
  parts?: any[] | undefined;
426
+ mimeType?: string | undefined;
427
427
  headers?: {
428
428
  value: string;
429
429
  name: string;
@@ -453,8 +453,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
453
453
  sizeEstimate?: number | undefined;
454
454
  raw?: string | undefined;
455
455
  payload?: {
456
- mimeType?: string | undefined;
457
456
  parts?: any[] | undefined;
457
+ mimeType?: string | undefined;
458
458
  headers?: {
459
459
  value: string;
460
460
  name: string;
@@ -483,8 +483,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
483
483
  sizeEstimate?: number | undefined;
484
484
  raw?: string | undefined;
485
485
  payload?: {
486
- mimeType?: string | undefined;
487
486
  parts?: any[] | undefined;
487
+ mimeType?: string | undefined;
488
488
  headers?: {
489
489
  value: string;
490
490
  name: string;
@@ -538,8 +538,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
538
538
  }>>;
539
539
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
540
540
  }, "strip", z.ZodTypeAny, {
541
- mimeType?: string | undefined;
542
541
  parts?: any[] | undefined;
542
+ mimeType?: string | undefined;
543
543
  headers?: {
544
544
  value: string;
545
545
  name: string;
@@ -550,8 +550,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
550
550
  attachmentId?: string | undefined;
551
551
  } | undefined;
552
552
  }, {
553
- mimeType?: string | undefined;
554
553
  parts?: any[] | undefined;
554
+ mimeType?: string | undefined;
555
555
  headers?: {
556
556
  value: string;
557
557
  name: string;
@@ -573,8 +573,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
573
573
  sizeEstimate?: number | undefined;
574
574
  raw?: string | undefined;
575
575
  payload?: {
576
- mimeType?: string | undefined;
577
576
  parts?: any[] | undefined;
577
+ mimeType?: string | undefined;
578
578
  headers?: {
579
579
  value: string;
580
580
  name: string;
@@ -596,8 +596,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
596
596
  sizeEstimate?: number | undefined;
597
597
  raw?: string | undefined;
598
598
  payload?: {
599
- mimeType?: string | undefined;
600
599
  parts?: any[] | undefined;
600
+ mimeType?: string | undefined;
601
601
  headers?: {
602
602
  value: string;
603
603
  name: string;
@@ -625,8 +625,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
625
625
  sizeEstimate?: number | undefined;
626
626
  raw?: string | undefined;
627
627
  payload?: {
628
- mimeType?: string | undefined;
629
628
  parts?: any[] | undefined;
629
+ mimeType?: string | undefined;
630
630
  headers?: {
631
631
  value: string;
632
632
  name: string;
@@ -653,8 +653,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
653
653
  sizeEstimate?: number | undefined;
654
654
  raw?: string | undefined;
655
655
  payload?: {
656
- mimeType?: string | undefined;
657
656
  parts?: any[] | undefined;
657
+ mimeType?: string | undefined;
658
658
  headers?: {
659
659
  value: string;
660
660
  name: string;
@@ -706,8 +706,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
706
706
  }>>;
707
707
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
708
708
  }, "strip", z.ZodTypeAny, {
709
- mimeType?: string | undefined;
710
709
  parts?: any[] | undefined;
710
+ mimeType?: string | undefined;
711
711
  headers?: {
712
712
  value: string;
713
713
  name: string;
@@ -718,8 +718,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
718
718
  attachmentId?: string | undefined;
719
719
  } | undefined;
720
720
  }, {
721
- mimeType?: string | undefined;
722
721
  parts?: any[] | undefined;
722
+ mimeType?: string | undefined;
723
723
  headers?: {
724
724
  value: string;
725
725
  name: string;
@@ -741,8 +741,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
741
741
  sizeEstimate?: number | undefined;
742
742
  raw?: string | undefined;
743
743
  payload?: {
744
- mimeType?: string | undefined;
745
744
  parts?: any[] | undefined;
745
+ mimeType?: string | undefined;
746
746
  headers?: {
747
747
  value: string;
748
748
  name: string;
@@ -764,8 +764,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
764
764
  sizeEstimate?: number | undefined;
765
765
  raw?: string | undefined;
766
766
  payload?: {
767
- mimeType?: string | undefined;
768
767
  parts?: any[] | undefined;
768
+ mimeType?: string | undefined;
769
769
  headers?: {
770
770
  value: string;
771
771
  name: string;
@@ -794,8 +794,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
794
794
  sizeEstimate?: number | undefined;
795
795
  raw?: string | undefined;
796
796
  payload?: {
797
- mimeType?: string | undefined;
798
797
  parts?: any[] | undefined;
798
+ mimeType?: string | undefined;
799
799
  headers?: {
800
800
  value: string;
801
801
  name: string;
@@ -823,8 +823,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
823
823
  sizeEstimate?: number | undefined;
824
824
  raw?: string | undefined;
825
825
  payload?: {
826
- mimeType?: string | undefined;
827
826
  parts?: any[] | undefined;
827
+ mimeType?: string | undefined;
828
828
  headers?: {
829
829
  value: string;
830
830
  name: string;
@@ -909,8 +909,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
909
909
  }>>;
910
910
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
911
911
  }, "strip", z.ZodTypeAny, {
912
- mimeType?: string | undefined;
913
912
  parts?: any[] | undefined;
913
+ mimeType?: string | undefined;
914
914
  headers?: {
915
915
  value: string;
916
916
  name: string;
@@ -921,8 +921,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
921
921
  attachmentId?: string | undefined;
922
922
  } | undefined;
923
923
  }, {
924
- mimeType?: string | undefined;
925
924
  parts?: any[] | undefined;
925
+ mimeType?: string | undefined;
926
926
  headers?: {
927
927
  value: string;
928
928
  name: string;
@@ -944,8 +944,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
944
944
  sizeEstimate?: number | undefined;
945
945
  raw?: string | undefined;
946
946
  payload?: {
947
- mimeType?: string | undefined;
948
947
  parts?: any[] | undefined;
948
+ mimeType?: string | undefined;
949
949
  headers?: {
950
950
  value: string;
951
951
  name: string;
@@ -967,8 +967,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
967
967
  sizeEstimate?: number | undefined;
968
968
  raw?: string | undefined;
969
969
  payload?: {
970
- mimeType?: string | undefined;
971
970
  parts?: any[] | undefined;
971
+ mimeType?: string | undefined;
972
972
  headers?: {
973
973
  value: string;
974
974
  name: string;
@@ -992,8 +992,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
992
992
  sizeEstimate?: number | undefined;
993
993
  raw?: string | undefined;
994
994
  payload?: {
995
- mimeType?: string | undefined;
996
995
  parts?: any[] | undefined;
996
+ mimeType?: string | undefined;
997
997
  headers?: {
998
998
  value: string;
999
999
  name: string;
@@ -1018,8 +1018,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1018
1018
  sizeEstimate?: number | undefined;
1019
1019
  raw?: string | undefined;
1020
1020
  payload?: {
1021
- mimeType?: string | undefined;
1022
1021
  parts?: any[] | undefined;
1022
+ mimeType?: string | undefined;
1023
1023
  headers?: {
1024
1024
  value: string;
1025
1025
  name: string;
@@ -1050,8 +1050,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1050
1050
  sizeEstimate?: number | undefined;
1051
1051
  raw?: string | undefined;
1052
1052
  payload?: {
1053
- mimeType?: string | undefined;
1054
1053
  parts?: any[] | undefined;
1054
+ mimeType?: string | undefined;
1055
1055
  headers?: {
1056
1056
  value: string;
1057
1057
  name: string;
@@ -1081,8 +1081,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1081
1081
  sizeEstimate?: number | undefined;
1082
1082
  raw?: string | undefined;
1083
1083
  payload?: {
1084
- mimeType?: string | undefined;
1085
1084
  parts?: any[] | undefined;
1085
+ mimeType?: string | undefined;
1086
1086
  headers?: {
1087
1087
  value: string;
1088
1088
  name: string;
@@ -1156,8 +1156,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1156
1156
  }>>;
1157
1157
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
1158
1158
  }, "strip", z.ZodTypeAny, {
1159
- mimeType?: string | undefined;
1160
1159
  parts?: any[] | undefined;
1160
+ mimeType?: string | undefined;
1161
1161
  headers?: {
1162
1162
  value: string;
1163
1163
  name: string;
@@ -1168,8 +1168,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1168
1168
  attachmentId?: string | undefined;
1169
1169
  } | undefined;
1170
1170
  }, {
1171
- mimeType?: string | undefined;
1172
1171
  parts?: any[] | undefined;
1172
+ mimeType?: string | undefined;
1173
1173
  headers?: {
1174
1174
  value: string;
1175
1175
  name: string;
@@ -1191,8 +1191,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1191
1191
  sizeEstimate?: number | undefined;
1192
1192
  raw?: string | undefined;
1193
1193
  payload?: {
1194
- mimeType?: string | undefined;
1195
1194
  parts?: any[] | undefined;
1195
+ mimeType?: string | undefined;
1196
1196
  headers?: {
1197
1197
  value: string;
1198
1198
  name: string;
@@ -1214,8 +1214,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1214
1214
  sizeEstimate?: number | undefined;
1215
1215
  raw?: string | undefined;
1216
1216
  payload?: {
1217
- mimeType?: string | undefined;
1218
1217
  parts?: any[] | undefined;
1218
+ mimeType?: string | undefined;
1219
1219
  headers?: {
1220
1220
  value: string;
1221
1221
  name: string;
@@ -1239,8 +1239,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1239
1239
  sizeEstimate?: number | undefined;
1240
1240
  raw?: string | undefined;
1241
1241
  payload?: {
1242
- mimeType?: string | undefined;
1243
1242
  parts?: any[] | undefined;
1243
+ mimeType?: string | undefined;
1244
1244
  headers?: {
1245
1245
  value: string;
1246
1246
  name: string;
@@ -1265,8 +1265,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1265
1265
  sizeEstimate?: number | undefined;
1266
1266
  raw?: string | undefined;
1267
1267
  payload?: {
1268
- mimeType?: string | undefined;
1269
1268
  parts?: any[] | undefined;
1269
+ mimeType?: string | undefined;
1270
1270
  headers?: {
1271
1271
  value: string;
1272
1272
  name: string;
@@ -1301,8 +1301,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1301
1301
  sizeEstimate?: number | undefined;
1302
1302
  raw?: string | undefined;
1303
1303
  payload?: {
1304
- mimeType?: string | undefined;
1305
1304
  parts?: any[] | undefined;
1305
+ mimeType?: string | undefined;
1306
1306
  headers?: {
1307
1307
  value: string;
1308
1308
  name: string;
@@ -1334,8 +1334,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1334
1334
  sizeEstimate?: number | undefined;
1335
1335
  raw?: string | undefined;
1336
1336
  payload?: {
1337
- mimeType?: string | undefined;
1338
1337
  parts?: any[] | undefined;
1338
+ mimeType?: string | undefined;
1339
1339
  headers?: {
1340
1340
  value: string;
1341
1341
  name: string;
@@ -1422,8 +1422,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1422
1422
  }>>;
1423
1423
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
1424
1424
  }, "strip", z.ZodTypeAny, {
1425
- mimeType?: string | undefined;
1426
1425
  parts?: any[] | undefined;
1426
+ mimeType?: string | undefined;
1427
1427
  headers?: {
1428
1428
  value: string;
1429
1429
  name: string;
@@ -1434,8 +1434,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1434
1434
  attachmentId?: string | undefined;
1435
1435
  } | undefined;
1436
1436
  }, {
1437
- mimeType?: string | undefined;
1438
1437
  parts?: any[] | undefined;
1438
+ mimeType?: string | undefined;
1439
1439
  headers?: {
1440
1440
  value: string;
1441
1441
  name: string;
@@ -1457,8 +1457,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1457
1457
  sizeEstimate?: number | undefined;
1458
1458
  raw?: string | undefined;
1459
1459
  payload?: {
1460
- mimeType?: string | undefined;
1461
1460
  parts?: any[] | undefined;
1461
+ mimeType?: string | undefined;
1462
1462
  headers?: {
1463
1463
  value: string;
1464
1464
  name: string;
@@ -1480,8 +1480,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1480
1480
  sizeEstimate?: number | undefined;
1481
1481
  raw?: string | undefined;
1482
1482
  payload?: {
1483
- mimeType?: string | undefined;
1484
1483
  parts?: any[] | undefined;
1484
+ mimeType?: string | undefined;
1485
1485
  headers?: {
1486
1486
  value: string;
1487
1487
  name: string;
@@ -1507,8 +1507,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1507
1507
  sizeEstimate?: number | undefined;
1508
1508
  raw?: string | undefined;
1509
1509
  payload?: {
1510
- mimeType?: string | undefined;
1511
1510
  parts?: any[] | undefined;
1511
+ mimeType?: string | undefined;
1512
1512
  headers?: {
1513
1513
  value: string;
1514
1514
  name: string;
@@ -1535,8 +1535,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1535
1535
  sizeEstimate?: number | undefined;
1536
1536
  raw?: string | undefined;
1537
1537
  payload?: {
1538
- mimeType?: string | undefined;
1539
1538
  parts?: any[] | undefined;
1539
+ mimeType?: string | undefined;
1540
1540
  headers?: {
1541
1541
  value: string;
1542
1542
  name: string;
@@ -1573,8 +1573,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1573
1573
  sizeEstimate?: number | undefined;
1574
1574
  raw?: string | undefined;
1575
1575
  payload?: {
1576
- mimeType?: string | undefined;
1577
1576
  parts?: any[] | undefined;
1577
+ mimeType?: string | undefined;
1578
1578
  headers?: {
1579
1579
  value: string;
1580
1580
  name: string;
@@ -1608,8 +1608,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1608
1608
  sizeEstimate?: number | undefined;
1609
1609
  raw?: string | undefined;
1610
1610
  payload?: {
1611
- mimeType?: string | undefined;
1612
1611
  parts?: any[] | undefined;
1612
+ mimeType?: string | undefined;
1613
1613
  headers?: {
1614
1614
  value: string;
1615
1615
  name: string;
@@ -2123,8 +2123,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2123
2123
  }>>;
2124
2124
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
2125
2125
  }, "strip", z.ZodTypeAny, {
2126
- mimeType?: string | undefined;
2127
2126
  parts?: any[] | undefined;
2127
+ mimeType?: string | undefined;
2128
2128
  headers?: {
2129
2129
  value: string;
2130
2130
  name: string;
@@ -2135,8 +2135,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2135
2135
  attachmentId?: string | undefined;
2136
2136
  } | undefined;
2137
2137
  }, {
2138
- mimeType?: string | undefined;
2139
2138
  parts?: any[] | undefined;
2139
+ mimeType?: string | undefined;
2140
2140
  headers?: {
2141
2141
  value: string;
2142
2142
  name: string;
@@ -2158,8 +2158,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2158
2158
  sizeEstimate?: number | undefined;
2159
2159
  raw?: string | undefined;
2160
2160
  payload?: {
2161
- mimeType?: string | undefined;
2162
2161
  parts?: any[] | undefined;
2162
+ mimeType?: string | undefined;
2163
2163
  headers?: {
2164
2164
  value: string;
2165
2165
  name: string;
@@ -2181,8 +2181,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2181
2181
  sizeEstimate?: number | undefined;
2182
2182
  raw?: string | undefined;
2183
2183
  payload?: {
2184
- mimeType?: string | undefined;
2185
2184
  parts?: any[] | undefined;
2185
+ mimeType?: string | undefined;
2186
2186
  headers?: {
2187
2187
  value: string;
2188
2188
  name: string;
@@ -2212,8 +2212,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2212
2212
  sizeEstimate?: number | undefined;
2213
2213
  raw?: string | undefined;
2214
2214
  payload?: {
2215
- mimeType?: string | undefined;
2216
2215
  parts?: any[] | undefined;
2216
+ mimeType?: string | undefined;
2217
2217
  headers?: {
2218
2218
  value: string;
2219
2219
  name: string;
@@ -2242,8 +2242,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2242
2242
  sizeEstimate?: number | undefined;
2243
2243
  raw?: string | undefined;
2244
2244
  payload?: {
2245
- mimeType?: string | undefined;
2246
2245
  parts?: any[] | undefined;
2246
+ mimeType?: string | undefined;
2247
2247
  headers?: {
2248
2248
  value: string;
2249
2249
  name: string;
@@ -2297,8 +2297,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2297
2297
  }>>;
2298
2298
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
2299
2299
  }, "strip", z.ZodTypeAny, {
2300
- mimeType?: string | undefined;
2301
2300
  parts?: any[] | undefined;
2301
+ mimeType?: string | undefined;
2302
2302
  headers?: {
2303
2303
  value: string;
2304
2304
  name: string;
@@ -2309,8 +2309,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2309
2309
  attachmentId?: string | undefined;
2310
2310
  } | undefined;
2311
2311
  }, {
2312
- mimeType?: string | undefined;
2313
2312
  parts?: any[] | undefined;
2313
+ mimeType?: string | undefined;
2314
2314
  headers?: {
2315
2315
  value: string;
2316
2316
  name: string;
@@ -2332,8 +2332,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2332
2332
  sizeEstimate?: number | undefined;
2333
2333
  raw?: string | undefined;
2334
2334
  payload?: {
2335
- mimeType?: string | undefined;
2336
2335
  parts?: any[] | undefined;
2336
+ mimeType?: string | undefined;
2337
2337
  headers?: {
2338
2338
  value: string;
2339
2339
  name: string;
@@ -2355,8 +2355,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2355
2355
  sizeEstimate?: number | undefined;
2356
2356
  raw?: string | undefined;
2357
2357
  payload?: {
2358
- mimeType?: string | undefined;
2359
2358
  parts?: any[] | undefined;
2359
+ mimeType?: string | undefined;
2360
2360
  headers?: {
2361
2361
  value: string;
2362
2362
  name: string;
@@ -2384,8 +2384,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2384
2384
  sizeEstimate?: number | undefined;
2385
2385
  raw?: string | undefined;
2386
2386
  payload?: {
2387
- mimeType?: string | undefined;
2388
2387
  parts?: any[] | undefined;
2388
+ mimeType?: string | undefined;
2389
2389
  headers?: {
2390
2390
  value: string;
2391
2391
  name: string;
@@ -2412,8 +2412,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2412
2412
  sizeEstimate?: number | undefined;
2413
2413
  raw?: string | undefined;
2414
2414
  payload?: {
2415
- mimeType?: string | undefined;
2416
2415
  parts?: any[] | undefined;
2416
+ mimeType?: string | undefined;
2417
2417
  headers?: {
2418
2418
  value: string;
2419
2419
  name: string;
@@ -2465,8 +2465,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2465
2465
  }>>;
2466
2466
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
2467
2467
  }, "strip", z.ZodTypeAny, {
2468
- mimeType?: string | undefined;
2469
2468
  parts?: any[] | undefined;
2469
+ mimeType?: string | undefined;
2470
2470
  headers?: {
2471
2471
  value: string;
2472
2472
  name: string;
@@ -2477,8 +2477,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2477
2477
  attachmentId?: string | undefined;
2478
2478
  } | undefined;
2479
2479
  }, {
2480
- mimeType?: string | undefined;
2481
2480
  parts?: any[] | undefined;
2481
+ mimeType?: string | undefined;
2482
2482
  headers?: {
2483
2483
  value: string;
2484
2484
  name: string;
@@ -2500,8 +2500,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2500
2500
  sizeEstimate?: number | undefined;
2501
2501
  raw?: string | undefined;
2502
2502
  payload?: {
2503
- mimeType?: string | undefined;
2504
2503
  parts?: any[] | undefined;
2504
+ mimeType?: string | undefined;
2505
2505
  headers?: {
2506
2506
  value: string;
2507
2507
  name: string;
@@ -2523,8 +2523,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2523
2523
  sizeEstimate?: number | undefined;
2524
2524
  raw?: string | undefined;
2525
2525
  payload?: {
2526
- mimeType?: string | undefined;
2527
2526
  parts?: any[] | undefined;
2527
+ mimeType?: string | undefined;
2528
2528
  headers?: {
2529
2529
  value: string;
2530
2530
  name: string;
@@ -2553,8 +2553,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2553
2553
  sizeEstimate?: number | undefined;
2554
2554
  raw?: string | undefined;
2555
2555
  payload?: {
2556
- mimeType?: string | undefined;
2557
2556
  parts?: any[] | undefined;
2557
+ mimeType?: string | undefined;
2558
2558
  headers?: {
2559
2559
  value: string;
2560
2560
  name: string;
@@ -2582,8 +2582,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2582
2582
  sizeEstimate?: number | undefined;
2583
2583
  raw?: string | undefined;
2584
2584
  payload?: {
2585
- mimeType?: string | undefined;
2586
2585
  parts?: any[] | undefined;
2586
+ mimeType?: string | undefined;
2587
2587
  headers?: {
2588
2588
  value: string;
2589
2589
  name: string;
@@ -2668,8 +2668,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2668
2668
  }>>;
2669
2669
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
2670
2670
  }, "strip", z.ZodTypeAny, {
2671
- mimeType?: string | undefined;
2672
2671
  parts?: any[] | undefined;
2672
+ mimeType?: string | undefined;
2673
2673
  headers?: {
2674
2674
  value: string;
2675
2675
  name: string;
@@ -2680,8 +2680,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2680
2680
  attachmentId?: string | undefined;
2681
2681
  } | undefined;
2682
2682
  }, {
2683
- mimeType?: string | undefined;
2684
2683
  parts?: any[] | undefined;
2684
+ mimeType?: string | undefined;
2685
2685
  headers?: {
2686
2686
  value: string;
2687
2687
  name: string;
@@ -2703,8 +2703,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2703
2703
  sizeEstimate?: number | undefined;
2704
2704
  raw?: string | undefined;
2705
2705
  payload?: {
2706
- mimeType?: string | undefined;
2707
2706
  parts?: any[] | undefined;
2707
+ mimeType?: string | undefined;
2708
2708
  headers?: {
2709
2709
  value: string;
2710
2710
  name: string;
@@ -2726,8 +2726,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2726
2726
  sizeEstimate?: number | undefined;
2727
2727
  raw?: string | undefined;
2728
2728
  payload?: {
2729
- mimeType?: string | undefined;
2730
2729
  parts?: any[] | undefined;
2730
+ mimeType?: string | undefined;
2731
2731
  headers?: {
2732
2732
  value: string;
2733
2733
  name: string;
@@ -2751,8 +2751,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2751
2751
  sizeEstimate?: number | undefined;
2752
2752
  raw?: string | undefined;
2753
2753
  payload?: {
2754
- mimeType?: string | undefined;
2755
2754
  parts?: any[] | undefined;
2755
+ mimeType?: string | undefined;
2756
2756
  headers?: {
2757
2757
  value: string;
2758
2758
  name: string;
@@ -2777,8 +2777,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2777
2777
  sizeEstimate?: number | undefined;
2778
2778
  raw?: string | undefined;
2779
2779
  payload?: {
2780
- mimeType?: string | undefined;
2781
2780
  parts?: any[] | undefined;
2781
+ mimeType?: string | undefined;
2782
2782
  headers?: {
2783
2783
  value: string;
2784
2784
  name: string;
@@ -2809,8 +2809,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2809
2809
  sizeEstimate?: number | undefined;
2810
2810
  raw?: string | undefined;
2811
2811
  payload?: {
2812
- mimeType?: string | undefined;
2813
2812
  parts?: any[] | undefined;
2813
+ mimeType?: string | undefined;
2814
2814
  headers?: {
2815
2815
  value: string;
2816
2816
  name: string;
@@ -2840,8 +2840,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2840
2840
  sizeEstimate?: number | undefined;
2841
2841
  raw?: string | undefined;
2842
2842
  payload?: {
2843
- mimeType?: string | undefined;
2844
2843
  parts?: any[] | undefined;
2844
+ mimeType?: string | undefined;
2845
2845
  headers?: {
2846
2846
  value: string;
2847
2847
  name: string;
@@ -2915,8 +2915,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2915
2915
  }>>;
2916
2916
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
2917
2917
  }, "strip", z.ZodTypeAny, {
2918
- mimeType?: string | undefined;
2919
2918
  parts?: any[] | undefined;
2919
+ mimeType?: string | undefined;
2920
2920
  headers?: {
2921
2921
  value: string;
2922
2922
  name: string;
@@ -2927,8 +2927,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2927
2927
  attachmentId?: string | undefined;
2928
2928
  } | undefined;
2929
2929
  }, {
2930
- mimeType?: string | undefined;
2931
2930
  parts?: any[] | undefined;
2931
+ mimeType?: string | undefined;
2932
2932
  headers?: {
2933
2933
  value: string;
2934
2934
  name: string;
@@ -2950,8 +2950,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2950
2950
  sizeEstimate?: number | undefined;
2951
2951
  raw?: string | undefined;
2952
2952
  payload?: {
2953
- mimeType?: string | undefined;
2954
2953
  parts?: any[] | undefined;
2954
+ mimeType?: string | undefined;
2955
2955
  headers?: {
2956
2956
  value: string;
2957
2957
  name: string;
@@ -2973,8 +2973,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2973
2973
  sizeEstimate?: number | undefined;
2974
2974
  raw?: string | undefined;
2975
2975
  payload?: {
2976
- mimeType?: string | undefined;
2977
2976
  parts?: any[] | undefined;
2977
+ mimeType?: string | undefined;
2978
2978
  headers?: {
2979
2979
  value: string;
2980
2980
  name: string;
@@ -2998,8 +2998,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2998
2998
  sizeEstimate?: number | undefined;
2999
2999
  raw?: string | undefined;
3000
3000
  payload?: {
3001
- mimeType?: string | undefined;
3002
3001
  parts?: any[] | undefined;
3002
+ mimeType?: string | undefined;
3003
3003
  headers?: {
3004
3004
  value: string;
3005
3005
  name: string;
@@ -3024,8 +3024,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3024
3024
  sizeEstimate?: number | undefined;
3025
3025
  raw?: string | undefined;
3026
3026
  payload?: {
3027
- mimeType?: string | undefined;
3028
3027
  parts?: any[] | undefined;
3028
+ mimeType?: string | undefined;
3029
3029
  headers?: {
3030
3030
  value: string;
3031
3031
  name: string;
@@ -3060,8 +3060,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3060
3060
  sizeEstimate?: number | undefined;
3061
3061
  raw?: string | undefined;
3062
3062
  payload?: {
3063
- mimeType?: string | undefined;
3064
3063
  parts?: any[] | undefined;
3064
+ mimeType?: string | undefined;
3065
3065
  headers?: {
3066
3066
  value: string;
3067
3067
  name: string;
@@ -3093,8 +3093,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3093
3093
  sizeEstimate?: number | undefined;
3094
3094
  raw?: string | undefined;
3095
3095
  payload?: {
3096
- mimeType?: string | undefined;
3097
3096
  parts?: any[] | undefined;
3097
+ mimeType?: string | undefined;
3098
3098
  headers?: {
3099
3099
  value: string;
3100
3100
  name: string;
@@ -3181,8 +3181,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3181
3181
  }>>;
3182
3182
  parts: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
3183
3183
  }, "strip", z.ZodTypeAny, {
3184
- mimeType?: string | undefined;
3185
3184
  parts?: any[] | undefined;
3185
+ mimeType?: string | undefined;
3186
3186
  headers?: {
3187
3187
  value: string;
3188
3188
  name: string;
@@ -3193,8 +3193,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3193
3193
  attachmentId?: string | undefined;
3194
3194
  } | undefined;
3195
3195
  }, {
3196
- mimeType?: string | undefined;
3197
3196
  parts?: any[] | undefined;
3197
+ mimeType?: string | undefined;
3198
3198
  headers?: {
3199
3199
  value: string;
3200
3200
  name: string;
@@ -3216,8 +3216,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3216
3216
  sizeEstimate?: number | undefined;
3217
3217
  raw?: string | undefined;
3218
3218
  payload?: {
3219
- mimeType?: string | undefined;
3220
3219
  parts?: any[] | undefined;
3220
+ mimeType?: string | undefined;
3221
3221
  headers?: {
3222
3222
  value: string;
3223
3223
  name: string;
@@ -3239,8 +3239,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3239
3239
  sizeEstimate?: number | undefined;
3240
3240
  raw?: string | undefined;
3241
3241
  payload?: {
3242
- mimeType?: string | undefined;
3243
3242
  parts?: any[] | undefined;
3243
+ mimeType?: string | undefined;
3244
3244
  headers?: {
3245
3245
  value: string;
3246
3246
  name: string;
@@ -3266,8 +3266,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3266
3266
  sizeEstimate?: number | undefined;
3267
3267
  raw?: string | undefined;
3268
3268
  payload?: {
3269
- mimeType?: string | undefined;
3270
3269
  parts?: any[] | undefined;
3270
+ mimeType?: string | undefined;
3271
3271
  headers?: {
3272
3272
  value: string;
3273
3273
  name: string;
@@ -3294,8 +3294,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3294
3294
  sizeEstimate?: number | undefined;
3295
3295
  raw?: string | undefined;
3296
3296
  payload?: {
3297
- mimeType?: string | undefined;
3298
3297
  parts?: any[] | undefined;
3298
+ mimeType?: string | undefined;
3299
3299
  headers?: {
3300
3300
  value: string;
3301
3301
  name: string;
@@ -3332,8 +3332,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3332
3332
  sizeEstimate?: number | undefined;
3333
3333
  raw?: string | undefined;
3334
3334
  payload?: {
3335
- mimeType?: string | undefined;
3336
3335
  parts?: any[] | undefined;
3336
+ mimeType?: string | undefined;
3337
3337
  headers?: {
3338
3338
  value: string;
3339
3339
  name: string;
@@ -3367,8 +3367,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3367
3367
  sizeEstimate?: number | undefined;
3368
3368
  raw?: string | undefined;
3369
3369
  payload?: {
3370
- mimeType?: string | undefined;
3371
3370
  parts?: any[] | undefined;
3371
+ mimeType?: string | undefined;
3372
3372
  headers?: {
3373
3373
  value: string;
3374
3374
  name: string;