@bubblelab/bubble-core 0.1.86 → 0.1.91

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 (48) hide show
  1. package/dist/bubble-bundle.d.ts +77 -77
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +36 -36
  4. package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +62 -62
  7. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  9. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  10. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  11. package/dist/bubbles/service-bubble/firecrawl.d.ts +306 -306
  12. package/dist/bubbles/service-bubble/followupboss.d.ts +148 -148
  13. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  14. package/dist/bubbles/service-bubble/github.d.ts +88 -88
  15. package/dist/bubbles/service-bubble/gmail.d.ts +587 -587
  16. package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
  17. package/dist/bubbles/service-bubble/google-drive.d.ts +98 -98
  18. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  19. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  20. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  21. package/dist/bubbles/service-bubble/jira/jira.d.ts +58 -58
  22. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +14 -14
  23. package/dist/bubbles/service-bubble/notion/notion.d.ts +92 -92
  24. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  26. package/dist/bubbles/service-bubble/slack/slack.d.ts +684 -684
  27. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  28. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +75 -75
  29. package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
  30. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +20 -20
  31. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
  32. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  33. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  34. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +305 -305
  35. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  36. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  37. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +110 -110
  38. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  39. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  41. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
  42. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
  43. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  44. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +50 -50
  45. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  46. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
  47. package/dist/bubbles.json +1 -1
  48. package/package.json +2 -2
@@ -39,18 +39,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
39
39
  }, "strip", z.ZodTypeAny, {
40
40
  title?: string | undefined;
41
41
  text?: string | undefined;
42
- image_url?: string | undefined;
43
- fields?: {
44
- value: string;
45
- title: string;
46
- short?: boolean | undefined;
47
- }[] | undefined;
48
42
  color?: string | undefined;
49
43
  pretext?: string | undefined;
50
44
  author_name?: string | undefined;
51
45
  author_link?: string | undefined;
52
46
  author_icon?: string | undefined;
53
47
  title_link?: string | undefined;
48
+ fields?: {
49
+ value: string;
50
+ title: string;
51
+ short?: boolean | undefined;
52
+ }[] | undefined;
53
+ image_url?: string | undefined;
54
54
  thumb_url?: string | undefined;
55
55
  footer?: string | undefined;
56
56
  footer_icon?: string | undefined;
@@ -58,18 +58,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
58
58
  }, {
59
59
  title?: string | undefined;
60
60
  text?: string | undefined;
61
- image_url?: string | undefined;
62
- fields?: {
63
- value: string;
64
- title: string;
65
- short?: boolean | undefined;
66
- }[] | undefined;
67
61
  color?: string | undefined;
68
62
  pretext?: string | undefined;
69
63
  author_name?: string | undefined;
70
64
  author_link?: string | undefined;
71
65
  author_icon?: string | undefined;
72
66
  title_link?: string | undefined;
67
+ fields?: {
68
+ value: string;
69
+ title: string;
70
+ short?: boolean | undefined;
71
+ }[] | undefined;
72
+ image_url?: string | undefined;
73
73
  thumb_url?: string | undefined;
74
74
  footer?: string | undefined;
75
75
  footer_icon?: string | undefined;
@@ -101,17 +101,17 @@ 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: "image" | "plain_text" | "mrkdwn";
105
- emoji?: boolean | undefined;
104
+ type: "plain_text" | "mrkdwn" | "image";
106
105
  text?: string | undefined;
107
106
  image_url?: string | undefined;
107
+ emoji?: boolean | undefined;
108
108
  verbatim?: boolean | undefined;
109
109
  alt_text?: string | undefined;
110
110
  }, {
111
- type: "image" | "plain_text" | "mrkdwn";
112
- emoji?: boolean | undefined;
111
+ type: "plain_text" | "mrkdwn" | "image";
113
112
  text?: string | undefined;
114
113
  image_url?: string | undefined;
114
+ emoji?: boolean | undefined;
115
115
  verbatim?: boolean | undefined;
116
116
  alt_text?: string | undefined;
117
117
  }>, "many">>;
@@ -141,17 +141,17 @@ 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: "image" | "plain_text" | "mrkdwn";
145
- emoji?: boolean | undefined;
144
+ type: "plain_text" | "mrkdwn" | "image";
146
145
  text?: string | undefined;
147
146
  image_url?: string | undefined;
147
+ emoji?: boolean | undefined;
148
148
  verbatim?: boolean | undefined;
149
149
  alt_text?: string | undefined;
150
150
  }, {
151
- type: "image" | "plain_text" | "mrkdwn";
152
- emoji?: boolean | undefined;
151
+ type: "plain_text" | "mrkdwn" | "image";
153
152
  text?: string | undefined;
154
153
  image_url?: string | undefined;
154
+ emoji?: boolean | undefined;
155
155
  verbatim?: boolean | undefined;
156
156
  alt_text?: string | undefined;
157
157
  }>, "many">>;
@@ -181,17 +181,17 @@ 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: "image" | "plain_text" | "mrkdwn";
185
- emoji?: boolean | undefined;
184
+ type: "plain_text" | "mrkdwn" | "image";
186
185
  text?: string | undefined;
187
186
  image_url?: string | undefined;
187
+ emoji?: boolean | undefined;
188
188
  verbatim?: boolean | undefined;
189
189
  alt_text?: string | undefined;
190
190
  }, {
191
- type: "image" | "plain_text" | "mrkdwn";
192
- emoji?: boolean | undefined;
191
+ type: "plain_text" | "mrkdwn" | "image";
193
192
  text?: string | undefined;
194
193
  image_url?: string | undefined;
194
+ emoji?: boolean | undefined;
195
195
  verbatim?: boolean | undefined;
196
196
  alt_text?: string | undefined;
197
197
  }>, "many">>;
@@ -202,31 +202,30 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
202
202
  unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
203
203
  unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
204
204
  }, "strip", z.ZodTypeAny, {
205
- text: string;
206
205
  operation: "send_message";
207
206
  channel: string;
207
+ text: string;
208
208
  reply_broadcast: boolean;
209
209
  unfurl_links: boolean;
210
210
  unfurl_media: boolean;
211
- credentials?: Partial<Record<CredentialType, string>> | undefined;
212
211
  username?: string | undefined;
213
212
  icon_emoji?: string | undefined;
214
213
  icon_url?: string | undefined;
215
214
  attachments?: {
216
215
  title?: string | undefined;
217
216
  text?: string | undefined;
218
- image_url?: string | undefined;
219
- fields?: {
220
- value: string;
221
- title: string;
222
- short?: boolean | undefined;
223
- }[] | undefined;
224
217
  color?: string | undefined;
225
218
  pretext?: string | undefined;
226
219
  author_name?: string | undefined;
227
220
  author_link?: string | undefined;
228
221
  author_icon?: string | undefined;
229
222
  title_link?: string | undefined;
223
+ fields?: {
224
+ value: string;
225
+ title: string;
226
+ short?: boolean | undefined;
227
+ }[] | undefined;
228
+ image_url?: string | undefined;
230
229
  thumb_url?: string | undefined;
231
230
  footer?: string | undefined;
232
231
  footer_icon?: string | undefined;
@@ -258,45 +257,45 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
258
257
  emoji: z.ZodOptional<z.ZodBoolean>;
259
258
  verbatim: z.ZodOptional<z.ZodBoolean>;
260
259
  }, "strip", z.ZodTypeAny, {
261
- type: "image" | "plain_text" | "mrkdwn";
262
- emoji?: boolean | undefined;
260
+ type: "plain_text" | "mrkdwn" | "image";
263
261
  text?: string | undefined;
264
262
  image_url?: string | undefined;
263
+ emoji?: boolean | undefined;
265
264
  verbatim?: boolean | undefined;
266
265
  alt_text?: string | undefined;
267
266
  }, {
268
- type: "image" | "plain_text" | "mrkdwn";
269
- emoji?: boolean | undefined;
267
+ type: "plain_text" | "mrkdwn" | "image";
270
268
  text?: string | undefined;
271
269
  image_url?: string | undefined;
270
+ emoji?: boolean | undefined;
272
271
  verbatim?: boolean | undefined;
273
272
  alt_text?: string | undefined;
274
273
  }>, "many">>;
275
274
  }, z.ZodTypeAny, "passthrough">[] | undefined;
276
275
  thread_ts?: string | undefined;
276
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
277
277
  }, {
278
- text: string;
279
278
  operation: "send_message";
280
279
  channel: string;
281
- credentials?: Partial<Record<CredentialType, string>> | undefined;
280
+ text: string;
282
281
  username?: string | undefined;
283
282
  icon_emoji?: string | undefined;
284
283
  icon_url?: string | undefined;
285
284
  attachments?: {
286
285
  title?: string | undefined;
287
286
  text?: string | undefined;
288
- image_url?: string | undefined;
289
- fields?: {
290
- value: string;
291
- title: string;
292
- short?: boolean | undefined;
293
- }[] | undefined;
294
287
  color?: string | undefined;
295
288
  pretext?: string | undefined;
296
289
  author_name?: string | undefined;
297
290
  author_link?: string | undefined;
298
291
  author_icon?: string | undefined;
299
292
  title_link?: string | undefined;
293
+ fields?: {
294
+ value: string;
295
+ title: string;
296
+ short?: boolean | undefined;
297
+ }[] | undefined;
298
+ image_url?: string | undefined;
300
299
  thumb_url?: string | undefined;
301
300
  footer?: string | undefined;
302
301
  footer_icon?: string | undefined;
@@ -328,23 +327,24 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
328
327
  emoji: z.ZodOptional<z.ZodBoolean>;
329
328
  verbatim: z.ZodOptional<z.ZodBoolean>;
330
329
  }, "strip", z.ZodTypeAny, {
331
- type: "image" | "plain_text" | "mrkdwn";
332
- emoji?: boolean | undefined;
330
+ type: "plain_text" | "mrkdwn" | "image";
333
331
  text?: string | undefined;
334
332
  image_url?: string | undefined;
333
+ emoji?: boolean | undefined;
335
334
  verbatim?: boolean | undefined;
336
335
  alt_text?: string | undefined;
337
336
  }, {
338
- type: "image" | "plain_text" | "mrkdwn";
339
- emoji?: boolean | undefined;
337
+ type: "plain_text" | "mrkdwn" | "image";
340
338
  text?: string | undefined;
341
339
  image_url?: string | undefined;
340
+ emoji?: boolean | undefined;
342
341
  verbatim?: boolean | undefined;
343
342
  alt_text?: string | undefined;
344
343
  }>, "many">>;
345
344
  }, z.ZodTypeAny, "passthrough">[] | undefined;
346
345
  thread_ts?: string | undefined;
347
346
  reply_broadcast?: boolean | undefined;
347
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
348
348
  unfurl_links?: boolean | undefined;
349
349
  unfurl_media?: boolean | undefined;
350
350
  }>, z.ZodObject<{
@@ -355,16 +355,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
355
355
  cursor: z.ZodOptional<z.ZodString>;
356
356
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
357
357
  }, "strip", z.ZodTypeAny, {
358
- types: ("public_channel" | "private_channel" | "mpim" | "im")[];
359
358
  operation: "list_channels";
359
+ types: ("public_channel" | "private_channel" | "mpim" | "im")[];
360
360
  exclude_archived: boolean;
361
361
  limit: number;
362
362
  credentials?: Partial<Record<CredentialType, string>> | undefined;
363
363
  cursor?: string | undefined;
364
364
  }, {
365
365
  operation: "list_channels";
366
- types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
367
366
  credentials?: Partial<Record<CredentialType, string>> | undefined;
367
+ types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
368
368
  exclude_archived?: boolean | undefined;
369
369
  limit?: number | undefined;
370
370
  cursor?: string | undefined;
@@ -389,13 +389,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
389
389
  include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
390
390
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
391
391
  }, "strip", z.ZodTypeAny, {
392
- user: string;
393
392
  operation: "get_user_info";
394
393
  include_locale: boolean;
394
+ user: string;
395
395
  credentials?: Partial<Record<CredentialType, string>> | undefined;
396
396
  }, {
397
- user: string;
398
397
  operation: "get_user_info";
398
+ user: string;
399
399
  credentials?: Partial<Record<CredentialType, string>> | undefined;
400
400
  include_locale?: boolean | undefined;
401
401
  }>, z.ZodObject<{
@@ -426,8 +426,8 @@ 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";
430
+ inclusive: boolean;
431
431
  channel: string;
432
432
  limit: number;
433
433
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -454,19 +454,19 @@ 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
- ts: string;
459
457
  operation: "get_thread_replies";
458
+ inclusive: boolean;
460
459
  channel: string;
460
+ ts: string;
461
461
  limit: number;
462
462
  credentials?: Partial<Record<CredentialType, string>> | undefined;
463
463
  cursor?: string | undefined;
464
464
  latest?: string | undefined;
465
465
  oldest?: string | undefined;
466
466
  }, {
467
- ts: string;
468
467
  operation: "get_thread_replies";
469
468
  channel: string;
469
+ ts: string;
470
470
  inclusive?: boolean | undefined;
471
471
  credentials?: Partial<Record<CredentialType, string>> | undefined;
472
472
  limit?: number | undefined;
@@ -508,18 +508,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
508
508
  }, "strip", z.ZodTypeAny, {
509
509
  title?: string | undefined;
510
510
  text?: string | undefined;
511
- image_url?: string | undefined;
512
- fields?: {
513
- value: string;
514
- title: string;
515
- short?: boolean | undefined;
516
- }[] | undefined;
517
511
  color?: string | undefined;
518
512
  pretext?: string | undefined;
519
513
  author_name?: string | undefined;
520
514
  author_link?: string | undefined;
521
515
  author_icon?: string | undefined;
522
516
  title_link?: string | undefined;
517
+ fields?: {
518
+ value: string;
519
+ title: string;
520
+ short?: boolean | undefined;
521
+ }[] | undefined;
522
+ image_url?: string | undefined;
523
523
  thumb_url?: string | undefined;
524
524
  footer?: string | undefined;
525
525
  footer_icon?: string | undefined;
@@ -527,18 +527,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
527
527
  }, {
528
528
  title?: string | undefined;
529
529
  text?: string | undefined;
530
- image_url?: string | undefined;
531
- fields?: {
532
- value: string;
533
- title: string;
534
- short?: boolean | undefined;
535
- }[] | undefined;
536
530
  color?: string | undefined;
537
531
  pretext?: string | undefined;
538
532
  author_name?: string | undefined;
539
533
  author_link?: string | undefined;
540
534
  author_icon?: string | undefined;
541
535
  title_link?: string | undefined;
536
+ fields?: {
537
+ value: string;
538
+ title: string;
539
+ short?: boolean | undefined;
540
+ }[] | undefined;
541
+ image_url?: string | undefined;
542
542
  thumb_url?: string | undefined;
543
543
  footer?: string | undefined;
544
544
  footer_icon?: string | undefined;
@@ -570,17 +570,17 @@ 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: "image" | "plain_text" | "mrkdwn";
574
- emoji?: boolean | undefined;
573
+ type: "plain_text" | "mrkdwn" | "image";
575
574
  text?: string | undefined;
576
575
  image_url?: string | undefined;
576
+ emoji?: boolean | undefined;
577
577
  verbatim?: boolean | undefined;
578
578
  alt_text?: string | undefined;
579
579
  }, {
580
- type: "image" | "plain_text" | "mrkdwn";
581
- emoji?: boolean | undefined;
580
+ type: "plain_text" | "mrkdwn" | "image";
582
581
  text?: string | undefined;
583
582
  image_url?: string | undefined;
583
+ emoji?: boolean | undefined;
584
584
  verbatim?: boolean | undefined;
585
585
  alt_text?: string | undefined;
586
586
  }>, "many">>;
@@ -610,17 +610,17 @@ 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: "image" | "plain_text" | "mrkdwn";
614
- emoji?: boolean | undefined;
613
+ type: "plain_text" | "mrkdwn" | "image";
615
614
  text?: string | undefined;
616
615
  image_url?: string | undefined;
616
+ emoji?: boolean | undefined;
617
617
  verbatim?: boolean | undefined;
618
618
  alt_text?: string | undefined;
619
619
  }, {
620
- type: "image" | "plain_text" | "mrkdwn";
621
- emoji?: boolean | undefined;
620
+ type: "plain_text" | "mrkdwn" | "image";
622
621
  text?: string | undefined;
623
622
  image_url?: string | undefined;
623
+ emoji?: boolean | undefined;
624
624
  verbatim?: boolean | undefined;
625
625
  alt_text?: string | undefined;
626
626
  }>, "many">>;
@@ -650,43 +650,42 @@ 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: "image" | "plain_text" | "mrkdwn";
654
- emoji?: boolean | undefined;
653
+ type: "plain_text" | "mrkdwn" | "image";
655
654
  text?: string | undefined;
656
655
  image_url?: string | undefined;
656
+ emoji?: boolean | undefined;
657
657
  verbatim?: boolean | undefined;
658
658
  alt_text?: string | undefined;
659
659
  }, {
660
- type: "image" | "plain_text" | "mrkdwn";
661
- emoji?: boolean | undefined;
660
+ type: "plain_text" | "mrkdwn" | "image";
662
661
  text?: string | undefined;
663
662
  image_url?: string | undefined;
663
+ emoji?: boolean | undefined;
664
664
  verbatim?: boolean | undefined;
665
665
  alt_text?: string | undefined;
666
666
  }>, "many">>;
667
667
  }, z.ZodTypeAny, "passthrough">>, "many">>;
668
668
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
669
669
  }, "strip", z.ZodTypeAny, {
670
- ts: string;
671
670
  operation: "update_message";
672
671
  channel: string;
673
- credentials?: Partial<Record<CredentialType, string>> | undefined;
672
+ ts: string;
674
673
  text?: string | undefined;
675
674
  attachments?: {
676
675
  title?: string | undefined;
677
676
  text?: string | undefined;
678
- image_url?: string | undefined;
679
- fields?: {
680
- value: string;
681
- title: string;
682
- short?: boolean | undefined;
683
- }[] | undefined;
684
677
  color?: string | undefined;
685
678
  pretext?: string | undefined;
686
679
  author_name?: string | undefined;
687
680
  author_link?: string | undefined;
688
681
  author_icon?: string | undefined;
689
682
  title_link?: string | undefined;
683
+ fields?: {
684
+ value: string;
685
+ title: string;
686
+ short?: boolean | undefined;
687
+ }[] | undefined;
688
+ image_url?: string | undefined;
690
689
  thumb_url?: string | undefined;
691
690
  footer?: string | undefined;
692
691
  footer_icon?: string | undefined;
@@ -718,42 +717,42 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
718
717
  emoji: z.ZodOptional<z.ZodBoolean>;
719
718
  verbatim: z.ZodOptional<z.ZodBoolean>;
720
719
  }, "strip", z.ZodTypeAny, {
721
- type: "image" | "plain_text" | "mrkdwn";
722
- emoji?: boolean | undefined;
720
+ type: "plain_text" | "mrkdwn" | "image";
723
721
  text?: string | undefined;
724
722
  image_url?: string | undefined;
723
+ emoji?: boolean | undefined;
725
724
  verbatim?: boolean | undefined;
726
725
  alt_text?: string | undefined;
727
726
  }, {
728
- type: "image" | "plain_text" | "mrkdwn";
729
- emoji?: boolean | undefined;
727
+ type: "plain_text" | "mrkdwn" | "image";
730
728
  text?: string | undefined;
731
729
  image_url?: string | undefined;
730
+ emoji?: boolean | undefined;
732
731
  verbatim?: boolean | undefined;
733
732
  alt_text?: string | undefined;
734
733
  }>, "many">>;
735
734
  }, z.ZodTypeAny, "passthrough">[] | undefined;
735
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
736
736
  }, {
737
- ts: string;
738
737
  operation: "update_message";
739
738
  channel: string;
740
- credentials?: Partial<Record<CredentialType, string>> | undefined;
739
+ ts: string;
741
740
  text?: string | undefined;
742
741
  attachments?: {
743
742
  title?: string | undefined;
744
743
  text?: string | undefined;
745
- image_url?: string | undefined;
746
- fields?: {
747
- value: string;
748
- title: string;
749
- short?: boolean | undefined;
750
- }[] | undefined;
751
744
  color?: string | undefined;
752
745
  pretext?: string | undefined;
753
746
  author_name?: string | undefined;
754
747
  author_link?: string | undefined;
755
748
  author_icon?: string | undefined;
756
749
  title_link?: string | undefined;
750
+ fields?: {
751
+ value: string;
752
+ title: string;
753
+ short?: boolean | undefined;
754
+ }[] | undefined;
755
+ image_url?: string | undefined;
757
756
  thumb_url?: string | undefined;
758
757
  footer?: string | undefined;
759
758
  footer_icon?: string | undefined;
@@ -785,35 +784,36 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
785
784
  emoji: z.ZodOptional<z.ZodBoolean>;
786
785
  verbatim: z.ZodOptional<z.ZodBoolean>;
787
786
  }, "strip", z.ZodTypeAny, {
788
- type: "image" | "plain_text" | "mrkdwn";
789
- emoji?: boolean | undefined;
787
+ type: "plain_text" | "mrkdwn" | "image";
790
788
  text?: string | undefined;
791
789
  image_url?: string | undefined;
790
+ emoji?: boolean | undefined;
792
791
  verbatim?: boolean | undefined;
793
792
  alt_text?: string | undefined;
794
793
  }, {
795
- type: "image" | "plain_text" | "mrkdwn";
796
- emoji?: boolean | undefined;
794
+ type: "plain_text" | "mrkdwn" | "image";
797
795
  text?: string | undefined;
798
796
  image_url?: string | undefined;
797
+ emoji?: boolean | undefined;
799
798
  verbatim?: boolean | undefined;
800
799
  alt_text?: string | undefined;
801
800
  }>, "many">>;
802
801
  }, z.ZodTypeAny, "passthrough">[] | undefined;
802
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
803
803
  }>, z.ZodObject<{
804
804
  operation: z.ZodLiteral<"delete_message">;
805
805
  channel: z.ZodString;
806
806
  ts: z.ZodString;
807
807
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
808
808
  }, "strip", z.ZodTypeAny, {
809
- ts: string;
810
809
  operation: "delete_message";
811
810
  channel: string;
811
+ ts: string;
812
812
  credentials?: Partial<Record<CredentialType, string>> | undefined;
813
813
  }, {
814
- ts: string;
815
814
  operation: "delete_message";
816
815
  channel: string;
816
+ ts: string;
817
817
  credentials?: Partial<Record<CredentialType, string>> | undefined;
818
818
  }>, z.ZodObject<{
819
819
  operation: z.ZodLiteral<"add_reaction">;
@@ -822,15 +822,15 @@ 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";
827
826
  channel: string;
827
+ name: string;
828
828
  timestamp: string;
829
829
  credentials?: Partial<Record<CredentialType, string>> | undefined;
830
830
  }, {
831
- name: string;
832
831
  operation: "add_reaction";
833
832
  channel: string;
833
+ name: string;
834
834
  timestamp: string;
835
835
  credentials?: Partial<Record<CredentialType, string>> | undefined;
836
836
  }>, z.ZodObject<{
@@ -840,15 +840,15 @@ 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";
845
844
  channel: string;
845
+ name: string;
846
846
  timestamp: string;
847
847
  credentials?: Partial<Record<CredentialType, string>> | undefined;
848
848
  }, {
849
- name: string;
850
849
  operation: "remove_reaction";
851
850
  channel: string;
851
+ name: string;
852
852
  timestamp: string;
853
853
  credentials?: Partial<Record<CredentialType, string>> | undefined;
854
854
  }>, z.ZodObject<{
@@ -877,8 +877,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
877
877
  channel: string;
878
878
  file_path: string;
879
879
  title?: string | undefined;
880
- credentials?: Partial<Record<CredentialType, string>> | undefined;
881
880
  thread_ts?: string | undefined;
881
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
882
882
  filename?: string | undefined;
883
883
  initial_comment?: string | undefined;
884
884
  }, {
@@ -886,8 +886,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
886
886
  channel: string;
887
887
  file_path: string;
888
888
  title?: string | undefined;
889
- credentials?: Partial<Record<CredentialType, string>> | undefined;
890
889
  thread_ts?: string | undefined;
890
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
891
891
  filename?: string | undefined;
892
892
  initial_comment?: string | undefined;
893
893
  }>, z.ZodObject<{
@@ -922,17 +922,17 @@ 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: "image" | "plain_text" | "mrkdwn";
926
- emoji?: boolean | undefined;
925
+ type: "plain_text" | "mrkdwn" | "image";
927
926
  text?: string | undefined;
928
927
  image_url?: string | undefined;
928
+ emoji?: boolean | undefined;
929
929
  verbatim?: boolean | undefined;
930
930
  alt_text?: string | undefined;
931
931
  }, {
932
- type: "image" | "plain_text" | "mrkdwn";
933
- emoji?: boolean | undefined;
932
+ type: "plain_text" | "mrkdwn" | "image";
934
933
  text?: string | undefined;
935
934
  image_url?: string | undefined;
935
+ emoji?: boolean | undefined;
936
936
  verbatim?: boolean | undefined;
937
937
  alt_text?: string | undefined;
938
938
  }>, "many">>;
@@ -962,17 +962,17 @@ 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: "image" | "plain_text" | "mrkdwn";
966
- emoji?: boolean | undefined;
965
+ type: "plain_text" | "mrkdwn" | "image";
967
966
  text?: string | undefined;
968
967
  image_url?: string | undefined;
968
+ emoji?: boolean | undefined;
969
969
  verbatim?: boolean | undefined;
970
970
  alt_text?: string | undefined;
971
971
  }, {
972
- type: "image" | "plain_text" | "mrkdwn";
973
- emoji?: boolean | undefined;
972
+ type: "plain_text" | "mrkdwn" | "image";
974
973
  text?: string | undefined;
975
974
  image_url?: string | undefined;
975
+ emoji?: boolean | undefined;
976
976
  verbatim?: boolean | undefined;
977
977
  alt_text?: string | undefined;
978
978
  }>, "many">>;
@@ -1002,17 +1002,17 @@ 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: "image" | "plain_text" | "mrkdwn";
1006
- emoji?: boolean | undefined;
1005
+ type: "plain_text" | "mrkdwn" | "image";
1007
1006
  text?: string | undefined;
1008
1007
  image_url?: string | undefined;
1008
+ emoji?: boolean | undefined;
1009
1009
  verbatim?: boolean | undefined;
1010
1010
  alt_text?: string | undefined;
1011
1011
  }, {
1012
- type: "image" | "plain_text" | "mrkdwn";
1013
- emoji?: boolean | undefined;
1012
+ type: "plain_text" | "mrkdwn" | "image";
1014
1013
  text?: string | undefined;
1015
1014
  image_url?: string | undefined;
1015
+ emoji?: boolean | undefined;
1016
1016
  verbatim?: boolean | undefined;
1017
1017
  alt_text?: string | undefined;
1018
1018
  }>, "many">>;
@@ -1021,13 +1021,12 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1021
1021
  unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1022
1022
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1023
1023
  }, "strip", z.ZodTypeAny, {
1024
- text: string;
1025
1024
  operation: "schedule_message";
1026
1025
  channel: string;
1026
+ text: string;
1027
1027
  unfurl_links: boolean;
1028
1028
  unfurl_media: boolean;
1029
1029
  post_at: number;
1030
- credentials?: Partial<Record<CredentialType, string>> | undefined;
1031
1030
  blocks?: z.objectOutputType<{
1032
1031
  type: z.ZodString;
1033
1032
  text: z.ZodOptional<z.ZodObject<{
@@ -1054,28 +1053,28 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1054
1053
  emoji: z.ZodOptional<z.ZodBoolean>;
1055
1054
  verbatim: z.ZodOptional<z.ZodBoolean>;
1056
1055
  }, "strip", z.ZodTypeAny, {
1057
- type: "image" | "plain_text" | "mrkdwn";
1058
- emoji?: boolean | undefined;
1056
+ type: "plain_text" | "mrkdwn" | "image";
1059
1057
  text?: string | undefined;
1060
1058
  image_url?: string | undefined;
1059
+ emoji?: boolean | undefined;
1061
1060
  verbatim?: boolean | undefined;
1062
1061
  alt_text?: string | undefined;
1063
1062
  }, {
1064
- type: "image" | "plain_text" | "mrkdwn";
1065
- emoji?: boolean | undefined;
1063
+ type: "plain_text" | "mrkdwn" | "image";
1066
1064
  text?: string | undefined;
1067
1065
  image_url?: string | undefined;
1066
+ emoji?: boolean | undefined;
1068
1067
  verbatim?: boolean | undefined;
1069
1068
  alt_text?: string | undefined;
1070
1069
  }>, "many">>;
1071
1070
  }, z.ZodTypeAny, "passthrough">[] | undefined;
1072
1071
  thread_ts?: string | undefined;
1072
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
1073
1073
  }, {
1074
- text: string;
1075
1074
  operation: "schedule_message";
1076
1075
  channel: string;
1076
+ text: string;
1077
1077
  post_at: number;
1078
- credentials?: Partial<Record<CredentialType, string>> | undefined;
1079
1078
  blocks?: z.objectInputType<{
1080
1079
  type: z.ZodString;
1081
1080
  text: z.ZodOptional<z.ZodObject<{
@@ -1102,22 +1101,23 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1102
1101
  emoji: z.ZodOptional<z.ZodBoolean>;
1103
1102
  verbatim: z.ZodOptional<z.ZodBoolean>;
1104
1103
  }, "strip", z.ZodTypeAny, {
1105
- type: "image" | "plain_text" | "mrkdwn";
1106
- emoji?: boolean | undefined;
1104
+ type: "plain_text" | "mrkdwn" | "image";
1107
1105
  text?: string | undefined;
1108
1106
  image_url?: string | undefined;
1107
+ emoji?: boolean | undefined;
1109
1108
  verbatim?: boolean | undefined;
1110
1109
  alt_text?: string | undefined;
1111
1110
  }, {
1112
- type: "image" | "plain_text" | "mrkdwn";
1113
- emoji?: boolean | undefined;
1111
+ type: "plain_text" | "mrkdwn" | "image";
1114
1112
  text?: string | undefined;
1115
1113
  image_url?: string | undefined;
1114
+ emoji?: boolean | undefined;
1116
1115
  verbatim?: boolean | undefined;
1117
1116
  alt_text?: string | undefined;
1118
1117
  }>, "many">>;
1119
1118
  }, z.ZodTypeAny, "passthrough">[] | undefined;
1120
1119
  thread_ts?: string | undefined;
1120
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
1121
1121
  unfurl_links?: boolean | undefined;
1122
1122
  unfurl_media?: boolean | undefined;
1123
1123
  }>, z.ZodObject<{
@@ -1242,12 +1242,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1242
1242
  }, "strip", z.ZodTypeAny, {
1243
1243
  type: string;
1244
1244
  text?: string | undefined;
1245
- user?: string | undefined;
1246
- ts?: string | undefined;
1247
1245
  username?: string | undefined;
1246
+ ts?: string | undefined;
1248
1247
  attachments?: unknown[] | undefined;
1249
1248
  blocks?: unknown[] | undefined;
1250
1249
  thread_ts?: string | undefined;
1250
+ user?: string | undefined;
1251
1251
  bot_id?: string | undefined;
1252
1252
  bot_profile?: {
1253
1253
  name?: string | undefined;
@@ -1284,12 +1284,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1284
1284
  }, {
1285
1285
  type: string;
1286
1286
  text?: string | undefined;
1287
- user?: string | undefined;
1288
- ts?: string | undefined;
1289
1287
  username?: string | undefined;
1288
+ ts?: string | undefined;
1290
1289
  attachments?: unknown[] | undefined;
1291
1290
  blocks?: unknown[] | undefined;
1292
1291
  thread_ts?: string | undefined;
1292
+ user?: string | undefined;
1293
1293
  bot_id?: string | undefined;
1294
1294
  bot_profile?: {
1295
1295
  name?: string | undefined;
@@ -1327,19 +1327,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1327
1327
  error: z.ZodString;
1328
1328
  success: z.ZodBoolean;
1329
1329
  }, "strip", z.ZodTypeAny, {
1330
- error: string;
1331
- success: boolean;
1332
1330
  operation: "send_message";
1333
1331
  ok: boolean;
1332
+ error: string;
1333
+ success: boolean;
1334
1334
  message?: {
1335
1335
  type: string;
1336
1336
  text?: string | undefined;
1337
- user?: string | undefined;
1338
- ts?: string | undefined;
1339
1337
  username?: string | undefined;
1338
+ ts?: string | undefined;
1340
1339
  attachments?: unknown[] | undefined;
1341
1340
  blocks?: unknown[] | undefined;
1342
1341
  thread_ts?: string | undefined;
1342
+ user?: string | undefined;
1343
1343
  bot_id?: string | undefined;
1344
1344
  bot_profile?: {
1345
1345
  name?: string | undefined;
@@ -1374,22 +1374,22 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1374
1374
  permalink?: string | undefined;
1375
1375
  }[] | undefined;
1376
1376
  } | undefined;
1377
- ts?: string | undefined;
1378
1377
  channel?: string | undefined;
1378
+ ts?: string | undefined;
1379
1379
  }, {
1380
- error: string;
1381
- success: boolean;
1382
1380
  operation: "send_message";
1383
1381
  ok: boolean;
1382
+ error: string;
1383
+ success: boolean;
1384
1384
  message?: {
1385
1385
  type: string;
1386
1386
  text?: string | undefined;
1387
- user?: string | undefined;
1388
- ts?: string | undefined;
1389
1387
  username?: string | undefined;
1388
+ ts?: string | undefined;
1390
1389
  attachments?: unknown[] | undefined;
1391
1390
  blocks?: unknown[] | undefined;
1392
1391
  thread_ts?: string | undefined;
1392
+ user?: string | undefined;
1393
1393
  bot_id?: string | undefined;
1394
1394
  bot_profile?: {
1395
1395
  name?: string | undefined;
@@ -1424,8 +1424,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1424
1424
  permalink?: string | undefined;
1425
1425
  }[] | undefined;
1426
1426
  } | undefined;
1427
- ts?: string | undefined;
1428
1427
  channel?: string | undefined;
1428
+ ts?: string | undefined;
1429
1429
  }>, z.ZodObject<{
1430
1430
  operation: z.ZodLiteral<"list_channels">;
1431
1431
  ok: z.ZodBoolean;
@@ -1555,13 +1555,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1555
1555
  error: z.ZodString;
1556
1556
  success: z.ZodBoolean;
1557
1557
  }, "strip", z.ZodTypeAny, {
1558
- error: string;
1559
- success: boolean;
1560
1558
  operation: "list_channels";
1561
1559
  ok: boolean;
1562
- response_metadata?: {
1563
- next_cursor: string;
1564
- } | undefined;
1560
+ error: string;
1561
+ success: boolean;
1565
1562
  channels?: {
1566
1563
  name: string;
1567
1564
  id: string;
@@ -1596,18 +1593,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1596
1593
  } | undefined;
1597
1594
  num_members?: number | undefined;
1598
1595
  }[] | undefined;
1599
- }, {
1600
- error: string;
1601
- success: boolean;
1602
- operation: "list_channels";
1603
- ok: boolean;
1604
1596
  response_metadata?: {
1605
1597
  next_cursor: string;
1606
1598
  } | undefined;
1607
- channels?: {
1608
- name: string;
1609
- id: string;
1610
- created: number;
1599
+ }, {
1600
+ operation: "list_channels";
1601
+ ok: boolean;
1602
+ error: string;
1603
+ success: boolean;
1604
+ channels?: {
1605
+ name: string;
1606
+ id: string;
1607
+ created: number;
1611
1608
  is_archived: boolean;
1612
1609
  is_channel?: boolean | undefined;
1613
1610
  is_group?: boolean | undefined;
@@ -1638,6 +1635,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1638
1635
  } | undefined;
1639
1636
  num_members?: number | undefined;
1640
1637
  }[] | undefined;
1638
+ response_metadata?: {
1639
+ next_cursor: string;
1640
+ } | undefined;
1641
1641
  }>, z.ZodObject<{
1642
1642
  operation: z.ZodLiteral<"get_channel_info">;
1643
1643
  ok: z.ZodBoolean;
@@ -1760,10 +1760,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1760
1760
  error: z.ZodString;
1761
1761
  success: z.ZodBoolean;
1762
1762
  }, "strip", z.ZodTypeAny, {
1763
- error: string;
1764
- success: boolean;
1765
1763
  operation: "get_channel_info";
1766
1764
  ok: boolean;
1765
+ error: string;
1766
+ success: boolean;
1767
1767
  channel?: {
1768
1768
  name: string;
1769
1769
  id: string;
@@ -1799,10 +1799,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1799
1799
  num_members?: number | undefined;
1800
1800
  } | undefined;
1801
1801
  }, {
1802
- error: string;
1803
- success: boolean;
1804
1802
  operation: "get_channel_info";
1805
1803
  ok: boolean;
1804
+ error: string;
1805
+ success: boolean;
1806
1806
  channel?: {
1807
1807
  name: string;
1808
1808
  id: string;
@@ -1877,8 +1877,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1877
1877
  image_1024: z.ZodOptional<z.ZodString>;
1878
1878
  }, "strip", z.ZodTypeAny, {
1879
1879
  title?: string | undefined;
1880
- email?: string | undefined;
1881
1880
  fields?: Record<string, unknown> | undefined;
1881
+ email?: string | undefined;
1882
1882
  real_name?: string | undefined;
1883
1883
  phone?: string | undefined;
1884
1884
  skype?: string | undefined;
@@ -1902,8 +1902,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1902
1902
  image_1024?: string | undefined;
1903
1903
  }, {
1904
1904
  title?: string | undefined;
1905
- email?: string | undefined;
1906
1905
  fields?: Record<string, unknown> | undefined;
1906
+ email?: string | undefined;
1907
1907
  real_name?: string | undefined;
1908
1908
  phone?: string | undefined;
1909
1909
  skype?: string | undefined;
@@ -1938,10 +1938,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1938
1938
  }, "strip", z.ZodTypeAny, {
1939
1939
  name: string;
1940
1940
  id: string;
1941
+ color?: string | undefined;
1942
+ team_id?: string | undefined;
1943
+ deleted?: boolean | undefined;
1944
+ real_name?: string | undefined;
1945
+ tz?: string | undefined;
1946
+ tz_label?: string | undefined;
1947
+ tz_offset?: number | undefined;
1941
1948
  profile?: {
1942
1949
  title?: string | undefined;
1943
- email?: string | undefined;
1944
1950
  fields?: Record<string, unknown> | undefined;
1951
+ email?: string | undefined;
1945
1952
  real_name?: string | undefined;
1946
1953
  phone?: string | undefined;
1947
1954
  skype?: string | undefined;
@@ -1964,13 +1971,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1964
1971
  image_512?: string | undefined;
1965
1972
  image_1024?: string | undefined;
1966
1973
  } | undefined;
1967
- color?: string | undefined;
1968
- team_id?: string | undefined;
1969
- deleted?: boolean | undefined;
1970
- real_name?: string | undefined;
1971
- tz?: string | undefined;
1972
- tz_label?: string | undefined;
1973
- tz_offset?: number | undefined;
1974
1974
  is_admin?: boolean | undefined;
1975
1975
  is_owner?: boolean | undefined;
1976
1976
  is_primary_owner?: boolean | undefined;
@@ -1983,10 +1983,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1983
1983
  }, {
1984
1984
  name: string;
1985
1985
  id: string;
1986
+ color?: string | undefined;
1987
+ team_id?: string | undefined;
1988
+ deleted?: boolean | undefined;
1989
+ real_name?: string | undefined;
1990
+ tz?: string | undefined;
1991
+ tz_label?: string | undefined;
1992
+ tz_offset?: number | undefined;
1986
1993
  profile?: {
1987
1994
  title?: string | undefined;
1988
- email?: string | undefined;
1989
1995
  fields?: Record<string, unknown> | undefined;
1996
+ email?: string | undefined;
1990
1997
  real_name?: string | undefined;
1991
1998
  phone?: string | undefined;
1992
1999
  skype?: string | undefined;
@@ -2009,13 +2016,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2009
2016
  image_512?: string | undefined;
2010
2017
  image_1024?: string | undefined;
2011
2018
  } | undefined;
2012
- color?: string | undefined;
2013
- team_id?: string | undefined;
2014
- deleted?: boolean | undefined;
2015
- real_name?: string | undefined;
2016
- tz?: string | undefined;
2017
- tz_label?: string | undefined;
2018
- tz_offset?: number | undefined;
2019
2019
  is_admin?: boolean | undefined;
2020
2020
  is_owner?: boolean | undefined;
2021
2021
  is_primary_owner?: boolean | undefined;
@@ -2029,17 +2029,24 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2029
2029
  error: z.ZodString;
2030
2030
  success: z.ZodBoolean;
2031
2031
  }, "strip", z.ZodTypeAny, {
2032
- error: string;
2033
- success: boolean;
2034
2032
  operation: "get_user_info";
2035
2033
  ok: boolean;
2034
+ error: string;
2035
+ success: boolean;
2036
2036
  user?: {
2037
2037
  name: string;
2038
2038
  id: string;
2039
+ color?: string | undefined;
2040
+ team_id?: string | undefined;
2041
+ deleted?: boolean | undefined;
2042
+ real_name?: string | undefined;
2043
+ tz?: string | undefined;
2044
+ tz_label?: string | undefined;
2045
+ tz_offset?: number | undefined;
2039
2046
  profile?: {
2040
2047
  title?: string | undefined;
2041
- email?: string | undefined;
2042
2048
  fields?: Record<string, unknown> | undefined;
2049
+ email?: string | undefined;
2043
2050
  real_name?: string | undefined;
2044
2051
  phone?: string | undefined;
2045
2052
  skype?: string | undefined;
@@ -2062,13 +2069,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2062
2069
  image_512?: string | undefined;
2063
2070
  image_1024?: string | undefined;
2064
2071
  } | undefined;
2065
- color?: string | undefined;
2066
- team_id?: string | undefined;
2067
- deleted?: boolean | undefined;
2068
- real_name?: string | undefined;
2069
- tz?: string | undefined;
2070
- tz_label?: string | undefined;
2071
- tz_offset?: number | undefined;
2072
2072
  is_admin?: boolean | undefined;
2073
2073
  is_owner?: boolean | undefined;
2074
2074
  is_primary_owner?: boolean | undefined;
@@ -2080,17 +2080,24 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2080
2080
  has_2fa?: boolean | undefined;
2081
2081
  } | undefined;
2082
2082
  }, {
2083
- error: string;
2084
- success: boolean;
2085
2083
  operation: "get_user_info";
2086
2084
  ok: boolean;
2085
+ error: string;
2086
+ success: boolean;
2087
2087
  user?: {
2088
2088
  name: string;
2089
2089
  id: string;
2090
+ color?: string | undefined;
2091
+ team_id?: string | undefined;
2092
+ deleted?: boolean | undefined;
2093
+ real_name?: string | undefined;
2094
+ tz?: string | undefined;
2095
+ tz_label?: string | undefined;
2096
+ tz_offset?: number | undefined;
2090
2097
  profile?: {
2091
2098
  title?: string | undefined;
2092
- email?: string | undefined;
2093
2099
  fields?: Record<string, unknown> | undefined;
2100
+ email?: string | undefined;
2094
2101
  real_name?: string | undefined;
2095
2102
  phone?: string | undefined;
2096
2103
  skype?: string | undefined;
@@ -2113,13 +2120,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2113
2120
  image_512?: string | undefined;
2114
2121
  image_1024?: string | undefined;
2115
2122
  } | undefined;
2116
- color?: string | undefined;
2117
- team_id?: string | undefined;
2118
- deleted?: boolean | undefined;
2119
- real_name?: string | undefined;
2120
- tz?: string | undefined;
2121
- tz_label?: string | undefined;
2122
- tz_offset?: number | undefined;
2123
2123
  is_admin?: boolean | undefined;
2124
2124
  is_owner?: boolean | undefined;
2125
2125
  is_primary_owner?: boolean | undefined;
@@ -2170,8 +2170,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2170
2170
  image_1024: z.ZodOptional<z.ZodString>;
2171
2171
  }, "strip", z.ZodTypeAny, {
2172
2172
  title?: string | undefined;
2173
- email?: string | undefined;
2174
2173
  fields?: Record<string, unknown> | undefined;
2174
+ email?: string | undefined;
2175
2175
  real_name?: string | undefined;
2176
2176
  phone?: string | undefined;
2177
2177
  skype?: string | undefined;
@@ -2195,8 +2195,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2195
2195
  image_1024?: string | undefined;
2196
2196
  }, {
2197
2197
  title?: string | undefined;
2198
- email?: string | undefined;
2199
2198
  fields?: Record<string, unknown> | undefined;
2199
+ email?: string | undefined;
2200
2200
  real_name?: string | undefined;
2201
2201
  phone?: string | undefined;
2202
2202
  skype?: string | undefined;
@@ -2231,10 +2231,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2231
2231
  }, "strip", z.ZodTypeAny, {
2232
2232
  name: string;
2233
2233
  id: string;
2234
+ color?: string | undefined;
2235
+ team_id?: string | undefined;
2236
+ deleted?: boolean | undefined;
2237
+ real_name?: string | undefined;
2238
+ tz?: string | undefined;
2239
+ tz_label?: string | undefined;
2240
+ tz_offset?: number | undefined;
2234
2241
  profile?: {
2235
2242
  title?: string | undefined;
2236
- email?: string | undefined;
2237
2243
  fields?: Record<string, unknown> | undefined;
2244
+ email?: string | undefined;
2238
2245
  real_name?: string | undefined;
2239
2246
  phone?: string | undefined;
2240
2247
  skype?: string | undefined;
@@ -2257,13 +2264,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2257
2264
  image_512?: string | undefined;
2258
2265
  image_1024?: string | undefined;
2259
2266
  } | undefined;
2260
- color?: string | undefined;
2261
- team_id?: string | undefined;
2262
- deleted?: boolean | undefined;
2263
- real_name?: string | undefined;
2264
- tz?: string | undefined;
2265
- tz_label?: string | undefined;
2266
- tz_offset?: number | undefined;
2267
2267
  is_admin?: boolean | undefined;
2268
2268
  is_owner?: boolean | undefined;
2269
2269
  is_primary_owner?: boolean | undefined;
@@ -2276,10 +2276,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2276
2276
  }, {
2277
2277
  name: string;
2278
2278
  id: string;
2279
+ color?: string | undefined;
2280
+ team_id?: string | undefined;
2281
+ deleted?: boolean | undefined;
2282
+ real_name?: string | undefined;
2283
+ tz?: string | undefined;
2284
+ tz_label?: string | undefined;
2285
+ tz_offset?: number | undefined;
2279
2286
  profile?: {
2280
2287
  title?: string | undefined;
2281
- email?: string | undefined;
2282
2288
  fields?: Record<string, unknown> | undefined;
2289
+ email?: string | undefined;
2283
2290
  real_name?: string | undefined;
2284
2291
  phone?: string | undefined;
2285
2292
  skype?: string | undefined;
@@ -2302,13 +2309,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2302
2309
  image_512?: string | undefined;
2303
2310
  image_1024?: string | undefined;
2304
2311
  } | undefined;
2305
- color?: string | undefined;
2306
- team_id?: string | undefined;
2307
- deleted?: boolean | undefined;
2308
- real_name?: string | undefined;
2309
- tz?: string | undefined;
2310
- tz_label?: string | undefined;
2311
- tz_offset?: number | undefined;
2312
2312
  is_admin?: boolean | undefined;
2313
2313
  is_owner?: boolean | undefined;
2314
2314
  is_primary_owner?: boolean | undefined;
@@ -2329,20 +2329,27 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2329
2329
  error: z.ZodString;
2330
2330
  success: z.ZodBoolean;
2331
2331
  }, "strip", z.ZodTypeAny, {
2332
- error: string;
2333
- success: boolean;
2334
2332
  operation: "list_users";
2335
2333
  ok: boolean;
2334
+ error: string;
2335
+ success: boolean;
2336
2336
  response_metadata?: {
2337
2337
  next_cursor: string;
2338
2338
  } | undefined;
2339
2339
  members?: {
2340
2340
  name: string;
2341
2341
  id: string;
2342
+ color?: string | undefined;
2343
+ team_id?: string | undefined;
2344
+ deleted?: boolean | undefined;
2345
+ real_name?: string | undefined;
2346
+ tz?: string | undefined;
2347
+ tz_label?: string | undefined;
2348
+ tz_offset?: number | undefined;
2342
2349
  profile?: {
2343
2350
  title?: string | undefined;
2344
- email?: string | undefined;
2345
2351
  fields?: Record<string, unknown> | undefined;
2352
+ email?: string | undefined;
2346
2353
  real_name?: string | undefined;
2347
2354
  phone?: string | undefined;
2348
2355
  skype?: string | undefined;
@@ -2365,13 +2372,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2365
2372
  image_512?: string | undefined;
2366
2373
  image_1024?: string | undefined;
2367
2374
  } | undefined;
2368
- color?: string | undefined;
2369
- team_id?: string | undefined;
2370
- deleted?: boolean | undefined;
2371
- real_name?: string | undefined;
2372
- tz?: string | undefined;
2373
- tz_label?: string | undefined;
2374
- tz_offset?: number | undefined;
2375
2375
  is_admin?: boolean | undefined;
2376
2376
  is_owner?: boolean | undefined;
2377
2377
  is_primary_owner?: boolean | undefined;
@@ -2383,20 +2383,27 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2383
2383
  has_2fa?: boolean | undefined;
2384
2384
  }[] | undefined;
2385
2385
  }, {
2386
- error: string;
2387
- success: boolean;
2388
2386
  operation: "list_users";
2389
2387
  ok: boolean;
2388
+ error: string;
2389
+ success: boolean;
2390
2390
  response_metadata?: {
2391
2391
  next_cursor: string;
2392
2392
  } | undefined;
2393
2393
  members?: {
2394
2394
  name: string;
2395
2395
  id: string;
2396
+ color?: string | undefined;
2397
+ team_id?: string | undefined;
2398
+ deleted?: boolean | undefined;
2399
+ real_name?: string | undefined;
2400
+ tz?: string | undefined;
2401
+ tz_label?: string | undefined;
2402
+ tz_offset?: number | undefined;
2396
2403
  profile?: {
2397
2404
  title?: string | undefined;
2398
- email?: string | undefined;
2399
2405
  fields?: Record<string, unknown> | undefined;
2406
+ email?: string | undefined;
2400
2407
  real_name?: string | undefined;
2401
2408
  phone?: string | undefined;
2402
2409
  skype?: string | undefined;
@@ -2419,13 +2426,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2419
2426
  image_512?: string | undefined;
2420
2427
  image_1024?: string | undefined;
2421
2428
  } | undefined;
2422
- color?: string | undefined;
2423
- team_id?: string | undefined;
2424
- deleted?: boolean | undefined;
2425
- real_name?: string | undefined;
2426
- tz?: string | undefined;
2427
- tz_label?: string | undefined;
2428
- tz_offset?: number | undefined;
2429
2429
  is_admin?: boolean | undefined;
2430
2430
  is_owner?: boolean | undefined;
2431
2431
  is_primary_owner?: boolean | undefined;
@@ -2528,12 +2528,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2528
2528
  }, "strip", z.ZodTypeAny, {
2529
2529
  type: string;
2530
2530
  text?: string | undefined;
2531
- user?: string | undefined;
2532
- ts?: string | undefined;
2533
2531
  username?: string | undefined;
2532
+ ts?: string | undefined;
2534
2533
  attachments?: unknown[] | undefined;
2535
2534
  blocks?: unknown[] | undefined;
2536
2535
  thread_ts?: string | undefined;
2536
+ user?: string | undefined;
2537
2537
  bot_id?: string | undefined;
2538
2538
  bot_profile?: {
2539
2539
  name?: string | undefined;
@@ -2570,12 +2570,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2570
2570
  }, {
2571
2571
  type: string;
2572
2572
  text?: string | undefined;
2573
- user?: string | undefined;
2574
- ts?: string | undefined;
2575
2573
  username?: string | undefined;
2574
+ ts?: string | undefined;
2576
2575
  attachments?: unknown[] | undefined;
2577
2576
  blocks?: unknown[] | undefined;
2578
2577
  thread_ts?: string | undefined;
2578
+ user?: string | undefined;
2579
2579
  bot_id?: string | undefined;
2580
2580
  bot_profile?: {
2581
2581
  name?: string | undefined;
@@ -2621,22 +2621,22 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2621
2621
  error: z.ZodString;
2622
2622
  success: z.ZodBoolean;
2623
2623
  }, "strip", z.ZodTypeAny, {
2624
- error: string;
2625
- success: boolean;
2626
2624
  operation: "get_conversation_history";
2627
2625
  ok: boolean;
2626
+ error: string;
2627
+ success: boolean;
2628
2628
  response_metadata?: {
2629
2629
  next_cursor: string;
2630
2630
  } | undefined;
2631
2631
  messages?: {
2632
2632
  type: string;
2633
2633
  text?: string | undefined;
2634
- user?: string | undefined;
2635
- ts?: string | undefined;
2636
2634
  username?: string | undefined;
2635
+ ts?: string | undefined;
2637
2636
  attachments?: unknown[] | undefined;
2638
2637
  blocks?: unknown[] | undefined;
2639
2638
  thread_ts?: string | undefined;
2639
+ user?: string | undefined;
2640
2640
  bot_id?: string | undefined;
2641
2641
  bot_profile?: {
2642
2642
  name?: string | undefined;
@@ -2673,22 +2673,22 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2673
2673
  }[] | undefined;
2674
2674
  has_more?: boolean | undefined;
2675
2675
  }, {
2676
- error: string;
2677
- success: boolean;
2678
2676
  operation: "get_conversation_history";
2679
2677
  ok: boolean;
2678
+ error: string;
2679
+ success: boolean;
2680
2680
  response_metadata?: {
2681
2681
  next_cursor: string;
2682
2682
  } | undefined;
2683
2683
  messages?: {
2684
2684
  type: string;
2685
2685
  text?: string | undefined;
2686
- user?: string | undefined;
2687
- ts?: string | undefined;
2688
2686
  username?: string | undefined;
2687
+ ts?: string | undefined;
2689
2688
  attachments?: unknown[] | undefined;
2690
2689
  blocks?: unknown[] | undefined;
2691
2690
  thread_ts?: string | undefined;
2691
+ user?: string | undefined;
2692
2692
  bot_id?: string | undefined;
2693
2693
  bot_profile?: {
2694
2694
  name?: string | undefined;
@@ -2816,12 +2816,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2816
2816
  }, "strip", z.ZodTypeAny, {
2817
2817
  type: string;
2818
2818
  text?: string | undefined;
2819
- user?: string | undefined;
2820
- ts?: string | undefined;
2821
2819
  username?: string | undefined;
2820
+ ts?: string | undefined;
2822
2821
  attachments?: unknown[] | undefined;
2823
2822
  blocks?: unknown[] | undefined;
2824
2823
  thread_ts?: string | undefined;
2824
+ user?: string | undefined;
2825
2825
  bot_id?: string | undefined;
2826
2826
  bot_profile?: {
2827
2827
  name?: string | undefined;
@@ -2858,12 +2858,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2858
2858
  }, {
2859
2859
  type: string;
2860
2860
  text?: string | undefined;
2861
- user?: string | undefined;
2862
- ts?: string | undefined;
2863
2861
  username?: string | undefined;
2862
+ ts?: string | undefined;
2864
2863
  attachments?: unknown[] | undefined;
2865
2864
  blocks?: unknown[] | undefined;
2866
2865
  thread_ts?: string | undefined;
2866
+ user?: string | undefined;
2867
2867
  bot_id?: string | undefined;
2868
2868
  bot_profile?: {
2869
2869
  name?: string | undefined;
@@ -2909,22 +2909,22 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2909
2909
  error: z.ZodString;
2910
2910
  success: z.ZodBoolean;
2911
2911
  }, "strip", z.ZodTypeAny, {
2912
- error: string;
2913
- success: boolean;
2914
2912
  operation: "get_thread_replies";
2915
2913
  ok: boolean;
2914
+ error: string;
2915
+ success: boolean;
2916
2916
  response_metadata?: {
2917
2917
  next_cursor: string;
2918
2918
  } | undefined;
2919
2919
  messages?: {
2920
2920
  type: string;
2921
2921
  text?: string | undefined;
2922
- user?: string | undefined;
2923
- ts?: string | undefined;
2924
2922
  username?: string | undefined;
2923
+ ts?: string | undefined;
2925
2924
  attachments?: unknown[] | undefined;
2926
2925
  blocks?: unknown[] | undefined;
2927
2926
  thread_ts?: string | undefined;
2927
+ user?: string | undefined;
2928
2928
  bot_id?: string | undefined;
2929
2929
  bot_profile?: {
2930
2930
  name?: string | undefined;
@@ -2961,22 +2961,22 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2961
2961
  }[] | undefined;
2962
2962
  has_more?: boolean | undefined;
2963
2963
  }, {
2964
- error: string;
2965
- success: boolean;
2966
2964
  operation: "get_thread_replies";
2967
2965
  ok: boolean;
2966
+ error: string;
2967
+ success: boolean;
2968
2968
  response_metadata?: {
2969
2969
  next_cursor: string;
2970
2970
  } | undefined;
2971
2971
  messages?: {
2972
2972
  type: string;
2973
2973
  text?: string | undefined;
2974
- user?: string | undefined;
2975
- ts?: string | undefined;
2976
2974
  username?: string | undefined;
2975
+ ts?: string | undefined;
2977
2976
  attachments?: unknown[] | undefined;
2978
2977
  blocks?: unknown[] | undefined;
2979
2978
  thread_ts?: string | undefined;
2979
+ user?: string | undefined;
2980
2980
  bot_id?: string | undefined;
2981
2981
  bot_profile?: {
2982
2982
  name?: string | undefined;
@@ -3107,12 +3107,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3107
3107
  }, "strip", z.ZodTypeAny, {
3108
3108
  type: string;
3109
3109
  text?: string | undefined;
3110
- user?: string | undefined;
3111
- ts?: string | undefined;
3112
3110
  username?: string | undefined;
3111
+ ts?: string | undefined;
3113
3112
  attachments?: unknown[] | undefined;
3114
3113
  blocks?: unknown[] | undefined;
3115
3114
  thread_ts?: string | undefined;
3115
+ user?: string | undefined;
3116
3116
  bot_id?: string | undefined;
3117
3117
  bot_profile?: {
3118
3118
  name?: string | undefined;
@@ -3149,12 +3149,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3149
3149
  }, {
3150
3150
  type: string;
3151
3151
  text?: string | undefined;
3152
- user?: string | undefined;
3153
- ts?: string | undefined;
3154
3152
  username?: string | undefined;
3153
+ ts?: string | undefined;
3155
3154
  attachments?: unknown[] | undefined;
3156
3155
  blocks?: unknown[] | undefined;
3157
3156
  thread_ts?: string | undefined;
3157
+ user?: string | undefined;
3158
3158
  bot_id?: string | undefined;
3159
3159
  bot_profile?: {
3160
3160
  name?: string | undefined;
@@ -3192,19 +3192,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3192
3192
  error: z.ZodString;
3193
3193
  success: z.ZodBoolean;
3194
3194
  }, "strip", z.ZodTypeAny, {
3195
- error: string;
3196
- success: boolean;
3197
3195
  operation: "update_message";
3198
3196
  ok: boolean;
3197
+ error: string;
3198
+ success: boolean;
3199
3199
  message?: {
3200
3200
  type: string;
3201
3201
  text?: string | undefined;
3202
- user?: string | undefined;
3203
- ts?: string | undefined;
3204
3202
  username?: string | undefined;
3203
+ ts?: string | undefined;
3205
3204
  attachments?: unknown[] | undefined;
3206
3205
  blocks?: unknown[] | undefined;
3207
3206
  thread_ts?: string | undefined;
3207
+ user?: string | undefined;
3208
3208
  bot_id?: string | undefined;
3209
3209
  bot_profile?: {
3210
3210
  name?: string | undefined;
@@ -3239,23 +3239,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3239
3239
  permalink?: string | undefined;
3240
3240
  }[] | undefined;
3241
3241
  } | undefined;
3242
+ channel?: string | undefined;
3242
3243
  text?: string | undefined;
3243
3244
  ts?: string | undefined;
3244
- channel?: string | undefined;
3245
3245
  }, {
3246
- error: string;
3247
- success: boolean;
3248
3246
  operation: "update_message";
3249
3247
  ok: boolean;
3248
+ error: string;
3249
+ success: boolean;
3250
3250
  message?: {
3251
3251
  type: string;
3252
3252
  text?: string | undefined;
3253
- user?: string | undefined;
3254
- ts?: string | undefined;
3255
3253
  username?: string | undefined;
3254
+ ts?: string | undefined;
3256
3255
  attachments?: unknown[] | undefined;
3257
3256
  blocks?: unknown[] | undefined;
3258
3257
  thread_ts?: string | undefined;
3258
+ user?: string | undefined;
3259
3259
  bot_id?: string | undefined;
3260
3260
  bot_profile?: {
3261
3261
  name?: string | undefined;
@@ -3290,9 +3290,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3290
3290
  permalink?: string | undefined;
3291
3291
  }[] | undefined;
3292
3292
  } | undefined;
3293
+ channel?: string | undefined;
3293
3294
  text?: string | undefined;
3294
3295
  ts?: string | undefined;
3295
- channel?: string | undefined;
3296
3296
  }>, z.ZodObject<{
3297
3297
  operation: z.ZodLiteral<"delete_message">;
3298
3298
  ok: z.ZodBoolean;
@@ -3301,49 +3301,49 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3301
3301
  error: z.ZodString;
3302
3302
  success: z.ZodBoolean;
3303
3303
  }, "strip", z.ZodTypeAny, {
3304
- error: string;
3305
- success: boolean;
3306
3304
  operation: "delete_message";
3307
3305
  ok: boolean;
3308
- ts?: string | undefined;
3309
- channel?: string | undefined;
3310
- }, {
3311
3306
  error: string;
3312
3307
  success: boolean;
3308
+ channel?: string | undefined;
3309
+ ts?: string | undefined;
3310
+ }, {
3313
3311
  operation: "delete_message";
3314
3312
  ok: boolean;
3315
- ts?: string | undefined;
3313
+ error: string;
3314
+ success: boolean;
3316
3315
  channel?: string | undefined;
3316
+ ts?: string | undefined;
3317
3317
  }>, z.ZodObject<{
3318
3318
  operation: z.ZodLiteral<"add_reaction">;
3319
3319
  ok: z.ZodBoolean;
3320
3320
  error: z.ZodString;
3321
3321
  success: z.ZodBoolean;
3322
3322
  }, "strip", z.ZodTypeAny, {
3323
- error: string;
3324
- success: boolean;
3325
3323
  operation: "add_reaction";
3326
3324
  ok: boolean;
3327
- }, {
3328
3325
  error: string;
3329
3326
  success: boolean;
3327
+ }, {
3330
3328
  operation: "add_reaction";
3331
3329
  ok: boolean;
3330
+ error: string;
3331
+ success: boolean;
3332
3332
  }>, z.ZodObject<{
3333
3333
  operation: z.ZodLiteral<"remove_reaction">;
3334
3334
  ok: z.ZodBoolean;
3335
3335
  error: z.ZodString;
3336
3336
  success: z.ZodBoolean;
3337
3337
  }, "strip", z.ZodTypeAny, {
3338
- error: string;
3339
- success: boolean;
3340
3338
  operation: "remove_reaction";
3341
3339
  ok: boolean;
3342
- }, {
3343
3340
  error: string;
3344
3341
  success: boolean;
3342
+ }, {
3345
3343
  operation: "remove_reaction";
3346
3344
  ok: boolean;
3345
+ error: string;
3346
+ success: boolean;
3347
3347
  }>, z.ZodObject<{
3348
3348
  operation: z.ZodLiteral<"join_channel">;
3349
3349
  ok: z.ZodBoolean;
@@ -3467,10 +3467,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3467
3467
  error: z.ZodString;
3468
3468
  success: z.ZodBoolean;
3469
3469
  }, "strip", z.ZodTypeAny, {
3470
- error: string;
3471
- success: boolean;
3472
3470
  operation: "join_channel";
3473
3471
  ok: boolean;
3472
+ error: string;
3473
+ success: boolean;
3474
3474
  channel?: {
3475
3475
  name: string;
3476
3476
  id: string;
@@ -3507,10 +3507,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3507
3507
  } | undefined;
3508
3508
  already_in_channel?: boolean | undefined;
3509
3509
  }, {
3510
- error: string;
3511
- success: boolean;
3512
3510
  operation: "join_channel";
3513
3511
  ok: boolean;
3512
+ error: string;
3513
+ success: boolean;
3514
3514
  channel?: {
3515
3515
  name: string;
3516
3516
  id: string;
@@ -3582,17 +3582,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3582
3582
  team_id: z.ZodString;
3583
3583
  }, "strip", z.ZodTypeAny, {
3584
3584
  ts: string;
3585
- team_id: string;
3586
3585
  reply_count: number;
3587
3586
  reply_users_count: number;
3588
3587
  reply_users: string[];
3588
+ team_id: string;
3589
3589
  channel_name: string;
3590
3590
  }, {
3591
3591
  ts: string;
3592
- team_id: string;
3593
3592
  reply_count: number;
3594
3593
  reply_users_count: number;
3595
3594
  reply_users: string[];
3595
+ team_id: string;
3596
3596
  channel_name: string;
3597
3597
  }>, "many">>>;
3598
3598
  private: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
@@ -3604,51 +3604,51 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3604
3604
  team_id: z.ZodString;
3605
3605
  }, "strip", z.ZodTypeAny, {
3606
3606
  ts: string;
3607
- team_id: string;
3608
3607
  reply_count: number;
3609
3608
  reply_users_count: number;
3610
3609
  reply_users: string[];
3610
+ team_id: string;
3611
3611
  channel_name: string;
3612
3612
  }, {
3613
3613
  ts: string;
3614
- team_id: string;
3615
3614
  reply_count: number;
3616
3615
  reply_users_count: number;
3617
3616
  reply_users: string[];
3617
+ team_id: string;
3618
3618
  channel_name: string;
3619
3619
  }>, "many">>>;
3620
3620
  }, "strip", z.ZodTypeAny, {
3621
3621
  public?: Record<string, {
3622
3622
  ts: string;
3623
- team_id: string;
3624
3623
  reply_count: number;
3625
3624
  reply_users_count: number;
3626
3625
  reply_users: string[];
3626
+ team_id: string;
3627
3627
  channel_name: string;
3628
3628
  }[]> | undefined;
3629
3629
  private?: Record<string, {
3630
3630
  ts: string;
3631
- team_id: string;
3632
3631
  reply_count: number;
3633
3632
  reply_users_count: number;
3634
3633
  reply_users: string[];
3634
+ team_id: string;
3635
3635
  channel_name: string;
3636
3636
  }[]> | undefined;
3637
3637
  }, {
3638
3638
  public?: Record<string, {
3639
3639
  ts: string;
3640
- team_id: string;
3641
3640
  reply_count: number;
3642
3641
  reply_users_count: number;
3643
3642
  reply_users: string[];
3643
+ team_id: string;
3644
3644
  channel_name: string;
3645
3645
  }[]> | undefined;
3646
3646
  private?: Record<string, {
3647
3647
  ts: string;
3648
- team_id: string;
3649
3648
  reply_count: number;
3650
3649
  reply_users_count: number;
3651
3650
  reply_users: string[];
3651
+ team_id: string;
3652
3652
  channel_name: string;
3653
3653
  }[]> | undefined;
3654
3654
  }>>;
@@ -3657,18 +3657,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3657
3657
  ims: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3658
3658
  has_rich_preview: z.ZodOptional<z.ZodBoolean>;
3659
3659
  }, "strip", z.ZodTypeAny, {
3660
+ username: string;
3660
3661
  name: string;
3661
- id: string;
3662
3662
  user: string;
3663
- username: string;
3664
3663
  timestamp: number;
3665
- created: number;
3664
+ id: string;
3666
3665
  mimetype: string;
3667
3666
  filetype: string;
3668
3667
  size: number;
3669
3668
  url_private: string;
3670
3669
  url_private_download: string;
3671
3670
  permalink: string;
3671
+ created: number;
3672
3672
  pretty_type: string;
3673
3673
  editable: boolean;
3674
3674
  mode: string;
@@ -3683,18 +3683,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3683
3683
  shares?: {
3684
3684
  public?: Record<string, {
3685
3685
  ts: string;
3686
- team_id: string;
3687
3686
  reply_count: number;
3688
3687
  reply_users_count: number;
3689
3688
  reply_users: string[];
3689
+ team_id: string;
3690
3690
  channel_name: string;
3691
3691
  }[]> | undefined;
3692
3692
  private?: Record<string, {
3693
3693
  ts: string;
3694
- team_id: string;
3695
3694
  reply_count: number;
3696
3695
  reply_users_count: number;
3697
3696
  reply_users: string[];
3697
+ team_id: string;
3698
3698
  channel_name: string;
3699
3699
  }[]> | undefined;
3700
3700
  } | undefined;
@@ -3702,18 +3702,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3702
3702
  ims?: string[] | undefined;
3703
3703
  has_rich_preview?: boolean | undefined;
3704
3704
  }, {
3705
+ username: string;
3705
3706
  name: string;
3706
- id: string;
3707
3707
  user: string;
3708
- username: string;
3709
3708
  timestamp: number;
3710
- created: number;
3709
+ id: string;
3711
3710
  mimetype: string;
3712
3711
  filetype: string;
3713
3712
  size: number;
3714
3713
  url_private: string;
3715
3714
  url_private_download: string;
3716
3715
  permalink: string;
3716
+ created: number;
3717
3717
  pretty_type: string;
3718
3718
  editable: boolean;
3719
3719
  mode: string;
@@ -3728,18 +3728,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3728
3728
  shares?: {
3729
3729
  public?: Record<string, {
3730
3730
  ts: string;
3731
- team_id: string;
3732
3731
  reply_count: number;
3733
3732
  reply_users_count: number;
3734
3733
  reply_users: string[];
3734
+ team_id: string;
3735
3735
  channel_name: string;
3736
3736
  }[]> | undefined;
3737
3737
  private?: Record<string, {
3738
3738
  ts: string;
3739
- team_id: string;
3740
3739
  reply_count: number;
3741
3740
  reply_users_count: number;
3742
3741
  reply_users: string[];
3742
+ team_id: string;
3743
3743
  channel_name: string;
3744
3744
  }[]> | undefined;
3745
3745
  } | undefined;
@@ -3750,23 +3750,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3750
3750
  error: z.ZodString;
3751
3751
  success: z.ZodBoolean;
3752
3752
  }, "strip", z.ZodTypeAny, {
3753
- error: string;
3754
- success: boolean;
3755
3753
  operation: "upload_file";
3756
3754
  ok: boolean;
3755
+ error: string;
3756
+ success: boolean;
3757
3757
  file?: {
3758
+ username: string;
3758
3759
  name: string;
3759
- id: string;
3760
3760
  user: string;
3761
- username: string;
3762
3761
  timestamp: number;
3763
- created: number;
3762
+ id: string;
3764
3763
  mimetype: string;
3765
3764
  filetype: string;
3766
3765
  size: number;
3767
3766
  url_private: string;
3768
3767
  url_private_download: string;
3769
3768
  permalink: string;
3769
+ created: number;
3770
3770
  pretty_type: string;
3771
3771
  editable: boolean;
3772
3772
  mode: string;
@@ -3781,18 +3781,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3781
3781
  shares?: {
3782
3782
  public?: Record<string, {
3783
3783
  ts: string;
3784
- team_id: string;
3785
3784
  reply_count: number;
3786
3785
  reply_users_count: number;
3787
3786
  reply_users: string[];
3787
+ team_id: string;
3788
3788
  channel_name: string;
3789
3789
  }[]> | undefined;
3790
3790
  private?: Record<string, {
3791
3791
  ts: string;
3792
- team_id: string;
3793
3792
  reply_count: number;
3794
3793
  reply_users_count: number;
3795
3794
  reply_users: string[];
3795
+ team_id: string;
3796
3796
  channel_name: string;
3797
3797
  }[]> | undefined;
3798
3798
  } | undefined;
@@ -3801,23 +3801,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3801
3801
  has_rich_preview?: boolean | undefined;
3802
3802
  } | undefined;
3803
3803
  }, {
3804
- error: string;
3805
- success: boolean;
3806
3804
  operation: "upload_file";
3807
3805
  ok: boolean;
3806
+ error: string;
3807
+ success: boolean;
3808
3808
  file?: {
3809
+ username: string;
3809
3810
  name: string;
3810
- id: string;
3811
3811
  user: string;
3812
- username: string;
3813
3812
  timestamp: number;
3814
- created: number;
3813
+ id: string;
3815
3814
  mimetype: string;
3816
3815
  filetype: string;
3817
3816
  size: number;
3818
3817
  url_private: string;
3819
3818
  url_private_download: string;
3820
3819
  permalink: string;
3820
+ created: number;
3821
3821
  pretty_type: string;
3822
3822
  editable: boolean;
3823
3823
  mode: string;
@@ -3832,18 +3832,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3832
3832
  shares?: {
3833
3833
  public?: Record<string, {
3834
3834
  ts: string;
3835
- team_id: string;
3836
3835
  reply_count: number;
3837
3836
  reply_users_count: number;
3838
3837
  reply_users: string[];
3838
+ team_id: string;
3839
3839
  channel_name: string;
3840
3840
  }[]> | undefined;
3841
3841
  private?: Record<string, {
3842
3842
  ts: string;
3843
- team_id: string;
3844
3843
  reply_count: number;
3845
3844
  reply_users_count: number;
3846
3845
  reply_users: string[];
3846
+ team_id: string;
3847
3847
  channel_name: string;
3848
3848
  }[]> | undefined;
3849
3849
  } | undefined;
@@ -3860,18 +3860,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3860
3860
  error: z.ZodString;
3861
3861
  success: z.ZodBoolean;
3862
3862
  }, "strip", z.ZodTypeAny, {
3863
- error: string;
3864
- success: boolean;
3865
3863
  operation: "schedule_message";
3866
3864
  ok: boolean;
3865
+ error: string;
3866
+ success: boolean;
3867
3867
  channel?: string | undefined;
3868
3868
  post_at?: number | undefined;
3869
3869
  scheduled_message_id?: string | undefined;
3870
3870
  }, {
3871
- error: string;
3872
- success: boolean;
3873
3871
  operation: "schedule_message";
3874
3872
  ok: boolean;
3873
+ error: string;
3874
+ success: boolean;
3875
3875
  channel?: string | undefined;
3876
3876
  post_at?: number | undefined;
3877
3877
  scheduled_message_id?: string | undefined;
@@ -3930,10 +3930,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3930
3930
  error: z.ZodString;
3931
3931
  success: z.ZodBoolean;
3932
3932
  }, "strip", z.ZodTypeAny, {
3933
- error: string;
3934
- success: boolean;
3935
3933
  operation: "get_file_info";
3936
3934
  ok: boolean;
3935
+ error: string;
3936
+ success: boolean;
3937
3937
  file?: {
3938
3938
  name: string;
3939
3939
  id: string;
@@ -3952,10 +3952,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3952
3952
  permalink?: string | undefined;
3953
3953
  } | undefined;
3954
3954
  }, {
3955
- error: string;
3956
- success: boolean;
3957
3955
  operation: "get_file_info";
3958
3956
  ok: boolean;
3957
+ error: string;
3958
+ success: boolean;
3959
3959
  file?: {
3960
3960
  name: string;
3961
3961
  id: string;
@@ -3983,19 +3983,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3983
3983
  error: z.ZodString;
3984
3984
  success: z.ZodBoolean;
3985
3985
  }, "strip", z.ZodTypeAny, {
3986
- error: string;
3987
- success: boolean;
3988
3986
  operation: "download_file";
3989
3987
  ok: boolean;
3988
+ error: string;
3989
+ success: boolean;
3990
3990
  content?: string | undefined;
3991
3991
  filename?: string | undefined;
3992
3992
  mimetype?: string | undefined;
3993
3993
  size?: number | undefined;
3994
3994
  }, {
3995
- error: string;
3996
- success: boolean;
3997
3995
  operation: "download_file";
3998
3996
  ok: boolean;
3997
+ error: string;
3998
+ success: boolean;
3999
3999
  content?: string | undefined;
4000
4000
  filename?: string | undefined;
4001
4001
  mimetype?: string | undefined;
@@ -4051,18 +4051,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4051
4051
  }, "strip", z.ZodTypeAny, {
4052
4052
  title?: string | undefined;
4053
4053
  text?: string | undefined;
4054
- image_url?: string | undefined;
4055
- fields?: {
4056
- value: string;
4057
- title: string;
4058
- short?: boolean | undefined;
4059
- }[] | undefined;
4060
4054
  color?: string | undefined;
4061
4055
  pretext?: string | undefined;
4062
4056
  author_name?: string | undefined;
4063
4057
  author_link?: string | undefined;
4064
4058
  author_icon?: string | undefined;
4065
4059
  title_link?: string | undefined;
4060
+ fields?: {
4061
+ value: string;
4062
+ title: string;
4063
+ short?: boolean | undefined;
4064
+ }[] | undefined;
4065
+ image_url?: string | undefined;
4066
4066
  thumb_url?: string | undefined;
4067
4067
  footer?: string | undefined;
4068
4068
  footer_icon?: string | undefined;
@@ -4070,18 +4070,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4070
4070
  }, {
4071
4071
  title?: string | undefined;
4072
4072
  text?: string | undefined;
4073
- image_url?: string | undefined;
4074
- fields?: {
4075
- value: string;
4076
- title: string;
4077
- short?: boolean | undefined;
4078
- }[] | undefined;
4079
4073
  color?: string | undefined;
4080
4074
  pretext?: string | undefined;
4081
4075
  author_name?: string | undefined;
4082
4076
  author_link?: string | undefined;
4083
4077
  author_icon?: string | undefined;
4084
4078
  title_link?: string | undefined;
4079
+ fields?: {
4080
+ value: string;
4081
+ title: string;
4082
+ short?: boolean | undefined;
4083
+ }[] | undefined;
4084
+ image_url?: string | undefined;
4085
4085
  thumb_url?: string | undefined;
4086
4086
  footer?: string | undefined;
4087
4087
  footer_icon?: string | undefined;
@@ -4113,17 +4113,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4113
4113
  emoji: z.ZodOptional<z.ZodBoolean>;
4114
4114
  verbatim: z.ZodOptional<z.ZodBoolean>;
4115
4115
  }, "strip", z.ZodTypeAny, {
4116
- type: "image" | "plain_text" | "mrkdwn";
4117
- emoji?: boolean | undefined;
4116
+ type: "plain_text" | "mrkdwn" | "image";
4118
4117
  text?: string | undefined;
4119
4118
  image_url?: string | undefined;
4119
+ emoji?: boolean | undefined;
4120
4120
  verbatim?: boolean | undefined;
4121
4121
  alt_text?: string | undefined;
4122
4122
  }, {
4123
- type: "image" | "plain_text" | "mrkdwn";
4124
- emoji?: boolean | undefined;
4123
+ type: "plain_text" | "mrkdwn" | "image";
4125
4124
  text?: string | undefined;
4126
4125
  image_url?: string | undefined;
4126
+ emoji?: boolean | undefined;
4127
4127
  verbatim?: boolean | undefined;
4128
4128
  alt_text?: string | undefined;
4129
4129
  }>, "many">>;
@@ -4153,17 +4153,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4153
4153
  emoji: z.ZodOptional<z.ZodBoolean>;
4154
4154
  verbatim: z.ZodOptional<z.ZodBoolean>;
4155
4155
  }, "strip", z.ZodTypeAny, {
4156
- type: "image" | "plain_text" | "mrkdwn";
4157
- emoji?: boolean | undefined;
4156
+ type: "plain_text" | "mrkdwn" | "image";
4158
4157
  text?: string | undefined;
4159
4158
  image_url?: string | undefined;
4159
+ emoji?: boolean | undefined;
4160
4160
  verbatim?: boolean | undefined;
4161
4161
  alt_text?: string | undefined;
4162
4162
  }, {
4163
- type: "image" | "plain_text" | "mrkdwn";
4164
- emoji?: boolean | undefined;
4163
+ type: "plain_text" | "mrkdwn" | "image";
4165
4164
  text?: string | undefined;
4166
4165
  image_url?: string | undefined;
4166
+ emoji?: boolean | undefined;
4167
4167
  verbatim?: boolean | undefined;
4168
4168
  alt_text?: string | undefined;
4169
4169
  }>, "many">>;
@@ -4193,17 +4193,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4193
4193
  emoji: z.ZodOptional<z.ZodBoolean>;
4194
4194
  verbatim: z.ZodOptional<z.ZodBoolean>;
4195
4195
  }, "strip", z.ZodTypeAny, {
4196
- type: "image" | "plain_text" | "mrkdwn";
4197
- emoji?: boolean | undefined;
4196
+ type: "plain_text" | "mrkdwn" | "image";
4198
4197
  text?: string | undefined;
4199
4198
  image_url?: string | undefined;
4199
+ emoji?: boolean | undefined;
4200
4200
  verbatim?: boolean | undefined;
4201
4201
  alt_text?: string | undefined;
4202
4202
  }, {
4203
- type: "image" | "plain_text" | "mrkdwn";
4204
- emoji?: boolean | undefined;
4203
+ type: "plain_text" | "mrkdwn" | "image";
4205
4204
  text?: string | undefined;
4206
4205
  image_url?: string | undefined;
4206
+ emoji?: boolean | undefined;
4207
4207
  verbatim?: boolean | undefined;
4208
4208
  alt_text?: string | undefined;
4209
4209
  }>, "many">>;
@@ -4214,31 +4214,30 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4214
4214
  unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
4215
4215
  unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
4216
4216
  }, "strip", z.ZodTypeAny, {
4217
- text: string;
4218
4217
  operation: "send_message";
4219
4218
  channel: string;
4219
+ text: string;
4220
4220
  reply_broadcast: boolean;
4221
4221
  unfurl_links: boolean;
4222
4222
  unfurl_media: boolean;
4223
- credentials?: Partial<Record<CredentialType, string>> | undefined;
4224
4223
  username?: string | undefined;
4225
4224
  icon_emoji?: string | undefined;
4226
4225
  icon_url?: string | undefined;
4227
4226
  attachments?: {
4228
4227
  title?: string | undefined;
4229
4228
  text?: string | undefined;
4230
- image_url?: string | undefined;
4231
- fields?: {
4232
- value: string;
4233
- title: string;
4234
- short?: boolean | undefined;
4235
- }[] | undefined;
4236
4229
  color?: string | undefined;
4237
4230
  pretext?: string | undefined;
4238
4231
  author_name?: string | undefined;
4239
4232
  author_link?: string | undefined;
4240
4233
  author_icon?: string | undefined;
4241
4234
  title_link?: string | undefined;
4235
+ fields?: {
4236
+ value: string;
4237
+ title: string;
4238
+ short?: boolean | undefined;
4239
+ }[] | undefined;
4240
+ image_url?: string | undefined;
4242
4241
  thumb_url?: string | undefined;
4243
4242
  footer?: string | undefined;
4244
4243
  footer_icon?: string | undefined;
@@ -4270,45 +4269,45 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4270
4269
  emoji: z.ZodOptional<z.ZodBoolean>;
4271
4270
  verbatim: z.ZodOptional<z.ZodBoolean>;
4272
4271
  }, "strip", z.ZodTypeAny, {
4273
- type: "image" | "plain_text" | "mrkdwn";
4274
- emoji?: boolean | undefined;
4272
+ type: "plain_text" | "mrkdwn" | "image";
4275
4273
  text?: string | undefined;
4276
4274
  image_url?: string | undefined;
4275
+ emoji?: boolean | undefined;
4277
4276
  verbatim?: boolean | undefined;
4278
4277
  alt_text?: string | undefined;
4279
4278
  }, {
4280
- type: "image" | "plain_text" | "mrkdwn";
4281
- emoji?: boolean | undefined;
4279
+ type: "plain_text" | "mrkdwn" | "image";
4282
4280
  text?: string | undefined;
4283
4281
  image_url?: string | undefined;
4282
+ emoji?: boolean | undefined;
4284
4283
  verbatim?: boolean | undefined;
4285
4284
  alt_text?: string | undefined;
4286
4285
  }>, "many">>;
4287
4286
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4288
4287
  thread_ts?: string | undefined;
4288
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
4289
4289
  }, {
4290
- text: string;
4291
4290
  operation: "send_message";
4292
4291
  channel: string;
4293
- credentials?: Partial<Record<CredentialType, string>> | undefined;
4292
+ text: string;
4294
4293
  username?: string | undefined;
4295
4294
  icon_emoji?: string | undefined;
4296
4295
  icon_url?: string | undefined;
4297
4296
  attachments?: {
4298
4297
  title?: string | undefined;
4299
4298
  text?: string | undefined;
4300
- image_url?: string | undefined;
4301
- fields?: {
4302
- value: string;
4303
- title: string;
4304
- short?: boolean | undefined;
4305
- }[] | undefined;
4306
4299
  color?: string | undefined;
4307
4300
  pretext?: string | undefined;
4308
4301
  author_name?: string | undefined;
4309
4302
  author_link?: string | undefined;
4310
4303
  author_icon?: string | undefined;
4311
4304
  title_link?: string | undefined;
4305
+ fields?: {
4306
+ value: string;
4307
+ title: string;
4308
+ short?: boolean | undefined;
4309
+ }[] | undefined;
4310
+ image_url?: string | undefined;
4312
4311
  thumb_url?: string | undefined;
4313
4312
  footer?: string | undefined;
4314
4313
  footer_icon?: string | undefined;
@@ -4340,23 +4339,24 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4340
4339
  emoji: z.ZodOptional<z.ZodBoolean>;
4341
4340
  verbatim: z.ZodOptional<z.ZodBoolean>;
4342
4341
  }, "strip", z.ZodTypeAny, {
4343
- type: "image" | "plain_text" | "mrkdwn";
4344
- emoji?: boolean | undefined;
4342
+ type: "plain_text" | "mrkdwn" | "image";
4345
4343
  text?: string | undefined;
4346
4344
  image_url?: string | undefined;
4345
+ emoji?: boolean | undefined;
4347
4346
  verbatim?: boolean | undefined;
4348
4347
  alt_text?: string | undefined;
4349
4348
  }, {
4350
- type: "image" | "plain_text" | "mrkdwn";
4351
- emoji?: boolean | undefined;
4349
+ type: "plain_text" | "mrkdwn" | "image";
4352
4350
  text?: string | undefined;
4353
4351
  image_url?: string | undefined;
4352
+ emoji?: boolean | undefined;
4354
4353
  verbatim?: boolean | undefined;
4355
4354
  alt_text?: string | undefined;
4356
4355
  }>, "many">>;
4357
4356
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4358
4357
  thread_ts?: string | undefined;
4359
4358
  reply_broadcast?: boolean | undefined;
4359
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
4360
4360
  unfurl_links?: boolean | undefined;
4361
4361
  unfurl_media?: boolean | undefined;
4362
4362
  }>, z.ZodObject<{
@@ -4367,16 +4367,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4367
4367
  cursor: z.ZodOptional<z.ZodString>;
4368
4368
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4369
4369
  }, "strip", z.ZodTypeAny, {
4370
- types: ("public_channel" | "private_channel" | "mpim" | "im")[];
4371
4370
  operation: "list_channels";
4371
+ types: ("public_channel" | "private_channel" | "mpim" | "im")[];
4372
4372
  exclude_archived: boolean;
4373
4373
  limit: number;
4374
4374
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4375
4375
  cursor?: string | undefined;
4376
4376
  }, {
4377
4377
  operation: "list_channels";
4378
- types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
4379
4378
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4379
+ types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
4380
4380
  exclude_archived?: boolean | undefined;
4381
4381
  limit?: number | undefined;
4382
4382
  cursor?: string | undefined;
@@ -4401,13 +4401,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4401
4401
  include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
4402
4402
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4403
4403
  }, "strip", z.ZodTypeAny, {
4404
- user: string;
4405
4404
  operation: "get_user_info";
4406
4405
  include_locale: boolean;
4406
+ user: string;
4407
4407
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4408
4408
  }, {
4409
- user: string;
4410
4409
  operation: "get_user_info";
4410
+ user: string;
4411
4411
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4412
4412
  include_locale?: boolean | undefined;
4413
4413
  }>, z.ZodObject<{
@@ -4438,8 +4438,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4438
4438
  cursor: z.ZodOptional<z.ZodString>;
4439
4439
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4440
4440
  }, "strip", z.ZodTypeAny, {
4441
- inclusive: boolean;
4442
4441
  operation: "get_conversation_history";
4442
+ inclusive: boolean;
4443
4443
  channel: string;
4444
4444
  limit: number;
4445
4445
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -4466,19 +4466,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4466
4466
  cursor: z.ZodOptional<z.ZodString>;
4467
4467
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4468
4468
  }, "strip", z.ZodTypeAny, {
4469
- inclusive: boolean;
4470
- ts: string;
4471
4469
  operation: "get_thread_replies";
4470
+ inclusive: boolean;
4472
4471
  channel: string;
4472
+ ts: string;
4473
4473
  limit: number;
4474
4474
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4475
4475
  cursor?: string | undefined;
4476
4476
  latest?: string | undefined;
4477
4477
  oldest?: string | undefined;
4478
4478
  }, {
4479
- ts: string;
4480
4479
  operation: "get_thread_replies";
4481
4480
  channel: string;
4481
+ ts: string;
4482
4482
  inclusive?: boolean | undefined;
4483
4483
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4484
4484
  limit?: number | undefined;
@@ -4520,18 +4520,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4520
4520
  }, "strip", z.ZodTypeAny, {
4521
4521
  title?: string | undefined;
4522
4522
  text?: string | undefined;
4523
- image_url?: string | undefined;
4524
- fields?: {
4525
- value: string;
4526
- title: string;
4527
- short?: boolean | undefined;
4528
- }[] | undefined;
4529
4523
  color?: string | undefined;
4530
4524
  pretext?: string | undefined;
4531
4525
  author_name?: string | undefined;
4532
4526
  author_link?: string | undefined;
4533
4527
  author_icon?: string | undefined;
4534
4528
  title_link?: string | undefined;
4529
+ fields?: {
4530
+ value: string;
4531
+ title: string;
4532
+ short?: boolean | undefined;
4533
+ }[] | undefined;
4534
+ image_url?: string | undefined;
4535
4535
  thumb_url?: string | undefined;
4536
4536
  footer?: string | undefined;
4537
4537
  footer_icon?: string | undefined;
@@ -4539,18 +4539,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4539
4539
  }, {
4540
4540
  title?: string | undefined;
4541
4541
  text?: string | undefined;
4542
- image_url?: string | undefined;
4543
- fields?: {
4544
- value: string;
4545
- title: string;
4546
- short?: boolean | undefined;
4547
- }[] | undefined;
4548
4542
  color?: string | undefined;
4549
4543
  pretext?: string | undefined;
4550
4544
  author_name?: string | undefined;
4551
4545
  author_link?: string | undefined;
4552
4546
  author_icon?: string | undefined;
4553
4547
  title_link?: string | undefined;
4548
+ fields?: {
4549
+ value: string;
4550
+ title: string;
4551
+ short?: boolean | undefined;
4552
+ }[] | undefined;
4553
+ image_url?: string | undefined;
4554
4554
  thumb_url?: string | undefined;
4555
4555
  footer?: string | undefined;
4556
4556
  footer_icon?: string | undefined;
@@ -4582,17 +4582,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4582
4582
  emoji: z.ZodOptional<z.ZodBoolean>;
4583
4583
  verbatim: z.ZodOptional<z.ZodBoolean>;
4584
4584
  }, "strip", z.ZodTypeAny, {
4585
- type: "image" | "plain_text" | "mrkdwn";
4586
- emoji?: boolean | undefined;
4585
+ type: "plain_text" | "mrkdwn" | "image";
4587
4586
  text?: string | undefined;
4588
4587
  image_url?: string | undefined;
4588
+ emoji?: boolean | undefined;
4589
4589
  verbatim?: boolean | undefined;
4590
4590
  alt_text?: string | undefined;
4591
4591
  }, {
4592
- type: "image" | "plain_text" | "mrkdwn";
4593
- emoji?: boolean | undefined;
4592
+ type: "plain_text" | "mrkdwn" | "image";
4594
4593
  text?: string | undefined;
4595
4594
  image_url?: string | undefined;
4595
+ emoji?: boolean | undefined;
4596
4596
  verbatim?: boolean | undefined;
4597
4597
  alt_text?: string | undefined;
4598
4598
  }>, "many">>;
@@ -4622,17 +4622,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4622
4622
  emoji: z.ZodOptional<z.ZodBoolean>;
4623
4623
  verbatim: z.ZodOptional<z.ZodBoolean>;
4624
4624
  }, "strip", z.ZodTypeAny, {
4625
- type: "image" | "plain_text" | "mrkdwn";
4626
- emoji?: boolean | undefined;
4625
+ type: "plain_text" | "mrkdwn" | "image";
4627
4626
  text?: string | undefined;
4628
4627
  image_url?: string | undefined;
4628
+ emoji?: boolean | undefined;
4629
4629
  verbatim?: boolean | undefined;
4630
4630
  alt_text?: string | undefined;
4631
4631
  }, {
4632
- type: "image" | "plain_text" | "mrkdwn";
4633
- emoji?: boolean | undefined;
4632
+ type: "plain_text" | "mrkdwn" | "image";
4634
4633
  text?: string | undefined;
4635
4634
  image_url?: string | undefined;
4635
+ emoji?: boolean | undefined;
4636
4636
  verbatim?: boolean | undefined;
4637
4637
  alt_text?: string | undefined;
4638
4638
  }>, "many">>;
@@ -4662,43 +4662,42 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4662
4662
  emoji: z.ZodOptional<z.ZodBoolean>;
4663
4663
  verbatim: z.ZodOptional<z.ZodBoolean>;
4664
4664
  }, "strip", z.ZodTypeAny, {
4665
- type: "image" | "plain_text" | "mrkdwn";
4666
- emoji?: boolean | undefined;
4665
+ type: "plain_text" | "mrkdwn" | "image";
4667
4666
  text?: string | undefined;
4668
4667
  image_url?: string | undefined;
4668
+ emoji?: boolean | undefined;
4669
4669
  verbatim?: boolean | undefined;
4670
4670
  alt_text?: string | undefined;
4671
4671
  }, {
4672
- type: "image" | "plain_text" | "mrkdwn";
4673
- emoji?: boolean | undefined;
4672
+ type: "plain_text" | "mrkdwn" | "image";
4674
4673
  text?: string | undefined;
4675
4674
  image_url?: string | undefined;
4675
+ emoji?: boolean | undefined;
4676
4676
  verbatim?: boolean | undefined;
4677
4677
  alt_text?: string | undefined;
4678
4678
  }>, "many">>;
4679
4679
  }, z.ZodTypeAny, "passthrough">>, "many">>;
4680
4680
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4681
4681
  }, "strip", z.ZodTypeAny, {
4682
- ts: string;
4683
4682
  operation: "update_message";
4684
4683
  channel: string;
4685
- credentials?: Partial<Record<CredentialType, string>> | undefined;
4684
+ ts: string;
4686
4685
  text?: string | undefined;
4687
4686
  attachments?: {
4688
4687
  title?: string | undefined;
4689
4688
  text?: string | undefined;
4690
- image_url?: string | undefined;
4691
- fields?: {
4692
- value: string;
4693
- title: string;
4694
- short?: boolean | undefined;
4695
- }[] | undefined;
4696
4689
  color?: string | undefined;
4697
4690
  pretext?: string | undefined;
4698
4691
  author_name?: string | undefined;
4699
4692
  author_link?: string | undefined;
4700
4693
  author_icon?: string | undefined;
4701
4694
  title_link?: string | undefined;
4695
+ fields?: {
4696
+ value: string;
4697
+ title: string;
4698
+ short?: boolean | undefined;
4699
+ }[] | undefined;
4700
+ image_url?: string | undefined;
4702
4701
  thumb_url?: string | undefined;
4703
4702
  footer?: string | undefined;
4704
4703
  footer_icon?: string | undefined;
@@ -4730,42 +4729,42 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4730
4729
  emoji: z.ZodOptional<z.ZodBoolean>;
4731
4730
  verbatim: z.ZodOptional<z.ZodBoolean>;
4732
4731
  }, "strip", z.ZodTypeAny, {
4733
- type: "image" | "plain_text" | "mrkdwn";
4734
- emoji?: boolean | undefined;
4732
+ type: "plain_text" | "mrkdwn" | "image";
4735
4733
  text?: string | undefined;
4736
4734
  image_url?: string | undefined;
4735
+ emoji?: boolean | undefined;
4737
4736
  verbatim?: boolean | undefined;
4738
4737
  alt_text?: string | undefined;
4739
4738
  }, {
4740
- type: "image" | "plain_text" | "mrkdwn";
4741
- emoji?: boolean | undefined;
4739
+ type: "plain_text" | "mrkdwn" | "image";
4742
4740
  text?: string | undefined;
4743
4741
  image_url?: string | undefined;
4742
+ emoji?: boolean | undefined;
4744
4743
  verbatim?: boolean | undefined;
4745
4744
  alt_text?: string | undefined;
4746
4745
  }>, "many">>;
4747
4746
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4747
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
4748
4748
  }, {
4749
- ts: string;
4750
4749
  operation: "update_message";
4751
4750
  channel: string;
4752
- credentials?: Partial<Record<CredentialType, string>> | undefined;
4751
+ ts: string;
4753
4752
  text?: string | undefined;
4754
4753
  attachments?: {
4755
4754
  title?: string | undefined;
4756
4755
  text?: string | undefined;
4757
- image_url?: string | undefined;
4758
- fields?: {
4759
- value: string;
4760
- title: string;
4761
- short?: boolean | undefined;
4762
- }[] | undefined;
4763
4756
  color?: string | undefined;
4764
4757
  pretext?: string | undefined;
4765
4758
  author_name?: string | undefined;
4766
4759
  author_link?: string | undefined;
4767
4760
  author_icon?: string | undefined;
4768
4761
  title_link?: string | undefined;
4762
+ fields?: {
4763
+ value: string;
4764
+ title: string;
4765
+ short?: boolean | undefined;
4766
+ }[] | undefined;
4767
+ image_url?: string | undefined;
4769
4768
  thumb_url?: string | undefined;
4770
4769
  footer?: string | undefined;
4771
4770
  footer_icon?: string | undefined;
@@ -4797,35 +4796,36 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4797
4796
  emoji: z.ZodOptional<z.ZodBoolean>;
4798
4797
  verbatim: z.ZodOptional<z.ZodBoolean>;
4799
4798
  }, "strip", z.ZodTypeAny, {
4800
- type: "image" | "plain_text" | "mrkdwn";
4801
- emoji?: boolean | undefined;
4799
+ type: "plain_text" | "mrkdwn" | "image";
4802
4800
  text?: string | undefined;
4803
4801
  image_url?: string | undefined;
4802
+ emoji?: boolean | undefined;
4804
4803
  verbatim?: boolean | undefined;
4805
4804
  alt_text?: string | undefined;
4806
4805
  }, {
4807
- type: "image" | "plain_text" | "mrkdwn";
4808
- emoji?: boolean | undefined;
4806
+ type: "plain_text" | "mrkdwn" | "image";
4809
4807
  text?: string | undefined;
4810
4808
  image_url?: string | undefined;
4809
+ emoji?: boolean | undefined;
4811
4810
  verbatim?: boolean | undefined;
4812
4811
  alt_text?: string | undefined;
4813
4812
  }>, "many">>;
4814
4813
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4814
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
4815
4815
  }>, z.ZodObject<{
4816
4816
  operation: z.ZodLiteral<"delete_message">;
4817
4817
  channel: z.ZodString;
4818
4818
  ts: z.ZodString;
4819
4819
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4820
4820
  }, "strip", z.ZodTypeAny, {
4821
- ts: string;
4822
4821
  operation: "delete_message";
4823
4822
  channel: string;
4823
+ ts: string;
4824
4824
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4825
4825
  }, {
4826
- ts: string;
4827
4826
  operation: "delete_message";
4828
4827
  channel: string;
4828
+ ts: string;
4829
4829
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4830
4830
  }>, z.ZodObject<{
4831
4831
  operation: z.ZodLiteral<"add_reaction">;
@@ -4834,15 +4834,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4834
4834
  timestamp: z.ZodString;
4835
4835
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4836
4836
  }, "strip", z.ZodTypeAny, {
4837
- name: string;
4838
4837
  operation: "add_reaction";
4839
4838
  channel: string;
4839
+ name: string;
4840
4840
  timestamp: string;
4841
4841
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4842
4842
  }, {
4843
- name: string;
4844
4843
  operation: "add_reaction";
4845
4844
  channel: string;
4845
+ name: string;
4846
4846
  timestamp: string;
4847
4847
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4848
4848
  }>, z.ZodObject<{
@@ -4852,15 +4852,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4852
4852
  timestamp: z.ZodString;
4853
4853
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4854
4854
  }, "strip", z.ZodTypeAny, {
4855
- name: string;
4856
4855
  operation: "remove_reaction";
4857
4856
  channel: string;
4857
+ name: string;
4858
4858
  timestamp: string;
4859
4859
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4860
4860
  }, {
4861
- name: string;
4862
4861
  operation: "remove_reaction";
4863
4862
  channel: string;
4863
+ name: string;
4864
4864
  timestamp: string;
4865
4865
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4866
4866
  }>, z.ZodObject<{
@@ -4889,8 +4889,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4889
4889
  channel: string;
4890
4890
  file_path: string;
4891
4891
  title?: string | undefined;
4892
- credentials?: Partial<Record<CredentialType, string>> | undefined;
4893
4892
  thread_ts?: string | undefined;
4893
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
4894
4894
  filename?: string | undefined;
4895
4895
  initial_comment?: string | undefined;
4896
4896
  }, {
@@ -4898,8 +4898,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4898
4898
  channel: string;
4899
4899
  file_path: string;
4900
4900
  title?: string | undefined;
4901
- credentials?: Partial<Record<CredentialType, string>> | undefined;
4902
4901
  thread_ts?: string | undefined;
4902
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
4903
4903
  filename?: string | undefined;
4904
4904
  initial_comment?: string | undefined;
4905
4905
  }>, z.ZodObject<{
@@ -4934,17 +4934,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4934
4934
  emoji: z.ZodOptional<z.ZodBoolean>;
4935
4935
  verbatim: z.ZodOptional<z.ZodBoolean>;
4936
4936
  }, "strip", z.ZodTypeAny, {
4937
- type: "image" | "plain_text" | "mrkdwn";
4938
- emoji?: boolean | undefined;
4937
+ type: "plain_text" | "mrkdwn" | "image";
4939
4938
  text?: string | undefined;
4940
4939
  image_url?: string | undefined;
4940
+ emoji?: boolean | undefined;
4941
4941
  verbatim?: boolean | undefined;
4942
4942
  alt_text?: string | undefined;
4943
4943
  }, {
4944
- type: "image" | "plain_text" | "mrkdwn";
4945
- emoji?: boolean | undefined;
4944
+ type: "plain_text" | "mrkdwn" | "image";
4946
4945
  text?: string | undefined;
4947
4946
  image_url?: string | undefined;
4947
+ emoji?: boolean | undefined;
4948
4948
  verbatim?: boolean | undefined;
4949
4949
  alt_text?: string | undefined;
4950
4950
  }>, "many">>;
@@ -4974,17 +4974,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4974
4974
  emoji: z.ZodOptional<z.ZodBoolean>;
4975
4975
  verbatim: z.ZodOptional<z.ZodBoolean>;
4976
4976
  }, "strip", z.ZodTypeAny, {
4977
- type: "image" | "plain_text" | "mrkdwn";
4978
- emoji?: boolean | undefined;
4977
+ type: "plain_text" | "mrkdwn" | "image";
4979
4978
  text?: string | undefined;
4980
4979
  image_url?: string | undefined;
4980
+ emoji?: boolean | undefined;
4981
4981
  verbatim?: boolean | undefined;
4982
4982
  alt_text?: string | undefined;
4983
4983
  }, {
4984
- type: "image" | "plain_text" | "mrkdwn";
4985
- emoji?: boolean | undefined;
4984
+ type: "plain_text" | "mrkdwn" | "image";
4986
4985
  text?: string | undefined;
4987
4986
  image_url?: string | undefined;
4987
+ emoji?: boolean | undefined;
4988
4988
  verbatim?: boolean | undefined;
4989
4989
  alt_text?: string | undefined;
4990
4990
  }>, "many">>;
@@ -5014,17 +5014,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5014
5014
  emoji: z.ZodOptional<z.ZodBoolean>;
5015
5015
  verbatim: z.ZodOptional<z.ZodBoolean>;
5016
5016
  }, "strip", z.ZodTypeAny, {
5017
- type: "image" | "plain_text" | "mrkdwn";
5018
- emoji?: boolean | undefined;
5017
+ type: "plain_text" | "mrkdwn" | "image";
5019
5018
  text?: string | undefined;
5020
5019
  image_url?: string | undefined;
5020
+ emoji?: boolean | undefined;
5021
5021
  verbatim?: boolean | undefined;
5022
5022
  alt_text?: string | undefined;
5023
5023
  }, {
5024
- type: "image" | "plain_text" | "mrkdwn";
5025
- emoji?: boolean | undefined;
5024
+ type: "plain_text" | "mrkdwn" | "image";
5026
5025
  text?: string | undefined;
5027
5026
  image_url?: string | undefined;
5027
+ emoji?: boolean | undefined;
5028
5028
  verbatim?: boolean | undefined;
5029
5029
  alt_text?: string | undefined;
5030
5030
  }>, "many">>;
@@ -5033,13 +5033,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5033
5033
  unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
5034
5034
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
5035
5035
  }, "strip", z.ZodTypeAny, {
5036
- text: string;
5037
5036
  operation: "schedule_message";
5038
5037
  channel: string;
5038
+ text: string;
5039
5039
  unfurl_links: boolean;
5040
5040
  unfurl_media: boolean;
5041
5041
  post_at: number;
5042
- credentials?: Partial<Record<CredentialType, string>> | undefined;
5043
5042
  blocks?: z.objectOutputType<{
5044
5043
  type: z.ZodString;
5045
5044
  text: z.ZodOptional<z.ZodObject<{
@@ -5066,28 +5065,28 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5066
5065
  emoji: z.ZodOptional<z.ZodBoolean>;
5067
5066
  verbatim: z.ZodOptional<z.ZodBoolean>;
5068
5067
  }, "strip", z.ZodTypeAny, {
5069
- type: "image" | "plain_text" | "mrkdwn";
5070
- emoji?: boolean | undefined;
5068
+ type: "plain_text" | "mrkdwn" | "image";
5071
5069
  text?: string | undefined;
5072
5070
  image_url?: string | undefined;
5071
+ emoji?: boolean | undefined;
5073
5072
  verbatim?: boolean | undefined;
5074
5073
  alt_text?: string | undefined;
5075
5074
  }, {
5076
- type: "image" | "plain_text" | "mrkdwn";
5077
- emoji?: boolean | undefined;
5075
+ type: "plain_text" | "mrkdwn" | "image";
5078
5076
  text?: string | undefined;
5079
5077
  image_url?: string | undefined;
5078
+ emoji?: boolean | undefined;
5080
5079
  verbatim?: boolean | undefined;
5081
5080
  alt_text?: string | undefined;
5082
5081
  }>, "many">>;
5083
5082
  }, z.ZodTypeAny, "passthrough">[] | undefined;
5084
5083
  thread_ts?: string | undefined;
5084
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
5085
5085
  }, {
5086
- text: string;
5087
5086
  operation: "schedule_message";
5088
5087
  channel: string;
5088
+ text: string;
5089
5089
  post_at: number;
5090
- credentials?: Partial<Record<CredentialType, string>> | undefined;
5091
5090
  blocks?: z.objectInputType<{
5092
5091
  type: z.ZodString;
5093
5092
  text: z.ZodOptional<z.ZodObject<{
@@ -5114,22 +5113,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5114
5113
  emoji: z.ZodOptional<z.ZodBoolean>;
5115
5114
  verbatim: z.ZodOptional<z.ZodBoolean>;
5116
5115
  }, "strip", z.ZodTypeAny, {
5117
- type: "image" | "plain_text" | "mrkdwn";
5118
- emoji?: boolean | undefined;
5116
+ type: "plain_text" | "mrkdwn" | "image";
5119
5117
  text?: string | undefined;
5120
5118
  image_url?: string | undefined;
5119
+ emoji?: boolean | undefined;
5121
5120
  verbatim?: boolean | undefined;
5122
5121
  alt_text?: string | undefined;
5123
5122
  }, {
5124
- type: "image" | "plain_text" | "mrkdwn";
5125
- emoji?: boolean | undefined;
5123
+ type: "plain_text" | "mrkdwn" | "image";
5126
5124
  text?: string | undefined;
5127
5125
  image_url?: string | undefined;
5126
+ emoji?: boolean | undefined;
5128
5127
  verbatim?: boolean | undefined;
5129
5128
  alt_text?: string | undefined;
5130
5129
  }>, "many">>;
5131
5130
  }, z.ZodTypeAny, "passthrough">[] | undefined;
5132
5131
  thread_ts?: string | undefined;
5132
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
5133
5133
  unfurl_links?: boolean | undefined;
5134
5134
  unfurl_media?: boolean | undefined;
5135
5135
  }>, z.ZodObject<{
@@ -5254,12 +5254,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5254
5254
  }, "strip", z.ZodTypeAny, {
5255
5255
  type: string;
5256
5256
  text?: string | undefined;
5257
- user?: string | undefined;
5258
- ts?: string | undefined;
5259
5257
  username?: string | undefined;
5258
+ ts?: string | undefined;
5260
5259
  attachments?: unknown[] | undefined;
5261
5260
  blocks?: unknown[] | undefined;
5262
5261
  thread_ts?: string | undefined;
5262
+ user?: string | undefined;
5263
5263
  bot_id?: string | undefined;
5264
5264
  bot_profile?: {
5265
5265
  name?: string | undefined;
@@ -5296,12 +5296,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5296
5296
  }, {
5297
5297
  type: string;
5298
5298
  text?: string | undefined;
5299
- user?: string | undefined;
5300
- ts?: string | undefined;
5301
5299
  username?: string | undefined;
5300
+ ts?: string | undefined;
5302
5301
  attachments?: unknown[] | undefined;
5303
5302
  blocks?: unknown[] | undefined;
5304
5303
  thread_ts?: string | undefined;
5304
+ user?: string | undefined;
5305
5305
  bot_id?: string | undefined;
5306
5306
  bot_profile?: {
5307
5307
  name?: string | undefined;
@@ -5339,19 +5339,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5339
5339
  error: z.ZodString;
5340
5340
  success: z.ZodBoolean;
5341
5341
  }, "strip", z.ZodTypeAny, {
5342
- error: string;
5343
- success: boolean;
5344
5342
  operation: "send_message";
5345
5343
  ok: boolean;
5344
+ error: string;
5345
+ success: boolean;
5346
5346
  message?: {
5347
5347
  type: string;
5348
5348
  text?: string | undefined;
5349
- user?: string | undefined;
5350
- ts?: string | undefined;
5351
5349
  username?: string | undefined;
5350
+ ts?: string | undefined;
5352
5351
  attachments?: unknown[] | undefined;
5353
5352
  blocks?: unknown[] | undefined;
5354
5353
  thread_ts?: string | undefined;
5354
+ user?: string | undefined;
5355
5355
  bot_id?: string | undefined;
5356
5356
  bot_profile?: {
5357
5357
  name?: string | undefined;
@@ -5386,22 +5386,22 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5386
5386
  permalink?: string | undefined;
5387
5387
  }[] | undefined;
5388
5388
  } | undefined;
5389
- ts?: string | undefined;
5390
5389
  channel?: string | undefined;
5390
+ ts?: string | undefined;
5391
5391
  }, {
5392
- error: string;
5393
- success: boolean;
5394
5392
  operation: "send_message";
5395
5393
  ok: boolean;
5394
+ error: string;
5395
+ success: boolean;
5396
5396
  message?: {
5397
5397
  type: string;
5398
5398
  text?: string | undefined;
5399
- user?: string | undefined;
5400
- ts?: string | undefined;
5401
5399
  username?: string | undefined;
5400
+ ts?: string | undefined;
5402
5401
  attachments?: unknown[] | undefined;
5403
5402
  blocks?: unknown[] | undefined;
5404
5403
  thread_ts?: string | undefined;
5404
+ user?: string | undefined;
5405
5405
  bot_id?: string | undefined;
5406
5406
  bot_profile?: {
5407
5407
  name?: string | undefined;
@@ -5436,8 +5436,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5436
5436
  permalink?: string | undefined;
5437
5437
  }[] | undefined;
5438
5438
  } | undefined;
5439
- ts?: string | undefined;
5440
5439
  channel?: string | undefined;
5440
+ ts?: string | undefined;
5441
5441
  }>, z.ZodObject<{
5442
5442
  operation: z.ZodLiteral<"list_channels">;
5443
5443
  ok: z.ZodBoolean;
@@ -5567,13 +5567,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5567
5567
  error: z.ZodString;
5568
5568
  success: z.ZodBoolean;
5569
5569
  }, "strip", z.ZodTypeAny, {
5570
- error: string;
5571
- success: boolean;
5572
5570
  operation: "list_channels";
5573
5571
  ok: boolean;
5574
- response_metadata?: {
5575
- next_cursor: string;
5576
- } | undefined;
5572
+ error: string;
5573
+ success: boolean;
5577
5574
  channels?: {
5578
5575
  name: string;
5579
5576
  id: string;
@@ -5608,14 +5605,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5608
5605
  } | undefined;
5609
5606
  num_members?: number | undefined;
5610
5607
  }[] | undefined;
5611
- }, {
5612
- error: string;
5613
- success: boolean;
5614
- operation: "list_channels";
5615
- ok: boolean;
5616
5608
  response_metadata?: {
5617
5609
  next_cursor: string;
5618
5610
  } | undefined;
5611
+ }, {
5612
+ operation: "list_channels";
5613
+ ok: boolean;
5614
+ error: string;
5615
+ success: boolean;
5619
5616
  channels?: {
5620
5617
  name: string;
5621
5618
  id: string;
@@ -5650,6 +5647,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5650
5647
  } | undefined;
5651
5648
  num_members?: number | undefined;
5652
5649
  }[] | undefined;
5650
+ response_metadata?: {
5651
+ next_cursor: string;
5652
+ } | undefined;
5653
5653
  }>, z.ZodObject<{
5654
5654
  operation: z.ZodLiteral<"get_channel_info">;
5655
5655
  ok: z.ZodBoolean;
@@ -5772,10 +5772,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5772
5772
  error: z.ZodString;
5773
5773
  success: z.ZodBoolean;
5774
5774
  }, "strip", z.ZodTypeAny, {
5775
- error: string;
5776
- success: boolean;
5777
5775
  operation: "get_channel_info";
5778
5776
  ok: boolean;
5777
+ error: string;
5778
+ success: boolean;
5779
5779
  channel?: {
5780
5780
  name: string;
5781
5781
  id: string;
@@ -5811,10 +5811,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5811
5811
  num_members?: number | undefined;
5812
5812
  } | undefined;
5813
5813
  }, {
5814
- error: string;
5815
- success: boolean;
5816
5814
  operation: "get_channel_info";
5817
5815
  ok: boolean;
5816
+ error: string;
5817
+ success: boolean;
5818
5818
  channel?: {
5819
5819
  name: string;
5820
5820
  id: string;
@@ -5889,8 +5889,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5889
5889
  image_1024: z.ZodOptional<z.ZodString>;
5890
5890
  }, "strip", z.ZodTypeAny, {
5891
5891
  title?: string | undefined;
5892
- email?: string | undefined;
5893
5892
  fields?: Record<string, unknown> | undefined;
5893
+ email?: string | undefined;
5894
5894
  real_name?: string | undefined;
5895
5895
  phone?: string | undefined;
5896
5896
  skype?: string | undefined;
@@ -5914,8 +5914,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5914
5914
  image_1024?: string | undefined;
5915
5915
  }, {
5916
5916
  title?: string | undefined;
5917
- email?: string | undefined;
5918
5917
  fields?: Record<string, unknown> | undefined;
5918
+ email?: string | undefined;
5919
5919
  real_name?: string | undefined;
5920
5920
  phone?: string | undefined;
5921
5921
  skype?: string | undefined;
@@ -5950,10 +5950,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5950
5950
  }, "strip", z.ZodTypeAny, {
5951
5951
  name: string;
5952
5952
  id: string;
5953
+ color?: string | undefined;
5954
+ team_id?: string | undefined;
5955
+ deleted?: boolean | undefined;
5956
+ real_name?: string | undefined;
5957
+ tz?: string | undefined;
5958
+ tz_label?: string | undefined;
5959
+ tz_offset?: number | undefined;
5953
5960
  profile?: {
5954
5961
  title?: string | undefined;
5955
- email?: string | undefined;
5956
5962
  fields?: Record<string, unknown> | undefined;
5963
+ email?: string | undefined;
5957
5964
  real_name?: string | undefined;
5958
5965
  phone?: string | undefined;
5959
5966
  skype?: string | undefined;
@@ -5976,13 +5983,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5976
5983
  image_512?: string | undefined;
5977
5984
  image_1024?: string | undefined;
5978
5985
  } | undefined;
5979
- color?: string | undefined;
5980
- team_id?: string | undefined;
5981
- deleted?: boolean | undefined;
5982
- real_name?: string | undefined;
5983
- tz?: string | undefined;
5984
- tz_label?: string | undefined;
5985
- tz_offset?: number | undefined;
5986
5986
  is_admin?: boolean | undefined;
5987
5987
  is_owner?: boolean | undefined;
5988
5988
  is_primary_owner?: boolean | undefined;
@@ -5995,10 +5995,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5995
5995
  }, {
5996
5996
  name: string;
5997
5997
  id: string;
5998
+ color?: string | undefined;
5999
+ team_id?: string | undefined;
6000
+ deleted?: boolean | undefined;
6001
+ real_name?: string | undefined;
6002
+ tz?: string | undefined;
6003
+ tz_label?: string | undefined;
6004
+ tz_offset?: number | undefined;
5998
6005
  profile?: {
5999
6006
  title?: string | undefined;
6000
- email?: string | undefined;
6001
6007
  fields?: Record<string, unknown> | undefined;
6008
+ email?: string | undefined;
6002
6009
  real_name?: string | undefined;
6003
6010
  phone?: string | undefined;
6004
6011
  skype?: string | undefined;
@@ -6021,13 +6028,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6021
6028
  image_512?: string | undefined;
6022
6029
  image_1024?: string | undefined;
6023
6030
  } | undefined;
6024
- color?: string | undefined;
6025
- team_id?: string | undefined;
6026
- deleted?: boolean | undefined;
6027
- real_name?: string | undefined;
6028
- tz?: string | undefined;
6029
- tz_label?: string | undefined;
6030
- tz_offset?: number | undefined;
6031
6031
  is_admin?: boolean | undefined;
6032
6032
  is_owner?: boolean | undefined;
6033
6033
  is_primary_owner?: boolean | undefined;
@@ -6041,17 +6041,24 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6041
6041
  error: z.ZodString;
6042
6042
  success: z.ZodBoolean;
6043
6043
  }, "strip", z.ZodTypeAny, {
6044
- error: string;
6045
- success: boolean;
6046
6044
  operation: "get_user_info";
6047
6045
  ok: boolean;
6046
+ error: string;
6047
+ success: boolean;
6048
6048
  user?: {
6049
6049
  name: string;
6050
6050
  id: string;
6051
+ color?: string | undefined;
6052
+ team_id?: string | undefined;
6053
+ deleted?: boolean | undefined;
6054
+ real_name?: string | undefined;
6055
+ tz?: string | undefined;
6056
+ tz_label?: string | undefined;
6057
+ tz_offset?: number | undefined;
6051
6058
  profile?: {
6052
6059
  title?: string | undefined;
6053
- email?: string | undefined;
6054
6060
  fields?: Record<string, unknown> | undefined;
6061
+ email?: string | undefined;
6055
6062
  real_name?: string | undefined;
6056
6063
  phone?: string | undefined;
6057
6064
  skype?: string | undefined;
@@ -6074,13 +6081,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6074
6081
  image_512?: string | undefined;
6075
6082
  image_1024?: string | undefined;
6076
6083
  } | undefined;
6077
- color?: string | undefined;
6078
- team_id?: string | undefined;
6079
- deleted?: boolean | undefined;
6080
- real_name?: string | undefined;
6081
- tz?: string | undefined;
6082
- tz_label?: string | undefined;
6083
- tz_offset?: number | undefined;
6084
6084
  is_admin?: boolean | undefined;
6085
6085
  is_owner?: boolean | undefined;
6086
6086
  is_primary_owner?: boolean | undefined;
@@ -6092,17 +6092,24 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6092
6092
  has_2fa?: boolean | undefined;
6093
6093
  } | undefined;
6094
6094
  }, {
6095
- error: string;
6096
- success: boolean;
6097
6095
  operation: "get_user_info";
6098
6096
  ok: boolean;
6097
+ error: string;
6098
+ success: boolean;
6099
6099
  user?: {
6100
6100
  name: string;
6101
6101
  id: string;
6102
+ color?: string | undefined;
6103
+ team_id?: string | undefined;
6104
+ deleted?: boolean | undefined;
6105
+ real_name?: string | undefined;
6106
+ tz?: string | undefined;
6107
+ tz_label?: string | undefined;
6108
+ tz_offset?: number | undefined;
6102
6109
  profile?: {
6103
6110
  title?: string | undefined;
6104
- email?: string | undefined;
6105
6111
  fields?: Record<string, unknown> | undefined;
6112
+ email?: string | undefined;
6106
6113
  real_name?: string | undefined;
6107
6114
  phone?: string | undefined;
6108
6115
  skype?: string | undefined;
@@ -6125,13 +6132,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6125
6132
  image_512?: string | undefined;
6126
6133
  image_1024?: string | undefined;
6127
6134
  } | undefined;
6128
- color?: string | undefined;
6129
- team_id?: string | undefined;
6130
- deleted?: boolean | undefined;
6131
- real_name?: string | undefined;
6132
- tz?: string | undefined;
6133
- tz_label?: string | undefined;
6134
- tz_offset?: number | undefined;
6135
6135
  is_admin?: boolean | undefined;
6136
6136
  is_owner?: boolean | undefined;
6137
6137
  is_primary_owner?: boolean | undefined;
@@ -6182,8 +6182,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6182
6182
  image_1024: z.ZodOptional<z.ZodString>;
6183
6183
  }, "strip", z.ZodTypeAny, {
6184
6184
  title?: string | undefined;
6185
- email?: string | undefined;
6186
6185
  fields?: Record<string, unknown> | undefined;
6186
+ email?: string | undefined;
6187
6187
  real_name?: string | undefined;
6188
6188
  phone?: string | undefined;
6189
6189
  skype?: string | undefined;
@@ -6207,8 +6207,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6207
6207
  image_1024?: string | undefined;
6208
6208
  }, {
6209
6209
  title?: string | undefined;
6210
- email?: string | undefined;
6211
6210
  fields?: Record<string, unknown> | undefined;
6211
+ email?: string | undefined;
6212
6212
  real_name?: string | undefined;
6213
6213
  phone?: string | undefined;
6214
6214
  skype?: string | undefined;
@@ -6243,10 +6243,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6243
6243
  }, "strip", z.ZodTypeAny, {
6244
6244
  name: string;
6245
6245
  id: string;
6246
+ color?: string | undefined;
6247
+ team_id?: string | undefined;
6248
+ deleted?: boolean | undefined;
6249
+ real_name?: string | undefined;
6250
+ tz?: string | undefined;
6251
+ tz_label?: string | undefined;
6252
+ tz_offset?: number | undefined;
6246
6253
  profile?: {
6247
6254
  title?: string | undefined;
6248
- email?: string | undefined;
6249
6255
  fields?: Record<string, unknown> | undefined;
6256
+ email?: string | undefined;
6250
6257
  real_name?: string | undefined;
6251
6258
  phone?: string | undefined;
6252
6259
  skype?: string | undefined;
@@ -6265,17 +6272,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6265
6272
  image_32?: string | undefined;
6266
6273
  image_48?: string | undefined;
6267
6274
  image_72?: string | undefined;
6268
- image_192?: string | undefined;
6269
- image_512?: string | undefined;
6270
- image_1024?: string | undefined;
6271
- } | undefined;
6272
- color?: string | undefined;
6273
- team_id?: string | undefined;
6274
- deleted?: boolean | undefined;
6275
- real_name?: string | undefined;
6276
- tz?: string | undefined;
6277
- tz_label?: string | undefined;
6278
- tz_offset?: number | undefined;
6275
+ image_192?: string | undefined;
6276
+ image_512?: string | undefined;
6277
+ image_1024?: string | undefined;
6278
+ } | undefined;
6279
6279
  is_admin?: boolean | undefined;
6280
6280
  is_owner?: boolean | undefined;
6281
6281
  is_primary_owner?: boolean | undefined;
@@ -6288,10 +6288,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6288
6288
  }, {
6289
6289
  name: string;
6290
6290
  id: string;
6291
+ color?: string | undefined;
6292
+ team_id?: string | undefined;
6293
+ deleted?: boolean | undefined;
6294
+ real_name?: string | undefined;
6295
+ tz?: string | undefined;
6296
+ tz_label?: string | undefined;
6297
+ tz_offset?: number | undefined;
6291
6298
  profile?: {
6292
6299
  title?: string | undefined;
6293
- email?: string | undefined;
6294
6300
  fields?: Record<string, unknown> | undefined;
6301
+ email?: string | undefined;
6295
6302
  real_name?: string | undefined;
6296
6303
  phone?: string | undefined;
6297
6304
  skype?: string | undefined;
@@ -6314,13 +6321,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6314
6321
  image_512?: string | undefined;
6315
6322
  image_1024?: string | undefined;
6316
6323
  } | undefined;
6317
- color?: string | undefined;
6318
- team_id?: string | undefined;
6319
- deleted?: boolean | undefined;
6320
- real_name?: string | undefined;
6321
- tz?: string | undefined;
6322
- tz_label?: string | undefined;
6323
- tz_offset?: number | undefined;
6324
6324
  is_admin?: boolean | undefined;
6325
6325
  is_owner?: boolean | undefined;
6326
6326
  is_primary_owner?: boolean | undefined;
@@ -6341,20 +6341,27 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6341
6341
  error: z.ZodString;
6342
6342
  success: z.ZodBoolean;
6343
6343
  }, "strip", z.ZodTypeAny, {
6344
- error: string;
6345
- success: boolean;
6346
6344
  operation: "list_users";
6347
6345
  ok: boolean;
6346
+ error: string;
6347
+ success: boolean;
6348
6348
  response_metadata?: {
6349
6349
  next_cursor: string;
6350
6350
  } | undefined;
6351
6351
  members?: {
6352
6352
  name: string;
6353
6353
  id: string;
6354
+ color?: string | undefined;
6355
+ team_id?: string | undefined;
6356
+ deleted?: boolean | undefined;
6357
+ real_name?: string | undefined;
6358
+ tz?: string | undefined;
6359
+ tz_label?: string | undefined;
6360
+ tz_offset?: number | undefined;
6354
6361
  profile?: {
6355
6362
  title?: string | undefined;
6356
- email?: string | undefined;
6357
6363
  fields?: Record<string, unknown> | undefined;
6364
+ email?: string | undefined;
6358
6365
  real_name?: string | undefined;
6359
6366
  phone?: string | undefined;
6360
6367
  skype?: string | undefined;
@@ -6377,13 +6384,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6377
6384
  image_512?: string | undefined;
6378
6385
  image_1024?: string | undefined;
6379
6386
  } | undefined;
6380
- color?: string | undefined;
6381
- team_id?: string | undefined;
6382
- deleted?: boolean | undefined;
6383
- real_name?: string | undefined;
6384
- tz?: string | undefined;
6385
- tz_label?: string | undefined;
6386
- tz_offset?: number | undefined;
6387
6387
  is_admin?: boolean | undefined;
6388
6388
  is_owner?: boolean | undefined;
6389
6389
  is_primary_owner?: boolean | undefined;
@@ -6395,20 +6395,27 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6395
6395
  has_2fa?: boolean | undefined;
6396
6396
  }[] | undefined;
6397
6397
  }, {
6398
- error: string;
6399
- success: boolean;
6400
6398
  operation: "list_users";
6401
6399
  ok: boolean;
6400
+ error: string;
6401
+ success: boolean;
6402
6402
  response_metadata?: {
6403
6403
  next_cursor: string;
6404
6404
  } | undefined;
6405
6405
  members?: {
6406
6406
  name: string;
6407
6407
  id: string;
6408
+ color?: string | undefined;
6409
+ team_id?: string | undefined;
6410
+ deleted?: boolean | undefined;
6411
+ real_name?: string | undefined;
6412
+ tz?: string | undefined;
6413
+ tz_label?: string | undefined;
6414
+ tz_offset?: number | undefined;
6408
6415
  profile?: {
6409
6416
  title?: string | undefined;
6410
- email?: string | undefined;
6411
6417
  fields?: Record<string, unknown> | undefined;
6418
+ email?: string | undefined;
6412
6419
  real_name?: string | undefined;
6413
6420
  phone?: string | undefined;
6414
6421
  skype?: string | undefined;
@@ -6431,13 +6438,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6431
6438
  image_512?: string | undefined;
6432
6439
  image_1024?: string | undefined;
6433
6440
  } | undefined;
6434
- color?: string | undefined;
6435
- team_id?: string | undefined;
6436
- deleted?: boolean | undefined;
6437
- real_name?: string | undefined;
6438
- tz?: string | undefined;
6439
- tz_label?: string | undefined;
6440
- tz_offset?: number | undefined;
6441
6441
  is_admin?: boolean | undefined;
6442
6442
  is_owner?: boolean | undefined;
6443
6443
  is_primary_owner?: boolean | undefined;
@@ -6540,12 +6540,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6540
6540
  }, "strip", z.ZodTypeAny, {
6541
6541
  type: string;
6542
6542
  text?: string | undefined;
6543
- user?: string | undefined;
6544
- ts?: string | undefined;
6545
6543
  username?: string | undefined;
6544
+ ts?: string | undefined;
6546
6545
  attachments?: unknown[] | undefined;
6547
6546
  blocks?: unknown[] | undefined;
6548
6547
  thread_ts?: string | undefined;
6548
+ user?: string | undefined;
6549
6549
  bot_id?: string | undefined;
6550
6550
  bot_profile?: {
6551
6551
  name?: string | undefined;
@@ -6582,12 +6582,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6582
6582
  }, {
6583
6583
  type: string;
6584
6584
  text?: string | undefined;
6585
- user?: string | undefined;
6586
- ts?: string | undefined;
6587
6585
  username?: string | undefined;
6586
+ ts?: string | undefined;
6588
6587
  attachments?: unknown[] | undefined;
6589
6588
  blocks?: unknown[] | undefined;
6590
6589
  thread_ts?: string | undefined;
6590
+ user?: string | undefined;
6591
6591
  bot_id?: string | undefined;
6592
6592
  bot_profile?: {
6593
6593
  name?: string | undefined;
@@ -6633,22 +6633,22 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6633
6633
  error: z.ZodString;
6634
6634
  success: z.ZodBoolean;
6635
6635
  }, "strip", z.ZodTypeAny, {
6636
- error: string;
6637
- success: boolean;
6638
6636
  operation: "get_conversation_history";
6639
6637
  ok: boolean;
6638
+ error: string;
6639
+ success: boolean;
6640
6640
  response_metadata?: {
6641
6641
  next_cursor: string;
6642
6642
  } | undefined;
6643
6643
  messages?: {
6644
6644
  type: string;
6645
6645
  text?: string | undefined;
6646
- user?: string | undefined;
6647
- ts?: string | undefined;
6648
6646
  username?: string | undefined;
6647
+ ts?: string | undefined;
6649
6648
  attachments?: unknown[] | undefined;
6650
6649
  blocks?: unknown[] | undefined;
6651
6650
  thread_ts?: string | undefined;
6651
+ user?: string | undefined;
6652
6652
  bot_id?: string | undefined;
6653
6653
  bot_profile?: {
6654
6654
  name?: string | undefined;
@@ -6685,22 +6685,22 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6685
6685
  }[] | undefined;
6686
6686
  has_more?: boolean | undefined;
6687
6687
  }, {
6688
- error: string;
6689
- success: boolean;
6690
6688
  operation: "get_conversation_history";
6691
6689
  ok: boolean;
6690
+ error: string;
6691
+ success: boolean;
6692
6692
  response_metadata?: {
6693
6693
  next_cursor: string;
6694
6694
  } | undefined;
6695
6695
  messages?: {
6696
6696
  type: string;
6697
6697
  text?: string | undefined;
6698
- user?: string | undefined;
6699
- ts?: string | undefined;
6700
6698
  username?: string | undefined;
6699
+ ts?: string | undefined;
6701
6700
  attachments?: unknown[] | undefined;
6702
6701
  blocks?: unknown[] | undefined;
6703
6702
  thread_ts?: string | undefined;
6703
+ user?: string | undefined;
6704
6704
  bot_id?: string | undefined;
6705
6705
  bot_profile?: {
6706
6706
  name?: string | undefined;
@@ -6828,12 +6828,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6828
6828
  }, "strip", z.ZodTypeAny, {
6829
6829
  type: string;
6830
6830
  text?: string | undefined;
6831
- user?: string | undefined;
6832
- ts?: string | undefined;
6833
6831
  username?: string | undefined;
6832
+ ts?: string | undefined;
6834
6833
  attachments?: unknown[] | undefined;
6835
6834
  blocks?: unknown[] | undefined;
6836
6835
  thread_ts?: string | undefined;
6836
+ user?: string | undefined;
6837
6837
  bot_id?: string | undefined;
6838
6838
  bot_profile?: {
6839
6839
  name?: string | undefined;
@@ -6870,12 +6870,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6870
6870
  }, {
6871
6871
  type: string;
6872
6872
  text?: string | undefined;
6873
- user?: string | undefined;
6874
- ts?: string | undefined;
6875
6873
  username?: string | undefined;
6874
+ ts?: string | undefined;
6876
6875
  attachments?: unknown[] | undefined;
6877
6876
  blocks?: unknown[] | undefined;
6878
6877
  thread_ts?: string | undefined;
6878
+ user?: string | undefined;
6879
6879
  bot_id?: string | undefined;
6880
6880
  bot_profile?: {
6881
6881
  name?: string | undefined;
@@ -6921,22 +6921,22 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6921
6921
  error: z.ZodString;
6922
6922
  success: z.ZodBoolean;
6923
6923
  }, "strip", z.ZodTypeAny, {
6924
- error: string;
6925
- success: boolean;
6926
6924
  operation: "get_thread_replies";
6927
6925
  ok: boolean;
6926
+ error: string;
6927
+ success: boolean;
6928
6928
  response_metadata?: {
6929
6929
  next_cursor: string;
6930
6930
  } | undefined;
6931
6931
  messages?: {
6932
6932
  type: string;
6933
6933
  text?: string | undefined;
6934
- user?: string | undefined;
6935
- ts?: string | undefined;
6936
6934
  username?: string | undefined;
6935
+ ts?: string | undefined;
6937
6936
  attachments?: unknown[] | undefined;
6938
6937
  blocks?: unknown[] | undefined;
6939
6938
  thread_ts?: string | undefined;
6939
+ user?: string | undefined;
6940
6940
  bot_id?: string | undefined;
6941
6941
  bot_profile?: {
6942
6942
  name?: string | undefined;
@@ -6973,22 +6973,22 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6973
6973
  }[] | undefined;
6974
6974
  has_more?: boolean | undefined;
6975
6975
  }, {
6976
- error: string;
6977
- success: boolean;
6978
6976
  operation: "get_thread_replies";
6979
6977
  ok: boolean;
6978
+ error: string;
6979
+ success: boolean;
6980
6980
  response_metadata?: {
6981
6981
  next_cursor: string;
6982
6982
  } | undefined;
6983
6983
  messages?: {
6984
6984
  type: string;
6985
6985
  text?: string | undefined;
6986
- user?: string | undefined;
6987
- ts?: string | undefined;
6988
6986
  username?: string | undefined;
6987
+ ts?: string | undefined;
6989
6988
  attachments?: unknown[] | undefined;
6990
6989
  blocks?: unknown[] | undefined;
6991
6990
  thread_ts?: string | undefined;
6991
+ user?: string | undefined;
6992
6992
  bot_id?: string | undefined;
6993
6993
  bot_profile?: {
6994
6994
  name?: string | undefined;
@@ -7119,12 +7119,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7119
7119
  }, "strip", z.ZodTypeAny, {
7120
7120
  type: string;
7121
7121
  text?: string | undefined;
7122
- user?: string | undefined;
7123
- ts?: string | undefined;
7124
7122
  username?: string | undefined;
7123
+ ts?: string | undefined;
7125
7124
  attachments?: unknown[] | undefined;
7126
7125
  blocks?: unknown[] | undefined;
7127
7126
  thread_ts?: string | undefined;
7127
+ user?: string | undefined;
7128
7128
  bot_id?: string | undefined;
7129
7129
  bot_profile?: {
7130
7130
  name?: string | undefined;
@@ -7161,12 +7161,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7161
7161
  }, {
7162
7162
  type: string;
7163
7163
  text?: string | undefined;
7164
- user?: string | undefined;
7165
- ts?: string | undefined;
7166
7164
  username?: string | undefined;
7165
+ ts?: string | undefined;
7167
7166
  attachments?: unknown[] | undefined;
7168
7167
  blocks?: unknown[] | undefined;
7169
7168
  thread_ts?: string | undefined;
7169
+ user?: string | undefined;
7170
7170
  bot_id?: string | undefined;
7171
7171
  bot_profile?: {
7172
7172
  name?: string | undefined;
@@ -7204,19 +7204,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7204
7204
  error: z.ZodString;
7205
7205
  success: z.ZodBoolean;
7206
7206
  }, "strip", z.ZodTypeAny, {
7207
- error: string;
7208
- success: boolean;
7209
7207
  operation: "update_message";
7210
7208
  ok: boolean;
7209
+ error: string;
7210
+ success: boolean;
7211
7211
  message?: {
7212
7212
  type: string;
7213
7213
  text?: string | undefined;
7214
- user?: string | undefined;
7215
- ts?: string | undefined;
7216
7214
  username?: string | undefined;
7215
+ ts?: string | undefined;
7217
7216
  attachments?: unknown[] | undefined;
7218
7217
  blocks?: unknown[] | undefined;
7219
7218
  thread_ts?: string | undefined;
7219
+ user?: string | undefined;
7220
7220
  bot_id?: string | undefined;
7221
7221
  bot_profile?: {
7222
7222
  name?: string | undefined;
@@ -7251,23 +7251,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7251
7251
  permalink?: string | undefined;
7252
7252
  }[] | undefined;
7253
7253
  } | undefined;
7254
+ channel?: string | undefined;
7254
7255
  text?: string | undefined;
7255
7256
  ts?: string | undefined;
7256
- channel?: string | undefined;
7257
7257
  }, {
7258
- error: string;
7259
- success: boolean;
7260
7258
  operation: "update_message";
7261
7259
  ok: boolean;
7260
+ error: string;
7261
+ success: boolean;
7262
7262
  message?: {
7263
7263
  type: string;
7264
7264
  text?: string | undefined;
7265
- user?: string | undefined;
7266
- ts?: string | undefined;
7267
7265
  username?: string | undefined;
7266
+ ts?: string | undefined;
7268
7267
  attachments?: unknown[] | undefined;
7269
7268
  blocks?: unknown[] | undefined;
7270
7269
  thread_ts?: string | undefined;
7270
+ user?: string | undefined;
7271
7271
  bot_id?: string | undefined;
7272
7272
  bot_profile?: {
7273
7273
  name?: string | undefined;
@@ -7302,9 +7302,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7302
7302
  permalink?: string | undefined;
7303
7303
  }[] | undefined;
7304
7304
  } | undefined;
7305
+ channel?: string | undefined;
7305
7306
  text?: string | undefined;
7306
7307
  ts?: string | undefined;
7307
- channel?: string | undefined;
7308
7308
  }>, z.ZodObject<{
7309
7309
  operation: z.ZodLiteral<"delete_message">;
7310
7310
  ok: z.ZodBoolean;
@@ -7313,49 +7313,49 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7313
7313
  error: z.ZodString;
7314
7314
  success: z.ZodBoolean;
7315
7315
  }, "strip", z.ZodTypeAny, {
7316
- error: string;
7317
- success: boolean;
7318
7316
  operation: "delete_message";
7319
7317
  ok: boolean;
7320
- ts?: string | undefined;
7321
- channel?: string | undefined;
7322
- }, {
7323
7318
  error: string;
7324
7319
  success: boolean;
7320
+ channel?: string | undefined;
7321
+ ts?: string | undefined;
7322
+ }, {
7325
7323
  operation: "delete_message";
7326
7324
  ok: boolean;
7327
- ts?: string | undefined;
7325
+ error: string;
7326
+ success: boolean;
7328
7327
  channel?: string | undefined;
7328
+ ts?: string | undefined;
7329
7329
  }>, z.ZodObject<{
7330
7330
  operation: z.ZodLiteral<"add_reaction">;
7331
7331
  ok: z.ZodBoolean;
7332
7332
  error: z.ZodString;
7333
7333
  success: z.ZodBoolean;
7334
7334
  }, "strip", z.ZodTypeAny, {
7335
- error: string;
7336
- success: boolean;
7337
7335
  operation: "add_reaction";
7338
7336
  ok: boolean;
7339
- }, {
7340
7337
  error: string;
7341
7338
  success: boolean;
7339
+ }, {
7342
7340
  operation: "add_reaction";
7343
7341
  ok: boolean;
7342
+ error: string;
7343
+ success: boolean;
7344
7344
  }>, z.ZodObject<{
7345
7345
  operation: z.ZodLiteral<"remove_reaction">;
7346
7346
  ok: z.ZodBoolean;
7347
7347
  error: z.ZodString;
7348
7348
  success: z.ZodBoolean;
7349
7349
  }, "strip", z.ZodTypeAny, {
7350
- error: string;
7351
- success: boolean;
7352
7350
  operation: "remove_reaction";
7353
7351
  ok: boolean;
7354
- }, {
7355
7352
  error: string;
7356
7353
  success: boolean;
7354
+ }, {
7357
7355
  operation: "remove_reaction";
7358
7356
  ok: boolean;
7357
+ error: string;
7358
+ success: boolean;
7359
7359
  }>, z.ZodObject<{
7360
7360
  operation: z.ZodLiteral<"join_channel">;
7361
7361
  ok: z.ZodBoolean;
@@ -7479,10 +7479,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7479
7479
  error: z.ZodString;
7480
7480
  success: z.ZodBoolean;
7481
7481
  }, "strip", z.ZodTypeAny, {
7482
- error: string;
7483
- success: boolean;
7484
7482
  operation: "join_channel";
7485
7483
  ok: boolean;
7484
+ error: string;
7485
+ success: boolean;
7486
7486
  channel?: {
7487
7487
  name: string;
7488
7488
  id: string;
@@ -7519,10 +7519,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7519
7519
  } | undefined;
7520
7520
  already_in_channel?: boolean | undefined;
7521
7521
  }, {
7522
- error: string;
7523
- success: boolean;
7524
7522
  operation: "join_channel";
7525
7523
  ok: boolean;
7524
+ error: string;
7525
+ success: boolean;
7526
7526
  channel?: {
7527
7527
  name: string;
7528
7528
  id: string;
@@ -7594,17 +7594,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7594
7594
  team_id: z.ZodString;
7595
7595
  }, "strip", z.ZodTypeAny, {
7596
7596
  ts: string;
7597
- team_id: string;
7598
7597
  reply_count: number;
7599
7598
  reply_users_count: number;
7600
7599
  reply_users: string[];
7600
+ team_id: string;
7601
7601
  channel_name: string;
7602
7602
  }, {
7603
7603
  ts: string;
7604
- team_id: string;
7605
7604
  reply_count: number;
7606
7605
  reply_users_count: number;
7607
7606
  reply_users: string[];
7607
+ team_id: string;
7608
7608
  channel_name: string;
7609
7609
  }>, "many">>>;
7610
7610
  private: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
@@ -7616,51 +7616,51 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7616
7616
  team_id: z.ZodString;
7617
7617
  }, "strip", z.ZodTypeAny, {
7618
7618
  ts: string;
7619
- team_id: string;
7620
7619
  reply_count: number;
7621
7620
  reply_users_count: number;
7622
7621
  reply_users: string[];
7622
+ team_id: string;
7623
7623
  channel_name: string;
7624
7624
  }, {
7625
7625
  ts: string;
7626
- team_id: string;
7627
7626
  reply_count: number;
7628
7627
  reply_users_count: number;
7629
7628
  reply_users: string[];
7629
+ team_id: string;
7630
7630
  channel_name: string;
7631
7631
  }>, "many">>>;
7632
7632
  }, "strip", z.ZodTypeAny, {
7633
7633
  public?: Record<string, {
7634
7634
  ts: string;
7635
- team_id: string;
7636
7635
  reply_count: number;
7637
7636
  reply_users_count: number;
7638
7637
  reply_users: string[];
7638
+ team_id: string;
7639
7639
  channel_name: string;
7640
7640
  }[]> | undefined;
7641
7641
  private?: Record<string, {
7642
7642
  ts: string;
7643
- team_id: string;
7644
7643
  reply_count: number;
7645
7644
  reply_users_count: number;
7646
7645
  reply_users: string[];
7646
+ team_id: string;
7647
7647
  channel_name: string;
7648
7648
  }[]> | undefined;
7649
7649
  }, {
7650
7650
  public?: Record<string, {
7651
7651
  ts: string;
7652
- team_id: string;
7653
7652
  reply_count: number;
7654
7653
  reply_users_count: number;
7655
7654
  reply_users: string[];
7655
+ team_id: string;
7656
7656
  channel_name: string;
7657
7657
  }[]> | undefined;
7658
7658
  private?: Record<string, {
7659
7659
  ts: string;
7660
- team_id: string;
7661
7660
  reply_count: number;
7662
7661
  reply_users_count: number;
7663
7662
  reply_users: string[];
7663
+ team_id: string;
7664
7664
  channel_name: string;
7665
7665
  }[]> | undefined;
7666
7666
  }>>;
@@ -7669,18 +7669,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7669
7669
  ims: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7670
7670
  has_rich_preview: z.ZodOptional<z.ZodBoolean>;
7671
7671
  }, "strip", z.ZodTypeAny, {
7672
+ username: string;
7672
7673
  name: string;
7673
- id: string;
7674
7674
  user: string;
7675
- username: string;
7676
7675
  timestamp: number;
7677
- created: number;
7676
+ id: string;
7678
7677
  mimetype: string;
7679
7678
  filetype: string;
7680
7679
  size: number;
7681
7680
  url_private: string;
7682
7681
  url_private_download: string;
7683
7682
  permalink: string;
7683
+ created: number;
7684
7684
  pretty_type: string;
7685
7685
  editable: boolean;
7686
7686
  mode: string;
@@ -7695,18 +7695,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7695
7695
  shares?: {
7696
7696
  public?: Record<string, {
7697
7697
  ts: string;
7698
- team_id: string;
7699
7698
  reply_count: number;
7700
7699
  reply_users_count: number;
7701
7700
  reply_users: string[];
7701
+ team_id: string;
7702
7702
  channel_name: string;
7703
7703
  }[]> | undefined;
7704
7704
  private?: Record<string, {
7705
7705
  ts: string;
7706
- team_id: string;
7707
7706
  reply_count: number;
7708
7707
  reply_users_count: number;
7709
7708
  reply_users: string[];
7709
+ team_id: string;
7710
7710
  channel_name: string;
7711
7711
  }[]> | undefined;
7712
7712
  } | undefined;
@@ -7714,18 +7714,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7714
7714
  ims?: string[] | undefined;
7715
7715
  has_rich_preview?: boolean | undefined;
7716
7716
  }, {
7717
+ username: string;
7717
7718
  name: string;
7718
- id: string;
7719
7719
  user: string;
7720
- username: string;
7721
7720
  timestamp: number;
7722
- created: number;
7721
+ id: string;
7723
7722
  mimetype: string;
7724
7723
  filetype: string;
7725
7724
  size: number;
7726
7725
  url_private: string;
7727
7726
  url_private_download: string;
7728
7727
  permalink: string;
7728
+ created: number;
7729
7729
  pretty_type: string;
7730
7730
  editable: boolean;
7731
7731
  mode: string;
@@ -7740,18 +7740,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7740
7740
  shares?: {
7741
7741
  public?: Record<string, {
7742
7742
  ts: string;
7743
- team_id: string;
7744
7743
  reply_count: number;
7745
7744
  reply_users_count: number;
7746
7745
  reply_users: string[];
7746
+ team_id: string;
7747
7747
  channel_name: string;
7748
7748
  }[]> | undefined;
7749
7749
  private?: Record<string, {
7750
7750
  ts: string;
7751
- team_id: string;
7752
7751
  reply_count: number;
7753
7752
  reply_users_count: number;
7754
7753
  reply_users: string[];
7754
+ team_id: string;
7755
7755
  channel_name: string;
7756
7756
  }[]> | undefined;
7757
7757
  } | undefined;
@@ -7762,23 +7762,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7762
7762
  error: z.ZodString;
7763
7763
  success: z.ZodBoolean;
7764
7764
  }, "strip", z.ZodTypeAny, {
7765
- error: string;
7766
- success: boolean;
7767
7765
  operation: "upload_file";
7768
7766
  ok: boolean;
7767
+ error: string;
7768
+ success: boolean;
7769
7769
  file?: {
7770
+ username: string;
7770
7771
  name: string;
7771
- id: string;
7772
7772
  user: string;
7773
- username: string;
7774
7773
  timestamp: number;
7775
- created: number;
7774
+ id: string;
7776
7775
  mimetype: string;
7777
7776
  filetype: string;
7778
7777
  size: number;
7779
7778
  url_private: string;
7780
7779
  url_private_download: string;
7781
7780
  permalink: string;
7781
+ created: number;
7782
7782
  pretty_type: string;
7783
7783
  editable: boolean;
7784
7784
  mode: string;
@@ -7793,18 +7793,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7793
7793
  shares?: {
7794
7794
  public?: Record<string, {
7795
7795
  ts: string;
7796
- team_id: string;
7797
7796
  reply_count: number;
7798
7797
  reply_users_count: number;
7799
7798
  reply_users: string[];
7799
+ team_id: string;
7800
7800
  channel_name: string;
7801
7801
  }[]> | undefined;
7802
7802
  private?: Record<string, {
7803
7803
  ts: string;
7804
- team_id: string;
7805
7804
  reply_count: number;
7806
7805
  reply_users_count: number;
7807
7806
  reply_users: string[];
7807
+ team_id: string;
7808
7808
  channel_name: string;
7809
7809
  }[]> | undefined;
7810
7810
  } | undefined;
@@ -7813,23 +7813,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7813
7813
  has_rich_preview?: boolean | undefined;
7814
7814
  } | undefined;
7815
7815
  }, {
7816
- error: string;
7817
- success: boolean;
7818
7816
  operation: "upload_file";
7819
7817
  ok: boolean;
7818
+ error: string;
7819
+ success: boolean;
7820
7820
  file?: {
7821
+ username: string;
7821
7822
  name: string;
7822
- id: string;
7823
7823
  user: string;
7824
- username: string;
7825
7824
  timestamp: number;
7826
- created: number;
7825
+ id: string;
7827
7826
  mimetype: string;
7828
7827
  filetype: string;
7829
7828
  size: number;
7830
7829
  url_private: string;
7831
7830
  url_private_download: string;
7832
7831
  permalink: string;
7832
+ created: number;
7833
7833
  pretty_type: string;
7834
7834
  editable: boolean;
7835
7835
  mode: string;
@@ -7844,18 +7844,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7844
7844
  shares?: {
7845
7845
  public?: Record<string, {
7846
7846
  ts: string;
7847
- team_id: string;
7848
7847
  reply_count: number;
7849
7848
  reply_users_count: number;
7850
7849
  reply_users: string[];
7850
+ team_id: string;
7851
7851
  channel_name: string;
7852
7852
  }[]> | undefined;
7853
7853
  private?: Record<string, {
7854
7854
  ts: string;
7855
- team_id: string;
7856
7855
  reply_count: number;
7857
7856
  reply_users_count: number;
7858
7857
  reply_users: string[];
7858
+ team_id: string;
7859
7859
  channel_name: string;
7860
7860
  }[]> | undefined;
7861
7861
  } | undefined;
@@ -7872,18 +7872,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7872
7872
  error: z.ZodString;
7873
7873
  success: z.ZodBoolean;
7874
7874
  }, "strip", z.ZodTypeAny, {
7875
- error: string;
7876
- success: boolean;
7877
7875
  operation: "schedule_message";
7878
7876
  ok: boolean;
7877
+ error: string;
7878
+ success: boolean;
7879
7879
  channel?: string | undefined;
7880
7880
  post_at?: number | undefined;
7881
7881
  scheduled_message_id?: string | undefined;
7882
7882
  }, {
7883
- error: string;
7884
- success: boolean;
7885
7883
  operation: "schedule_message";
7886
7884
  ok: boolean;
7885
+ error: string;
7886
+ success: boolean;
7887
7887
  channel?: string | undefined;
7888
7888
  post_at?: number | undefined;
7889
7889
  scheduled_message_id?: string | undefined;
@@ -7942,10 +7942,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7942
7942
  error: z.ZodString;
7943
7943
  success: z.ZodBoolean;
7944
7944
  }, "strip", z.ZodTypeAny, {
7945
- error: string;
7946
- success: boolean;
7947
7945
  operation: "get_file_info";
7948
7946
  ok: boolean;
7947
+ error: string;
7948
+ success: boolean;
7949
7949
  file?: {
7950
7950
  name: string;
7951
7951
  id: string;
@@ -7964,10 +7964,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7964
7964
  permalink?: string | undefined;
7965
7965
  } | undefined;
7966
7966
  }, {
7967
- error: string;
7968
- success: boolean;
7969
7967
  operation: "get_file_info";
7970
7968
  ok: boolean;
7969
+ error: string;
7970
+ success: boolean;
7971
7971
  file?: {
7972
7972
  name: string;
7973
7973
  id: string;
@@ -7995,19 +7995,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7995
7995
  error: z.ZodString;
7996
7996
  success: z.ZodBoolean;
7997
7997
  }, "strip", z.ZodTypeAny, {
7998
- error: string;
7999
- success: boolean;
8000
7998
  operation: "download_file";
8001
7999
  ok: boolean;
8000
+ error: string;
8001
+ success: boolean;
8002
8002
  content?: string | undefined;
8003
8003
  filename?: string | undefined;
8004
8004
  mimetype?: string | undefined;
8005
8005
  size?: number | undefined;
8006
8006
  }, {
8007
- error: string;
8008
- success: boolean;
8009
8007
  operation: "download_file";
8010
8008
  ok: boolean;
8009
+ error: string;
8010
+ success: boolean;
8011
8011
  content?: string | undefined;
8012
8012
  filename?: string | undefined;
8013
8013
  mimetype?: string | undefined;