@bubblelab/bubble-core 0.1.96 → 0.1.97

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 (51) hide show
  1. package/dist/bubble-bundle.d.ts +66 -66
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +68 -68
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
  4. package/dist/bubbles/service-bubble/airtable.d.ts +108 -108
  5. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +25 -25
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +8 -8
  8. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  9. package/dist/bubbles/service-bubble/firecrawl.d.ts +172 -172
  10. package/dist/bubbles/service-bubble/followupboss.d.ts +144 -144
  11. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  12. package/dist/bubbles/service-bubble/github.d.ts +148 -148
  13. package/dist/bubbles/service-bubble/gmail.d.ts +138 -138
  14. package/dist/bubbles/service-bubble/gmail.d.ts.map +1 -1
  15. package/dist/bubbles/service-bubble/gmail.js +10 -4
  16. package/dist/bubbles/service-bubble/gmail.js.map +1 -1
  17. package/dist/bubbles/service-bubble/google-calendar.d.ts +30 -30
  18. package/dist/bubbles/service-bubble/google-drive.d.ts +100 -100
  19. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  20. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  21. package/dist/bubbles/service-bubble/http.d.ts +10 -10
  22. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  23. package/dist/bubbles/service-bubble/jira/jira.d.ts +29 -29
  24. package/dist/bubbles/service-bubble/notion/notion.d.ts +72 -72
  25. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  26. package/dist/bubbles/service-bubble/resend.d.ts +26 -26
  27. package/dist/bubbles/service-bubble/slack/slack.d.ts +218 -218
  28. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  29. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +62 -62
  30. package/dist/bubbles/service-bubble/telegram.d.ts +56 -56
  31. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
  32. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  33. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
  34. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
  35. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
  36. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  38. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +20 -20
  39. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +8 -8
  40. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  41. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  42. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  43. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
  44. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
  46. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  47. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  48. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +26 -26
  49. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
  50. package/dist/bubbles.json +6 -6
  51. package/package.json +2 -2
@@ -390,8 +390,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
390
390
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
391
391
  }, "strip", z.ZodTypeAny, {
392
392
  operation: "get_user_info";
393
- include_locale: boolean;
394
393
  user: string;
394
+ include_locale: boolean;
395
395
  credentials?: Partial<Record<CredentialType, string>> | undefined;
396
396
  }, {
397
397
  operation: "get_user_info";
@@ -426,8 +426,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
426
426
  cursor: z.ZodOptional<z.ZodString>;
427
427
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
428
428
  }, "strip", z.ZodTypeAny, {
429
- inclusive: boolean;
430
429
  operation: "get_conversation_history";
430
+ inclusive: boolean;
431
431
  channel: string;
432
432
  limit: number;
433
433
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -454,8 +454,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
454
454
  cursor: z.ZodOptional<z.ZodString>;
455
455
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
456
456
  }, "strip", z.ZodTypeAny, {
457
- inclusive: boolean;
458
457
  operation: "get_thread_replies";
458
+ inclusive: boolean;
459
459
  channel: string;
460
460
  ts: string;
461
461
  limit: number;
@@ -822,14 +822,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
822
822
  timestamp: z.ZodString;
823
823
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
824
824
  }, "strip", z.ZodTypeAny, {
825
- name: string;
826
825
  operation: "add_reaction";
826
+ name: string;
827
827
  channel: string;
828
828
  timestamp: string;
829
829
  credentials?: Partial<Record<CredentialType, string>> | undefined;
830
830
  }, {
831
- name: string;
832
831
  operation: "add_reaction";
832
+ name: string;
833
833
  channel: string;
834
834
  timestamp: string;
835
835
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -840,14 +840,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
840
840
  timestamp: z.ZodString;
841
841
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
842
842
  }, "strip", z.ZodTypeAny, {
843
- name: string;
844
843
  operation: "remove_reaction";
844
+ name: string;
845
845
  channel: string;
846
846
  timestamp: string;
847
847
  credentials?: Partial<Record<CredentialType, string>> | undefined;
848
848
  }, {
849
- name: string;
850
849
  operation: "remove_reaction";
850
+ name: string;
851
851
  channel: string;
852
852
  timestamp: string;
853
853
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -1210,10 +1210,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1210
1210
  id: string;
1211
1211
  title?: string | undefined;
1212
1212
  name?: string | undefined;
1213
+ size?: number | undefined;
1213
1214
  user?: string | undefined;
1214
1215
  mimetype?: string | undefined;
1215
1216
  filetype?: string | undefined;
1216
- size?: number | undefined;
1217
1217
  url_private?: string | undefined;
1218
1218
  url_private_download?: string | undefined;
1219
1219
  thumb_64?: string | undefined;
@@ -1226,10 +1226,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1226
1226
  id: string;
1227
1227
  title?: string | undefined;
1228
1228
  name?: string | undefined;
1229
+ size?: number | undefined;
1229
1230
  user?: string | undefined;
1230
1231
  mimetype?: string | undefined;
1231
1232
  filetype?: string | undefined;
1232
- size?: number | undefined;
1233
1233
  url_private?: string | undefined;
1234
1234
  url_private_download?: string | undefined;
1235
1235
  thumb_64?: string | undefined;
@@ -1241,13 +1241,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1241
1241
  }>, "many">>;
1242
1242
  }, "strip", z.ZodTypeAny, {
1243
1243
  type: string;
1244
+ user?: string | undefined;
1244
1245
  text?: string | undefined;
1245
1246
  username?: string | undefined;
1246
1247
  ts?: string | undefined;
1247
1248
  attachments?: unknown[] | undefined;
1248
1249
  blocks?: unknown[] | undefined;
1249
1250
  thread_ts?: string | undefined;
1250
- user?: string | undefined;
1251
1251
  bot_id?: string | undefined;
1252
1252
  bot_profile?: {
1253
1253
  name?: string | undefined;
@@ -1268,10 +1268,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1268
1268
  id: string;
1269
1269
  title?: string | undefined;
1270
1270
  name?: string | undefined;
1271
+ size?: number | undefined;
1271
1272
  user?: string | undefined;
1272
1273
  mimetype?: string | undefined;
1273
1274
  filetype?: string | undefined;
1274
- size?: number | undefined;
1275
1275
  url_private?: string | undefined;
1276
1276
  url_private_download?: string | undefined;
1277
1277
  thumb_64?: string | undefined;
@@ -1283,13 +1283,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1283
1283
  }[] | undefined;
1284
1284
  }, {
1285
1285
  type: string;
1286
+ user?: string | undefined;
1286
1287
  text?: string | undefined;
1287
1288
  username?: string | undefined;
1288
1289
  ts?: string | undefined;
1289
1290
  attachments?: unknown[] | undefined;
1290
1291
  blocks?: unknown[] | undefined;
1291
1292
  thread_ts?: string | undefined;
1292
- user?: string | undefined;
1293
1293
  bot_id?: string | undefined;
1294
1294
  bot_profile?: {
1295
1295
  name?: string | undefined;
@@ -1310,10 +1310,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1310
1310
  id: string;
1311
1311
  title?: string | undefined;
1312
1312
  name?: string | undefined;
1313
+ size?: number | undefined;
1313
1314
  user?: string | undefined;
1314
1315
  mimetype?: string | undefined;
1315
1316
  filetype?: string | undefined;
1316
- size?: number | undefined;
1317
1317
  url_private?: string | undefined;
1318
1318
  url_private_download?: string | undefined;
1319
1319
  thumb_64?: string | undefined;
@@ -1327,19 +1327,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1327
1327
  error: z.ZodString;
1328
1328
  success: z.ZodBoolean;
1329
1329
  }, "strip", z.ZodTypeAny, {
1330
+ operation: "send_message";
1330
1331
  success: boolean;
1331
1332
  error: string;
1332
- operation: "send_message";
1333
1333
  ok: boolean;
1334
1334
  message?: {
1335
1335
  type: string;
1336
+ user?: string | undefined;
1336
1337
  text?: string | undefined;
1337
1338
  username?: string | undefined;
1338
1339
  ts?: string | undefined;
1339
1340
  attachments?: unknown[] | undefined;
1340
1341
  blocks?: unknown[] | undefined;
1341
1342
  thread_ts?: string | undefined;
1342
- user?: string | undefined;
1343
1343
  bot_id?: string | undefined;
1344
1344
  bot_profile?: {
1345
1345
  name?: string | undefined;
@@ -1360,10 +1360,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1360
1360
  id: string;
1361
1361
  title?: string | undefined;
1362
1362
  name?: string | undefined;
1363
+ size?: number | undefined;
1363
1364
  user?: string | undefined;
1364
1365
  mimetype?: string | undefined;
1365
1366
  filetype?: string | undefined;
1366
- size?: number | undefined;
1367
1367
  url_private?: string | undefined;
1368
1368
  url_private_download?: string | undefined;
1369
1369
  thumb_64?: string | undefined;
@@ -1377,19 +1377,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1377
1377
  channel?: string | undefined;
1378
1378
  ts?: string | undefined;
1379
1379
  }, {
1380
+ operation: "send_message";
1380
1381
  success: boolean;
1381
1382
  error: string;
1382
- operation: "send_message";
1383
1383
  ok: boolean;
1384
1384
  message?: {
1385
1385
  type: string;
1386
+ user?: string | undefined;
1386
1387
  text?: string | undefined;
1387
1388
  username?: string | undefined;
1388
1389
  ts?: string | undefined;
1389
1390
  attachments?: unknown[] | undefined;
1390
1391
  blocks?: unknown[] | undefined;
1391
1392
  thread_ts?: string | undefined;
1392
- user?: string | undefined;
1393
1393
  bot_id?: string | undefined;
1394
1394
  bot_profile?: {
1395
1395
  name?: string | undefined;
@@ -1410,10 +1410,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1410
1410
  id: string;
1411
1411
  title?: string | undefined;
1412
1412
  name?: string | undefined;
1413
+ size?: number | undefined;
1413
1414
  user?: string | undefined;
1414
1415
  mimetype?: string | undefined;
1415
1416
  filetype?: string | undefined;
1416
- size?: number | undefined;
1417
1417
  url_private?: string | undefined;
1418
1418
  url_private_download?: string | undefined;
1419
1419
  thumb_64?: string | undefined;
@@ -1555,9 +1555,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1555
1555
  error: z.ZodString;
1556
1556
  success: z.ZodBoolean;
1557
1557
  }, "strip", z.ZodTypeAny, {
1558
+ operation: "list_channels";
1558
1559
  success: boolean;
1559
1560
  error: string;
1560
- operation: "list_channels";
1561
1561
  ok: boolean;
1562
1562
  channels?: {
1563
1563
  name: string;
@@ -1597,9 +1597,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1597
1597
  next_cursor: string;
1598
1598
  } | undefined;
1599
1599
  }, {
1600
+ operation: "list_channels";
1600
1601
  success: boolean;
1601
1602
  error: string;
1602
- operation: "list_channels";
1603
1603
  ok: boolean;
1604
1604
  channels?: {
1605
1605
  name: string;
@@ -1760,9 +1760,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1760
1760
  error: z.ZodString;
1761
1761
  success: z.ZodBoolean;
1762
1762
  }, "strip", z.ZodTypeAny, {
1763
+ operation: "get_channel_info";
1763
1764
  success: boolean;
1764
1765
  error: string;
1765
- operation: "get_channel_info";
1766
1766
  ok: boolean;
1767
1767
  channel?: {
1768
1768
  name: string;
@@ -1799,9 +1799,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1799
1799
  num_members?: number | undefined;
1800
1800
  } | undefined;
1801
1801
  }, {
1802
+ operation: "get_channel_info";
1802
1803
  success: boolean;
1803
1804
  error: string;
1804
- operation: "get_channel_info";
1805
1805
  ok: boolean;
1806
1806
  channel?: {
1807
1807
  name: string;
@@ -2029,9 +2029,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2029
2029
  error: z.ZodString;
2030
2030
  success: z.ZodBoolean;
2031
2031
  }, "strip", z.ZodTypeAny, {
2032
+ operation: "get_user_info";
2032
2033
  success: boolean;
2033
2034
  error: string;
2034
- operation: "get_user_info";
2035
2035
  ok: boolean;
2036
2036
  user?: {
2037
2037
  name: string;
@@ -2080,9 +2080,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2080
2080
  has_2fa?: boolean | undefined;
2081
2081
  } | undefined;
2082
2082
  }, {
2083
+ operation: "get_user_info";
2083
2084
  success: boolean;
2084
2085
  error: string;
2085
- operation: "get_user_info";
2086
2086
  ok: boolean;
2087
2087
  user?: {
2088
2088
  name: string;
@@ -2329,9 +2329,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2329
2329
  error: z.ZodString;
2330
2330
  success: z.ZodBoolean;
2331
2331
  }, "strip", z.ZodTypeAny, {
2332
+ operation: "list_users";
2332
2333
  success: boolean;
2333
2334
  error: string;
2334
- operation: "list_users";
2335
2335
  ok: boolean;
2336
2336
  response_metadata?: {
2337
2337
  next_cursor: string;
@@ -2383,9 +2383,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2383
2383
  has_2fa?: boolean | undefined;
2384
2384
  }[] | undefined;
2385
2385
  }, {
2386
+ operation: "list_users";
2386
2387
  success: boolean;
2387
2388
  error: string;
2388
- operation: "list_users";
2389
2389
  ok: boolean;
2390
2390
  response_metadata?: {
2391
2391
  next_cursor: string;
@@ -2496,10 +2496,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2496
2496
  id: string;
2497
2497
  title?: string | undefined;
2498
2498
  name?: string | undefined;
2499
+ size?: number | undefined;
2499
2500
  user?: string | undefined;
2500
2501
  mimetype?: string | undefined;
2501
2502
  filetype?: string | undefined;
2502
- size?: number | undefined;
2503
2503
  url_private?: string | undefined;
2504
2504
  url_private_download?: string | undefined;
2505
2505
  thumb_64?: string | undefined;
@@ -2512,10 +2512,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2512
2512
  id: string;
2513
2513
  title?: string | undefined;
2514
2514
  name?: string | undefined;
2515
+ size?: number | undefined;
2515
2516
  user?: string | undefined;
2516
2517
  mimetype?: string | undefined;
2517
2518
  filetype?: string | undefined;
2518
- size?: number | undefined;
2519
2519
  url_private?: string | undefined;
2520
2520
  url_private_download?: string | undefined;
2521
2521
  thumb_64?: string | undefined;
@@ -2527,13 +2527,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2527
2527
  }>, "many">>;
2528
2528
  }, "strip", z.ZodTypeAny, {
2529
2529
  type: string;
2530
+ user?: string | undefined;
2530
2531
  text?: string | undefined;
2531
2532
  username?: string | undefined;
2532
2533
  ts?: string | undefined;
2533
2534
  attachments?: unknown[] | undefined;
2534
2535
  blocks?: unknown[] | undefined;
2535
2536
  thread_ts?: string | undefined;
2536
- user?: string | undefined;
2537
2537
  bot_id?: string | undefined;
2538
2538
  bot_profile?: {
2539
2539
  name?: string | undefined;
@@ -2554,10 +2554,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2554
2554
  id: string;
2555
2555
  title?: string | undefined;
2556
2556
  name?: string | undefined;
2557
+ size?: number | undefined;
2557
2558
  user?: string | undefined;
2558
2559
  mimetype?: string | undefined;
2559
2560
  filetype?: string | undefined;
2560
- size?: number | undefined;
2561
2561
  url_private?: string | undefined;
2562
2562
  url_private_download?: string | undefined;
2563
2563
  thumb_64?: string | undefined;
@@ -2569,13 +2569,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2569
2569
  }[] | undefined;
2570
2570
  }, {
2571
2571
  type: string;
2572
+ user?: string | undefined;
2572
2573
  text?: string | undefined;
2573
2574
  username?: string | undefined;
2574
2575
  ts?: string | undefined;
2575
2576
  attachments?: unknown[] | undefined;
2576
2577
  blocks?: unknown[] | undefined;
2577
2578
  thread_ts?: string | undefined;
2578
- user?: string | undefined;
2579
2579
  bot_id?: string | undefined;
2580
2580
  bot_profile?: {
2581
2581
  name?: string | undefined;
@@ -2596,10 +2596,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2596
2596
  id: string;
2597
2597
  title?: string | undefined;
2598
2598
  name?: string | undefined;
2599
+ size?: number | undefined;
2599
2600
  user?: string | undefined;
2600
2601
  mimetype?: string | undefined;
2601
2602
  filetype?: string | undefined;
2602
- size?: number | undefined;
2603
2603
  url_private?: string | undefined;
2604
2604
  url_private_download?: string | undefined;
2605
2605
  thumb_64?: string | undefined;
@@ -2621,22 +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
+ operation: "get_conversation_history";
2624
2625
  success: boolean;
2625
2626
  error: string;
2626
- operation: "get_conversation_history";
2627
2627
  ok: boolean;
2628
- response_metadata?: {
2629
- next_cursor: string;
2630
- } | undefined;
2631
2628
  messages?: {
2632
2629
  type: string;
2630
+ user?: string | undefined;
2633
2631
  text?: string | undefined;
2634
2632
  username?: string | undefined;
2635
2633
  ts?: string | undefined;
2636
2634
  attachments?: unknown[] | undefined;
2637
2635
  blocks?: unknown[] | undefined;
2638
2636
  thread_ts?: string | undefined;
2639
- user?: string | undefined;
2640
2637
  bot_id?: string | undefined;
2641
2638
  bot_profile?: {
2642
2639
  name?: string | undefined;
@@ -2657,10 +2654,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2657
2654
  id: string;
2658
2655
  title?: string | undefined;
2659
2656
  name?: string | undefined;
2657
+ size?: number | undefined;
2660
2658
  user?: string | undefined;
2661
2659
  mimetype?: string | undefined;
2662
2660
  filetype?: string | undefined;
2663
- size?: number | undefined;
2664
2661
  url_private?: string | undefined;
2665
2662
  url_private_download?: string | undefined;
2666
2663
  thumb_64?: string | undefined;
@@ -2671,24 +2668,24 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2671
2668
  permalink?: string | undefined;
2672
2669
  }[] | undefined;
2673
2670
  }[] | undefined;
2671
+ response_metadata?: {
2672
+ next_cursor: string;
2673
+ } | undefined;
2674
2674
  has_more?: boolean | undefined;
2675
2675
  }, {
2676
+ operation: "get_conversation_history";
2676
2677
  success: boolean;
2677
2678
  error: string;
2678
- operation: "get_conversation_history";
2679
2679
  ok: boolean;
2680
- response_metadata?: {
2681
- next_cursor: string;
2682
- } | undefined;
2683
2680
  messages?: {
2684
2681
  type: string;
2682
+ user?: string | undefined;
2685
2683
  text?: string | undefined;
2686
2684
  username?: string | undefined;
2687
2685
  ts?: string | undefined;
2688
2686
  attachments?: unknown[] | undefined;
2689
2687
  blocks?: unknown[] | undefined;
2690
2688
  thread_ts?: string | undefined;
2691
- user?: string | undefined;
2692
2689
  bot_id?: string | undefined;
2693
2690
  bot_profile?: {
2694
2691
  name?: string | undefined;
@@ -2709,10 +2706,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2709
2706
  id: string;
2710
2707
  title?: string | undefined;
2711
2708
  name?: string | undefined;
2709
+ size?: number | undefined;
2712
2710
  user?: string | undefined;
2713
2711
  mimetype?: string | undefined;
2714
2712
  filetype?: string | undefined;
2715
- size?: number | undefined;
2716
2713
  url_private?: string | undefined;
2717
2714
  url_private_download?: string | undefined;
2718
2715
  thumb_64?: string | undefined;
@@ -2723,6 +2720,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2723
2720
  permalink?: string | undefined;
2724
2721
  }[] | undefined;
2725
2722
  }[] | 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">;
@@ -2784,10 +2784,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2784
2784
  id: string;
2785
2785
  title?: string | undefined;
2786
2786
  name?: string | undefined;
2787
+ size?: number | undefined;
2787
2788
  user?: string | undefined;
2788
2789
  mimetype?: string | undefined;
2789
2790
  filetype?: string | undefined;
2790
- size?: number | undefined;
2791
2791
  url_private?: string | undefined;
2792
2792
  url_private_download?: string | undefined;
2793
2793
  thumb_64?: string | undefined;
@@ -2800,10 +2800,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2800
2800
  id: string;
2801
2801
  title?: string | undefined;
2802
2802
  name?: string | undefined;
2803
+ size?: number | undefined;
2803
2804
  user?: string | undefined;
2804
2805
  mimetype?: string | undefined;
2805
2806
  filetype?: string | undefined;
2806
- size?: number | undefined;
2807
2807
  url_private?: string | undefined;
2808
2808
  url_private_download?: string | undefined;
2809
2809
  thumb_64?: string | undefined;
@@ -2815,13 +2815,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2815
2815
  }>, "many">>;
2816
2816
  }, "strip", z.ZodTypeAny, {
2817
2817
  type: string;
2818
+ user?: string | undefined;
2818
2819
  text?: string | undefined;
2819
2820
  username?: string | undefined;
2820
2821
  ts?: string | undefined;
2821
2822
  attachments?: unknown[] | undefined;
2822
2823
  blocks?: unknown[] | undefined;
2823
2824
  thread_ts?: string | undefined;
2824
- user?: string | undefined;
2825
2825
  bot_id?: string | undefined;
2826
2826
  bot_profile?: {
2827
2827
  name?: string | undefined;
@@ -2842,10 +2842,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2842
2842
  id: string;
2843
2843
  title?: string | undefined;
2844
2844
  name?: string | undefined;
2845
+ size?: number | undefined;
2845
2846
  user?: string | undefined;
2846
2847
  mimetype?: string | undefined;
2847
2848
  filetype?: string | undefined;
2848
- size?: number | undefined;
2849
2849
  url_private?: string | undefined;
2850
2850
  url_private_download?: string | undefined;
2851
2851
  thumb_64?: string | undefined;
@@ -2857,13 +2857,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2857
2857
  }[] | undefined;
2858
2858
  }, {
2859
2859
  type: string;
2860
+ user?: string | undefined;
2860
2861
  text?: string | undefined;
2861
2862
  username?: string | undefined;
2862
2863
  ts?: string | undefined;
2863
2864
  attachments?: unknown[] | undefined;
2864
2865
  blocks?: unknown[] | undefined;
2865
2866
  thread_ts?: string | undefined;
2866
- user?: string | undefined;
2867
2867
  bot_id?: string | undefined;
2868
2868
  bot_profile?: {
2869
2869
  name?: string | undefined;
@@ -2884,10 +2884,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2884
2884
  id: string;
2885
2885
  title?: string | undefined;
2886
2886
  name?: string | undefined;
2887
+ size?: number | undefined;
2887
2888
  user?: string | undefined;
2888
2889
  mimetype?: string | undefined;
2889
2890
  filetype?: string | undefined;
2890
- size?: number | undefined;
2891
2891
  url_private?: string | undefined;
2892
2892
  url_private_download?: string | undefined;
2893
2893
  thumb_64?: string | undefined;
@@ -2909,22 +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
+ operation: "get_thread_replies";
2912
2913
  success: boolean;
2913
2914
  error: string;
2914
- operation: "get_thread_replies";
2915
2915
  ok: boolean;
2916
- response_metadata?: {
2917
- next_cursor: string;
2918
- } | undefined;
2919
2916
  messages?: {
2920
2917
  type: string;
2918
+ user?: string | undefined;
2921
2919
  text?: string | undefined;
2922
2920
  username?: string | undefined;
2923
2921
  ts?: string | undefined;
2924
2922
  attachments?: unknown[] | undefined;
2925
2923
  blocks?: unknown[] | undefined;
2926
2924
  thread_ts?: string | undefined;
2927
- user?: string | undefined;
2928
2925
  bot_id?: string | undefined;
2929
2926
  bot_profile?: {
2930
2927
  name?: string | undefined;
@@ -2945,10 +2942,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2945
2942
  id: string;
2946
2943
  title?: string | undefined;
2947
2944
  name?: string | undefined;
2945
+ size?: number | undefined;
2948
2946
  user?: string | undefined;
2949
2947
  mimetype?: string | undefined;
2950
2948
  filetype?: string | undefined;
2951
- size?: number | undefined;
2952
2949
  url_private?: string | undefined;
2953
2950
  url_private_download?: string | undefined;
2954
2951
  thumb_64?: string | undefined;
@@ -2959,24 +2956,24 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2959
2956
  permalink?: string | undefined;
2960
2957
  }[] | undefined;
2961
2958
  }[] | undefined;
2959
+ response_metadata?: {
2960
+ next_cursor: string;
2961
+ } | undefined;
2962
2962
  has_more?: boolean | undefined;
2963
2963
  }, {
2964
+ operation: "get_thread_replies";
2964
2965
  success: boolean;
2965
2966
  error: string;
2966
- operation: "get_thread_replies";
2967
2967
  ok: boolean;
2968
- response_metadata?: {
2969
- next_cursor: string;
2970
- } | undefined;
2971
2968
  messages?: {
2972
2969
  type: string;
2970
+ user?: string | undefined;
2973
2971
  text?: string | undefined;
2974
2972
  username?: string | undefined;
2975
2973
  ts?: string | undefined;
2976
2974
  attachments?: unknown[] | undefined;
2977
2975
  blocks?: unknown[] | undefined;
2978
2976
  thread_ts?: string | undefined;
2979
- user?: string | undefined;
2980
2977
  bot_id?: string | undefined;
2981
2978
  bot_profile?: {
2982
2979
  name?: string | undefined;
@@ -2997,10 +2994,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2997
2994
  id: string;
2998
2995
  title?: string | undefined;
2999
2996
  name?: string | undefined;
2997
+ size?: number | undefined;
3000
2998
  user?: string | undefined;
3001
2999
  mimetype?: string | undefined;
3002
3000
  filetype?: string | undefined;
3003
- size?: number | undefined;
3004
3001
  url_private?: string | undefined;
3005
3002
  url_private_download?: string | undefined;
3006
3003
  thumb_64?: string | undefined;
@@ -3011,6 +3008,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3011
3008
  permalink?: string | undefined;
3012
3009
  }[] | undefined;
3013
3010
  }[] | 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">;
@@ -3075,10 +3075,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3075
3075
  id: string;
3076
3076
  title?: string | undefined;
3077
3077
  name?: string | undefined;
3078
+ size?: number | undefined;
3078
3079
  user?: string | undefined;
3079
3080
  mimetype?: string | undefined;
3080
3081
  filetype?: string | undefined;
3081
- size?: number | undefined;
3082
3082
  url_private?: string | undefined;
3083
3083
  url_private_download?: string | undefined;
3084
3084
  thumb_64?: string | undefined;
@@ -3091,10 +3091,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3091
3091
  id: string;
3092
3092
  title?: string | undefined;
3093
3093
  name?: string | undefined;
3094
+ size?: number | undefined;
3094
3095
  user?: string | undefined;
3095
3096
  mimetype?: string | undefined;
3096
3097
  filetype?: string | undefined;
3097
- size?: number | undefined;
3098
3098
  url_private?: string | undefined;
3099
3099
  url_private_download?: string | undefined;
3100
3100
  thumb_64?: string | undefined;
@@ -3106,13 +3106,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3106
3106
  }>, "many">>;
3107
3107
  }, "strip", z.ZodTypeAny, {
3108
3108
  type: string;
3109
+ user?: string | undefined;
3109
3110
  text?: string | undefined;
3110
3111
  username?: string | undefined;
3111
3112
  ts?: string | undefined;
3112
3113
  attachments?: unknown[] | undefined;
3113
3114
  blocks?: unknown[] | undefined;
3114
3115
  thread_ts?: string | undefined;
3115
- user?: string | undefined;
3116
3116
  bot_id?: string | undefined;
3117
3117
  bot_profile?: {
3118
3118
  name?: string | undefined;
@@ -3133,10 +3133,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3133
3133
  id: string;
3134
3134
  title?: string | undefined;
3135
3135
  name?: string | undefined;
3136
+ size?: number | undefined;
3136
3137
  user?: string | undefined;
3137
3138
  mimetype?: string | undefined;
3138
3139
  filetype?: string | undefined;
3139
- size?: number | undefined;
3140
3140
  url_private?: string | undefined;
3141
3141
  url_private_download?: string | undefined;
3142
3142
  thumb_64?: string | undefined;
@@ -3148,13 +3148,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3148
3148
  }[] | undefined;
3149
3149
  }, {
3150
3150
  type: string;
3151
+ user?: string | undefined;
3151
3152
  text?: string | undefined;
3152
3153
  username?: string | undefined;
3153
3154
  ts?: string | undefined;
3154
3155
  attachments?: unknown[] | undefined;
3155
3156
  blocks?: unknown[] | undefined;
3156
3157
  thread_ts?: string | undefined;
3157
- user?: string | undefined;
3158
3158
  bot_id?: string | undefined;
3159
3159
  bot_profile?: {
3160
3160
  name?: string | undefined;
@@ -3175,10 +3175,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3175
3175
  id: string;
3176
3176
  title?: string | undefined;
3177
3177
  name?: string | undefined;
3178
+ size?: number | undefined;
3178
3179
  user?: string | undefined;
3179
3180
  mimetype?: string | undefined;
3180
3181
  filetype?: string | undefined;
3181
- size?: number | undefined;
3182
3182
  url_private?: string | undefined;
3183
3183
  url_private_download?: string | undefined;
3184
3184
  thumb_64?: string | undefined;
@@ -3192,19 +3192,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3192
3192
  error: z.ZodString;
3193
3193
  success: z.ZodBoolean;
3194
3194
  }, "strip", z.ZodTypeAny, {
3195
+ operation: "update_message";
3195
3196
  success: boolean;
3196
3197
  error: string;
3197
- operation: "update_message";
3198
3198
  ok: boolean;
3199
3199
  message?: {
3200
3200
  type: string;
3201
+ user?: string | undefined;
3201
3202
  text?: string | undefined;
3202
3203
  username?: string | undefined;
3203
3204
  ts?: string | undefined;
3204
3205
  attachments?: unknown[] | undefined;
3205
3206
  blocks?: unknown[] | undefined;
3206
3207
  thread_ts?: string | undefined;
3207
- user?: string | undefined;
3208
3208
  bot_id?: string | undefined;
3209
3209
  bot_profile?: {
3210
3210
  name?: string | undefined;
@@ -3225,10 +3225,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3225
3225
  id: string;
3226
3226
  title?: string | undefined;
3227
3227
  name?: string | undefined;
3228
+ size?: number | undefined;
3228
3229
  user?: string | undefined;
3229
3230
  mimetype?: string | undefined;
3230
3231
  filetype?: string | undefined;
3231
- size?: number | undefined;
3232
3232
  url_private?: string | undefined;
3233
3233
  url_private_download?: string | undefined;
3234
3234
  thumb_64?: string | undefined;
@@ -3243,19 +3243,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3243
3243
  text?: string | undefined;
3244
3244
  ts?: string | undefined;
3245
3245
  }, {
3246
+ operation: "update_message";
3246
3247
  success: boolean;
3247
3248
  error: string;
3248
- operation: "update_message";
3249
3249
  ok: boolean;
3250
3250
  message?: {
3251
3251
  type: string;
3252
+ user?: string | undefined;
3252
3253
  text?: string | undefined;
3253
3254
  username?: string | undefined;
3254
3255
  ts?: string | undefined;
3255
3256
  attachments?: unknown[] | undefined;
3256
3257
  blocks?: unknown[] | undefined;
3257
3258
  thread_ts?: string | undefined;
3258
- user?: string | undefined;
3259
3259
  bot_id?: string | undefined;
3260
3260
  bot_profile?: {
3261
3261
  name?: string | undefined;
@@ -3276,10 +3276,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3276
3276
  id: string;
3277
3277
  title?: string | undefined;
3278
3278
  name?: string | undefined;
3279
+ size?: number | undefined;
3279
3280
  user?: string | undefined;
3280
3281
  mimetype?: string | undefined;
3281
3282
  filetype?: string | undefined;
3282
- size?: number | undefined;
3283
3283
  url_private?: string | undefined;
3284
3284
  url_private_download?: string | undefined;
3285
3285
  thumb_64?: string | undefined;
@@ -3301,16 +3301,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3301
3301
  error: z.ZodString;
3302
3302
  success: z.ZodBoolean;
3303
3303
  }, "strip", z.ZodTypeAny, {
3304
+ operation: "delete_message";
3304
3305
  success: boolean;
3305
3306
  error: string;
3306
- operation: "delete_message";
3307
3307
  ok: boolean;
3308
3308
  channel?: string | undefined;
3309
3309
  ts?: string | undefined;
3310
3310
  }, {
3311
+ operation: "delete_message";
3311
3312
  success: boolean;
3312
3313
  error: string;
3313
- operation: "delete_message";
3314
3314
  ok: boolean;
3315
3315
  channel?: string | undefined;
3316
3316
  ts?: string | undefined;
@@ -3320,14 +3320,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3320
3320
  error: z.ZodString;
3321
3321
  success: z.ZodBoolean;
3322
3322
  }, "strip", z.ZodTypeAny, {
3323
+ operation: "add_reaction";
3323
3324
  success: boolean;
3324
3325
  error: string;
3325
- operation: "add_reaction";
3326
3326
  ok: boolean;
3327
3327
  }, {
3328
+ operation: "add_reaction";
3328
3329
  success: boolean;
3329
3330
  error: string;
3330
- operation: "add_reaction";
3331
3331
  ok: boolean;
3332
3332
  }>, z.ZodObject<{
3333
3333
  operation: z.ZodLiteral<"remove_reaction">;
@@ -3335,14 +3335,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3335
3335
  error: z.ZodString;
3336
3336
  success: z.ZodBoolean;
3337
3337
  }, "strip", z.ZodTypeAny, {
3338
+ operation: "remove_reaction";
3338
3339
  success: boolean;
3339
3340
  error: string;
3340
- operation: "remove_reaction";
3341
3341
  ok: boolean;
3342
3342
  }, {
3343
+ operation: "remove_reaction";
3343
3344
  success: boolean;
3344
3345
  error: string;
3345
- operation: "remove_reaction";
3346
3346
  ok: boolean;
3347
3347
  }>, z.ZodObject<{
3348
3348
  operation: z.ZodLiteral<"join_channel">;
@@ -3467,9 +3467,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3467
3467
  error: z.ZodString;
3468
3468
  success: z.ZodBoolean;
3469
3469
  }, "strip", z.ZodTypeAny, {
3470
+ operation: "join_channel";
3470
3471
  success: boolean;
3471
3472
  error: string;
3472
- operation: "join_channel";
3473
3473
  ok: boolean;
3474
3474
  channel?: {
3475
3475
  name: string;
@@ -3507,9 +3507,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3507
3507
  } | undefined;
3508
3508
  already_in_channel?: boolean | undefined;
3509
3509
  }, {
3510
+ operation: "join_channel";
3510
3511
  success: boolean;
3511
3512
  error: string;
3512
- operation: "join_channel";
3513
3513
  ok: boolean;
3514
3514
  channel?: {
3515
3515
  name: string;
@@ -3658,13 +3658,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3658
3658
  has_rich_preview: z.ZodOptional<z.ZodBoolean>;
3659
3659
  }, "strip", z.ZodTypeAny, {
3660
3660
  name: string;
3661
- username: string;
3661
+ id: string;
3662
+ size: number;
3662
3663
  user: string;
3664
+ username: string;
3663
3665
  timestamp: number;
3664
- id: string;
3665
3666
  mimetype: string;
3666
3667
  filetype: string;
3667
- size: number;
3668
3668
  url_private: string;
3669
3669
  url_private_download: string;
3670
3670
  permalink: string;
@@ -3703,13 +3703,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3703
3703
  has_rich_preview?: boolean | undefined;
3704
3704
  }, {
3705
3705
  name: string;
3706
- username: string;
3706
+ id: string;
3707
+ size: number;
3707
3708
  user: string;
3709
+ username: string;
3708
3710
  timestamp: number;
3709
- id: string;
3710
3711
  mimetype: string;
3711
3712
  filetype: string;
3712
- size: number;
3713
3713
  url_private: string;
3714
3714
  url_private_download: string;
3715
3715
  permalink: string;
@@ -3750,19 +3750,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3750
3750
  error: z.ZodString;
3751
3751
  success: z.ZodBoolean;
3752
3752
  }, "strip", z.ZodTypeAny, {
3753
+ operation: "upload_file";
3753
3754
  success: boolean;
3754
3755
  error: string;
3755
- operation: "upload_file";
3756
3756
  ok: boolean;
3757
3757
  file?: {
3758
3758
  name: string;
3759
- username: string;
3759
+ id: string;
3760
+ size: number;
3760
3761
  user: string;
3762
+ username: string;
3761
3763
  timestamp: number;
3762
- id: string;
3763
3764
  mimetype: string;
3764
3765
  filetype: string;
3765
- size: number;
3766
3766
  url_private: string;
3767
3767
  url_private_download: string;
3768
3768
  permalink: string;
@@ -3801,19 +3801,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3801
3801
  has_rich_preview?: boolean | undefined;
3802
3802
  } | undefined;
3803
3803
  }, {
3804
+ operation: "upload_file";
3804
3805
  success: boolean;
3805
3806
  error: string;
3806
- operation: "upload_file";
3807
3807
  ok: boolean;
3808
3808
  file?: {
3809
3809
  name: string;
3810
- username: string;
3810
+ id: string;
3811
+ size: number;
3811
3812
  user: string;
3813
+ username: string;
3812
3814
  timestamp: number;
3813
- id: string;
3814
3815
  mimetype: string;
3815
3816
  filetype: string;
3816
- size: number;
3817
3817
  url_private: string;
3818
3818
  url_private_download: string;
3819
3819
  permalink: string;
@@ -3860,17 +3860,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3860
3860
  error: z.ZodString;
3861
3861
  success: z.ZodBoolean;
3862
3862
  }, "strip", z.ZodTypeAny, {
3863
+ operation: "schedule_message";
3863
3864
  success: boolean;
3864
3865
  error: string;
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
+ operation: "schedule_message";
3871
3872
  success: boolean;
3872
3873
  error: string;
3873
- operation: "schedule_message";
3874
3874
  ok: boolean;
3875
3875
  channel?: string | undefined;
3876
3876
  post_at?: number | undefined;
@@ -3897,9 +3897,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3897
3897
  }, "strip", z.ZodTypeAny, {
3898
3898
  name: string;
3899
3899
  id: string;
3900
+ size: number;
3900
3901
  mimetype: string;
3901
3902
  filetype: string;
3902
- size: number;
3903
3903
  title?: string | undefined;
3904
3904
  user?: string | undefined;
3905
3905
  url_private?: string | undefined;
@@ -3913,9 +3913,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3913
3913
  }, {
3914
3914
  name: string;
3915
3915
  id: string;
3916
+ size: number;
3916
3917
  mimetype: string;
3917
3918
  filetype: string;
3918
- size: number;
3919
3919
  title?: string | undefined;
3920
3920
  user?: string | undefined;
3921
3921
  url_private?: string | undefined;
@@ -3930,16 +3930,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3930
3930
  error: z.ZodString;
3931
3931
  success: z.ZodBoolean;
3932
3932
  }, "strip", z.ZodTypeAny, {
3933
+ operation: "get_file_info";
3933
3934
  success: boolean;
3934
3935
  error: string;
3935
- operation: "get_file_info";
3936
3936
  ok: boolean;
3937
3937
  file?: {
3938
3938
  name: string;
3939
3939
  id: string;
3940
+ size: number;
3940
3941
  mimetype: string;
3941
3942
  filetype: string;
3942
- size: number;
3943
3943
  title?: string | undefined;
3944
3944
  user?: string | undefined;
3945
3945
  url_private?: string | undefined;
@@ -3952,16 +3952,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3952
3952
  permalink?: string | undefined;
3953
3953
  } | undefined;
3954
3954
  }, {
3955
+ operation: "get_file_info";
3955
3956
  success: boolean;
3956
3957
  error: string;
3957
- operation: "get_file_info";
3958
3958
  ok: boolean;
3959
3959
  file?: {
3960
3960
  name: string;
3961
3961
  id: string;
3962
+ size: number;
3962
3963
  mimetype: string;
3963
3964
  filetype: string;
3964
- size: number;
3965
3965
  title?: string | undefined;
3966
3966
  user?: string | undefined;
3967
3967
  url_private?: string | undefined;
@@ -3983,23 +3983,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3983
3983
  error: z.ZodString;
3984
3984
  success: z.ZodBoolean;
3985
3985
  }, "strip", z.ZodTypeAny, {
3986
+ operation: "download_file";
3986
3987
  success: boolean;
3987
3988
  error: string;
3988
- operation: "download_file";
3989
3989
  ok: boolean;
3990
3990
  content?: string | undefined;
3991
+ size?: number | undefined;
3991
3992
  filename?: string | undefined;
3992
3993
  mimetype?: string | undefined;
3993
- size?: number | undefined;
3994
3994
  }, {
3995
+ operation: "download_file";
3995
3996
  success: boolean;
3996
3997
  error: string;
3997
- operation: "download_file";
3998
3998
  ok: boolean;
3999
3999
  content?: string | undefined;
4000
+ size?: number | undefined;
4000
4001
  filename?: string | undefined;
4001
4002
  mimetype?: string | undefined;
4002
- size?: number | undefined;
4003
4003
  }>]>;
4004
4004
  type SlackResult = z.output<typeof SlackResultSchema>;
4005
4005
  type SlackParams = z.input<typeof SlackParamsSchema>;
@@ -4402,8 +4402,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4402
4402
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4403
4403
  }, "strip", z.ZodTypeAny, {
4404
4404
  operation: "get_user_info";
4405
- include_locale: boolean;
4406
4405
  user: string;
4406
+ include_locale: boolean;
4407
4407
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4408
4408
  }, {
4409
4409
  operation: "get_user_info";
@@ -4438,8 +4438,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4438
4438
  cursor: z.ZodOptional<z.ZodString>;
4439
4439
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4440
4440
  }, "strip", z.ZodTypeAny, {
4441
- inclusive: boolean;
4442
4441
  operation: "get_conversation_history";
4442
+ inclusive: boolean;
4443
4443
  channel: string;
4444
4444
  limit: number;
4445
4445
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -4466,8 +4466,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4466
4466
  cursor: z.ZodOptional<z.ZodString>;
4467
4467
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4468
4468
  }, "strip", z.ZodTypeAny, {
4469
- inclusive: boolean;
4470
4469
  operation: "get_thread_replies";
4470
+ inclusive: boolean;
4471
4471
  channel: string;
4472
4472
  ts: string;
4473
4473
  limit: number;
@@ -4834,14 +4834,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4834
4834
  timestamp: z.ZodString;
4835
4835
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4836
4836
  }, "strip", z.ZodTypeAny, {
4837
- name: string;
4838
4837
  operation: "add_reaction";
4838
+ name: string;
4839
4839
  channel: string;
4840
4840
  timestamp: string;
4841
4841
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4842
4842
  }, {
4843
- name: string;
4844
4843
  operation: "add_reaction";
4844
+ name: string;
4845
4845
  channel: string;
4846
4846
  timestamp: string;
4847
4847
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -4852,14 +4852,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4852
4852
  timestamp: z.ZodString;
4853
4853
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4854
4854
  }, "strip", z.ZodTypeAny, {
4855
- name: string;
4856
4855
  operation: "remove_reaction";
4856
+ name: string;
4857
4857
  channel: string;
4858
4858
  timestamp: string;
4859
4859
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4860
4860
  }, {
4861
- name: string;
4862
4861
  operation: "remove_reaction";
4862
+ name: string;
4863
4863
  channel: string;
4864
4864
  timestamp: string;
4865
4865
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -5222,10 +5222,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5222
5222
  id: string;
5223
5223
  title?: string | undefined;
5224
5224
  name?: string | undefined;
5225
+ size?: number | undefined;
5225
5226
  user?: string | undefined;
5226
5227
  mimetype?: string | undefined;
5227
5228
  filetype?: string | undefined;
5228
- size?: number | undefined;
5229
5229
  url_private?: string | undefined;
5230
5230
  url_private_download?: string | undefined;
5231
5231
  thumb_64?: string | undefined;
@@ -5238,10 +5238,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5238
5238
  id: string;
5239
5239
  title?: string | undefined;
5240
5240
  name?: string | undefined;
5241
+ size?: number | undefined;
5241
5242
  user?: string | undefined;
5242
5243
  mimetype?: string | undefined;
5243
5244
  filetype?: string | undefined;
5244
- size?: number | undefined;
5245
5245
  url_private?: string | undefined;
5246
5246
  url_private_download?: string | undefined;
5247
5247
  thumb_64?: string | undefined;
@@ -5253,13 +5253,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5253
5253
  }>, "many">>;
5254
5254
  }, "strip", z.ZodTypeAny, {
5255
5255
  type: string;
5256
+ user?: string | undefined;
5256
5257
  text?: string | undefined;
5257
5258
  username?: string | undefined;
5258
5259
  ts?: string | undefined;
5259
5260
  attachments?: unknown[] | undefined;
5260
5261
  blocks?: unknown[] | undefined;
5261
5262
  thread_ts?: string | undefined;
5262
- user?: string | undefined;
5263
5263
  bot_id?: string | undefined;
5264
5264
  bot_profile?: {
5265
5265
  name?: string | undefined;
@@ -5280,10 +5280,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5280
5280
  id: string;
5281
5281
  title?: string | undefined;
5282
5282
  name?: string | undefined;
5283
+ size?: number | undefined;
5283
5284
  user?: string | undefined;
5284
5285
  mimetype?: string | undefined;
5285
5286
  filetype?: string | undefined;
5286
- size?: number | undefined;
5287
5287
  url_private?: string | undefined;
5288
5288
  url_private_download?: string | undefined;
5289
5289
  thumb_64?: string | undefined;
@@ -5295,13 +5295,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5295
5295
  }[] | undefined;
5296
5296
  }, {
5297
5297
  type: string;
5298
+ user?: string | undefined;
5298
5299
  text?: string | undefined;
5299
5300
  username?: string | undefined;
5300
5301
  ts?: string | undefined;
5301
5302
  attachments?: unknown[] | undefined;
5302
5303
  blocks?: unknown[] | undefined;
5303
5304
  thread_ts?: string | undefined;
5304
- user?: string | undefined;
5305
5305
  bot_id?: string | undefined;
5306
5306
  bot_profile?: {
5307
5307
  name?: string | undefined;
@@ -5322,10 +5322,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5322
5322
  id: string;
5323
5323
  title?: string | undefined;
5324
5324
  name?: string | undefined;
5325
+ size?: number | undefined;
5325
5326
  user?: string | undefined;
5326
5327
  mimetype?: string | undefined;
5327
5328
  filetype?: string | undefined;
5328
- size?: number | undefined;
5329
5329
  url_private?: string | undefined;
5330
5330
  url_private_download?: string | undefined;
5331
5331
  thumb_64?: string | undefined;
@@ -5339,19 +5339,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5339
5339
  error: z.ZodString;
5340
5340
  success: z.ZodBoolean;
5341
5341
  }, "strip", z.ZodTypeAny, {
5342
+ operation: "send_message";
5342
5343
  success: boolean;
5343
5344
  error: string;
5344
- operation: "send_message";
5345
5345
  ok: boolean;
5346
5346
  message?: {
5347
5347
  type: string;
5348
+ user?: string | undefined;
5348
5349
  text?: string | undefined;
5349
5350
  username?: string | undefined;
5350
5351
  ts?: string | undefined;
5351
5352
  attachments?: unknown[] | undefined;
5352
5353
  blocks?: unknown[] | undefined;
5353
5354
  thread_ts?: string | undefined;
5354
- user?: string | undefined;
5355
5355
  bot_id?: string | undefined;
5356
5356
  bot_profile?: {
5357
5357
  name?: string | undefined;
@@ -5372,10 +5372,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5372
5372
  id: string;
5373
5373
  title?: string | undefined;
5374
5374
  name?: string | undefined;
5375
+ size?: number | undefined;
5375
5376
  user?: string | undefined;
5376
5377
  mimetype?: string | undefined;
5377
5378
  filetype?: string | undefined;
5378
- size?: number | undefined;
5379
5379
  url_private?: string | undefined;
5380
5380
  url_private_download?: string | undefined;
5381
5381
  thumb_64?: string | undefined;
@@ -5389,19 +5389,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5389
5389
  channel?: string | undefined;
5390
5390
  ts?: string | undefined;
5391
5391
  }, {
5392
+ operation: "send_message";
5392
5393
  success: boolean;
5393
5394
  error: string;
5394
- operation: "send_message";
5395
5395
  ok: boolean;
5396
5396
  message?: {
5397
5397
  type: string;
5398
+ user?: string | undefined;
5398
5399
  text?: string | undefined;
5399
5400
  username?: string | undefined;
5400
5401
  ts?: string | undefined;
5401
5402
  attachments?: unknown[] | undefined;
5402
5403
  blocks?: unknown[] | undefined;
5403
5404
  thread_ts?: string | undefined;
5404
- user?: string | undefined;
5405
5405
  bot_id?: string | undefined;
5406
5406
  bot_profile?: {
5407
5407
  name?: string | undefined;
@@ -5422,10 +5422,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5422
5422
  id: string;
5423
5423
  title?: string | undefined;
5424
5424
  name?: string | undefined;
5425
+ size?: number | undefined;
5425
5426
  user?: string | undefined;
5426
5427
  mimetype?: string | undefined;
5427
5428
  filetype?: string | undefined;
5428
- size?: number | undefined;
5429
5429
  url_private?: string | undefined;
5430
5430
  url_private_download?: string | undefined;
5431
5431
  thumb_64?: string | undefined;
@@ -5567,9 +5567,9 @@ 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
+ operation: "list_channels";
5570
5571
  success: boolean;
5571
5572
  error: string;
5572
- operation: "list_channels";
5573
5573
  ok: boolean;
5574
5574
  channels?: {
5575
5575
  name: string;
@@ -5609,9 +5609,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5609
5609
  next_cursor: string;
5610
5610
  } | undefined;
5611
5611
  }, {
5612
+ operation: "list_channels";
5612
5613
  success: boolean;
5613
5614
  error: string;
5614
- operation: "list_channels";
5615
5615
  ok: boolean;
5616
5616
  channels?: {
5617
5617
  name: string;
@@ -5772,9 +5772,9 @@ 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
+ operation: "get_channel_info";
5775
5776
  success: boolean;
5776
5777
  error: string;
5777
- operation: "get_channel_info";
5778
5778
  ok: boolean;
5779
5779
  channel?: {
5780
5780
  name: string;
@@ -5811,9 +5811,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5811
5811
  num_members?: number | undefined;
5812
5812
  } | undefined;
5813
5813
  }, {
5814
+ operation: "get_channel_info";
5814
5815
  success: boolean;
5815
5816
  error: string;
5816
- operation: "get_channel_info";
5817
5817
  ok: boolean;
5818
5818
  channel?: {
5819
5819
  name: string;
@@ -6041,9 +6041,9 @@ 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
+ operation: "get_user_info";
6044
6045
  success: boolean;
6045
6046
  error: string;
6046
- operation: "get_user_info";
6047
6047
  ok: boolean;
6048
6048
  user?: {
6049
6049
  name: string;
@@ -6092,9 +6092,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6092
6092
  has_2fa?: boolean | undefined;
6093
6093
  } | undefined;
6094
6094
  }, {
6095
+ operation: "get_user_info";
6095
6096
  success: boolean;
6096
6097
  error: string;
6097
- operation: "get_user_info";
6098
6098
  ok: boolean;
6099
6099
  user?: {
6100
6100
  name: string;
@@ -6341,9 +6341,9 @@ 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
+ operation: "list_users";
6344
6345
  success: boolean;
6345
6346
  error: string;
6346
- operation: "list_users";
6347
6347
  ok: boolean;
6348
6348
  response_metadata?: {
6349
6349
  next_cursor: string;
@@ -6395,9 +6395,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6395
6395
  has_2fa?: boolean | undefined;
6396
6396
  }[] | undefined;
6397
6397
  }, {
6398
+ operation: "list_users";
6398
6399
  success: boolean;
6399
6400
  error: string;
6400
- operation: "list_users";
6401
6401
  ok: boolean;
6402
6402
  response_metadata?: {
6403
6403
  next_cursor: string;
@@ -6508,10 +6508,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6508
6508
  id: string;
6509
6509
  title?: string | undefined;
6510
6510
  name?: string | undefined;
6511
+ size?: number | undefined;
6511
6512
  user?: string | undefined;
6512
6513
  mimetype?: string | undefined;
6513
6514
  filetype?: string | undefined;
6514
- size?: number | undefined;
6515
6515
  url_private?: string | undefined;
6516
6516
  url_private_download?: string | undefined;
6517
6517
  thumb_64?: string | undefined;
@@ -6524,10 +6524,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6524
6524
  id: string;
6525
6525
  title?: string | undefined;
6526
6526
  name?: string | undefined;
6527
+ size?: number | undefined;
6527
6528
  user?: string | undefined;
6528
6529
  mimetype?: string | undefined;
6529
6530
  filetype?: string | undefined;
6530
- size?: number | undefined;
6531
6531
  url_private?: string | undefined;
6532
6532
  url_private_download?: string | undefined;
6533
6533
  thumb_64?: string | undefined;
@@ -6539,13 +6539,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6539
6539
  }>, "many">>;
6540
6540
  }, "strip", z.ZodTypeAny, {
6541
6541
  type: string;
6542
+ user?: string | undefined;
6542
6543
  text?: string | undefined;
6543
6544
  username?: string | undefined;
6544
6545
  ts?: string | undefined;
6545
6546
  attachments?: unknown[] | undefined;
6546
6547
  blocks?: unknown[] | undefined;
6547
6548
  thread_ts?: string | undefined;
6548
- user?: string | undefined;
6549
6549
  bot_id?: string | undefined;
6550
6550
  bot_profile?: {
6551
6551
  name?: string | undefined;
@@ -6566,10 +6566,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6566
6566
  id: string;
6567
6567
  title?: string | undefined;
6568
6568
  name?: string | undefined;
6569
+ size?: number | undefined;
6569
6570
  user?: string | undefined;
6570
6571
  mimetype?: string | undefined;
6571
6572
  filetype?: string | undefined;
6572
- size?: number | undefined;
6573
6573
  url_private?: string | undefined;
6574
6574
  url_private_download?: string | undefined;
6575
6575
  thumb_64?: string | undefined;
@@ -6581,13 +6581,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6581
6581
  }[] | undefined;
6582
6582
  }, {
6583
6583
  type: string;
6584
+ user?: string | undefined;
6584
6585
  text?: string | undefined;
6585
6586
  username?: string | undefined;
6586
6587
  ts?: string | undefined;
6587
6588
  attachments?: unknown[] | undefined;
6588
6589
  blocks?: unknown[] | undefined;
6589
6590
  thread_ts?: string | undefined;
6590
- user?: string | undefined;
6591
6591
  bot_id?: string | undefined;
6592
6592
  bot_profile?: {
6593
6593
  name?: string | undefined;
@@ -6608,10 +6608,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6608
6608
  id: string;
6609
6609
  title?: string | undefined;
6610
6610
  name?: string | undefined;
6611
+ size?: number | undefined;
6611
6612
  user?: string | undefined;
6612
6613
  mimetype?: string | undefined;
6613
6614
  filetype?: string | undefined;
6614
- size?: number | undefined;
6615
6615
  url_private?: string | undefined;
6616
6616
  url_private_download?: string | undefined;
6617
6617
  thumb_64?: string | undefined;
@@ -6633,22 +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
+ operation: "get_conversation_history";
6636
6637
  success: boolean;
6637
6638
  error: string;
6638
- operation: "get_conversation_history";
6639
6639
  ok: boolean;
6640
- response_metadata?: {
6641
- next_cursor: string;
6642
- } | undefined;
6643
6640
  messages?: {
6644
6641
  type: string;
6642
+ user?: string | undefined;
6645
6643
  text?: string | undefined;
6646
6644
  username?: string | undefined;
6647
6645
  ts?: string | undefined;
6648
6646
  attachments?: unknown[] | undefined;
6649
6647
  blocks?: unknown[] | undefined;
6650
6648
  thread_ts?: string | undefined;
6651
- user?: string | undefined;
6652
6649
  bot_id?: string | undefined;
6653
6650
  bot_profile?: {
6654
6651
  name?: string | undefined;
@@ -6669,10 +6666,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6669
6666
  id: string;
6670
6667
  title?: string | undefined;
6671
6668
  name?: string | undefined;
6669
+ size?: number | undefined;
6672
6670
  user?: string | undefined;
6673
6671
  mimetype?: string | undefined;
6674
6672
  filetype?: string | undefined;
6675
- size?: number | undefined;
6676
6673
  url_private?: string | undefined;
6677
6674
  url_private_download?: string | undefined;
6678
6675
  thumb_64?: string | undefined;
@@ -6683,24 +6680,24 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6683
6680
  permalink?: string | undefined;
6684
6681
  }[] | undefined;
6685
6682
  }[] | undefined;
6683
+ response_metadata?: {
6684
+ next_cursor: string;
6685
+ } | undefined;
6686
6686
  has_more?: boolean | undefined;
6687
6687
  }, {
6688
+ operation: "get_conversation_history";
6688
6689
  success: boolean;
6689
6690
  error: string;
6690
- operation: "get_conversation_history";
6691
6691
  ok: boolean;
6692
- response_metadata?: {
6693
- next_cursor: string;
6694
- } | undefined;
6695
6692
  messages?: {
6696
6693
  type: string;
6694
+ user?: string | undefined;
6697
6695
  text?: string | undefined;
6698
6696
  username?: string | undefined;
6699
6697
  ts?: string | undefined;
6700
6698
  attachments?: unknown[] | undefined;
6701
6699
  blocks?: unknown[] | undefined;
6702
6700
  thread_ts?: string | undefined;
6703
- user?: string | undefined;
6704
6701
  bot_id?: string | undefined;
6705
6702
  bot_profile?: {
6706
6703
  name?: string | undefined;
@@ -6721,10 +6718,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6721
6718
  id: string;
6722
6719
  title?: string | undefined;
6723
6720
  name?: string | undefined;
6721
+ size?: number | undefined;
6724
6722
  user?: string | undefined;
6725
6723
  mimetype?: string | undefined;
6726
6724
  filetype?: string | undefined;
6727
- size?: number | undefined;
6728
6725
  url_private?: string | undefined;
6729
6726
  url_private_download?: string | undefined;
6730
6727
  thumb_64?: string | undefined;
@@ -6735,6 +6732,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6735
6732
  permalink?: string | undefined;
6736
6733
  }[] | undefined;
6737
6734
  }[] | 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">;
@@ -6796,10 +6796,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6796
6796
  id: string;
6797
6797
  title?: string | undefined;
6798
6798
  name?: string | undefined;
6799
+ size?: number | undefined;
6799
6800
  user?: string | undefined;
6800
6801
  mimetype?: string | undefined;
6801
6802
  filetype?: string | undefined;
6802
- size?: number | undefined;
6803
6803
  url_private?: string | undefined;
6804
6804
  url_private_download?: string | undefined;
6805
6805
  thumb_64?: string | undefined;
@@ -6812,10 +6812,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6812
6812
  id: string;
6813
6813
  title?: string | undefined;
6814
6814
  name?: string | undefined;
6815
+ size?: number | undefined;
6815
6816
  user?: string | undefined;
6816
6817
  mimetype?: string | undefined;
6817
6818
  filetype?: string | undefined;
6818
- size?: number | undefined;
6819
6819
  url_private?: string | undefined;
6820
6820
  url_private_download?: string | undefined;
6821
6821
  thumb_64?: string | undefined;
@@ -6827,13 +6827,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6827
6827
  }>, "many">>;
6828
6828
  }, "strip", z.ZodTypeAny, {
6829
6829
  type: string;
6830
+ user?: string | undefined;
6830
6831
  text?: string | undefined;
6831
6832
  username?: string | undefined;
6832
6833
  ts?: string | undefined;
6833
6834
  attachments?: unknown[] | undefined;
6834
6835
  blocks?: unknown[] | undefined;
6835
6836
  thread_ts?: string | undefined;
6836
- user?: string | undefined;
6837
6837
  bot_id?: string | undefined;
6838
6838
  bot_profile?: {
6839
6839
  name?: string | undefined;
@@ -6854,10 +6854,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6854
6854
  id: string;
6855
6855
  title?: string | undefined;
6856
6856
  name?: string | undefined;
6857
+ size?: number | undefined;
6857
6858
  user?: string | undefined;
6858
6859
  mimetype?: string | undefined;
6859
6860
  filetype?: string | undefined;
6860
- size?: number | undefined;
6861
6861
  url_private?: string | undefined;
6862
6862
  url_private_download?: string | undefined;
6863
6863
  thumb_64?: string | undefined;
@@ -6869,13 +6869,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6869
6869
  }[] | undefined;
6870
6870
  }, {
6871
6871
  type: string;
6872
+ user?: string | undefined;
6872
6873
  text?: string | undefined;
6873
6874
  username?: string | undefined;
6874
6875
  ts?: string | undefined;
6875
6876
  attachments?: unknown[] | undefined;
6876
6877
  blocks?: unknown[] | undefined;
6877
6878
  thread_ts?: string | undefined;
6878
- user?: string | undefined;
6879
6879
  bot_id?: string | undefined;
6880
6880
  bot_profile?: {
6881
6881
  name?: string | undefined;
@@ -6896,10 +6896,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6896
6896
  id: string;
6897
6897
  title?: string | undefined;
6898
6898
  name?: string | undefined;
6899
+ size?: number | undefined;
6899
6900
  user?: string | undefined;
6900
6901
  mimetype?: string | undefined;
6901
6902
  filetype?: string | undefined;
6902
- size?: number | undefined;
6903
6903
  url_private?: string | undefined;
6904
6904
  url_private_download?: string | undefined;
6905
6905
  thumb_64?: string | undefined;
@@ -6921,22 +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
+ operation: "get_thread_replies";
6924
6925
  success: boolean;
6925
6926
  error: string;
6926
- operation: "get_thread_replies";
6927
6927
  ok: boolean;
6928
- response_metadata?: {
6929
- next_cursor: string;
6930
- } | undefined;
6931
6928
  messages?: {
6932
6929
  type: string;
6930
+ user?: string | undefined;
6933
6931
  text?: string | undefined;
6934
6932
  username?: string | undefined;
6935
6933
  ts?: string | undefined;
6936
6934
  attachments?: unknown[] | undefined;
6937
6935
  blocks?: unknown[] | undefined;
6938
6936
  thread_ts?: string | undefined;
6939
- user?: string | undefined;
6940
6937
  bot_id?: string | undefined;
6941
6938
  bot_profile?: {
6942
6939
  name?: string | undefined;
@@ -6957,10 +6954,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6957
6954
  id: string;
6958
6955
  title?: string | undefined;
6959
6956
  name?: string | undefined;
6957
+ size?: number | undefined;
6960
6958
  user?: string | undefined;
6961
6959
  mimetype?: string | undefined;
6962
6960
  filetype?: string | undefined;
6963
- size?: number | undefined;
6964
6961
  url_private?: string | undefined;
6965
6962
  url_private_download?: string | undefined;
6966
6963
  thumb_64?: string | undefined;
@@ -6971,24 +6968,24 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6971
6968
  permalink?: string | undefined;
6972
6969
  }[] | undefined;
6973
6970
  }[] | undefined;
6971
+ response_metadata?: {
6972
+ next_cursor: string;
6973
+ } | undefined;
6974
6974
  has_more?: boolean | undefined;
6975
6975
  }, {
6976
+ operation: "get_thread_replies";
6976
6977
  success: boolean;
6977
6978
  error: string;
6978
- operation: "get_thread_replies";
6979
6979
  ok: boolean;
6980
- response_metadata?: {
6981
- next_cursor: string;
6982
- } | undefined;
6983
6980
  messages?: {
6984
6981
  type: string;
6982
+ user?: string | undefined;
6985
6983
  text?: string | undefined;
6986
6984
  username?: string | undefined;
6987
6985
  ts?: string | undefined;
6988
6986
  attachments?: unknown[] | undefined;
6989
6987
  blocks?: unknown[] | undefined;
6990
6988
  thread_ts?: string | undefined;
6991
- user?: string | undefined;
6992
6989
  bot_id?: string | undefined;
6993
6990
  bot_profile?: {
6994
6991
  name?: string | undefined;
@@ -7009,10 +7006,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7009
7006
  id: string;
7010
7007
  title?: string | undefined;
7011
7008
  name?: string | undefined;
7009
+ size?: number | undefined;
7012
7010
  user?: string | undefined;
7013
7011
  mimetype?: string | undefined;
7014
7012
  filetype?: string | undefined;
7015
- size?: number | undefined;
7016
7013
  url_private?: string | undefined;
7017
7014
  url_private_download?: string | undefined;
7018
7015
  thumb_64?: string | undefined;
@@ -7023,6 +7020,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7023
7020
  permalink?: string | undefined;
7024
7021
  }[] | undefined;
7025
7022
  }[] | 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">;
@@ -7087,10 +7087,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7087
7087
  id: string;
7088
7088
  title?: string | undefined;
7089
7089
  name?: string | undefined;
7090
+ size?: number | undefined;
7090
7091
  user?: string | undefined;
7091
7092
  mimetype?: string | undefined;
7092
7093
  filetype?: string | undefined;
7093
- size?: number | undefined;
7094
7094
  url_private?: string | undefined;
7095
7095
  url_private_download?: string | undefined;
7096
7096
  thumb_64?: string | undefined;
@@ -7103,10 +7103,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7103
7103
  id: string;
7104
7104
  title?: string | undefined;
7105
7105
  name?: string | undefined;
7106
+ size?: number | undefined;
7106
7107
  user?: string | undefined;
7107
7108
  mimetype?: string | undefined;
7108
7109
  filetype?: string | undefined;
7109
- size?: number | undefined;
7110
7110
  url_private?: string | undefined;
7111
7111
  url_private_download?: string | undefined;
7112
7112
  thumb_64?: string | undefined;
@@ -7118,13 +7118,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7118
7118
  }>, "many">>;
7119
7119
  }, "strip", z.ZodTypeAny, {
7120
7120
  type: string;
7121
+ user?: string | undefined;
7121
7122
  text?: string | undefined;
7122
7123
  username?: string | undefined;
7123
7124
  ts?: string | undefined;
7124
7125
  attachments?: unknown[] | undefined;
7125
7126
  blocks?: unknown[] | undefined;
7126
7127
  thread_ts?: string | undefined;
7127
- user?: string | undefined;
7128
7128
  bot_id?: string | undefined;
7129
7129
  bot_profile?: {
7130
7130
  name?: string | undefined;
@@ -7145,10 +7145,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7145
7145
  id: string;
7146
7146
  title?: string | undefined;
7147
7147
  name?: string | undefined;
7148
+ size?: number | undefined;
7148
7149
  user?: string | undefined;
7149
7150
  mimetype?: string | undefined;
7150
7151
  filetype?: string | undefined;
7151
- size?: number | undefined;
7152
7152
  url_private?: string | undefined;
7153
7153
  url_private_download?: string | undefined;
7154
7154
  thumb_64?: string | undefined;
@@ -7160,13 +7160,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7160
7160
  }[] | undefined;
7161
7161
  }, {
7162
7162
  type: string;
7163
+ user?: string | undefined;
7163
7164
  text?: string | undefined;
7164
7165
  username?: string | undefined;
7165
7166
  ts?: string | undefined;
7166
7167
  attachments?: unknown[] | undefined;
7167
7168
  blocks?: unknown[] | undefined;
7168
7169
  thread_ts?: string | undefined;
7169
- user?: string | undefined;
7170
7170
  bot_id?: string | undefined;
7171
7171
  bot_profile?: {
7172
7172
  name?: string | undefined;
@@ -7187,10 +7187,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7187
7187
  id: string;
7188
7188
  title?: string | undefined;
7189
7189
  name?: string | undefined;
7190
+ size?: number | undefined;
7190
7191
  user?: string | undefined;
7191
7192
  mimetype?: string | undefined;
7192
7193
  filetype?: string | undefined;
7193
- size?: number | undefined;
7194
7194
  url_private?: string | undefined;
7195
7195
  url_private_download?: string | undefined;
7196
7196
  thumb_64?: string | undefined;
@@ -7204,19 +7204,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7204
7204
  error: z.ZodString;
7205
7205
  success: z.ZodBoolean;
7206
7206
  }, "strip", z.ZodTypeAny, {
7207
+ operation: "update_message";
7207
7208
  success: boolean;
7208
7209
  error: string;
7209
- operation: "update_message";
7210
7210
  ok: boolean;
7211
7211
  message?: {
7212
7212
  type: string;
7213
+ user?: string | undefined;
7213
7214
  text?: string | undefined;
7214
7215
  username?: string | undefined;
7215
7216
  ts?: string | undefined;
7216
7217
  attachments?: unknown[] | undefined;
7217
7218
  blocks?: unknown[] | undefined;
7218
7219
  thread_ts?: string | undefined;
7219
- user?: string | undefined;
7220
7220
  bot_id?: string | undefined;
7221
7221
  bot_profile?: {
7222
7222
  name?: string | undefined;
@@ -7237,10 +7237,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7237
7237
  id: string;
7238
7238
  title?: string | undefined;
7239
7239
  name?: string | undefined;
7240
+ size?: number | undefined;
7240
7241
  user?: string | undefined;
7241
7242
  mimetype?: string | undefined;
7242
7243
  filetype?: string | undefined;
7243
- size?: number | undefined;
7244
7244
  url_private?: string | undefined;
7245
7245
  url_private_download?: string | undefined;
7246
7246
  thumb_64?: string | undefined;
@@ -7255,19 +7255,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7255
7255
  text?: string | undefined;
7256
7256
  ts?: string | undefined;
7257
7257
  }, {
7258
+ operation: "update_message";
7258
7259
  success: boolean;
7259
7260
  error: string;
7260
- operation: "update_message";
7261
7261
  ok: boolean;
7262
7262
  message?: {
7263
7263
  type: string;
7264
+ user?: string | undefined;
7264
7265
  text?: string | undefined;
7265
7266
  username?: string | undefined;
7266
7267
  ts?: string | undefined;
7267
7268
  attachments?: unknown[] | undefined;
7268
7269
  blocks?: unknown[] | undefined;
7269
7270
  thread_ts?: string | undefined;
7270
- user?: string | undefined;
7271
7271
  bot_id?: string | undefined;
7272
7272
  bot_profile?: {
7273
7273
  name?: string | undefined;
@@ -7288,10 +7288,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7288
7288
  id: string;
7289
7289
  title?: string | undefined;
7290
7290
  name?: string | undefined;
7291
+ size?: number | undefined;
7291
7292
  user?: string | undefined;
7292
7293
  mimetype?: string | undefined;
7293
7294
  filetype?: string | undefined;
7294
- size?: number | undefined;
7295
7295
  url_private?: string | undefined;
7296
7296
  url_private_download?: string | undefined;
7297
7297
  thumb_64?: string | undefined;
@@ -7313,16 +7313,16 @@ 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
+ operation: "delete_message";
7316
7317
  success: boolean;
7317
7318
  error: string;
7318
- operation: "delete_message";
7319
7319
  ok: boolean;
7320
7320
  channel?: string | undefined;
7321
7321
  ts?: string | undefined;
7322
7322
  }, {
7323
+ operation: "delete_message";
7323
7324
  success: boolean;
7324
7325
  error: string;
7325
- operation: "delete_message";
7326
7326
  ok: boolean;
7327
7327
  channel?: string | undefined;
7328
7328
  ts?: string | undefined;
@@ -7332,14 +7332,14 @@ 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
+ operation: "add_reaction";
7335
7336
  success: boolean;
7336
7337
  error: string;
7337
- operation: "add_reaction";
7338
7338
  ok: boolean;
7339
7339
  }, {
7340
+ operation: "add_reaction";
7340
7341
  success: boolean;
7341
7342
  error: string;
7342
- operation: "add_reaction";
7343
7343
  ok: boolean;
7344
7344
  }>, z.ZodObject<{
7345
7345
  operation: z.ZodLiteral<"remove_reaction">;
@@ -7347,14 +7347,14 @@ 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
+ operation: "remove_reaction";
7350
7351
  success: boolean;
7351
7352
  error: string;
7352
- operation: "remove_reaction";
7353
7353
  ok: boolean;
7354
7354
  }, {
7355
+ operation: "remove_reaction";
7355
7356
  success: boolean;
7356
7357
  error: string;
7357
- operation: "remove_reaction";
7358
7358
  ok: boolean;
7359
7359
  }>, z.ZodObject<{
7360
7360
  operation: z.ZodLiteral<"join_channel">;
@@ -7479,9 +7479,9 @@ 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
+ operation: "join_channel";
7482
7483
  success: boolean;
7483
7484
  error: string;
7484
- operation: "join_channel";
7485
7485
  ok: boolean;
7486
7486
  channel?: {
7487
7487
  name: string;
@@ -7519,9 +7519,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7519
7519
  } | undefined;
7520
7520
  already_in_channel?: boolean | undefined;
7521
7521
  }, {
7522
+ operation: "join_channel";
7522
7523
  success: boolean;
7523
7524
  error: string;
7524
- operation: "join_channel";
7525
7525
  ok: boolean;
7526
7526
  channel?: {
7527
7527
  name: string;
@@ -7670,13 +7670,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7670
7670
  has_rich_preview: z.ZodOptional<z.ZodBoolean>;
7671
7671
  }, "strip", z.ZodTypeAny, {
7672
7672
  name: string;
7673
- username: string;
7673
+ id: string;
7674
+ size: number;
7674
7675
  user: string;
7676
+ username: string;
7675
7677
  timestamp: number;
7676
- id: string;
7677
7678
  mimetype: string;
7678
7679
  filetype: string;
7679
- size: number;
7680
7680
  url_private: string;
7681
7681
  url_private_download: string;
7682
7682
  permalink: string;
@@ -7715,13 +7715,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7715
7715
  has_rich_preview?: boolean | undefined;
7716
7716
  }, {
7717
7717
  name: string;
7718
- username: string;
7718
+ id: string;
7719
+ size: number;
7719
7720
  user: string;
7721
+ username: string;
7720
7722
  timestamp: number;
7721
- id: string;
7722
7723
  mimetype: string;
7723
7724
  filetype: string;
7724
- size: number;
7725
7725
  url_private: string;
7726
7726
  url_private_download: string;
7727
7727
  permalink: string;
@@ -7762,19 +7762,19 @@ 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
+ operation: "upload_file";
7765
7766
  success: boolean;
7766
7767
  error: string;
7767
- operation: "upload_file";
7768
7768
  ok: boolean;
7769
7769
  file?: {
7770
7770
  name: string;
7771
- username: string;
7771
+ id: string;
7772
+ size: number;
7772
7773
  user: string;
7774
+ username: string;
7773
7775
  timestamp: number;
7774
- id: string;
7775
7776
  mimetype: string;
7776
7777
  filetype: string;
7777
- size: number;
7778
7778
  url_private: string;
7779
7779
  url_private_download: string;
7780
7780
  permalink: string;
@@ -7813,19 +7813,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7813
7813
  has_rich_preview?: boolean | undefined;
7814
7814
  } | undefined;
7815
7815
  }, {
7816
+ operation: "upload_file";
7816
7817
  success: boolean;
7817
7818
  error: string;
7818
- operation: "upload_file";
7819
7819
  ok: boolean;
7820
7820
  file?: {
7821
7821
  name: string;
7822
- username: string;
7822
+ id: string;
7823
+ size: number;
7823
7824
  user: string;
7825
+ username: string;
7824
7826
  timestamp: number;
7825
- id: string;
7826
7827
  mimetype: string;
7827
7828
  filetype: string;
7828
- size: number;
7829
7829
  url_private: string;
7830
7830
  url_private_download: string;
7831
7831
  permalink: string;
@@ -7872,17 +7872,17 @@ 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
+ operation: "schedule_message";
7875
7876
  success: boolean;
7876
7877
  error: string;
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
+ operation: "schedule_message";
7883
7884
  success: boolean;
7884
7885
  error: string;
7885
- operation: "schedule_message";
7886
7886
  ok: boolean;
7887
7887
  channel?: string | undefined;
7888
7888
  post_at?: number | undefined;
@@ -7909,9 +7909,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7909
7909
  }, "strip", z.ZodTypeAny, {
7910
7910
  name: string;
7911
7911
  id: string;
7912
+ size: number;
7912
7913
  mimetype: string;
7913
7914
  filetype: string;
7914
- size: number;
7915
7915
  title?: string | undefined;
7916
7916
  user?: string | undefined;
7917
7917
  url_private?: string | undefined;
@@ -7925,9 +7925,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7925
7925
  }, {
7926
7926
  name: string;
7927
7927
  id: string;
7928
+ size: number;
7928
7929
  mimetype: string;
7929
7930
  filetype: string;
7930
- size: number;
7931
7931
  title?: string | undefined;
7932
7932
  user?: string | undefined;
7933
7933
  url_private?: string | undefined;
@@ -7942,16 +7942,16 @@ 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
+ operation: "get_file_info";
7945
7946
  success: boolean;
7946
7947
  error: string;
7947
- operation: "get_file_info";
7948
7948
  ok: boolean;
7949
7949
  file?: {
7950
7950
  name: string;
7951
7951
  id: string;
7952
+ size: number;
7952
7953
  mimetype: string;
7953
7954
  filetype: string;
7954
- size: number;
7955
7955
  title?: string | undefined;
7956
7956
  user?: string | undefined;
7957
7957
  url_private?: string | undefined;
@@ -7964,16 +7964,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7964
7964
  permalink?: string | undefined;
7965
7965
  } | undefined;
7966
7966
  }, {
7967
+ operation: "get_file_info";
7967
7968
  success: boolean;
7968
7969
  error: string;
7969
- operation: "get_file_info";
7970
7970
  ok: boolean;
7971
7971
  file?: {
7972
7972
  name: string;
7973
7973
  id: string;
7974
+ size: number;
7974
7975
  mimetype: string;
7975
7976
  filetype: string;
7976
- size: number;
7977
7977
  title?: string | undefined;
7978
7978
  user?: string | undefined;
7979
7979
  url_private?: string | undefined;
@@ -7995,23 +7995,23 @@ 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
+ operation: "download_file";
7998
7999
  success: boolean;
7999
8000
  error: string;
8000
- operation: "download_file";
8001
8001
  ok: boolean;
8002
8002
  content?: string | undefined;
8003
+ size?: number | undefined;
8003
8004
  filename?: string | undefined;
8004
8005
  mimetype?: string | undefined;
8005
- size?: number | undefined;
8006
8006
  }, {
8007
+ operation: "download_file";
8007
8008
  success: boolean;
8008
8009
  error: string;
8009
- operation: "download_file";
8010
8010
  ok: boolean;
8011
8011
  content?: string | undefined;
8012
+ size?: number | undefined;
8012
8013
  filename?: string | undefined;
8013
8014
  mimetype?: string | undefined;
8014
- size?: number | undefined;
8015
8015
  }>]>;
8016
8016
  static readonly shortDescription = "Slack integration for messaging and workspace management";
8017
8017
  static readonly longDescription = "\nComprehensive Slack integration for messaging and workspace management.\n ";