@bubblelab/bubble-core 0.1.162 → 0.1.165

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 (95) hide show
  1. package/dist/bubble-bundle.d.ts +103 -103
  2. package/dist/bubbles/service-bubble/agent-memory.d.ts +104 -0
  3. package/dist/bubbles/service-bubble/agent-memory.d.ts.map +1 -0
  4. package/dist/bubbles/service-bubble/agent-memory.js +626 -0
  5. package/dist/bubbles/service-bubble/agent-memory.js.map +1 -0
  6. package/dist/bubbles/service-bubble/agi-inc.d.ts +128 -128
  7. package/dist/bubbles/service-bubble/ai-agent.d.ts +20 -8
  8. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  9. package/dist/bubbles/service-bubble/ai-agent.js +129 -5
  10. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  11. package/dist/bubbles/service-bubble/airtable.d.ts +94 -94
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +6 -6
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +2 -2
  14. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +4 -4
  15. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +2 -2
  16. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +2 -2
  17. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
  18. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +22 -22
  19. package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
  20. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +55 -55
  22. package/dist/bubbles/service-bubble/capability-pipeline.d.ts.map +1 -1
  23. package/dist/bubbles/service-bubble/capability-pipeline.js +2 -0
  24. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  25. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +41 -41
  26. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +94 -94
  27. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  28. package/dist/bubbles/service-bubble/firecrawl.d.ts +240 -240
  29. package/dist/bubbles/service-bubble/followupboss.d.ts +244 -244
  30. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +24 -24
  31. package/dist/bubbles/service-bubble/github.d.ts +188 -188
  32. package/dist/bubbles/service-bubble/gmail.d.ts +208 -208
  33. package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
  34. package/dist/bubbles/service-bubble/google-drive.d.ts +104 -104
  35. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  36. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  37. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  38. package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
  39. package/dist/bubbles/service-bubble/jira/jira.d.ts +96 -96
  40. package/dist/bubbles/service-bubble/notion/notion.d.ts +1257 -1257
  41. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  42. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +26 -26
  43. package/dist/bubbles/service-bubble/resend.d.ts +20 -20
  44. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +49 -49
  45. package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +66 -66
  46. package/dist/bubbles/service-bubble/sendsafely/sendsafely.utils.d.ts.map +1 -1
  47. package/dist/bubbles/service-bubble/sendsafely/sendsafely.utils.js.map +1 -1
  48. package/dist/bubbles/service-bubble/slack/slack.d.ts +640 -640
  49. package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
  50. package/dist/bubbles/service-bubble/slack/slack.js +5 -3
  51. package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
  52. package/dist/bubbles/service-bubble/storage.d.ts +76 -76
  53. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +95 -95
  54. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  55. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
  56. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
  60. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  61. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
  64. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  65. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  66. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  67. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +58 -58
  69. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  72. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +4 -4
  73. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
  74. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  75. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  76. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  77. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +16 -16
  78. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  79. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +18 -18
  80. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  81. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  82. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  83. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  84. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  85. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  86. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  87. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
  88. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  89. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +48 -48
  90. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  91. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +10 -10
  92. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +22 -22
  93. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  94. package/dist/bubbles.json +10 -5
  95. package/package.json +2 -2
@@ -102,15 +102,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
102
102
  verbatim: z.ZodOptional<z.ZodBoolean>;
103
103
  }, "strip", z.ZodTypeAny, {
104
104
  type: "image" | "plain_text" | "mrkdwn";
105
- emoji?: boolean | undefined;
106
105
  text?: string | undefined;
106
+ emoji?: boolean | undefined;
107
107
  image_url?: string | undefined;
108
108
  verbatim?: boolean | undefined;
109
109
  alt_text?: string | undefined;
110
110
  }, {
111
111
  type: "image" | "plain_text" | "mrkdwn";
112
- emoji?: boolean | undefined;
113
112
  text?: string | undefined;
113
+ emoji?: boolean | undefined;
114
114
  image_url?: string | undefined;
115
115
  verbatim?: boolean | undefined;
116
116
  alt_text?: string | undefined;
@@ -142,15 +142,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
142
142
  verbatim: z.ZodOptional<z.ZodBoolean>;
143
143
  }, "strip", z.ZodTypeAny, {
144
144
  type: "image" | "plain_text" | "mrkdwn";
145
- emoji?: boolean | undefined;
146
145
  text?: string | undefined;
146
+ emoji?: boolean | undefined;
147
147
  image_url?: string | undefined;
148
148
  verbatim?: boolean | undefined;
149
149
  alt_text?: string | undefined;
150
150
  }, {
151
151
  type: "image" | "plain_text" | "mrkdwn";
152
- emoji?: boolean | undefined;
153
152
  text?: string | undefined;
153
+ emoji?: boolean | undefined;
154
154
  image_url?: string | undefined;
155
155
  verbatim?: boolean | undefined;
156
156
  alt_text?: string | undefined;
@@ -182,15 +182,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
182
182
  verbatim: z.ZodOptional<z.ZodBoolean>;
183
183
  }, "strip", z.ZodTypeAny, {
184
184
  type: "image" | "plain_text" | "mrkdwn";
185
- emoji?: boolean | undefined;
186
185
  text?: string | undefined;
186
+ emoji?: boolean | undefined;
187
187
  image_url?: string | undefined;
188
188
  verbatim?: boolean | undefined;
189
189
  alt_text?: string | undefined;
190
190
  }, {
191
191
  type: "image" | "plain_text" | "mrkdwn";
192
- emoji?: boolean | undefined;
193
192
  text?: string | undefined;
193
+ emoji?: boolean | undefined;
194
194
  image_url?: string | undefined;
195
195
  verbatim?: boolean | undefined;
196
196
  alt_text?: string | undefined;
@@ -202,8 +202,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
202
202
  unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
203
203
  unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
204
204
  }, "strip", z.ZodTypeAny, {
205
- operation: "send_message";
206
205
  text: string;
206
+ operation: "send_message";
207
207
  channel: string;
208
208
  reply_broadcast: boolean;
209
209
  unfurl_links: boolean;
@@ -259,15 +259,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
259
259
  verbatim: z.ZodOptional<z.ZodBoolean>;
260
260
  }, "strip", z.ZodTypeAny, {
261
261
  type: "image" | "plain_text" | "mrkdwn";
262
- emoji?: boolean | undefined;
263
262
  text?: string | undefined;
263
+ emoji?: boolean | undefined;
264
264
  image_url?: string | undefined;
265
265
  verbatim?: boolean | undefined;
266
266
  alt_text?: string | undefined;
267
267
  }, {
268
268
  type: "image" | "plain_text" | "mrkdwn";
269
- emoji?: boolean | undefined;
270
269
  text?: string | undefined;
270
+ emoji?: boolean | undefined;
271
271
  image_url?: string | undefined;
272
272
  verbatim?: boolean | undefined;
273
273
  alt_text?: string | undefined;
@@ -275,8 +275,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
275
275
  }, z.ZodTypeAny, "passthrough">[] | undefined;
276
276
  thread_ts?: string | undefined;
277
277
  }, {
278
- operation: "send_message";
279
278
  text: string;
279
+ operation: "send_message";
280
280
  channel: string;
281
281
  credentials?: Partial<Record<CredentialType, string>> | undefined;
282
282
  username?: string | undefined;
@@ -329,15 +329,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
329
329
  verbatim: z.ZodOptional<z.ZodBoolean>;
330
330
  }, "strip", z.ZodTypeAny, {
331
331
  type: "image" | "plain_text" | "mrkdwn";
332
- emoji?: boolean | undefined;
333
332
  text?: string | undefined;
333
+ emoji?: boolean | undefined;
334
334
  image_url?: string | undefined;
335
335
  verbatim?: boolean | undefined;
336
336
  alt_text?: string | undefined;
337
337
  }, {
338
338
  type: "image" | "plain_text" | "mrkdwn";
339
- emoji?: boolean | undefined;
340
339
  text?: string | undefined;
340
+ emoji?: boolean | undefined;
341
341
  image_url?: string | undefined;
342
342
  verbatim?: boolean | undefined;
343
343
  alt_text?: string | undefined;
@@ -355,16 +355,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
355
355
  cursor: z.ZodOptional<z.ZodString>;
356
356
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
357
357
  }, "strip", z.ZodTypeAny, {
358
- operation: "list_channels";
359
358
  types: ("public_channel" | "private_channel" | "mpim" | "im")[];
359
+ operation: "list_channels";
360
360
  exclude_archived: boolean;
361
361
  limit: number;
362
362
  credentials?: Partial<Record<CredentialType, string>> | undefined;
363
363
  cursor?: string | undefined;
364
364
  }, {
365
365
  operation: "list_channels";
366
- credentials?: Partial<Record<CredentialType, string>> | undefined;
367
366
  types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
367
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
368
368
  exclude_archived?: boolean | undefined;
369
369
  limit?: number | undefined;
370
370
  cursor?: string | undefined;
@@ -389,13 +389,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
389
389
  include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
390
390
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
391
391
  }, "strip", z.ZodTypeAny, {
392
- operation: "get_user_info";
393
392
  user: string;
393
+ operation: "get_user_info";
394
394
  include_locale: boolean;
395
395
  credentials?: Partial<Record<CredentialType, string>> | undefined;
396
396
  }, {
397
- operation: "get_user_info";
398
397
  user: string;
398
+ operation: "get_user_info";
399
399
  credentials?: Partial<Record<CredentialType, string>> | undefined;
400
400
  include_locale?: boolean | undefined;
401
401
  }>, z.ZodObject<{
@@ -456,8 +456,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
456
456
  }, "strip", z.ZodTypeAny, {
457
457
  inclusive: boolean;
458
458
  operation: "get_thread_replies";
459
- ts: string;
460
459
  channel: string;
460
+ ts: string;
461
461
  limit: number;
462
462
  credentials?: Partial<Record<CredentialType, string>> | undefined;
463
463
  cursor?: string | undefined;
@@ -465,8 +465,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
465
465
  oldest?: string | undefined;
466
466
  }, {
467
467
  operation: "get_thread_replies";
468
- ts: string;
469
468
  channel: string;
469
+ ts: string;
470
470
  inclusive?: boolean | undefined;
471
471
  credentials?: Partial<Record<CredentialType, string>> | undefined;
472
472
  limit?: number | undefined;
@@ -571,15 +571,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
571
571
  verbatim: z.ZodOptional<z.ZodBoolean>;
572
572
  }, "strip", z.ZodTypeAny, {
573
573
  type: "image" | "plain_text" | "mrkdwn";
574
- emoji?: boolean | undefined;
575
574
  text?: string | undefined;
575
+ emoji?: boolean | undefined;
576
576
  image_url?: string | undefined;
577
577
  verbatim?: boolean | undefined;
578
578
  alt_text?: string | undefined;
579
579
  }, {
580
580
  type: "image" | "plain_text" | "mrkdwn";
581
- emoji?: boolean | undefined;
582
581
  text?: string | undefined;
582
+ emoji?: boolean | undefined;
583
583
  image_url?: string | undefined;
584
584
  verbatim?: boolean | undefined;
585
585
  alt_text?: string | undefined;
@@ -611,15 +611,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
611
611
  verbatim: z.ZodOptional<z.ZodBoolean>;
612
612
  }, "strip", z.ZodTypeAny, {
613
613
  type: "image" | "plain_text" | "mrkdwn";
614
- emoji?: boolean | undefined;
615
614
  text?: string | undefined;
615
+ emoji?: boolean | undefined;
616
616
  image_url?: string | undefined;
617
617
  verbatim?: boolean | undefined;
618
618
  alt_text?: string | undefined;
619
619
  }, {
620
620
  type: "image" | "plain_text" | "mrkdwn";
621
- emoji?: boolean | undefined;
622
621
  text?: string | undefined;
622
+ emoji?: boolean | undefined;
623
623
  image_url?: string | undefined;
624
624
  verbatim?: boolean | undefined;
625
625
  alt_text?: string | undefined;
@@ -651,15 +651,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
651
651
  verbatim: z.ZodOptional<z.ZodBoolean>;
652
652
  }, "strip", z.ZodTypeAny, {
653
653
  type: "image" | "plain_text" | "mrkdwn";
654
- emoji?: boolean | undefined;
655
654
  text?: string | undefined;
655
+ emoji?: boolean | undefined;
656
656
  image_url?: string | undefined;
657
657
  verbatim?: boolean | undefined;
658
658
  alt_text?: string | undefined;
659
659
  }, {
660
660
  type: "image" | "plain_text" | "mrkdwn";
661
- emoji?: boolean | undefined;
662
661
  text?: string | undefined;
662
+ emoji?: boolean | undefined;
663
663
  image_url?: string | undefined;
664
664
  verbatim?: boolean | undefined;
665
665
  alt_text?: string | undefined;
@@ -668,10 +668,10 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
668
668
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
669
669
  }, "strip", z.ZodTypeAny, {
670
670
  operation: "update_message";
671
- ts: string;
672
671
  channel: string;
673
- credentials?: Partial<Record<CredentialType, string>> | undefined;
672
+ ts: string;
674
673
  text?: string | undefined;
674
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
675
675
  attachments?: {
676
676
  title?: string | undefined;
677
677
  text?: string | undefined;
@@ -719,15 +719,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
719
719
  verbatim: z.ZodOptional<z.ZodBoolean>;
720
720
  }, "strip", z.ZodTypeAny, {
721
721
  type: "image" | "plain_text" | "mrkdwn";
722
- emoji?: boolean | undefined;
723
722
  text?: string | undefined;
723
+ emoji?: boolean | undefined;
724
724
  image_url?: string | undefined;
725
725
  verbatim?: boolean | undefined;
726
726
  alt_text?: string | undefined;
727
727
  }, {
728
728
  type: "image" | "plain_text" | "mrkdwn";
729
- emoji?: boolean | undefined;
730
729
  text?: string | undefined;
730
+ emoji?: boolean | undefined;
731
731
  image_url?: string | undefined;
732
732
  verbatim?: boolean | undefined;
733
733
  alt_text?: string | undefined;
@@ -735,10 +735,10 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
735
735
  }, z.ZodTypeAny, "passthrough">[] | undefined;
736
736
  }, {
737
737
  operation: "update_message";
738
- ts: string;
739
738
  channel: string;
740
- credentials?: Partial<Record<CredentialType, string>> | undefined;
739
+ ts: string;
741
740
  text?: string | undefined;
741
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
742
742
  attachments?: {
743
743
  title?: string | undefined;
744
744
  text?: string | undefined;
@@ -786,15 +786,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
786
786
  verbatim: z.ZodOptional<z.ZodBoolean>;
787
787
  }, "strip", z.ZodTypeAny, {
788
788
  type: "image" | "plain_text" | "mrkdwn";
789
- emoji?: boolean | undefined;
790
789
  text?: string | undefined;
790
+ emoji?: boolean | undefined;
791
791
  image_url?: string | undefined;
792
792
  verbatim?: boolean | undefined;
793
793
  alt_text?: string | undefined;
794
794
  }, {
795
795
  type: "image" | "plain_text" | "mrkdwn";
796
- emoji?: boolean | undefined;
797
796
  text?: string | undefined;
797
+ emoji?: boolean | undefined;
798
798
  image_url?: string | undefined;
799
799
  verbatim?: boolean | undefined;
800
800
  alt_text?: string | undefined;
@@ -807,13 +807,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
807
807
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
808
808
  }, "strip", z.ZodTypeAny, {
809
809
  operation: "delete_message";
810
- ts: string;
811
810
  channel: string;
811
+ ts: string;
812
812
  credentials?: Partial<Record<CredentialType, string>> | undefined;
813
813
  }, {
814
814
  operation: "delete_message";
815
- ts: string;
816
815
  channel: string;
816
+ ts: string;
817
817
  credentials?: Partial<Record<CredentialType, string>> | undefined;
818
818
  }>, z.ZodObject<{
819
819
  operation: z.ZodLiteral<"add_reaction">;
@@ -926,15 +926,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
926
926
  verbatim: z.ZodOptional<z.ZodBoolean>;
927
927
  }, "strip", z.ZodTypeAny, {
928
928
  type: "image" | "plain_text" | "mrkdwn";
929
- emoji?: boolean | undefined;
930
929
  text?: string | undefined;
930
+ emoji?: boolean | undefined;
931
931
  image_url?: string | undefined;
932
932
  verbatim?: boolean | undefined;
933
933
  alt_text?: string | undefined;
934
934
  }, {
935
935
  type: "image" | "plain_text" | "mrkdwn";
936
- emoji?: boolean | undefined;
937
936
  text?: string | undefined;
937
+ emoji?: boolean | undefined;
938
938
  image_url?: string | undefined;
939
939
  verbatim?: boolean | undefined;
940
940
  alt_text?: string | undefined;
@@ -966,15 +966,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
966
966
  verbatim: z.ZodOptional<z.ZodBoolean>;
967
967
  }, "strip", z.ZodTypeAny, {
968
968
  type: "image" | "plain_text" | "mrkdwn";
969
- emoji?: boolean | undefined;
970
969
  text?: string | undefined;
970
+ emoji?: boolean | undefined;
971
971
  image_url?: string | undefined;
972
972
  verbatim?: boolean | undefined;
973
973
  alt_text?: string | undefined;
974
974
  }, {
975
975
  type: "image" | "plain_text" | "mrkdwn";
976
- emoji?: boolean | undefined;
977
976
  text?: string | undefined;
977
+ emoji?: boolean | undefined;
978
978
  image_url?: string | undefined;
979
979
  verbatim?: boolean | undefined;
980
980
  alt_text?: string | undefined;
@@ -1006,15 +1006,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1006
1006
  verbatim: z.ZodOptional<z.ZodBoolean>;
1007
1007
  }, "strip", z.ZodTypeAny, {
1008
1008
  type: "image" | "plain_text" | "mrkdwn";
1009
- emoji?: boolean | undefined;
1010
1009
  text?: string | undefined;
1010
+ emoji?: boolean | undefined;
1011
1011
  image_url?: string | undefined;
1012
1012
  verbatim?: boolean | undefined;
1013
1013
  alt_text?: string | undefined;
1014
1014
  }, {
1015
1015
  type: "image" | "plain_text" | "mrkdwn";
1016
- emoji?: boolean | undefined;
1017
1016
  text?: string | undefined;
1017
+ emoji?: boolean | undefined;
1018
1018
  image_url?: string | undefined;
1019
1019
  verbatim?: boolean | undefined;
1020
1020
  alt_text?: string | undefined;
@@ -1024,8 +1024,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1024
1024
  unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1025
1025
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1026
1026
  }, "strip", z.ZodTypeAny, {
1027
- operation: "schedule_message";
1028
1027
  text: string;
1028
+ operation: "schedule_message";
1029
1029
  channel: string;
1030
1030
  unfurl_links: boolean;
1031
1031
  unfurl_media: boolean;
@@ -1058,15 +1058,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1058
1058
  verbatim: z.ZodOptional<z.ZodBoolean>;
1059
1059
  }, "strip", z.ZodTypeAny, {
1060
1060
  type: "image" | "plain_text" | "mrkdwn";
1061
- emoji?: boolean | undefined;
1062
1061
  text?: string | undefined;
1062
+ emoji?: boolean | undefined;
1063
1063
  image_url?: string | undefined;
1064
1064
  verbatim?: boolean | undefined;
1065
1065
  alt_text?: string | undefined;
1066
1066
  }, {
1067
1067
  type: "image" | "plain_text" | "mrkdwn";
1068
- emoji?: boolean | undefined;
1069
1068
  text?: string | undefined;
1069
+ emoji?: boolean | undefined;
1070
1070
  image_url?: string | undefined;
1071
1071
  verbatim?: boolean | undefined;
1072
1072
  alt_text?: string | undefined;
@@ -1074,8 +1074,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1074
1074
  }, z.ZodTypeAny, "passthrough">[] | undefined;
1075
1075
  thread_ts?: string | undefined;
1076
1076
  }, {
1077
- operation: "schedule_message";
1078
1077
  text: string;
1078
+ operation: "schedule_message";
1079
1079
  channel: string;
1080
1080
  post_at: number;
1081
1081
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -1106,15 +1106,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1106
1106
  verbatim: z.ZodOptional<z.ZodBoolean>;
1107
1107
  }, "strip", z.ZodTypeAny, {
1108
1108
  type: "image" | "plain_text" | "mrkdwn";
1109
- emoji?: boolean | undefined;
1110
1109
  text?: string | undefined;
1110
+ emoji?: boolean | undefined;
1111
1111
  image_url?: string | undefined;
1112
1112
  verbatim?: boolean | undefined;
1113
1113
  alt_text?: string | undefined;
1114
1114
  }, {
1115
1115
  type: "image" | "plain_text" | "mrkdwn";
1116
- emoji?: boolean | undefined;
1117
1116
  text?: string | undefined;
1117
+ emoji?: boolean | undefined;
1118
1118
  image_url?: string | undefined;
1119
1119
  verbatim?: boolean | undefined;
1120
1120
  alt_text?: string | undefined;
@@ -1244,27 +1244,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1244
1244
  }>, "many">>;
1245
1245
  }, "strip", z.ZodTypeAny, {
1246
1246
  type: string;
1247
- files?: {
1248
- id: string;
1249
- title?: string | undefined;
1250
- name?: string | undefined;
1251
- user?: string | undefined;
1252
- mimetype?: string | undefined;
1253
- filetype?: string | undefined;
1254
- size?: number | undefined;
1255
- url_private?: string | undefined;
1256
- url_private_download?: string | undefined;
1257
- thumb_64?: string | undefined;
1258
- thumb_360?: string | undefined;
1259
- thumb_480?: string | undefined;
1260
- original_w?: number | undefined;
1261
- original_h?: number | undefined;
1262
- permalink?: string | undefined;
1263
- }[] | undefined;
1264
1247
  user?: string | undefined;
1265
1248
  text?: string | undefined;
1266
- ts?: string | undefined;
1267
1249
  username?: string | undefined;
1250
+ ts?: string | undefined;
1268
1251
  attachments?: unknown[] | undefined;
1269
1252
  blocks?: unknown[] | undefined;
1270
1253
  thread_ts?: string | undefined;
@@ -1284,8 +1267,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1284
1267
  users: string[];
1285
1268
  count: number;
1286
1269
  }[] | undefined;
1287
- }, {
1288
- type: string;
1289
1270
  files?: {
1290
1271
  id: string;
1291
1272
  title?: string | undefined;
@@ -1303,10 +1284,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1303
1284
  original_h?: number | undefined;
1304
1285
  permalink?: string | undefined;
1305
1286
  }[] | undefined;
1287
+ }, {
1288
+ type: string;
1306
1289
  user?: string | undefined;
1307
1290
  text?: string | undefined;
1308
- ts?: string | undefined;
1309
1291
  username?: string | undefined;
1292
+ ts?: string | undefined;
1310
1293
  attachments?: unknown[] | undefined;
1311
1294
  blocks?: unknown[] | undefined;
1312
1295
  thread_ts?: string | undefined;
@@ -1326,16 +1309,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1326
1309
  users: string[];
1327
1310
  count: number;
1328
1311
  }[] | undefined;
1329
- }>>;
1330
- error: z.ZodString;
1331
- success: z.ZodBoolean;
1332
- }, "strip", z.ZodTypeAny, {
1333
- operation: "send_message";
1334
- success: boolean;
1335
- error: string;
1336
- ok: boolean;
1337
- message?: {
1338
- type: string;
1339
1312
  files?: {
1340
1313
  id: string;
1341
1314
  title?: string | undefined;
@@ -1353,10 +1326,20 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1353
1326
  original_h?: number | undefined;
1354
1327
  permalink?: string | undefined;
1355
1328
  }[] | undefined;
1329
+ }>>;
1330
+ error: z.ZodString;
1331
+ success: z.ZodBoolean;
1332
+ }, "strip", z.ZodTypeAny, {
1333
+ error: string;
1334
+ success: boolean;
1335
+ operation: "send_message";
1336
+ ok: boolean;
1337
+ message?: {
1338
+ type: string;
1356
1339
  user?: string | undefined;
1357
1340
  text?: string | undefined;
1358
- ts?: string | undefined;
1359
1341
  username?: string | undefined;
1342
+ ts?: string | undefined;
1360
1343
  attachments?: unknown[] | undefined;
1361
1344
  blocks?: unknown[] | undefined;
1362
1345
  thread_ts?: string | undefined;
@@ -1376,16 +1359,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1376
1359
  users: string[];
1377
1360
  count: number;
1378
1361
  }[] | undefined;
1379
- } | undefined;
1380
- ts?: string | undefined;
1381
- channel?: string | undefined;
1382
- }, {
1383
- operation: "send_message";
1384
- success: boolean;
1385
- error: string;
1386
- ok: boolean;
1387
- message?: {
1388
- type: string;
1389
1362
  files?: {
1390
1363
  id: string;
1391
1364
  title?: string | undefined;
@@ -1403,10 +1376,20 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1403
1376
  original_h?: number | undefined;
1404
1377
  permalink?: string | undefined;
1405
1378
  }[] | undefined;
1379
+ } | undefined;
1380
+ channel?: string | undefined;
1381
+ ts?: string | undefined;
1382
+ }, {
1383
+ error: string;
1384
+ success: boolean;
1385
+ operation: "send_message";
1386
+ ok: boolean;
1387
+ message?: {
1388
+ type: string;
1406
1389
  user?: string | undefined;
1407
1390
  text?: string | undefined;
1408
- ts?: string | undefined;
1409
1391
  username?: string | undefined;
1392
+ ts?: string | undefined;
1410
1393
  attachments?: unknown[] | undefined;
1411
1394
  blocks?: unknown[] | undefined;
1412
1395
  thread_ts?: string | undefined;
@@ -1426,9 +1409,26 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1426
1409
  users: string[];
1427
1410
  count: number;
1428
1411
  }[] | undefined;
1412
+ files?: {
1413
+ id: string;
1414
+ title?: string | undefined;
1415
+ name?: string | undefined;
1416
+ user?: string | undefined;
1417
+ mimetype?: string | undefined;
1418
+ filetype?: string | undefined;
1419
+ size?: number | undefined;
1420
+ url_private?: string | undefined;
1421
+ url_private_download?: string | undefined;
1422
+ thumb_64?: string | undefined;
1423
+ thumb_360?: string | undefined;
1424
+ thumb_480?: string | undefined;
1425
+ original_w?: number | undefined;
1426
+ original_h?: number | undefined;
1427
+ permalink?: string | undefined;
1428
+ }[] | undefined;
1429
1429
  } | undefined;
1430
- ts?: string | undefined;
1431
1430
  channel?: string | undefined;
1431
+ ts?: string | undefined;
1432
1432
  }>, z.ZodObject<{
1433
1433
  operation: z.ZodLiteral<"list_channels">;
1434
1434
  ok: z.ZodBoolean;
@@ -1558,9 +1558,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1558
1558
  error: z.ZodString;
1559
1559
  success: z.ZodBoolean;
1560
1560
  }, "strip", z.ZodTypeAny, {
1561
- operation: "list_channels";
1562
- success: boolean;
1563
1561
  error: string;
1562
+ success: boolean;
1563
+ operation: "list_channels";
1564
1564
  ok: boolean;
1565
1565
  response_metadata?: {
1566
1566
  next_cursor: string;
@@ -1600,9 +1600,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1600
1600
  num_members?: number | undefined;
1601
1601
  }[] | undefined;
1602
1602
  }, {
1603
- operation: "list_channels";
1604
- success: boolean;
1605
1603
  error: string;
1604
+ success: boolean;
1605
+ operation: "list_channels";
1606
1606
  ok: boolean;
1607
1607
  response_metadata?: {
1608
1608
  next_cursor: string;
@@ -1763,9 +1763,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1763
1763
  error: z.ZodString;
1764
1764
  success: z.ZodBoolean;
1765
1765
  }, "strip", z.ZodTypeAny, {
1766
- operation: "get_channel_info";
1767
- success: boolean;
1768
1766
  error: string;
1767
+ success: boolean;
1768
+ operation: "get_channel_info";
1769
1769
  ok: boolean;
1770
1770
  channel?: {
1771
1771
  name: string;
@@ -1802,9 +1802,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1802
1802
  num_members?: number | undefined;
1803
1803
  } | undefined;
1804
1804
  }, {
1805
- operation: "get_channel_info";
1806
- success: boolean;
1807
1805
  error: string;
1806
+ success: boolean;
1807
+ operation: "get_channel_info";
1808
1808
  ok: boolean;
1809
1809
  channel?: {
1810
1810
  name: string;
@@ -2032,9 +2032,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2032
2032
  error: z.ZodString;
2033
2033
  success: z.ZodBoolean;
2034
2034
  }, "strip", z.ZodTypeAny, {
2035
- operation: "get_user_info";
2036
- success: boolean;
2037
2035
  error: string;
2036
+ success: boolean;
2037
+ operation: "get_user_info";
2038
2038
  ok: boolean;
2039
2039
  user?: {
2040
2040
  name: string;
@@ -2083,9 +2083,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2083
2083
  has_2fa?: boolean | undefined;
2084
2084
  } | undefined;
2085
2085
  }, {
2086
- operation: "get_user_info";
2087
- success: boolean;
2088
2086
  error: string;
2087
+ success: boolean;
2088
+ operation: "get_user_info";
2089
2089
  ok: boolean;
2090
2090
  user?: {
2091
2091
  name: string;
@@ -2332,9 +2332,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2332
2332
  error: z.ZodString;
2333
2333
  success: z.ZodBoolean;
2334
2334
  }, "strip", z.ZodTypeAny, {
2335
- operation: "list_users";
2336
- success: boolean;
2337
2335
  error: string;
2336
+ success: boolean;
2337
+ operation: "list_users";
2338
2338
  ok: boolean;
2339
2339
  response_metadata?: {
2340
2340
  next_cursor: string;
@@ -2386,9 +2386,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2386
2386
  has_2fa?: boolean | undefined;
2387
2387
  }[] | undefined;
2388
2388
  }, {
2389
- operation: "list_users";
2390
- success: boolean;
2391
2389
  error: string;
2390
+ success: boolean;
2391
+ operation: "list_users";
2392
2392
  ok: boolean;
2393
2393
  response_metadata?: {
2394
2394
  next_cursor: string;
@@ -2530,27 +2530,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2530
2530
  }>, "many">>;
2531
2531
  }, "strip", z.ZodTypeAny, {
2532
2532
  type: string;
2533
- files?: {
2534
- id: string;
2535
- title?: string | undefined;
2536
- name?: string | undefined;
2537
- user?: string | undefined;
2538
- mimetype?: string | undefined;
2539
- filetype?: string | undefined;
2540
- size?: number | undefined;
2541
- url_private?: string | undefined;
2542
- url_private_download?: string | undefined;
2543
- thumb_64?: string | undefined;
2544
- thumb_360?: string | undefined;
2545
- thumb_480?: string | undefined;
2546
- original_w?: number | undefined;
2547
- original_h?: number | undefined;
2548
- permalink?: string | undefined;
2549
- }[] | undefined;
2550
2533
  user?: string | undefined;
2551
2534
  text?: string | undefined;
2552
- ts?: string | undefined;
2553
2535
  username?: string | undefined;
2536
+ ts?: string | undefined;
2554
2537
  attachments?: unknown[] | undefined;
2555
2538
  blocks?: unknown[] | undefined;
2556
2539
  thread_ts?: string | undefined;
@@ -2570,8 +2553,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2570
2553
  users: string[];
2571
2554
  count: number;
2572
2555
  }[] | undefined;
2573
- }, {
2574
- type: string;
2575
2556
  files?: {
2576
2557
  id: string;
2577
2558
  title?: string | undefined;
@@ -2589,10 +2570,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2589
2570
  original_h?: number | undefined;
2590
2571
  permalink?: string | undefined;
2591
2572
  }[] | undefined;
2573
+ }, {
2574
+ type: string;
2592
2575
  user?: string | undefined;
2593
2576
  text?: string | undefined;
2594
- ts?: string | undefined;
2595
2577
  username?: string | undefined;
2578
+ ts?: string | undefined;
2596
2579
  attachments?: unknown[] | undefined;
2597
2580
  blocks?: unknown[] | undefined;
2598
2581
  thread_ts?: string | undefined;
@@ -2612,24 +2595,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2612
2595
  users: string[];
2613
2596
  count: number;
2614
2597
  }[] | undefined;
2615
- }>, "many">>;
2616
- has_more: z.ZodOptional<z.ZodBoolean>;
2617
- response_metadata: z.ZodOptional<z.ZodObject<{
2618
- next_cursor: z.ZodString;
2619
- }, "strip", z.ZodTypeAny, {
2620
- next_cursor: string;
2621
- }, {
2622
- next_cursor: string;
2623
- }>>;
2624
- error: z.ZodString;
2625
- success: z.ZodBoolean;
2626
- }, "strip", z.ZodTypeAny, {
2627
- operation: "get_conversation_history";
2628
- success: boolean;
2629
- error: string;
2630
- ok: boolean;
2631
- messages?: {
2632
- type: string;
2633
2598
  files?: {
2634
2599
  id: string;
2635
2600
  title?: string | undefined;
@@ -2647,10 +2612,28 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2647
2612
  original_h?: number | undefined;
2648
2613
  permalink?: string | undefined;
2649
2614
  }[] | undefined;
2650
- user?: string | undefined;
2615
+ }>, "many">>;
2616
+ has_more: z.ZodOptional<z.ZodBoolean>;
2617
+ response_metadata: z.ZodOptional<z.ZodObject<{
2618
+ next_cursor: z.ZodString;
2619
+ }, "strip", z.ZodTypeAny, {
2620
+ next_cursor: string;
2621
+ }, {
2622
+ next_cursor: string;
2623
+ }>>;
2624
+ error: z.ZodString;
2625
+ success: z.ZodBoolean;
2626
+ }, "strip", z.ZodTypeAny, {
2627
+ error: string;
2628
+ success: boolean;
2629
+ operation: "get_conversation_history";
2630
+ ok: boolean;
2631
+ messages?: {
2632
+ type: string;
2633
+ user?: string | undefined;
2651
2634
  text?: string | undefined;
2652
- ts?: string | undefined;
2653
2635
  username?: string | undefined;
2636
+ ts?: string | undefined;
2654
2637
  attachments?: unknown[] | undefined;
2655
2638
  blocks?: unknown[] | undefined;
2656
2639
  thread_ts?: string | undefined;
@@ -2670,18 +2653,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2670
2653
  users: string[];
2671
2654
  count: number;
2672
2655
  }[] | undefined;
2673
- }[] | undefined;
2674
- response_metadata?: {
2675
- next_cursor: string;
2676
- } | undefined;
2677
- has_more?: boolean | undefined;
2678
- }, {
2679
- operation: "get_conversation_history";
2680
- success: boolean;
2681
- error: string;
2682
- ok: boolean;
2683
- messages?: {
2684
- type: string;
2685
2656
  files?: {
2686
2657
  id: string;
2687
2658
  title?: string | undefined;
@@ -2699,10 +2670,22 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2699
2670
  original_h?: number | undefined;
2700
2671
  permalink?: string | undefined;
2701
2672
  }[] | undefined;
2673
+ }[] | undefined;
2674
+ response_metadata?: {
2675
+ next_cursor: string;
2676
+ } | undefined;
2677
+ has_more?: boolean | undefined;
2678
+ }, {
2679
+ error: string;
2680
+ success: boolean;
2681
+ operation: "get_conversation_history";
2682
+ ok: boolean;
2683
+ messages?: {
2684
+ type: string;
2702
2685
  user?: string | undefined;
2703
2686
  text?: string | undefined;
2704
- ts?: string | undefined;
2705
2687
  username?: string | undefined;
2688
+ ts?: string | undefined;
2706
2689
  attachments?: unknown[] | undefined;
2707
2690
  blocks?: unknown[] | undefined;
2708
2691
  thread_ts?: string | undefined;
@@ -2722,6 +2705,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2722
2705
  users: string[];
2723
2706
  count: number;
2724
2707
  }[] | undefined;
2708
+ files?: {
2709
+ id: string;
2710
+ title?: string | undefined;
2711
+ name?: string | undefined;
2712
+ user?: string | undefined;
2713
+ mimetype?: string | undefined;
2714
+ filetype?: string | undefined;
2715
+ size?: number | undefined;
2716
+ url_private?: string | undefined;
2717
+ url_private_download?: string | undefined;
2718
+ thumb_64?: string | undefined;
2719
+ thumb_360?: string | undefined;
2720
+ thumb_480?: string | undefined;
2721
+ original_w?: number | undefined;
2722
+ original_h?: number | undefined;
2723
+ permalink?: string | undefined;
2724
+ }[] | undefined;
2725
2725
  }[] | undefined;
2726
2726
  response_metadata?: {
2727
2727
  next_cursor: string;
@@ -2818,27 +2818,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2818
2818
  }>, "many">>;
2819
2819
  }, "strip", z.ZodTypeAny, {
2820
2820
  type: string;
2821
- files?: {
2822
- id: string;
2823
- title?: string | undefined;
2824
- name?: string | undefined;
2825
- user?: string | undefined;
2826
- mimetype?: string | undefined;
2827
- filetype?: string | undefined;
2828
- size?: number | undefined;
2829
- url_private?: string | undefined;
2830
- url_private_download?: string | undefined;
2831
- thumb_64?: string | undefined;
2832
- thumb_360?: string | undefined;
2833
- thumb_480?: string | undefined;
2834
- original_w?: number | undefined;
2835
- original_h?: number | undefined;
2836
- permalink?: string | undefined;
2837
- }[] | undefined;
2838
2821
  user?: string | undefined;
2839
2822
  text?: string | undefined;
2840
- ts?: string | undefined;
2841
2823
  username?: string | undefined;
2824
+ ts?: string | undefined;
2842
2825
  attachments?: unknown[] | undefined;
2843
2826
  blocks?: unknown[] | undefined;
2844
2827
  thread_ts?: string | undefined;
@@ -2858,8 +2841,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2858
2841
  users: string[];
2859
2842
  count: number;
2860
2843
  }[] | undefined;
2861
- }, {
2862
- type: string;
2863
2844
  files?: {
2864
2845
  id: string;
2865
2846
  title?: string | undefined;
@@ -2877,10 +2858,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2877
2858
  original_h?: number | undefined;
2878
2859
  permalink?: string | undefined;
2879
2860
  }[] | undefined;
2861
+ }, {
2862
+ type: string;
2880
2863
  user?: string | undefined;
2881
2864
  text?: string | undefined;
2882
- ts?: string | undefined;
2883
2865
  username?: string | undefined;
2866
+ ts?: string | undefined;
2884
2867
  attachments?: unknown[] | undefined;
2885
2868
  blocks?: unknown[] | undefined;
2886
2869
  thread_ts?: string | undefined;
@@ -2900,24 +2883,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2900
2883
  users: string[];
2901
2884
  count: number;
2902
2885
  }[] | undefined;
2903
- }>, "many">>;
2904
- has_more: z.ZodOptional<z.ZodBoolean>;
2905
- response_metadata: z.ZodOptional<z.ZodObject<{
2906
- next_cursor: z.ZodString;
2907
- }, "strip", z.ZodTypeAny, {
2908
- next_cursor: string;
2909
- }, {
2910
- next_cursor: string;
2911
- }>>;
2912
- error: z.ZodString;
2913
- success: z.ZodBoolean;
2914
- }, "strip", z.ZodTypeAny, {
2915
- operation: "get_thread_replies";
2916
- success: boolean;
2917
- error: string;
2918
- ok: boolean;
2919
- messages?: {
2920
- type: string;
2921
2886
  files?: {
2922
2887
  id: string;
2923
2888
  title?: string | undefined;
@@ -2935,10 +2900,28 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2935
2900
  original_h?: number | undefined;
2936
2901
  permalink?: string | undefined;
2937
2902
  }[] | undefined;
2903
+ }>, "many">>;
2904
+ has_more: z.ZodOptional<z.ZodBoolean>;
2905
+ response_metadata: z.ZodOptional<z.ZodObject<{
2906
+ next_cursor: z.ZodString;
2907
+ }, "strip", z.ZodTypeAny, {
2908
+ next_cursor: string;
2909
+ }, {
2910
+ next_cursor: string;
2911
+ }>>;
2912
+ error: z.ZodString;
2913
+ success: z.ZodBoolean;
2914
+ }, "strip", z.ZodTypeAny, {
2915
+ error: string;
2916
+ success: boolean;
2917
+ operation: "get_thread_replies";
2918
+ ok: boolean;
2919
+ messages?: {
2920
+ type: string;
2938
2921
  user?: string | undefined;
2939
2922
  text?: string | undefined;
2940
- ts?: string | undefined;
2941
2923
  username?: string | undefined;
2924
+ ts?: string | undefined;
2942
2925
  attachments?: unknown[] | undefined;
2943
2926
  blocks?: unknown[] | undefined;
2944
2927
  thread_ts?: string | undefined;
@@ -2958,18 +2941,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2958
2941
  users: string[];
2959
2942
  count: number;
2960
2943
  }[] | undefined;
2961
- }[] | undefined;
2962
- response_metadata?: {
2963
- next_cursor: string;
2964
- } | undefined;
2965
- has_more?: boolean | undefined;
2966
- }, {
2967
- operation: "get_thread_replies";
2968
- success: boolean;
2969
- error: string;
2970
- ok: boolean;
2971
- messages?: {
2972
- type: string;
2973
2944
  files?: {
2974
2945
  id: string;
2975
2946
  title?: string | undefined;
@@ -2987,10 +2958,22 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2987
2958
  original_h?: number | undefined;
2988
2959
  permalink?: string | undefined;
2989
2960
  }[] | undefined;
2961
+ }[] | undefined;
2962
+ response_metadata?: {
2963
+ next_cursor: string;
2964
+ } | undefined;
2965
+ has_more?: boolean | undefined;
2966
+ }, {
2967
+ error: string;
2968
+ success: boolean;
2969
+ operation: "get_thread_replies";
2970
+ ok: boolean;
2971
+ messages?: {
2972
+ type: string;
2990
2973
  user?: string | undefined;
2991
2974
  text?: string | undefined;
2992
- ts?: string | undefined;
2993
2975
  username?: string | undefined;
2976
+ ts?: string | undefined;
2994
2977
  attachments?: unknown[] | undefined;
2995
2978
  blocks?: unknown[] | undefined;
2996
2979
  thread_ts?: string | undefined;
@@ -3010,6 +2993,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3010
2993
  users: string[];
3011
2994
  count: number;
3012
2995
  }[] | undefined;
2996
+ files?: {
2997
+ id: string;
2998
+ title?: string | undefined;
2999
+ name?: string | undefined;
3000
+ user?: string | undefined;
3001
+ mimetype?: string | undefined;
3002
+ filetype?: string | undefined;
3003
+ size?: number | undefined;
3004
+ url_private?: string | undefined;
3005
+ url_private_download?: string | undefined;
3006
+ thumb_64?: string | undefined;
3007
+ thumb_360?: string | undefined;
3008
+ thumb_480?: string | undefined;
3009
+ original_w?: number | undefined;
3010
+ original_h?: number | undefined;
3011
+ permalink?: string | undefined;
3012
+ }[] | undefined;
3013
3013
  }[] | undefined;
3014
3014
  response_metadata?: {
3015
3015
  next_cursor: string;
@@ -3109,27 +3109,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3109
3109
  }>, "many">>;
3110
3110
  }, "strip", z.ZodTypeAny, {
3111
3111
  type: string;
3112
- files?: {
3113
- id: string;
3114
- title?: string | undefined;
3115
- name?: string | undefined;
3116
- user?: string | undefined;
3117
- mimetype?: string | undefined;
3118
- filetype?: string | undefined;
3119
- size?: number | undefined;
3120
- url_private?: string | undefined;
3121
- url_private_download?: string | undefined;
3122
- thumb_64?: string | undefined;
3123
- thumb_360?: string | undefined;
3124
- thumb_480?: string | undefined;
3125
- original_w?: number | undefined;
3126
- original_h?: number | undefined;
3127
- permalink?: string | undefined;
3128
- }[] | undefined;
3129
3112
  user?: string | undefined;
3130
3113
  text?: string | undefined;
3131
- ts?: string | undefined;
3132
3114
  username?: string | undefined;
3115
+ ts?: string | undefined;
3133
3116
  attachments?: unknown[] | undefined;
3134
3117
  blocks?: unknown[] | undefined;
3135
3118
  thread_ts?: string | undefined;
@@ -3149,8 +3132,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3149
3132
  users: string[];
3150
3133
  count: number;
3151
3134
  }[] | undefined;
3152
- }, {
3153
- type: string;
3154
3135
  files?: {
3155
3136
  id: string;
3156
3137
  title?: string | undefined;
@@ -3168,10 +3149,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3168
3149
  original_h?: number | undefined;
3169
3150
  permalink?: string | undefined;
3170
3151
  }[] | undefined;
3152
+ }, {
3153
+ type: string;
3171
3154
  user?: string | undefined;
3172
3155
  text?: string | undefined;
3173
- ts?: string | undefined;
3174
3156
  username?: string | undefined;
3157
+ ts?: string | undefined;
3175
3158
  attachments?: unknown[] | undefined;
3176
3159
  blocks?: unknown[] | undefined;
3177
3160
  thread_ts?: string | undefined;
@@ -3191,16 +3174,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3191
3174
  users: string[];
3192
3175
  count: number;
3193
3176
  }[] | undefined;
3194
- }>>;
3195
- error: z.ZodString;
3196
- success: z.ZodBoolean;
3197
- }, "strip", z.ZodTypeAny, {
3198
- operation: "update_message";
3199
- success: boolean;
3200
- error: string;
3201
- ok: boolean;
3202
- message?: {
3203
- type: string;
3204
3177
  files?: {
3205
3178
  id: string;
3206
3179
  title?: string | undefined;
@@ -3218,10 +3191,20 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3218
3191
  original_h?: number | undefined;
3219
3192
  permalink?: string | undefined;
3220
3193
  }[] | undefined;
3194
+ }>>;
3195
+ error: z.ZodString;
3196
+ success: z.ZodBoolean;
3197
+ }, "strip", z.ZodTypeAny, {
3198
+ error: string;
3199
+ success: boolean;
3200
+ operation: "update_message";
3201
+ ok: boolean;
3202
+ message?: {
3203
+ type: string;
3221
3204
  user?: string | undefined;
3222
3205
  text?: string | undefined;
3223
- ts?: string | undefined;
3224
3206
  username?: string | undefined;
3207
+ ts?: string | undefined;
3225
3208
  attachments?: unknown[] | undefined;
3226
3209
  blocks?: unknown[] | undefined;
3227
3210
  thread_ts?: string | undefined;
@@ -3241,17 +3224,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3241
3224
  users: string[];
3242
3225
  count: number;
3243
3226
  }[] | undefined;
3244
- } | undefined;
3245
- text?: string | undefined;
3246
- ts?: string | undefined;
3247
- channel?: string | undefined;
3248
- }, {
3249
- operation: "update_message";
3250
- success: boolean;
3251
- error: string;
3252
- ok: boolean;
3253
- message?: {
3254
- type: string;
3255
3227
  files?: {
3256
3228
  id: string;
3257
3229
  title?: string | undefined;
@@ -3269,10 +3241,21 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3269
3241
  original_h?: number | undefined;
3270
3242
  permalink?: string | undefined;
3271
3243
  }[] | undefined;
3244
+ } | undefined;
3245
+ text?: string | undefined;
3246
+ channel?: string | undefined;
3247
+ ts?: string | undefined;
3248
+ }, {
3249
+ error: string;
3250
+ success: boolean;
3251
+ operation: "update_message";
3252
+ ok: boolean;
3253
+ message?: {
3254
+ type: string;
3272
3255
  user?: string | undefined;
3273
3256
  text?: string | undefined;
3274
- ts?: string | undefined;
3275
3257
  username?: string | undefined;
3258
+ ts?: string | undefined;
3276
3259
  attachments?: unknown[] | undefined;
3277
3260
  blocks?: unknown[] | undefined;
3278
3261
  thread_ts?: string | undefined;
@@ -3292,10 +3275,27 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3292
3275
  users: string[];
3293
3276
  count: number;
3294
3277
  }[] | undefined;
3278
+ files?: {
3279
+ id: string;
3280
+ title?: string | undefined;
3281
+ name?: string | undefined;
3282
+ user?: string | undefined;
3283
+ mimetype?: string | undefined;
3284
+ filetype?: string | undefined;
3285
+ size?: number | undefined;
3286
+ url_private?: string | undefined;
3287
+ url_private_download?: string | undefined;
3288
+ thumb_64?: string | undefined;
3289
+ thumb_360?: string | undefined;
3290
+ thumb_480?: string | undefined;
3291
+ original_w?: number | undefined;
3292
+ original_h?: number | undefined;
3293
+ permalink?: string | undefined;
3294
+ }[] | undefined;
3295
3295
  } | undefined;
3296
3296
  text?: string | undefined;
3297
- ts?: string | undefined;
3298
3297
  channel?: string | undefined;
3298
+ ts?: string | undefined;
3299
3299
  }>, z.ZodObject<{
3300
3300
  operation: z.ZodLiteral<"delete_message">;
3301
3301
  ok: z.ZodBoolean;
@@ -3304,33 +3304,33 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3304
3304
  error: z.ZodString;
3305
3305
  success: z.ZodBoolean;
3306
3306
  }, "strip", z.ZodTypeAny, {
3307
- operation: "delete_message";
3308
- success: boolean;
3309
3307
  error: string;
3308
+ success: boolean;
3309
+ operation: "delete_message";
3310
3310
  ok: boolean;
3311
- ts?: string | undefined;
3312
3311
  channel?: string | undefined;
3312
+ ts?: string | undefined;
3313
3313
  }, {
3314
- operation: "delete_message";
3315
- success: boolean;
3316
3314
  error: string;
3315
+ success: boolean;
3316
+ operation: "delete_message";
3317
3317
  ok: boolean;
3318
- ts?: string | undefined;
3319
3318
  channel?: string | undefined;
3319
+ ts?: string | undefined;
3320
3320
  }>, z.ZodObject<{
3321
3321
  operation: z.ZodLiteral<"add_reaction">;
3322
3322
  ok: z.ZodBoolean;
3323
3323
  error: z.ZodString;
3324
3324
  success: z.ZodBoolean;
3325
3325
  }, "strip", z.ZodTypeAny, {
3326
- operation: "add_reaction";
3327
- success: boolean;
3328
3326
  error: string;
3327
+ success: boolean;
3328
+ operation: "add_reaction";
3329
3329
  ok: boolean;
3330
3330
  }, {
3331
- operation: "add_reaction";
3332
- success: boolean;
3333
3331
  error: string;
3332
+ success: boolean;
3333
+ operation: "add_reaction";
3334
3334
  ok: boolean;
3335
3335
  }>, z.ZodObject<{
3336
3336
  operation: z.ZodLiteral<"remove_reaction">;
@@ -3338,14 +3338,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3338
3338
  error: z.ZodString;
3339
3339
  success: z.ZodBoolean;
3340
3340
  }, "strip", z.ZodTypeAny, {
3341
- operation: "remove_reaction";
3342
- success: boolean;
3343
3341
  error: string;
3342
+ success: boolean;
3343
+ operation: "remove_reaction";
3344
3344
  ok: boolean;
3345
3345
  }, {
3346
- operation: "remove_reaction";
3347
- success: boolean;
3348
3346
  error: string;
3347
+ success: boolean;
3348
+ operation: "remove_reaction";
3349
3349
  ok: boolean;
3350
3350
  }>, z.ZodObject<{
3351
3351
  operation: z.ZodLiteral<"join_channel">;
@@ -3470,9 +3470,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3470
3470
  error: z.ZodString;
3471
3471
  success: z.ZodBoolean;
3472
3472
  }, "strip", z.ZodTypeAny, {
3473
- operation: "join_channel";
3474
- success: boolean;
3475
3473
  error: string;
3474
+ success: boolean;
3475
+ operation: "join_channel";
3476
3476
  ok: boolean;
3477
3477
  channel?: {
3478
3478
  name: string;
@@ -3510,9 +3510,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3510
3510
  } | undefined;
3511
3511
  already_in_channel?: boolean | undefined;
3512
3512
  }, {
3513
- operation: "join_channel";
3514
- success: boolean;
3515
3513
  error: string;
3514
+ success: boolean;
3515
+ operation: "join_channel";
3516
3516
  ok: boolean;
3517
3517
  channel?: {
3518
3518
  name: string;
@@ -3585,17 +3585,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3585
3585
  team_id: z.ZodString;
3586
3586
  }, "strip", z.ZodTypeAny, {
3587
3587
  ts: string;
3588
- team_id: string;
3589
3588
  reply_count: number;
3590
3589
  reply_users_count: number;
3591
3590
  reply_users: string[];
3591
+ team_id: string;
3592
3592
  channel_name: string;
3593
3593
  }, {
3594
3594
  ts: string;
3595
- team_id: string;
3596
3595
  reply_count: number;
3597
3596
  reply_users_count: number;
3598
3597
  reply_users: string[];
3598
+ team_id: string;
3599
3599
  channel_name: string;
3600
3600
  }>, "many">>>;
3601
3601
  private: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
@@ -3607,51 +3607,51 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3607
3607
  team_id: z.ZodString;
3608
3608
  }, "strip", z.ZodTypeAny, {
3609
3609
  ts: string;
3610
- team_id: string;
3611
3610
  reply_count: number;
3612
3611
  reply_users_count: number;
3613
3612
  reply_users: string[];
3613
+ team_id: string;
3614
3614
  channel_name: string;
3615
3615
  }, {
3616
3616
  ts: string;
3617
- team_id: string;
3618
3617
  reply_count: number;
3619
3618
  reply_users_count: number;
3620
3619
  reply_users: string[];
3620
+ team_id: string;
3621
3621
  channel_name: string;
3622
3622
  }>, "many">>>;
3623
3623
  }, "strip", z.ZodTypeAny, {
3624
3624
  public?: Record<string, {
3625
3625
  ts: string;
3626
- team_id: string;
3627
3626
  reply_count: number;
3628
3627
  reply_users_count: number;
3629
3628
  reply_users: string[];
3629
+ team_id: string;
3630
3630
  channel_name: string;
3631
3631
  }[]> | undefined;
3632
3632
  private?: Record<string, {
3633
3633
  ts: string;
3634
- team_id: string;
3635
3634
  reply_count: number;
3636
3635
  reply_users_count: number;
3637
3636
  reply_users: string[];
3637
+ team_id: string;
3638
3638
  channel_name: string;
3639
3639
  }[]> | undefined;
3640
3640
  }, {
3641
3641
  public?: Record<string, {
3642
3642
  ts: string;
3643
- team_id: string;
3644
3643
  reply_count: number;
3645
3644
  reply_users_count: number;
3646
3645
  reply_users: string[];
3646
+ team_id: string;
3647
3647
  channel_name: string;
3648
3648
  }[]> | undefined;
3649
3649
  private?: Record<string, {
3650
3650
  ts: string;
3651
- team_id: string;
3652
3651
  reply_count: number;
3653
3652
  reply_users_count: number;
3654
3653
  reply_users: string[];
3654
+ team_id: string;
3655
3655
  channel_name: string;
3656
3656
  }[]> | undefined;
3657
3657
  }>>;
@@ -3661,17 +3661,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3661
3661
  has_rich_preview: z.ZodOptional<z.ZodBoolean>;
3662
3662
  }, "strip", z.ZodTypeAny, {
3663
3663
  name: string;
3664
- id: string;
3665
3664
  user: string;
3665
+ id: string;
3666
3666
  username: string;
3667
3667
  timestamp: number;
3668
- created: number;
3669
3668
  mimetype: string;
3670
3669
  filetype: string;
3671
3670
  size: number;
3672
3671
  url_private: string;
3673
3672
  url_private_download: string;
3674
3673
  permalink: string;
3674
+ created: number;
3675
3675
  pretty_type: string;
3676
3676
  editable: boolean;
3677
3677
  mode: string;
@@ -3686,18 +3686,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3686
3686
  shares?: {
3687
3687
  public?: Record<string, {
3688
3688
  ts: string;
3689
- team_id: string;
3690
3689
  reply_count: number;
3691
3690
  reply_users_count: number;
3692
3691
  reply_users: string[];
3692
+ team_id: string;
3693
3693
  channel_name: string;
3694
3694
  }[]> | undefined;
3695
3695
  private?: Record<string, {
3696
3696
  ts: string;
3697
- team_id: string;
3698
3697
  reply_count: number;
3699
3698
  reply_users_count: number;
3700
3699
  reply_users: string[];
3700
+ team_id: string;
3701
3701
  channel_name: string;
3702
3702
  }[]> | undefined;
3703
3703
  } | undefined;
@@ -3706,17 +3706,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3706
3706
  has_rich_preview?: boolean | undefined;
3707
3707
  }, {
3708
3708
  name: string;
3709
- id: string;
3710
3709
  user: string;
3710
+ id: string;
3711
3711
  username: string;
3712
3712
  timestamp: number;
3713
- created: number;
3714
3713
  mimetype: string;
3715
3714
  filetype: string;
3716
3715
  size: number;
3717
3716
  url_private: string;
3718
3717
  url_private_download: string;
3719
3718
  permalink: string;
3719
+ created: number;
3720
3720
  pretty_type: string;
3721
3721
  editable: boolean;
3722
3722
  mode: string;
@@ -3731,18 +3731,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3731
3731
  shares?: {
3732
3732
  public?: Record<string, {
3733
3733
  ts: string;
3734
- team_id: string;
3735
3734
  reply_count: number;
3736
3735
  reply_users_count: number;
3737
3736
  reply_users: string[];
3737
+ team_id: string;
3738
3738
  channel_name: string;
3739
3739
  }[]> | undefined;
3740
3740
  private?: Record<string, {
3741
3741
  ts: string;
3742
- team_id: string;
3743
3742
  reply_count: number;
3744
3743
  reply_users_count: number;
3745
3744
  reply_users: string[];
3745
+ team_id: string;
3746
3746
  channel_name: string;
3747
3747
  }[]> | undefined;
3748
3748
  } | undefined;
@@ -3753,23 +3753,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3753
3753
  error: z.ZodString;
3754
3754
  success: z.ZodBoolean;
3755
3755
  }, "strip", z.ZodTypeAny, {
3756
- operation: "upload_file";
3757
- success: boolean;
3758
3756
  error: string;
3757
+ success: boolean;
3758
+ operation: "upload_file";
3759
3759
  ok: boolean;
3760
3760
  file?: {
3761
3761
  name: string;
3762
- id: string;
3763
3762
  user: string;
3763
+ id: string;
3764
3764
  username: string;
3765
3765
  timestamp: number;
3766
- created: number;
3767
3766
  mimetype: string;
3768
3767
  filetype: string;
3769
3768
  size: number;
3770
3769
  url_private: string;
3771
3770
  url_private_download: string;
3772
3771
  permalink: string;
3772
+ created: number;
3773
3773
  pretty_type: string;
3774
3774
  editable: boolean;
3775
3775
  mode: string;
@@ -3784,18 +3784,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3784
3784
  shares?: {
3785
3785
  public?: Record<string, {
3786
3786
  ts: string;
3787
- team_id: string;
3788
3787
  reply_count: number;
3789
3788
  reply_users_count: number;
3790
3789
  reply_users: string[];
3790
+ team_id: string;
3791
3791
  channel_name: string;
3792
3792
  }[]> | undefined;
3793
3793
  private?: Record<string, {
3794
3794
  ts: string;
3795
- team_id: string;
3796
3795
  reply_count: number;
3797
3796
  reply_users_count: number;
3798
3797
  reply_users: string[];
3798
+ team_id: string;
3799
3799
  channel_name: string;
3800
3800
  }[]> | undefined;
3801
3801
  } | undefined;
@@ -3804,23 +3804,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3804
3804
  has_rich_preview?: boolean | undefined;
3805
3805
  } | undefined;
3806
3806
  }, {
3807
- operation: "upload_file";
3808
- success: boolean;
3809
3807
  error: string;
3808
+ success: boolean;
3809
+ operation: "upload_file";
3810
3810
  ok: boolean;
3811
3811
  file?: {
3812
3812
  name: string;
3813
- id: string;
3814
3813
  user: string;
3814
+ id: string;
3815
3815
  username: string;
3816
3816
  timestamp: number;
3817
- created: number;
3818
3817
  mimetype: string;
3819
3818
  filetype: string;
3820
3819
  size: number;
3821
3820
  url_private: string;
3822
3821
  url_private_download: string;
3823
3822
  permalink: string;
3823
+ created: number;
3824
3824
  pretty_type: string;
3825
3825
  editable: boolean;
3826
3826
  mode: string;
@@ -3835,18 +3835,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3835
3835
  shares?: {
3836
3836
  public?: Record<string, {
3837
3837
  ts: string;
3838
- team_id: string;
3839
3838
  reply_count: number;
3840
3839
  reply_users_count: number;
3841
3840
  reply_users: string[];
3841
+ team_id: string;
3842
3842
  channel_name: string;
3843
3843
  }[]> | undefined;
3844
3844
  private?: Record<string, {
3845
3845
  ts: string;
3846
- team_id: string;
3847
3846
  reply_count: number;
3848
3847
  reply_users_count: number;
3849
3848
  reply_users: string[];
3849
+ team_id: string;
3850
3850
  channel_name: string;
3851
3851
  }[]> | undefined;
3852
3852
  } | undefined;
@@ -3863,17 +3863,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3863
3863
  error: z.ZodString;
3864
3864
  success: z.ZodBoolean;
3865
3865
  }, "strip", z.ZodTypeAny, {
3866
- operation: "schedule_message";
3867
- success: boolean;
3868
3866
  error: string;
3867
+ success: boolean;
3868
+ operation: "schedule_message";
3869
3869
  ok: boolean;
3870
3870
  channel?: string | undefined;
3871
3871
  post_at?: number | undefined;
3872
3872
  scheduled_message_id?: string | undefined;
3873
3873
  }, {
3874
- operation: "schedule_message";
3875
- success: boolean;
3876
3874
  error: string;
3875
+ success: boolean;
3876
+ operation: "schedule_message";
3877
3877
  ok: boolean;
3878
3878
  channel?: string | undefined;
3879
3879
  post_at?: number | undefined;
@@ -3933,9 +3933,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3933
3933
  error: z.ZodString;
3934
3934
  success: z.ZodBoolean;
3935
3935
  }, "strip", z.ZodTypeAny, {
3936
- operation: "get_file_info";
3937
- success: boolean;
3938
3936
  error: string;
3937
+ success: boolean;
3938
+ operation: "get_file_info";
3939
3939
  ok: boolean;
3940
3940
  file?: {
3941
3941
  name: string;
@@ -3955,9 +3955,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3955
3955
  permalink?: string | undefined;
3956
3956
  } | undefined;
3957
3957
  }, {
3958
- operation: "get_file_info";
3959
- success: boolean;
3960
3958
  error: string;
3959
+ success: boolean;
3960
+ operation: "get_file_info";
3961
3961
  ok: boolean;
3962
3962
  file?: {
3963
3963
  name: string;
@@ -3986,18 +3986,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3986
3986
  error: z.ZodString;
3987
3987
  success: z.ZodBoolean;
3988
3988
  }, "strip", z.ZodTypeAny, {
3989
- operation: "download_file";
3990
- success: boolean;
3991
3989
  error: string;
3990
+ success: boolean;
3991
+ operation: "download_file";
3992
3992
  ok: boolean;
3993
3993
  content?: string | undefined;
3994
3994
  filename?: string | undefined;
3995
3995
  mimetype?: string | undefined;
3996
3996
  size?: number | undefined;
3997
3997
  }, {
3998
- operation: "download_file";
3999
- success: boolean;
4000
3998
  error: string;
3999
+ success: boolean;
4000
+ operation: "download_file";
4001
4001
  ok: boolean;
4002
4002
  content?: string | undefined;
4003
4003
  filename?: string | undefined;
@@ -4117,15 +4117,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4117
4117
  verbatim: z.ZodOptional<z.ZodBoolean>;
4118
4118
  }, "strip", z.ZodTypeAny, {
4119
4119
  type: "image" | "plain_text" | "mrkdwn";
4120
- emoji?: boolean | undefined;
4121
4120
  text?: string | undefined;
4121
+ emoji?: boolean | undefined;
4122
4122
  image_url?: string | undefined;
4123
4123
  verbatim?: boolean | undefined;
4124
4124
  alt_text?: string | undefined;
4125
4125
  }, {
4126
4126
  type: "image" | "plain_text" | "mrkdwn";
4127
- emoji?: boolean | undefined;
4128
4127
  text?: string | undefined;
4128
+ emoji?: boolean | undefined;
4129
4129
  image_url?: string | undefined;
4130
4130
  verbatim?: boolean | undefined;
4131
4131
  alt_text?: string | undefined;
@@ -4157,15 +4157,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4157
4157
  verbatim: z.ZodOptional<z.ZodBoolean>;
4158
4158
  }, "strip", z.ZodTypeAny, {
4159
4159
  type: "image" | "plain_text" | "mrkdwn";
4160
- emoji?: boolean | undefined;
4161
4160
  text?: string | undefined;
4161
+ emoji?: boolean | undefined;
4162
4162
  image_url?: string | undefined;
4163
4163
  verbatim?: boolean | undefined;
4164
4164
  alt_text?: string | undefined;
4165
4165
  }, {
4166
4166
  type: "image" | "plain_text" | "mrkdwn";
4167
- emoji?: boolean | undefined;
4168
4167
  text?: string | undefined;
4168
+ emoji?: boolean | undefined;
4169
4169
  image_url?: string | undefined;
4170
4170
  verbatim?: boolean | undefined;
4171
4171
  alt_text?: string | undefined;
@@ -4197,15 +4197,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4197
4197
  verbatim: z.ZodOptional<z.ZodBoolean>;
4198
4198
  }, "strip", z.ZodTypeAny, {
4199
4199
  type: "image" | "plain_text" | "mrkdwn";
4200
- emoji?: boolean | undefined;
4201
4200
  text?: string | undefined;
4201
+ emoji?: boolean | undefined;
4202
4202
  image_url?: string | undefined;
4203
4203
  verbatim?: boolean | undefined;
4204
4204
  alt_text?: string | undefined;
4205
4205
  }, {
4206
4206
  type: "image" | "plain_text" | "mrkdwn";
4207
- emoji?: boolean | undefined;
4208
4207
  text?: string | undefined;
4208
+ emoji?: boolean | undefined;
4209
4209
  image_url?: string | undefined;
4210
4210
  verbatim?: boolean | undefined;
4211
4211
  alt_text?: string | undefined;
@@ -4217,8 +4217,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4217
4217
  unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
4218
4218
  unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
4219
4219
  }, "strip", z.ZodTypeAny, {
4220
- operation: "send_message";
4221
4220
  text: string;
4221
+ operation: "send_message";
4222
4222
  channel: string;
4223
4223
  reply_broadcast: boolean;
4224
4224
  unfurl_links: boolean;
@@ -4274,15 +4274,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4274
4274
  verbatim: z.ZodOptional<z.ZodBoolean>;
4275
4275
  }, "strip", z.ZodTypeAny, {
4276
4276
  type: "image" | "plain_text" | "mrkdwn";
4277
- emoji?: boolean | undefined;
4278
4277
  text?: string | undefined;
4278
+ emoji?: boolean | undefined;
4279
4279
  image_url?: string | undefined;
4280
4280
  verbatim?: boolean | undefined;
4281
4281
  alt_text?: string | undefined;
4282
4282
  }, {
4283
4283
  type: "image" | "plain_text" | "mrkdwn";
4284
- emoji?: boolean | undefined;
4285
4284
  text?: string | undefined;
4285
+ emoji?: boolean | undefined;
4286
4286
  image_url?: string | undefined;
4287
4287
  verbatim?: boolean | undefined;
4288
4288
  alt_text?: string | undefined;
@@ -4290,8 +4290,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4290
4290
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4291
4291
  thread_ts?: string | undefined;
4292
4292
  }, {
4293
- operation: "send_message";
4294
4293
  text: string;
4294
+ operation: "send_message";
4295
4295
  channel: string;
4296
4296
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4297
4297
  username?: string | undefined;
@@ -4344,15 +4344,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4344
4344
  verbatim: z.ZodOptional<z.ZodBoolean>;
4345
4345
  }, "strip", z.ZodTypeAny, {
4346
4346
  type: "image" | "plain_text" | "mrkdwn";
4347
- emoji?: boolean | undefined;
4348
4347
  text?: string | undefined;
4348
+ emoji?: boolean | undefined;
4349
4349
  image_url?: string | undefined;
4350
4350
  verbatim?: boolean | undefined;
4351
4351
  alt_text?: string | undefined;
4352
4352
  }, {
4353
4353
  type: "image" | "plain_text" | "mrkdwn";
4354
- emoji?: boolean | undefined;
4355
4354
  text?: string | undefined;
4355
+ emoji?: boolean | undefined;
4356
4356
  image_url?: string | undefined;
4357
4357
  verbatim?: boolean | undefined;
4358
4358
  alt_text?: string | undefined;
@@ -4370,16 +4370,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4370
4370
  cursor: z.ZodOptional<z.ZodString>;
4371
4371
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4372
4372
  }, "strip", z.ZodTypeAny, {
4373
- operation: "list_channels";
4374
4373
  types: ("public_channel" | "private_channel" | "mpim" | "im")[];
4374
+ operation: "list_channels";
4375
4375
  exclude_archived: boolean;
4376
4376
  limit: number;
4377
4377
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4378
4378
  cursor?: string | undefined;
4379
4379
  }, {
4380
4380
  operation: "list_channels";
4381
- credentials?: Partial<Record<CredentialType, string>> | undefined;
4382
4381
  types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
4382
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
4383
4383
  exclude_archived?: boolean | undefined;
4384
4384
  limit?: number | undefined;
4385
4385
  cursor?: string | undefined;
@@ -4404,13 +4404,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4404
4404
  include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
4405
4405
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4406
4406
  }, "strip", z.ZodTypeAny, {
4407
- operation: "get_user_info";
4408
4407
  user: string;
4408
+ operation: "get_user_info";
4409
4409
  include_locale: boolean;
4410
4410
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4411
4411
  }, {
4412
- operation: "get_user_info";
4413
4412
  user: string;
4413
+ operation: "get_user_info";
4414
4414
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4415
4415
  include_locale?: boolean | undefined;
4416
4416
  }>, z.ZodObject<{
@@ -4471,8 +4471,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4471
4471
  }, "strip", z.ZodTypeAny, {
4472
4472
  inclusive: boolean;
4473
4473
  operation: "get_thread_replies";
4474
- ts: string;
4475
4474
  channel: string;
4475
+ ts: string;
4476
4476
  limit: number;
4477
4477
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4478
4478
  cursor?: string | undefined;
@@ -4480,8 +4480,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4480
4480
  oldest?: string | undefined;
4481
4481
  }, {
4482
4482
  operation: "get_thread_replies";
4483
- ts: string;
4484
4483
  channel: string;
4484
+ ts: string;
4485
4485
  inclusive?: boolean | undefined;
4486
4486
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4487
4487
  limit?: number | undefined;
@@ -4586,15 +4586,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4586
4586
  verbatim: z.ZodOptional<z.ZodBoolean>;
4587
4587
  }, "strip", z.ZodTypeAny, {
4588
4588
  type: "image" | "plain_text" | "mrkdwn";
4589
- emoji?: boolean | undefined;
4590
4589
  text?: string | undefined;
4590
+ emoji?: boolean | undefined;
4591
4591
  image_url?: string | undefined;
4592
4592
  verbatim?: boolean | undefined;
4593
4593
  alt_text?: string | undefined;
4594
4594
  }, {
4595
4595
  type: "image" | "plain_text" | "mrkdwn";
4596
- emoji?: boolean | undefined;
4597
4596
  text?: string | undefined;
4597
+ emoji?: boolean | undefined;
4598
4598
  image_url?: string | undefined;
4599
4599
  verbatim?: boolean | undefined;
4600
4600
  alt_text?: string | undefined;
@@ -4626,15 +4626,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4626
4626
  verbatim: z.ZodOptional<z.ZodBoolean>;
4627
4627
  }, "strip", z.ZodTypeAny, {
4628
4628
  type: "image" | "plain_text" | "mrkdwn";
4629
- emoji?: boolean | undefined;
4630
4629
  text?: string | undefined;
4630
+ emoji?: boolean | undefined;
4631
4631
  image_url?: string | undefined;
4632
4632
  verbatim?: boolean | undefined;
4633
4633
  alt_text?: string | undefined;
4634
4634
  }, {
4635
4635
  type: "image" | "plain_text" | "mrkdwn";
4636
- emoji?: boolean | undefined;
4637
4636
  text?: string | undefined;
4637
+ emoji?: boolean | undefined;
4638
4638
  image_url?: string | undefined;
4639
4639
  verbatim?: boolean | undefined;
4640
4640
  alt_text?: string | undefined;
@@ -4666,15 +4666,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4666
4666
  verbatim: z.ZodOptional<z.ZodBoolean>;
4667
4667
  }, "strip", z.ZodTypeAny, {
4668
4668
  type: "image" | "plain_text" | "mrkdwn";
4669
- emoji?: boolean | undefined;
4670
4669
  text?: string | undefined;
4670
+ emoji?: boolean | undefined;
4671
4671
  image_url?: string | undefined;
4672
4672
  verbatim?: boolean | undefined;
4673
4673
  alt_text?: string | undefined;
4674
4674
  }, {
4675
4675
  type: "image" | "plain_text" | "mrkdwn";
4676
- emoji?: boolean | undefined;
4677
4676
  text?: string | undefined;
4677
+ emoji?: boolean | undefined;
4678
4678
  image_url?: string | undefined;
4679
4679
  verbatim?: boolean | undefined;
4680
4680
  alt_text?: string | undefined;
@@ -4683,10 +4683,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4683
4683
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4684
4684
  }, "strip", z.ZodTypeAny, {
4685
4685
  operation: "update_message";
4686
- ts: string;
4687
4686
  channel: string;
4688
- credentials?: Partial<Record<CredentialType, string>> | undefined;
4687
+ ts: string;
4689
4688
  text?: string | undefined;
4689
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
4690
4690
  attachments?: {
4691
4691
  title?: string | undefined;
4692
4692
  text?: string | undefined;
@@ -4734,15 +4734,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4734
4734
  verbatim: z.ZodOptional<z.ZodBoolean>;
4735
4735
  }, "strip", z.ZodTypeAny, {
4736
4736
  type: "image" | "plain_text" | "mrkdwn";
4737
- emoji?: boolean | undefined;
4738
4737
  text?: string | undefined;
4738
+ emoji?: boolean | undefined;
4739
4739
  image_url?: string | undefined;
4740
4740
  verbatim?: boolean | undefined;
4741
4741
  alt_text?: string | undefined;
4742
4742
  }, {
4743
4743
  type: "image" | "plain_text" | "mrkdwn";
4744
- emoji?: boolean | undefined;
4745
4744
  text?: string | undefined;
4745
+ emoji?: boolean | undefined;
4746
4746
  image_url?: string | undefined;
4747
4747
  verbatim?: boolean | undefined;
4748
4748
  alt_text?: string | undefined;
@@ -4750,10 +4750,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4750
4750
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4751
4751
  }, {
4752
4752
  operation: "update_message";
4753
- ts: string;
4754
4753
  channel: string;
4755
- credentials?: Partial<Record<CredentialType, string>> | undefined;
4754
+ ts: string;
4756
4755
  text?: string | undefined;
4756
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
4757
4757
  attachments?: {
4758
4758
  title?: string | undefined;
4759
4759
  text?: string | undefined;
@@ -4801,15 +4801,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4801
4801
  verbatim: z.ZodOptional<z.ZodBoolean>;
4802
4802
  }, "strip", z.ZodTypeAny, {
4803
4803
  type: "image" | "plain_text" | "mrkdwn";
4804
- emoji?: boolean | undefined;
4805
4804
  text?: string | undefined;
4805
+ emoji?: boolean | undefined;
4806
4806
  image_url?: string | undefined;
4807
4807
  verbatim?: boolean | undefined;
4808
4808
  alt_text?: string | undefined;
4809
4809
  }, {
4810
4810
  type: "image" | "plain_text" | "mrkdwn";
4811
- emoji?: boolean | undefined;
4812
4811
  text?: string | undefined;
4812
+ emoji?: boolean | undefined;
4813
4813
  image_url?: string | undefined;
4814
4814
  verbatim?: boolean | undefined;
4815
4815
  alt_text?: string | undefined;
@@ -4822,13 +4822,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4822
4822
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4823
4823
  }, "strip", z.ZodTypeAny, {
4824
4824
  operation: "delete_message";
4825
- ts: string;
4826
4825
  channel: string;
4826
+ ts: string;
4827
4827
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4828
4828
  }, {
4829
4829
  operation: "delete_message";
4830
- ts: string;
4831
4830
  channel: string;
4831
+ ts: string;
4832
4832
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4833
4833
  }>, z.ZodObject<{
4834
4834
  operation: z.ZodLiteral<"add_reaction">;
@@ -4941,15 +4941,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4941
4941
  verbatim: z.ZodOptional<z.ZodBoolean>;
4942
4942
  }, "strip", z.ZodTypeAny, {
4943
4943
  type: "image" | "plain_text" | "mrkdwn";
4944
- emoji?: boolean | undefined;
4945
4944
  text?: string | undefined;
4945
+ emoji?: boolean | undefined;
4946
4946
  image_url?: string | undefined;
4947
4947
  verbatim?: boolean | undefined;
4948
4948
  alt_text?: string | undefined;
4949
4949
  }, {
4950
4950
  type: "image" | "plain_text" | "mrkdwn";
4951
- emoji?: boolean | undefined;
4952
4951
  text?: string | undefined;
4952
+ emoji?: boolean | undefined;
4953
4953
  image_url?: string | undefined;
4954
4954
  verbatim?: boolean | undefined;
4955
4955
  alt_text?: string | undefined;
@@ -4981,15 +4981,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4981
4981
  verbatim: z.ZodOptional<z.ZodBoolean>;
4982
4982
  }, "strip", z.ZodTypeAny, {
4983
4983
  type: "image" | "plain_text" | "mrkdwn";
4984
- emoji?: boolean | undefined;
4985
4984
  text?: string | undefined;
4985
+ emoji?: boolean | undefined;
4986
4986
  image_url?: string | undefined;
4987
4987
  verbatim?: boolean | undefined;
4988
4988
  alt_text?: string | undefined;
4989
4989
  }, {
4990
4990
  type: "image" | "plain_text" | "mrkdwn";
4991
- emoji?: boolean | undefined;
4992
4991
  text?: string | undefined;
4992
+ emoji?: boolean | undefined;
4993
4993
  image_url?: string | undefined;
4994
4994
  verbatim?: boolean | undefined;
4995
4995
  alt_text?: string | undefined;
@@ -5021,15 +5021,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5021
5021
  verbatim: z.ZodOptional<z.ZodBoolean>;
5022
5022
  }, "strip", z.ZodTypeAny, {
5023
5023
  type: "image" | "plain_text" | "mrkdwn";
5024
- emoji?: boolean | undefined;
5025
5024
  text?: string | undefined;
5025
+ emoji?: boolean | undefined;
5026
5026
  image_url?: string | undefined;
5027
5027
  verbatim?: boolean | undefined;
5028
5028
  alt_text?: string | undefined;
5029
5029
  }, {
5030
5030
  type: "image" | "plain_text" | "mrkdwn";
5031
- emoji?: boolean | undefined;
5032
5031
  text?: string | undefined;
5032
+ emoji?: boolean | undefined;
5033
5033
  image_url?: string | undefined;
5034
5034
  verbatim?: boolean | undefined;
5035
5035
  alt_text?: string | undefined;
@@ -5039,8 +5039,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5039
5039
  unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
5040
5040
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
5041
5041
  }, "strip", z.ZodTypeAny, {
5042
- operation: "schedule_message";
5043
5042
  text: string;
5043
+ operation: "schedule_message";
5044
5044
  channel: string;
5045
5045
  unfurl_links: boolean;
5046
5046
  unfurl_media: boolean;
@@ -5073,15 +5073,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5073
5073
  verbatim: z.ZodOptional<z.ZodBoolean>;
5074
5074
  }, "strip", z.ZodTypeAny, {
5075
5075
  type: "image" | "plain_text" | "mrkdwn";
5076
- emoji?: boolean | undefined;
5077
5076
  text?: string | undefined;
5077
+ emoji?: boolean | undefined;
5078
5078
  image_url?: string | undefined;
5079
5079
  verbatim?: boolean | undefined;
5080
5080
  alt_text?: string | undefined;
5081
5081
  }, {
5082
5082
  type: "image" | "plain_text" | "mrkdwn";
5083
- emoji?: boolean | undefined;
5084
5083
  text?: string | undefined;
5084
+ emoji?: boolean | undefined;
5085
5085
  image_url?: string | undefined;
5086
5086
  verbatim?: boolean | undefined;
5087
5087
  alt_text?: string | undefined;
@@ -5089,8 +5089,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5089
5089
  }, z.ZodTypeAny, "passthrough">[] | undefined;
5090
5090
  thread_ts?: string | undefined;
5091
5091
  }, {
5092
- operation: "schedule_message";
5093
5092
  text: string;
5093
+ operation: "schedule_message";
5094
5094
  channel: string;
5095
5095
  post_at: number;
5096
5096
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -5121,15 +5121,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5121
5121
  verbatim: z.ZodOptional<z.ZodBoolean>;
5122
5122
  }, "strip", z.ZodTypeAny, {
5123
5123
  type: "image" | "plain_text" | "mrkdwn";
5124
- emoji?: boolean | undefined;
5125
5124
  text?: string | undefined;
5125
+ emoji?: boolean | undefined;
5126
5126
  image_url?: string | undefined;
5127
5127
  verbatim?: boolean | undefined;
5128
5128
  alt_text?: string | undefined;
5129
5129
  }, {
5130
5130
  type: "image" | "plain_text" | "mrkdwn";
5131
- emoji?: boolean | undefined;
5132
5131
  text?: string | undefined;
5132
+ emoji?: boolean | undefined;
5133
5133
  image_url?: string | undefined;
5134
5134
  verbatim?: boolean | undefined;
5135
5135
  alt_text?: string | undefined;
@@ -5259,27 +5259,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5259
5259
  }>, "many">>;
5260
5260
  }, "strip", z.ZodTypeAny, {
5261
5261
  type: string;
5262
- files?: {
5263
- id: string;
5264
- title?: string | undefined;
5265
- name?: string | undefined;
5266
- user?: string | undefined;
5267
- mimetype?: string | undefined;
5268
- filetype?: string | undefined;
5269
- size?: number | undefined;
5270
- url_private?: string | undefined;
5271
- url_private_download?: string | undefined;
5272
- thumb_64?: string | undefined;
5273
- thumb_360?: string | undefined;
5274
- thumb_480?: string | undefined;
5275
- original_w?: number | undefined;
5276
- original_h?: number | undefined;
5277
- permalink?: string | undefined;
5278
- }[] | undefined;
5279
5262
  user?: string | undefined;
5280
5263
  text?: string | undefined;
5281
- ts?: string | undefined;
5282
5264
  username?: string | undefined;
5265
+ ts?: string | undefined;
5283
5266
  attachments?: unknown[] | undefined;
5284
5267
  blocks?: unknown[] | undefined;
5285
5268
  thread_ts?: string | undefined;
@@ -5299,8 +5282,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5299
5282
  users: string[];
5300
5283
  count: number;
5301
5284
  }[] | undefined;
5302
- }, {
5303
- type: string;
5304
5285
  files?: {
5305
5286
  id: string;
5306
5287
  title?: string | undefined;
@@ -5318,10 +5299,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5318
5299
  original_h?: number | undefined;
5319
5300
  permalink?: string | undefined;
5320
5301
  }[] | undefined;
5302
+ }, {
5303
+ type: string;
5321
5304
  user?: string | undefined;
5322
5305
  text?: string | undefined;
5323
- ts?: string | undefined;
5324
5306
  username?: string | undefined;
5307
+ ts?: string | undefined;
5325
5308
  attachments?: unknown[] | undefined;
5326
5309
  blocks?: unknown[] | undefined;
5327
5310
  thread_ts?: string | undefined;
@@ -5332,25 +5315,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5332
5315
  parent_user_id?: string | undefined;
5333
5316
  reply_count?: number | undefined;
5334
5317
  reply_users_count?: number | undefined;
5335
- latest_reply?: string | undefined;
5336
- reply_users?: string[] | undefined;
5337
- is_locked?: boolean | undefined;
5338
- subscribed?: boolean | undefined;
5339
- reactions?: {
5340
- name: string;
5341
- users: string[];
5342
- count: number;
5343
- }[] | undefined;
5344
- }>>;
5345
- error: z.ZodString;
5346
- success: z.ZodBoolean;
5347
- }, "strip", z.ZodTypeAny, {
5348
- operation: "send_message";
5349
- success: boolean;
5350
- error: string;
5351
- ok: boolean;
5352
- message?: {
5353
- type: string;
5318
+ latest_reply?: string | undefined;
5319
+ reply_users?: string[] | undefined;
5320
+ is_locked?: boolean | undefined;
5321
+ subscribed?: boolean | undefined;
5322
+ reactions?: {
5323
+ name: string;
5324
+ users: string[];
5325
+ count: number;
5326
+ }[] | undefined;
5354
5327
  files?: {
5355
5328
  id: string;
5356
5329
  title?: string | undefined;
@@ -5368,10 +5341,20 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5368
5341
  original_h?: number | undefined;
5369
5342
  permalink?: string | undefined;
5370
5343
  }[] | undefined;
5344
+ }>>;
5345
+ error: z.ZodString;
5346
+ success: z.ZodBoolean;
5347
+ }, "strip", z.ZodTypeAny, {
5348
+ error: string;
5349
+ success: boolean;
5350
+ operation: "send_message";
5351
+ ok: boolean;
5352
+ message?: {
5353
+ type: string;
5371
5354
  user?: string | undefined;
5372
5355
  text?: string | undefined;
5373
- ts?: string | undefined;
5374
5356
  username?: string | undefined;
5357
+ ts?: string | undefined;
5375
5358
  attachments?: unknown[] | undefined;
5376
5359
  blocks?: unknown[] | undefined;
5377
5360
  thread_ts?: string | undefined;
@@ -5391,16 +5374,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5391
5374
  users: string[];
5392
5375
  count: number;
5393
5376
  }[] | undefined;
5394
- } | undefined;
5395
- ts?: string | undefined;
5396
- channel?: string | undefined;
5397
- }, {
5398
- operation: "send_message";
5399
- success: boolean;
5400
- error: string;
5401
- ok: boolean;
5402
- message?: {
5403
- type: string;
5404
5377
  files?: {
5405
5378
  id: string;
5406
5379
  title?: string | undefined;
@@ -5418,10 +5391,20 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5418
5391
  original_h?: number | undefined;
5419
5392
  permalink?: string | undefined;
5420
5393
  }[] | undefined;
5394
+ } | undefined;
5395
+ channel?: string | undefined;
5396
+ ts?: string | undefined;
5397
+ }, {
5398
+ error: string;
5399
+ success: boolean;
5400
+ operation: "send_message";
5401
+ ok: boolean;
5402
+ message?: {
5403
+ type: string;
5421
5404
  user?: string | undefined;
5422
5405
  text?: string | undefined;
5423
- ts?: string | undefined;
5424
5406
  username?: string | undefined;
5407
+ ts?: string | undefined;
5425
5408
  attachments?: unknown[] | undefined;
5426
5409
  blocks?: unknown[] | undefined;
5427
5410
  thread_ts?: string | undefined;
@@ -5441,9 +5424,26 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5441
5424
  users: string[];
5442
5425
  count: number;
5443
5426
  }[] | undefined;
5427
+ files?: {
5428
+ id: string;
5429
+ title?: string | undefined;
5430
+ name?: string | undefined;
5431
+ user?: string | undefined;
5432
+ mimetype?: string | undefined;
5433
+ filetype?: string | undefined;
5434
+ size?: number | undefined;
5435
+ url_private?: string | undefined;
5436
+ url_private_download?: string | undefined;
5437
+ thumb_64?: string | undefined;
5438
+ thumb_360?: string | undefined;
5439
+ thumb_480?: string | undefined;
5440
+ original_w?: number | undefined;
5441
+ original_h?: number | undefined;
5442
+ permalink?: string | undefined;
5443
+ }[] | undefined;
5444
5444
  } | undefined;
5445
- ts?: string | undefined;
5446
5445
  channel?: string | undefined;
5446
+ ts?: string | undefined;
5447
5447
  }>, z.ZodObject<{
5448
5448
  operation: z.ZodLiteral<"list_channels">;
5449
5449
  ok: z.ZodBoolean;
@@ -5573,9 +5573,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5573
5573
  error: z.ZodString;
5574
5574
  success: z.ZodBoolean;
5575
5575
  }, "strip", z.ZodTypeAny, {
5576
- operation: "list_channels";
5577
- success: boolean;
5578
5576
  error: string;
5577
+ success: boolean;
5578
+ operation: "list_channels";
5579
5579
  ok: boolean;
5580
5580
  response_metadata?: {
5581
5581
  next_cursor: string;
@@ -5615,9 +5615,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5615
5615
  num_members?: number | undefined;
5616
5616
  }[] | undefined;
5617
5617
  }, {
5618
- operation: "list_channels";
5619
- success: boolean;
5620
5618
  error: string;
5619
+ success: boolean;
5620
+ operation: "list_channels";
5621
5621
  ok: boolean;
5622
5622
  response_metadata?: {
5623
5623
  next_cursor: string;
@@ -5778,9 +5778,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5778
5778
  error: z.ZodString;
5779
5779
  success: z.ZodBoolean;
5780
5780
  }, "strip", z.ZodTypeAny, {
5781
- operation: "get_channel_info";
5782
- success: boolean;
5783
5781
  error: string;
5782
+ success: boolean;
5783
+ operation: "get_channel_info";
5784
5784
  ok: boolean;
5785
5785
  channel?: {
5786
5786
  name: string;
@@ -5817,9 +5817,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5817
5817
  num_members?: number | undefined;
5818
5818
  } | undefined;
5819
5819
  }, {
5820
- operation: "get_channel_info";
5821
- success: boolean;
5822
5820
  error: string;
5821
+ success: boolean;
5822
+ operation: "get_channel_info";
5823
5823
  ok: boolean;
5824
5824
  channel?: {
5825
5825
  name: string;
@@ -6047,9 +6047,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6047
6047
  error: z.ZodString;
6048
6048
  success: z.ZodBoolean;
6049
6049
  }, "strip", z.ZodTypeAny, {
6050
- operation: "get_user_info";
6051
- success: boolean;
6052
6050
  error: string;
6051
+ success: boolean;
6052
+ operation: "get_user_info";
6053
6053
  ok: boolean;
6054
6054
  user?: {
6055
6055
  name: string;
@@ -6098,9 +6098,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6098
6098
  has_2fa?: boolean | undefined;
6099
6099
  } | undefined;
6100
6100
  }, {
6101
- operation: "get_user_info";
6102
- success: boolean;
6103
6101
  error: string;
6102
+ success: boolean;
6103
+ operation: "get_user_info";
6104
6104
  ok: boolean;
6105
6105
  user?: {
6106
6106
  name: string;
@@ -6347,9 +6347,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6347
6347
  error: z.ZodString;
6348
6348
  success: z.ZodBoolean;
6349
6349
  }, "strip", z.ZodTypeAny, {
6350
- operation: "list_users";
6351
- success: boolean;
6352
6350
  error: string;
6351
+ success: boolean;
6352
+ operation: "list_users";
6353
6353
  ok: boolean;
6354
6354
  response_metadata?: {
6355
6355
  next_cursor: string;
@@ -6401,9 +6401,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6401
6401
  has_2fa?: boolean | undefined;
6402
6402
  }[] | undefined;
6403
6403
  }, {
6404
- operation: "list_users";
6405
- success: boolean;
6406
6404
  error: string;
6405
+ success: boolean;
6406
+ operation: "list_users";
6407
6407
  ok: boolean;
6408
6408
  response_metadata?: {
6409
6409
  next_cursor: string;
@@ -6545,27 +6545,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6545
6545
  }>, "many">>;
6546
6546
  }, "strip", z.ZodTypeAny, {
6547
6547
  type: string;
6548
- files?: {
6549
- id: string;
6550
- title?: string | undefined;
6551
- name?: string | undefined;
6552
- user?: string | undefined;
6553
- mimetype?: string | undefined;
6554
- filetype?: string | undefined;
6555
- size?: number | undefined;
6556
- url_private?: string | undefined;
6557
- url_private_download?: string | undefined;
6558
- thumb_64?: string | undefined;
6559
- thumb_360?: string | undefined;
6560
- thumb_480?: string | undefined;
6561
- original_w?: number | undefined;
6562
- original_h?: number | undefined;
6563
- permalink?: string | undefined;
6564
- }[] | undefined;
6565
6548
  user?: string | undefined;
6566
6549
  text?: string | undefined;
6567
- ts?: string | undefined;
6568
6550
  username?: string | undefined;
6551
+ ts?: string | undefined;
6569
6552
  attachments?: unknown[] | undefined;
6570
6553
  blocks?: unknown[] | undefined;
6571
6554
  thread_ts?: string | undefined;
@@ -6585,8 +6568,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6585
6568
  users: string[];
6586
6569
  count: number;
6587
6570
  }[] | undefined;
6588
- }, {
6589
- type: string;
6590
6571
  files?: {
6591
6572
  id: string;
6592
6573
  title?: string | undefined;
@@ -6604,10 +6585,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6604
6585
  original_h?: number | undefined;
6605
6586
  permalink?: string | undefined;
6606
6587
  }[] | undefined;
6588
+ }, {
6589
+ type: string;
6607
6590
  user?: string | undefined;
6608
6591
  text?: string | undefined;
6609
- ts?: string | undefined;
6610
6592
  username?: string | undefined;
6593
+ ts?: string | undefined;
6611
6594
  attachments?: unknown[] | undefined;
6612
6595
  blocks?: unknown[] | undefined;
6613
6596
  thread_ts?: string | undefined;
@@ -6627,24 +6610,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6627
6610
  users: string[];
6628
6611
  count: number;
6629
6612
  }[] | undefined;
6630
- }>, "many">>;
6631
- has_more: z.ZodOptional<z.ZodBoolean>;
6632
- response_metadata: z.ZodOptional<z.ZodObject<{
6633
- next_cursor: z.ZodString;
6634
- }, "strip", z.ZodTypeAny, {
6635
- next_cursor: string;
6636
- }, {
6637
- next_cursor: string;
6638
- }>>;
6639
- error: z.ZodString;
6640
- success: z.ZodBoolean;
6641
- }, "strip", z.ZodTypeAny, {
6642
- operation: "get_conversation_history";
6643
- success: boolean;
6644
- error: string;
6645
- ok: boolean;
6646
- messages?: {
6647
- type: string;
6648
6613
  files?: {
6649
6614
  id: string;
6650
6615
  title?: string | undefined;
@@ -6662,10 +6627,28 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6662
6627
  original_h?: number | undefined;
6663
6628
  permalink?: string | undefined;
6664
6629
  }[] | undefined;
6630
+ }>, "many">>;
6631
+ has_more: z.ZodOptional<z.ZodBoolean>;
6632
+ response_metadata: z.ZodOptional<z.ZodObject<{
6633
+ next_cursor: z.ZodString;
6634
+ }, "strip", z.ZodTypeAny, {
6635
+ next_cursor: string;
6636
+ }, {
6637
+ next_cursor: string;
6638
+ }>>;
6639
+ error: z.ZodString;
6640
+ success: z.ZodBoolean;
6641
+ }, "strip", z.ZodTypeAny, {
6642
+ error: string;
6643
+ success: boolean;
6644
+ operation: "get_conversation_history";
6645
+ ok: boolean;
6646
+ messages?: {
6647
+ type: string;
6665
6648
  user?: string | undefined;
6666
6649
  text?: string | undefined;
6667
- ts?: string | undefined;
6668
6650
  username?: string | undefined;
6651
+ ts?: string | undefined;
6669
6652
  attachments?: unknown[] | undefined;
6670
6653
  blocks?: unknown[] | undefined;
6671
6654
  thread_ts?: string | undefined;
@@ -6685,18 +6668,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6685
6668
  users: string[];
6686
6669
  count: number;
6687
6670
  }[] | undefined;
6688
- }[] | undefined;
6689
- response_metadata?: {
6690
- next_cursor: string;
6691
- } | undefined;
6692
- has_more?: boolean | undefined;
6693
- }, {
6694
- operation: "get_conversation_history";
6695
- success: boolean;
6696
- error: string;
6697
- ok: boolean;
6698
- messages?: {
6699
- type: string;
6700
6671
  files?: {
6701
6672
  id: string;
6702
6673
  title?: string | undefined;
@@ -6714,10 +6685,22 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6714
6685
  original_h?: number | undefined;
6715
6686
  permalink?: string | undefined;
6716
6687
  }[] | undefined;
6688
+ }[] | undefined;
6689
+ response_metadata?: {
6690
+ next_cursor: string;
6691
+ } | undefined;
6692
+ has_more?: boolean | undefined;
6693
+ }, {
6694
+ error: string;
6695
+ success: boolean;
6696
+ operation: "get_conversation_history";
6697
+ ok: boolean;
6698
+ messages?: {
6699
+ type: string;
6717
6700
  user?: string | undefined;
6718
6701
  text?: string | undefined;
6719
- ts?: string | undefined;
6720
6702
  username?: string | undefined;
6703
+ ts?: string | undefined;
6721
6704
  attachments?: unknown[] | undefined;
6722
6705
  blocks?: unknown[] | undefined;
6723
6706
  thread_ts?: string | undefined;
@@ -6737,6 +6720,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6737
6720
  users: string[];
6738
6721
  count: number;
6739
6722
  }[] | undefined;
6723
+ files?: {
6724
+ id: string;
6725
+ title?: string | undefined;
6726
+ name?: string | undefined;
6727
+ user?: string | undefined;
6728
+ mimetype?: string | undefined;
6729
+ filetype?: string | undefined;
6730
+ size?: number | undefined;
6731
+ url_private?: string | undefined;
6732
+ url_private_download?: string | undefined;
6733
+ thumb_64?: string | undefined;
6734
+ thumb_360?: string | undefined;
6735
+ thumb_480?: string | undefined;
6736
+ original_w?: number | undefined;
6737
+ original_h?: number | undefined;
6738
+ permalink?: string | undefined;
6739
+ }[] | undefined;
6740
6740
  }[] | undefined;
6741
6741
  response_metadata?: {
6742
6742
  next_cursor: string;
@@ -6833,27 +6833,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6833
6833
  }>, "many">>;
6834
6834
  }, "strip", z.ZodTypeAny, {
6835
6835
  type: string;
6836
- files?: {
6837
- id: string;
6838
- title?: string | undefined;
6839
- name?: string | undefined;
6840
- user?: string | undefined;
6841
- mimetype?: string | undefined;
6842
- filetype?: string | undefined;
6843
- size?: number | undefined;
6844
- url_private?: string | undefined;
6845
- url_private_download?: string | undefined;
6846
- thumb_64?: string | undefined;
6847
- thumb_360?: string | undefined;
6848
- thumb_480?: string | undefined;
6849
- original_w?: number | undefined;
6850
- original_h?: number | undefined;
6851
- permalink?: string | undefined;
6852
- }[] | undefined;
6853
6836
  user?: string | undefined;
6854
6837
  text?: string | undefined;
6855
- ts?: string | undefined;
6856
6838
  username?: string | undefined;
6839
+ ts?: string | undefined;
6857
6840
  attachments?: unknown[] | undefined;
6858
6841
  blocks?: unknown[] | undefined;
6859
6842
  thread_ts?: string | undefined;
@@ -6873,8 +6856,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6873
6856
  users: string[];
6874
6857
  count: number;
6875
6858
  }[] | undefined;
6876
- }, {
6877
- type: string;
6878
6859
  files?: {
6879
6860
  id: string;
6880
6861
  title?: string | undefined;
@@ -6892,10 +6873,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6892
6873
  original_h?: number | undefined;
6893
6874
  permalink?: string | undefined;
6894
6875
  }[] | undefined;
6876
+ }, {
6877
+ type: string;
6895
6878
  user?: string | undefined;
6896
6879
  text?: string | undefined;
6897
- ts?: string | undefined;
6898
6880
  username?: string | undefined;
6881
+ ts?: string | undefined;
6899
6882
  attachments?: unknown[] | undefined;
6900
6883
  blocks?: unknown[] | undefined;
6901
6884
  thread_ts?: string | undefined;
@@ -6915,24 +6898,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6915
6898
  users: string[];
6916
6899
  count: number;
6917
6900
  }[] | undefined;
6918
- }>, "many">>;
6919
- has_more: z.ZodOptional<z.ZodBoolean>;
6920
- response_metadata: z.ZodOptional<z.ZodObject<{
6921
- next_cursor: z.ZodString;
6922
- }, "strip", z.ZodTypeAny, {
6923
- next_cursor: string;
6924
- }, {
6925
- next_cursor: string;
6926
- }>>;
6927
- error: z.ZodString;
6928
- success: z.ZodBoolean;
6929
- }, "strip", z.ZodTypeAny, {
6930
- operation: "get_thread_replies";
6931
- success: boolean;
6932
- error: string;
6933
- ok: boolean;
6934
- messages?: {
6935
- type: string;
6936
6901
  files?: {
6937
6902
  id: string;
6938
6903
  title?: string | undefined;
@@ -6950,10 +6915,28 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6950
6915
  original_h?: number | undefined;
6951
6916
  permalink?: string | undefined;
6952
6917
  }[] | undefined;
6918
+ }>, "many">>;
6919
+ has_more: z.ZodOptional<z.ZodBoolean>;
6920
+ response_metadata: z.ZodOptional<z.ZodObject<{
6921
+ next_cursor: z.ZodString;
6922
+ }, "strip", z.ZodTypeAny, {
6923
+ next_cursor: string;
6924
+ }, {
6925
+ next_cursor: string;
6926
+ }>>;
6927
+ error: z.ZodString;
6928
+ success: z.ZodBoolean;
6929
+ }, "strip", z.ZodTypeAny, {
6930
+ error: string;
6931
+ success: boolean;
6932
+ operation: "get_thread_replies";
6933
+ ok: boolean;
6934
+ messages?: {
6935
+ type: string;
6953
6936
  user?: string | undefined;
6954
6937
  text?: string | undefined;
6955
- ts?: string | undefined;
6956
6938
  username?: string | undefined;
6939
+ ts?: string | undefined;
6957
6940
  attachments?: unknown[] | undefined;
6958
6941
  blocks?: unknown[] | undefined;
6959
6942
  thread_ts?: string | undefined;
@@ -6973,18 +6956,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6973
6956
  users: string[];
6974
6957
  count: number;
6975
6958
  }[] | undefined;
6976
- }[] | undefined;
6977
- response_metadata?: {
6978
- next_cursor: string;
6979
- } | undefined;
6980
- has_more?: boolean | undefined;
6981
- }, {
6982
- operation: "get_thread_replies";
6983
- success: boolean;
6984
- error: string;
6985
- ok: boolean;
6986
- messages?: {
6987
- type: string;
6988
6959
  files?: {
6989
6960
  id: string;
6990
6961
  title?: string | undefined;
@@ -7002,10 +6973,22 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7002
6973
  original_h?: number | undefined;
7003
6974
  permalink?: string | undefined;
7004
6975
  }[] | undefined;
6976
+ }[] | undefined;
6977
+ response_metadata?: {
6978
+ next_cursor: string;
6979
+ } | undefined;
6980
+ has_more?: boolean | undefined;
6981
+ }, {
6982
+ error: string;
6983
+ success: boolean;
6984
+ operation: "get_thread_replies";
6985
+ ok: boolean;
6986
+ messages?: {
6987
+ type: string;
7005
6988
  user?: string | undefined;
7006
6989
  text?: string | undefined;
7007
- ts?: string | undefined;
7008
6990
  username?: string | undefined;
6991
+ ts?: string | undefined;
7009
6992
  attachments?: unknown[] | undefined;
7010
6993
  blocks?: unknown[] | undefined;
7011
6994
  thread_ts?: string | undefined;
@@ -7025,6 +7008,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7025
7008
  users: string[];
7026
7009
  count: number;
7027
7010
  }[] | undefined;
7011
+ files?: {
7012
+ id: string;
7013
+ title?: string | undefined;
7014
+ name?: string | undefined;
7015
+ user?: string | undefined;
7016
+ mimetype?: string | undefined;
7017
+ filetype?: string | undefined;
7018
+ size?: number | undefined;
7019
+ url_private?: string | undefined;
7020
+ url_private_download?: string | undefined;
7021
+ thumb_64?: string | undefined;
7022
+ thumb_360?: string | undefined;
7023
+ thumb_480?: string | undefined;
7024
+ original_w?: number | undefined;
7025
+ original_h?: number | undefined;
7026
+ permalink?: string | undefined;
7027
+ }[] | undefined;
7028
7028
  }[] | undefined;
7029
7029
  response_metadata?: {
7030
7030
  next_cursor: string;
@@ -7124,27 +7124,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7124
7124
  }>, "many">>;
7125
7125
  }, "strip", z.ZodTypeAny, {
7126
7126
  type: string;
7127
- files?: {
7128
- id: string;
7129
- title?: string | undefined;
7130
- name?: string | undefined;
7131
- user?: string | undefined;
7132
- mimetype?: string | undefined;
7133
- filetype?: string | undefined;
7134
- size?: number | undefined;
7135
- url_private?: string | undefined;
7136
- url_private_download?: string | undefined;
7137
- thumb_64?: string | undefined;
7138
- thumb_360?: string | undefined;
7139
- thumb_480?: string | undefined;
7140
- original_w?: number | undefined;
7141
- original_h?: number | undefined;
7142
- permalink?: string | undefined;
7143
- }[] | undefined;
7144
7127
  user?: string | undefined;
7145
7128
  text?: string | undefined;
7146
- ts?: string | undefined;
7147
7129
  username?: string | undefined;
7130
+ ts?: string | undefined;
7148
7131
  attachments?: unknown[] | undefined;
7149
7132
  blocks?: unknown[] | undefined;
7150
7133
  thread_ts?: string | undefined;
@@ -7164,8 +7147,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7164
7147
  users: string[];
7165
7148
  count: number;
7166
7149
  }[] | undefined;
7167
- }, {
7168
- type: string;
7169
7150
  files?: {
7170
7151
  id: string;
7171
7152
  title?: string | undefined;
@@ -7183,10 +7164,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7183
7164
  original_h?: number | undefined;
7184
7165
  permalink?: string | undefined;
7185
7166
  }[] | undefined;
7167
+ }, {
7168
+ type: string;
7186
7169
  user?: string | undefined;
7187
7170
  text?: string | undefined;
7188
- ts?: string | undefined;
7189
7171
  username?: string | undefined;
7172
+ ts?: string | undefined;
7190
7173
  attachments?: unknown[] | undefined;
7191
7174
  blocks?: unknown[] | undefined;
7192
7175
  thread_ts?: string | undefined;
@@ -7206,16 +7189,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7206
7189
  users: string[];
7207
7190
  count: number;
7208
7191
  }[] | undefined;
7209
- }>>;
7210
- error: z.ZodString;
7211
- success: z.ZodBoolean;
7212
- }, "strip", z.ZodTypeAny, {
7213
- operation: "update_message";
7214
- success: boolean;
7215
- error: string;
7216
- ok: boolean;
7217
- message?: {
7218
- type: string;
7219
7192
  files?: {
7220
7193
  id: string;
7221
7194
  title?: string | undefined;
@@ -7233,10 +7206,20 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7233
7206
  original_h?: number | undefined;
7234
7207
  permalink?: string | undefined;
7235
7208
  }[] | undefined;
7209
+ }>>;
7210
+ error: z.ZodString;
7211
+ success: z.ZodBoolean;
7212
+ }, "strip", z.ZodTypeAny, {
7213
+ error: string;
7214
+ success: boolean;
7215
+ operation: "update_message";
7216
+ ok: boolean;
7217
+ message?: {
7218
+ type: string;
7236
7219
  user?: string | undefined;
7237
7220
  text?: string | undefined;
7238
- ts?: string | undefined;
7239
7221
  username?: string | undefined;
7222
+ ts?: string | undefined;
7240
7223
  attachments?: unknown[] | undefined;
7241
7224
  blocks?: unknown[] | undefined;
7242
7225
  thread_ts?: string | undefined;
@@ -7256,17 +7239,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7256
7239
  users: string[];
7257
7240
  count: number;
7258
7241
  }[] | undefined;
7259
- } | undefined;
7260
- text?: string | undefined;
7261
- ts?: string | undefined;
7262
- channel?: string | undefined;
7263
- }, {
7264
- operation: "update_message";
7265
- success: boolean;
7266
- error: string;
7267
- ok: boolean;
7268
- message?: {
7269
- type: string;
7270
7242
  files?: {
7271
7243
  id: string;
7272
7244
  title?: string | undefined;
@@ -7284,10 +7256,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7284
7256
  original_h?: number | undefined;
7285
7257
  permalink?: string | undefined;
7286
7258
  }[] | undefined;
7259
+ } | undefined;
7260
+ text?: string | undefined;
7261
+ channel?: string | undefined;
7262
+ ts?: string | undefined;
7263
+ }, {
7264
+ error: string;
7265
+ success: boolean;
7266
+ operation: "update_message";
7267
+ ok: boolean;
7268
+ message?: {
7269
+ type: string;
7287
7270
  user?: string | undefined;
7288
7271
  text?: string | undefined;
7289
- ts?: string | undefined;
7290
7272
  username?: string | undefined;
7273
+ ts?: string | undefined;
7291
7274
  attachments?: unknown[] | undefined;
7292
7275
  blocks?: unknown[] | undefined;
7293
7276
  thread_ts?: string | undefined;
@@ -7307,10 +7290,27 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7307
7290
  users: string[];
7308
7291
  count: number;
7309
7292
  }[] | undefined;
7293
+ files?: {
7294
+ id: string;
7295
+ title?: string | undefined;
7296
+ name?: string | undefined;
7297
+ user?: string | undefined;
7298
+ mimetype?: string | undefined;
7299
+ filetype?: string | undefined;
7300
+ size?: number | undefined;
7301
+ url_private?: string | undefined;
7302
+ url_private_download?: string | undefined;
7303
+ thumb_64?: string | undefined;
7304
+ thumb_360?: string | undefined;
7305
+ thumb_480?: string | undefined;
7306
+ original_w?: number | undefined;
7307
+ original_h?: number | undefined;
7308
+ permalink?: string | undefined;
7309
+ }[] | undefined;
7310
7310
  } | undefined;
7311
7311
  text?: string | undefined;
7312
- ts?: string | undefined;
7313
7312
  channel?: string | undefined;
7313
+ ts?: string | undefined;
7314
7314
  }>, z.ZodObject<{
7315
7315
  operation: z.ZodLiteral<"delete_message">;
7316
7316
  ok: z.ZodBoolean;
@@ -7319,33 +7319,33 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7319
7319
  error: z.ZodString;
7320
7320
  success: z.ZodBoolean;
7321
7321
  }, "strip", z.ZodTypeAny, {
7322
- operation: "delete_message";
7323
- success: boolean;
7324
7322
  error: string;
7323
+ success: boolean;
7324
+ operation: "delete_message";
7325
7325
  ok: boolean;
7326
- ts?: string | undefined;
7327
7326
  channel?: string | undefined;
7327
+ ts?: string | undefined;
7328
7328
  }, {
7329
- operation: "delete_message";
7330
- success: boolean;
7331
7329
  error: string;
7330
+ success: boolean;
7331
+ operation: "delete_message";
7332
7332
  ok: boolean;
7333
- ts?: string | undefined;
7334
7333
  channel?: string | undefined;
7334
+ ts?: string | undefined;
7335
7335
  }>, z.ZodObject<{
7336
7336
  operation: z.ZodLiteral<"add_reaction">;
7337
7337
  ok: z.ZodBoolean;
7338
7338
  error: z.ZodString;
7339
7339
  success: z.ZodBoolean;
7340
7340
  }, "strip", z.ZodTypeAny, {
7341
- operation: "add_reaction";
7342
- success: boolean;
7343
7341
  error: string;
7342
+ success: boolean;
7343
+ operation: "add_reaction";
7344
7344
  ok: boolean;
7345
7345
  }, {
7346
- operation: "add_reaction";
7347
- success: boolean;
7348
7346
  error: string;
7347
+ success: boolean;
7348
+ operation: "add_reaction";
7349
7349
  ok: boolean;
7350
7350
  }>, z.ZodObject<{
7351
7351
  operation: z.ZodLiteral<"remove_reaction">;
@@ -7353,14 +7353,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7353
7353
  error: z.ZodString;
7354
7354
  success: z.ZodBoolean;
7355
7355
  }, "strip", z.ZodTypeAny, {
7356
- operation: "remove_reaction";
7357
- success: boolean;
7358
7356
  error: string;
7357
+ success: boolean;
7358
+ operation: "remove_reaction";
7359
7359
  ok: boolean;
7360
7360
  }, {
7361
- operation: "remove_reaction";
7362
- success: boolean;
7363
7361
  error: string;
7362
+ success: boolean;
7363
+ operation: "remove_reaction";
7364
7364
  ok: boolean;
7365
7365
  }>, z.ZodObject<{
7366
7366
  operation: z.ZodLiteral<"join_channel">;
@@ -7485,9 +7485,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7485
7485
  error: z.ZodString;
7486
7486
  success: z.ZodBoolean;
7487
7487
  }, "strip", z.ZodTypeAny, {
7488
- operation: "join_channel";
7489
- success: boolean;
7490
7488
  error: string;
7489
+ success: boolean;
7490
+ operation: "join_channel";
7491
7491
  ok: boolean;
7492
7492
  channel?: {
7493
7493
  name: string;
@@ -7525,9 +7525,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7525
7525
  } | undefined;
7526
7526
  already_in_channel?: boolean | undefined;
7527
7527
  }, {
7528
- operation: "join_channel";
7529
- success: boolean;
7530
7528
  error: string;
7529
+ success: boolean;
7530
+ operation: "join_channel";
7531
7531
  ok: boolean;
7532
7532
  channel?: {
7533
7533
  name: string;
@@ -7600,17 +7600,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7600
7600
  team_id: z.ZodString;
7601
7601
  }, "strip", z.ZodTypeAny, {
7602
7602
  ts: string;
7603
- team_id: string;
7604
7603
  reply_count: number;
7605
7604
  reply_users_count: number;
7606
7605
  reply_users: string[];
7606
+ team_id: string;
7607
7607
  channel_name: string;
7608
7608
  }, {
7609
7609
  ts: string;
7610
- team_id: string;
7611
7610
  reply_count: number;
7612
7611
  reply_users_count: number;
7613
7612
  reply_users: string[];
7613
+ team_id: string;
7614
7614
  channel_name: string;
7615
7615
  }>, "many">>>;
7616
7616
  private: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
@@ -7622,51 +7622,51 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7622
7622
  team_id: z.ZodString;
7623
7623
  }, "strip", z.ZodTypeAny, {
7624
7624
  ts: string;
7625
- team_id: string;
7626
7625
  reply_count: number;
7627
7626
  reply_users_count: number;
7628
7627
  reply_users: string[];
7628
+ team_id: string;
7629
7629
  channel_name: string;
7630
7630
  }, {
7631
7631
  ts: string;
7632
- team_id: string;
7633
7632
  reply_count: number;
7634
7633
  reply_users_count: number;
7635
7634
  reply_users: string[];
7635
+ team_id: string;
7636
7636
  channel_name: string;
7637
7637
  }>, "many">>>;
7638
7638
  }, "strip", z.ZodTypeAny, {
7639
7639
  public?: Record<string, {
7640
7640
  ts: string;
7641
- team_id: string;
7642
7641
  reply_count: number;
7643
7642
  reply_users_count: number;
7644
7643
  reply_users: string[];
7644
+ team_id: string;
7645
7645
  channel_name: string;
7646
7646
  }[]> | undefined;
7647
7647
  private?: Record<string, {
7648
7648
  ts: string;
7649
- team_id: string;
7650
7649
  reply_count: number;
7651
7650
  reply_users_count: number;
7652
7651
  reply_users: string[];
7652
+ team_id: string;
7653
7653
  channel_name: string;
7654
7654
  }[]> | undefined;
7655
7655
  }, {
7656
7656
  public?: Record<string, {
7657
7657
  ts: string;
7658
- team_id: string;
7659
7658
  reply_count: number;
7660
7659
  reply_users_count: number;
7661
7660
  reply_users: string[];
7661
+ team_id: string;
7662
7662
  channel_name: string;
7663
7663
  }[]> | undefined;
7664
7664
  private?: Record<string, {
7665
7665
  ts: string;
7666
- team_id: string;
7667
7666
  reply_count: number;
7668
7667
  reply_users_count: number;
7669
7668
  reply_users: string[];
7669
+ team_id: string;
7670
7670
  channel_name: string;
7671
7671
  }[]> | undefined;
7672
7672
  }>>;
@@ -7676,17 +7676,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7676
7676
  has_rich_preview: z.ZodOptional<z.ZodBoolean>;
7677
7677
  }, "strip", z.ZodTypeAny, {
7678
7678
  name: string;
7679
- id: string;
7680
7679
  user: string;
7680
+ id: string;
7681
7681
  username: string;
7682
7682
  timestamp: number;
7683
- created: number;
7684
7683
  mimetype: string;
7685
7684
  filetype: string;
7686
7685
  size: number;
7687
7686
  url_private: string;
7688
7687
  url_private_download: string;
7689
7688
  permalink: string;
7689
+ created: number;
7690
7690
  pretty_type: string;
7691
7691
  editable: boolean;
7692
7692
  mode: string;
@@ -7701,18 +7701,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7701
7701
  shares?: {
7702
7702
  public?: Record<string, {
7703
7703
  ts: string;
7704
- team_id: string;
7705
7704
  reply_count: number;
7706
7705
  reply_users_count: number;
7707
7706
  reply_users: string[];
7707
+ team_id: string;
7708
7708
  channel_name: string;
7709
7709
  }[]> | undefined;
7710
7710
  private?: Record<string, {
7711
7711
  ts: string;
7712
- team_id: string;
7713
7712
  reply_count: number;
7714
7713
  reply_users_count: number;
7715
7714
  reply_users: string[];
7715
+ team_id: string;
7716
7716
  channel_name: string;
7717
7717
  }[]> | undefined;
7718
7718
  } | undefined;
@@ -7721,17 +7721,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7721
7721
  has_rich_preview?: boolean | undefined;
7722
7722
  }, {
7723
7723
  name: string;
7724
- id: string;
7725
7724
  user: string;
7725
+ id: string;
7726
7726
  username: string;
7727
7727
  timestamp: number;
7728
- created: number;
7729
7728
  mimetype: string;
7730
7729
  filetype: string;
7731
7730
  size: number;
7732
7731
  url_private: string;
7733
7732
  url_private_download: string;
7734
7733
  permalink: string;
7734
+ created: number;
7735
7735
  pretty_type: string;
7736
7736
  editable: boolean;
7737
7737
  mode: string;
@@ -7746,18 +7746,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7746
7746
  shares?: {
7747
7747
  public?: Record<string, {
7748
7748
  ts: string;
7749
- team_id: string;
7750
7749
  reply_count: number;
7751
7750
  reply_users_count: number;
7752
7751
  reply_users: string[];
7752
+ team_id: string;
7753
7753
  channel_name: string;
7754
7754
  }[]> | undefined;
7755
7755
  private?: Record<string, {
7756
7756
  ts: string;
7757
- team_id: string;
7758
7757
  reply_count: number;
7759
7758
  reply_users_count: number;
7760
7759
  reply_users: string[];
7760
+ team_id: string;
7761
7761
  channel_name: string;
7762
7762
  }[]> | undefined;
7763
7763
  } | undefined;
@@ -7768,23 +7768,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7768
7768
  error: z.ZodString;
7769
7769
  success: z.ZodBoolean;
7770
7770
  }, "strip", z.ZodTypeAny, {
7771
- operation: "upload_file";
7772
- success: boolean;
7773
7771
  error: string;
7772
+ success: boolean;
7773
+ operation: "upload_file";
7774
7774
  ok: boolean;
7775
7775
  file?: {
7776
7776
  name: string;
7777
- id: string;
7778
7777
  user: string;
7778
+ id: string;
7779
7779
  username: string;
7780
7780
  timestamp: number;
7781
- created: number;
7782
7781
  mimetype: string;
7783
7782
  filetype: string;
7784
7783
  size: number;
7785
7784
  url_private: string;
7786
7785
  url_private_download: string;
7787
7786
  permalink: string;
7787
+ created: number;
7788
7788
  pretty_type: string;
7789
7789
  editable: boolean;
7790
7790
  mode: string;
@@ -7799,18 +7799,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7799
7799
  shares?: {
7800
7800
  public?: Record<string, {
7801
7801
  ts: string;
7802
- team_id: string;
7803
7802
  reply_count: number;
7804
7803
  reply_users_count: number;
7805
7804
  reply_users: string[];
7805
+ team_id: string;
7806
7806
  channel_name: string;
7807
7807
  }[]> | undefined;
7808
7808
  private?: Record<string, {
7809
7809
  ts: string;
7810
- team_id: string;
7811
7810
  reply_count: number;
7812
7811
  reply_users_count: number;
7813
7812
  reply_users: string[];
7813
+ team_id: string;
7814
7814
  channel_name: string;
7815
7815
  }[]> | undefined;
7816
7816
  } | undefined;
@@ -7819,23 +7819,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7819
7819
  has_rich_preview?: boolean | undefined;
7820
7820
  } | undefined;
7821
7821
  }, {
7822
- operation: "upload_file";
7823
- success: boolean;
7824
7822
  error: string;
7823
+ success: boolean;
7824
+ operation: "upload_file";
7825
7825
  ok: boolean;
7826
7826
  file?: {
7827
7827
  name: string;
7828
- id: string;
7829
7828
  user: string;
7829
+ id: string;
7830
7830
  username: string;
7831
7831
  timestamp: number;
7832
- created: number;
7833
7832
  mimetype: string;
7834
7833
  filetype: string;
7835
7834
  size: number;
7836
7835
  url_private: string;
7837
7836
  url_private_download: string;
7838
7837
  permalink: string;
7838
+ created: number;
7839
7839
  pretty_type: string;
7840
7840
  editable: boolean;
7841
7841
  mode: string;
@@ -7850,18 +7850,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7850
7850
  shares?: {
7851
7851
  public?: Record<string, {
7852
7852
  ts: string;
7853
- team_id: string;
7854
7853
  reply_count: number;
7855
7854
  reply_users_count: number;
7856
7855
  reply_users: string[];
7856
+ team_id: string;
7857
7857
  channel_name: string;
7858
7858
  }[]> | undefined;
7859
7859
  private?: Record<string, {
7860
7860
  ts: string;
7861
- team_id: string;
7862
7861
  reply_count: number;
7863
7862
  reply_users_count: number;
7864
7863
  reply_users: string[];
7864
+ team_id: string;
7865
7865
  channel_name: string;
7866
7866
  }[]> | undefined;
7867
7867
  } | undefined;
@@ -7878,17 +7878,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7878
7878
  error: z.ZodString;
7879
7879
  success: z.ZodBoolean;
7880
7880
  }, "strip", z.ZodTypeAny, {
7881
- operation: "schedule_message";
7882
- success: boolean;
7883
7881
  error: string;
7882
+ success: boolean;
7883
+ operation: "schedule_message";
7884
7884
  ok: boolean;
7885
7885
  channel?: string | undefined;
7886
7886
  post_at?: number | undefined;
7887
7887
  scheduled_message_id?: string | undefined;
7888
7888
  }, {
7889
- operation: "schedule_message";
7890
- success: boolean;
7891
7889
  error: string;
7890
+ success: boolean;
7891
+ operation: "schedule_message";
7892
7892
  ok: boolean;
7893
7893
  channel?: string | undefined;
7894
7894
  post_at?: number | undefined;
@@ -7948,9 +7948,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7948
7948
  error: z.ZodString;
7949
7949
  success: z.ZodBoolean;
7950
7950
  }, "strip", z.ZodTypeAny, {
7951
- operation: "get_file_info";
7952
- success: boolean;
7953
7951
  error: string;
7952
+ success: boolean;
7953
+ operation: "get_file_info";
7954
7954
  ok: boolean;
7955
7955
  file?: {
7956
7956
  name: string;
@@ -7970,9 +7970,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7970
7970
  permalink?: string | undefined;
7971
7971
  } | undefined;
7972
7972
  }, {
7973
- operation: "get_file_info";
7974
- success: boolean;
7975
7973
  error: string;
7974
+ success: boolean;
7975
+ operation: "get_file_info";
7976
7976
  ok: boolean;
7977
7977
  file?: {
7978
7978
  name: string;
@@ -8001,18 +8001,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
8001
8001
  error: z.ZodString;
8002
8002
  success: z.ZodBoolean;
8003
8003
  }, "strip", z.ZodTypeAny, {
8004
- operation: "download_file";
8005
- success: boolean;
8006
8004
  error: string;
8005
+ success: boolean;
8006
+ operation: "download_file";
8007
8007
  ok: boolean;
8008
8008
  content?: string | undefined;
8009
8009
  filename?: string | undefined;
8010
8010
  mimetype?: string | undefined;
8011
8011
  size?: number | undefined;
8012
8012
  }, {
8013
- operation: "download_file";
8014
- success: boolean;
8015
8013
  error: string;
8014
+ success: boolean;
8015
+ operation: "download_file";
8016
8016
  ok: boolean;
8017
8017
  content?: string | undefined;
8018
8018
  filename?: string | undefined;