@bubblelab/bubble-core 0.1.38 → 0.1.39

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 (66) hide show
  1. package/dist/bubble-bundle.d.ts +73 -73
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
  3. package/dist/bubbles/service-bubble/airtable.d.ts +132 -132
  4. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  5. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +88 -71
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
  7. package/dist/bubbles/service-bubble/ashby/ashby.js +25 -6
  8. package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
  9. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -3
  10. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
  11. package/dist/bubbles/service-bubble/ashby/ashby.schema.js +9 -5
  12. package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
  13. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +23 -23
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +63 -63
  15. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +142 -92
  16. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -1
  17. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +104 -2
  18. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -1
  19. package/dist/bubbles/service-bubble/crustdata/index.d.ts +1 -1
  20. package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -1
  21. package/dist/bubbles/service-bubble/crustdata/index.js +2 -0
  22. package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -1
  23. package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
  24. package/dist/bubbles/service-bubble/firecrawl.d.ts +156 -156
  25. package/dist/bubbles/service-bubble/followupboss.d.ts +230 -230
  26. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +108 -108
  27. package/dist/bubbles/service-bubble/github.d.ts +124 -124
  28. package/dist/bubbles/service-bubble/gmail.d.ts +70 -70
  29. package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
  30. package/dist/bubbles/service-bubble/google-drive.d.ts +58 -58
  31. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  32. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  33. package/dist/bubbles/service-bubble/jira/jira.d.ts +33 -33
  34. package/dist/bubbles/service-bubble/notion/notion.d.ts +80 -80
  35. package/dist/bubbles/service-bubble/resend.d.ts +8 -8
  36. package/dist/bubbles/service-bubble/slack/slack.d.ts +112 -112
  37. package/dist/bubbles/service-bubble/storage.d.ts +30 -30
  38. package/dist/bubbles/service-bubble/telegram.d.ts +214 -214
  39. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
  40. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +138 -138
  41. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +42 -6
  42. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
  43. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +18 -7
  44. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
  45. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
  46. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +346 -346
  48. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +165 -165
  50. package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
  51. package/dist/bubbles/tool-bubble/people-search-tool.js +28 -13
  52. package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
  53. package/dist/bubbles/tool-bubble/people-search-utils.d.ts +19 -0
  54. package/dist/bubbles/tool-bubble/people-search-utils.d.ts.map +1 -0
  55. package/dist/bubbles/tool-bubble/people-search-utils.js +268 -0
  56. package/dist/bubbles/tool-bubble/people-search-utils.js.map +1 -0
  57. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +102 -102
  60. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
  62. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +34 -34
  63. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
  64. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  65. package/dist/bubbles.json +56 -77
  66. package/package.json +2 -2
@@ -355,17 +355,17 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
355
355
  cursor: z.ZodOptional<z.ZodString>;
356
356
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
357
357
  }, "strip", z.ZodTypeAny, {
358
- limit: number;
359
358
  operation: "list_channels";
359
+ limit: number;
360
360
  types: ("public_channel" | "private_channel" | "mpim" | "im")[];
361
361
  exclude_archived: boolean;
362
- credentials?: Partial<Record<CredentialType, string>> | undefined;
363
362
  cursor?: string | undefined;
363
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
364
364
  }, {
365
365
  operation: "list_channels";
366
366
  limit?: number | undefined;
367
- credentials?: Partial<Record<CredentialType, string>> | undefined;
368
367
  cursor?: string | undefined;
368
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
369
369
  types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
370
370
  exclude_archived?: boolean | undefined;
371
371
  }>, z.ZodObject<{
@@ -405,16 +405,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
405
405
  include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
406
406
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
407
407
  }, "strip", z.ZodTypeAny, {
408
- limit: number;
409
408
  operation: "list_users";
409
+ limit: number;
410
410
  include_locale: boolean;
411
- credentials?: Partial<Record<CredentialType, string>> | undefined;
412
411
  cursor?: string | undefined;
412
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
413
413
  }, {
414
414
  operation: "list_users";
415
415
  limit?: number | undefined;
416
- credentials?: Partial<Record<CredentialType, string>> | undefined;
417
416
  cursor?: string | undefined;
417
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
418
418
  include_locale?: boolean | undefined;
419
419
  }>, z.ZodObject<{
420
420
  operation: z.ZodLiteral<"get_conversation_history">;
@@ -426,12 +426,12 @@ 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
+ operation: "get_conversation_history";
429
430
  inclusive: boolean;
430
431
  limit: number;
431
- operation: "get_conversation_history";
432
432
  channel: string;
433
- credentials?: Partial<Record<CredentialType, string>> | undefined;
434
433
  cursor?: string | undefined;
434
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
435
435
  latest?: string | undefined;
436
436
  oldest?: string | undefined;
437
437
  }, {
@@ -439,8 +439,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
439
439
  channel: string;
440
440
  inclusive?: boolean | undefined;
441
441
  limit?: number | undefined;
442
- credentials?: Partial<Record<CredentialType, string>> | undefined;
443
442
  cursor?: string | undefined;
443
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
444
444
  latest?: string | undefined;
445
445
  oldest?: string | undefined;
446
446
  }>, z.ZodObject<{
@@ -454,13 +454,13 @@ 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
  limit: number;
459
- operation: "get_thread_replies";
460
460
  ts: string;
461
461
  channel: string;
462
- credentials?: Partial<Record<CredentialType, string>> | undefined;
463
462
  cursor?: string | undefined;
463
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
464
464
  latest?: string | undefined;
465
465
  oldest?: string | undefined;
466
466
  }, {
@@ -469,8 +469,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
469
469
  channel: string;
470
470
  inclusive?: boolean | undefined;
471
471
  limit?: number | undefined;
472
- credentials?: Partial<Record<CredentialType, string>> | undefined;
473
472
  cursor?: string | undefined;
473
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
474
474
  latest?: string | undefined;
475
475
  oldest?: string | undefined;
476
476
  }>, 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;
@@ -1217,9 +1217,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1217
1217
  error: z.ZodString;
1218
1218
  success: z.ZodBoolean;
1219
1219
  }, "strip", z.ZodTypeAny, {
1220
+ operation: "send_message";
1220
1221
  success: boolean;
1221
1222
  error: string;
1222
- operation: "send_message";
1223
1223
  ok: boolean;
1224
1224
  message?: {
1225
1225
  type: string;
@@ -1250,9 +1250,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1250
1250
  ts?: string | undefined;
1251
1251
  channel?: string | undefined;
1252
1252
  }, {
1253
+ operation: "send_message";
1253
1254
  success: boolean;
1254
1255
  error: string;
1255
- operation: "send_message";
1256
1256
  ok: boolean;
1257
1257
  message?: {
1258
1258
  type: string;
@@ -1411,9 +1411,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1411
1411
  error: z.ZodString;
1412
1412
  success: z.ZodBoolean;
1413
1413
  }, "strip", z.ZodTypeAny, {
1414
+ operation: "list_channels";
1414
1415
  success: boolean;
1415
1416
  error: string;
1416
- operation: "list_channels";
1417
1417
  ok: boolean;
1418
1418
  response_metadata?: {
1419
1419
  next_cursor: string;
@@ -1453,9 +1453,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1453
1453
  num_members?: number | undefined;
1454
1454
  }[] | undefined;
1455
1455
  }, {
1456
+ operation: "list_channels";
1456
1457
  success: boolean;
1457
1458
  error: string;
1458
- operation: "list_channels";
1459
1459
  ok: boolean;
1460
1460
  response_metadata?: {
1461
1461
  next_cursor: string;
@@ -1616,9 +1616,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1616
1616
  error: z.ZodString;
1617
1617
  success: z.ZodBoolean;
1618
1618
  }, "strip", z.ZodTypeAny, {
1619
+ operation: "get_channel_info";
1619
1620
  success: boolean;
1620
1621
  error: string;
1621
- operation: "get_channel_info";
1622
1622
  ok: boolean;
1623
1623
  channel?: {
1624
1624
  name: string;
@@ -1655,9 +1655,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1655
1655
  num_members?: number | undefined;
1656
1656
  } | undefined;
1657
1657
  }, {
1658
+ operation: "get_channel_info";
1658
1659
  success: boolean;
1659
1660
  error: string;
1660
- operation: "get_channel_info";
1661
1661
  ok: boolean;
1662
1662
  channel?: {
1663
1663
  name: string;
@@ -1734,9 +1734,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1734
1734
  }, "strip", z.ZodTypeAny, {
1735
1735
  title?: string | undefined;
1736
1736
  email?: string | undefined;
1737
- fields?: Record<string, unknown> | undefined;
1738
1737
  first_name?: string | undefined;
1739
1738
  last_name?: string | undefined;
1739
+ fields?: Record<string, unknown> | undefined;
1740
1740
  phone?: string | undefined;
1741
1741
  real_name?: string | undefined;
1742
1742
  skype?: string | undefined;
@@ -1759,9 +1759,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1759
1759
  }, {
1760
1760
  title?: string | undefined;
1761
1761
  email?: string | undefined;
1762
- fields?: Record<string, unknown> | undefined;
1763
1762
  first_name?: string | undefined;
1764
1763
  last_name?: string | undefined;
1764
+ fields?: Record<string, unknown> | undefined;
1765
1765
  phone?: string | undefined;
1766
1766
  real_name?: string | undefined;
1767
1767
  skype?: string | undefined;
@@ -1797,9 +1797,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1797
1797
  profile?: {
1798
1798
  title?: string | undefined;
1799
1799
  email?: string | undefined;
1800
- fields?: Record<string, unknown> | undefined;
1801
1800
  first_name?: string | undefined;
1802
1801
  last_name?: string | undefined;
1802
+ fields?: Record<string, unknown> | undefined;
1803
1803
  phone?: string | undefined;
1804
1804
  real_name?: string | undefined;
1805
1805
  skype?: string | undefined;
@@ -1842,9 +1842,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1842
1842
  profile?: {
1843
1843
  title?: string | undefined;
1844
1844
  email?: string | undefined;
1845
- fields?: Record<string, unknown> | undefined;
1846
1845
  first_name?: string | undefined;
1847
1846
  last_name?: string | undefined;
1847
+ fields?: Record<string, unknown> | undefined;
1848
1848
  phone?: string | undefined;
1849
1849
  real_name?: string | undefined;
1850
1850
  skype?: string | undefined;
@@ -1885,9 +1885,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1885
1885
  error: z.ZodString;
1886
1886
  success: z.ZodBoolean;
1887
1887
  }, "strip", z.ZodTypeAny, {
1888
+ operation: "get_user_info";
1888
1889
  success: boolean;
1889
1890
  error: string;
1890
- operation: "get_user_info";
1891
1891
  ok: boolean;
1892
1892
  user?: {
1893
1893
  name: string;
@@ -1895,9 +1895,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1895
1895
  profile?: {
1896
1896
  title?: string | undefined;
1897
1897
  email?: string | undefined;
1898
- fields?: Record<string, unknown> | undefined;
1899
1898
  first_name?: string | undefined;
1900
1899
  last_name?: string | undefined;
1900
+ fields?: Record<string, unknown> | undefined;
1901
1901
  phone?: string | undefined;
1902
1902
  real_name?: string | undefined;
1903
1903
  skype?: string | undefined;
@@ -1936,9 +1936,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1936
1936
  has_2fa?: boolean | undefined;
1937
1937
  } | undefined;
1938
1938
  }, {
1939
+ operation: "get_user_info";
1939
1940
  success: boolean;
1940
1941
  error: string;
1941
- operation: "get_user_info";
1942
1942
  ok: boolean;
1943
1943
  user?: {
1944
1944
  name: string;
@@ -1946,9 +1946,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1946
1946
  profile?: {
1947
1947
  title?: string | undefined;
1948
1948
  email?: string | undefined;
1949
- fields?: Record<string, unknown> | undefined;
1950
1949
  first_name?: string | undefined;
1951
1950
  last_name?: string | undefined;
1951
+ fields?: Record<string, unknown> | undefined;
1952
1952
  phone?: string | undefined;
1953
1953
  real_name?: string | undefined;
1954
1954
  skype?: string | undefined;
@@ -2027,9 +2027,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2027
2027
  }, "strip", z.ZodTypeAny, {
2028
2028
  title?: string | undefined;
2029
2029
  email?: string | undefined;
2030
- fields?: Record<string, unknown> | undefined;
2031
2030
  first_name?: string | undefined;
2032
2031
  last_name?: string | undefined;
2032
+ fields?: Record<string, unknown> | undefined;
2033
2033
  phone?: string | undefined;
2034
2034
  real_name?: string | undefined;
2035
2035
  skype?: string | undefined;
@@ -2052,9 +2052,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2052
2052
  }, {
2053
2053
  title?: string | undefined;
2054
2054
  email?: string | undefined;
2055
- fields?: Record<string, unknown> | undefined;
2056
2055
  first_name?: string | undefined;
2057
2056
  last_name?: string | undefined;
2057
+ fields?: Record<string, unknown> | undefined;
2058
2058
  phone?: string | undefined;
2059
2059
  real_name?: string | undefined;
2060
2060
  skype?: string | undefined;
@@ -2090,9 +2090,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2090
2090
  profile?: {
2091
2091
  title?: string | undefined;
2092
2092
  email?: string | undefined;
2093
- fields?: Record<string, unknown> | undefined;
2094
2093
  first_name?: string | undefined;
2095
2094
  last_name?: string | undefined;
2095
+ fields?: Record<string, unknown> | undefined;
2096
2096
  phone?: string | undefined;
2097
2097
  real_name?: string | undefined;
2098
2098
  skype?: string | undefined;
@@ -2135,9 +2135,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2135
2135
  profile?: {
2136
2136
  title?: string | undefined;
2137
2137
  email?: string | undefined;
2138
- fields?: Record<string, unknown> | undefined;
2139
2138
  first_name?: string | undefined;
2140
2139
  last_name?: string | undefined;
2140
+ fields?: Record<string, unknown> | undefined;
2141
2141
  phone?: string | undefined;
2142
2142
  real_name?: string | undefined;
2143
2143
  skype?: string | undefined;
@@ -2185,9 +2185,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2185
2185
  error: z.ZodString;
2186
2186
  success: z.ZodBoolean;
2187
2187
  }, "strip", z.ZodTypeAny, {
2188
+ operation: "list_users";
2188
2189
  success: boolean;
2189
2190
  error: string;
2190
- operation: "list_users";
2191
2191
  ok: boolean;
2192
2192
  response_metadata?: {
2193
2193
  next_cursor: string;
@@ -2198,9 +2198,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2198
2198
  profile?: {
2199
2199
  title?: string | undefined;
2200
2200
  email?: string | undefined;
2201
- fields?: Record<string, unknown> | undefined;
2202
2201
  first_name?: string | undefined;
2203
2202
  last_name?: string | undefined;
2203
+ fields?: Record<string, unknown> | undefined;
2204
2204
  phone?: string | undefined;
2205
2205
  real_name?: string | undefined;
2206
2206
  skype?: string | undefined;
@@ -2239,9 +2239,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2239
2239
  has_2fa?: boolean | undefined;
2240
2240
  }[] | undefined;
2241
2241
  }, {
2242
+ operation: "list_users";
2242
2243
  success: boolean;
2243
2244
  error: string;
2244
- operation: "list_users";
2245
2245
  ok: boolean;
2246
2246
  response_metadata?: {
2247
2247
  next_cursor: string;
@@ -2252,9 +2252,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2252
2252
  profile?: {
2253
2253
  title?: string | undefined;
2254
2254
  email?: string | undefined;
2255
- fields?: Record<string, unknown> | undefined;
2256
2255
  first_name?: string | undefined;
2257
2256
  last_name?: string | undefined;
2257
+ fields?: Record<string, unknown> | undefined;
2258
2258
  phone?: string | undefined;
2259
2259
  real_name?: string | undefined;
2260
2260
  skype?: string | undefined;
@@ -2394,9 +2394,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2394
2394
  error: z.ZodString;
2395
2395
  success: z.ZodBoolean;
2396
2396
  }, "strip", z.ZodTypeAny, {
2397
+ operation: "get_conversation_history";
2397
2398
  success: boolean;
2398
2399
  error: string;
2399
- operation: "get_conversation_history";
2400
2400
  ok: boolean;
2401
2401
  messages?: {
2402
2402
  type: string;
@@ -2429,9 +2429,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2429
2429
  } | undefined;
2430
2430
  has_more?: boolean | undefined;
2431
2431
  }, {
2432
+ operation: "get_conversation_history";
2432
2433
  success: boolean;
2433
2434
  error: string;
2434
- operation: "get_conversation_history";
2435
2435
  ok: boolean;
2436
2436
  messages?: {
2437
2437
  type: string;
@@ -2565,9 +2565,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2565
2565
  error: z.ZodString;
2566
2566
  success: z.ZodBoolean;
2567
2567
  }, "strip", z.ZodTypeAny, {
2568
+ operation: "get_thread_replies";
2568
2569
  success: boolean;
2569
2570
  error: string;
2570
- operation: "get_thread_replies";
2571
2571
  ok: boolean;
2572
2572
  messages?: {
2573
2573
  type: string;
@@ -2600,9 +2600,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2600
2600
  } | undefined;
2601
2601
  has_more?: boolean | undefined;
2602
2602
  }, {
2603
+ operation: "get_thread_replies";
2603
2604
  success: boolean;
2604
2605
  error: string;
2605
- operation: "get_thread_replies";
2606
2606
  ok: boolean;
2607
2607
  messages?: {
2608
2608
  type: string;
@@ -2731,9 +2731,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2731
2731
  error: z.ZodString;
2732
2732
  success: z.ZodBoolean;
2733
2733
  }, "strip", z.ZodTypeAny, {
2734
+ operation: "update_message";
2734
2735
  success: boolean;
2735
2736
  error: string;
2736
- operation: "update_message";
2737
2737
  ok: boolean;
2738
2738
  message?: {
2739
2739
  type: string;
@@ -2765,9 +2765,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2765
2765
  ts?: string | undefined;
2766
2766
  channel?: string | undefined;
2767
2767
  }, {
2768
+ operation: "update_message";
2768
2769
  success: boolean;
2769
2770
  error: string;
2770
- operation: "update_message";
2771
2771
  ok: boolean;
2772
2772
  message?: {
2773
2773
  type: string;
@@ -2806,16 +2806,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2806
2806
  error: z.ZodString;
2807
2807
  success: z.ZodBoolean;
2808
2808
  }, "strip", z.ZodTypeAny, {
2809
+ operation: "delete_message";
2809
2810
  success: boolean;
2810
2811
  error: string;
2811
- operation: "delete_message";
2812
2812
  ok: boolean;
2813
2813
  ts?: string | undefined;
2814
2814
  channel?: string | undefined;
2815
2815
  }, {
2816
+ operation: "delete_message";
2816
2817
  success: boolean;
2817
2818
  error: string;
2818
- operation: "delete_message";
2819
2819
  ok: boolean;
2820
2820
  ts?: string | undefined;
2821
2821
  channel?: string | undefined;
@@ -2825,14 +2825,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2825
2825
  error: z.ZodString;
2826
2826
  success: z.ZodBoolean;
2827
2827
  }, "strip", z.ZodTypeAny, {
2828
+ operation: "add_reaction";
2828
2829
  success: boolean;
2829
2830
  error: string;
2830
- operation: "add_reaction";
2831
2831
  ok: boolean;
2832
2832
  }, {
2833
+ operation: "add_reaction";
2833
2834
  success: boolean;
2834
2835
  error: string;
2835
- operation: "add_reaction";
2836
2836
  ok: boolean;
2837
2837
  }>, z.ZodObject<{
2838
2838
  operation: z.ZodLiteral<"remove_reaction">;
@@ -2840,14 +2840,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2840
2840
  error: z.ZodString;
2841
2841
  success: z.ZodBoolean;
2842
2842
  }, "strip", z.ZodTypeAny, {
2843
+ operation: "remove_reaction";
2843
2844
  success: boolean;
2844
2845
  error: string;
2845
- operation: "remove_reaction";
2846
2846
  ok: boolean;
2847
2847
  }, {
2848
+ operation: "remove_reaction";
2848
2849
  success: boolean;
2849
2850
  error: string;
2850
- operation: "remove_reaction";
2851
2851
  ok: boolean;
2852
2852
  }>, z.ZodObject<{
2853
2853
  operation: z.ZodLiteral<"join_channel">;
@@ -2972,9 +2972,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2972
2972
  error: z.ZodString;
2973
2973
  success: z.ZodBoolean;
2974
2974
  }, "strip", z.ZodTypeAny, {
2975
+ operation: "join_channel";
2975
2976
  success: boolean;
2976
2977
  error: string;
2977
- operation: "join_channel";
2978
2978
  ok: boolean;
2979
2979
  channel?: {
2980
2980
  name: string;
@@ -3012,9 +3012,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3012
3012
  } | undefined;
3013
3013
  already_in_channel?: boolean | undefined;
3014
3014
  }, {
3015
+ operation: "join_channel";
3015
3016
  success: boolean;
3016
3017
  error: string;
3017
- operation: "join_channel";
3018
3018
  ok: boolean;
3019
3019
  channel?: {
3020
3020
  name: string;
@@ -3255,9 +3255,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3255
3255
  error: z.ZodString;
3256
3256
  success: z.ZodBoolean;
3257
3257
  }, "strip", z.ZodTypeAny, {
3258
+ operation: "upload_file";
3258
3259
  success: boolean;
3259
3260
  error: string;
3260
- operation: "upload_file";
3261
3261
  ok: boolean;
3262
3262
  file?: {
3263
3263
  name: string;
@@ -3306,9 +3306,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3306
3306
  has_rich_preview?: boolean | undefined;
3307
3307
  } | undefined;
3308
3308
  }, {
3309
+ operation: "upload_file";
3309
3310
  success: boolean;
3310
3311
  error: string;
3311
- operation: "upload_file";
3312
3312
  ok: boolean;
3313
3313
  file?: {
3314
3314
  name: string;
@@ -3365,17 +3365,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3365
3365
  error: z.ZodString;
3366
3366
  success: z.ZodBoolean;
3367
3367
  }, "strip", z.ZodTypeAny, {
3368
+ operation: "schedule_message";
3368
3369
  success: boolean;
3369
3370
  error: string;
3370
- operation: "schedule_message";
3371
3371
  ok: boolean;
3372
3372
  channel?: string | undefined;
3373
3373
  post_at?: number | undefined;
3374
3374
  scheduled_message_id?: string | undefined;
3375
3375
  }, {
3376
+ operation: "schedule_message";
3376
3377
  success: boolean;
3377
3378
  error: string;
3378
- operation: "schedule_message";
3379
3379
  ok: boolean;
3380
3380
  channel?: string | undefined;
3381
3381
  post_at?: number | undefined;
@@ -3747,17 +3747,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3747
3747
  cursor: z.ZodOptional<z.ZodString>;
3748
3748
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
3749
3749
  }, "strip", z.ZodTypeAny, {
3750
- limit: number;
3751
3750
  operation: "list_channels";
3751
+ limit: number;
3752
3752
  types: ("public_channel" | "private_channel" | "mpim" | "im")[];
3753
3753
  exclude_archived: boolean;
3754
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3755
3754
  cursor?: string | undefined;
3755
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3756
3756
  }, {
3757
3757
  operation: "list_channels";
3758
3758
  limit?: number | undefined;
3759
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3760
3759
  cursor?: string | undefined;
3760
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3761
3761
  types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
3762
3762
  exclude_archived?: boolean | undefined;
3763
3763
  }>, z.ZodObject<{
@@ -3797,16 +3797,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3797
3797
  include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
3798
3798
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
3799
3799
  }, "strip", z.ZodTypeAny, {
3800
- limit: number;
3801
3800
  operation: "list_users";
3801
+ limit: number;
3802
3802
  include_locale: boolean;
3803
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3804
3803
  cursor?: string | undefined;
3804
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3805
3805
  }, {
3806
3806
  operation: "list_users";
3807
3807
  limit?: number | undefined;
3808
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3809
3808
  cursor?: string | undefined;
3809
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3810
3810
  include_locale?: boolean | undefined;
3811
3811
  }>, z.ZodObject<{
3812
3812
  operation: z.ZodLiteral<"get_conversation_history">;
@@ -3818,12 +3818,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3818
3818
  cursor: z.ZodOptional<z.ZodString>;
3819
3819
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
3820
3820
  }, "strip", z.ZodTypeAny, {
3821
+ operation: "get_conversation_history";
3821
3822
  inclusive: boolean;
3822
3823
  limit: number;
3823
- operation: "get_conversation_history";
3824
3824
  channel: string;
3825
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3826
3825
  cursor?: string | undefined;
3826
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3827
3827
  latest?: string | undefined;
3828
3828
  oldest?: string | undefined;
3829
3829
  }, {
@@ -3831,8 +3831,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3831
3831
  channel: string;
3832
3832
  inclusive?: boolean | undefined;
3833
3833
  limit?: number | undefined;
3834
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3835
3834
  cursor?: string | undefined;
3835
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3836
3836
  latest?: string | undefined;
3837
3837
  oldest?: string | undefined;
3838
3838
  }>, z.ZodObject<{
@@ -3846,13 +3846,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3846
3846
  cursor: z.ZodOptional<z.ZodString>;
3847
3847
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
3848
3848
  }, "strip", z.ZodTypeAny, {
3849
+ operation: "get_thread_replies";
3849
3850
  inclusive: boolean;
3850
3851
  limit: number;
3851
- operation: "get_thread_replies";
3852
3852
  ts: string;
3853
3853
  channel: string;
3854
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3855
3854
  cursor?: string | undefined;
3855
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3856
3856
  latest?: string | undefined;
3857
3857
  oldest?: string | undefined;
3858
3858
  }, {
@@ -3861,8 +3861,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3861
3861
  channel: string;
3862
3862
  inclusive?: boolean | undefined;
3863
3863
  limit?: number | undefined;
3864
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3865
3864
  cursor?: string | undefined;
3865
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3866
3866
  latest?: string | undefined;
3867
3867
  oldest?: string | undefined;
3868
3868
  }>, z.ZodObject<{
@@ -4214,14 +4214,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4214
4214
  timestamp: z.ZodString;
4215
4215
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4216
4216
  }, "strip", z.ZodTypeAny, {
4217
- name: string;
4218
4217
  operation: "add_reaction";
4218
+ name: string;
4219
4219
  channel: string;
4220
4220
  timestamp: string;
4221
4221
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4222
4222
  }, {
4223
- name: string;
4224
4223
  operation: "add_reaction";
4224
+ name: string;
4225
4225
  channel: string;
4226
4226
  timestamp: string;
4227
4227
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -4232,14 +4232,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4232
4232
  timestamp: z.ZodString;
4233
4233
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4234
4234
  }, "strip", z.ZodTypeAny, {
4235
- name: string;
4236
4235
  operation: "remove_reaction";
4236
+ name: string;
4237
4237
  channel: string;
4238
4238
  timestamp: string;
4239
4239
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4240
4240
  }, {
4241
- name: string;
4242
4241
  operation: "remove_reaction";
4242
+ name: string;
4243
4243
  channel: string;
4244
4244
  timestamp: string;
4245
4245
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -4609,9 +4609,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4609
4609
  error: z.ZodString;
4610
4610
  success: z.ZodBoolean;
4611
4611
  }, "strip", z.ZodTypeAny, {
4612
+ operation: "send_message";
4612
4613
  success: boolean;
4613
4614
  error: string;
4614
- operation: "send_message";
4615
4615
  ok: boolean;
4616
4616
  message?: {
4617
4617
  type: string;
@@ -4642,9 +4642,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4642
4642
  ts?: string | undefined;
4643
4643
  channel?: string | undefined;
4644
4644
  }, {
4645
+ operation: "send_message";
4645
4646
  success: boolean;
4646
4647
  error: string;
4647
- operation: "send_message";
4648
4648
  ok: boolean;
4649
4649
  message?: {
4650
4650
  type: string;
@@ -4803,9 +4803,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4803
4803
  error: z.ZodString;
4804
4804
  success: z.ZodBoolean;
4805
4805
  }, "strip", z.ZodTypeAny, {
4806
+ operation: "list_channels";
4806
4807
  success: boolean;
4807
4808
  error: string;
4808
- operation: "list_channels";
4809
4809
  ok: boolean;
4810
4810
  response_metadata?: {
4811
4811
  next_cursor: string;
@@ -4845,9 +4845,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4845
4845
  num_members?: number | undefined;
4846
4846
  }[] | undefined;
4847
4847
  }, {
4848
+ operation: "list_channels";
4848
4849
  success: boolean;
4849
4850
  error: string;
4850
- operation: "list_channels";
4851
4851
  ok: boolean;
4852
4852
  response_metadata?: {
4853
4853
  next_cursor: string;
@@ -5008,9 +5008,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5008
5008
  error: z.ZodString;
5009
5009
  success: z.ZodBoolean;
5010
5010
  }, "strip", z.ZodTypeAny, {
5011
+ operation: "get_channel_info";
5011
5012
  success: boolean;
5012
5013
  error: string;
5013
- operation: "get_channel_info";
5014
5014
  ok: boolean;
5015
5015
  channel?: {
5016
5016
  name: string;
@@ -5047,9 +5047,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5047
5047
  num_members?: number | undefined;
5048
5048
  } | undefined;
5049
5049
  }, {
5050
+ operation: "get_channel_info";
5050
5051
  success: boolean;
5051
5052
  error: string;
5052
- operation: "get_channel_info";
5053
5053
  ok: boolean;
5054
5054
  channel?: {
5055
5055
  name: string;
@@ -5126,9 +5126,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5126
5126
  }, "strip", z.ZodTypeAny, {
5127
5127
  title?: string | undefined;
5128
5128
  email?: string | undefined;
5129
- fields?: Record<string, unknown> | undefined;
5130
5129
  first_name?: string | undefined;
5131
5130
  last_name?: string | undefined;
5131
+ fields?: Record<string, unknown> | undefined;
5132
5132
  phone?: string | undefined;
5133
5133
  real_name?: string | undefined;
5134
5134
  skype?: string | undefined;
@@ -5151,9 +5151,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5151
5151
  }, {
5152
5152
  title?: string | undefined;
5153
5153
  email?: string | undefined;
5154
- fields?: Record<string, unknown> | undefined;
5155
5154
  first_name?: string | undefined;
5156
5155
  last_name?: string | undefined;
5156
+ fields?: Record<string, unknown> | undefined;
5157
5157
  phone?: string | undefined;
5158
5158
  real_name?: string | undefined;
5159
5159
  skype?: string | undefined;
@@ -5189,9 +5189,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5189
5189
  profile?: {
5190
5190
  title?: string | undefined;
5191
5191
  email?: string | undefined;
5192
- fields?: Record<string, unknown> | undefined;
5193
5192
  first_name?: string | undefined;
5194
5193
  last_name?: string | undefined;
5194
+ fields?: Record<string, unknown> | undefined;
5195
5195
  phone?: string | undefined;
5196
5196
  real_name?: string | undefined;
5197
5197
  skype?: string | undefined;
@@ -5234,9 +5234,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5234
5234
  profile?: {
5235
5235
  title?: string | undefined;
5236
5236
  email?: string | undefined;
5237
- fields?: Record<string, unknown> | undefined;
5238
5237
  first_name?: string | undefined;
5239
5238
  last_name?: string | undefined;
5239
+ fields?: Record<string, unknown> | undefined;
5240
5240
  phone?: string | undefined;
5241
5241
  real_name?: string | undefined;
5242
5242
  skype?: string | undefined;
@@ -5277,9 +5277,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5277
5277
  error: z.ZodString;
5278
5278
  success: z.ZodBoolean;
5279
5279
  }, "strip", z.ZodTypeAny, {
5280
+ operation: "get_user_info";
5280
5281
  success: boolean;
5281
5282
  error: string;
5282
- operation: "get_user_info";
5283
5283
  ok: boolean;
5284
5284
  user?: {
5285
5285
  name: string;
@@ -5287,9 +5287,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5287
5287
  profile?: {
5288
5288
  title?: string | undefined;
5289
5289
  email?: string | undefined;
5290
- fields?: Record<string, unknown> | undefined;
5291
5290
  first_name?: string | undefined;
5292
5291
  last_name?: string | undefined;
5292
+ fields?: Record<string, unknown> | undefined;
5293
5293
  phone?: string | undefined;
5294
5294
  real_name?: string | undefined;
5295
5295
  skype?: string | undefined;
@@ -5328,9 +5328,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5328
5328
  has_2fa?: boolean | undefined;
5329
5329
  } | undefined;
5330
5330
  }, {
5331
+ operation: "get_user_info";
5331
5332
  success: boolean;
5332
5333
  error: string;
5333
- operation: "get_user_info";
5334
5334
  ok: boolean;
5335
5335
  user?: {
5336
5336
  name: string;
@@ -5338,9 +5338,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5338
5338
  profile?: {
5339
5339
  title?: string | undefined;
5340
5340
  email?: string | undefined;
5341
- fields?: Record<string, unknown> | undefined;
5342
5341
  first_name?: string | undefined;
5343
5342
  last_name?: string | undefined;
5343
+ fields?: Record<string, unknown> | undefined;
5344
5344
  phone?: string | undefined;
5345
5345
  real_name?: string | undefined;
5346
5346
  skype?: string | undefined;
@@ -5419,9 +5419,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5419
5419
  }, "strip", z.ZodTypeAny, {
5420
5420
  title?: string | undefined;
5421
5421
  email?: string | undefined;
5422
- fields?: Record<string, unknown> | undefined;
5423
5422
  first_name?: string | undefined;
5424
5423
  last_name?: string | undefined;
5424
+ fields?: Record<string, unknown> | undefined;
5425
5425
  phone?: string | undefined;
5426
5426
  real_name?: string | undefined;
5427
5427
  skype?: string | undefined;
@@ -5444,9 +5444,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5444
5444
  }, {
5445
5445
  title?: string | undefined;
5446
5446
  email?: string | undefined;
5447
- fields?: Record<string, unknown> | undefined;
5448
5447
  first_name?: string | undefined;
5449
5448
  last_name?: string | undefined;
5449
+ fields?: Record<string, unknown> | undefined;
5450
5450
  phone?: string | undefined;
5451
5451
  real_name?: string | undefined;
5452
5452
  skype?: string | undefined;
@@ -5482,9 +5482,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5482
5482
  profile?: {
5483
5483
  title?: string | undefined;
5484
5484
  email?: string | undefined;
5485
- fields?: Record<string, unknown> | undefined;
5486
5485
  first_name?: string | undefined;
5487
5486
  last_name?: string | undefined;
5487
+ fields?: Record<string, unknown> | undefined;
5488
5488
  phone?: string | undefined;
5489
5489
  real_name?: string | undefined;
5490
5490
  skype?: string | undefined;
@@ -5527,9 +5527,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5527
5527
  profile?: {
5528
5528
  title?: string | undefined;
5529
5529
  email?: string | undefined;
5530
- fields?: Record<string, unknown> | undefined;
5531
5530
  first_name?: string | undefined;
5532
5531
  last_name?: string | undefined;
5532
+ fields?: Record<string, unknown> | undefined;
5533
5533
  phone?: string | undefined;
5534
5534
  real_name?: string | undefined;
5535
5535
  skype?: string | undefined;
@@ -5577,9 +5577,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5577
5577
  error: z.ZodString;
5578
5578
  success: z.ZodBoolean;
5579
5579
  }, "strip", z.ZodTypeAny, {
5580
+ operation: "list_users";
5580
5581
  success: boolean;
5581
5582
  error: string;
5582
- operation: "list_users";
5583
5583
  ok: boolean;
5584
5584
  response_metadata?: {
5585
5585
  next_cursor: string;
@@ -5590,9 +5590,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5590
5590
  profile?: {
5591
5591
  title?: string | undefined;
5592
5592
  email?: string | undefined;
5593
- fields?: Record<string, unknown> | undefined;
5594
5593
  first_name?: string | undefined;
5595
5594
  last_name?: string | undefined;
5595
+ fields?: Record<string, unknown> | undefined;
5596
5596
  phone?: string | undefined;
5597
5597
  real_name?: string | undefined;
5598
5598
  skype?: string | undefined;
@@ -5631,9 +5631,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5631
5631
  has_2fa?: boolean | undefined;
5632
5632
  }[] | undefined;
5633
5633
  }, {
5634
+ operation: "list_users";
5634
5635
  success: boolean;
5635
5636
  error: string;
5636
- operation: "list_users";
5637
5637
  ok: boolean;
5638
5638
  response_metadata?: {
5639
5639
  next_cursor: string;
@@ -5644,9 +5644,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5644
5644
  profile?: {
5645
5645
  title?: string | undefined;
5646
5646
  email?: string | undefined;
5647
- fields?: Record<string, unknown> | undefined;
5648
5647
  first_name?: string | undefined;
5649
5648
  last_name?: string | undefined;
5649
+ fields?: Record<string, unknown> | undefined;
5650
5650
  phone?: string | undefined;
5651
5651
  real_name?: string | undefined;
5652
5652
  skype?: string | undefined;
@@ -5786,9 +5786,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5786
5786
  error: z.ZodString;
5787
5787
  success: z.ZodBoolean;
5788
5788
  }, "strip", z.ZodTypeAny, {
5789
+ operation: "get_conversation_history";
5789
5790
  success: boolean;
5790
5791
  error: string;
5791
- operation: "get_conversation_history";
5792
5792
  ok: boolean;
5793
5793
  messages?: {
5794
5794
  type: string;
@@ -5821,9 +5821,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5821
5821
  } | undefined;
5822
5822
  has_more?: boolean | undefined;
5823
5823
  }, {
5824
+ operation: "get_conversation_history";
5824
5825
  success: boolean;
5825
5826
  error: string;
5826
- operation: "get_conversation_history";
5827
5827
  ok: boolean;
5828
5828
  messages?: {
5829
5829
  type: string;
@@ -5957,9 +5957,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5957
5957
  error: z.ZodString;
5958
5958
  success: z.ZodBoolean;
5959
5959
  }, "strip", z.ZodTypeAny, {
5960
+ operation: "get_thread_replies";
5960
5961
  success: boolean;
5961
5962
  error: string;
5962
- operation: "get_thread_replies";
5963
5963
  ok: boolean;
5964
5964
  messages?: {
5965
5965
  type: string;
@@ -5992,9 +5992,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5992
5992
  } | undefined;
5993
5993
  has_more?: boolean | undefined;
5994
5994
  }, {
5995
+ operation: "get_thread_replies";
5995
5996
  success: boolean;
5996
5997
  error: string;
5997
- operation: "get_thread_replies";
5998
5998
  ok: boolean;
5999
5999
  messages?: {
6000
6000
  type: string;
@@ -6123,9 +6123,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6123
6123
  error: z.ZodString;
6124
6124
  success: z.ZodBoolean;
6125
6125
  }, "strip", z.ZodTypeAny, {
6126
+ operation: "update_message";
6126
6127
  success: boolean;
6127
6128
  error: string;
6128
- operation: "update_message";
6129
6129
  ok: boolean;
6130
6130
  message?: {
6131
6131
  type: string;
@@ -6157,9 +6157,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6157
6157
  ts?: string | undefined;
6158
6158
  channel?: string | undefined;
6159
6159
  }, {
6160
+ operation: "update_message";
6160
6161
  success: boolean;
6161
6162
  error: string;
6162
- operation: "update_message";
6163
6163
  ok: boolean;
6164
6164
  message?: {
6165
6165
  type: string;
@@ -6198,16 +6198,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6198
6198
  error: z.ZodString;
6199
6199
  success: z.ZodBoolean;
6200
6200
  }, "strip", z.ZodTypeAny, {
6201
+ operation: "delete_message";
6201
6202
  success: boolean;
6202
6203
  error: string;
6203
- operation: "delete_message";
6204
6204
  ok: boolean;
6205
6205
  ts?: string | undefined;
6206
6206
  channel?: string | undefined;
6207
6207
  }, {
6208
+ operation: "delete_message";
6208
6209
  success: boolean;
6209
6210
  error: string;
6210
- operation: "delete_message";
6211
6211
  ok: boolean;
6212
6212
  ts?: string | undefined;
6213
6213
  channel?: string | undefined;
@@ -6217,14 +6217,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6217
6217
  error: z.ZodString;
6218
6218
  success: z.ZodBoolean;
6219
6219
  }, "strip", z.ZodTypeAny, {
6220
+ operation: "add_reaction";
6220
6221
  success: boolean;
6221
6222
  error: string;
6222
- operation: "add_reaction";
6223
6223
  ok: boolean;
6224
6224
  }, {
6225
+ operation: "add_reaction";
6225
6226
  success: boolean;
6226
6227
  error: string;
6227
- operation: "add_reaction";
6228
6228
  ok: boolean;
6229
6229
  }>, z.ZodObject<{
6230
6230
  operation: z.ZodLiteral<"remove_reaction">;
@@ -6232,14 +6232,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6232
6232
  error: z.ZodString;
6233
6233
  success: z.ZodBoolean;
6234
6234
  }, "strip", z.ZodTypeAny, {
6235
+ operation: "remove_reaction";
6235
6236
  success: boolean;
6236
6237
  error: string;
6237
- operation: "remove_reaction";
6238
6238
  ok: boolean;
6239
6239
  }, {
6240
+ operation: "remove_reaction";
6240
6241
  success: boolean;
6241
6242
  error: string;
6242
- operation: "remove_reaction";
6243
6243
  ok: boolean;
6244
6244
  }>, z.ZodObject<{
6245
6245
  operation: z.ZodLiteral<"join_channel">;
@@ -6364,9 +6364,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6364
6364
  error: z.ZodString;
6365
6365
  success: z.ZodBoolean;
6366
6366
  }, "strip", z.ZodTypeAny, {
6367
+ operation: "join_channel";
6367
6368
  success: boolean;
6368
6369
  error: string;
6369
- operation: "join_channel";
6370
6370
  ok: boolean;
6371
6371
  channel?: {
6372
6372
  name: string;
@@ -6404,9 +6404,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6404
6404
  } | undefined;
6405
6405
  already_in_channel?: boolean | undefined;
6406
6406
  }, {
6407
+ operation: "join_channel";
6407
6408
  success: boolean;
6408
6409
  error: string;
6409
- operation: "join_channel";
6410
6410
  ok: boolean;
6411
6411
  channel?: {
6412
6412
  name: string;
@@ -6647,9 +6647,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6647
6647
  error: z.ZodString;
6648
6648
  success: z.ZodBoolean;
6649
6649
  }, "strip", z.ZodTypeAny, {
6650
+ operation: "upload_file";
6650
6651
  success: boolean;
6651
6652
  error: string;
6652
- operation: "upload_file";
6653
6653
  ok: boolean;
6654
6654
  file?: {
6655
6655
  name: string;
@@ -6698,9 +6698,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6698
6698
  has_rich_preview?: boolean | undefined;
6699
6699
  } | undefined;
6700
6700
  }, {
6701
+ operation: "upload_file";
6701
6702
  success: boolean;
6702
6703
  error: string;
6703
- operation: "upload_file";
6704
6704
  ok: boolean;
6705
6705
  file?: {
6706
6706
  name: string;
@@ -6757,17 +6757,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6757
6757
  error: z.ZodString;
6758
6758
  success: z.ZodBoolean;
6759
6759
  }, "strip", z.ZodTypeAny, {
6760
+ operation: "schedule_message";
6760
6761
  success: boolean;
6761
6762
  error: string;
6762
- operation: "schedule_message";
6763
6763
  ok: boolean;
6764
6764
  channel?: string | undefined;
6765
6765
  post_at?: number | undefined;
6766
6766
  scheduled_message_id?: string | undefined;
6767
6767
  }, {
6768
+ operation: "schedule_message";
6768
6769
  success: boolean;
6769
6770
  error: string;
6770
- operation: "schedule_message";
6771
6771
  ok: boolean;
6772
6772
  channel?: string | undefined;
6773
6773
  post_at?: number | undefined;