@bubblelab/bubble-core 0.1.142 → 0.1.145

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 (172) hide show
  1. package/dist/bubble-bundle.d.ts +189 -126
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +9 -1
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +128 -128
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +82 -82
  7. package/dist/bubbles/service-bubble/airtable.d.ts +194 -194
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  14. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  15. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  17. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
  18. package/dist/bubbles/service-bubble/apify/apify.d.ts +28 -28
  19. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +74 -74
  20. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +97 -90
  22. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
  23. package/dist/bubbles/service-bubble/browserbase/browserbase.js +66 -3
  24. package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
  25. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +44 -1
  26. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -1
  27. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +19 -0
  28. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -1
  29. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +43 -43
  30. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +96 -96
  31. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  32. package/dist/bubbles/service-bubble/firecrawl.d.ts +542 -542
  33. package/dist/bubbles/service-bubble/followupboss.d.ts +308 -308
  34. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +88 -88
  35. package/dist/bubbles/service-bubble/github.d.ts +136 -136
  36. package/dist/bubbles/service-bubble/gmail.d.ts +344 -344
  37. package/dist/bubbles/service-bubble/google-calendar.d.ts +152 -152
  38. package/dist/bubbles/service-bubble/google-drive.d.ts +136 -136
  39. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  40. package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
  41. package/dist/bubbles/service-bubble/http.d.ts +10 -10
  42. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  43. package/dist/bubbles/service-bubble/jira/jira.d.ts +86 -86
  44. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  45. package/dist/bubbles/service-bubble/notion/notion.d.ts +1438 -1438
  46. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  47. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  48. package/dist/bubbles/service-bubble/resend.d.ts +28 -28
  49. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  50. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  51. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  52. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  53. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  54. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  57. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  58. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  59. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  60. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  61. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  62. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  63. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  64. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  65. package/dist/bubbles/service-bubble/slack/slack.d.ts +444 -444
  66. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  67. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +111 -111
  68. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  69. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  70. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +32 -32
  71. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  72. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +126 -0
  73. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts.map +1 -0
  74. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js +34 -0
  75. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js.map +1 -0
  76. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts +22 -0
  77. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts.map +1 -0
  78. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js +57 -0
  79. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js.map +1 -0
  80. package/dist/bubbles/tool-bubble/browser-tools/index.d.ts +5 -0
  81. package/dist/bubbles/tool-bubble/browser-tools/index.d.ts.map +1 -0
  82. package/dist/bubbles/tool-bubble/browser-tools/index.js +5 -0
  83. package/dist/bubbles/tool-bubble/browser-tools/index.js.map +1 -0
  84. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts +3 -0
  85. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts.map +1 -0
  86. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js +3 -0
  87. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js.map +1 -0
  88. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +158 -0
  89. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts.map +1 -0
  90. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js +31 -0
  91. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js.map +1 -0
  92. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +161 -0
  93. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts.map +1 -0
  94. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js +310 -0
  95. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js.map +1 -0
  96. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts +3 -0
  97. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts.map +1 -0
  98. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js +3 -0
  99. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js.map +1 -0
  100. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +165 -0
  101. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts.map +1 -0
  102. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js +45 -0
  103. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js.map +1 -0
  104. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +171 -0
  105. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts.map +1 -0
  106. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js +364 -0
  107. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js.map +1 -0
  108. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts +3 -0
  109. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts.map +1 -0
  110. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js +3 -0
  111. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js.map +1 -0
  112. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +160 -0
  113. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts.map +1 -0
  114. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js +24 -0
  115. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js.map +1 -0
  116. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +160 -0
  117. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts.map +1 -0
  118. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js +334 -0
  119. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js.map +1 -0
  120. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts +3 -0
  121. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts.map +1 -0
  122. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js +3 -0
  123. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js.map +1 -0
  124. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +152 -0
  125. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts.map +1 -0
  126. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js +23 -0
  127. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js.map +1 -0
  128. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +155 -0
  129. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts.map +1 -0
  130. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js +233 -0
  131. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js.map +1 -0
  132. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +12 -12
  133. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  134. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  135. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
  136. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  137. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  138. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
  139. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  140. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
  141. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +470 -470
  142. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  143. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +16 -16
  144. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
  145. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +44 -44
  146. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +56 -56
  147. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  148. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  149. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  150. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
  151. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  152. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +132 -132
  153. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  154. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  155. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  156. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  157. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +40 -40
  158. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  159. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  160. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  161. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  162. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +76 -76
  163. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  164. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
  165. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +36 -36
  166. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  167. package/dist/bubbles.json +668 -70
  168. package/dist/index.d.ts +4 -1
  169. package/dist/index.d.ts.map +1 -1
  170. package/dist/index.js +4 -1
  171. package/dist/index.js.map +1 -1
  172. package/package.json +2 -2
@@ -102,18 +102,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
102
102
  verbatim: z.ZodOptional<z.ZodBoolean>;
103
103
  }, "strip", z.ZodTypeAny, {
104
104
  type: "image" | "plain_text" | "mrkdwn";
105
+ emoji?: boolean | undefined;
105
106
  text?: string | undefined;
106
107
  image_url?: string | undefined;
107
- emoji?: boolean | undefined;
108
- alt_text?: string | undefined;
109
108
  verbatim?: boolean | undefined;
109
+ alt_text?: string | undefined;
110
110
  }, {
111
111
  type: "image" | "plain_text" | "mrkdwn";
112
+ emoji?: boolean | undefined;
112
113
  text?: string | undefined;
113
114
  image_url?: string | undefined;
114
- emoji?: boolean | undefined;
115
- alt_text?: string | undefined;
116
115
  verbatim?: boolean | undefined;
116
+ alt_text?: string | undefined;
117
117
  }>, "many">>;
118
118
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
119
119
  type: z.ZodString;
@@ -142,18 +142,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
142
142
  verbatim: z.ZodOptional<z.ZodBoolean>;
143
143
  }, "strip", z.ZodTypeAny, {
144
144
  type: "image" | "plain_text" | "mrkdwn";
145
+ emoji?: boolean | undefined;
145
146
  text?: string | undefined;
146
147
  image_url?: string | undefined;
147
- emoji?: boolean | undefined;
148
- alt_text?: string | undefined;
149
148
  verbatim?: boolean | undefined;
149
+ alt_text?: string | undefined;
150
150
  }, {
151
151
  type: "image" | "plain_text" | "mrkdwn";
152
+ emoji?: boolean | undefined;
152
153
  text?: string | undefined;
153
154
  image_url?: string | undefined;
154
- emoji?: boolean | undefined;
155
- alt_text?: string | undefined;
156
155
  verbatim?: boolean | undefined;
156
+ alt_text?: string | undefined;
157
157
  }>, "many">>;
158
158
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
159
159
  type: z.ZodString;
@@ -182,18 +182,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
182
182
  verbatim: z.ZodOptional<z.ZodBoolean>;
183
183
  }, "strip", z.ZodTypeAny, {
184
184
  type: "image" | "plain_text" | "mrkdwn";
185
+ emoji?: boolean | undefined;
185
186
  text?: string | undefined;
186
187
  image_url?: string | undefined;
187
- emoji?: boolean | undefined;
188
- alt_text?: string | undefined;
189
188
  verbatim?: boolean | undefined;
189
+ alt_text?: string | undefined;
190
190
  }, {
191
191
  type: "image" | "plain_text" | "mrkdwn";
192
+ emoji?: boolean | undefined;
192
193
  text?: string | undefined;
193
194
  image_url?: string | undefined;
194
- emoji?: boolean | undefined;
195
- alt_text?: string | undefined;
196
195
  verbatim?: boolean | undefined;
196
+ alt_text?: string | undefined;
197
197
  }>, "many">>;
198
198
  }, z.ZodTypeAny, "passthrough">>, "many">>;
199
199
  thread_ts: z.ZodOptional<z.ZodString>;
@@ -202,14 +202,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
202
202
  unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
203
203
  unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
204
204
  }, "strip", z.ZodTypeAny, {
205
- text: string;
206
205
  operation: "send_message";
206
+ text: string;
207
207
  channel: string;
208
208
  reply_broadcast: boolean;
209
209
  unfurl_links: boolean;
210
210
  unfurl_media: boolean;
211
- credentials?: Partial<Record<CredentialType, string>> | undefined;
212
211
  username?: string | undefined;
212
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
213
213
  icon_emoji?: string | undefined;
214
214
  icon_url?: string | undefined;
215
215
  attachments?: {
@@ -259,27 +259,27 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
259
259
  verbatim: z.ZodOptional<z.ZodBoolean>;
260
260
  }, "strip", z.ZodTypeAny, {
261
261
  type: "image" | "plain_text" | "mrkdwn";
262
+ emoji?: boolean | undefined;
262
263
  text?: string | undefined;
263
264
  image_url?: string | undefined;
264
- emoji?: boolean | undefined;
265
- alt_text?: string | undefined;
266
265
  verbatim?: boolean | undefined;
266
+ alt_text?: string | undefined;
267
267
  }, {
268
268
  type: "image" | "plain_text" | "mrkdwn";
269
+ emoji?: boolean | undefined;
269
270
  text?: string | undefined;
270
271
  image_url?: string | undefined;
271
- emoji?: boolean | undefined;
272
- alt_text?: string | undefined;
273
272
  verbatim?: boolean | undefined;
273
+ alt_text?: string | undefined;
274
274
  }>, "many">>;
275
275
  }, z.ZodTypeAny, "passthrough">[] | undefined;
276
276
  thread_ts?: string | undefined;
277
277
  }, {
278
- text: string;
279
278
  operation: "send_message";
279
+ text: string;
280
280
  channel: string;
281
- credentials?: Partial<Record<CredentialType, string>> | undefined;
282
281
  username?: string | undefined;
282
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
283
283
  icon_emoji?: string | undefined;
284
284
  icon_url?: string | undefined;
285
285
  attachments?: {
@@ -329,18 +329,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
329
329
  verbatim: z.ZodOptional<z.ZodBoolean>;
330
330
  }, "strip", z.ZodTypeAny, {
331
331
  type: "image" | "plain_text" | "mrkdwn";
332
+ emoji?: boolean | undefined;
332
333
  text?: string | undefined;
333
334
  image_url?: string | undefined;
334
- emoji?: boolean | undefined;
335
- alt_text?: string | undefined;
336
335
  verbatim?: boolean | undefined;
336
+ alt_text?: string | undefined;
337
337
  }, {
338
338
  type: "image" | "plain_text" | "mrkdwn";
339
+ emoji?: boolean | undefined;
339
340
  text?: string | undefined;
340
341
  image_url?: string | undefined;
341
- emoji?: boolean | undefined;
342
- alt_text?: string | undefined;
343
342
  verbatim?: boolean | undefined;
343
+ alt_text?: string | undefined;
344
344
  }>, "many">>;
345
345
  }, z.ZodTypeAny, "passthrough">[] | undefined;
346
346
  thread_ts?: 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
- types: ("public_channel" | "private_channel" | "mpim" | "im")[];
359
358
  operation: "list_channels";
359
+ types: ("public_channel" | "private_channel" | "mpim" | "im")[];
360
360
  exclude_archived: boolean;
361
361
  limit: number;
362
362
  credentials?: Partial<Record<CredentialType, string>> | undefined;
363
363
  cursor?: string | undefined;
364
364
  }, {
365
365
  operation: "list_channels";
366
- types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
367
366
  credentials?: Partial<Record<CredentialType, string>> | undefined;
367
+ types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
368
368
  exclude_archived?: boolean | undefined;
369
369
  limit?: number | undefined;
370
370
  cursor?: string | undefined;
@@ -389,13 +389,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
389
389
  include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
390
390
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
391
391
  }, "strip", z.ZodTypeAny, {
392
- user: string;
393
392
  operation: "get_user_info";
393
+ user: string;
394
394
  include_locale: boolean;
395
395
  credentials?: Partial<Record<CredentialType, string>> | undefined;
396
396
  }, {
397
- user: string;
398
397
  operation: "get_user_info";
398
+ user: string;
399
399
  credentials?: Partial<Record<CredentialType, string>> | undefined;
400
400
  include_locale?: boolean | undefined;
401
401
  }>, z.ZodObject<{
@@ -455,8 +455,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
455
455
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
456
456
  }, "strip", z.ZodTypeAny, {
457
457
  inclusive: boolean;
458
- ts: string;
459
458
  operation: "get_thread_replies";
459
+ ts: string;
460
460
  channel: string;
461
461
  limit: number;
462
462
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -464,8 +464,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
464
464
  latest?: string | undefined;
465
465
  oldest?: string | undefined;
466
466
  }, {
467
- ts: string;
468
467
  operation: "get_thread_replies";
468
+ ts: string;
469
469
  channel: string;
470
470
  inclusive?: boolean | undefined;
471
471
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -571,18 +571,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
571
571
  verbatim: z.ZodOptional<z.ZodBoolean>;
572
572
  }, "strip", z.ZodTypeAny, {
573
573
  type: "image" | "plain_text" | "mrkdwn";
574
+ emoji?: boolean | undefined;
574
575
  text?: string | undefined;
575
576
  image_url?: string | undefined;
576
- emoji?: boolean | undefined;
577
- alt_text?: string | undefined;
578
577
  verbatim?: boolean | undefined;
578
+ alt_text?: string | undefined;
579
579
  }, {
580
580
  type: "image" | "plain_text" | "mrkdwn";
581
+ emoji?: boolean | undefined;
581
582
  text?: string | undefined;
582
583
  image_url?: string | undefined;
583
- emoji?: boolean | undefined;
584
- alt_text?: string | undefined;
585
584
  verbatim?: boolean | undefined;
585
+ alt_text?: string | undefined;
586
586
  }>, "many">>;
587
587
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
588
588
  type: z.ZodString;
@@ -611,18 +611,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
611
611
  verbatim: z.ZodOptional<z.ZodBoolean>;
612
612
  }, "strip", z.ZodTypeAny, {
613
613
  type: "image" | "plain_text" | "mrkdwn";
614
+ emoji?: boolean | undefined;
614
615
  text?: string | undefined;
615
616
  image_url?: string | undefined;
616
- emoji?: boolean | undefined;
617
- alt_text?: string | undefined;
618
617
  verbatim?: boolean | undefined;
618
+ alt_text?: string | undefined;
619
619
  }, {
620
620
  type: "image" | "plain_text" | "mrkdwn";
621
+ emoji?: boolean | undefined;
621
622
  text?: string | undefined;
622
623
  image_url?: string | undefined;
623
- emoji?: boolean | undefined;
624
- alt_text?: string | undefined;
625
624
  verbatim?: boolean | undefined;
625
+ alt_text?: string | undefined;
626
626
  }>, "many">>;
627
627
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
628
628
  type: z.ZodString;
@@ -651,24 +651,24 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
651
651
  verbatim: z.ZodOptional<z.ZodBoolean>;
652
652
  }, "strip", z.ZodTypeAny, {
653
653
  type: "image" | "plain_text" | "mrkdwn";
654
+ emoji?: boolean | undefined;
654
655
  text?: string | undefined;
655
656
  image_url?: string | undefined;
656
- emoji?: boolean | undefined;
657
- alt_text?: string | undefined;
658
657
  verbatim?: boolean | undefined;
658
+ alt_text?: string | undefined;
659
659
  }, {
660
660
  type: "image" | "plain_text" | "mrkdwn";
661
+ emoji?: boolean | undefined;
661
662
  text?: string | undefined;
662
663
  image_url?: string | undefined;
663
- emoji?: boolean | undefined;
664
- alt_text?: string | undefined;
665
664
  verbatim?: boolean | undefined;
665
+ alt_text?: string | undefined;
666
666
  }>, "many">>;
667
667
  }, z.ZodTypeAny, "passthrough">>, "many">>;
668
668
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
669
669
  }, "strip", z.ZodTypeAny, {
670
- ts: string;
671
670
  operation: "update_message";
671
+ ts: string;
672
672
  channel: string;
673
673
  credentials?: Partial<Record<CredentialType, string>> | undefined;
674
674
  text?: string | undefined;
@@ -719,23 +719,23 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
719
719
  verbatim: z.ZodOptional<z.ZodBoolean>;
720
720
  }, "strip", z.ZodTypeAny, {
721
721
  type: "image" | "plain_text" | "mrkdwn";
722
+ emoji?: boolean | undefined;
722
723
  text?: string | undefined;
723
724
  image_url?: string | undefined;
724
- emoji?: boolean | undefined;
725
- alt_text?: string | undefined;
726
725
  verbatim?: boolean | undefined;
726
+ alt_text?: string | undefined;
727
727
  }, {
728
728
  type: "image" | "plain_text" | "mrkdwn";
729
+ emoji?: boolean | undefined;
729
730
  text?: string | undefined;
730
731
  image_url?: string | undefined;
731
- emoji?: boolean | undefined;
732
- alt_text?: string | undefined;
733
732
  verbatim?: boolean | undefined;
733
+ alt_text?: string | undefined;
734
734
  }>, "many">>;
735
735
  }, z.ZodTypeAny, "passthrough">[] | undefined;
736
736
  }, {
737
- ts: string;
738
737
  operation: "update_message";
738
+ ts: string;
739
739
  channel: string;
740
740
  credentials?: Partial<Record<CredentialType, string>> | undefined;
741
741
  text?: string | undefined;
@@ -786,18 +786,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
786
786
  verbatim: z.ZodOptional<z.ZodBoolean>;
787
787
  }, "strip", z.ZodTypeAny, {
788
788
  type: "image" | "plain_text" | "mrkdwn";
789
+ emoji?: boolean | undefined;
789
790
  text?: string | undefined;
790
791
  image_url?: string | undefined;
791
- emoji?: boolean | undefined;
792
- alt_text?: string | undefined;
793
792
  verbatim?: boolean | undefined;
793
+ alt_text?: string | undefined;
794
794
  }, {
795
795
  type: "image" | "plain_text" | "mrkdwn";
796
+ emoji?: boolean | undefined;
796
797
  text?: string | undefined;
797
798
  image_url?: string | undefined;
798
- emoji?: boolean | undefined;
799
- alt_text?: string | undefined;
800
799
  verbatim?: boolean | undefined;
800
+ alt_text?: string | undefined;
801
801
  }>, "many">>;
802
802
  }, z.ZodTypeAny, "passthrough">[] | undefined;
803
803
  }>, z.ZodObject<{
@@ -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
- ts: string;
810
809
  operation: "delete_message";
810
+ ts: string;
811
811
  channel: string;
812
812
  credentials?: Partial<Record<CredentialType, string>> | undefined;
813
813
  }, {
814
- ts: string;
815
814
  operation: "delete_message";
815
+ ts: string;
816
816
  channel: string;
817
817
  credentials?: Partial<Record<CredentialType, string>> | undefined;
818
818
  }>, z.ZodObject<{
@@ -877,8 +877,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
877
877
  operation: "upload_file";
878
878
  channel: string;
879
879
  title?: string | undefined;
880
- credentials?: Partial<Record<CredentialType, string>> | undefined;
881
880
  content?: string | undefined;
881
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
882
882
  thread_ts?: string | undefined;
883
883
  file_path?: string | undefined;
884
884
  filename?: string | undefined;
@@ -887,8 +887,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
887
887
  operation: "upload_file";
888
888
  channel: string;
889
889
  title?: string | undefined;
890
- credentials?: Partial<Record<CredentialType, string>> | undefined;
891
890
  content?: string | undefined;
891
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
892
892
  thread_ts?: string | undefined;
893
893
  file_path?: string | undefined;
894
894
  filename?: string | undefined;
@@ -926,18 +926,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
926
926
  verbatim: z.ZodOptional<z.ZodBoolean>;
927
927
  }, "strip", z.ZodTypeAny, {
928
928
  type: "image" | "plain_text" | "mrkdwn";
929
+ emoji?: boolean | undefined;
929
930
  text?: string | undefined;
930
931
  image_url?: string | undefined;
931
- emoji?: boolean | undefined;
932
- alt_text?: string | undefined;
933
932
  verbatim?: boolean | undefined;
933
+ alt_text?: string | undefined;
934
934
  }, {
935
935
  type: "image" | "plain_text" | "mrkdwn";
936
+ emoji?: boolean | undefined;
936
937
  text?: string | undefined;
937
938
  image_url?: string | undefined;
938
- emoji?: boolean | undefined;
939
- alt_text?: string | undefined;
940
939
  verbatim?: boolean | undefined;
940
+ alt_text?: string | undefined;
941
941
  }>, "many">>;
942
942
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
943
943
  type: z.ZodString;
@@ -966,18 +966,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
966
966
  verbatim: z.ZodOptional<z.ZodBoolean>;
967
967
  }, "strip", z.ZodTypeAny, {
968
968
  type: "image" | "plain_text" | "mrkdwn";
969
+ emoji?: boolean | undefined;
969
970
  text?: string | undefined;
970
971
  image_url?: string | undefined;
971
- emoji?: boolean | undefined;
972
- alt_text?: string | undefined;
973
972
  verbatim?: boolean | undefined;
973
+ alt_text?: string | undefined;
974
974
  }, {
975
975
  type: "image" | "plain_text" | "mrkdwn";
976
+ emoji?: boolean | undefined;
976
977
  text?: string | undefined;
977
978
  image_url?: string | undefined;
978
- emoji?: boolean | undefined;
979
- alt_text?: string | undefined;
980
979
  verbatim?: boolean | undefined;
980
+ alt_text?: string | undefined;
981
981
  }>, "many">>;
982
982
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
983
983
  type: z.ZodString;
@@ -1006,26 +1006,26 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1006
1006
  verbatim: z.ZodOptional<z.ZodBoolean>;
1007
1007
  }, "strip", z.ZodTypeAny, {
1008
1008
  type: "image" | "plain_text" | "mrkdwn";
1009
+ emoji?: boolean | undefined;
1009
1010
  text?: string | undefined;
1010
1011
  image_url?: string | undefined;
1011
- emoji?: boolean | undefined;
1012
- alt_text?: string | undefined;
1013
1012
  verbatim?: boolean | undefined;
1013
+ alt_text?: string | undefined;
1014
1014
  }, {
1015
1015
  type: "image" | "plain_text" | "mrkdwn";
1016
+ emoji?: boolean | undefined;
1016
1017
  text?: string | undefined;
1017
1018
  image_url?: string | undefined;
1018
- emoji?: boolean | undefined;
1019
- alt_text?: string | undefined;
1020
1019
  verbatim?: boolean | undefined;
1020
+ alt_text?: string | undefined;
1021
1021
  }>, "many">>;
1022
1022
  }, z.ZodTypeAny, "passthrough">>, "many">>;
1023
1023
  unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1024
1024
  unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1025
1025
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1026
1026
  }, "strip", z.ZodTypeAny, {
1027
- text: string;
1028
1027
  operation: "schedule_message";
1028
+ text: string;
1029
1029
  channel: string;
1030
1030
  unfurl_links: boolean;
1031
1031
  unfurl_media: boolean;
@@ -1058,24 +1058,24 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1058
1058
  verbatim: z.ZodOptional<z.ZodBoolean>;
1059
1059
  }, "strip", z.ZodTypeAny, {
1060
1060
  type: "image" | "plain_text" | "mrkdwn";
1061
+ emoji?: boolean | undefined;
1061
1062
  text?: string | undefined;
1062
1063
  image_url?: string | undefined;
1063
- emoji?: boolean | undefined;
1064
- alt_text?: string | undefined;
1065
1064
  verbatim?: boolean | undefined;
1065
+ alt_text?: string | undefined;
1066
1066
  }, {
1067
1067
  type: "image" | "plain_text" | "mrkdwn";
1068
+ emoji?: boolean | undefined;
1068
1069
  text?: string | undefined;
1069
1070
  image_url?: string | undefined;
1070
- emoji?: boolean | undefined;
1071
- alt_text?: string | undefined;
1072
1071
  verbatim?: boolean | undefined;
1072
+ alt_text?: string | undefined;
1073
1073
  }>, "many">>;
1074
1074
  }, z.ZodTypeAny, "passthrough">[] | undefined;
1075
1075
  thread_ts?: string | undefined;
1076
1076
  }, {
1077
- text: string;
1078
1077
  operation: "schedule_message";
1078
+ text: string;
1079
1079
  channel: string;
1080
1080
  post_at: number;
1081
1081
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -1106,18 +1106,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1106
1106
  verbatim: z.ZodOptional<z.ZodBoolean>;
1107
1107
  }, "strip", z.ZodTypeAny, {
1108
1108
  type: "image" | "plain_text" | "mrkdwn";
1109
+ emoji?: boolean | undefined;
1109
1110
  text?: string | undefined;
1110
1111
  image_url?: string | undefined;
1111
- emoji?: boolean | undefined;
1112
- alt_text?: string | undefined;
1113
1112
  verbatim?: boolean | undefined;
1113
+ alt_text?: string | undefined;
1114
1114
  }, {
1115
1115
  type: "image" | "plain_text" | "mrkdwn";
1116
+ emoji?: boolean | undefined;
1116
1117
  text?: string | undefined;
1117
1118
  image_url?: string | undefined;
1118
- emoji?: boolean | undefined;
1119
- alt_text?: string | undefined;
1120
1119
  verbatim?: boolean | undefined;
1120
+ alt_text?: string | undefined;
1121
1121
  }>, "many">>;
1122
1122
  }, z.ZodTypeAny, "passthrough">[] | undefined;
1123
1123
  thread_ts?: string | undefined;
@@ -1186,12 +1186,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1186
1186
  count: z.ZodNumber;
1187
1187
  }, "strip", z.ZodTypeAny, {
1188
1188
  name: string;
1189
- users: string[];
1190
1189
  count: number;
1190
+ users: string[];
1191
1191
  }, {
1192
1192
  name: string;
1193
- users: string[];
1194
1193
  count: number;
1194
+ users: string[];
1195
1195
  }>, "many">>;
1196
1196
  files: z.ZodOptional<z.ZodArray<z.ZodObject<{
1197
1197
  id: z.ZodString;
@@ -1211,8 +1211,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1211
1211
  permalink: z.ZodOptional<z.ZodString>;
1212
1212
  }, "strip", z.ZodTypeAny, {
1213
1213
  id: string;
1214
- title?: string | undefined;
1215
1214
  name?: string | undefined;
1215
+ title?: string | undefined;
1216
1216
  user?: string | undefined;
1217
1217
  mimetype?: string | undefined;
1218
1218
  filetype?: string | undefined;
@@ -1227,8 +1227,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1227
1227
  permalink?: string | undefined;
1228
1228
  }, {
1229
1229
  id: string;
1230
- title?: string | undefined;
1231
1230
  name?: string | undefined;
1231
+ title?: string | undefined;
1232
1232
  user?: string | undefined;
1233
1233
  mimetype?: string | undefined;
1234
1234
  filetype?: string | undefined;
@@ -1244,10 +1244,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1244
1244
  }>, "many">>;
1245
1245
  }, "strip", z.ZodTypeAny, {
1246
1246
  type: string;
1247
+ username?: string | undefined;
1247
1248
  text?: string | undefined;
1248
1249
  user?: string | undefined;
1249
1250
  ts?: string | undefined;
1250
- username?: string | undefined;
1251
1251
  attachments?: unknown[] | undefined;
1252
1252
  blocks?: unknown[] | undefined;
1253
1253
  thread_ts?: string | undefined;
@@ -1264,13 +1264,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1264
1264
  subscribed?: boolean | undefined;
1265
1265
  reactions?: {
1266
1266
  name: string;
1267
- users: string[];
1268
1267
  count: number;
1268
+ users: string[];
1269
1269
  }[] | undefined;
1270
1270
  files?: {
1271
1271
  id: string;
1272
- title?: string | undefined;
1273
1272
  name?: string | undefined;
1273
+ title?: string | undefined;
1274
1274
  user?: string | undefined;
1275
1275
  mimetype?: string | undefined;
1276
1276
  filetype?: string | undefined;
@@ -1286,10 +1286,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1286
1286
  }[] | undefined;
1287
1287
  }, {
1288
1288
  type: string;
1289
+ username?: string | undefined;
1289
1290
  text?: string | undefined;
1290
1291
  user?: string | undefined;
1291
1292
  ts?: string | undefined;
1292
- username?: string | undefined;
1293
1293
  attachments?: unknown[] | undefined;
1294
1294
  blocks?: unknown[] | undefined;
1295
1295
  thread_ts?: string | undefined;
@@ -1306,13 +1306,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1306
1306
  subscribed?: boolean | undefined;
1307
1307
  reactions?: {
1308
1308
  name: string;
1309
- users: string[];
1310
1309
  count: number;
1310
+ users: string[];
1311
1311
  }[] | undefined;
1312
1312
  files?: {
1313
1313
  id: string;
1314
- title?: string | undefined;
1315
1314
  name?: string | undefined;
1315
+ title?: string | undefined;
1316
1316
  user?: string | undefined;
1317
1317
  mimetype?: string | undefined;
1318
1318
  filetype?: string | undefined;
@@ -1330,16 +1330,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1330
1330
  error: z.ZodString;
1331
1331
  success: z.ZodBoolean;
1332
1332
  }, "strip", z.ZodTypeAny, {
1333
- error: string;
1334
- success: boolean;
1335
1333
  operation: "send_message";
1334
+ success: boolean;
1335
+ error: string;
1336
1336
  ok: boolean;
1337
1337
  message?: {
1338
1338
  type: string;
1339
+ username?: string | undefined;
1339
1340
  text?: string | undefined;
1340
1341
  user?: string | undefined;
1341
1342
  ts?: string | undefined;
1342
- username?: string | undefined;
1343
1343
  attachments?: unknown[] | undefined;
1344
1344
  blocks?: unknown[] | undefined;
1345
1345
  thread_ts?: string | undefined;
@@ -1356,13 +1356,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1356
1356
  subscribed?: boolean | undefined;
1357
1357
  reactions?: {
1358
1358
  name: string;
1359
- users: string[];
1360
1359
  count: number;
1360
+ users: string[];
1361
1361
  }[] | undefined;
1362
1362
  files?: {
1363
1363
  id: string;
1364
- title?: string | undefined;
1365
1364
  name?: string | undefined;
1365
+ title?: string | undefined;
1366
1366
  user?: string | undefined;
1367
1367
  mimetype?: string | undefined;
1368
1368
  filetype?: string | undefined;
@@ -1380,16 +1380,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1380
1380
  ts?: string | undefined;
1381
1381
  channel?: string | undefined;
1382
1382
  }, {
1383
- error: string;
1384
- success: boolean;
1385
1383
  operation: "send_message";
1384
+ success: boolean;
1385
+ error: string;
1386
1386
  ok: boolean;
1387
1387
  message?: {
1388
1388
  type: string;
1389
+ username?: string | undefined;
1389
1390
  text?: string | undefined;
1390
1391
  user?: string | undefined;
1391
1392
  ts?: string | undefined;
1392
- username?: string | undefined;
1393
1393
  attachments?: unknown[] | undefined;
1394
1394
  blocks?: unknown[] | undefined;
1395
1395
  thread_ts?: string | undefined;
@@ -1406,13 +1406,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1406
1406
  subscribed?: boolean | undefined;
1407
1407
  reactions?: {
1408
1408
  name: string;
1409
- users: string[];
1410
1409
  count: number;
1410
+ users: string[];
1411
1411
  }[] | undefined;
1412
1412
  files?: {
1413
1413
  id: string;
1414
- title?: string | undefined;
1415
1414
  name?: string | undefined;
1415
+ title?: string | undefined;
1416
1416
  user?: string | undefined;
1417
1417
  mimetype?: string | undefined;
1418
1418
  filetype?: string | undefined;
@@ -1558,9 +1558,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1558
1558
  error: z.ZodString;
1559
1559
  success: z.ZodBoolean;
1560
1560
  }, "strip", z.ZodTypeAny, {
1561
- error: string;
1562
- success: boolean;
1563
1561
  operation: "list_channels";
1562
+ success: boolean;
1563
+ error: string;
1564
1564
  ok: boolean;
1565
1565
  response_metadata?: {
1566
1566
  next_cursor: string;
@@ -1600,9 +1600,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1600
1600
  num_members?: number | undefined;
1601
1601
  }[] | undefined;
1602
1602
  }, {
1603
- error: string;
1604
- success: boolean;
1605
1603
  operation: "list_channels";
1604
+ success: boolean;
1605
+ error: string;
1606
1606
  ok: boolean;
1607
1607
  response_metadata?: {
1608
1608
  next_cursor: string;
@@ -1763,9 +1763,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1763
1763
  error: z.ZodString;
1764
1764
  success: z.ZodBoolean;
1765
1765
  }, "strip", z.ZodTypeAny, {
1766
- error: string;
1767
- success: boolean;
1768
1766
  operation: "get_channel_info";
1767
+ success: boolean;
1768
+ error: string;
1769
1769
  ok: boolean;
1770
1770
  channel?: {
1771
1771
  name: string;
@@ -1802,9 +1802,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1802
1802
  num_members?: number | undefined;
1803
1803
  } | undefined;
1804
1804
  }, {
1805
- error: string;
1806
- success: boolean;
1807
1805
  operation: "get_channel_info";
1806
+ success: boolean;
1807
+ error: string;
1808
1808
  ok: boolean;
1809
1809
  channel?: {
1810
1810
  name: string;
@@ -2032,9 +2032,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2032
2032
  error: z.ZodString;
2033
2033
  success: z.ZodBoolean;
2034
2034
  }, "strip", z.ZodTypeAny, {
2035
- error: string;
2036
- success: boolean;
2037
2035
  operation: "get_user_info";
2036
+ success: boolean;
2037
+ error: string;
2038
2038
  ok: boolean;
2039
2039
  user?: {
2040
2040
  name: string;
@@ -2083,9 +2083,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2083
2083
  has_2fa?: boolean | undefined;
2084
2084
  } | undefined;
2085
2085
  }, {
2086
- error: string;
2087
- success: boolean;
2088
2086
  operation: "get_user_info";
2087
+ success: boolean;
2088
+ error: string;
2089
2089
  ok: boolean;
2090
2090
  user?: {
2091
2091
  name: string;
@@ -2332,9 +2332,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2332
2332
  error: z.ZodString;
2333
2333
  success: z.ZodBoolean;
2334
2334
  }, "strip", z.ZodTypeAny, {
2335
- error: string;
2336
- success: boolean;
2337
2335
  operation: "list_users";
2336
+ success: boolean;
2337
+ error: string;
2338
2338
  ok: boolean;
2339
2339
  response_metadata?: {
2340
2340
  next_cursor: string;
@@ -2386,9 +2386,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2386
2386
  has_2fa?: boolean | undefined;
2387
2387
  }[] | undefined;
2388
2388
  }, {
2389
- error: string;
2390
- success: boolean;
2391
2389
  operation: "list_users";
2390
+ success: boolean;
2391
+ error: string;
2392
2392
  ok: boolean;
2393
2393
  response_metadata?: {
2394
2394
  next_cursor: string;
@@ -2472,12 +2472,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2472
2472
  count: z.ZodNumber;
2473
2473
  }, "strip", z.ZodTypeAny, {
2474
2474
  name: string;
2475
- users: string[];
2476
2475
  count: number;
2476
+ users: string[];
2477
2477
  }, {
2478
2478
  name: string;
2479
- users: string[];
2480
2479
  count: number;
2480
+ users: string[];
2481
2481
  }>, "many">>;
2482
2482
  files: z.ZodOptional<z.ZodArray<z.ZodObject<{
2483
2483
  id: z.ZodString;
@@ -2497,8 +2497,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2497
2497
  permalink: z.ZodOptional<z.ZodString>;
2498
2498
  }, "strip", z.ZodTypeAny, {
2499
2499
  id: string;
2500
- title?: string | undefined;
2501
2500
  name?: string | undefined;
2501
+ title?: string | undefined;
2502
2502
  user?: string | undefined;
2503
2503
  mimetype?: string | undefined;
2504
2504
  filetype?: string | undefined;
@@ -2513,8 +2513,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2513
2513
  permalink?: string | undefined;
2514
2514
  }, {
2515
2515
  id: string;
2516
- title?: string | undefined;
2517
2516
  name?: string | undefined;
2517
+ title?: string | undefined;
2518
2518
  user?: string | undefined;
2519
2519
  mimetype?: string | undefined;
2520
2520
  filetype?: string | undefined;
@@ -2530,10 +2530,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2530
2530
  }>, "many">>;
2531
2531
  }, "strip", z.ZodTypeAny, {
2532
2532
  type: string;
2533
+ username?: string | undefined;
2533
2534
  text?: string | undefined;
2534
2535
  user?: string | undefined;
2535
2536
  ts?: string | undefined;
2536
- username?: string | undefined;
2537
2537
  attachments?: unknown[] | undefined;
2538
2538
  blocks?: unknown[] | undefined;
2539
2539
  thread_ts?: string | undefined;
@@ -2550,13 +2550,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2550
2550
  subscribed?: boolean | undefined;
2551
2551
  reactions?: {
2552
2552
  name: string;
2553
- users: string[];
2554
2553
  count: number;
2554
+ users: string[];
2555
2555
  }[] | undefined;
2556
2556
  files?: {
2557
2557
  id: string;
2558
- title?: string | undefined;
2559
2558
  name?: string | undefined;
2559
+ title?: string | undefined;
2560
2560
  user?: string | undefined;
2561
2561
  mimetype?: string | undefined;
2562
2562
  filetype?: string | undefined;
@@ -2572,10 +2572,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2572
2572
  }[] | undefined;
2573
2573
  }, {
2574
2574
  type: string;
2575
+ username?: string | undefined;
2575
2576
  text?: string | undefined;
2576
2577
  user?: string | undefined;
2577
2578
  ts?: string | undefined;
2578
- username?: string | undefined;
2579
2579
  attachments?: unknown[] | undefined;
2580
2580
  blocks?: unknown[] | undefined;
2581
2581
  thread_ts?: string | undefined;
@@ -2592,13 +2592,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2592
2592
  subscribed?: boolean | undefined;
2593
2593
  reactions?: {
2594
2594
  name: string;
2595
- users: string[];
2596
2595
  count: number;
2596
+ users: string[];
2597
2597
  }[] | undefined;
2598
2598
  files?: {
2599
2599
  id: string;
2600
- title?: string | undefined;
2601
2600
  name?: string | undefined;
2601
+ title?: string | undefined;
2602
2602
  user?: string | undefined;
2603
2603
  mimetype?: string | undefined;
2604
2604
  filetype?: string | undefined;
@@ -2624,19 +2624,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2624
2624
  error: z.ZodString;
2625
2625
  success: z.ZodBoolean;
2626
2626
  }, "strip", z.ZodTypeAny, {
2627
- error: string;
2628
- success: boolean;
2629
2627
  operation: "get_conversation_history";
2628
+ success: boolean;
2629
+ error: string;
2630
2630
  ok: boolean;
2631
- response_metadata?: {
2632
- next_cursor: string;
2633
- } | undefined;
2634
2631
  messages?: {
2635
2632
  type: string;
2633
+ username?: string | undefined;
2636
2634
  text?: string | undefined;
2637
2635
  user?: string | undefined;
2638
2636
  ts?: string | undefined;
2639
- username?: string | undefined;
2640
2637
  attachments?: unknown[] | undefined;
2641
2638
  blocks?: unknown[] | undefined;
2642
2639
  thread_ts?: string | undefined;
@@ -2653,13 +2650,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2653
2650
  subscribed?: boolean | undefined;
2654
2651
  reactions?: {
2655
2652
  name: string;
2656
- users: string[];
2657
2653
  count: number;
2654
+ users: string[];
2658
2655
  }[] | undefined;
2659
2656
  files?: {
2660
2657
  id: string;
2661
- title?: string | undefined;
2662
2658
  name?: string | undefined;
2659
+ title?: string | undefined;
2663
2660
  user?: string | undefined;
2664
2661
  mimetype?: string | undefined;
2665
2662
  filetype?: string | undefined;
@@ -2674,21 +2671,21 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2674
2671
  permalink?: string | undefined;
2675
2672
  }[] | undefined;
2676
2673
  }[] | undefined;
2674
+ response_metadata?: {
2675
+ next_cursor: string;
2676
+ } | undefined;
2677
2677
  has_more?: boolean | undefined;
2678
2678
  }, {
2679
- error: string;
2680
- success: boolean;
2681
2679
  operation: "get_conversation_history";
2680
+ success: boolean;
2681
+ error: string;
2682
2682
  ok: boolean;
2683
- response_metadata?: {
2684
- next_cursor: string;
2685
- } | undefined;
2686
2683
  messages?: {
2687
2684
  type: string;
2685
+ username?: string | undefined;
2688
2686
  text?: string | undefined;
2689
2687
  user?: string | undefined;
2690
2688
  ts?: string | undefined;
2691
- username?: string | undefined;
2692
2689
  attachments?: unknown[] | undefined;
2693
2690
  blocks?: unknown[] | undefined;
2694
2691
  thread_ts?: string | undefined;
@@ -2705,13 +2702,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2705
2702
  subscribed?: boolean | undefined;
2706
2703
  reactions?: {
2707
2704
  name: string;
2708
- users: string[];
2709
2705
  count: number;
2706
+ users: string[];
2710
2707
  }[] | undefined;
2711
2708
  files?: {
2712
2709
  id: string;
2713
- title?: string | undefined;
2714
2710
  name?: string | undefined;
2711
+ title?: string | undefined;
2715
2712
  user?: string | undefined;
2716
2713
  mimetype?: string | undefined;
2717
2714
  filetype?: string | undefined;
@@ -2726,6 +2723,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2726
2723
  permalink?: string | undefined;
2727
2724
  }[] | undefined;
2728
2725
  }[] | undefined;
2726
+ response_metadata?: {
2727
+ next_cursor: string;
2728
+ } | undefined;
2729
2729
  has_more?: boolean | undefined;
2730
2730
  }>, z.ZodObject<{
2731
2731
  operation: z.ZodLiteral<"get_thread_replies">;
@@ -2760,12 +2760,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2760
2760
  count: z.ZodNumber;
2761
2761
  }, "strip", z.ZodTypeAny, {
2762
2762
  name: string;
2763
- users: string[];
2764
2763
  count: number;
2764
+ users: string[];
2765
2765
  }, {
2766
2766
  name: string;
2767
- users: string[];
2768
2767
  count: number;
2768
+ users: string[];
2769
2769
  }>, "many">>;
2770
2770
  files: z.ZodOptional<z.ZodArray<z.ZodObject<{
2771
2771
  id: z.ZodString;
@@ -2785,8 +2785,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2785
2785
  permalink: z.ZodOptional<z.ZodString>;
2786
2786
  }, "strip", z.ZodTypeAny, {
2787
2787
  id: string;
2788
- title?: string | undefined;
2789
2788
  name?: string | undefined;
2789
+ title?: string | undefined;
2790
2790
  user?: string | undefined;
2791
2791
  mimetype?: string | undefined;
2792
2792
  filetype?: string | undefined;
@@ -2801,8 +2801,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2801
2801
  permalink?: string | undefined;
2802
2802
  }, {
2803
2803
  id: string;
2804
- title?: string | undefined;
2805
2804
  name?: string | undefined;
2805
+ title?: string | undefined;
2806
2806
  user?: string | undefined;
2807
2807
  mimetype?: string | undefined;
2808
2808
  filetype?: string | undefined;
@@ -2818,10 +2818,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2818
2818
  }>, "many">>;
2819
2819
  }, "strip", z.ZodTypeAny, {
2820
2820
  type: string;
2821
+ username?: string | undefined;
2821
2822
  text?: string | undefined;
2822
2823
  user?: string | undefined;
2823
2824
  ts?: string | undefined;
2824
- username?: string | undefined;
2825
2825
  attachments?: unknown[] | undefined;
2826
2826
  blocks?: unknown[] | undefined;
2827
2827
  thread_ts?: string | undefined;
@@ -2838,13 +2838,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2838
2838
  subscribed?: boolean | undefined;
2839
2839
  reactions?: {
2840
2840
  name: string;
2841
- users: string[];
2842
2841
  count: number;
2842
+ users: string[];
2843
2843
  }[] | undefined;
2844
2844
  files?: {
2845
2845
  id: string;
2846
- title?: string | undefined;
2847
2846
  name?: string | undefined;
2847
+ title?: string | undefined;
2848
2848
  user?: string | undefined;
2849
2849
  mimetype?: string | undefined;
2850
2850
  filetype?: string | undefined;
@@ -2860,10 +2860,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2860
2860
  }[] | undefined;
2861
2861
  }, {
2862
2862
  type: string;
2863
+ username?: string | undefined;
2863
2864
  text?: string | undefined;
2864
2865
  user?: string | undefined;
2865
2866
  ts?: string | undefined;
2866
- username?: string | undefined;
2867
2867
  attachments?: unknown[] | undefined;
2868
2868
  blocks?: unknown[] | undefined;
2869
2869
  thread_ts?: string | undefined;
@@ -2880,13 +2880,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2880
2880
  subscribed?: boolean | undefined;
2881
2881
  reactions?: {
2882
2882
  name: string;
2883
- users: string[];
2884
2883
  count: number;
2884
+ users: string[];
2885
2885
  }[] | undefined;
2886
2886
  files?: {
2887
2887
  id: string;
2888
- title?: string | undefined;
2889
2888
  name?: string | undefined;
2889
+ title?: string | undefined;
2890
2890
  user?: string | undefined;
2891
2891
  mimetype?: string | undefined;
2892
2892
  filetype?: string | undefined;
@@ -2912,19 +2912,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2912
2912
  error: z.ZodString;
2913
2913
  success: z.ZodBoolean;
2914
2914
  }, "strip", z.ZodTypeAny, {
2915
- error: string;
2916
- success: boolean;
2917
2915
  operation: "get_thread_replies";
2916
+ success: boolean;
2917
+ error: string;
2918
2918
  ok: boolean;
2919
- response_metadata?: {
2920
- next_cursor: string;
2921
- } | undefined;
2922
2919
  messages?: {
2923
2920
  type: string;
2921
+ username?: string | undefined;
2924
2922
  text?: string | undefined;
2925
2923
  user?: string | undefined;
2926
2924
  ts?: string | undefined;
2927
- username?: string | undefined;
2928
2925
  attachments?: unknown[] | undefined;
2929
2926
  blocks?: unknown[] | undefined;
2930
2927
  thread_ts?: string | undefined;
@@ -2941,13 +2938,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2941
2938
  subscribed?: boolean | undefined;
2942
2939
  reactions?: {
2943
2940
  name: string;
2944
- users: string[];
2945
2941
  count: number;
2942
+ users: string[];
2946
2943
  }[] | undefined;
2947
2944
  files?: {
2948
2945
  id: string;
2949
- title?: string | undefined;
2950
2946
  name?: string | undefined;
2947
+ title?: string | undefined;
2951
2948
  user?: string | undefined;
2952
2949
  mimetype?: string | undefined;
2953
2950
  filetype?: string | undefined;
@@ -2962,21 +2959,21 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2962
2959
  permalink?: string | undefined;
2963
2960
  }[] | undefined;
2964
2961
  }[] | undefined;
2962
+ response_metadata?: {
2963
+ next_cursor: string;
2964
+ } | undefined;
2965
2965
  has_more?: boolean | undefined;
2966
2966
  }, {
2967
- error: string;
2968
- success: boolean;
2969
2967
  operation: "get_thread_replies";
2968
+ success: boolean;
2969
+ error: string;
2970
2970
  ok: boolean;
2971
- response_metadata?: {
2972
- next_cursor: string;
2973
- } | undefined;
2974
2971
  messages?: {
2975
2972
  type: string;
2973
+ username?: string | undefined;
2976
2974
  text?: string | undefined;
2977
2975
  user?: string | undefined;
2978
2976
  ts?: string | undefined;
2979
- username?: string | undefined;
2980
2977
  attachments?: unknown[] | undefined;
2981
2978
  blocks?: unknown[] | undefined;
2982
2979
  thread_ts?: string | undefined;
@@ -2993,13 +2990,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2993
2990
  subscribed?: boolean | undefined;
2994
2991
  reactions?: {
2995
2992
  name: string;
2996
- users: string[];
2997
2993
  count: number;
2994
+ users: string[];
2998
2995
  }[] | undefined;
2999
2996
  files?: {
3000
2997
  id: string;
3001
- title?: string | undefined;
3002
2998
  name?: string | undefined;
2999
+ title?: string | undefined;
3003
3000
  user?: string | undefined;
3004
3001
  mimetype?: string | undefined;
3005
3002
  filetype?: string | undefined;
@@ -3014,6 +3011,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3014
3011
  permalink?: string | undefined;
3015
3012
  }[] | undefined;
3016
3013
  }[] | undefined;
3014
+ response_metadata?: {
3015
+ next_cursor: string;
3016
+ } | undefined;
3017
3017
  has_more?: boolean | undefined;
3018
3018
  }>, z.ZodObject<{
3019
3019
  operation: z.ZodLiteral<"update_message">;
@@ -3051,12 +3051,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3051
3051
  count: z.ZodNumber;
3052
3052
  }, "strip", z.ZodTypeAny, {
3053
3053
  name: string;
3054
- users: string[];
3055
3054
  count: number;
3055
+ users: string[];
3056
3056
  }, {
3057
3057
  name: string;
3058
- users: string[];
3059
3058
  count: number;
3059
+ users: string[];
3060
3060
  }>, "many">>;
3061
3061
  files: z.ZodOptional<z.ZodArray<z.ZodObject<{
3062
3062
  id: z.ZodString;
@@ -3076,8 +3076,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3076
3076
  permalink: z.ZodOptional<z.ZodString>;
3077
3077
  }, "strip", z.ZodTypeAny, {
3078
3078
  id: string;
3079
- title?: string | undefined;
3080
3079
  name?: string | undefined;
3080
+ title?: string | undefined;
3081
3081
  user?: string | undefined;
3082
3082
  mimetype?: string | undefined;
3083
3083
  filetype?: string | undefined;
@@ -3092,8 +3092,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3092
3092
  permalink?: string | undefined;
3093
3093
  }, {
3094
3094
  id: string;
3095
- title?: string | undefined;
3096
3095
  name?: string | undefined;
3096
+ title?: string | undefined;
3097
3097
  user?: string | undefined;
3098
3098
  mimetype?: string | undefined;
3099
3099
  filetype?: string | undefined;
@@ -3109,10 +3109,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3109
3109
  }>, "many">>;
3110
3110
  }, "strip", z.ZodTypeAny, {
3111
3111
  type: string;
3112
+ username?: string | undefined;
3112
3113
  text?: string | undefined;
3113
3114
  user?: string | undefined;
3114
3115
  ts?: string | undefined;
3115
- username?: string | undefined;
3116
3116
  attachments?: unknown[] | undefined;
3117
3117
  blocks?: unknown[] | undefined;
3118
3118
  thread_ts?: string | undefined;
@@ -3129,13 +3129,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3129
3129
  subscribed?: boolean | undefined;
3130
3130
  reactions?: {
3131
3131
  name: string;
3132
- users: string[];
3133
3132
  count: number;
3133
+ users: string[];
3134
3134
  }[] | undefined;
3135
3135
  files?: {
3136
3136
  id: string;
3137
- title?: string | undefined;
3138
3137
  name?: string | undefined;
3138
+ title?: string | undefined;
3139
3139
  user?: string | undefined;
3140
3140
  mimetype?: string | undefined;
3141
3141
  filetype?: string | undefined;
@@ -3151,10 +3151,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3151
3151
  }[] | undefined;
3152
3152
  }, {
3153
3153
  type: string;
3154
+ username?: string | undefined;
3154
3155
  text?: string | undefined;
3155
3156
  user?: string | undefined;
3156
3157
  ts?: string | undefined;
3157
- username?: string | undefined;
3158
3158
  attachments?: unknown[] | undefined;
3159
3159
  blocks?: unknown[] | undefined;
3160
3160
  thread_ts?: string | undefined;
@@ -3171,13 +3171,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3171
3171
  subscribed?: boolean | undefined;
3172
3172
  reactions?: {
3173
3173
  name: string;
3174
- users: string[];
3175
3174
  count: number;
3175
+ users: string[];
3176
3176
  }[] | undefined;
3177
3177
  files?: {
3178
3178
  id: string;
3179
- title?: string | undefined;
3180
3179
  name?: string | undefined;
3180
+ title?: string | undefined;
3181
3181
  user?: string | undefined;
3182
3182
  mimetype?: string | undefined;
3183
3183
  filetype?: string | undefined;
@@ -3195,16 +3195,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3195
3195
  error: z.ZodString;
3196
3196
  success: z.ZodBoolean;
3197
3197
  }, "strip", z.ZodTypeAny, {
3198
- error: string;
3199
- success: boolean;
3200
3198
  operation: "update_message";
3199
+ success: boolean;
3200
+ error: string;
3201
3201
  ok: boolean;
3202
3202
  message?: {
3203
3203
  type: string;
3204
+ username?: string | undefined;
3204
3205
  text?: string | undefined;
3205
3206
  user?: string | undefined;
3206
3207
  ts?: string | undefined;
3207
- username?: string | undefined;
3208
3208
  attachments?: unknown[] | undefined;
3209
3209
  blocks?: unknown[] | undefined;
3210
3210
  thread_ts?: string | undefined;
@@ -3221,13 +3221,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3221
3221
  subscribed?: boolean | undefined;
3222
3222
  reactions?: {
3223
3223
  name: string;
3224
- users: string[];
3225
3224
  count: number;
3225
+ users: string[];
3226
3226
  }[] | undefined;
3227
3227
  files?: {
3228
3228
  id: string;
3229
- title?: string | undefined;
3230
3229
  name?: string | undefined;
3230
+ title?: string | undefined;
3231
3231
  user?: string | undefined;
3232
3232
  mimetype?: string | undefined;
3233
3233
  filetype?: string | undefined;
@@ -3246,16 +3246,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3246
3246
  ts?: string | undefined;
3247
3247
  channel?: string | undefined;
3248
3248
  }, {
3249
- error: string;
3250
- success: boolean;
3251
3249
  operation: "update_message";
3250
+ success: boolean;
3251
+ error: string;
3252
3252
  ok: boolean;
3253
3253
  message?: {
3254
3254
  type: string;
3255
+ username?: string | undefined;
3255
3256
  text?: string | undefined;
3256
3257
  user?: string | undefined;
3257
3258
  ts?: string | undefined;
3258
- username?: string | undefined;
3259
3259
  attachments?: unknown[] | undefined;
3260
3260
  blocks?: unknown[] | undefined;
3261
3261
  thread_ts?: string | undefined;
@@ -3272,13 +3272,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3272
3272
  subscribed?: boolean | undefined;
3273
3273
  reactions?: {
3274
3274
  name: string;
3275
- users: string[];
3276
3275
  count: number;
3276
+ users: string[];
3277
3277
  }[] | undefined;
3278
3278
  files?: {
3279
3279
  id: string;
3280
- title?: string | undefined;
3281
3280
  name?: string | undefined;
3281
+ title?: string | undefined;
3282
3282
  user?: string | undefined;
3283
3283
  mimetype?: string | undefined;
3284
3284
  filetype?: string | undefined;
@@ -3304,16 +3304,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3304
3304
  error: z.ZodString;
3305
3305
  success: z.ZodBoolean;
3306
3306
  }, "strip", z.ZodTypeAny, {
3307
- error: string;
3308
- success: boolean;
3309
3307
  operation: "delete_message";
3308
+ success: boolean;
3309
+ error: string;
3310
3310
  ok: boolean;
3311
3311
  ts?: string | undefined;
3312
3312
  channel?: string | undefined;
3313
3313
  }, {
3314
- error: string;
3315
- success: boolean;
3316
3314
  operation: "delete_message";
3315
+ success: boolean;
3316
+ error: string;
3317
3317
  ok: boolean;
3318
3318
  ts?: string | undefined;
3319
3319
  channel?: string | undefined;
@@ -3323,14 +3323,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3323
3323
  error: z.ZodString;
3324
3324
  success: z.ZodBoolean;
3325
3325
  }, "strip", z.ZodTypeAny, {
3326
- error: string;
3327
- success: boolean;
3328
3326
  operation: "add_reaction";
3327
+ success: boolean;
3328
+ error: string;
3329
3329
  ok: boolean;
3330
3330
  }, {
3331
- error: string;
3332
- success: boolean;
3333
3331
  operation: "add_reaction";
3332
+ success: boolean;
3333
+ error: string;
3334
3334
  ok: boolean;
3335
3335
  }>, z.ZodObject<{
3336
3336
  operation: z.ZodLiteral<"remove_reaction">;
@@ -3338,14 +3338,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3338
3338
  error: z.ZodString;
3339
3339
  success: z.ZodBoolean;
3340
3340
  }, "strip", z.ZodTypeAny, {
3341
- error: string;
3342
- success: boolean;
3343
3341
  operation: "remove_reaction";
3342
+ success: boolean;
3343
+ error: string;
3344
3344
  ok: boolean;
3345
3345
  }, {
3346
- error: string;
3347
- success: boolean;
3348
3346
  operation: "remove_reaction";
3347
+ success: boolean;
3348
+ error: string;
3349
3349
  ok: boolean;
3350
3350
  }>, z.ZodObject<{
3351
3351
  operation: z.ZodLiteral<"join_channel">;
@@ -3470,9 +3470,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3470
3470
  error: z.ZodString;
3471
3471
  success: z.ZodBoolean;
3472
3472
  }, "strip", z.ZodTypeAny, {
3473
- error: string;
3474
- success: boolean;
3475
3473
  operation: "join_channel";
3474
+ success: boolean;
3475
+ error: string;
3476
3476
  ok: boolean;
3477
3477
  channel?: {
3478
3478
  name: string;
@@ -3510,9 +3510,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3510
3510
  } | undefined;
3511
3511
  already_in_channel?: boolean | undefined;
3512
3512
  }, {
3513
- error: string;
3514
- success: boolean;
3515
3513
  operation: "join_channel";
3514
+ success: boolean;
3515
+ error: string;
3516
3516
  ok: boolean;
3517
3517
  channel?: {
3518
3518
  name: string;
@@ -3662,8 +3662,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3662
3662
  }, "strip", z.ZodTypeAny, {
3663
3663
  name: string;
3664
3664
  id: string;
3665
- user: string;
3666
3665
  username: string;
3666
+ user: string;
3667
3667
  timestamp: number;
3668
3668
  created: number;
3669
3669
  mimetype: string;
@@ -3707,8 +3707,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3707
3707
  }, {
3708
3708
  name: string;
3709
3709
  id: string;
3710
- user: string;
3711
3710
  username: string;
3711
+ user: string;
3712
3712
  timestamp: number;
3713
3713
  created: number;
3714
3714
  mimetype: string;
@@ -3753,15 +3753,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3753
3753
  error: z.ZodString;
3754
3754
  success: z.ZodBoolean;
3755
3755
  }, "strip", z.ZodTypeAny, {
3756
- error: string;
3757
- success: boolean;
3758
3756
  operation: "upload_file";
3757
+ success: boolean;
3758
+ error: string;
3759
3759
  ok: boolean;
3760
3760
  file?: {
3761
3761
  name: string;
3762
3762
  id: string;
3763
- user: string;
3764
3763
  username: string;
3764
+ user: string;
3765
3765
  timestamp: number;
3766
3766
  created: number;
3767
3767
  mimetype: string;
@@ -3804,15 +3804,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3804
3804
  has_rich_preview?: boolean | undefined;
3805
3805
  } | undefined;
3806
3806
  }, {
3807
- error: string;
3808
- success: boolean;
3809
3807
  operation: "upload_file";
3808
+ success: boolean;
3809
+ error: string;
3810
3810
  ok: boolean;
3811
3811
  file?: {
3812
3812
  name: string;
3813
3813
  id: string;
3814
- user: string;
3815
3814
  username: string;
3815
+ user: string;
3816
3816
  timestamp: number;
3817
3817
  created: number;
3818
3818
  mimetype: string;
@@ -3863,17 +3863,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3863
3863
  error: z.ZodString;
3864
3864
  success: z.ZodBoolean;
3865
3865
  }, "strip", z.ZodTypeAny, {
3866
- error: string;
3867
- success: boolean;
3868
3866
  operation: "schedule_message";
3867
+ success: boolean;
3868
+ error: string;
3869
3869
  ok: boolean;
3870
3870
  channel?: string | undefined;
3871
3871
  post_at?: number | undefined;
3872
3872
  scheduled_message_id?: string | undefined;
3873
3873
  }, {
3874
- error: string;
3875
- success: boolean;
3876
3874
  operation: "schedule_message";
3875
+ success: boolean;
3876
+ error: string;
3877
3877
  ok: boolean;
3878
3878
  channel?: string | undefined;
3879
3879
  post_at?: number | undefined;
@@ -3933,9 +3933,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3933
3933
  error: z.ZodString;
3934
3934
  success: z.ZodBoolean;
3935
3935
  }, "strip", z.ZodTypeAny, {
3936
- error: string;
3937
- success: boolean;
3938
3936
  operation: "get_file_info";
3937
+ success: boolean;
3938
+ error: string;
3939
3939
  ok: boolean;
3940
3940
  file?: {
3941
3941
  name: string;
@@ -3955,9 +3955,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3955
3955
  permalink?: string | undefined;
3956
3956
  } | undefined;
3957
3957
  }, {
3958
- error: string;
3959
- success: boolean;
3960
3958
  operation: "get_file_info";
3959
+ success: boolean;
3960
+ error: string;
3961
3961
  ok: boolean;
3962
3962
  file?: {
3963
3963
  name: string;
@@ -3986,18 +3986,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3986
3986
  error: z.ZodString;
3987
3987
  success: z.ZodBoolean;
3988
3988
  }, "strip", z.ZodTypeAny, {
3989
- error: string;
3990
- success: boolean;
3991
3989
  operation: "download_file";
3990
+ success: boolean;
3991
+ error: string;
3992
3992
  ok: boolean;
3993
3993
  content?: string | undefined;
3994
3994
  filename?: string | undefined;
3995
3995
  mimetype?: string | undefined;
3996
3996
  size?: number | undefined;
3997
3997
  }, {
3998
- error: string;
3999
- success: boolean;
4000
3998
  operation: "download_file";
3999
+ success: boolean;
4000
+ error: string;
4001
4001
  ok: boolean;
4002
4002
  content?: string | undefined;
4003
4003
  filename?: string | undefined;
@@ -4117,18 +4117,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4117
4117
  verbatim: z.ZodOptional<z.ZodBoolean>;
4118
4118
  }, "strip", z.ZodTypeAny, {
4119
4119
  type: "image" | "plain_text" | "mrkdwn";
4120
+ emoji?: boolean | undefined;
4120
4121
  text?: string | undefined;
4121
4122
  image_url?: string | undefined;
4122
- emoji?: boolean | undefined;
4123
- alt_text?: string | undefined;
4124
4123
  verbatim?: boolean | undefined;
4124
+ alt_text?: string | undefined;
4125
4125
  }, {
4126
4126
  type: "image" | "plain_text" | "mrkdwn";
4127
+ emoji?: boolean | undefined;
4127
4128
  text?: string | undefined;
4128
4129
  image_url?: string | undefined;
4129
- emoji?: boolean | undefined;
4130
- alt_text?: string | undefined;
4131
4130
  verbatim?: boolean | undefined;
4131
+ alt_text?: string | undefined;
4132
4132
  }>, "many">>;
4133
4133
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
4134
4134
  type: z.ZodString;
@@ -4157,18 +4157,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4157
4157
  verbatim: z.ZodOptional<z.ZodBoolean>;
4158
4158
  }, "strip", z.ZodTypeAny, {
4159
4159
  type: "image" | "plain_text" | "mrkdwn";
4160
+ emoji?: boolean | undefined;
4160
4161
  text?: string | undefined;
4161
4162
  image_url?: string | undefined;
4162
- emoji?: boolean | undefined;
4163
- alt_text?: string | undefined;
4164
4163
  verbatim?: boolean | undefined;
4164
+ alt_text?: string | undefined;
4165
4165
  }, {
4166
4166
  type: "image" | "plain_text" | "mrkdwn";
4167
+ emoji?: boolean | undefined;
4167
4168
  text?: string | undefined;
4168
4169
  image_url?: string | undefined;
4169
- emoji?: boolean | undefined;
4170
- alt_text?: string | undefined;
4171
4170
  verbatim?: boolean | undefined;
4171
+ alt_text?: string | undefined;
4172
4172
  }>, "many">>;
4173
4173
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
4174
4174
  type: z.ZodString;
@@ -4197,18 +4197,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4197
4197
  verbatim: z.ZodOptional<z.ZodBoolean>;
4198
4198
  }, "strip", z.ZodTypeAny, {
4199
4199
  type: "image" | "plain_text" | "mrkdwn";
4200
+ emoji?: boolean | undefined;
4200
4201
  text?: string | undefined;
4201
4202
  image_url?: string | undefined;
4202
- emoji?: boolean | undefined;
4203
- alt_text?: string | undefined;
4204
4203
  verbatim?: boolean | undefined;
4204
+ alt_text?: string | undefined;
4205
4205
  }, {
4206
4206
  type: "image" | "plain_text" | "mrkdwn";
4207
+ emoji?: boolean | undefined;
4207
4208
  text?: string | undefined;
4208
4209
  image_url?: string | undefined;
4209
- emoji?: boolean | undefined;
4210
- alt_text?: string | undefined;
4211
4210
  verbatim?: boolean | undefined;
4211
+ alt_text?: string | undefined;
4212
4212
  }>, "many">>;
4213
4213
  }, z.ZodTypeAny, "passthrough">>, "many">>;
4214
4214
  thread_ts: z.ZodOptional<z.ZodString>;
@@ -4217,14 +4217,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4217
4217
  unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
4218
4218
  unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
4219
4219
  }, "strip", z.ZodTypeAny, {
4220
- text: string;
4221
4220
  operation: "send_message";
4221
+ text: string;
4222
4222
  channel: string;
4223
4223
  reply_broadcast: boolean;
4224
4224
  unfurl_links: boolean;
4225
4225
  unfurl_media: boolean;
4226
- credentials?: Partial<Record<CredentialType, string>> | undefined;
4227
4226
  username?: string | undefined;
4227
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
4228
4228
  icon_emoji?: string | undefined;
4229
4229
  icon_url?: string | undefined;
4230
4230
  attachments?: {
@@ -4274,27 +4274,27 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4274
4274
  verbatim: z.ZodOptional<z.ZodBoolean>;
4275
4275
  }, "strip", z.ZodTypeAny, {
4276
4276
  type: "image" | "plain_text" | "mrkdwn";
4277
+ emoji?: boolean | undefined;
4277
4278
  text?: string | undefined;
4278
4279
  image_url?: string | undefined;
4279
- emoji?: boolean | undefined;
4280
- alt_text?: string | undefined;
4281
4280
  verbatim?: boolean | undefined;
4281
+ alt_text?: string | undefined;
4282
4282
  }, {
4283
4283
  type: "image" | "plain_text" | "mrkdwn";
4284
+ emoji?: boolean | undefined;
4284
4285
  text?: string | undefined;
4285
4286
  image_url?: string | undefined;
4286
- emoji?: boolean | undefined;
4287
- alt_text?: string | undefined;
4288
4287
  verbatim?: boolean | undefined;
4288
+ alt_text?: string | undefined;
4289
4289
  }>, "many">>;
4290
4290
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4291
4291
  thread_ts?: string | undefined;
4292
4292
  }, {
4293
- text: string;
4294
4293
  operation: "send_message";
4294
+ text: string;
4295
4295
  channel: string;
4296
- credentials?: Partial<Record<CredentialType, string>> | undefined;
4297
4296
  username?: string | undefined;
4297
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
4298
4298
  icon_emoji?: string | undefined;
4299
4299
  icon_url?: string | undefined;
4300
4300
  attachments?: {
@@ -4344,18 +4344,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4344
4344
  verbatim: z.ZodOptional<z.ZodBoolean>;
4345
4345
  }, "strip", z.ZodTypeAny, {
4346
4346
  type: "image" | "plain_text" | "mrkdwn";
4347
+ emoji?: boolean | undefined;
4347
4348
  text?: string | undefined;
4348
4349
  image_url?: string | undefined;
4349
- emoji?: boolean | undefined;
4350
- alt_text?: string | undefined;
4351
4350
  verbatim?: boolean | undefined;
4351
+ alt_text?: string | undefined;
4352
4352
  }, {
4353
4353
  type: "image" | "plain_text" | "mrkdwn";
4354
+ emoji?: boolean | undefined;
4354
4355
  text?: string | undefined;
4355
4356
  image_url?: string | undefined;
4356
- emoji?: boolean | undefined;
4357
- alt_text?: string | undefined;
4358
4357
  verbatim?: boolean | undefined;
4358
+ alt_text?: string | undefined;
4359
4359
  }>, "many">>;
4360
4360
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4361
4361
  thread_ts?: string | undefined;
@@ -4370,16 +4370,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4370
4370
  cursor: z.ZodOptional<z.ZodString>;
4371
4371
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4372
4372
  }, "strip", z.ZodTypeAny, {
4373
- types: ("public_channel" | "private_channel" | "mpim" | "im")[];
4374
4373
  operation: "list_channels";
4374
+ types: ("public_channel" | "private_channel" | "mpim" | "im")[];
4375
4375
  exclude_archived: boolean;
4376
4376
  limit: number;
4377
4377
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4378
4378
  cursor?: string | undefined;
4379
4379
  }, {
4380
4380
  operation: "list_channels";
4381
- types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
4382
4381
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4382
+ types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
4383
4383
  exclude_archived?: boolean | undefined;
4384
4384
  limit?: number | undefined;
4385
4385
  cursor?: string | undefined;
@@ -4404,13 +4404,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4404
4404
  include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
4405
4405
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4406
4406
  }, "strip", z.ZodTypeAny, {
4407
- user: string;
4408
4407
  operation: "get_user_info";
4408
+ user: string;
4409
4409
  include_locale: boolean;
4410
4410
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4411
4411
  }, {
4412
- user: string;
4413
4412
  operation: "get_user_info";
4413
+ user: string;
4414
4414
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4415
4415
  include_locale?: boolean | undefined;
4416
4416
  }>, z.ZodObject<{
@@ -4470,8 +4470,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4470
4470
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4471
4471
  }, "strip", z.ZodTypeAny, {
4472
4472
  inclusive: boolean;
4473
- ts: string;
4474
4473
  operation: "get_thread_replies";
4474
+ ts: string;
4475
4475
  channel: string;
4476
4476
  limit: number;
4477
4477
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -4479,8 +4479,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4479
4479
  latest?: string | undefined;
4480
4480
  oldest?: string | undefined;
4481
4481
  }, {
4482
- ts: string;
4483
4482
  operation: "get_thread_replies";
4483
+ ts: string;
4484
4484
  channel: string;
4485
4485
  inclusive?: boolean | undefined;
4486
4486
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -4586,18 +4586,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4586
4586
  verbatim: z.ZodOptional<z.ZodBoolean>;
4587
4587
  }, "strip", z.ZodTypeAny, {
4588
4588
  type: "image" | "plain_text" | "mrkdwn";
4589
+ emoji?: boolean | undefined;
4589
4590
  text?: string | undefined;
4590
4591
  image_url?: string | undefined;
4591
- emoji?: boolean | undefined;
4592
- alt_text?: string | undefined;
4593
4592
  verbatim?: boolean | undefined;
4593
+ alt_text?: string | undefined;
4594
4594
  }, {
4595
4595
  type: "image" | "plain_text" | "mrkdwn";
4596
+ emoji?: boolean | undefined;
4596
4597
  text?: string | undefined;
4597
4598
  image_url?: string | undefined;
4598
- emoji?: boolean | undefined;
4599
- alt_text?: string | undefined;
4600
4599
  verbatim?: boolean | undefined;
4600
+ alt_text?: string | undefined;
4601
4601
  }>, "many">>;
4602
4602
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
4603
4603
  type: z.ZodString;
@@ -4626,18 +4626,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4626
4626
  verbatim: z.ZodOptional<z.ZodBoolean>;
4627
4627
  }, "strip", z.ZodTypeAny, {
4628
4628
  type: "image" | "plain_text" | "mrkdwn";
4629
+ emoji?: boolean | undefined;
4629
4630
  text?: string | undefined;
4630
4631
  image_url?: string | undefined;
4631
- emoji?: boolean | undefined;
4632
- alt_text?: string | undefined;
4633
4632
  verbatim?: boolean | undefined;
4633
+ alt_text?: string | undefined;
4634
4634
  }, {
4635
4635
  type: "image" | "plain_text" | "mrkdwn";
4636
+ emoji?: boolean | undefined;
4636
4637
  text?: string | undefined;
4637
4638
  image_url?: string | undefined;
4638
- emoji?: boolean | undefined;
4639
- alt_text?: string | undefined;
4640
4639
  verbatim?: boolean | undefined;
4640
+ alt_text?: string | undefined;
4641
4641
  }>, "many">>;
4642
4642
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
4643
4643
  type: z.ZodString;
@@ -4666,24 +4666,24 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4666
4666
  verbatim: z.ZodOptional<z.ZodBoolean>;
4667
4667
  }, "strip", z.ZodTypeAny, {
4668
4668
  type: "image" | "plain_text" | "mrkdwn";
4669
+ emoji?: boolean | undefined;
4669
4670
  text?: string | undefined;
4670
4671
  image_url?: string | undefined;
4671
- emoji?: boolean | undefined;
4672
- alt_text?: string | undefined;
4673
4672
  verbatim?: boolean | undefined;
4673
+ alt_text?: string | undefined;
4674
4674
  }, {
4675
4675
  type: "image" | "plain_text" | "mrkdwn";
4676
+ emoji?: boolean | undefined;
4676
4677
  text?: string | undefined;
4677
4678
  image_url?: string | undefined;
4678
- emoji?: boolean | undefined;
4679
- alt_text?: string | undefined;
4680
4679
  verbatim?: boolean | undefined;
4680
+ alt_text?: string | undefined;
4681
4681
  }>, "many">>;
4682
4682
  }, z.ZodTypeAny, "passthrough">>, "many">>;
4683
4683
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4684
4684
  }, "strip", z.ZodTypeAny, {
4685
- ts: string;
4686
4685
  operation: "update_message";
4686
+ ts: string;
4687
4687
  channel: string;
4688
4688
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4689
4689
  text?: string | undefined;
@@ -4734,23 +4734,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4734
4734
  verbatim: z.ZodOptional<z.ZodBoolean>;
4735
4735
  }, "strip", z.ZodTypeAny, {
4736
4736
  type: "image" | "plain_text" | "mrkdwn";
4737
+ emoji?: boolean | undefined;
4737
4738
  text?: string | undefined;
4738
4739
  image_url?: string | undefined;
4739
- emoji?: boolean | undefined;
4740
- alt_text?: string | undefined;
4741
4740
  verbatim?: boolean | undefined;
4741
+ alt_text?: string | undefined;
4742
4742
  }, {
4743
4743
  type: "image" | "plain_text" | "mrkdwn";
4744
+ emoji?: boolean | undefined;
4744
4745
  text?: string | undefined;
4745
4746
  image_url?: string | undefined;
4746
- emoji?: boolean | undefined;
4747
- alt_text?: string | undefined;
4748
4747
  verbatim?: boolean | undefined;
4748
+ alt_text?: string | undefined;
4749
4749
  }>, "many">>;
4750
4750
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4751
4751
  }, {
4752
- ts: string;
4753
4752
  operation: "update_message";
4753
+ ts: string;
4754
4754
  channel: string;
4755
4755
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4756
4756
  text?: string | undefined;
@@ -4801,18 +4801,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4801
4801
  verbatim: z.ZodOptional<z.ZodBoolean>;
4802
4802
  }, "strip", z.ZodTypeAny, {
4803
4803
  type: "image" | "plain_text" | "mrkdwn";
4804
+ emoji?: boolean | undefined;
4804
4805
  text?: string | undefined;
4805
4806
  image_url?: string | undefined;
4806
- emoji?: boolean | undefined;
4807
- alt_text?: string | undefined;
4808
4807
  verbatim?: boolean | undefined;
4808
+ alt_text?: string | undefined;
4809
4809
  }, {
4810
4810
  type: "image" | "plain_text" | "mrkdwn";
4811
+ emoji?: boolean | undefined;
4811
4812
  text?: string | undefined;
4812
4813
  image_url?: string | undefined;
4813
- emoji?: boolean | undefined;
4814
- alt_text?: string | undefined;
4815
4814
  verbatim?: boolean | undefined;
4815
+ alt_text?: string | undefined;
4816
4816
  }>, "many">>;
4817
4817
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4818
4818
  }>, z.ZodObject<{
@@ -4821,13 +4821,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4821
4821
  ts: z.ZodString;
4822
4822
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4823
4823
  }, "strip", z.ZodTypeAny, {
4824
- ts: string;
4825
4824
  operation: "delete_message";
4825
+ ts: string;
4826
4826
  channel: string;
4827
4827
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4828
4828
  }, {
4829
- ts: string;
4830
4829
  operation: "delete_message";
4830
+ ts: string;
4831
4831
  channel: string;
4832
4832
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4833
4833
  }>, z.ZodObject<{
@@ -4892,8 +4892,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4892
4892
  operation: "upload_file";
4893
4893
  channel: string;
4894
4894
  title?: string | undefined;
4895
- credentials?: Partial<Record<CredentialType, string>> | undefined;
4896
4895
  content?: string | undefined;
4896
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
4897
4897
  thread_ts?: string | undefined;
4898
4898
  file_path?: string | undefined;
4899
4899
  filename?: string | undefined;
@@ -4902,8 +4902,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4902
4902
  operation: "upload_file";
4903
4903
  channel: string;
4904
4904
  title?: string | undefined;
4905
- credentials?: Partial<Record<CredentialType, string>> | undefined;
4906
4905
  content?: string | undefined;
4906
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
4907
4907
  thread_ts?: string | undefined;
4908
4908
  file_path?: string | undefined;
4909
4909
  filename?: string | undefined;
@@ -4941,18 +4941,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4941
4941
  verbatim: z.ZodOptional<z.ZodBoolean>;
4942
4942
  }, "strip", z.ZodTypeAny, {
4943
4943
  type: "image" | "plain_text" | "mrkdwn";
4944
+ emoji?: boolean | undefined;
4944
4945
  text?: string | undefined;
4945
4946
  image_url?: string | undefined;
4946
- emoji?: boolean | undefined;
4947
- alt_text?: string | undefined;
4948
4947
  verbatim?: boolean | undefined;
4948
+ alt_text?: string | undefined;
4949
4949
  }, {
4950
4950
  type: "image" | "plain_text" | "mrkdwn";
4951
+ emoji?: boolean | undefined;
4951
4952
  text?: string | undefined;
4952
4953
  image_url?: string | undefined;
4953
- emoji?: boolean | undefined;
4954
- alt_text?: string | undefined;
4955
4954
  verbatim?: boolean | undefined;
4955
+ alt_text?: string | undefined;
4956
4956
  }>, "many">>;
4957
4957
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
4958
4958
  type: z.ZodString;
@@ -4981,18 +4981,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4981
4981
  verbatim: z.ZodOptional<z.ZodBoolean>;
4982
4982
  }, "strip", z.ZodTypeAny, {
4983
4983
  type: "image" | "plain_text" | "mrkdwn";
4984
+ emoji?: boolean | undefined;
4984
4985
  text?: string | undefined;
4985
4986
  image_url?: string | undefined;
4986
- emoji?: boolean | undefined;
4987
- alt_text?: string | undefined;
4988
4987
  verbatim?: boolean | undefined;
4988
+ alt_text?: string | undefined;
4989
4989
  }, {
4990
4990
  type: "image" | "plain_text" | "mrkdwn";
4991
+ emoji?: boolean | undefined;
4991
4992
  text?: string | undefined;
4992
4993
  image_url?: string | undefined;
4993
- emoji?: boolean | undefined;
4994
- alt_text?: string | undefined;
4995
4994
  verbatim?: boolean | undefined;
4995
+ alt_text?: string | undefined;
4996
4996
  }>, "many">>;
4997
4997
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
4998
4998
  type: z.ZodString;
@@ -5021,26 +5021,26 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5021
5021
  verbatim: z.ZodOptional<z.ZodBoolean>;
5022
5022
  }, "strip", z.ZodTypeAny, {
5023
5023
  type: "image" | "plain_text" | "mrkdwn";
5024
+ emoji?: boolean | undefined;
5024
5025
  text?: string | undefined;
5025
5026
  image_url?: string | undefined;
5026
- emoji?: boolean | undefined;
5027
- alt_text?: string | undefined;
5028
5027
  verbatim?: boolean | undefined;
5028
+ alt_text?: string | undefined;
5029
5029
  }, {
5030
5030
  type: "image" | "plain_text" | "mrkdwn";
5031
+ emoji?: boolean | undefined;
5031
5032
  text?: string | undefined;
5032
5033
  image_url?: string | undefined;
5033
- emoji?: boolean | undefined;
5034
- alt_text?: string | undefined;
5035
5034
  verbatim?: boolean | undefined;
5035
+ alt_text?: string | undefined;
5036
5036
  }>, "many">>;
5037
5037
  }, z.ZodTypeAny, "passthrough">>, "many">>;
5038
5038
  unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
5039
5039
  unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
5040
5040
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
5041
5041
  }, "strip", z.ZodTypeAny, {
5042
- text: string;
5043
5042
  operation: "schedule_message";
5043
+ text: string;
5044
5044
  channel: string;
5045
5045
  unfurl_links: boolean;
5046
5046
  unfurl_media: boolean;
@@ -5073,24 +5073,24 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5073
5073
  verbatim: z.ZodOptional<z.ZodBoolean>;
5074
5074
  }, "strip", z.ZodTypeAny, {
5075
5075
  type: "image" | "plain_text" | "mrkdwn";
5076
+ emoji?: boolean | undefined;
5076
5077
  text?: string | undefined;
5077
5078
  image_url?: string | undefined;
5078
- emoji?: boolean | undefined;
5079
- alt_text?: string | undefined;
5080
5079
  verbatim?: boolean | undefined;
5080
+ alt_text?: string | undefined;
5081
5081
  }, {
5082
5082
  type: "image" | "plain_text" | "mrkdwn";
5083
+ emoji?: boolean | undefined;
5083
5084
  text?: string | undefined;
5084
5085
  image_url?: string | undefined;
5085
- emoji?: boolean | undefined;
5086
- alt_text?: string | undefined;
5087
5086
  verbatim?: boolean | undefined;
5087
+ alt_text?: string | undefined;
5088
5088
  }>, "many">>;
5089
5089
  }, z.ZodTypeAny, "passthrough">[] | undefined;
5090
5090
  thread_ts?: string | undefined;
5091
5091
  }, {
5092
- text: string;
5093
5092
  operation: "schedule_message";
5093
+ text: string;
5094
5094
  channel: string;
5095
5095
  post_at: number;
5096
5096
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -5121,18 +5121,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5121
5121
  verbatim: z.ZodOptional<z.ZodBoolean>;
5122
5122
  }, "strip", z.ZodTypeAny, {
5123
5123
  type: "image" | "plain_text" | "mrkdwn";
5124
+ emoji?: boolean | undefined;
5124
5125
  text?: string | undefined;
5125
5126
  image_url?: string | undefined;
5126
- emoji?: boolean | undefined;
5127
- alt_text?: string | undefined;
5128
5127
  verbatim?: boolean | undefined;
5128
+ alt_text?: string | undefined;
5129
5129
  }, {
5130
5130
  type: "image" | "plain_text" | "mrkdwn";
5131
+ emoji?: boolean | undefined;
5131
5132
  text?: string | undefined;
5132
5133
  image_url?: string | undefined;
5133
- emoji?: boolean | undefined;
5134
- alt_text?: string | undefined;
5135
5134
  verbatim?: boolean | undefined;
5135
+ alt_text?: string | undefined;
5136
5136
  }>, "many">>;
5137
5137
  }, z.ZodTypeAny, "passthrough">[] | undefined;
5138
5138
  thread_ts?: string | undefined;
@@ -5201,12 +5201,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5201
5201
  count: z.ZodNumber;
5202
5202
  }, "strip", z.ZodTypeAny, {
5203
5203
  name: string;
5204
- users: string[];
5205
5204
  count: number;
5205
+ users: string[];
5206
5206
  }, {
5207
5207
  name: string;
5208
- users: string[];
5209
5208
  count: number;
5209
+ users: string[];
5210
5210
  }>, "many">>;
5211
5211
  files: z.ZodOptional<z.ZodArray<z.ZodObject<{
5212
5212
  id: z.ZodString;
@@ -5226,8 +5226,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5226
5226
  permalink: z.ZodOptional<z.ZodString>;
5227
5227
  }, "strip", z.ZodTypeAny, {
5228
5228
  id: string;
5229
- title?: string | undefined;
5230
5229
  name?: string | undefined;
5230
+ title?: string | undefined;
5231
5231
  user?: string | undefined;
5232
5232
  mimetype?: string | undefined;
5233
5233
  filetype?: string | undefined;
@@ -5242,8 +5242,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5242
5242
  permalink?: string | undefined;
5243
5243
  }, {
5244
5244
  id: string;
5245
- title?: string | undefined;
5246
5245
  name?: string | undefined;
5246
+ title?: string | undefined;
5247
5247
  user?: string | undefined;
5248
5248
  mimetype?: string | undefined;
5249
5249
  filetype?: string | undefined;
@@ -5259,10 +5259,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5259
5259
  }>, "many">>;
5260
5260
  }, "strip", z.ZodTypeAny, {
5261
5261
  type: string;
5262
+ username?: string | undefined;
5262
5263
  text?: string | undefined;
5263
5264
  user?: string | undefined;
5264
5265
  ts?: string | undefined;
5265
- username?: string | undefined;
5266
5266
  attachments?: unknown[] | undefined;
5267
5267
  blocks?: unknown[] | undefined;
5268
5268
  thread_ts?: string | undefined;
@@ -5279,13 +5279,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5279
5279
  subscribed?: boolean | undefined;
5280
5280
  reactions?: {
5281
5281
  name: string;
5282
- users: string[];
5283
5282
  count: number;
5283
+ users: string[];
5284
5284
  }[] | undefined;
5285
5285
  files?: {
5286
5286
  id: string;
5287
- title?: string | undefined;
5288
5287
  name?: string | undefined;
5288
+ title?: string | undefined;
5289
5289
  user?: string | undefined;
5290
5290
  mimetype?: string | undefined;
5291
5291
  filetype?: string | undefined;
@@ -5301,10 +5301,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5301
5301
  }[] | undefined;
5302
5302
  }, {
5303
5303
  type: string;
5304
+ username?: string | undefined;
5304
5305
  text?: string | undefined;
5305
5306
  user?: string | undefined;
5306
5307
  ts?: string | undefined;
5307
- username?: string | undefined;
5308
5308
  attachments?: unknown[] | undefined;
5309
5309
  blocks?: unknown[] | undefined;
5310
5310
  thread_ts?: string | undefined;
@@ -5321,13 +5321,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5321
5321
  subscribed?: boolean | undefined;
5322
5322
  reactions?: {
5323
5323
  name: string;
5324
- users: string[];
5325
5324
  count: number;
5325
+ users: string[];
5326
5326
  }[] | undefined;
5327
5327
  files?: {
5328
5328
  id: string;
5329
- title?: string | undefined;
5330
5329
  name?: string | undefined;
5330
+ title?: string | undefined;
5331
5331
  user?: string | undefined;
5332
5332
  mimetype?: string | undefined;
5333
5333
  filetype?: string | undefined;
@@ -5345,16 +5345,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5345
5345
  error: z.ZodString;
5346
5346
  success: z.ZodBoolean;
5347
5347
  }, "strip", z.ZodTypeAny, {
5348
- error: string;
5349
- success: boolean;
5350
5348
  operation: "send_message";
5349
+ success: boolean;
5350
+ error: string;
5351
5351
  ok: boolean;
5352
5352
  message?: {
5353
5353
  type: string;
5354
+ username?: string | undefined;
5354
5355
  text?: string | undefined;
5355
5356
  user?: string | undefined;
5356
5357
  ts?: string | undefined;
5357
- username?: string | undefined;
5358
5358
  attachments?: unknown[] | undefined;
5359
5359
  blocks?: unknown[] | undefined;
5360
5360
  thread_ts?: string | undefined;
@@ -5371,13 +5371,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5371
5371
  subscribed?: boolean | undefined;
5372
5372
  reactions?: {
5373
5373
  name: string;
5374
- users: string[];
5375
5374
  count: number;
5375
+ users: string[];
5376
5376
  }[] | undefined;
5377
5377
  files?: {
5378
5378
  id: string;
5379
- title?: string | undefined;
5380
5379
  name?: string | undefined;
5380
+ title?: string | undefined;
5381
5381
  user?: string | undefined;
5382
5382
  mimetype?: string | undefined;
5383
5383
  filetype?: string | undefined;
@@ -5395,16 +5395,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5395
5395
  ts?: string | undefined;
5396
5396
  channel?: string | undefined;
5397
5397
  }, {
5398
- error: string;
5399
- success: boolean;
5400
5398
  operation: "send_message";
5399
+ success: boolean;
5400
+ error: string;
5401
5401
  ok: boolean;
5402
5402
  message?: {
5403
5403
  type: string;
5404
+ username?: string | undefined;
5404
5405
  text?: string | undefined;
5405
5406
  user?: string | undefined;
5406
5407
  ts?: string | undefined;
5407
- username?: string | undefined;
5408
5408
  attachments?: unknown[] | undefined;
5409
5409
  blocks?: unknown[] | undefined;
5410
5410
  thread_ts?: string | undefined;
@@ -5421,13 +5421,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5421
5421
  subscribed?: boolean | undefined;
5422
5422
  reactions?: {
5423
5423
  name: string;
5424
- users: string[];
5425
5424
  count: number;
5425
+ users: string[];
5426
5426
  }[] | undefined;
5427
5427
  files?: {
5428
5428
  id: string;
5429
- title?: string | undefined;
5430
5429
  name?: string | undefined;
5430
+ title?: string | undefined;
5431
5431
  user?: string | undefined;
5432
5432
  mimetype?: string | undefined;
5433
5433
  filetype?: string | undefined;
@@ -5573,9 +5573,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5573
5573
  error: z.ZodString;
5574
5574
  success: z.ZodBoolean;
5575
5575
  }, "strip", z.ZodTypeAny, {
5576
- error: string;
5577
- success: boolean;
5578
5576
  operation: "list_channels";
5577
+ success: boolean;
5578
+ error: string;
5579
5579
  ok: boolean;
5580
5580
  response_metadata?: {
5581
5581
  next_cursor: string;
@@ -5615,9 +5615,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5615
5615
  num_members?: number | undefined;
5616
5616
  }[] | undefined;
5617
5617
  }, {
5618
- error: string;
5619
- success: boolean;
5620
5618
  operation: "list_channels";
5619
+ success: boolean;
5620
+ error: string;
5621
5621
  ok: boolean;
5622
5622
  response_metadata?: {
5623
5623
  next_cursor: string;
@@ -5778,9 +5778,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5778
5778
  error: z.ZodString;
5779
5779
  success: z.ZodBoolean;
5780
5780
  }, "strip", z.ZodTypeAny, {
5781
- error: string;
5782
- success: boolean;
5783
5781
  operation: "get_channel_info";
5782
+ success: boolean;
5783
+ error: string;
5784
5784
  ok: boolean;
5785
5785
  channel?: {
5786
5786
  name: string;
@@ -5817,9 +5817,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5817
5817
  num_members?: number | undefined;
5818
5818
  } | undefined;
5819
5819
  }, {
5820
- error: string;
5821
- success: boolean;
5822
5820
  operation: "get_channel_info";
5821
+ success: boolean;
5822
+ error: string;
5823
5823
  ok: boolean;
5824
5824
  channel?: {
5825
5825
  name: string;
@@ -6047,9 +6047,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6047
6047
  error: z.ZodString;
6048
6048
  success: z.ZodBoolean;
6049
6049
  }, "strip", z.ZodTypeAny, {
6050
- error: string;
6051
- success: boolean;
6052
6050
  operation: "get_user_info";
6051
+ success: boolean;
6052
+ error: string;
6053
6053
  ok: boolean;
6054
6054
  user?: {
6055
6055
  name: string;
@@ -6098,9 +6098,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6098
6098
  has_2fa?: boolean | undefined;
6099
6099
  } | undefined;
6100
6100
  }, {
6101
- error: string;
6102
- success: boolean;
6103
6101
  operation: "get_user_info";
6102
+ success: boolean;
6103
+ error: string;
6104
6104
  ok: boolean;
6105
6105
  user?: {
6106
6106
  name: string;
@@ -6347,9 +6347,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6347
6347
  error: z.ZodString;
6348
6348
  success: z.ZodBoolean;
6349
6349
  }, "strip", z.ZodTypeAny, {
6350
- error: string;
6351
- success: boolean;
6352
6350
  operation: "list_users";
6351
+ success: boolean;
6352
+ error: string;
6353
6353
  ok: boolean;
6354
6354
  response_metadata?: {
6355
6355
  next_cursor: string;
@@ -6401,9 +6401,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6401
6401
  has_2fa?: boolean | undefined;
6402
6402
  }[] | undefined;
6403
6403
  }, {
6404
- error: string;
6405
- success: boolean;
6406
6404
  operation: "list_users";
6405
+ success: boolean;
6406
+ error: string;
6407
6407
  ok: boolean;
6408
6408
  response_metadata?: {
6409
6409
  next_cursor: string;
@@ -6487,12 +6487,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6487
6487
  count: z.ZodNumber;
6488
6488
  }, "strip", z.ZodTypeAny, {
6489
6489
  name: string;
6490
- users: string[];
6491
6490
  count: number;
6491
+ users: string[];
6492
6492
  }, {
6493
6493
  name: string;
6494
- users: string[];
6495
6494
  count: number;
6495
+ users: string[];
6496
6496
  }>, "many">>;
6497
6497
  files: z.ZodOptional<z.ZodArray<z.ZodObject<{
6498
6498
  id: z.ZodString;
@@ -6512,8 +6512,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6512
6512
  permalink: z.ZodOptional<z.ZodString>;
6513
6513
  }, "strip", z.ZodTypeAny, {
6514
6514
  id: string;
6515
- title?: string | undefined;
6516
6515
  name?: string | undefined;
6516
+ title?: string | undefined;
6517
6517
  user?: string | undefined;
6518
6518
  mimetype?: string | undefined;
6519
6519
  filetype?: string | undefined;
@@ -6528,8 +6528,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6528
6528
  permalink?: string | undefined;
6529
6529
  }, {
6530
6530
  id: string;
6531
- title?: string | undefined;
6532
6531
  name?: string | undefined;
6532
+ title?: string | undefined;
6533
6533
  user?: string | undefined;
6534
6534
  mimetype?: string | undefined;
6535
6535
  filetype?: string | undefined;
@@ -6545,10 +6545,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6545
6545
  }>, "many">>;
6546
6546
  }, "strip", z.ZodTypeAny, {
6547
6547
  type: string;
6548
+ username?: string | undefined;
6548
6549
  text?: string | undefined;
6549
6550
  user?: string | undefined;
6550
6551
  ts?: string | undefined;
6551
- username?: string | undefined;
6552
6552
  attachments?: unknown[] | undefined;
6553
6553
  blocks?: unknown[] | undefined;
6554
6554
  thread_ts?: string | undefined;
@@ -6565,13 +6565,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6565
6565
  subscribed?: boolean | undefined;
6566
6566
  reactions?: {
6567
6567
  name: string;
6568
- users: string[];
6569
6568
  count: number;
6569
+ users: string[];
6570
6570
  }[] | undefined;
6571
6571
  files?: {
6572
6572
  id: string;
6573
- title?: string | undefined;
6574
6573
  name?: string | undefined;
6574
+ title?: string | undefined;
6575
6575
  user?: string | undefined;
6576
6576
  mimetype?: string | undefined;
6577
6577
  filetype?: string | undefined;
@@ -6587,10 +6587,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6587
6587
  }[] | undefined;
6588
6588
  }, {
6589
6589
  type: string;
6590
+ username?: string | undefined;
6590
6591
  text?: string | undefined;
6591
6592
  user?: string | undefined;
6592
6593
  ts?: string | undefined;
6593
- username?: string | undefined;
6594
6594
  attachments?: unknown[] | undefined;
6595
6595
  blocks?: unknown[] | undefined;
6596
6596
  thread_ts?: string | undefined;
@@ -6607,13 +6607,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6607
6607
  subscribed?: boolean | undefined;
6608
6608
  reactions?: {
6609
6609
  name: string;
6610
- users: string[];
6611
6610
  count: number;
6611
+ users: string[];
6612
6612
  }[] | undefined;
6613
6613
  files?: {
6614
6614
  id: string;
6615
- title?: string | undefined;
6616
6615
  name?: string | undefined;
6616
+ title?: string | undefined;
6617
6617
  user?: string | undefined;
6618
6618
  mimetype?: string | undefined;
6619
6619
  filetype?: string | undefined;
@@ -6639,19 +6639,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6639
6639
  error: z.ZodString;
6640
6640
  success: z.ZodBoolean;
6641
6641
  }, "strip", z.ZodTypeAny, {
6642
- error: string;
6643
- success: boolean;
6644
6642
  operation: "get_conversation_history";
6643
+ success: boolean;
6644
+ error: string;
6645
6645
  ok: boolean;
6646
- response_metadata?: {
6647
- next_cursor: string;
6648
- } | undefined;
6649
6646
  messages?: {
6650
6647
  type: string;
6648
+ username?: string | undefined;
6651
6649
  text?: string | undefined;
6652
6650
  user?: string | undefined;
6653
6651
  ts?: string | undefined;
6654
- username?: string | undefined;
6655
6652
  attachments?: unknown[] | undefined;
6656
6653
  blocks?: unknown[] | undefined;
6657
6654
  thread_ts?: string | undefined;
@@ -6668,13 +6665,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6668
6665
  subscribed?: boolean | undefined;
6669
6666
  reactions?: {
6670
6667
  name: string;
6671
- users: string[];
6672
6668
  count: number;
6669
+ users: string[];
6673
6670
  }[] | undefined;
6674
6671
  files?: {
6675
6672
  id: string;
6676
- title?: string | undefined;
6677
6673
  name?: string | undefined;
6674
+ title?: string | undefined;
6678
6675
  user?: string | undefined;
6679
6676
  mimetype?: string | undefined;
6680
6677
  filetype?: string | undefined;
@@ -6689,21 +6686,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6689
6686
  permalink?: string | undefined;
6690
6687
  }[] | undefined;
6691
6688
  }[] | undefined;
6689
+ response_metadata?: {
6690
+ next_cursor: string;
6691
+ } | undefined;
6692
6692
  has_more?: boolean | undefined;
6693
6693
  }, {
6694
- error: string;
6695
- success: boolean;
6696
6694
  operation: "get_conversation_history";
6695
+ success: boolean;
6696
+ error: string;
6697
6697
  ok: boolean;
6698
- response_metadata?: {
6699
- next_cursor: string;
6700
- } | undefined;
6701
6698
  messages?: {
6702
6699
  type: string;
6700
+ username?: string | undefined;
6703
6701
  text?: string | undefined;
6704
6702
  user?: string | undefined;
6705
6703
  ts?: string | undefined;
6706
- username?: string | undefined;
6707
6704
  attachments?: unknown[] | undefined;
6708
6705
  blocks?: unknown[] | undefined;
6709
6706
  thread_ts?: string | undefined;
@@ -6720,13 +6717,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6720
6717
  subscribed?: boolean | undefined;
6721
6718
  reactions?: {
6722
6719
  name: string;
6723
- users: string[];
6724
6720
  count: number;
6721
+ users: string[];
6725
6722
  }[] | undefined;
6726
6723
  files?: {
6727
6724
  id: string;
6728
- title?: string | undefined;
6729
6725
  name?: string | undefined;
6726
+ title?: string | undefined;
6730
6727
  user?: string | undefined;
6731
6728
  mimetype?: string | undefined;
6732
6729
  filetype?: string | undefined;
@@ -6741,6 +6738,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6741
6738
  permalink?: string | undefined;
6742
6739
  }[] | undefined;
6743
6740
  }[] | undefined;
6741
+ response_metadata?: {
6742
+ next_cursor: string;
6743
+ } | undefined;
6744
6744
  has_more?: boolean | undefined;
6745
6745
  }>, z.ZodObject<{
6746
6746
  operation: z.ZodLiteral<"get_thread_replies">;
@@ -6775,12 +6775,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6775
6775
  count: z.ZodNumber;
6776
6776
  }, "strip", z.ZodTypeAny, {
6777
6777
  name: string;
6778
- users: string[];
6779
6778
  count: number;
6779
+ users: string[];
6780
6780
  }, {
6781
6781
  name: string;
6782
- users: string[];
6783
6782
  count: number;
6783
+ users: string[];
6784
6784
  }>, "many">>;
6785
6785
  files: z.ZodOptional<z.ZodArray<z.ZodObject<{
6786
6786
  id: z.ZodString;
@@ -6800,8 +6800,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6800
6800
  permalink: z.ZodOptional<z.ZodString>;
6801
6801
  }, "strip", z.ZodTypeAny, {
6802
6802
  id: string;
6803
- title?: string | undefined;
6804
6803
  name?: string | undefined;
6804
+ title?: string | undefined;
6805
6805
  user?: string | undefined;
6806
6806
  mimetype?: string | undefined;
6807
6807
  filetype?: string | undefined;
@@ -6816,8 +6816,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6816
6816
  permalink?: string | undefined;
6817
6817
  }, {
6818
6818
  id: string;
6819
- title?: string | undefined;
6820
6819
  name?: string | undefined;
6820
+ title?: string | undefined;
6821
6821
  user?: string | undefined;
6822
6822
  mimetype?: string | undefined;
6823
6823
  filetype?: string | undefined;
@@ -6833,10 +6833,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6833
6833
  }>, "many">>;
6834
6834
  }, "strip", z.ZodTypeAny, {
6835
6835
  type: string;
6836
+ username?: string | undefined;
6836
6837
  text?: string | undefined;
6837
6838
  user?: string | undefined;
6838
6839
  ts?: string | undefined;
6839
- username?: string | undefined;
6840
6840
  attachments?: unknown[] | undefined;
6841
6841
  blocks?: unknown[] | undefined;
6842
6842
  thread_ts?: string | undefined;
@@ -6853,13 +6853,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6853
6853
  subscribed?: boolean | undefined;
6854
6854
  reactions?: {
6855
6855
  name: string;
6856
- users: string[];
6857
6856
  count: number;
6857
+ users: string[];
6858
6858
  }[] | undefined;
6859
6859
  files?: {
6860
6860
  id: string;
6861
- title?: string | undefined;
6862
6861
  name?: string | undefined;
6862
+ title?: string | undefined;
6863
6863
  user?: string | undefined;
6864
6864
  mimetype?: string | undefined;
6865
6865
  filetype?: string | undefined;
@@ -6875,10 +6875,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6875
6875
  }[] | undefined;
6876
6876
  }, {
6877
6877
  type: string;
6878
+ username?: string | undefined;
6878
6879
  text?: string | undefined;
6879
6880
  user?: string | undefined;
6880
6881
  ts?: string | undefined;
6881
- username?: string | undefined;
6882
6882
  attachments?: unknown[] | undefined;
6883
6883
  blocks?: unknown[] | undefined;
6884
6884
  thread_ts?: string | undefined;
@@ -6895,13 +6895,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6895
6895
  subscribed?: boolean | undefined;
6896
6896
  reactions?: {
6897
6897
  name: string;
6898
- users: string[];
6899
6898
  count: number;
6899
+ users: string[];
6900
6900
  }[] | undefined;
6901
6901
  files?: {
6902
6902
  id: string;
6903
- title?: string | undefined;
6904
6903
  name?: string | undefined;
6904
+ title?: string | undefined;
6905
6905
  user?: string | undefined;
6906
6906
  mimetype?: string | undefined;
6907
6907
  filetype?: string | undefined;
@@ -6927,19 +6927,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6927
6927
  error: z.ZodString;
6928
6928
  success: z.ZodBoolean;
6929
6929
  }, "strip", z.ZodTypeAny, {
6930
- error: string;
6931
- success: boolean;
6932
6930
  operation: "get_thread_replies";
6931
+ success: boolean;
6932
+ error: string;
6933
6933
  ok: boolean;
6934
- response_metadata?: {
6935
- next_cursor: string;
6936
- } | undefined;
6937
6934
  messages?: {
6938
6935
  type: string;
6936
+ username?: string | undefined;
6939
6937
  text?: string | undefined;
6940
6938
  user?: string | undefined;
6941
6939
  ts?: string | undefined;
6942
- username?: string | undefined;
6943
6940
  attachments?: unknown[] | undefined;
6944
6941
  blocks?: unknown[] | undefined;
6945
6942
  thread_ts?: string | undefined;
@@ -6956,13 +6953,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6956
6953
  subscribed?: boolean | undefined;
6957
6954
  reactions?: {
6958
6955
  name: string;
6959
- users: string[];
6960
6956
  count: number;
6957
+ users: string[];
6961
6958
  }[] | undefined;
6962
6959
  files?: {
6963
6960
  id: string;
6964
- title?: string | undefined;
6965
6961
  name?: string | undefined;
6962
+ title?: string | undefined;
6966
6963
  user?: string | undefined;
6967
6964
  mimetype?: string | undefined;
6968
6965
  filetype?: string | undefined;
@@ -6977,21 +6974,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6977
6974
  permalink?: string | undefined;
6978
6975
  }[] | undefined;
6979
6976
  }[] | undefined;
6977
+ response_metadata?: {
6978
+ next_cursor: string;
6979
+ } | undefined;
6980
6980
  has_more?: boolean | undefined;
6981
6981
  }, {
6982
- error: string;
6983
- success: boolean;
6984
6982
  operation: "get_thread_replies";
6983
+ success: boolean;
6984
+ error: string;
6985
6985
  ok: boolean;
6986
- response_metadata?: {
6987
- next_cursor: string;
6988
- } | undefined;
6989
6986
  messages?: {
6990
6987
  type: string;
6988
+ username?: string | undefined;
6991
6989
  text?: string | undefined;
6992
6990
  user?: string | undefined;
6993
6991
  ts?: string | undefined;
6994
- username?: string | undefined;
6995
6992
  attachments?: unknown[] | undefined;
6996
6993
  blocks?: unknown[] | undefined;
6997
6994
  thread_ts?: string | undefined;
@@ -7008,13 +7005,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7008
7005
  subscribed?: boolean | undefined;
7009
7006
  reactions?: {
7010
7007
  name: string;
7011
- users: string[];
7012
7008
  count: number;
7009
+ users: string[];
7013
7010
  }[] | undefined;
7014
7011
  files?: {
7015
7012
  id: string;
7016
- title?: string | undefined;
7017
7013
  name?: string | undefined;
7014
+ title?: string | undefined;
7018
7015
  user?: string | undefined;
7019
7016
  mimetype?: string | undefined;
7020
7017
  filetype?: string | undefined;
@@ -7029,6 +7026,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7029
7026
  permalink?: string | undefined;
7030
7027
  }[] | undefined;
7031
7028
  }[] | undefined;
7029
+ response_metadata?: {
7030
+ next_cursor: string;
7031
+ } | undefined;
7032
7032
  has_more?: boolean | undefined;
7033
7033
  }>, z.ZodObject<{
7034
7034
  operation: z.ZodLiteral<"update_message">;
@@ -7066,12 +7066,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7066
7066
  count: z.ZodNumber;
7067
7067
  }, "strip", z.ZodTypeAny, {
7068
7068
  name: string;
7069
- users: string[];
7070
7069
  count: number;
7070
+ users: string[];
7071
7071
  }, {
7072
7072
  name: string;
7073
- users: string[];
7074
7073
  count: number;
7074
+ users: string[];
7075
7075
  }>, "many">>;
7076
7076
  files: z.ZodOptional<z.ZodArray<z.ZodObject<{
7077
7077
  id: z.ZodString;
@@ -7091,8 +7091,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7091
7091
  permalink: z.ZodOptional<z.ZodString>;
7092
7092
  }, "strip", z.ZodTypeAny, {
7093
7093
  id: string;
7094
- title?: string | undefined;
7095
7094
  name?: string | undefined;
7095
+ title?: string | undefined;
7096
7096
  user?: string | undefined;
7097
7097
  mimetype?: string | undefined;
7098
7098
  filetype?: string | undefined;
@@ -7107,8 +7107,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7107
7107
  permalink?: string | undefined;
7108
7108
  }, {
7109
7109
  id: string;
7110
- title?: string | undefined;
7111
7110
  name?: string | undefined;
7111
+ title?: string | undefined;
7112
7112
  user?: string | undefined;
7113
7113
  mimetype?: string | undefined;
7114
7114
  filetype?: string | undefined;
@@ -7124,10 +7124,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7124
7124
  }>, "many">>;
7125
7125
  }, "strip", z.ZodTypeAny, {
7126
7126
  type: string;
7127
+ username?: string | undefined;
7127
7128
  text?: string | undefined;
7128
7129
  user?: string | undefined;
7129
7130
  ts?: string | undefined;
7130
- username?: string | undefined;
7131
7131
  attachments?: unknown[] | undefined;
7132
7132
  blocks?: unknown[] | undefined;
7133
7133
  thread_ts?: string | undefined;
@@ -7144,13 +7144,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7144
7144
  subscribed?: boolean | undefined;
7145
7145
  reactions?: {
7146
7146
  name: string;
7147
- users: string[];
7148
7147
  count: number;
7148
+ users: string[];
7149
7149
  }[] | undefined;
7150
7150
  files?: {
7151
7151
  id: string;
7152
- title?: string | undefined;
7153
7152
  name?: string | undefined;
7153
+ title?: string | undefined;
7154
7154
  user?: string | undefined;
7155
7155
  mimetype?: string | undefined;
7156
7156
  filetype?: string | undefined;
@@ -7166,10 +7166,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7166
7166
  }[] | undefined;
7167
7167
  }, {
7168
7168
  type: string;
7169
+ username?: string | undefined;
7169
7170
  text?: string | undefined;
7170
7171
  user?: string | undefined;
7171
7172
  ts?: string | undefined;
7172
- username?: string | undefined;
7173
7173
  attachments?: unknown[] | undefined;
7174
7174
  blocks?: unknown[] | undefined;
7175
7175
  thread_ts?: string | undefined;
@@ -7186,13 +7186,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7186
7186
  subscribed?: boolean | undefined;
7187
7187
  reactions?: {
7188
7188
  name: string;
7189
- users: string[];
7190
7189
  count: number;
7190
+ users: string[];
7191
7191
  }[] | undefined;
7192
7192
  files?: {
7193
7193
  id: string;
7194
- title?: string | undefined;
7195
7194
  name?: string | undefined;
7195
+ title?: string | undefined;
7196
7196
  user?: string | undefined;
7197
7197
  mimetype?: string | undefined;
7198
7198
  filetype?: string | undefined;
@@ -7210,16 +7210,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7210
7210
  error: z.ZodString;
7211
7211
  success: z.ZodBoolean;
7212
7212
  }, "strip", z.ZodTypeAny, {
7213
- error: string;
7214
- success: boolean;
7215
7213
  operation: "update_message";
7214
+ success: boolean;
7215
+ error: string;
7216
7216
  ok: boolean;
7217
7217
  message?: {
7218
7218
  type: string;
7219
+ username?: string | undefined;
7219
7220
  text?: string | undefined;
7220
7221
  user?: string | undefined;
7221
7222
  ts?: string | undefined;
7222
- username?: string | undefined;
7223
7223
  attachments?: unknown[] | undefined;
7224
7224
  blocks?: unknown[] | undefined;
7225
7225
  thread_ts?: string | undefined;
@@ -7236,13 +7236,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7236
7236
  subscribed?: boolean | undefined;
7237
7237
  reactions?: {
7238
7238
  name: string;
7239
- users: string[];
7240
7239
  count: number;
7240
+ users: string[];
7241
7241
  }[] | undefined;
7242
7242
  files?: {
7243
7243
  id: string;
7244
- title?: string | undefined;
7245
7244
  name?: string | undefined;
7245
+ title?: string | undefined;
7246
7246
  user?: string | undefined;
7247
7247
  mimetype?: string | undefined;
7248
7248
  filetype?: string | undefined;
@@ -7261,16 +7261,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7261
7261
  ts?: string | undefined;
7262
7262
  channel?: string | undefined;
7263
7263
  }, {
7264
- error: string;
7265
- success: boolean;
7266
7264
  operation: "update_message";
7265
+ success: boolean;
7266
+ error: string;
7267
7267
  ok: boolean;
7268
7268
  message?: {
7269
7269
  type: string;
7270
+ username?: string | undefined;
7270
7271
  text?: string | undefined;
7271
7272
  user?: string | undefined;
7272
7273
  ts?: string | undefined;
7273
- username?: string | undefined;
7274
7274
  attachments?: unknown[] | undefined;
7275
7275
  blocks?: unknown[] | undefined;
7276
7276
  thread_ts?: string | undefined;
@@ -7287,13 +7287,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7287
7287
  subscribed?: boolean | undefined;
7288
7288
  reactions?: {
7289
7289
  name: string;
7290
- users: string[];
7291
7290
  count: number;
7291
+ users: string[];
7292
7292
  }[] | undefined;
7293
7293
  files?: {
7294
7294
  id: string;
7295
- title?: string | undefined;
7296
7295
  name?: string | undefined;
7296
+ title?: string | undefined;
7297
7297
  user?: string | undefined;
7298
7298
  mimetype?: string | undefined;
7299
7299
  filetype?: string | undefined;
@@ -7319,16 +7319,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7319
7319
  error: z.ZodString;
7320
7320
  success: z.ZodBoolean;
7321
7321
  }, "strip", z.ZodTypeAny, {
7322
- error: string;
7323
- success: boolean;
7324
7322
  operation: "delete_message";
7323
+ success: boolean;
7324
+ error: string;
7325
7325
  ok: boolean;
7326
7326
  ts?: string | undefined;
7327
7327
  channel?: string | undefined;
7328
7328
  }, {
7329
- error: string;
7330
- success: boolean;
7331
7329
  operation: "delete_message";
7330
+ success: boolean;
7331
+ error: string;
7332
7332
  ok: boolean;
7333
7333
  ts?: string | undefined;
7334
7334
  channel?: string | undefined;
@@ -7338,14 +7338,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7338
7338
  error: z.ZodString;
7339
7339
  success: z.ZodBoolean;
7340
7340
  }, "strip", z.ZodTypeAny, {
7341
- error: string;
7342
- success: boolean;
7343
7341
  operation: "add_reaction";
7342
+ success: boolean;
7343
+ error: string;
7344
7344
  ok: boolean;
7345
7345
  }, {
7346
- error: string;
7347
- success: boolean;
7348
7346
  operation: "add_reaction";
7347
+ success: boolean;
7348
+ error: string;
7349
7349
  ok: boolean;
7350
7350
  }>, z.ZodObject<{
7351
7351
  operation: z.ZodLiteral<"remove_reaction">;
@@ -7353,14 +7353,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7353
7353
  error: z.ZodString;
7354
7354
  success: z.ZodBoolean;
7355
7355
  }, "strip", z.ZodTypeAny, {
7356
- error: string;
7357
- success: boolean;
7358
7356
  operation: "remove_reaction";
7357
+ success: boolean;
7358
+ error: string;
7359
7359
  ok: boolean;
7360
7360
  }, {
7361
- error: string;
7362
- success: boolean;
7363
7361
  operation: "remove_reaction";
7362
+ success: boolean;
7363
+ error: string;
7364
7364
  ok: boolean;
7365
7365
  }>, z.ZodObject<{
7366
7366
  operation: z.ZodLiteral<"join_channel">;
@@ -7485,9 +7485,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7485
7485
  error: z.ZodString;
7486
7486
  success: z.ZodBoolean;
7487
7487
  }, "strip", z.ZodTypeAny, {
7488
- error: string;
7489
- success: boolean;
7490
7488
  operation: "join_channel";
7489
+ success: boolean;
7490
+ error: string;
7491
7491
  ok: boolean;
7492
7492
  channel?: {
7493
7493
  name: string;
@@ -7525,9 +7525,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7525
7525
  } | undefined;
7526
7526
  already_in_channel?: boolean | undefined;
7527
7527
  }, {
7528
- error: string;
7529
- success: boolean;
7530
7528
  operation: "join_channel";
7529
+ success: boolean;
7530
+ error: string;
7531
7531
  ok: boolean;
7532
7532
  channel?: {
7533
7533
  name: string;
@@ -7677,8 +7677,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7677
7677
  }, "strip", z.ZodTypeAny, {
7678
7678
  name: string;
7679
7679
  id: string;
7680
- user: string;
7681
7680
  username: string;
7681
+ user: string;
7682
7682
  timestamp: number;
7683
7683
  created: number;
7684
7684
  mimetype: string;
@@ -7722,8 +7722,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7722
7722
  }, {
7723
7723
  name: string;
7724
7724
  id: string;
7725
- user: string;
7726
7725
  username: string;
7726
+ user: string;
7727
7727
  timestamp: number;
7728
7728
  created: number;
7729
7729
  mimetype: string;
@@ -7768,15 +7768,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7768
7768
  error: z.ZodString;
7769
7769
  success: z.ZodBoolean;
7770
7770
  }, "strip", z.ZodTypeAny, {
7771
- error: string;
7772
- success: boolean;
7773
7771
  operation: "upload_file";
7772
+ success: boolean;
7773
+ error: string;
7774
7774
  ok: boolean;
7775
7775
  file?: {
7776
7776
  name: string;
7777
7777
  id: string;
7778
- user: string;
7779
7778
  username: string;
7779
+ user: string;
7780
7780
  timestamp: number;
7781
7781
  created: number;
7782
7782
  mimetype: string;
@@ -7819,15 +7819,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7819
7819
  has_rich_preview?: boolean | undefined;
7820
7820
  } | undefined;
7821
7821
  }, {
7822
- error: string;
7823
- success: boolean;
7824
7822
  operation: "upload_file";
7823
+ success: boolean;
7824
+ error: string;
7825
7825
  ok: boolean;
7826
7826
  file?: {
7827
7827
  name: string;
7828
7828
  id: string;
7829
- user: string;
7830
7829
  username: string;
7830
+ user: string;
7831
7831
  timestamp: number;
7832
7832
  created: number;
7833
7833
  mimetype: string;
@@ -7878,17 +7878,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7878
7878
  error: z.ZodString;
7879
7879
  success: z.ZodBoolean;
7880
7880
  }, "strip", z.ZodTypeAny, {
7881
- error: string;
7882
- success: boolean;
7883
7881
  operation: "schedule_message";
7882
+ success: boolean;
7883
+ error: string;
7884
7884
  ok: boolean;
7885
7885
  channel?: string | undefined;
7886
7886
  post_at?: number | undefined;
7887
7887
  scheduled_message_id?: string | undefined;
7888
7888
  }, {
7889
- error: string;
7890
- success: boolean;
7891
7889
  operation: "schedule_message";
7890
+ success: boolean;
7891
+ error: string;
7892
7892
  ok: boolean;
7893
7893
  channel?: string | undefined;
7894
7894
  post_at?: number | undefined;
@@ -7948,9 +7948,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7948
7948
  error: z.ZodString;
7949
7949
  success: z.ZodBoolean;
7950
7950
  }, "strip", z.ZodTypeAny, {
7951
- error: string;
7952
- success: boolean;
7953
7951
  operation: "get_file_info";
7952
+ success: boolean;
7953
+ error: string;
7954
7954
  ok: boolean;
7955
7955
  file?: {
7956
7956
  name: string;
@@ -7970,9 +7970,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7970
7970
  permalink?: string | undefined;
7971
7971
  } | undefined;
7972
7972
  }, {
7973
- error: string;
7974
- success: boolean;
7975
7973
  operation: "get_file_info";
7974
+ success: boolean;
7975
+ error: string;
7976
7976
  ok: boolean;
7977
7977
  file?: {
7978
7978
  name: string;
@@ -8001,18 +8001,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
8001
8001
  error: z.ZodString;
8002
8002
  success: z.ZodBoolean;
8003
8003
  }, "strip", z.ZodTypeAny, {
8004
- error: string;
8005
- success: boolean;
8006
8004
  operation: "download_file";
8005
+ success: boolean;
8006
+ error: string;
8007
8007
  ok: boolean;
8008
8008
  content?: string | undefined;
8009
8009
  filename?: string | undefined;
8010
8010
  mimetype?: string | undefined;
8011
8011
  size?: number | undefined;
8012
8012
  }, {
8013
- error: string;
8014
- success: boolean;
8015
8013
  operation: "download_file";
8014
+ success: boolean;
8015
+ error: string;
8016
8016
  ok: boolean;
8017
8017
  content?: string | undefined;
8018
8018
  filename?: string | undefined;