@bubblelab/bubble-core 0.1.210 → 0.1.212

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 (130) hide show
  1. package/dist/bubble-bundle.d.ts +189 -168
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +4 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
  6. package/dist/bubbles/service-bubble/ai-agent-slack-tools.d.ts.map +1 -1
  7. package/dist/bubbles/service-bubble/ai-agent-slack-tools.js +15 -1
  8. package/dist/bubbles/service-bubble/ai-agent-slack-tools.js.map +1 -1
  9. package/dist/bubbles/service-bubble/ai-agent.d.ts +16 -16
  10. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  11. package/dist/bubbles/service-bubble/ai-agent.js +2 -1
  12. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  13. package/dist/bubbles/service-bubble/airtable.d.ts +130 -130
  14. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  15. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +120 -120
  16. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +68 -68
  17. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +489 -0
  18. package/dist/bubbles/service-bubble/assembled/assembled.d.ts.map +1 -0
  19. package/dist/bubbles/service-bubble/assembled/assembled.js +363 -0
  20. package/dist/bubbles/service-bubble/assembled/assembled.js.map +1 -0
  21. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +460 -0
  22. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts.map +1 -0
  23. package/dist/bubbles/service-bubble/assembled/assembled.schema.js +295 -0
  24. package/dist/bubbles/service-bubble/assembled/assembled.schema.js.map +1 -0
  25. package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts +12 -0
  26. package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts.map +1 -0
  27. package/dist/bubbles/service-bubble/assembled/assembled.utils.js +89 -0
  28. package/dist/bubbles/service-bubble/assembled/assembled.utils.js.map +1 -0
  29. package/dist/bubbles/service-bubble/assembled/index.d.ts +4 -0
  30. package/dist/bubbles/service-bubble/assembled/index.d.ts.map +1 -0
  31. package/dist/bubbles/service-bubble/assembled/index.js +4 -0
  32. package/dist/bubbles/service-bubble/assembled/index.js.map +1 -0
  33. package/dist/bubbles/service-bubble/attio/attio.d.ts +64 -64
  34. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +58 -58
  35. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +14 -14
  36. package/dist/bubbles/service-bubble/capability-pipeline.js +1 -1
  37. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  38. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +43 -43
  39. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +4 -4
  40. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +20 -20
  41. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +150 -150
  42. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  43. package/dist/bubbles/service-bubble/firecrawl.d.ts +204 -204
  44. package/dist/bubbles/service-bubble/followupboss.d.ts +256 -256
  45. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
  46. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +124 -124
  47. package/dist/bubbles/service-bubble/github.d.ts +114 -114
  48. package/dist/bubbles/service-bubble/gmail.d.ts +140 -140
  49. package/dist/bubbles/service-bubble/google-calendar.d.ts +132 -132
  50. package/dist/bubbles/service-bubble/google-drive.d.ts +150 -150
  51. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  52. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +26 -26
  53. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  54. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  55. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +20 -20
  56. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  57. package/dist/bubbles/service-bubble/jira/jira.d.ts +58 -58
  58. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +77 -77
  59. package/dist/bubbles/service-bubble/linear/linear.d.ts +44 -44
  60. package/dist/bubbles/service-bubble/linear/linear.schema.d.ts +15 -15
  61. package/dist/bubbles/service-bubble/notion/notion.d.ts +164 -164
  62. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  63. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +24 -24
  64. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +26 -26
  65. package/dist/bubbles/service-bubble/resend.d.ts +24 -24
  66. package/dist/bubbles/service-bubble/s3/s3.d.ts +44 -44
  67. package/dist/bubbles/service-bubble/s3/s3.schema.d.ts +14 -14
  68. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +14 -14
  69. package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +6 -6
  70. package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts +4 -0
  71. package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts.map +1 -1
  72. package/dist/bubbles/service-bubble/slack/slack-table-blocks.js +4 -0
  73. package/dist/bubbles/service-bubble/slack/slack-table-blocks.js.map +1 -1
  74. package/dist/bubbles/service-bubble/slack/slack.d.ts +276 -276
  75. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  76. package/dist/bubbles/service-bubble/slack/slack.utils.js +53 -7
  77. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  78. package/dist/bubbles/service-bubble/storage.d.ts +88 -88
  79. package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
  80. package/dist/bubbles/service-bubble/storage.js +5 -3
  81. package/dist/bubbles/service-bubble/storage.js.map +1 -1
  82. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +84 -84
  83. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +59 -59
  84. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  85. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
  86. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +3 -3
  87. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
  88. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
  89. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
  90. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
  91. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  92. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +8 -8
  93. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  94. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
  95. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  96. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  97. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  98. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  99. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +32 -32
  100. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  101. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  102. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  103. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  104. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
  105. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +4 -4
  106. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  107. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  108. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  109. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  110. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +8 -8
  111. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  112. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  113. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  114. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  115. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  116. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
  117. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  118. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
  119. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  120. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
  121. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  122. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
  123. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +14 -14
  124. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  125. package/dist/bubbles.json +927 -2
  126. package/dist/index.d.ts +1 -0
  127. package/dist/index.d.ts.map +1 -1
  128. package/dist/index.js +1 -0
  129. package/dist/index.js.map +1 -1
  130. package/package.json +2 -2
@@ -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;
@@ -275,8 +275,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
275
275
  }, z.ZodTypeAny, "passthrough">[] | undefined;
276
276
  thread_ts?: string | undefined;
277
277
  }, {
278
- 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;
@@ -355,8 +355,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
355
355
  cursor: z.ZodOptional<z.ZodString>;
356
356
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
357
357
  }, "strip", z.ZodTypeAny, {
358
- types: ("public_channel" | "private_channel" | "mpim" | "im")[];
359
358
  operation: "list_channels";
359
+ types: ("public_channel" | "private_channel" | "mpim" | "im")[];
360
360
  exclude_archived: boolean;
361
361
  limit: number;
362
362
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -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<{
@@ -426,8 +426,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
426
426
  cursor: z.ZodOptional<z.ZodString>;
427
427
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
428
428
  }, "strip", z.ZodTypeAny, {
429
- inclusive: boolean;
430
429
  operation: "get_conversation_history";
430
+ inclusive: boolean;
431
431
  channel: string;
432
432
  limit: number;
433
433
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -454,9 +454,9 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
454
454
  cursor: z.ZodOptional<z.ZodString>;
455
455
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
456
456
  }, "strip", z.ZodTypeAny, {
457
+ operation: "get_thread_replies";
457
458
  inclusive: boolean;
458
459
  ts: string;
459
- operation: "get_thread_replies";
460
460
  channel: string;
461
461
  limit: number;
462
462
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -464,8 +464,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
464
464
  latest?: string | undefined;
465
465
  oldest?: string | undefined;
466
466
  }, {
467
- ts: string;
468
467
  operation: "get_thread_replies";
468
+ ts: string;
469
469
  channel: string;
470
470
  inclusive?: boolean | undefined;
471
471
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -667,8 +667,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
667
667
  }, z.ZodTypeAny, "passthrough">>, "many">>;
668
668
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
669
669
  }, "strip", z.ZodTypeAny, {
670
- ts: string;
671
670
  operation: "update_message";
671
+ ts: string;
672
672
  channel: string;
673
673
  credentials?: Partial<Record<CredentialType, string>> | undefined;
674
674
  text?: string | undefined;
@@ -734,8 +734,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
734
734
  }>, "many">>;
735
735
  }, z.ZodTypeAny, "passthrough">[] | undefined;
736
736
  }, {
737
- ts: string;
738
737
  operation: "update_message";
738
+ ts: string;
739
739
  channel: string;
740
740
  credentials?: Partial<Record<CredentialType, string>> | undefined;
741
741
  text?: string | undefined;
@@ -806,13 +806,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
806
806
  ts: z.ZodString;
807
807
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
808
808
  }, "strip", z.ZodTypeAny, {
809
- ts: string;
810
809
  operation: "delete_message";
810
+ ts: string;
811
811
  channel: string;
812
812
  credentials?: Partial<Record<CredentialType, string>> | undefined;
813
813
  }, {
814
- ts: string;
815
814
  operation: "delete_message";
815
+ ts: string;
816
816
  channel: string;
817
817
  credentials?: Partial<Record<CredentialType, string>> | undefined;
818
818
  }>, z.ZodObject<{
@@ -822,14 +822,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
822
822
  timestamp: z.ZodString;
823
823
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
824
824
  }, "strip", z.ZodTypeAny, {
825
- name: string;
826
825
  operation: "add_reaction";
826
+ name: string;
827
827
  channel: string;
828
828
  timestamp: string;
829
829
  credentials?: Partial<Record<CredentialType, string>> | undefined;
830
830
  }, {
831
- name: string;
832
831
  operation: "add_reaction";
832
+ name: string;
833
833
  channel: string;
834
834
  timestamp: string;
835
835
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -840,14 +840,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
840
840
  timestamp: z.ZodString;
841
841
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
842
842
  }, "strip", z.ZodTypeAny, {
843
- name: string;
844
843
  operation: "remove_reaction";
844
+ name: string;
845
845
  channel: string;
846
846
  timestamp: string;
847
847
  credentials?: Partial<Record<CredentialType, string>> | undefined;
848
848
  }, {
849
- name: string;
850
849
  operation: "remove_reaction";
850
+ name: string;
851
851
  channel: string;
852
852
  timestamp: string;
853
853
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -1024,8 +1024,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1024
1024
  unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1025
1025
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1026
1026
  }, "strip", z.ZodTypeAny, {
1027
- text: string;
1028
1027
  operation: "schedule_message";
1028
+ text: string;
1029
1029
  channel: string;
1030
1030
  unfurl_links: boolean;
1031
1031
  unfurl_media: boolean;
@@ -1074,8 +1074,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1074
1074
  }, z.ZodTypeAny, "passthrough">[] | undefined;
1075
1075
  thread_ts?: string | undefined;
1076
1076
  }, {
1077
- 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;
@@ -1330,9 +1330,9 @@ 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;
@@ -1380,9 +1380,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1380
1380
  ts?: string | undefined;
1381
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;
@@ -1558,9 +1558,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1558
1558
  error: z.ZodString;
1559
1559
  success: z.ZodBoolean;
1560
1560
  }, "strip", z.ZodTypeAny, {
1561
- 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;
@@ -1600,9 +1600,9 @@ 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;
@@ -1763,9 +1763,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1763
1763
  error: z.ZodString;
1764
1764
  success: z.ZodBoolean;
1765
1765
  }, "strip", z.ZodTypeAny, {
1766
- 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
1771
  name: string;
@@ -1802,9 +1802,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1802
1802
  num_members?: number | undefined;
1803
1803
  } | undefined;
1804
1804
  }, {
1805
- 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
1810
  name: string;
@@ -1941,13 +1941,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1941
1941
  }, "strip", z.ZodTypeAny, {
1942
1942
  name: string;
1943
1943
  id: string;
1944
- color?: string | undefined;
1945
- team_id?: string | undefined;
1946
1944
  deleted?: boolean | undefined;
1947
- real_name?: string | undefined;
1948
- tz?: string | undefined;
1949
- tz_label?: string | undefined;
1950
- tz_offset?: number | undefined;
1945
+ updated?: number | undefined;
1951
1946
  profile?: {
1952
1947
  title?: string | undefined;
1953
1948
  email?: string | undefined;
@@ -1974,6 +1969,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1974
1969
  image_512?: string | undefined;
1975
1970
  image_1024?: string | undefined;
1976
1971
  } | undefined;
1972
+ color?: string | undefined;
1973
+ team_id?: string | undefined;
1974
+ real_name?: string | undefined;
1975
+ tz?: string | undefined;
1976
+ tz_label?: string | undefined;
1977
+ tz_offset?: number | undefined;
1977
1978
  is_admin?: boolean | undefined;
1978
1979
  is_owner?: boolean | undefined;
1979
1980
  is_primary_owner?: boolean | undefined;
@@ -1981,18 +1982,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1981
1982
  is_ultra_restricted?: boolean | undefined;
1982
1983
  is_bot?: boolean | undefined;
1983
1984
  is_app_user?: boolean | undefined;
1984
- updated?: number | undefined;
1985
1985
  has_2fa?: boolean | undefined;
1986
1986
  }, {
1987
1987
  name: string;
1988
1988
  id: string;
1989
- color?: string | undefined;
1990
- team_id?: string | undefined;
1991
1989
  deleted?: boolean | undefined;
1992
- real_name?: string | undefined;
1993
- tz?: string | undefined;
1994
- tz_label?: string | undefined;
1995
- tz_offset?: number | undefined;
1990
+ updated?: number | undefined;
1996
1991
  profile?: {
1997
1992
  title?: string | undefined;
1998
1993
  email?: string | undefined;
@@ -2019,6 +2014,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2019
2014
  image_512?: string | undefined;
2020
2015
  image_1024?: string | undefined;
2021
2016
  } | undefined;
2017
+ color?: string | undefined;
2018
+ team_id?: string | undefined;
2019
+ real_name?: string | undefined;
2020
+ tz?: string | undefined;
2021
+ tz_label?: string | undefined;
2022
+ tz_offset?: number | undefined;
2022
2023
  is_admin?: boolean | undefined;
2023
2024
  is_owner?: boolean | undefined;
2024
2025
  is_primary_owner?: boolean | undefined;
@@ -2026,26 +2027,20 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2026
2027
  is_ultra_restricted?: boolean | undefined;
2027
2028
  is_bot?: boolean | undefined;
2028
2029
  is_app_user?: boolean | undefined;
2029
- updated?: number | undefined;
2030
2030
  has_2fa?: boolean | undefined;
2031
2031
  }>>;
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
2040
  name: string;
2041
2041
  id: string;
2042
- color?: string | undefined;
2043
- team_id?: string | undefined;
2044
2042
  deleted?: boolean | undefined;
2045
- real_name?: string | undefined;
2046
- tz?: string | undefined;
2047
- tz_label?: string | undefined;
2048
- tz_offset?: number | undefined;
2043
+ updated?: number | undefined;
2049
2044
  profile?: {
2050
2045
  title?: string | undefined;
2051
2046
  email?: string | undefined;
@@ -2072,6 +2067,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2072
2067
  image_512?: string | undefined;
2073
2068
  image_1024?: string | undefined;
2074
2069
  } | undefined;
2070
+ color?: string | undefined;
2071
+ team_id?: string | undefined;
2072
+ real_name?: string | undefined;
2073
+ tz?: string | undefined;
2074
+ tz_label?: string | undefined;
2075
+ tz_offset?: number | undefined;
2075
2076
  is_admin?: boolean | undefined;
2076
2077
  is_owner?: boolean | undefined;
2077
2078
  is_primary_owner?: boolean | undefined;
@@ -2079,24 +2080,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2079
2080
  is_ultra_restricted?: boolean | undefined;
2080
2081
  is_bot?: boolean | undefined;
2081
2082
  is_app_user?: boolean | undefined;
2082
- updated?: number | undefined;
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
2091
  name: string;
2092
2092
  id: string;
2093
- color?: string | undefined;
2094
- team_id?: string | undefined;
2095
2093
  deleted?: boolean | undefined;
2096
- real_name?: string | undefined;
2097
- tz?: string | undefined;
2098
- tz_label?: string | undefined;
2099
- tz_offset?: number | undefined;
2094
+ updated?: number | undefined;
2100
2095
  profile?: {
2101
2096
  title?: string | undefined;
2102
2097
  email?: string | undefined;
@@ -2123,6 +2118,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2123
2118
  image_512?: string | undefined;
2124
2119
  image_1024?: string | undefined;
2125
2120
  } | undefined;
2121
+ color?: string | undefined;
2122
+ team_id?: string | undefined;
2123
+ real_name?: string | undefined;
2124
+ tz?: string | undefined;
2125
+ tz_label?: string | undefined;
2126
+ tz_offset?: number | undefined;
2126
2127
  is_admin?: boolean | undefined;
2127
2128
  is_owner?: boolean | undefined;
2128
2129
  is_primary_owner?: boolean | undefined;
@@ -2130,7 +2131,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2130
2131
  is_ultra_restricted?: boolean | undefined;
2131
2132
  is_bot?: boolean | undefined;
2132
2133
  is_app_user?: boolean | undefined;
2133
- updated?: number | undefined;
2134
2134
  has_2fa?: boolean | undefined;
2135
2135
  } | undefined;
2136
2136
  }>, z.ZodObject<{
@@ -2234,13 +2234,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2234
2234
  }, "strip", z.ZodTypeAny, {
2235
2235
  name: string;
2236
2236
  id: string;
2237
- color?: string | undefined;
2238
- team_id?: string | undefined;
2239
2237
  deleted?: boolean | undefined;
2240
- real_name?: string | undefined;
2241
- tz?: string | undefined;
2242
- tz_label?: string | undefined;
2243
- tz_offset?: number | undefined;
2238
+ updated?: number | undefined;
2244
2239
  profile?: {
2245
2240
  title?: string | undefined;
2246
2241
  email?: string | undefined;
@@ -2267,6 +2262,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2267
2262
  image_512?: string | undefined;
2268
2263
  image_1024?: string | undefined;
2269
2264
  } | undefined;
2265
+ color?: string | undefined;
2266
+ team_id?: string | undefined;
2267
+ real_name?: string | undefined;
2268
+ tz?: string | undefined;
2269
+ tz_label?: string | undefined;
2270
+ tz_offset?: number | undefined;
2270
2271
  is_admin?: boolean | undefined;
2271
2272
  is_owner?: boolean | undefined;
2272
2273
  is_primary_owner?: boolean | undefined;
@@ -2274,18 +2275,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2274
2275
  is_ultra_restricted?: boolean | undefined;
2275
2276
  is_bot?: boolean | undefined;
2276
2277
  is_app_user?: boolean | undefined;
2277
- updated?: number | undefined;
2278
2278
  has_2fa?: boolean | undefined;
2279
2279
  }, {
2280
2280
  name: string;
2281
2281
  id: string;
2282
- color?: string | undefined;
2283
- team_id?: string | undefined;
2284
2282
  deleted?: boolean | undefined;
2285
- real_name?: string | undefined;
2286
- tz?: string | undefined;
2287
- tz_label?: string | undefined;
2288
- tz_offset?: number | undefined;
2283
+ updated?: number | undefined;
2289
2284
  profile?: {
2290
2285
  title?: string | undefined;
2291
2286
  email?: string | undefined;
@@ -2312,6 +2307,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2312
2307
  image_512?: string | undefined;
2313
2308
  image_1024?: string | undefined;
2314
2309
  } | undefined;
2310
+ color?: string | undefined;
2311
+ team_id?: string | undefined;
2312
+ real_name?: string | undefined;
2313
+ tz?: string | undefined;
2314
+ tz_label?: string | undefined;
2315
+ tz_offset?: number | undefined;
2315
2316
  is_admin?: boolean | undefined;
2316
2317
  is_owner?: boolean | undefined;
2317
2318
  is_primary_owner?: boolean | undefined;
@@ -2319,7 +2320,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2319
2320
  is_ultra_restricted?: boolean | undefined;
2320
2321
  is_bot?: boolean | undefined;
2321
2322
  is_app_user?: boolean | undefined;
2322
- updated?: number | undefined;
2323
2323
  has_2fa?: boolean | undefined;
2324
2324
  }>, "many">>;
2325
2325
  response_metadata: z.ZodOptional<z.ZodObject<{
@@ -2332,9 +2332,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2332
2332
  error: z.ZodString;
2333
2333
  success: z.ZodBoolean;
2334
2334
  }, "strip", z.ZodTypeAny, {
2335
- 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;
@@ -2342,13 +2342,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2342
2342
  members?: {
2343
2343
  name: string;
2344
2344
  id: string;
2345
- color?: string | undefined;
2346
- team_id?: string | undefined;
2347
2345
  deleted?: boolean | undefined;
2348
- real_name?: string | undefined;
2349
- tz?: string | undefined;
2350
- tz_label?: string | undefined;
2351
- tz_offset?: number | undefined;
2346
+ updated?: number | undefined;
2352
2347
  profile?: {
2353
2348
  title?: string | undefined;
2354
2349
  email?: string | undefined;
@@ -2375,6 +2370,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2375
2370
  image_512?: string | undefined;
2376
2371
  image_1024?: string | undefined;
2377
2372
  } | undefined;
2373
+ color?: string | undefined;
2374
+ team_id?: string | undefined;
2375
+ real_name?: string | undefined;
2376
+ tz?: string | undefined;
2377
+ tz_label?: string | undefined;
2378
+ tz_offset?: number | undefined;
2378
2379
  is_admin?: boolean | undefined;
2379
2380
  is_owner?: boolean | undefined;
2380
2381
  is_primary_owner?: boolean | undefined;
@@ -2382,13 +2383,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2382
2383
  is_ultra_restricted?: boolean | undefined;
2383
2384
  is_bot?: boolean | undefined;
2384
2385
  is_app_user?: boolean | undefined;
2385
- updated?: number | undefined;
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;
@@ -2396,13 +2396,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2396
2396
  members?: {
2397
2397
  name: string;
2398
2398
  id: string;
2399
- color?: string | undefined;
2400
- team_id?: string | undefined;
2401
2399
  deleted?: boolean | undefined;
2402
- real_name?: string | undefined;
2403
- tz?: string | undefined;
2404
- tz_label?: string | undefined;
2405
- tz_offset?: number | undefined;
2400
+ updated?: number | undefined;
2406
2401
  profile?: {
2407
2402
  title?: string | undefined;
2408
2403
  email?: string | undefined;
@@ -2429,6 +2424,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2429
2424
  image_512?: string | undefined;
2430
2425
  image_1024?: string | undefined;
2431
2426
  } | undefined;
2427
+ color?: string | undefined;
2428
+ team_id?: string | undefined;
2429
+ real_name?: string | undefined;
2430
+ tz?: string | undefined;
2431
+ tz_label?: string | undefined;
2432
+ tz_offset?: number | undefined;
2432
2433
  is_admin?: boolean | undefined;
2433
2434
  is_owner?: boolean | undefined;
2434
2435
  is_primary_owner?: boolean | undefined;
@@ -2436,7 +2437,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2436
2437
  is_ultra_restricted?: boolean | undefined;
2437
2438
  is_bot?: boolean | undefined;
2438
2439
  is_app_user?: boolean | undefined;
2439
- updated?: number | undefined;
2440
2440
  has_2fa?: boolean | undefined;
2441
2441
  }[] | undefined;
2442
2442
  }>, z.ZodObject<{
@@ -2624,9 +2624,9 @@ 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;
@@ -2676,9 +2676,9 @@ 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;
@@ -2912,9 +2912,9 @@ 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;
@@ -2964,9 +2964,9 @@ 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;
@@ -3195,9 +3195,9 @@ 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;
@@ -3246,9 +3246,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3246
3246
  ts?: string | undefined;
3247
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;
@@ -3304,16 +3304,16 @@ 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
3311
  ts?: string | undefined;
3312
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
3318
  ts?: string | undefined;
3319
3319
  channel?: string | undefined;
@@ -3323,14 +3323,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
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">;
@@ -3470,9 +3470,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3470
3470
  error: z.ZodString;
3471
3471
  success: z.ZodBoolean;
3472
3472
  }, "strip", z.ZodTypeAny, {
3473
- error: string;
3474
- success: boolean;
3475
3473
  operation: "join_channel";
3474
+ success: boolean;
3475
+ error: string;
3476
3476
  ok: boolean;
3477
3477
  channel?: {
3478
3478
  name: string;
@@ -3510,9 +3510,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3510
3510
  } | undefined;
3511
3511
  already_in_channel?: boolean | undefined;
3512
3512
  }, {
3513
- error: string;
3514
- success: boolean;
3515
3513
  operation: "join_channel";
3514
+ success: boolean;
3515
+ error: string;
3516
3516
  ok: boolean;
3517
3517
  channel?: {
3518
3518
  name: string;
@@ -3753,9 +3753,9 @@ 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
3761
  name: string;
@@ -3804,9 +3804,9 @@ 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
3812
  name: string;
@@ -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;
@@ -3933,9 +3933,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3933
3933
  error: z.ZodString;
3934
3934
  success: z.ZodBoolean;
3935
3935
  }, "strip", z.ZodTypeAny, {
3936
- 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
3941
  name: string;
@@ -3955,9 +3955,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3955
3955
  permalink?: string | undefined;
3956
3956
  } | undefined;
3957
3957
  }, {
3958
- 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
3963
  name: string;
@@ -3986,18 +3986,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3986
3986
  error: z.ZodString;
3987
3987
  success: z.ZodBoolean;
3988
3988
  }, "strip", z.ZodTypeAny, {
3989
- 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;
@@ -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;
@@ -4290,8 +4290,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4290
4290
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4291
4291
  thread_ts?: string | undefined;
4292
4292
  }, {
4293
- 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;
@@ -4370,8 +4370,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4370
4370
  cursor: z.ZodOptional<z.ZodString>;
4371
4371
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4372
4372
  }, "strip", z.ZodTypeAny, {
4373
- types: ("public_channel" | "private_channel" | "mpim" | "im")[];
4374
4373
  operation: "list_channels";
4374
+ types: ("public_channel" | "private_channel" | "mpim" | "im")[];
4375
4375
  exclude_archived: boolean;
4376
4376
  limit: number;
4377
4377
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -4404,13 +4404,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4404
4404
  include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
4405
4405
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4406
4406
  }, "strip", z.ZodTypeAny, {
4407
- 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<{
@@ -4441,8 +4441,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4441
4441
  cursor: z.ZodOptional<z.ZodString>;
4442
4442
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4443
4443
  }, "strip", z.ZodTypeAny, {
4444
- inclusive: boolean;
4445
4444
  operation: "get_conversation_history";
4445
+ inclusive: boolean;
4446
4446
  channel: string;
4447
4447
  limit: number;
4448
4448
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -4469,9 +4469,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4469
4469
  cursor: z.ZodOptional<z.ZodString>;
4470
4470
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4471
4471
  }, "strip", z.ZodTypeAny, {
4472
+ operation: "get_thread_replies";
4472
4473
  inclusive: boolean;
4473
4474
  ts: string;
4474
- operation: "get_thread_replies";
4475
4475
  channel: string;
4476
4476
  limit: number;
4477
4477
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -4479,8 +4479,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4479
4479
  latest?: string | undefined;
4480
4480
  oldest?: string | undefined;
4481
4481
  }, {
4482
- ts: string;
4483
4482
  operation: "get_thread_replies";
4483
+ ts: string;
4484
4484
  channel: string;
4485
4485
  inclusive?: boolean | undefined;
4486
4486
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -4682,8 +4682,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
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
- ts: string;
4686
4685
  operation: "update_message";
4686
+ ts: string;
4687
4687
  channel: string;
4688
4688
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4689
4689
  text?: string | undefined;
@@ -4749,8 +4749,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4749
4749
  }>, "many">>;
4750
4750
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4751
4751
  }, {
4752
- ts: string;
4753
4752
  operation: "update_message";
4753
+ ts: string;
4754
4754
  channel: string;
4755
4755
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4756
4756
  text?: string | undefined;
@@ -4821,13 +4821,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4821
4821
  ts: z.ZodString;
4822
4822
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4823
4823
  }, "strip", z.ZodTypeAny, {
4824
- ts: string;
4825
4824
  operation: "delete_message";
4825
+ ts: string;
4826
4826
  channel: string;
4827
4827
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4828
4828
  }, {
4829
- ts: string;
4830
4829
  operation: "delete_message";
4830
+ ts: string;
4831
4831
  channel: string;
4832
4832
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4833
4833
  }>, z.ZodObject<{
@@ -4837,14 +4837,14 @@ 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
- name: string;
4841
4840
  operation: "add_reaction";
4841
+ name: string;
4842
4842
  channel: string;
4843
4843
  timestamp: string;
4844
4844
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4845
4845
  }, {
4846
- name: string;
4847
4846
  operation: "add_reaction";
4847
+ name: string;
4848
4848
  channel: string;
4849
4849
  timestamp: string;
4850
4850
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -4855,14 +4855,14 @@ 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
- name: string;
4859
4858
  operation: "remove_reaction";
4859
+ name: string;
4860
4860
  channel: string;
4861
4861
  timestamp: string;
4862
4862
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4863
4863
  }, {
4864
- name: string;
4865
4864
  operation: "remove_reaction";
4865
+ name: string;
4866
4866
  channel: string;
4867
4867
  timestamp: string;
4868
4868
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -5039,8 +5039,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5039
5039
  unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
5040
5040
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
5041
5041
  }, "strip", z.ZodTypeAny, {
5042
- text: string;
5043
5042
  operation: "schedule_message";
5043
+ text: string;
5044
5044
  channel: string;
5045
5045
  unfurl_links: boolean;
5046
5046
  unfurl_media: boolean;
@@ -5089,8 +5089,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5089
5089
  }, z.ZodTypeAny, "passthrough">[] | undefined;
5090
5090
  thread_ts?: string | undefined;
5091
5091
  }, {
5092
- 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;
@@ -5345,9 +5345,9 @@ 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;
@@ -5395,9 +5395,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5395
5395
  ts?: string | undefined;
5396
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;
@@ -5573,9 +5573,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5573
5573
  error: z.ZodString;
5574
5574
  success: z.ZodBoolean;
5575
5575
  }, "strip", z.ZodTypeAny, {
5576
- 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;
@@ -5615,9 +5615,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5615
5615
  num_members?: number | undefined;
5616
5616
  }[] | undefined;
5617
5617
  }, {
5618
- 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;
@@ -5778,9 +5778,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5778
5778
  error: z.ZodString;
5779
5779
  success: z.ZodBoolean;
5780
5780
  }, "strip", z.ZodTypeAny, {
5781
- 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
5786
  name: string;
@@ -5817,9 +5817,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5817
5817
  num_members?: number | undefined;
5818
5818
  } | undefined;
5819
5819
  }, {
5820
- 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
5825
  name: string;
@@ -5956,13 +5956,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5956
5956
  }, "strip", z.ZodTypeAny, {
5957
5957
  name: string;
5958
5958
  id: string;
5959
- color?: string | undefined;
5960
- team_id?: string | undefined;
5961
5959
  deleted?: boolean | undefined;
5962
- real_name?: string | undefined;
5963
- tz?: string | undefined;
5964
- tz_label?: string | undefined;
5965
- tz_offset?: number | undefined;
5960
+ updated?: number | undefined;
5966
5961
  profile?: {
5967
5962
  title?: string | undefined;
5968
5963
  email?: string | undefined;
@@ -5989,6 +5984,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5989
5984
  image_512?: string | undefined;
5990
5985
  image_1024?: string | undefined;
5991
5986
  } | undefined;
5987
+ color?: string | undefined;
5988
+ team_id?: string | undefined;
5989
+ real_name?: string | undefined;
5990
+ tz?: string | undefined;
5991
+ tz_label?: string | undefined;
5992
+ tz_offset?: number | undefined;
5992
5993
  is_admin?: boolean | undefined;
5993
5994
  is_owner?: boolean | undefined;
5994
5995
  is_primary_owner?: boolean | undefined;
@@ -5996,18 +5997,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5996
5997
  is_ultra_restricted?: boolean | undefined;
5997
5998
  is_bot?: boolean | undefined;
5998
5999
  is_app_user?: boolean | undefined;
5999
- updated?: number | undefined;
6000
6000
  has_2fa?: boolean | undefined;
6001
6001
  }, {
6002
6002
  name: string;
6003
6003
  id: string;
6004
- color?: string | undefined;
6005
- team_id?: string | undefined;
6006
6004
  deleted?: boolean | undefined;
6007
- real_name?: string | undefined;
6008
- tz?: string | undefined;
6009
- tz_label?: string | undefined;
6010
- tz_offset?: number | undefined;
6005
+ updated?: number | undefined;
6011
6006
  profile?: {
6012
6007
  title?: string | undefined;
6013
6008
  email?: string | undefined;
@@ -6034,6 +6029,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6034
6029
  image_512?: string | undefined;
6035
6030
  image_1024?: string | undefined;
6036
6031
  } | undefined;
6032
+ color?: string | undefined;
6033
+ team_id?: string | undefined;
6034
+ real_name?: string | undefined;
6035
+ tz?: string | undefined;
6036
+ tz_label?: string | undefined;
6037
+ tz_offset?: number | undefined;
6037
6038
  is_admin?: boolean | undefined;
6038
6039
  is_owner?: boolean | undefined;
6039
6040
  is_primary_owner?: boolean | undefined;
@@ -6041,26 +6042,20 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6041
6042
  is_ultra_restricted?: boolean | undefined;
6042
6043
  is_bot?: boolean | undefined;
6043
6044
  is_app_user?: boolean | undefined;
6044
- updated?: number | undefined;
6045
6045
  has_2fa?: boolean | undefined;
6046
6046
  }>>;
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
6055
  name: string;
6056
6056
  id: string;
6057
- color?: string | undefined;
6058
- team_id?: string | undefined;
6059
6057
  deleted?: boolean | undefined;
6060
- real_name?: string | undefined;
6061
- tz?: string | undefined;
6062
- tz_label?: string | undefined;
6063
- tz_offset?: number | undefined;
6058
+ updated?: number | undefined;
6064
6059
  profile?: {
6065
6060
  title?: string | undefined;
6066
6061
  email?: string | undefined;
@@ -6087,6 +6082,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6087
6082
  image_512?: string | undefined;
6088
6083
  image_1024?: string | undefined;
6089
6084
  } | undefined;
6085
+ color?: string | undefined;
6086
+ team_id?: string | undefined;
6087
+ real_name?: string | undefined;
6088
+ tz?: string | undefined;
6089
+ tz_label?: string | undefined;
6090
+ tz_offset?: number | undefined;
6090
6091
  is_admin?: boolean | undefined;
6091
6092
  is_owner?: boolean | undefined;
6092
6093
  is_primary_owner?: boolean | undefined;
@@ -6094,24 +6095,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6094
6095
  is_ultra_restricted?: boolean | undefined;
6095
6096
  is_bot?: boolean | undefined;
6096
6097
  is_app_user?: boolean | undefined;
6097
- updated?: number | undefined;
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
6106
  name: string;
6107
6107
  id: string;
6108
- color?: string | undefined;
6109
- team_id?: string | undefined;
6110
6108
  deleted?: boolean | undefined;
6111
- real_name?: string | undefined;
6112
- tz?: string | undefined;
6113
- tz_label?: string | undefined;
6114
- tz_offset?: number | undefined;
6109
+ updated?: number | undefined;
6115
6110
  profile?: {
6116
6111
  title?: string | undefined;
6117
6112
  email?: string | undefined;
@@ -6138,6 +6133,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6138
6133
  image_512?: string | undefined;
6139
6134
  image_1024?: string | undefined;
6140
6135
  } | undefined;
6136
+ color?: string | undefined;
6137
+ team_id?: string | undefined;
6138
+ real_name?: string | undefined;
6139
+ tz?: string | undefined;
6140
+ tz_label?: string | undefined;
6141
+ tz_offset?: number | undefined;
6141
6142
  is_admin?: boolean | undefined;
6142
6143
  is_owner?: boolean | undefined;
6143
6144
  is_primary_owner?: boolean | undefined;
@@ -6145,7 +6146,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6145
6146
  is_ultra_restricted?: boolean | undefined;
6146
6147
  is_bot?: boolean | undefined;
6147
6148
  is_app_user?: boolean | undefined;
6148
- updated?: number | undefined;
6149
6149
  has_2fa?: boolean | undefined;
6150
6150
  } | undefined;
6151
6151
  }>, z.ZodObject<{
@@ -6249,13 +6249,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6249
6249
  }, "strip", z.ZodTypeAny, {
6250
6250
  name: string;
6251
6251
  id: string;
6252
- color?: string | undefined;
6253
- team_id?: string | undefined;
6254
6252
  deleted?: boolean | undefined;
6255
- real_name?: string | undefined;
6256
- tz?: string | undefined;
6257
- tz_label?: string | undefined;
6258
- tz_offset?: number | undefined;
6253
+ updated?: number | undefined;
6259
6254
  profile?: {
6260
6255
  title?: string | undefined;
6261
6256
  email?: string | undefined;
@@ -6282,6 +6277,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6282
6277
  image_512?: string | undefined;
6283
6278
  image_1024?: string | undefined;
6284
6279
  } | undefined;
6280
+ color?: string | undefined;
6281
+ team_id?: string | undefined;
6282
+ real_name?: string | undefined;
6283
+ tz?: string | undefined;
6284
+ tz_label?: string | undefined;
6285
+ tz_offset?: number | undefined;
6285
6286
  is_admin?: boolean | undefined;
6286
6287
  is_owner?: boolean | undefined;
6287
6288
  is_primary_owner?: boolean | undefined;
@@ -6289,18 +6290,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6289
6290
  is_ultra_restricted?: boolean | undefined;
6290
6291
  is_bot?: boolean | undefined;
6291
6292
  is_app_user?: boolean | undefined;
6292
- updated?: number | undefined;
6293
6293
  has_2fa?: boolean | undefined;
6294
6294
  }, {
6295
6295
  name: string;
6296
6296
  id: string;
6297
- color?: string | undefined;
6298
- team_id?: string | undefined;
6299
6297
  deleted?: boolean | undefined;
6300
- real_name?: string | undefined;
6301
- tz?: string | undefined;
6302
- tz_label?: string | undefined;
6303
- tz_offset?: number | undefined;
6298
+ updated?: number | undefined;
6304
6299
  profile?: {
6305
6300
  title?: string | undefined;
6306
6301
  email?: string | undefined;
@@ -6327,6 +6322,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6327
6322
  image_512?: string | undefined;
6328
6323
  image_1024?: string | undefined;
6329
6324
  } | undefined;
6325
+ color?: string | undefined;
6326
+ team_id?: string | undefined;
6327
+ real_name?: string | undefined;
6328
+ tz?: string | undefined;
6329
+ tz_label?: string | undefined;
6330
+ tz_offset?: number | undefined;
6330
6331
  is_admin?: boolean | undefined;
6331
6332
  is_owner?: boolean | undefined;
6332
6333
  is_primary_owner?: boolean | undefined;
@@ -6334,7 +6335,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6334
6335
  is_ultra_restricted?: boolean | undefined;
6335
6336
  is_bot?: boolean | undefined;
6336
6337
  is_app_user?: boolean | undefined;
6337
- updated?: number | undefined;
6338
6338
  has_2fa?: boolean | undefined;
6339
6339
  }>, "many">>;
6340
6340
  response_metadata: z.ZodOptional<z.ZodObject<{
@@ -6347,9 +6347,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6347
6347
  error: z.ZodString;
6348
6348
  success: z.ZodBoolean;
6349
6349
  }, "strip", z.ZodTypeAny, {
6350
- 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;
@@ -6357,13 +6357,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6357
6357
  members?: {
6358
6358
  name: string;
6359
6359
  id: string;
6360
- color?: string | undefined;
6361
- team_id?: string | undefined;
6362
6360
  deleted?: boolean | undefined;
6363
- real_name?: string | undefined;
6364
- tz?: string | undefined;
6365
- tz_label?: string | undefined;
6366
- tz_offset?: number | undefined;
6361
+ updated?: number | undefined;
6367
6362
  profile?: {
6368
6363
  title?: string | undefined;
6369
6364
  email?: string | undefined;
@@ -6390,6 +6385,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6390
6385
  image_512?: string | undefined;
6391
6386
  image_1024?: string | undefined;
6392
6387
  } | undefined;
6388
+ color?: string | undefined;
6389
+ team_id?: string | undefined;
6390
+ real_name?: string | undefined;
6391
+ tz?: string | undefined;
6392
+ tz_label?: string | undefined;
6393
+ tz_offset?: number | undefined;
6393
6394
  is_admin?: boolean | undefined;
6394
6395
  is_owner?: boolean | undefined;
6395
6396
  is_primary_owner?: boolean | undefined;
@@ -6397,13 +6398,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6397
6398
  is_ultra_restricted?: boolean | undefined;
6398
6399
  is_bot?: boolean | undefined;
6399
6400
  is_app_user?: boolean | undefined;
6400
- updated?: number | undefined;
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;
@@ -6411,13 +6411,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6411
6411
  members?: {
6412
6412
  name: string;
6413
6413
  id: string;
6414
- color?: string | undefined;
6415
- team_id?: string | undefined;
6416
6414
  deleted?: boolean | undefined;
6417
- real_name?: string | undefined;
6418
- tz?: string | undefined;
6419
- tz_label?: string | undefined;
6420
- tz_offset?: number | undefined;
6415
+ updated?: number | undefined;
6421
6416
  profile?: {
6422
6417
  title?: string | undefined;
6423
6418
  email?: string | undefined;
@@ -6444,6 +6439,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6444
6439
  image_512?: string | undefined;
6445
6440
  image_1024?: string | undefined;
6446
6441
  } | undefined;
6442
+ color?: string | undefined;
6443
+ team_id?: string | undefined;
6444
+ real_name?: string | undefined;
6445
+ tz?: string | undefined;
6446
+ tz_label?: string | undefined;
6447
+ tz_offset?: number | undefined;
6447
6448
  is_admin?: boolean | undefined;
6448
6449
  is_owner?: boolean | undefined;
6449
6450
  is_primary_owner?: boolean | undefined;
@@ -6451,7 +6452,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6451
6452
  is_ultra_restricted?: boolean | undefined;
6452
6453
  is_bot?: boolean | undefined;
6453
6454
  is_app_user?: boolean | undefined;
6454
- updated?: number | undefined;
6455
6455
  has_2fa?: boolean | undefined;
6456
6456
  }[] | undefined;
6457
6457
  }>, z.ZodObject<{
@@ -6639,9 +6639,9 @@ 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;
@@ -6691,9 +6691,9 @@ 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;
@@ -6927,9 +6927,9 @@ 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;
@@ -6979,9 +6979,9 @@ 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;
@@ -7210,9 +7210,9 @@ 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;
@@ -7261,9 +7261,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7261
7261
  ts?: string | undefined;
7262
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;
@@ -7319,16 +7319,16 @@ 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
7326
  ts?: string | undefined;
7327
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
7333
  ts?: string | undefined;
7334
7334
  channel?: string | undefined;
@@ -7338,14 +7338,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
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">;
@@ -7485,9 +7485,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7485
7485
  error: z.ZodString;
7486
7486
  success: z.ZodBoolean;
7487
7487
  }, "strip", z.ZodTypeAny, {
7488
- error: string;
7489
- success: boolean;
7490
7488
  operation: "join_channel";
7489
+ success: boolean;
7490
+ error: string;
7491
7491
  ok: boolean;
7492
7492
  channel?: {
7493
7493
  name: string;
@@ -7525,9 +7525,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7525
7525
  } | undefined;
7526
7526
  already_in_channel?: boolean | undefined;
7527
7527
  }, {
7528
- error: string;
7529
- success: boolean;
7530
7528
  operation: "join_channel";
7529
+ success: boolean;
7530
+ error: string;
7531
7531
  ok: boolean;
7532
7532
  channel?: {
7533
7533
  name: string;
@@ -7768,9 +7768,9 @@ 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
7776
  name: string;
@@ -7819,9 +7819,9 @@ 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
7827
  name: string;
@@ -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;
@@ -7948,9 +7948,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7948
7948
  error: z.ZodString;
7949
7949
  success: z.ZodBoolean;
7950
7950
  }, "strip", z.ZodTypeAny, {
7951
- 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
7956
  name: string;
@@ -7970,9 +7970,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7970
7970
  permalink?: string | undefined;
7971
7971
  } | undefined;
7972
7972
  }, {
7973
- 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
7978
  name: string;
@@ -8001,18 +8001,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
8001
8001
  error: z.ZodString;
8002
8002
  success: z.ZodBoolean;
8003
8003
  }, "strip", z.ZodTypeAny, {
8004
- 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;