@bubblelab/bubble-core 0.1.157 → 0.1.158

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 (82) hide show
  1. package/dist/bubble-bundle.d.ts +102 -102
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +144 -144
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
  4. package/dist/bubbles/service-bubble/airtable.d.ts +184 -184
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +152 -152
  7. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +55 -55
  8. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +63 -63
  9. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +98 -98
  10. package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
  11. package/dist/bubbles/service-bubble/firecrawl.d.ts +264 -264
  12. package/dist/bubbles/service-bubble/followupboss.d.ts +282 -282
  13. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +40 -40
  14. package/dist/bubbles/service-bubble/github.d.ts +216 -216
  15. package/dist/bubbles/service-bubble/gmail.d.ts +228 -228
  16. package/dist/bubbles/service-bubble/google-calendar.d.ts +62 -62
  17. package/dist/bubbles/service-bubble/google-drive.d.ts +152 -152
  18. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  19. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  20. package/dist/bubbles/service-bubble/http.d.ts +12 -12
  21. package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
  22. package/dist/bubbles/service-bubble/jira/jira.d.ts +107 -107
  23. package/dist/bubbles/service-bubble/notion/notion.d.ts +932 -932
  24. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  25. package/dist/bubbles/service-bubble/posthog/index.d.ts +1 -1
  26. package/dist/bubbles/service-bubble/posthog/index.d.ts.map +1 -1
  27. package/dist/bubbles/service-bubble/posthog/index.js +1 -1
  28. package/dist/bubbles/service-bubble/posthog/index.js.map +1 -1
  29. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +150 -68
  30. package/dist/bubbles/service-bubble/posthog/posthog.d.ts.map +1 -1
  31. package/dist/bubbles/service-bubble/posthog/posthog.js +18 -0
  32. package/dist/bubbles/service-bubble/posthog/posthog.js.map +1 -1
  33. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +202 -89
  34. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/posthog/posthog.schema.js +57 -3
  36. package/dist/bubbles/service-bubble/posthog/posthog.schema.js.map +1 -1
  37. package/dist/bubbles/service-bubble/resend.d.ts +16 -16
  38. package/dist/bubbles/service-bubble/slack/slack.d.ts +384 -384
  39. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  40. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +161 -161
  41. package/dist/bubbles/service-bubble/telegram.d.ts +264 -264
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
  43. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
  46. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  48. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
  51. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  54. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +22 -22
  55. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +108 -108
  56. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +12 -12
  57. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +24 -24
  58. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +12 -12
  60. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +42 -42
  61. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +16 -16
  62. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  63. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  64. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  65. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  66. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +36 -36
  67. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  69. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  70. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +16 -16
  71. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  72. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  73. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  74. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  75. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  76. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
  77. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  78. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +10 -10
  79. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +70 -70
  80. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  81. package/dist/bubbles.json +128 -5
  82. package/package.json +2 -2
@@ -105,15 +105,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
105
105
  emoji?: boolean | undefined;
106
106
  text?: string | undefined;
107
107
  image_url?: string | undefined;
108
- alt_text?: string | undefined;
109
108
  verbatim?: boolean | undefined;
109
+ alt_text?: string | undefined;
110
110
  }, {
111
111
  type: "image" | "plain_text" | "mrkdwn";
112
112
  emoji?: boolean | undefined;
113
113
  text?: string | undefined;
114
114
  image_url?: string | undefined;
115
- alt_text?: string | undefined;
116
115
  verbatim?: boolean | undefined;
116
+ alt_text?: string | undefined;
117
117
  }>, "many">>;
118
118
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
119
119
  type: z.ZodString;
@@ -145,15 +145,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
145
145
  emoji?: boolean | undefined;
146
146
  text?: string | undefined;
147
147
  image_url?: string | undefined;
148
- alt_text?: string | undefined;
149
148
  verbatim?: boolean | undefined;
149
+ alt_text?: string | undefined;
150
150
  }, {
151
151
  type: "image" | "plain_text" | "mrkdwn";
152
152
  emoji?: boolean | undefined;
153
153
  text?: string | undefined;
154
154
  image_url?: string | undefined;
155
- alt_text?: string | undefined;
156
155
  verbatim?: boolean | undefined;
156
+ alt_text?: string | undefined;
157
157
  }>, "many">>;
158
158
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
159
159
  type: z.ZodString;
@@ -185,15 +185,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
185
185
  emoji?: boolean | undefined;
186
186
  text?: string | undefined;
187
187
  image_url?: string | undefined;
188
- alt_text?: string | undefined;
189
188
  verbatim?: boolean | undefined;
189
+ alt_text?: string | undefined;
190
190
  }, {
191
191
  type: "image" | "plain_text" | "mrkdwn";
192
192
  emoji?: boolean | undefined;
193
193
  text?: string | undefined;
194
194
  image_url?: string | undefined;
195
- alt_text?: string | undefined;
196
195
  verbatim?: boolean | undefined;
196
+ alt_text?: string | undefined;
197
197
  }>, "many">>;
198
198
  }, z.ZodTypeAny, "passthrough">>, "many">>;
199
199
  thread_ts: z.ZodOptional<z.ZodString>;
@@ -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
- text: string;
206
205
  operation: "send_message";
206
+ text: string;
207
207
  channel: string;
208
208
  reply_broadcast: boolean;
209
209
  unfurl_links: boolean;
@@ -262,21 +262,21 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
262
262
  emoji?: boolean | undefined;
263
263
  text?: string | undefined;
264
264
  image_url?: string | undefined;
265
- alt_text?: string | undefined;
266
265
  verbatim?: boolean | undefined;
266
+ alt_text?: string | undefined;
267
267
  }, {
268
268
  type: "image" | "plain_text" | "mrkdwn";
269
269
  emoji?: boolean | undefined;
270
270
  text?: string | undefined;
271
271
  image_url?: string | undefined;
272
- alt_text?: string | undefined;
273
272
  verbatim?: boolean | undefined;
273
+ alt_text?: string | undefined;
274
274
  }>, "many">>;
275
275
  }, z.ZodTypeAny, "passthrough">[] | undefined;
276
276
  thread_ts?: string | undefined;
277
277
  }, {
278
- text: string;
279
278
  operation: "send_message";
279
+ text: string;
280
280
  channel: string;
281
281
  credentials?: Partial<Record<CredentialType, string>> | undefined;
282
282
  username?: string | undefined;
@@ -332,15 +332,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
332
332
  emoji?: boolean | undefined;
333
333
  text?: string | undefined;
334
334
  image_url?: string | undefined;
335
- alt_text?: string | undefined;
336
335
  verbatim?: boolean | undefined;
336
+ alt_text?: string | undefined;
337
337
  }, {
338
338
  type: "image" | "plain_text" | "mrkdwn";
339
339
  emoji?: boolean | undefined;
340
340
  text?: string | undefined;
341
341
  image_url?: string | undefined;
342
- alt_text?: string | undefined;
343
342
  verbatim?: boolean | undefined;
343
+ alt_text?: string | undefined;
344
344
  }>, "many">>;
345
345
  }, z.ZodTypeAny, "passthrough">[] | undefined;
346
346
  thread_ts?: string | undefined;
@@ -356,17 +356,17 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
356
356
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
357
357
  }, "strip", z.ZodTypeAny, {
358
358
  types: ("public_channel" | "private_channel" | "mpim" | "im")[];
359
+ limit: number;
359
360
  operation: "list_channels";
360
361
  exclude_archived: boolean;
361
- limit: number;
362
362
  credentials?: Partial<Record<CredentialType, string>> | undefined;
363
363
  cursor?: string | undefined;
364
364
  }, {
365
365
  operation: "list_channels";
366
366
  types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
367
+ limit?: number | undefined;
367
368
  credentials?: Partial<Record<CredentialType, string>> | undefined;
368
369
  exclude_archived?: boolean | undefined;
369
- limit?: number | undefined;
370
370
  cursor?: string | undefined;
371
371
  }>, z.ZodObject<{
372
372
  operation: z.ZodLiteral<"get_channel_info">;
@@ -389,13 +389,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
389
389
  include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
390
390
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
391
391
  }, "strip", z.ZodTypeAny, {
392
- user: string;
393
392
  operation: "get_user_info";
393
+ user: string;
394
394
  include_locale: boolean;
395
395
  credentials?: Partial<Record<CredentialType, string>> | undefined;
396
396
  }, {
397
- user: string;
398
397
  operation: "get_user_info";
398
+ user: string;
399
399
  credentials?: Partial<Record<CredentialType, string>> | undefined;
400
400
  include_locale?: boolean | undefined;
401
401
  }>, z.ZodObject<{
@@ -405,15 +405,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
405
405
  include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
406
406
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
407
407
  }, "strip", z.ZodTypeAny, {
408
- operation: "list_users";
409
408
  limit: number;
409
+ operation: "list_users";
410
410
  include_locale: boolean;
411
411
  credentials?: Partial<Record<CredentialType, string>> | undefined;
412
412
  cursor?: string | undefined;
413
413
  }, {
414
414
  operation: "list_users";
415
- credentials?: Partial<Record<CredentialType, string>> | undefined;
416
415
  limit?: number | undefined;
416
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
417
417
  cursor?: string | undefined;
418
418
  include_locale?: boolean | undefined;
419
419
  }>, z.ZodObject<{
@@ -427,9 +427,9 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
427
427
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
428
428
  }, "strip", z.ZodTypeAny, {
429
429
  inclusive: boolean;
430
+ limit: number;
430
431
  operation: "get_conversation_history";
431
432
  channel: string;
432
- limit: number;
433
433
  credentials?: Partial<Record<CredentialType, string>> | undefined;
434
434
  cursor?: string | undefined;
435
435
  latest?: string | undefined;
@@ -438,8 +438,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
438
438
  operation: "get_conversation_history";
439
439
  channel: string;
440
440
  inclusive?: boolean | undefined;
441
- credentials?: Partial<Record<CredentialType, string>> | undefined;
442
441
  limit?: number | undefined;
442
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
443
443
  cursor?: string | undefined;
444
444
  latest?: string | undefined;
445
445
  oldest?: string | undefined;
@@ -455,21 +455,21 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
455
455
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
456
456
  }, "strip", z.ZodTypeAny, {
457
457
  inclusive: boolean;
458
+ limit: number;
458
459
  operation: "get_thread_replies";
459
- channel: string;
460
460
  ts: string;
461
- limit: number;
461
+ channel: string;
462
462
  credentials?: Partial<Record<CredentialType, string>> | undefined;
463
463
  cursor?: string | undefined;
464
464
  latest?: string | undefined;
465
465
  oldest?: string | undefined;
466
466
  }, {
467
467
  operation: "get_thread_replies";
468
- channel: string;
469
468
  ts: string;
469
+ channel: string;
470
470
  inclusive?: boolean | undefined;
471
- credentials?: Partial<Record<CredentialType, string>> | undefined;
472
471
  limit?: number | undefined;
472
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
473
473
  cursor?: string | undefined;
474
474
  latest?: string | undefined;
475
475
  oldest?: string | undefined;
@@ -574,15 +574,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
574
574
  emoji?: boolean | undefined;
575
575
  text?: string | undefined;
576
576
  image_url?: string | undefined;
577
- alt_text?: string | undefined;
578
577
  verbatim?: boolean | undefined;
578
+ alt_text?: string | undefined;
579
579
  }, {
580
580
  type: "image" | "plain_text" | "mrkdwn";
581
581
  emoji?: boolean | undefined;
582
582
  text?: string | undefined;
583
583
  image_url?: string | undefined;
584
- alt_text?: string | undefined;
585
584
  verbatim?: boolean | undefined;
585
+ alt_text?: string | undefined;
586
586
  }>, "many">>;
587
587
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
588
588
  type: z.ZodString;
@@ -614,15 +614,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
614
614
  emoji?: boolean | undefined;
615
615
  text?: string | undefined;
616
616
  image_url?: string | undefined;
617
- alt_text?: string | undefined;
618
617
  verbatim?: boolean | undefined;
618
+ alt_text?: string | undefined;
619
619
  }, {
620
620
  type: "image" | "plain_text" | "mrkdwn";
621
621
  emoji?: boolean | undefined;
622
622
  text?: string | undefined;
623
623
  image_url?: string | undefined;
624
- alt_text?: string | undefined;
625
624
  verbatim?: boolean | undefined;
625
+ alt_text?: string | undefined;
626
626
  }>, "many">>;
627
627
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
628
628
  type: z.ZodString;
@@ -654,22 +654,22 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
654
654
  emoji?: boolean | undefined;
655
655
  text?: string | undefined;
656
656
  image_url?: string | undefined;
657
- alt_text?: string | undefined;
658
657
  verbatim?: boolean | undefined;
658
+ alt_text?: string | undefined;
659
659
  }, {
660
660
  type: "image" | "plain_text" | "mrkdwn";
661
661
  emoji?: boolean | undefined;
662
662
  text?: string | undefined;
663
663
  image_url?: string | undefined;
664
- alt_text?: string | undefined;
665
664
  verbatim?: boolean | undefined;
665
+ alt_text?: string | undefined;
666
666
  }>, "many">>;
667
667
  }, z.ZodTypeAny, "passthrough">>, "many">>;
668
668
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
669
669
  }, "strip", z.ZodTypeAny, {
670
670
  operation: "update_message";
671
- channel: string;
672
671
  ts: string;
672
+ channel: string;
673
673
  credentials?: Partial<Record<CredentialType, string>> | undefined;
674
674
  text?: string | undefined;
675
675
  attachments?: {
@@ -722,21 +722,21 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
722
722
  emoji?: boolean | undefined;
723
723
  text?: string | undefined;
724
724
  image_url?: string | undefined;
725
- alt_text?: string | undefined;
726
725
  verbatim?: boolean | undefined;
726
+ alt_text?: string | undefined;
727
727
  }, {
728
728
  type: "image" | "plain_text" | "mrkdwn";
729
729
  emoji?: boolean | undefined;
730
730
  text?: string | undefined;
731
731
  image_url?: string | undefined;
732
- alt_text?: string | undefined;
733
732
  verbatim?: boolean | undefined;
733
+ alt_text?: string | undefined;
734
734
  }>, "many">>;
735
735
  }, z.ZodTypeAny, "passthrough">[] | undefined;
736
736
  }, {
737
737
  operation: "update_message";
738
- channel: string;
739
738
  ts: string;
739
+ channel: string;
740
740
  credentials?: Partial<Record<CredentialType, string>> | undefined;
741
741
  text?: string | undefined;
742
742
  attachments?: {
@@ -789,15 +789,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
789
789
  emoji?: boolean | undefined;
790
790
  text?: string | undefined;
791
791
  image_url?: string | undefined;
792
- alt_text?: string | undefined;
793
792
  verbatim?: boolean | undefined;
793
+ alt_text?: string | undefined;
794
794
  }, {
795
795
  type: "image" | "plain_text" | "mrkdwn";
796
796
  emoji?: boolean | undefined;
797
797
  text?: string | undefined;
798
798
  image_url?: string | undefined;
799
- alt_text?: string | undefined;
800
799
  verbatim?: boolean | undefined;
800
+ alt_text?: string | undefined;
801
801
  }>, "many">>;
802
802
  }, z.ZodTypeAny, "passthrough">[] | undefined;
803
803
  }>, z.ZodObject<{
@@ -807,13 +807,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
807
807
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
808
808
  }, "strip", z.ZodTypeAny, {
809
809
  operation: "delete_message";
810
- channel: string;
811
810
  ts: string;
811
+ channel: string;
812
812
  credentials?: Partial<Record<CredentialType, string>> | undefined;
813
813
  }, {
814
814
  operation: "delete_message";
815
- channel: string;
816
815
  ts: string;
816
+ channel: string;
817
817
  credentials?: Partial<Record<CredentialType, string>> | undefined;
818
818
  }>, z.ZodObject<{
819
819
  operation: z.ZodLiteral<"add_reaction">;
@@ -822,16 +822,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
822
822
  timestamp: z.ZodString;
823
823
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
824
824
  }, "strip", z.ZodTypeAny, {
825
+ timestamp: string;
825
826
  name: string;
826
827
  operation: "add_reaction";
827
828
  channel: string;
828
- timestamp: string;
829
829
  credentials?: Partial<Record<CredentialType, string>> | undefined;
830
830
  }, {
831
+ timestamp: string;
831
832
  name: string;
832
833
  operation: "add_reaction";
833
834
  channel: string;
834
- timestamp: string;
835
835
  credentials?: Partial<Record<CredentialType, string>> | undefined;
836
836
  }>, z.ZodObject<{
837
837
  operation: z.ZodLiteral<"remove_reaction">;
@@ -840,16 +840,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
840
840
  timestamp: z.ZodString;
841
841
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
842
842
  }, "strip", z.ZodTypeAny, {
843
+ timestamp: string;
843
844
  name: string;
844
845
  operation: "remove_reaction";
845
846
  channel: string;
846
- timestamp: string;
847
847
  credentials?: Partial<Record<CredentialType, string>> | undefined;
848
848
  }, {
849
+ timestamp: string;
849
850
  name: string;
850
851
  operation: "remove_reaction";
851
852
  channel: string;
852
- timestamp: string;
853
853
  credentials?: Partial<Record<CredentialType, string>> | undefined;
854
854
  }>, z.ZodObject<{
855
855
  operation: z.ZodLiteral<"join_channel">;
@@ -929,15 +929,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
929
929
  emoji?: boolean | undefined;
930
930
  text?: string | undefined;
931
931
  image_url?: string | undefined;
932
- alt_text?: string | undefined;
933
932
  verbatim?: boolean | undefined;
933
+ alt_text?: string | undefined;
934
934
  }, {
935
935
  type: "image" | "plain_text" | "mrkdwn";
936
936
  emoji?: boolean | undefined;
937
937
  text?: string | undefined;
938
938
  image_url?: string | undefined;
939
- alt_text?: string | undefined;
940
939
  verbatim?: boolean | undefined;
940
+ alt_text?: string | undefined;
941
941
  }>, "many">>;
942
942
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
943
943
  type: z.ZodString;
@@ -969,15 +969,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
969
969
  emoji?: boolean | undefined;
970
970
  text?: string | undefined;
971
971
  image_url?: string | undefined;
972
- alt_text?: string | undefined;
973
972
  verbatim?: boolean | undefined;
973
+ alt_text?: string | undefined;
974
974
  }, {
975
975
  type: "image" | "plain_text" | "mrkdwn";
976
976
  emoji?: boolean | undefined;
977
977
  text?: string | undefined;
978
978
  image_url?: string | undefined;
979
- alt_text?: string | undefined;
980
979
  verbatim?: boolean | undefined;
980
+ alt_text?: string | undefined;
981
981
  }>, "many">>;
982
982
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
983
983
  type: z.ZodString;
@@ -1009,23 +1009,23 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1009
1009
  emoji?: boolean | undefined;
1010
1010
  text?: string | undefined;
1011
1011
  image_url?: string | undefined;
1012
- alt_text?: string | undefined;
1013
1012
  verbatim?: boolean | undefined;
1013
+ alt_text?: string | undefined;
1014
1014
  }, {
1015
1015
  type: "image" | "plain_text" | "mrkdwn";
1016
1016
  emoji?: boolean | undefined;
1017
1017
  text?: string | undefined;
1018
1018
  image_url?: string | undefined;
1019
- alt_text?: string | undefined;
1020
1019
  verbatim?: boolean | undefined;
1020
+ alt_text?: string | undefined;
1021
1021
  }>, "many">>;
1022
1022
  }, z.ZodTypeAny, "passthrough">>, "many">>;
1023
1023
  unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
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
- text: string;
1028
1027
  operation: "schedule_message";
1028
+ text: string;
1029
1029
  channel: string;
1030
1030
  unfurl_links: boolean;
1031
1031
  unfurl_media: boolean;
@@ -1061,21 +1061,21 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1061
1061
  emoji?: boolean | undefined;
1062
1062
  text?: string | undefined;
1063
1063
  image_url?: string | undefined;
1064
- alt_text?: string | undefined;
1065
1064
  verbatim?: boolean | undefined;
1065
+ alt_text?: string | undefined;
1066
1066
  }, {
1067
1067
  type: "image" | "plain_text" | "mrkdwn";
1068
1068
  emoji?: boolean | undefined;
1069
1069
  text?: string | undefined;
1070
1070
  image_url?: string | undefined;
1071
- alt_text?: string | undefined;
1072
1071
  verbatim?: boolean | undefined;
1072
+ alt_text?: string | undefined;
1073
1073
  }>, "many">>;
1074
1074
  }, z.ZodTypeAny, "passthrough">[] | undefined;
1075
1075
  thread_ts?: string | undefined;
1076
1076
  }, {
1077
- text: string;
1078
1077
  operation: "schedule_message";
1078
+ text: string;
1079
1079
  channel: string;
1080
1080
  post_at: number;
1081
1081
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -1109,15 +1109,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1109
1109
  emoji?: boolean | undefined;
1110
1110
  text?: string | undefined;
1111
1111
  image_url?: string | undefined;
1112
- alt_text?: string | undefined;
1113
1112
  verbatim?: boolean | undefined;
1113
+ alt_text?: string | undefined;
1114
1114
  }, {
1115
1115
  type: "image" | "plain_text" | "mrkdwn";
1116
1116
  emoji?: boolean | undefined;
1117
1117
  text?: string | undefined;
1118
1118
  image_url?: string | undefined;
1119
- alt_text?: string | undefined;
1120
1119
  verbatim?: boolean | undefined;
1120
+ alt_text?: string | undefined;
1121
1121
  }>, "many">>;
1122
1122
  }, z.ZodTypeAny, "passthrough">[] | undefined;
1123
1123
  thread_ts?: string | undefined;
@@ -1246,8 +1246,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1246
1246
  type: string;
1247
1247
  user?: string | undefined;
1248
1248
  text?: string | undefined;
1249
- username?: string | undefined;
1250
1249
  ts?: string | undefined;
1250
+ username?: string | undefined;
1251
1251
  attachments?: unknown[] | undefined;
1252
1252
  blocks?: unknown[] | undefined;
1253
1253
  thread_ts?: string | undefined;
@@ -1288,8 +1288,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1288
1288
  type: string;
1289
1289
  user?: string | undefined;
1290
1290
  text?: string | undefined;
1291
- username?: string | undefined;
1292
1291
  ts?: string | undefined;
1292
+ username?: string | undefined;
1293
1293
  attachments?: unknown[] | undefined;
1294
1294
  blocks?: unknown[] | undefined;
1295
1295
  thread_ts?: string | undefined;
@@ -1330,16 +1330,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1330
1330
  error: z.ZodString;
1331
1331
  success: z.ZodBoolean;
1332
1332
  }, "strip", z.ZodTypeAny, {
1333
- error: string;
1334
- success: boolean;
1335
1333
  operation: "send_message";
1334
+ success: boolean;
1335
+ error: string;
1336
1336
  ok: boolean;
1337
1337
  message?: {
1338
1338
  type: string;
1339
1339
  user?: string | undefined;
1340
1340
  text?: string | undefined;
1341
- username?: string | undefined;
1342
1341
  ts?: string | undefined;
1342
+ username?: string | undefined;
1343
1343
  attachments?: unknown[] | undefined;
1344
1344
  blocks?: unknown[] | undefined;
1345
1345
  thread_ts?: string | undefined;
@@ -1377,19 +1377,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1377
1377
  permalink?: string | undefined;
1378
1378
  }[] | undefined;
1379
1379
  } | undefined;
1380
- channel?: string | undefined;
1381
1380
  ts?: string | undefined;
1381
+ channel?: string | undefined;
1382
1382
  }, {
1383
- error: string;
1384
- success: boolean;
1385
1383
  operation: "send_message";
1384
+ success: boolean;
1385
+ error: string;
1386
1386
  ok: boolean;
1387
1387
  message?: {
1388
1388
  type: string;
1389
1389
  user?: string | undefined;
1390
1390
  text?: string | undefined;
1391
- username?: string | undefined;
1392
1391
  ts?: string | undefined;
1392
+ username?: string | undefined;
1393
1393
  attachments?: unknown[] | undefined;
1394
1394
  blocks?: unknown[] | undefined;
1395
1395
  thread_ts?: string | undefined;
@@ -1427,8 +1427,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1427
1427
  permalink?: string | undefined;
1428
1428
  }[] | undefined;
1429
1429
  } | undefined;
1430
- channel?: string | undefined;
1431
1430
  ts?: string | undefined;
1431
+ channel?: string | undefined;
1432
1432
  }>, z.ZodObject<{
1433
1433
  operation: z.ZodLiteral<"list_channels">;
1434
1434
  ok: z.ZodBoolean;
@@ -1482,8 +1482,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1482
1482
  }>>;
1483
1483
  num_members: z.ZodOptional<z.ZodNumber>;
1484
1484
  }, "strip", z.ZodTypeAny, {
1485
- name: string;
1486
1485
  id: string;
1486
+ name: string;
1487
1487
  created: number;
1488
1488
  is_archived: boolean;
1489
1489
  is_channel?: boolean | undefined;
@@ -1515,8 +1515,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1515
1515
  } | undefined;
1516
1516
  num_members?: number | undefined;
1517
1517
  }, {
1518
- name: string;
1519
1518
  id: string;
1519
+ name: string;
1520
1520
  created: number;
1521
1521
  is_archived: boolean;
1522
1522
  is_channel?: boolean | undefined;
@@ -1558,16 +1558,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1558
1558
  error: z.ZodString;
1559
1559
  success: z.ZodBoolean;
1560
1560
  }, "strip", z.ZodTypeAny, {
1561
- error: string;
1562
- success: boolean;
1563
1561
  operation: "list_channels";
1562
+ success: boolean;
1563
+ error: string;
1564
1564
  ok: boolean;
1565
1565
  response_metadata?: {
1566
1566
  next_cursor: string;
1567
1567
  } | undefined;
1568
1568
  channels?: {
1569
- name: string;
1570
1569
  id: string;
1570
+ name: string;
1571
1571
  created: number;
1572
1572
  is_archived: boolean;
1573
1573
  is_channel?: boolean | undefined;
@@ -1600,16 +1600,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1600
1600
  num_members?: number | undefined;
1601
1601
  }[] | undefined;
1602
1602
  }, {
1603
- error: string;
1604
- success: boolean;
1605
1603
  operation: "list_channels";
1604
+ success: boolean;
1605
+ error: string;
1606
1606
  ok: boolean;
1607
1607
  response_metadata?: {
1608
1608
  next_cursor: string;
1609
1609
  } | undefined;
1610
1610
  channels?: {
1611
- name: string;
1612
1611
  id: string;
1612
+ name: string;
1613
1613
  created: number;
1614
1614
  is_archived: boolean;
1615
1615
  is_channel?: boolean | undefined;
@@ -1694,8 +1694,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1694
1694
  }>>;
1695
1695
  num_members: z.ZodOptional<z.ZodNumber>;
1696
1696
  }, "strip", z.ZodTypeAny, {
1697
- name: string;
1698
1697
  id: string;
1698
+ name: string;
1699
1699
  created: number;
1700
1700
  is_archived: boolean;
1701
1701
  is_channel?: boolean | undefined;
@@ -1727,8 +1727,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1727
1727
  } | undefined;
1728
1728
  num_members?: number | undefined;
1729
1729
  }, {
1730
- name: string;
1731
1730
  id: string;
1731
+ name: string;
1732
1732
  created: number;
1733
1733
  is_archived: boolean;
1734
1734
  is_channel?: boolean | undefined;
@@ -1763,13 +1763,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1763
1763
  error: z.ZodString;
1764
1764
  success: z.ZodBoolean;
1765
1765
  }, "strip", z.ZodTypeAny, {
1766
- error: string;
1767
- success: boolean;
1768
1766
  operation: "get_channel_info";
1767
+ success: boolean;
1768
+ error: string;
1769
1769
  ok: boolean;
1770
1770
  channel?: {
1771
- name: string;
1772
1771
  id: string;
1772
+ name: string;
1773
1773
  created: number;
1774
1774
  is_archived: boolean;
1775
1775
  is_channel?: boolean | undefined;
@@ -1802,13 +1802,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1802
1802
  num_members?: number | undefined;
1803
1803
  } | undefined;
1804
1804
  }, {
1805
- error: string;
1806
- success: boolean;
1807
1805
  operation: "get_channel_info";
1806
+ success: boolean;
1807
+ error: string;
1808
1808
  ok: boolean;
1809
1809
  channel?: {
1810
- name: string;
1811
1810
  id: string;
1811
+ name: string;
1812
1812
  created: number;
1813
1813
  is_archived: boolean;
1814
1814
  is_channel?: boolean | undefined;
@@ -1939,8 +1939,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1939
1939
  updated: z.ZodOptional<z.ZodNumber>;
1940
1940
  has_2fa: z.ZodOptional<z.ZodBoolean>;
1941
1941
  }, "strip", z.ZodTypeAny, {
1942
- name: string;
1943
1942
  id: string;
1943
+ name: string;
1944
1944
  color?: string | undefined;
1945
1945
  team_id?: string | undefined;
1946
1946
  deleted?: boolean | undefined;
@@ -1984,8 +1984,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1984
1984
  updated?: number | undefined;
1985
1985
  has_2fa?: boolean | undefined;
1986
1986
  }, {
1987
- name: string;
1988
1987
  id: string;
1988
+ name: string;
1989
1989
  color?: string | undefined;
1990
1990
  team_id?: string | undefined;
1991
1991
  deleted?: boolean | undefined;
@@ -2032,13 +2032,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2032
2032
  error: z.ZodString;
2033
2033
  success: z.ZodBoolean;
2034
2034
  }, "strip", z.ZodTypeAny, {
2035
- error: string;
2036
- success: boolean;
2037
2035
  operation: "get_user_info";
2036
+ success: boolean;
2037
+ error: string;
2038
2038
  ok: boolean;
2039
2039
  user?: {
2040
- name: string;
2041
2040
  id: string;
2041
+ name: string;
2042
2042
  color?: string | undefined;
2043
2043
  team_id?: string | undefined;
2044
2044
  deleted?: boolean | undefined;
@@ -2083,13 +2083,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2083
2083
  has_2fa?: boolean | undefined;
2084
2084
  } | undefined;
2085
2085
  }, {
2086
- error: string;
2087
- success: boolean;
2088
2086
  operation: "get_user_info";
2087
+ success: boolean;
2088
+ error: string;
2089
2089
  ok: boolean;
2090
2090
  user?: {
2091
- name: string;
2092
2091
  id: string;
2092
+ name: string;
2093
2093
  color?: string | undefined;
2094
2094
  team_id?: string | undefined;
2095
2095
  deleted?: boolean | undefined;
@@ -2232,8 +2232,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2232
2232
  updated: z.ZodOptional<z.ZodNumber>;
2233
2233
  has_2fa: z.ZodOptional<z.ZodBoolean>;
2234
2234
  }, "strip", z.ZodTypeAny, {
2235
- name: string;
2236
2235
  id: string;
2236
+ name: string;
2237
2237
  color?: string | undefined;
2238
2238
  team_id?: string | undefined;
2239
2239
  deleted?: boolean | undefined;
@@ -2277,8 +2277,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2277
2277
  updated?: number | undefined;
2278
2278
  has_2fa?: boolean | undefined;
2279
2279
  }, {
2280
- name: string;
2281
2280
  id: string;
2281
+ name: string;
2282
2282
  color?: string | undefined;
2283
2283
  team_id?: string | undefined;
2284
2284
  deleted?: boolean | undefined;
@@ -2332,16 +2332,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2332
2332
  error: z.ZodString;
2333
2333
  success: z.ZodBoolean;
2334
2334
  }, "strip", z.ZodTypeAny, {
2335
- error: string;
2336
- success: boolean;
2337
2335
  operation: "list_users";
2336
+ success: boolean;
2337
+ error: string;
2338
2338
  ok: boolean;
2339
2339
  response_metadata?: {
2340
2340
  next_cursor: string;
2341
2341
  } | undefined;
2342
2342
  members?: {
2343
- name: string;
2344
2343
  id: string;
2344
+ name: string;
2345
2345
  color?: string | undefined;
2346
2346
  team_id?: string | undefined;
2347
2347
  deleted?: boolean | undefined;
@@ -2386,16 +2386,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2386
2386
  has_2fa?: boolean | undefined;
2387
2387
  }[] | undefined;
2388
2388
  }, {
2389
- error: string;
2390
- success: boolean;
2391
2389
  operation: "list_users";
2390
+ success: boolean;
2391
+ error: string;
2392
2392
  ok: boolean;
2393
2393
  response_metadata?: {
2394
2394
  next_cursor: string;
2395
2395
  } | undefined;
2396
2396
  members?: {
2397
- name: string;
2398
2397
  id: string;
2398
+ name: string;
2399
2399
  color?: string | undefined;
2400
2400
  team_id?: string | undefined;
2401
2401
  deleted?: boolean | undefined;
@@ -2532,8 +2532,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2532
2532
  type: string;
2533
2533
  user?: string | undefined;
2534
2534
  text?: string | undefined;
2535
- username?: string | undefined;
2536
2535
  ts?: string | undefined;
2536
+ username?: string | undefined;
2537
2537
  attachments?: unknown[] | undefined;
2538
2538
  blocks?: unknown[] | undefined;
2539
2539
  thread_ts?: string | undefined;
@@ -2574,8 +2574,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2574
2574
  type: string;
2575
2575
  user?: string | undefined;
2576
2576
  text?: string | undefined;
2577
- username?: string | undefined;
2578
2577
  ts?: string | undefined;
2578
+ username?: string | undefined;
2579
2579
  attachments?: unknown[] | undefined;
2580
2580
  blocks?: unknown[] | undefined;
2581
2581
  thread_ts?: string | undefined;
@@ -2624,16 +2624,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2624
2624
  error: z.ZodString;
2625
2625
  success: z.ZodBoolean;
2626
2626
  }, "strip", z.ZodTypeAny, {
2627
- error: string;
2628
- success: boolean;
2629
2627
  operation: "get_conversation_history";
2628
+ success: boolean;
2629
+ error: string;
2630
2630
  ok: boolean;
2631
2631
  messages?: {
2632
2632
  type: string;
2633
2633
  user?: string | undefined;
2634
2634
  text?: string | undefined;
2635
- username?: string | undefined;
2636
2635
  ts?: string | undefined;
2636
+ username?: string | undefined;
2637
2637
  attachments?: unknown[] | undefined;
2638
2638
  blocks?: unknown[] | undefined;
2639
2639
  thread_ts?: string | undefined;
@@ -2676,16 +2676,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2676
2676
  } | undefined;
2677
2677
  has_more?: boolean | undefined;
2678
2678
  }, {
2679
- error: string;
2680
- success: boolean;
2681
2679
  operation: "get_conversation_history";
2680
+ success: boolean;
2681
+ error: string;
2682
2682
  ok: boolean;
2683
2683
  messages?: {
2684
2684
  type: string;
2685
2685
  user?: string | undefined;
2686
2686
  text?: string | undefined;
2687
- username?: string | undefined;
2688
2687
  ts?: string | undefined;
2688
+ username?: string | undefined;
2689
2689
  attachments?: unknown[] | undefined;
2690
2690
  blocks?: unknown[] | undefined;
2691
2691
  thread_ts?: string | undefined;
@@ -2820,8 +2820,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2820
2820
  type: string;
2821
2821
  user?: string | undefined;
2822
2822
  text?: string | undefined;
2823
- username?: string | undefined;
2824
2823
  ts?: string | undefined;
2824
+ username?: string | undefined;
2825
2825
  attachments?: unknown[] | undefined;
2826
2826
  blocks?: unknown[] | undefined;
2827
2827
  thread_ts?: string | undefined;
@@ -2862,8 +2862,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2862
2862
  type: string;
2863
2863
  user?: string | undefined;
2864
2864
  text?: string | undefined;
2865
- username?: string | undefined;
2866
2865
  ts?: string | undefined;
2866
+ username?: string | undefined;
2867
2867
  attachments?: unknown[] | undefined;
2868
2868
  blocks?: unknown[] | undefined;
2869
2869
  thread_ts?: string | undefined;
@@ -2912,16 +2912,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2912
2912
  error: z.ZodString;
2913
2913
  success: z.ZodBoolean;
2914
2914
  }, "strip", z.ZodTypeAny, {
2915
- error: string;
2916
- success: boolean;
2917
2915
  operation: "get_thread_replies";
2916
+ success: boolean;
2917
+ error: string;
2918
2918
  ok: boolean;
2919
2919
  messages?: {
2920
2920
  type: string;
2921
2921
  user?: string | undefined;
2922
2922
  text?: string | undefined;
2923
- username?: string | undefined;
2924
2923
  ts?: string | undefined;
2924
+ username?: string | undefined;
2925
2925
  attachments?: unknown[] | undefined;
2926
2926
  blocks?: unknown[] | undefined;
2927
2927
  thread_ts?: string | undefined;
@@ -2964,16 +2964,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2964
2964
  } | undefined;
2965
2965
  has_more?: boolean | undefined;
2966
2966
  }, {
2967
- error: string;
2968
- success: boolean;
2969
2967
  operation: "get_thread_replies";
2968
+ success: boolean;
2969
+ error: string;
2970
2970
  ok: boolean;
2971
2971
  messages?: {
2972
2972
  type: string;
2973
2973
  user?: string | undefined;
2974
2974
  text?: string | undefined;
2975
- username?: string | undefined;
2976
2975
  ts?: string | undefined;
2976
+ username?: string | undefined;
2977
2977
  attachments?: unknown[] | undefined;
2978
2978
  blocks?: unknown[] | undefined;
2979
2979
  thread_ts?: string | undefined;
@@ -3111,8 +3111,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3111
3111
  type: string;
3112
3112
  user?: string | undefined;
3113
3113
  text?: string | undefined;
3114
- username?: string | undefined;
3115
3114
  ts?: string | undefined;
3115
+ username?: string | undefined;
3116
3116
  attachments?: unknown[] | undefined;
3117
3117
  blocks?: unknown[] | undefined;
3118
3118
  thread_ts?: string | undefined;
@@ -3153,8 +3153,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3153
3153
  type: string;
3154
3154
  user?: string | undefined;
3155
3155
  text?: string | undefined;
3156
- username?: string | undefined;
3157
3156
  ts?: string | undefined;
3157
+ username?: string | undefined;
3158
3158
  attachments?: unknown[] | undefined;
3159
3159
  blocks?: unknown[] | undefined;
3160
3160
  thread_ts?: string | undefined;
@@ -3195,16 +3195,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3195
3195
  error: z.ZodString;
3196
3196
  success: z.ZodBoolean;
3197
3197
  }, "strip", z.ZodTypeAny, {
3198
- error: string;
3199
- success: boolean;
3200
3198
  operation: "update_message";
3199
+ success: boolean;
3200
+ error: string;
3201
3201
  ok: boolean;
3202
3202
  message?: {
3203
3203
  type: string;
3204
3204
  user?: string | undefined;
3205
3205
  text?: string | undefined;
3206
- username?: string | undefined;
3207
3206
  ts?: string | undefined;
3207
+ username?: string | undefined;
3208
3208
  attachments?: unknown[] | undefined;
3209
3209
  blocks?: unknown[] | undefined;
3210
3210
  thread_ts?: string | undefined;
@@ -3243,19 +3243,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3243
3243
  }[] | undefined;
3244
3244
  } | undefined;
3245
3245
  text?: string | undefined;
3246
- channel?: string | undefined;
3247
3246
  ts?: string | undefined;
3247
+ channel?: string | undefined;
3248
3248
  }, {
3249
- error: string;
3250
- success: boolean;
3251
3249
  operation: "update_message";
3250
+ success: boolean;
3251
+ error: string;
3252
3252
  ok: boolean;
3253
3253
  message?: {
3254
3254
  type: string;
3255
3255
  user?: string | undefined;
3256
3256
  text?: string | undefined;
3257
- username?: string | undefined;
3258
3257
  ts?: string | undefined;
3258
+ username?: string | undefined;
3259
3259
  attachments?: unknown[] | undefined;
3260
3260
  blocks?: unknown[] | undefined;
3261
3261
  thread_ts?: string | undefined;
@@ -3294,8 +3294,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3294
3294
  }[] | undefined;
3295
3295
  } | undefined;
3296
3296
  text?: string | undefined;
3297
- channel?: string | undefined;
3298
3297
  ts?: string | undefined;
3298
+ channel?: 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
- error: string;
3308
- success: boolean;
3309
3307
  operation: "delete_message";
3308
+ success: boolean;
3309
+ error: string;
3310
3310
  ok: boolean;
3311
- channel?: string | undefined;
3312
3311
  ts?: string | undefined;
3312
+ channel?: string | undefined;
3313
3313
  }, {
3314
- error: string;
3315
- success: boolean;
3316
3314
  operation: "delete_message";
3315
+ success: boolean;
3316
+ error: string;
3317
3317
  ok: boolean;
3318
- channel?: string | undefined;
3319
3318
  ts?: string | undefined;
3319
+ channel?: 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
- error: string;
3327
- success: boolean;
3328
3326
  operation: "add_reaction";
3327
+ success: boolean;
3328
+ error: string;
3329
3329
  ok: boolean;
3330
3330
  }, {
3331
- error: string;
3332
- success: boolean;
3333
3331
  operation: "add_reaction";
3332
+ success: boolean;
3333
+ error: string;
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
- error: string;
3342
- success: boolean;
3343
3341
  operation: "remove_reaction";
3342
+ success: boolean;
3343
+ error: string;
3344
3344
  ok: boolean;
3345
3345
  }, {
3346
- error: string;
3347
- success: boolean;
3348
3346
  operation: "remove_reaction";
3347
+ success: boolean;
3348
+ error: string;
3349
3349
  ok: boolean;
3350
3350
  }>, z.ZodObject<{
3351
3351
  operation: z.ZodLiteral<"join_channel">;
@@ -3400,8 +3400,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3400
3400
  }>>;
3401
3401
  num_members: z.ZodOptional<z.ZodNumber>;
3402
3402
  }, "strip", z.ZodTypeAny, {
3403
- name: string;
3404
3403
  id: string;
3404
+ name: string;
3405
3405
  created: number;
3406
3406
  is_archived: boolean;
3407
3407
  is_channel?: boolean | undefined;
@@ -3433,8 +3433,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3433
3433
  } | undefined;
3434
3434
  num_members?: number | undefined;
3435
3435
  }, {
3436
- name: string;
3437
3436
  id: string;
3437
+ name: string;
3438
3438
  created: number;
3439
3439
  is_archived: boolean;
3440
3440
  is_channel?: boolean | undefined;
@@ -3470,13 +3470,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3470
3470
  error: z.ZodString;
3471
3471
  success: z.ZodBoolean;
3472
3472
  }, "strip", z.ZodTypeAny, {
3473
- error: string;
3474
- success: boolean;
3475
3473
  operation: "join_channel";
3474
+ success: boolean;
3475
+ error: string;
3476
3476
  ok: boolean;
3477
3477
  channel?: {
3478
- name: string;
3479
3478
  id: string;
3479
+ name: string;
3480
3480
  created: number;
3481
3481
  is_archived: boolean;
3482
3482
  is_channel?: boolean | undefined;
@@ -3510,13 +3510,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3510
3510
  } | undefined;
3511
3511
  already_in_channel?: boolean | undefined;
3512
3512
  }, {
3513
- error: string;
3514
- success: boolean;
3515
3513
  operation: "join_channel";
3514
+ success: boolean;
3515
+ error: string;
3516
3516
  ok: boolean;
3517
3517
  channel?: {
3518
- name: string;
3519
3518
  id: string;
3519
+ name: string;
3520
3520
  created: number;
3521
3521
  is_archived: boolean;
3522
3522
  is_channel?: boolean | undefined;
@@ -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;
3588
3589
  reply_count: number;
3589
3590
  reply_users_count: number;
3590
3591
  reply_users: string[];
3591
- team_id: string;
3592
3592
  channel_name: string;
3593
3593
  }, {
3594
3594
  ts: string;
3595
+ team_id: string;
3595
3596
  reply_count: number;
3596
3597
  reply_users_count: number;
3597
3598
  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;
3610
3611
  reply_count: number;
3611
3612
  reply_users_count: number;
3612
3613
  reply_users: string[];
3613
- team_id: string;
3614
3614
  channel_name: string;
3615
3615
  }, {
3616
3616
  ts: string;
3617
+ team_id: string;
3617
3618
  reply_count: number;
3618
3619
  reply_users_count: number;
3619
3620
  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;
3626
3627
  reply_count: number;
3627
3628
  reply_users_count: number;
3628
3629
  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;
3634
3635
  reply_count: number;
3635
3636
  reply_users_count: number;
3636
3637
  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;
3643
3644
  reply_count: number;
3644
3645
  reply_users_count: number;
3645
3646
  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;
3651
3652
  reply_count: number;
3652
3653
  reply_users_count: number;
3653
3654
  reply_users: string[];
3654
- team_id: string;
3655
3655
  channel_name: string;
3656
3656
  }[]> | undefined;
3657
3657
  }>>;
@@ -3660,18 +3660,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3660
3660
  ims: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3661
3661
  has_rich_preview: z.ZodOptional<z.ZodBoolean>;
3662
3662
  }, "strip", z.ZodTypeAny, {
3663
- name: string;
3664
3663
  id: string;
3664
+ timestamp: number;
3665
+ name: string;
3665
3666
  user: string;
3666
3667
  username: string;
3667
- timestamp: number;
3668
+ created: number;
3668
3669
  mimetype: string;
3669
3670
  filetype: string;
3670
3671
  size: number;
3671
3672
  url_private: string;
3672
3673
  url_private_download: string;
3673
3674
  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;
3689
3690
  reply_count: number;
3690
3691
  reply_users_count: number;
3691
3692
  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;
3697
3698
  reply_count: number;
3698
3699
  reply_users_count: number;
3699
3700
  reply_users: string[];
3700
- team_id: string;
3701
3701
  channel_name: string;
3702
3702
  }[]> | undefined;
3703
3703
  } | undefined;
@@ -3705,18 +3705,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3705
3705
  ims?: string[] | undefined;
3706
3706
  has_rich_preview?: boolean | undefined;
3707
3707
  }, {
3708
- name: string;
3709
3708
  id: string;
3709
+ timestamp: number;
3710
+ name: string;
3710
3711
  user: string;
3711
3712
  username: string;
3712
- timestamp: number;
3713
+ created: number;
3713
3714
  mimetype: string;
3714
3715
  filetype: string;
3715
3716
  size: number;
3716
3717
  url_private: string;
3717
3718
  url_private_download: string;
3718
3719
  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;
3734
3735
  reply_count: number;
3735
3736
  reply_users_count: number;
3736
3737
  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;
3742
3743
  reply_count: number;
3743
3744
  reply_users_count: number;
3744
3745
  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
- error: string;
3757
- success: boolean;
3758
3756
  operation: "upload_file";
3757
+ success: boolean;
3758
+ error: string;
3759
3759
  ok: boolean;
3760
3760
  file?: {
3761
- name: string;
3762
3761
  id: string;
3762
+ timestamp: number;
3763
+ name: string;
3763
3764
  user: string;
3764
3765
  username: string;
3765
- timestamp: number;
3766
+ created: number;
3766
3767
  mimetype: string;
3767
3768
  filetype: string;
3768
3769
  size: number;
3769
3770
  url_private: string;
3770
3771
  url_private_download: string;
3771
3772
  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;
3787
3788
  reply_count: number;
3788
3789
  reply_users_count: number;
3789
3790
  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;
3795
3796
  reply_count: number;
3796
3797
  reply_users_count: number;
3797
3798
  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
- error: string;
3808
- success: boolean;
3809
3807
  operation: "upload_file";
3808
+ success: boolean;
3809
+ error: string;
3810
3810
  ok: boolean;
3811
3811
  file?: {
3812
- name: string;
3813
3812
  id: string;
3813
+ timestamp: number;
3814
+ name: string;
3814
3815
  user: string;
3815
3816
  username: string;
3816
- timestamp: number;
3817
+ created: number;
3817
3818
  mimetype: string;
3818
3819
  filetype: string;
3819
3820
  size: number;
3820
3821
  url_private: string;
3821
3822
  url_private_download: string;
3822
3823
  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;
3838
3839
  reply_count: number;
3839
3840
  reply_users_count: number;
3840
3841
  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;
3846
3847
  reply_count: number;
3847
3848
  reply_users_count: number;
3848
3849
  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
- error: string;
3867
- success: boolean;
3868
3866
  operation: "schedule_message";
3867
+ success: boolean;
3868
+ error: string;
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
- error: string;
3875
- success: boolean;
3876
3874
  operation: "schedule_message";
3875
+ success: boolean;
3876
+ error: string;
3877
3877
  ok: boolean;
3878
3878
  channel?: string | undefined;
3879
3879
  post_at?: number | undefined;
@@ -3898,8 +3898,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3898
3898
  original_h: z.ZodOptional<z.ZodNumber>;
3899
3899
  permalink: z.ZodOptional<z.ZodString>;
3900
3900
  }, "strip", z.ZodTypeAny, {
3901
- name: string;
3902
3901
  id: string;
3902
+ name: string;
3903
3903
  mimetype: string;
3904
3904
  filetype: string;
3905
3905
  size: number;
@@ -3914,8 +3914,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3914
3914
  original_h?: number | undefined;
3915
3915
  permalink?: string | undefined;
3916
3916
  }, {
3917
- name: string;
3918
3917
  id: string;
3918
+ name: string;
3919
3919
  mimetype: string;
3920
3920
  filetype: string;
3921
3921
  size: number;
@@ -3933,13 +3933,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3933
3933
  error: z.ZodString;
3934
3934
  success: z.ZodBoolean;
3935
3935
  }, "strip", z.ZodTypeAny, {
3936
- error: string;
3937
- success: boolean;
3938
3936
  operation: "get_file_info";
3937
+ success: boolean;
3938
+ error: string;
3939
3939
  ok: boolean;
3940
3940
  file?: {
3941
- name: string;
3942
3941
  id: string;
3942
+ name: string;
3943
3943
  mimetype: string;
3944
3944
  filetype: string;
3945
3945
  size: number;
@@ -3955,13 +3955,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3955
3955
  permalink?: string | undefined;
3956
3956
  } | undefined;
3957
3957
  }, {
3958
- error: string;
3959
- success: boolean;
3960
3958
  operation: "get_file_info";
3959
+ success: boolean;
3960
+ error: string;
3961
3961
  ok: boolean;
3962
3962
  file?: {
3963
- name: string;
3964
3963
  id: string;
3964
+ name: string;
3965
3965
  mimetype: string;
3966
3966
  filetype: string;
3967
3967
  size: number;
@@ -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
- error: string;
3990
- success: boolean;
3991
3989
  operation: "download_file";
3990
+ success: boolean;
3991
+ error: string;
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
- error: string;
3999
- success: boolean;
4000
3998
  operation: "download_file";
3999
+ success: boolean;
4000
+ error: string;
4001
4001
  ok: boolean;
4002
4002
  content?: string | undefined;
4003
4003
  filename?: string | undefined;
@@ -4120,15 +4120,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4120
4120
  emoji?: boolean | undefined;
4121
4121
  text?: string | undefined;
4122
4122
  image_url?: string | undefined;
4123
- alt_text?: string | undefined;
4124
4123
  verbatim?: boolean | undefined;
4124
+ alt_text?: string | undefined;
4125
4125
  }, {
4126
4126
  type: "image" | "plain_text" | "mrkdwn";
4127
4127
  emoji?: boolean | undefined;
4128
4128
  text?: string | undefined;
4129
4129
  image_url?: string | undefined;
4130
- alt_text?: string | undefined;
4131
4130
  verbatim?: boolean | undefined;
4131
+ alt_text?: string | undefined;
4132
4132
  }>, "many">>;
4133
4133
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
4134
4134
  type: z.ZodString;
@@ -4160,15 +4160,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4160
4160
  emoji?: boolean | undefined;
4161
4161
  text?: string | undefined;
4162
4162
  image_url?: string | undefined;
4163
- alt_text?: string | undefined;
4164
4163
  verbatim?: boolean | undefined;
4164
+ alt_text?: string | undefined;
4165
4165
  }, {
4166
4166
  type: "image" | "plain_text" | "mrkdwn";
4167
4167
  emoji?: boolean | undefined;
4168
4168
  text?: string | undefined;
4169
4169
  image_url?: string | undefined;
4170
- alt_text?: string | undefined;
4171
4170
  verbatim?: boolean | undefined;
4171
+ alt_text?: string | undefined;
4172
4172
  }>, "many">>;
4173
4173
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
4174
4174
  type: z.ZodString;
@@ -4200,15 +4200,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4200
4200
  emoji?: boolean | undefined;
4201
4201
  text?: string | undefined;
4202
4202
  image_url?: string | undefined;
4203
- alt_text?: string | undefined;
4204
4203
  verbatim?: boolean | undefined;
4204
+ alt_text?: string | undefined;
4205
4205
  }, {
4206
4206
  type: "image" | "plain_text" | "mrkdwn";
4207
4207
  emoji?: boolean | undefined;
4208
4208
  text?: string | undefined;
4209
4209
  image_url?: string | undefined;
4210
- alt_text?: string | undefined;
4211
4210
  verbatim?: boolean | undefined;
4211
+ alt_text?: string | undefined;
4212
4212
  }>, "many">>;
4213
4213
  }, z.ZodTypeAny, "passthrough">>, "many">>;
4214
4214
  thread_ts: z.ZodOptional<z.ZodString>;
@@ -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
- text: string;
4221
4220
  operation: "send_message";
4221
+ text: string;
4222
4222
  channel: string;
4223
4223
  reply_broadcast: boolean;
4224
4224
  unfurl_links: boolean;
@@ -4277,21 +4277,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4277
4277
  emoji?: boolean | undefined;
4278
4278
  text?: string | undefined;
4279
4279
  image_url?: string | undefined;
4280
- alt_text?: string | undefined;
4281
4280
  verbatim?: boolean | undefined;
4281
+ alt_text?: string | undefined;
4282
4282
  }, {
4283
4283
  type: "image" | "plain_text" | "mrkdwn";
4284
4284
  emoji?: boolean | undefined;
4285
4285
  text?: string | undefined;
4286
4286
  image_url?: string | undefined;
4287
- alt_text?: string | undefined;
4288
4287
  verbatim?: boolean | undefined;
4288
+ alt_text?: string | undefined;
4289
4289
  }>, "many">>;
4290
4290
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4291
4291
  thread_ts?: string | undefined;
4292
4292
  }, {
4293
- text: string;
4294
4293
  operation: "send_message";
4294
+ text: string;
4295
4295
  channel: string;
4296
4296
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4297
4297
  username?: string | undefined;
@@ -4347,15 +4347,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4347
4347
  emoji?: boolean | undefined;
4348
4348
  text?: string | undefined;
4349
4349
  image_url?: string | undefined;
4350
- alt_text?: string | undefined;
4351
4350
  verbatim?: boolean | undefined;
4351
+ alt_text?: string | undefined;
4352
4352
  }, {
4353
4353
  type: "image" | "plain_text" | "mrkdwn";
4354
4354
  emoji?: boolean | undefined;
4355
4355
  text?: string | undefined;
4356
4356
  image_url?: string | undefined;
4357
- alt_text?: string | undefined;
4358
4357
  verbatim?: boolean | undefined;
4358
+ alt_text?: string | undefined;
4359
4359
  }>, "many">>;
4360
4360
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4361
4361
  thread_ts?: string | undefined;
@@ -4371,17 +4371,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4371
4371
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4372
4372
  }, "strip", z.ZodTypeAny, {
4373
4373
  types: ("public_channel" | "private_channel" | "mpim" | "im")[];
4374
+ limit: number;
4374
4375
  operation: "list_channels";
4375
4376
  exclude_archived: boolean;
4376
- limit: number;
4377
4377
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4378
4378
  cursor?: string | undefined;
4379
4379
  }, {
4380
4380
  operation: "list_channels";
4381
4381
  types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
4382
+ limit?: number | undefined;
4382
4383
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4383
4384
  exclude_archived?: boolean | undefined;
4384
- limit?: number | undefined;
4385
4385
  cursor?: string | undefined;
4386
4386
  }>, z.ZodObject<{
4387
4387
  operation: z.ZodLiteral<"get_channel_info">;
@@ -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
- user: string;
4408
4407
  operation: "get_user_info";
4408
+ user: string;
4409
4409
  include_locale: boolean;
4410
4410
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4411
4411
  }, {
4412
- user: string;
4413
4412
  operation: "get_user_info";
4413
+ user: string;
4414
4414
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4415
4415
  include_locale?: boolean | undefined;
4416
4416
  }>, z.ZodObject<{
@@ -4420,15 +4420,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4420
4420
  include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
4421
4421
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4422
4422
  }, "strip", z.ZodTypeAny, {
4423
- operation: "list_users";
4424
4423
  limit: number;
4424
+ operation: "list_users";
4425
4425
  include_locale: boolean;
4426
4426
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4427
4427
  cursor?: string | undefined;
4428
4428
  }, {
4429
4429
  operation: "list_users";
4430
- credentials?: Partial<Record<CredentialType, string>> | undefined;
4431
4430
  limit?: number | undefined;
4431
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
4432
4432
  cursor?: string | undefined;
4433
4433
  include_locale?: boolean | undefined;
4434
4434
  }>, z.ZodObject<{
@@ -4442,9 +4442,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4442
4442
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4443
4443
  }, "strip", z.ZodTypeAny, {
4444
4444
  inclusive: boolean;
4445
+ limit: number;
4445
4446
  operation: "get_conversation_history";
4446
4447
  channel: string;
4447
- limit: number;
4448
4448
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4449
4449
  cursor?: string | undefined;
4450
4450
  latest?: string | undefined;
@@ -4453,8 +4453,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4453
4453
  operation: "get_conversation_history";
4454
4454
  channel: string;
4455
4455
  inclusive?: boolean | undefined;
4456
- credentials?: Partial<Record<CredentialType, string>> | undefined;
4457
4456
  limit?: number | undefined;
4457
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
4458
4458
  cursor?: string | undefined;
4459
4459
  latest?: string | undefined;
4460
4460
  oldest?: string | undefined;
@@ -4470,21 +4470,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4470
4470
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4471
4471
  }, "strip", z.ZodTypeAny, {
4472
4472
  inclusive: boolean;
4473
+ limit: number;
4473
4474
  operation: "get_thread_replies";
4474
- channel: string;
4475
4475
  ts: string;
4476
- limit: number;
4476
+ channel: string;
4477
4477
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4478
4478
  cursor?: string | undefined;
4479
4479
  latest?: string | undefined;
4480
4480
  oldest?: string | undefined;
4481
4481
  }, {
4482
4482
  operation: "get_thread_replies";
4483
- channel: string;
4484
4483
  ts: string;
4484
+ channel: string;
4485
4485
  inclusive?: boolean | undefined;
4486
- credentials?: Partial<Record<CredentialType, string>> | undefined;
4487
4486
  limit?: number | undefined;
4487
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
4488
4488
  cursor?: string | undefined;
4489
4489
  latest?: string | undefined;
4490
4490
  oldest?: string | undefined;
@@ -4589,15 +4589,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4589
4589
  emoji?: boolean | undefined;
4590
4590
  text?: string | undefined;
4591
4591
  image_url?: string | undefined;
4592
- alt_text?: string | undefined;
4593
4592
  verbatim?: boolean | undefined;
4593
+ alt_text?: string | undefined;
4594
4594
  }, {
4595
4595
  type: "image" | "plain_text" | "mrkdwn";
4596
4596
  emoji?: boolean | undefined;
4597
4597
  text?: string | undefined;
4598
4598
  image_url?: string | undefined;
4599
- alt_text?: string | undefined;
4600
4599
  verbatim?: boolean | undefined;
4600
+ alt_text?: string | undefined;
4601
4601
  }>, "many">>;
4602
4602
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
4603
4603
  type: z.ZodString;
@@ -4629,15 +4629,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4629
4629
  emoji?: boolean | undefined;
4630
4630
  text?: string | undefined;
4631
4631
  image_url?: string | undefined;
4632
- alt_text?: string | undefined;
4633
4632
  verbatim?: boolean | undefined;
4633
+ alt_text?: string | undefined;
4634
4634
  }, {
4635
4635
  type: "image" | "plain_text" | "mrkdwn";
4636
4636
  emoji?: boolean | undefined;
4637
4637
  text?: string | undefined;
4638
4638
  image_url?: string | undefined;
4639
- alt_text?: string | undefined;
4640
4639
  verbatim?: boolean | undefined;
4640
+ alt_text?: string | undefined;
4641
4641
  }>, "many">>;
4642
4642
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
4643
4643
  type: z.ZodString;
@@ -4669,22 +4669,22 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4669
4669
  emoji?: boolean | undefined;
4670
4670
  text?: string | undefined;
4671
4671
  image_url?: string | undefined;
4672
- alt_text?: string | undefined;
4673
4672
  verbatim?: boolean | undefined;
4673
+ alt_text?: string | undefined;
4674
4674
  }, {
4675
4675
  type: "image" | "plain_text" | "mrkdwn";
4676
4676
  emoji?: boolean | undefined;
4677
4677
  text?: string | undefined;
4678
4678
  image_url?: string | undefined;
4679
- alt_text?: string | undefined;
4680
4679
  verbatim?: boolean | undefined;
4680
+ alt_text?: string | undefined;
4681
4681
  }>, "many">>;
4682
4682
  }, z.ZodTypeAny, "passthrough">>, "many">>;
4683
4683
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4684
4684
  }, "strip", z.ZodTypeAny, {
4685
4685
  operation: "update_message";
4686
- channel: string;
4687
4686
  ts: string;
4687
+ channel: string;
4688
4688
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4689
4689
  text?: string | undefined;
4690
4690
  attachments?: {
@@ -4737,21 +4737,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4737
4737
  emoji?: boolean | undefined;
4738
4738
  text?: string | undefined;
4739
4739
  image_url?: string | undefined;
4740
- alt_text?: string | undefined;
4741
4740
  verbatim?: boolean | undefined;
4741
+ alt_text?: string | undefined;
4742
4742
  }, {
4743
4743
  type: "image" | "plain_text" | "mrkdwn";
4744
4744
  emoji?: boolean | undefined;
4745
4745
  text?: string | undefined;
4746
4746
  image_url?: string | undefined;
4747
- alt_text?: string | undefined;
4748
4747
  verbatim?: boolean | undefined;
4748
+ alt_text?: string | undefined;
4749
4749
  }>, "many">>;
4750
4750
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4751
4751
  }, {
4752
4752
  operation: "update_message";
4753
- channel: string;
4754
4753
  ts: string;
4754
+ channel: string;
4755
4755
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4756
4756
  text?: string | undefined;
4757
4757
  attachments?: {
@@ -4804,15 +4804,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4804
4804
  emoji?: boolean | undefined;
4805
4805
  text?: string | undefined;
4806
4806
  image_url?: string | undefined;
4807
- alt_text?: string | undefined;
4808
4807
  verbatim?: boolean | undefined;
4808
+ alt_text?: string | undefined;
4809
4809
  }, {
4810
4810
  type: "image" | "plain_text" | "mrkdwn";
4811
4811
  emoji?: boolean | undefined;
4812
4812
  text?: string | undefined;
4813
4813
  image_url?: string | undefined;
4814
- alt_text?: string | undefined;
4815
4814
  verbatim?: boolean | undefined;
4815
+ alt_text?: string | undefined;
4816
4816
  }>, "many">>;
4817
4817
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4818
4818
  }>, z.ZodObject<{
@@ -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
- channel: string;
4826
4825
  ts: string;
4826
+ channel: string;
4827
4827
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4828
4828
  }, {
4829
4829
  operation: "delete_message";
4830
- channel: string;
4831
4830
  ts: string;
4831
+ channel: string;
4832
4832
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4833
4833
  }>, z.ZodObject<{
4834
4834
  operation: z.ZodLiteral<"add_reaction">;
@@ -4837,16 +4837,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4837
4837
  timestamp: z.ZodString;
4838
4838
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4839
4839
  }, "strip", z.ZodTypeAny, {
4840
+ timestamp: string;
4840
4841
  name: string;
4841
4842
  operation: "add_reaction";
4842
4843
  channel: string;
4843
- timestamp: string;
4844
4844
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4845
4845
  }, {
4846
+ timestamp: string;
4846
4847
  name: string;
4847
4848
  operation: "add_reaction";
4848
4849
  channel: string;
4849
- timestamp: string;
4850
4850
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4851
4851
  }>, z.ZodObject<{
4852
4852
  operation: z.ZodLiteral<"remove_reaction">;
@@ -4855,16 +4855,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4855
4855
  timestamp: z.ZodString;
4856
4856
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4857
4857
  }, "strip", z.ZodTypeAny, {
4858
+ timestamp: string;
4858
4859
  name: string;
4859
4860
  operation: "remove_reaction";
4860
4861
  channel: string;
4861
- timestamp: string;
4862
4862
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4863
4863
  }, {
4864
+ timestamp: string;
4864
4865
  name: string;
4865
4866
  operation: "remove_reaction";
4866
4867
  channel: string;
4867
- timestamp: string;
4868
4868
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4869
4869
  }>, z.ZodObject<{
4870
4870
  operation: z.ZodLiteral<"join_channel">;
@@ -4944,15 +4944,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4944
4944
  emoji?: boolean | undefined;
4945
4945
  text?: string | undefined;
4946
4946
  image_url?: string | undefined;
4947
- alt_text?: string | undefined;
4948
4947
  verbatim?: boolean | undefined;
4948
+ alt_text?: string | undefined;
4949
4949
  }, {
4950
4950
  type: "image" | "plain_text" | "mrkdwn";
4951
4951
  emoji?: boolean | undefined;
4952
4952
  text?: string | undefined;
4953
4953
  image_url?: string | undefined;
4954
- alt_text?: string | undefined;
4955
4954
  verbatim?: boolean | undefined;
4955
+ alt_text?: string | undefined;
4956
4956
  }>, "many">>;
4957
4957
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
4958
4958
  type: z.ZodString;
@@ -4984,15 +4984,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4984
4984
  emoji?: boolean | undefined;
4985
4985
  text?: string | undefined;
4986
4986
  image_url?: string | undefined;
4987
- alt_text?: string | undefined;
4988
4987
  verbatim?: boolean | undefined;
4988
+ alt_text?: string | undefined;
4989
4989
  }, {
4990
4990
  type: "image" | "plain_text" | "mrkdwn";
4991
4991
  emoji?: boolean | undefined;
4992
4992
  text?: string | undefined;
4993
4993
  image_url?: string | undefined;
4994
- alt_text?: string | undefined;
4995
4994
  verbatim?: boolean | undefined;
4995
+ alt_text?: string | undefined;
4996
4996
  }>, "many">>;
4997
4997
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
4998
4998
  type: z.ZodString;
@@ -5024,23 +5024,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5024
5024
  emoji?: boolean | undefined;
5025
5025
  text?: string | undefined;
5026
5026
  image_url?: string | undefined;
5027
- alt_text?: string | undefined;
5028
5027
  verbatim?: boolean | undefined;
5028
+ alt_text?: string | undefined;
5029
5029
  }, {
5030
5030
  type: "image" | "plain_text" | "mrkdwn";
5031
5031
  emoji?: boolean | undefined;
5032
5032
  text?: string | undefined;
5033
5033
  image_url?: string | undefined;
5034
- alt_text?: string | undefined;
5035
5034
  verbatim?: boolean | undefined;
5035
+ alt_text?: string | undefined;
5036
5036
  }>, "many">>;
5037
5037
  }, z.ZodTypeAny, "passthrough">>, "many">>;
5038
5038
  unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
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
- text: string;
5043
5042
  operation: "schedule_message";
5043
+ text: string;
5044
5044
  channel: string;
5045
5045
  unfurl_links: boolean;
5046
5046
  unfurl_media: boolean;
@@ -5076,21 +5076,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5076
5076
  emoji?: boolean | undefined;
5077
5077
  text?: string | undefined;
5078
5078
  image_url?: string | undefined;
5079
- alt_text?: string | undefined;
5080
5079
  verbatim?: boolean | undefined;
5080
+ alt_text?: string | undefined;
5081
5081
  }, {
5082
5082
  type: "image" | "plain_text" | "mrkdwn";
5083
5083
  emoji?: boolean | undefined;
5084
5084
  text?: string | undefined;
5085
5085
  image_url?: string | undefined;
5086
- alt_text?: string | undefined;
5087
5086
  verbatim?: boolean | undefined;
5087
+ alt_text?: string | undefined;
5088
5088
  }>, "many">>;
5089
5089
  }, z.ZodTypeAny, "passthrough">[] | undefined;
5090
5090
  thread_ts?: string | undefined;
5091
5091
  }, {
5092
- text: string;
5093
5092
  operation: "schedule_message";
5093
+ text: string;
5094
5094
  channel: string;
5095
5095
  post_at: number;
5096
5096
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -5124,15 +5124,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5124
5124
  emoji?: boolean | undefined;
5125
5125
  text?: string | undefined;
5126
5126
  image_url?: string | undefined;
5127
- alt_text?: string | undefined;
5128
5127
  verbatim?: boolean | undefined;
5128
+ alt_text?: string | undefined;
5129
5129
  }, {
5130
5130
  type: "image" | "plain_text" | "mrkdwn";
5131
5131
  emoji?: boolean | undefined;
5132
5132
  text?: string | undefined;
5133
5133
  image_url?: string | undefined;
5134
- alt_text?: string | undefined;
5135
5134
  verbatim?: boolean | undefined;
5135
+ alt_text?: string | undefined;
5136
5136
  }>, "many">>;
5137
5137
  }, z.ZodTypeAny, "passthrough">[] | undefined;
5138
5138
  thread_ts?: string | undefined;
@@ -5261,8 +5261,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5261
5261
  type: string;
5262
5262
  user?: string | undefined;
5263
5263
  text?: string | undefined;
5264
- username?: string | undefined;
5265
5264
  ts?: string | undefined;
5265
+ username?: string | undefined;
5266
5266
  attachments?: unknown[] | undefined;
5267
5267
  blocks?: unknown[] | undefined;
5268
5268
  thread_ts?: string | undefined;
@@ -5303,8 +5303,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5303
5303
  type: string;
5304
5304
  user?: string | undefined;
5305
5305
  text?: string | undefined;
5306
- username?: string | undefined;
5307
5306
  ts?: string | undefined;
5307
+ username?: string | undefined;
5308
5308
  attachments?: unknown[] | undefined;
5309
5309
  blocks?: unknown[] | undefined;
5310
5310
  thread_ts?: string | undefined;
@@ -5345,16 +5345,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5345
5345
  error: z.ZodString;
5346
5346
  success: z.ZodBoolean;
5347
5347
  }, "strip", z.ZodTypeAny, {
5348
- error: string;
5349
- success: boolean;
5350
5348
  operation: "send_message";
5349
+ success: boolean;
5350
+ error: string;
5351
5351
  ok: boolean;
5352
5352
  message?: {
5353
5353
  type: string;
5354
5354
  user?: string | undefined;
5355
5355
  text?: string | undefined;
5356
- username?: string | undefined;
5357
5356
  ts?: string | undefined;
5357
+ username?: string | undefined;
5358
5358
  attachments?: unknown[] | undefined;
5359
5359
  blocks?: unknown[] | undefined;
5360
5360
  thread_ts?: string | undefined;
@@ -5392,19 +5392,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5392
5392
  permalink?: string | undefined;
5393
5393
  }[] | undefined;
5394
5394
  } | undefined;
5395
- channel?: string | undefined;
5396
5395
  ts?: string | undefined;
5396
+ channel?: string | undefined;
5397
5397
  }, {
5398
- error: string;
5399
- success: boolean;
5400
5398
  operation: "send_message";
5399
+ success: boolean;
5400
+ error: string;
5401
5401
  ok: boolean;
5402
5402
  message?: {
5403
5403
  type: string;
5404
5404
  user?: string | undefined;
5405
5405
  text?: string | undefined;
5406
- username?: string | undefined;
5407
5406
  ts?: string | undefined;
5407
+ username?: string | undefined;
5408
5408
  attachments?: unknown[] | undefined;
5409
5409
  blocks?: unknown[] | undefined;
5410
5410
  thread_ts?: string | undefined;
@@ -5442,8 +5442,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5442
5442
  permalink?: string | undefined;
5443
5443
  }[] | undefined;
5444
5444
  } | undefined;
5445
- channel?: string | undefined;
5446
5445
  ts?: string | undefined;
5446
+ channel?: string | undefined;
5447
5447
  }>, z.ZodObject<{
5448
5448
  operation: z.ZodLiteral<"list_channels">;
5449
5449
  ok: z.ZodBoolean;
@@ -5497,8 +5497,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5497
5497
  }>>;
5498
5498
  num_members: z.ZodOptional<z.ZodNumber>;
5499
5499
  }, "strip", z.ZodTypeAny, {
5500
- name: string;
5501
5500
  id: string;
5501
+ name: string;
5502
5502
  created: number;
5503
5503
  is_archived: boolean;
5504
5504
  is_channel?: boolean | undefined;
@@ -5530,8 +5530,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5530
5530
  } | undefined;
5531
5531
  num_members?: number | undefined;
5532
5532
  }, {
5533
- name: string;
5534
5533
  id: string;
5534
+ name: string;
5535
5535
  created: number;
5536
5536
  is_archived: boolean;
5537
5537
  is_channel?: boolean | undefined;
@@ -5573,16 +5573,16 @@ 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
- error: string;
5577
- success: boolean;
5578
5576
  operation: "list_channels";
5577
+ success: boolean;
5578
+ error: string;
5579
5579
  ok: boolean;
5580
5580
  response_metadata?: {
5581
5581
  next_cursor: string;
5582
5582
  } | undefined;
5583
5583
  channels?: {
5584
- name: string;
5585
5584
  id: string;
5585
+ name: string;
5586
5586
  created: number;
5587
5587
  is_archived: boolean;
5588
5588
  is_channel?: boolean | undefined;
@@ -5615,16 +5615,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5615
5615
  num_members?: number | undefined;
5616
5616
  }[] | undefined;
5617
5617
  }, {
5618
- error: string;
5619
- success: boolean;
5620
5618
  operation: "list_channels";
5619
+ success: boolean;
5620
+ error: string;
5621
5621
  ok: boolean;
5622
5622
  response_metadata?: {
5623
5623
  next_cursor: string;
5624
5624
  } | undefined;
5625
5625
  channels?: {
5626
- name: string;
5627
5626
  id: string;
5627
+ name: string;
5628
5628
  created: number;
5629
5629
  is_archived: boolean;
5630
5630
  is_channel?: boolean | undefined;
@@ -5709,8 +5709,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5709
5709
  }>>;
5710
5710
  num_members: z.ZodOptional<z.ZodNumber>;
5711
5711
  }, "strip", z.ZodTypeAny, {
5712
- name: string;
5713
5712
  id: string;
5713
+ name: string;
5714
5714
  created: number;
5715
5715
  is_archived: boolean;
5716
5716
  is_channel?: boolean | undefined;
@@ -5742,8 +5742,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5742
5742
  } | undefined;
5743
5743
  num_members?: number | undefined;
5744
5744
  }, {
5745
- name: string;
5746
5745
  id: string;
5746
+ name: string;
5747
5747
  created: number;
5748
5748
  is_archived: boolean;
5749
5749
  is_channel?: boolean | undefined;
@@ -5778,13 +5778,13 @@ 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
- error: string;
5782
- success: boolean;
5783
5781
  operation: "get_channel_info";
5782
+ success: boolean;
5783
+ error: string;
5784
5784
  ok: boolean;
5785
5785
  channel?: {
5786
- name: string;
5787
5786
  id: string;
5787
+ name: string;
5788
5788
  created: number;
5789
5789
  is_archived: boolean;
5790
5790
  is_channel?: boolean | undefined;
@@ -5817,13 +5817,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5817
5817
  num_members?: number | undefined;
5818
5818
  } | undefined;
5819
5819
  }, {
5820
- error: string;
5821
- success: boolean;
5822
5820
  operation: "get_channel_info";
5821
+ success: boolean;
5822
+ error: string;
5823
5823
  ok: boolean;
5824
5824
  channel?: {
5825
- name: string;
5826
5825
  id: string;
5826
+ name: string;
5827
5827
  created: number;
5828
5828
  is_archived: boolean;
5829
5829
  is_channel?: boolean | undefined;
@@ -5954,8 +5954,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5954
5954
  updated: z.ZodOptional<z.ZodNumber>;
5955
5955
  has_2fa: z.ZodOptional<z.ZodBoolean>;
5956
5956
  }, "strip", z.ZodTypeAny, {
5957
- name: string;
5958
5957
  id: string;
5958
+ name: string;
5959
5959
  color?: string | undefined;
5960
5960
  team_id?: string | undefined;
5961
5961
  deleted?: boolean | undefined;
@@ -5999,8 +5999,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5999
5999
  updated?: number | undefined;
6000
6000
  has_2fa?: boolean | undefined;
6001
6001
  }, {
6002
- name: string;
6003
6002
  id: string;
6003
+ name: string;
6004
6004
  color?: string | undefined;
6005
6005
  team_id?: string | undefined;
6006
6006
  deleted?: boolean | undefined;
@@ -6047,13 +6047,13 @@ 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
- error: string;
6051
- success: boolean;
6052
6050
  operation: "get_user_info";
6051
+ success: boolean;
6052
+ error: string;
6053
6053
  ok: boolean;
6054
6054
  user?: {
6055
- name: string;
6056
6055
  id: string;
6056
+ name: string;
6057
6057
  color?: string | undefined;
6058
6058
  team_id?: string | undefined;
6059
6059
  deleted?: boolean | undefined;
@@ -6098,13 +6098,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6098
6098
  has_2fa?: boolean | undefined;
6099
6099
  } | undefined;
6100
6100
  }, {
6101
- error: string;
6102
- success: boolean;
6103
6101
  operation: "get_user_info";
6102
+ success: boolean;
6103
+ error: string;
6104
6104
  ok: boolean;
6105
6105
  user?: {
6106
- name: string;
6107
6106
  id: string;
6107
+ name: string;
6108
6108
  color?: string | undefined;
6109
6109
  team_id?: string | undefined;
6110
6110
  deleted?: boolean | undefined;
@@ -6247,8 +6247,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6247
6247
  updated: z.ZodOptional<z.ZodNumber>;
6248
6248
  has_2fa: z.ZodOptional<z.ZodBoolean>;
6249
6249
  }, "strip", z.ZodTypeAny, {
6250
- name: string;
6251
6250
  id: string;
6251
+ name: string;
6252
6252
  color?: string | undefined;
6253
6253
  team_id?: string | undefined;
6254
6254
  deleted?: boolean | undefined;
@@ -6292,8 +6292,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6292
6292
  updated?: number | undefined;
6293
6293
  has_2fa?: boolean | undefined;
6294
6294
  }, {
6295
- name: string;
6296
6295
  id: string;
6296
+ name: string;
6297
6297
  color?: string | undefined;
6298
6298
  team_id?: string | undefined;
6299
6299
  deleted?: boolean | undefined;
@@ -6347,16 +6347,16 @@ 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
- error: string;
6351
- success: boolean;
6352
6350
  operation: "list_users";
6351
+ success: boolean;
6352
+ error: string;
6353
6353
  ok: boolean;
6354
6354
  response_metadata?: {
6355
6355
  next_cursor: string;
6356
6356
  } | undefined;
6357
6357
  members?: {
6358
- name: string;
6359
6358
  id: string;
6359
+ name: string;
6360
6360
  color?: string | undefined;
6361
6361
  team_id?: string | undefined;
6362
6362
  deleted?: boolean | undefined;
@@ -6401,16 +6401,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6401
6401
  has_2fa?: boolean | undefined;
6402
6402
  }[] | undefined;
6403
6403
  }, {
6404
- error: string;
6405
- success: boolean;
6406
6404
  operation: "list_users";
6405
+ success: boolean;
6406
+ error: string;
6407
6407
  ok: boolean;
6408
6408
  response_metadata?: {
6409
6409
  next_cursor: string;
6410
6410
  } | undefined;
6411
6411
  members?: {
6412
- name: string;
6413
6412
  id: string;
6413
+ name: string;
6414
6414
  color?: string | undefined;
6415
6415
  team_id?: string | undefined;
6416
6416
  deleted?: boolean | undefined;
@@ -6547,8 +6547,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6547
6547
  type: string;
6548
6548
  user?: string | undefined;
6549
6549
  text?: string | undefined;
6550
- username?: string | undefined;
6551
6550
  ts?: string | undefined;
6551
+ username?: string | undefined;
6552
6552
  attachments?: unknown[] | undefined;
6553
6553
  blocks?: unknown[] | undefined;
6554
6554
  thread_ts?: string | undefined;
@@ -6589,8 +6589,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6589
6589
  type: string;
6590
6590
  user?: string | undefined;
6591
6591
  text?: string | undefined;
6592
- username?: string | undefined;
6593
6592
  ts?: string | undefined;
6593
+ username?: string | undefined;
6594
6594
  attachments?: unknown[] | undefined;
6595
6595
  blocks?: unknown[] | undefined;
6596
6596
  thread_ts?: string | undefined;
@@ -6639,16 +6639,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6639
6639
  error: z.ZodString;
6640
6640
  success: z.ZodBoolean;
6641
6641
  }, "strip", z.ZodTypeAny, {
6642
- error: string;
6643
- success: boolean;
6644
6642
  operation: "get_conversation_history";
6643
+ success: boolean;
6644
+ error: string;
6645
6645
  ok: boolean;
6646
6646
  messages?: {
6647
6647
  type: string;
6648
6648
  user?: string | undefined;
6649
6649
  text?: string | undefined;
6650
- username?: string | undefined;
6651
6650
  ts?: string | undefined;
6651
+ username?: string | undefined;
6652
6652
  attachments?: unknown[] | undefined;
6653
6653
  blocks?: unknown[] | undefined;
6654
6654
  thread_ts?: string | undefined;
@@ -6691,16 +6691,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6691
6691
  } | undefined;
6692
6692
  has_more?: boolean | undefined;
6693
6693
  }, {
6694
- error: string;
6695
- success: boolean;
6696
6694
  operation: "get_conversation_history";
6695
+ success: boolean;
6696
+ error: string;
6697
6697
  ok: boolean;
6698
6698
  messages?: {
6699
6699
  type: string;
6700
6700
  user?: string | undefined;
6701
6701
  text?: string | undefined;
6702
- username?: string | undefined;
6703
6702
  ts?: string | undefined;
6703
+ username?: string | undefined;
6704
6704
  attachments?: unknown[] | undefined;
6705
6705
  blocks?: unknown[] | undefined;
6706
6706
  thread_ts?: string | undefined;
@@ -6835,8 +6835,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6835
6835
  type: string;
6836
6836
  user?: string | undefined;
6837
6837
  text?: string | undefined;
6838
- username?: string | undefined;
6839
6838
  ts?: string | undefined;
6839
+ username?: string | undefined;
6840
6840
  attachments?: unknown[] | undefined;
6841
6841
  blocks?: unknown[] | undefined;
6842
6842
  thread_ts?: string | undefined;
@@ -6877,8 +6877,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6877
6877
  type: string;
6878
6878
  user?: string | undefined;
6879
6879
  text?: string | undefined;
6880
- username?: string | undefined;
6881
6880
  ts?: string | undefined;
6881
+ username?: string | undefined;
6882
6882
  attachments?: unknown[] | undefined;
6883
6883
  blocks?: unknown[] | undefined;
6884
6884
  thread_ts?: string | undefined;
@@ -6927,16 +6927,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6927
6927
  error: z.ZodString;
6928
6928
  success: z.ZodBoolean;
6929
6929
  }, "strip", z.ZodTypeAny, {
6930
- error: string;
6931
- success: boolean;
6932
6930
  operation: "get_thread_replies";
6931
+ success: boolean;
6932
+ error: string;
6933
6933
  ok: boolean;
6934
6934
  messages?: {
6935
6935
  type: string;
6936
6936
  user?: string | undefined;
6937
6937
  text?: string | undefined;
6938
- username?: string | undefined;
6939
6938
  ts?: string | undefined;
6939
+ username?: string | undefined;
6940
6940
  attachments?: unknown[] | undefined;
6941
6941
  blocks?: unknown[] | undefined;
6942
6942
  thread_ts?: string | undefined;
@@ -6979,16 +6979,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6979
6979
  } | undefined;
6980
6980
  has_more?: boolean | undefined;
6981
6981
  }, {
6982
- error: string;
6983
- success: boolean;
6984
6982
  operation: "get_thread_replies";
6983
+ success: boolean;
6984
+ error: string;
6985
6985
  ok: boolean;
6986
6986
  messages?: {
6987
6987
  type: string;
6988
6988
  user?: string | undefined;
6989
6989
  text?: string | undefined;
6990
- username?: string | undefined;
6991
6990
  ts?: string | undefined;
6991
+ username?: string | undefined;
6992
6992
  attachments?: unknown[] | undefined;
6993
6993
  blocks?: unknown[] | undefined;
6994
6994
  thread_ts?: string | undefined;
@@ -7126,8 +7126,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7126
7126
  type: string;
7127
7127
  user?: string | undefined;
7128
7128
  text?: string | undefined;
7129
- username?: string | undefined;
7130
7129
  ts?: string | undefined;
7130
+ username?: string | undefined;
7131
7131
  attachments?: unknown[] | undefined;
7132
7132
  blocks?: unknown[] | undefined;
7133
7133
  thread_ts?: string | undefined;
@@ -7168,8 +7168,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7168
7168
  type: string;
7169
7169
  user?: string | undefined;
7170
7170
  text?: string | undefined;
7171
- username?: string | undefined;
7172
7171
  ts?: string | undefined;
7172
+ username?: string | undefined;
7173
7173
  attachments?: unknown[] | undefined;
7174
7174
  blocks?: unknown[] | undefined;
7175
7175
  thread_ts?: string | undefined;
@@ -7210,16 +7210,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7210
7210
  error: z.ZodString;
7211
7211
  success: z.ZodBoolean;
7212
7212
  }, "strip", z.ZodTypeAny, {
7213
- error: string;
7214
- success: boolean;
7215
7213
  operation: "update_message";
7214
+ success: boolean;
7215
+ error: string;
7216
7216
  ok: boolean;
7217
7217
  message?: {
7218
7218
  type: string;
7219
7219
  user?: string | undefined;
7220
7220
  text?: string | undefined;
7221
- username?: string | undefined;
7222
7221
  ts?: string | undefined;
7222
+ username?: string | undefined;
7223
7223
  attachments?: unknown[] | undefined;
7224
7224
  blocks?: unknown[] | undefined;
7225
7225
  thread_ts?: string | undefined;
@@ -7258,19 +7258,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7258
7258
  }[] | undefined;
7259
7259
  } | undefined;
7260
7260
  text?: string | undefined;
7261
- channel?: string | undefined;
7262
7261
  ts?: string | undefined;
7262
+ channel?: string | undefined;
7263
7263
  }, {
7264
- error: string;
7265
- success: boolean;
7266
7264
  operation: "update_message";
7265
+ success: boolean;
7266
+ error: string;
7267
7267
  ok: boolean;
7268
7268
  message?: {
7269
7269
  type: string;
7270
7270
  user?: string | undefined;
7271
7271
  text?: string | undefined;
7272
- username?: string | undefined;
7273
7272
  ts?: string | undefined;
7273
+ username?: string | undefined;
7274
7274
  attachments?: unknown[] | undefined;
7275
7275
  blocks?: unknown[] | undefined;
7276
7276
  thread_ts?: string | undefined;
@@ -7309,8 +7309,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7309
7309
  }[] | undefined;
7310
7310
  } | undefined;
7311
7311
  text?: string | undefined;
7312
- channel?: string | undefined;
7313
7312
  ts?: string | undefined;
7313
+ channel?: 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
- error: string;
7323
- success: boolean;
7324
7322
  operation: "delete_message";
7323
+ success: boolean;
7324
+ error: string;
7325
7325
  ok: boolean;
7326
- channel?: string | undefined;
7327
7326
  ts?: string | undefined;
7327
+ channel?: string | undefined;
7328
7328
  }, {
7329
- error: string;
7330
- success: boolean;
7331
7329
  operation: "delete_message";
7330
+ success: boolean;
7331
+ error: string;
7332
7332
  ok: boolean;
7333
- channel?: string | undefined;
7334
7333
  ts?: string | undefined;
7334
+ channel?: 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
- error: string;
7342
- success: boolean;
7343
7341
  operation: "add_reaction";
7342
+ success: boolean;
7343
+ error: string;
7344
7344
  ok: boolean;
7345
7345
  }, {
7346
- error: string;
7347
- success: boolean;
7348
7346
  operation: "add_reaction";
7347
+ success: boolean;
7348
+ error: string;
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
- error: string;
7357
- success: boolean;
7358
7356
  operation: "remove_reaction";
7357
+ success: boolean;
7358
+ error: string;
7359
7359
  ok: boolean;
7360
7360
  }, {
7361
- error: string;
7362
- success: boolean;
7363
7361
  operation: "remove_reaction";
7362
+ success: boolean;
7363
+ error: string;
7364
7364
  ok: boolean;
7365
7365
  }>, z.ZodObject<{
7366
7366
  operation: z.ZodLiteral<"join_channel">;
@@ -7415,8 +7415,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7415
7415
  }>>;
7416
7416
  num_members: z.ZodOptional<z.ZodNumber>;
7417
7417
  }, "strip", z.ZodTypeAny, {
7418
- name: string;
7419
7418
  id: string;
7419
+ name: string;
7420
7420
  created: number;
7421
7421
  is_archived: boolean;
7422
7422
  is_channel?: boolean | undefined;
@@ -7448,8 +7448,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7448
7448
  } | undefined;
7449
7449
  num_members?: number | undefined;
7450
7450
  }, {
7451
- name: string;
7452
7451
  id: string;
7452
+ name: string;
7453
7453
  created: number;
7454
7454
  is_archived: boolean;
7455
7455
  is_channel?: boolean | undefined;
@@ -7485,13 +7485,13 @@ 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
- error: string;
7489
- success: boolean;
7490
7488
  operation: "join_channel";
7489
+ success: boolean;
7490
+ error: string;
7491
7491
  ok: boolean;
7492
7492
  channel?: {
7493
- name: string;
7494
7493
  id: string;
7494
+ name: string;
7495
7495
  created: number;
7496
7496
  is_archived: boolean;
7497
7497
  is_channel?: boolean | undefined;
@@ -7525,13 +7525,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7525
7525
  } | undefined;
7526
7526
  already_in_channel?: boolean | undefined;
7527
7527
  }, {
7528
- error: string;
7529
- success: boolean;
7530
7528
  operation: "join_channel";
7529
+ success: boolean;
7530
+ error: string;
7531
7531
  ok: boolean;
7532
7532
  channel?: {
7533
- name: string;
7534
7533
  id: string;
7534
+ name: string;
7535
7535
  created: number;
7536
7536
  is_archived: boolean;
7537
7537
  is_channel?: boolean | undefined;
@@ -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;
7603
7604
  reply_count: number;
7604
7605
  reply_users_count: number;
7605
7606
  reply_users: string[];
7606
- team_id: string;
7607
7607
  channel_name: string;
7608
7608
  }, {
7609
7609
  ts: string;
7610
+ team_id: string;
7610
7611
  reply_count: number;
7611
7612
  reply_users_count: number;
7612
7613
  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;
7625
7626
  reply_count: number;
7626
7627
  reply_users_count: number;
7627
7628
  reply_users: string[];
7628
- team_id: string;
7629
7629
  channel_name: string;
7630
7630
  }, {
7631
7631
  ts: string;
7632
+ team_id: string;
7632
7633
  reply_count: number;
7633
7634
  reply_users_count: number;
7634
7635
  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;
7641
7642
  reply_count: number;
7642
7643
  reply_users_count: number;
7643
7644
  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;
7649
7650
  reply_count: number;
7650
7651
  reply_users_count: number;
7651
7652
  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;
7658
7659
  reply_count: number;
7659
7660
  reply_users_count: number;
7660
7661
  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;
7666
7667
  reply_count: number;
7667
7668
  reply_users_count: number;
7668
7669
  reply_users: string[];
7669
- team_id: string;
7670
7670
  channel_name: string;
7671
7671
  }[]> | undefined;
7672
7672
  }>>;
@@ -7675,18 +7675,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7675
7675
  ims: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7676
7676
  has_rich_preview: z.ZodOptional<z.ZodBoolean>;
7677
7677
  }, "strip", z.ZodTypeAny, {
7678
- name: string;
7679
7678
  id: string;
7679
+ timestamp: number;
7680
+ name: string;
7680
7681
  user: string;
7681
7682
  username: string;
7682
- timestamp: number;
7683
+ created: number;
7683
7684
  mimetype: string;
7684
7685
  filetype: string;
7685
7686
  size: number;
7686
7687
  url_private: string;
7687
7688
  url_private_download: string;
7688
7689
  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;
7704
7705
  reply_count: number;
7705
7706
  reply_users_count: number;
7706
7707
  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;
7712
7713
  reply_count: number;
7713
7714
  reply_users_count: number;
7714
7715
  reply_users: string[];
7715
- team_id: string;
7716
7716
  channel_name: string;
7717
7717
  }[]> | undefined;
7718
7718
  } | undefined;
@@ -7720,18 +7720,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7720
7720
  ims?: string[] | undefined;
7721
7721
  has_rich_preview?: boolean | undefined;
7722
7722
  }, {
7723
- name: string;
7724
7723
  id: string;
7724
+ timestamp: number;
7725
+ name: string;
7725
7726
  user: string;
7726
7727
  username: string;
7727
- timestamp: number;
7728
+ created: number;
7728
7729
  mimetype: string;
7729
7730
  filetype: string;
7730
7731
  size: number;
7731
7732
  url_private: string;
7732
7733
  url_private_download: string;
7733
7734
  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;
7749
7750
  reply_count: number;
7750
7751
  reply_users_count: number;
7751
7752
  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;
7757
7758
  reply_count: number;
7758
7759
  reply_users_count: number;
7759
7760
  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
- error: string;
7772
- success: boolean;
7773
7771
  operation: "upload_file";
7772
+ success: boolean;
7773
+ error: string;
7774
7774
  ok: boolean;
7775
7775
  file?: {
7776
- name: string;
7777
7776
  id: string;
7777
+ timestamp: number;
7778
+ name: string;
7778
7779
  user: string;
7779
7780
  username: string;
7780
- timestamp: number;
7781
+ created: number;
7781
7782
  mimetype: string;
7782
7783
  filetype: string;
7783
7784
  size: number;
7784
7785
  url_private: string;
7785
7786
  url_private_download: string;
7786
7787
  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;
7802
7803
  reply_count: number;
7803
7804
  reply_users_count: number;
7804
7805
  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;
7810
7811
  reply_count: number;
7811
7812
  reply_users_count: number;
7812
7813
  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
- error: string;
7823
- success: boolean;
7824
7822
  operation: "upload_file";
7823
+ success: boolean;
7824
+ error: string;
7825
7825
  ok: boolean;
7826
7826
  file?: {
7827
- name: string;
7828
7827
  id: string;
7828
+ timestamp: number;
7829
+ name: string;
7829
7830
  user: string;
7830
7831
  username: string;
7831
- timestamp: number;
7832
+ created: number;
7832
7833
  mimetype: string;
7833
7834
  filetype: string;
7834
7835
  size: number;
7835
7836
  url_private: string;
7836
7837
  url_private_download: string;
7837
7838
  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;
7853
7854
  reply_count: number;
7854
7855
  reply_users_count: number;
7855
7856
  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;
7861
7862
  reply_count: number;
7862
7863
  reply_users_count: number;
7863
7864
  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
- error: string;
7882
- success: boolean;
7883
7881
  operation: "schedule_message";
7882
+ success: boolean;
7883
+ error: string;
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
- error: string;
7890
- success: boolean;
7891
7889
  operation: "schedule_message";
7890
+ success: boolean;
7891
+ error: string;
7892
7892
  ok: boolean;
7893
7893
  channel?: string | undefined;
7894
7894
  post_at?: number | undefined;
@@ -7913,8 +7913,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7913
7913
  original_h: z.ZodOptional<z.ZodNumber>;
7914
7914
  permalink: z.ZodOptional<z.ZodString>;
7915
7915
  }, "strip", z.ZodTypeAny, {
7916
- name: string;
7917
7916
  id: string;
7917
+ name: string;
7918
7918
  mimetype: string;
7919
7919
  filetype: string;
7920
7920
  size: number;
@@ -7929,8 +7929,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7929
7929
  original_h?: number | undefined;
7930
7930
  permalink?: string | undefined;
7931
7931
  }, {
7932
- name: string;
7933
7932
  id: string;
7933
+ name: string;
7934
7934
  mimetype: string;
7935
7935
  filetype: string;
7936
7936
  size: number;
@@ -7948,13 +7948,13 @@ 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
- error: string;
7952
- success: boolean;
7953
7951
  operation: "get_file_info";
7952
+ success: boolean;
7953
+ error: string;
7954
7954
  ok: boolean;
7955
7955
  file?: {
7956
- name: string;
7957
7956
  id: string;
7957
+ name: string;
7958
7958
  mimetype: string;
7959
7959
  filetype: string;
7960
7960
  size: number;
@@ -7970,13 +7970,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7970
7970
  permalink?: string | undefined;
7971
7971
  } | undefined;
7972
7972
  }, {
7973
- error: string;
7974
- success: boolean;
7975
7973
  operation: "get_file_info";
7974
+ success: boolean;
7975
+ error: string;
7976
7976
  ok: boolean;
7977
7977
  file?: {
7978
- name: string;
7979
7978
  id: string;
7979
+ name: string;
7980
7980
  mimetype: string;
7981
7981
  filetype: string;
7982
7982
  size: number;
@@ -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
- error: string;
8005
- success: boolean;
8006
8004
  operation: "download_file";
8005
+ success: boolean;
8006
+ error: string;
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
- error: string;
8014
- success: boolean;
8015
8013
  operation: "download_file";
8014
+ success: boolean;
8015
+ error: string;
8016
8016
  ok: boolean;
8017
8017
  content?: string | undefined;
8018
8018
  filename?: string | undefined;