@bubblelab/bubble-core 0.1.84 → 0.1.85
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 +97 -97
- package/dist/bubbles/service-bubble/agi-inc.d.ts +52 -52
- package/dist/bubbles/service-bubble/ai-agent.d.ts +36 -36
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +58 -58
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +86 -86
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +274 -274
- package/dist/bubbles/service-bubble/followupboss.d.ts +124 -124
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +12 -12
- package/dist/bubbles/service-bubble/github.d.ts +64 -64
- package/dist/bubbles/service-bubble/gmail.d.ts +168 -168
- package/dist/bubbles/service-bubble/google-calendar.d.ts +24 -24
- package/dist/bubbles/service-bubble/google-drive.d.ts +80 -80
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +32 -32
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +14 -14
- package/dist/bubbles/service-bubble/notion/notion.d.ts +132 -132
- 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 +208 -208
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +47 -47
- package/dist/bubbles/service-bubble/telegram.d.ts +52 -52
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +296 -296
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +12 -4
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/research-agent-tool.js +168 -15
- package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +110 -110
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/utils/json-parsing.d.ts +9 -0
- package/dist/utils/json-parsing.d.ts.map +1 -1
- package/dist/utils/json-parsing.js +61 -2
- package/dist/utils/json-parsing.js.map +1 -1
- package/dist/utils/zod-schema.d.ts.map +1 -1
- package/dist/utils/zod-schema.js +16 -8
- package/dist/utils/zod-schema.js.map +1 -1
- package/package.json +2 -2
|
@@ -1244,8 +1244,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1244
1244
|
error: z.ZodString;
|
|
1245
1245
|
success: z.ZodBoolean;
|
|
1246
1246
|
}, "strip", z.ZodTypeAny, {
|
|
1247
|
-
success: boolean;
|
|
1248
1247
|
error: string;
|
|
1248
|
+
success: boolean;
|
|
1249
1249
|
operation: "send_message";
|
|
1250
1250
|
ok: boolean;
|
|
1251
1251
|
message?: {
|
|
@@ -1277,8 +1277,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1277
1277
|
ts?: string | undefined;
|
|
1278
1278
|
channel?: string | undefined;
|
|
1279
1279
|
}, {
|
|
1280
|
-
success: boolean;
|
|
1281
1280
|
error: string;
|
|
1281
|
+
success: boolean;
|
|
1282
1282
|
operation: "send_message";
|
|
1283
1283
|
ok: boolean;
|
|
1284
1284
|
message?: {
|
|
@@ -1438,8 +1438,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1438
1438
|
error: z.ZodString;
|
|
1439
1439
|
success: z.ZodBoolean;
|
|
1440
1440
|
}, "strip", z.ZodTypeAny, {
|
|
1441
|
-
success: boolean;
|
|
1442
1441
|
error: string;
|
|
1442
|
+
success: boolean;
|
|
1443
1443
|
operation: "list_channels";
|
|
1444
1444
|
ok: boolean;
|
|
1445
1445
|
response_metadata?: {
|
|
@@ -1480,8 +1480,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1480
1480
|
num_members?: number | undefined;
|
|
1481
1481
|
}[] | undefined;
|
|
1482
1482
|
}, {
|
|
1483
|
-
success: boolean;
|
|
1484
1483
|
error: string;
|
|
1484
|
+
success: boolean;
|
|
1485
1485
|
operation: "list_channels";
|
|
1486
1486
|
ok: boolean;
|
|
1487
1487
|
response_metadata?: {
|
|
@@ -1643,8 +1643,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1643
1643
|
error: z.ZodString;
|
|
1644
1644
|
success: z.ZodBoolean;
|
|
1645
1645
|
}, "strip", z.ZodTypeAny, {
|
|
1646
|
-
success: boolean;
|
|
1647
1646
|
error: string;
|
|
1647
|
+
success: boolean;
|
|
1648
1648
|
operation: "get_channel_info";
|
|
1649
1649
|
ok: boolean;
|
|
1650
1650
|
channel?: {
|
|
@@ -1682,8 +1682,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1682
1682
|
num_members?: number | undefined;
|
|
1683
1683
|
} | undefined;
|
|
1684
1684
|
}, {
|
|
1685
|
-
success: boolean;
|
|
1686
1685
|
error: string;
|
|
1686
|
+
success: boolean;
|
|
1687
1687
|
operation: "get_channel_info";
|
|
1688
1688
|
ok: boolean;
|
|
1689
1689
|
channel?: {
|
|
@@ -1821,13 +1821,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1821
1821
|
}, "strip", z.ZodTypeAny, {
|
|
1822
1822
|
name: string;
|
|
1823
1823
|
id: string;
|
|
1824
|
-
color?: string | undefined;
|
|
1825
|
-
team_id?: string | undefined;
|
|
1826
|
-
deleted?: boolean | undefined;
|
|
1827
|
-
real_name?: string | undefined;
|
|
1828
|
-
tz?: string | undefined;
|
|
1829
|
-
tz_label?: string | undefined;
|
|
1830
|
-
tz_offset?: number | undefined;
|
|
1831
1824
|
profile?: {
|
|
1832
1825
|
title?: string | undefined;
|
|
1833
1826
|
email?: string | undefined;
|
|
@@ -1854,6 +1847,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1854
1847
|
image_512?: string | undefined;
|
|
1855
1848
|
image_1024?: string | undefined;
|
|
1856
1849
|
} | undefined;
|
|
1850
|
+
color?: string | undefined;
|
|
1851
|
+
team_id?: string | undefined;
|
|
1852
|
+
deleted?: boolean | undefined;
|
|
1853
|
+
real_name?: string | undefined;
|
|
1854
|
+
tz?: string | undefined;
|
|
1855
|
+
tz_label?: string | undefined;
|
|
1856
|
+
tz_offset?: number | undefined;
|
|
1857
1857
|
is_admin?: boolean | undefined;
|
|
1858
1858
|
is_owner?: boolean | undefined;
|
|
1859
1859
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1866,13 +1866,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1866
1866
|
}, {
|
|
1867
1867
|
name: string;
|
|
1868
1868
|
id: string;
|
|
1869
|
-
color?: string | undefined;
|
|
1870
|
-
team_id?: string | undefined;
|
|
1871
|
-
deleted?: boolean | undefined;
|
|
1872
|
-
real_name?: string | undefined;
|
|
1873
|
-
tz?: string | undefined;
|
|
1874
|
-
tz_label?: string | undefined;
|
|
1875
|
-
tz_offset?: number | undefined;
|
|
1876
1869
|
profile?: {
|
|
1877
1870
|
title?: string | undefined;
|
|
1878
1871
|
email?: string | undefined;
|
|
@@ -1899,6 +1892,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1899
1892
|
image_512?: string | undefined;
|
|
1900
1893
|
image_1024?: string | undefined;
|
|
1901
1894
|
} | undefined;
|
|
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;
|
|
1902
1902
|
is_admin?: boolean | undefined;
|
|
1903
1903
|
is_owner?: boolean | undefined;
|
|
1904
1904
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1912,20 +1912,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1912
1912
|
error: z.ZodString;
|
|
1913
1913
|
success: z.ZodBoolean;
|
|
1914
1914
|
}, "strip", z.ZodTypeAny, {
|
|
1915
|
-
success: boolean;
|
|
1916
1915
|
error: string;
|
|
1916
|
+
success: boolean;
|
|
1917
1917
|
operation: "get_user_info";
|
|
1918
1918
|
ok: boolean;
|
|
1919
1919
|
user?: {
|
|
1920
1920
|
name: string;
|
|
1921
1921
|
id: string;
|
|
1922
|
-
color?: string | undefined;
|
|
1923
|
-
team_id?: string | undefined;
|
|
1924
|
-
deleted?: boolean | undefined;
|
|
1925
|
-
real_name?: string | undefined;
|
|
1926
|
-
tz?: string | undefined;
|
|
1927
|
-
tz_label?: string | undefined;
|
|
1928
|
-
tz_offset?: number | undefined;
|
|
1929
1922
|
profile?: {
|
|
1930
1923
|
title?: string | undefined;
|
|
1931
1924
|
email?: string | undefined;
|
|
@@ -1952,6 +1945,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1952
1945
|
image_512?: string | undefined;
|
|
1953
1946
|
image_1024?: string | undefined;
|
|
1954
1947
|
} | undefined;
|
|
1948
|
+
color?: string | undefined;
|
|
1949
|
+
team_id?: string | undefined;
|
|
1950
|
+
deleted?: boolean | undefined;
|
|
1951
|
+
real_name?: string | undefined;
|
|
1952
|
+
tz?: string | undefined;
|
|
1953
|
+
tz_label?: string | undefined;
|
|
1954
|
+
tz_offset?: number | undefined;
|
|
1955
1955
|
is_admin?: boolean | undefined;
|
|
1956
1956
|
is_owner?: boolean | undefined;
|
|
1957
1957
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1963,20 +1963,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1963
1963
|
has_2fa?: boolean | undefined;
|
|
1964
1964
|
} | undefined;
|
|
1965
1965
|
}, {
|
|
1966
|
-
success: boolean;
|
|
1967
1966
|
error: string;
|
|
1967
|
+
success: boolean;
|
|
1968
1968
|
operation: "get_user_info";
|
|
1969
1969
|
ok: boolean;
|
|
1970
1970
|
user?: {
|
|
1971
1971
|
name: string;
|
|
1972
1972
|
id: string;
|
|
1973
|
-
color?: string | undefined;
|
|
1974
|
-
team_id?: string | undefined;
|
|
1975
|
-
deleted?: boolean | undefined;
|
|
1976
|
-
real_name?: string | undefined;
|
|
1977
|
-
tz?: string | undefined;
|
|
1978
|
-
tz_label?: string | undefined;
|
|
1979
|
-
tz_offset?: number | undefined;
|
|
1980
1973
|
profile?: {
|
|
1981
1974
|
title?: string | undefined;
|
|
1982
1975
|
email?: string | undefined;
|
|
@@ -2003,6 +1996,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2003
1996
|
image_512?: string | undefined;
|
|
2004
1997
|
image_1024?: string | undefined;
|
|
2005
1998
|
} | undefined;
|
|
1999
|
+
color?: string | undefined;
|
|
2000
|
+
team_id?: string | undefined;
|
|
2001
|
+
deleted?: boolean | undefined;
|
|
2002
|
+
real_name?: string | undefined;
|
|
2003
|
+
tz?: string | undefined;
|
|
2004
|
+
tz_label?: string | undefined;
|
|
2005
|
+
tz_offset?: number | undefined;
|
|
2006
2006
|
is_admin?: boolean | undefined;
|
|
2007
2007
|
is_owner?: boolean | undefined;
|
|
2008
2008
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2114,13 +2114,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2114
2114
|
}, "strip", z.ZodTypeAny, {
|
|
2115
2115
|
name: string;
|
|
2116
2116
|
id: string;
|
|
2117
|
-
color?: string | undefined;
|
|
2118
|
-
team_id?: string | undefined;
|
|
2119
|
-
deleted?: boolean | undefined;
|
|
2120
|
-
real_name?: string | undefined;
|
|
2121
|
-
tz?: string | undefined;
|
|
2122
|
-
tz_label?: string | undefined;
|
|
2123
|
-
tz_offset?: number | undefined;
|
|
2124
2117
|
profile?: {
|
|
2125
2118
|
title?: string | undefined;
|
|
2126
2119
|
email?: string | undefined;
|
|
@@ -2147,6 +2140,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2147
2140
|
image_512?: string | undefined;
|
|
2148
2141
|
image_1024?: string | undefined;
|
|
2149
2142
|
} | undefined;
|
|
2143
|
+
color?: string | undefined;
|
|
2144
|
+
team_id?: string | undefined;
|
|
2145
|
+
deleted?: boolean | undefined;
|
|
2146
|
+
real_name?: string | undefined;
|
|
2147
|
+
tz?: string | undefined;
|
|
2148
|
+
tz_label?: string | undefined;
|
|
2149
|
+
tz_offset?: number | undefined;
|
|
2150
2150
|
is_admin?: boolean | undefined;
|
|
2151
2151
|
is_owner?: boolean | undefined;
|
|
2152
2152
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2159,13 +2159,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2159
2159
|
}, {
|
|
2160
2160
|
name: string;
|
|
2161
2161
|
id: string;
|
|
2162
|
-
color?: string | undefined;
|
|
2163
|
-
team_id?: string | undefined;
|
|
2164
|
-
deleted?: boolean | undefined;
|
|
2165
|
-
real_name?: string | undefined;
|
|
2166
|
-
tz?: string | undefined;
|
|
2167
|
-
tz_label?: string | undefined;
|
|
2168
|
-
tz_offset?: number | undefined;
|
|
2169
2162
|
profile?: {
|
|
2170
2163
|
title?: string | undefined;
|
|
2171
2164
|
email?: string | undefined;
|
|
@@ -2192,6 +2185,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2192
2185
|
image_512?: string | undefined;
|
|
2193
2186
|
image_1024?: string | undefined;
|
|
2194
2187
|
} | undefined;
|
|
2188
|
+
color?: string | undefined;
|
|
2189
|
+
team_id?: string | undefined;
|
|
2190
|
+
deleted?: boolean | undefined;
|
|
2191
|
+
real_name?: string | undefined;
|
|
2192
|
+
tz?: string | undefined;
|
|
2193
|
+
tz_label?: string | undefined;
|
|
2194
|
+
tz_offset?: number | undefined;
|
|
2195
2195
|
is_admin?: boolean | undefined;
|
|
2196
2196
|
is_owner?: boolean | undefined;
|
|
2197
2197
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2212,8 +2212,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2212
2212
|
error: z.ZodString;
|
|
2213
2213
|
success: z.ZodBoolean;
|
|
2214
2214
|
}, "strip", z.ZodTypeAny, {
|
|
2215
|
-
success: boolean;
|
|
2216
2215
|
error: string;
|
|
2216
|
+
success: boolean;
|
|
2217
2217
|
operation: "list_users";
|
|
2218
2218
|
ok: boolean;
|
|
2219
2219
|
response_metadata?: {
|
|
@@ -2222,13 +2222,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2222
2222
|
members?: {
|
|
2223
2223
|
name: string;
|
|
2224
2224
|
id: string;
|
|
2225
|
-
color?: string | undefined;
|
|
2226
|
-
team_id?: string | undefined;
|
|
2227
|
-
deleted?: boolean | undefined;
|
|
2228
|
-
real_name?: string | undefined;
|
|
2229
|
-
tz?: string | undefined;
|
|
2230
|
-
tz_label?: string | undefined;
|
|
2231
|
-
tz_offset?: number | undefined;
|
|
2232
2225
|
profile?: {
|
|
2233
2226
|
title?: string | undefined;
|
|
2234
2227
|
email?: string | undefined;
|
|
@@ -2255,6 +2248,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2255
2248
|
image_512?: string | undefined;
|
|
2256
2249
|
image_1024?: string | undefined;
|
|
2257
2250
|
} | undefined;
|
|
2251
|
+
color?: string | undefined;
|
|
2252
|
+
team_id?: string | undefined;
|
|
2253
|
+
deleted?: boolean | undefined;
|
|
2254
|
+
real_name?: string | undefined;
|
|
2255
|
+
tz?: string | undefined;
|
|
2256
|
+
tz_label?: string | undefined;
|
|
2257
|
+
tz_offset?: number | undefined;
|
|
2258
2258
|
is_admin?: boolean | undefined;
|
|
2259
2259
|
is_owner?: boolean | undefined;
|
|
2260
2260
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2266,8 +2266,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2266
2266
|
has_2fa?: boolean | undefined;
|
|
2267
2267
|
}[] | undefined;
|
|
2268
2268
|
}, {
|
|
2269
|
-
success: boolean;
|
|
2270
2269
|
error: string;
|
|
2270
|
+
success: boolean;
|
|
2271
2271
|
operation: "list_users";
|
|
2272
2272
|
ok: boolean;
|
|
2273
2273
|
response_metadata?: {
|
|
@@ -2276,13 +2276,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2276
2276
|
members?: {
|
|
2277
2277
|
name: string;
|
|
2278
2278
|
id: string;
|
|
2279
|
-
color?: string | undefined;
|
|
2280
|
-
team_id?: string | undefined;
|
|
2281
|
-
deleted?: boolean | undefined;
|
|
2282
|
-
real_name?: string | undefined;
|
|
2283
|
-
tz?: string | undefined;
|
|
2284
|
-
tz_label?: string | undefined;
|
|
2285
|
-
tz_offset?: number | undefined;
|
|
2286
2279
|
profile?: {
|
|
2287
2280
|
title?: string | undefined;
|
|
2288
2281
|
email?: string | undefined;
|
|
@@ -2309,6 +2302,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2309
2302
|
image_512?: string | undefined;
|
|
2310
2303
|
image_1024?: string | undefined;
|
|
2311
2304
|
} | undefined;
|
|
2305
|
+
color?: string | undefined;
|
|
2306
|
+
team_id?: string | undefined;
|
|
2307
|
+
deleted?: boolean | undefined;
|
|
2308
|
+
real_name?: string | undefined;
|
|
2309
|
+
tz?: string | undefined;
|
|
2310
|
+
tz_label?: string | undefined;
|
|
2311
|
+
tz_offset?: number | undefined;
|
|
2312
2312
|
is_admin?: boolean | undefined;
|
|
2313
2313
|
is_owner?: boolean | undefined;
|
|
2314
2314
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2421,10 +2421,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2421
2421
|
error: z.ZodString;
|
|
2422
2422
|
success: z.ZodBoolean;
|
|
2423
2423
|
}, "strip", z.ZodTypeAny, {
|
|
2424
|
-
success: boolean;
|
|
2425
2424
|
error: string;
|
|
2425
|
+
success: boolean;
|
|
2426
2426
|
operation: "get_conversation_history";
|
|
2427
2427
|
ok: boolean;
|
|
2428
|
+
response_metadata?: {
|
|
2429
|
+
next_cursor: string;
|
|
2430
|
+
} | undefined;
|
|
2428
2431
|
messages?: {
|
|
2429
2432
|
type: string;
|
|
2430
2433
|
user?: string | undefined;
|
|
@@ -2451,15 +2454,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2451
2454
|
count: number;
|
|
2452
2455
|
}[] | undefined;
|
|
2453
2456
|
}[] | undefined;
|
|
2454
|
-
response_metadata?: {
|
|
2455
|
-
next_cursor: string;
|
|
2456
|
-
} | undefined;
|
|
2457
2457
|
has_more?: boolean | undefined;
|
|
2458
2458
|
}, {
|
|
2459
|
-
success: boolean;
|
|
2460
2459
|
error: string;
|
|
2460
|
+
success: boolean;
|
|
2461
2461
|
operation: "get_conversation_history";
|
|
2462
2462
|
ok: boolean;
|
|
2463
|
+
response_metadata?: {
|
|
2464
|
+
next_cursor: string;
|
|
2465
|
+
} | undefined;
|
|
2463
2466
|
messages?: {
|
|
2464
2467
|
type: string;
|
|
2465
2468
|
user?: string | undefined;
|
|
@@ -2486,9 +2489,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2486
2489
|
count: number;
|
|
2487
2490
|
}[] | undefined;
|
|
2488
2491
|
}[] | undefined;
|
|
2489
|
-
response_metadata?: {
|
|
2490
|
-
next_cursor: string;
|
|
2491
|
-
} | undefined;
|
|
2492
2492
|
has_more?: boolean | undefined;
|
|
2493
2493
|
}>, z.ZodObject<{
|
|
2494
2494
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -2592,10 +2592,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2592
2592
|
error: z.ZodString;
|
|
2593
2593
|
success: z.ZodBoolean;
|
|
2594
2594
|
}, "strip", z.ZodTypeAny, {
|
|
2595
|
-
success: boolean;
|
|
2596
2595
|
error: string;
|
|
2596
|
+
success: boolean;
|
|
2597
2597
|
operation: "get_thread_replies";
|
|
2598
2598
|
ok: boolean;
|
|
2599
|
+
response_metadata?: {
|
|
2600
|
+
next_cursor: string;
|
|
2601
|
+
} | undefined;
|
|
2599
2602
|
messages?: {
|
|
2600
2603
|
type: string;
|
|
2601
2604
|
user?: string | undefined;
|
|
@@ -2622,15 +2625,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2622
2625
|
count: number;
|
|
2623
2626
|
}[] | undefined;
|
|
2624
2627
|
}[] | undefined;
|
|
2625
|
-
response_metadata?: {
|
|
2626
|
-
next_cursor: string;
|
|
2627
|
-
} | undefined;
|
|
2628
2628
|
has_more?: boolean | undefined;
|
|
2629
2629
|
}, {
|
|
2630
|
-
success: boolean;
|
|
2631
2630
|
error: string;
|
|
2631
|
+
success: boolean;
|
|
2632
2632
|
operation: "get_thread_replies";
|
|
2633
2633
|
ok: boolean;
|
|
2634
|
+
response_metadata?: {
|
|
2635
|
+
next_cursor: string;
|
|
2636
|
+
} | undefined;
|
|
2634
2637
|
messages?: {
|
|
2635
2638
|
type: string;
|
|
2636
2639
|
user?: string | undefined;
|
|
@@ -2657,9 +2660,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2657
2660
|
count: number;
|
|
2658
2661
|
}[] | undefined;
|
|
2659
2662
|
}[] | undefined;
|
|
2660
|
-
response_metadata?: {
|
|
2661
|
-
next_cursor: string;
|
|
2662
|
-
} | undefined;
|
|
2663
2663
|
has_more?: boolean | undefined;
|
|
2664
2664
|
}>, z.ZodObject<{
|
|
2665
2665
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -2758,8 +2758,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2758
2758
|
error: z.ZodString;
|
|
2759
2759
|
success: z.ZodBoolean;
|
|
2760
2760
|
}, "strip", z.ZodTypeAny, {
|
|
2761
|
-
success: boolean;
|
|
2762
2761
|
error: string;
|
|
2762
|
+
success: boolean;
|
|
2763
2763
|
operation: "update_message";
|
|
2764
2764
|
ok: boolean;
|
|
2765
2765
|
message?: {
|
|
@@ -2792,8 +2792,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2792
2792
|
ts?: string | undefined;
|
|
2793
2793
|
channel?: string | undefined;
|
|
2794
2794
|
}, {
|
|
2795
|
-
success: boolean;
|
|
2796
2795
|
error: string;
|
|
2796
|
+
success: boolean;
|
|
2797
2797
|
operation: "update_message";
|
|
2798
2798
|
ok: boolean;
|
|
2799
2799
|
message?: {
|
|
@@ -2833,15 +2833,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2833
2833
|
error: z.ZodString;
|
|
2834
2834
|
success: z.ZodBoolean;
|
|
2835
2835
|
}, "strip", z.ZodTypeAny, {
|
|
2836
|
-
success: boolean;
|
|
2837
2836
|
error: string;
|
|
2837
|
+
success: boolean;
|
|
2838
2838
|
operation: "delete_message";
|
|
2839
2839
|
ok: boolean;
|
|
2840
2840
|
ts?: string | undefined;
|
|
2841
2841
|
channel?: string | undefined;
|
|
2842
2842
|
}, {
|
|
2843
|
-
success: boolean;
|
|
2844
2843
|
error: string;
|
|
2844
|
+
success: boolean;
|
|
2845
2845
|
operation: "delete_message";
|
|
2846
2846
|
ok: boolean;
|
|
2847
2847
|
ts?: string | undefined;
|
|
@@ -2852,13 +2852,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2852
2852
|
error: z.ZodString;
|
|
2853
2853
|
success: z.ZodBoolean;
|
|
2854
2854
|
}, "strip", z.ZodTypeAny, {
|
|
2855
|
-
success: boolean;
|
|
2856
2855
|
error: string;
|
|
2856
|
+
success: boolean;
|
|
2857
2857
|
operation: "add_reaction";
|
|
2858
2858
|
ok: boolean;
|
|
2859
2859
|
}, {
|
|
2860
|
-
success: boolean;
|
|
2861
2860
|
error: string;
|
|
2861
|
+
success: boolean;
|
|
2862
2862
|
operation: "add_reaction";
|
|
2863
2863
|
ok: boolean;
|
|
2864
2864
|
}>, z.ZodObject<{
|
|
@@ -2867,13 +2867,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2867
2867
|
error: z.ZodString;
|
|
2868
2868
|
success: z.ZodBoolean;
|
|
2869
2869
|
}, "strip", z.ZodTypeAny, {
|
|
2870
|
-
success: boolean;
|
|
2871
2870
|
error: string;
|
|
2871
|
+
success: boolean;
|
|
2872
2872
|
operation: "remove_reaction";
|
|
2873
2873
|
ok: boolean;
|
|
2874
2874
|
}, {
|
|
2875
|
-
success: boolean;
|
|
2876
2875
|
error: string;
|
|
2876
|
+
success: boolean;
|
|
2877
2877
|
operation: "remove_reaction";
|
|
2878
2878
|
ok: boolean;
|
|
2879
2879
|
}>, z.ZodObject<{
|
|
@@ -2999,8 +2999,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2999
2999
|
error: z.ZodString;
|
|
3000
3000
|
success: z.ZodBoolean;
|
|
3001
3001
|
}, "strip", z.ZodTypeAny, {
|
|
3002
|
-
success: boolean;
|
|
3003
3002
|
error: string;
|
|
3003
|
+
success: boolean;
|
|
3004
3004
|
operation: "join_channel";
|
|
3005
3005
|
ok: boolean;
|
|
3006
3006
|
channel?: {
|
|
@@ -3039,8 +3039,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3039
3039
|
} | undefined;
|
|
3040
3040
|
already_in_channel?: boolean | undefined;
|
|
3041
3041
|
}, {
|
|
3042
|
-
success: boolean;
|
|
3043
3042
|
error: string;
|
|
3043
|
+
success: boolean;
|
|
3044
3044
|
operation: "join_channel";
|
|
3045
3045
|
ok: boolean;
|
|
3046
3046
|
channel?: {
|
|
@@ -3190,8 +3190,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3190
3190
|
has_rich_preview: z.ZodOptional<z.ZodBoolean>;
|
|
3191
3191
|
}, "strip", z.ZodTypeAny, {
|
|
3192
3192
|
name: string;
|
|
3193
|
-
user: string;
|
|
3194
3193
|
id: string;
|
|
3194
|
+
user: string;
|
|
3195
3195
|
username: string;
|
|
3196
3196
|
timestamp: number;
|
|
3197
3197
|
created: number;
|
|
@@ -3235,8 +3235,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3235
3235
|
has_rich_preview?: boolean | undefined;
|
|
3236
3236
|
}, {
|
|
3237
3237
|
name: string;
|
|
3238
|
-
user: string;
|
|
3239
3238
|
id: string;
|
|
3239
|
+
user: string;
|
|
3240
3240
|
username: string;
|
|
3241
3241
|
timestamp: number;
|
|
3242
3242
|
created: number;
|
|
@@ -3282,14 +3282,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3282
3282
|
error: z.ZodString;
|
|
3283
3283
|
success: z.ZodBoolean;
|
|
3284
3284
|
}, "strip", z.ZodTypeAny, {
|
|
3285
|
-
success: boolean;
|
|
3286
3285
|
error: string;
|
|
3286
|
+
success: boolean;
|
|
3287
3287
|
operation: "upload_file";
|
|
3288
3288
|
ok: boolean;
|
|
3289
3289
|
file?: {
|
|
3290
3290
|
name: string;
|
|
3291
|
-
user: string;
|
|
3292
3291
|
id: string;
|
|
3292
|
+
user: string;
|
|
3293
3293
|
username: string;
|
|
3294
3294
|
timestamp: number;
|
|
3295
3295
|
created: number;
|
|
@@ -3333,14 +3333,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3333
3333
|
has_rich_preview?: boolean | undefined;
|
|
3334
3334
|
} | undefined;
|
|
3335
3335
|
}, {
|
|
3336
|
-
success: boolean;
|
|
3337
3336
|
error: string;
|
|
3337
|
+
success: boolean;
|
|
3338
3338
|
operation: "upload_file";
|
|
3339
3339
|
ok: boolean;
|
|
3340
3340
|
file?: {
|
|
3341
3341
|
name: string;
|
|
3342
|
-
user: string;
|
|
3343
3342
|
id: string;
|
|
3343
|
+
user: string;
|
|
3344
3344
|
username: string;
|
|
3345
3345
|
timestamp: number;
|
|
3346
3346
|
created: number;
|
|
@@ -3392,16 +3392,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3392
3392
|
error: z.ZodString;
|
|
3393
3393
|
success: z.ZodBoolean;
|
|
3394
3394
|
}, "strip", z.ZodTypeAny, {
|
|
3395
|
-
success: boolean;
|
|
3396
3395
|
error: string;
|
|
3396
|
+
success: boolean;
|
|
3397
3397
|
operation: "schedule_message";
|
|
3398
3398
|
ok: boolean;
|
|
3399
3399
|
channel?: string | undefined;
|
|
3400
3400
|
post_at?: number | undefined;
|
|
3401
3401
|
scheduled_message_id?: string | undefined;
|
|
3402
3402
|
}, {
|
|
3403
|
-
success: boolean;
|
|
3404
3403
|
error: string;
|
|
3404
|
+
success: boolean;
|
|
3405
3405
|
operation: "schedule_message";
|
|
3406
3406
|
ok: boolean;
|
|
3407
3407
|
channel?: string | undefined;
|
|
@@ -3462,8 +3462,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3462
3462
|
error: z.ZodString;
|
|
3463
3463
|
success: z.ZodBoolean;
|
|
3464
3464
|
}, "strip", z.ZodTypeAny, {
|
|
3465
|
-
success: boolean;
|
|
3466
3465
|
error: string;
|
|
3466
|
+
success: boolean;
|
|
3467
3467
|
operation: "get_file_info";
|
|
3468
3468
|
ok: boolean;
|
|
3469
3469
|
file?: {
|
|
@@ -3484,8 +3484,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3484
3484
|
original_h?: number | undefined;
|
|
3485
3485
|
} | undefined;
|
|
3486
3486
|
}, {
|
|
3487
|
-
success: boolean;
|
|
3488
3487
|
error: string;
|
|
3488
|
+
success: boolean;
|
|
3489
3489
|
operation: "get_file_info";
|
|
3490
3490
|
ok: boolean;
|
|
3491
3491
|
file?: {
|
|
@@ -3515,8 +3515,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3515
3515
|
error: z.ZodString;
|
|
3516
3516
|
success: z.ZodBoolean;
|
|
3517
3517
|
}, "strip", z.ZodTypeAny, {
|
|
3518
|
-
success: boolean;
|
|
3519
3518
|
error: string;
|
|
3519
|
+
success: boolean;
|
|
3520
3520
|
operation: "download_file";
|
|
3521
3521
|
ok: boolean;
|
|
3522
3522
|
content?: string | undefined;
|
|
@@ -3524,8 +3524,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3524
3524
|
mimetype?: string | undefined;
|
|
3525
3525
|
size?: number | undefined;
|
|
3526
3526
|
}, {
|
|
3527
|
-
success: boolean;
|
|
3528
3527
|
error: string;
|
|
3528
|
+
success: boolean;
|
|
3529
3529
|
operation: "download_file";
|
|
3530
3530
|
ok: boolean;
|
|
3531
3531
|
content?: string | undefined;
|
|
@@ -4788,8 +4788,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4788
4788
|
error: z.ZodString;
|
|
4789
4789
|
success: z.ZodBoolean;
|
|
4790
4790
|
}, "strip", z.ZodTypeAny, {
|
|
4791
|
-
success: boolean;
|
|
4792
4791
|
error: string;
|
|
4792
|
+
success: boolean;
|
|
4793
4793
|
operation: "send_message";
|
|
4794
4794
|
ok: boolean;
|
|
4795
4795
|
message?: {
|
|
@@ -4821,8 +4821,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4821
4821
|
ts?: string | undefined;
|
|
4822
4822
|
channel?: string | undefined;
|
|
4823
4823
|
}, {
|
|
4824
|
-
success: boolean;
|
|
4825
4824
|
error: string;
|
|
4825
|
+
success: boolean;
|
|
4826
4826
|
operation: "send_message";
|
|
4827
4827
|
ok: boolean;
|
|
4828
4828
|
message?: {
|
|
@@ -4982,8 +4982,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4982
4982
|
error: z.ZodString;
|
|
4983
4983
|
success: z.ZodBoolean;
|
|
4984
4984
|
}, "strip", z.ZodTypeAny, {
|
|
4985
|
-
success: boolean;
|
|
4986
4985
|
error: string;
|
|
4986
|
+
success: boolean;
|
|
4987
4987
|
operation: "list_channels";
|
|
4988
4988
|
ok: boolean;
|
|
4989
4989
|
response_metadata?: {
|
|
@@ -5024,8 +5024,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5024
5024
|
num_members?: number | undefined;
|
|
5025
5025
|
}[] | undefined;
|
|
5026
5026
|
}, {
|
|
5027
|
-
success: boolean;
|
|
5028
5027
|
error: string;
|
|
5028
|
+
success: boolean;
|
|
5029
5029
|
operation: "list_channels";
|
|
5030
5030
|
ok: boolean;
|
|
5031
5031
|
response_metadata?: {
|
|
@@ -5187,8 +5187,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5187
5187
|
error: z.ZodString;
|
|
5188
5188
|
success: z.ZodBoolean;
|
|
5189
5189
|
}, "strip", z.ZodTypeAny, {
|
|
5190
|
-
success: boolean;
|
|
5191
5190
|
error: string;
|
|
5191
|
+
success: boolean;
|
|
5192
5192
|
operation: "get_channel_info";
|
|
5193
5193
|
ok: boolean;
|
|
5194
5194
|
channel?: {
|
|
@@ -5226,8 +5226,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5226
5226
|
num_members?: number | undefined;
|
|
5227
5227
|
} | undefined;
|
|
5228
5228
|
}, {
|
|
5229
|
-
success: boolean;
|
|
5230
5229
|
error: string;
|
|
5230
|
+
success: boolean;
|
|
5231
5231
|
operation: "get_channel_info";
|
|
5232
5232
|
ok: boolean;
|
|
5233
5233
|
channel?: {
|
|
@@ -5365,13 +5365,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5365
5365
|
}, "strip", z.ZodTypeAny, {
|
|
5366
5366
|
name: string;
|
|
5367
5367
|
id: string;
|
|
5368
|
-
color?: string | undefined;
|
|
5369
|
-
team_id?: string | undefined;
|
|
5370
|
-
deleted?: boolean | undefined;
|
|
5371
|
-
real_name?: string | undefined;
|
|
5372
|
-
tz?: string | undefined;
|
|
5373
|
-
tz_label?: string | undefined;
|
|
5374
|
-
tz_offset?: number | undefined;
|
|
5375
5368
|
profile?: {
|
|
5376
5369
|
title?: string | undefined;
|
|
5377
5370
|
email?: string | undefined;
|
|
@@ -5398,6 +5391,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5398
5391
|
image_512?: string | undefined;
|
|
5399
5392
|
image_1024?: string | undefined;
|
|
5400
5393
|
} | undefined;
|
|
5394
|
+
color?: string | undefined;
|
|
5395
|
+
team_id?: string | undefined;
|
|
5396
|
+
deleted?: boolean | undefined;
|
|
5397
|
+
real_name?: string | undefined;
|
|
5398
|
+
tz?: string | undefined;
|
|
5399
|
+
tz_label?: string | undefined;
|
|
5400
|
+
tz_offset?: number | undefined;
|
|
5401
5401
|
is_admin?: boolean | undefined;
|
|
5402
5402
|
is_owner?: boolean | undefined;
|
|
5403
5403
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5410,13 +5410,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5410
5410
|
}, {
|
|
5411
5411
|
name: string;
|
|
5412
5412
|
id: string;
|
|
5413
|
-
color?: string | undefined;
|
|
5414
|
-
team_id?: string | undefined;
|
|
5415
|
-
deleted?: boolean | undefined;
|
|
5416
|
-
real_name?: string | undefined;
|
|
5417
|
-
tz?: string | undefined;
|
|
5418
|
-
tz_label?: string | undefined;
|
|
5419
|
-
tz_offset?: number | undefined;
|
|
5420
5413
|
profile?: {
|
|
5421
5414
|
title?: string | undefined;
|
|
5422
5415
|
email?: string | undefined;
|
|
@@ -5443,6 +5436,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5443
5436
|
image_512?: string | undefined;
|
|
5444
5437
|
image_1024?: string | undefined;
|
|
5445
5438
|
} | undefined;
|
|
5439
|
+
color?: string | undefined;
|
|
5440
|
+
team_id?: string | undefined;
|
|
5441
|
+
deleted?: boolean | undefined;
|
|
5442
|
+
real_name?: string | undefined;
|
|
5443
|
+
tz?: string | undefined;
|
|
5444
|
+
tz_label?: string | undefined;
|
|
5445
|
+
tz_offset?: number | undefined;
|
|
5446
5446
|
is_admin?: boolean | undefined;
|
|
5447
5447
|
is_owner?: boolean | undefined;
|
|
5448
5448
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5456,20 +5456,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5456
5456
|
error: z.ZodString;
|
|
5457
5457
|
success: z.ZodBoolean;
|
|
5458
5458
|
}, "strip", z.ZodTypeAny, {
|
|
5459
|
-
success: boolean;
|
|
5460
5459
|
error: string;
|
|
5460
|
+
success: boolean;
|
|
5461
5461
|
operation: "get_user_info";
|
|
5462
5462
|
ok: boolean;
|
|
5463
5463
|
user?: {
|
|
5464
5464
|
name: string;
|
|
5465
5465
|
id: string;
|
|
5466
|
-
color?: string | undefined;
|
|
5467
|
-
team_id?: string | undefined;
|
|
5468
|
-
deleted?: boolean | undefined;
|
|
5469
|
-
real_name?: string | undefined;
|
|
5470
|
-
tz?: string | undefined;
|
|
5471
|
-
tz_label?: string | undefined;
|
|
5472
|
-
tz_offset?: number | undefined;
|
|
5473
5466
|
profile?: {
|
|
5474
5467
|
title?: string | undefined;
|
|
5475
5468
|
email?: string | undefined;
|
|
@@ -5496,6 +5489,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5496
5489
|
image_512?: string | undefined;
|
|
5497
5490
|
image_1024?: string | undefined;
|
|
5498
5491
|
} | undefined;
|
|
5492
|
+
color?: string | undefined;
|
|
5493
|
+
team_id?: string | undefined;
|
|
5494
|
+
deleted?: boolean | undefined;
|
|
5495
|
+
real_name?: string | undefined;
|
|
5496
|
+
tz?: string | undefined;
|
|
5497
|
+
tz_label?: string | undefined;
|
|
5498
|
+
tz_offset?: number | undefined;
|
|
5499
5499
|
is_admin?: boolean | undefined;
|
|
5500
5500
|
is_owner?: boolean | undefined;
|
|
5501
5501
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5507,20 +5507,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5507
5507
|
has_2fa?: boolean | undefined;
|
|
5508
5508
|
} | undefined;
|
|
5509
5509
|
}, {
|
|
5510
|
-
success: boolean;
|
|
5511
5510
|
error: string;
|
|
5511
|
+
success: boolean;
|
|
5512
5512
|
operation: "get_user_info";
|
|
5513
5513
|
ok: boolean;
|
|
5514
5514
|
user?: {
|
|
5515
5515
|
name: string;
|
|
5516
5516
|
id: string;
|
|
5517
|
-
color?: string | undefined;
|
|
5518
|
-
team_id?: string | undefined;
|
|
5519
|
-
deleted?: boolean | undefined;
|
|
5520
|
-
real_name?: string | undefined;
|
|
5521
|
-
tz?: string | undefined;
|
|
5522
|
-
tz_label?: string | undefined;
|
|
5523
|
-
tz_offset?: number | undefined;
|
|
5524
5517
|
profile?: {
|
|
5525
5518
|
title?: string | undefined;
|
|
5526
5519
|
email?: string | undefined;
|
|
@@ -5547,6 +5540,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5547
5540
|
image_512?: string | undefined;
|
|
5548
5541
|
image_1024?: string | undefined;
|
|
5549
5542
|
} | undefined;
|
|
5543
|
+
color?: string | undefined;
|
|
5544
|
+
team_id?: string | undefined;
|
|
5545
|
+
deleted?: boolean | undefined;
|
|
5546
|
+
real_name?: string | undefined;
|
|
5547
|
+
tz?: string | undefined;
|
|
5548
|
+
tz_label?: string | undefined;
|
|
5549
|
+
tz_offset?: number | undefined;
|
|
5550
5550
|
is_admin?: boolean | undefined;
|
|
5551
5551
|
is_owner?: boolean | undefined;
|
|
5552
5552
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5658,13 +5658,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5658
5658
|
}, "strip", z.ZodTypeAny, {
|
|
5659
5659
|
name: string;
|
|
5660
5660
|
id: string;
|
|
5661
|
-
color?: string | undefined;
|
|
5662
|
-
team_id?: string | undefined;
|
|
5663
|
-
deleted?: boolean | undefined;
|
|
5664
|
-
real_name?: string | undefined;
|
|
5665
|
-
tz?: string | undefined;
|
|
5666
|
-
tz_label?: string | undefined;
|
|
5667
|
-
tz_offset?: number | undefined;
|
|
5668
5661
|
profile?: {
|
|
5669
5662
|
title?: string | undefined;
|
|
5670
5663
|
email?: string | undefined;
|
|
@@ -5691,6 +5684,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5691
5684
|
image_512?: string | undefined;
|
|
5692
5685
|
image_1024?: string | undefined;
|
|
5693
5686
|
} | undefined;
|
|
5687
|
+
color?: string | undefined;
|
|
5688
|
+
team_id?: string | undefined;
|
|
5689
|
+
deleted?: boolean | undefined;
|
|
5690
|
+
real_name?: string | undefined;
|
|
5691
|
+
tz?: string | undefined;
|
|
5692
|
+
tz_label?: string | undefined;
|
|
5693
|
+
tz_offset?: number | undefined;
|
|
5694
5694
|
is_admin?: boolean | undefined;
|
|
5695
5695
|
is_owner?: boolean | undefined;
|
|
5696
5696
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5703,13 +5703,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5703
5703
|
}, {
|
|
5704
5704
|
name: string;
|
|
5705
5705
|
id: string;
|
|
5706
|
-
color?: string | undefined;
|
|
5707
|
-
team_id?: string | undefined;
|
|
5708
|
-
deleted?: boolean | undefined;
|
|
5709
|
-
real_name?: string | undefined;
|
|
5710
|
-
tz?: string | undefined;
|
|
5711
|
-
tz_label?: string | undefined;
|
|
5712
|
-
tz_offset?: number | undefined;
|
|
5713
5706
|
profile?: {
|
|
5714
5707
|
title?: string | undefined;
|
|
5715
5708
|
email?: string | undefined;
|
|
@@ -5736,6 +5729,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5736
5729
|
image_512?: string | undefined;
|
|
5737
5730
|
image_1024?: string | undefined;
|
|
5738
5731
|
} | undefined;
|
|
5732
|
+
color?: string | undefined;
|
|
5733
|
+
team_id?: string | undefined;
|
|
5734
|
+
deleted?: boolean | undefined;
|
|
5735
|
+
real_name?: string | undefined;
|
|
5736
|
+
tz?: string | undefined;
|
|
5737
|
+
tz_label?: string | undefined;
|
|
5738
|
+
tz_offset?: number | undefined;
|
|
5739
5739
|
is_admin?: boolean | undefined;
|
|
5740
5740
|
is_owner?: boolean | undefined;
|
|
5741
5741
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5756,8 +5756,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5756
5756
|
error: z.ZodString;
|
|
5757
5757
|
success: z.ZodBoolean;
|
|
5758
5758
|
}, "strip", z.ZodTypeAny, {
|
|
5759
|
-
success: boolean;
|
|
5760
5759
|
error: string;
|
|
5760
|
+
success: boolean;
|
|
5761
5761
|
operation: "list_users";
|
|
5762
5762
|
ok: boolean;
|
|
5763
5763
|
response_metadata?: {
|
|
@@ -5766,13 +5766,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5766
5766
|
members?: {
|
|
5767
5767
|
name: string;
|
|
5768
5768
|
id: string;
|
|
5769
|
-
color?: string | undefined;
|
|
5770
|
-
team_id?: string | undefined;
|
|
5771
|
-
deleted?: boolean | undefined;
|
|
5772
|
-
real_name?: string | undefined;
|
|
5773
|
-
tz?: string | undefined;
|
|
5774
|
-
tz_label?: string | undefined;
|
|
5775
|
-
tz_offset?: number | undefined;
|
|
5776
5769
|
profile?: {
|
|
5777
5770
|
title?: string | undefined;
|
|
5778
5771
|
email?: string | undefined;
|
|
@@ -5799,6 +5792,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5799
5792
|
image_512?: string | undefined;
|
|
5800
5793
|
image_1024?: string | undefined;
|
|
5801
5794
|
} | undefined;
|
|
5795
|
+
color?: string | undefined;
|
|
5796
|
+
team_id?: string | undefined;
|
|
5797
|
+
deleted?: boolean | undefined;
|
|
5798
|
+
real_name?: string | undefined;
|
|
5799
|
+
tz?: string | undefined;
|
|
5800
|
+
tz_label?: string | undefined;
|
|
5801
|
+
tz_offset?: number | undefined;
|
|
5802
5802
|
is_admin?: boolean | undefined;
|
|
5803
5803
|
is_owner?: boolean | undefined;
|
|
5804
5804
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5810,8 +5810,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5810
5810
|
has_2fa?: boolean | undefined;
|
|
5811
5811
|
}[] | undefined;
|
|
5812
5812
|
}, {
|
|
5813
|
-
success: boolean;
|
|
5814
5813
|
error: string;
|
|
5814
|
+
success: boolean;
|
|
5815
5815
|
operation: "list_users";
|
|
5816
5816
|
ok: boolean;
|
|
5817
5817
|
response_metadata?: {
|
|
@@ -5820,13 +5820,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5820
5820
|
members?: {
|
|
5821
5821
|
name: string;
|
|
5822
5822
|
id: string;
|
|
5823
|
-
color?: string | undefined;
|
|
5824
|
-
team_id?: string | undefined;
|
|
5825
|
-
deleted?: boolean | undefined;
|
|
5826
|
-
real_name?: string | undefined;
|
|
5827
|
-
tz?: string | undefined;
|
|
5828
|
-
tz_label?: string | undefined;
|
|
5829
|
-
tz_offset?: number | undefined;
|
|
5830
5823
|
profile?: {
|
|
5831
5824
|
title?: string | undefined;
|
|
5832
5825
|
email?: string | undefined;
|
|
@@ -5853,6 +5846,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5853
5846
|
image_512?: string | undefined;
|
|
5854
5847
|
image_1024?: string | undefined;
|
|
5855
5848
|
} | undefined;
|
|
5849
|
+
color?: string | undefined;
|
|
5850
|
+
team_id?: string | undefined;
|
|
5851
|
+
deleted?: boolean | undefined;
|
|
5852
|
+
real_name?: string | undefined;
|
|
5853
|
+
tz?: string | undefined;
|
|
5854
|
+
tz_label?: string | undefined;
|
|
5855
|
+
tz_offset?: number | undefined;
|
|
5856
5856
|
is_admin?: boolean | undefined;
|
|
5857
5857
|
is_owner?: boolean | undefined;
|
|
5858
5858
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5965,10 +5965,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5965
5965
|
error: z.ZodString;
|
|
5966
5966
|
success: z.ZodBoolean;
|
|
5967
5967
|
}, "strip", z.ZodTypeAny, {
|
|
5968
|
-
success: boolean;
|
|
5969
5968
|
error: string;
|
|
5969
|
+
success: boolean;
|
|
5970
5970
|
operation: "get_conversation_history";
|
|
5971
5971
|
ok: boolean;
|
|
5972
|
+
response_metadata?: {
|
|
5973
|
+
next_cursor: string;
|
|
5974
|
+
} | undefined;
|
|
5972
5975
|
messages?: {
|
|
5973
5976
|
type: string;
|
|
5974
5977
|
user?: string | undefined;
|
|
@@ -5995,15 +5998,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5995
5998
|
count: number;
|
|
5996
5999
|
}[] | undefined;
|
|
5997
6000
|
}[] | undefined;
|
|
5998
|
-
response_metadata?: {
|
|
5999
|
-
next_cursor: string;
|
|
6000
|
-
} | undefined;
|
|
6001
6001
|
has_more?: boolean | undefined;
|
|
6002
6002
|
}, {
|
|
6003
|
-
success: boolean;
|
|
6004
6003
|
error: string;
|
|
6004
|
+
success: boolean;
|
|
6005
6005
|
operation: "get_conversation_history";
|
|
6006
6006
|
ok: boolean;
|
|
6007
|
+
response_metadata?: {
|
|
6008
|
+
next_cursor: string;
|
|
6009
|
+
} | undefined;
|
|
6007
6010
|
messages?: {
|
|
6008
6011
|
type: string;
|
|
6009
6012
|
user?: string | undefined;
|
|
@@ -6030,9 +6033,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6030
6033
|
count: number;
|
|
6031
6034
|
}[] | undefined;
|
|
6032
6035
|
}[] | undefined;
|
|
6033
|
-
response_metadata?: {
|
|
6034
|
-
next_cursor: string;
|
|
6035
|
-
} | undefined;
|
|
6036
6036
|
has_more?: boolean | undefined;
|
|
6037
6037
|
}>, z.ZodObject<{
|
|
6038
6038
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -6136,10 +6136,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6136
6136
|
error: z.ZodString;
|
|
6137
6137
|
success: z.ZodBoolean;
|
|
6138
6138
|
}, "strip", z.ZodTypeAny, {
|
|
6139
|
-
success: boolean;
|
|
6140
6139
|
error: string;
|
|
6140
|
+
success: boolean;
|
|
6141
6141
|
operation: "get_thread_replies";
|
|
6142
6142
|
ok: boolean;
|
|
6143
|
+
response_metadata?: {
|
|
6144
|
+
next_cursor: string;
|
|
6145
|
+
} | undefined;
|
|
6143
6146
|
messages?: {
|
|
6144
6147
|
type: string;
|
|
6145
6148
|
user?: string | undefined;
|
|
@@ -6166,15 +6169,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6166
6169
|
count: number;
|
|
6167
6170
|
}[] | undefined;
|
|
6168
6171
|
}[] | undefined;
|
|
6169
|
-
response_metadata?: {
|
|
6170
|
-
next_cursor: string;
|
|
6171
|
-
} | undefined;
|
|
6172
6172
|
has_more?: boolean | undefined;
|
|
6173
6173
|
}, {
|
|
6174
|
-
success: boolean;
|
|
6175
6174
|
error: string;
|
|
6175
|
+
success: boolean;
|
|
6176
6176
|
operation: "get_thread_replies";
|
|
6177
6177
|
ok: boolean;
|
|
6178
|
+
response_metadata?: {
|
|
6179
|
+
next_cursor: string;
|
|
6180
|
+
} | undefined;
|
|
6178
6181
|
messages?: {
|
|
6179
6182
|
type: string;
|
|
6180
6183
|
user?: string | undefined;
|
|
@@ -6201,9 +6204,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6201
6204
|
count: number;
|
|
6202
6205
|
}[] | undefined;
|
|
6203
6206
|
}[] | undefined;
|
|
6204
|
-
response_metadata?: {
|
|
6205
|
-
next_cursor: string;
|
|
6206
|
-
} | undefined;
|
|
6207
6207
|
has_more?: boolean | undefined;
|
|
6208
6208
|
}>, z.ZodObject<{
|
|
6209
6209
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -6302,8 +6302,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6302
6302
|
error: z.ZodString;
|
|
6303
6303
|
success: z.ZodBoolean;
|
|
6304
6304
|
}, "strip", z.ZodTypeAny, {
|
|
6305
|
-
success: boolean;
|
|
6306
6305
|
error: string;
|
|
6306
|
+
success: boolean;
|
|
6307
6307
|
operation: "update_message";
|
|
6308
6308
|
ok: boolean;
|
|
6309
6309
|
message?: {
|
|
@@ -6336,8 +6336,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6336
6336
|
ts?: string | undefined;
|
|
6337
6337
|
channel?: string | undefined;
|
|
6338
6338
|
}, {
|
|
6339
|
-
success: boolean;
|
|
6340
6339
|
error: string;
|
|
6340
|
+
success: boolean;
|
|
6341
6341
|
operation: "update_message";
|
|
6342
6342
|
ok: boolean;
|
|
6343
6343
|
message?: {
|
|
@@ -6377,15 +6377,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6377
6377
|
error: z.ZodString;
|
|
6378
6378
|
success: z.ZodBoolean;
|
|
6379
6379
|
}, "strip", z.ZodTypeAny, {
|
|
6380
|
-
success: boolean;
|
|
6381
6380
|
error: string;
|
|
6381
|
+
success: boolean;
|
|
6382
6382
|
operation: "delete_message";
|
|
6383
6383
|
ok: boolean;
|
|
6384
6384
|
ts?: string | undefined;
|
|
6385
6385
|
channel?: string | undefined;
|
|
6386
6386
|
}, {
|
|
6387
|
-
success: boolean;
|
|
6388
6387
|
error: string;
|
|
6388
|
+
success: boolean;
|
|
6389
6389
|
operation: "delete_message";
|
|
6390
6390
|
ok: boolean;
|
|
6391
6391
|
ts?: string | undefined;
|
|
@@ -6396,13 +6396,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6396
6396
|
error: z.ZodString;
|
|
6397
6397
|
success: z.ZodBoolean;
|
|
6398
6398
|
}, "strip", z.ZodTypeAny, {
|
|
6399
|
-
success: boolean;
|
|
6400
6399
|
error: string;
|
|
6400
|
+
success: boolean;
|
|
6401
6401
|
operation: "add_reaction";
|
|
6402
6402
|
ok: boolean;
|
|
6403
6403
|
}, {
|
|
6404
|
-
success: boolean;
|
|
6405
6404
|
error: string;
|
|
6405
|
+
success: boolean;
|
|
6406
6406
|
operation: "add_reaction";
|
|
6407
6407
|
ok: boolean;
|
|
6408
6408
|
}>, z.ZodObject<{
|
|
@@ -6411,13 +6411,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6411
6411
|
error: z.ZodString;
|
|
6412
6412
|
success: z.ZodBoolean;
|
|
6413
6413
|
}, "strip", z.ZodTypeAny, {
|
|
6414
|
-
success: boolean;
|
|
6415
6414
|
error: string;
|
|
6415
|
+
success: boolean;
|
|
6416
6416
|
operation: "remove_reaction";
|
|
6417
6417
|
ok: boolean;
|
|
6418
6418
|
}, {
|
|
6419
|
-
success: boolean;
|
|
6420
6419
|
error: string;
|
|
6420
|
+
success: boolean;
|
|
6421
6421
|
operation: "remove_reaction";
|
|
6422
6422
|
ok: boolean;
|
|
6423
6423
|
}>, z.ZodObject<{
|
|
@@ -6543,8 +6543,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6543
6543
|
error: z.ZodString;
|
|
6544
6544
|
success: z.ZodBoolean;
|
|
6545
6545
|
}, "strip", z.ZodTypeAny, {
|
|
6546
|
-
success: boolean;
|
|
6547
6546
|
error: string;
|
|
6547
|
+
success: boolean;
|
|
6548
6548
|
operation: "join_channel";
|
|
6549
6549
|
ok: boolean;
|
|
6550
6550
|
channel?: {
|
|
@@ -6583,8 +6583,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6583
6583
|
} | undefined;
|
|
6584
6584
|
already_in_channel?: boolean | undefined;
|
|
6585
6585
|
}, {
|
|
6586
|
-
success: boolean;
|
|
6587
6586
|
error: string;
|
|
6587
|
+
success: boolean;
|
|
6588
6588
|
operation: "join_channel";
|
|
6589
6589
|
ok: boolean;
|
|
6590
6590
|
channel?: {
|
|
@@ -6734,8 +6734,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6734
6734
|
has_rich_preview: z.ZodOptional<z.ZodBoolean>;
|
|
6735
6735
|
}, "strip", z.ZodTypeAny, {
|
|
6736
6736
|
name: string;
|
|
6737
|
-
user: string;
|
|
6738
6737
|
id: string;
|
|
6738
|
+
user: string;
|
|
6739
6739
|
username: string;
|
|
6740
6740
|
timestamp: number;
|
|
6741
6741
|
created: number;
|
|
@@ -6779,8 +6779,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6779
6779
|
has_rich_preview?: boolean | undefined;
|
|
6780
6780
|
}, {
|
|
6781
6781
|
name: string;
|
|
6782
|
-
user: string;
|
|
6783
6782
|
id: string;
|
|
6783
|
+
user: string;
|
|
6784
6784
|
username: string;
|
|
6785
6785
|
timestamp: number;
|
|
6786
6786
|
created: number;
|
|
@@ -6826,14 +6826,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6826
6826
|
error: z.ZodString;
|
|
6827
6827
|
success: z.ZodBoolean;
|
|
6828
6828
|
}, "strip", z.ZodTypeAny, {
|
|
6829
|
-
success: boolean;
|
|
6830
6829
|
error: string;
|
|
6830
|
+
success: boolean;
|
|
6831
6831
|
operation: "upload_file";
|
|
6832
6832
|
ok: boolean;
|
|
6833
6833
|
file?: {
|
|
6834
6834
|
name: string;
|
|
6835
|
-
user: string;
|
|
6836
6835
|
id: string;
|
|
6836
|
+
user: string;
|
|
6837
6837
|
username: string;
|
|
6838
6838
|
timestamp: number;
|
|
6839
6839
|
created: number;
|
|
@@ -6877,14 +6877,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6877
6877
|
has_rich_preview?: boolean | undefined;
|
|
6878
6878
|
} | undefined;
|
|
6879
6879
|
}, {
|
|
6880
|
-
success: boolean;
|
|
6881
6880
|
error: string;
|
|
6881
|
+
success: boolean;
|
|
6882
6882
|
operation: "upload_file";
|
|
6883
6883
|
ok: boolean;
|
|
6884
6884
|
file?: {
|
|
6885
6885
|
name: string;
|
|
6886
|
-
user: string;
|
|
6887
6886
|
id: string;
|
|
6887
|
+
user: string;
|
|
6888
6888
|
username: string;
|
|
6889
6889
|
timestamp: number;
|
|
6890
6890
|
created: number;
|
|
@@ -6936,16 +6936,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6936
6936
|
error: z.ZodString;
|
|
6937
6937
|
success: z.ZodBoolean;
|
|
6938
6938
|
}, "strip", z.ZodTypeAny, {
|
|
6939
|
-
success: boolean;
|
|
6940
6939
|
error: string;
|
|
6940
|
+
success: boolean;
|
|
6941
6941
|
operation: "schedule_message";
|
|
6942
6942
|
ok: boolean;
|
|
6943
6943
|
channel?: string | undefined;
|
|
6944
6944
|
post_at?: number | undefined;
|
|
6945
6945
|
scheduled_message_id?: string | undefined;
|
|
6946
6946
|
}, {
|
|
6947
|
-
success: boolean;
|
|
6948
6947
|
error: string;
|
|
6948
|
+
success: boolean;
|
|
6949
6949
|
operation: "schedule_message";
|
|
6950
6950
|
ok: boolean;
|
|
6951
6951
|
channel?: string | undefined;
|
|
@@ -7006,8 +7006,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7006
7006
|
error: z.ZodString;
|
|
7007
7007
|
success: z.ZodBoolean;
|
|
7008
7008
|
}, "strip", z.ZodTypeAny, {
|
|
7009
|
-
success: boolean;
|
|
7010
7009
|
error: string;
|
|
7010
|
+
success: boolean;
|
|
7011
7011
|
operation: "get_file_info";
|
|
7012
7012
|
ok: boolean;
|
|
7013
7013
|
file?: {
|
|
@@ -7028,8 +7028,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7028
7028
|
original_h?: number | undefined;
|
|
7029
7029
|
} | undefined;
|
|
7030
7030
|
}, {
|
|
7031
|
-
success: boolean;
|
|
7032
7031
|
error: string;
|
|
7032
|
+
success: boolean;
|
|
7033
7033
|
operation: "get_file_info";
|
|
7034
7034
|
ok: boolean;
|
|
7035
7035
|
file?: {
|
|
@@ -7059,8 +7059,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7059
7059
|
error: z.ZodString;
|
|
7060
7060
|
success: z.ZodBoolean;
|
|
7061
7061
|
}, "strip", z.ZodTypeAny, {
|
|
7062
|
-
success: boolean;
|
|
7063
7062
|
error: string;
|
|
7063
|
+
success: boolean;
|
|
7064
7064
|
operation: "download_file";
|
|
7065
7065
|
ok: boolean;
|
|
7066
7066
|
content?: string | undefined;
|
|
@@ -7068,8 +7068,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7068
7068
|
mimetype?: string | undefined;
|
|
7069
7069
|
size?: number | undefined;
|
|
7070
7070
|
}, {
|
|
7071
|
-
success: boolean;
|
|
7072
7071
|
error: string;
|
|
7072
|
+
success: boolean;
|
|
7073
7073
|
operation: "download_file";
|
|
7074
7074
|
ok: boolean;
|
|
7075
7075
|
content?: string | undefined;
|