@bubblelab/bubble-core 0.1.45 → 0.1.46
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.
- package/dist/bubble-bundle.d.ts +63 -63
- package/dist/bubbles/service-bubble/agi-inc.d.ts +24 -24
- package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
- package/dist/bubbles/service-bubble/airtable.d.ts +28 -28
- package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +48 -48
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +21 -20
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.js +29 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +16 -16
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +428 -428
- package/dist/bubbles/service-bubble/followupboss.d.ts +256 -256
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +236 -236
- package/dist/bubbles/service-bubble/github.d.ts +64 -64
- package/dist/bubbles/service-bubble/gmail.d.ts +478 -478
- package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
- package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +10 -10
- package/dist/bubbles/service-bubble/notion/notion.d.ts +80 -80
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +248 -248
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +5 -5
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +70 -70
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +348 -348
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +42 -42
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +90 -90
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -1156,17 +1156,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1156
1156
|
count: z.ZodNumber;
|
|
1157
1157
|
}, "strip", z.ZodTypeAny, {
|
|
1158
1158
|
name: string;
|
|
1159
|
-
users: string[];
|
|
1160
1159
|
count: number;
|
|
1160
|
+
users: string[];
|
|
1161
1161
|
}, {
|
|
1162
1162
|
name: string;
|
|
1163
|
-
users: string[];
|
|
1164
1163
|
count: number;
|
|
1164
|
+
users: string[];
|
|
1165
1165
|
}>, "many">>;
|
|
1166
1166
|
}, "strip", z.ZodTypeAny, {
|
|
1167
1167
|
type: string;
|
|
1168
|
-
user?: string | undefined;
|
|
1169
1168
|
text?: string | undefined;
|
|
1169
|
+
user?: string | undefined;
|
|
1170
1170
|
ts?: string | undefined;
|
|
1171
1171
|
username?: string | undefined;
|
|
1172
1172
|
attachments?: unknown[] | undefined;
|
|
@@ -1185,13 +1185,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1185
1185
|
subscribed?: boolean | undefined;
|
|
1186
1186
|
reactions?: {
|
|
1187
1187
|
name: string;
|
|
1188
|
-
users: string[];
|
|
1189
1188
|
count: number;
|
|
1189
|
+
users: string[];
|
|
1190
1190
|
}[] | undefined;
|
|
1191
1191
|
}, {
|
|
1192
1192
|
type: string;
|
|
1193
|
-
user?: string | undefined;
|
|
1194
1193
|
text?: string | undefined;
|
|
1194
|
+
user?: string | undefined;
|
|
1195
1195
|
ts?: string | undefined;
|
|
1196
1196
|
username?: string | undefined;
|
|
1197
1197
|
attachments?: unknown[] | undefined;
|
|
@@ -1210,8 +1210,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1210
1210
|
subscribed?: boolean | undefined;
|
|
1211
1211
|
reactions?: {
|
|
1212
1212
|
name: string;
|
|
1213
|
-
users: string[];
|
|
1214
1213
|
count: number;
|
|
1214
|
+
users: string[];
|
|
1215
1215
|
}[] | undefined;
|
|
1216
1216
|
}>>;
|
|
1217
1217
|
error: z.ZodString;
|
|
@@ -1223,8 +1223,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1223
1223
|
ok: boolean;
|
|
1224
1224
|
message?: {
|
|
1225
1225
|
type: string;
|
|
1226
|
-
user?: string | undefined;
|
|
1227
1226
|
text?: string | undefined;
|
|
1227
|
+
user?: string | undefined;
|
|
1228
1228
|
ts?: string | undefined;
|
|
1229
1229
|
username?: string | undefined;
|
|
1230
1230
|
attachments?: unknown[] | undefined;
|
|
@@ -1243,8 +1243,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1243
1243
|
subscribed?: boolean | undefined;
|
|
1244
1244
|
reactions?: {
|
|
1245
1245
|
name: string;
|
|
1246
|
-
users: string[];
|
|
1247
1246
|
count: number;
|
|
1247
|
+
users: string[];
|
|
1248
1248
|
}[] | undefined;
|
|
1249
1249
|
} | undefined;
|
|
1250
1250
|
ts?: string | undefined;
|
|
@@ -1256,8 +1256,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1256
1256
|
ok: boolean;
|
|
1257
1257
|
message?: {
|
|
1258
1258
|
type: string;
|
|
1259
|
-
user?: string | undefined;
|
|
1260
1259
|
text?: string | undefined;
|
|
1260
|
+
user?: string | undefined;
|
|
1261
1261
|
ts?: string | undefined;
|
|
1262
1262
|
username?: string | undefined;
|
|
1263
1263
|
attachments?: unknown[] | undefined;
|
|
@@ -1276,8 +1276,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1276
1276
|
subscribed?: boolean | undefined;
|
|
1277
1277
|
reactions?: {
|
|
1278
1278
|
name: string;
|
|
1279
|
-
users: string[];
|
|
1280
1279
|
count: number;
|
|
1280
|
+
users: string[];
|
|
1281
1281
|
}[] | undefined;
|
|
1282
1282
|
} | undefined;
|
|
1283
1283
|
ts?: string | undefined;
|
|
@@ -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
|
-
phone?: string | undefined;
|
|
1738
1737
|
fields?: Record<string, unknown> | undefined;
|
|
1739
1738
|
real_name?: string | undefined;
|
|
1739
|
+
phone?: string | undefined;
|
|
1740
1740
|
skype?: string | undefined;
|
|
1741
1741
|
real_name_normalized?: string | undefined;
|
|
1742
1742
|
display_name?: 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
|
-
phone?: string | undefined;
|
|
1763
1762
|
fields?: Record<string, unknown> | undefined;
|
|
1764
1763
|
real_name?: string | undefined;
|
|
1764
|
+
phone?: string | undefined;
|
|
1765
1765
|
skype?: string | undefined;
|
|
1766
1766
|
real_name_normalized?: string | undefined;
|
|
1767
1767
|
display_name?: string | undefined;
|
|
@@ -1794,12 +1794,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1794
1794
|
}, "strip", z.ZodTypeAny, {
|
|
1795
1795
|
name: string;
|
|
1796
1796
|
id: string;
|
|
1797
|
+
color?: string | undefined;
|
|
1798
|
+
team_id?: string | undefined;
|
|
1799
|
+
deleted?: boolean | undefined;
|
|
1800
|
+
real_name?: string | undefined;
|
|
1801
|
+
tz?: string | undefined;
|
|
1802
|
+
tz_label?: string | undefined;
|
|
1803
|
+
tz_offset?: number | undefined;
|
|
1797
1804
|
profile?: {
|
|
1798
1805
|
title?: string | undefined;
|
|
1799
1806
|
email?: string | undefined;
|
|
1800
|
-
phone?: string | undefined;
|
|
1801
1807
|
fields?: Record<string, unknown> | undefined;
|
|
1802
1808
|
real_name?: string | undefined;
|
|
1809
|
+
phone?: string | undefined;
|
|
1803
1810
|
skype?: string | undefined;
|
|
1804
1811
|
real_name_normalized?: string | undefined;
|
|
1805
1812
|
display_name?: string | undefined;
|
|
@@ -1820,13 +1827,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1820
1827
|
image_512?: string | undefined;
|
|
1821
1828
|
image_1024?: string | undefined;
|
|
1822
1829
|
} | undefined;
|
|
1823
|
-
color?: string | undefined;
|
|
1824
|
-
team_id?: string | undefined;
|
|
1825
|
-
deleted?: boolean | undefined;
|
|
1826
|
-
real_name?: string | undefined;
|
|
1827
|
-
tz?: string | undefined;
|
|
1828
|
-
tz_label?: string | undefined;
|
|
1829
|
-
tz_offset?: number | undefined;
|
|
1830
1830
|
is_admin?: boolean | undefined;
|
|
1831
1831
|
is_owner?: boolean | undefined;
|
|
1832
1832
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1839,12 +1839,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1839
1839
|
}, {
|
|
1840
1840
|
name: string;
|
|
1841
1841
|
id: string;
|
|
1842
|
+
color?: string | undefined;
|
|
1843
|
+
team_id?: string | undefined;
|
|
1844
|
+
deleted?: boolean | undefined;
|
|
1845
|
+
real_name?: string | undefined;
|
|
1846
|
+
tz?: string | undefined;
|
|
1847
|
+
tz_label?: string | undefined;
|
|
1848
|
+
tz_offset?: number | undefined;
|
|
1842
1849
|
profile?: {
|
|
1843
1850
|
title?: string | undefined;
|
|
1844
1851
|
email?: string | undefined;
|
|
1845
|
-
phone?: string | undefined;
|
|
1846
1852
|
fields?: Record<string, unknown> | undefined;
|
|
1847
1853
|
real_name?: string | undefined;
|
|
1854
|
+
phone?: string | undefined;
|
|
1848
1855
|
skype?: string | undefined;
|
|
1849
1856
|
real_name_normalized?: string | undefined;
|
|
1850
1857
|
display_name?: string | undefined;
|
|
@@ -1865,13 +1872,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1865
1872
|
image_512?: string | undefined;
|
|
1866
1873
|
image_1024?: string | undefined;
|
|
1867
1874
|
} | undefined;
|
|
1868
|
-
color?: string | undefined;
|
|
1869
|
-
team_id?: string | undefined;
|
|
1870
|
-
deleted?: boolean | undefined;
|
|
1871
|
-
real_name?: string | undefined;
|
|
1872
|
-
tz?: string | undefined;
|
|
1873
|
-
tz_label?: string | undefined;
|
|
1874
|
-
tz_offset?: number | undefined;
|
|
1875
1875
|
is_admin?: boolean | undefined;
|
|
1876
1876
|
is_owner?: boolean | undefined;
|
|
1877
1877
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1892,12 +1892,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1892
1892
|
user?: {
|
|
1893
1893
|
name: string;
|
|
1894
1894
|
id: string;
|
|
1895
|
+
color?: string | undefined;
|
|
1896
|
+
team_id?: string | undefined;
|
|
1897
|
+
deleted?: boolean | undefined;
|
|
1898
|
+
real_name?: string | undefined;
|
|
1899
|
+
tz?: string | undefined;
|
|
1900
|
+
tz_label?: string | undefined;
|
|
1901
|
+
tz_offset?: number | undefined;
|
|
1895
1902
|
profile?: {
|
|
1896
1903
|
title?: string | undefined;
|
|
1897
1904
|
email?: string | undefined;
|
|
1898
|
-
phone?: string | undefined;
|
|
1899
1905
|
fields?: Record<string, unknown> | undefined;
|
|
1900
1906
|
real_name?: string | undefined;
|
|
1907
|
+
phone?: string | undefined;
|
|
1901
1908
|
skype?: string | undefined;
|
|
1902
1909
|
real_name_normalized?: string | undefined;
|
|
1903
1910
|
display_name?: string | undefined;
|
|
@@ -1918,13 +1925,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1918
1925
|
image_512?: string | undefined;
|
|
1919
1926
|
image_1024?: string | undefined;
|
|
1920
1927
|
} | undefined;
|
|
1921
|
-
color?: string | undefined;
|
|
1922
|
-
team_id?: string | undefined;
|
|
1923
|
-
deleted?: boolean | undefined;
|
|
1924
|
-
real_name?: string | undefined;
|
|
1925
|
-
tz?: string | undefined;
|
|
1926
|
-
tz_label?: string | undefined;
|
|
1927
|
-
tz_offset?: number | undefined;
|
|
1928
1928
|
is_admin?: boolean | undefined;
|
|
1929
1929
|
is_owner?: boolean | undefined;
|
|
1930
1930
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1943,12 +1943,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1943
1943
|
user?: {
|
|
1944
1944
|
name: string;
|
|
1945
1945
|
id: string;
|
|
1946
|
+
color?: string | undefined;
|
|
1947
|
+
team_id?: string | undefined;
|
|
1948
|
+
deleted?: boolean | undefined;
|
|
1949
|
+
real_name?: string | undefined;
|
|
1950
|
+
tz?: string | undefined;
|
|
1951
|
+
tz_label?: string | undefined;
|
|
1952
|
+
tz_offset?: number | undefined;
|
|
1946
1953
|
profile?: {
|
|
1947
1954
|
title?: string | undefined;
|
|
1948
1955
|
email?: string | undefined;
|
|
1949
|
-
phone?: string | undefined;
|
|
1950
1956
|
fields?: Record<string, unknown> | undefined;
|
|
1951
1957
|
real_name?: string | undefined;
|
|
1958
|
+
phone?: string | undefined;
|
|
1952
1959
|
skype?: string | undefined;
|
|
1953
1960
|
real_name_normalized?: string | undefined;
|
|
1954
1961
|
display_name?: string | undefined;
|
|
@@ -1969,13 +1976,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1969
1976
|
image_512?: string | undefined;
|
|
1970
1977
|
image_1024?: string | undefined;
|
|
1971
1978
|
} | undefined;
|
|
1972
|
-
color?: string | undefined;
|
|
1973
|
-
team_id?: string | undefined;
|
|
1974
|
-
deleted?: boolean | undefined;
|
|
1975
|
-
real_name?: string | undefined;
|
|
1976
|
-
tz?: string | undefined;
|
|
1977
|
-
tz_label?: string | undefined;
|
|
1978
|
-
tz_offset?: number | undefined;
|
|
1979
1979
|
is_admin?: boolean | undefined;
|
|
1980
1980
|
is_owner?: boolean | undefined;
|
|
1981
1981
|
is_primary_owner?: boolean | 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
|
-
phone?: string | undefined;
|
|
2031
2030
|
fields?: Record<string, unknown> | undefined;
|
|
2032
2031
|
real_name?: string | undefined;
|
|
2032
|
+
phone?: string | undefined;
|
|
2033
2033
|
skype?: string | undefined;
|
|
2034
2034
|
real_name_normalized?: string | undefined;
|
|
2035
2035
|
display_name?: 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
|
-
phone?: string | undefined;
|
|
2056
2055
|
fields?: Record<string, unknown> | undefined;
|
|
2057
2056
|
real_name?: string | undefined;
|
|
2057
|
+
phone?: string | undefined;
|
|
2058
2058
|
skype?: string | undefined;
|
|
2059
2059
|
real_name_normalized?: string | undefined;
|
|
2060
2060
|
display_name?: string | undefined;
|
|
@@ -2087,12 +2087,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2087
2087
|
}, "strip", z.ZodTypeAny, {
|
|
2088
2088
|
name: string;
|
|
2089
2089
|
id: string;
|
|
2090
|
+
color?: string | undefined;
|
|
2091
|
+
team_id?: string | undefined;
|
|
2092
|
+
deleted?: boolean | undefined;
|
|
2093
|
+
real_name?: string | undefined;
|
|
2094
|
+
tz?: string | undefined;
|
|
2095
|
+
tz_label?: string | undefined;
|
|
2096
|
+
tz_offset?: number | undefined;
|
|
2090
2097
|
profile?: {
|
|
2091
2098
|
title?: string | undefined;
|
|
2092
2099
|
email?: string | undefined;
|
|
2093
|
-
phone?: string | undefined;
|
|
2094
2100
|
fields?: Record<string, unknown> | undefined;
|
|
2095
2101
|
real_name?: string | undefined;
|
|
2102
|
+
phone?: string | undefined;
|
|
2096
2103
|
skype?: string | undefined;
|
|
2097
2104
|
real_name_normalized?: string | undefined;
|
|
2098
2105
|
display_name?: string | undefined;
|
|
@@ -2113,13 +2120,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2113
2120
|
image_512?: string | undefined;
|
|
2114
2121
|
image_1024?: string | undefined;
|
|
2115
2122
|
} | undefined;
|
|
2116
|
-
color?: string | undefined;
|
|
2117
|
-
team_id?: string | undefined;
|
|
2118
|
-
deleted?: boolean | undefined;
|
|
2119
|
-
real_name?: string | undefined;
|
|
2120
|
-
tz?: string | undefined;
|
|
2121
|
-
tz_label?: string | undefined;
|
|
2122
|
-
tz_offset?: number | undefined;
|
|
2123
2123
|
is_admin?: boolean | undefined;
|
|
2124
2124
|
is_owner?: boolean | undefined;
|
|
2125
2125
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2132,12 +2132,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2132
2132
|
}, {
|
|
2133
2133
|
name: string;
|
|
2134
2134
|
id: string;
|
|
2135
|
+
color?: string | undefined;
|
|
2136
|
+
team_id?: string | undefined;
|
|
2137
|
+
deleted?: boolean | undefined;
|
|
2138
|
+
real_name?: string | undefined;
|
|
2139
|
+
tz?: string | undefined;
|
|
2140
|
+
tz_label?: string | undefined;
|
|
2141
|
+
tz_offset?: number | undefined;
|
|
2135
2142
|
profile?: {
|
|
2136
2143
|
title?: string | undefined;
|
|
2137
2144
|
email?: string | undefined;
|
|
2138
|
-
phone?: string | undefined;
|
|
2139
2145
|
fields?: Record<string, unknown> | undefined;
|
|
2140
2146
|
real_name?: string | undefined;
|
|
2147
|
+
phone?: string | undefined;
|
|
2141
2148
|
skype?: string | undefined;
|
|
2142
2149
|
real_name_normalized?: string | undefined;
|
|
2143
2150
|
display_name?: string | undefined;
|
|
@@ -2158,13 +2165,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2158
2165
|
image_512?: string | undefined;
|
|
2159
2166
|
image_1024?: string | undefined;
|
|
2160
2167
|
} | undefined;
|
|
2161
|
-
color?: string | undefined;
|
|
2162
|
-
team_id?: string | undefined;
|
|
2163
|
-
deleted?: boolean | undefined;
|
|
2164
|
-
real_name?: string | undefined;
|
|
2165
|
-
tz?: string | undefined;
|
|
2166
|
-
tz_label?: string | undefined;
|
|
2167
|
-
tz_offset?: number | undefined;
|
|
2168
2168
|
is_admin?: boolean | undefined;
|
|
2169
2169
|
is_owner?: boolean | undefined;
|
|
2170
2170
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2195,12 +2195,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2195
2195
|
members?: {
|
|
2196
2196
|
name: string;
|
|
2197
2197
|
id: string;
|
|
2198
|
+
color?: string | undefined;
|
|
2199
|
+
team_id?: string | undefined;
|
|
2200
|
+
deleted?: boolean | undefined;
|
|
2201
|
+
real_name?: string | undefined;
|
|
2202
|
+
tz?: string | undefined;
|
|
2203
|
+
tz_label?: string | undefined;
|
|
2204
|
+
tz_offset?: number | undefined;
|
|
2198
2205
|
profile?: {
|
|
2199
2206
|
title?: string | undefined;
|
|
2200
2207
|
email?: string | undefined;
|
|
2201
|
-
phone?: string | undefined;
|
|
2202
2208
|
fields?: Record<string, unknown> | undefined;
|
|
2203
2209
|
real_name?: string | undefined;
|
|
2210
|
+
phone?: string | undefined;
|
|
2204
2211
|
skype?: string | undefined;
|
|
2205
2212
|
real_name_normalized?: string | undefined;
|
|
2206
2213
|
display_name?: string | undefined;
|
|
@@ -2221,13 +2228,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2221
2228
|
image_512?: string | undefined;
|
|
2222
2229
|
image_1024?: string | undefined;
|
|
2223
2230
|
} | undefined;
|
|
2224
|
-
color?: string | undefined;
|
|
2225
|
-
team_id?: string | undefined;
|
|
2226
|
-
deleted?: boolean | undefined;
|
|
2227
|
-
real_name?: string | undefined;
|
|
2228
|
-
tz?: string | undefined;
|
|
2229
|
-
tz_label?: string | undefined;
|
|
2230
|
-
tz_offset?: number | undefined;
|
|
2231
2231
|
is_admin?: boolean | undefined;
|
|
2232
2232
|
is_owner?: boolean | undefined;
|
|
2233
2233
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2249,12 +2249,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2249
2249
|
members?: {
|
|
2250
2250
|
name: string;
|
|
2251
2251
|
id: string;
|
|
2252
|
+
color?: string | undefined;
|
|
2253
|
+
team_id?: string | undefined;
|
|
2254
|
+
deleted?: boolean | undefined;
|
|
2255
|
+
real_name?: string | undefined;
|
|
2256
|
+
tz?: string | undefined;
|
|
2257
|
+
tz_label?: string | undefined;
|
|
2258
|
+
tz_offset?: number | undefined;
|
|
2252
2259
|
profile?: {
|
|
2253
2260
|
title?: string | undefined;
|
|
2254
2261
|
email?: string | undefined;
|
|
2255
|
-
phone?: string | undefined;
|
|
2256
2262
|
fields?: Record<string, unknown> | undefined;
|
|
2257
2263
|
real_name?: string | undefined;
|
|
2264
|
+
phone?: string | undefined;
|
|
2258
2265
|
skype?: string | undefined;
|
|
2259
2266
|
real_name_normalized?: string | undefined;
|
|
2260
2267
|
display_name?: string | undefined;
|
|
@@ -2275,13 +2282,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2275
2282
|
image_512?: string | undefined;
|
|
2276
2283
|
image_1024?: string | undefined;
|
|
2277
2284
|
} | undefined;
|
|
2278
|
-
color?: string | undefined;
|
|
2279
|
-
team_id?: string | undefined;
|
|
2280
|
-
deleted?: boolean | undefined;
|
|
2281
|
-
real_name?: string | undefined;
|
|
2282
|
-
tz?: string | undefined;
|
|
2283
|
-
tz_label?: string | undefined;
|
|
2284
|
-
tz_offset?: number | undefined;
|
|
2285
2285
|
is_admin?: boolean | undefined;
|
|
2286
2286
|
is_owner?: boolean | undefined;
|
|
2287
2287
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2325,17 +2325,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2325
2325
|
count: z.ZodNumber;
|
|
2326
2326
|
}, "strip", z.ZodTypeAny, {
|
|
2327
2327
|
name: string;
|
|
2328
|
-
users: string[];
|
|
2329
2328
|
count: number;
|
|
2329
|
+
users: string[];
|
|
2330
2330
|
}, {
|
|
2331
2331
|
name: string;
|
|
2332
|
-
users: string[];
|
|
2333
2332
|
count: number;
|
|
2333
|
+
users: string[];
|
|
2334
2334
|
}>, "many">>;
|
|
2335
2335
|
}, "strip", z.ZodTypeAny, {
|
|
2336
2336
|
type: string;
|
|
2337
|
-
user?: string | undefined;
|
|
2338
2337
|
text?: string | undefined;
|
|
2338
|
+
user?: string | undefined;
|
|
2339
2339
|
ts?: string | undefined;
|
|
2340
2340
|
username?: string | undefined;
|
|
2341
2341
|
attachments?: unknown[] | undefined;
|
|
@@ -2354,13 +2354,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2354
2354
|
subscribed?: boolean | undefined;
|
|
2355
2355
|
reactions?: {
|
|
2356
2356
|
name: string;
|
|
2357
|
-
users: string[];
|
|
2358
2357
|
count: number;
|
|
2358
|
+
users: string[];
|
|
2359
2359
|
}[] | undefined;
|
|
2360
2360
|
}, {
|
|
2361
2361
|
type: string;
|
|
2362
|
-
user?: string | undefined;
|
|
2363
2362
|
text?: string | undefined;
|
|
2363
|
+
user?: string | undefined;
|
|
2364
2364
|
ts?: string | undefined;
|
|
2365
2365
|
username?: string | undefined;
|
|
2366
2366
|
attachments?: unknown[] | undefined;
|
|
@@ -2379,8 +2379,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2379
2379
|
subscribed?: boolean | undefined;
|
|
2380
2380
|
reactions?: {
|
|
2381
2381
|
name: string;
|
|
2382
|
-
users: string[];
|
|
2383
2382
|
count: number;
|
|
2383
|
+
users: string[];
|
|
2384
2384
|
}[] | undefined;
|
|
2385
2385
|
}>, "many">>;
|
|
2386
2386
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2398,13 +2398,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2398
2398
|
success: boolean;
|
|
2399
2399
|
error: string;
|
|
2400
2400
|
ok: boolean;
|
|
2401
|
-
response_metadata?: {
|
|
2402
|
-
next_cursor: string;
|
|
2403
|
-
} | undefined;
|
|
2404
2401
|
messages?: {
|
|
2405
2402
|
type: string;
|
|
2406
|
-
user?: string | undefined;
|
|
2407
2403
|
text?: string | undefined;
|
|
2404
|
+
user?: string | undefined;
|
|
2408
2405
|
ts?: string | undefined;
|
|
2409
2406
|
username?: string | undefined;
|
|
2410
2407
|
attachments?: unknown[] | undefined;
|
|
@@ -2423,23 +2420,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2423
2420
|
subscribed?: boolean | undefined;
|
|
2424
2421
|
reactions?: {
|
|
2425
2422
|
name: string;
|
|
2426
|
-
users: string[];
|
|
2427
2423
|
count: number;
|
|
2424
|
+
users: string[];
|
|
2428
2425
|
}[] | undefined;
|
|
2429
2426
|
}[] | undefined;
|
|
2427
|
+
response_metadata?: {
|
|
2428
|
+
next_cursor: string;
|
|
2429
|
+
} | undefined;
|
|
2430
2430
|
has_more?: boolean | undefined;
|
|
2431
2431
|
}, {
|
|
2432
2432
|
operation: "get_conversation_history";
|
|
2433
2433
|
success: boolean;
|
|
2434
2434
|
error: string;
|
|
2435
2435
|
ok: boolean;
|
|
2436
|
-
response_metadata?: {
|
|
2437
|
-
next_cursor: string;
|
|
2438
|
-
} | undefined;
|
|
2439
2436
|
messages?: {
|
|
2440
2437
|
type: string;
|
|
2441
|
-
user?: string | undefined;
|
|
2442
2438
|
text?: string | undefined;
|
|
2439
|
+
user?: string | undefined;
|
|
2443
2440
|
ts?: string | undefined;
|
|
2444
2441
|
username?: string | undefined;
|
|
2445
2442
|
attachments?: unknown[] | undefined;
|
|
@@ -2458,10 +2455,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2458
2455
|
subscribed?: boolean | undefined;
|
|
2459
2456
|
reactions?: {
|
|
2460
2457
|
name: string;
|
|
2461
|
-
users: string[];
|
|
2462
2458
|
count: number;
|
|
2459
|
+
users: string[];
|
|
2463
2460
|
}[] | undefined;
|
|
2464
2461
|
}[] | undefined;
|
|
2462
|
+
response_metadata?: {
|
|
2463
|
+
next_cursor: string;
|
|
2464
|
+
} | undefined;
|
|
2465
2465
|
has_more?: boolean | undefined;
|
|
2466
2466
|
}>, z.ZodObject<{
|
|
2467
2467
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -2496,17 +2496,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2496
2496
|
count: z.ZodNumber;
|
|
2497
2497
|
}, "strip", z.ZodTypeAny, {
|
|
2498
2498
|
name: string;
|
|
2499
|
-
users: string[];
|
|
2500
2499
|
count: number;
|
|
2500
|
+
users: string[];
|
|
2501
2501
|
}, {
|
|
2502
2502
|
name: string;
|
|
2503
|
-
users: string[];
|
|
2504
2503
|
count: number;
|
|
2504
|
+
users: string[];
|
|
2505
2505
|
}>, "many">>;
|
|
2506
2506
|
}, "strip", z.ZodTypeAny, {
|
|
2507
2507
|
type: string;
|
|
2508
|
-
user?: string | undefined;
|
|
2509
2508
|
text?: string | undefined;
|
|
2509
|
+
user?: string | undefined;
|
|
2510
2510
|
ts?: string | undefined;
|
|
2511
2511
|
username?: string | undefined;
|
|
2512
2512
|
attachments?: unknown[] | undefined;
|
|
@@ -2525,13 +2525,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2525
2525
|
subscribed?: boolean | undefined;
|
|
2526
2526
|
reactions?: {
|
|
2527
2527
|
name: string;
|
|
2528
|
-
users: string[];
|
|
2529
2528
|
count: number;
|
|
2529
|
+
users: string[];
|
|
2530
2530
|
}[] | undefined;
|
|
2531
2531
|
}, {
|
|
2532
2532
|
type: string;
|
|
2533
|
-
user?: string | undefined;
|
|
2534
2533
|
text?: string | undefined;
|
|
2534
|
+
user?: string | undefined;
|
|
2535
2535
|
ts?: string | undefined;
|
|
2536
2536
|
username?: string | undefined;
|
|
2537
2537
|
attachments?: unknown[] | undefined;
|
|
@@ -2550,8 +2550,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2550
2550
|
subscribed?: boolean | undefined;
|
|
2551
2551
|
reactions?: {
|
|
2552
2552
|
name: string;
|
|
2553
|
-
users: string[];
|
|
2554
2553
|
count: number;
|
|
2554
|
+
users: string[];
|
|
2555
2555
|
}[] | undefined;
|
|
2556
2556
|
}>, "many">>;
|
|
2557
2557
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2569,13 +2569,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2569
2569
|
success: boolean;
|
|
2570
2570
|
error: string;
|
|
2571
2571
|
ok: boolean;
|
|
2572
|
-
response_metadata?: {
|
|
2573
|
-
next_cursor: string;
|
|
2574
|
-
} | undefined;
|
|
2575
2572
|
messages?: {
|
|
2576
2573
|
type: string;
|
|
2577
|
-
user?: string | undefined;
|
|
2578
2574
|
text?: string | undefined;
|
|
2575
|
+
user?: string | undefined;
|
|
2579
2576
|
ts?: string | undefined;
|
|
2580
2577
|
username?: string | undefined;
|
|
2581
2578
|
attachments?: unknown[] | undefined;
|
|
@@ -2594,23 +2591,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2594
2591
|
subscribed?: boolean | undefined;
|
|
2595
2592
|
reactions?: {
|
|
2596
2593
|
name: string;
|
|
2597
|
-
users: string[];
|
|
2598
2594
|
count: number;
|
|
2595
|
+
users: string[];
|
|
2599
2596
|
}[] | undefined;
|
|
2600
2597
|
}[] | undefined;
|
|
2598
|
+
response_metadata?: {
|
|
2599
|
+
next_cursor: string;
|
|
2600
|
+
} | undefined;
|
|
2601
2601
|
has_more?: boolean | undefined;
|
|
2602
2602
|
}, {
|
|
2603
2603
|
operation: "get_thread_replies";
|
|
2604
2604
|
success: boolean;
|
|
2605
2605
|
error: string;
|
|
2606
2606
|
ok: boolean;
|
|
2607
|
-
response_metadata?: {
|
|
2608
|
-
next_cursor: string;
|
|
2609
|
-
} | undefined;
|
|
2610
2607
|
messages?: {
|
|
2611
2608
|
type: string;
|
|
2612
|
-
user?: string | undefined;
|
|
2613
2609
|
text?: string | undefined;
|
|
2610
|
+
user?: string | undefined;
|
|
2614
2611
|
ts?: string | undefined;
|
|
2615
2612
|
username?: string | undefined;
|
|
2616
2613
|
attachments?: unknown[] | undefined;
|
|
@@ -2629,10 +2626,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2629
2626
|
subscribed?: boolean | undefined;
|
|
2630
2627
|
reactions?: {
|
|
2631
2628
|
name: string;
|
|
2632
|
-
users: string[];
|
|
2633
2629
|
count: number;
|
|
2630
|
+
users: string[];
|
|
2634
2631
|
}[] | undefined;
|
|
2635
2632
|
}[] | undefined;
|
|
2633
|
+
response_metadata?: {
|
|
2634
|
+
next_cursor: string;
|
|
2635
|
+
} | undefined;
|
|
2636
2636
|
has_more?: boolean | undefined;
|
|
2637
2637
|
}>, z.ZodObject<{
|
|
2638
2638
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -2670,17 +2670,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2670
2670
|
count: z.ZodNumber;
|
|
2671
2671
|
}, "strip", z.ZodTypeAny, {
|
|
2672
2672
|
name: string;
|
|
2673
|
-
users: string[];
|
|
2674
2673
|
count: number;
|
|
2674
|
+
users: string[];
|
|
2675
2675
|
}, {
|
|
2676
2676
|
name: string;
|
|
2677
|
-
users: string[];
|
|
2678
2677
|
count: number;
|
|
2678
|
+
users: string[];
|
|
2679
2679
|
}>, "many">>;
|
|
2680
2680
|
}, "strip", z.ZodTypeAny, {
|
|
2681
2681
|
type: string;
|
|
2682
|
-
user?: string | undefined;
|
|
2683
2682
|
text?: string | undefined;
|
|
2683
|
+
user?: string | undefined;
|
|
2684
2684
|
ts?: string | undefined;
|
|
2685
2685
|
username?: string | undefined;
|
|
2686
2686
|
attachments?: unknown[] | undefined;
|
|
@@ -2699,13 +2699,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2699
2699
|
subscribed?: boolean | undefined;
|
|
2700
2700
|
reactions?: {
|
|
2701
2701
|
name: string;
|
|
2702
|
-
users: string[];
|
|
2703
2702
|
count: number;
|
|
2703
|
+
users: string[];
|
|
2704
2704
|
}[] | undefined;
|
|
2705
2705
|
}, {
|
|
2706
2706
|
type: string;
|
|
2707
|
-
user?: string | undefined;
|
|
2708
2707
|
text?: string | undefined;
|
|
2708
|
+
user?: string | undefined;
|
|
2709
2709
|
ts?: string | undefined;
|
|
2710
2710
|
username?: string | undefined;
|
|
2711
2711
|
attachments?: unknown[] | undefined;
|
|
@@ -2724,8 +2724,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2724
2724
|
subscribed?: boolean | undefined;
|
|
2725
2725
|
reactions?: {
|
|
2726
2726
|
name: string;
|
|
2727
|
-
users: string[];
|
|
2728
2727
|
count: number;
|
|
2728
|
+
users: string[];
|
|
2729
2729
|
}[] | undefined;
|
|
2730
2730
|
}>>;
|
|
2731
2731
|
error: z.ZodString;
|
|
@@ -2737,8 +2737,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2737
2737
|
ok: boolean;
|
|
2738
2738
|
message?: {
|
|
2739
2739
|
type: string;
|
|
2740
|
-
user?: string | undefined;
|
|
2741
2740
|
text?: string | undefined;
|
|
2741
|
+
user?: string | undefined;
|
|
2742
2742
|
ts?: string | undefined;
|
|
2743
2743
|
username?: string | undefined;
|
|
2744
2744
|
attachments?: unknown[] | undefined;
|
|
@@ -2757,8 +2757,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2757
2757
|
subscribed?: boolean | undefined;
|
|
2758
2758
|
reactions?: {
|
|
2759
2759
|
name: string;
|
|
2760
|
-
users: string[];
|
|
2761
2760
|
count: number;
|
|
2761
|
+
users: string[];
|
|
2762
2762
|
}[] | undefined;
|
|
2763
2763
|
} | undefined;
|
|
2764
2764
|
text?: string | undefined;
|
|
@@ -2771,8 +2771,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2771
2771
|
ok: boolean;
|
|
2772
2772
|
message?: {
|
|
2773
2773
|
type: string;
|
|
2774
|
-
user?: string | undefined;
|
|
2775
2774
|
text?: string | undefined;
|
|
2775
|
+
user?: string | undefined;
|
|
2776
2776
|
ts?: string | undefined;
|
|
2777
2777
|
username?: string | undefined;
|
|
2778
2778
|
attachments?: unknown[] | undefined;
|
|
@@ -2791,8 +2791,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2791
2791
|
subscribed?: boolean | undefined;
|
|
2792
2792
|
reactions?: {
|
|
2793
2793
|
name: string;
|
|
2794
|
-
users: string[];
|
|
2795
2794
|
count: number;
|
|
2795
|
+
users: string[];
|
|
2796
2796
|
}[] | undefined;
|
|
2797
2797
|
} | undefined;
|
|
2798
2798
|
text?: string | undefined;
|
|
@@ -3163,8 +3163,8 @@ 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
|
-
id: string;
|
|
3167
3166
|
user: string;
|
|
3167
|
+
id: string;
|
|
3168
3168
|
username: string;
|
|
3169
3169
|
timestamp: number;
|
|
3170
3170
|
created: number;
|
|
@@ -3208,8 +3208,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3208
3208
|
has_rich_preview?: boolean | undefined;
|
|
3209
3209
|
}, {
|
|
3210
3210
|
name: string;
|
|
3211
|
-
id: string;
|
|
3212
3211
|
user: string;
|
|
3212
|
+
id: string;
|
|
3213
3213
|
username: string;
|
|
3214
3214
|
timestamp: number;
|
|
3215
3215
|
created: number;
|
|
@@ -3261,8 +3261,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3261
3261
|
ok: boolean;
|
|
3262
3262
|
file?: {
|
|
3263
3263
|
name: string;
|
|
3264
|
-
id: string;
|
|
3265
3264
|
user: string;
|
|
3265
|
+
id: string;
|
|
3266
3266
|
username: string;
|
|
3267
3267
|
timestamp: number;
|
|
3268
3268
|
created: number;
|
|
@@ -3312,8 +3312,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3312
3312
|
ok: boolean;
|
|
3313
3313
|
file?: {
|
|
3314
3314
|
name: string;
|
|
3315
|
-
id: string;
|
|
3316
3315
|
user: string;
|
|
3316
|
+
id: string;
|
|
3317
3317
|
username: string;
|
|
3318
3318
|
timestamp: number;
|
|
3319
3319
|
created: number;
|
|
@@ -4548,17 +4548,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4548
4548
|
count: z.ZodNumber;
|
|
4549
4549
|
}, "strip", z.ZodTypeAny, {
|
|
4550
4550
|
name: string;
|
|
4551
|
-
users: string[];
|
|
4552
4551
|
count: number;
|
|
4552
|
+
users: string[];
|
|
4553
4553
|
}, {
|
|
4554
4554
|
name: string;
|
|
4555
|
-
users: string[];
|
|
4556
4555
|
count: number;
|
|
4556
|
+
users: string[];
|
|
4557
4557
|
}>, "many">>;
|
|
4558
4558
|
}, "strip", z.ZodTypeAny, {
|
|
4559
4559
|
type: string;
|
|
4560
|
-
user?: string | undefined;
|
|
4561
4560
|
text?: string | undefined;
|
|
4561
|
+
user?: string | undefined;
|
|
4562
4562
|
ts?: string | undefined;
|
|
4563
4563
|
username?: string | undefined;
|
|
4564
4564
|
attachments?: unknown[] | undefined;
|
|
@@ -4577,13 +4577,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4577
4577
|
subscribed?: boolean | undefined;
|
|
4578
4578
|
reactions?: {
|
|
4579
4579
|
name: string;
|
|
4580
|
-
users: string[];
|
|
4581
4580
|
count: number;
|
|
4581
|
+
users: string[];
|
|
4582
4582
|
}[] | undefined;
|
|
4583
4583
|
}, {
|
|
4584
4584
|
type: string;
|
|
4585
|
-
user?: string | undefined;
|
|
4586
4585
|
text?: string | undefined;
|
|
4586
|
+
user?: string | undefined;
|
|
4587
4587
|
ts?: string | undefined;
|
|
4588
4588
|
username?: string | undefined;
|
|
4589
4589
|
attachments?: unknown[] | undefined;
|
|
@@ -4602,8 +4602,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4602
4602
|
subscribed?: boolean | undefined;
|
|
4603
4603
|
reactions?: {
|
|
4604
4604
|
name: string;
|
|
4605
|
-
users: string[];
|
|
4606
4605
|
count: number;
|
|
4606
|
+
users: string[];
|
|
4607
4607
|
}[] | undefined;
|
|
4608
4608
|
}>>;
|
|
4609
4609
|
error: z.ZodString;
|
|
@@ -4615,8 +4615,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4615
4615
|
ok: boolean;
|
|
4616
4616
|
message?: {
|
|
4617
4617
|
type: string;
|
|
4618
|
-
user?: string | undefined;
|
|
4619
4618
|
text?: string | undefined;
|
|
4619
|
+
user?: string | undefined;
|
|
4620
4620
|
ts?: string | undefined;
|
|
4621
4621
|
username?: string | undefined;
|
|
4622
4622
|
attachments?: unknown[] | undefined;
|
|
@@ -4635,8 +4635,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4635
4635
|
subscribed?: boolean | undefined;
|
|
4636
4636
|
reactions?: {
|
|
4637
4637
|
name: string;
|
|
4638
|
-
users: string[];
|
|
4639
4638
|
count: number;
|
|
4639
|
+
users: string[];
|
|
4640
4640
|
}[] | undefined;
|
|
4641
4641
|
} | undefined;
|
|
4642
4642
|
ts?: string | undefined;
|
|
@@ -4648,8 +4648,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4648
4648
|
ok: boolean;
|
|
4649
4649
|
message?: {
|
|
4650
4650
|
type: string;
|
|
4651
|
-
user?: string | undefined;
|
|
4652
4651
|
text?: string | undefined;
|
|
4652
|
+
user?: string | undefined;
|
|
4653
4653
|
ts?: string | undefined;
|
|
4654
4654
|
username?: string | undefined;
|
|
4655
4655
|
attachments?: unknown[] | undefined;
|
|
@@ -4668,8 +4668,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4668
4668
|
subscribed?: boolean | undefined;
|
|
4669
4669
|
reactions?: {
|
|
4670
4670
|
name: string;
|
|
4671
|
-
users: string[];
|
|
4672
4671
|
count: number;
|
|
4672
|
+
users: string[];
|
|
4673
4673
|
}[] | undefined;
|
|
4674
4674
|
} | undefined;
|
|
4675
4675
|
ts?: string | undefined;
|
|
@@ -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
|
-
phone?: string | undefined;
|
|
5130
5129
|
fields?: Record<string, unknown> | undefined;
|
|
5131
5130
|
real_name?: string | undefined;
|
|
5131
|
+
phone?: string | undefined;
|
|
5132
5132
|
skype?: string | undefined;
|
|
5133
5133
|
real_name_normalized?: string | undefined;
|
|
5134
5134
|
display_name?: 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
|
-
phone?: string | undefined;
|
|
5155
5154
|
fields?: Record<string, unknown> | undefined;
|
|
5156
5155
|
real_name?: string | undefined;
|
|
5156
|
+
phone?: string | undefined;
|
|
5157
5157
|
skype?: string | undefined;
|
|
5158
5158
|
real_name_normalized?: string | undefined;
|
|
5159
5159
|
display_name?: string | undefined;
|
|
@@ -5186,12 +5186,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5186
5186
|
}, "strip", z.ZodTypeAny, {
|
|
5187
5187
|
name: string;
|
|
5188
5188
|
id: string;
|
|
5189
|
+
color?: string | undefined;
|
|
5190
|
+
team_id?: string | undefined;
|
|
5191
|
+
deleted?: boolean | undefined;
|
|
5192
|
+
real_name?: string | undefined;
|
|
5193
|
+
tz?: string | undefined;
|
|
5194
|
+
tz_label?: string | undefined;
|
|
5195
|
+
tz_offset?: number | undefined;
|
|
5189
5196
|
profile?: {
|
|
5190
5197
|
title?: string | undefined;
|
|
5191
5198
|
email?: string | undefined;
|
|
5192
|
-
phone?: string | undefined;
|
|
5193
5199
|
fields?: Record<string, unknown> | undefined;
|
|
5194
5200
|
real_name?: string | undefined;
|
|
5201
|
+
phone?: string | undefined;
|
|
5195
5202
|
skype?: string | undefined;
|
|
5196
5203
|
real_name_normalized?: string | undefined;
|
|
5197
5204
|
display_name?: string | undefined;
|
|
@@ -5212,13 +5219,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5212
5219
|
image_512?: string | undefined;
|
|
5213
5220
|
image_1024?: string | undefined;
|
|
5214
5221
|
} | undefined;
|
|
5215
|
-
color?: string | undefined;
|
|
5216
|
-
team_id?: string | undefined;
|
|
5217
|
-
deleted?: boolean | undefined;
|
|
5218
|
-
real_name?: string | undefined;
|
|
5219
|
-
tz?: string | undefined;
|
|
5220
|
-
tz_label?: string | undefined;
|
|
5221
|
-
tz_offset?: number | undefined;
|
|
5222
5222
|
is_admin?: boolean | undefined;
|
|
5223
5223
|
is_owner?: boolean | undefined;
|
|
5224
5224
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5231,12 +5231,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5231
5231
|
}, {
|
|
5232
5232
|
name: string;
|
|
5233
5233
|
id: string;
|
|
5234
|
+
color?: string | undefined;
|
|
5235
|
+
team_id?: string | undefined;
|
|
5236
|
+
deleted?: boolean | undefined;
|
|
5237
|
+
real_name?: string | undefined;
|
|
5238
|
+
tz?: string | undefined;
|
|
5239
|
+
tz_label?: string | undefined;
|
|
5240
|
+
tz_offset?: number | undefined;
|
|
5234
5241
|
profile?: {
|
|
5235
5242
|
title?: string | undefined;
|
|
5236
5243
|
email?: string | undefined;
|
|
5237
|
-
phone?: string | undefined;
|
|
5238
5244
|
fields?: Record<string, unknown> | undefined;
|
|
5239
5245
|
real_name?: string | undefined;
|
|
5246
|
+
phone?: string | undefined;
|
|
5240
5247
|
skype?: string | undefined;
|
|
5241
5248
|
real_name_normalized?: string | undefined;
|
|
5242
5249
|
display_name?: string | undefined;
|
|
@@ -5257,13 +5264,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5257
5264
|
image_512?: string | undefined;
|
|
5258
5265
|
image_1024?: string | undefined;
|
|
5259
5266
|
} | undefined;
|
|
5260
|
-
color?: string | undefined;
|
|
5261
|
-
team_id?: string | undefined;
|
|
5262
|
-
deleted?: boolean | undefined;
|
|
5263
|
-
real_name?: string | undefined;
|
|
5264
|
-
tz?: string | undefined;
|
|
5265
|
-
tz_label?: string | undefined;
|
|
5266
|
-
tz_offset?: number | undefined;
|
|
5267
5267
|
is_admin?: boolean | undefined;
|
|
5268
5268
|
is_owner?: boolean | undefined;
|
|
5269
5269
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5284,12 +5284,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5284
5284
|
user?: {
|
|
5285
5285
|
name: string;
|
|
5286
5286
|
id: string;
|
|
5287
|
+
color?: string | undefined;
|
|
5288
|
+
team_id?: string | undefined;
|
|
5289
|
+
deleted?: boolean | undefined;
|
|
5290
|
+
real_name?: string | undefined;
|
|
5291
|
+
tz?: string | undefined;
|
|
5292
|
+
tz_label?: string | undefined;
|
|
5293
|
+
tz_offset?: number | undefined;
|
|
5287
5294
|
profile?: {
|
|
5288
5295
|
title?: string | undefined;
|
|
5289
5296
|
email?: string | undefined;
|
|
5290
|
-
phone?: string | undefined;
|
|
5291
5297
|
fields?: Record<string, unknown> | undefined;
|
|
5292
5298
|
real_name?: string | undefined;
|
|
5299
|
+
phone?: string | undefined;
|
|
5293
5300
|
skype?: string | undefined;
|
|
5294
5301
|
real_name_normalized?: string | undefined;
|
|
5295
5302
|
display_name?: string | undefined;
|
|
@@ -5310,13 +5317,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5310
5317
|
image_512?: string | undefined;
|
|
5311
5318
|
image_1024?: string | undefined;
|
|
5312
5319
|
} | undefined;
|
|
5313
|
-
color?: string | undefined;
|
|
5314
|
-
team_id?: string | undefined;
|
|
5315
|
-
deleted?: boolean | undefined;
|
|
5316
|
-
real_name?: string | undefined;
|
|
5317
|
-
tz?: string | undefined;
|
|
5318
|
-
tz_label?: string | undefined;
|
|
5319
|
-
tz_offset?: number | undefined;
|
|
5320
5320
|
is_admin?: boolean | undefined;
|
|
5321
5321
|
is_owner?: boolean | undefined;
|
|
5322
5322
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5335,12 +5335,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5335
5335
|
user?: {
|
|
5336
5336
|
name: string;
|
|
5337
5337
|
id: string;
|
|
5338
|
+
color?: string | undefined;
|
|
5339
|
+
team_id?: string | undefined;
|
|
5340
|
+
deleted?: boolean | undefined;
|
|
5341
|
+
real_name?: string | undefined;
|
|
5342
|
+
tz?: string | undefined;
|
|
5343
|
+
tz_label?: string | undefined;
|
|
5344
|
+
tz_offset?: number | undefined;
|
|
5338
5345
|
profile?: {
|
|
5339
5346
|
title?: string | undefined;
|
|
5340
5347
|
email?: string | undefined;
|
|
5341
|
-
phone?: string | undefined;
|
|
5342
5348
|
fields?: Record<string, unknown> | undefined;
|
|
5343
5349
|
real_name?: string | undefined;
|
|
5350
|
+
phone?: string | undefined;
|
|
5344
5351
|
skype?: string | undefined;
|
|
5345
5352
|
real_name_normalized?: string | undefined;
|
|
5346
5353
|
display_name?: string | undefined;
|
|
@@ -5361,13 +5368,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5361
5368
|
image_512?: string | undefined;
|
|
5362
5369
|
image_1024?: string | undefined;
|
|
5363
5370
|
} | undefined;
|
|
5364
|
-
color?: string | undefined;
|
|
5365
|
-
team_id?: string | undefined;
|
|
5366
|
-
deleted?: boolean | undefined;
|
|
5367
|
-
real_name?: string | undefined;
|
|
5368
|
-
tz?: string | undefined;
|
|
5369
|
-
tz_label?: string | undefined;
|
|
5370
|
-
tz_offset?: number | undefined;
|
|
5371
5371
|
is_admin?: boolean | undefined;
|
|
5372
5372
|
is_owner?: boolean | undefined;
|
|
5373
5373
|
is_primary_owner?: boolean | 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
|
-
phone?: string | undefined;
|
|
5423
5422
|
fields?: Record<string, unknown> | undefined;
|
|
5424
5423
|
real_name?: string | undefined;
|
|
5424
|
+
phone?: string | undefined;
|
|
5425
5425
|
skype?: string | undefined;
|
|
5426
5426
|
real_name_normalized?: string | undefined;
|
|
5427
5427
|
display_name?: 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
|
-
phone?: string | undefined;
|
|
5448
5447
|
fields?: Record<string, unknown> | undefined;
|
|
5449
5448
|
real_name?: string | undefined;
|
|
5449
|
+
phone?: string | undefined;
|
|
5450
5450
|
skype?: string | undefined;
|
|
5451
5451
|
real_name_normalized?: string | undefined;
|
|
5452
5452
|
display_name?: string | undefined;
|
|
@@ -5479,12 +5479,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5479
5479
|
}, "strip", z.ZodTypeAny, {
|
|
5480
5480
|
name: string;
|
|
5481
5481
|
id: string;
|
|
5482
|
+
color?: string | undefined;
|
|
5483
|
+
team_id?: string | undefined;
|
|
5484
|
+
deleted?: boolean | undefined;
|
|
5485
|
+
real_name?: string | undefined;
|
|
5486
|
+
tz?: string | undefined;
|
|
5487
|
+
tz_label?: string | undefined;
|
|
5488
|
+
tz_offset?: number | undefined;
|
|
5482
5489
|
profile?: {
|
|
5483
5490
|
title?: string | undefined;
|
|
5484
5491
|
email?: string | undefined;
|
|
5485
|
-
phone?: string | undefined;
|
|
5486
5492
|
fields?: Record<string, unknown> | undefined;
|
|
5487
5493
|
real_name?: string | undefined;
|
|
5494
|
+
phone?: string | undefined;
|
|
5488
5495
|
skype?: string | undefined;
|
|
5489
5496
|
real_name_normalized?: string | undefined;
|
|
5490
5497
|
display_name?: string | undefined;
|
|
@@ -5505,13 +5512,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5505
5512
|
image_512?: string | undefined;
|
|
5506
5513
|
image_1024?: string | undefined;
|
|
5507
5514
|
} | undefined;
|
|
5508
|
-
color?: string | undefined;
|
|
5509
|
-
team_id?: string | undefined;
|
|
5510
|
-
deleted?: boolean | undefined;
|
|
5511
|
-
real_name?: string | undefined;
|
|
5512
|
-
tz?: string | undefined;
|
|
5513
|
-
tz_label?: string | undefined;
|
|
5514
|
-
tz_offset?: number | undefined;
|
|
5515
5515
|
is_admin?: boolean | undefined;
|
|
5516
5516
|
is_owner?: boolean | undefined;
|
|
5517
5517
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5524,12 +5524,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5524
5524
|
}, {
|
|
5525
5525
|
name: string;
|
|
5526
5526
|
id: string;
|
|
5527
|
+
color?: string | undefined;
|
|
5528
|
+
team_id?: string | undefined;
|
|
5529
|
+
deleted?: boolean | undefined;
|
|
5530
|
+
real_name?: string | undefined;
|
|
5531
|
+
tz?: string | undefined;
|
|
5532
|
+
tz_label?: string | undefined;
|
|
5533
|
+
tz_offset?: number | undefined;
|
|
5527
5534
|
profile?: {
|
|
5528
5535
|
title?: string | undefined;
|
|
5529
5536
|
email?: string | undefined;
|
|
5530
|
-
phone?: string | undefined;
|
|
5531
5537
|
fields?: Record<string, unknown> | undefined;
|
|
5532
5538
|
real_name?: string | undefined;
|
|
5539
|
+
phone?: string | undefined;
|
|
5533
5540
|
skype?: string | undefined;
|
|
5534
5541
|
real_name_normalized?: string | undefined;
|
|
5535
5542
|
display_name?: string | undefined;
|
|
@@ -5550,13 +5557,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5550
5557
|
image_512?: string | undefined;
|
|
5551
5558
|
image_1024?: string | undefined;
|
|
5552
5559
|
} | undefined;
|
|
5553
|
-
color?: string | undefined;
|
|
5554
|
-
team_id?: string | undefined;
|
|
5555
|
-
deleted?: boolean | undefined;
|
|
5556
|
-
real_name?: string | undefined;
|
|
5557
|
-
tz?: string | undefined;
|
|
5558
|
-
tz_label?: string | undefined;
|
|
5559
|
-
tz_offset?: number | undefined;
|
|
5560
5560
|
is_admin?: boolean | undefined;
|
|
5561
5561
|
is_owner?: boolean | undefined;
|
|
5562
5562
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5587,12 +5587,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5587
5587
|
members?: {
|
|
5588
5588
|
name: string;
|
|
5589
5589
|
id: string;
|
|
5590
|
+
color?: string | undefined;
|
|
5591
|
+
team_id?: string | undefined;
|
|
5592
|
+
deleted?: boolean | undefined;
|
|
5593
|
+
real_name?: string | undefined;
|
|
5594
|
+
tz?: string | undefined;
|
|
5595
|
+
tz_label?: string | undefined;
|
|
5596
|
+
tz_offset?: number | undefined;
|
|
5590
5597
|
profile?: {
|
|
5591
5598
|
title?: string | undefined;
|
|
5592
5599
|
email?: string | undefined;
|
|
5593
|
-
phone?: string | undefined;
|
|
5594
5600
|
fields?: Record<string, unknown> | undefined;
|
|
5595
5601
|
real_name?: string | undefined;
|
|
5602
|
+
phone?: string | undefined;
|
|
5596
5603
|
skype?: string | undefined;
|
|
5597
5604
|
real_name_normalized?: string | undefined;
|
|
5598
5605
|
display_name?: string | undefined;
|
|
@@ -5613,13 +5620,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5613
5620
|
image_512?: string | undefined;
|
|
5614
5621
|
image_1024?: string | undefined;
|
|
5615
5622
|
} | undefined;
|
|
5616
|
-
color?: string | undefined;
|
|
5617
|
-
team_id?: string | undefined;
|
|
5618
|
-
deleted?: boolean | undefined;
|
|
5619
|
-
real_name?: string | undefined;
|
|
5620
|
-
tz?: string | undefined;
|
|
5621
|
-
tz_label?: string | undefined;
|
|
5622
|
-
tz_offset?: number | undefined;
|
|
5623
5623
|
is_admin?: boolean | undefined;
|
|
5624
5624
|
is_owner?: boolean | undefined;
|
|
5625
5625
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5641,12 +5641,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5641
5641
|
members?: {
|
|
5642
5642
|
name: string;
|
|
5643
5643
|
id: string;
|
|
5644
|
+
color?: string | undefined;
|
|
5645
|
+
team_id?: string | undefined;
|
|
5646
|
+
deleted?: boolean | undefined;
|
|
5647
|
+
real_name?: string | undefined;
|
|
5648
|
+
tz?: string | undefined;
|
|
5649
|
+
tz_label?: string | undefined;
|
|
5650
|
+
tz_offset?: number | undefined;
|
|
5644
5651
|
profile?: {
|
|
5645
5652
|
title?: string | undefined;
|
|
5646
5653
|
email?: string | undefined;
|
|
5647
|
-
phone?: string | undefined;
|
|
5648
5654
|
fields?: Record<string, unknown> | undefined;
|
|
5649
5655
|
real_name?: string | undefined;
|
|
5656
|
+
phone?: string | undefined;
|
|
5650
5657
|
skype?: string | undefined;
|
|
5651
5658
|
real_name_normalized?: string | undefined;
|
|
5652
5659
|
display_name?: string | undefined;
|
|
@@ -5667,13 +5674,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5667
5674
|
image_512?: string | undefined;
|
|
5668
5675
|
image_1024?: string | undefined;
|
|
5669
5676
|
} | undefined;
|
|
5670
|
-
color?: string | undefined;
|
|
5671
|
-
team_id?: string | undefined;
|
|
5672
|
-
deleted?: boolean | undefined;
|
|
5673
|
-
real_name?: string | undefined;
|
|
5674
|
-
tz?: string | undefined;
|
|
5675
|
-
tz_label?: string | undefined;
|
|
5676
|
-
tz_offset?: number | undefined;
|
|
5677
5677
|
is_admin?: boolean | undefined;
|
|
5678
5678
|
is_owner?: boolean | undefined;
|
|
5679
5679
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5717,17 +5717,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5717
5717
|
count: z.ZodNumber;
|
|
5718
5718
|
}, "strip", z.ZodTypeAny, {
|
|
5719
5719
|
name: string;
|
|
5720
|
-
users: string[];
|
|
5721
5720
|
count: number;
|
|
5721
|
+
users: string[];
|
|
5722
5722
|
}, {
|
|
5723
5723
|
name: string;
|
|
5724
|
-
users: string[];
|
|
5725
5724
|
count: number;
|
|
5725
|
+
users: string[];
|
|
5726
5726
|
}>, "many">>;
|
|
5727
5727
|
}, "strip", z.ZodTypeAny, {
|
|
5728
5728
|
type: string;
|
|
5729
|
-
user?: string | undefined;
|
|
5730
5729
|
text?: string | undefined;
|
|
5730
|
+
user?: string | undefined;
|
|
5731
5731
|
ts?: string | undefined;
|
|
5732
5732
|
username?: string | undefined;
|
|
5733
5733
|
attachments?: unknown[] | undefined;
|
|
@@ -5746,13 +5746,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5746
5746
|
subscribed?: boolean | undefined;
|
|
5747
5747
|
reactions?: {
|
|
5748
5748
|
name: string;
|
|
5749
|
-
users: string[];
|
|
5750
5749
|
count: number;
|
|
5750
|
+
users: string[];
|
|
5751
5751
|
}[] | undefined;
|
|
5752
5752
|
}, {
|
|
5753
5753
|
type: string;
|
|
5754
|
-
user?: string | undefined;
|
|
5755
5754
|
text?: string | undefined;
|
|
5755
|
+
user?: string | undefined;
|
|
5756
5756
|
ts?: string | undefined;
|
|
5757
5757
|
username?: string | undefined;
|
|
5758
5758
|
attachments?: unknown[] | undefined;
|
|
@@ -5771,8 +5771,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5771
5771
|
subscribed?: boolean | undefined;
|
|
5772
5772
|
reactions?: {
|
|
5773
5773
|
name: string;
|
|
5774
|
-
users: string[];
|
|
5775
5774
|
count: number;
|
|
5775
|
+
users: string[];
|
|
5776
5776
|
}[] | undefined;
|
|
5777
5777
|
}>, "many">>;
|
|
5778
5778
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -5790,13 +5790,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5790
5790
|
success: boolean;
|
|
5791
5791
|
error: string;
|
|
5792
5792
|
ok: boolean;
|
|
5793
|
-
response_metadata?: {
|
|
5794
|
-
next_cursor: string;
|
|
5795
|
-
} | undefined;
|
|
5796
5793
|
messages?: {
|
|
5797
5794
|
type: string;
|
|
5798
|
-
user?: string | undefined;
|
|
5799
5795
|
text?: string | undefined;
|
|
5796
|
+
user?: string | undefined;
|
|
5800
5797
|
ts?: string | undefined;
|
|
5801
5798
|
username?: string | undefined;
|
|
5802
5799
|
attachments?: unknown[] | undefined;
|
|
@@ -5815,23 +5812,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5815
5812
|
subscribed?: boolean | undefined;
|
|
5816
5813
|
reactions?: {
|
|
5817
5814
|
name: string;
|
|
5818
|
-
users: string[];
|
|
5819
5815
|
count: number;
|
|
5816
|
+
users: string[];
|
|
5820
5817
|
}[] | undefined;
|
|
5821
5818
|
}[] | undefined;
|
|
5819
|
+
response_metadata?: {
|
|
5820
|
+
next_cursor: string;
|
|
5821
|
+
} | undefined;
|
|
5822
5822
|
has_more?: boolean | undefined;
|
|
5823
5823
|
}, {
|
|
5824
5824
|
operation: "get_conversation_history";
|
|
5825
5825
|
success: boolean;
|
|
5826
5826
|
error: string;
|
|
5827
5827
|
ok: boolean;
|
|
5828
|
-
response_metadata?: {
|
|
5829
|
-
next_cursor: string;
|
|
5830
|
-
} | undefined;
|
|
5831
5828
|
messages?: {
|
|
5832
5829
|
type: string;
|
|
5833
|
-
user?: string | undefined;
|
|
5834
5830
|
text?: string | undefined;
|
|
5831
|
+
user?: string | undefined;
|
|
5835
5832
|
ts?: string | undefined;
|
|
5836
5833
|
username?: string | undefined;
|
|
5837
5834
|
attachments?: unknown[] | undefined;
|
|
@@ -5850,10 +5847,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5850
5847
|
subscribed?: boolean | undefined;
|
|
5851
5848
|
reactions?: {
|
|
5852
5849
|
name: string;
|
|
5853
|
-
users: string[];
|
|
5854
5850
|
count: number;
|
|
5851
|
+
users: string[];
|
|
5855
5852
|
}[] | undefined;
|
|
5856
5853
|
}[] | undefined;
|
|
5854
|
+
response_metadata?: {
|
|
5855
|
+
next_cursor: string;
|
|
5856
|
+
} | undefined;
|
|
5857
5857
|
has_more?: boolean | undefined;
|
|
5858
5858
|
}>, z.ZodObject<{
|
|
5859
5859
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -5888,17 +5888,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5888
5888
|
count: z.ZodNumber;
|
|
5889
5889
|
}, "strip", z.ZodTypeAny, {
|
|
5890
5890
|
name: string;
|
|
5891
|
-
users: string[];
|
|
5892
5891
|
count: number;
|
|
5892
|
+
users: string[];
|
|
5893
5893
|
}, {
|
|
5894
5894
|
name: string;
|
|
5895
|
-
users: string[];
|
|
5896
5895
|
count: number;
|
|
5896
|
+
users: string[];
|
|
5897
5897
|
}>, "many">>;
|
|
5898
5898
|
}, "strip", z.ZodTypeAny, {
|
|
5899
5899
|
type: string;
|
|
5900
|
-
user?: string | undefined;
|
|
5901
5900
|
text?: string | undefined;
|
|
5901
|
+
user?: string | undefined;
|
|
5902
5902
|
ts?: string | undefined;
|
|
5903
5903
|
username?: string | undefined;
|
|
5904
5904
|
attachments?: unknown[] | undefined;
|
|
@@ -5917,13 +5917,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5917
5917
|
subscribed?: boolean | undefined;
|
|
5918
5918
|
reactions?: {
|
|
5919
5919
|
name: string;
|
|
5920
|
-
users: string[];
|
|
5921
5920
|
count: number;
|
|
5921
|
+
users: string[];
|
|
5922
5922
|
}[] | undefined;
|
|
5923
5923
|
}, {
|
|
5924
5924
|
type: string;
|
|
5925
|
-
user?: string | undefined;
|
|
5926
5925
|
text?: string | undefined;
|
|
5926
|
+
user?: string | undefined;
|
|
5927
5927
|
ts?: string | undefined;
|
|
5928
5928
|
username?: string | undefined;
|
|
5929
5929
|
attachments?: unknown[] | undefined;
|
|
@@ -5942,8 +5942,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5942
5942
|
subscribed?: boolean | undefined;
|
|
5943
5943
|
reactions?: {
|
|
5944
5944
|
name: string;
|
|
5945
|
-
users: string[];
|
|
5946
5945
|
count: number;
|
|
5946
|
+
users: string[];
|
|
5947
5947
|
}[] | undefined;
|
|
5948
5948
|
}>, "many">>;
|
|
5949
5949
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -5961,13 +5961,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5961
5961
|
success: boolean;
|
|
5962
5962
|
error: string;
|
|
5963
5963
|
ok: boolean;
|
|
5964
|
-
response_metadata?: {
|
|
5965
|
-
next_cursor: string;
|
|
5966
|
-
} | undefined;
|
|
5967
5964
|
messages?: {
|
|
5968
5965
|
type: string;
|
|
5969
|
-
user?: string | undefined;
|
|
5970
5966
|
text?: string | undefined;
|
|
5967
|
+
user?: string | undefined;
|
|
5971
5968
|
ts?: string | undefined;
|
|
5972
5969
|
username?: string | undefined;
|
|
5973
5970
|
attachments?: unknown[] | undefined;
|
|
@@ -5986,23 +5983,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5986
5983
|
subscribed?: boolean | undefined;
|
|
5987
5984
|
reactions?: {
|
|
5988
5985
|
name: string;
|
|
5989
|
-
users: string[];
|
|
5990
5986
|
count: number;
|
|
5987
|
+
users: string[];
|
|
5991
5988
|
}[] | undefined;
|
|
5992
5989
|
}[] | undefined;
|
|
5990
|
+
response_metadata?: {
|
|
5991
|
+
next_cursor: string;
|
|
5992
|
+
} | undefined;
|
|
5993
5993
|
has_more?: boolean | undefined;
|
|
5994
5994
|
}, {
|
|
5995
5995
|
operation: "get_thread_replies";
|
|
5996
5996
|
success: boolean;
|
|
5997
5997
|
error: string;
|
|
5998
5998
|
ok: boolean;
|
|
5999
|
-
response_metadata?: {
|
|
6000
|
-
next_cursor: string;
|
|
6001
|
-
} | undefined;
|
|
6002
5999
|
messages?: {
|
|
6003
6000
|
type: string;
|
|
6004
|
-
user?: string | undefined;
|
|
6005
6001
|
text?: string | undefined;
|
|
6002
|
+
user?: string | undefined;
|
|
6006
6003
|
ts?: string | undefined;
|
|
6007
6004
|
username?: string | undefined;
|
|
6008
6005
|
attachments?: unknown[] | undefined;
|
|
@@ -6021,10 +6018,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6021
6018
|
subscribed?: boolean | undefined;
|
|
6022
6019
|
reactions?: {
|
|
6023
6020
|
name: string;
|
|
6024
|
-
users: string[];
|
|
6025
6021
|
count: number;
|
|
6022
|
+
users: string[];
|
|
6026
6023
|
}[] | undefined;
|
|
6027
6024
|
}[] | undefined;
|
|
6025
|
+
response_metadata?: {
|
|
6026
|
+
next_cursor: string;
|
|
6027
|
+
} | undefined;
|
|
6028
6028
|
has_more?: boolean | undefined;
|
|
6029
6029
|
}>, z.ZodObject<{
|
|
6030
6030
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -6062,17 +6062,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6062
6062
|
count: z.ZodNumber;
|
|
6063
6063
|
}, "strip", z.ZodTypeAny, {
|
|
6064
6064
|
name: string;
|
|
6065
|
-
users: string[];
|
|
6066
6065
|
count: number;
|
|
6066
|
+
users: string[];
|
|
6067
6067
|
}, {
|
|
6068
6068
|
name: string;
|
|
6069
|
-
users: string[];
|
|
6070
6069
|
count: number;
|
|
6070
|
+
users: string[];
|
|
6071
6071
|
}>, "many">>;
|
|
6072
6072
|
}, "strip", z.ZodTypeAny, {
|
|
6073
6073
|
type: string;
|
|
6074
|
-
user?: string | undefined;
|
|
6075
6074
|
text?: string | undefined;
|
|
6075
|
+
user?: string | undefined;
|
|
6076
6076
|
ts?: string | undefined;
|
|
6077
6077
|
username?: string | undefined;
|
|
6078
6078
|
attachments?: unknown[] | undefined;
|
|
@@ -6091,13 +6091,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6091
6091
|
subscribed?: boolean | undefined;
|
|
6092
6092
|
reactions?: {
|
|
6093
6093
|
name: string;
|
|
6094
|
-
users: string[];
|
|
6095
6094
|
count: number;
|
|
6095
|
+
users: string[];
|
|
6096
6096
|
}[] | undefined;
|
|
6097
6097
|
}, {
|
|
6098
6098
|
type: string;
|
|
6099
|
-
user?: string | undefined;
|
|
6100
6099
|
text?: string | undefined;
|
|
6100
|
+
user?: string | undefined;
|
|
6101
6101
|
ts?: string | undefined;
|
|
6102
6102
|
username?: string | undefined;
|
|
6103
6103
|
attachments?: unknown[] | undefined;
|
|
@@ -6116,8 +6116,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6116
6116
|
subscribed?: boolean | undefined;
|
|
6117
6117
|
reactions?: {
|
|
6118
6118
|
name: string;
|
|
6119
|
-
users: string[];
|
|
6120
6119
|
count: number;
|
|
6120
|
+
users: string[];
|
|
6121
6121
|
}[] | undefined;
|
|
6122
6122
|
}>>;
|
|
6123
6123
|
error: z.ZodString;
|
|
@@ -6129,8 +6129,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6129
6129
|
ok: boolean;
|
|
6130
6130
|
message?: {
|
|
6131
6131
|
type: string;
|
|
6132
|
-
user?: string | undefined;
|
|
6133
6132
|
text?: string | undefined;
|
|
6133
|
+
user?: string | undefined;
|
|
6134
6134
|
ts?: string | undefined;
|
|
6135
6135
|
username?: string | undefined;
|
|
6136
6136
|
attachments?: unknown[] | undefined;
|
|
@@ -6149,8 +6149,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6149
6149
|
subscribed?: boolean | undefined;
|
|
6150
6150
|
reactions?: {
|
|
6151
6151
|
name: string;
|
|
6152
|
-
users: string[];
|
|
6153
6152
|
count: number;
|
|
6153
|
+
users: string[];
|
|
6154
6154
|
}[] | undefined;
|
|
6155
6155
|
} | undefined;
|
|
6156
6156
|
text?: string | undefined;
|
|
@@ -6163,8 +6163,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6163
6163
|
ok: boolean;
|
|
6164
6164
|
message?: {
|
|
6165
6165
|
type: string;
|
|
6166
|
-
user?: string | undefined;
|
|
6167
6166
|
text?: string | undefined;
|
|
6167
|
+
user?: string | undefined;
|
|
6168
6168
|
ts?: string | undefined;
|
|
6169
6169
|
username?: string | undefined;
|
|
6170
6170
|
attachments?: unknown[] | undefined;
|
|
@@ -6183,8 +6183,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6183
6183
|
subscribed?: boolean | undefined;
|
|
6184
6184
|
reactions?: {
|
|
6185
6185
|
name: string;
|
|
6186
|
-
users: string[];
|
|
6187
6186
|
count: number;
|
|
6187
|
+
users: string[];
|
|
6188
6188
|
}[] | undefined;
|
|
6189
6189
|
} | undefined;
|
|
6190
6190
|
text?: string | undefined;
|
|
@@ -6555,8 +6555,8 @@ 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
|
-
id: string;
|
|
6559
6558
|
user: string;
|
|
6559
|
+
id: string;
|
|
6560
6560
|
username: string;
|
|
6561
6561
|
timestamp: number;
|
|
6562
6562
|
created: number;
|
|
@@ -6600,8 +6600,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6600
6600
|
has_rich_preview?: boolean | undefined;
|
|
6601
6601
|
}, {
|
|
6602
6602
|
name: string;
|
|
6603
|
-
id: string;
|
|
6604
6603
|
user: string;
|
|
6604
|
+
id: string;
|
|
6605
6605
|
username: string;
|
|
6606
6606
|
timestamp: number;
|
|
6607
6607
|
created: number;
|
|
@@ -6653,8 +6653,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6653
6653
|
ok: boolean;
|
|
6654
6654
|
file?: {
|
|
6655
6655
|
name: string;
|
|
6656
|
-
id: string;
|
|
6657
6656
|
user: string;
|
|
6657
|
+
id: string;
|
|
6658
6658
|
username: string;
|
|
6659
6659
|
timestamp: number;
|
|
6660
6660
|
created: number;
|
|
@@ -6704,8 +6704,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6704
6704
|
ok: boolean;
|
|
6705
6705
|
file?: {
|
|
6706
6706
|
name: string;
|
|
6707
|
-
id: string;
|
|
6708
6707
|
user: string;
|
|
6708
|
+
id: string;
|
|
6709
6709
|
username: string;
|
|
6710
6710
|
timestamp: number;
|
|
6711
6711
|
created: number;
|