@bubblelab/bubble-core 0.1.51 → 0.1.52

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 (40) hide show
  1. package/dist/bubble-bundle.d.ts +50 -50
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +8 -8
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
  4. package/dist/bubbles/service-bubble/airtable.d.ts +72 -72
  5. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +124 -124
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +16 -16
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  8. package/dist/bubbles/service-bubble/firecrawl.d.ts +48 -48
  9. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  10. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +36 -36
  11. package/dist/bubbles/service-bubble/github.d.ts +56 -56
  12. package/dist/bubbles/service-bubble/gmail.d.ts +124 -124
  13. package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
  14. package/dist/bubbles/service-bubble/hello-world.d.ts +2 -2
  15. package/dist/bubbles/service-bubble/jira/jira.d.ts +24 -24
  16. package/dist/bubbles/service-bubble/notion/notion.d.ts +392 -392
  17. package/dist/bubbles/service-bubble/resend.d.ts +8 -8
  18. package/dist/bubbles/service-bubble/slack/slack.d.ts +28 -28
  19. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +201 -32
  20. package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
  21. package/dist/bubbles/service-bubble/stripe/stripe.js +51 -0
  22. package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
  23. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +210 -40
  24. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
  25. package/dist/bubbles/service-bubble/stripe/stripe.schema.js +45 -0
  26. package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
  27. package/dist/bubbles/service-bubble/telegram.d.ts +140 -140
  28. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  29. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
  30. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +10 -10
  31. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +8 -8
  32. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
  33. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +18 -18
  34. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  35. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
  36. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +48 -48
  37. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  38. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
  39. package/dist/bubbles.json +252 -2
  40. package/package.json +2 -2
@@ -343,11 +343,11 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
343
343
  name: z.ZodString;
344
344
  value: z.ZodString;
345
345
  }, "strip", z.ZodTypeAny, {
346
- value: string;
347
346
  name: string;
348
- }, {
349
347
  value: string;
348
+ }, {
350
349
  name: string;
350
+ value: string;
351
351
  }>, "many">>;
352
352
  body: z.ZodOptional<z.ZodObject<{
353
353
  data: z.ZodOptional<z.ZodString>;
@@ -366,8 +366,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
366
366
  }, "strip", z.ZodTypeAny, {
367
367
  mimeType?: string | undefined;
368
368
  headers?: {
369
- value: string;
370
369
  name: string;
370
+ value: string;
371
371
  }[] | undefined;
372
372
  body?: {
373
373
  data?: string | undefined;
@@ -378,8 +378,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
378
378
  }, {
379
379
  mimeType?: string | undefined;
380
380
  headers?: {
381
- value: string;
382
381
  name: string;
382
+ value: string;
383
383
  }[] | undefined;
384
384
  body?: {
385
385
  data?: string | undefined;
@@ -401,8 +401,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
401
401
  payload?: {
402
402
  mimeType?: string | undefined;
403
403
  headers?: {
404
- value: string;
405
404
  name: string;
405
+ value: string;
406
406
  }[] | undefined;
407
407
  body?: {
408
408
  data?: string | undefined;
@@ -424,8 +424,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
424
424
  payload?: {
425
425
  mimeType?: string | undefined;
426
426
  headers?: {
427
- value: string;
428
427
  name: string;
428
+ value: string;
429
429
  }[] | undefined;
430
430
  body?: {
431
431
  data?: string | undefined;
@@ -455,8 +455,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
455
455
  payload?: {
456
456
  mimeType?: string | undefined;
457
457
  headers?: {
458
- value: string;
459
458
  name: string;
459
+ value: string;
460
460
  }[] | undefined;
461
461
  body?: {
462
462
  data?: string | undefined;
@@ -485,8 +485,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
485
485
  payload?: {
486
486
  mimeType?: string | undefined;
487
487
  headers?: {
488
- value: string;
489
488
  name: string;
489
+ value: string;
490
490
  }[] | undefined;
491
491
  body?: {
492
492
  data?: string | undefined;
@@ -517,11 +517,11 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
517
517
  name: z.ZodString;
518
518
  value: z.ZodString;
519
519
  }, "strip", z.ZodTypeAny, {
520
- value: string;
521
520
  name: string;
522
- }, {
523
521
  value: string;
522
+ }, {
524
523
  name: string;
524
+ value: string;
525
525
  }>, "many">>;
526
526
  body: z.ZodOptional<z.ZodObject<{
527
527
  data: z.ZodOptional<z.ZodString>;
@@ -540,8 +540,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
540
540
  }, "strip", z.ZodTypeAny, {
541
541
  mimeType?: string | undefined;
542
542
  headers?: {
543
- value: string;
544
543
  name: string;
544
+ value: string;
545
545
  }[] | undefined;
546
546
  body?: {
547
547
  data?: string | undefined;
@@ -552,8 +552,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
552
552
  }, {
553
553
  mimeType?: string | undefined;
554
554
  headers?: {
555
- value: string;
556
555
  name: string;
556
+ value: string;
557
557
  }[] | undefined;
558
558
  body?: {
559
559
  data?: string | undefined;
@@ -575,8 +575,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
575
575
  payload?: {
576
576
  mimeType?: string | undefined;
577
577
  headers?: {
578
- value: string;
579
578
  name: string;
579
+ value: string;
580
580
  }[] | undefined;
581
581
  body?: {
582
582
  data?: string | undefined;
@@ -598,8 +598,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
598
598
  payload?: {
599
599
  mimeType?: string | undefined;
600
600
  headers?: {
601
- value: string;
602
601
  name: string;
602
+ value: string;
603
603
  }[] | undefined;
604
604
  body?: {
605
605
  data?: string | undefined;
@@ -627,8 +627,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
627
627
  payload?: {
628
628
  mimeType?: string | undefined;
629
629
  headers?: {
630
- value: string;
631
630
  name: string;
631
+ value: string;
632
632
  }[] | undefined;
633
633
  body?: {
634
634
  data?: string | undefined;
@@ -655,8 +655,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
655
655
  payload?: {
656
656
  mimeType?: string | undefined;
657
657
  headers?: {
658
- value: string;
659
658
  name: string;
659
+ value: string;
660
660
  }[] | undefined;
661
661
  body?: {
662
662
  data?: string | undefined;
@@ -685,11 +685,11 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
685
685
  name: z.ZodString;
686
686
  value: z.ZodString;
687
687
  }, "strip", z.ZodTypeAny, {
688
- value: string;
689
688
  name: string;
690
- }, {
691
689
  value: string;
690
+ }, {
692
691
  name: string;
692
+ value: string;
693
693
  }>, "many">>;
694
694
  body: z.ZodOptional<z.ZodObject<{
695
695
  data: z.ZodOptional<z.ZodString>;
@@ -708,8 +708,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
708
708
  }, "strip", z.ZodTypeAny, {
709
709
  mimeType?: string | undefined;
710
710
  headers?: {
711
- value: string;
712
711
  name: string;
712
+ value: string;
713
713
  }[] | undefined;
714
714
  body?: {
715
715
  data?: string | undefined;
@@ -720,8 +720,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
720
720
  }, {
721
721
  mimeType?: string | undefined;
722
722
  headers?: {
723
- value: string;
724
723
  name: string;
724
+ value: string;
725
725
  }[] | undefined;
726
726
  body?: {
727
727
  data?: string | undefined;
@@ -743,8 +743,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
743
743
  payload?: {
744
744
  mimeType?: string | undefined;
745
745
  headers?: {
746
- value: string;
747
746
  name: string;
747
+ value: string;
748
748
  }[] | undefined;
749
749
  body?: {
750
750
  data?: string | undefined;
@@ -766,8 +766,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
766
766
  payload?: {
767
767
  mimeType?: string | undefined;
768
768
  headers?: {
769
- value: string;
770
769
  name: string;
770
+ value: string;
771
771
  }[] | undefined;
772
772
  body?: {
773
773
  data?: string | undefined;
@@ -796,8 +796,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
796
796
  payload?: {
797
797
  mimeType?: string | undefined;
798
798
  headers?: {
799
- value: string;
800
799
  name: string;
800
+ value: string;
801
801
  }[] | undefined;
802
802
  body?: {
803
803
  data?: string | undefined;
@@ -825,8 +825,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
825
825
  payload?: {
826
826
  mimeType?: string | undefined;
827
827
  headers?: {
828
- value: string;
829
828
  name: string;
829
+ value: string;
830
830
  }[] | undefined;
831
831
  body?: {
832
832
  data?: string | undefined;
@@ -888,11 +888,11 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
888
888
  name: z.ZodString;
889
889
  value: z.ZodString;
890
890
  }, "strip", z.ZodTypeAny, {
891
- value: string;
892
891
  name: string;
893
- }, {
894
892
  value: string;
893
+ }, {
895
894
  name: string;
895
+ value: string;
896
896
  }>, "many">>;
897
897
  body: z.ZodOptional<z.ZodObject<{
898
898
  data: z.ZodOptional<z.ZodString>;
@@ -911,8 +911,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
911
911
  }, "strip", z.ZodTypeAny, {
912
912
  mimeType?: string | undefined;
913
913
  headers?: {
914
- value: string;
915
914
  name: string;
915
+ value: string;
916
916
  }[] | undefined;
917
917
  body?: {
918
918
  data?: string | undefined;
@@ -923,8 +923,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
923
923
  }, {
924
924
  mimeType?: string | undefined;
925
925
  headers?: {
926
- value: string;
927
926
  name: string;
927
+ value: string;
928
928
  }[] | undefined;
929
929
  body?: {
930
930
  data?: string | undefined;
@@ -946,8 +946,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
946
946
  payload?: {
947
947
  mimeType?: string | undefined;
948
948
  headers?: {
949
- value: string;
950
949
  name: string;
950
+ value: string;
951
951
  }[] | undefined;
952
952
  body?: {
953
953
  data?: string | undefined;
@@ -969,8 +969,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
969
969
  payload?: {
970
970
  mimeType?: string | undefined;
971
971
  headers?: {
972
- value: string;
973
972
  name: string;
973
+ value: string;
974
974
  }[] | undefined;
975
975
  body?: {
976
976
  data?: string | undefined;
@@ -981,6 +981,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
981
981
  } | undefined;
982
982
  }>;
983
983
  }, "strip", z.ZodTypeAny, {
984
+ id: string;
984
985
  message: {
985
986
  id: string;
986
987
  threadId?: string | undefined;
@@ -994,8 +995,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
994
995
  payload?: {
995
996
  mimeType?: string | undefined;
996
997
  headers?: {
997
- value: string;
998
998
  name: string;
999
+ value: string;
999
1000
  }[] | undefined;
1000
1001
  body?: {
1001
1002
  data?: string | undefined;
@@ -1005,8 +1006,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1005
1006
  parts?: any[] | undefined;
1006
1007
  } | undefined;
1007
1008
  };
1008
- id: string;
1009
1009
  }, {
1010
+ id: string;
1010
1011
  message: {
1011
1012
  id: string;
1012
1013
  threadId?: string | undefined;
@@ -1020,8 +1021,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1020
1021
  payload?: {
1021
1022
  mimeType?: string | undefined;
1022
1023
  headers?: {
1023
- value: string;
1024
1024
  name: string;
1025
+ value: string;
1025
1026
  }[] | undefined;
1026
1027
  body?: {
1027
1028
  data?: string | undefined;
@@ -1031,7 +1032,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1031
1032
  parts?: any[] | undefined;
1032
1033
  } | undefined;
1033
1034
  };
1034
- id: string;
1035
1035
  }>>;
1036
1036
  error: z.ZodString;
1037
1037
  }, "strip", z.ZodTypeAny, {
@@ -1039,6 +1039,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1039
1039
  success: boolean;
1040
1040
  error: string;
1041
1041
  draft?: {
1042
+ id: string;
1042
1043
  message: {
1043
1044
  id: string;
1044
1045
  threadId?: string | undefined;
@@ -1052,8 +1053,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1052
1053
  payload?: {
1053
1054
  mimeType?: string | undefined;
1054
1055
  headers?: {
1055
- value: string;
1056
1056
  name: string;
1057
+ value: string;
1057
1058
  }[] | undefined;
1058
1059
  body?: {
1059
1060
  data?: string | undefined;
@@ -1063,13 +1064,13 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1063
1064
  parts?: any[] | undefined;
1064
1065
  } | undefined;
1065
1066
  };
1066
- id: string;
1067
1067
  } | undefined;
1068
1068
  }, {
1069
1069
  operation: "create_draft";
1070
1070
  success: boolean;
1071
1071
  error: string;
1072
1072
  draft?: {
1073
+ id: string;
1073
1074
  message: {
1074
1075
  id: string;
1075
1076
  threadId?: string | undefined;
@@ -1083,8 +1084,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1083
1084
  payload?: {
1084
1085
  mimeType?: string | undefined;
1085
1086
  headers?: {
1086
- value: string;
1087
1087
  name: string;
1088
+ value: string;
1088
1089
  }[] | undefined;
1089
1090
  body?: {
1090
1091
  data?: string | undefined;
@@ -1094,7 +1095,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1094
1095
  parts?: any[] | undefined;
1095
1096
  } | undefined;
1096
1097
  };
1097
- id: string;
1098
1098
  } | undefined;
1099
1099
  }>, z.ZodObject<{
1100
1100
  operation: z.ZodLiteral<"send_draft">;
@@ -1135,11 +1135,11 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1135
1135
  name: z.ZodString;
1136
1136
  value: z.ZodString;
1137
1137
  }, "strip", z.ZodTypeAny, {
1138
- value: string;
1139
1138
  name: string;
1140
- }, {
1141
1139
  value: string;
1140
+ }, {
1142
1141
  name: string;
1142
+ value: string;
1143
1143
  }>, "many">>;
1144
1144
  body: z.ZodOptional<z.ZodObject<{
1145
1145
  data: z.ZodOptional<z.ZodString>;
@@ -1158,8 +1158,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1158
1158
  }, "strip", z.ZodTypeAny, {
1159
1159
  mimeType?: string | undefined;
1160
1160
  headers?: {
1161
- value: string;
1162
1161
  name: string;
1162
+ value: string;
1163
1163
  }[] | undefined;
1164
1164
  body?: {
1165
1165
  data?: string | undefined;
@@ -1170,8 +1170,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1170
1170
  }, {
1171
1171
  mimeType?: string | undefined;
1172
1172
  headers?: {
1173
- value: string;
1174
1173
  name: string;
1174
+ value: string;
1175
1175
  }[] | undefined;
1176
1176
  body?: {
1177
1177
  data?: string | undefined;
@@ -1193,8 +1193,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1193
1193
  payload?: {
1194
1194
  mimeType?: string | undefined;
1195
1195
  headers?: {
1196
- value: string;
1197
1196
  name: string;
1197
+ value: string;
1198
1198
  }[] | undefined;
1199
1199
  body?: {
1200
1200
  data?: string | undefined;
@@ -1216,8 +1216,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1216
1216
  payload?: {
1217
1217
  mimeType?: string | undefined;
1218
1218
  headers?: {
1219
- value: string;
1220
1219
  name: string;
1220
+ value: string;
1221
1221
  }[] | undefined;
1222
1222
  body?: {
1223
1223
  data?: string | undefined;
@@ -1228,6 +1228,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1228
1228
  } | undefined;
1229
1229
  }>;
1230
1230
  }, "strip", z.ZodTypeAny, {
1231
+ id: string;
1231
1232
  message: {
1232
1233
  id: string;
1233
1234
  threadId?: string | undefined;
@@ -1241,8 +1242,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1241
1242
  payload?: {
1242
1243
  mimeType?: string | undefined;
1243
1244
  headers?: {
1244
- value: string;
1245
1245
  name: string;
1246
+ value: string;
1246
1247
  }[] | undefined;
1247
1248
  body?: {
1248
1249
  data?: string | undefined;
@@ -1252,8 +1253,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1252
1253
  parts?: any[] | undefined;
1253
1254
  } | undefined;
1254
1255
  };
1255
- id: string;
1256
1256
  }, {
1257
+ id: string;
1257
1258
  message: {
1258
1259
  id: string;
1259
1260
  threadId?: string | undefined;
@@ -1267,8 +1268,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1267
1268
  payload?: {
1268
1269
  mimeType?: string | undefined;
1269
1270
  headers?: {
1270
- value: string;
1271
1271
  name: string;
1272
+ value: string;
1272
1273
  }[] | undefined;
1273
1274
  body?: {
1274
1275
  data?: string | undefined;
@@ -1278,7 +1279,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1278
1279
  parts?: any[] | undefined;
1279
1280
  } | undefined;
1280
1281
  };
1281
- id: string;
1282
1282
  }>, "many">>;
1283
1283
  next_page_token: z.ZodOptional<z.ZodString>;
1284
1284
  result_size_estimate: z.ZodOptional<z.ZodNumber>;
@@ -1290,6 +1290,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1290
1290
  next_page_token?: string | undefined;
1291
1291
  result_size_estimate?: number | undefined;
1292
1292
  drafts?: {
1293
+ id: string;
1293
1294
  message: {
1294
1295
  id: string;
1295
1296
  threadId?: string | undefined;
@@ -1303,8 +1304,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1303
1304
  payload?: {
1304
1305
  mimeType?: string | undefined;
1305
1306
  headers?: {
1306
- value: string;
1307
1307
  name: string;
1308
+ value: string;
1308
1309
  }[] | undefined;
1309
1310
  body?: {
1310
1311
  data?: string | undefined;
@@ -1314,7 +1315,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1314
1315
  parts?: any[] | undefined;
1315
1316
  } | undefined;
1316
1317
  };
1317
- id: string;
1318
1318
  }[] | undefined;
1319
1319
  }, {
1320
1320
  operation: "list_drafts";
@@ -1323,6 +1323,7 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1323
1323
  next_page_token?: string | undefined;
1324
1324
  result_size_estimate?: number | undefined;
1325
1325
  drafts?: {
1326
+ id: string;
1326
1327
  message: {
1327
1328
  id: string;
1328
1329
  threadId?: string | undefined;
@@ -1336,8 +1337,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1336
1337
  payload?: {
1337
1338
  mimeType?: string | undefined;
1338
1339
  headers?: {
1339
- value: string;
1340
1340
  name: string;
1341
+ value: string;
1341
1342
  }[] | undefined;
1342
1343
  body?: {
1343
1344
  data?: string | undefined;
@@ -1347,7 +1348,6 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1347
1348
  parts?: any[] | undefined;
1348
1349
  } | undefined;
1349
1350
  };
1350
- id: string;
1351
1351
  }[] | undefined;
1352
1352
  }>, z.ZodObject<{
1353
1353
  operation: z.ZodLiteral<"delete_email">;
@@ -1401,11 +1401,11 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1401
1401
  name: z.ZodString;
1402
1402
  value: z.ZodString;
1403
1403
  }, "strip", z.ZodTypeAny, {
1404
- value: string;
1405
1404
  name: string;
1406
- }, {
1407
1405
  value: string;
1406
+ }, {
1408
1407
  name: string;
1408
+ value: string;
1409
1409
  }>, "many">>;
1410
1410
  body: z.ZodOptional<z.ZodObject<{
1411
1411
  data: z.ZodOptional<z.ZodString>;
@@ -1424,8 +1424,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1424
1424
  }, "strip", z.ZodTypeAny, {
1425
1425
  mimeType?: string | undefined;
1426
1426
  headers?: {
1427
- value: string;
1428
1427
  name: string;
1428
+ value: string;
1429
1429
  }[] | undefined;
1430
1430
  body?: {
1431
1431
  data?: string | undefined;
@@ -1436,8 +1436,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1436
1436
  }, {
1437
1437
  mimeType?: string | undefined;
1438
1438
  headers?: {
1439
- value: string;
1440
1439
  name: string;
1440
+ value: string;
1441
1441
  }[] | undefined;
1442
1442
  body?: {
1443
1443
  data?: string | undefined;
@@ -1459,8 +1459,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1459
1459
  payload?: {
1460
1460
  mimeType?: string | undefined;
1461
1461
  headers?: {
1462
- value: string;
1463
1462
  name: string;
1463
+ value: string;
1464
1464
  }[] | undefined;
1465
1465
  body?: {
1466
1466
  data?: string | undefined;
@@ -1482,8 +1482,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1482
1482
  payload?: {
1483
1483
  mimeType?: string | undefined;
1484
1484
  headers?: {
1485
- value: string;
1486
1485
  name: string;
1486
+ value: string;
1487
1487
  }[] | undefined;
1488
1488
  body?: {
1489
1489
  data?: string | undefined;
@@ -1509,8 +1509,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1509
1509
  payload?: {
1510
1510
  mimeType?: string | undefined;
1511
1511
  headers?: {
1512
- value: string;
1513
1512
  name: string;
1513
+ value: string;
1514
1514
  }[] | undefined;
1515
1515
  body?: {
1516
1516
  data?: string | undefined;
@@ -1537,8 +1537,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1537
1537
  payload?: {
1538
1538
  mimeType?: string | undefined;
1539
1539
  headers?: {
1540
- value: string;
1541
1540
  name: string;
1541
+ value: string;
1542
1542
  }[] | undefined;
1543
1543
  body?: {
1544
1544
  data?: string | undefined;
@@ -1575,8 +1575,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1575
1575
  payload?: {
1576
1576
  mimeType?: string | undefined;
1577
1577
  headers?: {
1578
- value: string;
1579
1578
  name: string;
1579
+ value: string;
1580
1580
  }[] | undefined;
1581
1581
  body?: {
1582
1582
  data?: string | undefined;
@@ -1610,8 +1610,8 @@ declare const GmailResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1610
1610
  payload?: {
1611
1611
  mimeType?: string | undefined;
1612
1612
  headers?: {
1613
- value: string;
1614
1613
  name: string;
1614
+ value: string;
1615
1615
  }[] | undefined;
1616
1616
  body?: {
1617
1617
  data?: string | undefined;
@@ -2102,11 +2102,11 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2102
2102
  name: z.ZodString;
2103
2103
  value: z.ZodString;
2104
2104
  }, "strip", z.ZodTypeAny, {
2105
- value: string;
2106
2105
  name: string;
2107
- }, {
2108
2106
  value: string;
2107
+ }, {
2109
2108
  name: string;
2109
+ value: string;
2110
2110
  }>, "many">>;
2111
2111
  body: z.ZodOptional<z.ZodObject<{
2112
2112
  data: z.ZodOptional<z.ZodString>;
@@ -2125,8 +2125,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2125
2125
  }, "strip", z.ZodTypeAny, {
2126
2126
  mimeType?: string | undefined;
2127
2127
  headers?: {
2128
- value: string;
2129
2128
  name: string;
2129
+ value: string;
2130
2130
  }[] | undefined;
2131
2131
  body?: {
2132
2132
  data?: string | undefined;
@@ -2137,8 +2137,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2137
2137
  }, {
2138
2138
  mimeType?: string | undefined;
2139
2139
  headers?: {
2140
- value: string;
2141
2140
  name: string;
2141
+ value: string;
2142
2142
  }[] | undefined;
2143
2143
  body?: {
2144
2144
  data?: string | undefined;
@@ -2160,8 +2160,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2160
2160
  payload?: {
2161
2161
  mimeType?: string | undefined;
2162
2162
  headers?: {
2163
- value: string;
2164
2163
  name: string;
2164
+ value: string;
2165
2165
  }[] | undefined;
2166
2166
  body?: {
2167
2167
  data?: string | undefined;
@@ -2183,8 +2183,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2183
2183
  payload?: {
2184
2184
  mimeType?: string | undefined;
2185
2185
  headers?: {
2186
- value: string;
2187
2186
  name: string;
2187
+ value: string;
2188
2188
  }[] | undefined;
2189
2189
  body?: {
2190
2190
  data?: string | undefined;
@@ -2214,8 +2214,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2214
2214
  payload?: {
2215
2215
  mimeType?: string | undefined;
2216
2216
  headers?: {
2217
- value: string;
2218
2217
  name: string;
2218
+ value: string;
2219
2219
  }[] | undefined;
2220
2220
  body?: {
2221
2221
  data?: string | undefined;
@@ -2244,8 +2244,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2244
2244
  payload?: {
2245
2245
  mimeType?: string | undefined;
2246
2246
  headers?: {
2247
- value: string;
2248
2247
  name: string;
2248
+ value: string;
2249
2249
  }[] | undefined;
2250
2250
  body?: {
2251
2251
  data?: string | undefined;
@@ -2276,11 +2276,11 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2276
2276
  name: z.ZodString;
2277
2277
  value: z.ZodString;
2278
2278
  }, "strip", z.ZodTypeAny, {
2279
- value: string;
2280
2279
  name: string;
2281
- }, {
2282
2280
  value: string;
2281
+ }, {
2283
2282
  name: string;
2283
+ value: string;
2284
2284
  }>, "many">>;
2285
2285
  body: z.ZodOptional<z.ZodObject<{
2286
2286
  data: z.ZodOptional<z.ZodString>;
@@ -2299,8 +2299,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2299
2299
  }, "strip", z.ZodTypeAny, {
2300
2300
  mimeType?: string | undefined;
2301
2301
  headers?: {
2302
- value: string;
2303
2302
  name: string;
2303
+ value: string;
2304
2304
  }[] | undefined;
2305
2305
  body?: {
2306
2306
  data?: string | undefined;
@@ -2311,8 +2311,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2311
2311
  }, {
2312
2312
  mimeType?: string | undefined;
2313
2313
  headers?: {
2314
- value: string;
2315
2314
  name: string;
2315
+ value: string;
2316
2316
  }[] | undefined;
2317
2317
  body?: {
2318
2318
  data?: string | undefined;
@@ -2334,8 +2334,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2334
2334
  payload?: {
2335
2335
  mimeType?: string | undefined;
2336
2336
  headers?: {
2337
- value: string;
2338
2337
  name: string;
2338
+ value: string;
2339
2339
  }[] | undefined;
2340
2340
  body?: {
2341
2341
  data?: string | undefined;
@@ -2357,8 +2357,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2357
2357
  payload?: {
2358
2358
  mimeType?: string | undefined;
2359
2359
  headers?: {
2360
- value: string;
2361
2360
  name: string;
2361
+ value: string;
2362
2362
  }[] | undefined;
2363
2363
  body?: {
2364
2364
  data?: string | undefined;
@@ -2386,8 +2386,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2386
2386
  payload?: {
2387
2387
  mimeType?: string | undefined;
2388
2388
  headers?: {
2389
- value: string;
2390
2389
  name: string;
2390
+ value: string;
2391
2391
  }[] | undefined;
2392
2392
  body?: {
2393
2393
  data?: string | undefined;
@@ -2414,8 +2414,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2414
2414
  payload?: {
2415
2415
  mimeType?: string | undefined;
2416
2416
  headers?: {
2417
- value: string;
2418
2417
  name: string;
2418
+ value: string;
2419
2419
  }[] | undefined;
2420
2420
  body?: {
2421
2421
  data?: string | undefined;
@@ -2444,11 +2444,11 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2444
2444
  name: z.ZodString;
2445
2445
  value: z.ZodString;
2446
2446
  }, "strip", z.ZodTypeAny, {
2447
- value: string;
2448
2447
  name: string;
2449
- }, {
2450
2448
  value: string;
2449
+ }, {
2451
2450
  name: string;
2451
+ value: string;
2452
2452
  }>, "many">>;
2453
2453
  body: z.ZodOptional<z.ZodObject<{
2454
2454
  data: z.ZodOptional<z.ZodString>;
@@ -2467,8 +2467,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2467
2467
  }, "strip", z.ZodTypeAny, {
2468
2468
  mimeType?: string | undefined;
2469
2469
  headers?: {
2470
- value: string;
2471
2470
  name: string;
2471
+ value: string;
2472
2472
  }[] | undefined;
2473
2473
  body?: {
2474
2474
  data?: string | undefined;
@@ -2479,8 +2479,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2479
2479
  }, {
2480
2480
  mimeType?: string | undefined;
2481
2481
  headers?: {
2482
- value: string;
2483
2482
  name: string;
2483
+ value: string;
2484
2484
  }[] | undefined;
2485
2485
  body?: {
2486
2486
  data?: string | undefined;
@@ -2502,8 +2502,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2502
2502
  payload?: {
2503
2503
  mimeType?: string | undefined;
2504
2504
  headers?: {
2505
- value: string;
2506
2505
  name: string;
2506
+ value: string;
2507
2507
  }[] | undefined;
2508
2508
  body?: {
2509
2509
  data?: string | undefined;
@@ -2525,8 +2525,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2525
2525
  payload?: {
2526
2526
  mimeType?: string | undefined;
2527
2527
  headers?: {
2528
- value: string;
2529
2528
  name: string;
2529
+ value: string;
2530
2530
  }[] | undefined;
2531
2531
  body?: {
2532
2532
  data?: string | undefined;
@@ -2555,8 +2555,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2555
2555
  payload?: {
2556
2556
  mimeType?: string | undefined;
2557
2557
  headers?: {
2558
- value: string;
2559
2558
  name: string;
2559
+ value: string;
2560
2560
  }[] | undefined;
2561
2561
  body?: {
2562
2562
  data?: string | undefined;
@@ -2584,8 +2584,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2584
2584
  payload?: {
2585
2585
  mimeType?: string | undefined;
2586
2586
  headers?: {
2587
- value: string;
2588
2587
  name: string;
2588
+ value: string;
2589
2589
  }[] | undefined;
2590
2590
  body?: {
2591
2591
  data?: string | undefined;
@@ -2647,11 +2647,11 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2647
2647
  name: z.ZodString;
2648
2648
  value: z.ZodString;
2649
2649
  }, "strip", z.ZodTypeAny, {
2650
- value: string;
2651
2650
  name: string;
2652
- }, {
2653
2651
  value: string;
2652
+ }, {
2654
2653
  name: string;
2654
+ value: string;
2655
2655
  }>, "many">>;
2656
2656
  body: z.ZodOptional<z.ZodObject<{
2657
2657
  data: z.ZodOptional<z.ZodString>;
@@ -2670,8 +2670,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2670
2670
  }, "strip", z.ZodTypeAny, {
2671
2671
  mimeType?: string | undefined;
2672
2672
  headers?: {
2673
- value: string;
2674
2673
  name: string;
2674
+ value: string;
2675
2675
  }[] | undefined;
2676
2676
  body?: {
2677
2677
  data?: string | undefined;
@@ -2682,8 +2682,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2682
2682
  }, {
2683
2683
  mimeType?: string | undefined;
2684
2684
  headers?: {
2685
- value: string;
2686
2685
  name: string;
2686
+ value: string;
2687
2687
  }[] | undefined;
2688
2688
  body?: {
2689
2689
  data?: string | undefined;
@@ -2705,8 +2705,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2705
2705
  payload?: {
2706
2706
  mimeType?: string | undefined;
2707
2707
  headers?: {
2708
- value: string;
2709
2708
  name: string;
2709
+ value: string;
2710
2710
  }[] | undefined;
2711
2711
  body?: {
2712
2712
  data?: string | undefined;
@@ -2728,8 +2728,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2728
2728
  payload?: {
2729
2729
  mimeType?: string | undefined;
2730
2730
  headers?: {
2731
- value: string;
2732
2731
  name: string;
2732
+ value: string;
2733
2733
  }[] | undefined;
2734
2734
  body?: {
2735
2735
  data?: string | undefined;
@@ -2740,6 +2740,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2740
2740
  } | undefined;
2741
2741
  }>;
2742
2742
  }, "strip", z.ZodTypeAny, {
2743
+ id: string;
2743
2744
  message: {
2744
2745
  id: string;
2745
2746
  threadId?: string | undefined;
@@ -2753,8 +2754,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2753
2754
  payload?: {
2754
2755
  mimeType?: string | undefined;
2755
2756
  headers?: {
2756
- value: string;
2757
2757
  name: string;
2758
+ value: string;
2758
2759
  }[] | undefined;
2759
2760
  body?: {
2760
2761
  data?: string | undefined;
@@ -2764,8 +2765,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2764
2765
  parts?: any[] | undefined;
2765
2766
  } | undefined;
2766
2767
  };
2767
- id: string;
2768
2768
  }, {
2769
+ id: string;
2769
2770
  message: {
2770
2771
  id: string;
2771
2772
  threadId?: string | undefined;
@@ -2779,8 +2780,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2779
2780
  payload?: {
2780
2781
  mimeType?: string | undefined;
2781
2782
  headers?: {
2782
- value: string;
2783
2783
  name: string;
2784
+ value: string;
2784
2785
  }[] | undefined;
2785
2786
  body?: {
2786
2787
  data?: string | undefined;
@@ -2790,7 +2791,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2790
2791
  parts?: any[] | undefined;
2791
2792
  } | undefined;
2792
2793
  };
2793
- id: string;
2794
2794
  }>>;
2795
2795
  error: z.ZodString;
2796
2796
  }, "strip", z.ZodTypeAny, {
@@ -2798,6 +2798,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2798
2798
  success: boolean;
2799
2799
  error: string;
2800
2800
  draft?: {
2801
+ id: string;
2801
2802
  message: {
2802
2803
  id: string;
2803
2804
  threadId?: string | undefined;
@@ -2811,8 +2812,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2811
2812
  payload?: {
2812
2813
  mimeType?: string | undefined;
2813
2814
  headers?: {
2814
- value: string;
2815
2815
  name: string;
2816
+ value: string;
2816
2817
  }[] | undefined;
2817
2818
  body?: {
2818
2819
  data?: string | undefined;
@@ -2822,13 +2823,13 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2822
2823
  parts?: any[] | undefined;
2823
2824
  } | undefined;
2824
2825
  };
2825
- id: string;
2826
2826
  } | undefined;
2827
2827
  }, {
2828
2828
  operation: "create_draft";
2829
2829
  success: boolean;
2830
2830
  error: string;
2831
2831
  draft?: {
2832
+ id: string;
2832
2833
  message: {
2833
2834
  id: string;
2834
2835
  threadId?: string | undefined;
@@ -2842,8 +2843,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2842
2843
  payload?: {
2843
2844
  mimeType?: string | undefined;
2844
2845
  headers?: {
2845
- value: string;
2846
2846
  name: string;
2847
+ value: string;
2847
2848
  }[] | undefined;
2848
2849
  body?: {
2849
2850
  data?: string | undefined;
@@ -2853,7 +2854,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2853
2854
  parts?: any[] | undefined;
2854
2855
  } | undefined;
2855
2856
  };
2856
- id: string;
2857
2857
  } | undefined;
2858
2858
  }>, z.ZodObject<{
2859
2859
  operation: z.ZodLiteral<"send_draft">;
@@ -2894,11 +2894,11 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2894
2894
  name: z.ZodString;
2895
2895
  value: z.ZodString;
2896
2896
  }, "strip", z.ZodTypeAny, {
2897
- value: string;
2898
2897
  name: string;
2899
- }, {
2900
2898
  value: string;
2899
+ }, {
2901
2900
  name: string;
2901
+ value: string;
2902
2902
  }>, "many">>;
2903
2903
  body: z.ZodOptional<z.ZodObject<{
2904
2904
  data: z.ZodOptional<z.ZodString>;
@@ -2917,8 +2917,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2917
2917
  }, "strip", z.ZodTypeAny, {
2918
2918
  mimeType?: string | undefined;
2919
2919
  headers?: {
2920
- value: string;
2921
2920
  name: string;
2921
+ value: string;
2922
2922
  }[] | undefined;
2923
2923
  body?: {
2924
2924
  data?: string | undefined;
@@ -2929,8 +2929,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2929
2929
  }, {
2930
2930
  mimeType?: string | undefined;
2931
2931
  headers?: {
2932
- value: string;
2933
2932
  name: string;
2933
+ value: string;
2934
2934
  }[] | undefined;
2935
2935
  body?: {
2936
2936
  data?: string | undefined;
@@ -2952,8 +2952,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2952
2952
  payload?: {
2953
2953
  mimeType?: string | undefined;
2954
2954
  headers?: {
2955
- value: string;
2956
2955
  name: string;
2956
+ value: string;
2957
2957
  }[] | undefined;
2958
2958
  body?: {
2959
2959
  data?: string | undefined;
@@ -2975,8 +2975,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2975
2975
  payload?: {
2976
2976
  mimeType?: string | undefined;
2977
2977
  headers?: {
2978
- value: string;
2979
2978
  name: string;
2979
+ value: string;
2980
2980
  }[] | undefined;
2981
2981
  body?: {
2982
2982
  data?: string | undefined;
@@ -2987,6 +2987,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
2987
2987
  } | undefined;
2988
2988
  }>;
2989
2989
  }, "strip", z.ZodTypeAny, {
2990
+ id: string;
2990
2991
  message: {
2991
2992
  id: string;
2992
2993
  threadId?: string | undefined;
@@ -3000,8 +3001,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3000
3001
  payload?: {
3001
3002
  mimeType?: string | undefined;
3002
3003
  headers?: {
3003
- value: string;
3004
3004
  name: string;
3005
+ value: string;
3005
3006
  }[] | undefined;
3006
3007
  body?: {
3007
3008
  data?: string | undefined;
@@ -3011,8 +3012,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3011
3012
  parts?: any[] | undefined;
3012
3013
  } | undefined;
3013
3014
  };
3014
- id: string;
3015
3015
  }, {
3016
+ id: string;
3016
3017
  message: {
3017
3018
  id: string;
3018
3019
  threadId?: string | undefined;
@@ -3026,8 +3027,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3026
3027
  payload?: {
3027
3028
  mimeType?: string | undefined;
3028
3029
  headers?: {
3029
- value: string;
3030
3030
  name: string;
3031
+ value: string;
3031
3032
  }[] | undefined;
3032
3033
  body?: {
3033
3034
  data?: string | undefined;
@@ -3037,7 +3038,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3037
3038
  parts?: any[] | undefined;
3038
3039
  } | undefined;
3039
3040
  };
3040
- id: string;
3041
3041
  }>, "many">>;
3042
3042
  next_page_token: z.ZodOptional<z.ZodString>;
3043
3043
  result_size_estimate: z.ZodOptional<z.ZodNumber>;
@@ -3049,6 +3049,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3049
3049
  next_page_token?: string | undefined;
3050
3050
  result_size_estimate?: number | undefined;
3051
3051
  drafts?: {
3052
+ id: string;
3052
3053
  message: {
3053
3054
  id: string;
3054
3055
  threadId?: string | undefined;
@@ -3062,8 +3063,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3062
3063
  payload?: {
3063
3064
  mimeType?: string | undefined;
3064
3065
  headers?: {
3065
- value: string;
3066
3066
  name: string;
3067
+ value: string;
3067
3068
  }[] | undefined;
3068
3069
  body?: {
3069
3070
  data?: string | undefined;
@@ -3073,7 +3074,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3073
3074
  parts?: any[] | undefined;
3074
3075
  } | undefined;
3075
3076
  };
3076
- id: string;
3077
3077
  }[] | undefined;
3078
3078
  }, {
3079
3079
  operation: "list_drafts";
@@ -3082,6 +3082,7 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3082
3082
  next_page_token?: string | undefined;
3083
3083
  result_size_estimate?: number | undefined;
3084
3084
  drafts?: {
3085
+ id: string;
3085
3086
  message: {
3086
3087
  id: string;
3087
3088
  threadId?: string | undefined;
@@ -3095,8 +3096,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3095
3096
  payload?: {
3096
3097
  mimeType?: string | undefined;
3097
3098
  headers?: {
3098
- value: string;
3099
3099
  name: string;
3100
+ value: string;
3100
3101
  }[] | undefined;
3101
3102
  body?: {
3102
3103
  data?: string | undefined;
@@ -3106,7 +3107,6 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3106
3107
  parts?: any[] | undefined;
3107
3108
  } | undefined;
3108
3109
  };
3109
- id: string;
3110
3110
  }[] | undefined;
3111
3111
  }>, z.ZodObject<{
3112
3112
  operation: z.ZodLiteral<"delete_email">;
@@ -3160,11 +3160,11 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3160
3160
  name: z.ZodString;
3161
3161
  value: z.ZodString;
3162
3162
  }, "strip", z.ZodTypeAny, {
3163
- value: string;
3164
3163
  name: string;
3165
- }, {
3166
3164
  value: string;
3165
+ }, {
3167
3166
  name: string;
3167
+ value: string;
3168
3168
  }>, "many">>;
3169
3169
  body: z.ZodOptional<z.ZodObject<{
3170
3170
  data: z.ZodOptional<z.ZodString>;
@@ -3183,8 +3183,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3183
3183
  }, "strip", z.ZodTypeAny, {
3184
3184
  mimeType?: string | undefined;
3185
3185
  headers?: {
3186
- value: string;
3187
3186
  name: string;
3187
+ value: string;
3188
3188
  }[] | undefined;
3189
3189
  body?: {
3190
3190
  data?: string | undefined;
@@ -3195,8 +3195,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3195
3195
  }, {
3196
3196
  mimeType?: string | undefined;
3197
3197
  headers?: {
3198
- value: string;
3199
3198
  name: string;
3199
+ value: string;
3200
3200
  }[] | undefined;
3201
3201
  body?: {
3202
3202
  data?: string | undefined;
@@ -3218,8 +3218,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3218
3218
  payload?: {
3219
3219
  mimeType?: string | undefined;
3220
3220
  headers?: {
3221
- value: string;
3222
3221
  name: string;
3222
+ value: string;
3223
3223
  }[] | undefined;
3224
3224
  body?: {
3225
3225
  data?: string | undefined;
@@ -3241,8 +3241,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3241
3241
  payload?: {
3242
3242
  mimeType?: string | undefined;
3243
3243
  headers?: {
3244
- value: string;
3245
3244
  name: string;
3245
+ value: string;
3246
3246
  }[] | undefined;
3247
3247
  body?: {
3248
3248
  data?: string | undefined;
@@ -3268,8 +3268,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3268
3268
  payload?: {
3269
3269
  mimeType?: string | undefined;
3270
3270
  headers?: {
3271
- value: string;
3272
3271
  name: string;
3272
+ value: string;
3273
3273
  }[] | undefined;
3274
3274
  body?: {
3275
3275
  data?: string | undefined;
@@ -3296,8 +3296,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3296
3296
  payload?: {
3297
3297
  mimeType?: string | undefined;
3298
3298
  headers?: {
3299
- value: string;
3300
3299
  name: string;
3300
+ value: string;
3301
3301
  }[] | undefined;
3302
3302
  body?: {
3303
3303
  data?: string | undefined;
@@ -3334,8 +3334,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3334
3334
  payload?: {
3335
3335
  mimeType?: string | undefined;
3336
3336
  headers?: {
3337
- value: string;
3338
3337
  name: string;
3338
+ value: string;
3339
3339
  }[] | undefined;
3340
3340
  body?: {
3341
3341
  data?: string | undefined;
@@ -3369,8 +3369,8 @@ export declare class GmailBubble<T extends GmailParams = GmailParams> extends Se
3369
3369
  payload?: {
3370
3370
  mimeType?: string | undefined;
3371
3371
  headers?: {
3372
- value: string;
3373
3372
  name: string;
3373
+ value: string;
3374
3374
  }[] | undefined;
3375
3375
  body?: {
3376
3376
  data?: string | undefined;