@bubblelab/bubble-core 0.1.101 → 0.1.103

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 (80) hide show
  1. package/dist/bubble-bundle.d.ts +113 -113
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  4. package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
  17. package/dist/bubbles/service-bubble/github.d.ts +140 -140
  18. package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
  23. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  24. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +36 -36
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  30. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +631 -631
  32. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  33. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +147 -68
  34. package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/stripe/stripe.js +74 -21
  36. package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
  37. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +219 -141
  38. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
  39. package/dist/bubbles/service-bubble/stripe/stripe.schema.js +48 -0
  40. package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
  41. package/dist/bubbles/service-bubble/telegram.d.ts +968 -968
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
  43. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
  44. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
  46. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
  48. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +40 -40
  51. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
  52. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  54. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +471 -471
  55. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  56. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +166 -166
  59. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
  60. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
  63. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  64. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
  65. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
  66. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
  67. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
  68. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
  69. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +88 -88
  70. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
  71. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
  73. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  74. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +40 -40
  75. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  76. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
  77. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
  78. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  79. package/dist/bubbles.json +122 -2
  80. package/package.json +2 -2
@@ -40,7 +40,6 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
40
40
  title?: string | undefined;
41
41
  text?: string | undefined;
42
42
  image_url?: string | undefined;
43
- ts?: number | undefined;
44
43
  fields?: {
45
44
  value: string;
46
45
  title: string;
@@ -55,11 +54,11 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
55
54
  thumb_url?: string | undefined;
56
55
  footer?: string | undefined;
57
56
  footer_icon?: string | undefined;
57
+ ts?: number | undefined;
58
58
  }, {
59
59
  title?: string | undefined;
60
60
  text?: string | undefined;
61
61
  image_url?: string | undefined;
62
- ts?: number | undefined;
63
62
  fields?: {
64
63
  value: string;
65
64
  title: string;
@@ -74,6 +73,7 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
74
73
  thumb_url?: string | undefined;
75
74
  footer?: string | undefined;
76
75
  footer_icon?: string | undefined;
76
+ ts?: number | undefined;
77
77
  }>, "many">>;
78
78
  blocks: z.ZodOptional<z.ZodArray<z.ZodObject<{
79
79
  type: z.ZodString;
@@ -216,7 +216,6 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
216
216
  title?: string | undefined;
217
217
  text?: string | undefined;
218
218
  image_url?: string | undefined;
219
- ts?: number | undefined;
220
219
  fields?: {
221
220
  value: string;
222
221
  title: string;
@@ -231,6 +230,7 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
231
230
  thumb_url?: string | undefined;
232
231
  footer?: string | undefined;
233
232
  footer_icon?: string | undefined;
233
+ ts?: number | undefined;
234
234
  }[] | undefined;
235
235
  blocks?: z.objectOutputType<{
236
236
  type: z.ZodString;
@@ -286,7 +286,6 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
286
286
  title?: string | undefined;
287
287
  text?: string | undefined;
288
288
  image_url?: string | undefined;
289
- ts?: number | undefined;
290
289
  fields?: {
291
290
  value: string;
292
291
  title: string;
@@ -301,6 +300,7 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
301
300
  thumb_url?: string | undefined;
302
301
  footer?: string | undefined;
303
302
  footer_icon?: string | undefined;
303
+ ts?: number | undefined;
304
304
  }[] | undefined;
305
305
  blocks?: z.objectInputType<{
306
306
  type: z.ZodString;
@@ -355,18 +355,18 @@ 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
- limit: number;
359
- operation: "list_channels";
360
358
  types: ("public_channel" | "private_channel" | "mpim" | "im")[];
359
+ operation: "list_channels";
361
360
  exclude_archived: boolean;
361
+ limit: number;
362
362
  credentials?: Partial<Record<CredentialType, string>> | undefined;
363
363
  cursor?: string | undefined;
364
364
  }, {
365
365
  operation: "list_channels";
366
- credentials?: Partial<Record<CredentialType, string>> | undefined;
367
- limit?: number | undefined;
368
366
  types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
367
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
369
368
  exclude_archived?: boolean | undefined;
369
+ limit?: number | undefined;
370
370
  cursor?: string | undefined;
371
371
  }>, z.ZodObject<{
372
372
  operation: z.ZodLiteral<"get_channel_info">;
@@ -405,8 +405,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
405
405
  include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
406
406
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
407
407
  }, "strip", z.ZodTypeAny, {
408
- limit: number;
409
408
  operation: "list_users";
409
+ limit: number;
410
410
  include_locale: boolean;
411
411
  credentials?: Partial<Record<CredentialType, string>> | undefined;
412
412
  cursor?: string | undefined;
@@ -427,22 +427,22 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
427
427
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
428
428
  }, "strip", z.ZodTypeAny, {
429
429
  inclusive: boolean;
430
- limit: number;
431
430
  operation: "get_conversation_history";
432
431
  channel: string;
432
+ limit: number;
433
433
  credentials?: Partial<Record<CredentialType, string>> | undefined;
434
+ cursor?: string | undefined;
434
435
  latest?: string | undefined;
435
436
  oldest?: string | undefined;
436
- cursor?: string | undefined;
437
437
  }, {
438
438
  operation: "get_conversation_history";
439
439
  channel: string;
440
440
  inclusive?: boolean | undefined;
441
441
  credentials?: Partial<Record<CredentialType, string>> | undefined;
442
442
  limit?: number | undefined;
443
+ cursor?: string | undefined;
443
444
  latest?: string | undefined;
444
445
  oldest?: string | undefined;
445
- cursor?: string | undefined;
446
446
  }>, z.ZodObject<{
447
447
  operation: z.ZodLiteral<"get_thread_replies">;
448
448
  channel: z.ZodString;
@@ -455,14 +455,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
455
455
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
456
456
  }, "strip", z.ZodTypeAny, {
457
457
  inclusive: boolean;
458
- limit: number;
459
458
  ts: string;
460
459
  operation: "get_thread_replies";
461
460
  channel: string;
461
+ limit: number;
462
462
  credentials?: Partial<Record<CredentialType, string>> | undefined;
463
+ cursor?: string | undefined;
463
464
  latest?: string | undefined;
464
465
  oldest?: string | undefined;
465
- cursor?: string | undefined;
466
466
  }, {
467
467
  ts: string;
468
468
  operation: "get_thread_replies";
@@ -470,9 +470,9 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
470
470
  inclusive?: boolean | undefined;
471
471
  credentials?: Partial<Record<CredentialType, string>> | undefined;
472
472
  limit?: number | undefined;
473
+ cursor?: string | undefined;
473
474
  latest?: string | undefined;
474
475
  oldest?: string | undefined;
475
- cursor?: string | undefined;
476
476
  }>, z.ZodObject<{
477
477
  operation: z.ZodLiteral<"update_message">;
478
478
  channel: z.ZodString;
@@ -509,7 +509,6 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
509
509
  title?: string | undefined;
510
510
  text?: string | undefined;
511
511
  image_url?: string | undefined;
512
- ts?: number | undefined;
513
512
  fields?: {
514
513
  value: string;
515
514
  title: string;
@@ -524,11 +523,11 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
524
523
  thumb_url?: string | undefined;
525
524
  footer?: string | undefined;
526
525
  footer_icon?: string | undefined;
526
+ ts?: number | undefined;
527
527
  }, {
528
528
  title?: string | undefined;
529
529
  text?: string | undefined;
530
530
  image_url?: string | undefined;
531
- ts?: number | undefined;
532
531
  fields?: {
533
532
  value: string;
534
533
  title: string;
@@ -543,6 +542,7 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
543
542
  thumb_url?: string | undefined;
544
543
  footer?: string | undefined;
545
544
  footer_icon?: string | undefined;
545
+ ts?: number | undefined;
546
546
  }>, "many">>;
547
547
  blocks: z.ZodOptional<z.ZodArray<z.ZodObject<{
548
548
  type: z.ZodString;
@@ -676,7 +676,6 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
676
676
  title?: string | undefined;
677
677
  text?: string | undefined;
678
678
  image_url?: string | undefined;
679
- ts?: number | undefined;
680
679
  fields?: {
681
680
  value: string;
682
681
  title: string;
@@ -691,6 +690,7 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
691
690
  thumb_url?: string | undefined;
692
691
  footer?: string | undefined;
693
692
  footer_icon?: string | undefined;
693
+ ts?: number | undefined;
694
694
  }[] | undefined;
695
695
  blocks?: z.objectOutputType<{
696
696
  type: z.ZodString;
@@ -743,7 +743,6 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
743
743
  title?: string | undefined;
744
744
  text?: string | undefined;
745
745
  image_url?: string | undefined;
746
- ts?: number | undefined;
747
746
  fields?: {
748
747
  value: string;
749
748
  title: string;
@@ -758,6 +757,7 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
758
757
  thumb_url?: string | undefined;
759
758
  footer?: string | undefined;
760
759
  footer_icon?: string | undefined;
760
+ ts?: number | undefined;
761
761
  }[] | undefined;
762
762
  blocks?: z.objectInputType<{
763
763
  type: z.ZodString;
@@ -823,15 +823,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
823
823
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
824
824
  }, "strip", z.ZodTypeAny, {
825
825
  name: string;
826
- timestamp: string;
827
826
  operation: "add_reaction";
828
827
  channel: string;
828
+ timestamp: string;
829
829
  credentials?: Partial<Record<CredentialType, string>> | undefined;
830
830
  }, {
831
831
  name: string;
832
- timestamp: string;
833
832
  operation: "add_reaction";
834
833
  channel: string;
834
+ timestamp: string;
835
835
  credentials?: Partial<Record<CredentialType, string>> | undefined;
836
836
  }>, z.ZodObject<{
837
837
  operation: z.ZodLiteral<"remove_reaction">;
@@ -841,15 +841,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
841
841
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
842
842
  }, "strip", z.ZodTypeAny, {
843
843
  name: string;
844
- timestamp: string;
845
844
  operation: "remove_reaction";
846
845
  channel: string;
846
+ timestamp: string;
847
847
  credentials?: Partial<Record<CredentialType, string>> | undefined;
848
848
  }, {
849
849
  name: string;
850
- timestamp: string;
851
850
  operation: "remove_reaction";
852
851
  channel: string;
852
+ timestamp: string;
853
853
  credentials?: Partial<Record<CredentialType, string>> | undefined;
854
854
  }>, z.ZodObject<{
855
855
  operation: z.ZodLiteral<"join_channel">;
@@ -1183,12 +1183,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1183
1183
  count: z.ZodNumber;
1184
1184
  }, "strip", z.ZodTypeAny, {
1185
1185
  name: string;
1186
- count: number;
1187
1186
  users: string[];
1187
+ count: number;
1188
1188
  }, {
1189
1189
  name: string;
1190
- count: number;
1191
1190
  users: string[];
1191
+ count: number;
1192
1192
  }>, "many">>;
1193
1193
  files: z.ZodOptional<z.ZodArray<z.ZodObject<{
1194
1194
  id: z.ZodString;
@@ -1241,15 +1241,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1241
1241
  }>, "many">>;
1242
1242
  }, "strip", z.ZodTypeAny, {
1243
1243
  type: string;
1244
- username?: string | undefined;
1245
1244
  text?: string | undefined;
1246
- reactions?: {
1247
- name: string;
1248
- count: number;
1249
- users: string[];
1250
- }[] | undefined;
1251
- ts?: string | undefined;
1252
1245
  user?: string | undefined;
1246
+ ts?: string | undefined;
1247
+ username?: string | undefined;
1253
1248
  attachments?: unknown[] | undefined;
1254
1249
  blocks?: unknown[] | undefined;
1255
1250
  thread_ts?: string | undefined;
@@ -1264,6 +1259,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1264
1259
  reply_users?: string[] | undefined;
1265
1260
  is_locked?: boolean | undefined;
1266
1261
  subscribed?: boolean | undefined;
1262
+ reactions?: {
1263
+ name: string;
1264
+ users: string[];
1265
+ count: number;
1266
+ }[] | undefined;
1267
1267
  files?: {
1268
1268
  id: string;
1269
1269
  title?: string | undefined;
@@ -1283,15 +1283,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1283
1283
  }[] | undefined;
1284
1284
  }, {
1285
1285
  type: string;
1286
- username?: string | undefined;
1287
1286
  text?: string | undefined;
1288
- reactions?: {
1289
- name: string;
1290
- count: number;
1291
- users: string[];
1292
- }[] | undefined;
1293
- ts?: string | undefined;
1294
1287
  user?: string | undefined;
1288
+ ts?: string | undefined;
1289
+ username?: string | undefined;
1295
1290
  attachments?: unknown[] | undefined;
1296
1291
  blocks?: unknown[] | undefined;
1297
1292
  thread_ts?: string | undefined;
@@ -1306,6 +1301,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1306
1301
  reply_users?: string[] | undefined;
1307
1302
  is_locked?: boolean | undefined;
1308
1303
  subscribed?: boolean | undefined;
1304
+ reactions?: {
1305
+ name: string;
1306
+ users: string[];
1307
+ count: number;
1308
+ }[] | undefined;
1309
1309
  files?: {
1310
1310
  id: string;
1311
1311
  title?: string | undefined;
@@ -1327,21 +1327,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1327
1327
  error: z.ZodString;
1328
1328
  success: z.ZodBoolean;
1329
1329
  }, "strip", z.ZodTypeAny, {
1330
- success: boolean;
1331
1330
  error: string;
1331
+ success: boolean;
1332
1332
  operation: "send_message";
1333
1333
  ok: boolean;
1334
1334
  message?: {
1335
1335
  type: string;
1336
- username?: string | undefined;
1337
1336
  text?: string | undefined;
1338
- reactions?: {
1339
- name: string;
1340
- count: number;
1341
- users: string[];
1342
- }[] | undefined;
1343
- ts?: string | undefined;
1344
1337
  user?: string | undefined;
1338
+ ts?: string | undefined;
1339
+ username?: string | undefined;
1345
1340
  attachments?: unknown[] | undefined;
1346
1341
  blocks?: unknown[] | undefined;
1347
1342
  thread_ts?: string | undefined;
@@ -1356,6 +1351,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1356
1351
  reply_users?: string[] | undefined;
1357
1352
  is_locked?: boolean | undefined;
1358
1353
  subscribed?: boolean | undefined;
1354
+ reactions?: {
1355
+ name: string;
1356
+ users: string[];
1357
+ count: number;
1358
+ }[] | undefined;
1359
1359
  files?: {
1360
1360
  id: string;
1361
1361
  title?: string | undefined;
@@ -1377,21 +1377,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1377
1377
  ts?: string | undefined;
1378
1378
  channel?: string | undefined;
1379
1379
  }, {
1380
- success: boolean;
1381
1380
  error: string;
1381
+ success: boolean;
1382
1382
  operation: "send_message";
1383
1383
  ok: boolean;
1384
1384
  message?: {
1385
1385
  type: string;
1386
- username?: string | undefined;
1387
1386
  text?: string | undefined;
1388
- reactions?: {
1389
- name: string;
1390
- count: number;
1391
- users: string[];
1392
- }[] | undefined;
1393
- ts?: string | undefined;
1394
1387
  user?: string | undefined;
1388
+ ts?: string | undefined;
1389
+ username?: string | undefined;
1395
1390
  attachments?: unknown[] | undefined;
1396
1391
  blocks?: unknown[] | undefined;
1397
1392
  thread_ts?: string | undefined;
@@ -1406,6 +1401,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1406
1401
  reply_users?: string[] | undefined;
1407
1402
  is_locked?: boolean | undefined;
1408
1403
  subscribed?: boolean | undefined;
1404
+ reactions?: {
1405
+ name: string;
1406
+ users: string[];
1407
+ count: number;
1408
+ }[] | undefined;
1409
1409
  files?: {
1410
1410
  id: string;
1411
1411
  title?: string | undefined;
@@ -1483,11 +1483,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1483
1483
  id: string;
1484
1484
  created: number;
1485
1485
  is_archived: boolean;
1486
- is_private?: boolean | undefined;
1487
1486
  is_channel?: boolean | undefined;
1488
1487
  is_group?: boolean | undefined;
1489
1488
  is_im?: boolean | undefined;
1490
1489
  is_mpim?: boolean | undefined;
1490
+ is_private?: boolean | undefined;
1491
1491
  is_general?: boolean | undefined;
1492
1492
  unlinked?: number | undefined;
1493
1493
  name_normalized?: string | undefined;
@@ -1516,11 +1516,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1516
1516
  id: string;
1517
1517
  created: number;
1518
1518
  is_archived: boolean;
1519
- is_private?: boolean | undefined;
1520
1519
  is_channel?: boolean | undefined;
1521
1520
  is_group?: boolean | undefined;
1522
1521
  is_im?: boolean | undefined;
1523
1522
  is_mpim?: boolean | undefined;
1523
+ is_private?: boolean | undefined;
1524
1524
  is_general?: boolean | undefined;
1525
1525
  unlinked?: number | undefined;
1526
1526
  name_normalized?: string | undefined;
@@ -1555,8 +1555,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1555
1555
  error: z.ZodString;
1556
1556
  success: z.ZodBoolean;
1557
1557
  }, "strip", z.ZodTypeAny, {
1558
- success: boolean;
1559
1558
  error: string;
1559
+ success: boolean;
1560
1560
  operation: "list_channels";
1561
1561
  ok: boolean;
1562
1562
  response_metadata?: {
@@ -1567,11 +1567,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1567
1567
  id: string;
1568
1568
  created: number;
1569
1569
  is_archived: boolean;
1570
- is_private?: boolean | undefined;
1571
1570
  is_channel?: boolean | undefined;
1572
1571
  is_group?: boolean | undefined;
1573
1572
  is_im?: boolean | undefined;
1574
1573
  is_mpim?: boolean | undefined;
1574
+ is_private?: boolean | undefined;
1575
1575
  is_general?: boolean | undefined;
1576
1576
  unlinked?: number | undefined;
1577
1577
  name_normalized?: string | undefined;
@@ -1597,8 +1597,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1597
1597
  num_members?: number | undefined;
1598
1598
  }[] | undefined;
1599
1599
  }, {
1600
- success: boolean;
1601
1600
  error: string;
1601
+ success: boolean;
1602
1602
  operation: "list_channels";
1603
1603
  ok: boolean;
1604
1604
  response_metadata?: {
@@ -1609,11 +1609,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1609
1609
  id: string;
1610
1610
  created: number;
1611
1611
  is_archived: boolean;
1612
- is_private?: boolean | undefined;
1613
1612
  is_channel?: boolean | undefined;
1614
1613
  is_group?: boolean | undefined;
1615
1614
  is_im?: boolean | undefined;
1616
1615
  is_mpim?: boolean | undefined;
1616
+ is_private?: boolean | undefined;
1617
1617
  is_general?: boolean | undefined;
1618
1618
  unlinked?: number | undefined;
1619
1619
  name_normalized?: string | undefined;
@@ -1695,11 +1695,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1695
1695
  id: string;
1696
1696
  created: number;
1697
1697
  is_archived: boolean;
1698
- is_private?: boolean | undefined;
1699
1698
  is_channel?: boolean | undefined;
1700
1699
  is_group?: boolean | undefined;
1701
1700
  is_im?: boolean | undefined;
1702
1701
  is_mpim?: boolean | undefined;
1702
+ is_private?: boolean | undefined;
1703
1703
  is_general?: boolean | undefined;
1704
1704
  unlinked?: number | undefined;
1705
1705
  name_normalized?: string | undefined;
@@ -1728,11 +1728,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1728
1728
  id: string;
1729
1729
  created: number;
1730
1730
  is_archived: boolean;
1731
- is_private?: boolean | undefined;
1732
1731
  is_channel?: boolean | undefined;
1733
1732
  is_group?: boolean | undefined;
1734
1733
  is_im?: boolean | undefined;
1735
1734
  is_mpim?: boolean | undefined;
1735
+ is_private?: boolean | undefined;
1736
1736
  is_general?: boolean | undefined;
1737
1737
  unlinked?: number | undefined;
1738
1738
  name_normalized?: string | undefined;
@@ -1760,8 +1760,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1760
1760
  error: z.ZodString;
1761
1761
  success: z.ZodBoolean;
1762
1762
  }, "strip", z.ZodTypeAny, {
1763
- success: boolean;
1764
1763
  error: string;
1764
+ success: boolean;
1765
1765
  operation: "get_channel_info";
1766
1766
  ok: boolean;
1767
1767
  channel?: {
@@ -1769,11 +1769,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1769
1769
  id: string;
1770
1770
  created: number;
1771
1771
  is_archived: boolean;
1772
- is_private?: boolean | undefined;
1773
1772
  is_channel?: boolean | undefined;
1774
1773
  is_group?: boolean | undefined;
1775
1774
  is_im?: boolean | undefined;
1776
1775
  is_mpim?: boolean | undefined;
1776
+ is_private?: boolean | undefined;
1777
1777
  is_general?: boolean | undefined;
1778
1778
  unlinked?: number | undefined;
1779
1779
  name_normalized?: string | undefined;
@@ -1799,8 +1799,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1799
1799
  num_members?: number | undefined;
1800
1800
  } | undefined;
1801
1801
  }, {
1802
- success: boolean;
1803
1802
  error: string;
1803
+ success: boolean;
1804
1804
  operation: "get_channel_info";
1805
1805
  ok: boolean;
1806
1806
  channel?: {
@@ -1808,11 +1808,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1808
1808
  id: string;
1809
1809
  created: number;
1810
1810
  is_archived: boolean;
1811
- is_private?: boolean | undefined;
1812
1811
  is_channel?: boolean | undefined;
1813
1812
  is_group?: boolean | undefined;
1814
1813
  is_im?: boolean | undefined;
1815
1814
  is_mpim?: boolean | undefined;
1815
+ is_private?: boolean | undefined;
1816
1816
  is_general?: boolean | undefined;
1817
1817
  unlinked?: number | undefined;
1818
1818
  name_normalized?: string | undefined;
@@ -1878,11 +1878,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1878
1878
  }, "strip", z.ZodTypeAny, {
1879
1879
  title?: string | undefined;
1880
1880
  email?: string | undefined;
1881
- first_name?: string | undefined;
1882
- last_name?: string | undefined;
1883
- phone?: string | undefined;
1884
1881
  fields?: Record<string, unknown> | undefined;
1885
1882
  real_name?: string | undefined;
1883
+ phone?: string | undefined;
1886
1884
  skype?: string | undefined;
1887
1885
  real_name_normalized?: string | undefined;
1888
1886
  display_name?: string | undefined;
@@ -1893,6 +1891,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1893
1891
  avatar_hash?: string | undefined;
1894
1892
  image_original?: string | undefined;
1895
1893
  is_custom_image?: boolean | undefined;
1894
+ first_name?: string | undefined;
1895
+ last_name?: string | undefined;
1896
1896
  image_24?: string | undefined;
1897
1897
  image_32?: string | undefined;
1898
1898
  image_48?: string | undefined;
@@ -1903,11 +1903,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1903
1903
  }, {
1904
1904
  title?: string | undefined;
1905
1905
  email?: string | undefined;
1906
- first_name?: string | undefined;
1907
- last_name?: string | undefined;
1908
- phone?: string | undefined;
1909
1906
  fields?: Record<string, unknown> | undefined;
1910
1907
  real_name?: string | undefined;
1908
+ phone?: string | undefined;
1911
1909
  skype?: string | undefined;
1912
1910
  real_name_normalized?: string | undefined;
1913
1911
  display_name?: string | undefined;
@@ -1918,6 +1916,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1918
1916
  avatar_hash?: string | undefined;
1919
1917
  image_original?: string | undefined;
1920
1918
  is_custom_image?: boolean | undefined;
1919
+ first_name?: string | undefined;
1920
+ last_name?: string | undefined;
1921
1921
  image_24?: string | undefined;
1922
1922
  image_32?: string | undefined;
1923
1923
  image_48?: string | undefined;
@@ -1938,21 +1938,12 @@ 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;
1948
1941
  profile?: {
1949
1942
  title?: string | undefined;
1950
1943
  email?: string | undefined;
1951
- first_name?: string | undefined;
1952
- last_name?: string | undefined;
1953
- phone?: string | undefined;
1954
1944
  fields?: Record<string, unknown> | undefined;
1955
1945
  real_name?: string | undefined;
1946
+ phone?: string | undefined;
1956
1947
  skype?: string | undefined;
1957
1948
  real_name_normalized?: string | undefined;
1958
1949
  display_name?: string | undefined;
@@ -1963,6 +1954,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1963
1954
  avatar_hash?: string | undefined;
1964
1955
  image_original?: string | undefined;
1965
1956
  is_custom_image?: boolean | undefined;
1957
+ first_name?: string | undefined;
1958
+ last_name?: string | undefined;
1966
1959
  image_24?: string | undefined;
1967
1960
  image_32?: string | undefined;
1968
1961
  image_48?: string | undefined;
@@ -1971,6 +1964,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1971
1964
  image_512?: string | undefined;
1972
1965
  image_1024?: string | undefined;
1973
1966
  } | 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,21 +1983,12 @@ 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;
1993
1986
  profile?: {
1994
1987
  title?: string | undefined;
1995
1988
  email?: string | undefined;
1996
- first_name?: string | undefined;
1997
- last_name?: string | undefined;
1998
- phone?: string | undefined;
1999
1989
  fields?: Record<string, unknown> | undefined;
2000
1990
  real_name?: string | undefined;
1991
+ phone?: string | undefined;
2001
1992
  skype?: string | undefined;
2002
1993
  real_name_normalized?: string | undefined;
2003
1994
  display_name?: string | undefined;
@@ -2008,6 +1999,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2008
1999
  avatar_hash?: string | undefined;
2009
2000
  image_original?: string | undefined;
2010
2001
  is_custom_image?: boolean | undefined;
2002
+ first_name?: string | undefined;
2003
+ last_name?: string | undefined;
2011
2004
  image_24?: string | undefined;
2012
2005
  image_32?: string | undefined;
2013
2006
  image_48?: string | undefined;
@@ -2016,6 +2009,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2016
2009
  image_512?: string | undefined;
2017
2010
  image_1024?: string | undefined;
2018
2011
  } | 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,28 +2029,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2029
2029
  error: z.ZodString;
2030
2030
  success: z.ZodBoolean;
2031
2031
  }, "strip", z.ZodTypeAny, {
2032
- success: boolean;
2033
2032
  error: string;
2033
+ success: boolean;
2034
2034
  operation: "get_user_info";
2035
2035
  ok: 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;
2046
2039
  profile?: {
2047
2040
  title?: string | undefined;
2048
2041
  email?: string | undefined;
2049
- first_name?: string | undefined;
2050
- last_name?: string | undefined;
2051
- phone?: string | undefined;
2052
2042
  fields?: Record<string, unknown> | undefined;
2053
2043
  real_name?: string | undefined;
2044
+ phone?: string | undefined;
2054
2045
  skype?: string | undefined;
2055
2046
  real_name_normalized?: string | undefined;
2056
2047
  display_name?: string | undefined;
@@ -2061,6 +2052,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2061
2052
  avatar_hash?: string | undefined;
2062
2053
  image_original?: string | undefined;
2063
2054
  is_custom_image?: boolean | undefined;
2055
+ first_name?: string | undefined;
2056
+ last_name?: string | undefined;
2064
2057
  image_24?: string | undefined;
2065
2058
  image_32?: string | undefined;
2066
2059
  image_48?: string | undefined;
@@ -2069,6 +2062,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2069
2062
  image_512?: string | undefined;
2070
2063
  image_1024?: string | undefined;
2071
2064
  } | 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,28 +2080,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2080
2080
  has_2fa?: boolean | undefined;
2081
2081
  } | undefined;
2082
2082
  }, {
2083
- success: boolean;
2084
2083
  error: string;
2084
+ success: boolean;
2085
2085
  operation: "get_user_info";
2086
2086
  ok: 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;
2097
2090
  profile?: {
2098
2091
  title?: string | undefined;
2099
2092
  email?: string | undefined;
2100
- first_name?: string | undefined;
2101
- last_name?: string | undefined;
2102
- phone?: string | undefined;
2103
2093
  fields?: Record<string, unknown> | undefined;
2104
2094
  real_name?: string | undefined;
2095
+ phone?: string | undefined;
2105
2096
  skype?: string | undefined;
2106
2097
  real_name_normalized?: string | undefined;
2107
2098
  display_name?: string | undefined;
@@ -2112,6 +2103,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2112
2103
  avatar_hash?: string | undefined;
2113
2104
  image_original?: string | undefined;
2114
2105
  is_custom_image?: boolean | undefined;
2106
+ first_name?: string | undefined;
2107
+ last_name?: string | undefined;
2115
2108
  image_24?: string | undefined;
2116
2109
  image_32?: string | undefined;
2117
2110
  image_48?: string | undefined;
@@ -2120,6 +2113,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2120
2113
  image_512?: string | undefined;
2121
2114
  image_1024?: string | undefined;
2122
2115
  } | 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;
@@ -2171,11 +2171,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2171
2171
  }, "strip", z.ZodTypeAny, {
2172
2172
  title?: string | undefined;
2173
2173
  email?: string | undefined;
2174
- first_name?: string | undefined;
2175
- last_name?: string | undefined;
2176
- phone?: string | undefined;
2177
2174
  fields?: Record<string, unknown> | undefined;
2178
2175
  real_name?: string | undefined;
2176
+ phone?: string | undefined;
2179
2177
  skype?: string | undefined;
2180
2178
  real_name_normalized?: string | undefined;
2181
2179
  display_name?: string | undefined;
@@ -2186,6 +2184,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2186
2184
  avatar_hash?: string | undefined;
2187
2185
  image_original?: string | undefined;
2188
2186
  is_custom_image?: boolean | undefined;
2187
+ first_name?: string | undefined;
2188
+ last_name?: string | undefined;
2189
2189
  image_24?: string | undefined;
2190
2190
  image_32?: string | undefined;
2191
2191
  image_48?: string | undefined;
@@ -2196,11 +2196,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2196
2196
  }, {
2197
2197
  title?: string | undefined;
2198
2198
  email?: string | undefined;
2199
- first_name?: string | undefined;
2200
- last_name?: string | undefined;
2201
- phone?: string | undefined;
2202
2199
  fields?: Record<string, unknown> | undefined;
2203
2200
  real_name?: string | undefined;
2201
+ phone?: string | undefined;
2204
2202
  skype?: string | undefined;
2205
2203
  real_name_normalized?: string | undefined;
2206
2204
  display_name?: string | undefined;
@@ -2211,6 +2209,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2211
2209
  avatar_hash?: string | undefined;
2212
2210
  image_original?: string | undefined;
2213
2211
  is_custom_image?: boolean | undefined;
2212
+ first_name?: string | undefined;
2213
+ last_name?: string | undefined;
2214
2214
  image_24?: string | undefined;
2215
2215
  image_32?: string | undefined;
2216
2216
  image_48?: string | undefined;
@@ -2231,21 +2231,12 @@ 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;
2241
2234
  profile?: {
2242
2235
  title?: string | undefined;
2243
2236
  email?: string | undefined;
2244
- first_name?: string | undefined;
2245
- last_name?: string | undefined;
2246
- phone?: string | undefined;
2247
2237
  fields?: Record<string, unknown> | undefined;
2248
2238
  real_name?: string | undefined;
2239
+ phone?: string | undefined;
2249
2240
  skype?: string | undefined;
2250
2241
  real_name_normalized?: string | undefined;
2251
2242
  display_name?: string | undefined;
@@ -2256,6 +2247,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2256
2247
  avatar_hash?: string | undefined;
2257
2248
  image_original?: string | undefined;
2258
2249
  is_custom_image?: boolean | undefined;
2250
+ first_name?: string | undefined;
2251
+ last_name?: string | undefined;
2259
2252
  image_24?: string | undefined;
2260
2253
  image_32?: string | undefined;
2261
2254
  image_48?: string | undefined;
@@ -2264,7 +2257,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2264
2257
  image_512?: string | undefined;
2265
2258
  image_1024?: string | undefined;
2266
2259
  } | undefined;
2267
- is_admin?: boolean | 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
+ is_admin?: boolean | undefined;
2268
2268
  is_owner?: boolean | undefined;
2269
2269
  is_primary_owner?: boolean | undefined;
2270
2270
  is_restricted?: boolean | undefined;
@@ -2276,21 +2276,12 @@ 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;
2286
2279
  profile?: {
2287
2280
  title?: string | undefined;
2288
2281
  email?: string | undefined;
2289
- first_name?: string | undefined;
2290
- last_name?: string | undefined;
2291
- phone?: string | undefined;
2292
2282
  fields?: Record<string, unknown> | undefined;
2293
2283
  real_name?: string | undefined;
2284
+ phone?: string | undefined;
2294
2285
  skype?: string | undefined;
2295
2286
  real_name_normalized?: string | undefined;
2296
2287
  display_name?: string | undefined;
@@ -2301,6 +2292,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2301
2292
  avatar_hash?: string | undefined;
2302
2293
  image_original?: string | undefined;
2303
2294
  is_custom_image?: boolean | undefined;
2295
+ first_name?: string | undefined;
2296
+ last_name?: string | undefined;
2304
2297
  image_24?: string | undefined;
2305
2298
  image_32?: string | undefined;
2306
2299
  image_48?: string | undefined;
@@ -2309,6 +2302,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2309
2302
  image_512?: string | undefined;
2310
2303
  image_1024?: string | undefined;
2311
2304
  } | 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,8 +2329,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2329
2329
  error: z.ZodString;
2330
2330
  success: z.ZodBoolean;
2331
2331
  }, "strip", z.ZodTypeAny, {
2332
- success: boolean;
2333
2332
  error: string;
2333
+ success: boolean;
2334
2334
  operation: "list_users";
2335
2335
  ok: boolean;
2336
2336
  response_metadata?: {
@@ -2339,21 +2339,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2339
2339
  members?: {
2340
2340
  name: string;
2341
2341
  id: string;
2342
- color?: string | undefined;
2343
- team_id?: string | undefined;
2344
- deleted?: boolean | undefined;
2345
- real_name?: string | undefined;
2346
- tz?: string | undefined;
2347
- tz_label?: string | undefined;
2348
- tz_offset?: number | undefined;
2349
2342
  profile?: {
2350
2343
  title?: string | undefined;
2351
2344
  email?: string | undefined;
2352
- first_name?: string | undefined;
2353
- last_name?: string | undefined;
2354
- phone?: string | undefined;
2355
2345
  fields?: Record<string, unknown> | undefined;
2356
2346
  real_name?: string | undefined;
2347
+ phone?: string | undefined;
2357
2348
  skype?: string | undefined;
2358
2349
  real_name_normalized?: string | undefined;
2359
2350
  display_name?: string | undefined;
@@ -2364,6 +2355,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2364
2355
  avatar_hash?: string | undefined;
2365
2356
  image_original?: string | undefined;
2366
2357
  is_custom_image?: boolean | undefined;
2358
+ first_name?: string | undefined;
2359
+ last_name?: string | undefined;
2367
2360
  image_24?: string | undefined;
2368
2361
  image_32?: string | undefined;
2369
2362
  image_48?: string | undefined;
@@ -2372,6 +2365,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2372
2365
  image_512?: string | undefined;
2373
2366
  image_1024?: string | undefined;
2374
2367
  } | 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,8 +2383,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2383
2383
  has_2fa?: boolean | undefined;
2384
2384
  }[] | undefined;
2385
2385
  }, {
2386
- success: boolean;
2387
2386
  error: string;
2387
+ success: boolean;
2388
2388
  operation: "list_users";
2389
2389
  ok: boolean;
2390
2390
  response_metadata?: {
@@ -2393,21 +2393,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2393
2393
  members?: {
2394
2394
  name: string;
2395
2395
  id: string;
2396
- color?: string | undefined;
2397
- team_id?: string | undefined;
2398
- deleted?: boolean | undefined;
2399
- real_name?: string | undefined;
2400
- tz?: string | undefined;
2401
- tz_label?: string | undefined;
2402
- tz_offset?: number | undefined;
2403
2396
  profile?: {
2404
2397
  title?: string | undefined;
2405
2398
  email?: string | undefined;
2406
- first_name?: string | undefined;
2407
- last_name?: string | undefined;
2408
- phone?: string | undefined;
2409
2399
  fields?: Record<string, unknown> | undefined;
2410
2400
  real_name?: string | undefined;
2401
+ phone?: string | undefined;
2411
2402
  skype?: string | undefined;
2412
2403
  real_name_normalized?: string | undefined;
2413
2404
  display_name?: string | undefined;
@@ -2418,6 +2409,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2418
2409
  avatar_hash?: string | undefined;
2419
2410
  image_original?: string | undefined;
2420
2411
  is_custom_image?: boolean | undefined;
2412
+ first_name?: string | undefined;
2413
+ last_name?: string | undefined;
2421
2414
  image_24?: string | undefined;
2422
2415
  image_32?: string | undefined;
2423
2416
  image_48?: string | undefined;
@@ -2426,6 +2419,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2426
2419
  image_512?: string | undefined;
2427
2420
  image_1024?: string | undefined;
2428
2421
  } | 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;
@@ -2469,12 +2469,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2469
2469
  count: z.ZodNumber;
2470
2470
  }, "strip", z.ZodTypeAny, {
2471
2471
  name: string;
2472
- count: number;
2473
2472
  users: string[];
2473
+ count: number;
2474
2474
  }, {
2475
2475
  name: string;
2476
- count: number;
2477
2476
  users: string[];
2477
+ count: number;
2478
2478
  }>, "many">>;
2479
2479
  files: z.ZodOptional<z.ZodArray<z.ZodObject<{
2480
2480
  id: z.ZodString;
@@ -2527,15 +2527,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2527
2527
  }>, "many">>;
2528
2528
  }, "strip", z.ZodTypeAny, {
2529
2529
  type: string;
2530
- username?: string | undefined;
2531
2530
  text?: string | undefined;
2532
- reactions?: {
2533
- name: string;
2534
- count: number;
2535
- users: string[];
2536
- }[] | undefined;
2537
- ts?: string | undefined;
2538
2531
  user?: string | undefined;
2532
+ ts?: string | undefined;
2533
+ username?: string | undefined;
2539
2534
  attachments?: unknown[] | undefined;
2540
2535
  blocks?: unknown[] | undefined;
2541
2536
  thread_ts?: string | undefined;
@@ -2550,6 +2545,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2550
2545
  reply_users?: string[] | undefined;
2551
2546
  is_locked?: boolean | undefined;
2552
2547
  subscribed?: boolean | undefined;
2548
+ reactions?: {
2549
+ name: string;
2550
+ users: string[];
2551
+ count: number;
2552
+ }[] | undefined;
2553
2553
  files?: {
2554
2554
  id: string;
2555
2555
  title?: string | undefined;
@@ -2569,15 +2569,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2569
2569
  }[] | undefined;
2570
2570
  }, {
2571
2571
  type: string;
2572
- username?: string | undefined;
2573
2572
  text?: string | undefined;
2574
- reactions?: {
2575
- name: string;
2576
- count: number;
2577
- users: string[];
2578
- }[] | undefined;
2579
- ts?: string | undefined;
2580
2573
  user?: string | undefined;
2574
+ ts?: string | undefined;
2575
+ username?: string | undefined;
2581
2576
  attachments?: unknown[] | undefined;
2582
2577
  blocks?: unknown[] | undefined;
2583
2578
  thread_ts?: string | undefined;
@@ -2592,6 +2587,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2592
2587
  reply_users?: string[] | undefined;
2593
2588
  is_locked?: boolean | undefined;
2594
2589
  subscribed?: boolean | undefined;
2590
+ reactions?: {
2591
+ name: string;
2592
+ users: string[];
2593
+ count: number;
2594
+ }[] | undefined;
2595
2595
  files?: {
2596
2596
  id: string;
2597
2597
  title?: string | undefined;
@@ -2621,21 +2621,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2621
2621
  error: z.ZodString;
2622
2622
  success: z.ZodBoolean;
2623
2623
  }, "strip", z.ZodTypeAny, {
2624
- success: boolean;
2625
2624
  error: string;
2625
+ success: boolean;
2626
2626
  operation: "get_conversation_history";
2627
2627
  ok: boolean;
2628
+ response_metadata?: {
2629
+ next_cursor: string;
2630
+ } | undefined;
2628
2631
  messages?: {
2629
2632
  type: string;
2630
- username?: string | undefined;
2631
2633
  text?: string | undefined;
2632
- reactions?: {
2633
- name: string;
2634
- count: number;
2635
- users: string[];
2636
- }[] | undefined;
2637
- ts?: string | undefined;
2638
2634
  user?: string | undefined;
2635
+ ts?: string | undefined;
2636
+ username?: string | undefined;
2639
2637
  attachments?: unknown[] | undefined;
2640
2638
  blocks?: unknown[] | undefined;
2641
2639
  thread_ts?: string | undefined;
@@ -2650,6 +2648,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2650
2648
  reply_users?: string[] | undefined;
2651
2649
  is_locked?: boolean | undefined;
2652
2650
  subscribed?: boolean | undefined;
2651
+ reactions?: {
2652
+ name: string;
2653
+ users: string[];
2654
+ count: number;
2655
+ }[] | undefined;
2653
2656
  files?: {
2654
2657
  id: string;
2655
2658
  title?: string | undefined;
@@ -2668,26 +2671,21 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2668
2671
  permalink?: string | undefined;
2669
2672
  }[] | undefined;
2670
2673
  }[] | undefined;
2671
- response_metadata?: {
2672
- next_cursor: string;
2673
- } | undefined;
2674
2674
  has_more?: boolean | undefined;
2675
2675
  }, {
2676
- success: boolean;
2677
2676
  error: string;
2677
+ success: boolean;
2678
2678
  operation: "get_conversation_history";
2679
2679
  ok: boolean;
2680
+ response_metadata?: {
2681
+ next_cursor: string;
2682
+ } | undefined;
2680
2683
  messages?: {
2681
2684
  type: string;
2682
- username?: string | undefined;
2683
2685
  text?: string | undefined;
2684
- reactions?: {
2685
- name: string;
2686
- count: number;
2687
- users: string[];
2688
- }[] | undefined;
2689
- ts?: string | undefined;
2690
2686
  user?: string | undefined;
2687
+ ts?: string | undefined;
2688
+ username?: string | undefined;
2691
2689
  attachments?: unknown[] | undefined;
2692
2690
  blocks?: unknown[] | undefined;
2693
2691
  thread_ts?: string | undefined;
@@ -2702,6 +2700,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2702
2700
  reply_users?: string[] | undefined;
2703
2701
  is_locked?: boolean | undefined;
2704
2702
  subscribed?: boolean | undefined;
2703
+ reactions?: {
2704
+ name: string;
2705
+ users: string[];
2706
+ count: number;
2707
+ }[] | undefined;
2705
2708
  files?: {
2706
2709
  id: string;
2707
2710
  title?: string | undefined;
@@ -2720,9 +2723,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2720
2723
  permalink?: string | undefined;
2721
2724
  }[] | undefined;
2722
2725
  }[] | undefined;
2723
- response_metadata?: {
2724
- next_cursor: string;
2725
- } | undefined;
2726
2726
  has_more?: boolean | undefined;
2727
2727
  }>, z.ZodObject<{
2728
2728
  operation: z.ZodLiteral<"get_thread_replies">;
@@ -2757,12 +2757,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2757
2757
  count: z.ZodNumber;
2758
2758
  }, "strip", z.ZodTypeAny, {
2759
2759
  name: string;
2760
- count: number;
2761
2760
  users: string[];
2761
+ count: number;
2762
2762
  }, {
2763
2763
  name: string;
2764
- count: number;
2765
2764
  users: string[];
2765
+ count: number;
2766
2766
  }>, "many">>;
2767
2767
  files: z.ZodOptional<z.ZodArray<z.ZodObject<{
2768
2768
  id: z.ZodString;
@@ -2815,15 +2815,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2815
2815
  }>, "many">>;
2816
2816
  }, "strip", z.ZodTypeAny, {
2817
2817
  type: string;
2818
- username?: string | undefined;
2819
2818
  text?: string | undefined;
2820
- reactions?: {
2821
- name: string;
2822
- count: number;
2823
- users: string[];
2824
- }[] | undefined;
2825
- ts?: string | undefined;
2826
2819
  user?: string | undefined;
2820
+ ts?: string | undefined;
2821
+ username?: string | undefined;
2827
2822
  attachments?: unknown[] | undefined;
2828
2823
  blocks?: unknown[] | undefined;
2829
2824
  thread_ts?: string | undefined;
@@ -2838,6 +2833,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2838
2833
  reply_users?: string[] | undefined;
2839
2834
  is_locked?: boolean | undefined;
2840
2835
  subscribed?: boolean | undefined;
2836
+ reactions?: {
2837
+ name: string;
2838
+ users: string[];
2839
+ count: number;
2840
+ }[] | undefined;
2841
2841
  files?: {
2842
2842
  id: string;
2843
2843
  title?: string | undefined;
@@ -2857,15 +2857,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2857
2857
  }[] | undefined;
2858
2858
  }, {
2859
2859
  type: string;
2860
- username?: string | undefined;
2861
2860
  text?: string | undefined;
2862
- reactions?: {
2863
- name: string;
2864
- count: number;
2865
- users: string[];
2866
- }[] | undefined;
2867
- ts?: string | undefined;
2868
2861
  user?: string | undefined;
2862
+ ts?: string | undefined;
2863
+ username?: string | undefined;
2869
2864
  attachments?: unknown[] | undefined;
2870
2865
  blocks?: unknown[] | undefined;
2871
2866
  thread_ts?: string | undefined;
@@ -2880,6 +2875,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2880
2875
  reply_users?: string[] | undefined;
2881
2876
  is_locked?: boolean | undefined;
2882
2877
  subscribed?: boolean | undefined;
2878
+ reactions?: {
2879
+ name: string;
2880
+ users: string[];
2881
+ count: number;
2882
+ }[] | undefined;
2883
2883
  files?: {
2884
2884
  id: string;
2885
2885
  title?: string | undefined;
@@ -2909,21 +2909,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2909
2909
  error: z.ZodString;
2910
2910
  success: z.ZodBoolean;
2911
2911
  }, "strip", z.ZodTypeAny, {
2912
- success: boolean;
2913
2912
  error: string;
2913
+ success: boolean;
2914
2914
  operation: "get_thread_replies";
2915
2915
  ok: boolean;
2916
+ response_metadata?: {
2917
+ next_cursor: string;
2918
+ } | undefined;
2916
2919
  messages?: {
2917
2920
  type: string;
2918
- username?: string | undefined;
2919
2921
  text?: string | undefined;
2920
- reactions?: {
2921
- name: string;
2922
- count: number;
2923
- users: string[];
2924
- }[] | undefined;
2925
- ts?: string | undefined;
2926
2922
  user?: string | undefined;
2923
+ ts?: string | undefined;
2924
+ username?: string | undefined;
2927
2925
  attachments?: unknown[] | undefined;
2928
2926
  blocks?: unknown[] | undefined;
2929
2927
  thread_ts?: string | undefined;
@@ -2938,6 +2936,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2938
2936
  reply_users?: string[] | undefined;
2939
2937
  is_locked?: boolean | undefined;
2940
2938
  subscribed?: boolean | undefined;
2939
+ reactions?: {
2940
+ name: string;
2941
+ users: string[];
2942
+ count: number;
2943
+ }[] | undefined;
2941
2944
  files?: {
2942
2945
  id: string;
2943
2946
  title?: string | undefined;
@@ -2956,26 +2959,21 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2956
2959
  permalink?: string | undefined;
2957
2960
  }[] | undefined;
2958
2961
  }[] | undefined;
2959
- response_metadata?: {
2960
- next_cursor: string;
2961
- } | undefined;
2962
2962
  has_more?: boolean | undefined;
2963
2963
  }, {
2964
- success: boolean;
2965
2964
  error: string;
2965
+ success: boolean;
2966
2966
  operation: "get_thread_replies";
2967
2967
  ok: boolean;
2968
+ response_metadata?: {
2969
+ next_cursor: string;
2970
+ } | undefined;
2968
2971
  messages?: {
2969
2972
  type: string;
2970
- username?: string | undefined;
2971
2973
  text?: string | undefined;
2972
- reactions?: {
2973
- name: string;
2974
- count: number;
2975
- users: string[];
2976
- }[] | undefined;
2977
- ts?: string | undefined;
2978
2974
  user?: string | undefined;
2975
+ ts?: string | undefined;
2976
+ username?: string | undefined;
2979
2977
  attachments?: unknown[] | undefined;
2980
2978
  blocks?: unknown[] | undefined;
2981
2979
  thread_ts?: string | undefined;
@@ -2990,6 +2988,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2990
2988
  reply_users?: string[] | undefined;
2991
2989
  is_locked?: boolean | undefined;
2992
2990
  subscribed?: boolean | undefined;
2991
+ reactions?: {
2992
+ name: string;
2993
+ users: string[];
2994
+ count: number;
2995
+ }[] | undefined;
2993
2996
  files?: {
2994
2997
  id: string;
2995
2998
  title?: string | undefined;
@@ -3008,9 +3011,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3008
3011
  permalink?: string | undefined;
3009
3012
  }[] | undefined;
3010
3013
  }[] | undefined;
3011
- response_metadata?: {
3012
- next_cursor: string;
3013
- } | undefined;
3014
3014
  has_more?: boolean | undefined;
3015
3015
  }>, z.ZodObject<{
3016
3016
  operation: z.ZodLiteral<"update_message">;
@@ -3048,12 +3048,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3048
3048
  count: z.ZodNumber;
3049
3049
  }, "strip", z.ZodTypeAny, {
3050
3050
  name: string;
3051
- count: number;
3052
3051
  users: string[];
3052
+ count: number;
3053
3053
  }, {
3054
3054
  name: string;
3055
- count: number;
3056
3055
  users: string[];
3056
+ count: number;
3057
3057
  }>, "many">>;
3058
3058
  files: z.ZodOptional<z.ZodArray<z.ZodObject<{
3059
3059
  id: z.ZodString;
@@ -3106,15 +3106,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3106
3106
  }>, "many">>;
3107
3107
  }, "strip", z.ZodTypeAny, {
3108
3108
  type: string;
3109
- username?: string | undefined;
3110
3109
  text?: string | undefined;
3111
- reactions?: {
3112
- name: string;
3113
- count: number;
3114
- users: string[];
3115
- }[] | undefined;
3116
- ts?: string | undefined;
3117
3110
  user?: string | undefined;
3111
+ ts?: string | undefined;
3112
+ username?: string | undefined;
3118
3113
  attachments?: unknown[] | undefined;
3119
3114
  blocks?: unknown[] | undefined;
3120
3115
  thread_ts?: string | undefined;
@@ -3129,6 +3124,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3129
3124
  reply_users?: string[] | undefined;
3130
3125
  is_locked?: boolean | undefined;
3131
3126
  subscribed?: boolean | undefined;
3127
+ reactions?: {
3128
+ name: string;
3129
+ users: string[];
3130
+ count: number;
3131
+ }[] | undefined;
3132
3132
  files?: {
3133
3133
  id: string;
3134
3134
  title?: string | undefined;
@@ -3148,15 +3148,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3148
3148
  }[] | undefined;
3149
3149
  }, {
3150
3150
  type: string;
3151
- username?: string | undefined;
3152
3151
  text?: string | undefined;
3153
- reactions?: {
3154
- name: string;
3155
- count: number;
3156
- users: string[];
3157
- }[] | undefined;
3158
- ts?: string | undefined;
3159
3152
  user?: string | undefined;
3153
+ ts?: string | undefined;
3154
+ username?: string | undefined;
3160
3155
  attachments?: unknown[] | undefined;
3161
3156
  blocks?: unknown[] | undefined;
3162
3157
  thread_ts?: string | undefined;
@@ -3171,6 +3166,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3171
3166
  reply_users?: string[] | undefined;
3172
3167
  is_locked?: boolean | undefined;
3173
3168
  subscribed?: boolean | undefined;
3169
+ reactions?: {
3170
+ name: string;
3171
+ users: string[];
3172
+ count: number;
3173
+ }[] | undefined;
3174
3174
  files?: {
3175
3175
  id: string;
3176
3176
  title?: string | undefined;
@@ -3192,21 +3192,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3192
3192
  error: z.ZodString;
3193
3193
  success: z.ZodBoolean;
3194
3194
  }, "strip", z.ZodTypeAny, {
3195
- success: boolean;
3196
3195
  error: string;
3196
+ success: boolean;
3197
3197
  operation: "update_message";
3198
3198
  ok: boolean;
3199
3199
  message?: {
3200
3200
  type: string;
3201
- username?: string | undefined;
3202
3201
  text?: string | undefined;
3203
- reactions?: {
3204
- name: string;
3205
- count: number;
3206
- users: string[];
3207
- }[] | undefined;
3208
- ts?: string | undefined;
3209
3202
  user?: string | undefined;
3203
+ ts?: string | undefined;
3204
+ username?: string | undefined;
3210
3205
  attachments?: unknown[] | undefined;
3211
3206
  blocks?: unknown[] | undefined;
3212
3207
  thread_ts?: string | undefined;
@@ -3221,6 +3216,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3221
3216
  reply_users?: string[] | undefined;
3222
3217
  is_locked?: boolean | undefined;
3223
3218
  subscribed?: boolean | undefined;
3219
+ reactions?: {
3220
+ name: string;
3221
+ users: string[];
3222
+ count: number;
3223
+ }[] | undefined;
3224
3224
  files?: {
3225
3225
  id: string;
3226
3226
  title?: string | undefined;
@@ -3243,21 +3243,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3243
3243
  ts?: string | undefined;
3244
3244
  channel?: string | undefined;
3245
3245
  }, {
3246
- success: boolean;
3247
3246
  error: string;
3247
+ success: boolean;
3248
3248
  operation: "update_message";
3249
3249
  ok: boolean;
3250
3250
  message?: {
3251
3251
  type: string;
3252
- username?: string | undefined;
3253
3252
  text?: string | undefined;
3254
- reactions?: {
3255
- name: string;
3256
- count: number;
3257
- users: string[];
3258
- }[] | undefined;
3259
- ts?: string | undefined;
3260
3253
  user?: string | undefined;
3254
+ ts?: string | undefined;
3255
+ username?: string | undefined;
3261
3256
  attachments?: unknown[] | undefined;
3262
3257
  blocks?: unknown[] | undefined;
3263
3258
  thread_ts?: string | undefined;
@@ -3272,6 +3267,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3272
3267
  reply_users?: string[] | undefined;
3273
3268
  is_locked?: boolean | undefined;
3274
3269
  subscribed?: boolean | undefined;
3270
+ reactions?: {
3271
+ name: string;
3272
+ users: string[];
3273
+ count: number;
3274
+ }[] | undefined;
3275
3275
  files?: {
3276
3276
  id: string;
3277
3277
  title?: string | undefined;
@@ -3301,15 +3301,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3301
3301
  error: z.ZodString;
3302
3302
  success: z.ZodBoolean;
3303
3303
  }, "strip", z.ZodTypeAny, {
3304
- success: boolean;
3305
3304
  error: string;
3305
+ success: boolean;
3306
3306
  operation: "delete_message";
3307
3307
  ok: boolean;
3308
3308
  ts?: string | undefined;
3309
3309
  channel?: string | undefined;
3310
3310
  }, {
3311
- success: boolean;
3312
3311
  error: string;
3312
+ success: boolean;
3313
3313
  operation: "delete_message";
3314
3314
  ok: boolean;
3315
3315
  ts?: string | undefined;
@@ -3320,13 +3320,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3320
3320
  error: z.ZodString;
3321
3321
  success: z.ZodBoolean;
3322
3322
  }, "strip", z.ZodTypeAny, {
3323
- success: boolean;
3324
3323
  error: string;
3324
+ success: boolean;
3325
3325
  operation: "add_reaction";
3326
3326
  ok: boolean;
3327
3327
  }, {
3328
- success: boolean;
3329
3328
  error: string;
3329
+ success: boolean;
3330
3330
  operation: "add_reaction";
3331
3331
  ok: boolean;
3332
3332
  }>, z.ZodObject<{
@@ -3335,13 +3335,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3335
3335
  error: z.ZodString;
3336
3336
  success: z.ZodBoolean;
3337
3337
  }, "strip", z.ZodTypeAny, {
3338
- success: boolean;
3339
3338
  error: string;
3339
+ success: boolean;
3340
3340
  operation: "remove_reaction";
3341
3341
  ok: boolean;
3342
3342
  }, {
3343
- success: boolean;
3344
3343
  error: string;
3344
+ success: boolean;
3345
3345
  operation: "remove_reaction";
3346
3346
  ok: boolean;
3347
3347
  }>, z.ZodObject<{
@@ -3401,11 +3401,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3401
3401
  id: string;
3402
3402
  created: number;
3403
3403
  is_archived: boolean;
3404
- is_private?: boolean | undefined;
3405
3404
  is_channel?: boolean | undefined;
3406
3405
  is_group?: boolean | undefined;
3407
3406
  is_im?: boolean | undefined;
3408
3407
  is_mpim?: boolean | undefined;
3408
+ is_private?: boolean | undefined;
3409
3409
  is_general?: boolean | undefined;
3410
3410
  unlinked?: number | undefined;
3411
3411
  name_normalized?: string | undefined;
@@ -3434,11 +3434,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3434
3434
  id: string;
3435
3435
  created: number;
3436
3436
  is_archived: boolean;
3437
- is_private?: boolean | undefined;
3438
3437
  is_channel?: boolean | undefined;
3439
3438
  is_group?: boolean | undefined;
3440
3439
  is_im?: boolean | undefined;
3441
3440
  is_mpim?: boolean | undefined;
3441
+ is_private?: boolean | undefined;
3442
3442
  is_general?: boolean | undefined;
3443
3443
  unlinked?: number | undefined;
3444
3444
  name_normalized?: string | undefined;
@@ -3467,8 +3467,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3467
3467
  error: z.ZodString;
3468
3468
  success: z.ZodBoolean;
3469
3469
  }, "strip", z.ZodTypeAny, {
3470
- success: boolean;
3471
3470
  error: string;
3471
+ success: boolean;
3472
3472
  operation: "join_channel";
3473
3473
  ok: boolean;
3474
3474
  channel?: {
@@ -3476,11 +3476,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3476
3476
  id: string;
3477
3477
  created: number;
3478
3478
  is_archived: boolean;
3479
- is_private?: boolean | undefined;
3480
3479
  is_channel?: boolean | undefined;
3481
3480
  is_group?: boolean | undefined;
3482
3481
  is_im?: boolean | undefined;
3483
3482
  is_mpim?: boolean | undefined;
3483
+ is_private?: boolean | undefined;
3484
3484
  is_general?: boolean | undefined;
3485
3485
  unlinked?: number | undefined;
3486
3486
  name_normalized?: string | undefined;
@@ -3507,8 +3507,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3507
3507
  } | undefined;
3508
3508
  already_in_channel?: boolean | undefined;
3509
3509
  }, {
3510
- success: boolean;
3511
3510
  error: string;
3511
+ success: boolean;
3512
3512
  operation: "join_channel";
3513
3513
  ok: boolean;
3514
3514
  channel?: {
@@ -3516,11 +3516,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3516
3516
  id: string;
3517
3517
  created: number;
3518
3518
  is_archived: boolean;
3519
- is_private?: boolean | undefined;
3520
3519
  is_channel?: boolean | undefined;
3521
3520
  is_group?: boolean | undefined;
3522
3521
  is_im?: boolean | undefined;
3523
3522
  is_mpim?: boolean | undefined;
3523
+ is_private?: boolean | undefined;
3524
3524
  is_general?: boolean | undefined;
3525
3525
  unlinked?: number | undefined;
3526
3526
  name_normalized?: string | undefined;
@@ -3618,7 +3618,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3618
3618
  channel_name: string;
3619
3619
  }>, "many">>>;
3620
3620
  }, "strip", z.ZodTypeAny, {
3621
- private?: Record<string, {
3621
+ public?: Record<string, {
3622
3622
  ts: string;
3623
3623
  team_id: string;
3624
3624
  reply_count: number;
@@ -3626,7 +3626,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3626
3626
  reply_users: string[];
3627
3627
  channel_name: string;
3628
3628
  }[]> | undefined;
3629
- public?: Record<string, {
3629
+ private?: Record<string, {
3630
3630
  ts: string;
3631
3631
  team_id: string;
3632
3632
  reply_count: number;
@@ -3635,7 +3635,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3635
3635
  channel_name: string;
3636
3636
  }[]> | undefined;
3637
3637
  }, {
3638
- private?: Record<string, {
3638
+ public?: Record<string, {
3639
3639
  ts: string;
3640
3640
  team_id: string;
3641
3641
  reply_count: number;
@@ -3643,7 +3643,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3643
3643
  reply_users: string[];
3644
3644
  channel_name: string;
3645
3645
  }[]> | undefined;
3646
- public?: Record<string, {
3646
+ private?: Record<string, {
3647
3647
  ts: string;
3648
3648
  team_id: string;
3649
3649
  reply_count: number;
@@ -3659,9 +3659,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3659
3659
  }, "strip", z.ZodTypeAny, {
3660
3660
  name: string;
3661
3661
  id: string;
3662
+ user: string;
3662
3663
  username: string;
3663
3664
  timestamp: number;
3664
- user: string;
3665
3665
  created: number;
3666
3666
  mimetype: string;
3667
3667
  filetype: string;
@@ -3678,8 +3678,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3678
3678
  public_url_shared: boolean;
3679
3679
  display_as_bot: boolean;
3680
3680
  title?: string | undefined;
3681
+ channels?: string[] | undefined;
3682
+ permalink_public?: string | undefined;
3681
3683
  shares?: {
3682
- private?: Record<string, {
3684
+ public?: Record<string, {
3683
3685
  ts: string;
3684
3686
  team_id: string;
3685
3687
  reply_count: number;
@@ -3687,7 +3689,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3687
3689
  reply_users: string[];
3688
3690
  channel_name: string;
3689
3691
  }[]> | undefined;
3690
- public?: Record<string, {
3692
+ private?: Record<string, {
3691
3693
  ts: string;
3692
3694
  team_id: string;
3693
3695
  reply_count: number;
@@ -3696,17 +3698,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3696
3698
  channel_name: string;
3697
3699
  }[]> | undefined;
3698
3700
  } | undefined;
3699
- channels?: string[] | undefined;
3700
- permalink_public?: string | undefined;
3701
3701
  groups?: string[] | undefined;
3702
3702
  ims?: string[] | undefined;
3703
3703
  has_rich_preview?: boolean | undefined;
3704
3704
  }, {
3705
3705
  name: string;
3706
3706
  id: string;
3707
+ user: string;
3707
3708
  username: string;
3708
3709
  timestamp: number;
3709
- user: string;
3710
3710
  created: number;
3711
3711
  mimetype: string;
3712
3712
  filetype: string;
@@ -3723,8 +3723,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3723
3723
  public_url_shared: boolean;
3724
3724
  display_as_bot: boolean;
3725
3725
  title?: string | undefined;
3726
+ channels?: string[] | undefined;
3727
+ permalink_public?: string | undefined;
3726
3728
  shares?: {
3727
- private?: Record<string, {
3729
+ public?: Record<string, {
3728
3730
  ts: string;
3729
3731
  team_id: string;
3730
3732
  reply_count: number;
@@ -3732,7 +3734,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3732
3734
  reply_users: string[];
3733
3735
  channel_name: string;
3734
3736
  }[]> | undefined;
3735
- public?: Record<string, {
3737
+ private?: Record<string, {
3736
3738
  ts: string;
3737
3739
  team_id: string;
3738
3740
  reply_count: number;
@@ -3741,8 +3743,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3741
3743
  channel_name: string;
3742
3744
  }[]> | undefined;
3743
3745
  } | undefined;
3744
- channels?: string[] | undefined;
3745
- permalink_public?: string | undefined;
3746
3746
  groups?: string[] | undefined;
3747
3747
  ims?: string[] | undefined;
3748
3748
  has_rich_preview?: boolean | undefined;
@@ -3750,16 +3750,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3750
3750
  error: z.ZodString;
3751
3751
  success: z.ZodBoolean;
3752
3752
  }, "strip", z.ZodTypeAny, {
3753
- success: boolean;
3754
3753
  error: string;
3754
+ success: boolean;
3755
3755
  operation: "upload_file";
3756
3756
  ok: boolean;
3757
3757
  file?: {
3758
3758
  name: string;
3759
3759
  id: string;
3760
+ user: string;
3760
3761
  username: string;
3761
3762
  timestamp: number;
3762
- user: string;
3763
3763
  created: number;
3764
3764
  mimetype: string;
3765
3765
  filetype: string;
@@ -3776,8 +3776,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3776
3776
  public_url_shared: boolean;
3777
3777
  display_as_bot: boolean;
3778
3778
  title?: string | undefined;
3779
+ channels?: string[] | undefined;
3780
+ permalink_public?: string | undefined;
3779
3781
  shares?: {
3780
- private?: Record<string, {
3782
+ public?: Record<string, {
3781
3783
  ts: string;
3782
3784
  team_id: string;
3783
3785
  reply_count: number;
@@ -3785,7 +3787,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3785
3787
  reply_users: string[];
3786
3788
  channel_name: string;
3787
3789
  }[]> | undefined;
3788
- public?: Record<string, {
3790
+ private?: Record<string, {
3789
3791
  ts: string;
3790
3792
  team_id: string;
3791
3793
  reply_count: number;
@@ -3794,23 +3796,21 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3794
3796
  channel_name: string;
3795
3797
  }[]> | undefined;
3796
3798
  } | undefined;
3797
- channels?: string[] | undefined;
3798
- permalink_public?: string | undefined;
3799
3799
  groups?: string[] | undefined;
3800
3800
  ims?: string[] | undefined;
3801
3801
  has_rich_preview?: boolean | undefined;
3802
3802
  } | undefined;
3803
3803
  }, {
3804
- success: boolean;
3805
3804
  error: string;
3805
+ success: boolean;
3806
3806
  operation: "upload_file";
3807
3807
  ok: boolean;
3808
3808
  file?: {
3809
3809
  name: string;
3810
3810
  id: string;
3811
+ user: string;
3811
3812
  username: string;
3812
3813
  timestamp: number;
3813
- user: string;
3814
3814
  created: number;
3815
3815
  mimetype: string;
3816
3816
  filetype: string;
@@ -3827,8 +3827,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3827
3827
  public_url_shared: boolean;
3828
3828
  display_as_bot: boolean;
3829
3829
  title?: string | undefined;
3830
+ channels?: string[] | undefined;
3831
+ permalink_public?: string | undefined;
3830
3832
  shares?: {
3831
- private?: Record<string, {
3833
+ public?: Record<string, {
3832
3834
  ts: string;
3833
3835
  team_id: string;
3834
3836
  reply_count: number;
@@ -3836,7 +3838,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3836
3838
  reply_users: string[];
3837
3839
  channel_name: string;
3838
3840
  }[]> | undefined;
3839
- public?: Record<string, {
3841
+ private?: Record<string, {
3840
3842
  ts: string;
3841
3843
  team_id: string;
3842
3844
  reply_count: number;
@@ -3845,8 +3847,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3845
3847
  channel_name: string;
3846
3848
  }[]> | undefined;
3847
3849
  } | undefined;
3848
- channels?: string[] | undefined;
3849
- permalink_public?: string | undefined;
3850
3850
  groups?: string[] | undefined;
3851
3851
  ims?: string[] | undefined;
3852
3852
  has_rich_preview?: boolean | undefined;
@@ -3860,16 +3860,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3860
3860
  error: z.ZodString;
3861
3861
  success: z.ZodBoolean;
3862
3862
  }, "strip", z.ZodTypeAny, {
3863
- success: boolean;
3864
3863
  error: string;
3864
+ success: boolean;
3865
3865
  operation: "schedule_message";
3866
3866
  ok: boolean;
3867
3867
  channel?: string | undefined;
3868
3868
  post_at?: number | undefined;
3869
3869
  scheduled_message_id?: string | undefined;
3870
3870
  }, {
3871
- success: boolean;
3872
3871
  error: string;
3872
+ success: boolean;
3873
3873
  operation: "schedule_message";
3874
3874
  ok: boolean;
3875
3875
  channel?: string | undefined;
@@ -3930,8 +3930,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3930
3930
  error: z.ZodString;
3931
3931
  success: z.ZodBoolean;
3932
3932
  }, "strip", z.ZodTypeAny, {
3933
- success: boolean;
3934
3933
  error: string;
3934
+ success: boolean;
3935
3935
  operation: "get_file_info";
3936
3936
  ok: boolean;
3937
3937
  file?: {
@@ -3952,8 +3952,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3952
3952
  permalink?: string | undefined;
3953
3953
  } | undefined;
3954
3954
  }, {
3955
- success: boolean;
3956
3955
  error: string;
3956
+ success: boolean;
3957
3957
  operation: "get_file_info";
3958
3958
  ok: boolean;
3959
3959
  file?: {
@@ -3983,8 +3983,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3983
3983
  error: z.ZodString;
3984
3984
  success: z.ZodBoolean;
3985
3985
  }, "strip", z.ZodTypeAny, {
3986
- success: boolean;
3987
3986
  error: string;
3987
+ success: boolean;
3988
3988
  operation: "download_file";
3989
3989
  ok: boolean;
3990
3990
  content?: string | undefined;
@@ -3992,8 +3992,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3992
3992
  mimetype?: string | undefined;
3993
3993
  size?: number | undefined;
3994
3994
  }, {
3995
- success: boolean;
3996
3995
  error: string;
3996
+ success: boolean;
3997
3997
  operation: "download_file";
3998
3998
  ok: boolean;
3999
3999
  content?: string | undefined;
@@ -4052,7 +4052,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4052
4052
  title?: string | undefined;
4053
4053
  text?: string | undefined;
4054
4054
  image_url?: string | undefined;
4055
- ts?: number | undefined;
4056
4055
  fields?: {
4057
4056
  value: string;
4058
4057
  title: string;
@@ -4067,11 +4066,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4067
4066
  thumb_url?: string | undefined;
4068
4067
  footer?: string | undefined;
4069
4068
  footer_icon?: string | undefined;
4069
+ ts?: number | undefined;
4070
4070
  }, {
4071
4071
  title?: string | undefined;
4072
4072
  text?: string | undefined;
4073
4073
  image_url?: string | undefined;
4074
- ts?: number | undefined;
4075
4074
  fields?: {
4076
4075
  value: string;
4077
4076
  title: string;
@@ -4086,6 +4085,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4086
4085
  thumb_url?: string | undefined;
4087
4086
  footer?: string | undefined;
4088
4087
  footer_icon?: string | undefined;
4088
+ ts?: number | undefined;
4089
4089
  }>, "many">>;
4090
4090
  blocks: z.ZodOptional<z.ZodArray<z.ZodObject<{
4091
4091
  type: z.ZodString;
@@ -4228,7 +4228,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4228
4228
  title?: string | undefined;
4229
4229
  text?: string | undefined;
4230
4230
  image_url?: string | undefined;
4231
- ts?: number | undefined;
4232
4231
  fields?: {
4233
4232
  value: string;
4234
4233
  title: string;
@@ -4243,6 +4242,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4243
4242
  thumb_url?: string | undefined;
4244
4243
  footer?: string | undefined;
4245
4244
  footer_icon?: string | undefined;
4245
+ ts?: number | undefined;
4246
4246
  }[] | undefined;
4247
4247
  blocks?: z.objectOutputType<{
4248
4248
  type: z.ZodString;
@@ -4298,7 +4298,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4298
4298
  title?: string | undefined;
4299
4299
  text?: string | undefined;
4300
4300
  image_url?: string | undefined;
4301
- ts?: number | undefined;
4302
4301
  fields?: {
4303
4302
  value: string;
4304
4303
  title: string;
@@ -4313,6 +4312,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4313
4312
  thumb_url?: string | undefined;
4314
4313
  footer?: string | undefined;
4315
4314
  footer_icon?: string | undefined;
4315
+ ts?: number | undefined;
4316
4316
  }[] | undefined;
4317
4317
  blocks?: z.objectInputType<{
4318
4318
  type: z.ZodString;
@@ -4367,18 +4367,18 @@ 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
- limit: number;
4371
- operation: "list_channels";
4372
4370
  types: ("public_channel" | "private_channel" | "mpim" | "im")[];
4371
+ operation: "list_channels";
4373
4372
  exclude_archived: boolean;
4373
+ limit: number;
4374
4374
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4375
4375
  cursor?: string | undefined;
4376
4376
  }, {
4377
4377
  operation: "list_channels";
4378
- credentials?: Partial<Record<CredentialType, string>> | undefined;
4379
- limit?: number | undefined;
4380
4378
  types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
4379
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
4381
4380
  exclude_archived?: boolean | undefined;
4381
+ limit?: number | undefined;
4382
4382
  cursor?: string | undefined;
4383
4383
  }>, z.ZodObject<{
4384
4384
  operation: z.ZodLiteral<"get_channel_info">;
@@ -4417,8 +4417,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4417
4417
  include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
4418
4418
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4419
4419
  }, "strip", z.ZodTypeAny, {
4420
- limit: number;
4421
4420
  operation: "list_users";
4421
+ limit: number;
4422
4422
  include_locale: boolean;
4423
4423
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4424
4424
  cursor?: string | undefined;
@@ -4439,22 +4439,22 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4439
4439
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4440
4440
  }, "strip", z.ZodTypeAny, {
4441
4441
  inclusive: boolean;
4442
- limit: number;
4443
4442
  operation: "get_conversation_history";
4444
4443
  channel: string;
4444
+ limit: number;
4445
4445
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4446
+ cursor?: string | undefined;
4446
4447
  latest?: string | undefined;
4447
4448
  oldest?: string | undefined;
4448
- cursor?: string | undefined;
4449
4449
  }, {
4450
4450
  operation: "get_conversation_history";
4451
4451
  channel: string;
4452
4452
  inclusive?: boolean | undefined;
4453
4453
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4454
4454
  limit?: number | undefined;
4455
+ cursor?: string | undefined;
4455
4456
  latest?: string | undefined;
4456
4457
  oldest?: string | undefined;
4457
- cursor?: string | undefined;
4458
4458
  }>, z.ZodObject<{
4459
4459
  operation: z.ZodLiteral<"get_thread_replies">;
4460
4460
  channel: z.ZodString;
@@ -4467,14 +4467,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4467
4467
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4468
4468
  }, "strip", z.ZodTypeAny, {
4469
4469
  inclusive: boolean;
4470
- limit: number;
4471
4470
  ts: string;
4472
4471
  operation: "get_thread_replies";
4473
4472
  channel: string;
4473
+ limit: number;
4474
4474
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4475
+ cursor?: string | undefined;
4475
4476
  latest?: string | undefined;
4476
4477
  oldest?: string | undefined;
4477
- cursor?: string | undefined;
4478
4478
  }, {
4479
4479
  ts: string;
4480
4480
  operation: "get_thread_replies";
@@ -4482,9 +4482,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4482
4482
  inclusive?: boolean | undefined;
4483
4483
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4484
4484
  limit?: number | undefined;
4485
+ cursor?: string | undefined;
4485
4486
  latest?: string | undefined;
4486
4487
  oldest?: string | undefined;
4487
- cursor?: string | undefined;
4488
4488
  }>, z.ZodObject<{
4489
4489
  operation: z.ZodLiteral<"update_message">;
4490
4490
  channel: z.ZodString;
@@ -4521,7 +4521,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4521
4521
  title?: string | undefined;
4522
4522
  text?: string | undefined;
4523
4523
  image_url?: string | undefined;
4524
- ts?: number | undefined;
4525
4524
  fields?: {
4526
4525
  value: string;
4527
4526
  title: string;
@@ -4536,11 +4535,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4536
4535
  thumb_url?: string | undefined;
4537
4536
  footer?: string | undefined;
4538
4537
  footer_icon?: string | undefined;
4538
+ ts?: number | undefined;
4539
4539
  }, {
4540
4540
  title?: string | undefined;
4541
4541
  text?: string | undefined;
4542
4542
  image_url?: string | undefined;
4543
- ts?: number | undefined;
4544
4543
  fields?: {
4545
4544
  value: string;
4546
4545
  title: string;
@@ -4555,6 +4554,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4555
4554
  thumb_url?: string | undefined;
4556
4555
  footer?: string | undefined;
4557
4556
  footer_icon?: string | undefined;
4557
+ ts?: number | undefined;
4558
4558
  }>, "many">>;
4559
4559
  blocks: z.ZodOptional<z.ZodArray<z.ZodObject<{
4560
4560
  type: z.ZodString;
@@ -4688,7 +4688,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4688
4688
  title?: string | undefined;
4689
4689
  text?: string | undefined;
4690
4690
  image_url?: string | undefined;
4691
- ts?: number | undefined;
4692
4691
  fields?: {
4693
4692
  value: string;
4694
4693
  title: string;
@@ -4703,6 +4702,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4703
4702
  thumb_url?: string | undefined;
4704
4703
  footer?: string | undefined;
4705
4704
  footer_icon?: string | undefined;
4705
+ ts?: number | undefined;
4706
4706
  }[] | undefined;
4707
4707
  blocks?: z.objectOutputType<{
4708
4708
  type: z.ZodString;
@@ -4755,7 +4755,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4755
4755
  title?: string | undefined;
4756
4756
  text?: string | undefined;
4757
4757
  image_url?: string | undefined;
4758
- ts?: number | undefined;
4759
4758
  fields?: {
4760
4759
  value: string;
4761
4760
  title: string;
@@ -4770,6 +4769,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4770
4769
  thumb_url?: string | undefined;
4771
4770
  footer?: string | undefined;
4772
4771
  footer_icon?: string | undefined;
4772
+ ts?: number | undefined;
4773
4773
  }[] | undefined;
4774
4774
  blocks?: z.objectInputType<{
4775
4775
  type: z.ZodString;
@@ -4835,15 +4835,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4835
4835
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4836
4836
  }, "strip", z.ZodTypeAny, {
4837
4837
  name: string;
4838
- timestamp: string;
4839
4838
  operation: "add_reaction";
4840
4839
  channel: string;
4840
+ timestamp: string;
4841
4841
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4842
4842
  }, {
4843
4843
  name: string;
4844
- timestamp: string;
4845
4844
  operation: "add_reaction";
4846
4845
  channel: string;
4846
+ timestamp: string;
4847
4847
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4848
4848
  }>, z.ZodObject<{
4849
4849
  operation: z.ZodLiteral<"remove_reaction">;
@@ -4853,15 +4853,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4853
4853
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4854
4854
  }, "strip", z.ZodTypeAny, {
4855
4855
  name: string;
4856
- timestamp: string;
4857
4856
  operation: "remove_reaction";
4858
4857
  channel: string;
4858
+ timestamp: string;
4859
4859
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4860
4860
  }, {
4861
4861
  name: string;
4862
- timestamp: string;
4863
4862
  operation: "remove_reaction";
4864
4863
  channel: string;
4864
+ timestamp: string;
4865
4865
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4866
4866
  }>, z.ZodObject<{
4867
4867
  operation: z.ZodLiteral<"join_channel">;
@@ -5195,12 +5195,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5195
5195
  count: z.ZodNumber;
5196
5196
  }, "strip", z.ZodTypeAny, {
5197
5197
  name: string;
5198
- count: number;
5199
5198
  users: string[];
5199
+ count: number;
5200
5200
  }, {
5201
5201
  name: string;
5202
- count: number;
5203
5202
  users: string[];
5203
+ count: number;
5204
5204
  }>, "many">>;
5205
5205
  files: z.ZodOptional<z.ZodArray<z.ZodObject<{
5206
5206
  id: z.ZodString;
@@ -5253,15 +5253,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5253
5253
  }>, "many">>;
5254
5254
  }, "strip", z.ZodTypeAny, {
5255
5255
  type: string;
5256
- username?: string | undefined;
5257
5256
  text?: string | undefined;
5258
- reactions?: {
5259
- name: string;
5260
- count: number;
5261
- users: string[];
5262
- }[] | undefined;
5263
- ts?: string | undefined;
5264
5257
  user?: string | undefined;
5258
+ ts?: string | undefined;
5259
+ username?: string | undefined;
5265
5260
  attachments?: unknown[] | undefined;
5266
5261
  blocks?: unknown[] | undefined;
5267
5262
  thread_ts?: string | undefined;
@@ -5276,6 +5271,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5276
5271
  reply_users?: string[] | undefined;
5277
5272
  is_locked?: boolean | undefined;
5278
5273
  subscribed?: boolean | undefined;
5274
+ reactions?: {
5275
+ name: string;
5276
+ users: string[];
5277
+ count: number;
5278
+ }[] | undefined;
5279
5279
  files?: {
5280
5280
  id: string;
5281
5281
  title?: string | undefined;
@@ -5295,15 +5295,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5295
5295
  }[] | undefined;
5296
5296
  }, {
5297
5297
  type: string;
5298
- username?: string | undefined;
5299
5298
  text?: string | undefined;
5300
- reactions?: {
5301
- name: string;
5302
- count: number;
5303
- users: string[];
5304
- }[] | undefined;
5305
- ts?: string | undefined;
5306
5299
  user?: string | undefined;
5300
+ ts?: string | undefined;
5301
+ username?: string | undefined;
5307
5302
  attachments?: unknown[] | undefined;
5308
5303
  blocks?: unknown[] | undefined;
5309
5304
  thread_ts?: string | undefined;
@@ -5318,6 +5313,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5318
5313
  reply_users?: string[] | undefined;
5319
5314
  is_locked?: boolean | undefined;
5320
5315
  subscribed?: boolean | undefined;
5316
+ reactions?: {
5317
+ name: string;
5318
+ users: string[];
5319
+ count: number;
5320
+ }[] | undefined;
5321
5321
  files?: {
5322
5322
  id: string;
5323
5323
  title?: string | undefined;
@@ -5339,21 +5339,16 @@ 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
- success: boolean;
5343
5342
  error: string;
5343
+ success: boolean;
5344
5344
  operation: "send_message";
5345
5345
  ok: boolean;
5346
5346
  message?: {
5347
5347
  type: string;
5348
- username?: string | undefined;
5349
5348
  text?: string | undefined;
5350
- reactions?: {
5351
- name: string;
5352
- count: number;
5353
- users: string[];
5354
- }[] | undefined;
5355
- ts?: string | undefined;
5356
5349
  user?: string | undefined;
5350
+ ts?: string | undefined;
5351
+ username?: string | undefined;
5357
5352
  attachments?: unknown[] | undefined;
5358
5353
  blocks?: unknown[] | undefined;
5359
5354
  thread_ts?: string | undefined;
@@ -5368,6 +5363,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5368
5363
  reply_users?: string[] | undefined;
5369
5364
  is_locked?: boolean | undefined;
5370
5365
  subscribed?: boolean | undefined;
5366
+ reactions?: {
5367
+ name: string;
5368
+ users: string[];
5369
+ count: number;
5370
+ }[] | undefined;
5371
5371
  files?: {
5372
5372
  id: string;
5373
5373
  title?: string | undefined;
@@ -5389,21 +5389,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5389
5389
  ts?: string | undefined;
5390
5390
  channel?: string | undefined;
5391
5391
  }, {
5392
- success: boolean;
5393
5392
  error: string;
5393
+ success: boolean;
5394
5394
  operation: "send_message";
5395
5395
  ok: boolean;
5396
5396
  message?: {
5397
5397
  type: string;
5398
- username?: string | undefined;
5399
5398
  text?: string | undefined;
5400
- reactions?: {
5401
- name: string;
5402
- count: number;
5403
- users: string[];
5404
- }[] | undefined;
5405
- ts?: string | undefined;
5406
5399
  user?: string | undefined;
5400
+ ts?: string | undefined;
5401
+ username?: string | undefined;
5407
5402
  attachments?: unknown[] | undefined;
5408
5403
  blocks?: unknown[] | undefined;
5409
5404
  thread_ts?: string | undefined;
@@ -5418,6 +5413,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5418
5413
  reply_users?: string[] | undefined;
5419
5414
  is_locked?: boolean | undefined;
5420
5415
  subscribed?: boolean | undefined;
5416
+ reactions?: {
5417
+ name: string;
5418
+ users: string[];
5419
+ count: number;
5420
+ }[] | undefined;
5421
5421
  files?: {
5422
5422
  id: string;
5423
5423
  title?: string | undefined;
@@ -5495,11 +5495,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5495
5495
  id: string;
5496
5496
  created: number;
5497
5497
  is_archived: boolean;
5498
- is_private?: boolean | undefined;
5499
5498
  is_channel?: boolean | undefined;
5500
5499
  is_group?: boolean | undefined;
5501
5500
  is_im?: boolean | undefined;
5502
5501
  is_mpim?: boolean | undefined;
5502
+ is_private?: boolean | undefined;
5503
5503
  is_general?: boolean | undefined;
5504
5504
  unlinked?: number | undefined;
5505
5505
  name_normalized?: string | undefined;
@@ -5528,11 +5528,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5528
5528
  id: string;
5529
5529
  created: number;
5530
5530
  is_archived: boolean;
5531
- is_private?: boolean | undefined;
5532
5531
  is_channel?: boolean | undefined;
5533
5532
  is_group?: boolean | undefined;
5534
5533
  is_im?: boolean | undefined;
5535
5534
  is_mpim?: boolean | undefined;
5535
+ is_private?: boolean | undefined;
5536
5536
  is_general?: boolean | undefined;
5537
5537
  unlinked?: number | undefined;
5538
5538
  name_normalized?: string | undefined;
@@ -5567,8 +5567,8 @@ 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
- success: boolean;
5571
5570
  error: string;
5571
+ success: boolean;
5572
5572
  operation: "list_channels";
5573
5573
  ok: boolean;
5574
5574
  response_metadata?: {
@@ -5579,11 +5579,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5579
5579
  id: string;
5580
5580
  created: number;
5581
5581
  is_archived: boolean;
5582
- is_private?: boolean | undefined;
5583
5582
  is_channel?: boolean | undefined;
5584
5583
  is_group?: boolean | undefined;
5585
5584
  is_im?: boolean | undefined;
5586
5585
  is_mpim?: boolean | undefined;
5586
+ is_private?: boolean | undefined;
5587
5587
  is_general?: boolean | undefined;
5588
5588
  unlinked?: number | undefined;
5589
5589
  name_normalized?: string | undefined;
@@ -5609,8 +5609,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5609
5609
  num_members?: number | undefined;
5610
5610
  }[] | undefined;
5611
5611
  }, {
5612
- success: boolean;
5613
5612
  error: string;
5613
+ success: boolean;
5614
5614
  operation: "list_channels";
5615
5615
  ok: boolean;
5616
5616
  response_metadata?: {
@@ -5621,11 +5621,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5621
5621
  id: string;
5622
5622
  created: number;
5623
5623
  is_archived: boolean;
5624
- is_private?: boolean | undefined;
5625
5624
  is_channel?: boolean | undefined;
5626
5625
  is_group?: boolean | undefined;
5627
5626
  is_im?: boolean | undefined;
5628
5627
  is_mpim?: boolean | undefined;
5628
+ is_private?: boolean | undefined;
5629
5629
  is_general?: boolean | undefined;
5630
5630
  unlinked?: number | undefined;
5631
5631
  name_normalized?: string | undefined;
@@ -5707,11 +5707,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5707
5707
  id: string;
5708
5708
  created: number;
5709
5709
  is_archived: boolean;
5710
- is_private?: boolean | undefined;
5711
5710
  is_channel?: boolean | undefined;
5712
5711
  is_group?: boolean | undefined;
5713
5712
  is_im?: boolean | undefined;
5714
5713
  is_mpim?: boolean | undefined;
5714
+ is_private?: boolean | undefined;
5715
5715
  is_general?: boolean | undefined;
5716
5716
  unlinked?: number | undefined;
5717
5717
  name_normalized?: string | undefined;
@@ -5740,11 +5740,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5740
5740
  id: string;
5741
5741
  created: number;
5742
5742
  is_archived: boolean;
5743
- is_private?: boolean | undefined;
5744
5743
  is_channel?: boolean | undefined;
5745
5744
  is_group?: boolean | undefined;
5746
5745
  is_im?: boolean | undefined;
5747
5746
  is_mpim?: boolean | undefined;
5747
+ is_private?: boolean | undefined;
5748
5748
  is_general?: boolean | undefined;
5749
5749
  unlinked?: number | undefined;
5750
5750
  name_normalized?: string | undefined;
@@ -5772,8 +5772,8 @@ 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
- success: boolean;
5776
5775
  error: string;
5776
+ success: boolean;
5777
5777
  operation: "get_channel_info";
5778
5778
  ok: boolean;
5779
5779
  channel?: {
@@ -5781,11 +5781,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5781
5781
  id: string;
5782
5782
  created: number;
5783
5783
  is_archived: boolean;
5784
- is_private?: boolean | undefined;
5785
5784
  is_channel?: boolean | undefined;
5786
5785
  is_group?: boolean | undefined;
5787
5786
  is_im?: boolean | undefined;
5788
5787
  is_mpim?: boolean | undefined;
5788
+ is_private?: boolean | undefined;
5789
5789
  is_general?: boolean | undefined;
5790
5790
  unlinked?: number | undefined;
5791
5791
  name_normalized?: string | undefined;
@@ -5811,8 +5811,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5811
5811
  num_members?: number | undefined;
5812
5812
  } | undefined;
5813
5813
  }, {
5814
- success: boolean;
5815
5814
  error: string;
5815
+ success: boolean;
5816
5816
  operation: "get_channel_info";
5817
5817
  ok: boolean;
5818
5818
  channel?: {
@@ -5820,11 +5820,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5820
5820
  id: string;
5821
5821
  created: number;
5822
5822
  is_archived: boolean;
5823
- is_private?: boolean | undefined;
5824
5823
  is_channel?: boolean | undefined;
5825
5824
  is_group?: boolean | undefined;
5826
5825
  is_im?: boolean | undefined;
5827
5826
  is_mpim?: boolean | undefined;
5827
+ is_private?: boolean | undefined;
5828
5828
  is_general?: boolean | undefined;
5829
5829
  unlinked?: number | undefined;
5830
5830
  name_normalized?: string | undefined;
@@ -5890,11 +5890,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5890
5890
  }, "strip", z.ZodTypeAny, {
5891
5891
  title?: string | undefined;
5892
5892
  email?: string | undefined;
5893
- first_name?: string | undefined;
5894
- last_name?: string | undefined;
5895
- phone?: string | undefined;
5896
5893
  fields?: Record<string, unknown> | undefined;
5897
5894
  real_name?: string | undefined;
5895
+ phone?: string | undefined;
5898
5896
  skype?: string | undefined;
5899
5897
  real_name_normalized?: string | undefined;
5900
5898
  display_name?: string | undefined;
@@ -5905,6 +5903,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5905
5903
  avatar_hash?: string | undefined;
5906
5904
  image_original?: string | undefined;
5907
5905
  is_custom_image?: boolean | undefined;
5906
+ first_name?: string | undefined;
5907
+ last_name?: string | undefined;
5908
5908
  image_24?: string | undefined;
5909
5909
  image_32?: string | undefined;
5910
5910
  image_48?: string | undefined;
@@ -5915,11 +5915,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5915
5915
  }, {
5916
5916
  title?: string | undefined;
5917
5917
  email?: string | undefined;
5918
- first_name?: string | undefined;
5919
- last_name?: string | undefined;
5920
- phone?: string | undefined;
5921
5918
  fields?: Record<string, unknown> | undefined;
5922
5919
  real_name?: string | undefined;
5920
+ phone?: string | undefined;
5923
5921
  skype?: string | undefined;
5924
5922
  real_name_normalized?: string | undefined;
5925
5923
  display_name?: string | undefined;
@@ -5930,6 +5928,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5930
5928
  avatar_hash?: string | undefined;
5931
5929
  image_original?: string | undefined;
5932
5930
  is_custom_image?: boolean | undefined;
5931
+ first_name?: string | undefined;
5932
+ last_name?: string | undefined;
5933
5933
  image_24?: string | undefined;
5934
5934
  image_32?: string | undefined;
5935
5935
  image_48?: string | undefined;
@@ -5950,21 +5950,12 @@ 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;
5960
5953
  profile?: {
5961
5954
  title?: string | undefined;
5962
5955
  email?: string | undefined;
5963
- first_name?: string | undefined;
5964
- last_name?: string | undefined;
5965
- phone?: string | undefined;
5966
5956
  fields?: Record<string, unknown> | undefined;
5967
5957
  real_name?: string | undefined;
5958
+ phone?: string | undefined;
5968
5959
  skype?: string | undefined;
5969
5960
  real_name_normalized?: string | undefined;
5970
5961
  display_name?: string | undefined;
@@ -5975,6 +5966,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5975
5966
  avatar_hash?: string | undefined;
5976
5967
  image_original?: string | undefined;
5977
5968
  is_custom_image?: boolean | undefined;
5969
+ first_name?: string | undefined;
5970
+ last_name?: string | undefined;
5978
5971
  image_24?: string | undefined;
5979
5972
  image_32?: string | undefined;
5980
5973
  image_48?: string | undefined;
@@ -5983,6 +5976,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5983
5976
  image_512?: string | undefined;
5984
5977
  image_1024?: string | undefined;
5985
5978
  } | 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,21 +5995,12 @@ 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;
6005
5998
  profile?: {
6006
5999
  title?: string | undefined;
6007
6000
  email?: string | undefined;
6008
- first_name?: string | undefined;
6009
- last_name?: string | undefined;
6010
- phone?: string | undefined;
6011
6001
  fields?: Record<string, unknown> | undefined;
6012
6002
  real_name?: string | undefined;
6003
+ phone?: string | undefined;
6013
6004
  skype?: string | undefined;
6014
6005
  real_name_normalized?: string | undefined;
6015
6006
  display_name?: string | undefined;
@@ -6020,6 +6011,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6020
6011
  avatar_hash?: string | undefined;
6021
6012
  image_original?: string | undefined;
6022
6013
  is_custom_image?: boolean | undefined;
6014
+ first_name?: string | undefined;
6015
+ last_name?: string | undefined;
6023
6016
  image_24?: string | undefined;
6024
6017
  image_32?: string | undefined;
6025
6018
  image_48?: string | undefined;
@@ -6028,6 +6021,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6028
6021
  image_512?: string | undefined;
6029
6022
  image_1024?: string | undefined;
6030
6023
  } | 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,28 +6041,19 @@ 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
- success: boolean;
6045
6044
  error: string;
6045
+ success: boolean;
6046
6046
  operation: "get_user_info";
6047
6047
  ok: 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;
6058
6051
  profile?: {
6059
6052
  title?: string | undefined;
6060
6053
  email?: string | undefined;
6061
- first_name?: string | undefined;
6062
- last_name?: string | undefined;
6063
- phone?: string | undefined;
6064
6054
  fields?: Record<string, unknown> | undefined;
6065
6055
  real_name?: string | undefined;
6056
+ phone?: string | undefined;
6066
6057
  skype?: string | undefined;
6067
6058
  real_name_normalized?: string | undefined;
6068
6059
  display_name?: string | undefined;
@@ -6073,6 +6064,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6073
6064
  avatar_hash?: string | undefined;
6074
6065
  image_original?: string | undefined;
6075
6066
  is_custom_image?: boolean | undefined;
6067
+ first_name?: string | undefined;
6068
+ last_name?: string | undefined;
6076
6069
  image_24?: string | undefined;
6077
6070
  image_32?: string | undefined;
6078
6071
  image_48?: string | undefined;
@@ -6081,6 +6074,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6081
6074
  image_512?: string | undefined;
6082
6075
  image_1024?: string | undefined;
6083
6076
  } | 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,28 +6092,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6092
6092
  has_2fa?: boolean | undefined;
6093
6093
  } | undefined;
6094
6094
  }, {
6095
- success: boolean;
6096
6095
  error: string;
6096
+ success: boolean;
6097
6097
  operation: "get_user_info";
6098
6098
  ok: 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;
6109
6102
  profile?: {
6110
6103
  title?: string | undefined;
6111
6104
  email?: string | undefined;
6112
- first_name?: string | undefined;
6113
- last_name?: string | undefined;
6114
- phone?: string | undefined;
6115
6105
  fields?: Record<string, unknown> | undefined;
6116
6106
  real_name?: string | undefined;
6107
+ phone?: string | undefined;
6117
6108
  skype?: string | undefined;
6118
6109
  real_name_normalized?: string | undefined;
6119
6110
  display_name?: string | undefined;
@@ -6124,6 +6115,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6124
6115
  avatar_hash?: string | undefined;
6125
6116
  image_original?: string | undefined;
6126
6117
  is_custom_image?: boolean | undefined;
6118
+ first_name?: string | undefined;
6119
+ last_name?: string | undefined;
6127
6120
  image_24?: string | undefined;
6128
6121
  image_32?: string | undefined;
6129
6122
  image_48?: string | undefined;
@@ -6132,6 +6125,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6132
6125
  image_512?: string | undefined;
6133
6126
  image_1024?: string | undefined;
6134
6127
  } | 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;
@@ -6183,11 +6183,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6183
6183
  }, "strip", z.ZodTypeAny, {
6184
6184
  title?: string | undefined;
6185
6185
  email?: string | undefined;
6186
- first_name?: string | undefined;
6187
- last_name?: string | undefined;
6188
- phone?: string | undefined;
6189
6186
  fields?: Record<string, unknown> | undefined;
6190
6187
  real_name?: string | undefined;
6188
+ phone?: string | undefined;
6191
6189
  skype?: string | undefined;
6192
6190
  real_name_normalized?: string | undefined;
6193
6191
  display_name?: string | undefined;
@@ -6198,6 +6196,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6198
6196
  avatar_hash?: string | undefined;
6199
6197
  image_original?: string | undefined;
6200
6198
  is_custom_image?: boolean | undefined;
6199
+ first_name?: string | undefined;
6200
+ last_name?: string | undefined;
6201
6201
  image_24?: string | undefined;
6202
6202
  image_32?: string | undefined;
6203
6203
  image_48?: string | undefined;
@@ -6208,11 +6208,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6208
6208
  }, {
6209
6209
  title?: string | undefined;
6210
6210
  email?: string | undefined;
6211
- first_name?: string | undefined;
6212
- last_name?: string | undefined;
6213
- phone?: string | undefined;
6214
6211
  fields?: Record<string, unknown> | undefined;
6215
6212
  real_name?: string | undefined;
6213
+ phone?: string | undefined;
6216
6214
  skype?: string | undefined;
6217
6215
  real_name_normalized?: string | undefined;
6218
6216
  display_name?: string | undefined;
@@ -6223,6 +6221,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6223
6221
  avatar_hash?: string | undefined;
6224
6222
  image_original?: string | undefined;
6225
6223
  is_custom_image?: boolean | undefined;
6224
+ first_name?: string | undefined;
6225
+ last_name?: string | undefined;
6226
6226
  image_24?: string | undefined;
6227
6227
  image_32?: string | undefined;
6228
6228
  image_48?: string | undefined;
@@ -6243,21 +6243,12 @@ 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;
6253
6246
  profile?: {
6254
6247
  title?: string | undefined;
6255
6248
  email?: string | undefined;
6256
- first_name?: string | undefined;
6257
- last_name?: string | undefined;
6258
- phone?: string | undefined;
6259
6249
  fields?: Record<string, unknown> | undefined;
6260
6250
  real_name?: string | undefined;
6251
+ phone?: string | undefined;
6261
6252
  skype?: string | undefined;
6262
6253
  real_name_normalized?: string | undefined;
6263
6254
  display_name?: string | undefined;
@@ -6268,6 +6259,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6268
6259
  avatar_hash?: string | undefined;
6269
6260
  image_original?: string | undefined;
6270
6261
  is_custom_image?: boolean | undefined;
6262
+ first_name?: string | undefined;
6263
+ last_name?: string | undefined;
6271
6264
  image_24?: string | undefined;
6272
6265
  image_32?: string | undefined;
6273
6266
  image_48?: string | undefined;
@@ -6276,6 +6269,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6276
6269
  image_512?: string | undefined;
6277
6270
  image_1024?: string | undefined;
6278
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;
6279
6279
  is_admin?: boolean | undefined;
6280
6280
  is_owner?: boolean | undefined;
6281
6281
  is_primary_owner?: boolean | undefined;
@@ -6288,21 +6288,12 @@ 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;
6298
6291
  profile?: {
6299
6292
  title?: string | undefined;
6300
6293
  email?: string | undefined;
6301
- first_name?: string | undefined;
6302
- last_name?: string | undefined;
6303
- phone?: string | undefined;
6304
6294
  fields?: Record<string, unknown> | undefined;
6305
6295
  real_name?: string | undefined;
6296
+ phone?: string | undefined;
6306
6297
  skype?: string | undefined;
6307
6298
  real_name_normalized?: string | undefined;
6308
6299
  display_name?: string | undefined;
@@ -6313,6 +6304,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6313
6304
  avatar_hash?: string | undefined;
6314
6305
  image_original?: string | undefined;
6315
6306
  is_custom_image?: boolean | undefined;
6307
+ first_name?: string | undefined;
6308
+ last_name?: string | undefined;
6316
6309
  image_24?: string | undefined;
6317
6310
  image_32?: string | undefined;
6318
6311
  image_48?: string | undefined;
@@ -6321,6 +6314,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6321
6314
  image_512?: string | undefined;
6322
6315
  image_1024?: string | undefined;
6323
6316
  } | 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,8 +6341,8 @@ 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
- success: boolean;
6345
6344
  error: string;
6345
+ success: boolean;
6346
6346
  operation: "list_users";
6347
6347
  ok: boolean;
6348
6348
  response_metadata?: {
@@ -6351,21 +6351,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6351
6351
  members?: {
6352
6352
  name: string;
6353
6353
  id: string;
6354
- color?: string | undefined;
6355
- team_id?: string | undefined;
6356
- deleted?: boolean | undefined;
6357
- real_name?: string | undefined;
6358
- tz?: string | undefined;
6359
- tz_label?: string | undefined;
6360
- tz_offset?: number | undefined;
6361
6354
  profile?: {
6362
6355
  title?: string | undefined;
6363
6356
  email?: string | undefined;
6364
- first_name?: string | undefined;
6365
- last_name?: string | undefined;
6366
- phone?: string | undefined;
6367
6357
  fields?: Record<string, unknown> | undefined;
6368
6358
  real_name?: string | undefined;
6359
+ phone?: string | undefined;
6369
6360
  skype?: string | undefined;
6370
6361
  real_name_normalized?: string | undefined;
6371
6362
  display_name?: string | undefined;
@@ -6376,6 +6367,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6376
6367
  avatar_hash?: string | undefined;
6377
6368
  image_original?: string | undefined;
6378
6369
  is_custom_image?: boolean | undefined;
6370
+ first_name?: string | undefined;
6371
+ last_name?: string | undefined;
6379
6372
  image_24?: string | undefined;
6380
6373
  image_32?: string | undefined;
6381
6374
  image_48?: string | undefined;
@@ -6384,6 +6377,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6384
6377
  image_512?: string | undefined;
6385
6378
  image_1024?: string | undefined;
6386
6379
  } | 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,8 +6395,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6395
6395
  has_2fa?: boolean | undefined;
6396
6396
  }[] | undefined;
6397
6397
  }, {
6398
- success: boolean;
6399
6398
  error: string;
6399
+ success: boolean;
6400
6400
  operation: "list_users";
6401
6401
  ok: boolean;
6402
6402
  response_metadata?: {
@@ -6405,21 +6405,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6405
6405
  members?: {
6406
6406
  name: string;
6407
6407
  id: string;
6408
- color?: string | undefined;
6409
- team_id?: string | undefined;
6410
- deleted?: boolean | undefined;
6411
- real_name?: string | undefined;
6412
- tz?: string | undefined;
6413
- tz_label?: string | undefined;
6414
- tz_offset?: number | undefined;
6415
6408
  profile?: {
6416
6409
  title?: string | undefined;
6417
6410
  email?: string | undefined;
6418
- first_name?: string | undefined;
6419
- last_name?: string | undefined;
6420
- phone?: string | undefined;
6421
6411
  fields?: Record<string, unknown> | undefined;
6422
6412
  real_name?: string | undefined;
6413
+ phone?: string | undefined;
6423
6414
  skype?: string | undefined;
6424
6415
  real_name_normalized?: string | undefined;
6425
6416
  display_name?: string | undefined;
@@ -6430,6 +6421,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6430
6421
  avatar_hash?: string | undefined;
6431
6422
  image_original?: string | undefined;
6432
6423
  is_custom_image?: boolean | undefined;
6424
+ first_name?: string | undefined;
6425
+ last_name?: string | undefined;
6433
6426
  image_24?: string | undefined;
6434
6427
  image_32?: string | undefined;
6435
6428
  image_48?: string | undefined;
@@ -6438,6 +6431,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6438
6431
  image_512?: string | undefined;
6439
6432
  image_1024?: string | undefined;
6440
6433
  } | 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;
@@ -6481,12 +6481,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6481
6481
  count: z.ZodNumber;
6482
6482
  }, "strip", z.ZodTypeAny, {
6483
6483
  name: string;
6484
- count: number;
6485
6484
  users: string[];
6485
+ count: number;
6486
6486
  }, {
6487
6487
  name: string;
6488
- count: number;
6489
6488
  users: string[];
6489
+ count: number;
6490
6490
  }>, "many">>;
6491
6491
  files: z.ZodOptional<z.ZodArray<z.ZodObject<{
6492
6492
  id: z.ZodString;
@@ -6539,15 +6539,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6539
6539
  }>, "many">>;
6540
6540
  }, "strip", z.ZodTypeAny, {
6541
6541
  type: string;
6542
- username?: string | undefined;
6543
6542
  text?: string | undefined;
6544
- reactions?: {
6545
- name: string;
6546
- count: number;
6547
- users: string[];
6548
- }[] | undefined;
6549
- ts?: string | undefined;
6550
6543
  user?: string | undefined;
6544
+ ts?: string | undefined;
6545
+ username?: string | undefined;
6551
6546
  attachments?: unknown[] | undefined;
6552
6547
  blocks?: unknown[] | undefined;
6553
6548
  thread_ts?: string | undefined;
@@ -6562,6 +6557,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6562
6557
  reply_users?: string[] | undefined;
6563
6558
  is_locked?: boolean | undefined;
6564
6559
  subscribed?: boolean | undefined;
6560
+ reactions?: {
6561
+ name: string;
6562
+ users: string[];
6563
+ count: number;
6564
+ }[] | undefined;
6565
6565
  files?: {
6566
6566
  id: string;
6567
6567
  title?: string | undefined;
@@ -6581,15 +6581,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6581
6581
  }[] | undefined;
6582
6582
  }, {
6583
6583
  type: string;
6584
- username?: string | undefined;
6585
6584
  text?: string | undefined;
6586
- reactions?: {
6587
- name: string;
6588
- count: number;
6589
- users: string[];
6590
- }[] | undefined;
6591
- ts?: string | undefined;
6592
6585
  user?: string | undefined;
6586
+ ts?: string | undefined;
6587
+ username?: string | undefined;
6593
6588
  attachments?: unknown[] | undefined;
6594
6589
  blocks?: unknown[] | undefined;
6595
6590
  thread_ts?: string | undefined;
@@ -6604,6 +6599,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6604
6599
  reply_users?: string[] | undefined;
6605
6600
  is_locked?: boolean | undefined;
6606
6601
  subscribed?: boolean | undefined;
6602
+ reactions?: {
6603
+ name: string;
6604
+ users: string[];
6605
+ count: number;
6606
+ }[] | undefined;
6607
6607
  files?: {
6608
6608
  id: string;
6609
6609
  title?: string | undefined;
@@ -6633,21 +6633,19 @@ 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
- success: boolean;
6637
6636
  error: string;
6637
+ success: boolean;
6638
6638
  operation: "get_conversation_history";
6639
6639
  ok: boolean;
6640
+ response_metadata?: {
6641
+ next_cursor: string;
6642
+ } | undefined;
6640
6643
  messages?: {
6641
6644
  type: string;
6642
- username?: string | undefined;
6643
6645
  text?: string | undefined;
6644
- reactions?: {
6645
- name: string;
6646
- count: number;
6647
- users: string[];
6648
- }[] | undefined;
6649
- ts?: string | undefined;
6650
6646
  user?: string | undefined;
6647
+ ts?: string | undefined;
6648
+ username?: string | undefined;
6651
6649
  attachments?: unknown[] | undefined;
6652
6650
  blocks?: unknown[] | undefined;
6653
6651
  thread_ts?: string | undefined;
@@ -6662,6 +6660,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6662
6660
  reply_users?: string[] | undefined;
6663
6661
  is_locked?: boolean | undefined;
6664
6662
  subscribed?: boolean | undefined;
6663
+ reactions?: {
6664
+ name: string;
6665
+ users: string[];
6666
+ count: number;
6667
+ }[] | undefined;
6665
6668
  files?: {
6666
6669
  id: string;
6667
6670
  title?: string | undefined;
@@ -6680,26 +6683,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6680
6683
  permalink?: string | undefined;
6681
6684
  }[] | undefined;
6682
6685
  }[] | undefined;
6683
- response_metadata?: {
6684
- next_cursor: string;
6685
- } | undefined;
6686
6686
  has_more?: boolean | undefined;
6687
6687
  }, {
6688
- success: boolean;
6689
6688
  error: string;
6689
+ success: boolean;
6690
6690
  operation: "get_conversation_history";
6691
6691
  ok: boolean;
6692
+ response_metadata?: {
6693
+ next_cursor: string;
6694
+ } | undefined;
6692
6695
  messages?: {
6693
6696
  type: string;
6694
- username?: string | undefined;
6695
6697
  text?: string | undefined;
6696
- reactions?: {
6697
- name: string;
6698
- count: number;
6699
- users: string[];
6700
- }[] | undefined;
6701
- ts?: string | undefined;
6702
6698
  user?: string | undefined;
6699
+ ts?: string | undefined;
6700
+ username?: string | undefined;
6703
6701
  attachments?: unknown[] | undefined;
6704
6702
  blocks?: unknown[] | undefined;
6705
6703
  thread_ts?: string | undefined;
@@ -6714,6 +6712,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6714
6712
  reply_users?: string[] | undefined;
6715
6713
  is_locked?: boolean | undefined;
6716
6714
  subscribed?: boolean | undefined;
6715
+ reactions?: {
6716
+ name: string;
6717
+ users: string[];
6718
+ count: number;
6719
+ }[] | undefined;
6717
6720
  files?: {
6718
6721
  id: string;
6719
6722
  title?: string | undefined;
@@ -6732,9 +6735,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6732
6735
  permalink?: string | undefined;
6733
6736
  }[] | undefined;
6734
6737
  }[] | undefined;
6735
- response_metadata?: {
6736
- next_cursor: string;
6737
- } | undefined;
6738
6738
  has_more?: boolean | undefined;
6739
6739
  }>, z.ZodObject<{
6740
6740
  operation: z.ZodLiteral<"get_thread_replies">;
@@ -6769,12 +6769,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6769
6769
  count: z.ZodNumber;
6770
6770
  }, "strip", z.ZodTypeAny, {
6771
6771
  name: string;
6772
- count: number;
6773
6772
  users: string[];
6773
+ count: number;
6774
6774
  }, {
6775
6775
  name: string;
6776
- count: number;
6777
6776
  users: string[];
6777
+ count: number;
6778
6778
  }>, "many">>;
6779
6779
  files: z.ZodOptional<z.ZodArray<z.ZodObject<{
6780
6780
  id: z.ZodString;
@@ -6827,15 +6827,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6827
6827
  }>, "many">>;
6828
6828
  }, "strip", z.ZodTypeAny, {
6829
6829
  type: string;
6830
- username?: string | undefined;
6831
6830
  text?: string | undefined;
6832
- reactions?: {
6833
- name: string;
6834
- count: number;
6835
- users: string[];
6836
- }[] | undefined;
6837
- ts?: string | undefined;
6838
6831
  user?: string | undefined;
6832
+ ts?: string | undefined;
6833
+ username?: string | undefined;
6839
6834
  attachments?: unknown[] | undefined;
6840
6835
  blocks?: unknown[] | undefined;
6841
6836
  thread_ts?: string | undefined;
@@ -6850,6 +6845,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6850
6845
  reply_users?: string[] | undefined;
6851
6846
  is_locked?: boolean | undefined;
6852
6847
  subscribed?: boolean | undefined;
6848
+ reactions?: {
6849
+ name: string;
6850
+ users: string[];
6851
+ count: number;
6852
+ }[] | undefined;
6853
6853
  files?: {
6854
6854
  id: string;
6855
6855
  title?: string | undefined;
@@ -6869,15 +6869,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6869
6869
  }[] | undefined;
6870
6870
  }, {
6871
6871
  type: string;
6872
- username?: string | undefined;
6873
6872
  text?: string | undefined;
6874
- reactions?: {
6875
- name: string;
6876
- count: number;
6877
- users: string[];
6878
- }[] | undefined;
6879
- ts?: string | undefined;
6880
6873
  user?: string | undefined;
6874
+ ts?: string | undefined;
6875
+ username?: string | undefined;
6881
6876
  attachments?: unknown[] | undefined;
6882
6877
  blocks?: unknown[] | undefined;
6883
6878
  thread_ts?: string | undefined;
@@ -6892,6 +6887,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6892
6887
  reply_users?: string[] | undefined;
6893
6888
  is_locked?: boolean | undefined;
6894
6889
  subscribed?: boolean | undefined;
6890
+ reactions?: {
6891
+ name: string;
6892
+ users: string[];
6893
+ count: number;
6894
+ }[] | undefined;
6895
6895
  files?: {
6896
6896
  id: string;
6897
6897
  title?: string | undefined;
@@ -6921,21 +6921,19 @@ 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
- success: boolean;
6925
6924
  error: string;
6925
+ success: boolean;
6926
6926
  operation: "get_thread_replies";
6927
6927
  ok: boolean;
6928
+ response_metadata?: {
6929
+ next_cursor: string;
6930
+ } | undefined;
6928
6931
  messages?: {
6929
6932
  type: string;
6930
- username?: string | undefined;
6931
6933
  text?: string | undefined;
6932
- reactions?: {
6933
- name: string;
6934
- count: number;
6935
- users: string[];
6936
- }[] | undefined;
6937
- ts?: string | undefined;
6938
6934
  user?: string | undefined;
6935
+ ts?: string | undefined;
6936
+ username?: string | undefined;
6939
6937
  attachments?: unknown[] | undefined;
6940
6938
  blocks?: unknown[] | undefined;
6941
6939
  thread_ts?: string | undefined;
@@ -6950,6 +6948,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6950
6948
  reply_users?: string[] | undefined;
6951
6949
  is_locked?: boolean | undefined;
6952
6950
  subscribed?: boolean | undefined;
6951
+ reactions?: {
6952
+ name: string;
6953
+ users: string[];
6954
+ count: number;
6955
+ }[] | undefined;
6953
6956
  files?: {
6954
6957
  id: string;
6955
6958
  title?: string | undefined;
@@ -6968,26 +6971,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6968
6971
  permalink?: string | undefined;
6969
6972
  }[] | undefined;
6970
6973
  }[] | undefined;
6971
- response_metadata?: {
6972
- next_cursor: string;
6973
- } | undefined;
6974
6974
  has_more?: boolean | undefined;
6975
6975
  }, {
6976
- success: boolean;
6977
6976
  error: string;
6977
+ success: boolean;
6978
6978
  operation: "get_thread_replies";
6979
6979
  ok: boolean;
6980
+ response_metadata?: {
6981
+ next_cursor: string;
6982
+ } | undefined;
6980
6983
  messages?: {
6981
6984
  type: string;
6982
- username?: string | undefined;
6983
6985
  text?: string | undefined;
6984
- reactions?: {
6985
- name: string;
6986
- count: number;
6987
- users: string[];
6988
- }[] | undefined;
6989
- ts?: string | undefined;
6990
6986
  user?: string | undefined;
6987
+ ts?: string | undefined;
6988
+ username?: string | undefined;
6991
6989
  attachments?: unknown[] | undefined;
6992
6990
  blocks?: unknown[] | undefined;
6993
6991
  thread_ts?: string | undefined;
@@ -7002,6 +7000,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7002
7000
  reply_users?: string[] | undefined;
7003
7001
  is_locked?: boolean | undefined;
7004
7002
  subscribed?: boolean | undefined;
7003
+ reactions?: {
7004
+ name: string;
7005
+ users: string[];
7006
+ count: number;
7007
+ }[] | undefined;
7005
7008
  files?: {
7006
7009
  id: string;
7007
7010
  title?: string | undefined;
@@ -7020,9 +7023,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7020
7023
  permalink?: string | undefined;
7021
7024
  }[] | undefined;
7022
7025
  }[] | undefined;
7023
- response_metadata?: {
7024
- next_cursor: string;
7025
- } | undefined;
7026
7026
  has_more?: boolean | undefined;
7027
7027
  }>, z.ZodObject<{
7028
7028
  operation: z.ZodLiteral<"update_message">;
@@ -7060,12 +7060,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7060
7060
  count: z.ZodNumber;
7061
7061
  }, "strip", z.ZodTypeAny, {
7062
7062
  name: string;
7063
- count: number;
7064
7063
  users: string[];
7064
+ count: number;
7065
7065
  }, {
7066
7066
  name: string;
7067
- count: number;
7068
7067
  users: string[];
7068
+ count: number;
7069
7069
  }>, "many">>;
7070
7070
  files: z.ZodOptional<z.ZodArray<z.ZodObject<{
7071
7071
  id: z.ZodString;
@@ -7118,15 +7118,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7118
7118
  }>, "many">>;
7119
7119
  }, "strip", z.ZodTypeAny, {
7120
7120
  type: string;
7121
- username?: string | undefined;
7122
7121
  text?: string | undefined;
7123
- reactions?: {
7124
- name: string;
7125
- count: number;
7126
- users: string[];
7127
- }[] | undefined;
7128
- ts?: string | undefined;
7129
7122
  user?: string | undefined;
7123
+ ts?: string | undefined;
7124
+ username?: string | undefined;
7130
7125
  attachments?: unknown[] | undefined;
7131
7126
  blocks?: unknown[] | undefined;
7132
7127
  thread_ts?: string | undefined;
@@ -7141,6 +7136,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7141
7136
  reply_users?: string[] | undefined;
7142
7137
  is_locked?: boolean | undefined;
7143
7138
  subscribed?: boolean | undefined;
7139
+ reactions?: {
7140
+ name: string;
7141
+ users: string[];
7142
+ count: number;
7143
+ }[] | undefined;
7144
7144
  files?: {
7145
7145
  id: string;
7146
7146
  title?: string | undefined;
@@ -7160,15 +7160,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7160
7160
  }[] | undefined;
7161
7161
  }, {
7162
7162
  type: string;
7163
- username?: string | undefined;
7164
7163
  text?: string | undefined;
7165
- reactions?: {
7166
- name: string;
7167
- count: number;
7168
- users: string[];
7169
- }[] | undefined;
7170
- ts?: string | undefined;
7171
7164
  user?: string | undefined;
7165
+ ts?: string | undefined;
7166
+ username?: string | undefined;
7172
7167
  attachments?: unknown[] | undefined;
7173
7168
  blocks?: unknown[] | undefined;
7174
7169
  thread_ts?: string | undefined;
@@ -7183,6 +7178,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7183
7178
  reply_users?: string[] | undefined;
7184
7179
  is_locked?: boolean | undefined;
7185
7180
  subscribed?: boolean | undefined;
7181
+ reactions?: {
7182
+ name: string;
7183
+ users: string[];
7184
+ count: number;
7185
+ }[] | undefined;
7186
7186
  files?: {
7187
7187
  id: string;
7188
7188
  title?: string | undefined;
@@ -7204,21 +7204,16 @@ 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
- success: boolean;
7208
7207
  error: string;
7208
+ success: boolean;
7209
7209
  operation: "update_message";
7210
7210
  ok: boolean;
7211
7211
  message?: {
7212
7212
  type: string;
7213
- username?: string | undefined;
7214
7213
  text?: string | undefined;
7215
- reactions?: {
7216
- name: string;
7217
- count: number;
7218
- users: string[];
7219
- }[] | undefined;
7220
- ts?: string | undefined;
7221
7214
  user?: string | undefined;
7215
+ ts?: string | undefined;
7216
+ username?: string | undefined;
7222
7217
  attachments?: unknown[] | undefined;
7223
7218
  blocks?: unknown[] | undefined;
7224
7219
  thread_ts?: string | undefined;
@@ -7233,6 +7228,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7233
7228
  reply_users?: string[] | undefined;
7234
7229
  is_locked?: boolean | undefined;
7235
7230
  subscribed?: boolean | undefined;
7231
+ reactions?: {
7232
+ name: string;
7233
+ users: string[];
7234
+ count: number;
7235
+ }[] | undefined;
7236
7236
  files?: {
7237
7237
  id: string;
7238
7238
  title?: string | undefined;
@@ -7255,21 +7255,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7255
7255
  ts?: string | undefined;
7256
7256
  channel?: string | undefined;
7257
7257
  }, {
7258
- success: boolean;
7259
7258
  error: string;
7259
+ success: boolean;
7260
7260
  operation: "update_message";
7261
7261
  ok: boolean;
7262
7262
  message?: {
7263
7263
  type: string;
7264
- username?: string | undefined;
7265
7264
  text?: string | undefined;
7266
- reactions?: {
7267
- name: string;
7268
- count: number;
7269
- users: string[];
7270
- }[] | undefined;
7271
- ts?: string | undefined;
7272
7265
  user?: string | undefined;
7266
+ ts?: string | undefined;
7267
+ username?: string | undefined;
7273
7268
  attachments?: unknown[] | undefined;
7274
7269
  blocks?: unknown[] | undefined;
7275
7270
  thread_ts?: string | undefined;
@@ -7284,6 +7279,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7284
7279
  reply_users?: string[] | undefined;
7285
7280
  is_locked?: boolean | undefined;
7286
7281
  subscribed?: boolean | undefined;
7282
+ reactions?: {
7283
+ name: string;
7284
+ users: string[];
7285
+ count: number;
7286
+ }[] | undefined;
7287
7287
  files?: {
7288
7288
  id: string;
7289
7289
  title?: string | undefined;
@@ -7313,15 +7313,15 @@ 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
- success: boolean;
7317
7316
  error: string;
7317
+ success: boolean;
7318
7318
  operation: "delete_message";
7319
7319
  ok: boolean;
7320
7320
  ts?: string | undefined;
7321
7321
  channel?: string | undefined;
7322
7322
  }, {
7323
- success: boolean;
7324
7323
  error: string;
7324
+ success: boolean;
7325
7325
  operation: "delete_message";
7326
7326
  ok: boolean;
7327
7327
  ts?: string | undefined;
@@ -7332,13 +7332,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7332
7332
  error: z.ZodString;
7333
7333
  success: z.ZodBoolean;
7334
7334
  }, "strip", z.ZodTypeAny, {
7335
- success: boolean;
7336
7335
  error: string;
7336
+ success: boolean;
7337
7337
  operation: "add_reaction";
7338
7338
  ok: boolean;
7339
7339
  }, {
7340
- success: boolean;
7341
7340
  error: string;
7341
+ success: boolean;
7342
7342
  operation: "add_reaction";
7343
7343
  ok: boolean;
7344
7344
  }>, z.ZodObject<{
@@ -7347,13 +7347,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7347
7347
  error: z.ZodString;
7348
7348
  success: z.ZodBoolean;
7349
7349
  }, "strip", z.ZodTypeAny, {
7350
- success: boolean;
7351
7350
  error: string;
7351
+ success: boolean;
7352
7352
  operation: "remove_reaction";
7353
7353
  ok: boolean;
7354
7354
  }, {
7355
- success: boolean;
7356
7355
  error: string;
7356
+ success: boolean;
7357
7357
  operation: "remove_reaction";
7358
7358
  ok: boolean;
7359
7359
  }>, z.ZodObject<{
@@ -7413,11 +7413,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7413
7413
  id: string;
7414
7414
  created: number;
7415
7415
  is_archived: boolean;
7416
- is_private?: boolean | undefined;
7417
7416
  is_channel?: boolean | undefined;
7418
7417
  is_group?: boolean | undefined;
7419
7418
  is_im?: boolean | undefined;
7420
7419
  is_mpim?: boolean | undefined;
7420
+ is_private?: boolean | undefined;
7421
7421
  is_general?: boolean | undefined;
7422
7422
  unlinked?: number | undefined;
7423
7423
  name_normalized?: string | undefined;
@@ -7446,11 +7446,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7446
7446
  id: string;
7447
7447
  created: number;
7448
7448
  is_archived: boolean;
7449
- is_private?: boolean | undefined;
7450
7449
  is_channel?: boolean | undefined;
7451
7450
  is_group?: boolean | undefined;
7452
7451
  is_im?: boolean | undefined;
7453
7452
  is_mpim?: boolean | undefined;
7453
+ is_private?: boolean | undefined;
7454
7454
  is_general?: boolean | undefined;
7455
7455
  unlinked?: number | undefined;
7456
7456
  name_normalized?: string | undefined;
@@ -7479,8 +7479,8 @@ 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
- success: boolean;
7483
7482
  error: string;
7483
+ success: boolean;
7484
7484
  operation: "join_channel";
7485
7485
  ok: boolean;
7486
7486
  channel?: {
@@ -7488,11 +7488,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7488
7488
  id: string;
7489
7489
  created: number;
7490
7490
  is_archived: boolean;
7491
- is_private?: boolean | undefined;
7492
7491
  is_channel?: boolean | undefined;
7493
7492
  is_group?: boolean | undefined;
7494
7493
  is_im?: boolean | undefined;
7495
7494
  is_mpim?: boolean | undefined;
7495
+ is_private?: boolean | undefined;
7496
7496
  is_general?: boolean | undefined;
7497
7497
  unlinked?: number | undefined;
7498
7498
  name_normalized?: string | undefined;
@@ -7519,8 +7519,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7519
7519
  } | undefined;
7520
7520
  already_in_channel?: boolean | undefined;
7521
7521
  }, {
7522
- success: boolean;
7523
7522
  error: string;
7523
+ success: boolean;
7524
7524
  operation: "join_channel";
7525
7525
  ok: boolean;
7526
7526
  channel?: {
@@ -7528,11 +7528,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7528
7528
  id: string;
7529
7529
  created: number;
7530
7530
  is_archived: boolean;
7531
- is_private?: boolean | undefined;
7532
7531
  is_channel?: boolean | undefined;
7533
7532
  is_group?: boolean | undefined;
7534
7533
  is_im?: boolean | undefined;
7535
7534
  is_mpim?: boolean | undefined;
7535
+ is_private?: boolean | undefined;
7536
7536
  is_general?: boolean | undefined;
7537
7537
  unlinked?: number | undefined;
7538
7538
  name_normalized?: string | undefined;
@@ -7630,7 +7630,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7630
7630
  channel_name: string;
7631
7631
  }>, "many">>>;
7632
7632
  }, "strip", z.ZodTypeAny, {
7633
- private?: Record<string, {
7633
+ public?: Record<string, {
7634
7634
  ts: string;
7635
7635
  team_id: string;
7636
7636
  reply_count: number;
@@ -7638,7 +7638,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7638
7638
  reply_users: string[];
7639
7639
  channel_name: string;
7640
7640
  }[]> | undefined;
7641
- public?: Record<string, {
7641
+ private?: Record<string, {
7642
7642
  ts: string;
7643
7643
  team_id: string;
7644
7644
  reply_count: number;
@@ -7647,7 +7647,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7647
7647
  channel_name: string;
7648
7648
  }[]> | undefined;
7649
7649
  }, {
7650
- private?: Record<string, {
7650
+ public?: Record<string, {
7651
7651
  ts: string;
7652
7652
  team_id: string;
7653
7653
  reply_count: number;
@@ -7655,7 +7655,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7655
7655
  reply_users: string[];
7656
7656
  channel_name: string;
7657
7657
  }[]> | undefined;
7658
- public?: Record<string, {
7658
+ private?: Record<string, {
7659
7659
  ts: string;
7660
7660
  team_id: string;
7661
7661
  reply_count: number;
@@ -7671,9 +7671,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7671
7671
  }, "strip", z.ZodTypeAny, {
7672
7672
  name: string;
7673
7673
  id: string;
7674
+ user: string;
7674
7675
  username: string;
7675
7676
  timestamp: number;
7676
- user: string;
7677
7677
  created: number;
7678
7678
  mimetype: string;
7679
7679
  filetype: string;
@@ -7690,8 +7690,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7690
7690
  public_url_shared: boolean;
7691
7691
  display_as_bot: boolean;
7692
7692
  title?: string | undefined;
7693
+ channels?: string[] | undefined;
7694
+ permalink_public?: string | undefined;
7693
7695
  shares?: {
7694
- private?: Record<string, {
7696
+ public?: Record<string, {
7695
7697
  ts: string;
7696
7698
  team_id: string;
7697
7699
  reply_count: number;
@@ -7699,7 +7701,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7699
7701
  reply_users: string[];
7700
7702
  channel_name: string;
7701
7703
  }[]> | undefined;
7702
- public?: Record<string, {
7704
+ private?: Record<string, {
7703
7705
  ts: string;
7704
7706
  team_id: string;
7705
7707
  reply_count: number;
@@ -7708,17 +7710,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7708
7710
  channel_name: string;
7709
7711
  }[]> | undefined;
7710
7712
  } | undefined;
7711
- channels?: string[] | undefined;
7712
- permalink_public?: string | undefined;
7713
7713
  groups?: string[] | undefined;
7714
7714
  ims?: string[] | undefined;
7715
7715
  has_rich_preview?: boolean | undefined;
7716
7716
  }, {
7717
7717
  name: string;
7718
7718
  id: string;
7719
+ user: string;
7719
7720
  username: string;
7720
7721
  timestamp: number;
7721
- user: string;
7722
7722
  created: number;
7723
7723
  mimetype: string;
7724
7724
  filetype: string;
@@ -7735,8 +7735,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7735
7735
  public_url_shared: boolean;
7736
7736
  display_as_bot: boolean;
7737
7737
  title?: string | undefined;
7738
+ channels?: string[] | undefined;
7739
+ permalink_public?: string | undefined;
7738
7740
  shares?: {
7739
- private?: Record<string, {
7741
+ public?: Record<string, {
7740
7742
  ts: string;
7741
7743
  team_id: string;
7742
7744
  reply_count: number;
@@ -7744,7 +7746,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7744
7746
  reply_users: string[];
7745
7747
  channel_name: string;
7746
7748
  }[]> | undefined;
7747
- public?: Record<string, {
7749
+ private?: Record<string, {
7748
7750
  ts: string;
7749
7751
  team_id: string;
7750
7752
  reply_count: number;
@@ -7753,8 +7755,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7753
7755
  channel_name: string;
7754
7756
  }[]> | undefined;
7755
7757
  } | undefined;
7756
- channels?: string[] | undefined;
7757
- permalink_public?: string | undefined;
7758
7758
  groups?: string[] | undefined;
7759
7759
  ims?: string[] | undefined;
7760
7760
  has_rich_preview?: boolean | undefined;
@@ -7762,16 +7762,16 @@ 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
- success: boolean;
7766
7765
  error: string;
7766
+ success: boolean;
7767
7767
  operation: "upload_file";
7768
7768
  ok: boolean;
7769
7769
  file?: {
7770
7770
  name: string;
7771
7771
  id: string;
7772
+ user: string;
7772
7773
  username: string;
7773
7774
  timestamp: number;
7774
- user: string;
7775
7775
  created: number;
7776
7776
  mimetype: string;
7777
7777
  filetype: string;
@@ -7788,8 +7788,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7788
7788
  public_url_shared: boolean;
7789
7789
  display_as_bot: boolean;
7790
7790
  title?: string | undefined;
7791
+ channels?: string[] | undefined;
7792
+ permalink_public?: string | undefined;
7791
7793
  shares?: {
7792
- private?: Record<string, {
7794
+ public?: Record<string, {
7793
7795
  ts: string;
7794
7796
  team_id: string;
7795
7797
  reply_count: number;
@@ -7797,7 +7799,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7797
7799
  reply_users: string[];
7798
7800
  channel_name: string;
7799
7801
  }[]> | undefined;
7800
- public?: Record<string, {
7802
+ private?: Record<string, {
7801
7803
  ts: string;
7802
7804
  team_id: string;
7803
7805
  reply_count: number;
@@ -7806,23 +7808,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7806
7808
  channel_name: string;
7807
7809
  }[]> | undefined;
7808
7810
  } | undefined;
7809
- channels?: string[] | undefined;
7810
- permalink_public?: string | undefined;
7811
7811
  groups?: string[] | undefined;
7812
7812
  ims?: string[] | undefined;
7813
7813
  has_rich_preview?: boolean | undefined;
7814
7814
  } | undefined;
7815
7815
  }, {
7816
- success: boolean;
7817
7816
  error: string;
7817
+ success: boolean;
7818
7818
  operation: "upload_file";
7819
7819
  ok: boolean;
7820
7820
  file?: {
7821
7821
  name: string;
7822
7822
  id: string;
7823
+ user: string;
7823
7824
  username: string;
7824
7825
  timestamp: number;
7825
- user: string;
7826
7826
  created: number;
7827
7827
  mimetype: string;
7828
7828
  filetype: string;
@@ -7839,8 +7839,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7839
7839
  public_url_shared: boolean;
7840
7840
  display_as_bot: boolean;
7841
7841
  title?: string | undefined;
7842
+ channels?: string[] | undefined;
7843
+ permalink_public?: string | undefined;
7842
7844
  shares?: {
7843
- private?: Record<string, {
7845
+ public?: Record<string, {
7844
7846
  ts: string;
7845
7847
  team_id: string;
7846
7848
  reply_count: number;
@@ -7848,7 +7850,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7848
7850
  reply_users: string[];
7849
7851
  channel_name: string;
7850
7852
  }[]> | undefined;
7851
- public?: Record<string, {
7853
+ private?: Record<string, {
7852
7854
  ts: string;
7853
7855
  team_id: string;
7854
7856
  reply_count: number;
@@ -7857,8 +7859,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7857
7859
  channel_name: string;
7858
7860
  }[]> | undefined;
7859
7861
  } | undefined;
7860
- channels?: string[] | undefined;
7861
- permalink_public?: string | undefined;
7862
7862
  groups?: string[] | undefined;
7863
7863
  ims?: string[] | undefined;
7864
7864
  has_rich_preview?: boolean | undefined;
@@ -7872,16 +7872,16 @@ 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
- success: boolean;
7876
7875
  error: string;
7876
+ success: boolean;
7877
7877
  operation: "schedule_message";
7878
7878
  ok: boolean;
7879
7879
  channel?: string | undefined;
7880
7880
  post_at?: number | undefined;
7881
7881
  scheduled_message_id?: string | undefined;
7882
7882
  }, {
7883
- success: boolean;
7884
7883
  error: string;
7884
+ success: boolean;
7885
7885
  operation: "schedule_message";
7886
7886
  ok: boolean;
7887
7887
  channel?: string | undefined;
@@ -7942,8 +7942,8 @@ 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
- success: boolean;
7946
7945
  error: string;
7946
+ success: boolean;
7947
7947
  operation: "get_file_info";
7948
7948
  ok: boolean;
7949
7949
  file?: {
@@ -7964,8 +7964,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7964
7964
  permalink?: string | undefined;
7965
7965
  } | undefined;
7966
7966
  }, {
7967
- success: boolean;
7968
7967
  error: string;
7968
+ success: boolean;
7969
7969
  operation: "get_file_info";
7970
7970
  ok: boolean;
7971
7971
  file?: {
@@ -7995,8 +7995,8 @@ 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
- success: boolean;
7999
7998
  error: string;
7999
+ success: boolean;
8000
8000
  operation: "download_file";
8001
8001
  ok: boolean;
8002
8002
  content?: string | undefined;
@@ -8004,8 +8004,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
8004
8004
  mimetype?: string | undefined;
8005
8005
  size?: number | undefined;
8006
8006
  }, {
8007
- success: boolean;
8008
8007
  error: string;
8008
+ success: boolean;
8009
8009
  operation: "download_file";
8010
8010
  ok: boolean;
8011
8011
  content?: string | undefined;