@bubblelab/bubble-core 0.1.66 → 0.1.68

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 (29) hide show
  1. package/dist/bubble-bundle.d.ts +45 -45
  2. package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -0
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  4. package/dist/bubbles/service-bubble/ai-agent.js +18 -15
  5. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  6. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  7. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +40 -40
  8. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +74 -74
  12. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +108 -108
  14. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +12 -12
  15. package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
  16. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
  17. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  18. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  19. package/dist/bubbles/service-bubble/slack/slack.d.ts +112 -112
  20. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
  21. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
  22. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
  23. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +254 -254
  24. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  25. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  26. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
  27. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  28. package/dist/bubbles.json +11 -3
  29. package/package.json +2 -2
@@ -369,24 +369,24 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
369
369
  value: string;
370
370
  name: string;
371
371
  }[] | undefined;
372
- parts?: any[] | undefined;
373
372
  body?: {
374
373
  data?: string | undefined;
375
374
  size?: number | undefined;
376
375
  attachmentId?: string | undefined;
377
376
  } | undefined;
377
+ parts?: any[] | undefined;
378
378
  }, {
379
379
  mimeType?: string | undefined;
380
380
  headers?: {
381
381
  value: string;
382
382
  name: string;
383
383
  }[] | undefined;
384
- parts?: any[] | undefined;
385
384
  body?: {
386
385
  data?: string | undefined;
387
386
  size?: number | undefined;
388
387
  attachmentId?: string | undefined;
389
388
  } | undefined;
389
+ parts?: any[] | undefined;
390
390
  }>>;
391
391
  }, "strip", z.ZodTypeAny, {
392
392
  id: string;
@@ -404,12 +404,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
404
404
  value: string;
405
405
  name: string;
406
406
  }[] | undefined;
407
- parts?: any[] | undefined;
408
407
  body?: {
409
408
  data?: string | undefined;
410
409
  size?: number | undefined;
411
410
  attachmentId?: string | undefined;
412
411
  } | undefined;
412
+ parts?: any[] | undefined;
413
413
  } | undefined;
414
414
  }, {
415
415
  id: string;
@@ -427,12 +427,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
427
427
  value: string;
428
428
  name: string;
429
429
  }[] | undefined;
430
- parts?: any[] | undefined;
431
430
  body?: {
432
431
  data?: string | undefined;
433
432
  size?: number | undefined;
434
433
  attachmentId?: string | undefined;
435
434
  } | undefined;
435
+ parts?: any[] | undefined;
436
436
  } | undefined;
437
437
  }>, "many">>;
438
438
  next_page_token: z.ZodOptional<z.ZodString>;
@@ -458,12 +458,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
458
458
  value: string;
459
459
  name: string;
460
460
  }[] | undefined;
461
- parts?: any[] | undefined;
462
461
  body?: {
463
462
  data?: string | undefined;
464
463
  size?: number | undefined;
465
464
  attachmentId?: string | undefined;
466
465
  } | undefined;
466
+ parts?: any[] | undefined;
467
467
  } | undefined;
468
468
  }[] | undefined;
469
469
  next_page_token?: string | undefined;
@@ -488,12 +488,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
488
488
  value: string;
489
489
  name: string;
490
490
  }[] | undefined;
491
- parts?: any[] | undefined;
492
491
  body?: {
493
492
  data?: string | undefined;
494
493
  size?: number | undefined;
495
494
  attachmentId?: string | undefined;
496
495
  } | undefined;
496
+ parts?: any[] | undefined;
497
497
  } | undefined;
498
498
  }[] | undefined;
499
499
  next_page_token?: string | undefined;
@@ -543,24 +543,24 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
543
543
  value: string;
544
544
  name: string;
545
545
  }[] | undefined;
546
- parts?: any[] | undefined;
547
546
  body?: {
548
547
  data?: string | undefined;
549
548
  size?: number | undefined;
550
549
  attachmentId?: string | undefined;
551
550
  } | undefined;
551
+ parts?: any[] | undefined;
552
552
  }, {
553
553
  mimeType?: string | undefined;
554
554
  headers?: {
555
555
  value: string;
556
556
  name: string;
557
557
  }[] | undefined;
558
- parts?: any[] | undefined;
559
558
  body?: {
560
559
  data?: string | undefined;
561
560
  size?: number | undefined;
562
561
  attachmentId?: string | undefined;
563
562
  } | undefined;
563
+ parts?: any[] | undefined;
564
564
  }>>;
565
565
  }, "strip", z.ZodTypeAny, {
566
566
  id: string;
@@ -578,12 +578,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
578
578
  value: string;
579
579
  name: string;
580
580
  }[] | undefined;
581
- parts?: any[] | undefined;
582
581
  body?: {
583
582
  data?: string | undefined;
584
583
  size?: number | undefined;
585
584
  attachmentId?: string | undefined;
586
585
  } | undefined;
586
+ parts?: any[] | undefined;
587
587
  } | undefined;
588
588
  }, {
589
589
  id: string;
@@ -601,12 +601,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
601
601
  value: string;
602
602
  name: string;
603
603
  }[] | undefined;
604
- parts?: any[] | undefined;
605
604
  body?: {
606
605
  data?: string | undefined;
607
606
  size?: number | undefined;
608
607
  attachmentId?: string | undefined;
609
608
  } | undefined;
609
+ parts?: any[] | undefined;
610
610
  } | undefined;
611
611
  }>>;
612
612
  error: z.ZodString;
@@ -630,12 +630,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
630
630
  value: string;
631
631
  name: string;
632
632
  }[] | undefined;
633
- parts?: any[] | undefined;
634
633
  body?: {
635
634
  data?: string | undefined;
636
635
  size?: number | undefined;
637
636
  attachmentId?: string | undefined;
638
637
  } | undefined;
638
+ parts?: any[] | undefined;
639
639
  } | undefined;
640
640
  } | undefined;
641
641
  }, {
@@ -658,12 +658,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
658
658
  value: string;
659
659
  name: string;
660
660
  }[] | undefined;
661
- parts?: any[] | undefined;
662
661
  body?: {
663
662
  data?: string | undefined;
664
663
  size?: number | undefined;
665
664
  attachmentId?: string | undefined;
666
665
  } | undefined;
666
+ parts?: any[] | undefined;
667
667
  } | undefined;
668
668
  } | undefined;
669
669
  }>, z.ZodObject<{
@@ -711,24 +711,24 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
711
711
  value: string;
712
712
  name: string;
713
713
  }[] | undefined;
714
- parts?: any[] | undefined;
715
714
  body?: {
716
715
  data?: string | undefined;
717
716
  size?: number | undefined;
718
717
  attachmentId?: string | undefined;
719
718
  } | undefined;
719
+ parts?: any[] | undefined;
720
720
  }, {
721
721
  mimeType?: string | undefined;
722
722
  headers?: {
723
723
  value: string;
724
724
  name: string;
725
725
  }[] | undefined;
726
- parts?: any[] | undefined;
727
726
  body?: {
728
727
  data?: string | undefined;
729
728
  size?: number | undefined;
730
729
  attachmentId?: string | undefined;
731
730
  } | undefined;
731
+ parts?: any[] | undefined;
732
732
  }>>;
733
733
  }, "strip", z.ZodTypeAny, {
734
734
  id: string;
@@ -746,12 +746,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
746
746
  value: string;
747
747
  name: string;
748
748
  }[] | undefined;
749
- parts?: any[] | undefined;
750
749
  body?: {
751
750
  data?: string | undefined;
752
751
  size?: number | undefined;
753
752
  attachmentId?: string | undefined;
754
753
  } | undefined;
754
+ parts?: any[] | undefined;
755
755
  } | undefined;
756
756
  }, {
757
757
  id: string;
@@ -769,12 +769,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
769
769
  value: string;
770
770
  name: string;
771
771
  }[] | undefined;
772
- parts?: any[] | undefined;
773
772
  body?: {
774
773
  data?: string | undefined;
775
774
  size?: number | undefined;
776
775
  attachmentId?: string | undefined;
777
776
  } | undefined;
777
+ parts?: any[] | undefined;
778
778
  } | undefined;
779
779
  }>, "many">>;
780
780
  result_size_estimate: z.ZodOptional<z.ZodNumber>;
@@ -799,12 +799,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
799
799
  value: string;
800
800
  name: string;
801
801
  }[] | undefined;
802
- parts?: any[] | undefined;
803
802
  body?: {
804
803
  data?: string | undefined;
805
804
  size?: number | undefined;
806
805
  attachmentId?: string | undefined;
807
806
  } | undefined;
807
+ parts?: any[] | undefined;
808
808
  } | undefined;
809
809
  }[] | undefined;
810
810
  result_size_estimate?: number | undefined;
@@ -828,12 +828,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
828
828
  value: string;
829
829
  name: string;
830
830
  }[] | undefined;
831
- parts?: any[] | undefined;
832
831
  body?: {
833
832
  data?: string | undefined;
834
833
  size?: number | undefined;
835
834
  attachmentId?: string | undefined;
836
835
  } | undefined;
836
+ parts?: any[] | undefined;
837
837
  } | undefined;
838
838
  }[] | undefined;
839
839
  result_size_estimate?: number | undefined;
@@ -914,24 +914,24 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
914
914
  value: string;
915
915
  name: string;
916
916
  }[] | undefined;
917
- parts?: any[] | undefined;
918
917
  body?: {
919
918
  data?: string | undefined;
920
919
  size?: number | undefined;
921
920
  attachmentId?: string | undefined;
922
921
  } | undefined;
922
+ parts?: any[] | undefined;
923
923
  }, {
924
924
  mimeType?: string | undefined;
925
925
  headers?: {
926
926
  value: string;
927
927
  name: string;
928
928
  }[] | undefined;
929
- parts?: any[] | undefined;
930
929
  body?: {
931
930
  data?: string | undefined;
932
931
  size?: number | undefined;
933
932
  attachmentId?: string | undefined;
934
933
  } | undefined;
934
+ parts?: any[] | undefined;
935
935
  }>>;
936
936
  }, "strip", z.ZodTypeAny, {
937
937
  id: string;
@@ -949,12 +949,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
949
949
  value: string;
950
950
  name: string;
951
951
  }[] | undefined;
952
- parts?: any[] | undefined;
953
952
  body?: {
954
953
  data?: string | undefined;
955
954
  size?: number | undefined;
956
955
  attachmentId?: string | undefined;
957
956
  } | undefined;
957
+ parts?: any[] | undefined;
958
958
  } | undefined;
959
959
  }, {
960
960
  id: string;
@@ -972,12 +972,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
972
972
  value: string;
973
973
  name: string;
974
974
  }[] | undefined;
975
- parts?: any[] | undefined;
976
975
  body?: {
977
976
  data?: string | undefined;
978
977
  size?: number | undefined;
979
978
  attachmentId?: string | undefined;
980
979
  } | undefined;
980
+ parts?: any[] | undefined;
981
981
  } | undefined;
982
982
  }>;
983
983
  }, "strip", z.ZodTypeAny, {
@@ -997,12 +997,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
997
997
  value: string;
998
998
  name: string;
999
999
  }[] | undefined;
1000
- parts?: any[] | undefined;
1001
1000
  body?: {
1002
1001
  data?: string | undefined;
1003
1002
  size?: number | undefined;
1004
1003
  attachmentId?: string | undefined;
1005
1004
  } | undefined;
1005
+ parts?: any[] | undefined;
1006
1006
  } | undefined;
1007
1007
  };
1008
1008
  id: string;
@@ -1023,12 +1023,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1023
1023
  value: string;
1024
1024
  name: string;
1025
1025
  }[] | undefined;
1026
- parts?: any[] | undefined;
1027
1026
  body?: {
1028
1027
  data?: string | undefined;
1029
1028
  size?: number | undefined;
1030
1029
  attachmentId?: string | undefined;
1031
1030
  } | undefined;
1031
+ parts?: any[] | undefined;
1032
1032
  } | undefined;
1033
1033
  };
1034
1034
  id: string;
@@ -1055,12 +1055,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1055
1055
  value: string;
1056
1056
  name: string;
1057
1057
  }[] | undefined;
1058
- parts?: any[] | undefined;
1059
1058
  body?: {
1060
1059
  data?: string | undefined;
1061
1060
  size?: number | undefined;
1062
1061
  attachmentId?: string | undefined;
1063
1062
  } | undefined;
1063
+ parts?: any[] | undefined;
1064
1064
  } | undefined;
1065
1065
  };
1066
1066
  id: string;
@@ -1086,12 +1086,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1086
1086
  value: string;
1087
1087
  name: string;
1088
1088
  }[] | undefined;
1089
- parts?: any[] | undefined;
1090
1089
  body?: {
1091
1090
  data?: string | undefined;
1092
1091
  size?: number | undefined;
1093
1092
  attachmentId?: string | undefined;
1094
1093
  } | undefined;
1094
+ parts?: any[] | undefined;
1095
1095
  } | undefined;
1096
1096
  };
1097
1097
  id: string;
@@ -1161,24 +1161,24 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1161
1161
  value: string;
1162
1162
  name: string;
1163
1163
  }[] | undefined;
1164
- parts?: any[] | undefined;
1165
1164
  body?: {
1166
1165
  data?: string | undefined;
1167
1166
  size?: number | undefined;
1168
1167
  attachmentId?: string | undefined;
1169
1168
  } | undefined;
1169
+ parts?: any[] | undefined;
1170
1170
  }, {
1171
1171
  mimeType?: string | undefined;
1172
1172
  headers?: {
1173
1173
  value: string;
1174
1174
  name: string;
1175
1175
  }[] | undefined;
1176
- parts?: any[] | undefined;
1177
1176
  body?: {
1178
1177
  data?: string | undefined;
1179
1178
  size?: number | undefined;
1180
1179
  attachmentId?: string | undefined;
1181
1180
  } | undefined;
1181
+ parts?: any[] | undefined;
1182
1182
  }>>;
1183
1183
  }, "strip", z.ZodTypeAny, {
1184
1184
  id: string;
@@ -1196,12 +1196,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1196
1196
  value: string;
1197
1197
  name: string;
1198
1198
  }[] | undefined;
1199
- parts?: any[] | undefined;
1200
1199
  body?: {
1201
1200
  data?: string | undefined;
1202
1201
  size?: number | undefined;
1203
1202
  attachmentId?: string | undefined;
1204
1203
  } | undefined;
1204
+ parts?: any[] | undefined;
1205
1205
  } | undefined;
1206
1206
  }, {
1207
1207
  id: string;
@@ -1219,12 +1219,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1219
1219
  value: string;
1220
1220
  name: string;
1221
1221
  }[] | undefined;
1222
- parts?: any[] | undefined;
1223
1222
  body?: {
1224
1223
  data?: string | undefined;
1225
1224
  size?: number | undefined;
1226
1225
  attachmentId?: string | undefined;
1227
1226
  } | undefined;
1227
+ parts?: any[] | undefined;
1228
1228
  } | undefined;
1229
1229
  }>;
1230
1230
  }, "strip", z.ZodTypeAny, {
@@ -1244,12 +1244,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1244
1244
  value: string;
1245
1245
  name: string;
1246
1246
  }[] | undefined;
1247
- parts?: any[] | undefined;
1248
1247
  body?: {
1249
1248
  data?: string | undefined;
1250
1249
  size?: number | undefined;
1251
1250
  attachmentId?: string | undefined;
1252
1251
  } | undefined;
1252
+ parts?: any[] | undefined;
1253
1253
  } | undefined;
1254
1254
  };
1255
1255
  id: string;
@@ -1270,12 +1270,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1270
1270
  value: string;
1271
1271
  name: string;
1272
1272
  }[] | undefined;
1273
- parts?: any[] | undefined;
1274
1273
  body?: {
1275
1274
  data?: string | undefined;
1276
1275
  size?: number | undefined;
1277
1276
  attachmentId?: string | undefined;
1278
1277
  } | undefined;
1278
+ parts?: any[] | undefined;
1279
1279
  } | undefined;
1280
1280
  };
1281
1281
  id: string;
@@ -1306,12 +1306,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1306
1306
  value: string;
1307
1307
  name: string;
1308
1308
  }[] | undefined;
1309
- parts?: any[] | undefined;
1310
1309
  body?: {
1311
1310
  data?: string | undefined;
1312
1311
  size?: number | undefined;
1313
1312
  attachmentId?: string | undefined;
1314
1313
  } | undefined;
1314
+ parts?: any[] | undefined;
1315
1315
  } | undefined;
1316
1316
  };
1317
1317
  id: string;
@@ -1339,12 +1339,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1339
1339
  value: string;
1340
1340
  name: string;
1341
1341
  }[] | undefined;
1342
- parts?: any[] | undefined;
1343
1342
  body?: {
1344
1343
  data?: string | undefined;
1345
1344
  size?: number | undefined;
1346
1345
  attachmentId?: string | undefined;
1347
1346
  } | undefined;
1347
+ parts?: any[] | undefined;
1348
1348
  } | undefined;
1349
1349
  };
1350
1350
  id: string;
@@ -1427,24 +1427,24 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1427
1427
  value: string;
1428
1428
  name: string;
1429
1429
  }[] | undefined;
1430
- parts?: any[] | undefined;
1431
1430
  body?: {
1432
1431
  data?: string | undefined;
1433
1432
  size?: number | undefined;
1434
1433
  attachmentId?: string | undefined;
1435
1434
  } | undefined;
1435
+ parts?: any[] | undefined;
1436
1436
  }, {
1437
1437
  mimeType?: string | undefined;
1438
1438
  headers?: {
1439
1439
  value: string;
1440
1440
  name: string;
1441
1441
  }[] | undefined;
1442
- parts?: any[] | undefined;
1443
1442
  body?: {
1444
1443
  data?: string | undefined;
1445
1444
  size?: number | undefined;
1446
1445
  attachmentId?: string | undefined;
1447
1446
  } | undefined;
1447
+ parts?: any[] | undefined;
1448
1448
  }>>;
1449
1449
  }, "strip", z.ZodTypeAny, {
1450
1450
  id: string;
@@ -1462,12 +1462,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1462
1462
  value: string;
1463
1463
  name: string;
1464
1464
  }[] | undefined;
1465
- parts?: any[] | undefined;
1466
1465
  body?: {
1467
1466
  data?: string | undefined;
1468
1467
  size?: number | undefined;
1469
1468
  attachmentId?: string | undefined;
1470
1469
  } | undefined;
1470
+ parts?: any[] | undefined;
1471
1471
  } | undefined;
1472
1472
  }, {
1473
1473
  id: string;
@@ -1485,12 +1485,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1485
1485
  value: string;
1486
1486
  name: string;
1487
1487
  }[] | undefined;
1488
- parts?: any[] | undefined;
1489
1488
  body?: {
1490
1489
  data?: string | undefined;
1491
1490
  size?: number | undefined;
1492
1491
  attachmentId?: string | undefined;
1493
1492
  } | undefined;
1493
+ parts?: any[] | undefined;
1494
1494
  } | undefined;
1495
1495
  }>, "many">>;
1496
1496
  snippet: z.ZodOptional<z.ZodString>;
@@ -1512,12 +1512,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1512
1512
  value: string;
1513
1513
  name: string;
1514
1514
  }[] | undefined;
1515
- parts?: any[] | undefined;
1516
1515
  body?: {
1517
1516
  data?: string | undefined;
1518
1517
  size?: number | undefined;
1519
1518
  attachmentId?: string | undefined;
1520
1519
  } | undefined;
1520
+ parts?: any[] | undefined;
1521
1521
  } | undefined;
1522
1522
  }[] | undefined;
1523
1523
  snippet?: string | undefined;
@@ -1540,12 +1540,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1540
1540
  value: string;
1541
1541
  name: string;
1542
1542
  }[] | undefined;
1543
- parts?: any[] | undefined;
1544
1543
  body?: {
1545
1544
  data?: string | undefined;
1546
1545
  size?: number | undefined;
1547
1546
  attachmentId?: string | undefined;
1548
1547
  } | undefined;
1548
+ parts?: any[] | undefined;
1549
1549
  } | undefined;
1550
1550
  }[] | undefined;
1551
1551
  snippet?: string | undefined;
@@ -1578,12 +1578,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1578
1578
  value: string;
1579
1579
  name: string;
1580
1580
  }[] | undefined;
1581
- parts?: any[] | undefined;
1582
1581
  body?: {
1583
1582
  data?: string | undefined;
1584
1583
  size?: number | undefined;
1585
1584
  attachmentId?: string | undefined;
1586
1585
  } | undefined;
1586
+ parts?: any[] | undefined;
1587
1587
  } | undefined;
1588
1588
  }[] | undefined;
1589
1589
  snippet?: string | undefined;
@@ -1613,12 +1613,12 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1613
1613
  value: string;
1614
1614
  name: string;
1615
1615
  }[] | undefined;
1616
- parts?: any[] | undefined;
1617
1616
  body?: {
1618
1617
  data?: string | undefined;
1619
1618
  size?: number | undefined;
1620
1619
  attachmentId?: string | undefined;
1621
1620
  } | undefined;
1621
+ parts?: any[] | undefined;
1622
1622
  } | undefined;
1623
1623
  }[] | undefined;
1624
1624
  snippet?: string | undefined;
@@ -2128,24 +2128,24 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2128
2128
  value: string;
2129
2129
  name: string;
2130
2130
  }[] | undefined;
2131
- parts?: any[] | undefined;
2132
2131
  body?: {
2133
2132
  data?: string | undefined;
2134
2133
  size?: number | undefined;
2135
2134
  attachmentId?: string | undefined;
2136
2135
  } | undefined;
2136
+ parts?: any[] | undefined;
2137
2137
  }, {
2138
2138
  mimeType?: string | undefined;
2139
2139
  headers?: {
2140
2140
  value: string;
2141
2141
  name: string;
2142
2142
  }[] | undefined;
2143
- parts?: any[] | undefined;
2144
2143
  body?: {
2145
2144
  data?: string | undefined;
2146
2145
  size?: number | undefined;
2147
2146
  attachmentId?: string | undefined;
2148
2147
  } | undefined;
2148
+ parts?: any[] | undefined;
2149
2149
  }>>;
2150
2150
  }, "strip", z.ZodTypeAny, {
2151
2151
  id: string;
@@ -2163,12 +2163,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2163
2163
  value: string;
2164
2164
  name: string;
2165
2165
  }[] | undefined;
2166
- parts?: any[] | undefined;
2167
2166
  body?: {
2168
2167
  data?: string | undefined;
2169
2168
  size?: number | undefined;
2170
2169
  attachmentId?: string | undefined;
2171
2170
  } | undefined;
2171
+ parts?: any[] | undefined;
2172
2172
  } | undefined;
2173
2173
  }, {
2174
2174
  id: string;
@@ -2186,12 +2186,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2186
2186
  value: string;
2187
2187
  name: string;
2188
2188
  }[] | undefined;
2189
- parts?: any[] | undefined;
2190
2189
  body?: {
2191
2190
  data?: string | undefined;
2192
2191
  size?: number | undefined;
2193
2192
  attachmentId?: string | undefined;
2194
2193
  } | undefined;
2194
+ parts?: any[] | undefined;
2195
2195
  } | undefined;
2196
2196
  }>, "many">>;
2197
2197
  next_page_token: z.ZodOptional<z.ZodString>;
@@ -2217,12 +2217,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2217
2217
  value: string;
2218
2218
  name: string;
2219
2219
  }[] | undefined;
2220
- parts?: any[] | undefined;
2221
2220
  body?: {
2222
2221
  data?: string | undefined;
2223
2222
  size?: number | undefined;
2224
2223
  attachmentId?: string | undefined;
2225
2224
  } | undefined;
2225
+ parts?: any[] | undefined;
2226
2226
  } | undefined;
2227
2227
  }[] | undefined;
2228
2228
  next_page_token?: string | undefined;
@@ -2247,12 +2247,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2247
2247
  value: string;
2248
2248
  name: string;
2249
2249
  }[] | undefined;
2250
- parts?: any[] | undefined;
2251
2250
  body?: {
2252
2251
  data?: string | undefined;
2253
2252
  size?: number | undefined;
2254
2253
  attachmentId?: string | undefined;
2255
2254
  } | undefined;
2255
+ parts?: any[] | undefined;
2256
2256
  } | undefined;
2257
2257
  }[] | undefined;
2258
2258
  next_page_token?: string | undefined;
@@ -2302,24 +2302,24 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2302
2302
  value: string;
2303
2303
  name: string;
2304
2304
  }[] | undefined;
2305
- parts?: any[] | undefined;
2306
2305
  body?: {
2307
2306
  data?: string | undefined;
2308
2307
  size?: number | undefined;
2309
2308
  attachmentId?: string | undefined;
2310
2309
  } | undefined;
2310
+ parts?: any[] | undefined;
2311
2311
  }, {
2312
2312
  mimeType?: string | undefined;
2313
2313
  headers?: {
2314
2314
  value: string;
2315
2315
  name: string;
2316
2316
  }[] | undefined;
2317
- parts?: any[] | undefined;
2318
2317
  body?: {
2319
2318
  data?: string | undefined;
2320
2319
  size?: number | undefined;
2321
2320
  attachmentId?: string | undefined;
2322
2321
  } | undefined;
2322
+ parts?: any[] | undefined;
2323
2323
  }>>;
2324
2324
  }, "strip", z.ZodTypeAny, {
2325
2325
  id: string;
@@ -2337,12 +2337,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2337
2337
  value: string;
2338
2338
  name: string;
2339
2339
  }[] | undefined;
2340
- parts?: any[] | undefined;
2341
2340
  body?: {
2342
2341
  data?: string | undefined;
2343
2342
  size?: number | undefined;
2344
2343
  attachmentId?: string | undefined;
2345
2344
  } | undefined;
2345
+ parts?: any[] | undefined;
2346
2346
  } | undefined;
2347
2347
  }, {
2348
2348
  id: string;
@@ -2360,12 +2360,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2360
2360
  value: string;
2361
2361
  name: string;
2362
2362
  }[] | undefined;
2363
- parts?: any[] | undefined;
2364
2363
  body?: {
2365
2364
  data?: string | undefined;
2366
2365
  size?: number | undefined;
2367
2366
  attachmentId?: string | undefined;
2368
2367
  } | undefined;
2368
+ parts?: any[] | undefined;
2369
2369
  } | undefined;
2370
2370
  }>>;
2371
2371
  error: z.ZodString;
@@ -2389,12 +2389,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2389
2389
  value: string;
2390
2390
  name: string;
2391
2391
  }[] | undefined;
2392
- parts?: any[] | undefined;
2393
2392
  body?: {
2394
2393
  data?: string | undefined;
2395
2394
  size?: number | undefined;
2396
2395
  attachmentId?: string | undefined;
2397
2396
  } | undefined;
2397
+ parts?: any[] | undefined;
2398
2398
  } | undefined;
2399
2399
  } | undefined;
2400
2400
  }, {
@@ -2417,12 +2417,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2417
2417
  value: string;
2418
2418
  name: string;
2419
2419
  }[] | undefined;
2420
- parts?: any[] | undefined;
2421
2420
  body?: {
2422
2421
  data?: string | undefined;
2423
2422
  size?: number | undefined;
2424
2423
  attachmentId?: string | undefined;
2425
2424
  } | undefined;
2425
+ parts?: any[] | undefined;
2426
2426
  } | undefined;
2427
2427
  } | undefined;
2428
2428
  }>, z.ZodObject<{
@@ -2470,24 +2470,24 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2470
2470
  value: string;
2471
2471
  name: string;
2472
2472
  }[] | undefined;
2473
- parts?: any[] | undefined;
2474
2473
  body?: {
2475
2474
  data?: string | undefined;
2476
2475
  size?: number | undefined;
2477
2476
  attachmentId?: string | undefined;
2478
2477
  } | undefined;
2478
+ parts?: any[] | undefined;
2479
2479
  }, {
2480
2480
  mimeType?: string | undefined;
2481
2481
  headers?: {
2482
2482
  value: string;
2483
2483
  name: string;
2484
2484
  }[] | undefined;
2485
- parts?: any[] | undefined;
2486
2485
  body?: {
2487
2486
  data?: string | undefined;
2488
2487
  size?: number | undefined;
2489
2488
  attachmentId?: string | undefined;
2490
2489
  } | undefined;
2490
+ parts?: any[] | undefined;
2491
2491
  }>>;
2492
2492
  }, "strip", z.ZodTypeAny, {
2493
2493
  id: string;
@@ -2505,12 +2505,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2505
2505
  value: string;
2506
2506
  name: string;
2507
2507
  }[] | undefined;
2508
- parts?: any[] | undefined;
2509
2508
  body?: {
2510
2509
  data?: string | undefined;
2511
2510
  size?: number | undefined;
2512
2511
  attachmentId?: string | undefined;
2513
2512
  } | undefined;
2513
+ parts?: any[] | undefined;
2514
2514
  } | undefined;
2515
2515
  }, {
2516
2516
  id: string;
@@ -2528,12 +2528,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2528
2528
  value: string;
2529
2529
  name: string;
2530
2530
  }[] | undefined;
2531
- parts?: any[] | undefined;
2532
2531
  body?: {
2533
2532
  data?: string | undefined;
2534
2533
  size?: number | undefined;
2535
2534
  attachmentId?: string | undefined;
2536
2535
  } | undefined;
2536
+ parts?: any[] | undefined;
2537
2537
  } | undefined;
2538
2538
  }>, "many">>;
2539
2539
  result_size_estimate: z.ZodOptional<z.ZodNumber>;
@@ -2558,12 +2558,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2558
2558
  value: string;
2559
2559
  name: string;
2560
2560
  }[] | undefined;
2561
- parts?: any[] | undefined;
2562
2561
  body?: {
2563
2562
  data?: string | undefined;
2564
2563
  size?: number | undefined;
2565
2564
  attachmentId?: string | undefined;
2566
2565
  } | undefined;
2566
+ parts?: any[] | undefined;
2567
2567
  } | undefined;
2568
2568
  }[] | undefined;
2569
2569
  result_size_estimate?: number | undefined;
@@ -2587,12 +2587,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2587
2587
  value: string;
2588
2588
  name: string;
2589
2589
  }[] | undefined;
2590
- parts?: any[] | undefined;
2591
2590
  body?: {
2592
2591
  data?: string | undefined;
2593
2592
  size?: number | undefined;
2594
2593
  attachmentId?: string | undefined;
2595
2594
  } | undefined;
2595
+ parts?: any[] | undefined;
2596
2596
  } | undefined;
2597
2597
  }[] | undefined;
2598
2598
  result_size_estimate?: number | undefined;
@@ -2673,24 +2673,24 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2673
2673
  value: string;
2674
2674
  name: string;
2675
2675
  }[] | undefined;
2676
- parts?: any[] | undefined;
2677
2676
  body?: {
2678
2677
  data?: string | undefined;
2679
2678
  size?: number | undefined;
2680
2679
  attachmentId?: string | undefined;
2681
2680
  } | undefined;
2681
+ parts?: any[] | undefined;
2682
2682
  }, {
2683
2683
  mimeType?: string | undefined;
2684
2684
  headers?: {
2685
2685
  value: string;
2686
2686
  name: string;
2687
2687
  }[] | undefined;
2688
- parts?: any[] | undefined;
2689
2688
  body?: {
2690
2689
  data?: string | undefined;
2691
2690
  size?: number | undefined;
2692
2691
  attachmentId?: string | undefined;
2693
2692
  } | undefined;
2693
+ parts?: any[] | undefined;
2694
2694
  }>>;
2695
2695
  }, "strip", z.ZodTypeAny, {
2696
2696
  id: string;
@@ -2708,12 +2708,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2708
2708
  value: string;
2709
2709
  name: string;
2710
2710
  }[] | undefined;
2711
- parts?: any[] | undefined;
2712
2711
  body?: {
2713
2712
  data?: string | undefined;
2714
2713
  size?: number | undefined;
2715
2714
  attachmentId?: string | undefined;
2716
2715
  } | undefined;
2716
+ parts?: any[] | undefined;
2717
2717
  } | undefined;
2718
2718
  }, {
2719
2719
  id: string;
@@ -2731,12 +2731,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2731
2731
  value: string;
2732
2732
  name: string;
2733
2733
  }[] | undefined;
2734
- parts?: any[] | undefined;
2735
2734
  body?: {
2736
2735
  data?: string | undefined;
2737
2736
  size?: number | undefined;
2738
2737
  attachmentId?: string | undefined;
2739
2738
  } | undefined;
2739
+ parts?: any[] | undefined;
2740
2740
  } | undefined;
2741
2741
  }>;
2742
2742
  }, "strip", z.ZodTypeAny, {
@@ -2756,12 +2756,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2756
2756
  value: string;
2757
2757
  name: string;
2758
2758
  }[] | undefined;
2759
- parts?: any[] | undefined;
2760
2759
  body?: {
2761
2760
  data?: string | undefined;
2762
2761
  size?: number | undefined;
2763
2762
  attachmentId?: string | undefined;
2764
2763
  } | undefined;
2764
+ parts?: any[] | undefined;
2765
2765
  } | undefined;
2766
2766
  };
2767
2767
  id: string;
@@ -2782,12 +2782,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2782
2782
  value: string;
2783
2783
  name: string;
2784
2784
  }[] | undefined;
2785
- parts?: any[] | undefined;
2786
2785
  body?: {
2787
2786
  data?: string | undefined;
2788
2787
  size?: number | undefined;
2789
2788
  attachmentId?: string | undefined;
2790
2789
  } | undefined;
2790
+ parts?: any[] | undefined;
2791
2791
  } | undefined;
2792
2792
  };
2793
2793
  id: string;
@@ -2814,12 +2814,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2814
2814
  value: string;
2815
2815
  name: string;
2816
2816
  }[] | undefined;
2817
- parts?: any[] | undefined;
2818
2817
  body?: {
2819
2818
  data?: string | undefined;
2820
2819
  size?: number | undefined;
2821
2820
  attachmentId?: string | undefined;
2822
2821
  } | undefined;
2822
+ parts?: any[] | undefined;
2823
2823
  } | undefined;
2824
2824
  };
2825
2825
  id: string;
@@ -2845,12 +2845,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2845
2845
  value: string;
2846
2846
  name: string;
2847
2847
  }[] | undefined;
2848
- parts?: any[] | undefined;
2849
2848
  body?: {
2850
2849
  data?: string | undefined;
2851
2850
  size?: number | undefined;
2852
2851
  attachmentId?: string | undefined;
2853
2852
  } | undefined;
2853
+ parts?: any[] | undefined;
2854
2854
  } | undefined;
2855
2855
  };
2856
2856
  id: string;
@@ -2920,24 +2920,24 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2920
2920
  value: string;
2921
2921
  name: string;
2922
2922
  }[] | undefined;
2923
- parts?: any[] | undefined;
2924
2923
  body?: {
2925
2924
  data?: string | undefined;
2926
2925
  size?: number | undefined;
2927
2926
  attachmentId?: string | undefined;
2928
2927
  } | undefined;
2928
+ parts?: any[] | undefined;
2929
2929
  }, {
2930
2930
  mimeType?: string | undefined;
2931
2931
  headers?: {
2932
2932
  value: string;
2933
2933
  name: string;
2934
2934
  }[] | undefined;
2935
- parts?: any[] | undefined;
2936
2935
  body?: {
2937
2936
  data?: string | undefined;
2938
2937
  size?: number | undefined;
2939
2938
  attachmentId?: string | undefined;
2940
2939
  } | undefined;
2940
+ parts?: any[] | undefined;
2941
2941
  }>>;
2942
2942
  }, "strip", z.ZodTypeAny, {
2943
2943
  id: string;
@@ -2955,12 +2955,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2955
2955
  value: string;
2956
2956
  name: string;
2957
2957
  }[] | undefined;
2958
- parts?: any[] | undefined;
2959
2958
  body?: {
2960
2959
  data?: string | undefined;
2961
2960
  size?: number | undefined;
2962
2961
  attachmentId?: string | undefined;
2963
2962
  } | undefined;
2963
+ parts?: any[] | undefined;
2964
2964
  } | undefined;
2965
2965
  }, {
2966
2966
  id: string;
@@ -2978,12 +2978,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2978
2978
  value: string;
2979
2979
  name: string;
2980
2980
  }[] | undefined;
2981
- parts?: any[] | undefined;
2982
2981
  body?: {
2983
2982
  data?: string | undefined;
2984
2983
  size?: number | undefined;
2985
2984
  attachmentId?: string | undefined;
2986
2985
  } | undefined;
2986
+ parts?: any[] | undefined;
2987
2987
  } | undefined;
2988
2988
  }>;
2989
2989
  }, "strip", z.ZodTypeAny, {
@@ -3003,12 +3003,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3003
3003
  value: string;
3004
3004
  name: string;
3005
3005
  }[] | undefined;
3006
- parts?: any[] | undefined;
3007
3006
  body?: {
3008
3007
  data?: string | undefined;
3009
3008
  size?: number | undefined;
3010
3009
  attachmentId?: string | undefined;
3011
3010
  } | undefined;
3011
+ parts?: any[] | undefined;
3012
3012
  } | undefined;
3013
3013
  };
3014
3014
  id: string;
@@ -3029,12 +3029,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3029
3029
  value: string;
3030
3030
  name: string;
3031
3031
  }[] | undefined;
3032
- parts?: any[] | undefined;
3033
3032
  body?: {
3034
3033
  data?: string | undefined;
3035
3034
  size?: number | undefined;
3036
3035
  attachmentId?: string | undefined;
3037
3036
  } | undefined;
3037
+ parts?: any[] | undefined;
3038
3038
  } | undefined;
3039
3039
  };
3040
3040
  id: string;
@@ -3065,12 +3065,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3065
3065
  value: string;
3066
3066
  name: string;
3067
3067
  }[] | undefined;
3068
- parts?: any[] | undefined;
3069
3068
  body?: {
3070
3069
  data?: string | undefined;
3071
3070
  size?: number | undefined;
3072
3071
  attachmentId?: string | undefined;
3073
3072
  } | undefined;
3073
+ parts?: any[] | undefined;
3074
3074
  } | undefined;
3075
3075
  };
3076
3076
  id: string;
@@ -3098,12 +3098,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3098
3098
  value: string;
3099
3099
  name: string;
3100
3100
  }[] | undefined;
3101
- parts?: any[] | undefined;
3102
3101
  body?: {
3103
3102
  data?: string | undefined;
3104
3103
  size?: number | undefined;
3105
3104
  attachmentId?: string | undefined;
3106
3105
  } | undefined;
3106
+ parts?: any[] | undefined;
3107
3107
  } | undefined;
3108
3108
  };
3109
3109
  id: string;
@@ -3186,24 +3186,24 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3186
3186
  value: string;
3187
3187
  name: string;
3188
3188
  }[] | undefined;
3189
- parts?: any[] | undefined;
3190
3189
  body?: {
3191
3190
  data?: string | undefined;
3192
3191
  size?: number | undefined;
3193
3192
  attachmentId?: string | undefined;
3194
3193
  } | undefined;
3194
+ parts?: any[] | undefined;
3195
3195
  }, {
3196
3196
  mimeType?: string | undefined;
3197
3197
  headers?: {
3198
3198
  value: string;
3199
3199
  name: string;
3200
3200
  }[] | undefined;
3201
- parts?: any[] | undefined;
3202
3201
  body?: {
3203
3202
  data?: string | undefined;
3204
3203
  size?: number | undefined;
3205
3204
  attachmentId?: string | undefined;
3206
3205
  } | undefined;
3206
+ parts?: any[] | undefined;
3207
3207
  }>>;
3208
3208
  }, "strip", z.ZodTypeAny, {
3209
3209
  id: string;
@@ -3221,12 +3221,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3221
3221
  value: string;
3222
3222
  name: string;
3223
3223
  }[] | undefined;
3224
- parts?: any[] | undefined;
3225
3224
  body?: {
3226
3225
  data?: string | undefined;
3227
3226
  size?: number | undefined;
3228
3227
  attachmentId?: string | undefined;
3229
3228
  } | undefined;
3229
+ parts?: any[] | undefined;
3230
3230
  } | undefined;
3231
3231
  }, {
3232
3232
  id: string;
@@ -3244,12 +3244,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3244
3244
  value: string;
3245
3245
  name: string;
3246
3246
  }[] | undefined;
3247
- parts?: any[] | undefined;
3248
3247
  body?: {
3249
3248
  data?: string | undefined;
3250
3249
  size?: number | undefined;
3251
3250
  attachmentId?: string | undefined;
3252
3251
  } | undefined;
3252
+ parts?: any[] | undefined;
3253
3253
  } | undefined;
3254
3254
  }>, "many">>;
3255
3255
  snippet: z.ZodOptional<z.ZodString>;
@@ -3271,12 +3271,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3271
3271
  value: string;
3272
3272
  name: string;
3273
3273
  }[] | undefined;
3274
- parts?: any[] | undefined;
3275
3274
  body?: {
3276
3275
  data?: string | undefined;
3277
3276
  size?: number | undefined;
3278
3277
  attachmentId?: string | undefined;
3279
3278
  } | undefined;
3279
+ parts?: any[] | undefined;
3280
3280
  } | undefined;
3281
3281
  }[] | undefined;
3282
3282
  snippet?: string | undefined;
@@ -3299,12 +3299,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3299
3299
  value: string;
3300
3300
  name: string;
3301
3301
  }[] | undefined;
3302
- parts?: any[] | undefined;
3303
3302
  body?: {
3304
3303
  data?: string | undefined;
3305
3304
  size?: number | undefined;
3306
3305
  attachmentId?: string | undefined;
3307
3306
  } | undefined;
3307
+ parts?: any[] | undefined;
3308
3308
  } | undefined;
3309
3309
  }[] | undefined;
3310
3310
  snippet?: string | undefined;
@@ -3337,12 +3337,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3337
3337
  value: string;
3338
3338
  name: string;
3339
3339
  }[] | undefined;
3340
- parts?: any[] | undefined;
3341
3340
  body?: {
3342
3341
  data?: string | undefined;
3343
3342
  size?: number | undefined;
3344
3343
  attachmentId?: string | undefined;
3345
3344
  } | undefined;
3345
+ parts?: any[] | undefined;
3346
3346
  } | undefined;
3347
3347
  }[] | undefined;
3348
3348
  snippet?: string | undefined;
@@ -3372,12 +3372,12 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3372
3372
  value: string;
3373
3373
  name: string;
3374
3374
  }[] | undefined;
3375
- parts?: any[] | undefined;
3376
3375
  body?: {
3377
3376
  data?: string | undefined;
3378
3377
  size?: number | undefined;
3379
3378
  attachmentId?: string | undefined;
3380
3379
  } | undefined;
3380
+ parts?: any[] | undefined;
3381
3381
  } | undefined;
3382
3382
  }[] | undefined;
3383
3383
  snippet?: string | undefined;