@bubblelab/bubble-core 0.1.28 → 0.1.31

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 (89) hide show
  1. package/dist/bubble-bundle.d.ts +161 -92
  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 +4 -4
  6. package/dist/bubbles/service-bubble/airtable.d.ts +94 -94
  7. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +30 -30
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
  12. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
  13. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
  14. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
  15. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
  16. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  17. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  18. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  19. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  20. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  21. package/dist/bubbles/service-bubble/firecrawl.d.ts +132 -132
  22. package/dist/bubbles/service-bubble/followupboss.d.ts +34 -34
  23. package/dist/bubbles/service-bubble/github.d.ts +122 -122
  24. package/dist/bubbles/service-bubble/gmail.d.ts +391 -391
  25. package/dist/bubbles/service-bubble/google-calendar.d.ts +96 -96
  26. package/dist/bubbles/service-bubble/google-drive.d.ts +46 -46
  27. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +41 -41
  28. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
  29. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
  30. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
  31. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
  32. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
  33. package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
  34. package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
  35. package/dist/bubbles/service-bubble/google-sheets.js +904 -0
  36. package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
  37. package/dist/bubbles/service-bubble/http.d.ts +12 -12
  38. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  39. package/dist/bubbles/service-bubble/jira/index.d.ts +5 -0
  40. package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -0
  41. package/dist/bubbles/service-bubble/jira/index.js +5 -0
  42. package/dist/bubbles/service-bubble/jira/index.js.map +1 -0
  43. package/dist/bubbles/service-bubble/jira/jira.d.ts +2695 -0
  44. package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -0
  45. package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts +38 -0
  46. package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts.map +1 -0
  47. package/dist/bubbles/service-bubble/jira/jira.integration.flow.js +358 -0
  48. package/dist/bubbles/service-bubble/jira/jira.integration.flow.js.map +1 -0
  49. package/dist/bubbles/service-bubble/jira/jira.js +573 -0
  50. package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
  51. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3660 -0
  52. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
  53. package/dist/bubbles/service-bubble/jira/jira.schema.js +499 -0
  54. package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -0
  55. package/dist/bubbles/service-bubble/jira/jira.utils.d.ts +141 -0
  56. package/dist/bubbles/service-bubble/jira/jira.utils.d.ts.map +1 -0
  57. package/dist/bubbles/service-bubble/jira/jira.utils.js +428 -0
  58. package/dist/bubbles/service-bubble/jira/jira.utils.js.map +1 -0
  59. package/dist/bubbles/service-bubble/notion/notion.d.ts +4 -4
  60. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
  61. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  62. package/dist/bubbles/service-bubble/resend.d.ts +2 -2
  63. package/dist/bubbles/service-bubble/slack/slack.d.ts +114 -114
  64. package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
  65. package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
  66. package/dist/bubbles/service-bubble/slack.js +1536 -0
  67. package/dist/bubbles/service-bubble/slack.js.map +1 -0
  68. package/dist/bubbles/service-bubble/storage.d.ts +2 -2
  69. package/dist/bubbles/service-bubble/telegram.d.ts +6 -6
  70. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
  72. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  73. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +172 -172
  74. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
  75. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +2 -2
  76. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  77. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  78. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +44 -44
  79. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +60 -60
  80. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  81. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  82. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +18 -18
  83. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
  84. package/dist/bubbles.json +1795 -2
  85. package/dist/index.d.ts +2 -0
  86. package/dist/index.d.ts.map +1 -1
  87. package/dist/index.js +1 -0
  88. package/dist/index.js.map +1 -1
  89. package/package.json +2 -2
@@ -38,13 +38,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
38
38
  ts: z.ZodOptional<z.ZodNumber>;
39
39
  }, "strip", z.ZodTypeAny, {
40
40
  title?: string | undefined;
41
- text?: string | undefined;
42
- image_url?: string | undefined;
43
41
  fields?: {
44
42
  value: string;
45
43
  title: string;
46
44
  short?: boolean | undefined;
47
45
  }[] | undefined;
46
+ text?: string | undefined;
47
+ image_url?: string | undefined;
48
48
  color?: string | undefined;
49
49
  pretext?: string | undefined;
50
50
  author_name?: string | undefined;
@@ -57,13 +57,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
57
57
  ts?: number | undefined;
58
58
  }, {
59
59
  title?: string | undefined;
60
- text?: string | undefined;
61
- image_url?: string | undefined;
62
60
  fields?: {
63
61
  value: string;
64
62
  title: string;
65
63
  short?: boolean | undefined;
66
64
  }[] | undefined;
65
+ text?: string | undefined;
66
+ image_url?: string | undefined;
67
67
  color?: string | undefined;
68
68
  pretext?: string | undefined;
69
69
  author_name?: string | undefined;
@@ -214,13 +214,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
214
214
  icon_url?: string | undefined;
215
215
  attachments?: {
216
216
  title?: string | undefined;
217
- text?: string | undefined;
218
- image_url?: string | undefined;
219
217
  fields?: {
220
218
  value: string;
221
219
  title: string;
222
220
  short?: boolean | undefined;
223
221
  }[] | undefined;
222
+ text?: string | undefined;
223
+ image_url?: string | undefined;
224
224
  color?: string | undefined;
225
225
  pretext?: string | undefined;
226
226
  author_name?: string | undefined;
@@ -284,13 +284,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
284
284
  icon_url?: string | undefined;
285
285
  attachments?: {
286
286
  title?: string | undefined;
287
- text?: string | undefined;
288
- image_url?: string | undefined;
289
287
  fields?: {
290
288
  value: string;
291
289
  title: string;
292
290
  short?: boolean | undefined;
293
291
  }[] | undefined;
292
+ text?: string | undefined;
293
+ image_url?: string | undefined;
294
294
  color?: string | undefined;
295
295
  pretext?: string | undefined;
296
296
  author_name?: string | undefined;
@@ -356,17 +356,17 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
356
356
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
357
357
  }, "strip", z.ZodTypeAny, {
358
358
  operation: "list_channels";
359
+ limit: number;
359
360
  types: ("public_channel" | "private_channel" | "mpim" | "im")[];
360
361
  exclude_archived: boolean;
361
- limit: number;
362
362
  credentials?: Partial<Record<CredentialType, string>> | undefined;
363
363
  cursor?: string | undefined;
364
364
  }, {
365
365
  operation: "list_channels";
366
+ limit?: number | undefined;
366
367
  credentials?: Partial<Record<CredentialType, string>> | undefined;
367
368
  types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
368
369
  exclude_archived?: boolean | undefined;
369
- limit?: number | undefined;
370
370
  cursor?: string | undefined;
371
371
  }>, z.ZodObject<{
372
372
  operation: z.ZodLiteral<"get_channel_info">;
@@ -412,8 +412,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
412
412
  cursor?: string | undefined;
413
413
  }, {
414
414
  operation: "list_users";
415
- credentials?: Partial<Record<CredentialType, string>> | undefined;
416
415
  limit?: number | undefined;
416
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
417
417
  cursor?: string | undefined;
418
418
  include_locale?: boolean | undefined;
419
419
  }>, z.ZodObject<{
@@ -426,10 +426,10 @@ 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";
431
- channel: string;
430
+ inclusive: boolean;
432
431
  limit: number;
432
+ channel: string;
433
433
  credentials?: Partial<Record<CredentialType, string>> | undefined;
434
434
  cursor?: string | undefined;
435
435
  latest?: string | undefined;
@@ -438,8 +438,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
438
438
  operation: "get_conversation_history";
439
439
  channel: string;
440
440
  inclusive?: boolean | undefined;
441
- credentials?: Partial<Record<CredentialType, string>> | undefined;
442
441
  limit?: number | undefined;
442
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
443
443
  cursor?: string | undefined;
444
444
  latest?: string | undefined;
445
445
  oldest?: string | undefined;
@@ -454,11 +454,11 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
454
454
  cursor: z.ZodOptional<z.ZodString>;
455
455
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
456
456
  }, "strip", z.ZodTypeAny, {
457
- inclusive: boolean;
458
457
  operation: "get_thread_replies";
458
+ inclusive: boolean;
459
+ limit: number;
459
460
  ts: string;
460
461
  channel: string;
461
- limit: number;
462
462
  credentials?: Partial<Record<CredentialType, string>> | undefined;
463
463
  cursor?: string | undefined;
464
464
  latest?: string | undefined;
@@ -468,8 +468,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
468
468
  ts: string;
469
469
  channel: string;
470
470
  inclusive?: boolean | undefined;
471
- credentials?: Partial<Record<CredentialType, string>> | undefined;
472
471
  limit?: number | undefined;
472
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
473
473
  cursor?: string | undefined;
474
474
  latest?: string | undefined;
475
475
  oldest?: string | undefined;
@@ -507,13 +507,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
507
507
  ts: z.ZodOptional<z.ZodNumber>;
508
508
  }, "strip", z.ZodTypeAny, {
509
509
  title?: string | undefined;
510
- text?: string | undefined;
511
- image_url?: string | undefined;
512
510
  fields?: {
513
511
  value: string;
514
512
  title: string;
515
513
  short?: boolean | undefined;
516
514
  }[] | undefined;
515
+ text?: string | undefined;
516
+ image_url?: string | undefined;
517
517
  color?: string | undefined;
518
518
  pretext?: string | undefined;
519
519
  author_name?: string | undefined;
@@ -526,13 +526,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
526
526
  ts?: number | undefined;
527
527
  }, {
528
528
  title?: string | undefined;
529
- text?: string | undefined;
530
- image_url?: string | undefined;
531
529
  fields?: {
532
530
  value: string;
533
531
  title: string;
534
532
  short?: boolean | undefined;
535
533
  }[] | undefined;
534
+ text?: string | undefined;
535
+ image_url?: string | undefined;
536
536
  color?: string | undefined;
537
537
  pretext?: string | undefined;
538
538
  author_name?: string | undefined;
@@ -674,13 +674,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
674
674
  text?: string | undefined;
675
675
  attachments?: {
676
676
  title?: string | undefined;
677
- text?: string | undefined;
678
- image_url?: string | undefined;
679
677
  fields?: {
680
678
  value: string;
681
679
  title: string;
682
680
  short?: boolean | undefined;
683
681
  }[] | undefined;
682
+ text?: string | undefined;
683
+ image_url?: string | undefined;
684
684
  color?: string | undefined;
685
685
  pretext?: string | undefined;
686
686
  author_name?: string | undefined;
@@ -741,13 +741,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
741
741
  text?: string | undefined;
742
742
  attachments?: {
743
743
  title?: string | undefined;
744
- text?: string | undefined;
745
- image_url?: string | undefined;
746
744
  fields?: {
747
745
  value: string;
748
746
  title: string;
749
747
  short?: boolean | undefined;
750
748
  }[] | undefined;
749
+ text?: string | undefined;
750
+ image_url?: string | undefined;
751
751
  color?: string | undefined;
752
752
  pretext?: string | undefined;
753
753
  author_name?: string | undefined;
@@ -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;
@@ -1733,8 +1733,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1733
1733
  image_1024: z.ZodOptional<z.ZodString>;
1734
1734
  }, "strip", z.ZodTypeAny, {
1735
1735
  title?: string | undefined;
1736
- email?: string | undefined;
1737
1736
  fields?: Record<string, unknown> | undefined;
1737
+ email?: string | undefined;
1738
1738
  real_name?: string | undefined;
1739
1739
  phone?: string | undefined;
1740
1740
  skype?: string | undefined;
@@ -1758,8 +1758,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1758
1758
  image_1024?: string | undefined;
1759
1759
  }, {
1760
1760
  title?: string | undefined;
1761
- email?: string | undefined;
1762
1761
  fields?: Record<string, unknown> | undefined;
1762
+ email?: string | undefined;
1763
1763
  real_name?: string | undefined;
1764
1764
  phone?: string | undefined;
1765
1765
  skype?: string | undefined;
@@ -1794,6 +1794,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1794
1794
  }, "strip", z.ZodTypeAny, {
1795
1795
  name: string;
1796
1796
  id: string;
1797
+ updated?: number | undefined;
1797
1798
  color?: string | undefined;
1798
1799
  team_id?: string | undefined;
1799
1800
  deleted?: boolean | undefined;
@@ -1803,8 +1804,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1803
1804
  tz_offset?: number | undefined;
1804
1805
  profile?: {
1805
1806
  title?: string | undefined;
1806
- email?: string | undefined;
1807
1807
  fields?: Record<string, unknown> | undefined;
1808
+ email?: string | undefined;
1808
1809
  real_name?: string | undefined;
1809
1810
  phone?: string | undefined;
1810
1811
  skype?: string | undefined;
@@ -1834,11 +1835,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1834
1835
  is_ultra_restricted?: boolean | undefined;
1835
1836
  is_bot?: boolean | undefined;
1836
1837
  is_app_user?: boolean | undefined;
1837
- updated?: number | undefined;
1838
1838
  has_2fa?: boolean | undefined;
1839
1839
  }, {
1840
1840
  name: string;
1841
1841
  id: string;
1842
+ updated?: number | undefined;
1842
1843
  color?: string | undefined;
1843
1844
  team_id?: string | undefined;
1844
1845
  deleted?: boolean | undefined;
@@ -1848,8 +1849,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1848
1849
  tz_offset?: number | undefined;
1849
1850
  profile?: {
1850
1851
  title?: string | undefined;
1851
- email?: string | undefined;
1852
1852
  fields?: Record<string, unknown> | undefined;
1853
+ email?: string | undefined;
1853
1854
  real_name?: string | undefined;
1854
1855
  phone?: string | undefined;
1855
1856
  skype?: string | undefined;
@@ -1879,7 +1880,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1879
1880
  is_ultra_restricted?: boolean | undefined;
1880
1881
  is_bot?: boolean | undefined;
1881
1882
  is_app_user?: boolean | undefined;
1882
- updated?: number | undefined;
1883
1883
  has_2fa?: boolean | undefined;
1884
1884
  }>>;
1885
1885
  error: z.ZodString;
@@ -1892,6 +1892,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1892
1892
  user?: {
1893
1893
  name: string;
1894
1894
  id: string;
1895
+ updated?: number | undefined;
1895
1896
  color?: string | undefined;
1896
1897
  team_id?: string | undefined;
1897
1898
  deleted?: boolean | undefined;
@@ -1901,8 +1902,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1901
1902
  tz_offset?: number | undefined;
1902
1903
  profile?: {
1903
1904
  title?: string | undefined;
1904
- email?: string | undefined;
1905
1905
  fields?: Record<string, unknown> | undefined;
1906
+ email?: string | undefined;
1906
1907
  real_name?: string | undefined;
1907
1908
  phone?: string | undefined;
1908
1909
  skype?: string | undefined;
@@ -1932,7 +1933,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1932
1933
  is_ultra_restricted?: boolean | undefined;
1933
1934
  is_bot?: boolean | undefined;
1934
1935
  is_app_user?: boolean | undefined;
1935
- updated?: number | undefined;
1936
1936
  has_2fa?: boolean | undefined;
1937
1937
  } | undefined;
1938
1938
  }, {
@@ -1943,6 +1943,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1943
1943
  user?: {
1944
1944
  name: string;
1945
1945
  id: string;
1946
+ updated?: number | undefined;
1946
1947
  color?: string | undefined;
1947
1948
  team_id?: string | undefined;
1948
1949
  deleted?: boolean | undefined;
@@ -1952,8 +1953,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1952
1953
  tz_offset?: number | undefined;
1953
1954
  profile?: {
1954
1955
  title?: string | undefined;
1955
- email?: string | undefined;
1956
1956
  fields?: Record<string, unknown> | undefined;
1957
+ email?: string | undefined;
1957
1958
  real_name?: string | undefined;
1958
1959
  phone?: string | undefined;
1959
1960
  skype?: string | undefined;
@@ -1983,7 +1984,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1983
1984
  is_ultra_restricted?: boolean | undefined;
1984
1985
  is_bot?: boolean | undefined;
1985
1986
  is_app_user?: boolean | undefined;
1986
- updated?: number | undefined;
1987
1987
  has_2fa?: boolean | undefined;
1988
1988
  } | undefined;
1989
1989
  }>, z.ZodObject<{
@@ -2026,8 +2026,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2026
2026
  image_1024: z.ZodOptional<z.ZodString>;
2027
2027
  }, "strip", z.ZodTypeAny, {
2028
2028
  title?: string | undefined;
2029
- email?: string | undefined;
2030
2029
  fields?: Record<string, unknown> | undefined;
2030
+ email?: string | undefined;
2031
2031
  real_name?: string | undefined;
2032
2032
  phone?: string | undefined;
2033
2033
  skype?: string | undefined;
@@ -2051,8 +2051,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2051
2051
  image_1024?: string | undefined;
2052
2052
  }, {
2053
2053
  title?: string | undefined;
2054
- email?: string | undefined;
2055
2054
  fields?: Record<string, unknown> | undefined;
2055
+ email?: string | undefined;
2056
2056
  real_name?: string | undefined;
2057
2057
  phone?: string | undefined;
2058
2058
  skype?: string | undefined;
@@ -2087,6 +2087,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2087
2087
  }, "strip", z.ZodTypeAny, {
2088
2088
  name: string;
2089
2089
  id: string;
2090
+ updated?: number | undefined;
2090
2091
  color?: string | undefined;
2091
2092
  team_id?: string | undefined;
2092
2093
  deleted?: boolean | undefined;
@@ -2096,8 +2097,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2096
2097
  tz_offset?: number | undefined;
2097
2098
  profile?: {
2098
2099
  title?: string | undefined;
2099
- email?: string | undefined;
2100
2100
  fields?: Record<string, unknown> | undefined;
2101
+ email?: string | undefined;
2101
2102
  real_name?: string | undefined;
2102
2103
  phone?: string | undefined;
2103
2104
  skype?: string | undefined;
@@ -2127,11 +2128,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2127
2128
  is_ultra_restricted?: boolean | undefined;
2128
2129
  is_bot?: boolean | undefined;
2129
2130
  is_app_user?: boolean | undefined;
2130
- updated?: number | undefined;
2131
2131
  has_2fa?: boolean | undefined;
2132
2132
  }, {
2133
2133
  name: string;
2134
2134
  id: string;
2135
+ updated?: number | undefined;
2135
2136
  color?: string | undefined;
2136
2137
  team_id?: string | undefined;
2137
2138
  deleted?: boolean | undefined;
@@ -2141,8 +2142,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2141
2142
  tz_offset?: number | undefined;
2142
2143
  profile?: {
2143
2144
  title?: string | undefined;
2144
- email?: string | undefined;
2145
2145
  fields?: Record<string, unknown> | undefined;
2146
+ email?: string | undefined;
2146
2147
  real_name?: string | undefined;
2147
2148
  phone?: string | undefined;
2148
2149
  skype?: string | undefined;
@@ -2172,7 +2173,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2172
2173
  is_ultra_restricted?: boolean | undefined;
2173
2174
  is_bot?: boolean | undefined;
2174
2175
  is_app_user?: boolean | undefined;
2175
- updated?: number | undefined;
2176
2176
  has_2fa?: boolean | undefined;
2177
2177
  }>, "many">>;
2178
2178
  response_metadata: z.ZodOptional<z.ZodObject<{
@@ -2195,6 +2195,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2195
2195
  members?: {
2196
2196
  name: string;
2197
2197
  id: string;
2198
+ updated?: number | undefined;
2198
2199
  color?: string | undefined;
2199
2200
  team_id?: string | undefined;
2200
2201
  deleted?: boolean | undefined;
@@ -2204,8 +2205,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2204
2205
  tz_offset?: number | undefined;
2205
2206
  profile?: {
2206
2207
  title?: string | undefined;
2207
- email?: string | undefined;
2208
2208
  fields?: Record<string, unknown> | undefined;
2209
+ email?: string | undefined;
2209
2210
  real_name?: string | undefined;
2210
2211
  phone?: string | undefined;
2211
2212
  skype?: string | undefined;
@@ -2235,7 +2236,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2235
2236
  is_ultra_restricted?: boolean | undefined;
2236
2237
  is_bot?: boolean | undefined;
2237
2238
  is_app_user?: boolean | undefined;
2238
- updated?: number | undefined;
2239
2239
  has_2fa?: boolean | undefined;
2240
2240
  }[] | undefined;
2241
2241
  }, {
@@ -2249,6 +2249,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2249
2249
  members?: {
2250
2250
  name: string;
2251
2251
  id: string;
2252
+ updated?: number | undefined;
2252
2253
  color?: string | undefined;
2253
2254
  team_id?: string | undefined;
2254
2255
  deleted?: boolean | undefined;
@@ -2258,8 +2259,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2258
2259
  tz_offset?: number | undefined;
2259
2260
  profile?: {
2260
2261
  title?: string | undefined;
2261
- email?: string | undefined;
2262
2262
  fields?: Record<string, unknown> | undefined;
2263
+ email?: string | undefined;
2263
2264
  real_name?: string | undefined;
2264
2265
  phone?: string | undefined;
2265
2266
  skype?: string | undefined;
@@ -2289,7 +2290,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2289
2290
  is_ultra_restricted?: boolean | undefined;
2290
2291
  is_bot?: boolean | undefined;
2291
2292
  is_app_user?: boolean | undefined;
2292
- updated?: number | undefined;
2293
2293
  has_2fa?: boolean | undefined;
2294
2294
  }[] | undefined;
2295
2295
  }>, z.ZodObject<{
@@ -3163,11 +3163,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3163
3163
  has_rich_preview: z.ZodOptional<z.ZodBoolean>;
3164
3164
  }, "strip", z.ZodTypeAny, {
3165
3165
  name: string;
3166
- user: string;
3167
3166
  id: string;
3167
+ created: number;
3168
+ user: string;
3168
3169
  username: string;
3169
3170
  timestamp: number;
3170
- created: number;
3171
3171
  mimetype: string;
3172
3172
  filetype: string;
3173
3173
  pretty_type: string;
@@ -3208,11 +3208,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3208
3208
  has_rich_preview?: boolean | undefined;
3209
3209
  }, {
3210
3210
  name: string;
3211
- user: string;
3212
3211
  id: string;
3212
+ created: number;
3213
+ user: string;
3213
3214
  username: string;
3214
3215
  timestamp: number;
3215
- created: number;
3216
3216
  mimetype: string;
3217
3217
  filetype: string;
3218
3218
  pretty_type: string;
@@ -3261,11 +3261,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3261
3261
  ok: boolean;
3262
3262
  file?: {
3263
3263
  name: string;
3264
- user: string;
3265
3264
  id: string;
3265
+ created: number;
3266
+ user: string;
3266
3267
  username: string;
3267
3268
  timestamp: number;
3268
- created: number;
3269
3269
  mimetype: string;
3270
3270
  filetype: string;
3271
3271
  pretty_type: string;
@@ -3312,11 +3312,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3312
3312
  ok: boolean;
3313
3313
  file?: {
3314
3314
  name: string;
3315
- user: string;
3316
3315
  id: string;
3316
+ created: number;
3317
+ user: string;
3317
3318
  username: string;
3318
3319
  timestamp: number;
3319
- created: number;
3320
3320
  mimetype: string;
3321
3321
  filetype: string;
3322
3322
  pretty_type: string;
@@ -3430,13 +3430,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3430
3430
  ts: z.ZodOptional<z.ZodNumber>;
3431
3431
  }, "strip", z.ZodTypeAny, {
3432
3432
  title?: string | undefined;
3433
- text?: string | undefined;
3434
- image_url?: string | undefined;
3435
3433
  fields?: {
3436
3434
  value: string;
3437
3435
  title: string;
3438
3436
  short?: boolean | undefined;
3439
3437
  }[] | undefined;
3438
+ text?: string | undefined;
3439
+ image_url?: string | undefined;
3440
3440
  color?: string | undefined;
3441
3441
  pretext?: string | undefined;
3442
3442
  author_name?: string | undefined;
@@ -3449,13 +3449,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3449
3449
  ts?: number | undefined;
3450
3450
  }, {
3451
3451
  title?: string | undefined;
3452
- text?: string | undefined;
3453
- image_url?: string | undefined;
3454
3452
  fields?: {
3455
3453
  value: string;
3456
3454
  title: string;
3457
3455
  short?: boolean | undefined;
3458
3456
  }[] | undefined;
3457
+ text?: string | undefined;
3458
+ image_url?: string | undefined;
3459
3459
  color?: string | undefined;
3460
3460
  pretext?: string | undefined;
3461
3461
  author_name?: string | undefined;
@@ -3606,13 +3606,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3606
3606
  icon_url?: string | undefined;
3607
3607
  attachments?: {
3608
3608
  title?: string | undefined;
3609
- text?: string | undefined;
3610
- image_url?: string | undefined;
3611
3609
  fields?: {
3612
3610
  value: string;
3613
3611
  title: string;
3614
3612
  short?: boolean | undefined;
3615
3613
  }[] | undefined;
3614
+ text?: string | undefined;
3615
+ image_url?: string | undefined;
3616
3616
  color?: string | undefined;
3617
3617
  pretext?: string | undefined;
3618
3618
  author_name?: string | undefined;
@@ -3676,13 +3676,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3676
3676
  icon_url?: string | undefined;
3677
3677
  attachments?: {
3678
3678
  title?: string | undefined;
3679
- text?: string | undefined;
3680
- image_url?: string | undefined;
3681
3679
  fields?: {
3682
3680
  value: string;
3683
3681
  title: string;
3684
3682
  short?: boolean | undefined;
3685
3683
  }[] | undefined;
3684
+ text?: string | undefined;
3685
+ image_url?: string | undefined;
3686
3686
  color?: string | undefined;
3687
3687
  pretext?: string | undefined;
3688
3688
  author_name?: string | undefined;
@@ -3748,17 +3748,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3748
3748
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
3749
3749
  }, "strip", z.ZodTypeAny, {
3750
3750
  operation: "list_channels";
3751
+ limit: number;
3751
3752
  types: ("public_channel" | "private_channel" | "mpim" | "im")[];
3752
3753
  exclude_archived: boolean;
3753
- limit: number;
3754
3754
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3755
3755
  cursor?: string | undefined;
3756
3756
  }, {
3757
3757
  operation: "list_channels";
3758
+ limit?: number | undefined;
3758
3759
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3759
3760
  types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
3760
3761
  exclude_archived?: boolean | undefined;
3761
- limit?: number | undefined;
3762
3762
  cursor?: string | undefined;
3763
3763
  }>, z.ZodObject<{
3764
3764
  operation: z.ZodLiteral<"get_channel_info">;
@@ -3804,8 +3804,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3804
3804
  cursor?: string | undefined;
3805
3805
  }, {
3806
3806
  operation: "list_users";
3807
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3808
3807
  limit?: number | undefined;
3808
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3809
3809
  cursor?: string | undefined;
3810
3810
  include_locale?: boolean | undefined;
3811
3811
  }>, z.ZodObject<{
@@ -3818,10 +3818,10 @@ 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
- inclusive: boolean;
3822
3821
  operation: "get_conversation_history";
3823
- channel: string;
3822
+ inclusive: boolean;
3824
3823
  limit: number;
3824
+ channel: string;
3825
3825
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3826
3826
  cursor?: string | undefined;
3827
3827
  latest?: string | undefined;
@@ -3830,8 +3830,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3830
3830
  operation: "get_conversation_history";
3831
3831
  channel: string;
3832
3832
  inclusive?: boolean | undefined;
3833
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3834
3833
  limit?: number | undefined;
3834
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3835
3835
  cursor?: string | undefined;
3836
3836
  latest?: string | undefined;
3837
3837
  oldest?: string | undefined;
@@ -3846,11 +3846,11 @@ 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
- inclusive: boolean;
3850
3849
  operation: "get_thread_replies";
3850
+ inclusive: boolean;
3851
+ limit: number;
3851
3852
  ts: string;
3852
3853
  channel: string;
3853
- limit: number;
3854
3854
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3855
3855
  cursor?: string | undefined;
3856
3856
  latest?: string | undefined;
@@ -3860,8 +3860,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3860
3860
  ts: string;
3861
3861
  channel: string;
3862
3862
  inclusive?: boolean | undefined;
3863
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3864
3863
  limit?: number | undefined;
3864
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3865
3865
  cursor?: string | undefined;
3866
3866
  latest?: string | undefined;
3867
3867
  oldest?: string | undefined;
@@ -3899,13 +3899,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3899
3899
  ts: z.ZodOptional<z.ZodNumber>;
3900
3900
  }, "strip", z.ZodTypeAny, {
3901
3901
  title?: string | undefined;
3902
- text?: string | undefined;
3903
- image_url?: string | undefined;
3904
3902
  fields?: {
3905
3903
  value: string;
3906
3904
  title: string;
3907
3905
  short?: boolean | undefined;
3908
3906
  }[] | undefined;
3907
+ text?: string | undefined;
3908
+ image_url?: string | undefined;
3909
3909
  color?: string | undefined;
3910
3910
  pretext?: string | undefined;
3911
3911
  author_name?: string | undefined;
@@ -3918,13 +3918,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
3918
3918
  ts?: number | undefined;
3919
3919
  }, {
3920
3920
  title?: string | undefined;
3921
- text?: string | undefined;
3922
- image_url?: string | undefined;
3923
3921
  fields?: {
3924
3922
  value: string;
3925
3923
  title: string;
3926
3924
  short?: boolean | undefined;
3927
3925
  }[] | undefined;
3926
+ text?: string | undefined;
3927
+ image_url?: string | undefined;
3928
3928
  color?: string | undefined;
3929
3929
  pretext?: string | undefined;
3930
3930
  author_name?: string | undefined;
@@ -4066,13 +4066,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4066
4066
  text?: string | undefined;
4067
4067
  attachments?: {
4068
4068
  title?: string | undefined;
4069
- text?: string | undefined;
4070
- image_url?: string | undefined;
4071
4069
  fields?: {
4072
4070
  value: string;
4073
4071
  title: string;
4074
4072
  short?: boolean | undefined;
4075
4073
  }[] | undefined;
4074
+ text?: string | undefined;
4075
+ image_url?: string | undefined;
4076
4076
  color?: string | undefined;
4077
4077
  pretext?: string | undefined;
4078
4078
  author_name?: string | undefined;
@@ -4133,13 +4133,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4133
4133
  text?: string | undefined;
4134
4134
  attachments?: {
4135
4135
  title?: string | undefined;
4136
- text?: string | undefined;
4137
- image_url?: string | undefined;
4138
4136
  fields?: {
4139
4137
  value: string;
4140
4138
  title: string;
4141
4139
  short?: boolean | undefined;
4142
4140
  }[] | undefined;
4141
+ text?: string | undefined;
4142
+ image_url?: string | undefined;
4143
4143
  color?: string | undefined;
4144
4144
  pretext?: string | undefined;
4145
4145
  author_name?: string | undefined;
@@ -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;
@@ -5125,8 +5125,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5125
5125
  image_1024: z.ZodOptional<z.ZodString>;
5126
5126
  }, "strip", z.ZodTypeAny, {
5127
5127
  title?: string | undefined;
5128
- email?: string | undefined;
5129
5128
  fields?: Record<string, unknown> | undefined;
5129
+ email?: string | undefined;
5130
5130
  real_name?: string | undefined;
5131
5131
  phone?: string | undefined;
5132
5132
  skype?: string | undefined;
@@ -5150,8 +5150,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5150
5150
  image_1024?: string | undefined;
5151
5151
  }, {
5152
5152
  title?: string | undefined;
5153
- email?: string | undefined;
5154
5153
  fields?: Record<string, unknown> | undefined;
5154
+ email?: string | undefined;
5155
5155
  real_name?: string | undefined;
5156
5156
  phone?: string | undefined;
5157
5157
  skype?: string | undefined;
@@ -5186,6 +5186,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5186
5186
  }, "strip", z.ZodTypeAny, {
5187
5187
  name: string;
5188
5188
  id: string;
5189
+ updated?: number | undefined;
5189
5190
  color?: string | undefined;
5190
5191
  team_id?: string | undefined;
5191
5192
  deleted?: boolean | undefined;
@@ -5195,8 +5196,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5195
5196
  tz_offset?: number | undefined;
5196
5197
  profile?: {
5197
5198
  title?: string | undefined;
5198
- email?: string | undefined;
5199
5199
  fields?: Record<string, unknown> | undefined;
5200
+ email?: string | undefined;
5200
5201
  real_name?: string | undefined;
5201
5202
  phone?: string | undefined;
5202
5203
  skype?: string | undefined;
@@ -5226,11 +5227,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5226
5227
  is_ultra_restricted?: boolean | undefined;
5227
5228
  is_bot?: boolean | undefined;
5228
5229
  is_app_user?: boolean | undefined;
5229
- updated?: number | undefined;
5230
5230
  has_2fa?: boolean | undefined;
5231
5231
  }, {
5232
5232
  name: string;
5233
5233
  id: string;
5234
+ updated?: number | undefined;
5234
5235
  color?: string | undefined;
5235
5236
  team_id?: string | undefined;
5236
5237
  deleted?: boolean | undefined;
@@ -5240,8 +5241,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5240
5241
  tz_offset?: number | undefined;
5241
5242
  profile?: {
5242
5243
  title?: string | undefined;
5243
- email?: string | undefined;
5244
5244
  fields?: Record<string, unknown> | undefined;
5245
+ email?: string | undefined;
5245
5246
  real_name?: string | undefined;
5246
5247
  phone?: string | undefined;
5247
5248
  skype?: string | undefined;
@@ -5271,7 +5272,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5271
5272
  is_ultra_restricted?: boolean | undefined;
5272
5273
  is_bot?: boolean | undefined;
5273
5274
  is_app_user?: boolean | undefined;
5274
- updated?: number | undefined;
5275
5275
  has_2fa?: boolean | undefined;
5276
5276
  }>>;
5277
5277
  error: z.ZodString;
@@ -5284,6 +5284,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5284
5284
  user?: {
5285
5285
  name: string;
5286
5286
  id: string;
5287
+ updated?: number | undefined;
5287
5288
  color?: string | undefined;
5288
5289
  team_id?: string | undefined;
5289
5290
  deleted?: boolean | undefined;
@@ -5293,8 +5294,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5293
5294
  tz_offset?: number | undefined;
5294
5295
  profile?: {
5295
5296
  title?: string | undefined;
5296
- email?: string | undefined;
5297
5297
  fields?: Record<string, unknown> | undefined;
5298
+ email?: string | undefined;
5298
5299
  real_name?: string | undefined;
5299
5300
  phone?: string | undefined;
5300
5301
  skype?: string | undefined;
@@ -5324,7 +5325,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5324
5325
  is_ultra_restricted?: boolean | undefined;
5325
5326
  is_bot?: boolean | undefined;
5326
5327
  is_app_user?: boolean | undefined;
5327
- updated?: number | undefined;
5328
5328
  has_2fa?: boolean | undefined;
5329
5329
  } | undefined;
5330
5330
  }, {
@@ -5335,6 +5335,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5335
5335
  user?: {
5336
5336
  name: string;
5337
5337
  id: string;
5338
+ updated?: number | undefined;
5338
5339
  color?: string | undefined;
5339
5340
  team_id?: string | undefined;
5340
5341
  deleted?: boolean | undefined;
@@ -5344,8 +5345,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5344
5345
  tz_offset?: number | undefined;
5345
5346
  profile?: {
5346
5347
  title?: string | undefined;
5347
- email?: string | undefined;
5348
5348
  fields?: Record<string, unknown> | undefined;
5349
+ email?: string | undefined;
5349
5350
  real_name?: string | undefined;
5350
5351
  phone?: string | undefined;
5351
5352
  skype?: string | undefined;
@@ -5375,7 +5376,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5375
5376
  is_ultra_restricted?: boolean | undefined;
5376
5377
  is_bot?: boolean | undefined;
5377
5378
  is_app_user?: boolean | undefined;
5378
- updated?: number | undefined;
5379
5379
  has_2fa?: boolean | undefined;
5380
5380
  } | undefined;
5381
5381
  }>, z.ZodObject<{
@@ -5418,8 +5418,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5418
5418
  image_1024: z.ZodOptional<z.ZodString>;
5419
5419
  }, "strip", z.ZodTypeAny, {
5420
5420
  title?: string | undefined;
5421
- email?: string | undefined;
5422
5421
  fields?: Record<string, unknown> | undefined;
5422
+ email?: string | undefined;
5423
5423
  real_name?: string | undefined;
5424
5424
  phone?: string | undefined;
5425
5425
  skype?: string | undefined;
@@ -5443,8 +5443,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5443
5443
  image_1024?: string | undefined;
5444
5444
  }, {
5445
5445
  title?: string | undefined;
5446
- email?: string | undefined;
5447
5446
  fields?: Record<string, unknown> | undefined;
5447
+ email?: string | undefined;
5448
5448
  real_name?: string | undefined;
5449
5449
  phone?: string | undefined;
5450
5450
  skype?: string | undefined;
@@ -5479,6 +5479,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5479
5479
  }, "strip", z.ZodTypeAny, {
5480
5480
  name: string;
5481
5481
  id: string;
5482
+ updated?: number | undefined;
5482
5483
  color?: string | undefined;
5483
5484
  team_id?: string | undefined;
5484
5485
  deleted?: boolean | undefined;
@@ -5488,8 +5489,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5488
5489
  tz_offset?: number | undefined;
5489
5490
  profile?: {
5490
5491
  title?: string | undefined;
5491
- email?: string | undefined;
5492
5492
  fields?: Record<string, unknown> | undefined;
5493
+ email?: string | undefined;
5493
5494
  real_name?: string | undefined;
5494
5495
  phone?: string | undefined;
5495
5496
  skype?: string | undefined;
@@ -5519,11 +5520,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5519
5520
  is_ultra_restricted?: boolean | undefined;
5520
5521
  is_bot?: boolean | undefined;
5521
5522
  is_app_user?: boolean | undefined;
5522
- updated?: number | undefined;
5523
5523
  has_2fa?: boolean | undefined;
5524
5524
  }, {
5525
5525
  name: string;
5526
5526
  id: string;
5527
+ updated?: number | undefined;
5527
5528
  color?: string | undefined;
5528
5529
  team_id?: string | undefined;
5529
5530
  deleted?: boolean | undefined;
@@ -5533,8 +5534,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5533
5534
  tz_offset?: number | undefined;
5534
5535
  profile?: {
5535
5536
  title?: string | undefined;
5536
- email?: string | undefined;
5537
5537
  fields?: Record<string, unknown> | undefined;
5538
+ email?: string | undefined;
5538
5539
  real_name?: string | undefined;
5539
5540
  phone?: string | undefined;
5540
5541
  skype?: string | undefined;
@@ -5564,7 +5565,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5564
5565
  is_ultra_restricted?: boolean | undefined;
5565
5566
  is_bot?: boolean | undefined;
5566
5567
  is_app_user?: boolean | undefined;
5567
- updated?: number | undefined;
5568
5568
  has_2fa?: boolean | undefined;
5569
5569
  }>, "many">>;
5570
5570
  response_metadata: z.ZodOptional<z.ZodObject<{
@@ -5587,6 +5587,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5587
5587
  members?: {
5588
5588
  name: string;
5589
5589
  id: string;
5590
+ updated?: number | undefined;
5590
5591
  color?: string | undefined;
5591
5592
  team_id?: string | undefined;
5592
5593
  deleted?: boolean | undefined;
@@ -5596,8 +5597,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5596
5597
  tz_offset?: number | undefined;
5597
5598
  profile?: {
5598
5599
  title?: string | undefined;
5599
- email?: string | undefined;
5600
5600
  fields?: Record<string, unknown> | undefined;
5601
+ email?: string | undefined;
5601
5602
  real_name?: string | undefined;
5602
5603
  phone?: string | undefined;
5603
5604
  skype?: string | undefined;
@@ -5627,7 +5628,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5627
5628
  is_ultra_restricted?: boolean | undefined;
5628
5629
  is_bot?: boolean | undefined;
5629
5630
  is_app_user?: boolean | undefined;
5630
- updated?: number | undefined;
5631
5631
  has_2fa?: boolean | undefined;
5632
5632
  }[] | undefined;
5633
5633
  }, {
@@ -5641,6 +5641,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5641
5641
  members?: {
5642
5642
  name: string;
5643
5643
  id: string;
5644
+ updated?: number | undefined;
5644
5645
  color?: string | undefined;
5645
5646
  team_id?: string | undefined;
5646
5647
  deleted?: boolean | undefined;
@@ -5650,8 +5651,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5650
5651
  tz_offset?: number | undefined;
5651
5652
  profile?: {
5652
5653
  title?: string | undefined;
5653
- email?: string | undefined;
5654
5654
  fields?: Record<string, unknown> | undefined;
5655
+ email?: string | undefined;
5655
5656
  real_name?: string | undefined;
5656
5657
  phone?: string | undefined;
5657
5658
  skype?: string | undefined;
@@ -5681,7 +5682,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5681
5682
  is_ultra_restricted?: boolean | undefined;
5682
5683
  is_bot?: boolean | undefined;
5683
5684
  is_app_user?: boolean | undefined;
5684
- updated?: number | undefined;
5685
5685
  has_2fa?: boolean | undefined;
5686
5686
  }[] | undefined;
5687
5687
  }>, z.ZodObject<{
@@ -6555,11 +6555,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6555
6555
  has_rich_preview: z.ZodOptional<z.ZodBoolean>;
6556
6556
  }, "strip", z.ZodTypeAny, {
6557
6557
  name: string;
6558
- user: string;
6559
6558
  id: string;
6559
+ created: number;
6560
+ user: string;
6560
6561
  username: string;
6561
6562
  timestamp: number;
6562
- created: number;
6563
6563
  mimetype: string;
6564
6564
  filetype: string;
6565
6565
  pretty_type: string;
@@ -6600,11 +6600,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6600
6600
  has_rich_preview?: boolean | undefined;
6601
6601
  }, {
6602
6602
  name: string;
6603
- user: string;
6604
6603
  id: string;
6604
+ created: number;
6605
+ user: string;
6605
6606
  username: string;
6606
6607
  timestamp: number;
6607
- created: number;
6608
6608
  mimetype: string;
6609
6609
  filetype: string;
6610
6610
  pretty_type: string;
@@ -6653,11 +6653,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6653
6653
  ok: boolean;
6654
6654
  file?: {
6655
6655
  name: string;
6656
- user: string;
6657
6656
  id: string;
6657
+ created: number;
6658
+ user: string;
6658
6659
  username: string;
6659
6660
  timestamp: number;
6660
- created: number;
6661
6661
  mimetype: string;
6662
6662
  filetype: string;
6663
6663
  pretty_type: string;
@@ -6704,11 +6704,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6704
6704
  ok: boolean;
6705
6705
  file?: {
6706
6706
  name: string;
6707
- user: string;
6708
6707
  id: string;
6708
+ created: number;
6709
+ user: string;
6709
6710
  username: string;
6710
6711
  timestamp: number;
6711
- created: number;
6712
6712
  mimetype: string;
6713
6713
  filetype: string;
6714
6714
  pretty_type: string;