@bubblelab/bubble-core 0.1.21 → 0.1.23

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 (96) hide show
  1. package/dist/bubble-bundle.d.ts +194 -91
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +10 -2
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +96 -96
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +54 -54
  7. package/dist/bubbles/service-bubble/airtable.d.ts +80 -80
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +27 -27
  10. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +8 -8
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +2784 -0
  12. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +1 -0
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.js +338 -0
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +1 -0
  15. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +3995 -0
  16. package/dist/bubbles/service-bubble/{slack/slack.schema.d.ts.map → crustdata/crustdata.schema.d.ts.map} +1 -1
  17. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +425 -0
  18. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -0
  19. package/dist/bubbles/service-bubble/crustdata/index.d.ts +3 -0
  20. package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -0
  21. package/dist/bubbles/service-bubble/crustdata/index.js +5 -0
  22. package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -0
  23. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  24. package/dist/bubbles/service-bubble/firecrawl.d.ts +980 -980
  25. package/dist/bubbles/service-bubble/followupboss.d.ts +393 -393
  26. package/dist/bubbles/service-bubble/github.d.ts +188 -188
  27. package/dist/bubbles/service-bubble/gmail.d.ts +148 -148
  28. package/dist/bubbles/service-bubble/google-calendar.d.ts +134 -134
  29. package/dist/bubbles/service-bubble/google-drive.d.ts +26 -26
  30. package/dist/bubbles/service-bubble/google-drive.js +2 -2
  31. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  32. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  33. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
  34. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  35. package/dist/bubbles/service-bubble/http.d.ts +12 -12
  36. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  37. package/dist/bubbles/service-bubble/notion/notion.d.ts +1011 -1011
  38. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  39. package/dist/bubbles/service-bubble/resend.d.ts +28 -28
  40. package/dist/bubbles/service-bubble/slack/slack.d.ts +445 -439
  41. package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
  42. package/dist/bubbles/service-bubble/slack/slack.js +89 -2
  43. package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
  44. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  45. package/dist/bubbles/service-bubble/telegram.d.ts +1889 -1889
  46. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
  47. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
  48. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +12 -12
  49. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
  50. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +740 -0
  52. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -0
  53. package/dist/bubbles/tool-bubble/company-enrichment-tool.js +351 -0
  54. package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -0
  55. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
  56. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
  57. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +148 -148
  58. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +934 -0
  59. package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -0
  60. package/dist/bubbles/tool-bubble/people-search-tool.js +675 -0
  61. package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -0
  62. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +20 -20
  63. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  64. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
  65. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +54 -54
  66. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
  67. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +16 -16
  68. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  69. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  70. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  71. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
  72. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  73. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  74. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +36 -36
  75. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  76. package/dist/bubbles.json +40 -2
  77. package/dist/index.d.ts +5 -0
  78. package/dist/index.d.ts.map +1 -1
  79. package/dist/index.js +3 -0
  80. package/dist/index.js.map +1 -1
  81. package/dist/utils/schema-comparison.d.ts +16 -0
  82. package/dist/utils/schema-comparison.d.ts.map +1 -1
  83. package/dist/utils/schema-comparison.js +98 -6
  84. package/dist/utils/schema-comparison.js.map +1 -1
  85. package/package.json +2 -2
  86. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +0 -31
  87. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +0 -1
  88. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +0 -184
  89. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +0 -1
  90. package/dist/bubbles/service-bubble/slack/slack.schema.d.ts +0 -3980
  91. package/dist/bubbles/service-bubble/slack/slack.schema.js +0 -1061
  92. package/dist/bubbles/service-bubble/slack/slack.schema.js.map +0 -1
  93. package/dist/bubbles/service-bubble/slack.d.ts +0 -2
  94. package/dist/bubbles/service-bubble/slack.d.ts.map +0 -1
  95. package/dist/bubbles/service-bubble/slack.js +0 -3
  96. package/dist/bubbles/service-bubble/slack.js.map +0 -1
@@ -44,13 +44,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
44
44
  short?: boolean | undefined;
45
45
  }[] | undefined;
46
46
  text?: string | undefined;
47
+ image_url?: string | undefined;
47
48
  color?: string | undefined;
48
49
  pretext?: string | undefined;
49
50
  author_name?: string | undefined;
50
51
  author_link?: string | undefined;
51
52
  author_icon?: string | undefined;
52
53
  title_link?: string | undefined;
53
- image_url?: string | undefined;
54
54
  thumb_url?: string | undefined;
55
55
  footer?: string | undefined;
56
56
  footer_icon?: string | undefined;
@@ -63,13 +63,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
63
63
  short?: boolean | undefined;
64
64
  }[] | undefined;
65
65
  text?: string | undefined;
66
+ image_url?: string | undefined;
66
67
  color?: string | undefined;
67
68
  pretext?: string | undefined;
68
69
  author_name?: string | undefined;
69
70
  author_link?: string | undefined;
70
71
  author_icon?: string | undefined;
71
72
  title_link?: string | undefined;
72
- image_url?: string | undefined;
73
73
  thumb_url?: string | undefined;
74
74
  footer?: string | undefined;
75
75
  footer_icon?: string | undefined;
@@ -101,14 +101,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
101
101
  emoji: z.ZodOptional<z.ZodBoolean>;
102
102
  verbatim: z.ZodOptional<z.ZodBoolean>;
103
103
  }, "strip", z.ZodTypeAny, {
104
- type: "plain_text" | "mrkdwn" | "image";
104
+ type: "image" | "plain_text" | "mrkdwn";
105
105
  emoji?: boolean | undefined;
106
106
  text?: string | undefined;
107
107
  image_url?: string | undefined;
108
108
  verbatim?: boolean | undefined;
109
109
  alt_text?: string | undefined;
110
110
  }, {
111
- type: "plain_text" | "mrkdwn" | "image";
111
+ type: "image" | "plain_text" | "mrkdwn";
112
112
  emoji?: boolean | undefined;
113
113
  text?: string | undefined;
114
114
  image_url?: string | undefined;
@@ -141,14 +141,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
141
141
  emoji: z.ZodOptional<z.ZodBoolean>;
142
142
  verbatim: z.ZodOptional<z.ZodBoolean>;
143
143
  }, "strip", z.ZodTypeAny, {
144
- type: "plain_text" | "mrkdwn" | "image";
144
+ type: "image" | "plain_text" | "mrkdwn";
145
145
  emoji?: boolean | undefined;
146
146
  text?: string | undefined;
147
147
  image_url?: string | undefined;
148
148
  verbatim?: boolean | undefined;
149
149
  alt_text?: string | undefined;
150
150
  }, {
151
- type: "plain_text" | "mrkdwn" | "image";
151
+ type: "image" | "plain_text" | "mrkdwn";
152
152
  emoji?: boolean | undefined;
153
153
  text?: string | undefined;
154
154
  image_url?: string | undefined;
@@ -181,14 +181,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
181
181
  emoji: z.ZodOptional<z.ZodBoolean>;
182
182
  verbatim: z.ZodOptional<z.ZodBoolean>;
183
183
  }, "strip", z.ZodTypeAny, {
184
- type: "plain_text" | "mrkdwn" | "image";
184
+ type: "image" | "plain_text" | "mrkdwn";
185
185
  emoji?: boolean | undefined;
186
186
  text?: string | undefined;
187
187
  image_url?: string | undefined;
188
188
  verbatim?: boolean | undefined;
189
189
  alt_text?: string | undefined;
190
190
  }, {
191
- type: "plain_text" | "mrkdwn" | "image";
191
+ type: "image" | "plain_text" | "mrkdwn";
192
192
  emoji?: boolean | undefined;
193
193
  text?: string | undefined;
194
194
  image_url?: string | undefined;
@@ -203,8 +203,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
203
203
  unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
204
204
  }, "strip", z.ZodTypeAny, {
205
205
  operation: "send_message";
206
- channel: string;
207
206
  text: string;
207
+ channel: string;
208
208
  reply_broadcast: boolean;
209
209
  unfurl_links: boolean;
210
210
  unfurl_media: boolean;
@@ -220,13 +220,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
220
220
  short?: boolean | undefined;
221
221
  }[] | undefined;
222
222
  text?: string | undefined;
223
+ image_url?: string | undefined;
223
224
  color?: string | undefined;
224
225
  pretext?: string | undefined;
225
226
  author_name?: string | undefined;
226
227
  author_link?: string | undefined;
227
228
  author_icon?: string | undefined;
228
229
  title_link?: string | undefined;
229
- image_url?: string | undefined;
230
230
  thumb_url?: string | undefined;
231
231
  footer?: string | undefined;
232
232
  footer_icon?: string | undefined;
@@ -258,14 +258,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
258
258
  emoji: z.ZodOptional<z.ZodBoolean>;
259
259
  verbatim: z.ZodOptional<z.ZodBoolean>;
260
260
  }, "strip", z.ZodTypeAny, {
261
- type: "plain_text" | "mrkdwn" | "image";
261
+ type: "image" | "plain_text" | "mrkdwn";
262
262
  emoji?: boolean | undefined;
263
263
  text?: string | undefined;
264
264
  image_url?: string | undefined;
265
265
  verbatim?: boolean | undefined;
266
266
  alt_text?: string | undefined;
267
267
  }, {
268
- type: "plain_text" | "mrkdwn" | "image";
268
+ type: "image" | "plain_text" | "mrkdwn";
269
269
  emoji?: boolean | undefined;
270
270
  text?: string | undefined;
271
271
  image_url?: string | undefined;
@@ -276,8 +276,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
276
276
  thread_ts?: string | undefined;
277
277
  }, {
278
278
  operation: "send_message";
279
- channel: string;
280
279
  text: string;
280
+ channel: string;
281
281
  credentials?: Partial<Record<CredentialType, string>> | undefined;
282
282
  username?: string | undefined;
283
283
  icon_emoji?: string | undefined;
@@ -290,13 +290,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
290
290
  short?: boolean | undefined;
291
291
  }[] | undefined;
292
292
  text?: string | undefined;
293
+ image_url?: string | undefined;
293
294
  color?: string | undefined;
294
295
  pretext?: string | undefined;
295
296
  author_name?: string | undefined;
296
297
  author_link?: string | undefined;
297
298
  author_icon?: string | undefined;
298
299
  title_link?: string | undefined;
299
- image_url?: string | undefined;
300
300
  thumb_url?: string | undefined;
301
301
  footer?: string | undefined;
302
302
  footer_icon?: string | undefined;
@@ -328,14 +328,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
328
328
  emoji: z.ZodOptional<z.ZodBoolean>;
329
329
  verbatim: z.ZodOptional<z.ZodBoolean>;
330
330
  }, "strip", z.ZodTypeAny, {
331
- type: "plain_text" | "mrkdwn" | "image";
331
+ type: "image" | "plain_text" | "mrkdwn";
332
332
  emoji?: boolean | undefined;
333
333
  text?: string | undefined;
334
334
  image_url?: string | undefined;
335
335
  verbatim?: boolean | undefined;
336
336
  alt_text?: string | undefined;
337
337
  }, {
338
- type: "plain_text" | "mrkdwn" | "image";
338
+ type: "image" | "plain_text" | "mrkdwn";
339
339
  emoji?: boolean | undefined;
340
340
  text?: string | undefined;
341
341
  image_url?: string | undefined;
@@ -356,18 +356,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
356
356
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
357
357
  }, "strip", z.ZodTypeAny, {
358
358
  operation: "list_channels";
359
+ limit: number;
359
360
  types: ("public_channel" | "private_channel" | "mpim" | "im")[];
360
361
  exclude_archived: boolean;
361
- limit: number;
362
362
  credentials?: Partial<Record<CredentialType, string>> | undefined;
363
363
  cursor?: string | undefined;
364
364
  }, {
365
365
  operation: "list_channels";
366
366
  credentials?: Partial<Record<CredentialType, string>> | undefined;
367
+ cursor?: string | undefined;
368
+ limit?: number | undefined;
367
369
  types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
368
370
  exclude_archived?: boolean | undefined;
369
- limit?: number | undefined;
370
- cursor?: string | undefined;
371
371
  }>, z.ZodObject<{
372
372
  operation: z.ZodLiteral<"get_channel_info">;
373
373
  channel: z.ZodString;
@@ -390,8 +390,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
390
390
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
391
391
  }, "strip", z.ZodTypeAny, {
392
392
  operation: "get_user_info";
393
- include_locale: boolean;
394
393
  user: string;
394
+ include_locale: boolean;
395
395
  credentials?: Partial<Record<CredentialType, string>> | undefined;
396
396
  }, {
397
397
  operation: "get_user_info";
@@ -413,8 +413,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
413
413
  }, {
414
414
  operation: "list_users";
415
415
  credentials?: Partial<Record<CredentialType, string>> | undefined;
416
- limit?: number | undefined;
417
416
  cursor?: string | undefined;
417
+ limit?: number | undefined;
418
418
  include_locale?: boolean | undefined;
419
419
  }>, z.ZodObject<{
420
420
  operation: z.ZodLiteral<"get_conversation_history">;
@@ -426,10 +426,10 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
426
426
  cursor: z.ZodOptional<z.ZodString>;
427
427
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
428
428
  }, "strip", z.ZodTypeAny, {
429
- inclusive: boolean;
430
429
  operation: "get_conversation_history";
431
- channel: string;
430
+ inclusive: boolean;
432
431
  limit: number;
432
+ channel: string;
433
433
  credentials?: Partial<Record<CredentialType, string>> | undefined;
434
434
  cursor?: string | undefined;
435
435
  latest?: string | undefined;
@@ -439,8 +439,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
439
439
  channel: string;
440
440
  inclusive?: boolean | undefined;
441
441
  credentials?: Partial<Record<CredentialType, string>> | undefined;
442
- limit?: number | undefined;
443
442
  cursor?: string | undefined;
443
+ limit?: number | undefined;
444
444
  latest?: string | undefined;
445
445
  oldest?: string | undefined;
446
446
  }>, z.ZodObject<{
@@ -454,23 +454,23 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
454
454
  cursor: z.ZodOptional<z.ZodString>;
455
455
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
456
456
  }, "strip", z.ZodTypeAny, {
457
- inclusive: boolean;
458
457
  operation: "get_thread_replies";
459
- channel: string;
460
- ts: string;
458
+ inclusive: boolean;
461
459
  limit: number;
460
+ ts: string;
461
+ channel: string;
462
462
  credentials?: Partial<Record<CredentialType, string>> | undefined;
463
463
  cursor?: string | undefined;
464
464
  latest?: string | undefined;
465
465
  oldest?: string | undefined;
466
466
  }, {
467
467
  operation: "get_thread_replies";
468
- channel: string;
469
468
  ts: string;
469
+ channel: string;
470
470
  inclusive?: boolean | undefined;
471
471
  credentials?: Partial<Record<CredentialType, string>> | undefined;
472
- limit?: number | undefined;
473
472
  cursor?: string | undefined;
473
+ limit?: number | undefined;
474
474
  latest?: string | undefined;
475
475
  oldest?: string | undefined;
476
476
  }>, z.ZodObject<{
@@ -513,13 +513,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
513
513
  short?: boolean | undefined;
514
514
  }[] | undefined;
515
515
  text?: string | undefined;
516
+ image_url?: string | undefined;
516
517
  color?: string | undefined;
517
518
  pretext?: string | undefined;
518
519
  author_name?: string | undefined;
519
520
  author_link?: string | undefined;
520
521
  author_icon?: string | undefined;
521
522
  title_link?: string | undefined;
522
- image_url?: string | undefined;
523
523
  thumb_url?: string | undefined;
524
524
  footer?: string | undefined;
525
525
  footer_icon?: string | undefined;
@@ -532,13 +532,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
532
532
  short?: boolean | undefined;
533
533
  }[] | undefined;
534
534
  text?: string | undefined;
535
+ image_url?: string | undefined;
535
536
  color?: string | undefined;
536
537
  pretext?: string | undefined;
537
538
  author_name?: string | undefined;
538
539
  author_link?: string | undefined;
539
540
  author_icon?: string | undefined;
540
541
  title_link?: string | undefined;
541
- image_url?: string | undefined;
542
542
  thumb_url?: string | undefined;
543
543
  footer?: string | undefined;
544
544
  footer_icon?: string | undefined;
@@ -570,14 +570,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
570
570
  emoji: z.ZodOptional<z.ZodBoolean>;
571
571
  verbatim: z.ZodOptional<z.ZodBoolean>;
572
572
  }, "strip", z.ZodTypeAny, {
573
- type: "plain_text" | "mrkdwn" | "image";
573
+ type: "image" | "plain_text" | "mrkdwn";
574
574
  emoji?: boolean | undefined;
575
575
  text?: string | undefined;
576
576
  image_url?: string | undefined;
577
577
  verbatim?: boolean | undefined;
578
578
  alt_text?: string | undefined;
579
579
  }, {
580
- type: "plain_text" | "mrkdwn" | "image";
580
+ type: "image" | "plain_text" | "mrkdwn";
581
581
  emoji?: boolean | undefined;
582
582
  text?: string | undefined;
583
583
  image_url?: string | undefined;
@@ -610,14 +610,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
610
610
  emoji: z.ZodOptional<z.ZodBoolean>;
611
611
  verbatim: z.ZodOptional<z.ZodBoolean>;
612
612
  }, "strip", z.ZodTypeAny, {
613
- type: "plain_text" | "mrkdwn" | "image";
613
+ type: "image" | "plain_text" | "mrkdwn";
614
614
  emoji?: boolean | undefined;
615
615
  text?: string | undefined;
616
616
  image_url?: string | undefined;
617
617
  verbatim?: boolean | undefined;
618
618
  alt_text?: string | undefined;
619
619
  }, {
620
- type: "plain_text" | "mrkdwn" | "image";
620
+ type: "image" | "plain_text" | "mrkdwn";
621
621
  emoji?: boolean | undefined;
622
622
  text?: string | undefined;
623
623
  image_url?: string | undefined;
@@ -650,14 +650,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
650
650
  emoji: z.ZodOptional<z.ZodBoolean>;
651
651
  verbatim: z.ZodOptional<z.ZodBoolean>;
652
652
  }, "strip", z.ZodTypeAny, {
653
- type: "plain_text" | "mrkdwn" | "image";
653
+ type: "image" | "plain_text" | "mrkdwn";
654
654
  emoji?: boolean | undefined;
655
655
  text?: string | undefined;
656
656
  image_url?: string | undefined;
657
657
  verbatim?: boolean | undefined;
658
658
  alt_text?: string | undefined;
659
659
  }, {
660
- type: "plain_text" | "mrkdwn" | "image";
660
+ type: "image" | "plain_text" | "mrkdwn";
661
661
  emoji?: boolean | undefined;
662
662
  text?: string | undefined;
663
663
  image_url?: string | undefined;
@@ -668,8 +668,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
668
668
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
669
669
  }, "strip", z.ZodTypeAny, {
670
670
  operation: "update_message";
671
- channel: string;
672
671
  ts: string;
672
+ channel: string;
673
673
  credentials?: Partial<Record<CredentialType, string>> | undefined;
674
674
  text?: string | undefined;
675
675
  attachments?: {
@@ -680,13 +680,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
680
680
  short?: boolean | undefined;
681
681
  }[] | undefined;
682
682
  text?: string | undefined;
683
+ image_url?: string | undefined;
683
684
  color?: string | undefined;
684
685
  pretext?: string | undefined;
685
686
  author_name?: string | undefined;
686
687
  author_link?: string | undefined;
687
688
  author_icon?: string | undefined;
688
689
  title_link?: string | undefined;
689
- image_url?: string | undefined;
690
690
  thumb_url?: string | undefined;
691
691
  footer?: string | undefined;
692
692
  footer_icon?: string | undefined;
@@ -718,14 +718,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
718
718
  emoji: z.ZodOptional<z.ZodBoolean>;
719
719
  verbatim: z.ZodOptional<z.ZodBoolean>;
720
720
  }, "strip", z.ZodTypeAny, {
721
- type: "plain_text" | "mrkdwn" | "image";
721
+ type: "image" | "plain_text" | "mrkdwn";
722
722
  emoji?: boolean | undefined;
723
723
  text?: string | undefined;
724
724
  image_url?: string | undefined;
725
725
  verbatim?: boolean | undefined;
726
726
  alt_text?: string | undefined;
727
727
  }, {
728
- type: "plain_text" | "mrkdwn" | "image";
728
+ type: "image" | "plain_text" | "mrkdwn";
729
729
  emoji?: boolean | undefined;
730
730
  text?: string | undefined;
731
731
  image_url?: string | undefined;
@@ -735,8 +735,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
735
735
  }, z.ZodTypeAny, "passthrough">[] | undefined;
736
736
  }, {
737
737
  operation: "update_message";
738
- channel: string;
739
738
  ts: string;
739
+ channel: string;
740
740
  credentials?: Partial<Record<CredentialType, string>> | undefined;
741
741
  text?: string | undefined;
742
742
  attachments?: {
@@ -747,13 +747,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
747
747
  short?: boolean | undefined;
748
748
  }[] | undefined;
749
749
  text?: string | undefined;
750
+ image_url?: string | undefined;
750
751
  color?: string | undefined;
751
752
  pretext?: string | undefined;
752
753
  author_name?: string | undefined;
753
754
  author_link?: string | undefined;
754
755
  author_icon?: string | undefined;
755
756
  title_link?: string | undefined;
756
- image_url?: string | undefined;
757
757
  thumb_url?: string | undefined;
758
758
  footer?: string | undefined;
759
759
  footer_icon?: string | undefined;
@@ -785,14 +785,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
785
785
  emoji: z.ZodOptional<z.ZodBoolean>;
786
786
  verbatim: z.ZodOptional<z.ZodBoolean>;
787
787
  }, "strip", z.ZodTypeAny, {
788
- type: "plain_text" | "mrkdwn" | "image";
788
+ type: "image" | "plain_text" | "mrkdwn";
789
789
  emoji?: boolean | undefined;
790
790
  text?: string | undefined;
791
791
  image_url?: string | undefined;
792
792
  verbatim?: boolean | undefined;
793
793
  alt_text?: string | undefined;
794
794
  }, {
795
- type: "plain_text" | "mrkdwn" | "image";
795
+ type: "image" | "plain_text" | "mrkdwn";
796
796
  emoji?: boolean | undefined;
797
797
  text?: string | undefined;
798
798
  image_url?: string | undefined;
@@ -807,13 +807,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
807
807
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
808
808
  }, "strip", z.ZodTypeAny, {
809
809
  operation: "delete_message";
810
- channel: string;
811
810
  ts: string;
811
+ channel: string;
812
812
  credentials?: Partial<Record<CredentialType, string>> | undefined;
813
813
  }, {
814
814
  operation: "delete_message";
815
- channel: string;
816
815
  ts: string;
816
+ channel: string;
817
817
  credentials?: Partial<Record<CredentialType, string>> | undefined;
818
818
  }>, z.ZodObject<{
819
819
  operation: z.ZodLiteral<"add_reaction">;
@@ -822,14 +822,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
822
822
  timestamp: z.ZodString;
823
823
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
824
824
  }, "strip", z.ZodTypeAny, {
825
- name: string;
826
825
  operation: "add_reaction";
826
+ name: string;
827
827
  channel: string;
828
828
  timestamp: string;
829
829
  credentials?: Partial<Record<CredentialType, string>> | undefined;
830
830
  }, {
831
- name: string;
832
831
  operation: "add_reaction";
832
+ name: string;
833
833
  channel: string;
834
834
  timestamp: string;
835
835
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -840,14 +840,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
840
840
  timestamp: z.ZodString;
841
841
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
842
842
  }, "strip", z.ZodTypeAny, {
843
- name: string;
844
843
  operation: "remove_reaction";
844
+ name: string;
845
845
  channel: string;
846
846
  timestamp: string;
847
847
  credentials?: Partial<Record<CredentialType, string>> | undefined;
848
848
  }, {
849
- name: string;
850
849
  operation: "remove_reaction";
850
+ name: string;
851
851
  channel: string;
852
852
  timestamp: string;
853
853
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -922,14 +922,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
922
922
  emoji: z.ZodOptional<z.ZodBoolean>;
923
923
  verbatim: z.ZodOptional<z.ZodBoolean>;
924
924
  }, "strip", z.ZodTypeAny, {
925
- type: "plain_text" | "mrkdwn" | "image";
925
+ type: "image" | "plain_text" | "mrkdwn";
926
926
  emoji?: boolean | undefined;
927
927
  text?: string | undefined;
928
928
  image_url?: string | undefined;
929
929
  verbatim?: boolean | undefined;
930
930
  alt_text?: string | undefined;
931
931
  }, {
932
- type: "plain_text" | "mrkdwn" | "image";
932
+ type: "image" | "plain_text" | "mrkdwn";
933
933
  emoji?: boolean | undefined;
934
934
  text?: string | undefined;
935
935
  image_url?: string | undefined;
@@ -962,14 +962,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
962
962
  emoji: z.ZodOptional<z.ZodBoolean>;
963
963
  verbatim: z.ZodOptional<z.ZodBoolean>;
964
964
  }, "strip", z.ZodTypeAny, {
965
- type: "plain_text" | "mrkdwn" | "image";
965
+ type: "image" | "plain_text" | "mrkdwn";
966
966
  emoji?: boolean | undefined;
967
967
  text?: string | undefined;
968
968
  image_url?: string | undefined;
969
969
  verbatim?: boolean | undefined;
970
970
  alt_text?: string | undefined;
971
971
  }, {
972
- type: "plain_text" | "mrkdwn" | "image";
972
+ type: "image" | "plain_text" | "mrkdwn";
973
973
  emoji?: boolean | undefined;
974
974
  text?: string | undefined;
975
975
  image_url?: string | undefined;
@@ -1002,14 +1002,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1002
1002
  emoji: z.ZodOptional<z.ZodBoolean>;
1003
1003
  verbatim: z.ZodOptional<z.ZodBoolean>;
1004
1004
  }, "strip", z.ZodTypeAny, {
1005
- type: "plain_text" | "mrkdwn" | "image";
1005
+ type: "image" | "plain_text" | "mrkdwn";
1006
1006
  emoji?: boolean | undefined;
1007
1007
  text?: string | undefined;
1008
1008
  image_url?: string | undefined;
1009
1009
  verbatim?: boolean | undefined;
1010
1010
  alt_text?: string | undefined;
1011
1011
  }, {
1012
- type: "plain_text" | "mrkdwn" | "image";
1012
+ type: "image" | "plain_text" | "mrkdwn";
1013
1013
  emoji?: boolean | undefined;
1014
1014
  text?: string | undefined;
1015
1015
  image_url?: string | undefined;
@@ -1022,8 +1022,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1022
1022
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1023
1023
  }, "strip", z.ZodTypeAny, {
1024
1024
  operation: "schedule_message";
1025
- channel: string;
1026
1025
  text: string;
1026
+ channel: string;
1027
1027
  unfurl_links: boolean;
1028
1028
  unfurl_media: boolean;
1029
1029
  post_at: number;
@@ -1054,14 +1054,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1054
1054
  emoji: z.ZodOptional<z.ZodBoolean>;
1055
1055
  verbatim: z.ZodOptional<z.ZodBoolean>;
1056
1056
  }, "strip", z.ZodTypeAny, {
1057
- type: "plain_text" | "mrkdwn" | "image";
1057
+ type: "image" | "plain_text" | "mrkdwn";
1058
1058
  emoji?: boolean | undefined;
1059
1059
  text?: string | undefined;
1060
1060
  image_url?: string | undefined;
1061
1061
  verbatim?: boolean | undefined;
1062
1062
  alt_text?: string | undefined;
1063
1063
  }, {
1064
- type: "plain_text" | "mrkdwn" | "image";
1064
+ type: "image" | "plain_text" | "mrkdwn";
1065
1065
  emoji?: boolean | undefined;
1066
1066
  text?: string | undefined;
1067
1067
  image_url?: string | undefined;
@@ -1072,8 +1072,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1072
1072
  thread_ts?: string | undefined;
1073
1073
  }, {
1074
1074
  operation: "schedule_message";
1075
- channel: string;
1076
1075
  text: string;
1076
+ channel: string;
1077
1077
  post_at: number;
1078
1078
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1079
1079
  blocks?: z.objectInputType<{
@@ -1102,14 +1102,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1102
1102
  emoji: z.ZodOptional<z.ZodBoolean>;
1103
1103
  verbatim: z.ZodOptional<z.ZodBoolean>;
1104
1104
  }, "strip", z.ZodTypeAny, {
1105
- type: "plain_text" | "mrkdwn" | "image";
1105
+ type: "image" | "plain_text" | "mrkdwn";
1106
1106
  emoji?: boolean | undefined;
1107
1107
  text?: string | undefined;
1108
1108
  image_url?: string | undefined;
1109
1109
  verbatim?: boolean | undefined;
1110
1110
  alt_text?: string | undefined;
1111
1111
  }, {
1112
- type: "plain_text" | "mrkdwn" | "image";
1112
+ type: "image" | "plain_text" | "mrkdwn";
1113
1113
  emoji?: boolean | undefined;
1114
1114
  text?: string | undefined;
1115
1115
  image_url?: string | undefined;
@@ -1155,23 +1155,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1155
1155
  users: z.ZodArray<z.ZodString, "many">;
1156
1156
  count: z.ZodNumber;
1157
1157
  }, "strip", z.ZodTypeAny, {
1158
+ count: number;
1158
1159
  name: string;
1159
1160
  users: string[];
1160
- count: number;
1161
1161
  }, {
1162
+ count: number;
1162
1163
  name: string;
1163
1164
  users: string[];
1164
- count: number;
1165
1165
  }>, "many">>;
1166
1166
  }, "strip", z.ZodTypeAny, {
1167
1167
  type: string;
1168
+ user?: string | undefined;
1168
1169
  text?: string | undefined;
1169
- username?: string | undefined;
1170
1170
  ts?: string | undefined;
1171
+ username?: string | undefined;
1171
1172
  attachments?: unknown[] | undefined;
1172
1173
  blocks?: unknown[] | undefined;
1173
1174
  thread_ts?: string | undefined;
1174
- user?: string | undefined;
1175
1175
  bot_id?: string | undefined;
1176
1176
  bot_profile?: {
1177
1177
  name?: string | undefined;
@@ -1184,19 +1184,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1184
1184
  is_locked?: boolean | undefined;
1185
1185
  subscribed?: boolean | undefined;
1186
1186
  reactions?: {
1187
+ count: number;
1187
1188
  name: string;
1188
1189
  users: string[];
1189
- count: number;
1190
1190
  }[] | undefined;
1191
1191
  }, {
1192
1192
  type: string;
1193
+ user?: string | undefined;
1193
1194
  text?: string | undefined;
1194
- username?: string | undefined;
1195
1195
  ts?: string | undefined;
1196
+ username?: string | undefined;
1196
1197
  attachments?: unknown[] | undefined;
1197
1198
  blocks?: unknown[] | undefined;
1198
1199
  thread_ts?: string | undefined;
1199
- user?: string | undefined;
1200
1200
  bot_id?: string | undefined;
1201
1201
  bot_profile?: {
1202
1202
  name?: string | undefined;
@@ -1209,27 +1209,27 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1209
1209
  is_locked?: boolean | undefined;
1210
1210
  subscribed?: boolean | undefined;
1211
1211
  reactions?: {
1212
+ count: number;
1212
1213
  name: string;
1213
1214
  users: string[];
1214
- count: number;
1215
1215
  }[] | undefined;
1216
1216
  }>>;
1217
1217
  error: z.ZodString;
1218
1218
  success: z.ZodBoolean;
1219
1219
  }, "strip", z.ZodTypeAny, {
1220
+ operation: "send_message";
1220
1221
  success: boolean;
1221
1222
  error: string;
1222
- operation: "send_message";
1223
1223
  ok: boolean;
1224
1224
  message?: {
1225
1225
  type: string;
1226
+ user?: string | undefined;
1226
1227
  text?: string | undefined;
1227
- username?: string | undefined;
1228
1228
  ts?: string | undefined;
1229
+ username?: string | undefined;
1229
1230
  attachments?: unknown[] | undefined;
1230
1231
  blocks?: unknown[] | undefined;
1231
1232
  thread_ts?: string | undefined;
1232
- user?: string | undefined;
1233
1233
  bot_id?: string | undefined;
1234
1234
  bot_profile?: {
1235
1235
  name?: string | undefined;
@@ -1242,27 +1242,27 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1242
1242
  is_locked?: boolean | undefined;
1243
1243
  subscribed?: boolean | undefined;
1244
1244
  reactions?: {
1245
+ count: number;
1245
1246
  name: string;
1246
1247
  users: string[];
1247
- count: number;
1248
1248
  }[] | undefined;
1249
1249
  } | undefined;
1250
- channel?: string | undefined;
1251
1250
  ts?: string | undefined;
1251
+ channel?: string | undefined;
1252
1252
  }, {
1253
+ operation: "send_message";
1253
1254
  success: boolean;
1254
1255
  error: string;
1255
- operation: "send_message";
1256
1256
  ok: boolean;
1257
1257
  message?: {
1258
1258
  type: string;
1259
+ user?: string | undefined;
1259
1260
  text?: string | undefined;
1260
- username?: string | undefined;
1261
1261
  ts?: string | undefined;
1262
+ username?: string | undefined;
1262
1263
  attachments?: unknown[] | undefined;
1263
1264
  blocks?: unknown[] | undefined;
1264
1265
  thread_ts?: string | undefined;
1265
- user?: string | undefined;
1266
1266
  bot_id?: string | undefined;
1267
1267
  bot_profile?: {
1268
1268
  name?: string | undefined;
@@ -1275,13 +1275,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1275
1275
  is_locked?: boolean | undefined;
1276
1276
  subscribed?: boolean | undefined;
1277
1277
  reactions?: {
1278
+ count: number;
1278
1279
  name: string;
1279
1280
  users: string[];
1280
- count: number;
1281
1281
  }[] | undefined;
1282
1282
  } | undefined;
1283
- channel?: string | undefined;
1284
1283
  ts?: string | undefined;
1284
+ channel?: string | undefined;
1285
1285
  }>, z.ZodObject<{
1286
1286
  operation: z.ZodLiteral<"list_channels">;
1287
1287
  ok: z.ZodBoolean;
@@ -1411,10 +1411,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1411
1411
  error: z.ZodString;
1412
1412
  success: z.ZodBoolean;
1413
1413
  }, "strip", z.ZodTypeAny, {
1414
+ operation: "list_channels";
1414
1415
  success: boolean;
1415
1416
  error: string;
1416
- operation: "list_channels";
1417
1417
  ok: boolean;
1418
+ response_metadata?: {
1419
+ next_cursor: string;
1420
+ } | undefined;
1418
1421
  channels?: {
1419
1422
  name: string;
1420
1423
  id: string;
@@ -1449,14 +1452,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1449
1452
  } | undefined;
1450
1453
  num_members?: number | undefined;
1451
1454
  }[] | undefined;
1452
- response_metadata?: {
1453
- next_cursor: string;
1454
- } | undefined;
1455
1455
  }, {
1456
+ operation: "list_channels";
1456
1457
  success: boolean;
1457
1458
  error: string;
1458
- operation: "list_channels";
1459
1459
  ok: boolean;
1460
+ response_metadata?: {
1461
+ next_cursor: string;
1462
+ } | undefined;
1460
1463
  channels?: {
1461
1464
  name: string;
1462
1465
  id: string;
@@ -1491,9 +1494,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1491
1494
  } | undefined;
1492
1495
  num_members?: number | undefined;
1493
1496
  }[] | undefined;
1494
- response_metadata?: {
1495
- next_cursor: string;
1496
- } | undefined;
1497
1497
  }>, z.ZodObject<{
1498
1498
  operation: z.ZodLiteral<"get_channel_info">;
1499
1499
  ok: z.ZodBoolean;
@@ -1616,9 +1616,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1616
1616
  error: z.ZodString;
1617
1617
  success: z.ZodBoolean;
1618
1618
  }, "strip", z.ZodTypeAny, {
1619
+ operation: "get_channel_info";
1619
1620
  success: boolean;
1620
1621
  error: string;
1621
- operation: "get_channel_info";
1622
1622
  ok: boolean;
1623
1623
  channel?: {
1624
1624
  name: string;
@@ -1655,9 +1655,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1655
1655
  num_members?: number | undefined;
1656
1656
  } | undefined;
1657
1657
  }, {
1658
+ operation: "get_channel_info";
1658
1659
  success: boolean;
1659
1660
  error: string;
1660
- operation: "get_channel_info";
1661
1661
  ok: boolean;
1662
1662
  channel?: {
1663
1663
  name: string;
@@ -1735,6 +1735,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1735
1735
  title?: string | undefined;
1736
1736
  email?: string | undefined;
1737
1737
  fields?: Record<string, unknown> | undefined;
1738
+ first_name?: string | undefined;
1739
+ last_name?: string | undefined;
1738
1740
  real_name?: string | undefined;
1739
1741
  phone?: string | undefined;
1740
1742
  skype?: string | undefined;
@@ -1747,8 +1749,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1747
1749
  avatar_hash?: string | undefined;
1748
1750
  image_original?: string | undefined;
1749
1751
  is_custom_image?: boolean | undefined;
1750
- first_name?: string | undefined;
1751
- last_name?: string | undefined;
1752
1752
  image_24?: string | undefined;
1753
1753
  image_32?: string | undefined;
1754
1754
  image_48?: string | undefined;
@@ -1760,6 +1760,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1760
1760
  title?: string | undefined;
1761
1761
  email?: string | undefined;
1762
1762
  fields?: Record<string, unknown> | undefined;
1763
+ first_name?: string | undefined;
1764
+ last_name?: string | undefined;
1763
1765
  real_name?: string | undefined;
1764
1766
  phone?: string | undefined;
1765
1767
  skype?: string | undefined;
@@ -1772,8 +1774,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1772
1774
  avatar_hash?: string | undefined;
1773
1775
  image_original?: string | undefined;
1774
1776
  is_custom_image?: boolean | undefined;
1775
- first_name?: string | undefined;
1776
- last_name?: string | undefined;
1777
1777
  image_24?: string | undefined;
1778
1778
  image_32?: string | undefined;
1779
1779
  image_48?: string | undefined;
@@ -1805,6 +1805,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1805
1805
  title?: string | undefined;
1806
1806
  email?: string | undefined;
1807
1807
  fields?: Record<string, unknown> | undefined;
1808
+ first_name?: string | undefined;
1809
+ last_name?: string | undefined;
1808
1810
  real_name?: string | undefined;
1809
1811
  phone?: string | undefined;
1810
1812
  skype?: string | undefined;
@@ -1817,8 +1819,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1817
1819
  avatar_hash?: string | undefined;
1818
1820
  image_original?: string | undefined;
1819
1821
  is_custom_image?: boolean | undefined;
1820
- first_name?: string | undefined;
1821
- last_name?: string | undefined;
1822
1822
  image_24?: string | undefined;
1823
1823
  image_32?: string | undefined;
1824
1824
  image_48?: string | undefined;
@@ -1850,6 +1850,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1850
1850
  title?: string | undefined;
1851
1851
  email?: string | undefined;
1852
1852
  fields?: Record<string, unknown> | undefined;
1853
+ first_name?: string | undefined;
1854
+ last_name?: string | undefined;
1853
1855
  real_name?: string | undefined;
1854
1856
  phone?: string | undefined;
1855
1857
  skype?: string | undefined;
@@ -1862,8 +1864,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1862
1864
  avatar_hash?: string | undefined;
1863
1865
  image_original?: string | undefined;
1864
1866
  is_custom_image?: boolean | undefined;
1865
- first_name?: string | undefined;
1866
- last_name?: string | undefined;
1867
1867
  image_24?: string | undefined;
1868
1868
  image_32?: string | undefined;
1869
1869
  image_48?: string | undefined;
@@ -1885,9 +1885,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1885
1885
  error: z.ZodString;
1886
1886
  success: z.ZodBoolean;
1887
1887
  }, "strip", z.ZodTypeAny, {
1888
+ operation: "get_user_info";
1888
1889
  success: boolean;
1889
1890
  error: string;
1890
- operation: "get_user_info";
1891
1891
  ok: boolean;
1892
1892
  user?: {
1893
1893
  name: string;
@@ -1903,6 +1903,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1903
1903
  title?: string | undefined;
1904
1904
  email?: string | undefined;
1905
1905
  fields?: Record<string, unknown> | undefined;
1906
+ first_name?: string | undefined;
1907
+ last_name?: string | undefined;
1906
1908
  real_name?: string | undefined;
1907
1909
  phone?: string | undefined;
1908
1910
  skype?: string | undefined;
@@ -1915,8 +1917,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1915
1917
  avatar_hash?: string | undefined;
1916
1918
  image_original?: string | undefined;
1917
1919
  is_custom_image?: boolean | undefined;
1918
- first_name?: string | undefined;
1919
- last_name?: string | undefined;
1920
1920
  image_24?: string | undefined;
1921
1921
  image_32?: string | undefined;
1922
1922
  image_48?: string | undefined;
@@ -1936,9 +1936,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1936
1936
  has_2fa?: boolean | undefined;
1937
1937
  } | undefined;
1938
1938
  }, {
1939
+ operation: "get_user_info";
1939
1940
  success: boolean;
1940
1941
  error: string;
1941
- operation: "get_user_info";
1942
1942
  ok: boolean;
1943
1943
  user?: {
1944
1944
  name: string;
@@ -1954,6 +1954,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1954
1954
  title?: string | undefined;
1955
1955
  email?: string | undefined;
1956
1956
  fields?: Record<string, unknown> | undefined;
1957
+ first_name?: string | undefined;
1958
+ last_name?: string | undefined;
1957
1959
  real_name?: string | undefined;
1958
1960
  phone?: string | undefined;
1959
1961
  skype?: string | undefined;
@@ -1966,8 +1968,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1966
1968
  avatar_hash?: string | undefined;
1967
1969
  image_original?: string | undefined;
1968
1970
  is_custom_image?: boolean | undefined;
1969
- first_name?: string | undefined;
1970
- last_name?: string | undefined;
1971
1971
  image_24?: string | undefined;
1972
1972
  image_32?: string | undefined;
1973
1973
  image_48?: string | undefined;
@@ -2028,6 +2028,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2028
2028
  title?: string | undefined;
2029
2029
  email?: string | undefined;
2030
2030
  fields?: Record<string, unknown> | undefined;
2031
+ first_name?: string | undefined;
2032
+ last_name?: string | undefined;
2031
2033
  real_name?: string | undefined;
2032
2034
  phone?: string | undefined;
2033
2035
  skype?: string | undefined;
@@ -2040,8 +2042,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2040
2042
  avatar_hash?: string | undefined;
2041
2043
  image_original?: string | undefined;
2042
2044
  is_custom_image?: boolean | undefined;
2043
- first_name?: string | undefined;
2044
- last_name?: string | undefined;
2045
2045
  image_24?: string | undefined;
2046
2046
  image_32?: string | undefined;
2047
2047
  image_48?: string | undefined;
@@ -2053,6 +2053,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2053
2053
  title?: string | undefined;
2054
2054
  email?: string | undefined;
2055
2055
  fields?: Record<string, unknown> | undefined;
2056
+ first_name?: string | undefined;
2057
+ last_name?: string | undefined;
2056
2058
  real_name?: string | undefined;
2057
2059
  phone?: string | undefined;
2058
2060
  skype?: string | undefined;
@@ -2065,8 +2067,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2065
2067
  avatar_hash?: string | undefined;
2066
2068
  image_original?: string | undefined;
2067
2069
  is_custom_image?: boolean | undefined;
2068
- first_name?: string | undefined;
2069
- last_name?: string | undefined;
2070
2070
  image_24?: string | undefined;
2071
2071
  image_32?: string | undefined;
2072
2072
  image_48?: string | undefined;
@@ -2098,6 +2098,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2098
2098
  title?: string | undefined;
2099
2099
  email?: string | undefined;
2100
2100
  fields?: Record<string, unknown> | undefined;
2101
+ first_name?: string | undefined;
2102
+ last_name?: string | undefined;
2101
2103
  real_name?: string | undefined;
2102
2104
  phone?: string | undefined;
2103
2105
  skype?: string | undefined;
@@ -2110,8 +2112,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2110
2112
  avatar_hash?: string | undefined;
2111
2113
  image_original?: string | undefined;
2112
2114
  is_custom_image?: boolean | undefined;
2113
- first_name?: string | undefined;
2114
- last_name?: string | undefined;
2115
2115
  image_24?: string | undefined;
2116
2116
  image_32?: string | undefined;
2117
2117
  image_48?: string | undefined;
@@ -2143,6 +2143,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2143
2143
  title?: string | undefined;
2144
2144
  email?: string | undefined;
2145
2145
  fields?: Record<string, unknown> | undefined;
2146
+ first_name?: string | undefined;
2147
+ last_name?: string | undefined;
2146
2148
  real_name?: string | undefined;
2147
2149
  phone?: string | undefined;
2148
2150
  skype?: string | undefined;
@@ -2155,8 +2157,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2155
2157
  avatar_hash?: string | undefined;
2156
2158
  image_original?: string | undefined;
2157
2159
  is_custom_image?: boolean | undefined;
2158
- first_name?: string | undefined;
2159
- last_name?: string | undefined;
2160
2160
  image_24?: string | undefined;
2161
2161
  image_32?: string | undefined;
2162
2162
  image_48?: string | undefined;
@@ -2185,9 +2185,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2185
2185
  error: z.ZodString;
2186
2186
  success: z.ZodBoolean;
2187
2187
  }, "strip", z.ZodTypeAny, {
2188
+ operation: "list_users";
2188
2189
  success: boolean;
2189
2190
  error: string;
2190
- operation: "list_users";
2191
2191
  ok: boolean;
2192
2192
  response_metadata?: {
2193
2193
  next_cursor: string;
@@ -2206,6 +2206,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2206
2206
  title?: string | undefined;
2207
2207
  email?: string | undefined;
2208
2208
  fields?: Record<string, unknown> | undefined;
2209
+ first_name?: string | undefined;
2210
+ last_name?: string | undefined;
2209
2211
  real_name?: string | undefined;
2210
2212
  phone?: string | undefined;
2211
2213
  skype?: string | undefined;
@@ -2218,8 +2220,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2218
2220
  avatar_hash?: string | undefined;
2219
2221
  image_original?: string | undefined;
2220
2222
  is_custom_image?: boolean | undefined;
2221
- first_name?: string | undefined;
2222
- last_name?: string | undefined;
2223
2223
  image_24?: string | undefined;
2224
2224
  image_32?: string | undefined;
2225
2225
  image_48?: string | undefined;
@@ -2239,9 +2239,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2239
2239
  has_2fa?: boolean | undefined;
2240
2240
  }[] | undefined;
2241
2241
  }, {
2242
+ operation: "list_users";
2242
2243
  success: boolean;
2243
2244
  error: string;
2244
- operation: "list_users";
2245
2245
  ok: boolean;
2246
2246
  response_metadata?: {
2247
2247
  next_cursor: string;
@@ -2260,6 +2260,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2260
2260
  title?: string | undefined;
2261
2261
  email?: string | undefined;
2262
2262
  fields?: Record<string, unknown> | undefined;
2263
+ first_name?: string | undefined;
2264
+ last_name?: string | undefined;
2263
2265
  real_name?: string | undefined;
2264
2266
  phone?: string | undefined;
2265
2267
  skype?: string | undefined;
@@ -2272,8 +2274,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2272
2274
  avatar_hash?: string | undefined;
2273
2275
  image_original?: string | undefined;
2274
2276
  is_custom_image?: boolean | undefined;
2275
- first_name?: string | undefined;
2276
- last_name?: string | undefined;
2277
2277
  image_24?: string | undefined;
2278
2278
  image_32?: string | undefined;
2279
2279
  image_48?: string | undefined;
@@ -2324,23 +2324,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2324
2324
  users: z.ZodArray<z.ZodString, "many">;
2325
2325
  count: z.ZodNumber;
2326
2326
  }, "strip", z.ZodTypeAny, {
2327
+ count: number;
2327
2328
  name: string;
2328
2329
  users: string[];
2329
- count: number;
2330
2330
  }, {
2331
+ count: number;
2331
2332
  name: string;
2332
2333
  users: string[];
2333
- count: number;
2334
2334
  }>, "many">>;
2335
2335
  }, "strip", z.ZodTypeAny, {
2336
2336
  type: string;
2337
+ user?: string | undefined;
2337
2338
  text?: string | undefined;
2338
- username?: string | undefined;
2339
2339
  ts?: string | undefined;
2340
+ username?: string | undefined;
2340
2341
  attachments?: unknown[] | undefined;
2341
2342
  blocks?: unknown[] | undefined;
2342
2343
  thread_ts?: string | undefined;
2343
- user?: string | undefined;
2344
2344
  bot_id?: string | undefined;
2345
2345
  bot_profile?: {
2346
2346
  name?: string | undefined;
@@ -2353,19 +2353,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2353
2353
  is_locked?: boolean | undefined;
2354
2354
  subscribed?: boolean | undefined;
2355
2355
  reactions?: {
2356
+ count: number;
2356
2357
  name: string;
2357
2358
  users: string[];
2358
- count: number;
2359
2359
  }[] | undefined;
2360
2360
  }, {
2361
2361
  type: string;
2362
+ user?: string | undefined;
2362
2363
  text?: string | undefined;
2363
- username?: string | undefined;
2364
2364
  ts?: string | undefined;
2365
+ username?: string | undefined;
2365
2366
  attachments?: unknown[] | undefined;
2366
2367
  blocks?: unknown[] | undefined;
2367
2368
  thread_ts?: string | undefined;
2368
- user?: string | undefined;
2369
2369
  bot_id?: string | undefined;
2370
2370
  bot_profile?: {
2371
2371
  name?: string | undefined;
@@ -2378,9 +2378,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2378
2378
  is_locked?: boolean | undefined;
2379
2379
  subscribed?: boolean | undefined;
2380
2380
  reactions?: {
2381
+ count: number;
2381
2382
  name: string;
2382
2383
  users: string[];
2383
- count: number;
2384
2384
  }[] | undefined;
2385
2385
  }>, "many">>;
2386
2386
  has_more: z.ZodOptional<z.ZodBoolean>;
@@ -2394,22 +2394,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2394
2394
  error: z.ZodString;
2395
2395
  success: z.ZodBoolean;
2396
2396
  }, "strip", z.ZodTypeAny, {
2397
+ operation: "get_conversation_history";
2397
2398
  success: boolean;
2398
2399
  error: string;
2399
- operation: "get_conversation_history";
2400
2400
  ok: boolean;
2401
- response_metadata?: {
2402
- next_cursor: string;
2403
- } | undefined;
2404
2401
  messages?: {
2405
2402
  type: string;
2403
+ user?: string | undefined;
2406
2404
  text?: string | undefined;
2407
- username?: string | undefined;
2408
2405
  ts?: string | undefined;
2406
+ username?: string | undefined;
2409
2407
  attachments?: unknown[] | undefined;
2410
2408
  blocks?: unknown[] | undefined;
2411
2409
  thread_ts?: string | undefined;
2412
- user?: string | undefined;
2413
2410
  bot_id?: string | undefined;
2414
2411
  bot_profile?: {
2415
2412
  name?: string | undefined;
@@ -2422,29 +2419,29 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2422
2419
  is_locked?: boolean | undefined;
2423
2420
  subscribed?: boolean | undefined;
2424
2421
  reactions?: {
2422
+ count: number;
2425
2423
  name: string;
2426
2424
  users: string[];
2427
- count: number;
2428
2425
  }[] | undefined;
2429
2426
  }[] | undefined;
2427
+ response_metadata?: {
2428
+ next_cursor: string;
2429
+ } | undefined;
2430
2430
  has_more?: boolean | undefined;
2431
2431
  }, {
2432
+ operation: "get_conversation_history";
2432
2433
  success: boolean;
2433
2434
  error: string;
2434
- operation: "get_conversation_history";
2435
2435
  ok: boolean;
2436
- response_metadata?: {
2437
- next_cursor: string;
2438
- } | undefined;
2439
2436
  messages?: {
2440
2437
  type: string;
2438
+ user?: string | undefined;
2441
2439
  text?: string | undefined;
2442
- username?: string | undefined;
2443
2440
  ts?: string | undefined;
2441
+ username?: string | undefined;
2444
2442
  attachments?: unknown[] | undefined;
2445
2443
  blocks?: unknown[] | undefined;
2446
2444
  thread_ts?: string | undefined;
2447
- user?: string | undefined;
2448
2445
  bot_id?: string | undefined;
2449
2446
  bot_profile?: {
2450
2447
  name?: string | undefined;
@@ -2457,11 +2454,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2457
2454
  is_locked?: boolean | undefined;
2458
2455
  subscribed?: boolean | undefined;
2459
2456
  reactions?: {
2457
+ count: number;
2460
2458
  name: string;
2461
2459
  users: string[];
2462
- count: number;
2463
2460
  }[] | undefined;
2464
2461
  }[] | undefined;
2462
+ response_metadata?: {
2463
+ next_cursor: string;
2464
+ } | undefined;
2465
2465
  has_more?: boolean | undefined;
2466
2466
  }>, z.ZodObject<{
2467
2467
  operation: z.ZodLiteral<"get_thread_replies">;
@@ -2495,23 +2495,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2495
2495
  users: z.ZodArray<z.ZodString, "many">;
2496
2496
  count: z.ZodNumber;
2497
2497
  }, "strip", z.ZodTypeAny, {
2498
+ count: number;
2498
2499
  name: string;
2499
2500
  users: string[];
2500
- count: number;
2501
2501
  }, {
2502
+ count: number;
2502
2503
  name: string;
2503
2504
  users: string[];
2504
- count: number;
2505
2505
  }>, "many">>;
2506
2506
  }, "strip", z.ZodTypeAny, {
2507
2507
  type: string;
2508
+ user?: string | undefined;
2508
2509
  text?: string | undefined;
2509
- username?: string | undefined;
2510
2510
  ts?: string | undefined;
2511
+ username?: string | undefined;
2511
2512
  attachments?: unknown[] | undefined;
2512
2513
  blocks?: unknown[] | undefined;
2513
2514
  thread_ts?: string | undefined;
2514
- user?: string | undefined;
2515
2515
  bot_id?: string | undefined;
2516
2516
  bot_profile?: {
2517
2517
  name?: string | undefined;
@@ -2524,19 +2524,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2524
2524
  is_locked?: boolean | undefined;
2525
2525
  subscribed?: boolean | undefined;
2526
2526
  reactions?: {
2527
+ count: number;
2527
2528
  name: string;
2528
2529
  users: string[];
2529
- count: number;
2530
2530
  }[] | undefined;
2531
2531
  }, {
2532
2532
  type: string;
2533
+ user?: string | undefined;
2533
2534
  text?: string | undefined;
2534
- username?: string | undefined;
2535
2535
  ts?: string | undefined;
2536
+ username?: string | undefined;
2536
2537
  attachments?: unknown[] | undefined;
2537
2538
  blocks?: unknown[] | undefined;
2538
2539
  thread_ts?: string | undefined;
2539
- user?: string | undefined;
2540
2540
  bot_id?: string | undefined;
2541
2541
  bot_profile?: {
2542
2542
  name?: string | undefined;
@@ -2549,9 +2549,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2549
2549
  is_locked?: boolean | undefined;
2550
2550
  subscribed?: boolean | undefined;
2551
2551
  reactions?: {
2552
+ count: number;
2552
2553
  name: string;
2553
2554
  users: string[];
2554
- count: number;
2555
2555
  }[] | undefined;
2556
2556
  }>, "many">>;
2557
2557
  has_more: z.ZodOptional<z.ZodBoolean>;
@@ -2565,22 +2565,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2565
2565
  error: z.ZodString;
2566
2566
  success: z.ZodBoolean;
2567
2567
  }, "strip", z.ZodTypeAny, {
2568
+ operation: "get_thread_replies";
2568
2569
  success: boolean;
2569
2570
  error: string;
2570
- operation: "get_thread_replies";
2571
2571
  ok: boolean;
2572
- response_metadata?: {
2573
- next_cursor: string;
2574
- } | undefined;
2575
2572
  messages?: {
2576
2573
  type: string;
2574
+ user?: string | undefined;
2577
2575
  text?: string | undefined;
2578
- username?: string | undefined;
2579
2576
  ts?: string | undefined;
2577
+ username?: string | undefined;
2580
2578
  attachments?: unknown[] | undefined;
2581
2579
  blocks?: unknown[] | undefined;
2582
2580
  thread_ts?: string | undefined;
2583
- user?: string | undefined;
2584
2581
  bot_id?: string | undefined;
2585
2582
  bot_profile?: {
2586
2583
  name?: string | undefined;
@@ -2593,29 +2590,29 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2593
2590
  is_locked?: boolean | undefined;
2594
2591
  subscribed?: boolean | undefined;
2595
2592
  reactions?: {
2593
+ count: number;
2596
2594
  name: string;
2597
2595
  users: string[];
2598
- count: number;
2599
2596
  }[] | undefined;
2600
2597
  }[] | undefined;
2598
+ response_metadata?: {
2599
+ next_cursor: string;
2600
+ } | undefined;
2601
2601
  has_more?: boolean | undefined;
2602
2602
  }, {
2603
+ operation: "get_thread_replies";
2603
2604
  success: boolean;
2604
2605
  error: string;
2605
- operation: "get_thread_replies";
2606
2606
  ok: boolean;
2607
- response_metadata?: {
2608
- next_cursor: string;
2609
- } | undefined;
2610
2607
  messages?: {
2611
2608
  type: string;
2609
+ user?: string | undefined;
2612
2610
  text?: string | undefined;
2613
- username?: string | undefined;
2614
2611
  ts?: string | undefined;
2612
+ username?: string | undefined;
2615
2613
  attachments?: unknown[] | undefined;
2616
2614
  blocks?: unknown[] | undefined;
2617
2615
  thread_ts?: string | undefined;
2618
- user?: string | undefined;
2619
2616
  bot_id?: string | undefined;
2620
2617
  bot_profile?: {
2621
2618
  name?: string | undefined;
@@ -2628,11 +2625,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2628
2625
  is_locked?: boolean | undefined;
2629
2626
  subscribed?: boolean | undefined;
2630
2627
  reactions?: {
2628
+ count: number;
2631
2629
  name: string;
2632
2630
  users: string[];
2633
- count: number;
2634
2631
  }[] | undefined;
2635
2632
  }[] | undefined;
2633
+ response_metadata?: {
2634
+ next_cursor: string;
2635
+ } | undefined;
2636
2636
  has_more?: boolean | undefined;
2637
2637
  }>, z.ZodObject<{
2638
2638
  operation: z.ZodLiteral<"update_message">;
@@ -2669,23 +2669,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2669
2669
  users: z.ZodArray<z.ZodString, "many">;
2670
2670
  count: z.ZodNumber;
2671
2671
  }, "strip", z.ZodTypeAny, {
2672
+ count: number;
2672
2673
  name: string;
2673
2674
  users: string[];
2674
- count: number;
2675
2675
  }, {
2676
+ count: number;
2676
2677
  name: string;
2677
2678
  users: string[];
2678
- count: number;
2679
2679
  }>, "many">>;
2680
2680
  }, "strip", z.ZodTypeAny, {
2681
2681
  type: string;
2682
+ user?: string | undefined;
2682
2683
  text?: string | undefined;
2683
- username?: string | undefined;
2684
2684
  ts?: string | undefined;
2685
+ username?: string | undefined;
2685
2686
  attachments?: unknown[] | undefined;
2686
2687
  blocks?: unknown[] | undefined;
2687
2688
  thread_ts?: string | undefined;
2688
- user?: string | undefined;
2689
2689
  bot_id?: string | undefined;
2690
2690
  bot_profile?: {
2691
2691
  name?: string | undefined;
@@ -2698,19 +2698,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2698
2698
  is_locked?: boolean | undefined;
2699
2699
  subscribed?: boolean | undefined;
2700
2700
  reactions?: {
2701
+ count: number;
2701
2702
  name: string;
2702
2703
  users: string[];
2703
- count: number;
2704
2704
  }[] | undefined;
2705
2705
  }, {
2706
2706
  type: string;
2707
+ user?: string | undefined;
2707
2708
  text?: string | undefined;
2708
- username?: string | undefined;
2709
2709
  ts?: string | undefined;
2710
+ username?: string | undefined;
2710
2711
  attachments?: unknown[] | undefined;
2711
2712
  blocks?: unknown[] | undefined;
2712
2713
  thread_ts?: string | undefined;
2713
- user?: string | undefined;
2714
2714
  bot_id?: string | undefined;
2715
2715
  bot_profile?: {
2716
2716
  name?: string | undefined;
@@ -2723,27 +2723,27 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2723
2723
  is_locked?: boolean | undefined;
2724
2724
  subscribed?: boolean | undefined;
2725
2725
  reactions?: {
2726
+ count: number;
2726
2727
  name: string;
2727
2728
  users: string[];
2728
- count: number;
2729
2729
  }[] | undefined;
2730
2730
  }>>;
2731
2731
  error: z.ZodString;
2732
2732
  success: z.ZodBoolean;
2733
2733
  }, "strip", z.ZodTypeAny, {
2734
+ operation: "update_message";
2734
2735
  success: boolean;
2735
2736
  error: string;
2736
- operation: "update_message";
2737
2737
  ok: boolean;
2738
2738
  message?: {
2739
2739
  type: string;
2740
+ user?: string | undefined;
2740
2741
  text?: string | undefined;
2741
- username?: string | undefined;
2742
2742
  ts?: string | undefined;
2743
+ username?: string | undefined;
2743
2744
  attachments?: unknown[] | undefined;
2744
2745
  blocks?: unknown[] | undefined;
2745
2746
  thread_ts?: string | undefined;
2746
- user?: string | undefined;
2747
2747
  bot_id?: string | undefined;
2748
2748
  bot_profile?: {
2749
2749
  name?: string | undefined;
@@ -2756,28 +2756,28 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2756
2756
  is_locked?: boolean | undefined;
2757
2757
  subscribed?: boolean | undefined;
2758
2758
  reactions?: {
2759
+ count: number;
2759
2760
  name: string;
2760
2761
  users: string[];
2761
- count: number;
2762
2762
  }[] | undefined;
2763
2763
  } | undefined;
2764
- channel?: string | undefined;
2765
2764
  text?: string | undefined;
2766
2765
  ts?: string | undefined;
2766
+ channel?: string | undefined;
2767
2767
  }, {
2768
+ operation: "update_message";
2768
2769
  success: boolean;
2769
2770
  error: string;
2770
- operation: "update_message";
2771
2771
  ok: boolean;
2772
2772
  message?: {
2773
2773
  type: string;
2774
+ user?: string | undefined;
2774
2775
  text?: string | undefined;
2775
- username?: string | undefined;
2776
2776
  ts?: string | undefined;
2777
+ username?: string | undefined;
2777
2778
  attachments?: unknown[] | undefined;
2778
2779
  blocks?: unknown[] | undefined;
2779
2780
  thread_ts?: string | undefined;
2780
- user?: string | undefined;
2781
2781
  bot_id?: string | undefined;
2782
2782
  bot_profile?: {
2783
2783
  name?: string | undefined;
@@ -2790,14 +2790,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2790
2790
  is_locked?: boolean | undefined;
2791
2791
  subscribed?: boolean | undefined;
2792
2792
  reactions?: {
2793
+ count: number;
2793
2794
  name: string;
2794
2795
  users: string[];
2795
- count: number;
2796
2796
  }[] | undefined;
2797
2797
  } | undefined;
2798
- channel?: string | undefined;
2799
2798
  text?: string | undefined;
2800
2799
  ts?: string | undefined;
2800
+ channel?: string | undefined;
2801
2801
  }>, z.ZodObject<{
2802
2802
  operation: z.ZodLiteral<"delete_message">;
2803
2803
  ok: z.ZodBoolean;
@@ -2806,33 +2806,33 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2806
2806
  error: z.ZodString;
2807
2807
  success: z.ZodBoolean;
2808
2808
  }, "strip", z.ZodTypeAny, {
2809
+ operation: "delete_message";
2809
2810
  success: boolean;
2810
2811
  error: string;
2811
- operation: "delete_message";
2812
2812
  ok: boolean;
2813
- channel?: string | undefined;
2814
2813
  ts?: string | undefined;
2814
+ channel?: string | undefined;
2815
2815
  }, {
2816
+ operation: "delete_message";
2816
2817
  success: boolean;
2817
2818
  error: string;
2818
- operation: "delete_message";
2819
2819
  ok: boolean;
2820
- channel?: string | undefined;
2821
2820
  ts?: string | undefined;
2821
+ channel?: string | undefined;
2822
2822
  }>, z.ZodObject<{
2823
2823
  operation: z.ZodLiteral<"add_reaction">;
2824
2824
  ok: z.ZodBoolean;
2825
2825
  error: z.ZodString;
2826
2826
  success: z.ZodBoolean;
2827
2827
  }, "strip", z.ZodTypeAny, {
2828
+ operation: "add_reaction";
2828
2829
  success: boolean;
2829
2830
  error: string;
2830
- operation: "add_reaction";
2831
2831
  ok: boolean;
2832
2832
  }, {
2833
+ operation: "add_reaction";
2833
2834
  success: boolean;
2834
2835
  error: string;
2835
- operation: "add_reaction";
2836
2836
  ok: boolean;
2837
2837
  }>, z.ZodObject<{
2838
2838
  operation: z.ZodLiteral<"remove_reaction">;
@@ -2840,14 +2840,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2840
2840
  error: z.ZodString;
2841
2841
  success: z.ZodBoolean;
2842
2842
  }, "strip", z.ZodTypeAny, {
2843
+ operation: "remove_reaction";
2843
2844
  success: boolean;
2844
2845
  error: string;
2845
- operation: "remove_reaction";
2846
2846
  ok: boolean;
2847
2847
  }, {
2848
+ operation: "remove_reaction";
2848
2849
  success: boolean;
2849
2850
  error: string;
2850
- operation: "remove_reaction";
2851
2851
  ok: boolean;
2852
2852
  }>, z.ZodObject<{
2853
2853
  operation: z.ZodLiteral<"join_channel">;
@@ -2972,9 +2972,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2972
2972
  error: z.ZodString;
2973
2973
  success: z.ZodBoolean;
2974
2974
  }, "strip", z.ZodTypeAny, {
2975
+ operation: "join_channel";
2975
2976
  success: boolean;
2976
2977
  error: string;
2977
- operation: "join_channel";
2978
2978
  ok: boolean;
2979
2979
  channel?: {
2980
2980
  name: string;
@@ -3012,9 +3012,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3012
3012
  } | undefined;
3013
3013
  already_in_channel?: boolean | undefined;
3014
3014
  }, {
3015
+ operation: "join_channel";
3015
3016
  success: boolean;
3016
3017
  error: string;
3017
- operation: "join_channel";
3018
3018
  ok: boolean;
3019
3019
  channel?: {
3020
3020
  name: string;
@@ -3087,17 +3087,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3087
3087
  team_id: z.ZodString;
3088
3088
  }, "strip", z.ZodTypeAny, {
3089
3089
  ts: string;
3090
+ team_id: string;
3090
3091
  reply_count: number;
3091
3092
  reply_users_count: number;
3092
3093
  reply_users: string[];
3093
- team_id: string;
3094
3094
  channel_name: string;
3095
3095
  }, {
3096
3096
  ts: string;
3097
+ team_id: string;
3097
3098
  reply_count: number;
3098
3099
  reply_users_count: number;
3099
3100
  reply_users: string[];
3100
- team_id: string;
3101
3101
  channel_name: string;
3102
3102
  }>, "many">>>;
3103
3103
  private: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
@@ -3109,51 +3109,51 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3109
3109
  team_id: z.ZodString;
3110
3110
  }, "strip", z.ZodTypeAny, {
3111
3111
  ts: string;
3112
+ team_id: string;
3112
3113
  reply_count: number;
3113
3114
  reply_users_count: number;
3114
3115
  reply_users: string[];
3115
- team_id: string;
3116
3116
  channel_name: string;
3117
3117
  }, {
3118
3118
  ts: string;
3119
+ team_id: string;
3119
3120
  reply_count: number;
3120
3121
  reply_users_count: number;
3121
3122
  reply_users: string[];
3122
- team_id: string;
3123
3123
  channel_name: string;
3124
3124
  }>, "many">>>;
3125
3125
  }, "strip", z.ZodTypeAny, {
3126
3126
  public?: Record<string, {
3127
3127
  ts: string;
3128
+ team_id: string;
3128
3129
  reply_count: number;
3129
3130
  reply_users_count: number;
3130
3131
  reply_users: string[];
3131
- team_id: string;
3132
3132
  channel_name: string;
3133
3133
  }[]> | undefined;
3134
3134
  private?: Record<string, {
3135
3135
  ts: string;
3136
+ team_id: string;
3136
3137
  reply_count: number;
3137
3138
  reply_users_count: number;
3138
3139
  reply_users: string[];
3139
- team_id: string;
3140
3140
  channel_name: string;
3141
3141
  }[]> | undefined;
3142
3142
  }, {
3143
3143
  public?: Record<string, {
3144
3144
  ts: string;
3145
+ team_id: string;
3145
3146
  reply_count: number;
3146
3147
  reply_users_count: number;
3147
3148
  reply_users: string[];
3148
- team_id: string;
3149
3149
  channel_name: string;
3150
3150
  }[]> | undefined;
3151
3151
  private?: Record<string, {
3152
3152
  ts: string;
3153
+ team_id: string;
3153
3154
  reply_count: number;
3154
3155
  reply_users_count: number;
3155
3156
  reply_users: string[];
3156
- team_id: string;
3157
3157
  channel_name: string;
3158
3158
  }[]> | undefined;
3159
3159
  }>>;
@@ -3163,10 +3163,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3163
3163
  has_rich_preview: z.ZodOptional<z.ZodBoolean>;
3164
3164
  }, "strip", z.ZodTypeAny, {
3165
3165
  name: string;
3166
- username: string;
3167
3166
  user: string;
3168
- timestamp: number;
3169
3167
  id: string;
3168
+ username: string;
3169
+ timestamp: number;
3170
3170
  created: number;
3171
3171
  mimetype: string;
3172
3172
  filetype: string;
@@ -3188,18 +3188,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3188
3188
  shares?: {
3189
3189
  public?: Record<string, {
3190
3190
  ts: string;
3191
+ team_id: string;
3191
3192
  reply_count: number;
3192
3193
  reply_users_count: number;
3193
3194
  reply_users: string[];
3194
- team_id: string;
3195
3195
  channel_name: string;
3196
3196
  }[]> | undefined;
3197
3197
  private?: Record<string, {
3198
3198
  ts: string;
3199
+ team_id: string;
3199
3200
  reply_count: number;
3200
3201
  reply_users_count: number;
3201
3202
  reply_users: string[];
3202
- team_id: string;
3203
3203
  channel_name: string;
3204
3204
  }[]> | undefined;
3205
3205
  } | undefined;
@@ -3208,10 +3208,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3208
3208
  has_rich_preview?: boolean | undefined;
3209
3209
  }, {
3210
3210
  name: string;
3211
- username: string;
3212
3211
  user: string;
3213
- timestamp: number;
3214
3212
  id: string;
3213
+ username: string;
3214
+ timestamp: number;
3215
3215
  created: number;
3216
3216
  mimetype: string;
3217
3217
  filetype: string;
@@ -3233,18 +3233,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3233
3233
  shares?: {
3234
3234
  public?: Record<string, {
3235
3235
  ts: string;
3236
+ team_id: string;
3236
3237
  reply_count: number;
3237
3238
  reply_users_count: number;
3238
3239
  reply_users: string[];
3239
- team_id: string;
3240
3240
  channel_name: string;
3241
3241
  }[]> | undefined;
3242
3242
  private?: Record<string, {
3243
3243
  ts: string;
3244
+ team_id: string;
3244
3245
  reply_count: number;
3245
3246
  reply_users_count: number;
3246
3247
  reply_users: string[];
3247
- team_id: string;
3248
3248
  channel_name: string;
3249
3249
  }[]> | undefined;
3250
3250
  } | undefined;
@@ -3255,16 +3255,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3255
3255
  error: z.ZodString;
3256
3256
  success: z.ZodBoolean;
3257
3257
  }, "strip", z.ZodTypeAny, {
3258
+ operation: "upload_file";
3258
3259
  success: boolean;
3259
3260
  error: string;
3260
- operation: "upload_file";
3261
3261
  ok: boolean;
3262
3262
  file?: {
3263
3263
  name: string;
3264
- username: string;
3265
3264
  user: string;
3266
- timestamp: number;
3267
3265
  id: string;
3266
+ username: string;
3267
+ timestamp: number;
3268
3268
  created: number;
3269
3269
  mimetype: string;
3270
3270
  filetype: string;
@@ -3286,18 +3286,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3286
3286
  shares?: {
3287
3287
  public?: Record<string, {
3288
3288
  ts: string;
3289
+ team_id: string;
3289
3290
  reply_count: number;
3290
3291
  reply_users_count: number;
3291
3292
  reply_users: string[];
3292
- team_id: string;
3293
3293
  channel_name: string;
3294
3294
  }[]> | undefined;
3295
3295
  private?: Record<string, {
3296
3296
  ts: string;
3297
+ team_id: string;
3297
3298
  reply_count: number;
3298
3299
  reply_users_count: number;
3299
3300
  reply_users: string[];
3300
- team_id: string;
3301
3301
  channel_name: string;
3302
3302
  }[]> | undefined;
3303
3303
  } | undefined;
@@ -3306,16 +3306,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3306
3306
  has_rich_preview?: boolean | undefined;
3307
3307
  } | undefined;
3308
3308
  }, {
3309
+ operation: "upload_file";
3309
3310
  success: boolean;
3310
3311
  error: string;
3311
- operation: "upload_file";
3312
3312
  ok: boolean;
3313
3313
  file?: {
3314
3314
  name: string;
3315
- username: string;
3316
3315
  user: string;
3317
- timestamp: number;
3318
3316
  id: string;
3317
+ username: string;
3318
+ timestamp: number;
3319
3319
  created: number;
3320
3320
  mimetype: string;
3321
3321
  filetype: string;
@@ -3337,18 +3337,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3337
3337
  shares?: {
3338
3338
  public?: Record<string, {
3339
3339
  ts: string;
3340
+ team_id: string;
3340
3341
  reply_count: number;
3341
3342
  reply_users_count: number;
3342
3343
  reply_users: string[];
3343
- team_id: string;
3344
3344
  channel_name: string;
3345
3345
  }[]> | undefined;
3346
3346
  private?: Record<string, {
3347
3347
  ts: string;
3348
+ team_id: string;
3348
3349
  reply_count: number;
3349
3350
  reply_users_count: number;
3350
3351
  reply_users: string[];
3351
- team_id: string;
3352
3352
  channel_name: string;
3353
3353
  }[]> | undefined;
3354
3354
  } | undefined;
@@ -3365,17 +3365,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3365
3365
  error: z.ZodString;
3366
3366
  success: z.ZodBoolean;
3367
3367
  }, "strip", z.ZodTypeAny, {
3368
+ operation: "schedule_message";
3368
3369
  success: boolean;
3369
3370
  error: string;
3370
- operation: "schedule_message";
3371
3371
  ok: boolean;
3372
3372
  channel?: string | undefined;
3373
3373
  post_at?: number | undefined;
3374
3374
  scheduled_message_id?: string | undefined;
3375
3375
  }, {
3376
+ operation: "schedule_message";
3376
3377
  success: boolean;
3377
3378
  error: string;
3378
- operation: "schedule_message";
3379
3379
  ok: boolean;
3380
3380
  channel?: string | undefined;
3381
3381
  post_at?: number | undefined;
@@ -3436,13 +3436,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3436
3436
  short?: boolean | undefined;
3437
3437
  }[] | undefined;
3438
3438
  text?: string | undefined;
3439
+ image_url?: string | undefined;
3439
3440
  color?: string | undefined;
3440
3441
  pretext?: string | undefined;
3441
3442
  author_name?: string | undefined;
3442
3443
  author_link?: string | undefined;
3443
3444
  author_icon?: string | undefined;
3444
3445
  title_link?: string | undefined;
3445
- image_url?: string | undefined;
3446
3446
  thumb_url?: string | undefined;
3447
3447
  footer?: string | undefined;
3448
3448
  footer_icon?: string | undefined;
@@ -3455,13 +3455,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3455
3455
  short?: boolean | undefined;
3456
3456
  }[] | undefined;
3457
3457
  text?: string | undefined;
3458
+ image_url?: string | undefined;
3458
3459
  color?: string | undefined;
3459
3460
  pretext?: string | undefined;
3460
3461
  author_name?: string | undefined;
3461
3462
  author_link?: string | undefined;
3462
3463
  author_icon?: string | undefined;
3463
3464
  title_link?: string | undefined;
3464
- image_url?: string | undefined;
3465
3465
  thumb_url?: string | undefined;
3466
3466
  footer?: string | undefined;
3467
3467
  footer_icon?: string | undefined;
@@ -3493,14 +3493,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3493
3493
  emoji: z.ZodOptional<z.ZodBoolean>;
3494
3494
  verbatim: z.ZodOptional<z.ZodBoolean>;
3495
3495
  }, "strip", z.ZodTypeAny, {
3496
- type: "plain_text" | "mrkdwn" | "image";
3496
+ type: "image" | "plain_text" | "mrkdwn";
3497
3497
  emoji?: boolean | undefined;
3498
3498
  text?: string | undefined;
3499
3499
  image_url?: string | undefined;
3500
3500
  verbatim?: boolean | undefined;
3501
3501
  alt_text?: string | undefined;
3502
3502
  }, {
3503
- type: "plain_text" | "mrkdwn" | "image";
3503
+ type: "image" | "plain_text" | "mrkdwn";
3504
3504
  emoji?: boolean | undefined;
3505
3505
  text?: string | undefined;
3506
3506
  image_url?: string | undefined;
@@ -3533,14 +3533,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3533
3533
  emoji: z.ZodOptional<z.ZodBoolean>;
3534
3534
  verbatim: z.ZodOptional<z.ZodBoolean>;
3535
3535
  }, "strip", z.ZodTypeAny, {
3536
- type: "plain_text" | "mrkdwn" | "image";
3536
+ type: "image" | "plain_text" | "mrkdwn";
3537
3537
  emoji?: boolean | undefined;
3538
3538
  text?: string | undefined;
3539
3539
  image_url?: string | undefined;
3540
3540
  verbatim?: boolean | undefined;
3541
3541
  alt_text?: string | undefined;
3542
3542
  }, {
3543
- type: "plain_text" | "mrkdwn" | "image";
3543
+ type: "image" | "plain_text" | "mrkdwn";
3544
3544
  emoji?: boolean | undefined;
3545
3545
  text?: string | undefined;
3546
3546
  image_url?: string | undefined;
@@ -3573,14 +3573,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3573
3573
  emoji: z.ZodOptional<z.ZodBoolean>;
3574
3574
  verbatim: z.ZodOptional<z.ZodBoolean>;
3575
3575
  }, "strip", z.ZodTypeAny, {
3576
- type: "plain_text" | "mrkdwn" | "image";
3576
+ type: "image" | "plain_text" | "mrkdwn";
3577
3577
  emoji?: boolean | undefined;
3578
3578
  text?: string | undefined;
3579
3579
  image_url?: string | undefined;
3580
3580
  verbatim?: boolean | undefined;
3581
3581
  alt_text?: string | undefined;
3582
3582
  }, {
3583
- type: "plain_text" | "mrkdwn" | "image";
3583
+ type: "image" | "plain_text" | "mrkdwn";
3584
3584
  emoji?: boolean | undefined;
3585
3585
  text?: string | undefined;
3586
3586
  image_url?: string | undefined;
@@ -3595,8 +3595,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3595
3595
  unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
3596
3596
  }, "strip", z.ZodTypeAny, {
3597
3597
  operation: "send_message";
3598
- channel: string;
3599
3598
  text: string;
3599
+ channel: string;
3600
3600
  reply_broadcast: boolean;
3601
3601
  unfurl_links: boolean;
3602
3602
  unfurl_media: boolean;
@@ -3612,13 +3612,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3612
3612
  short?: boolean | undefined;
3613
3613
  }[] | undefined;
3614
3614
  text?: string | undefined;
3615
+ image_url?: string | undefined;
3615
3616
  color?: string | undefined;
3616
3617
  pretext?: string | undefined;
3617
3618
  author_name?: string | undefined;
3618
3619
  author_link?: string | undefined;
3619
3620
  author_icon?: string | undefined;
3620
3621
  title_link?: string | undefined;
3621
- image_url?: string | undefined;
3622
3622
  thumb_url?: string | undefined;
3623
3623
  footer?: string | undefined;
3624
3624
  footer_icon?: string | undefined;
@@ -3650,14 +3650,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3650
3650
  emoji: z.ZodOptional<z.ZodBoolean>;
3651
3651
  verbatim: z.ZodOptional<z.ZodBoolean>;
3652
3652
  }, "strip", z.ZodTypeAny, {
3653
- type: "plain_text" | "mrkdwn" | "image";
3653
+ type: "image" | "plain_text" | "mrkdwn";
3654
3654
  emoji?: boolean | undefined;
3655
3655
  text?: string | undefined;
3656
3656
  image_url?: string | undefined;
3657
3657
  verbatim?: boolean | undefined;
3658
3658
  alt_text?: string | undefined;
3659
3659
  }, {
3660
- type: "plain_text" | "mrkdwn" | "image";
3660
+ type: "image" | "plain_text" | "mrkdwn";
3661
3661
  emoji?: boolean | undefined;
3662
3662
  text?: string | undefined;
3663
3663
  image_url?: string | undefined;
@@ -3668,8 +3668,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3668
3668
  thread_ts?: string | undefined;
3669
3669
  }, {
3670
3670
  operation: "send_message";
3671
- channel: string;
3672
3671
  text: string;
3672
+ channel: string;
3673
3673
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3674
3674
  username?: string | undefined;
3675
3675
  icon_emoji?: string | undefined;
@@ -3682,13 +3682,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3682
3682
  short?: boolean | undefined;
3683
3683
  }[] | undefined;
3684
3684
  text?: string | undefined;
3685
+ image_url?: string | undefined;
3685
3686
  color?: string | undefined;
3686
3687
  pretext?: string | undefined;
3687
3688
  author_name?: string | undefined;
3688
3689
  author_link?: string | undefined;
3689
3690
  author_icon?: string | undefined;
3690
3691
  title_link?: string | undefined;
3691
- image_url?: string | undefined;
3692
3692
  thumb_url?: string | undefined;
3693
3693
  footer?: string | undefined;
3694
3694
  footer_icon?: string | undefined;
@@ -3720,14 +3720,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3720
3720
  emoji: z.ZodOptional<z.ZodBoolean>;
3721
3721
  verbatim: z.ZodOptional<z.ZodBoolean>;
3722
3722
  }, "strip", z.ZodTypeAny, {
3723
- type: "plain_text" | "mrkdwn" | "image";
3723
+ type: "image" | "plain_text" | "mrkdwn";
3724
3724
  emoji?: boolean | undefined;
3725
3725
  text?: string | undefined;
3726
3726
  image_url?: string | undefined;
3727
3727
  verbatim?: boolean | undefined;
3728
3728
  alt_text?: string | undefined;
3729
3729
  }, {
3730
- type: "plain_text" | "mrkdwn" | "image";
3730
+ type: "image" | "plain_text" | "mrkdwn";
3731
3731
  emoji?: boolean | undefined;
3732
3732
  text?: string | undefined;
3733
3733
  image_url?: string | undefined;
@@ -3748,18 +3748,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3748
3748
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
3749
3749
  }, "strip", z.ZodTypeAny, {
3750
3750
  operation: "list_channels";
3751
+ limit: number;
3751
3752
  types: ("public_channel" | "private_channel" | "mpim" | "im")[];
3752
3753
  exclude_archived: boolean;
3753
- limit: number;
3754
3754
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3755
3755
  cursor?: string | undefined;
3756
3756
  }, {
3757
3757
  operation: "list_channels";
3758
3758
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3759
+ cursor?: string | undefined;
3760
+ limit?: number | undefined;
3759
3761
  types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
3760
3762
  exclude_archived?: boolean | undefined;
3761
- limit?: number | undefined;
3762
- cursor?: string | undefined;
3763
3763
  }>, z.ZodObject<{
3764
3764
  operation: z.ZodLiteral<"get_channel_info">;
3765
3765
  channel: z.ZodString;
@@ -3782,8 +3782,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3782
3782
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
3783
3783
  }, "strip", z.ZodTypeAny, {
3784
3784
  operation: "get_user_info";
3785
- include_locale: boolean;
3786
3785
  user: string;
3786
+ include_locale: boolean;
3787
3787
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3788
3788
  }, {
3789
3789
  operation: "get_user_info";
@@ -3805,8 +3805,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3805
3805
  }, {
3806
3806
  operation: "list_users";
3807
3807
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3808
- limit?: number | undefined;
3809
3808
  cursor?: string | undefined;
3809
+ limit?: number | undefined;
3810
3810
  include_locale?: boolean | undefined;
3811
3811
  }>, z.ZodObject<{
3812
3812
  operation: z.ZodLiteral<"get_conversation_history">;
@@ -3818,10 +3818,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3818
3818
  cursor: z.ZodOptional<z.ZodString>;
3819
3819
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
3820
3820
  }, "strip", z.ZodTypeAny, {
3821
- inclusive: boolean;
3822
3821
  operation: "get_conversation_history";
3823
- channel: string;
3822
+ inclusive: boolean;
3824
3823
  limit: number;
3824
+ channel: string;
3825
3825
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3826
3826
  cursor?: string | undefined;
3827
3827
  latest?: string | undefined;
@@ -3831,8 +3831,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3831
3831
  channel: string;
3832
3832
  inclusive?: boolean | undefined;
3833
3833
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3834
- limit?: number | undefined;
3835
3834
  cursor?: string | undefined;
3835
+ limit?: number | undefined;
3836
3836
  latest?: string | undefined;
3837
3837
  oldest?: string | undefined;
3838
3838
  }>, z.ZodObject<{
@@ -3846,23 +3846,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3846
3846
  cursor: z.ZodOptional<z.ZodString>;
3847
3847
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
3848
3848
  }, "strip", z.ZodTypeAny, {
3849
- inclusive: boolean;
3850
3849
  operation: "get_thread_replies";
3851
- channel: string;
3852
- ts: string;
3850
+ inclusive: boolean;
3853
3851
  limit: number;
3852
+ ts: string;
3853
+ channel: string;
3854
3854
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3855
3855
  cursor?: string | undefined;
3856
3856
  latest?: string | undefined;
3857
3857
  oldest?: string | undefined;
3858
3858
  }, {
3859
3859
  operation: "get_thread_replies";
3860
- channel: string;
3861
3860
  ts: string;
3861
+ channel: string;
3862
3862
  inclusive?: boolean | undefined;
3863
3863
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3864
- limit?: number | undefined;
3865
3864
  cursor?: string | undefined;
3865
+ limit?: number | undefined;
3866
3866
  latest?: string | undefined;
3867
3867
  oldest?: string | undefined;
3868
3868
  }>, z.ZodObject<{
@@ -3905,13 +3905,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3905
3905
  short?: boolean | undefined;
3906
3906
  }[] | undefined;
3907
3907
  text?: string | undefined;
3908
+ image_url?: string | undefined;
3908
3909
  color?: string | undefined;
3909
3910
  pretext?: string | undefined;
3910
3911
  author_name?: string | undefined;
3911
3912
  author_link?: string | undefined;
3912
3913
  author_icon?: string | undefined;
3913
3914
  title_link?: string | undefined;
3914
- image_url?: string | undefined;
3915
3915
  thumb_url?: string | undefined;
3916
3916
  footer?: string | undefined;
3917
3917
  footer_icon?: string | undefined;
@@ -3924,13 +3924,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3924
3924
  short?: boolean | undefined;
3925
3925
  }[] | undefined;
3926
3926
  text?: string | undefined;
3927
+ image_url?: string | undefined;
3927
3928
  color?: string | undefined;
3928
3929
  pretext?: string | undefined;
3929
3930
  author_name?: string | undefined;
3930
3931
  author_link?: string | undefined;
3931
3932
  author_icon?: string | undefined;
3932
3933
  title_link?: string | undefined;
3933
- image_url?: string | undefined;
3934
3934
  thumb_url?: string | undefined;
3935
3935
  footer?: string | undefined;
3936
3936
  footer_icon?: string | undefined;
@@ -3962,14 +3962,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3962
3962
  emoji: z.ZodOptional<z.ZodBoolean>;
3963
3963
  verbatim: z.ZodOptional<z.ZodBoolean>;
3964
3964
  }, "strip", z.ZodTypeAny, {
3965
- type: "plain_text" | "mrkdwn" | "image";
3965
+ type: "image" | "plain_text" | "mrkdwn";
3966
3966
  emoji?: boolean | undefined;
3967
3967
  text?: string | undefined;
3968
3968
  image_url?: string | undefined;
3969
3969
  verbatim?: boolean | undefined;
3970
3970
  alt_text?: string | undefined;
3971
3971
  }, {
3972
- type: "plain_text" | "mrkdwn" | "image";
3972
+ type: "image" | "plain_text" | "mrkdwn";
3973
3973
  emoji?: boolean | undefined;
3974
3974
  text?: string | undefined;
3975
3975
  image_url?: string | undefined;
@@ -4002,14 +4002,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4002
4002
  emoji: z.ZodOptional<z.ZodBoolean>;
4003
4003
  verbatim: z.ZodOptional<z.ZodBoolean>;
4004
4004
  }, "strip", z.ZodTypeAny, {
4005
- type: "plain_text" | "mrkdwn" | "image";
4005
+ type: "image" | "plain_text" | "mrkdwn";
4006
4006
  emoji?: boolean | undefined;
4007
4007
  text?: string | undefined;
4008
4008
  image_url?: string | undefined;
4009
4009
  verbatim?: boolean | undefined;
4010
4010
  alt_text?: string | undefined;
4011
4011
  }, {
4012
- type: "plain_text" | "mrkdwn" | "image";
4012
+ type: "image" | "plain_text" | "mrkdwn";
4013
4013
  emoji?: boolean | undefined;
4014
4014
  text?: string | undefined;
4015
4015
  image_url?: string | undefined;
@@ -4042,14 +4042,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4042
4042
  emoji: z.ZodOptional<z.ZodBoolean>;
4043
4043
  verbatim: z.ZodOptional<z.ZodBoolean>;
4044
4044
  }, "strip", z.ZodTypeAny, {
4045
- type: "plain_text" | "mrkdwn" | "image";
4045
+ type: "image" | "plain_text" | "mrkdwn";
4046
4046
  emoji?: boolean | undefined;
4047
4047
  text?: string | undefined;
4048
4048
  image_url?: string | undefined;
4049
4049
  verbatim?: boolean | undefined;
4050
4050
  alt_text?: string | undefined;
4051
4051
  }, {
4052
- type: "plain_text" | "mrkdwn" | "image";
4052
+ type: "image" | "plain_text" | "mrkdwn";
4053
4053
  emoji?: boolean | undefined;
4054
4054
  text?: string | undefined;
4055
4055
  image_url?: string | undefined;
@@ -4060,8 +4060,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4060
4060
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4061
4061
  }, "strip", z.ZodTypeAny, {
4062
4062
  operation: "update_message";
4063
- channel: string;
4064
4063
  ts: string;
4064
+ channel: string;
4065
4065
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4066
4066
  text?: string | undefined;
4067
4067
  attachments?: {
@@ -4072,13 +4072,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4072
4072
  short?: boolean | undefined;
4073
4073
  }[] | undefined;
4074
4074
  text?: string | undefined;
4075
+ image_url?: string | undefined;
4075
4076
  color?: string | undefined;
4076
4077
  pretext?: string | undefined;
4077
4078
  author_name?: string | undefined;
4078
4079
  author_link?: string | undefined;
4079
4080
  author_icon?: string | undefined;
4080
4081
  title_link?: string | undefined;
4081
- image_url?: string | undefined;
4082
4082
  thumb_url?: string | undefined;
4083
4083
  footer?: string | undefined;
4084
4084
  footer_icon?: string | undefined;
@@ -4110,14 +4110,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4110
4110
  emoji: z.ZodOptional<z.ZodBoolean>;
4111
4111
  verbatim: z.ZodOptional<z.ZodBoolean>;
4112
4112
  }, "strip", z.ZodTypeAny, {
4113
- type: "plain_text" | "mrkdwn" | "image";
4113
+ type: "image" | "plain_text" | "mrkdwn";
4114
4114
  emoji?: boolean | undefined;
4115
4115
  text?: string | undefined;
4116
4116
  image_url?: string | undefined;
4117
4117
  verbatim?: boolean | undefined;
4118
4118
  alt_text?: string | undefined;
4119
4119
  }, {
4120
- type: "plain_text" | "mrkdwn" | "image";
4120
+ type: "image" | "plain_text" | "mrkdwn";
4121
4121
  emoji?: boolean | undefined;
4122
4122
  text?: string | undefined;
4123
4123
  image_url?: string | undefined;
@@ -4127,8 +4127,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4127
4127
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4128
4128
  }, {
4129
4129
  operation: "update_message";
4130
- channel: string;
4131
4130
  ts: string;
4131
+ channel: string;
4132
4132
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4133
4133
  text?: string | undefined;
4134
4134
  attachments?: {
@@ -4139,13 +4139,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4139
4139
  short?: boolean | undefined;
4140
4140
  }[] | undefined;
4141
4141
  text?: string | undefined;
4142
+ image_url?: string | undefined;
4142
4143
  color?: string | undefined;
4143
4144
  pretext?: string | undefined;
4144
4145
  author_name?: string | undefined;
4145
4146
  author_link?: string | undefined;
4146
4147
  author_icon?: string | undefined;
4147
4148
  title_link?: string | undefined;
4148
- image_url?: string | undefined;
4149
4149
  thumb_url?: string | undefined;
4150
4150
  footer?: string | undefined;
4151
4151
  footer_icon?: string | undefined;
@@ -4177,14 +4177,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4177
4177
  emoji: z.ZodOptional<z.ZodBoolean>;
4178
4178
  verbatim: z.ZodOptional<z.ZodBoolean>;
4179
4179
  }, "strip", z.ZodTypeAny, {
4180
- type: "plain_text" | "mrkdwn" | "image";
4180
+ type: "image" | "plain_text" | "mrkdwn";
4181
4181
  emoji?: boolean | undefined;
4182
4182
  text?: string | undefined;
4183
4183
  image_url?: string | undefined;
4184
4184
  verbatim?: boolean | undefined;
4185
4185
  alt_text?: string | undefined;
4186
4186
  }, {
4187
- type: "plain_text" | "mrkdwn" | "image";
4187
+ type: "image" | "plain_text" | "mrkdwn";
4188
4188
  emoji?: boolean | undefined;
4189
4189
  text?: string | undefined;
4190
4190
  image_url?: string | undefined;
@@ -4199,13 +4199,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4199
4199
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4200
4200
  }, "strip", z.ZodTypeAny, {
4201
4201
  operation: "delete_message";
4202
- channel: string;
4203
4202
  ts: string;
4203
+ channel: string;
4204
4204
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4205
4205
  }, {
4206
4206
  operation: "delete_message";
4207
- channel: string;
4208
4207
  ts: string;
4208
+ channel: string;
4209
4209
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4210
4210
  }>, z.ZodObject<{
4211
4211
  operation: z.ZodLiteral<"add_reaction">;
@@ -4214,14 +4214,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4214
4214
  timestamp: z.ZodString;
4215
4215
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4216
4216
  }, "strip", z.ZodTypeAny, {
4217
- name: string;
4218
4217
  operation: "add_reaction";
4218
+ name: string;
4219
4219
  channel: string;
4220
4220
  timestamp: string;
4221
4221
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4222
4222
  }, {
4223
- name: string;
4224
4223
  operation: "add_reaction";
4224
+ name: string;
4225
4225
  channel: string;
4226
4226
  timestamp: string;
4227
4227
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -4232,14 +4232,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4232
4232
  timestamp: z.ZodString;
4233
4233
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4234
4234
  }, "strip", z.ZodTypeAny, {
4235
- name: string;
4236
4235
  operation: "remove_reaction";
4236
+ name: string;
4237
4237
  channel: string;
4238
4238
  timestamp: string;
4239
4239
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4240
4240
  }, {
4241
- name: string;
4242
4241
  operation: "remove_reaction";
4242
+ name: string;
4243
4243
  channel: string;
4244
4244
  timestamp: string;
4245
4245
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -4314,14 +4314,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4314
4314
  emoji: z.ZodOptional<z.ZodBoolean>;
4315
4315
  verbatim: z.ZodOptional<z.ZodBoolean>;
4316
4316
  }, "strip", z.ZodTypeAny, {
4317
- type: "plain_text" | "mrkdwn" | "image";
4317
+ type: "image" | "plain_text" | "mrkdwn";
4318
4318
  emoji?: boolean | undefined;
4319
4319
  text?: string | undefined;
4320
4320
  image_url?: string | undefined;
4321
4321
  verbatim?: boolean | undefined;
4322
4322
  alt_text?: string | undefined;
4323
4323
  }, {
4324
- type: "plain_text" | "mrkdwn" | "image";
4324
+ type: "image" | "plain_text" | "mrkdwn";
4325
4325
  emoji?: boolean | undefined;
4326
4326
  text?: string | undefined;
4327
4327
  image_url?: string | undefined;
@@ -4354,14 +4354,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4354
4354
  emoji: z.ZodOptional<z.ZodBoolean>;
4355
4355
  verbatim: z.ZodOptional<z.ZodBoolean>;
4356
4356
  }, "strip", z.ZodTypeAny, {
4357
- type: "plain_text" | "mrkdwn" | "image";
4357
+ type: "image" | "plain_text" | "mrkdwn";
4358
4358
  emoji?: boolean | undefined;
4359
4359
  text?: string | undefined;
4360
4360
  image_url?: string | undefined;
4361
4361
  verbatim?: boolean | undefined;
4362
4362
  alt_text?: string | undefined;
4363
4363
  }, {
4364
- type: "plain_text" | "mrkdwn" | "image";
4364
+ type: "image" | "plain_text" | "mrkdwn";
4365
4365
  emoji?: boolean | undefined;
4366
4366
  text?: string | undefined;
4367
4367
  image_url?: string | undefined;
@@ -4394,14 +4394,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4394
4394
  emoji: z.ZodOptional<z.ZodBoolean>;
4395
4395
  verbatim: z.ZodOptional<z.ZodBoolean>;
4396
4396
  }, "strip", z.ZodTypeAny, {
4397
- type: "plain_text" | "mrkdwn" | "image";
4397
+ type: "image" | "plain_text" | "mrkdwn";
4398
4398
  emoji?: boolean | undefined;
4399
4399
  text?: string | undefined;
4400
4400
  image_url?: string | undefined;
4401
4401
  verbatim?: boolean | undefined;
4402
4402
  alt_text?: string | undefined;
4403
4403
  }, {
4404
- type: "plain_text" | "mrkdwn" | "image";
4404
+ type: "image" | "plain_text" | "mrkdwn";
4405
4405
  emoji?: boolean | undefined;
4406
4406
  text?: string | undefined;
4407
4407
  image_url?: string | undefined;
@@ -4414,8 +4414,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4414
4414
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4415
4415
  }, "strip", z.ZodTypeAny, {
4416
4416
  operation: "schedule_message";
4417
- channel: string;
4418
4417
  text: string;
4418
+ channel: string;
4419
4419
  unfurl_links: boolean;
4420
4420
  unfurl_media: boolean;
4421
4421
  post_at: number;
@@ -4446,14 +4446,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4446
4446
  emoji: z.ZodOptional<z.ZodBoolean>;
4447
4447
  verbatim: z.ZodOptional<z.ZodBoolean>;
4448
4448
  }, "strip", z.ZodTypeAny, {
4449
- type: "plain_text" | "mrkdwn" | "image";
4449
+ type: "image" | "plain_text" | "mrkdwn";
4450
4450
  emoji?: boolean | undefined;
4451
4451
  text?: string | undefined;
4452
4452
  image_url?: string | undefined;
4453
4453
  verbatim?: boolean | undefined;
4454
4454
  alt_text?: string | undefined;
4455
4455
  }, {
4456
- type: "plain_text" | "mrkdwn" | "image";
4456
+ type: "image" | "plain_text" | "mrkdwn";
4457
4457
  emoji?: boolean | undefined;
4458
4458
  text?: string | undefined;
4459
4459
  image_url?: string | undefined;
@@ -4464,8 +4464,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4464
4464
  thread_ts?: string | undefined;
4465
4465
  }, {
4466
4466
  operation: "schedule_message";
4467
- channel: string;
4468
4467
  text: string;
4468
+ channel: string;
4469
4469
  post_at: number;
4470
4470
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4471
4471
  blocks?: z.objectInputType<{
@@ -4494,14 +4494,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4494
4494
  emoji: z.ZodOptional<z.ZodBoolean>;
4495
4495
  verbatim: z.ZodOptional<z.ZodBoolean>;
4496
4496
  }, "strip", z.ZodTypeAny, {
4497
- type: "plain_text" | "mrkdwn" | "image";
4497
+ type: "image" | "plain_text" | "mrkdwn";
4498
4498
  emoji?: boolean | undefined;
4499
4499
  text?: string | undefined;
4500
4500
  image_url?: string | undefined;
4501
4501
  verbatim?: boolean | undefined;
4502
4502
  alt_text?: string | undefined;
4503
4503
  }, {
4504
- type: "plain_text" | "mrkdwn" | "image";
4504
+ type: "image" | "plain_text" | "mrkdwn";
4505
4505
  emoji?: boolean | undefined;
4506
4506
  text?: string | undefined;
4507
4507
  image_url?: string | undefined;
@@ -4547,23 +4547,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4547
4547
  users: z.ZodArray<z.ZodString, "many">;
4548
4548
  count: z.ZodNumber;
4549
4549
  }, "strip", z.ZodTypeAny, {
4550
+ count: number;
4550
4551
  name: string;
4551
4552
  users: string[];
4552
- count: number;
4553
4553
  }, {
4554
+ count: number;
4554
4555
  name: string;
4555
4556
  users: string[];
4556
- count: number;
4557
4557
  }>, "many">>;
4558
4558
  }, "strip", z.ZodTypeAny, {
4559
4559
  type: string;
4560
+ user?: string | undefined;
4560
4561
  text?: string | undefined;
4561
- username?: string | undefined;
4562
4562
  ts?: string | undefined;
4563
+ username?: string | undefined;
4563
4564
  attachments?: unknown[] | undefined;
4564
4565
  blocks?: unknown[] | undefined;
4565
4566
  thread_ts?: string | undefined;
4566
- user?: string | undefined;
4567
4567
  bot_id?: string | undefined;
4568
4568
  bot_profile?: {
4569
4569
  name?: string | undefined;
@@ -4576,19 +4576,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4576
4576
  is_locked?: boolean | undefined;
4577
4577
  subscribed?: boolean | undefined;
4578
4578
  reactions?: {
4579
+ count: number;
4579
4580
  name: string;
4580
4581
  users: string[];
4581
- count: number;
4582
4582
  }[] | undefined;
4583
4583
  }, {
4584
4584
  type: string;
4585
+ user?: string | undefined;
4585
4586
  text?: string | undefined;
4586
- username?: string | undefined;
4587
4587
  ts?: string | undefined;
4588
+ username?: string | undefined;
4588
4589
  attachments?: unknown[] | undefined;
4589
4590
  blocks?: unknown[] | undefined;
4590
4591
  thread_ts?: string | undefined;
4591
- user?: string | undefined;
4592
4592
  bot_id?: string | undefined;
4593
4593
  bot_profile?: {
4594
4594
  name?: string | undefined;
@@ -4601,27 +4601,27 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4601
4601
  is_locked?: boolean | undefined;
4602
4602
  subscribed?: boolean | undefined;
4603
4603
  reactions?: {
4604
+ count: number;
4604
4605
  name: string;
4605
4606
  users: string[];
4606
- count: number;
4607
4607
  }[] | undefined;
4608
4608
  }>>;
4609
4609
  error: z.ZodString;
4610
4610
  success: z.ZodBoolean;
4611
4611
  }, "strip", z.ZodTypeAny, {
4612
+ operation: "send_message";
4612
4613
  success: boolean;
4613
4614
  error: string;
4614
- operation: "send_message";
4615
4615
  ok: boolean;
4616
4616
  message?: {
4617
4617
  type: string;
4618
+ user?: string | undefined;
4618
4619
  text?: string | undefined;
4619
- username?: string | undefined;
4620
4620
  ts?: string | undefined;
4621
+ username?: string | undefined;
4621
4622
  attachments?: unknown[] | undefined;
4622
4623
  blocks?: unknown[] | undefined;
4623
4624
  thread_ts?: string | undefined;
4624
- user?: string | undefined;
4625
4625
  bot_id?: string | undefined;
4626
4626
  bot_profile?: {
4627
4627
  name?: string | undefined;
@@ -4634,27 +4634,27 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4634
4634
  is_locked?: boolean | undefined;
4635
4635
  subscribed?: boolean | undefined;
4636
4636
  reactions?: {
4637
+ count: number;
4637
4638
  name: string;
4638
4639
  users: string[];
4639
- count: number;
4640
4640
  }[] | undefined;
4641
4641
  } | undefined;
4642
- channel?: string | undefined;
4643
4642
  ts?: string | undefined;
4643
+ channel?: string | undefined;
4644
4644
  }, {
4645
+ operation: "send_message";
4645
4646
  success: boolean;
4646
4647
  error: string;
4647
- operation: "send_message";
4648
4648
  ok: boolean;
4649
4649
  message?: {
4650
4650
  type: string;
4651
+ user?: string | undefined;
4651
4652
  text?: string | undefined;
4652
- username?: string | undefined;
4653
4653
  ts?: string | undefined;
4654
+ username?: string | undefined;
4654
4655
  attachments?: unknown[] | undefined;
4655
4656
  blocks?: unknown[] | undefined;
4656
4657
  thread_ts?: string | undefined;
4657
- user?: string | undefined;
4658
4658
  bot_id?: string | undefined;
4659
4659
  bot_profile?: {
4660
4660
  name?: string | undefined;
@@ -4667,13 +4667,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4667
4667
  is_locked?: boolean | undefined;
4668
4668
  subscribed?: boolean | undefined;
4669
4669
  reactions?: {
4670
+ count: number;
4670
4671
  name: string;
4671
4672
  users: string[];
4672
- count: number;
4673
4673
  }[] | undefined;
4674
4674
  } | undefined;
4675
- channel?: string | undefined;
4676
4675
  ts?: string | undefined;
4676
+ channel?: string | undefined;
4677
4677
  }>, z.ZodObject<{
4678
4678
  operation: z.ZodLiteral<"list_channels">;
4679
4679
  ok: z.ZodBoolean;
@@ -4803,10 +4803,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4803
4803
  error: z.ZodString;
4804
4804
  success: z.ZodBoolean;
4805
4805
  }, "strip", z.ZodTypeAny, {
4806
+ operation: "list_channels";
4806
4807
  success: boolean;
4807
4808
  error: string;
4808
- operation: "list_channels";
4809
4809
  ok: boolean;
4810
+ response_metadata?: {
4811
+ next_cursor: string;
4812
+ } | undefined;
4810
4813
  channels?: {
4811
4814
  name: string;
4812
4815
  id: string;
@@ -4841,14 +4844,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4841
4844
  } | undefined;
4842
4845
  num_members?: number | undefined;
4843
4846
  }[] | undefined;
4844
- response_metadata?: {
4845
- next_cursor: string;
4846
- } | undefined;
4847
4847
  }, {
4848
+ operation: "list_channels";
4848
4849
  success: boolean;
4849
4850
  error: string;
4850
- operation: "list_channels";
4851
4851
  ok: boolean;
4852
+ response_metadata?: {
4853
+ next_cursor: string;
4854
+ } | undefined;
4852
4855
  channels?: {
4853
4856
  name: string;
4854
4857
  id: string;
@@ -4883,9 +4886,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4883
4886
  } | undefined;
4884
4887
  num_members?: number | undefined;
4885
4888
  }[] | undefined;
4886
- response_metadata?: {
4887
- next_cursor: string;
4888
- } | undefined;
4889
4889
  }>, z.ZodObject<{
4890
4890
  operation: z.ZodLiteral<"get_channel_info">;
4891
4891
  ok: z.ZodBoolean;
@@ -5008,9 +5008,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5008
5008
  error: z.ZodString;
5009
5009
  success: z.ZodBoolean;
5010
5010
  }, "strip", z.ZodTypeAny, {
5011
+ operation: "get_channel_info";
5011
5012
  success: boolean;
5012
5013
  error: string;
5013
- operation: "get_channel_info";
5014
5014
  ok: boolean;
5015
5015
  channel?: {
5016
5016
  name: string;
@@ -5047,9 +5047,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5047
5047
  num_members?: number | undefined;
5048
5048
  } | undefined;
5049
5049
  }, {
5050
+ operation: "get_channel_info";
5050
5051
  success: boolean;
5051
5052
  error: string;
5052
- operation: "get_channel_info";
5053
5053
  ok: boolean;
5054
5054
  channel?: {
5055
5055
  name: string;
@@ -5127,6 +5127,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5127
5127
  title?: string | undefined;
5128
5128
  email?: string | undefined;
5129
5129
  fields?: Record<string, unknown> | undefined;
5130
+ first_name?: string | undefined;
5131
+ last_name?: string | undefined;
5130
5132
  real_name?: string | undefined;
5131
5133
  phone?: string | undefined;
5132
5134
  skype?: string | undefined;
@@ -5139,8 +5141,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5139
5141
  avatar_hash?: string | undefined;
5140
5142
  image_original?: string | undefined;
5141
5143
  is_custom_image?: boolean | undefined;
5142
- first_name?: string | undefined;
5143
- last_name?: string | undefined;
5144
5144
  image_24?: string | undefined;
5145
5145
  image_32?: string | undefined;
5146
5146
  image_48?: string | undefined;
@@ -5152,6 +5152,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5152
5152
  title?: string | undefined;
5153
5153
  email?: string | undefined;
5154
5154
  fields?: Record<string, unknown> | undefined;
5155
+ first_name?: string | undefined;
5156
+ last_name?: string | undefined;
5155
5157
  real_name?: string | undefined;
5156
5158
  phone?: string | undefined;
5157
5159
  skype?: string | undefined;
@@ -5164,8 +5166,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5164
5166
  avatar_hash?: string | undefined;
5165
5167
  image_original?: string | undefined;
5166
5168
  is_custom_image?: boolean | undefined;
5167
- first_name?: string | undefined;
5168
- last_name?: string | undefined;
5169
5169
  image_24?: string | undefined;
5170
5170
  image_32?: string | undefined;
5171
5171
  image_48?: string | undefined;
@@ -5197,6 +5197,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5197
5197
  title?: string | undefined;
5198
5198
  email?: string | undefined;
5199
5199
  fields?: Record<string, unknown> | undefined;
5200
+ first_name?: string | undefined;
5201
+ last_name?: string | undefined;
5200
5202
  real_name?: string | undefined;
5201
5203
  phone?: string | undefined;
5202
5204
  skype?: string | undefined;
@@ -5209,8 +5211,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5209
5211
  avatar_hash?: string | undefined;
5210
5212
  image_original?: string | undefined;
5211
5213
  is_custom_image?: boolean | undefined;
5212
- first_name?: string | undefined;
5213
- last_name?: string | undefined;
5214
5214
  image_24?: string | undefined;
5215
5215
  image_32?: string | undefined;
5216
5216
  image_48?: string | undefined;
@@ -5242,6 +5242,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5242
5242
  title?: string | undefined;
5243
5243
  email?: string | undefined;
5244
5244
  fields?: Record<string, unknown> | undefined;
5245
+ first_name?: string | undefined;
5246
+ last_name?: string | undefined;
5245
5247
  real_name?: string | undefined;
5246
5248
  phone?: string | undefined;
5247
5249
  skype?: string | undefined;
@@ -5254,8 +5256,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5254
5256
  avatar_hash?: string | undefined;
5255
5257
  image_original?: string | undefined;
5256
5258
  is_custom_image?: boolean | undefined;
5257
- first_name?: string | undefined;
5258
- last_name?: string | undefined;
5259
5259
  image_24?: string | undefined;
5260
5260
  image_32?: string | undefined;
5261
5261
  image_48?: string | undefined;
@@ -5277,9 +5277,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5277
5277
  error: z.ZodString;
5278
5278
  success: z.ZodBoolean;
5279
5279
  }, "strip", z.ZodTypeAny, {
5280
+ operation: "get_user_info";
5280
5281
  success: boolean;
5281
5282
  error: string;
5282
- operation: "get_user_info";
5283
5283
  ok: boolean;
5284
5284
  user?: {
5285
5285
  name: string;
@@ -5295,6 +5295,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5295
5295
  title?: string | undefined;
5296
5296
  email?: string | undefined;
5297
5297
  fields?: Record<string, unknown> | undefined;
5298
+ first_name?: string | undefined;
5299
+ last_name?: string | undefined;
5298
5300
  real_name?: string | undefined;
5299
5301
  phone?: string | undefined;
5300
5302
  skype?: string | undefined;
@@ -5307,8 +5309,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5307
5309
  avatar_hash?: string | undefined;
5308
5310
  image_original?: string | undefined;
5309
5311
  is_custom_image?: boolean | undefined;
5310
- first_name?: string | undefined;
5311
- last_name?: string | undefined;
5312
5312
  image_24?: string | undefined;
5313
5313
  image_32?: string | undefined;
5314
5314
  image_48?: string | undefined;
@@ -5328,9 +5328,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5328
5328
  has_2fa?: boolean | undefined;
5329
5329
  } | undefined;
5330
5330
  }, {
5331
+ operation: "get_user_info";
5331
5332
  success: boolean;
5332
5333
  error: string;
5333
- operation: "get_user_info";
5334
5334
  ok: boolean;
5335
5335
  user?: {
5336
5336
  name: string;
@@ -5346,6 +5346,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5346
5346
  title?: string | undefined;
5347
5347
  email?: string | undefined;
5348
5348
  fields?: Record<string, unknown> | undefined;
5349
+ first_name?: string | undefined;
5350
+ last_name?: string | undefined;
5349
5351
  real_name?: string | undefined;
5350
5352
  phone?: string | undefined;
5351
5353
  skype?: string | undefined;
@@ -5358,8 +5360,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5358
5360
  avatar_hash?: string | undefined;
5359
5361
  image_original?: string | undefined;
5360
5362
  is_custom_image?: boolean | undefined;
5361
- first_name?: string | undefined;
5362
- last_name?: string | undefined;
5363
5363
  image_24?: string | undefined;
5364
5364
  image_32?: string | undefined;
5365
5365
  image_48?: string | undefined;
@@ -5420,6 +5420,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5420
5420
  title?: string | undefined;
5421
5421
  email?: string | undefined;
5422
5422
  fields?: Record<string, unknown> | undefined;
5423
+ first_name?: string | undefined;
5424
+ last_name?: string | undefined;
5423
5425
  real_name?: string | undefined;
5424
5426
  phone?: string | undefined;
5425
5427
  skype?: string | undefined;
@@ -5432,8 +5434,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5432
5434
  avatar_hash?: string | undefined;
5433
5435
  image_original?: string | undefined;
5434
5436
  is_custom_image?: boolean | undefined;
5435
- first_name?: string | undefined;
5436
- last_name?: string | undefined;
5437
5437
  image_24?: string | undefined;
5438
5438
  image_32?: string | undefined;
5439
5439
  image_48?: string | undefined;
@@ -5445,6 +5445,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5445
5445
  title?: string | undefined;
5446
5446
  email?: string | undefined;
5447
5447
  fields?: Record<string, unknown> | undefined;
5448
+ first_name?: string | undefined;
5449
+ last_name?: string | undefined;
5448
5450
  real_name?: string | undefined;
5449
5451
  phone?: string | undefined;
5450
5452
  skype?: string | undefined;
@@ -5457,8 +5459,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5457
5459
  avatar_hash?: string | undefined;
5458
5460
  image_original?: string | undefined;
5459
5461
  is_custom_image?: boolean | undefined;
5460
- first_name?: string | undefined;
5461
- last_name?: string | undefined;
5462
5462
  image_24?: string | undefined;
5463
5463
  image_32?: string | undefined;
5464
5464
  image_48?: string | undefined;
@@ -5490,6 +5490,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5490
5490
  title?: string | undefined;
5491
5491
  email?: string | undefined;
5492
5492
  fields?: Record<string, unknown> | undefined;
5493
+ first_name?: string | undefined;
5494
+ last_name?: string | undefined;
5493
5495
  real_name?: string | undefined;
5494
5496
  phone?: string | undefined;
5495
5497
  skype?: string | undefined;
@@ -5502,8 +5504,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5502
5504
  avatar_hash?: string | undefined;
5503
5505
  image_original?: string | undefined;
5504
5506
  is_custom_image?: boolean | undefined;
5505
- first_name?: string | undefined;
5506
- last_name?: string | undefined;
5507
5507
  image_24?: string | undefined;
5508
5508
  image_32?: string | undefined;
5509
5509
  image_48?: string | undefined;
@@ -5535,6 +5535,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5535
5535
  title?: string | undefined;
5536
5536
  email?: string | undefined;
5537
5537
  fields?: Record<string, unknown> | undefined;
5538
+ first_name?: string | undefined;
5539
+ last_name?: string | undefined;
5538
5540
  real_name?: string | undefined;
5539
5541
  phone?: string | undefined;
5540
5542
  skype?: string | undefined;
@@ -5547,8 +5549,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5547
5549
  avatar_hash?: string | undefined;
5548
5550
  image_original?: string | undefined;
5549
5551
  is_custom_image?: boolean | undefined;
5550
- first_name?: string | undefined;
5551
- last_name?: string | undefined;
5552
5552
  image_24?: string | undefined;
5553
5553
  image_32?: string | undefined;
5554
5554
  image_48?: string | undefined;
@@ -5577,9 +5577,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5577
5577
  error: z.ZodString;
5578
5578
  success: z.ZodBoolean;
5579
5579
  }, "strip", z.ZodTypeAny, {
5580
+ operation: "list_users";
5580
5581
  success: boolean;
5581
5582
  error: string;
5582
- operation: "list_users";
5583
5583
  ok: boolean;
5584
5584
  response_metadata?: {
5585
5585
  next_cursor: string;
@@ -5598,6 +5598,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5598
5598
  title?: string | undefined;
5599
5599
  email?: string | undefined;
5600
5600
  fields?: Record<string, unknown> | undefined;
5601
+ first_name?: string | undefined;
5602
+ last_name?: string | undefined;
5601
5603
  real_name?: string | undefined;
5602
5604
  phone?: string | undefined;
5603
5605
  skype?: string | undefined;
@@ -5610,8 +5612,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5610
5612
  avatar_hash?: string | undefined;
5611
5613
  image_original?: string | undefined;
5612
5614
  is_custom_image?: boolean | undefined;
5613
- first_name?: string | undefined;
5614
- last_name?: string | undefined;
5615
5615
  image_24?: string | undefined;
5616
5616
  image_32?: string | undefined;
5617
5617
  image_48?: string | undefined;
@@ -5631,9 +5631,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5631
5631
  has_2fa?: boolean | undefined;
5632
5632
  }[] | undefined;
5633
5633
  }, {
5634
+ operation: "list_users";
5634
5635
  success: boolean;
5635
5636
  error: string;
5636
- operation: "list_users";
5637
5637
  ok: boolean;
5638
5638
  response_metadata?: {
5639
5639
  next_cursor: string;
@@ -5652,6 +5652,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5652
5652
  title?: string | undefined;
5653
5653
  email?: string | undefined;
5654
5654
  fields?: Record<string, unknown> | undefined;
5655
+ first_name?: string | undefined;
5656
+ last_name?: string | undefined;
5655
5657
  real_name?: string | undefined;
5656
5658
  phone?: string | undefined;
5657
5659
  skype?: string | undefined;
@@ -5664,8 +5666,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5664
5666
  avatar_hash?: string | undefined;
5665
5667
  image_original?: string | undefined;
5666
5668
  is_custom_image?: boolean | undefined;
5667
- first_name?: string | undefined;
5668
- last_name?: string | undefined;
5669
5669
  image_24?: string | undefined;
5670
5670
  image_32?: string | undefined;
5671
5671
  image_48?: string | undefined;
@@ -5716,23 +5716,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5716
5716
  users: z.ZodArray<z.ZodString, "many">;
5717
5717
  count: z.ZodNumber;
5718
5718
  }, "strip", z.ZodTypeAny, {
5719
+ count: number;
5719
5720
  name: string;
5720
5721
  users: string[];
5721
- count: number;
5722
5722
  }, {
5723
+ count: number;
5723
5724
  name: string;
5724
5725
  users: string[];
5725
- count: number;
5726
5726
  }>, "many">>;
5727
5727
  }, "strip", z.ZodTypeAny, {
5728
5728
  type: string;
5729
+ user?: string | undefined;
5729
5730
  text?: string | undefined;
5730
- username?: string | undefined;
5731
5731
  ts?: string | undefined;
5732
+ username?: string | undefined;
5732
5733
  attachments?: unknown[] | undefined;
5733
5734
  blocks?: unknown[] | undefined;
5734
5735
  thread_ts?: string | undefined;
5735
- user?: string | undefined;
5736
5736
  bot_id?: string | undefined;
5737
5737
  bot_profile?: {
5738
5738
  name?: string | undefined;
@@ -5745,19 +5745,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5745
5745
  is_locked?: boolean | undefined;
5746
5746
  subscribed?: boolean | undefined;
5747
5747
  reactions?: {
5748
+ count: number;
5748
5749
  name: string;
5749
5750
  users: string[];
5750
- count: number;
5751
5751
  }[] | undefined;
5752
5752
  }, {
5753
5753
  type: string;
5754
+ user?: string | undefined;
5754
5755
  text?: string | undefined;
5755
- username?: string | undefined;
5756
5756
  ts?: string | undefined;
5757
+ username?: string | undefined;
5757
5758
  attachments?: unknown[] | undefined;
5758
5759
  blocks?: unknown[] | undefined;
5759
5760
  thread_ts?: string | undefined;
5760
- user?: string | undefined;
5761
5761
  bot_id?: string | undefined;
5762
5762
  bot_profile?: {
5763
5763
  name?: string | undefined;
@@ -5770,9 +5770,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5770
5770
  is_locked?: boolean | undefined;
5771
5771
  subscribed?: boolean | undefined;
5772
5772
  reactions?: {
5773
+ count: number;
5773
5774
  name: string;
5774
5775
  users: string[];
5775
- count: number;
5776
5776
  }[] | undefined;
5777
5777
  }>, "many">>;
5778
5778
  has_more: z.ZodOptional<z.ZodBoolean>;
@@ -5786,22 +5786,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5786
5786
  error: z.ZodString;
5787
5787
  success: z.ZodBoolean;
5788
5788
  }, "strip", z.ZodTypeAny, {
5789
+ operation: "get_conversation_history";
5789
5790
  success: boolean;
5790
5791
  error: string;
5791
- operation: "get_conversation_history";
5792
5792
  ok: boolean;
5793
- response_metadata?: {
5794
- next_cursor: string;
5795
- } | undefined;
5796
5793
  messages?: {
5797
5794
  type: string;
5795
+ user?: string | undefined;
5798
5796
  text?: string | undefined;
5799
- username?: string | undefined;
5800
5797
  ts?: string | undefined;
5798
+ username?: string | undefined;
5801
5799
  attachments?: unknown[] | undefined;
5802
5800
  blocks?: unknown[] | undefined;
5803
5801
  thread_ts?: string | undefined;
5804
- user?: string | undefined;
5805
5802
  bot_id?: string | undefined;
5806
5803
  bot_profile?: {
5807
5804
  name?: string | undefined;
@@ -5814,29 +5811,29 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5814
5811
  is_locked?: boolean | undefined;
5815
5812
  subscribed?: boolean | undefined;
5816
5813
  reactions?: {
5814
+ count: number;
5817
5815
  name: string;
5818
5816
  users: string[];
5819
- count: number;
5820
5817
  }[] | undefined;
5821
5818
  }[] | undefined;
5819
+ response_metadata?: {
5820
+ next_cursor: string;
5821
+ } | undefined;
5822
5822
  has_more?: boolean | undefined;
5823
5823
  }, {
5824
+ operation: "get_conversation_history";
5824
5825
  success: boolean;
5825
5826
  error: string;
5826
- operation: "get_conversation_history";
5827
5827
  ok: boolean;
5828
- response_metadata?: {
5829
- next_cursor: string;
5830
- } | undefined;
5831
5828
  messages?: {
5832
5829
  type: string;
5830
+ user?: string | undefined;
5833
5831
  text?: string | undefined;
5834
- username?: string | undefined;
5835
5832
  ts?: string | undefined;
5833
+ username?: string | undefined;
5836
5834
  attachments?: unknown[] | undefined;
5837
5835
  blocks?: unknown[] | undefined;
5838
5836
  thread_ts?: string | undefined;
5839
- user?: string | undefined;
5840
5837
  bot_id?: string | undefined;
5841
5838
  bot_profile?: {
5842
5839
  name?: string | undefined;
@@ -5849,11 +5846,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5849
5846
  is_locked?: boolean | undefined;
5850
5847
  subscribed?: boolean | undefined;
5851
5848
  reactions?: {
5849
+ count: number;
5852
5850
  name: string;
5853
5851
  users: string[];
5854
- count: number;
5855
5852
  }[] | undefined;
5856
5853
  }[] | undefined;
5854
+ response_metadata?: {
5855
+ next_cursor: string;
5856
+ } | undefined;
5857
5857
  has_more?: boolean | undefined;
5858
5858
  }>, z.ZodObject<{
5859
5859
  operation: z.ZodLiteral<"get_thread_replies">;
@@ -5887,23 +5887,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5887
5887
  users: z.ZodArray<z.ZodString, "many">;
5888
5888
  count: z.ZodNumber;
5889
5889
  }, "strip", z.ZodTypeAny, {
5890
+ count: number;
5890
5891
  name: string;
5891
5892
  users: string[];
5892
- count: number;
5893
5893
  }, {
5894
+ count: number;
5894
5895
  name: string;
5895
5896
  users: string[];
5896
- count: number;
5897
5897
  }>, "many">>;
5898
5898
  }, "strip", z.ZodTypeAny, {
5899
5899
  type: string;
5900
+ user?: string | undefined;
5900
5901
  text?: string | undefined;
5901
- username?: string | undefined;
5902
5902
  ts?: string | undefined;
5903
+ username?: string | undefined;
5903
5904
  attachments?: unknown[] | undefined;
5904
5905
  blocks?: unknown[] | undefined;
5905
5906
  thread_ts?: string | undefined;
5906
- user?: string | undefined;
5907
5907
  bot_id?: string | undefined;
5908
5908
  bot_profile?: {
5909
5909
  name?: string | undefined;
@@ -5916,19 +5916,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5916
5916
  is_locked?: boolean | undefined;
5917
5917
  subscribed?: boolean | undefined;
5918
5918
  reactions?: {
5919
+ count: number;
5919
5920
  name: string;
5920
5921
  users: string[];
5921
- count: number;
5922
5922
  }[] | undefined;
5923
5923
  }, {
5924
5924
  type: string;
5925
+ user?: string | undefined;
5925
5926
  text?: string | undefined;
5926
- username?: string | undefined;
5927
5927
  ts?: string | undefined;
5928
+ username?: string | undefined;
5928
5929
  attachments?: unknown[] | undefined;
5929
5930
  blocks?: unknown[] | undefined;
5930
5931
  thread_ts?: string | undefined;
5931
- user?: string | undefined;
5932
5932
  bot_id?: string | undefined;
5933
5933
  bot_profile?: {
5934
5934
  name?: string | undefined;
@@ -5941,9 +5941,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5941
5941
  is_locked?: boolean | undefined;
5942
5942
  subscribed?: boolean | undefined;
5943
5943
  reactions?: {
5944
+ count: number;
5944
5945
  name: string;
5945
5946
  users: string[];
5946
- count: number;
5947
5947
  }[] | undefined;
5948
5948
  }>, "many">>;
5949
5949
  has_more: z.ZodOptional<z.ZodBoolean>;
@@ -5957,22 +5957,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5957
5957
  error: z.ZodString;
5958
5958
  success: z.ZodBoolean;
5959
5959
  }, "strip", z.ZodTypeAny, {
5960
+ operation: "get_thread_replies";
5960
5961
  success: boolean;
5961
5962
  error: string;
5962
- operation: "get_thread_replies";
5963
5963
  ok: boolean;
5964
- response_metadata?: {
5965
- next_cursor: string;
5966
- } | undefined;
5967
5964
  messages?: {
5968
5965
  type: string;
5966
+ user?: string | undefined;
5969
5967
  text?: string | undefined;
5970
- username?: string | undefined;
5971
5968
  ts?: string | undefined;
5969
+ username?: string | undefined;
5972
5970
  attachments?: unknown[] | undefined;
5973
5971
  blocks?: unknown[] | undefined;
5974
5972
  thread_ts?: string | undefined;
5975
- user?: string | undefined;
5976
5973
  bot_id?: string | undefined;
5977
5974
  bot_profile?: {
5978
5975
  name?: string | undefined;
@@ -5985,29 +5982,29 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5985
5982
  is_locked?: boolean | undefined;
5986
5983
  subscribed?: boolean | undefined;
5987
5984
  reactions?: {
5985
+ count: number;
5988
5986
  name: string;
5989
5987
  users: string[];
5990
- count: number;
5991
5988
  }[] | undefined;
5992
5989
  }[] | undefined;
5990
+ response_metadata?: {
5991
+ next_cursor: string;
5992
+ } | undefined;
5993
5993
  has_more?: boolean | undefined;
5994
5994
  }, {
5995
+ operation: "get_thread_replies";
5995
5996
  success: boolean;
5996
5997
  error: string;
5997
- operation: "get_thread_replies";
5998
5998
  ok: boolean;
5999
- response_metadata?: {
6000
- next_cursor: string;
6001
- } | undefined;
6002
5999
  messages?: {
6003
6000
  type: string;
6001
+ user?: string | undefined;
6004
6002
  text?: string | undefined;
6005
- username?: string | undefined;
6006
6003
  ts?: string | undefined;
6004
+ username?: string | undefined;
6007
6005
  attachments?: unknown[] | undefined;
6008
6006
  blocks?: unknown[] | undefined;
6009
6007
  thread_ts?: string | undefined;
6010
- user?: string | undefined;
6011
6008
  bot_id?: string | undefined;
6012
6009
  bot_profile?: {
6013
6010
  name?: string | undefined;
@@ -6020,11 +6017,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6020
6017
  is_locked?: boolean | undefined;
6021
6018
  subscribed?: boolean | undefined;
6022
6019
  reactions?: {
6020
+ count: number;
6023
6021
  name: string;
6024
6022
  users: string[];
6025
- count: number;
6026
6023
  }[] | undefined;
6027
6024
  }[] | undefined;
6025
+ response_metadata?: {
6026
+ next_cursor: string;
6027
+ } | undefined;
6028
6028
  has_more?: boolean | undefined;
6029
6029
  }>, z.ZodObject<{
6030
6030
  operation: z.ZodLiteral<"update_message">;
@@ -6061,23 +6061,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6061
6061
  users: z.ZodArray<z.ZodString, "many">;
6062
6062
  count: z.ZodNumber;
6063
6063
  }, "strip", z.ZodTypeAny, {
6064
+ count: number;
6064
6065
  name: string;
6065
6066
  users: string[];
6066
- count: number;
6067
6067
  }, {
6068
+ count: number;
6068
6069
  name: string;
6069
6070
  users: string[];
6070
- count: number;
6071
6071
  }>, "many">>;
6072
6072
  }, "strip", z.ZodTypeAny, {
6073
6073
  type: string;
6074
+ user?: string | undefined;
6074
6075
  text?: string | undefined;
6075
- username?: string | undefined;
6076
6076
  ts?: string | undefined;
6077
+ username?: string | undefined;
6077
6078
  attachments?: unknown[] | undefined;
6078
6079
  blocks?: unknown[] | undefined;
6079
6080
  thread_ts?: string | undefined;
6080
- user?: string | undefined;
6081
6081
  bot_id?: string | undefined;
6082
6082
  bot_profile?: {
6083
6083
  name?: string | undefined;
@@ -6090,19 +6090,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6090
6090
  is_locked?: boolean | undefined;
6091
6091
  subscribed?: boolean | undefined;
6092
6092
  reactions?: {
6093
+ count: number;
6093
6094
  name: string;
6094
6095
  users: string[];
6095
- count: number;
6096
6096
  }[] | undefined;
6097
6097
  }, {
6098
6098
  type: string;
6099
+ user?: string | undefined;
6099
6100
  text?: string | undefined;
6100
- username?: string | undefined;
6101
6101
  ts?: string | undefined;
6102
+ username?: string | undefined;
6102
6103
  attachments?: unknown[] | undefined;
6103
6104
  blocks?: unknown[] | undefined;
6104
6105
  thread_ts?: string | undefined;
6105
- user?: string | undefined;
6106
6106
  bot_id?: string | undefined;
6107
6107
  bot_profile?: {
6108
6108
  name?: string | undefined;
@@ -6115,27 +6115,27 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6115
6115
  is_locked?: boolean | undefined;
6116
6116
  subscribed?: boolean | undefined;
6117
6117
  reactions?: {
6118
+ count: number;
6118
6119
  name: string;
6119
6120
  users: string[];
6120
- count: number;
6121
6121
  }[] | undefined;
6122
6122
  }>>;
6123
6123
  error: z.ZodString;
6124
6124
  success: z.ZodBoolean;
6125
6125
  }, "strip", z.ZodTypeAny, {
6126
+ operation: "update_message";
6126
6127
  success: boolean;
6127
6128
  error: string;
6128
- operation: "update_message";
6129
6129
  ok: boolean;
6130
6130
  message?: {
6131
6131
  type: string;
6132
+ user?: string | undefined;
6132
6133
  text?: string | undefined;
6133
- username?: string | undefined;
6134
6134
  ts?: string | undefined;
6135
+ username?: string | undefined;
6135
6136
  attachments?: unknown[] | undefined;
6136
6137
  blocks?: unknown[] | undefined;
6137
6138
  thread_ts?: string | undefined;
6138
- user?: string | undefined;
6139
6139
  bot_id?: string | undefined;
6140
6140
  bot_profile?: {
6141
6141
  name?: string | undefined;
@@ -6148,28 +6148,28 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6148
6148
  is_locked?: boolean | undefined;
6149
6149
  subscribed?: boolean | undefined;
6150
6150
  reactions?: {
6151
+ count: number;
6151
6152
  name: string;
6152
6153
  users: string[];
6153
- count: number;
6154
6154
  }[] | undefined;
6155
6155
  } | undefined;
6156
- channel?: string | undefined;
6157
6156
  text?: string | undefined;
6158
6157
  ts?: string | undefined;
6158
+ channel?: string | undefined;
6159
6159
  }, {
6160
+ operation: "update_message";
6160
6161
  success: boolean;
6161
6162
  error: string;
6162
- operation: "update_message";
6163
6163
  ok: boolean;
6164
6164
  message?: {
6165
6165
  type: string;
6166
+ user?: string | undefined;
6166
6167
  text?: string | undefined;
6167
- username?: string | undefined;
6168
6168
  ts?: string | undefined;
6169
+ username?: string | undefined;
6169
6170
  attachments?: unknown[] | undefined;
6170
6171
  blocks?: unknown[] | undefined;
6171
6172
  thread_ts?: string | undefined;
6172
- user?: string | undefined;
6173
6173
  bot_id?: string | undefined;
6174
6174
  bot_profile?: {
6175
6175
  name?: string | undefined;
@@ -6182,14 +6182,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6182
6182
  is_locked?: boolean | undefined;
6183
6183
  subscribed?: boolean | undefined;
6184
6184
  reactions?: {
6185
+ count: number;
6185
6186
  name: string;
6186
6187
  users: string[];
6187
- count: number;
6188
6188
  }[] | undefined;
6189
6189
  } | undefined;
6190
- channel?: string | undefined;
6191
6190
  text?: string | undefined;
6192
6191
  ts?: string | undefined;
6192
+ channel?: string | undefined;
6193
6193
  }>, z.ZodObject<{
6194
6194
  operation: z.ZodLiteral<"delete_message">;
6195
6195
  ok: z.ZodBoolean;
@@ -6198,33 +6198,33 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6198
6198
  error: z.ZodString;
6199
6199
  success: z.ZodBoolean;
6200
6200
  }, "strip", z.ZodTypeAny, {
6201
+ operation: "delete_message";
6201
6202
  success: boolean;
6202
6203
  error: string;
6203
- operation: "delete_message";
6204
6204
  ok: boolean;
6205
- channel?: string | undefined;
6206
6205
  ts?: string | undefined;
6206
+ channel?: string | undefined;
6207
6207
  }, {
6208
+ operation: "delete_message";
6208
6209
  success: boolean;
6209
6210
  error: string;
6210
- operation: "delete_message";
6211
6211
  ok: boolean;
6212
- channel?: string | undefined;
6213
6212
  ts?: string | undefined;
6213
+ channel?: string | undefined;
6214
6214
  }>, z.ZodObject<{
6215
6215
  operation: z.ZodLiteral<"add_reaction">;
6216
6216
  ok: z.ZodBoolean;
6217
6217
  error: z.ZodString;
6218
6218
  success: z.ZodBoolean;
6219
6219
  }, "strip", z.ZodTypeAny, {
6220
+ operation: "add_reaction";
6220
6221
  success: boolean;
6221
6222
  error: string;
6222
- operation: "add_reaction";
6223
6223
  ok: boolean;
6224
6224
  }, {
6225
+ operation: "add_reaction";
6225
6226
  success: boolean;
6226
6227
  error: string;
6227
- operation: "add_reaction";
6228
6228
  ok: boolean;
6229
6229
  }>, z.ZodObject<{
6230
6230
  operation: z.ZodLiteral<"remove_reaction">;
@@ -6232,14 +6232,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6232
6232
  error: z.ZodString;
6233
6233
  success: z.ZodBoolean;
6234
6234
  }, "strip", z.ZodTypeAny, {
6235
+ operation: "remove_reaction";
6235
6236
  success: boolean;
6236
6237
  error: string;
6237
- operation: "remove_reaction";
6238
6238
  ok: boolean;
6239
6239
  }, {
6240
+ operation: "remove_reaction";
6240
6241
  success: boolean;
6241
6242
  error: string;
6242
- operation: "remove_reaction";
6243
6243
  ok: boolean;
6244
6244
  }>, z.ZodObject<{
6245
6245
  operation: z.ZodLiteral<"join_channel">;
@@ -6364,9 +6364,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6364
6364
  error: z.ZodString;
6365
6365
  success: z.ZodBoolean;
6366
6366
  }, "strip", z.ZodTypeAny, {
6367
+ operation: "join_channel";
6367
6368
  success: boolean;
6368
6369
  error: string;
6369
- operation: "join_channel";
6370
6370
  ok: boolean;
6371
6371
  channel?: {
6372
6372
  name: string;
@@ -6404,9 +6404,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6404
6404
  } | undefined;
6405
6405
  already_in_channel?: boolean | undefined;
6406
6406
  }, {
6407
+ operation: "join_channel";
6407
6408
  success: boolean;
6408
6409
  error: string;
6409
- operation: "join_channel";
6410
6410
  ok: boolean;
6411
6411
  channel?: {
6412
6412
  name: string;
@@ -6479,17 +6479,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6479
6479
  team_id: z.ZodString;
6480
6480
  }, "strip", z.ZodTypeAny, {
6481
6481
  ts: string;
6482
+ team_id: string;
6482
6483
  reply_count: number;
6483
6484
  reply_users_count: number;
6484
6485
  reply_users: string[];
6485
- team_id: string;
6486
6486
  channel_name: string;
6487
6487
  }, {
6488
6488
  ts: string;
6489
+ team_id: string;
6489
6490
  reply_count: number;
6490
6491
  reply_users_count: number;
6491
6492
  reply_users: string[];
6492
- team_id: string;
6493
6493
  channel_name: string;
6494
6494
  }>, "many">>>;
6495
6495
  private: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
@@ -6501,51 +6501,51 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6501
6501
  team_id: z.ZodString;
6502
6502
  }, "strip", z.ZodTypeAny, {
6503
6503
  ts: string;
6504
+ team_id: string;
6504
6505
  reply_count: number;
6505
6506
  reply_users_count: number;
6506
6507
  reply_users: string[];
6507
- team_id: string;
6508
6508
  channel_name: string;
6509
6509
  }, {
6510
6510
  ts: string;
6511
+ team_id: string;
6511
6512
  reply_count: number;
6512
6513
  reply_users_count: number;
6513
6514
  reply_users: string[];
6514
- team_id: string;
6515
6515
  channel_name: string;
6516
6516
  }>, "many">>>;
6517
6517
  }, "strip", z.ZodTypeAny, {
6518
6518
  public?: Record<string, {
6519
6519
  ts: string;
6520
+ team_id: string;
6520
6521
  reply_count: number;
6521
6522
  reply_users_count: number;
6522
6523
  reply_users: string[];
6523
- team_id: string;
6524
6524
  channel_name: string;
6525
6525
  }[]> | undefined;
6526
6526
  private?: Record<string, {
6527
6527
  ts: string;
6528
+ team_id: string;
6528
6529
  reply_count: number;
6529
6530
  reply_users_count: number;
6530
6531
  reply_users: string[];
6531
- team_id: string;
6532
6532
  channel_name: string;
6533
6533
  }[]> | undefined;
6534
6534
  }, {
6535
6535
  public?: Record<string, {
6536
6536
  ts: string;
6537
+ team_id: string;
6537
6538
  reply_count: number;
6538
6539
  reply_users_count: number;
6539
6540
  reply_users: string[];
6540
- team_id: string;
6541
6541
  channel_name: string;
6542
6542
  }[]> | undefined;
6543
6543
  private?: Record<string, {
6544
6544
  ts: string;
6545
+ team_id: string;
6545
6546
  reply_count: number;
6546
6547
  reply_users_count: number;
6547
6548
  reply_users: string[];
6548
- team_id: string;
6549
6549
  channel_name: string;
6550
6550
  }[]> | undefined;
6551
6551
  }>>;
@@ -6555,10 +6555,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6555
6555
  has_rich_preview: z.ZodOptional<z.ZodBoolean>;
6556
6556
  }, "strip", z.ZodTypeAny, {
6557
6557
  name: string;
6558
- username: string;
6559
6558
  user: string;
6560
- timestamp: number;
6561
6559
  id: string;
6560
+ username: string;
6561
+ timestamp: number;
6562
6562
  created: number;
6563
6563
  mimetype: string;
6564
6564
  filetype: string;
@@ -6580,18 +6580,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6580
6580
  shares?: {
6581
6581
  public?: Record<string, {
6582
6582
  ts: string;
6583
+ team_id: string;
6583
6584
  reply_count: number;
6584
6585
  reply_users_count: number;
6585
6586
  reply_users: string[];
6586
- team_id: string;
6587
6587
  channel_name: string;
6588
6588
  }[]> | undefined;
6589
6589
  private?: Record<string, {
6590
6590
  ts: string;
6591
+ team_id: string;
6591
6592
  reply_count: number;
6592
6593
  reply_users_count: number;
6593
6594
  reply_users: string[];
6594
- team_id: string;
6595
6595
  channel_name: string;
6596
6596
  }[]> | undefined;
6597
6597
  } | undefined;
@@ -6600,10 +6600,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6600
6600
  has_rich_preview?: boolean | undefined;
6601
6601
  }, {
6602
6602
  name: string;
6603
- username: string;
6604
6603
  user: string;
6605
- timestamp: number;
6606
6604
  id: string;
6605
+ username: string;
6606
+ timestamp: number;
6607
6607
  created: number;
6608
6608
  mimetype: string;
6609
6609
  filetype: string;
@@ -6625,18 +6625,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6625
6625
  shares?: {
6626
6626
  public?: Record<string, {
6627
6627
  ts: string;
6628
+ team_id: string;
6628
6629
  reply_count: number;
6629
6630
  reply_users_count: number;
6630
6631
  reply_users: string[];
6631
- team_id: string;
6632
6632
  channel_name: string;
6633
6633
  }[]> | undefined;
6634
6634
  private?: Record<string, {
6635
6635
  ts: string;
6636
+ team_id: string;
6636
6637
  reply_count: number;
6637
6638
  reply_users_count: number;
6638
6639
  reply_users: string[];
6639
- team_id: string;
6640
6640
  channel_name: string;
6641
6641
  }[]> | undefined;
6642
6642
  } | undefined;
@@ -6647,16 +6647,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6647
6647
  error: z.ZodString;
6648
6648
  success: z.ZodBoolean;
6649
6649
  }, "strip", z.ZodTypeAny, {
6650
+ operation: "upload_file";
6650
6651
  success: boolean;
6651
6652
  error: string;
6652
- operation: "upload_file";
6653
6653
  ok: boolean;
6654
6654
  file?: {
6655
6655
  name: string;
6656
- username: string;
6657
6656
  user: string;
6658
- timestamp: number;
6659
6657
  id: string;
6658
+ username: string;
6659
+ timestamp: number;
6660
6660
  created: number;
6661
6661
  mimetype: string;
6662
6662
  filetype: string;
@@ -6678,18 +6678,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6678
6678
  shares?: {
6679
6679
  public?: Record<string, {
6680
6680
  ts: string;
6681
+ team_id: string;
6681
6682
  reply_count: number;
6682
6683
  reply_users_count: number;
6683
6684
  reply_users: string[];
6684
- team_id: string;
6685
6685
  channel_name: string;
6686
6686
  }[]> | undefined;
6687
6687
  private?: Record<string, {
6688
6688
  ts: string;
6689
+ team_id: string;
6689
6690
  reply_count: number;
6690
6691
  reply_users_count: number;
6691
6692
  reply_users: string[];
6692
- team_id: string;
6693
6693
  channel_name: string;
6694
6694
  }[]> | undefined;
6695
6695
  } | undefined;
@@ -6698,16 +6698,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6698
6698
  has_rich_preview?: boolean | undefined;
6699
6699
  } | undefined;
6700
6700
  }, {
6701
+ operation: "upload_file";
6701
6702
  success: boolean;
6702
6703
  error: string;
6703
- operation: "upload_file";
6704
6704
  ok: boolean;
6705
6705
  file?: {
6706
6706
  name: string;
6707
- username: string;
6708
6707
  user: string;
6709
- timestamp: number;
6710
6708
  id: string;
6709
+ username: string;
6710
+ timestamp: number;
6711
6711
  created: number;
6712
6712
  mimetype: string;
6713
6713
  filetype: string;
@@ -6729,18 +6729,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6729
6729
  shares?: {
6730
6730
  public?: Record<string, {
6731
6731
  ts: string;
6732
+ team_id: string;
6732
6733
  reply_count: number;
6733
6734
  reply_users_count: number;
6734
6735
  reply_users: string[];
6735
- team_id: string;
6736
6736
  channel_name: string;
6737
6737
  }[]> | undefined;
6738
6738
  private?: Record<string, {
6739
6739
  ts: string;
6740
+ team_id: string;
6740
6741
  reply_count: number;
6741
6742
  reply_users_count: number;
6742
6743
  reply_users: string[];
6743
- team_id: string;
6744
6744
  channel_name: string;
6745
6745
  }[]> | undefined;
6746
6746
  } | undefined;
@@ -6757,24 +6757,24 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6757
6757
  error: z.ZodString;
6758
6758
  success: z.ZodBoolean;
6759
6759
  }, "strip", z.ZodTypeAny, {
6760
+ operation: "schedule_message";
6760
6761
  success: boolean;
6761
6762
  error: string;
6762
- operation: "schedule_message";
6763
6763
  ok: boolean;
6764
6764
  channel?: string | undefined;
6765
6765
  post_at?: number | undefined;
6766
6766
  scheduled_message_id?: string | undefined;
6767
6767
  }, {
6768
+ operation: "schedule_message";
6768
6769
  success: boolean;
6769
6770
  error: string;
6770
- operation: "schedule_message";
6771
6771
  ok: boolean;
6772
6772
  channel?: string | undefined;
6773
6773
  post_at?: number | undefined;
6774
6774
  scheduled_message_id?: string | undefined;
6775
6775
  }>]>;
6776
6776
  static readonly shortDescription = "Slack integration for messaging and workspace management";
6777
- static readonly longDescription = "\nComprehensive Slack integration for messaging and workspace management.\nSupports both Bot tokens (xoxb-) and User tokens (xoxp-).\n\n## Token Types: Bot vs User\n\n| Aspect | Bot Token (xoxb-) | User Token (xoxp-) |\n|--------|-------------------|-------------------|\n| Identity | Acts as the bot | Acts as the authorizing user |\n| Channel access | Only channels bot is added to | All channels user can access |\n| Message deletion | Can only delete bot's own messages | Can delete any message user has permission for |\n| Message posting | Messages appear from the bot | Messages appear from the user |\n| Scope location | \"Bot Token Scopes\" section | \"User Token Scopes\" section |\n\nChoose **Bot token** for: Automations, notifications, bots that act independently\nChoose **User token** for: Acting on behalf of a user, accessing user's private channels\n\n## Required OAuth Scopes by Operation\n\nConfigure in your Slack App: OAuth & Permissions page\nOfficial docs: https://docs.slack.dev/reference/scopes/\n\n### Messaging Operations\n| Operation | Bot Token Scope | User Token Scope |\n|------------------|-----------------|------------------|\n| send_message | chat:write (+ chat:write.public for any public channel) | chat:write |\n| send_message (to user DM) | chat:write + im:write | chat:write + im:write |\n| schedule_message | chat:write | chat:write |\n| update_message | chat:write | chat:write |\n| delete_message | chat:write (own messages only) | chat:write (any deletable) |\n\n**Note on DMs**: When you pass a user ID (e.g., U12345678) as the channel, SlackBubble automatically opens a DM conversation with that user. This requires the `im:write` scope in addition to `chat:write`.\n\n### Channel & Conversation Operations\n| Operation | Bot Token Scope | User Token Scope |\n|--------------------------|-----------------|------------------|\n| list_channels | channels:read, groups:read | channels:read, groups:read |\n| get_channel_info | channels:read OR groups:read | channels:read OR groups:read |\n| join_channel | channels:join | channels:write |\n| get_conversation_history | channels:history, groups:history | channels:history, groups:history |\n| get_thread_replies | channels:history, groups:history | channels:history, groups:history |\n\n### User Operations\n| Operation | Bot Token Scope | User Token Scope |\n|---------------|-----------------|------------------|\n| list_users | users:read | users:read |\n| get_user_info | users:read | users:read |\n| (email field) | + users:read.email | + users:read.email |\n\n### Reaction & File Operations\n| Operation | Bot Token Scope | User Token Scope |\n|-----------------|-----------------|------------------|\n| add_reaction | reactions:write | reactions:write |\n| remove_reaction | reactions:write | reactions:write |\n| upload_file | files:write | files:write |\n\n### Direct Message (DM) Scopes\nFor operations on DMs and group DMs, add these additional scopes:\n| Scope | Purpose |\n|-------|---------|\n| im:read | Access direct message channel info |\n| im:write | Start direct message conversations |\n| im:history | Read direct message history |\n| mpim:read | Access group DM channel info |\n| mpim:write | Start group DM conversations |\n| mpim:history | Read group DM history |\n\n## Quick Setup Guide\n\n### For Bot Tokens (xoxb-)\n1. Go to https://api.slack.com/apps \u2192 select your app\n2. Navigate to \"OAuth & Permissions\"\n3. Scroll to \"Bot Token Scopes\" section \u2192 add required scopes\n4. Click \"Install to Workspace\" (or \"Reinstall\" if updating)\n5. Copy \"Bot User OAuth Token\" (starts with xoxb-)\n\n### For User Tokens (xoxp-)\n1. Go to https://api.slack.com/apps \u2192 select your app\n2. Navigate to \"OAuth & Permissions\"\n3. Scroll to \"User Token Scopes\" section \u2192 add required scopes\n4. Click \"Install to Workspace\" (or \"Reinstall\" if updating)\n5. Copy \"User OAuth Token\" (starts with xoxp-)\n\n## Minimum Recommended Scopes\nFor Bot Token: chat:write, channels:read, groups:read, users:read, channels:history\nFor User Token: chat:write, channels:read, groups:read, users:read, channels:history, channels:write\n\n## Setting Up Slack Triggers (Event Subscriptions)\n\nTo trigger BubbleFlow workflows from Slack events (like @mentions), you need to configure Event Subscriptions.\nOfficial docs: https://docs.slack.dev/apis/events-api/\n\n### Supported Trigger Events\n| Trigger Type | Slack Event | Required Scope |\n|--------------|-------------|----------------|\n| slack/bot_mentioned | app_mention | app_mentions:read |\n\n### Step-by-Step Event Subscriptions Setup\n\n**Step 1: Get your webhook URL from Bubble Lab**\n- In Bubble Lab, create a flow with a Slack trigger (e.g., slack/bot_mentioned)\n- Copy the webhook URL provided (format: https://api.bubblelab.ai/webhook/{userId}/{path})\n\n**Step 2: Enable Event Subscriptions in Slack**\n1. Go to https://api.slack.com/apps \u2192 select your app\n2. Click \"Event Subscriptions\" in the left sidebar\n3. Toggle \"Enable Events\" to ON\n\n**Step 3: Configure Request URL**\n1. Paste your Bubble Lab webhook URL in the \"Request URL\" field\n2. Slack will send a verification challenge to your URL\n3. Wait for the green \"Verified\" checkmark (Bubble Lab handles verification automatically)\n4. If verification fails, click \"Retry\" (your server may need a moment to respond)\n\n**Step 4: Subscribe to Bot Events**\n1. Scroll down to \"Subscribe to bot events\"\n2. Click \"Add Bot User Event\"\n3. Add the events you need:\n - For @mentions: add \"app_mention\"\n4. Click \"Save Changes\"\n\n**Step 5: Add Required OAuth Scopes**\n1. Go to \"OAuth & Permissions\" in the sidebar\n2. Under \"Bot Token Scopes\", add:\n - app_mentions:read (for app_mention events)\n3. Click \"Save\"\n\n**Step 6: Reinstall Your App**\n1. Go to \"Install App\" in the sidebar\n2. Click \"Reinstall to Workspace\"\n3. Authorize the new permissions\n\n### Troubleshooting Event Subscriptions\n- **Verification failed**: Ensure your webhook URL is correct and accessible\n- **Not receiving events**: Check that you added the correct scopes AND reinstalled the app\n- **Bot not responding**: Make sure the bot is invited to the channel where it's mentioned\n ";
6777
+ static readonly longDescription = "\nComprehensive Slack integration for messaging and workspace management.\nSupports both Bot tokens (xoxb-) and User tokens (xoxp-).\n## Token Types: Bot vs User\n\n| Aspect | Bot Token (xoxb-) | User Token (xoxp-) |\n|--------|-------------------|-------------------|\n| Identity | Acts as the bot | Acts as the authorizing user |\n| Channel access | Only channels bot is added to | All channels user can access |\n| Message deletion | Can only delete bot's own messages | Can delete any message user has permission for |\n| Message posting | Messages appear from the bot | Messages appear from the user |\n| Scope location | \"Bot Token Scopes\" section | \"User Token Scopes\" section |\n\nChoose **Bot token** for: Automations, notifications, bots that act independently\nChoose **User token** for: Acting on behalf of a user, accessing user's private channels\n\n## Required OAuth Scopes by Operation\n\nConfigure in your Slack App: OAuth & Permissions page\nOfficial docs: https://docs.slack.dev/reference/scopes/\n\n### Messaging Operations\n| Operation | Bot Token Scope | User Token Scope |\n|------------------|-----------------|------------------|\n| send_message | chat:write (+ chat:write.public for any public channel) | chat:write |\n| send_message (to user DM) | chat:write + im:write | chat:write + im:write |\n| schedule_message | chat:write | chat:write |\n| update_message | chat:write | chat:write |\n| delete_message | chat:write (own messages only) | chat:write (any deletable) |\n\n**Note on DMs**: When you pass a user ID (e.g., U12345678) as the channel, SlackBubble automatically opens a DM conversation with that user. This requires the `im:write` scope in addition to `chat:write`.\n\n### Channel & Conversation Operations\n| Operation | Bot Token Scope | User Token Scope |\n|--------------------------|-----------------|------------------|\n| list_channels | channels:read, groups:read | channels:read, groups:read |\n| get_channel_info | channels:read OR groups:read | channels:read OR groups:read |\n| join_channel | channels:join | channels:write |\n| get_conversation_history | channels:history, groups:history | channels:history, groups:history |\n| get_thread_replies | channels:history, groups:history | channels:history, groups:history |\n\n### User Operations\n| Operation | Bot Token Scope | User Token Scope |\n|---------------|-----------------|------------------|\n| list_users | users:read | users:read |\n| get_user_info | users:read | users:read |\n| (email field) | + users:read.email | + users:read.email |\n\n### Reaction & File Operations\n| Operation | Bot Token Scope | User Token Scope |\n|-----------------|-----------------|------------------|\n| add_reaction | reactions:write | reactions:write |\n| remove_reaction | reactions:write | reactions:write |\n| upload_file | files:write | files:write |\n\n### Direct Message (DM) Scopes\nFor operations on DMs and group DMs, add these additional scopes:\n| Scope | Purpose |\n|-------|---------|\n| im:read | Access direct message channel info |\n| im:write | Start direct message conversations |\n| im:history | Read direct message history |\n| mpim:read | Access group DM channel info |\n| mpim:write | Start group DM conversations |\n| mpim:history | Read group DM history |\n\n## Quick Setup Guide\n\n### For Bot Tokens (xoxb-)\n1. Go to https://api.slack.com/apps \u2192 select your app\n2. Navigate to \"OAuth & Permissions\"\n3. Scroll to \"Bot Token Scopes\" section \u2192 add required scopes\n4. Click \"Install to Workspace\" (or \"Reinstall\" if updating)\n5. Copy \"Bot User OAuth Token\" (starts with xoxb-)\n\n### For User Tokens (xoxp-)\n1. Go to https://api.slack.com/apps \u2192 select your app\n2. Navigate to \"OAuth & Permissions\"\n3. Scroll to \"User Token Scopes\" section \u2192 add required scopes\n4. Click \"Install to Workspace\" (or \"Reinstall\" if updating)\n5. Copy \"User OAuth Token\" (starts with xoxp-)\n\n## Minimum Recommended Scopes\nFor Bot Token: chat:write, channels:read, groups:read, users:read, channels:history\nFor User Token: chat:write, channels:read, groups:read, users:read, channels:history, channels:write\n\n## Setting Up Slack Triggers (Event Subscriptions)\n\nTo trigger BubbleFlow workflows from Slack events (like @mentions), you need to configure Event Subscriptions.\nOfficial docs: https://docs.slack.dev/apis/events-api/\n\n### Supported Trigger Events\n| Trigger Type | Slack Event | Required Scope |\n|--------------|-------------|----------------|\n| slack/bot_mentioned | app_mention | app_mentions:read |\n\n### Step-by-Step Event Subscriptions Setup\n\n**Step 1: Get your webhook URL from Bubble Lab**\n- In Bubble Lab, create a flow with a Slack trigger (e.g., slack/bot_mentioned)\n- Copy the webhook URL provided (format: https://api.bubblelab.ai/webhook/{userId}/{path})\n\n**Step 2: Enable Event Subscriptions in Slack**\n1. Go to https://api.slack.com/apps \u2192 select your app\n2. Click \"Event Subscriptions\" in the left sidebar\n3. Toggle \"Enable Events\" to ON\n\n**Step 3: Configure Request URL**\n1. Paste your Bubble Lab webhook URL in the \"Request URL\" field\n2. Slack will send a verification challenge to your URL\n3. Wait for the green \"Verified\" checkmark (Bubble Lab handles verification automatically)\n4. If verification fails, click \"Retry\" (your server may need a moment to respond)\n\n**Step 4: Subscribe to Bot Events**\n1. Scroll down to \"Subscribe to bot events\"\n2. Click \"Add Bot User Event\"\n3. Add the events you need:\n - For @mentions: add \"app_mention\"\n4. Click \"Save Changes\"\n\n**Step 5: Add Required OAuth Scopes**\n1. Go to \"OAuth & Permissions\" in the sidebar\n2. Under \"Bot Token Scopes\", add:\n - app_mentions:read (for app_mention events)\n3. Click \"Save\"\n\n**Step 6: Reinstall Your App**\n1. Go to \"Install App\" in the sidebar\n2. Click \"Reinstall to Workspace\"\n3. Authorize the new permissions\n\n### Troubleshooting Event Subscriptions\n- **Verification failed**: Ensure your webhook URL is correct and accessible\n- **Not receiving events**: Check that you added the correct scopes AND reinstalled the app\n- **Bot not responding**: Make sure the bot is invited to the channel where it's mentioned\n ";
6778
6778
  static readonly alias = "slack";
6779
6779
  constructor(params?: T, context?: BubbleContext, instanceId?: string);
6780
6780
  protected performAction(context?: BubbleContext): Promise<Extract<SlackResult, {
@@ -6786,7 +6786,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6786
6786
  * Otherwise, searches for a channel with the given name.
6787
6787
  */
6788
6788
  private resolveChannelId;
6789
+ private static readonly MAX_BLOCKS_PER_MESSAGE;
6789
6790
  private sendMessage;
6791
+ /**
6792
+ * Sends a message with blocks split into multiple messages when exceeding Slack's 50 block limit.
6793
+ * Subsequent chunks are sent as thread replies to the first message.
6794
+ */
6795
+ private sendMessageWithBlockChunks;
6790
6796
  private listChannels;
6791
6797
  private getChannelInfo;
6792
6798
  private getUserInfo;