@bubblelab/bubble-core 0.1.9 → 0.1.10

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 (186) hide show
  1. package/dist/bubble-bundle.d.ts +252 -1686
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +51 -19
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubble-flow/bubble-flow-class.d.ts +17 -1
  6. package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
  7. package/dist/bubble-flow/bubble-flow-class.js +16 -0
  8. package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
  9. package/dist/bubble-flow/sample/data-analyst-flow.d.ts +1 -1
  10. package/dist/bubble-flow/sample/data-analyst-flow.d.ts.map +1 -1
  11. package/dist/bubble-flow/sample/error-ts.d.ts +1 -1
  12. package/dist/bubble-flow/sample/error-ts.d.ts.map +1 -1
  13. package/dist/bubble-flow/sample/sanitytest.d.ts +1 -1
  14. package/dist/bubble-flow/sample/sanitytest.d.ts.map +1 -1
  15. package/dist/bubble-flow/sample/simple-webhook-2.d.ts +1 -1
  16. package/dist/bubble-flow/sample/simple-webhook-2.d.ts.map +1 -1
  17. package/dist/bubble-flow/sample/simple-webhook.d.ts +1 -1
  18. package/dist/bubble-flow/sample/simple-webhook.d.ts.map +1 -1
  19. package/dist/bubble-flow/sample/simplified-data-analysis.flow.d.ts +1 -1
  20. package/dist/bubble-flow/sample/simplified-data-analysis.flow.d.ts.map +1 -1
  21. package/dist/bubble-flow/sample/slack-v0.1.d.ts +1 -1
  22. package/dist/bubble-flow/sample/slack-v0.1.d.ts.map +1 -1
  23. package/dist/bubble-flow/sample/slackagenttest.d.ts +1 -1
  24. package/dist/bubble-flow/sample/slackagenttest.d.ts.map +1 -1
  25. package/dist/bubbles/service-bubble/ai-agent.d.ts +30 -30
  26. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  27. package/dist/bubbles/service-bubble/ai-agent.js +3 -1
  28. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  29. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +34 -34
  30. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +42 -42
  31. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +21 -21
  32. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +6 -6
  33. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +184 -0
  34. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts.map +1 -0
  35. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.js +145 -0
  36. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.js.map +1 -0
  37. package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.d.ts +52 -0
  38. package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.d.ts.map +1 -0
  39. package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.js +29 -0
  40. package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.js.map +1 -0
  41. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +338 -109
  42. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
  43. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +16 -0
  44. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
  45. package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
  46. package/dist/bubbles/service-bubble/apify/index.d.ts +2 -0
  47. package/dist/bubbles/service-bubble/apify/index.d.ts.map +1 -1
  48. package/dist/bubbles/service-bubble/apify/index.js +3 -0
  49. package/dist/bubbles/service-bubble/apify/index.js.map +1 -1
  50. package/dist/bubbles/service-bubble/apify/types.js +1 -2
  51. package/dist/bubbles/service-bubble/apify/types.js.map +1 -1
  52. package/dist/bubbles/service-bubble/gmail.d.ts +678 -184
  53. package/dist/bubbles/service-bubble/gmail.d.ts.map +1 -1
  54. package/dist/bubbles/service-bubble/gmail.js +435 -7
  55. package/dist/bubbles/service-bubble/gmail.js.map +1 -1
  56. package/dist/bubbles/service-bubble/google-calendar.d.ts +60 -60
  57. package/dist/bubbles/service-bubble/google-drive.d.ts +301 -72
  58. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  59. package/dist/bubbles/service-bubble/google-drive.js +65 -75
  60. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  61. package/dist/bubbles/service-bubble/google-sheets.d.ts +76 -76
  62. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  63. package/dist/bubbles/service-bubble/hello-world.js +2 -2
  64. package/dist/bubbles/service-bubble/hello-world.js.map +1 -1
  65. package/dist/bubbles/service-bubble/http.d.ts +10 -10
  66. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  67. package/dist/bubbles/service-bubble/resend.d.ts +16 -16
  68. package/dist/bubbles/service-bubble/slack.d.ts +469 -469
  69. package/dist/bubbles/service-bubble/storage.d.ts +36 -36
  70. package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
  71. package/dist/bubbles/service-bubble/storage.js +16 -5
  72. package/dist/bubbles/service-bubble/storage.js.map +1 -1
  73. package/dist/bubbles/service-bubble/x-twitter.d.ts +814 -0
  74. package/dist/bubbles/service-bubble/x-twitter.d.ts.map +1 -0
  75. package/dist/bubbles/service-bubble/x-twitter.js +445 -0
  76. package/dist/bubbles/service-bubble/x-twitter.js.map +1 -0
  77. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
  78. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
  79. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
  80. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +17 -9
  81. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
  82. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +86 -86
  83. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +134 -134
  84. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +69 -64
  85. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts.map +1 -1
  86. package/dist/bubbles/tool-bubble/reddit-scrape-tool.js +97 -22
  87. package/dist/bubbles/tool-bubble/reddit-scrape-tool.js.map +1 -1
  88. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
  89. package/dist/bubbles/tool-bubble/research-agent-tool.js +4 -4
  90. package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
  91. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  92. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  93. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +10 -10
  94. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  95. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
  96. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +11 -10
  97. package/dist/bubbles/tool-bubble/web-search-tool.d.ts.map +1 -1
  98. package/dist/bubbles/tool-bubble/web-search-tool.js +5 -1
  99. package/dist/bubbles/tool-bubble/web-search-tool.js.map +1 -1
  100. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +394 -0
  101. package/dist/bubbles/tool-bubble/youtube-tool.d.ts.map +1 -0
  102. package/dist/bubbles/tool-bubble/youtube-tool.js +352 -0
  103. package/dist/bubbles/tool-bubble/youtube-tool.js.map +1 -0
  104. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +47 -36
  105. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +1 -1
  106. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +91 -65
  107. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +1 -1
  108. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  109. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +70 -70
  110. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +66 -66
  111. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +56 -56
  112. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts.map +1 -1
  113. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js.map +1 -1
  114. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +44 -44
  115. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts.map +1 -1
  116. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js +1 -1
  117. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js.map +1 -1
  118. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +32 -32
  119. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +58 -58
  120. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +18 -18
  121. package/dist/bubbles.json +69 -54
  122. package/dist/index.d.ts +4 -2
  123. package/dist/index.d.ts.map +1 -1
  124. package/dist/index.js +2 -1
  125. package/dist/index.js.map +1 -1
  126. package/dist/logging/BubbleLogger.d.ts.map +1 -1
  127. package/dist/logging/BubbleLogger.js +20 -13
  128. package/dist/logging/BubbleLogger.js.map +1 -1
  129. package/dist/logging/StreamingBubbleLogger.d.ts.map +1 -1
  130. package/dist/logging/StreamingBubbleLogger.js +5 -5
  131. package/dist/logging/StreamingBubbleLogger.js.map +1 -1
  132. package/dist/test-gm.d.ts +10 -0
  133. package/dist/test-gm.d.ts.map +1 -0
  134. package/dist/test-gm.js +95 -0
  135. package/dist/test-gm.js.map +1 -0
  136. package/dist/types/base-bubble-class.d.ts +1 -1
  137. package/dist/types/base-bubble-class.d.ts.map +1 -1
  138. package/dist/types/base-bubble-class.js +29 -21
  139. package/dist/types/base-bubble-class.js.map +1 -1
  140. package/dist/types/bubble.d.ts +1 -10
  141. package/dist/types/bubble.d.ts.map +1 -1
  142. package/dist/types/bubble.js +1 -1
  143. package/dist/types/bubble.js.map +1 -1
  144. package/dist/types/service-bubble-class.d.ts +1 -1
  145. package/dist/types/service-bubble-class.d.ts.map +1 -1
  146. package/dist/types/tool-bubble-class.d.ts +1 -1
  147. package/dist/types/tool-bubble-class.d.ts.map +1 -1
  148. package/dist/types/tool-bubble-class.js +0 -2
  149. package/dist/types/tool-bubble-class.js.map +1 -1
  150. package/dist/types/workflow-bubble-class.d.ts +1 -1
  151. package/dist/types/workflow-bubble-class.d.ts.map +1 -1
  152. package/dist/utils/agent-formatter.d.ts.map +1 -1
  153. package/dist/utils/agent-formatter.js +2 -2
  154. package/dist/utils/agent-formatter.js.map +1 -1
  155. package/dist/utils/bubbleflow-validation.d.ts.map +1 -1
  156. package/dist/utils/bubbleflow-validation.js +89 -32
  157. package/dist/utils/bubbleflow-validation.js.map +1 -1
  158. package/dist/utils/error-sanitizer.d.ts +12 -0
  159. package/dist/utils/error-sanitizer.d.ts.map +1 -0
  160. package/dist/utils/error-sanitizer.js +77 -0
  161. package/dist/utils/error-sanitizer.js.map +1 -0
  162. package/package.json +4 -4
  163. package/dist/bubble-trigger/index.d.ts +0 -2
  164. package/dist/bubble-trigger/index.d.ts.map +0 -1
  165. package/dist/bubble-trigger/index.js +0 -2
  166. package/dist/bubble-trigger/index.js.map +0 -1
  167. package/dist/bubble-trigger/types.d.ts +0 -87
  168. package/dist/bubble-trigger/types.d.ts.map +0 -1
  169. package/dist/bubble-trigger/types.js +0 -14
  170. package/dist/bubble-trigger/types.js.map +0 -1
  171. package/dist/bubbles/service-bubble/apify/api-scraper.schema.d.ts +0 -370
  172. package/dist/bubbles/service-bubble/apify/api-scraper.schema.d.ts.map +0 -1
  173. package/dist/bubbles/service-bubble/apify/api-scraper.schema.js +0 -14
  174. package/dist/bubbles/service-bubble/apify/api-scraper.schema.js.map +0 -1
  175. package/dist/bubbles/service-bubble/apify.d.ts +0 -136
  176. package/dist/bubbles/service-bubble/apify.d.ts.map +0 -1
  177. package/dist/bubbles/service-bubble/apify.js +0 -282
  178. package/dist/bubbles/service-bubble/apify.js.map +0 -1
  179. package/dist/types/ai-models.d.ts +0 -4
  180. package/dist/types/ai-models.d.ts.map +0 -1
  181. package/dist/types/ai-models.js +0 -20
  182. package/dist/types/ai-models.js.map +0 -1
  183. package/dist/types/api-scraper.schema.d.ts +0 -453
  184. package/dist/types/api-scraper.schema.d.ts.map +0 -1
  185. package/dist/types/api-scraper.schema.js +0 -160
  186. package/dist/types/api-scraper.schema.js.map +0 -1
@@ -37,8 +37,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
37
37
  footer_icon: z.ZodOptional<z.ZodString>;
38
38
  ts: z.ZodOptional<z.ZodNumber>;
39
39
  }, "strip", z.ZodTypeAny, {
40
- text?: string | undefined;
41
40
  title?: string | undefined;
41
+ text?: string | undefined;
42
42
  image_url?: string | undefined;
43
43
  fields?: {
44
44
  value: string;
@@ -56,8 +56,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
56
56
  footer_icon?: string | undefined;
57
57
  ts?: number | undefined;
58
58
  }, {
59
- text?: string | undefined;
60
59
  title?: string | undefined;
60
+ text?: string | undefined;
61
61
  image_url?: string | undefined;
62
62
  fields?: {
63
63
  value: string;
@@ -102,15 +102,15 @@ 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
- text?: string | undefined;
106
105
  emoji?: boolean | undefined;
106
+ text?: string | undefined;
107
107
  image_url?: string | undefined;
108
108
  verbatim?: boolean | undefined;
109
109
  alt_text?: string | undefined;
110
110
  }, {
111
111
  type: "image" | "plain_text" | "mrkdwn";
112
- text?: string | undefined;
113
112
  emoji?: boolean | undefined;
113
+ text?: string | undefined;
114
114
  image_url?: string | undefined;
115
115
  verbatim?: boolean | undefined;
116
116
  alt_text?: string | undefined;
@@ -142,15 +142,15 @@ 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
- text?: string | undefined;
146
145
  emoji?: boolean | undefined;
146
+ text?: string | undefined;
147
147
  image_url?: string | undefined;
148
148
  verbatim?: boolean | undefined;
149
149
  alt_text?: string | undefined;
150
150
  }, {
151
151
  type: "image" | "plain_text" | "mrkdwn";
152
- text?: string | undefined;
153
152
  emoji?: boolean | undefined;
153
+ text?: string | undefined;
154
154
  image_url?: string | undefined;
155
155
  verbatim?: boolean | undefined;
156
156
  alt_text?: string | undefined;
@@ -182,15 +182,15 @@ 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
- text?: string | undefined;
186
185
  emoji?: boolean | undefined;
186
+ text?: string | undefined;
187
187
  image_url?: string | undefined;
188
188
  verbatim?: boolean | undefined;
189
189
  alt_text?: string | undefined;
190
190
  }, {
191
191
  type: "image" | "plain_text" | "mrkdwn";
192
- text?: string | undefined;
193
192
  emoji?: boolean | undefined;
193
+ text?: string | undefined;
194
194
  image_url?: string | undefined;
195
195
  verbatim?: boolean | undefined;
196
196
  alt_text?: string | undefined;
@@ -213,8 +213,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
213
213
  icon_emoji?: string | undefined;
214
214
  icon_url?: string | undefined;
215
215
  attachments?: {
216
- text?: string | undefined;
217
216
  title?: string | undefined;
217
+ text?: string | undefined;
218
218
  image_url?: string | undefined;
219
219
  fields?: {
220
220
  value: string;
@@ -259,15 +259,15 @@ 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
- text?: string | undefined;
263
262
  emoji?: boolean | undefined;
263
+ text?: string | undefined;
264
264
  image_url?: string | undefined;
265
265
  verbatim?: boolean | undefined;
266
266
  alt_text?: string | undefined;
267
267
  }, {
268
268
  type: "image" | "plain_text" | "mrkdwn";
269
- text?: string | undefined;
270
269
  emoji?: boolean | undefined;
270
+ text?: string | undefined;
271
271
  image_url?: string | undefined;
272
272
  verbatim?: boolean | undefined;
273
273
  alt_text?: string | undefined;
@@ -283,8 +283,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
283
283
  icon_emoji?: string | undefined;
284
284
  icon_url?: string | undefined;
285
285
  attachments?: {
286
- text?: string | undefined;
287
286
  title?: string | undefined;
287
+ text?: string | undefined;
288
288
  image_url?: string | undefined;
289
289
  fields?: {
290
290
  value: string;
@@ -329,15 +329,15 @@ 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
- text?: string | undefined;
333
332
  emoji?: boolean | undefined;
333
+ text?: string | undefined;
334
334
  image_url?: string | undefined;
335
335
  verbatim?: boolean | undefined;
336
336
  alt_text?: string | undefined;
337
337
  }, {
338
338
  type: "image" | "plain_text" | "mrkdwn";
339
- text?: string | undefined;
340
339
  emoji?: boolean | undefined;
340
+ text?: string | undefined;
341
341
  image_url?: string | undefined;
342
342
  verbatim?: boolean | undefined;
343
343
  alt_text?: string | undefined;
@@ -355,16 +355,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
355
355
  cursor: z.ZodOptional<z.ZodString>;
356
356
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
357
357
  }, "strip", z.ZodTypeAny, {
358
- operation: "list_channels";
359
358
  limit: number;
359
+ operation: "list_channels";
360
360
  types: ("public_channel" | "private_channel" | "mpim" | "im")[];
361
361
  exclude_archived: boolean;
362
362
  credentials?: Partial<Record<CredentialType, string>> | undefined;
363
363
  cursor?: string | undefined;
364
364
  }, {
365
365
  operation: "list_channels";
366
- credentials?: Partial<Record<CredentialType, string>> | undefined;
367
366
  limit?: number | undefined;
367
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
368
368
  types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
369
369
  exclude_archived?: boolean | undefined;
370
370
  cursor?: string | undefined;
@@ -405,15 +405,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
405
405
  include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
406
406
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
407
407
  }, "strip", z.ZodTypeAny, {
408
- operation: "list_users";
409
408
  limit: number;
409
+ operation: "list_users";
410
410
  include_locale: boolean;
411
411
  credentials?: Partial<Record<CredentialType, string>> | undefined;
412
412
  cursor?: string | undefined;
413
413
  }, {
414
414
  operation: "list_users";
415
- credentials?: Partial<Record<CredentialType, string>> | undefined;
416
415
  limit?: number | undefined;
416
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
417
417
  cursor?: string | undefined;
418
418
  include_locale?: boolean | undefined;
419
419
  }>, z.ZodObject<{
@@ -427,8 +427,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
427
427
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
428
428
  }, "strip", z.ZodTypeAny, {
429
429
  inclusive: boolean;
430
- operation: "get_conversation_history";
431
430
  limit: number;
431
+ operation: "get_conversation_history";
432
432
  channel: string;
433
433
  credentials?: Partial<Record<CredentialType, string>> | undefined;
434
434
  cursor?: string | undefined;
@@ -438,8 +438,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
438
438
  operation: "get_conversation_history";
439
439
  channel: string;
440
440
  inclusive?: boolean | undefined;
441
- credentials?: Partial<Record<CredentialType, string>> | undefined;
442
441
  limit?: number | undefined;
442
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
443
443
  cursor?: string | undefined;
444
444
  latest?: string | undefined;
445
445
  oldest?: string | undefined;
@@ -455,21 +455,21 @@ 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
- operation: "get_thread_replies";
459
458
  limit: number;
460
459
  ts: string;
460
+ operation: "get_thread_replies";
461
461
  channel: string;
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
- operation: "get_thread_replies";
468
467
  ts: string;
468
+ operation: "get_thread_replies";
469
469
  channel: string;
470
470
  inclusive?: boolean | undefined;
471
- credentials?: Partial<Record<CredentialType, string>> | undefined;
472
471
  limit?: number | undefined;
472
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
473
473
  cursor?: string | undefined;
474
474
  latest?: string | undefined;
475
475
  oldest?: string | undefined;
@@ -506,8 +506,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
506
506
  footer_icon: z.ZodOptional<z.ZodString>;
507
507
  ts: z.ZodOptional<z.ZodNumber>;
508
508
  }, "strip", z.ZodTypeAny, {
509
- text?: string | undefined;
510
509
  title?: string | undefined;
510
+ text?: string | undefined;
511
511
  image_url?: string | undefined;
512
512
  fields?: {
513
513
  value: string;
@@ -525,8 +525,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
525
525
  footer_icon?: string | undefined;
526
526
  ts?: number | undefined;
527
527
  }, {
528
- text?: string | undefined;
529
528
  title?: string | undefined;
529
+ text?: string | undefined;
530
530
  image_url?: string | undefined;
531
531
  fields?: {
532
532
  value: string;
@@ -571,15 +571,15 @@ 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
- text?: string | undefined;
575
574
  emoji?: boolean | undefined;
575
+ text?: string | undefined;
576
576
  image_url?: string | undefined;
577
577
  verbatim?: boolean | undefined;
578
578
  alt_text?: string | undefined;
579
579
  }, {
580
580
  type: "image" | "plain_text" | "mrkdwn";
581
- text?: string | undefined;
582
581
  emoji?: boolean | undefined;
582
+ text?: string | undefined;
583
583
  image_url?: string | undefined;
584
584
  verbatim?: boolean | undefined;
585
585
  alt_text?: string | undefined;
@@ -611,15 +611,15 @@ 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
- text?: string | undefined;
615
614
  emoji?: boolean | undefined;
615
+ text?: string | undefined;
616
616
  image_url?: string | undefined;
617
617
  verbatim?: boolean | undefined;
618
618
  alt_text?: string | undefined;
619
619
  }, {
620
620
  type: "image" | "plain_text" | "mrkdwn";
621
- text?: string | undefined;
622
621
  emoji?: boolean | undefined;
622
+ text?: string | undefined;
623
623
  image_url?: string | undefined;
624
624
  verbatim?: boolean | undefined;
625
625
  alt_text?: string | undefined;
@@ -651,15 +651,15 @@ 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
- text?: string | undefined;
655
654
  emoji?: boolean | undefined;
655
+ text?: string | undefined;
656
656
  image_url?: string | undefined;
657
657
  verbatim?: boolean | undefined;
658
658
  alt_text?: string | undefined;
659
659
  }, {
660
660
  type: "image" | "plain_text" | "mrkdwn";
661
- text?: string | undefined;
662
661
  emoji?: boolean | undefined;
662
+ text?: string | undefined;
663
663
  image_url?: string | undefined;
664
664
  verbatim?: boolean | undefined;
665
665
  alt_text?: string | undefined;
@@ -667,14 +667,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
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
- operation: "update_message";
671
670
  ts: string;
671
+ operation: "update_message";
672
672
  channel: string;
673
- text?: string | undefined;
674
673
  credentials?: Partial<Record<CredentialType, string>> | undefined;
674
+ text?: string | undefined;
675
675
  attachments?: {
676
- text?: string | undefined;
677
676
  title?: string | undefined;
677
+ text?: string | undefined;
678
678
  image_url?: string | undefined;
679
679
  fields?: {
680
680
  value: string;
@@ -719,29 +719,29 @@ 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
- text?: string | undefined;
723
722
  emoji?: boolean | undefined;
723
+ text?: string | undefined;
724
724
  image_url?: string | undefined;
725
725
  verbatim?: boolean | undefined;
726
726
  alt_text?: string | undefined;
727
727
  }, {
728
728
  type: "image" | "plain_text" | "mrkdwn";
729
- text?: string | undefined;
730
729
  emoji?: boolean | undefined;
730
+ text?: string | undefined;
731
731
  image_url?: string | undefined;
732
732
  verbatim?: boolean | undefined;
733
733
  alt_text?: string | undefined;
734
734
  }>, "many">>;
735
735
  }, z.ZodTypeAny, "passthrough">[] | undefined;
736
736
  }, {
737
- operation: "update_message";
738
737
  ts: string;
738
+ operation: "update_message";
739
739
  channel: string;
740
- text?: string | undefined;
741
740
  credentials?: Partial<Record<CredentialType, string>> | undefined;
741
+ text?: string | undefined;
742
742
  attachments?: {
743
- text?: string | undefined;
744
743
  title?: string | undefined;
744
+ text?: string | undefined;
745
745
  image_url?: string | undefined;
746
746
  fields?: {
747
747
  value: string;
@@ -786,15 +786,15 @@ 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
- text?: string | undefined;
790
789
  emoji?: boolean | undefined;
790
+ text?: string | undefined;
791
791
  image_url?: string | undefined;
792
792
  verbatim?: boolean | undefined;
793
793
  alt_text?: string | undefined;
794
794
  }, {
795
795
  type: "image" | "plain_text" | "mrkdwn";
796
- text?: string | undefined;
797
796
  emoji?: boolean | undefined;
797
+ text?: string | undefined;
798
798
  image_url?: string | undefined;
799
799
  verbatim?: boolean | undefined;
800
800
  alt_text?: string | undefined;
@@ -806,13 +806,13 @@ 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
- operation: "delete_message";
810
809
  ts: string;
810
+ operation: "delete_message";
811
811
  channel: string;
812
812
  credentials?: Partial<Record<CredentialType, string>> | undefined;
813
813
  }, {
814
- operation: "delete_message";
815
814
  ts: string;
815
+ operation: "delete_message";
816
816
  channel: string;
817
817
  credentials?: Partial<Record<CredentialType, string>> | undefined;
818
818
  }>, z.ZodObject<{
@@ -824,14 +824,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
824
824
  }, "strip", z.ZodTypeAny, {
825
825
  name: string;
826
826
  operation: "add_reaction";
827
- timestamp: string;
828
827
  channel: string;
828
+ timestamp: string;
829
829
  credentials?: Partial<Record<CredentialType, string>> | undefined;
830
830
  }, {
831
831
  name: string;
832
832
  operation: "add_reaction";
833
- timestamp: string;
834
833
  channel: string;
834
+ timestamp: string;
835
835
  credentials?: Partial<Record<CredentialType, string>> | undefined;
836
836
  }>, z.ZodObject<{
837
837
  operation: z.ZodLiteral<"remove_reaction">;
@@ -842,14 +842,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
842
842
  }, "strip", z.ZodTypeAny, {
843
843
  name: string;
844
844
  operation: "remove_reaction";
845
- timestamp: string;
846
845
  channel: string;
846
+ timestamp: string;
847
847
  credentials?: Partial<Record<CredentialType, string>> | undefined;
848
848
  }, {
849
849
  name: string;
850
850
  operation: "remove_reaction";
851
- timestamp: string;
852
851
  channel: string;
852
+ timestamp: string;
853
853
  credentials?: Partial<Record<CredentialType, string>> | undefined;
854
854
  }>, z.ZodObject<{
855
855
  operation: z.ZodLiteral<"upload_file">;
@@ -914,24 +914,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
914
914
  count: z.ZodNumber;
915
915
  }, "strip", z.ZodTypeAny, {
916
916
  name: string;
917
- count: number;
918
917
  users: string[];
918
+ count: number;
919
919
  }, {
920
920
  name: string;
921
- count: number;
922
921
  users: string[];
922
+ count: number;
923
923
  }>, "many">>;
924
924
  }, "strip", z.ZodTypeAny, {
925
925
  type: string;
926
926
  ts: string;
927
- text?: string | undefined;
928
927
  user?: string | undefined;
928
+ text?: string | undefined;
929
929
  username?: string | undefined;
930
- reactions?: {
931
- name: string;
932
- count: number;
933
- users: string[];
934
- }[] | undefined;
935
930
  attachments?: unknown[] | undefined;
936
931
  blocks?: unknown[] | undefined;
937
932
  thread_ts?: string | undefined;
@@ -946,17 +941,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
946
941
  reply_users?: string[] | undefined;
947
942
  is_locked?: boolean | undefined;
948
943
  subscribed?: boolean | undefined;
944
+ reactions?: {
945
+ name: string;
946
+ users: string[];
947
+ count: number;
948
+ }[] | undefined;
949
949
  }, {
950
950
  type: string;
951
951
  ts: string;
952
- text?: string | undefined;
953
952
  user?: string | undefined;
953
+ text?: string | undefined;
954
954
  username?: string | undefined;
955
- reactions?: {
956
- name: string;
957
- count: number;
958
- users: string[];
959
- }[] | undefined;
960
955
  attachments?: unknown[] | undefined;
961
956
  blocks?: unknown[] | undefined;
962
957
  thread_ts?: string | undefined;
@@ -971,25 +966,25 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
971
966
  reply_users?: string[] | undefined;
972
967
  is_locked?: boolean | undefined;
973
968
  subscribed?: boolean | undefined;
969
+ reactions?: {
970
+ name: string;
971
+ users: string[];
972
+ count: number;
973
+ }[] | undefined;
974
974
  }>>;
975
975
  error: z.ZodString;
976
976
  success: z.ZodBoolean;
977
977
  }, "strip", z.ZodTypeAny, {
978
- error: string;
979
978
  success: boolean;
979
+ error: string;
980
980
  operation: "send_message";
981
981
  ok: boolean;
982
982
  message?: {
983
983
  type: string;
984
984
  ts: string;
985
- text?: string | undefined;
986
985
  user?: string | undefined;
986
+ text?: string | undefined;
987
987
  username?: string | undefined;
988
- reactions?: {
989
- name: string;
990
- count: number;
991
- users: string[];
992
- }[] | undefined;
993
988
  attachments?: unknown[] | undefined;
994
989
  blocks?: unknown[] | undefined;
995
990
  thread_ts?: string | undefined;
@@ -1004,25 +999,25 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1004
999
  reply_users?: string[] | undefined;
1005
1000
  is_locked?: boolean | undefined;
1006
1001
  subscribed?: boolean | undefined;
1002
+ reactions?: {
1003
+ name: string;
1004
+ users: string[];
1005
+ count: number;
1006
+ }[] | undefined;
1007
1007
  } | undefined;
1008
1008
  ts?: string | undefined;
1009
1009
  channel?: string | undefined;
1010
1010
  }, {
1011
- error: string;
1012
1011
  success: boolean;
1012
+ error: string;
1013
1013
  operation: "send_message";
1014
1014
  ok: boolean;
1015
1015
  message?: {
1016
1016
  type: string;
1017
1017
  ts: string;
1018
- text?: string | undefined;
1019
1018
  user?: string | undefined;
1019
+ text?: string | undefined;
1020
1020
  username?: string | undefined;
1021
- reactions?: {
1022
- name: string;
1023
- count: number;
1024
- users: string[];
1025
- }[] | undefined;
1026
1021
  attachments?: unknown[] | undefined;
1027
1022
  blocks?: unknown[] | undefined;
1028
1023
  thread_ts?: string | undefined;
@@ -1037,6 +1032,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1037
1032
  reply_users?: string[] | undefined;
1038
1033
  is_locked?: boolean | undefined;
1039
1034
  subscribed?: boolean | undefined;
1035
+ reactions?: {
1036
+ name: string;
1037
+ users: string[];
1038
+ count: number;
1039
+ }[] | undefined;
1040
1040
  } | undefined;
1041
1041
  ts?: string | undefined;
1042
1042
  channel?: string | undefined;
@@ -1097,11 +1097,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1097
1097
  id: string;
1098
1098
  created: number;
1099
1099
  is_archived: boolean;
1100
- is_private?: boolean | undefined;
1101
1100
  is_channel?: boolean | undefined;
1102
1101
  is_group?: boolean | undefined;
1103
1102
  is_im?: boolean | undefined;
1104
1103
  is_mpim?: boolean | undefined;
1104
+ is_private?: boolean | undefined;
1105
1105
  is_general?: boolean | undefined;
1106
1106
  unlinked?: number | undefined;
1107
1107
  name_normalized?: string | undefined;
@@ -1130,11 +1130,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1130
1130
  id: string;
1131
1131
  created: number;
1132
1132
  is_archived: boolean;
1133
- is_private?: boolean | undefined;
1134
1133
  is_channel?: boolean | undefined;
1135
1134
  is_group?: boolean | undefined;
1136
1135
  is_im?: boolean | undefined;
1137
1136
  is_mpim?: boolean | undefined;
1137
+ is_private?: boolean | undefined;
1138
1138
  is_general?: boolean | undefined;
1139
1139
  unlinked?: number | undefined;
1140
1140
  name_normalized?: string | undefined;
@@ -1169,8 +1169,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1169
1169
  error: z.ZodString;
1170
1170
  success: z.ZodBoolean;
1171
1171
  }, "strip", z.ZodTypeAny, {
1172
- error: string;
1173
1172
  success: boolean;
1173
+ error: string;
1174
1174
  operation: "list_channels";
1175
1175
  ok: boolean;
1176
1176
  response_metadata?: {
@@ -1181,11 +1181,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1181
1181
  id: string;
1182
1182
  created: number;
1183
1183
  is_archived: boolean;
1184
- is_private?: boolean | undefined;
1185
1184
  is_channel?: boolean | undefined;
1186
1185
  is_group?: boolean | undefined;
1187
1186
  is_im?: boolean | undefined;
1188
1187
  is_mpim?: boolean | undefined;
1188
+ is_private?: boolean | undefined;
1189
1189
  is_general?: boolean | undefined;
1190
1190
  unlinked?: number | undefined;
1191
1191
  name_normalized?: string | undefined;
@@ -1211,8 +1211,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1211
1211
  num_members?: number | undefined;
1212
1212
  }[] | undefined;
1213
1213
  }, {
1214
- error: string;
1215
1214
  success: boolean;
1215
+ error: string;
1216
1216
  operation: "list_channels";
1217
1217
  ok: boolean;
1218
1218
  response_metadata?: {
@@ -1223,11 +1223,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1223
1223
  id: string;
1224
1224
  created: number;
1225
1225
  is_archived: boolean;
1226
- is_private?: boolean | undefined;
1227
1226
  is_channel?: boolean | undefined;
1228
1227
  is_group?: boolean | undefined;
1229
1228
  is_im?: boolean | undefined;
1230
1229
  is_mpim?: boolean | undefined;
1230
+ is_private?: boolean | undefined;
1231
1231
  is_general?: boolean | undefined;
1232
1232
  unlinked?: number | undefined;
1233
1233
  name_normalized?: string | undefined;
@@ -1309,11 +1309,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1309
1309
  id: string;
1310
1310
  created: number;
1311
1311
  is_archived: boolean;
1312
- is_private?: boolean | undefined;
1313
1312
  is_channel?: boolean | undefined;
1314
1313
  is_group?: boolean | undefined;
1315
1314
  is_im?: boolean | undefined;
1316
1315
  is_mpim?: boolean | undefined;
1316
+ is_private?: boolean | undefined;
1317
1317
  is_general?: boolean | undefined;
1318
1318
  unlinked?: number | undefined;
1319
1319
  name_normalized?: string | undefined;
@@ -1342,11 +1342,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1342
1342
  id: string;
1343
1343
  created: number;
1344
1344
  is_archived: boolean;
1345
- is_private?: boolean | undefined;
1346
1345
  is_channel?: boolean | undefined;
1347
1346
  is_group?: boolean | undefined;
1348
1347
  is_im?: boolean | undefined;
1349
1348
  is_mpim?: boolean | undefined;
1349
+ is_private?: boolean | undefined;
1350
1350
  is_general?: boolean | undefined;
1351
1351
  unlinked?: number | undefined;
1352
1352
  name_normalized?: string | undefined;
@@ -1374,8 +1374,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1374
1374
  error: z.ZodString;
1375
1375
  success: z.ZodBoolean;
1376
1376
  }, "strip", z.ZodTypeAny, {
1377
- error: string;
1378
1377
  success: boolean;
1378
+ error: string;
1379
1379
  operation: "get_channel_info";
1380
1380
  ok: boolean;
1381
1381
  channel?: {
@@ -1383,11 +1383,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1383
1383
  id: string;
1384
1384
  created: number;
1385
1385
  is_archived: boolean;
1386
- is_private?: boolean | undefined;
1387
1386
  is_channel?: boolean | undefined;
1388
1387
  is_group?: boolean | undefined;
1389
1388
  is_im?: boolean | undefined;
1390
1389
  is_mpim?: boolean | undefined;
1390
+ is_private?: boolean | undefined;
1391
1391
  is_general?: boolean | undefined;
1392
1392
  unlinked?: number | undefined;
1393
1393
  name_normalized?: string | undefined;
@@ -1413,8 +1413,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1413
1413
  num_members?: number | undefined;
1414
1414
  } | undefined;
1415
1415
  }, {
1416
- error: string;
1417
1416
  success: boolean;
1417
+ error: string;
1418
1418
  operation: "get_channel_info";
1419
1419
  ok: boolean;
1420
1420
  channel?: {
@@ -1422,11 +1422,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1422
1422
  id: string;
1423
1423
  created: number;
1424
1424
  is_archived: boolean;
1425
- is_private?: boolean | undefined;
1426
1425
  is_channel?: boolean | undefined;
1427
1426
  is_group?: boolean | undefined;
1428
1427
  is_im?: boolean | undefined;
1429
1428
  is_mpim?: boolean | undefined;
1429
+ is_private?: boolean | undefined;
1430
1430
  is_general?: boolean | undefined;
1431
1431
  unlinked?: number | undefined;
1432
1432
  name_normalized?: string | undefined;
@@ -1492,8 +1492,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1492
1492
  }, "strip", z.ZodTypeAny, {
1493
1493
  title?: string | undefined;
1494
1494
  email?: string | undefined;
1495
- first_name?: string | undefined;
1496
- last_name?: string | undefined;
1497
1495
  fields?: Record<string, unknown> | undefined;
1498
1496
  real_name?: string | undefined;
1499
1497
  phone?: string | undefined;
@@ -1507,6 +1505,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1507
1505
  avatar_hash?: string | undefined;
1508
1506
  image_original?: string | undefined;
1509
1507
  is_custom_image?: boolean | undefined;
1508
+ first_name?: string | undefined;
1509
+ last_name?: string | undefined;
1510
1510
  image_24?: string | undefined;
1511
1511
  image_32?: string | undefined;
1512
1512
  image_48?: string | undefined;
@@ -1517,8 +1517,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1517
1517
  }, {
1518
1518
  title?: string | undefined;
1519
1519
  email?: string | undefined;
1520
- first_name?: string | undefined;
1521
- last_name?: string | undefined;
1522
1520
  fields?: Record<string, unknown> | undefined;
1523
1521
  real_name?: string | undefined;
1524
1522
  phone?: string | undefined;
@@ -1532,6 +1530,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1532
1530
  avatar_hash?: string | undefined;
1533
1531
  image_original?: string | undefined;
1534
1532
  is_custom_image?: boolean | undefined;
1533
+ first_name?: string | undefined;
1534
+ last_name?: string | undefined;
1535
1535
  image_24?: string | undefined;
1536
1536
  image_32?: string | undefined;
1537
1537
  image_48?: string | undefined;
@@ -1562,8 +1562,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1562
1562
  profile?: {
1563
1563
  title?: string | undefined;
1564
1564
  email?: string | undefined;
1565
- first_name?: string | undefined;
1566
- last_name?: string | undefined;
1567
1565
  fields?: Record<string, unknown> | undefined;
1568
1566
  real_name?: string | undefined;
1569
1567
  phone?: string | undefined;
@@ -1577,6 +1575,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1577
1575
  avatar_hash?: string | undefined;
1578
1576
  image_original?: string | undefined;
1579
1577
  is_custom_image?: boolean | undefined;
1578
+ first_name?: string | undefined;
1579
+ last_name?: string | undefined;
1580
1580
  image_24?: string | undefined;
1581
1581
  image_32?: string | undefined;
1582
1582
  image_48?: string | undefined;
@@ -1607,8 +1607,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1607
1607
  profile?: {
1608
1608
  title?: string | undefined;
1609
1609
  email?: string | undefined;
1610
- first_name?: string | undefined;
1611
- last_name?: string | undefined;
1612
1610
  fields?: Record<string, unknown> | undefined;
1613
1611
  real_name?: string | undefined;
1614
1612
  phone?: string | undefined;
@@ -1622,6 +1620,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1622
1620
  avatar_hash?: string | undefined;
1623
1621
  image_original?: string | undefined;
1624
1622
  is_custom_image?: boolean | undefined;
1623
+ first_name?: string | undefined;
1624
+ last_name?: string | undefined;
1625
1625
  image_24?: string | undefined;
1626
1626
  image_32?: string | undefined;
1627
1627
  image_48?: string | undefined;
@@ -1643,8 +1643,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1643
1643
  error: z.ZodString;
1644
1644
  success: z.ZodBoolean;
1645
1645
  }, "strip", z.ZodTypeAny, {
1646
- error: string;
1647
1646
  success: boolean;
1647
+ error: string;
1648
1648
  operation: "get_user_info";
1649
1649
  ok: boolean;
1650
1650
  user?: {
@@ -1660,8 +1660,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1660
1660
  profile?: {
1661
1661
  title?: string | undefined;
1662
1662
  email?: string | undefined;
1663
- first_name?: string | undefined;
1664
- last_name?: string | undefined;
1665
1663
  fields?: Record<string, unknown> | undefined;
1666
1664
  real_name?: string | undefined;
1667
1665
  phone?: string | undefined;
@@ -1675,6 +1673,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1675
1673
  avatar_hash?: string | undefined;
1676
1674
  image_original?: string | undefined;
1677
1675
  is_custom_image?: boolean | undefined;
1676
+ first_name?: string | undefined;
1677
+ last_name?: string | undefined;
1678
1678
  image_24?: string | undefined;
1679
1679
  image_32?: string | undefined;
1680
1680
  image_48?: string | undefined;
@@ -1694,8 +1694,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1694
1694
  has_2fa?: boolean | undefined;
1695
1695
  } | undefined;
1696
1696
  }, {
1697
- error: string;
1698
1697
  success: boolean;
1698
+ error: string;
1699
1699
  operation: "get_user_info";
1700
1700
  ok: boolean;
1701
1701
  user?: {
@@ -1711,8 +1711,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1711
1711
  profile?: {
1712
1712
  title?: string | undefined;
1713
1713
  email?: string | undefined;
1714
- first_name?: string | undefined;
1715
- last_name?: string | undefined;
1716
1714
  fields?: Record<string, unknown> | undefined;
1717
1715
  real_name?: string | undefined;
1718
1716
  phone?: string | undefined;
@@ -1726,6 +1724,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1726
1724
  avatar_hash?: string | undefined;
1727
1725
  image_original?: string | undefined;
1728
1726
  is_custom_image?: boolean | undefined;
1727
+ first_name?: string | undefined;
1728
+ last_name?: string | undefined;
1729
1729
  image_24?: string | undefined;
1730
1730
  image_32?: string | undefined;
1731
1731
  image_48?: string | undefined;
@@ -1785,8 +1785,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1785
1785
  }, "strip", z.ZodTypeAny, {
1786
1786
  title?: string | undefined;
1787
1787
  email?: string | undefined;
1788
- first_name?: string | undefined;
1789
- last_name?: string | undefined;
1790
1788
  fields?: Record<string, unknown> | undefined;
1791
1789
  real_name?: string | undefined;
1792
1790
  phone?: string | undefined;
@@ -1800,6 +1798,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1800
1798
  avatar_hash?: string | undefined;
1801
1799
  image_original?: string | undefined;
1802
1800
  is_custom_image?: boolean | undefined;
1801
+ first_name?: string | undefined;
1802
+ last_name?: string | undefined;
1803
1803
  image_24?: string | undefined;
1804
1804
  image_32?: string | undefined;
1805
1805
  image_48?: string | undefined;
@@ -1810,8 +1810,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1810
1810
  }, {
1811
1811
  title?: string | undefined;
1812
1812
  email?: string | undefined;
1813
- first_name?: string | undefined;
1814
- last_name?: string | undefined;
1815
1813
  fields?: Record<string, unknown> | undefined;
1816
1814
  real_name?: string | undefined;
1817
1815
  phone?: string | undefined;
@@ -1825,6 +1823,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1825
1823
  avatar_hash?: string | undefined;
1826
1824
  image_original?: string | undefined;
1827
1825
  is_custom_image?: boolean | undefined;
1826
+ first_name?: string | undefined;
1827
+ last_name?: string | undefined;
1828
1828
  image_24?: string | undefined;
1829
1829
  image_32?: string | undefined;
1830
1830
  image_48?: string | undefined;
@@ -1855,8 +1855,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1855
1855
  profile?: {
1856
1856
  title?: string | undefined;
1857
1857
  email?: string | undefined;
1858
- first_name?: string | undefined;
1859
- last_name?: string | undefined;
1860
1858
  fields?: Record<string, unknown> | undefined;
1861
1859
  real_name?: string | undefined;
1862
1860
  phone?: string | undefined;
@@ -1870,6 +1868,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1870
1868
  avatar_hash?: string | undefined;
1871
1869
  image_original?: string | undefined;
1872
1870
  is_custom_image?: boolean | undefined;
1871
+ first_name?: string | undefined;
1872
+ last_name?: string | undefined;
1873
1873
  image_24?: string | undefined;
1874
1874
  image_32?: string | undefined;
1875
1875
  image_48?: string | undefined;
@@ -1900,8 +1900,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1900
1900
  profile?: {
1901
1901
  title?: string | undefined;
1902
1902
  email?: string | undefined;
1903
- first_name?: string | undefined;
1904
- last_name?: string | undefined;
1905
1903
  fields?: Record<string, unknown> | undefined;
1906
1904
  real_name?: string | undefined;
1907
1905
  phone?: string | undefined;
@@ -1915,6 +1913,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1915
1913
  avatar_hash?: string | undefined;
1916
1914
  image_original?: string | undefined;
1917
1915
  is_custom_image?: boolean | undefined;
1916
+ first_name?: string | undefined;
1917
+ last_name?: string | undefined;
1918
1918
  image_24?: string | undefined;
1919
1919
  image_32?: string | undefined;
1920
1920
  image_48?: string | undefined;
@@ -1943,8 +1943,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1943
1943
  error: z.ZodString;
1944
1944
  success: z.ZodBoolean;
1945
1945
  }, "strip", z.ZodTypeAny, {
1946
- error: string;
1947
1946
  success: boolean;
1947
+ error: string;
1948
1948
  operation: "list_users";
1949
1949
  ok: boolean;
1950
1950
  response_metadata?: {
@@ -1963,8 +1963,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1963
1963
  profile?: {
1964
1964
  title?: string | undefined;
1965
1965
  email?: string | undefined;
1966
- first_name?: string | undefined;
1967
- last_name?: string | undefined;
1968
1966
  fields?: Record<string, unknown> | undefined;
1969
1967
  real_name?: string | undefined;
1970
1968
  phone?: string | undefined;
@@ -1978,6 +1976,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1978
1976
  avatar_hash?: string | undefined;
1979
1977
  image_original?: string | undefined;
1980
1978
  is_custom_image?: boolean | undefined;
1979
+ first_name?: string | undefined;
1980
+ last_name?: string | undefined;
1981
1981
  image_24?: string | undefined;
1982
1982
  image_32?: string | undefined;
1983
1983
  image_48?: string | undefined;
@@ -1997,8 +1997,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1997
1997
  has_2fa?: boolean | undefined;
1998
1998
  }[] | undefined;
1999
1999
  }, {
2000
- error: string;
2001
2000
  success: boolean;
2001
+ error: string;
2002
2002
  operation: "list_users";
2003
2003
  ok: boolean;
2004
2004
  response_metadata?: {
@@ -2017,8 +2017,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2017
2017
  profile?: {
2018
2018
  title?: string | undefined;
2019
2019
  email?: string | undefined;
2020
- first_name?: string | undefined;
2021
- last_name?: string | undefined;
2022
2020
  fields?: Record<string, unknown> | undefined;
2023
2021
  real_name?: string | undefined;
2024
2022
  phone?: string | undefined;
@@ -2032,6 +2030,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2032
2030
  avatar_hash?: string | undefined;
2033
2031
  image_original?: string | undefined;
2034
2032
  is_custom_image?: boolean | undefined;
2033
+ first_name?: string | undefined;
2034
+ last_name?: string | undefined;
2035
2035
  image_24?: string | undefined;
2036
2036
  image_32?: string | undefined;
2037
2037
  image_48?: string | undefined;
@@ -2083,24 +2083,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2083
2083
  count: z.ZodNumber;
2084
2084
  }, "strip", z.ZodTypeAny, {
2085
2085
  name: string;
2086
- count: number;
2087
2086
  users: string[];
2087
+ count: number;
2088
2088
  }, {
2089
2089
  name: string;
2090
- count: number;
2091
2090
  users: string[];
2091
+ count: number;
2092
2092
  }>, "many">>;
2093
2093
  }, "strip", z.ZodTypeAny, {
2094
2094
  type: string;
2095
2095
  ts: string;
2096
- text?: string | undefined;
2097
2096
  user?: string | undefined;
2097
+ text?: string | undefined;
2098
2098
  username?: string | undefined;
2099
- reactions?: {
2100
- name: string;
2101
- count: number;
2102
- users: string[];
2103
- }[] | undefined;
2104
2099
  attachments?: unknown[] | undefined;
2105
2100
  blocks?: unknown[] | undefined;
2106
2101
  thread_ts?: string | undefined;
@@ -2115,17 +2110,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2115
2110
  reply_users?: string[] | undefined;
2116
2111
  is_locked?: boolean | undefined;
2117
2112
  subscribed?: boolean | undefined;
2113
+ reactions?: {
2114
+ name: string;
2115
+ users: string[];
2116
+ count: number;
2117
+ }[] | undefined;
2118
2118
  }, {
2119
2119
  type: string;
2120
2120
  ts: string;
2121
- text?: string | undefined;
2122
2121
  user?: string | undefined;
2122
+ text?: string | undefined;
2123
2123
  username?: string | undefined;
2124
- reactions?: {
2125
- name: string;
2126
- count: number;
2127
- users: string[];
2128
- }[] | undefined;
2129
2124
  attachments?: unknown[] | undefined;
2130
2125
  blocks?: unknown[] | undefined;
2131
2126
  thread_ts?: string | undefined;
@@ -2140,9 +2135,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2140
2135
  reply_users?: string[] | undefined;
2141
2136
  is_locked?: boolean | undefined;
2142
2137
  subscribed?: boolean | undefined;
2143
- }>, "many">>;
2144
- has_more: z.ZodOptional<z.ZodBoolean>;
2145
- response_metadata: z.ZodOptional<z.ZodObject<{
2138
+ reactions?: {
2139
+ name: string;
2140
+ users: string[];
2141
+ count: number;
2142
+ }[] | undefined;
2143
+ }>, "many">>;
2144
+ has_more: z.ZodOptional<z.ZodBoolean>;
2145
+ response_metadata: z.ZodOptional<z.ZodObject<{
2146
2146
  next_cursor: z.ZodString;
2147
2147
  }, "strip", z.ZodTypeAny, {
2148
2148
  next_cursor: string;
@@ -2152,21 +2152,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2152
2152
  error: z.ZodString;
2153
2153
  success: z.ZodBoolean;
2154
2154
  }, "strip", z.ZodTypeAny, {
2155
- error: string;
2156
2155
  success: boolean;
2156
+ error: string;
2157
2157
  operation: "get_conversation_history";
2158
2158
  ok: boolean;
2159
2159
  messages?: {
2160
2160
  type: string;
2161
2161
  ts: string;
2162
- text?: string | undefined;
2163
2162
  user?: string | undefined;
2163
+ text?: string | undefined;
2164
2164
  username?: string | undefined;
2165
- reactions?: {
2166
- name: string;
2167
- count: number;
2168
- users: string[];
2169
- }[] | undefined;
2170
2165
  attachments?: unknown[] | undefined;
2171
2166
  blocks?: unknown[] | undefined;
2172
2167
  thread_ts?: string | undefined;
@@ -2181,27 +2176,27 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2181
2176
  reply_users?: string[] | undefined;
2182
2177
  is_locked?: boolean | undefined;
2183
2178
  subscribed?: boolean | undefined;
2179
+ reactions?: {
2180
+ name: string;
2181
+ users: string[];
2182
+ count: number;
2183
+ }[] | undefined;
2184
2184
  }[] | undefined;
2185
2185
  response_metadata?: {
2186
2186
  next_cursor: string;
2187
2187
  } | undefined;
2188
2188
  has_more?: boolean | undefined;
2189
2189
  }, {
2190
- error: string;
2191
2190
  success: boolean;
2191
+ error: string;
2192
2192
  operation: "get_conversation_history";
2193
2193
  ok: boolean;
2194
2194
  messages?: {
2195
2195
  type: string;
2196
2196
  ts: string;
2197
- text?: string | undefined;
2198
2197
  user?: string | undefined;
2198
+ text?: string | undefined;
2199
2199
  username?: string | undefined;
2200
- reactions?: {
2201
- name: string;
2202
- count: number;
2203
- users: string[];
2204
- }[] | undefined;
2205
2200
  attachments?: unknown[] | undefined;
2206
2201
  blocks?: unknown[] | undefined;
2207
2202
  thread_ts?: string | undefined;
@@ -2216,6 +2211,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2216
2211
  reply_users?: string[] | undefined;
2217
2212
  is_locked?: boolean | undefined;
2218
2213
  subscribed?: boolean | undefined;
2214
+ reactions?: {
2215
+ name: string;
2216
+ users: string[];
2217
+ count: number;
2218
+ }[] | undefined;
2219
2219
  }[] | undefined;
2220
2220
  response_metadata?: {
2221
2221
  next_cursor: string;
@@ -2254,24 +2254,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2254
2254
  count: z.ZodNumber;
2255
2255
  }, "strip", z.ZodTypeAny, {
2256
2256
  name: string;
2257
- count: number;
2258
2257
  users: string[];
2258
+ count: number;
2259
2259
  }, {
2260
2260
  name: string;
2261
- count: number;
2262
2261
  users: string[];
2262
+ count: number;
2263
2263
  }>, "many">>;
2264
2264
  }, "strip", z.ZodTypeAny, {
2265
2265
  type: string;
2266
2266
  ts: string;
2267
- text?: string | undefined;
2268
2267
  user?: string | undefined;
2268
+ text?: string | undefined;
2269
2269
  username?: string | undefined;
2270
- reactions?: {
2271
- name: string;
2272
- count: number;
2273
- users: string[];
2274
- }[] | undefined;
2275
2270
  attachments?: unknown[] | undefined;
2276
2271
  blocks?: unknown[] | undefined;
2277
2272
  thread_ts?: string | undefined;
@@ -2286,17 +2281,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2286
2281
  reply_users?: string[] | undefined;
2287
2282
  is_locked?: boolean | undefined;
2288
2283
  subscribed?: boolean | undefined;
2284
+ reactions?: {
2285
+ name: string;
2286
+ users: string[];
2287
+ count: number;
2288
+ }[] | undefined;
2289
2289
  }, {
2290
2290
  type: string;
2291
2291
  ts: string;
2292
- text?: string | undefined;
2293
2292
  user?: string | undefined;
2293
+ text?: string | undefined;
2294
2294
  username?: string | undefined;
2295
- reactions?: {
2296
- name: string;
2297
- count: number;
2298
- users: string[];
2299
- }[] | undefined;
2300
2295
  attachments?: unknown[] | undefined;
2301
2296
  blocks?: unknown[] | undefined;
2302
2297
  thread_ts?: string | undefined;
@@ -2311,6 +2306,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2311
2306
  reply_users?: string[] | undefined;
2312
2307
  is_locked?: boolean | undefined;
2313
2308
  subscribed?: boolean | undefined;
2309
+ reactions?: {
2310
+ name: string;
2311
+ users: string[];
2312
+ count: number;
2313
+ }[] | undefined;
2314
2314
  }>, "many">>;
2315
2315
  has_more: z.ZodOptional<z.ZodBoolean>;
2316
2316
  response_metadata: z.ZodOptional<z.ZodObject<{
@@ -2323,21 +2323,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2323
2323
  error: z.ZodString;
2324
2324
  success: z.ZodBoolean;
2325
2325
  }, "strip", z.ZodTypeAny, {
2326
- error: string;
2327
2326
  success: boolean;
2327
+ error: string;
2328
2328
  operation: "get_thread_replies";
2329
2329
  ok: boolean;
2330
2330
  messages?: {
2331
2331
  type: string;
2332
2332
  ts: string;
2333
- text?: string | undefined;
2334
2333
  user?: string | undefined;
2334
+ text?: string | undefined;
2335
2335
  username?: string | undefined;
2336
- reactions?: {
2337
- name: string;
2338
- count: number;
2339
- users: string[];
2340
- }[] | undefined;
2341
2336
  attachments?: unknown[] | undefined;
2342
2337
  blocks?: unknown[] | undefined;
2343
2338
  thread_ts?: string | undefined;
@@ -2352,27 +2347,27 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2352
2347
  reply_users?: string[] | undefined;
2353
2348
  is_locked?: boolean | undefined;
2354
2349
  subscribed?: boolean | undefined;
2350
+ reactions?: {
2351
+ name: string;
2352
+ users: string[];
2353
+ count: number;
2354
+ }[] | undefined;
2355
2355
  }[] | undefined;
2356
2356
  response_metadata?: {
2357
2357
  next_cursor: string;
2358
2358
  } | undefined;
2359
2359
  has_more?: boolean | undefined;
2360
2360
  }, {
2361
- error: string;
2362
2361
  success: boolean;
2362
+ error: string;
2363
2363
  operation: "get_thread_replies";
2364
2364
  ok: boolean;
2365
2365
  messages?: {
2366
2366
  type: string;
2367
2367
  ts: string;
2368
- text?: string | undefined;
2369
2368
  user?: string | undefined;
2369
+ text?: string | undefined;
2370
2370
  username?: string | undefined;
2371
- reactions?: {
2372
- name: string;
2373
- count: number;
2374
- users: string[];
2375
- }[] | undefined;
2376
2371
  attachments?: unknown[] | undefined;
2377
2372
  blocks?: unknown[] | undefined;
2378
2373
  thread_ts?: string | undefined;
@@ -2387,6 +2382,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2387
2382
  reply_users?: string[] | undefined;
2388
2383
  is_locked?: boolean | undefined;
2389
2384
  subscribed?: boolean | undefined;
2385
+ reactions?: {
2386
+ name: string;
2387
+ users: string[];
2388
+ count: number;
2389
+ }[] | undefined;
2390
2390
  }[] | undefined;
2391
2391
  response_metadata?: {
2392
2392
  next_cursor: string;
@@ -2428,24 +2428,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2428
2428
  count: z.ZodNumber;
2429
2429
  }, "strip", z.ZodTypeAny, {
2430
2430
  name: string;
2431
- count: number;
2432
2431
  users: string[];
2432
+ count: number;
2433
2433
  }, {
2434
2434
  name: string;
2435
- count: number;
2436
2435
  users: string[];
2436
+ count: number;
2437
2437
  }>, "many">>;
2438
2438
  }, "strip", z.ZodTypeAny, {
2439
2439
  type: string;
2440
2440
  ts: string;
2441
- text?: string | undefined;
2442
2441
  user?: string | undefined;
2442
+ text?: string | undefined;
2443
2443
  username?: string | undefined;
2444
- reactions?: {
2445
- name: string;
2446
- count: number;
2447
- users: string[];
2448
- }[] | undefined;
2449
2444
  attachments?: unknown[] | undefined;
2450
2445
  blocks?: unknown[] | undefined;
2451
2446
  thread_ts?: string | undefined;
@@ -2460,17 +2455,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2460
2455
  reply_users?: string[] | undefined;
2461
2456
  is_locked?: boolean | undefined;
2462
2457
  subscribed?: boolean | undefined;
2458
+ reactions?: {
2459
+ name: string;
2460
+ users: string[];
2461
+ count: number;
2462
+ }[] | undefined;
2463
2463
  }, {
2464
2464
  type: string;
2465
2465
  ts: string;
2466
- text?: string | undefined;
2467
2466
  user?: string | undefined;
2467
+ text?: string | undefined;
2468
2468
  username?: string | undefined;
2469
- reactions?: {
2470
- name: string;
2471
- count: number;
2472
- users: string[];
2473
- }[] | undefined;
2474
2469
  attachments?: unknown[] | undefined;
2475
2470
  blocks?: unknown[] | undefined;
2476
2471
  thread_ts?: string | undefined;
@@ -2485,26 +2480,25 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2485
2480
  reply_users?: string[] | undefined;
2486
2481
  is_locked?: boolean | undefined;
2487
2482
  subscribed?: boolean | undefined;
2483
+ reactions?: {
2484
+ name: string;
2485
+ users: string[];
2486
+ count: number;
2487
+ }[] | undefined;
2488
2488
  }>>;
2489
2489
  error: z.ZodString;
2490
2490
  success: z.ZodBoolean;
2491
2491
  }, "strip", z.ZodTypeAny, {
2492
- error: string;
2493
2492
  success: boolean;
2493
+ error: string;
2494
2494
  operation: "update_message";
2495
2495
  ok: boolean;
2496
- text?: string | undefined;
2497
2496
  message?: {
2498
2497
  type: string;
2499
2498
  ts: string;
2500
- text?: string | undefined;
2501
2499
  user?: string | undefined;
2500
+ text?: string | undefined;
2502
2501
  username?: string | undefined;
2503
- reactions?: {
2504
- name: string;
2505
- count: number;
2506
- users: string[];
2507
- }[] | undefined;
2508
2502
  attachments?: unknown[] | undefined;
2509
2503
  blocks?: unknown[] | undefined;
2510
2504
  thread_ts?: string | undefined;
@@ -2519,26 +2513,26 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2519
2513
  reply_users?: string[] | undefined;
2520
2514
  is_locked?: boolean | undefined;
2521
2515
  subscribed?: boolean | undefined;
2516
+ reactions?: {
2517
+ name: string;
2518
+ users: string[];
2519
+ count: number;
2520
+ }[] | undefined;
2522
2521
  } | undefined;
2522
+ text?: string | undefined;
2523
2523
  ts?: string | undefined;
2524
2524
  channel?: string | undefined;
2525
2525
  }, {
2526
- error: string;
2527
2526
  success: boolean;
2527
+ error: string;
2528
2528
  operation: "update_message";
2529
2529
  ok: boolean;
2530
- text?: string | undefined;
2531
2530
  message?: {
2532
2531
  type: string;
2533
2532
  ts: string;
2534
- text?: string | undefined;
2535
2533
  user?: string | undefined;
2534
+ text?: string | undefined;
2536
2535
  username?: string | undefined;
2537
- reactions?: {
2538
- name: string;
2539
- count: number;
2540
- users: string[];
2541
- }[] | undefined;
2542
2536
  attachments?: unknown[] | undefined;
2543
2537
  blocks?: unknown[] | undefined;
2544
2538
  thread_ts?: string | undefined;
@@ -2553,7 +2547,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2553
2547
  reply_users?: string[] | undefined;
2554
2548
  is_locked?: boolean | undefined;
2555
2549
  subscribed?: boolean | undefined;
2550
+ reactions?: {
2551
+ name: string;
2552
+ users: string[];
2553
+ count: number;
2554
+ }[] | undefined;
2556
2555
  } | undefined;
2556
+ text?: string | undefined;
2557
2557
  ts?: string | undefined;
2558
2558
  channel?: string | undefined;
2559
2559
  }>, z.ZodObject<{
@@ -2564,15 +2564,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2564
2564
  error: z.ZodString;
2565
2565
  success: z.ZodBoolean;
2566
2566
  }, "strip", z.ZodTypeAny, {
2567
- error: string;
2568
2567
  success: boolean;
2568
+ error: string;
2569
2569
  operation: "delete_message";
2570
2570
  ok: boolean;
2571
2571
  ts?: string | undefined;
2572
2572
  channel?: string | undefined;
2573
2573
  }, {
2574
- error: string;
2575
2574
  success: boolean;
2575
+ error: string;
2576
2576
  operation: "delete_message";
2577
2577
  ok: boolean;
2578
2578
  ts?: string | undefined;
@@ -2583,13 +2583,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2583
2583
  error: z.ZodString;
2584
2584
  success: z.ZodBoolean;
2585
2585
  }, "strip", z.ZodTypeAny, {
2586
- error: string;
2587
2586
  success: boolean;
2587
+ error: string;
2588
2588
  operation: "add_reaction";
2589
2589
  ok: boolean;
2590
2590
  }, {
2591
- error: string;
2592
2591
  success: boolean;
2592
+ error: string;
2593
2593
  operation: "add_reaction";
2594
2594
  ok: boolean;
2595
2595
  }>, z.ZodObject<{
@@ -2598,13 +2598,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2598
2598
  error: z.ZodString;
2599
2599
  success: z.ZodBoolean;
2600
2600
  }, "strip", z.ZodTypeAny, {
2601
- error: string;
2602
2601
  success: boolean;
2602
+ error: string;
2603
2603
  operation: "remove_reaction";
2604
2604
  ok: boolean;
2605
2605
  }, {
2606
- error: string;
2607
2606
  success: boolean;
2607
+ error: string;
2608
2608
  operation: "remove_reaction";
2609
2609
  ok: boolean;
2610
2610
  }>, z.ZodObject<{
@@ -2679,7 +2679,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2679
2679
  channel_name: string;
2680
2680
  }>, "many">>>;
2681
2681
  }, "strip", z.ZodTypeAny, {
2682
- private?: Record<string, {
2682
+ public?: Record<string, {
2683
2683
  ts: string;
2684
2684
  team_id: string;
2685
2685
  reply_count: number;
@@ -2687,7 +2687,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2687
2687
  reply_users: string[];
2688
2688
  channel_name: string;
2689
2689
  }[]> | undefined;
2690
- public?: Record<string, {
2690
+ private?: Record<string, {
2691
2691
  ts: string;
2692
2692
  team_id: string;
2693
2693
  reply_count: number;
@@ -2696,7 +2696,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2696
2696
  channel_name: string;
2697
2697
  }[]> | undefined;
2698
2698
  }, {
2699
- private?: Record<string, {
2699
+ public?: Record<string, {
2700
2700
  ts: string;
2701
2701
  team_id: string;
2702
2702
  reply_count: number;
@@ -2704,7 +2704,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2704
2704
  reply_users: string[];
2705
2705
  channel_name: string;
2706
2706
  }[]> | undefined;
2707
- public?: Record<string, {
2707
+ private?: Record<string, {
2708
2708
  ts: string;
2709
2709
  team_id: string;
2710
2710
  reply_count: number;
@@ -2721,8 +2721,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2721
2721
  name: string;
2722
2722
  user: string;
2723
2723
  id: string;
2724
- timestamp: number;
2725
2724
  username: string;
2725
+ timestamp: number;
2726
2726
  created: number;
2727
2727
  mimetype: string;
2728
2728
  filetype: string;
@@ -2739,8 +2739,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2739
2739
  url_private_download: string;
2740
2740
  permalink: string;
2741
2741
  title?: string | undefined;
2742
+ channels?: string[] | undefined;
2743
+ permalink_public?: string | undefined;
2742
2744
  shares?: {
2743
- private?: Record<string, {
2745
+ public?: Record<string, {
2744
2746
  ts: string;
2745
2747
  team_id: string;
2746
2748
  reply_count: number;
@@ -2748,7 +2750,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2748
2750
  reply_users: string[];
2749
2751
  channel_name: string;
2750
2752
  }[]> | undefined;
2751
- public?: Record<string, {
2753
+ private?: Record<string, {
2752
2754
  ts: string;
2753
2755
  team_id: string;
2754
2756
  reply_count: number;
@@ -2757,8 +2759,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2757
2759
  channel_name: string;
2758
2760
  }[]> | undefined;
2759
2761
  } | undefined;
2760
- channels?: string[] | undefined;
2761
- permalink_public?: string | undefined;
2762
2762
  groups?: string[] | undefined;
2763
2763
  ims?: string[] | undefined;
2764
2764
  has_rich_preview?: boolean | undefined;
@@ -2766,8 +2766,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2766
2766
  name: string;
2767
2767
  user: string;
2768
2768
  id: string;
2769
- timestamp: number;
2770
2769
  username: string;
2770
+ timestamp: number;
2771
2771
  created: number;
2772
2772
  mimetype: string;
2773
2773
  filetype: string;
@@ -2784,8 +2784,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2784
2784
  url_private_download: string;
2785
2785
  permalink: string;
2786
2786
  title?: string | undefined;
2787
+ channels?: string[] | undefined;
2788
+ permalink_public?: string | undefined;
2787
2789
  shares?: {
2788
- private?: Record<string, {
2790
+ public?: Record<string, {
2789
2791
  ts: string;
2790
2792
  team_id: string;
2791
2793
  reply_count: number;
@@ -2793,7 +2795,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2793
2795
  reply_users: string[];
2794
2796
  channel_name: string;
2795
2797
  }[]> | undefined;
2796
- public?: Record<string, {
2798
+ private?: Record<string, {
2797
2799
  ts: string;
2798
2800
  team_id: string;
2799
2801
  reply_count: number;
@@ -2802,8 +2804,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2802
2804
  channel_name: string;
2803
2805
  }[]> | undefined;
2804
2806
  } | undefined;
2805
- channels?: string[] | undefined;
2806
- permalink_public?: string | undefined;
2807
2807
  groups?: string[] | undefined;
2808
2808
  ims?: string[] | undefined;
2809
2809
  has_rich_preview?: boolean | undefined;
@@ -2811,16 +2811,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2811
2811
  error: z.ZodString;
2812
2812
  success: z.ZodBoolean;
2813
2813
  }, "strip", z.ZodTypeAny, {
2814
- error: string;
2815
2814
  success: boolean;
2815
+ error: string;
2816
2816
  operation: "upload_file";
2817
2817
  ok: boolean;
2818
2818
  file?: {
2819
2819
  name: string;
2820
2820
  user: string;
2821
2821
  id: string;
2822
- timestamp: number;
2823
2822
  username: string;
2823
+ timestamp: number;
2824
2824
  created: number;
2825
2825
  mimetype: string;
2826
2826
  filetype: string;
@@ -2837,8 +2837,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2837
2837
  url_private_download: string;
2838
2838
  permalink: string;
2839
2839
  title?: string | undefined;
2840
+ channels?: string[] | undefined;
2841
+ permalink_public?: string | undefined;
2840
2842
  shares?: {
2841
- private?: Record<string, {
2843
+ public?: Record<string, {
2842
2844
  ts: string;
2843
2845
  team_id: string;
2844
2846
  reply_count: number;
@@ -2846,7 +2848,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2846
2848
  reply_users: string[];
2847
2849
  channel_name: string;
2848
2850
  }[]> | undefined;
2849
- public?: Record<string, {
2851
+ private?: Record<string, {
2850
2852
  ts: string;
2851
2853
  team_id: string;
2852
2854
  reply_count: number;
@@ -2855,23 +2857,21 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2855
2857
  channel_name: string;
2856
2858
  }[]> | undefined;
2857
2859
  } | undefined;
2858
- channels?: string[] | undefined;
2859
- permalink_public?: string | undefined;
2860
2860
  groups?: string[] | undefined;
2861
2861
  ims?: string[] | undefined;
2862
2862
  has_rich_preview?: boolean | undefined;
2863
2863
  } | undefined;
2864
2864
  }, {
2865
- error: string;
2866
2865
  success: boolean;
2866
+ error: string;
2867
2867
  operation: "upload_file";
2868
2868
  ok: boolean;
2869
2869
  file?: {
2870
2870
  name: string;
2871
2871
  user: string;
2872
2872
  id: string;
2873
- timestamp: number;
2874
2873
  username: string;
2874
+ timestamp: number;
2875
2875
  created: number;
2876
2876
  mimetype: string;
2877
2877
  filetype: string;
@@ -2888,8 +2888,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2888
2888
  url_private_download: string;
2889
2889
  permalink: string;
2890
2890
  title?: string | undefined;
2891
+ channels?: string[] | undefined;
2892
+ permalink_public?: string | undefined;
2891
2893
  shares?: {
2892
- private?: Record<string, {
2894
+ public?: Record<string, {
2893
2895
  ts: string;
2894
2896
  team_id: string;
2895
2897
  reply_count: number;
@@ -2897,7 +2899,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2897
2899
  reply_users: string[];
2898
2900
  channel_name: string;
2899
2901
  }[]> | undefined;
2900
- public?: Record<string, {
2902
+ private?: Record<string, {
2901
2903
  ts: string;
2902
2904
  team_id: string;
2903
2905
  reply_count: number;
@@ -2906,8 +2908,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2906
2908
  channel_name: string;
2907
2909
  }[]> | undefined;
2908
2910
  } | undefined;
2909
- channels?: string[] | undefined;
2910
- permalink_public?: string | undefined;
2911
2911
  groups?: string[] | undefined;
2912
2912
  ims?: string[] | undefined;
2913
2913
  has_rich_preview?: boolean | undefined;
@@ -2961,8 +2961,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
2961
2961
  footer_icon: z.ZodOptional<z.ZodString>;
2962
2962
  ts: z.ZodOptional<z.ZodNumber>;
2963
2963
  }, "strip", z.ZodTypeAny, {
2964
- text?: string | undefined;
2965
2964
  title?: string | undefined;
2965
+ text?: string | undefined;
2966
2966
  image_url?: string | undefined;
2967
2967
  fields?: {
2968
2968
  value: string;
@@ -2980,8 +2980,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
2980
2980
  footer_icon?: string | undefined;
2981
2981
  ts?: number | undefined;
2982
2982
  }, {
2983
- text?: string | undefined;
2984
2983
  title?: string | undefined;
2984
+ text?: string | undefined;
2985
2985
  image_url?: string | undefined;
2986
2986
  fields?: {
2987
2987
  value: string;
@@ -3026,15 +3026,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3026
3026
  verbatim: z.ZodOptional<z.ZodBoolean>;
3027
3027
  }, "strip", z.ZodTypeAny, {
3028
3028
  type: "image" | "plain_text" | "mrkdwn";
3029
- text?: string | undefined;
3030
3029
  emoji?: boolean | undefined;
3030
+ text?: string | undefined;
3031
3031
  image_url?: string | undefined;
3032
3032
  verbatim?: boolean | undefined;
3033
3033
  alt_text?: string | undefined;
3034
3034
  }, {
3035
3035
  type: "image" | "plain_text" | "mrkdwn";
3036
- text?: string | undefined;
3037
3036
  emoji?: boolean | undefined;
3037
+ text?: string | undefined;
3038
3038
  image_url?: string | undefined;
3039
3039
  verbatim?: boolean | undefined;
3040
3040
  alt_text?: string | undefined;
@@ -3066,15 +3066,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3066
3066
  verbatim: z.ZodOptional<z.ZodBoolean>;
3067
3067
  }, "strip", z.ZodTypeAny, {
3068
3068
  type: "image" | "plain_text" | "mrkdwn";
3069
- text?: string | undefined;
3070
3069
  emoji?: boolean | undefined;
3070
+ text?: string | undefined;
3071
3071
  image_url?: string | undefined;
3072
3072
  verbatim?: boolean | undefined;
3073
3073
  alt_text?: string | undefined;
3074
3074
  }, {
3075
3075
  type: "image" | "plain_text" | "mrkdwn";
3076
- text?: string | undefined;
3077
3076
  emoji?: boolean | undefined;
3077
+ text?: string | undefined;
3078
3078
  image_url?: string | undefined;
3079
3079
  verbatim?: boolean | undefined;
3080
3080
  alt_text?: string | undefined;
@@ -3106,15 +3106,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3106
3106
  verbatim: z.ZodOptional<z.ZodBoolean>;
3107
3107
  }, "strip", z.ZodTypeAny, {
3108
3108
  type: "image" | "plain_text" | "mrkdwn";
3109
- text?: string | undefined;
3110
3109
  emoji?: boolean | undefined;
3110
+ text?: string | undefined;
3111
3111
  image_url?: string | undefined;
3112
3112
  verbatim?: boolean | undefined;
3113
3113
  alt_text?: string | undefined;
3114
3114
  }, {
3115
3115
  type: "image" | "plain_text" | "mrkdwn";
3116
- text?: string | undefined;
3117
3116
  emoji?: boolean | undefined;
3117
+ text?: string | undefined;
3118
3118
  image_url?: string | undefined;
3119
3119
  verbatim?: boolean | undefined;
3120
3120
  alt_text?: string | undefined;
@@ -3137,8 +3137,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3137
3137
  icon_emoji?: string | undefined;
3138
3138
  icon_url?: string | undefined;
3139
3139
  attachments?: {
3140
- text?: string | undefined;
3141
3140
  title?: string | undefined;
3141
+ text?: string | undefined;
3142
3142
  image_url?: string | undefined;
3143
3143
  fields?: {
3144
3144
  value: string;
@@ -3183,15 +3183,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3183
3183
  verbatim: z.ZodOptional<z.ZodBoolean>;
3184
3184
  }, "strip", z.ZodTypeAny, {
3185
3185
  type: "image" | "plain_text" | "mrkdwn";
3186
- text?: string | undefined;
3187
3186
  emoji?: boolean | undefined;
3187
+ text?: string | undefined;
3188
3188
  image_url?: string | undefined;
3189
3189
  verbatim?: boolean | undefined;
3190
3190
  alt_text?: string | undefined;
3191
3191
  }, {
3192
3192
  type: "image" | "plain_text" | "mrkdwn";
3193
- text?: string | undefined;
3194
3193
  emoji?: boolean | undefined;
3194
+ text?: string | undefined;
3195
3195
  image_url?: string | undefined;
3196
3196
  verbatim?: boolean | undefined;
3197
3197
  alt_text?: string | undefined;
@@ -3207,8 +3207,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3207
3207
  icon_emoji?: string | undefined;
3208
3208
  icon_url?: string | undefined;
3209
3209
  attachments?: {
3210
- text?: string | undefined;
3211
3210
  title?: string | undefined;
3211
+ text?: string | undefined;
3212
3212
  image_url?: string | undefined;
3213
3213
  fields?: {
3214
3214
  value: string;
@@ -3253,15 +3253,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3253
3253
  verbatim: z.ZodOptional<z.ZodBoolean>;
3254
3254
  }, "strip", z.ZodTypeAny, {
3255
3255
  type: "image" | "plain_text" | "mrkdwn";
3256
- text?: string | undefined;
3257
3256
  emoji?: boolean | undefined;
3257
+ text?: string | undefined;
3258
3258
  image_url?: string | undefined;
3259
3259
  verbatim?: boolean | undefined;
3260
3260
  alt_text?: string | undefined;
3261
3261
  }, {
3262
3262
  type: "image" | "plain_text" | "mrkdwn";
3263
- text?: string | undefined;
3264
3263
  emoji?: boolean | undefined;
3264
+ text?: string | undefined;
3265
3265
  image_url?: string | undefined;
3266
3266
  verbatim?: boolean | undefined;
3267
3267
  alt_text?: string | undefined;
@@ -3279,16 +3279,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3279
3279
  cursor: z.ZodOptional<z.ZodString>;
3280
3280
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
3281
3281
  }, "strip", z.ZodTypeAny, {
3282
- operation: "list_channels";
3283
3282
  limit: number;
3283
+ operation: "list_channels";
3284
3284
  types: ("public_channel" | "private_channel" | "mpim" | "im")[];
3285
3285
  exclude_archived: boolean;
3286
3286
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3287
3287
  cursor?: string | undefined;
3288
3288
  }, {
3289
3289
  operation: "list_channels";
3290
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3291
3290
  limit?: number | undefined;
3291
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3292
3292
  types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
3293
3293
  exclude_archived?: boolean | undefined;
3294
3294
  cursor?: string | undefined;
@@ -3329,15 +3329,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3329
3329
  include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
3330
3330
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
3331
3331
  }, "strip", z.ZodTypeAny, {
3332
- operation: "list_users";
3333
3332
  limit: number;
3333
+ operation: "list_users";
3334
3334
  include_locale: boolean;
3335
3335
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3336
3336
  cursor?: string | undefined;
3337
3337
  }, {
3338
3338
  operation: "list_users";
3339
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3340
3339
  limit?: number | undefined;
3340
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3341
3341
  cursor?: string | undefined;
3342
3342
  include_locale?: boolean | undefined;
3343
3343
  }>, z.ZodObject<{
@@ -3351,8 +3351,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3351
3351
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
3352
3352
  }, "strip", z.ZodTypeAny, {
3353
3353
  inclusive: boolean;
3354
- operation: "get_conversation_history";
3355
3354
  limit: number;
3355
+ operation: "get_conversation_history";
3356
3356
  channel: string;
3357
3357
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3358
3358
  cursor?: string | undefined;
@@ -3362,8 +3362,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3362
3362
  operation: "get_conversation_history";
3363
3363
  channel: string;
3364
3364
  inclusive?: boolean | undefined;
3365
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3366
3365
  limit?: number | undefined;
3366
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3367
3367
  cursor?: string | undefined;
3368
3368
  latest?: string | undefined;
3369
3369
  oldest?: string | undefined;
@@ -3379,21 +3379,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3379
3379
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
3380
3380
  }, "strip", z.ZodTypeAny, {
3381
3381
  inclusive: boolean;
3382
- operation: "get_thread_replies";
3383
3382
  limit: number;
3384
3383
  ts: string;
3384
+ operation: "get_thread_replies";
3385
3385
  channel: string;
3386
3386
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3387
3387
  cursor?: string | undefined;
3388
3388
  latest?: string | undefined;
3389
3389
  oldest?: string | undefined;
3390
3390
  }, {
3391
- operation: "get_thread_replies";
3392
3391
  ts: string;
3392
+ operation: "get_thread_replies";
3393
3393
  channel: string;
3394
3394
  inclusive?: boolean | undefined;
3395
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3396
3395
  limit?: number | undefined;
3396
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3397
3397
  cursor?: string | undefined;
3398
3398
  latest?: string | undefined;
3399
3399
  oldest?: string | undefined;
@@ -3430,8 +3430,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3430
3430
  footer_icon: z.ZodOptional<z.ZodString>;
3431
3431
  ts: z.ZodOptional<z.ZodNumber>;
3432
3432
  }, "strip", z.ZodTypeAny, {
3433
- text?: string | undefined;
3434
3433
  title?: string | undefined;
3434
+ text?: string | undefined;
3435
3435
  image_url?: string | undefined;
3436
3436
  fields?: {
3437
3437
  value: string;
@@ -3449,8 +3449,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3449
3449
  footer_icon?: string | undefined;
3450
3450
  ts?: number | undefined;
3451
3451
  }, {
3452
- text?: string | undefined;
3453
3452
  title?: string | undefined;
3453
+ text?: string | undefined;
3454
3454
  image_url?: string | undefined;
3455
3455
  fields?: {
3456
3456
  value: string;
@@ -3495,15 +3495,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3495
3495
  verbatim: z.ZodOptional<z.ZodBoolean>;
3496
3496
  }, "strip", z.ZodTypeAny, {
3497
3497
  type: "image" | "plain_text" | "mrkdwn";
3498
- text?: string | undefined;
3499
3498
  emoji?: boolean | undefined;
3499
+ text?: string | undefined;
3500
3500
  image_url?: string | undefined;
3501
3501
  verbatim?: boolean | undefined;
3502
3502
  alt_text?: string | undefined;
3503
3503
  }, {
3504
3504
  type: "image" | "plain_text" | "mrkdwn";
3505
- text?: string | undefined;
3506
3505
  emoji?: boolean | undefined;
3506
+ text?: string | undefined;
3507
3507
  image_url?: string | undefined;
3508
3508
  verbatim?: boolean | undefined;
3509
3509
  alt_text?: string | undefined;
@@ -3535,15 +3535,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3535
3535
  verbatim: z.ZodOptional<z.ZodBoolean>;
3536
3536
  }, "strip", z.ZodTypeAny, {
3537
3537
  type: "image" | "plain_text" | "mrkdwn";
3538
- text?: string | undefined;
3539
3538
  emoji?: boolean | undefined;
3539
+ text?: string | undefined;
3540
3540
  image_url?: string | undefined;
3541
3541
  verbatim?: boolean | undefined;
3542
3542
  alt_text?: string | undefined;
3543
3543
  }, {
3544
3544
  type: "image" | "plain_text" | "mrkdwn";
3545
- text?: string | undefined;
3546
3545
  emoji?: boolean | undefined;
3546
+ text?: string | undefined;
3547
3547
  image_url?: string | undefined;
3548
3548
  verbatim?: boolean | undefined;
3549
3549
  alt_text?: string | undefined;
@@ -3575,15 +3575,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3575
3575
  verbatim: z.ZodOptional<z.ZodBoolean>;
3576
3576
  }, "strip", z.ZodTypeAny, {
3577
3577
  type: "image" | "plain_text" | "mrkdwn";
3578
- text?: string | undefined;
3579
3578
  emoji?: boolean | undefined;
3579
+ text?: string | undefined;
3580
3580
  image_url?: string | undefined;
3581
3581
  verbatim?: boolean | undefined;
3582
3582
  alt_text?: string | undefined;
3583
3583
  }, {
3584
3584
  type: "image" | "plain_text" | "mrkdwn";
3585
- text?: string | undefined;
3586
3585
  emoji?: boolean | undefined;
3586
+ text?: string | undefined;
3587
3587
  image_url?: string | undefined;
3588
3588
  verbatim?: boolean | undefined;
3589
3589
  alt_text?: string | undefined;
@@ -3591,14 +3591,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3591
3591
  }, z.ZodTypeAny, "passthrough">>, "many">>;
3592
3592
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
3593
3593
  }, "strip", z.ZodTypeAny, {
3594
- operation: "update_message";
3595
3594
  ts: string;
3595
+ operation: "update_message";
3596
3596
  channel: string;
3597
- text?: string | undefined;
3598
3597
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3598
+ text?: string | undefined;
3599
3599
  attachments?: {
3600
- text?: string | undefined;
3601
3600
  title?: string | undefined;
3601
+ text?: string | undefined;
3602
3602
  image_url?: string | undefined;
3603
3603
  fields?: {
3604
3604
  value: string;
@@ -3643,29 +3643,29 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3643
3643
  verbatim: z.ZodOptional<z.ZodBoolean>;
3644
3644
  }, "strip", z.ZodTypeAny, {
3645
3645
  type: "image" | "plain_text" | "mrkdwn";
3646
- text?: string | undefined;
3647
3646
  emoji?: boolean | undefined;
3647
+ text?: string | undefined;
3648
3648
  image_url?: string | undefined;
3649
3649
  verbatim?: boolean | undefined;
3650
3650
  alt_text?: string | undefined;
3651
3651
  }, {
3652
3652
  type: "image" | "plain_text" | "mrkdwn";
3653
- text?: string | undefined;
3654
3653
  emoji?: boolean | undefined;
3654
+ text?: string | undefined;
3655
3655
  image_url?: string | undefined;
3656
3656
  verbatim?: boolean | undefined;
3657
3657
  alt_text?: string | undefined;
3658
3658
  }>, "many">>;
3659
3659
  }, z.ZodTypeAny, "passthrough">[] | undefined;
3660
3660
  }, {
3661
- operation: "update_message";
3662
3661
  ts: string;
3662
+ operation: "update_message";
3663
3663
  channel: string;
3664
- text?: string | undefined;
3665
3664
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3665
+ text?: string | undefined;
3666
3666
  attachments?: {
3667
- text?: string | undefined;
3668
3667
  title?: string | undefined;
3668
+ text?: string | undefined;
3669
3669
  image_url?: string | undefined;
3670
3670
  fields?: {
3671
3671
  value: string;
@@ -3710,15 +3710,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3710
3710
  verbatim: z.ZodOptional<z.ZodBoolean>;
3711
3711
  }, "strip", z.ZodTypeAny, {
3712
3712
  type: "image" | "plain_text" | "mrkdwn";
3713
- text?: string | undefined;
3714
3713
  emoji?: boolean | undefined;
3714
+ text?: string | undefined;
3715
3715
  image_url?: string | undefined;
3716
3716
  verbatim?: boolean | undefined;
3717
3717
  alt_text?: string | undefined;
3718
3718
  }, {
3719
3719
  type: "image" | "plain_text" | "mrkdwn";
3720
- text?: string | undefined;
3721
3720
  emoji?: boolean | undefined;
3721
+ text?: string | undefined;
3722
3722
  image_url?: string | undefined;
3723
3723
  verbatim?: boolean | undefined;
3724
3724
  alt_text?: string | undefined;
@@ -3730,13 +3730,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3730
3730
  ts: z.ZodString;
3731
3731
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
3732
3732
  }, "strip", z.ZodTypeAny, {
3733
- operation: "delete_message";
3734
3733
  ts: string;
3734
+ operation: "delete_message";
3735
3735
  channel: string;
3736
3736
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3737
3737
  }, {
3738
- operation: "delete_message";
3739
3738
  ts: string;
3739
+ operation: "delete_message";
3740
3740
  channel: string;
3741
3741
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3742
3742
  }>, z.ZodObject<{
@@ -3748,14 +3748,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3748
3748
  }, "strip", z.ZodTypeAny, {
3749
3749
  name: string;
3750
3750
  operation: "add_reaction";
3751
- timestamp: string;
3752
3751
  channel: string;
3752
+ timestamp: string;
3753
3753
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3754
3754
  }, {
3755
3755
  name: string;
3756
3756
  operation: "add_reaction";
3757
- timestamp: string;
3758
3757
  channel: string;
3758
+ timestamp: string;
3759
3759
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3760
3760
  }>, z.ZodObject<{
3761
3761
  operation: z.ZodLiteral<"remove_reaction">;
@@ -3766,14 +3766,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3766
3766
  }, "strip", z.ZodTypeAny, {
3767
3767
  name: string;
3768
3768
  operation: "remove_reaction";
3769
- timestamp: string;
3770
3769
  channel: string;
3770
+ timestamp: string;
3771
3771
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3772
3772
  }, {
3773
3773
  name: string;
3774
3774
  operation: "remove_reaction";
3775
- timestamp: string;
3776
3775
  channel: string;
3776
+ timestamp: string;
3777
3777
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3778
3778
  }>, z.ZodObject<{
3779
3779
  operation: z.ZodLiteral<"upload_file">;
@@ -3838,24 +3838,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3838
3838
  count: z.ZodNumber;
3839
3839
  }, "strip", z.ZodTypeAny, {
3840
3840
  name: string;
3841
- count: number;
3842
3841
  users: string[];
3842
+ count: number;
3843
3843
  }, {
3844
3844
  name: string;
3845
- count: number;
3846
3845
  users: string[];
3846
+ count: number;
3847
3847
  }>, "many">>;
3848
3848
  }, "strip", z.ZodTypeAny, {
3849
3849
  type: string;
3850
3850
  ts: string;
3851
- text?: string | undefined;
3852
3851
  user?: string | undefined;
3852
+ text?: string | undefined;
3853
3853
  username?: string | undefined;
3854
- reactions?: {
3855
- name: string;
3856
- count: number;
3857
- users: string[];
3858
- }[] | undefined;
3859
3854
  attachments?: unknown[] | undefined;
3860
3855
  blocks?: unknown[] | undefined;
3861
3856
  thread_ts?: string | undefined;
@@ -3870,17 +3865,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3870
3865
  reply_users?: string[] | undefined;
3871
3866
  is_locked?: boolean | undefined;
3872
3867
  subscribed?: boolean | undefined;
3868
+ reactions?: {
3869
+ name: string;
3870
+ users: string[];
3871
+ count: number;
3872
+ }[] | undefined;
3873
3873
  }, {
3874
3874
  type: string;
3875
3875
  ts: string;
3876
- text?: string | undefined;
3877
3876
  user?: string | undefined;
3877
+ text?: string | undefined;
3878
3878
  username?: string | undefined;
3879
- reactions?: {
3880
- name: string;
3881
- count: number;
3882
- users: string[];
3883
- }[] | undefined;
3884
3879
  attachments?: unknown[] | undefined;
3885
3880
  blocks?: unknown[] | undefined;
3886
3881
  thread_ts?: string | undefined;
@@ -3895,25 +3890,25 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3895
3890
  reply_users?: string[] | undefined;
3896
3891
  is_locked?: boolean | undefined;
3897
3892
  subscribed?: boolean | undefined;
3893
+ reactions?: {
3894
+ name: string;
3895
+ users: string[];
3896
+ count: number;
3897
+ }[] | undefined;
3898
3898
  }>>;
3899
3899
  error: z.ZodString;
3900
3900
  success: z.ZodBoolean;
3901
3901
  }, "strip", z.ZodTypeAny, {
3902
- error: string;
3903
3902
  success: boolean;
3903
+ error: string;
3904
3904
  operation: "send_message";
3905
3905
  ok: boolean;
3906
3906
  message?: {
3907
3907
  type: string;
3908
3908
  ts: string;
3909
- text?: string | undefined;
3910
3909
  user?: string | undefined;
3910
+ text?: string | undefined;
3911
3911
  username?: string | undefined;
3912
- reactions?: {
3913
- name: string;
3914
- count: number;
3915
- users: string[];
3916
- }[] | undefined;
3917
3912
  attachments?: unknown[] | undefined;
3918
3913
  blocks?: unknown[] | undefined;
3919
3914
  thread_ts?: string | undefined;
@@ -3928,25 +3923,25 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3928
3923
  reply_users?: string[] | undefined;
3929
3924
  is_locked?: boolean | undefined;
3930
3925
  subscribed?: boolean | undefined;
3926
+ reactions?: {
3927
+ name: string;
3928
+ users: string[];
3929
+ count: number;
3930
+ }[] | undefined;
3931
3931
  } | undefined;
3932
3932
  ts?: string | undefined;
3933
3933
  channel?: string | undefined;
3934
3934
  }, {
3935
- error: string;
3936
3935
  success: boolean;
3936
+ error: string;
3937
3937
  operation: "send_message";
3938
3938
  ok: boolean;
3939
3939
  message?: {
3940
3940
  type: string;
3941
3941
  ts: string;
3942
- text?: string | undefined;
3943
3942
  user?: string | undefined;
3943
+ text?: string | undefined;
3944
3944
  username?: string | undefined;
3945
- reactions?: {
3946
- name: string;
3947
- count: number;
3948
- users: string[];
3949
- }[] | undefined;
3950
3945
  attachments?: unknown[] | undefined;
3951
3946
  blocks?: unknown[] | undefined;
3952
3947
  thread_ts?: string | undefined;
@@ -3961,6 +3956,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3961
3956
  reply_users?: string[] | undefined;
3962
3957
  is_locked?: boolean | undefined;
3963
3958
  subscribed?: boolean | undefined;
3959
+ reactions?: {
3960
+ name: string;
3961
+ users: string[];
3962
+ count: number;
3963
+ }[] | undefined;
3964
3964
  } | undefined;
3965
3965
  ts?: string | undefined;
3966
3966
  channel?: string | undefined;
@@ -4021,11 +4021,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4021
4021
  id: string;
4022
4022
  created: number;
4023
4023
  is_archived: boolean;
4024
- is_private?: boolean | undefined;
4025
4024
  is_channel?: boolean | undefined;
4026
4025
  is_group?: boolean | undefined;
4027
4026
  is_im?: boolean | undefined;
4028
4027
  is_mpim?: boolean | undefined;
4028
+ is_private?: boolean | undefined;
4029
4029
  is_general?: boolean | undefined;
4030
4030
  unlinked?: number | undefined;
4031
4031
  name_normalized?: string | undefined;
@@ -4054,11 +4054,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4054
4054
  id: string;
4055
4055
  created: number;
4056
4056
  is_archived: boolean;
4057
- is_private?: boolean | undefined;
4058
4057
  is_channel?: boolean | undefined;
4059
4058
  is_group?: boolean | undefined;
4060
4059
  is_im?: boolean | undefined;
4061
4060
  is_mpim?: boolean | undefined;
4061
+ is_private?: boolean | undefined;
4062
4062
  is_general?: boolean | undefined;
4063
4063
  unlinked?: number | undefined;
4064
4064
  name_normalized?: string | undefined;
@@ -4093,8 +4093,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4093
4093
  error: z.ZodString;
4094
4094
  success: z.ZodBoolean;
4095
4095
  }, "strip", z.ZodTypeAny, {
4096
- error: string;
4097
4096
  success: boolean;
4097
+ error: string;
4098
4098
  operation: "list_channels";
4099
4099
  ok: boolean;
4100
4100
  response_metadata?: {
@@ -4105,11 +4105,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4105
4105
  id: string;
4106
4106
  created: number;
4107
4107
  is_archived: boolean;
4108
- is_private?: boolean | undefined;
4109
4108
  is_channel?: boolean | undefined;
4110
4109
  is_group?: boolean | undefined;
4111
4110
  is_im?: boolean | undefined;
4112
4111
  is_mpim?: boolean | undefined;
4112
+ is_private?: boolean | undefined;
4113
4113
  is_general?: boolean | undefined;
4114
4114
  unlinked?: number | undefined;
4115
4115
  name_normalized?: string | undefined;
@@ -4135,8 +4135,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4135
4135
  num_members?: number | undefined;
4136
4136
  }[] | undefined;
4137
4137
  }, {
4138
- error: string;
4139
4138
  success: boolean;
4139
+ error: string;
4140
4140
  operation: "list_channels";
4141
4141
  ok: boolean;
4142
4142
  response_metadata?: {
@@ -4147,11 +4147,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4147
4147
  id: string;
4148
4148
  created: number;
4149
4149
  is_archived: boolean;
4150
- is_private?: boolean | undefined;
4151
4150
  is_channel?: boolean | undefined;
4152
4151
  is_group?: boolean | undefined;
4153
4152
  is_im?: boolean | undefined;
4154
4153
  is_mpim?: boolean | undefined;
4154
+ is_private?: boolean | undefined;
4155
4155
  is_general?: boolean | undefined;
4156
4156
  unlinked?: number | undefined;
4157
4157
  name_normalized?: string | undefined;
@@ -4233,11 +4233,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4233
4233
  id: string;
4234
4234
  created: number;
4235
4235
  is_archived: boolean;
4236
- is_private?: boolean | undefined;
4237
4236
  is_channel?: boolean | undefined;
4238
4237
  is_group?: boolean | undefined;
4239
4238
  is_im?: boolean | undefined;
4240
4239
  is_mpim?: boolean | undefined;
4240
+ is_private?: boolean | undefined;
4241
4241
  is_general?: boolean | undefined;
4242
4242
  unlinked?: number | undefined;
4243
4243
  name_normalized?: string | undefined;
@@ -4266,11 +4266,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4266
4266
  id: string;
4267
4267
  created: number;
4268
4268
  is_archived: boolean;
4269
- is_private?: boolean | undefined;
4270
4269
  is_channel?: boolean | undefined;
4271
4270
  is_group?: boolean | undefined;
4272
4271
  is_im?: boolean | undefined;
4273
4272
  is_mpim?: boolean | undefined;
4273
+ is_private?: boolean | undefined;
4274
4274
  is_general?: boolean | undefined;
4275
4275
  unlinked?: number | undefined;
4276
4276
  name_normalized?: string | undefined;
@@ -4298,8 +4298,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4298
4298
  error: z.ZodString;
4299
4299
  success: z.ZodBoolean;
4300
4300
  }, "strip", z.ZodTypeAny, {
4301
- error: string;
4302
4301
  success: boolean;
4302
+ error: string;
4303
4303
  operation: "get_channel_info";
4304
4304
  ok: boolean;
4305
4305
  channel?: {
@@ -4307,11 +4307,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4307
4307
  id: string;
4308
4308
  created: number;
4309
4309
  is_archived: boolean;
4310
- is_private?: boolean | undefined;
4311
4310
  is_channel?: boolean | undefined;
4312
4311
  is_group?: boolean | undefined;
4313
4312
  is_im?: boolean | undefined;
4314
4313
  is_mpim?: boolean | undefined;
4314
+ is_private?: boolean | undefined;
4315
4315
  is_general?: boolean | undefined;
4316
4316
  unlinked?: number | undefined;
4317
4317
  name_normalized?: string | undefined;
@@ -4337,8 +4337,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4337
4337
  num_members?: number | undefined;
4338
4338
  } | undefined;
4339
4339
  }, {
4340
- error: string;
4341
4340
  success: boolean;
4341
+ error: string;
4342
4342
  operation: "get_channel_info";
4343
4343
  ok: boolean;
4344
4344
  channel?: {
@@ -4346,11 +4346,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4346
4346
  id: string;
4347
4347
  created: number;
4348
4348
  is_archived: boolean;
4349
- is_private?: boolean | undefined;
4350
4349
  is_channel?: boolean | undefined;
4351
4350
  is_group?: boolean | undefined;
4352
4351
  is_im?: boolean | undefined;
4353
4352
  is_mpim?: boolean | undefined;
4353
+ is_private?: boolean | undefined;
4354
4354
  is_general?: boolean | undefined;
4355
4355
  unlinked?: number | undefined;
4356
4356
  name_normalized?: string | undefined;
@@ -4416,8 +4416,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4416
4416
  }, "strip", z.ZodTypeAny, {
4417
4417
  title?: string | undefined;
4418
4418
  email?: string | undefined;
4419
- first_name?: string | undefined;
4420
- last_name?: string | undefined;
4421
4419
  fields?: Record<string, unknown> | undefined;
4422
4420
  real_name?: string | undefined;
4423
4421
  phone?: string | undefined;
@@ -4431,6 +4429,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4431
4429
  avatar_hash?: string | undefined;
4432
4430
  image_original?: string | undefined;
4433
4431
  is_custom_image?: boolean | undefined;
4432
+ first_name?: string | undefined;
4433
+ last_name?: string | undefined;
4434
4434
  image_24?: string | undefined;
4435
4435
  image_32?: string | undefined;
4436
4436
  image_48?: string | undefined;
@@ -4441,8 +4441,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4441
4441
  }, {
4442
4442
  title?: string | undefined;
4443
4443
  email?: string | undefined;
4444
- first_name?: string | undefined;
4445
- last_name?: string | undefined;
4446
4444
  fields?: Record<string, unknown> | undefined;
4447
4445
  real_name?: string | undefined;
4448
4446
  phone?: string | undefined;
@@ -4456,6 +4454,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4456
4454
  avatar_hash?: string | undefined;
4457
4455
  image_original?: string | undefined;
4458
4456
  is_custom_image?: boolean | undefined;
4457
+ first_name?: string | undefined;
4458
+ last_name?: string | undefined;
4459
4459
  image_24?: string | undefined;
4460
4460
  image_32?: string | undefined;
4461
4461
  image_48?: string | undefined;
@@ -4486,8 +4486,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4486
4486
  profile?: {
4487
4487
  title?: string | undefined;
4488
4488
  email?: string | undefined;
4489
- first_name?: string | undefined;
4490
- last_name?: string | undefined;
4491
4489
  fields?: Record<string, unknown> | undefined;
4492
4490
  real_name?: string | undefined;
4493
4491
  phone?: string | undefined;
@@ -4501,6 +4499,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4501
4499
  avatar_hash?: string | undefined;
4502
4500
  image_original?: string | undefined;
4503
4501
  is_custom_image?: boolean | undefined;
4502
+ first_name?: string | undefined;
4503
+ last_name?: string | undefined;
4504
4504
  image_24?: string | undefined;
4505
4505
  image_32?: string | undefined;
4506
4506
  image_48?: string | undefined;
@@ -4531,8 +4531,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4531
4531
  profile?: {
4532
4532
  title?: string | undefined;
4533
4533
  email?: string | undefined;
4534
- first_name?: string | undefined;
4535
- last_name?: string | undefined;
4536
4534
  fields?: Record<string, unknown> | undefined;
4537
4535
  real_name?: string | undefined;
4538
4536
  phone?: string | undefined;
@@ -4546,6 +4544,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4546
4544
  avatar_hash?: string | undefined;
4547
4545
  image_original?: string | undefined;
4548
4546
  is_custom_image?: boolean | undefined;
4547
+ first_name?: string | undefined;
4548
+ last_name?: string | undefined;
4549
4549
  image_24?: string | undefined;
4550
4550
  image_32?: string | undefined;
4551
4551
  image_48?: string | undefined;
@@ -4567,8 +4567,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4567
4567
  error: z.ZodString;
4568
4568
  success: z.ZodBoolean;
4569
4569
  }, "strip", z.ZodTypeAny, {
4570
- error: string;
4571
4570
  success: boolean;
4571
+ error: string;
4572
4572
  operation: "get_user_info";
4573
4573
  ok: boolean;
4574
4574
  user?: {
@@ -4584,8 +4584,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4584
4584
  profile?: {
4585
4585
  title?: string | undefined;
4586
4586
  email?: string | undefined;
4587
- first_name?: string | undefined;
4588
- last_name?: string | undefined;
4589
4587
  fields?: Record<string, unknown> | undefined;
4590
4588
  real_name?: string | undefined;
4591
4589
  phone?: string | undefined;
@@ -4599,6 +4597,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4599
4597
  avatar_hash?: string | undefined;
4600
4598
  image_original?: string | undefined;
4601
4599
  is_custom_image?: boolean | undefined;
4600
+ first_name?: string | undefined;
4601
+ last_name?: string | undefined;
4602
4602
  image_24?: string | undefined;
4603
4603
  image_32?: string | undefined;
4604
4604
  image_48?: string | undefined;
@@ -4618,8 +4618,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4618
4618
  has_2fa?: boolean | undefined;
4619
4619
  } | undefined;
4620
4620
  }, {
4621
- error: string;
4622
4621
  success: boolean;
4622
+ error: string;
4623
4623
  operation: "get_user_info";
4624
4624
  ok: boolean;
4625
4625
  user?: {
@@ -4635,8 +4635,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4635
4635
  profile?: {
4636
4636
  title?: string | undefined;
4637
4637
  email?: string | undefined;
4638
- first_name?: string | undefined;
4639
- last_name?: string | undefined;
4640
4638
  fields?: Record<string, unknown> | undefined;
4641
4639
  real_name?: string | undefined;
4642
4640
  phone?: string | undefined;
@@ -4650,6 +4648,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4650
4648
  avatar_hash?: string | undefined;
4651
4649
  image_original?: string | undefined;
4652
4650
  is_custom_image?: boolean | undefined;
4651
+ first_name?: string | undefined;
4652
+ last_name?: string | undefined;
4653
4653
  image_24?: string | undefined;
4654
4654
  image_32?: string | undefined;
4655
4655
  image_48?: string | undefined;
@@ -4709,8 +4709,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4709
4709
  }, "strip", z.ZodTypeAny, {
4710
4710
  title?: string | undefined;
4711
4711
  email?: string | undefined;
4712
- first_name?: string | undefined;
4713
- last_name?: string | undefined;
4714
4712
  fields?: Record<string, unknown> | undefined;
4715
4713
  real_name?: string | undefined;
4716
4714
  phone?: string | undefined;
@@ -4724,6 +4722,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4724
4722
  avatar_hash?: string | undefined;
4725
4723
  image_original?: string | undefined;
4726
4724
  is_custom_image?: boolean | undefined;
4725
+ first_name?: string | undefined;
4726
+ last_name?: string | undefined;
4727
4727
  image_24?: string | undefined;
4728
4728
  image_32?: string | undefined;
4729
4729
  image_48?: string | undefined;
@@ -4734,8 +4734,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4734
4734
  }, {
4735
4735
  title?: string | undefined;
4736
4736
  email?: string | undefined;
4737
- first_name?: string | undefined;
4738
- last_name?: string | undefined;
4739
4737
  fields?: Record<string, unknown> | undefined;
4740
4738
  real_name?: string | undefined;
4741
4739
  phone?: string | undefined;
@@ -4749,6 +4747,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4749
4747
  avatar_hash?: string | undefined;
4750
4748
  image_original?: string | undefined;
4751
4749
  is_custom_image?: boolean | undefined;
4750
+ first_name?: string | undefined;
4751
+ last_name?: string | undefined;
4752
4752
  image_24?: string | undefined;
4753
4753
  image_32?: string | undefined;
4754
4754
  image_48?: string | undefined;
@@ -4779,8 +4779,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4779
4779
  profile?: {
4780
4780
  title?: string | undefined;
4781
4781
  email?: string | undefined;
4782
- first_name?: string | undefined;
4783
- last_name?: string | undefined;
4784
4782
  fields?: Record<string, unknown> | undefined;
4785
4783
  real_name?: string | undefined;
4786
4784
  phone?: string | undefined;
@@ -4794,6 +4792,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4794
4792
  avatar_hash?: string | undefined;
4795
4793
  image_original?: string | undefined;
4796
4794
  is_custom_image?: boolean | undefined;
4795
+ first_name?: string | undefined;
4796
+ last_name?: string | undefined;
4797
4797
  image_24?: string | undefined;
4798
4798
  image_32?: string | undefined;
4799
4799
  image_48?: string | undefined;
@@ -4824,8 +4824,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4824
4824
  profile?: {
4825
4825
  title?: string | undefined;
4826
4826
  email?: string | undefined;
4827
- first_name?: string | undefined;
4828
- last_name?: string | undefined;
4829
4827
  fields?: Record<string, unknown> | undefined;
4830
4828
  real_name?: string | undefined;
4831
4829
  phone?: string | undefined;
@@ -4839,6 +4837,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4839
4837
  avatar_hash?: string | undefined;
4840
4838
  image_original?: string | undefined;
4841
4839
  is_custom_image?: boolean | undefined;
4840
+ first_name?: string | undefined;
4841
+ last_name?: string | undefined;
4842
4842
  image_24?: string | undefined;
4843
4843
  image_32?: string | undefined;
4844
4844
  image_48?: string | undefined;
@@ -4867,8 +4867,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4867
4867
  error: z.ZodString;
4868
4868
  success: z.ZodBoolean;
4869
4869
  }, "strip", z.ZodTypeAny, {
4870
- error: string;
4871
4870
  success: boolean;
4871
+ error: string;
4872
4872
  operation: "list_users";
4873
4873
  ok: boolean;
4874
4874
  response_metadata?: {
@@ -4887,8 +4887,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4887
4887
  profile?: {
4888
4888
  title?: string | undefined;
4889
4889
  email?: string | undefined;
4890
- first_name?: string | undefined;
4891
- last_name?: string | undefined;
4892
4890
  fields?: Record<string, unknown> | undefined;
4893
4891
  real_name?: string | undefined;
4894
4892
  phone?: string | undefined;
@@ -4902,6 +4900,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4902
4900
  avatar_hash?: string | undefined;
4903
4901
  image_original?: string | undefined;
4904
4902
  is_custom_image?: boolean | undefined;
4903
+ first_name?: string | undefined;
4904
+ last_name?: string | undefined;
4905
4905
  image_24?: string | undefined;
4906
4906
  image_32?: string | undefined;
4907
4907
  image_48?: string | undefined;
@@ -4921,8 +4921,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4921
4921
  has_2fa?: boolean | undefined;
4922
4922
  }[] | undefined;
4923
4923
  }, {
4924
- error: string;
4925
4924
  success: boolean;
4925
+ error: string;
4926
4926
  operation: "list_users";
4927
4927
  ok: boolean;
4928
4928
  response_metadata?: {
@@ -4941,8 +4941,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4941
4941
  profile?: {
4942
4942
  title?: string | undefined;
4943
4943
  email?: string | undefined;
4944
- first_name?: string | undefined;
4945
- last_name?: string | undefined;
4946
4944
  fields?: Record<string, unknown> | undefined;
4947
4945
  real_name?: string | undefined;
4948
4946
  phone?: string | undefined;
@@ -4956,6 +4954,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4956
4954
  avatar_hash?: string | undefined;
4957
4955
  image_original?: string | undefined;
4958
4956
  is_custom_image?: boolean | undefined;
4957
+ first_name?: string | undefined;
4958
+ last_name?: string | undefined;
4959
4959
  image_24?: string | undefined;
4960
4960
  image_32?: string | undefined;
4961
4961
  image_48?: string | undefined;
@@ -5007,24 +5007,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5007
5007
  count: z.ZodNumber;
5008
5008
  }, "strip", z.ZodTypeAny, {
5009
5009
  name: string;
5010
- count: number;
5011
5010
  users: string[];
5011
+ count: number;
5012
5012
  }, {
5013
5013
  name: string;
5014
- count: number;
5015
5014
  users: string[];
5015
+ count: number;
5016
5016
  }>, "many">>;
5017
5017
  }, "strip", z.ZodTypeAny, {
5018
5018
  type: string;
5019
5019
  ts: string;
5020
- text?: string | undefined;
5021
5020
  user?: string | undefined;
5021
+ text?: string | undefined;
5022
5022
  username?: string | undefined;
5023
- reactions?: {
5024
- name: string;
5025
- count: number;
5026
- users: string[];
5027
- }[] | undefined;
5028
5023
  attachments?: unknown[] | undefined;
5029
5024
  blocks?: unknown[] | undefined;
5030
5025
  thread_ts?: string | undefined;
@@ -5039,17 +5034,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5039
5034
  reply_users?: string[] | undefined;
5040
5035
  is_locked?: boolean | undefined;
5041
5036
  subscribed?: boolean | undefined;
5037
+ reactions?: {
5038
+ name: string;
5039
+ users: string[];
5040
+ count: number;
5041
+ }[] | undefined;
5042
5042
  }, {
5043
5043
  type: string;
5044
5044
  ts: string;
5045
- text?: string | undefined;
5046
5045
  user?: string | undefined;
5046
+ text?: string | undefined;
5047
5047
  username?: string | undefined;
5048
- reactions?: {
5049
- name: string;
5050
- count: number;
5051
- users: string[];
5052
- }[] | undefined;
5053
5048
  attachments?: unknown[] | undefined;
5054
5049
  blocks?: unknown[] | undefined;
5055
5050
  thread_ts?: string | undefined;
@@ -5064,6 +5059,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5064
5059
  reply_users?: string[] | undefined;
5065
5060
  is_locked?: boolean | undefined;
5066
5061
  subscribed?: boolean | undefined;
5062
+ reactions?: {
5063
+ name: string;
5064
+ users: string[];
5065
+ count: number;
5066
+ }[] | undefined;
5067
5067
  }>, "many">>;
5068
5068
  has_more: z.ZodOptional<z.ZodBoolean>;
5069
5069
  response_metadata: z.ZodOptional<z.ZodObject<{
@@ -5076,21 +5076,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5076
5076
  error: z.ZodString;
5077
5077
  success: z.ZodBoolean;
5078
5078
  }, "strip", z.ZodTypeAny, {
5079
- error: string;
5080
5079
  success: boolean;
5080
+ error: string;
5081
5081
  operation: "get_conversation_history";
5082
5082
  ok: boolean;
5083
5083
  messages?: {
5084
5084
  type: string;
5085
5085
  ts: string;
5086
- text?: string | undefined;
5087
5086
  user?: string | undefined;
5087
+ text?: string | undefined;
5088
5088
  username?: string | undefined;
5089
- reactions?: {
5090
- name: string;
5091
- count: number;
5092
- users: string[];
5093
- }[] | undefined;
5094
5089
  attachments?: unknown[] | undefined;
5095
5090
  blocks?: unknown[] | undefined;
5096
5091
  thread_ts?: string | undefined;
@@ -5105,27 +5100,27 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5105
5100
  reply_users?: string[] | undefined;
5106
5101
  is_locked?: boolean | undefined;
5107
5102
  subscribed?: boolean | undefined;
5103
+ reactions?: {
5104
+ name: string;
5105
+ users: string[];
5106
+ count: number;
5107
+ }[] | undefined;
5108
5108
  }[] | undefined;
5109
5109
  response_metadata?: {
5110
5110
  next_cursor: string;
5111
5111
  } | undefined;
5112
5112
  has_more?: boolean | undefined;
5113
5113
  }, {
5114
- error: string;
5115
5114
  success: boolean;
5115
+ error: string;
5116
5116
  operation: "get_conversation_history";
5117
5117
  ok: boolean;
5118
5118
  messages?: {
5119
5119
  type: string;
5120
5120
  ts: string;
5121
- text?: string | undefined;
5122
5121
  user?: string | undefined;
5122
+ text?: string | undefined;
5123
5123
  username?: string | undefined;
5124
- reactions?: {
5125
- name: string;
5126
- count: number;
5127
- users: string[];
5128
- }[] | undefined;
5129
5124
  attachments?: unknown[] | undefined;
5130
5125
  blocks?: unknown[] | undefined;
5131
5126
  thread_ts?: string | undefined;
@@ -5140,6 +5135,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5140
5135
  reply_users?: string[] | undefined;
5141
5136
  is_locked?: boolean | undefined;
5142
5137
  subscribed?: boolean | undefined;
5138
+ reactions?: {
5139
+ name: string;
5140
+ users: string[];
5141
+ count: number;
5142
+ }[] | undefined;
5143
5143
  }[] | undefined;
5144
5144
  response_metadata?: {
5145
5145
  next_cursor: string;
@@ -5178,24 +5178,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5178
5178
  count: z.ZodNumber;
5179
5179
  }, "strip", z.ZodTypeAny, {
5180
5180
  name: string;
5181
- count: number;
5182
5181
  users: string[];
5182
+ count: number;
5183
5183
  }, {
5184
5184
  name: string;
5185
- count: number;
5186
5185
  users: string[];
5186
+ count: number;
5187
5187
  }>, "many">>;
5188
5188
  }, "strip", z.ZodTypeAny, {
5189
5189
  type: string;
5190
5190
  ts: string;
5191
- text?: string | undefined;
5192
5191
  user?: string | undefined;
5192
+ text?: string | undefined;
5193
5193
  username?: string | undefined;
5194
- reactions?: {
5195
- name: string;
5196
- count: number;
5197
- users: string[];
5198
- }[] | undefined;
5199
5194
  attachments?: unknown[] | undefined;
5200
5195
  blocks?: unknown[] | undefined;
5201
5196
  thread_ts?: string | undefined;
@@ -5210,17 +5205,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5210
5205
  reply_users?: string[] | undefined;
5211
5206
  is_locked?: boolean | undefined;
5212
5207
  subscribed?: boolean | undefined;
5208
+ reactions?: {
5209
+ name: string;
5210
+ users: string[];
5211
+ count: number;
5212
+ }[] | undefined;
5213
5213
  }, {
5214
5214
  type: string;
5215
5215
  ts: string;
5216
- text?: string | undefined;
5217
5216
  user?: string | undefined;
5217
+ text?: string | undefined;
5218
5218
  username?: string | undefined;
5219
- reactions?: {
5220
- name: string;
5221
- count: number;
5222
- users: string[];
5223
- }[] | undefined;
5224
5219
  attachments?: unknown[] | undefined;
5225
5220
  blocks?: unknown[] | undefined;
5226
5221
  thread_ts?: string | undefined;
@@ -5235,6 +5230,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5235
5230
  reply_users?: string[] | undefined;
5236
5231
  is_locked?: boolean | undefined;
5237
5232
  subscribed?: boolean | undefined;
5233
+ reactions?: {
5234
+ name: string;
5235
+ users: string[];
5236
+ count: number;
5237
+ }[] | undefined;
5238
5238
  }>, "many">>;
5239
5239
  has_more: z.ZodOptional<z.ZodBoolean>;
5240
5240
  response_metadata: z.ZodOptional<z.ZodObject<{
@@ -5247,21 +5247,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5247
5247
  error: z.ZodString;
5248
5248
  success: z.ZodBoolean;
5249
5249
  }, "strip", z.ZodTypeAny, {
5250
- error: string;
5251
5250
  success: boolean;
5251
+ error: string;
5252
5252
  operation: "get_thread_replies";
5253
5253
  ok: boolean;
5254
5254
  messages?: {
5255
5255
  type: string;
5256
5256
  ts: string;
5257
- text?: string | undefined;
5258
5257
  user?: string | undefined;
5258
+ text?: string | undefined;
5259
5259
  username?: string | undefined;
5260
- reactions?: {
5261
- name: string;
5262
- count: number;
5263
- users: string[];
5264
- }[] | undefined;
5265
5260
  attachments?: unknown[] | undefined;
5266
5261
  blocks?: unknown[] | undefined;
5267
5262
  thread_ts?: string | undefined;
@@ -5276,27 +5271,27 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5276
5271
  reply_users?: string[] | undefined;
5277
5272
  is_locked?: boolean | undefined;
5278
5273
  subscribed?: boolean | undefined;
5274
+ reactions?: {
5275
+ name: string;
5276
+ users: string[];
5277
+ count: number;
5278
+ }[] | undefined;
5279
5279
  }[] | undefined;
5280
5280
  response_metadata?: {
5281
5281
  next_cursor: string;
5282
5282
  } | undefined;
5283
5283
  has_more?: boolean | undefined;
5284
5284
  }, {
5285
- error: string;
5286
5285
  success: boolean;
5286
+ error: string;
5287
5287
  operation: "get_thread_replies";
5288
5288
  ok: boolean;
5289
5289
  messages?: {
5290
5290
  type: string;
5291
5291
  ts: string;
5292
- text?: string | undefined;
5293
5292
  user?: string | undefined;
5293
+ text?: string | undefined;
5294
5294
  username?: string | undefined;
5295
- reactions?: {
5296
- name: string;
5297
- count: number;
5298
- users: string[];
5299
- }[] | undefined;
5300
5295
  attachments?: unknown[] | undefined;
5301
5296
  blocks?: unknown[] | undefined;
5302
5297
  thread_ts?: string | undefined;
@@ -5311,6 +5306,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5311
5306
  reply_users?: string[] | undefined;
5312
5307
  is_locked?: boolean | undefined;
5313
5308
  subscribed?: boolean | undefined;
5309
+ reactions?: {
5310
+ name: string;
5311
+ users: string[];
5312
+ count: number;
5313
+ }[] | undefined;
5314
5314
  }[] | undefined;
5315
5315
  response_metadata?: {
5316
5316
  next_cursor: string;
@@ -5352,24 +5352,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5352
5352
  count: z.ZodNumber;
5353
5353
  }, "strip", z.ZodTypeAny, {
5354
5354
  name: string;
5355
- count: number;
5356
5355
  users: string[];
5356
+ count: number;
5357
5357
  }, {
5358
5358
  name: string;
5359
- count: number;
5360
5359
  users: string[];
5360
+ count: number;
5361
5361
  }>, "many">>;
5362
5362
  }, "strip", z.ZodTypeAny, {
5363
5363
  type: string;
5364
5364
  ts: string;
5365
- text?: string | undefined;
5366
5365
  user?: string | undefined;
5366
+ text?: string | undefined;
5367
5367
  username?: string | undefined;
5368
- reactions?: {
5369
- name: string;
5370
- count: number;
5371
- users: string[];
5372
- }[] | undefined;
5373
5368
  attachments?: unknown[] | undefined;
5374
5369
  blocks?: unknown[] | undefined;
5375
5370
  thread_ts?: string | undefined;
@@ -5384,17 +5379,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5384
5379
  reply_users?: string[] | undefined;
5385
5380
  is_locked?: boolean | undefined;
5386
5381
  subscribed?: boolean | undefined;
5382
+ reactions?: {
5383
+ name: string;
5384
+ users: string[];
5385
+ count: number;
5386
+ }[] | undefined;
5387
5387
  }, {
5388
5388
  type: string;
5389
5389
  ts: string;
5390
- text?: string | undefined;
5391
5390
  user?: string | undefined;
5391
+ text?: string | undefined;
5392
5392
  username?: string | undefined;
5393
- reactions?: {
5394
- name: string;
5395
- count: number;
5396
- users: string[];
5397
- }[] | undefined;
5398
5393
  attachments?: unknown[] | undefined;
5399
5394
  blocks?: unknown[] | undefined;
5400
5395
  thread_ts?: string | undefined;
@@ -5409,26 +5404,25 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5409
5404
  reply_users?: string[] | undefined;
5410
5405
  is_locked?: boolean | undefined;
5411
5406
  subscribed?: boolean | undefined;
5407
+ reactions?: {
5408
+ name: string;
5409
+ users: string[];
5410
+ count: number;
5411
+ }[] | undefined;
5412
5412
  }>>;
5413
5413
  error: z.ZodString;
5414
5414
  success: z.ZodBoolean;
5415
5415
  }, "strip", z.ZodTypeAny, {
5416
- error: string;
5417
5416
  success: boolean;
5417
+ error: string;
5418
5418
  operation: "update_message";
5419
5419
  ok: boolean;
5420
- text?: string | undefined;
5421
5420
  message?: {
5422
5421
  type: string;
5423
5422
  ts: string;
5424
- text?: string | undefined;
5425
5423
  user?: string | undefined;
5424
+ text?: string | undefined;
5426
5425
  username?: string | undefined;
5427
- reactions?: {
5428
- name: string;
5429
- count: number;
5430
- users: string[];
5431
- }[] | undefined;
5432
5426
  attachments?: unknown[] | undefined;
5433
5427
  blocks?: unknown[] | undefined;
5434
5428
  thread_ts?: string | undefined;
@@ -5443,26 +5437,26 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5443
5437
  reply_users?: string[] | undefined;
5444
5438
  is_locked?: boolean | undefined;
5445
5439
  subscribed?: boolean | undefined;
5440
+ reactions?: {
5441
+ name: string;
5442
+ users: string[];
5443
+ count: number;
5444
+ }[] | undefined;
5446
5445
  } | undefined;
5446
+ text?: string | undefined;
5447
5447
  ts?: string | undefined;
5448
5448
  channel?: string | undefined;
5449
5449
  }, {
5450
- error: string;
5451
5450
  success: boolean;
5451
+ error: string;
5452
5452
  operation: "update_message";
5453
5453
  ok: boolean;
5454
- text?: string | undefined;
5455
5454
  message?: {
5456
5455
  type: string;
5457
5456
  ts: string;
5458
- text?: string | undefined;
5459
5457
  user?: string | undefined;
5458
+ text?: string | undefined;
5460
5459
  username?: string | undefined;
5461
- reactions?: {
5462
- name: string;
5463
- count: number;
5464
- users: string[];
5465
- }[] | undefined;
5466
5460
  attachments?: unknown[] | undefined;
5467
5461
  blocks?: unknown[] | undefined;
5468
5462
  thread_ts?: string | undefined;
@@ -5477,7 +5471,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5477
5471
  reply_users?: string[] | undefined;
5478
5472
  is_locked?: boolean | undefined;
5479
5473
  subscribed?: boolean | undefined;
5474
+ reactions?: {
5475
+ name: string;
5476
+ users: string[];
5477
+ count: number;
5478
+ }[] | undefined;
5480
5479
  } | undefined;
5480
+ text?: string | undefined;
5481
5481
  ts?: string | undefined;
5482
5482
  channel?: string | undefined;
5483
5483
  }>, z.ZodObject<{
@@ -5488,15 +5488,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5488
5488
  error: z.ZodString;
5489
5489
  success: z.ZodBoolean;
5490
5490
  }, "strip", z.ZodTypeAny, {
5491
- error: string;
5492
5491
  success: boolean;
5492
+ error: string;
5493
5493
  operation: "delete_message";
5494
5494
  ok: boolean;
5495
5495
  ts?: string | undefined;
5496
5496
  channel?: string | undefined;
5497
5497
  }, {
5498
- error: string;
5499
5498
  success: boolean;
5499
+ error: string;
5500
5500
  operation: "delete_message";
5501
5501
  ok: boolean;
5502
5502
  ts?: string | undefined;
@@ -5507,13 +5507,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5507
5507
  error: z.ZodString;
5508
5508
  success: z.ZodBoolean;
5509
5509
  }, "strip", z.ZodTypeAny, {
5510
- error: string;
5511
5510
  success: boolean;
5511
+ error: string;
5512
5512
  operation: "add_reaction";
5513
5513
  ok: boolean;
5514
5514
  }, {
5515
- error: string;
5516
5515
  success: boolean;
5516
+ error: string;
5517
5517
  operation: "add_reaction";
5518
5518
  ok: boolean;
5519
5519
  }>, z.ZodObject<{
@@ -5522,13 +5522,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5522
5522
  error: z.ZodString;
5523
5523
  success: z.ZodBoolean;
5524
5524
  }, "strip", z.ZodTypeAny, {
5525
- error: string;
5526
5525
  success: boolean;
5526
+ error: string;
5527
5527
  operation: "remove_reaction";
5528
5528
  ok: boolean;
5529
5529
  }, {
5530
- error: string;
5531
5530
  success: boolean;
5531
+ error: string;
5532
5532
  operation: "remove_reaction";
5533
5533
  ok: boolean;
5534
5534
  }>, z.ZodObject<{
@@ -5603,7 +5603,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5603
5603
  channel_name: string;
5604
5604
  }>, "many">>>;
5605
5605
  }, "strip", z.ZodTypeAny, {
5606
- private?: Record<string, {
5606
+ public?: Record<string, {
5607
5607
  ts: string;
5608
5608
  team_id: string;
5609
5609
  reply_count: number;
@@ -5611,7 +5611,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5611
5611
  reply_users: string[];
5612
5612
  channel_name: string;
5613
5613
  }[]> | undefined;
5614
- public?: Record<string, {
5614
+ private?: Record<string, {
5615
5615
  ts: string;
5616
5616
  team_id: string;
5617
5617
  reply_count: number;
@@ -5620,7 +5620,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5620
5620
  channel_name: string;
5621
5621
  }[]> | undefined;
5622
5622
  }, {
5623
- private?: Record<string, {
5623
+ public?: Record<string, {
5624
5624
  ts: string;
5625
5625
  team_id: string;
5626
5626
  reply_count: number;
@@ -5628,7 +5628,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5628
5628
  reply_users: string[];
5629
5629
  channel_name: string;
5630
5630
  }[]> | undefined;
5631
- public?: Record<string, {
5631
+ private?: Record<string, {
5632
5632
  ts: string;
5633
5633
  team_id: string;
5634
5634
  reply_count: number;
@@ -5645,8 +5645,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5645
5645
  name: string;
5646
5646
  user: string;
5647
5647
  id: string;
5648
- timestamp: number;
5649
5648
  username: string;
5649
+ timestamp: number;
5650
5650
  created: number;
5651
5651
  mimetype: string;
5652
5652
  filetype: string;
@@ -5663,8 +5663,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5663
5663
  url_private_download: string;
5664
5664
  permalink: string;
5665
5665
  title?: string | undefined;
5666
+ channels?: string[] | undefined;
5667
+ permalink_public?: string | undefined;
5666
5668
  shares?: {
5667
- private?: Record<string, {
5669
+ public?: Record<string, {
5668
5670
  ts: string;
5669
5671
  team_id: string;
5670
5672
  reply_count: number;
@@ -5672,7 +5674,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5672
5674
  reply_users: string[];
5673
5675
  channel_name: string;
5674
5676
  }[]> | undefined;
5675
- public?: Record<string, {
5677
+ private?: Record<string, {
5676
5678
  ts: string;
5677
5679
  team_id: string;
5678
5680
  reply_count: number;
@@ -5681,8 +5683,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5681
5683
  channel_name: string;
5682
5684
  }[]> | undefined;
5683
5685
  } | undefined;
5684
- channels?: string[] | undefined;
5685
- permalink_public?: string | undefined;
5686
5686
  groups?: string[] | undefined;
5687
5687
  ims?: string[] | undefined;
5688
5688
  has_rich_preview?: boolean | undefined;
@@ -5690,8 +5690,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5690
5690
  name: string;
5691
5691
  user: string;
5692
5692
  id: string;
5693
- timestamp: number;
5694
5693
  username: string;
5694
+ timestamp: number;
5695
5695
  created: number;
5696
5696
  mimetype: string;
5697
5697
  filetype: string;
@@ -5708,8 +5708,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5708
5708
  url_private_download: string;
5709
5709
  permalink: string;
5710
5710
  title?: string | undefined;
5711
+ channels?: string[] | undefined;
5712
+ permalink_public?: string | undefined;
5711
5713
  shares?: {
5712
- private?: Record<string, {
5714
+ public?: Record<string, {
5713
5715
  ts: string;
5714
5716
  team_id: string;
5715
5717
  reply_count: number;
@@ -5717,7 +5719,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5717
5719
  reply_users: string[];
5718
5720
  channel_name: string;
5719
5721
  }[]> | undefined;
5720
- public?: Record<string, {
5722
+ private?: Record<string, {
5721
5723
  ts: string;
5722
5724
  team_id: string;
5723
5725
  reply_count: number;
@@ -5726,8 +5728,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5726
5728
  channel_name: string;
5727
5729
  }[]> | undefined;
5728
5730
  } | undefined;
5729
- channels?: string[] | undefined;
5730
- permalink_public?: string | undefined;
5731
5731
  groups?: string[] | undefined;
5732
5732
  ims?: string[] | undefined;
5733
5733
  has_rich_preview?: boolean | undefined;
@@ -5735,16 +5735,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5735
5735
  error: z.ZodString;
5736
5736
  success: z.ZodBoolean;
5737
5737
  }, "strip", z.ZodTypeAny, {
5738
- error: string;
5739
5738
  success: boolean;
5739
+ error: string;
5740
5740
  operation: "upload_file";
5741
5741
  ok: boolean;
5742
5742
  file?: {
5743
5743
  name: string;
5744
5744
  user: string;
5745
5745
  id: string;
5746
- timestamp: number;
5747
5746
  username: string;
5747
+ timestamp: number;
5748
5748
  created: number;
5749
5749
  mimetype: string;
5750
5750
  filetype: string;
@@ -5761,8 +5761,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5761
5761
  url_private_download: string;
5762
5762
  permalink: string;
5763
5763
  title?: string | undefined;
5764
+ channels?: string[] | undefined;
5765
+ permalink_public?: string | undefined;
5764
5766
  shares?: {
5765
- private?: Record<string, {
5767
+ public?: Record<string, {
5766
5768
  ts: string;
5767
5769
  team_id: string;
5768
5770
  reply_count: number;
@@ -5770,7 +5772,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5770
5772
  reply_users: string[];
5771
5773
  channel_name: string;
5772
5774
  }[]> | undefined;
5773
- public?: Record<string, {
5775
+ private?: Record<string, {
5774
5776
  ts: string;
5775
5777
  team_id: string;
5776
5778
  reply_count: number;
@@ -5779,23 +5781,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5779
5781
  channel_name: string;
5780
5782
  }[]> | undefined;
5781
5783
  } | undefined;
5782
- channels?: string[] | undefined;
5783
- permalink_public?: string | undefined;
5784
5784
  groups?: string[] | undefined;
5785
5785
  ims?: string[] | undefined;
5786
5786
  has_rich_preview?: boolean | undefined;
5787
5787
  } | undefined;
5788
5788
  }, {
5789
- error: string;
5790
5789
  success: boolean;
5790
+ error: string;
5791
5791
  operation: "upload_file";
5792
5792
  ok: boolean;
5793
5793
  file?: {
5794
5794
  name: string;
5795
5795
  user: string;
5796
5796
  id: string;
5797
- timestamp: number;
5798
5797
  username: string;
5798
+ timestamp: number;
5799
5799
  created: number;
5800
5800
  mimetype: string;
5801
5801
  filetype: string;
@@ -5812,8 +5812,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5812
5812
  url_private_download: string;
5813
5813
  permalink: string;
5814
5814
  title?: string | undefined;
5815
+ channels?: string[] | undefined;
5816
+ permalink_public?: string | undefined;
5815
5817
  shares?: {
5816
- private?: Record<string, {
5818
+ public?: Record<string, {
5817
5819
  ts: string;
5818
5820
  team_id: string;
5819
5821
  reply_count: number;
@@ -5821,7 +5823,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5821
5823
  reply_users: string[];
5822
5824
  channel_name: string;
5823
5825
  }[]> | undefined;
5824
- public?: Record<string, {
5826
+ private?: Record<string, {
5825
5827
  ts: string;
5826
5828
  team_id: string;
5827
5829
  reply_count: number;
@@ -5830,8 +5832,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5830
5832
  channel_name: string;
5831
5833
  }[]> | undefined;
5832
5834
  } | undefined;
5833
- channels?: string[] | undefined;
5834
- permalink_public?: string | undefined;
5835
5835
  groups?: string[] | undefined;
5836
5836
  ims?: string[] | undefined;
5837
5837
  has_rich_preview?: boolean | undefined;