@bubblelab/bubble-core 0.1.112 → 0.1.113

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 (82) hide show
  1. package/dist/bubble-bundle.d.ts +85 -85
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +76 -74
  4. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.js +40 -5
  6. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  7. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  13. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  14. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  15. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +88 -88
  17. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  18. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
  19. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  20. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  22. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
  23. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
  24. package/dist/bubbles/service-bubble/firecrawl.d.ts +338 -338
  25. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  27. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  28. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  29. package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
  30. package/dist/bubbles/service-bubble/http.d.ts +2 -2
  31. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  32. package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
  33. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  34. package/dist/bubbles/service-bubble/notion/notion.d.ts +848 -848
  35. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  36. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  37. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  38. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  39. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  40. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  41. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  42. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  43. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  44. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  45. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  46. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  47. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  48. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  49. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  50. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  51. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  52. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  53. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  54. package/dist/bubbles/service-bubble/slack/slack.d.ts +324 -324
  55. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  56. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  57. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  58. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  59. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  60. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +28 -28
  61. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +310 -310
  62. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
  63. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  64. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  65. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  66. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  67. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  68. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +36 -36
  69. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  70. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  71. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
  72. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  73. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
  74. package/dist/bubbles.json +1 -1
  75. package/dist/capabilities/define-capability.d.ts +6 -0
  76. package/dist/capabilities/define-capability.d.ts.map +1 -1
  77. package/dist/capabilities/define-capability.js +7 -0
  78. package/dist/capabilities/define-capability.js.map +1 -1
  79. package/dist/capabilities/index.d.ts +1 -1
  80. package/dist/capabilities/index.d.ts.map +1 -1
  81. package/dist/capabilities/index.js.map +1 -1
  82. package/package.json +2 -2
@@ -102,16 +102,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
102
102
  verbatim: z.ZodOptional<z.ZodBoolean>;
103
103
  }, "strip", z.ZodTypeAny, {
104
104
  type: "image" | "plain_text" | "mrkdwn";
105
+ emoji?: boolean | undefined;
105
106
  text?: string | undefined;
106
107
  image_url?: string | undefined;
107
- emoji?: boolean | undefined;
108
108
  verbatim?: boolean | undefined;
109
109
  alt_text?: string | undefined;
110
110
  }, {
111
111
  type: "image" | "plain_text" | "mrkdwn";
112
+ emoji?: boolean | undefined;
112
113
  text?: string | undefined;
113
114
  image_url?: string | undefined;
114
- emoji?: boolean | undefined;
115
115
  verbatim?: boolean | undefined;
116
116
  alt_text?: string | undefined;
117
117
  }>, "many">>;
@@ -142,16 +142,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
142
142
  verbatim: z.ZodOptional<z.ZodBoolean>;
143
143
  }, "strip", z.ZodTypeAny, {
144
144
  type: "image" | "plain_text" | "mrkdwn";
145
+ emoji?: boolean | undefined;
145
146
  text?: string | undefined;
146
147
  image_url?: string | undefined;
147
- emoji?: boolean | undefined;
148
148
  verbatim?: boolean | undefined;
149
149
  alt_text?: string | undefined;
150
150
  }, {
151
151
  type: "image" | "plain_text" | "mrkdwn";
152
+ emoji?: boolean | undefined;
152
153
  text?: string | undefined;
153
154
  image_url?: string | undefined;
154
- emoji?: boolean | undefined;
155
155
  verbatim?: boolean | undefined;
156
156
  alt_text?: string | undefined;
157
157
  }>, "many">>;
@@ -182,16 +182,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
182
182
  verbatim: z.ZodOptional<z.ZodBoolean>;
183
183
  }, "strip", z.ZodTypeAny, {
184
184
  type: "image" | "plain_text" | "mrkdwn";
185
+ emoji?: boolean | undefined;
185
186
  text?: string | undefined;
186
187
  image_url?: string | undefined;
187
- emoji?: boolean | undefined;
188
188
  verbatim?: boolean | undefined;
189
189
  alt_text?: string | undefined;
190
190
  }, {
191
191
  type: "image" | "plain_text" | "mrkdwn";
192
+ emoji?: boolean | undefined;
192
193
  text?: string | undefined;
193
194
  image_url?: string | undefined;
194
- emoji?: boolean | undefined;
195
195
  verbatim?: boolean | undefined;
196
196
  alt_text?: string | undefined;
197
197
  }>, "many">>;
@@ -259,16 +259,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
259
259
  verbatim: z.ZodOptional<z.ZodBoolean>;
260
260
  }, "strip", z.ZodTypeAny, {
261
261
  type: "image" | "plain_text" | "mrkdwn";
262
+ emoji?: boolean | undefined;
262
263
  text?: string | undefined;
263
264
  image_url?: string | undefined;
264
- emoji?: boolean | undefined;
265
265
  verbatim?: boolean | undefined;
266
266
  alt_text?: string | undefined;
267
267
  }, {
268
268
  type: "image" | "plain_text" | "mrkdwn";
269
+ emoji?: boolean | undefined;
269
270
  text?: string | undefined;
270
271
  image_url?: string | undefined;
271
- emoji?: boolean | undefined;
272
272
  verbatim?: boolean | undefined;
273
273
  alt_text?: string | undefined;
274
274
  }>, "many">>;
@@ -329,16 +329,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
329
329
  verbatim: z.ZodOptional<z.ZodBoolean>;
330
330
  }, "strip", z.ZodTypeAny, {
331
331
  type: "image" | "plain_text" | "mrkdwn";
332
+ emoji?: boolean | undefined;
332
333
  text?: string | undefined;
333
334
  image_url?: string | undefined;
334
- emoji?: boolean | undefined;
335
335
  verbatim?: boolean | undefined;
336
336
  alt_text?: string | undefined;
337
337
  }, {
338
338
  type: "image" | "plain_text" | "mrkdwn";
339
+ emoji?: boolean | undefined;
339
340
  text?: string | undefined;
340
341
  image_url?: string | undefined;
341
- emoji?: boolean | undefined;
342
342
  verbatim?: boolean | undefined;
343
343
  alt_text?: string | undefined;
344
344
  }>, "many">>;
@@ -455,18 +455,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
455
455
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
456
456
  }, "strip", z.ZodTypeAny, {
457
457
  inclusive: boolean;
458
- ts: string;
459
458
  operation: "get_thread_replies";
460
459
  channel: string;
460
+ ts: string;
461
461
  limit: number;
462
462
  credentials?: Partial<Record<CredentialType, string>> | undefined;
463
463
  cursor?: string | undefined;
464
464
  latest?: string | undefined;
465
465
  oldest?: string | undefined;
466
466
  }, {
467
- ts: string;
468
467
  operation: "get_thread_replies";
469
468
  channel: string;
469
+ ts: string;
470
470
  inclusive?: boolean | undefined;
471
471
  credentials?: Partial<Record<CredentialType, string>> | undefined;
472
472
  limit?: number | undefined;
@@ -571,16 +571,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
571
571
  verbatim: z.ZodOptional<z.ZodBoolean>;
572
572
  }, "strip", z.ZodTypeAny, {
573
573
  type: "image" | "plain_text" | "mrkdwn";
574
+ emoji?: boolean | undefined;
574
575
  text?: string | undefined;
575
576
  image_url?: string | undefined;
576
- emoji?: boolean | undefined;
577
577
  verbatim?: boolean | undefined;
578
578
  alt_text?: string | undefined;
579
579
  }, {
580
580
  type: "image" | "plain_text" | "mrkdwn";
581
+ emoji?: boolean | undefined;
581
582
  text?: string | undefined;
582
583
  image_url?: string | undefined;
583
- emoji?: boolean | undefined;
584
584
  verbatim?: boolean | undefined;
585
585
  alt_text?: string | undefined;
586
586
  }>, "many">>;
@@ -611,16 +611,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
611
611
  verbatim: z.ZodOptional<z.ZodBoolean>;
612
612
  }, "strip", z.ZodTypeAny, {
613
613
  type: "image" | "plain_text" | "mrkdwn";
614
+ emoji?: boolean | undefined;
614
615
  text?: string | undefined;
615
616
  image_url?: string | undefined;
616
- emoji?: boolean | undefined;
617
617
  verbatim?: boolean | undefined;
618
618
  alt_text?: string | undefined;
619
619
  }, {
620
620
  type: "image" | "plain_text" | "mrkdwn";
621
+ emoji?: boolean | undefined;
621
622
  text?: string | undefined;
622
623
  image_url?: string | undefined;
623
- emoji?: boolean | undefined;
624
624
  verbatim?: boolean | undefined;
625
625
  alt_text?: string | undefined;
626
626
  }>, "many">>;
@@ -651,25 +651,25 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
651
651
  verbatim: z.ZodOptional<z.ZodBoolean>;
652
652
  }, "strip", z.ZodTypeAny, {
653
653
  type: "image" | "plain_text" | "mrkdwn";
654
+ emoji?: boolean | undefined;
654
655
  text?: string | undefined;
655
656
  image_url?: string | undefined;
656
- emoji?: boolean | undefined;
657
657
  verbatim?: boolean | undefined;
658
658
  alt_text?: string | undefined;
659
659
  }, {
660
660
  type: "image" | "plain_text" | "mrkdwn";
661
+ emoji?: boolean | undefined;
661
662
  text?: string | undefined;
662
663
  image_url?: string | undefined;
663
- emoji?: boolean | undefined;
664
664
  verbatim?: boolean | undefined;
665
665
  alt_text?: string | undefined;
666
666
  }>, "many">>;
667
667
  }, z.ZodTypeAny, "passthrough">>, "many">>;
668
668
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
669
669
  }, "strip", z.ZodTypeAny, {
670
- ts: string;
671
670
  operation: "update_message";
672
671
  channel: string;
672
+ ts: string;
673
673
  credentials?: Partial<Record<CredentialType, string>> | undefined;
674
674
  text?: string | undefined;
675
675
  attachments?: {
@@ -719,24 +719,24 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
719
719
  verbatim: z.ZodOptional<z.ZodBoolean>;
720
720
  }, "strip", z.ZodTypeAny, {
721
721
  type: "image" | "plain_text" | "mrkdwn";
722
+ emoji?: boolean | undefined;
722
723
  text?: string | undefined;
723
724
  image_url?: string | undefined;
724
- emoji?: boolean | undefined;
725
725
  verbatim?: boolean | undefined;
726
726
  alt_text?: string | undefined;
727
727
  }, {
728
728
  type: "image" | "plain_text" | "mrkdwn";
729
+ emoji?: boolean | undefined;
729
730
  text?: string | undefined;
730
731
  image_url?: string | undefined;
731
- emoji?: boolean | undefined;
732
732
  verbatim?: boolean | undefined;
733
733
  alt_text?: string | undefined;
734
734
  }>, "many">>;
735
735
  }, z.ZodTypeAny, "passthrough">[] | undefined;
736
736
  }, {
737
- ts: string;
738
737
  operation: "update_message";
739
738
  channel: string;
739
+ ts: string;
740
740
  credentials?: Partial<Record<CredentialType, string>> | undefined;
741
741
  text?: string | undefined;
742
742
  attachments?: {
@@ -786,16 +786,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
786
786
  verbatim: z.ZodOptional<z.ZodBoolean>;
787
787
  }, "strip", z.ZodTypeAny, {
788
788
  type: "image" | "plain_text" | "mrkdwn";
789
+ emoji?: boolean | undefined;
789
790
  text?: string | undefined;
790
791
  image_url?: string | undefined;
791
- emoji?: boolean | undefined;
792
792
  verbatim?: boolean | undefined;
793
793
  alt_text?: string | undefined;
794
794
  }, {
795
795
  type: "image" | "plain_text" | "mrkdwn";
796
+ emoji?: boolean | undefined;
796
797
  text?: string | undefined;
797
798
  image_url?: string | undefined;
798
- emoji?: boolean | undefined;
799
799
  verbatim?: boolean | undefined;
800
800
  alt_text?: string | undefined;
801
801
  }>, "many">>;
@@ -806,14 +806,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
806
806
  ts: z.ZodString;
807
807
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
808
808
  }, "strip", z.ZodTypeAny, {
809
- ts: string;
810
809
  operation: "delete_message";
811
810
  channel: string;
811
+ ts: string;
812
812
  credentials?: Partial<Record<CredentialType, string>> | undefined;
813
813
  }, {
814
- ts: string;
815
814
  operation: "delete_message";
816
815
  channel: string;
816
+ ts: string;
817
817
  credentials?: Partial<Record<CredentialType, string>> | undefined;
818
818
  }>, z.ZodObject<{
819
819
  operation: z.ZodLiteral<"add_reaction">;
@@ -923,16 +923,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
923
923
  verbatim: z.ZodOptional<z.ZodBoolean>;
924
924
  }, "strip", z.ZodTypeAny, {
925
925
  type: "image" | "plain_text" | "mrkdwn";
926
+ emoji?: boolean | undefined;
926
927
  text?: string | undefined;
927
928
  image_url?: string | undefined;
928
- emoji?: boolean | undefined;
929
929
  verbatim?: boolean | undefined;
930
930
  alt_text?: string | undefined;
931
931
  }, {
932
932
  type: "image" | "plain_text" | "mrkdwn";
933
+ emoji?: boolean | undefined;
933
934
  text?: string | undefined;
934
935
  image_url?: string | undefined;
935
- emoji?: boolean | undefined;
936
936
  verbatim?: boolean | undefined;
937
937
  alt_text?: string | undefined;
938
938
  }>, "many">>;
@@ -963,16 +963,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
963
963
  verbatim: z.ZodOptional<z.ZodBoolean>;
964
964
  }, "strip", z.ZodTypeAny, {
965
965
  type: "image" | "plain_text" | "mrkdwn";
966
+ emoji?: boolean | undefined;
966
967
  text?: string | undefined;
967
968
  image_url?: string | undefined;
968
- emoji?: boolean | undefined;
969
969
  verbatim?: boolean | undefined;
970
970
  alt_text?: string | undefined;
971
971
  }, {
972
972
  type: "image" | "plain_text" | "mrkdwn";
973
+ emoji?: boolean | undefined;
973
974
  text?: string | undefined;
974
975
  image_url?: string | undefined;
975
- emoji?: boolean | undefined;
976
976
  verbatim?: boolean | undefined;
977
977
  alt_text?: string | undefined;
978
978
  }>, "many">>;
@@ -1003,16 +1003,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1003
1003
  verbatim: z.ZodOptional<z.ZodBoolean>;
1004
1004
  }, "strip", z.ZodTypeAny, {
1005
1005
  type: "image" | "plain_text" | "mrkdwn";
1006
+ emoji?: boolean | undefined;
1006
1007
  text?: string | undefined;
1007
1008
  image_url?: string | undefined;
1008
- emoji?: boolean | undefined;
1009
1009
  verbatim?: boolean | undefined;
1010
1010
  alt_text?: string | undefined;
1011
1011
  }, {
1012
1012
  type: "image" | "plain_text" | "mrkdwn";
1013
+ emoji?: boolean | undefined;
1013
1014
  text?: string | undefined;
1014
1015
  image_url?: string | undefined;
1015
- emoji?: boolean | undefined;
1016
1016
  verbatim?: boolean | undefined;
1017
1017
  alt_text?: string | undefined;
1018
1018
  }>, "many">>;
@@ -1055,16 +1055,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1055
1055
  verbatim: z.ZodOptional<z.ZodBoolean>;
1056
1056
  }, "strip", z.ZodTypeAny, {
1057
1057
  type: "image" | "plain_text" | "mrkdwn";
1058
+ emoji?: boolean | undefined;
1058
1059
  text?: string | undefined;
1059
1060
  image_url?: string | undefined;
1060
- emoji?: boolean | undefined;
1061
1061
  verbatim?: boolean | undefined;
1062
1062
  alt_text?: string | undefined;
1063
1063
  }, {
1064
1064
  type: "image" | "plain_text" | "mrkdwn";
1065
+ emoji?: boolean | undefined;
1065
1066
  text?: string | undefined;
1066
1067
  image_url?: string | undefined;
1067
- emoji?: boolean | undefined;
1068
1068
  verbatim?: boolean | undefined;
1069
1069
  alt_text?: string | undefined;
1070
1070
  }>, "many">>;
@@ -1103,16 +1103,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1103
1103
  verbatim: z.ZodOptional<z.ZodBoolean>;
1104
1104
  }, "strip", z.ZodTypeAny, {
1105
1105
  type: "image" | "plain_text" | "mrkdwn";
1106
+ emoji?: boolean | undefined;
1106
1107
  text?: string | undefined;
1107
1108
  image_url?: string | undefined;
1108
- emoji?: boolean | undefined;
1109
1109
  verbatim?: boolean | undefined;
1110
1110
  alt_text?: string | undefined;
1111
1111
  }, {
1112
1112
  type: "image" | "plain_text" | "mrkdwn";
1113
+ emoji?: boolean | undefined;
1113
1114
  text?: string | undefined;
1114
1115
  image_url?: string | undefined;
1115
- emoji?: boolean | undefined;
1116
1116
  verbatim?: boolean | undefined;
1117
1117
  alt_text?: string | undefined;
1118
1118
  }>, "many">>;
@@ -1241,10 +1241,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1241
1241
  }>, "many">>;
1242
1242
  }, "strip", z.ZodTypeAny, {
1243
1243
  type: string;
1244
- text?: string | undefined;
1245
1244
  user?: string | undefined;
1246
- ts?: string | undefined;
1245
+ text?: string | undefined;
1247
1246
  username?: string | undefined;
1247
+ ts?: string | undefined;
1248
1248
  attachments?: unknown[] | undefined;
1249
1249
  blocks?: unknown[] | undefined;
1250
1250
  thread_ts?: string | undefined;
@@ -1283,10 +1283,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1283
1283
  }[] | undefined;
1284
1284
  }, {
1285
1285
  type: string;
1286
- text?: string | undefined;
1287
1286
  user?: string | undefined;
1288
- ts?: string | undefined;
1287
+ text?: string | undefined;
1289
1288
  username?: string | undefined;
1289
+ ts?: string | undefined;
1290
1290
  attachments?: unknown[] | undefined;
1291
1291
  blocks?: unknown[] | undefined;
1292
1292
  thread_ts?: string | undefined;
@@ -1333,10 +1333,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1333
1333
  ok: boolean;
1334
1334
  message?: {
1335
1335
  type: string;
1336
- text?: string | undefined;
1337
1336
  user?: string | undefined;
1338
- ts?: string | undefined;
1337
+ text?: string | undefined;
1339
1338
  username?: string | undefined;
1339
+ ts?: string | undefined;
1340
1340
  attachments?: unknown[] | undefined;
1341
1341
  blocks?: unknown[] | undefined;
1342
1342
  thread_ts?: string | undefined;
@@ -1374,8 +1374,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1374
1374
  permalink?: string | undefined;
1375
1375
  }[] | undefined;
1376
1376
  } | undefined;
1377
- ts?: string | undefined;
1378
1377
  channel?: string | undefined;
1378
+ ts?: string | undefined;
1379
1379
  }, {
1380
1380
  error: string;
1381
1381
  success: boolean;
@@ -1383,10 +1383,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1383
1383
  ok: boolean;
1384
1384
  message?: {
1385
1385
  type: string;
1386
- text?: string | undefined;
1387
1386
  user?: string | undefined;
1388
- ts?: string | undefined;
1387
+ text?: string | undefined;
1389
1388
  username?: string | undefined;
1389
+ ts?: string | undefined;
1390
1390
  attachments?: unknown[] | undefined;
1391
1391
  blocks?: unknown[] | undefined;
1392
1392
  thread_ts?: string | undefined;
@@ -1424,8 +1424,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1424
1424
  permalink?: string | undefined;
1425
1425
  }[] | undefined;
1426
1426
  } | undefined;
1427
- ts?: string | undefined;
1428
1427
  channel?: string | undefined;
1428
+ ts?: string | undefined;
1429
1429
  }>, z.ZodObject<{
1430
1430
  operation: z.ZodLiteral<"list_channels">;
1431
1431
  ok: z.ZodBoolean;
@@ -1938,6 +1938,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1938
1938
  }, "strip", z.ZodTypeAny, {
1939
1939
  name: string;
1940
1940
  id: string;
1941
+ color?: string | undefined;
1942
+ team_id?: string | undefined;
1943
+ deleted?: boolean | undefined;
1944
+ real_name?: string | undefined;
1945
+ tz?: string | undefined;
1946
+ tz_label?: string | undefined;
1947
+ tz_offset?: number | undefined;
1941
1948
  profile?: {
1942
1949
  title?: string | undefined;
1943
1950
  email?: string | undefined;
@@ -1964,13 +1971,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1964
1971
  image_512?: string | undefined;
1965
1972
  image_1024?: string | undefined;
1966
1973
  } | undefined;
1967
- color?: string | undefined;
1968
- team_id?: string | undefined;
1969
- deleted?: boolean | undefined;
1970
- real_name?: string | undefined;
1971
- tz?: string | undefined;
1972
- tz_label?: string | undefined;
1973
- tz_offset?: number | undefined;
1974
1974
  is_admin?: boolean | undefined;
1975
1975
  is_owner?: boolean | undefined;
1976
1976
  is_primary_owner?: boolean | undefined;
@@ -1983,6 +1983,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1983
1983
  }, {
1984
1984
  name: string;
1985
1985
  id: string;
1986
+ color?: string | undefined;
1987
+ team_id?: string | undefined;
1988
+ deleted?: boolean | undefined;
1989
+ real_name?: string | undefined;
1990
+ tz?: string | undefined;
1991
+ tz_label?: string | undefined;
1992
+ tz_offset?: number | undefined;
1986
1993
  profile?: {
1987
1994
  title?: string | undefined;
1988
1995
  email?: string | undefined;
@@ -2009,13 +2016,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2009
2016
  image_512?: string | undefined;
2010
2017
  image_1024?: string | undefined;
2011
2018
  } | undefined;
2012
- color?: string | undefined;
2013
- team_id?: string | undefined;
2014
- deleted?: boolean | undefined;
2015
- real_name?: string | undefined;
2016
- tz?: string | undefined;
2017
- tz_label?: string | undefined;
2018
- tz_offset?: number | undefined;
2019
2019
  is_admin?: boolean | undefined;
2020
2020
  is_owner?: boolean | undefined;
2021
2021
  is_primary_owner?: boolean | undefined;
@@ -2036,6 +2036,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2036
2036
  user?: {
2037
2037
  name: string;
2038
2038
  id: string;
2039
+ color?: string | undefined;
2040
+ team_id?: string | undefined;
2041
+ deleted?: boolean | undefined;
2042
+ real_name?: string | undefined;
2043
+ tz?: string | undefined;
2044
+ tz_label?: string | undefined;
2045
+ tz_offset?: number | undefined;
2039
2046
  profile?: {
2040
2047
  title?: string | undefined;
2041
2048
  email?: string | undefined;
@@ -2062,13 +2069,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2062
2069
  image_512?: string | undefined;
2063
2070
  image_1024?: string | undefined;
2064
2071
  } | undefined;
2065
- color?: string | undefined;
2066
- team_id?: string | undefined;
2067
- deleted?: boolean | undefined;
2068
- real_name?: string | undefined;
2069
- tz?: string | undefined;
2070
- tz_label?: string | undefined;
2071
- tz_offset?: number | undefined;
2072
2072
  is_admin?: boolean | undefined;
2073
2073
  is_owner?: boolean | undefined;
2074
2074
  is_primary_owner?: boolean | undefined;
@@ -2087,6 +2087,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2087
2087
  user?: {
2088
2088
  name: string;
2089
2089
  id: string;
2090
+ color?: string | undefined;
2091
+ team_id?: string | undefined;
2092
+ deleted?: boolean | undefined;
2093
+ real_name?: string | undefined;
2094
+ tz?: string | undefined;
2095
+ tz_label?: string | undefined;
2096
+ tz_offset?: number | undefined;
2090
2097
  profile?: {
2091
2098
  title?: string | undefined;
2092
2099
  email?: string | undefined;
@@ -2113,13 +2120,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2113
2120
  image_512?: string | undefined;
2114
2121
  image_1024?: string | undefined;
2115
2122
  } | undefined;
2116
- color?: string | undefined;
2117
- team_id?: string | undefined;
2118
- deleted?: boolean | undefined;
2119
- real_name?: string | undefined;
2120
- tz?: string | undefined;
2121
- tz_label?: string | undefined;
2122
- tz_offset?: number | undefined;
2123
2123
  is_admin?: boolean | undefined;
2124
2124
  is_owner?: boolean | undefined;
2125
2125
  is_primary_owner?: boolean | undefined;
@@ -2231,6 +2231,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2231
2231
  }, "strip", z.ZodTypeAny, {
2232
2232
  name: string;
2233
2233
  id: string;
2234
+ color?: string | undefined;
2235
+ team_id?: string | undefined;
2236
+ deleted?: boolean | undefined;
2237
+ real_name?: string | undefined;
2238
+ tz?: string | undefined;
2239
+ tz_label?: string | undefined;
2240
+ tz_offset?: number | undefined;
2234
2241
  profile?: {
2235
2242
  title?: string | undefined;
2236
2243
  email?: string | undefined;
@@ -2257,13 +2264,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2257
2264
  image_512?: string | undefined;
2258
2265
  image_1024?: string | undefined;
2259
2266
  } | undefined;
2260
- color?: string | undefined;
2261
- team_id?: string | undefined;
2262
- deleted?: boolean | undefined;
2263
- real_name?: string | undefined;
2264
- tz?: string | undefined;
2265
- tz_label?: string | undefined;
2266
- tz_offset?: number | undefined;
2267
2267
  is_admin?: boolean | undefined;
2268
2268
  is_owner?: boolean | undefined;
2269
2269
  is_primary_owner?: boolean | undefined;
@@ -2276,6 +2276,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2276
2276
  }, {
2277
2277
  name: string;
2278
2278
  id: string;
2279
+ color?: string | undefined;
2280
+ team_id?: string | undefined;
2281
+ deleted?: boolean | undefined;
2282
+ real_name?: string | undefined;
2283
+ tz?: string | undefined;
2284
+ tz_label?: string | undefined;
2285
+ tz_offset?: number | undefined;
2279
2286
  profile?: {
2280
2287
  title?: string | undefined;
2281
2288
  email?: string | undefined;
@@ -2302,13 +2309,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2302
2309
  image_512?: string | undefined;
2303
2310
  image_1024?: string | undefined;
2304
2311
  } | undefined;
2305
- color?: string | undefined;
2306
- team_id?: string | undefined;
2307
- deleted?: boolean | undefined;
2308
- real_name?: string | undefined;
2309
- tz?: string | undefined;
2310
- tz_label?: string | undefined;
2311
- tz_offset?: number | undefined;
2312
2312
  is_admin?: boolean | undefined;
2313
2313
  is_owner?: boolean | undefined;
2314
2314
  is_primary_owner?: boolean | undefined;
@@ -2339,6 +2339,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2339
2339
  members?: {
2340
2340
  name: string;
2341
2341
  id: string;
2342
+ color?: string | undefined;
2343
+ team_id?: string | undefined;
2344
+ deleted?: boolean | undefined;
2345
+ real_name?: string | undefined;
2346
+ tz?: string | undefined;
2347
+ tz_label?: string | undefined;
2348
+ tz_offset?: number | undefined;
2342
2349
  profile?: {
2343
2350
  title?: string | undefined;
2344
2351
  email?: string | undefined;
@@ -2365,13 +2372,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2365
2372
  image_512?: string | undefined;
2366
2373
  image_1024?: string | undefined;
2367
2374
  } | undefined;
2368
- color?: string | undefined;
2369
- team_id?: string | undefined;
2370
- deleted?: boolean | undefined;
2371
- real_name?: string | undefined;
2372
- tz?: string | undefined;
2373
- tz_label?: string | undefined;
2374
- tz_offset?: number | undefined;
2375
2375
  is_admin?: boolean | undefined;
2376
2376
  is_owner?: boolean | undefined;
2377
2377
  is_primary_owner?: boolean | undefined;
@@ -2393,6 +2393,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2393
2393
  members?: {
2394
2394
  name: string;
2395
2395
  id: string;
2396
+ color?: string | undefined;
2397
+ team_id?: string | undefined;
2398
+ deleted?: boolean | undefined;
2399
+ real_name?: string | undefined;
2400
+ tz?: string | undefined;
2401
+ tz_label?: string | undefined;
2402
+ tz_offset?: number | undefined;
2396
2403
  profile?: {
2397
2404
  title?: string | undefined;
2398
2405
  email?: string | undefined;
@@ -2419,13 +2426,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2419
2426
  image_512?: string | undefined;
2420
2427
  image_1024?: string | undefined;
2421
2428
  } | undefined;
2422
- color?: string | undefined;
2423
- team_id?: string | undefined;
2424
- deleted?: boolean | undefined;
2425
- real_name?: string | undefined;
2426
- tz?: string | undefined;
2427
- tz_label?: string | undefined;
2428
- tz_offset?: number | undefined;
2429
2429
  is_admin?: boolean | undefined;
2430
2430
  is_owner?: boolean | undefined;
2431
2431
  is_primary_owner?: boolean | undefined;
@@ -2527,10 +2527,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2527
2527
  }>, "many">>;
2528
2528
  }, "strip", z.ZodTypeAny, {
2529
2529
  type: string;
2530
- text?: string | undefined;
2531
2530
  user?: string | undefined;
2532
- ts?: string | undefined;
2531
+ text?: string | undefined;
2533
2532
  username?: string | undefined;
2533
+ ts?: string | undefined;
2534
2534
  attachments?: unknown[] | undefined;
2535
2535
  blocks?: unknown[] | undefined;
2536
2536
  thread_ts?: string | undefined;
@@ -2569,10 +2569,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2569
2569
  }[] | undefined;
2570
2570
  }, {
2571
2571
  type: string;
2572
- text?: string | undefined;
2573
2572
  user?: string | undefined;
2574
- ts?: string | undefined;
2573
+ text?: string | undefined;
2575
2574
  username?: string | undefined;
2575
+ ts?: string | undefined;
2576
2576
  attachments?: unknown[] | undefined;
2577
2577
  blocks?: unknown[] | undefined;
2578
2578
  thread_ts?: string | undefined;
@@ -2625,15 +2625,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2625
2625
  success: boolean;
2626
2626
  operation: "get_conversation_history";
2627
2627
  ok: boolean;
2628
- response_metadata?: {
2629
- next_cursor: string;
2630
- } | undefined;
2631
2628
  messages?: {
2632
2629
  type: string;
2633
- text?: string | undefined;
2634
2630
  user?: string | undefined;
2635
- ts?: string | undefined;
2631
+ text?: string | undefined;
2636
2632
  username?: string | undefined;
2633
+ ts?: string | undefined;
2637
2634
  attachments?: unknown[] | undefined;
2638
2635
  blocks?: unknown[] | undefined;
2639
2636
  thread_ts?: string | undefined;
@@ -2671,21 +2668,21 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2671
2668
  permalink?: string | undefined;
2672
2669
  }[] | undefined;
2673
2670
  }[] | undefined;
2671
+ response_metadata?: {
2672
+ next_cursor: string;
2673
+ } | undefined;
2674
2674
  has_more?: boolean | undefined;
2675
2675
  }, {
2676
2676
  error: string;
2677
2677
  success: boolean;
2678
2678
  operation: "get_conversation_history";
2679
2679
  ok: boolean;
2680
- response_metadata?: {
2681
- next_cursor: string;
2682
- } | undefined;
2683
2680
  messages?: {
2684
2681
  type: string;
2685
- text?: string | undefined;
2686
2682
  user?: string | undefined;
2687
- ts?: string | undefined;
2683
+ text?: string | undefined;
2688
2684
  username?: string | undefined;
2685
+ ts?: string | undefined;
2689
2686
  attachments?: unknown[] | undefined;
2690
2687
  blocks?: unknown[] | undefined;
2691
2688
  thread_ts?: string | undefined;
@@ -2723,6 +2720,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2723
2720
  permalink?: string | undefined;
2724
2721
  }[] | undefined;
2725
2722
  }[] | undefined;
2723
+ response_metadata?: {
2724
+ next_cursor: string;
2725
+ } | undefined;
2726
2726
  has_more?: boolean | undefined;
2727
2727
  }>, z.ZodObject<{
2728
2728
  operation: z.ZodLiteral<"get_thread_replies">;
@@ -2815,10 +2815,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2815
2815
  }>, "many">>;
2816
2816
  }, "strip", z.ZodTypeAny, {
2817
2817
  type: string;
2818
- text?: string | undefined;
2819
2818
  user?: string | undefined;
2820
- ts?: string | undefined;
2819
+ text?: string | undefined;
2821
2820
  username?: string | undefined;
2821
+ ts?: string | undefined;
2822
2822
  attachments?: unknown[] | undefined;
2823
2823
  blocks?: unknown[] | undefined;
2824
2824
  thread_ts?: string | undefined;
@@ -2857,10 +2857,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2857
2857
  }[] | undefined;
2858
2858
  }, {
2859
2859
  type: string;
2860
- text?: string | undefined;
2861
2860
  user?: string | undefined;
2862
- ts?: string | undefined;
2861
+ text?: string | undefined;
2863
2862
  username?: string | undefined;
2863
+ ts?: string | undefined;
2864
2864
  attachments?: unknown[] | undefined;
2865
2865
  blocks?: unknown[] | undefined;
2866
2866
  thread_ts?: string | undefined;
@@ -2913,15 +2913,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2913
2913
  success: boolean;
2914
2914
  operation: "get_thread_replies";
2915
2915
  ok: boolean;
2916
- response_metadata?: {
2917
- next_cursor: string;
2918
- } | undefined;
2919
2916
  messages?: {
2920
2917
  type: string;
2921
- text?: string | undefined;
2922
2918
  user?: string | undefined;
2923
- ts?: string | undefined;
2919
+ text?: string | undefined;
2924
2920
  username?: string | undefined;
2921
+ ts?: string | undefined;
2925
2922
  attachments?: unknown[] | undefined;
2926
2923
  blocks?: unknown[] | undefined;
2927
2924
  thread_ts?: string | undefined;
@@ -2959,21 +2956,21 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2959
2956
  permalink?: string | undefined;
2960
2957
  }[] | undefined;
2961
2958
  }[] | undefined;
2959
+ response_metadata?: {
2960
+ next_cursor: string;
2961
+ } | undefined;
2962
2962
  has_more?: boolean | undefined;
2963
2963
  }, {
2964
2964
  error: string;
2965
2965
  success: boolean;
2966
2966
  operation: "get_thread_replies";
2967
2967
  ok: boolean;
2968
- response_metadata?: {
2969
- next_cursor: string;
2970
- } | undefined;
2971
2968
  messages?: {
2972
2969
  type: string;
2973
- text?: string | undefined;
2974
2970
  user?: string | undefined;
2975
- ts?: string | undefined;
2971
+ text?: string | undefined;
2976
2972
  username?: string | undefined;
2973
+ ts?: string | undefined;
2977
2974
  attachments?: unknown[] | undefined;
2978
2975
  blocks?: unknown[] | undefined;
2979
2976
  thread_ts?: string | undefined;
@@ -3011,6 +3008,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3011
3008
  permalink?: string | undefined;
3012
3009
  }[] | undefined;
3013
3010
  }[] | undefined;
3011
+ response_metadata?: {
3012
+ next_cursor: string;
3013
+ } | undefined;
3014
3014
  has_more?: boolean | undefined;
3015
3015
  }>, z.ZodObject<{
3016
3016
  operation: z.ZodLiteral<"update_message">;
@@ -3106,10 +3106,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3106
3106
  }>, "many">>;
3107
3107
  }, "strip", z.ZodTypeAny, {
3108
3108
  type: string;
3109
- text?: string | undefined;
3110
3109
  user?: string | undefined;
3111
- ts?: string | undefined;
3110
+ text?: string | undefined;
3112
3111
  username?: string | undefined;
3112
+ ts?: string | undefined;
3113
3113
  attachments?: unknown[] | undefined;
3114
3114
  blocks?: unknown[] | undefined;
3115
3115
  thread_ts?: string | undefined;
@@ -3148,10 +3148,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3148
3148
  }[] | undefined;
3149
3149
  }, {
3150
3150
  type: string;
3151
- text?: string | undefined;
3152
3151
  user?: string | undefined;
3153
- ts?: string | undefined;
3152
+ text?: string | undefined;
3154
3153
  username?: string | undefined;
3154
+ ts?: string | undefined;
3155
3155
  attachments?: unknown[] | undefined;
3156
3156
  blocks?: unknown[] | undefined;
3157
3157
  thread_ts?: string | undefined;
@@ -3198,10 +3198,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3198
3198
  ok: boolean;
3199
3199
  message?: {
3200
3200
  type: string;
3201
- text?: string | undefined;
3202
3201
  user?: string | undefined;
3203
- ts?: string | undefined;
3202
+ text?: string | undefined;
3204
3203
  username?: string | undefined;
3204
+ ts?: string | undefined;
3205
3205
  attachments?: unknown[] | undefined;
3206
3206
  blocks?: unknown[] | undefined;
3207
3207
  thread_ts?: string | undefined;
@@ -3240,8 +3240,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3240
3240
  }[] | undefined;
3241
3241
  } | undefined;
3242
3242
  text?: string | undefined;
3243
- ts?: string | undefined;
3244
3243
  channel?: string | undefined;
3244
+ ts?: string | undefined;
3245
3245
  }, {
3246
3246
  error: string;
3247
3247
  success: boolean;
@@ -3249,10 +3249,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3249
3249
  ok: boolean;
3250
3250
  message?: {
3251
3251
  type: string;
3252
- text?: string | undefined;
3253
3252
  user?: string | undefined;
3254
- ts?: string | undefined;
3253
+ text?: string | undefined;
3255
3254
  username?: string | undefined;
3255
+ ts?: string | undefined;
3256
3256
  attachments?: unknown[] | undefined;
3257
3257
  blocks?: unknown[] | undefined;
3258
3258
  thread_ts?: string | undefined;
@@ -3291,8 +3291,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3291
3291
  }[] | undefined;
3292
3292
  } | undefined;
3293
3293
  text?: string | undefined;
3294
- ts?: string | undefined;
3295
3294
  channel?: string | undefined;
3295
+ ts?: string | undefined;
3296
3296
  }>, z.ZodObject<{
3297
3297
  operation: z.ZodLiteral<"delete_message">;
3298
3298
  ok: z.ZodBoolean;
@@ -3305,15 +3305,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3305
3305
  success: boolean;
3306
3306
  operation: "delete_message";
3307
3307
  ok: boolean;
3308
- ts?: string | undefined;
3309
3308
  channel?: string | undefined;
3309
+ ts?: string | undefined;
3310
3310
  }, {
3311
3311
  error: string;
3312
3312
  success: boolean;
3313
3313
  operation: "delete_message";
3314
3314
  ok: boolean;
3315
- ts?: string | undefined;
3316
3315
  channel?: string | undefined;
3316
+ ts?: string | undefined;
3317
3317
  }>, z.ZodObject<{
3318
3318
  operation: z.ZodLiteral<"add_reaction">;
3319
3319
  ok: z.ZodBoolean;
@@ -3582,17 +3582,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3582
3582
  team_id: z.ZodString;
3583
3583
  }, "strip", z.ZodTypeAny, {
3584
3584
  ts: string;
3585
- team_id: string;
3586
3585
  reply_count: number;
3587
3586
  reply_users_count: number;
3588
3587
  reply_users: string[];
3588
+ team_id: string;
3589
3589
  channel_name: string;
3590
3590
  }, {
3591
3591
  ts: string;
3592
- team_id: string;
3593
3592
  reply_count: number;
3594
3593
  reply_users_count: number;
3595
3594
  reply_users: string[];
3595
+ team_id: string;
3596
3596
  channel_name: string;
3597
3597
  }>, "many">>>;
3598
3598
  private: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
@@ -3604,51 +3604,51 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3604
3604
  team_id: z.ZodString;
3605
3605
  }, "strip", z.ZodTypeAny, {
3606
3606
  ts: string;
3607
- team_id: string;
3608
3607
  reply_count: number;
3609
3608
  reply_users_count: number;
3610
3609
  reply_users: string[];
3610
+ team_id: string;
3611
3611
  channel_name: string;
3612
3612
  }, {
3613
3613
  ts: string;
3614
- team_id: string;
3615
3614
  reply_count: number;
3616
3615
  reply_users_count: number;
3617
3616
  reply_users: string[];
3617
+ team_id: string;
3618
3618
  channel_name: string;
3619
3619
  }>, "many">>>;
3620
3620
  }, "strip", z.ZodTypeAny, {
3621
3621
  public?: Record<string, {
3622
3622
  ts: string;
3623
- team_id: string;
3624
3623
  reply_count: number;
3625
3624
  reply_users_count: number;
3626
3625
  reply_users: string[];
3626
+ team_id: string;
3627
3627
  channel_name: string;
3628
3628
  }[]> | undefined;
3629
3629
  private?: Record<string, {
3630
3630
  ts: string;
3631
- team_id: string;
3632
3631
  reply_count: number;
3633
3632
  reply_users_count: number;
3634
3633
  reply_users: string[];
3634
+ team_id: string;
3635
3635
  channel_name: string;
3636
3636
  }[]> | undefined;
3637
3637
  }, {
3638
3638
  public?: Record<string, {
3639
3639
  ts: string;
3640
- team_id: string;
3641
3640
  reply_count: number;
3642
3641
  reply_users_count: number;
3643
3642
  reply_users: string[];
3643
+ team_id: string;
3644
3644
  channel_name: string;
3645
3645
  }[]> | undefined;
3646
3646
  private?: Record<string, {
3647
3647
  ts: string;
3648
- team_id: string;
3649
3648
  reply_count: number;
3650
3649
  reply_users_count: number;
3651
3650
  reply_users: string[];
3651
+ team_id: string;
3652
3652
  channel_name: string;
3653
3653
  }[]> | undefined;
3654
3654
  }>>;
@@ -3662,13 +3662,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3662
3662
  user: string;
3663
3663
  username: string;
3664
3664
  timestamp: number;
3665
- created: number;
3666
3665
  mimetype: string;
3667
3666
  filetype: string;
3668
3667
  size: number;
3669
3668
  url_private: string;
3670
3669
  url_private_download: string;
3671
3670
  permalink: string;
3671
+ created: number;
3672
3672
  pretty_type: string;
3673
3673
  editable: boolean;
3674
3674
  mode: string;
@@ -3683,18 +3683,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3683
3683
  shares?: {
3684
3684
  public?: Record<string, {
3685
3685
  ts: string;
3686
- team_id: string;
3687
3686
  reply_count: number;
3688
3687
  reply_users_count: number;
3689
3688
  reply_users: string[];
3689
+ team_id: string;
3690
3690
  channel_name: string;
3691
3691
  }[]> | undefined;
3692
3692
  private?: Record<string, {
3693
3693
  ts: string;
3694
- team_id: string;
3695
3694
  reply_count: number;
3696
3695
  reply_users_count: number;
3697
3696
  reply_users: string[];
3697
+ team_id: string;
3698
3698
  channel_name: string;
3699
3699
  }[]> | undefined;
3700
3700
  } | undefined;
@@ -3707,13 +3707,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3707
3707
  user: string;
3708
3708
  username: string;
3709
3709
  timestamp: number;
3710
- created: number;
3711
3710
  mimetype: string;
3712
3711
  filetype: string;
3713
3712
  size: number;
3714
3713
  url_private: string;
3715
3714
  url_private_download: string;
3716
3715
  permalink: string;
3716
+ created: number;
3717
3717
  pretty_type: string;
3718
3718
  editable: boolean;
3719
3719
  mode: string;
@@ -3728,18 +3728,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3728
3728
  shares?: {
3729
3729
  public?: Record<string, {
3730
3730
  ts: string;
3731
- team_id: string;
3732
3731
  reply_count: number;
3733
3732
  reply_users_count: number;
3734
3733
  reply_users: string[];
3734
+ team_id: string;
3735
3735
  channel_name: string;
3736
3736
  }[]> | undefined;
3737
3737
  private?: Record<string, {
3738
3738
  ts: string;
3739
- team_id: string;
3740
3739
  reply_count: number;
3741
3740
  reply_users_count: number;
3742
3741
  reply_users: string[];
3742
+ team_id: string;
3743
3743
  channel_name: string;
3744
3744
  }[]> | undefined;
3745
3745
  } | undefined;
@@ -3760,13 +3760,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3760
3760
  user: string;
3761
3761
  username: string;
3762
3762
  timestamp: number;
3763
- created: number;
3764
3763
  mimetype: string;
3765
3764
  filetype: string;
3766
3765
  size: number;
3767
3766
  url_private: string;
3768
3767
  url_private_download: string;
3769
3768
  permalink: string;
3769
+ created: number;
3770
3770
  pretty_type: string;
3771
3771
  editable: boolean;
3772
3772
  mode: string;
@@ -3781,18 +3781,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3781
3781
  shares?: {
3782
3782
  public?: Record<string, {
3783
3783
  ts: string;
3784
- team_id: string;
3785
3784
  reply_count: number;
3786
3785
  reply_users_count: number;
3787
3786
  reply_users: string[];
3787
+ team_id: string;
3788
3788
  channel_name: string;
3789
3789
  }[]> | undefined;
3790
3790
  private?: Record<string, {
3791
3791
  ts: string;
3792
- team_id: string;
3793
3792
  reply_count: number;
3794
3793
  reply_users_count: number;
3795
3794
  reply_users: string[];
3795
+ team_id: string;
3796
3796
  channel_name: string;
3797
3797
  }[]> | undefined;
3798
3798
  } | undefined;
@@ -3811,13 +3811,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3811
3811
  user: string;
3812
3812
  username: string;
3813
3813
  timestamp: number;
3814
- created: number;
3815
3814
  mimetype: string;
3816
3815
  filetype: string;
3817
3816
  size: number;
3818
3817
  url_private: string;
3819
3818
  url_private_download: string;
3820
3819
  permalink: string;
3820
+ created: number;
3821
3821
  pretty_type: string;
3822
3822
  editable: boolean;
3823
3823
  mode: string;
@@ -3832,18 +3832,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3832
3832
  shares?: {
3833
3833
  public?: Record<string, {
3834
3834
  ts: string;
3835
- team_id: string;
3836
3835
  reply_count: number;
3837
3836
  reply_users_count: number;
3838
3837
  reply_users: string[];
3838
+ team_id: string;
3839
3839
  channel_name: string;
3840
3840
  }[]> | undefined;
3841
3841
  private?: Record<string, {
3842
3842
  ts: string;
3843
- team_id: string;
3844
3843
  reply_count: number;
3845
3844
  reply_users_count: number;
3846
3845
  reply_users: string[];
3846
+ team_id: string;
3847
3847
  channel_name: string;
3848
3848
  }[]> | undefined;
3849
3849
  } | undefined;
@@ -4114,16 +4114,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4114
4114
  verbatim: z.ZodOptional<z.ZodBoolean>;
4115
4115
  }, "strip", z.ZodTypeAny, {
4116
4116
  type: "image" | "plain_text" | "mrkdwn";
4117
+ emoji?: boolean | undefined;
4117
4118
  text?: string | undefined;
4118
4119
  image_url?: string | undefined;
4119
- emoji?: boolean | undefined;
4120
4120
  verbatim?: boolean | undefined;
4121
4121
  alt_text?: string | undefined;
4122
4122
  }, {
4123
4123
  type: "image" | "plain_text" | "mrkdwn";
4124
+ emoji?: boolean | undefined;
4124
4125
  text?: string | undefined;
4125
4126
  image_url?: string | undefined;
4126
- emoji?: boolean | undefined;
4127
4127
  verbatim?: boolean | undefined;
4128
4128
  alt_text?: string | undefined;
4129
4129
  }>, "many">>;
@@ -4154,16 +4154,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4154
4154
  verbatim: z.ZodOptional<z.ZodBoolean>;
4155
4155
  }, "strip", z.ZodTypeAny, {
4156
4156
  type: "image" | "plain_text" | "mrkdwn";
4157
+ emoji?: boolean | undefined;
4157
4158
  text?: string | undefined;
4158
4159
  image_url?: string | undefined;
4159
- emoji?: boolean | undefined;
4160
4160
  verbatim?: boolean | undefined;
4161
4161
  alt_text?: string | undefined;
4162
4162
  }, {
4163
4163
  type: "image" | "plain_text" | "mrkdwn";
4164
+ emoji?: boolean | undefined;
4164
4165
  text?: string | undefined;
4165
4166
  image_url?: string | undefined;
4166
- emoji?: boolean | undefined;
4167
4167
  verbatim?: boolean | undefined;
4168
4168
  alt_text?: string | undefined;
4169
4169
  }>, "many">>;
@@ -4194,16 +4194,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4194
4194
  verbatim: z.ZodOptional<z.ZodBoolean>;
4195
4195
  }, "strip", z.ZodTypeAny, {
4196
4196
  type: "image" | "plain_text" | "mrkdwn";
4197
+ emoji?: boolean | undefined;
4197
4198
  text?: string | undefined;
4198
4199
  image_url?: string | undefined;
4199
- emoji?: boolean | undefined;
4200
4200
  verbatim?: boolean | undefined;
4201
4201
  alt_text?: string | undefined;
4202
4202
  }, {
4203
4203
  type: "image" | "plain_text" | "mrkdwn";
4204
+ emoji?: boolean | undefined;
4204
4205
  text?: string | undefined;
4205
4206
  image_url?: string | undefined;
4206
- emoji?: boolean | undefined;
4207
4207
  verbatim?: boolean | undefined;
4208
4208
  alt_text?: string | undefined;
4209
4209
  }>, "many">>;
@@ -4271,16 +4271,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4271
4271
  verbatim: z.ZodOptional<z.ZodBoolean>;
4272
4272
  }, "strip", z.ZodTypeAny, {
4273
4273
  type: "image" | "plain_text" | "mrkdwn";
4274
+ emoji?: boolean | undefined;
4274
4275
  text?: string | undefined;
4275
4276
  image_url?: string | undefined;
4276
- emoji?: boolean | undefined;
4277
4277
  verbatim?: boolean | undefined;
4278
4278
  alt_text?: string | undefined;
4279
4279
  }, {
4280
4280
  type: "image" | "plain_text" | "mrkdwn";
4281
+ emoji?: boolean | undefined;
4281
4282
  text?: string | undefined;
4282
4283
  image_url?: string | undefined;
4283
- emoji?: boolean | undefined;
4284
4284
  verbatim?: boolean | undefined;
4285
4285
  alt_text?: string | undefined;
4286
4286
  }>, "many">>;
@@ -4341,16 +4341,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4341
4341
  verbatim: z.ZodOptional<z.ZodBoolean>;
4342
4342
  }, "strip", z.ZodTypeAny, {
4343
4343
  type: "image" | "plain_text" | "mrkdwn";
4344
+ emoji?: boolean | undefined;
4344
4345
  text?: string | undefined;
4345
4346
  image_url?: string | undefined;
4346
- emoji?: boolean | undefined;
4347
4347
  verbatim?: boolean | undefined;
4348
4348
  alt_text?: string | undefined;
4349
4349
  }, {
4350
4350
  type: "image" | "plain_text" | "mrkdwn";
4351
+ emoji?: boolean | undefined;
4351
4352
  text?: string | undefined;
4352
4353
  image_url?: string | undefined;
4353
- emoji?: boolean | undefined;
4354
4354
  verbatim?: boolean | undefined;
4355
4355
  alt_text?: string | undefined;
4356
4356
  }>, "many">>;
@@ -4467,18 +4467,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4467
4467
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4468
4468
  }, "strip", z.ZodTypeAny, {
4469
4469
  inclusive: boolean;
4470
- ts: string;
4471
4470
  operation: "get_thread_replies";
4472
4471
  channel: string;
4472
+ ts: string;
4473
4473
  limit: number;
4474
4474
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4475
4475
  cursor?: string | undefined;
4476
4476
  latest?: string | undefined;
4477
4477
  oldest?: string | undefined;
4478
4478
  }, {
4479
- ts: string;
4480
4479
  operation: "get_thread_replies";
4481
4480
  channel: string;
4481
+ ts: string;
4482
4482
  inclusive?: boolean | undefined;
4483
4483
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4484
4484
  limit?: number | undefined;
@@ -4583,16 +4583,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4583
4583
  verbatim: z.ZodOptional<z.ZodBoolean>;
4584
4584
  }, "strip", z.ZodTypeAny, {
4585
4585
  type: "image" | "plain_text" | "mrkdwn";
4586
+ emoji?: boolean | undefined;
4586
4587
  text?: string | undefined;
4587
4588
  image_url?: string | undefined;
4588
- emoji?: boolean | undefined;
4589
4589
  verbatim?: boolean | undefined;
4590
4590
  alt_text?: string | undefined;
4591
4591
  }, {
4592
4592
  type: "image" | "plain_text" | "mrkdwn";
4593
+ emoji?: boolean | undefined;
4593
4594
  text?: string | undefined;
4594
4595
  image_url?: string | undefined;
4595
- emoji?: boolean | undefined;
4596
4596
  verbatim?: boolean | undefined;
4597
4597
  alt_text?: string | undefined;
4598
4598
  }>, "many">>;
@@ -4623,16 +4623,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4623
4623
  verbatim: z.ZodOptional<z.ZodBoolean>;
4624
4624
  }, "strip", z.ZodTypeAny, {
4625
4625
  type: "image" | "plain_text" | "mrkdwn";
4626
+ emoji?: boolean | undefined;
4626
4627
  text?: string | undefined;
4627
4628
  image_url?: string | undefined;
4628
- emoji?: boolean | undefined;
4629
4629
  verbatim?: boolean | undefined;
4630
4630
  alt_text?: string | undefined;
4631
4631
  }, {
4632
4632
  type: "image" | "plain_text" | "mrkdwn";
4633
+ emoji?: boolean | undefined;
4633
4634
  text?: string | undefined;
4634
4635
  image_url?: string | undefined;
4635
- emoji?: boolean | undefined;
4636
4636
  verbatim?: boolean | undefined;
4637
4637
  alt_text?: string | undefined;
4638
4638
  }>, "many">>;
@@ -4663,25 +4663,25 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4663
4663
  verbatim: z.ZodOptional<z.ZodBoolean>;
4664
4664
  }, "strip", z.ZodTypeAny, {
4665
4665
  type: "image" | "plain_text" | "mrkdwn";
4666
+ emoji?: boolean | undefined;
4666
4667
  text?: string | undefined;
4667
4668
  image_url?: string | undefined;
4668
- emoji?: boolean | undefined;
4669
4669
  verbatim?: boolean | undefined;
4670
4670
  alt_text?: string | undefined;
4671
4671
  }, {
4672
4672
  type: "image" | "plain_text" | "mrkdwn";
4673
+ emoji?: boolean | undefined;
4673
4674
  text?: string | undefined;
4674
4675
  image_url?: string | undefined;
4675
- emoji?: boolean | undefined;
4676
4676
  verbatim?: boolean | undefined;
4677
4677
  alt_text?: string | undefined;
4678
4678
  }>, "many">>;
4679
4679
  }, z.ZodTypeAny, "passthrough">>, "many">>;
4680
4680
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4681
4681
  }, "strip", z.ZodTypeAny, {
4682
- ts: string;
4683
4682
  operation: "update_message";
4684
4683
  channel: string;
4684
+ ts: string;
4685
4685
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4686
4686
  text?: string | undefined;
4687
4687
  attachments?: {
@@ -4731,24 +4731,24 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4731
4731
  verbatim: z.ZodOptional<z.ZodBoolean>;
4732
4732
  }, "strip", z.ZodTypeAny, {
4733
4733
  type: "image" | "plain_text" | "mrkdwn";
4734
+ emoji?: boolean | undefined;
4734
4735
  text?: string | undefined;
4735
4736
  image_url?: string | undefined;
4736
- emoji?: boolean | undefined;
4737
4737
  verbatim?: boolean | undefined;
4738
4738
  alt_text?: string | undefined;
4739
4739
  }, {
4740
4740
  type: "image" | "plain_text" | "mrkdwn";
4741
+ emoji?: boolean | undefined;
4741
4742
  text?: string | undefined;
4742
4743
  image_url?: string | undefined;
4743
- emoji?: boolean | undefined;
4744
4744
  verbatim?: boolean | undefined;
4745
4745
  alt_text?: string | undefined;
4746
4746
  }>, "many">>;
4747
4747
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4748
4748
  }, {
4749
- ts: string;
4750
4749
  operation: "update_message";
4751
4750
  channel: string;
4751
+ ts: string;
4752
4752
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4753
4753
  text?: string | undefined;
4754
4754
  attachments?: {
@@ -4798,16 +4798,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4798
4798
  verbatim: z.ZodOptional<z.ZodBoolean>;
4799
4799
  }, "strip", z.ZodTypeAny, {
4800
4800
  type: "image" | "plain_text" | "mrkdwn";
4801
+ emoji?: boolean | undefined;
4801
4802
  text?: string | undefined;
4802
4803
  image_url?: string | undefined;
4803
- emoji?: boolean | undefined;
4804
4804
  verbatim?: boolean | undefined;
4805
4805
  alt_text?: string | undefined;
4806
4806
  }, {
4807
4807
  type: "image" | "plain_text" | "mrkdwn";
4808
+ emoji?: boolean | undefined;
4808
4809
  text?: string | undefined;
4809
4810
  image_url?: string | undefined;
4810
- emoji?: boolean | undefined;
4811
4811
  verbatim?: boolean | undefined;
4812
4812
  alt_text?: string | undefined;
4813
4813
  }>, "many">>;
@@ -4818,14 +4818,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4818
4818
  ts: z.ZodString;
4819
4819
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4820
4820
  }, "strip", z.ZodTypeAny, {
4821
- ts: string;
4822
4821
  operation: "delete_message";
4823
4822
  channel: string;
4823
+ ts: string;
4824
4824
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4825
4825
  }, {
4826
- ts: string;
4827
4826
  operation: "delete_message";
4828
4827
  channel: string;
4828
+ ts: string;
4829
4829
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4830
4830
  }>, z.ZodObject<{
4831
4831
  operation: z.ZodLiteral<"add_reaction">;
@@ -4935,16 +4935,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4935
4935
  verbatim: z.ZodOptional<z.ZodBoolean>;
4936
4936
  }, "strip", z.ZodTypeAny, {
4937
4937
  type: "image" | "plain_text" | "mrkdwn";
4938
+ emoji?: boolean | undefined;
4938
4939
  text?: string | undefined;
4939
4940
  image_url?: string | undefined;
4940
- emoji?: boolean | undefined;
4941
4941
  verbatim?: boolean | undefined;
4942
4942
  alt_text?: string | undefined;
4943
4943
  }, {
4944
4944
  type: "image" | "plain_text" | "mrkdwn";
4945
+ emoji?: boolean | undefined;
4945
4946
  text?: string | undefined;
4946
4947
  image_url?: string | undefined;
4947
- emoji?: boolean | undefined;
4948
4948
  verbatim?: boolean | undefined;
4949
4949
  alt_text?: string | undefined;
4950
4950
  }>, "many">>;
@@ -4975,16 +4975,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4975
4975
  verbatim: z.ZodOptional<z.ZodBoolean>;
4976
4976
  }, "strip", z.ZodTypeAny, {
4977
4977
  type: "image" | "plain_text" | "mrkdwn";
4978
+ emoji?: boolean | undefined;
4978
4979
  text?: string | undefined;
4979
4980
  image_url?: string | undefined;
4980
- emoji?: boolean | undefined;
4981
4981
  verbatim?: boolean | undefined;
4982
4982
  alt_text?: string | undefined;
4983
4983
  }, {
4984
4984
  type: "image" | "plain_text" | "mrkdwn";
4985
+ emoji?: boolean | undefined;
4985
4986
  text?: string | undefined;
4986
4987
  image_url?: string | undefined;
4987
- emoji?: boolean | undefined;
4988
4988
  verbatim?: boolean | undefined;
4989
4989
  alt_text?: string | undefined;
4990
4990
  }>, "many">>;
@@ -5015,16 +5015,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5015
5015
  verbatim: z.ZodOptional<z.ZodBoolean>;
5016
5016
  }, "strip", z.ZodTypeAny, {
5017
5017
  type: "image" | "plain_text" | "mrkdwn";
5018
+ emoji?: boolean | undefined;
5018
5019
  text?: string | undefined;
5019
5020
  image_url?: string | undefined;
5020
- emoji?: boolean | undefined;
5021
5021
  verbatim?: boolean | undefined;
5022
5022
  alt_text?: string | undefined;
5023
5023
  }, {
5024
5024
  type: "image" | "plain_text" | "mrkdwn";
5025
+ emoji?: boolean | undefined;
5025
5026
  text?: string | undefined;
5026
5027
  image_url?: string | undefined;
5027
- emoji?: boolean | undefined;
5028
5028
  verbatim?: boolean | undefined;
5029
5029
  alt_text?: string | undefined;
5030
5030
  }>, "many">>;
@@ -5067,16 +5067,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5067
5067
  verbatim: z.ZodOptional<z.ZodBoolean>;
5068
5068
  }, "strip", z.ZodTypeAny, {
5069
5069
  type: "image" | "plain_text" | "mrkdwn";
5070
+ emoji?: boolean | undefined;
5070
5071
  text?: string | undefined;
5071
5072
  image_url?: string | undefined;
5072
- emoji?: boolean | undefined;
5073
5073
  verbatim?: boolean | undefined;
5074
5074
  alt_text?: string | undefined;
5075
5075
  }, {
5076
5076
  type: "image" | "plain_text" | "mrkdwn";
5077
+ emoji?: boolean | undefined;
5077
5078
  text?: string | undefined;
5078
5079
  image_url?: string | undefined;
5079
- emoji?: boolean | undefined;
5080
5080
  verbatim?: boolean | undefined;
5081
5081
  alt_text?: string | undefined;
5082
5082
  }>, "many">>;
@@ -5115,16 +5115,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5115
5115
  verbatim: z.ZodOptional<z.ZodBoolean>;
5116
5116
  }, "strip", z.ZodTypeAny, {
5117
5117
  type: "image" | "plain_text" | "mrkdwn";
5118
+ emoji?: boolean | undefined;
5118
5119
  text?: string | undefined;
5119
5120
  image_url?: string | undefined;
5120
- emoji?: boolean | undefined;
5121
5121
  verbatim?: boolean | undefined;
5122
5122
  alt_text?: string | undefined;
5123
5123
  }, {
5124
5124
  type: "image" | "plain_text" | "mrkdwn";
5125
+ emoji?: boolean | undefined;
5125
5126
  text?: string | undefined;
5126
5127
  image_url?: string | undefined;
5127
- emoji?: boolean | undefined;
5128
5128
  verbatim?: boolean | undefined;
5129
5129
  alt_text?: string | undefined;
5130
5130
  }>, "many">>;
@@ -5253,10 +5253,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5253
5253
  }>, "many">>;
5254
5254
  }, "strip", z.ZodTypeAny, {
5255
5255
  type: string;
5256
- text?: string | undefined;
5257
5256
  user?: string | undefined;
5258
- ts?: string | undefined;
5257
+ text?: string | undefined;
5259
5258
  username?: string | undefined;
5259
+ ts?: string | undefined;
5260
5260
  attachments?: unknown[] | undefined;
5261
5261
  blocks?: unknown[] | undefined;
5262
5262
  thread_ts?: string | undefined;
@@ -5295,10 +5295,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5295
5295
  }[] | undefined;
5296
5296
  }, {
5297
5297
  type: string;
5298
- text?: string | undefined;
5299
5298
  user?: string | undefined;
5300
- ts?: string | undefined;
5299
+ text?: string | undefined;
5301
5300
  username?: string | undefined;
5301
+ ts?: string | undefined;
5302
5302
  attachments?: unknown[] | undefined;
5303
5303
  blocks?: unknown[] | undefined;
5304
5304
  thread_ts?: string | undefined;
@@ -5345,10 +5345,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5345
5345
  ok: boolean;
5346
5346
  message?: {
5347
5347
  type: string;
5348
- text?: string | undefined;
5349
5348
  user?: string | undefined;
5350
- ts?: string | undefined;
5349
+ text?: string | undefined;
5351
5350
  username?: string | undefined;
5351
+ ts?: string | undefined;
5352
5352
  attachments?: unknown[] | undefined;
5353
5353
  blocks?: unknown[] | undefined;
5354
5354
  thread_ts?: string | undefined;
@@ -5386,8 +5386,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5386
5386
  permalink?: string | undefined;
5387
5387
  }[] | undefined;
5388
5388
  } | undefined;
5389
- ts?: string | undefined;
5390
5389
  channel?: string | undefined;
5390
+ ts?: string | undefined;
5391
5391
  }, {
5392
5392
  error: string;
5393
5393
  success: boolean;
@@ -5395,10 +5395,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5395
5395
  ok: boolean;
5396
5396
  message?: {
5397
5397
  type: string;
5398
- text?: string | undefined;
5399
5398
  user?: string | undefined;
5400
- ts?: string | undefined;
5399
+ text?: string | undefined;
5401
5400
  username?: string | undefined;
5401
+ ts?: string | undefined;
5402
5402
  attachments?: unknown[] | undefined;
5403
5403
  blocks?: unknown[] | undefined;
5404
5404
  thread_ts?: string | undefined;
@@ -5436,8 +5436,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5436
5436
  permalink?: string | undefined;
5437
5437
  }[] | undefined;
5438
5438
  } | undefined;
5439
- ts?: string | undefined;
5440
5439
  channel?: string | undefined;
5440
+ ts?: string | undefined;
5441
5441
  }>, z.ZodObject<{
5442
5442
  operation: z.ZodLiteral<"list_channels">;
5443
5443
  ok: z.ZodBoolean;
@@ -5950,6 +5950,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5950
5950
  }, "strip", z.ZodTypeAny, {
5951
5951
  name: string;
5952
5952
  id: string;
5953
+ color?: string | undefined;
5954
+ team_id?: string | undefined;
5955
+ deleted?: boolean | undefined;
5956
+ real_name?: string | undefined;
5957
+ tz?: string | undefined;
5958
+ tz_label?: string | undefined;
5959
+ tz_offset?: number | undefined;
5953
5960
  profile?: {
5954
5961
  title?: string | undefined;
5955
5962
  email?: string | undefined;
@@ -5976,13 +5983,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5976
5983
  image_512?: string | undefined;
5977
5984
  image_1024?: string | undefined;
5978
5985
  } | undefined;
5979
- color?: string | undefined;
5980
- team_id?: string | undefined;
5981
- deleted?: boolean | undefined;
5982
- real_name?: string | undefined;
5983
- tz?: string | undefined;
5984
- tz_label?: string | undefined;
5985
- tz_offset?: number | undefined;
5986
5986
  is_admin?: boolean | undefined;
5987
5987
  is_owner?: boolean | undefined;
5988
5988
  is_primary_owner?: boolean | undefined;
@@ -5995,6 +5995,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5995
5995
  }, {
5996
5996
  name: string;
5997
5997
  id: string;
5998
+ color?: string | undefined;
5999
+ team_id?: string | undefined;
6000
+ deleted?: boolean | undefined;
6001
+ real_name?: string | undefined;
6002
+ tz?: string | undefined;
6003
+ tz_label?: string | undefined;
6004
+ tz_offset?: number | undefined;
5998
6005
  profile?: {
5999
6006
  title?: string | undefined;
6000
6007
  email?: string | undefined;
@@ -6021,13 +6028,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6021
6028
  image_512?: string | undefined;
6022
6029
  image_1024?: string | undefined;
6023
6030
  } | undefined;
6024
- color?: string | undefined;
6025
- team_id?: string | undefined;
6026
- deleted?: boolean | undefined;
6027
- real_name?: string | undefined;
6028
- tz?: string | undefined;
6029
- tz_label?: string | undefined;
6030
- tz_offset?: number | undefined;
6031
6031
  is_admin?: boolean | undefined;
6032
6032
  is_owner?: boolean | undefined;
6033
6033
  is_primary_owner?: boolean | undefined;
@@ -6048,6 +6048,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6048
6048
  user?: {
6049
6049
  name: string;
6050
6050
  id: string;
6051
+ color?: string | undefined;
6052
+ team_id?: string | undefined;
6053
+ deleted?: boolean | undefined;
6054
+ real_name?: string | undefined;
6055
+ tz?: string | undefined;
6056
+ tz_label?: string | undefined;
6057
+ tz_offset?: number | undefined;
6051
6058
  profile?: {
6052
6059
  title?: string | undefined;
6053
6060
  email?: string | undefined;
@@ -6074,13 +6081,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6074
6081
  image_512?: string | undefined;
6075
6082
  image_1024?: string | undefined;
6076
6083
  } | undefined;
6077
- color?: string | undefined;
6078
- team_id?: string | undefined;
6079
- deleted?: boolean | undefined;
6080
- real_name?: string | undefined;
6081
- tz?: string | undefined;
6082
- tz_label?: string | undefined;
6083
- tz_offset?: number | undefined;
6084
6084
  is_admin?: boolean | undefined;
6085
6085
  is_owner?: boolean | undefined;
6086
6086
  is_primary_owner?: boolean | undefined;
@@ -6099,6 +6099,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6099
6099
  user?: {
6100
6100
  name: string;
6101
6101
  id: string;
6102
+ color?: string | undefined;
6103
+ team_id?: string | undefined;
6104
+ deleted?: boolean | undefined;
6105
+ real_name?: string | undefined;
6106
+ tz?: string | undefined;
6107
+ tz_label?: string | undefined;
6108
+ tz_offset?: number | undefined;
6102
6109
  profile?: {
6103
6110
  title?: string | undefined;
6104
6111
  email?: string | undefined;
@@ -6125,13 +6132,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6125
6132
  image_512?: string | undefined;
6126
6133
  image_1024?: string | undefined;
6127
6134
  } | undefined;
6128
- color?: string | undefined;
6129
- team_id?: string | undefined;
6130
- deleted?: boolean | undefined;
6131
- real_name?: string | undefined;
6132
- tz?: string | undefined;
6133
- tz_label?: string | undefined;
6134
- tz_offset?: number | undefined;
6135
6135
  is_admin?: boolean | undefined;
6136
6136
  is_owner?: boolean | undefined;
6137
6137
  is_primary_owner?: boolean | undefined;
@@ -6243,6 +6243,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6243
6243
  }, "strip", z.ZodTypeAny, {
6244
6244
  name: string;
6245
6245
  id: string;
6246
+ color?: string | undefined;
6247
+ team_id?: string | undefined;
6248
+ deleted?: boolean | undefined;
6249
+ real_name?: string | undefined;
6250
+ tz?: string | undefined;
6251
+ tz_label?: string | undefined;
6252
+ tz_offset?: number | undefined;
6246
6253
  profile?: {
6247
6254
  title?: string | undefined;
6248
6255
  email?: string | undefined;
@@ -6269,13 +6276,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6269
6276
  image_512?: string | undefined;
6270
6277
  image_1024?: string | undefined;
6271
6278
  } | undefined;
6272
- color?: string | undefined;
6273
- team_id?: string | undefined;
6274
- deleted?: boolean | undefined;
6275
- real_name?: string | undefined;
6276
- tz?: string | undefined;
6277
- tz_label?: string | undefined;
6278
- tz_offset?: number | undefined;
6279
6279
  is_admin?: boolean | undefined;
6280
6280
  is_owner?: boolean | undefined;
6281
6281
  is_primary_owner?: boolean | undefined;
@@ -6288,6 +6288,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6288
6288
  }, {
6289
6289
  name: string;
6290
6290
  id: string;
6291
+ color?: string | undefined;
6292
+ team_id?: string | undefined;
6293
+ deleted?: boolean | undefined;
6294
+ real_name?: string | undefined;
6295
+ tz?: string | undefined;
6296
+ tz_label?: string | undefined;
6297
+ tz_offset?: number | undefined;
6291
6298
  profile?: {
6292
6299
  title?: string | undefined;
6293
6300
  email?: string | undefined;
@@ -6314,13 +6321,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6314
6321
  image_512?: string | undefined;
6315
6322
  image_1024?: string | undefined;
6316
6323
  } | undefined;
6317
- color?: string | undefined;
6318
- team_id?: string | undefined;
6319
- deleted?: boolean | undefined;
6320
- real_name?: string | undefined;
6321
- tz?: string | undefined;
6322
- tz_label?: string | undefined;
6323
- tz_offset?: number | undefined;
6324
6324
  is_admin?: boolean | undefined;
6325
6325
  is_owner?: boolean | undefined;
6326
6326
  is_primary_owner?: boolean | undefined;
@@ -6351,6 +6351,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6351
6351
  members?: {
6352
6352
  name: string;
6353
6353
  id: string;
6354
+ color?: string | undefined;
6355
+ team_id?: string | undefined;
6356
+ deleted?: boolean | undefined;
6357
+ real_name?: string | undefined;
6358
+ tz?: string | undefined;
6359
+ tz_label?: string | undefined;
6360
+ tz_offset?: number | undefined;
6354
6361
  profile?: {
6355
6362
  title?: string | undefined;
6356
6363
  email?: string | undefined;
@@ -6377,13 +6384,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6377
6384
  image_512?: string | undefined;
6378
6385
  image_1024?: string | undefined;
6379
6386
  } | undefined;
6380
- color?: string | undefined;
6381
- team_id?: string | undefined;
6382
- deleted?: boolean | undefined;
6383
- real_name?: string | undefined;
6384
- tz?: string | undefined;
6385
- tz_label?: string | undefined;
6386
- tz_offset?: number | undefined;
6387
6387
  is_admin?: boolean | undefined;
6388
6388
  is_owner?: boolean | undefined;
6389
6389
  is_primary_owner?: boolean | undefined;
@@ -6405,6 +6405,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6405
6405
  members?: {
6406
6406
  name: string;
6407
6407
  id: string;
6408
+ color?: string | undefined;
6409
+ team_id?: string | undefined;
6410
+ deleted?: boolean | undefined;
6411
+ real_name?: string | undefined;
6412
+ tz?: string | undefined;
6413
+ tz_label?: string | undefined;
6414
+ tz_offset?: number | undefined;
6408
6415
  profile?: {
6409
6416
  title?: string | undefined;
6410
6417
  email?: string | undefined;
@@ -6431,13 +6438,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6431
6438
  image_512?: string | undefined;
6432
6439
  image_1024?: string | undefined;
6433
6440
  } | undefined;
6434
- color?: string | undefined;
6435
- team_id?: string | undefined;
6436
- deleted?: boolean | undefined;
6437
- real_name?: string | undefined;
6438
- tz?: string | undefined;
6439
- tz_label?: string | undefined;
6440
- tz_offset?: number | undefined;
6441
6441
  is_admin?: boolean | undefined;
6442
6442
  is_owner?: boolean | undefined;
6443
6443
  is_primary_owner?: boolean | undefined;
@@ -6539,10 +6539,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6539
6539
  }>, "many">>;
6540
6540
  }, "strip", z.ZodTypeAny, {
6541
6541
  type: string;
6542
- text?: string | undefined;
6543
6542
  user?: string | undefined;
6544
- ts?: string | undefined;
6543
+ text?: string | undefined;
6545
6544
  username?: string | undefined;
6545
+ ts?: string | undefined;
6546
6546
  attachments?: unknown[] | undefined;
6547
6547
  blocks?: unknown[] | undefined;
6548
6548
  thread_ts?: string | undefined;
@@ -6581,10 +6581,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6581
6581
  }[] | undefined;
6582
6582
  }, {
6583
6583
  type: string;
6584
- text?: string | undefined;
6585
6584
  user?: string | undefined;
6586
- ts?: string | undefined;
6585
+ text?: string | undefined;
6587
6586
  username?: string | undefined;
6587
+ ts?: string | undefined;
6588
6588
  attachments?: unknown[] | undefined;
6589
6589
  blocks?: unknown[] | undefined;
6590
6590
  thread_ts?: string | undefined;
@@ -6637,15 +6637,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6637
6637
  success: boolean;
6638
6638
  operation: "get_conversation_history";
6639
6639
  ok: boolean;
6640
- response_metadata?: {
6641
- next_cursor: string;
6642
- } | undefined;
6643
6640
  messages?: {
6644
6641
  type: string;
6645
- text?: string | undefined;
6646
6642
  user?: string | undefined;
6647
- ts?: string | undefined;
6643
+ text?: string | undefined;
6648
6644
  username?: string | undefined;
6645
+ ts?: string | undefined;
6649
6646
  attachments?: unknown[] | undefined;
6650
6647
  blocks?: unknown[] | undefined;
6651
6648
  thread_ts?: string | undefined;
@@ -6683,21 +6680,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6683
6680
  permalink?: string | undefined;
6684
6681
  }[] | undefined;
6685
6682
  }[] | undefined;
6683
+ response_metadata?: {
6684
+ next_cursor: string;
6685
+ } | undefined;
6686
6686
  has_more?: boolean | undefined;
6687
6687
  }, {
6688
6688
  error: string;
6689
6689
  success: boolean;
6690
6690
  operation: "get_conversation_history";
6691
6691
  ok: boolean;
6692
- response_metadata?: {
6693
- next_cursor: string;
6694
- } | undefined;
6695
6692
  messages?: {
6696
6693
  type: string;
6697
- text?: string | undefined;
6698
6694
  user?: string | undefined;
6699
- ts?: string | undefined;
6695
+ text?: string | undefined;
6700
6696
  username?: string | undefined;
6697
+ ts?: string | undefined;
6701
6698
  attachments?: unknown[] | undefined;
6702
6699
  blocks?: unknown[] | undefined;
6703
6700
  thread_ts?: string | undefined;
@@ -6735,6 +6732,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6735
6732
  permalink?: string | undefined;
6736
6733
  }[] | undefined;
6737
6734
  }[] | undefined;
6735
+ response_metadata?: {
6736
+ next_cursor: string;
6737
+ } | undefined;
6738
6738
  has_more?: boolean | undefined;
6739
6739
  }>, z.ZodObject<{
6740
6740
  operation: z.ZodLiteral<"get_thread_replies">;
@@ -6827,10 +6827,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6827
6827
  }>, "many">>;
6828
6828
  }, "strip", z.ZodTypeAny, {
6829
6829
  type: string;
6830
- text?: string | undefined;
6831
6830
  user?: string | undefined;
6832
- ts?: string | undefined;
6831
+ text?: string | undefined;
6833
6832
  username?: string | undefined;
6833
+ ts?: string | undefined;
6834
6834
  attachments?: unknown[] | undefined;
6835
6835
  blocks?: unknown[] | undefined;
6836
6836
  thread_ts?: string | undefined;
@@ -6869,10 +6869,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6869
6869
  }[] | undefined;
6870
6870
  }, {
6871
6871
  type: string;
6872
- text?: string | undefined;
6873
6872
  user?: string | undefined;
6874
- ts?: string | undefined;
6873
+ text?: string | undefined;
6875
6874
  username?: string | undefined;
6875
+ ts?: string | undefined;
6876
6876
  attachments?: unknown[] | undefined;
6877
6877
  blocks?: unknown[] | undefined;
6878
6878
  thread_ts?: string | undefined;
@@ -6925,15 +6925,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6925
6925
  success: boolean;
6926
6926
  operation: "get_thread_replies";
6927
6927
  ok: boolean;
6928
- response_metadata?: {
6929
- next_cursor: string;
6930
- } | undefined;
6931
6928
  messages?: {
6932
6929
  type: string;
6933
- text?: string | undefined;
6934
6930
  user?: string | undefined;
6935
- ts?: string | undefined;
6931
+ text?: string | undefined;
6936
6932
  username?: string | undefined;
6933
+ ts?: string | undefined;
6937
6934
  attachments?: unknown[] | undefined;
6938
6935
  blocks?: unknown[] | undefined;
6939
6936
  thread_ts?: string | undefined;
@@ -6971,21 +6968,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6971
6968
  permalink?: string | undefined;
6972
6969
  }[] | undefined;
6973
6970
  }[] | undefined;
6971
+ response_metadata?: {
6972
+ next_cursor: string;
6973
+ } | undefined;
6974
6974
  has_more?: boolean | undefined;
6975
6975
  }, {
6976
6976
  error: string;
6977
6977
  success: boolean;
6978
6978
  operation: "get_thread_replies";
6979
6979
  ok: boolean;
6980
- response_metadata?: {
6981
- next_cursor: string;
6982
- } | undefined;
6983
6980
  messages?: {
6984
6981
  type: string;
6985
- text?: string | undefined;
6986
6982
  user?: string | undefined;
6987
- ts?: string | undefined;
6983
+ text?: string | undefined;
6988
6984
  username?: string | undefined;
6985
+ ts?: string | undefined;
6989
6986
  attachments?: unknown[] | undefined;
6990
6987
  blocks?: unknown[] | undefined;
6991
6988
  thread_ts?: string | undefined;
@@ -7023,6 +7020,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7023
7020
  permalink?: string | undefined;
7024
7021
  }[] | undefined;
7025
7022
  }[] | undefined;
7023
+ response_metadata?: {
7024
+ next_cursor: string;
7025
+ } | undefined;
7026
7026
  has_more?: boolean | undefined;
7027
7027
  }>, z.ZodObject<{
7028
7028
  operation: z.ZodLiteral<"update_message">;
@@ -7118,10 +7118,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7118
7118
  }>, "many">>;
7119
7119
  }, "strip", z.ZodTypeAny, {
7120
7120
  type: string;
7121
- text?: string | undefined;
7122
7121
  user?: string | undefined;
7123
- ts?: string | undefined;
7122
+ text?: string | undefined;
7124
7123
  username?: string | undefined;
7124
+ ts?: string | undefined;
7125
7125
  attachments?: unknown[] | undefined;
7126
7126
  blocks?: unknown[] | undefined;
7127
7127
  thread_ts?: string | undefined;
@@ -7160,10 +7160,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7160
7160
  }[] | undefined;
7161
7161
  }, {
7162
7162
  type: string;
7163
- text?: string | undefined;
7164
7163
  user?: string | undefined;
7165
- ts?: string | undefined;
7164
+ text?: string | undefined;
7166
7165
  username?: string | undefined;
7166
+ ts?: string | undefined;
7167
7167
  attachments?: unknown[] | undefined;
7168
7168
  blocks?: unknown[] | undefined;
7169
7169
  thread_ts?: string | undefined;
@@ -7210,10 +7210,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7210
7210
  ok: boolean;
7211
7211
  message?: {
7212
7212
  type: string;
7213
- text?: string | undefined;
7214
7213
  user?: string | undefined;
7215
- ts?: string | undefined;
7214
+ text?: string | undefined;
7216
7215
  username?: string | undefined;
7216
+ ts?: string | undefined;
7217
7217
  attachments?: unknown[] | undefined;
7218
7218
  blocks?: unknown[] | undefined;
7219
7219
  thread_ts?: string | undefined;
@@ -7252,8 +7252,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7252
7252
  }[] | undefined;
7253
7253
  } | undefined;
7254
7254
  text?: string | undefined;
7255
- ts?: string | undefined;
7256
7255
  channel?: string | undefined;
7256
+ ts?: string | undefined;
7257
7257
  }, {
7258
7258
  error: string;
7259
7259
  success: boolean;
@@ -7261,10 +7261,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7261
7261
  ok: boolean;
7262
7262
  message?: {
7263
7263
  type: string;
7264
- text?: string | undefined;
7265
7264
  user?: string | undefined;
7266
- ts?: string | undefined;
7265
+ text?: string | undefined;
7267
7266
  username?: string | undefined;
7267
+ ts?: string | undefined;
7268
7268
  attachments?: unknown[] | undefined;
7269
7269
  blocks?: unknown[] | undefined;
7270
7270
  thread_ts?: string | undefined;
@@ -7303,8 +7303,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7303
7303
  }[] | undefined;
7304
7304
  } | undefined;
7305
7305
  text?: string | undefined;
7306
- ts?: string | undefined;
7307
7306
  channel?: string | undefined;
7307
+ ts?: string | undefined;
7308
7308
  }>, z.ZodObject<{
7309
7309
  operation: z.ZodLiteral<"delete_message">;
7310
7310
  ok: z.ZodBoolean;
@@ -7317,15 +7317,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7317
7317
  success: boolean;
7318
7318
  operation: "delete_message";
7319
7319
  ok: boolean;
7320
- ts?: string | undefined;
7321
7320
  channel?: string | undefined;
7321
+ ts?: string | undefined;
7322
7322
  }, {
7323
7323
  error: string;
7324
7324
  success: boolean;
7325
7325
  operation: "delete_message";
7326
7326
  ok: boolean;
7327
- ts?: string | undefined;
7328
7327
  channel?: string | undefined;
7328
+ ts?: string | undefined;
7329
7329
  }>, z.ZodObject<{
7330
7330
  operation: z.ZodLiteral<"add_reaction">;
7331
7331
  ok: z.ZodBoolean;
@@ -7594,17 +7594,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7594
7594
  team_id: z.ZodString;
7595
7595
  }, "strip", z.ZodTypeAny, {
7596
7596
  ts: string;
7597
- team_id: string;
7598
7597
  reply_count: number;
7599
7598
  reply_users_count: number;
7600
7599
  reply_users: string[];
7600
+ team_id: string;
7601
7601
  channel_name: string;
7602
7602
  }, {
7603
7603
  ts: string;
7604
- team_id: string;
7605
7604
  reply_count: number;
7606
7605
  reply_users_count: number;
7607
7606
  reply_users: string[];
7607
+ team_id: string;
7608
7608
  channel_name: string;
7609
7609
  }>, "many">>>;
7610
7610
  private: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
@@ -7616,51 +7616,51 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7616
7616
  team_id: z.ZodString;
7617
7617
  }, "strip", z.ZodTypeAny, {
7618
7618
  ts: string;
7619
- team_id: string;
7620
7619
  reply_count: number;
7621
7620
  reply_users_count: number;
7622
7621
  reply_users: string[];
7622
+ team_id: string;
7623
7623
  channel_name: string;
7624
7624
  }, {
7625
7625
  ts: string;
7626
- team_id: string;
7627
7626
  reply_count: number;
7628
7627
  reply_users_count: number;
7629
7628
  reply_users: string[];
7629
+ team_id: string;
7630
7630
  channel_name: string;
7631
7631
  }>, "many">>>;
7632
7632
  }, "strip", z.ZodTypeAny, {
7633
7633
  public?: Record<string, {
7634
7634
  ts: string;
7635
- team_id: string;
7636
7635
  reply_count: number;
7637
7636
  reply_users_count: number;
7638
7637
  reply_users: string[];
7638
+ team_id: string;
7639
7639
  channel_name: string;
7640
7640
  }[]> | undefined;
7641
7641
  private?: Record<string, {
7642
7642
  ts: string;
7643
- team_id: string;
7644
7643
  reply_count: number;
7645
7644
  reply_users_count: number;
7646
7645
  reply_users: string[];
7646
+ team_id: string;
7647
7647
  channel_name: string;
7648
7648
  }[]> | undefined;
7649
7649
  }, {
7650
7650
  public?: Record<string, {
7651
7651
  ts: string;
7652
- team_id: string;
7653
7652
  reply_count: number;
7654
7653
  reply_users_count: number;
7655
7654
  reply_users: string[];
7655
+ team_id: string;
7656
7656
  channel_name: string;
7657
7657
  }[]> | undefined;
7658
7658
  private?: Record<string, {
7659
7659
  ts: string;
7660
- team_id: string;
7661
7660
  reply_count: number;
7662
7661
  reply_users_count: number;
7663
7662
  reply_users: string[];
7663
+ team_id: string;
7664
7664
  channel_name: string;
7665
7665
  }[]> | undefined;
7666
7666
  }>>;
@@ -7674,13 +7674,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7674
7674
  user: string;
7675
7675
  username: string;
7676
7676
  timestamp: number;
7677
- created: number;
7678
7677
  mimetype: string;
7679
7678
  filetype: string;
7680
7679
  size: number;
7681
7680
  url_private: string;
7682
7681
  url_private_download: string;
7683
7682
  permalink: string;
7683
+ created: number;
7684
7684
  pretty_type: string;
7685
7685
  editable: boolean;
7686
7686
  mode: string;
@@ -7695,18 +7695,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7695
7695
  shares?: {
7696
7696
  public?: Record<string, {
7697
7697
  ts: string;
7698
- team_id: string;
7699
7698
  reply_count: number;
7700
7699
  reply_users_count: number;
7701
7700
  reply_users: string[];
7701
+ team_id: string;
7702
7702
  channel_name: string;
7703
7703
  }[]> | undefined;
7704
7704
  private?: Record<string, {
7705
7705
  ts: string;
7706
- team_id: string;
7707
7706
  reply_count: number;
7708
7707
  reply_users_count: number;
7709
7708
  reply_users: string[];
7709
+ team_id: string;
7710
7710
  channel_name: string;
7711
7711
  }[]> | undefined;
7712
7712
  } | undefined;
@@ -7719,13 +7719,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7719
7719
  user: string;
7720
7720
  username: string;
7721
7721
  timestamp: number;
7722
- created: number;
7723
7722
  mimetype: string;
7724
7723
  filetype: string;
7725
7724
  size: number;
7726
7725
  url_private: string;
7727
7726
  url_private_download: string;
7728
7727
  permalink: string;
7728
+ created: number;
7729
7729
  pretty_type: string;
7730
7730
  editable: boolean;
7731
7731
  mode: string;
@@ -7740,18 +7740,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7740
7740
  shares?: {
7741
7741
  public?: Record<string, {
7742
7742
  ts: string;
7743
- team_id: string;
7744
7743
  reply_count: number;
7745
7744
  reply_users_count: number;
7746
7745
  reply_users: string[];
7746
+ team_id: string;
7747
7747
  channel_name: string;
7748
7748
  }[]> | undefined;
7749
7749
  private?: Record<string, {
7750
7750
  ts: string;
7751
- team_id: string;
7752
7751
  reply_count: number;
7753
7752
  reply_users_count: number;
7754
7753
  reply_users: string[];
7754
+ team_id: string;
7755
7755
  channel_name: string;
7756
7756
  }[]> | undefined;
7757
7757
  } | undefined;
@@ -7772,13 +7772,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7772
7772
  user: string;
7773
7773
  username: string;
7774
7774
  timestamp: number;
7775
- created: number;
7776
7775
  mimetype: string;
7777
7776
  filetype: string;
7778
7777
  size: number;
7779
7778
  url_private: string;
7780
7779
  url_private_download: string;
7781
7780
  permalink: string;
7781
+ created: number;
7782
7782
  pretty_type: string;
7783
7783
  editable: boolean;
7784
7784
  mode: string;
@@ -7793,18 +7793,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7793
7793
  shares?: {
7794
7794
  public?: Record<string, {
7795
7795
  ts: string;
7796
- team_id: string;
7797
7796
  reply_count: number;
7798
7797
  reply_users_count: number;
7799
7798
  reply_users: string[];
7799
+ team_id: string;
7800
7800
  channel_name: string;
7801
7801
  }[]> | undefined;
7802
7802
  private?: Record<string, {
7803
7803
  ts: string;
7804
- team_id: string;
7805
7804
  reply_count: number;
7806
7805
  reply_users_count: number;
7807
7806
  reply_users: string[];
7807
+ team_id: string;
7808
7808
  channel_name: string;
7809
7809
  }[]> | undefined;
7810
7810
  } | undefined;
@@ -7823,13 +7823,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7823
7823
  user: string;
7824
7824
  username: string;
7825
7825
  timestamp: number;
7826
- created: number;
7827
7826
  mimetype: string;
7828
7827
  filetype: string;
7829
7828
  size: number;
7830
7829
  url_private: string;
7831
7830
  url_private_download: string;
7832
7831
  permalink: string;
7832
+ created: number;
7833
7833
  pretty_type: string;
7834
7834
  editable: boolean;
7835
7835
  mode: string;
@@ -7844,18 +7844,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7844
7844
  shares?: {
7845
7845
  public?: Record<string, {
7846
7846
  ts: string;
7847
- team_id: string;
7848
7847
  reply_count: number;
7849
7848
  reply_users_count: number;
7850
7849
  reply_users: string[];
7850
+ team_id: string;
7851
7851
  channel_name: string;
7852
7852
  }[]> | undefined;
7853
7853
  private?: Record<string, {
7854
7854
  ts: string;
7855
- team_id: string;
7856
7855
  reply_count: number;
7857
7856
  reply_users_count: number;
7858
7857
  reply_users: string[];
7858
+ team_id: string;
7859
7859
  channel_name: string;
7860
7860
  }[]> | undefined;
7861
7861
  } | undefined;