@bubblelab/bubble-core 0.1.84 → 0.1.86
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 +87 -87
- package/dist/bubbles/service-bubble/agi-inc.d.ts +52 -52
- package/dist/bubbles/service-bubble/ai-agent.d.ts +40 -40
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/apify.d.ts +26 -26
- 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/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +270 -270
- 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 +48 -48
- 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 +20 -20
- 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 +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +1240 -304
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +26 -0
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- 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 +169 -16
- 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 +56 -56
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +100 -100
- 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 +32 -32
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +294 -2
- 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
|
@@ -355,16 +355,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
355
355
|
cursor: z.ZodOptional<z.ZodString>;
|
|
356
356
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
357
357
|
}, "strip", z.ZodTypeAny, {
|
|
358
|
-
operation: "list_channels";
|
|
359
358
|
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
359
|
+
operation: "list_channels";
|
|
360
360
|
exclude_archived: boolean;
|
|
361
361
|
limit: number;
|
|
362
362
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
363
363
|
cursor?: string | undefined;
|
|
364
364
|
}, {
|
|
365
365
|
operation: "list_channels";
|
|
366
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
367
366
|
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
367
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
368
368
|
exclude_archived?: boolean | undefined;
|
|
369
369
|
limit?: number | undefined;
|
|
370
370
|
cursor?: string | undefined;
|
|
@@ -1190,10 +1190,59 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1190
1190
|
users: string[];
|
|
1191
1191
|
count: number;
|
|
1192
1192
|
}>, "many">>;
|
|
1193
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1194
|
+
id: z.ZodString;
|
|
1195
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1196
|
+
title: z.ZodOptional<z.ZodString>;
|
|
1197
|
+
mimetype: z.ZodOptional<z.ZodString>;
|
|
1198
|
+
filetype: z.ZodOptional<z.ZodString>;
|
|
1199
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
1200
|
+
user: z.ZodOptional<z.ZodString>;
|
|
1201
|
+
url_private: z.ZodOptional<z.ZodString>;
|
|
1202
|
+
url_private_download: z.ZodOptional<z.ZodString>;
|
|
1203
|
+
thumb_64: z.ZodOptional<z.ZodString>;
|
|
1204
|
+
thumb_360: z.ZodOptional<z.ZodString>;
|
|
1205
|
+
thumb_480: z.ZodOptional<z.ZodString>;
|
|
1206
|
+
original_w: z.ZodOptional<z.ZodNumber>;
|
|
1207
|
+
original_h: z.ZodOptional<z.ZodNumber>;
|
|
1208
|
+
permalink: z.ZodOptional<z.ZodString>;
|
|
1209
|
+
}, "strip", z.ZodTypeAny, {
|
|
1210
|
+
id: string;
|
|
1211
|
+
title?: string | undefined;
|
|
1212
|
+
name?: string | undefined;
|
|
1213
|
+
user?: string | undefined;
|
|
1214
|
+
mimetype?: string | undefined;
|
|
1215
|
+
filetype?: string | undefined;
|
|
1216
|
+
size?: number | undefined;
|
|
1217
|
+
url_private?: string | undefined;
|
|
1218
|
+
url_private_download?: string | undefined;
|
|
1219
|
+
thumb_64?: string | undefined;
|
|
1220
|
+
thumb_360?: string | undefined;
|
|
1221
|
+
thumb_480?: string | undefined;
|
|
1222
|
+
original_w?: number | undefined;
|
|
1223
|
+
original_h?: number | undefined;
|
|
1224
|
+
permalink?: string | undefined;
|
|
1225
|
+
}, {
|
|
1226
|
+
id: string;
|
|
1227
|
+
title?: string | undefined;
|
|
1228
|
+
name?: string | undefined;
|
|
1229
|
+
user?: string | undefined;
|
|
1230
|
+
mimetype?: string | undefined;
|
|
1231
|
+
filetype?: string | undefined;
|
|
1232
|
+
size?: number | undefined;
|
|
1233
|
+
url_private?: string | undefined;
|
|
1234
|
+
url_private_download?: string | undefined;
|
|
1235
|
+
thumb_64?: string | undefined;
|
|
1236
|
+
thumb_360?: string | undefined;
|
|
1237
|
+
thumb_480?: string | undefined;
|
|
1238
|
+
original_w?: number | undefined;
|
|
1239
|
+
original_h?: number | undefined;
|
|
1240
|
+
permalink?: string | undefined;
|
|
1241
|
+
}>, "many">>;
|
|
1193
1242
|
}, "strip", z.ZodTypeAny, {
|
|
1194
1243
|
type: string;
|
|
1195
|
-
user?: string | undefined;
|
|
1196
1244
|
text?: string | undefined;
|
|
1245
|
+
user?: string | undefined;
|
|
1197
1246
|
ts?: string | undefined;
|
|
1198
1247
|
username?: string | undefined;
|
|
1199
1248
|
attachments?: unknown[] | undefined;
|
|
@@ -1215,10 +1264,27 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1215
1264
|
users: string[];
|
|
1216
1265
|
count: number;
|
|
1217
1266
|
}[] | undefined;
|
|
1267
|
+
files?: {
|
|
1268
|
+
id: string;
|
|
1269
|
+
title?: string | undefined;
|
|
1270
|
+
name?: string | undefined;
|
|
1271
|
+
user?: string | undefined;
|
|
1272
|
+
mimetype?: string | undefined;
|
|
1273
|
+
filetype?: string | undefined;
|
|
1274
|
+
size?: number | undefined;
|
|
1275
|
+
url_private?: string | undefined;
|
|
1276
|
+
url_private_download?: string | undefined;
|
|
1277
|
+
thumb_64?: string | undefined;
|
|
1278
|
+
thumb_360?: string | undefined;
|
|
1279
|
+
thumb_480?: string | undefined;
|
|
1280
|
+
original_w?: number | undefined;
|
|
1281
|
+
original_h?: number | undefined;
|
|
1282
|
+
permalink?: string | undefined;
|
|
1283
|
+
}[] | undefined;
|
|
1218
1284
|
}, {
|
|
1219
1285
|
type: string;
|
|
1220
|
-
user?: string | undefined;
|
|
1221
1286
|
text?: string | undefined;
|
|
1287
|
+
user?: string | undefined;
|
|
1222
1288
|
ts?: string | undefined;
|
|
1223
1289
|
username?: string | undefined;
|
|
1224
1290
|
attachments?: unknown[] | undefined;
|
|
@@ -1240,18 +1306,35 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1240
1306
|
users: string[];
|
|
1241
1307
|
count: number;
|
|
1242
1308
|
}[] | undefined;
|
|
1309
|
+
files?: {
|
|
1310
|
+
id: string;
|
|
1311
|
+
title?: string | undefined;
|
|
1312
|
+
name?: string | undefined;
|
|
1313
|
+
user?: string | undefined;
|
|
1314
|
+
mimetype?: string | undefined;
|
|
1315
|
+
filetype?: string | undefined;
|
|
1316
|
+
size?: number | undefined;
|
|
1317
|
+
url_private?: string | undefined;
|
|
1318
|
+
url_private_download?: string | undefined;
|
|
1319
|
+
thumb_64?: string | undefined;
|
|
1320
|
+
thumb_360?: string | undefined;
|
|
1321
|
+
thumb_480?: string | undefined;
|
|
1322
|
+
original_w?: number | undefined;
|
|
1323
|
+
original_h?: number | undefined;
|
|
1324
|
+
permalink?: string | undefined;
|
|
1325
|
+
}[] | undefined;
|
|
1243
1326
|
}>>;
|
|
1244
1327
|
error: z.ZodString;
|
|
1245
1328
|
success: z.ZodBoolean;
|
|
1246
1329
|
}, "strip", z.ZodTypeAny, {
|
|
1247
|
-
success: boolean;
|
|
1248
1330
|
error: string;
|
|
1331
|
+
success: boolean;
|
|
1249
1332
|
operation: "send_message";
|
|
1250
1333
|
ok: boolean;
|
|
1251
1334
|
message?: {
|
|
1252
1335
|
type: string;
|
|
1253
|
-
user?: string | undefined;
|
|
1254
1336
|
text?: string | undefined;
|
|
1337
|
+
user?: string | undefined;
|
|
1255
1338
|
ts?: string | undefined;
|
|
1256
1339
|
username?: string | undefined;
|
|
1257
1340
|
attachments?: unknown[] | undefined;
|
|
@@ -1273,18 +1356,35 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1273
1356
|
users: string[];
|
|
1274
1357
|
count: number;
|
|
1275
1358
|
}[] | undefined;
|
|
1359
|
+
files?: {
|
|
1360
|
+
id: string;
|
|
1361
|
+
title?: string | undefined;
|
|
1362
|
+
name?: string | undefined;
|
|
1363
|
+
user?: string | undefined;
|
|
1364
|
+
mimetype?: string | undefined;
|
|
1365
|
+
filetype?: string | undefined;
|
|
1366
|
+
size?: number | undefined;
|
|
1367
|
+
url_private?: string | undefined;
|
|
1368
|
+
url_private_download?: string | undefined;
|
|
1369
|
+
thumb_64?: string | undefined;
|
|
1370
|
+
thumb_360?: string | undefined;
|
|
1371
|
+
thumb_480?: string | undefined;
|
|
1372
|
+
original_w?: number | undefined;
|
|
1373
|
+
original_h?: number | undefined;
|
|
1374
|
+
permalink?: string | undefined;
|
|
1375
|
+
}[] | undefined;
|
|
1276
1376
|
} | undefined;
|
|
1277
1377
|
ts?: string | undefined;
|
|
1278
1378
|
channel?: string | undefined;
|
|
1279
1379
|
}, {
|
|
1280
|
-
success: boolean;
|
|
1281
1380
|
error: string;
|
|
1381
|
+
success: boolean;
|
|
1282
1382
|
operation: "send_message";
|
|
1283
1383
|
ok: boolean;
|
|
1284
1384
|
message?: {
|
|
1285
1385
|
type: string;
|
|
1286
|
-
user?: string | undefined;
|
|
1287
1386
|
text?: string | undefined;
|
|
1387
|
+
user?: string | undefined;
|
|
1288
1388
|
ts?: string | undefined;
|
|
1289
1389
|
username?: string | undefined;
|
|
1290
1390
|
attachments?: unknown[] | undefined;
|
|
@@ -1306,6 +1406,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1306
1406
|
users: string[];
|
|
1307
1407
|
count: number;
|
|
1308
1408
|
}[] | undefined;
|
|
1409
|
+
files?: {
|
|
1410
|
+
id: string;
|
|
1411
|
+
title?: string | undefined;
|
|
1412
|
+
name?: string | undefined;
|
|
1413
|
+
user?: string | undefined;
|
|
1414
|
+
mimetype?: string | undefined;
|
|
1415
|
+
filetype?: string | undefined;
|
|
1416
|
+
size?: number | undefined;
|
|
1417
|
+
url_private?: string | undefined;
|
|
1418
|
+
url_private_download?: string | undefined;
|
|
1419
|
+
thumb_64?: string | undefined;
|
|
1420
|
+
thumb_360?: string | undefined;
|
|
1421
|
+
thumb_480?: string | undefined;
|
|
1422
|
+
original_w?: number | undefined;
|
|
1423
|
+
original_h?: number | undefined;
|
|
1424
|
+
permalink?: string | undefined;
|
|
1425
|
+
}[] | undefined;
|
|
1309
1426
|
} | undefined;
|
|
1310
1427
|
ts?: string | undefined;
|
|
1311
1428
|
channel?: string | undefined;
|
|
@@ -1438,8 +1555,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1438
1555
|
error: z.ZodString;
|
|
1439
1556
|
success: z.ZodBoolean;
|
|
1440
1557
|
}, "strip", z.ZodTypeAny, {
|
|
1441
|
-
success: boolean;
|
|
1442
1558
|
error: string;
|
|
1559
|
+
success: boolean;
|
|
1443
1560
|
operation: "list_channels";
|
|
1444
1561
|
ok: boolean;
|
|
1445
1562
|
response_metadata?: {
|
|
@@ -1480,8 +1597,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1480
1597
|
num_members?: number | undefined;
|
|
1481
1598
|
}[] | undefined;
|
|
1482
1599
|
}, {
|
|
1483
|
-
success: boolean;
|
|
1484
1600
|
error: string;
|
|
1601
|
+
success: boolean;
|
|
1485
1602
|
operation: "list_channels";
|
|
1486
1603
|
ok: boolean;
|
|
1487
1604
|
response_metadata?: {
|
|
@@ -1643,8 +1760,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1643
1760
|
error: z.ZodString;
|
|
1644
1761
|
success: z.ZodBoolean;
|
|
1645
1762
|
}, "strip", z.ZodTypeAny, {
|
|
1646
|
-
success: boolean;
|
|
1647
1763
|
error: string;
|
|
1764
|
+
success: boolean;
|
|
1648
1765
|
operation: "get_channel_info";
|
|
1649
1766
|
ok: boolean;
|
|
1650
1767
|
channel?: {
|
|
@@ -1682,8 +1799,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1682
1799
|
num_members?: number | undefined;
|
|
1683
1800
|
} | undefined;
|
|
1684
1801
|
}, {
|
|
1685
|
-
success: boolean;
|
|
1686
1802
|
error: string;
|
|
1803
|
+
success: boolean;
|
|
1687
1804
|
operation: "get_channel_info";
|
|
1688
1805
|
ok: boolean;
|
|
1689
1806
|
channel?: {
|
|
@@ -1821,13 +1938,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1821
1938
|
}, "strip", z.ZodTypeAny, {
|
|
1822
1939
|
name: string;
|
|
1823
1940
|
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
1941
|
profile?: {
|
|
1832
1942
|
title?: string | undefined;
|
|
1833
1943
|
email?: string | undefined;
|
|
@@ -1854,6 +1964,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1854
1964
|
image_512?: string | undefined;
|
|
1855
1965
|
image_1024?: string | undefined;
|
|
1856
1966
|
} | undefined;
|
|
1967
|
+
color?: string | undefined;
|
|
1968
|
+
team_id?: string | undefined;
|
|
1969
|
+
deleted?: boolean | undefined;
|
|
1970
|
+
real_name?: string | undefined;
|
|
1971
|
+
tz?: string | undefined;
|
|
1972
|
+
tz_label?: string | undefined;
|
|
1973
|
+
tz_offset?: number | undefined;
|
|
1857
1974
|
is_admin?: boolean | undefined;
|
|
1858
1975
|
is_owner?: boolean | undefined;
|
|
1859
1976
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1866,13 +1983,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1866
1983
|
}, {
|
|
1867
1984
|
name: string;
|
|
1868
1985
|
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
1986
|
profile?: {
|
|
1877
1987
|
title?: string | undefined;
|
|
1878
1988
|
email?: string | undefined;
|
|
@@ -1899,6 +2009,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1899
2009
|
image_512?: string | undefined;
|
|
1900
2010
|
image_1024?: string | undefined;
|
|
1901
2011
|
} | undefined;
|
|
2012
|
+
color?: string | undefined;
|
|
2013
|
+
team_id?: string | undefined;
|
|
2014
|
+
deleted?: boolean | undefined;
|
|
2015
|
+
real_name?: string | undefined;
|
|
2016
|
+
tz?: string | undefined;
|
|
2017
|
+
tz_label?: string | undefined;
|
|
2018
|
+
tz_offset?: number | undefined;
|
|
1902
2019
|
is_admin?: boolean | undefined;
|
|
1903
2020
|
is_owner?: boolean | undefined;
|
|
1904
2021
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1912,20 +2029,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1912
2029
|
error: z.ZodString;
|
|
1913
2030
|
success: z.ZodBoolean;
|
|
1914
2031
|
}, "strip", z.ZodTypeAny, {
|
|
1915
|
-
success: boolean;
|
|
1916
2032
|
error: string;
|
|
2033
|
+
success: boolean;
|
|
1917
2034
|
operation: "get_user_info";
|
|
1918
2035
|
ok: boolean;
|
|
1919
2036
|
user?: {
|
|
1920
2037
|
name: string;
|
|
1921
2038
|
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
2039
|
profile?: {
|
|
1930
2040
|
title?: string | undefined;
|
|
1931
2041
|
email?: string | undefined;
|
|
@@ -1952,6 +2062,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1952
2062
|
image_512?: string | undefined;
|
|
1953
2063
|
image_1024?: string | undefined;
|
|
1954
2064
|
} | undefined;
|
|
2065
|
+
color?: string | undefined;
|
|
2066
|
+
team_id?: string | undefined;
|
|
2067
|
+
deleted?: boolean | undefined;
|
|
2068
|
+
real_name?: string | undefined;
|
|
2069
|
+
tz?: string | undefined;
|
|
2070
|
+
tz_label?: string | undefined;
|
|
2071
|
+
tz_offset?: number | undefined;
|
|
1955
2072
|
is_admin?: boolean | undefined;
|
|
1956
2073
|
is_owner?: boolean | undefined;
|
|
1957
2074
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1963,20 +2080,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1963
2080
|
has_2fa?: boolean | undefined;
|
|
1964
2081
|
} | undefined;
|
|
1965
2082
|
}, {
|
|
1966
|
-
success: boolean;
|
|
1967
2083
|
error: string;
|
|
2084
|
+
success: boolean;
|
|
1968
2085
|
operation: "get_user_info";
|
|
1969
2086
|
ok: boolean;
|
|
1970
2087
|
user?: {
|
|
1971
2088
|
name: string;
|
|
1972
2089
|
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
2090
|
profile?: {
|
|
1981
2091
|
title?: string | undefined;
|
|
1982
2092
|
email?: string | undefined;
|
|
@@ -2003,6 +2113,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2003
2113
|
image_512?: string | undefined;
|
|
2004
2114
|
image_1024?: string | undefined;
|
|
2005
2115
|
} | 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;
|
|
2006
2123
|
is_admin?: boolean | undefined;
|
|
2007
2124
|
is_owner?: boolean | undefined;
|
|
2008
2125
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2114,13 +2231,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2114
2231
|
}, "strip", z.ZodTypeAny, {
|
|
2115
2232
|
name: string;
|
|
2116
2233
|
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
2234
|
profile?: {
|
|
2125
2235
|
title?: string | undefined;
|
|
2126
2236
|
email?: string | undefined;
|
|
@@ -2147,6 +2257,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2147
2257
|
image_512?: string | undefined;
|
|
2148
2258
|
image_1024?: string | undefined;
|
|
2149
2259
|
} | undefined;
|
|
2260
|
+
color?: string | undefined;
|
|
2261
|
+
team_id?: string | undefined;
|
|
2262
|
+
deleted?: boolean | undefined;
|
|
2263
|
+
real_name?: string | undefined;
|
|
2264
|
+
tz?: string | undefined;
|
|
2265
|
+
tz_label?: string | undefined;
|
|
2266
|
+
tz_offset?: number | undefined;
|
|
2150
2267
|
is_admin?: boolean | undefined;
|
|
2151
2268
|
is_owner?: boolean | undefined;
|
|
2152
2269
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2159,13 +2276,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2159
2276
|
}, {
|
|
2160
2277
|
name: string;
|
|
2161
2278
|
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
2279
|
profile?: {
|
|
2170
2280
|
title?: string | undefined;
|
|
2171
2281
|
email?: string | undefined;
|
|
@@ -2192,6 +2302,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2192
2302
|
image_512?: string | undefined;
|
|
2193
2303
|
image_1024?: string | undefined;
|
|
2194
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;
|
|
2195
2312
|
is_admin?: boolean | undefined;
|
|
2196
2313
|
is_owner?: boolean | undefined;
|
|
2197
2314
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2212,8 +2329,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2212
2329
|
error: z.ZodString;
|
|
2213
2330
|
success: z.ZodBoolean;
|
|
2214
2331
|
}, "strip", z.ZodTypeAny, {
|
|
2215
|
-
success: boolean;
|
|
2216
2332
|
error: string;
|
|
2333
|
+
success: boolean;
|
|
2217
2334
|
operation: "list_users";
|
|
2218
2335
|
ok: boolean;
|
|
2219
2336
|
response_metadata?: {
|
|
@@ -2222,13 +2339,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2222
2339
|
members?: {
|
|
2223
2340
|
name: string;
|
|
2224
2341
|
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
2342
|
profile?: {
|
|
2233
2343
|
title?: string | undefined;
|
|
2234
2344
|
email?: string | undefined;
|
|
@@ -2255,6 +2365,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2255
2365
|
image_512?: string | undefined;
|
|
2256
2366
|
image_1024?: string | undefined;
|
|
2257
2367
|
} | undefined;
|
|
2368
|
+
color?: string | undefined;
|
|
2369
|
+
team_id?: string | undefined;
|
|
2370
|
+
deleted?: boolean | undefined;
|
|
2371
|
+
real_name?: string | undefined;
|
|
2372
|
+
tz?: string | undefined;
|
|
2373
|
+
tz_label?: string | undefined;
|
|
2374
|
+
tz_offset?: number | undefined;
|
|
2258
2375
|
is_admin?: boolean | undefined;
|
|
2259
2376
|
is_owner?: boolean | undefined;
|
|
2260
2377
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2266,8 +2383,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2266
2383
|
has_2fa?: boolean | undefined;
|
|
2267
2384
|
}[] | undefined;
|
|
2268
2385
|
}, {
|
|
2269
|
-
success: boolean;
|
|
2270
2386
|
error: string;
|
|
2387
|
+
success: boolean;
|
|
2271
2388
|
operation: "list_users";
|
|
2272
2389
|
ok: boolean;
|
|
2273
2390
|
response_metadata?: {
|
|
@@ -2276,13 +2393,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2276
2393
|
members?: {
|
|
2277
2394
|
name: string;
|
|
2278
2395
|
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
2396
|
profile?: {
|
|
2287
2397
|
title?: string | undefined;
|
|
2288
2398
|
email?: string | undefined;
|
|
@@ -2309,6 +2419,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2309
2419
|
image_512?: string | undefined;
|
|
2310
2420
|
image_1024?: string | undefined;
|
|
2311
2421
|
} | undefined;
|
|
2422
|
+
color?: string | undefined;
|
|
2423
|
+
team_id?: string | undefined;
|
|
2424
|
+
deleted?: boolean | undefined;
|
|
2425
|
+
real_name?: string | undefined;
|
|
2426
|
+
tz?: string | undefined;
|
|
2427
|
+
tz_label?: string | undefined;
|
|
2428
|
+
tz_offset?: number | undefined;
|
|
2312
2429
|
is_admin?: boolean | undefined;
|
|
2313
2430
|
is_owner?: boolean | undefined;
|
|
2314
2431
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2359,35 +2476,101 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2359
2476
|
users: string[];
|
|
2360
2477
|
count: number;
|
|
2361
2478
|
}>, "many">>;
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2479
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2480
|
+
id: z.ZodString;
|
|
2481
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2482
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2483
|
+
mimetype: z.ZodOptional<z.ZodString>;
|
|
2484
|
+
filetype: z.ZodOptional<z.ZodString>;
|
|
2485
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
2486
|
+
user: z.ZodOptional<z.ZodString>;
|
|
2487
|
+
url_private: z.ZodOptional<z.ZodString>;
|
|
2488
|
+
url_private_download: z.ZodOptional<z.ZodString>;
|
|
2489
|
+
thumb_64: z.ZodOptional<z.ZodString>;
|
|
2490
|
+
thumb_360: z.ZodOptional<z.ZodString>;
|
|
2491
|
+
thumb_480: z.ZodOptional<z.ZodString>;
|
|
2492
|
+
original_w: z.ZodOptional<z.ZodNumber>;
|
|
2493
|
+
original_h: z.ZodOptional<z.ZodNumber>;
|
|
2494
|
+
permalink: z.ZodOptional<z.ZodString>;
|
|
2495
|
+
}, "strip", z.ZodTypeAny, {
|
|
2496
|
+
id: string;
|
|
2497
|
+
title?: string | undefined;
|
|
2498
|
+
name?: string | undefined;
|
|
2499
|
+
user?: string | undefined;
|
|
2500
|
+
mimetype?: string | undefined;
|
|
2501
|
+
filetype?: string | undefined;
|
|
2502
|
+
size?: number | undefined;
|
|
2503
|
+
url_private?: string | undefined;
|
|
2504
|
+
url_private_download?: string | undefined;
|
|
2505
|
+
thumb_64?: string | undefined;
|
|
2506
|
+
thumb_360?: string | undefined;
|
|
2507
|
+
thumb_480?: string | undefined;
|
|
2508
|
+
original_w?: number | undefined;
|
|
2509
|
+
original_h?: number | undefined;
|
|
2510
|
+
permalink?: string | undefined;
|
|
2511
|
+
}, {
|
|
2512
|
+
id: string;
|
|
2513
|
+
title?: string | undefined;
|
|
2514
|
+
name?: string | undefined;
|
|
2515
|
+
user?: string | undefined;
|
|
2516
|
+
mimetype?: string | undefined;
|
|
2517
|
+
filetype?: string | undefined;
|
|
2518
|
+
size?: number | undefined;
|
|
2519
|
+
url_private?: string | undefined;
|
|
2520
|
+
url_private_download?: string | undefined;
|
|
2521
|
+
thumb_64?: string | undefined;
|
|
2522
|
+
thumb_360?: string | undefined;
|
|
2523
|
+
thumb_480?: string | undefined;
|
|
2524
|
+
original_w?: number | undefined;
|
|
2525
|
+
original_h?: number | undefined;
|
|
2526
|
+
permalink?: string | undefined;
|
|
2527
|
+
}>, "many">>;
|
|
2528
|
+
}, "strip", z.ZodTypeAny, {
|
|
2529
|
+
type: string;
|
|
2530
|
+
text?: string | undefined;
|
|
2531
|
+
user?: string | undefined;
|
|
2532
|
+
ts?: string | undefined;
|
|
2533
|
+
username?: string | undefined;
|
|
2534
|
+
attachments?: unknown[] | undefined;
|
|
2535
|
+
blocks?: unknown[] | undefined;
|
|
2536
|
+
thread_ts?: string | undefined;
|
|
2537
|
+
bot_id?: string | undefined;
|
|
2538
|
+
bot_profile?: {
|
|
2539
|
+
name?: string | undefined;
|
|
2540
|
+
} | undefined;
|
|
2541
|
+
parent_user_id?: string | undefined;
|
|
2542
|
+
reply_count?: number | undefined;
|
|
2543
|
+
reply_users_count?: number | undefined;
|
|
2544
|
+
latest_reply?: string | undefined;
|
|
2545
|
+
reply_users?: string[] | undefined;
|
|
2546
|
+
is_locked?: boolean | undefined;
|
|
2547
|
+
subscribed?: boolean | undefined;
|
|
2548
|
+
reactions?: {
|
|
2383
2549
|
name: string;
|
|
2384
2550
|
users: string[];
|
|
2385
2551
|
count: number;
|
|
2386
2552
|
}[] | undefined;
|
|
2553
|
+
files?: {
|
|
2554
|
+
id: string;
|
|
2555
|
+
title?: string | undefined;
|
|
2556
|
+
name?: string | undefined;
|
|
2557
|
+
user?: string | undefined;
|
|
2558
|
+
mimetype?: string | undefined;
|
|
2559
|
+
filetype?: string | undefined;
|
|
2560
|
+
size?: number | undefined;
|
|
2561
|
+
url_private?: string | undefined;
|
|
2562
|
+
url_private_download?: string | undefined;
|
|
2563
|
+
thumb_64?: string | undefined;
|
|
2564
|
+
thumb_360?: string | undefined;
|
|
2565
|
+
thumb_480?: string | undefined;
|
|
2566
|
+
original_w?: number | undefined;
|
|
2567
|
+
original_h?: number | undefined;
|
|
2568
|
+
permalink?: string | undefined;
|
|
2569
|
+
}[] | undefined;
|
|
2387
2570
|
}, {
|
|
2388
2571
|
type: string;
|
|
2389
|
-
user?: string | undefined;
|
|
2390
2572
|
text?: string | undefined;
|
|
2573
|
+
user?: string | undefined;
|
|
2391
2574
|
ts?: string | undefined;
|
|
2392
2575
|
username?: string | undefined;
|
|
2393
2576
|
attachments?: unknown[] | undefined;
|
|
@@ -2409,6 +2592,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2409
2592
|
users: string[];
|
|
2410
2593
|
count: number;
|
|
2411
2594
|
}[] | undefined;
|
|
2595
|
+
files?: {
|
|
2596
|
+
id: string;
|
|
2597
|
+
title?: string | undefined;
|
|
2598
|
+
name?: string | undefined;
|
|
2599
|
+
user?: string | undefined;
|
|
2600
|
+
mimetype?: string | undefined;
|
|
2601
|
+
filetype?: string | undefined;
|
|
2602
|
+
size?: number | undefined;
|
|
2603
|
+
url_private?: string | undefined;
|
|
2604
|
+
url_private_download?: string | undefined;
|
|
2605
|
+
thumb_64?: string | undefined;
|
|
2606
|
+
thumb_360?: string | undefined;
|
|
2607
|
+
thumb_480?: string | undefined;
|
|
2608
|
+
original_w?: number | undefined;
|
|
2609
|
+
original_h?: number | undefined;
|
|
2610
|
+
permalink?: string | undefined;
|
|
2611
|
+
}[] | undefined;
|
|
2412
2612
|
}>, "many">>;
|
|
2413
2613
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
2414
2614
|
response_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -2421,14 +2621,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2421
2621
|
error: z.ZodString;
|
|
2422
2622
|
success: z.ZodBoolean;
|
|
2423
2623
|
}, "strip", z.ZodTypeAny, {
|
|
2424
|
-
success: boolean;
|
|
2425
2624
|
error: string;
|
|
2625
|
+
success: boolean;
|
|
2426
2626
|
operation: "get_conversation_history";
|
|
2427
2627
|
ok: boolean;
|
|
2628
|
+
response_metadata?: {
|
|
2629
|
+
next_cursor: string;
|
|
2630
|
+
} | undefined;
|
|
2428
2631
|
messages?: {
|
|
2429
2632
|
type: string;
|
|
2430
|
-
user?: string | undefined;
|
|
2431
2633
|
text?: string | undefined;
|
|
2634
|
+
user?: string | undefined;
|
|
2432
2635
|
ts?: string | undefined;
|
|
2433
2636
|
username?: string | undefined;
|
|
2434
2637
|
attachments?: unknown[] | undefined;
|
|
@@ -2450,20 +2653,37 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2450
2653
|
users: string[];
|
|
2451
2654
|
count: number;
|
|
2452
2655
|
}[] | undefined;
|
|
2656
|
+
files?: {
|
|
2657
|
+
id: string;
|
|
2658
|
+
title?: string | undefined;
|
|
2659
|
+
name?: string | undefined;
|
|
2660
|
+
user?: string | undefined;
|
|
2661
|
+
mimetype?: string | undefined;
|
|
2662
|
+
filetype?: string | undefined;
|
|
2663
|
+
size?: number | undefined;
|
|
2664
|
+
url_private?: string | undefined;
|
|
2665
|
+
url_private_download?: string | undefined;
|
|
2666
|
+
thumb_64?: string | undefined;
|
|
2667
|
+
thumb_360?: string | undefined;
|
|
2668
|
+
thumb_480?: string | undefined;
|
|
2669
|
+
original_w?: number | undefined;
|
|
2670
|
+
original_h?: number | undefined;
|
|
2671
|
+
permalink?: string | undefined;
|
|
2672
|
+
}[] | undefined;
|
|
2453
2673
|
}[] | undefined;
|
|
2454
|
-
response_metadata?: {
|
|
2455
|
-
next_cursor: string;
|
|
2456
|
-
} | undefined;
|
|
2457
2674
|
has_more?: boolean | undefined;
|
|
2458
2675
|
}, {
|
|
2459
|
-
success: boolean;
|
|
2460
2676
|
error: string;
|
|
2677
|
+
success: boolean;
|
|
2461
2678
|
operation: "get_conversation_history";
|
|
2462
2679
|
ok: boolean;
|
|
2680
|
+
response_metadata?: {
|
|
2681
|
+
next_cursor: string;
|
|
2682
|
+
} | undefined;
|
|
2463
2683
|
messages?: {
|
|
2464
2684
|
type: string;
|
|
2465
|
-
user?: string | undefined;
|
|
2466
2685
|
text?: string | undefined;
|
|
2686
|
+
user?: string | undefined;
|
|
2467
2687
|
ts?: string | undefined;
|
|
2468
2688
|
username?: string | undefined;
|
|
2469
2689
|
attachments?: unknown[] | undefined;
|
|
@@ -2485,10 +2705,24 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2485
2705
|
users: string[];
|
|
2486
2706
|
count: number;
|
|
2487
2707
|
}[] | undefined;
|
|
2708
|
+
files?: {
|
|
2709
|
+
id: string;
|
|
2710
|
+
title?: string | undefined;
|
|
2711
|
+
name?: string | undefined;
|
|
2712
|
+
user?: string | undefined;
|
|
2713
|
+
mimetype?: string | undefined;
|
|
2714
|
+
filetype?: string | undefined;
|
|
2715
|
+
size?: number | undefined;
|
|
2716
|
+
url_private?: string | undefined;
|
|
2717
|
+
url_private_download?: string | undefined;
|
|
2718
|
+
thumb_64?: string | undefined;
|
|
2719
|
+
thumb_360?: string | undefined;
|
|
2720
|
+
thumb_480?: string | undefined;
|
|
2721
|
+
original_w?: number | undefined;
|
|
2722
|
+
original_h?: number | undefined;
|
|
2723
|
+
permalink?: string | undefined;
|
|
2724
|
+
}[] | undefined;
|
|
2488
2725
|
}[] | undefined;
|
|
2489
|
-
response_metadata?: {
|
|
2490
|
-
next_cursor: string;
|
|
2491
|
-
} | undefined;
|
|
2492
2726
|
has_more?: boolean | undefined;
|
|
2493
2727
|
}>, z.ZodObject<{
|
|
2494
2728
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -2530,10 +2764,59 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2530
2764
|
users: string[];
|
|
2531
2765
|
count: number;
|
|
2532
2766
|
}>, "many">>;
|
|
2767
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2768
|
+
id: z.ZodString;
|
|
2769
|
+
name: z.ZodOptional<z.ZodString>;
|
|
2770
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2771
|
+
mimetype: z.ZodOptional<z.ZodString>;
|
|
2772
|
+
filetype: z.ZodOptional<z.ZodString>;
|
|
2773
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
2774
|
+
user: z.ZodOptional<z.ZodString>;
|
|
2775
|
+
url_private: z.ZodOptional<z.ZodString>;
|
|
2776
|
+
url_private_download: z.ZodOptional<z.ZodString>;
|
|
2777
|
+
thumb_64: z.ZodOptional<z.ZodString>;
|
|
2778
|
+
thumb_360: z.ZodOptional<z.ZodString>;
|
|
2779
|
+
thumb_480: z.ZodOptional<z.ZodString>;
|
|
2780
|
+
original_w: z.ZodOptional<z.ZodNumber>;
|
|
2781
|
+
original_h: z.ZodOptional<z.ZodNumber>;
|
|
2782
|
+
permalink: z.ZodOptional<z.ZodString>;
|
|
2783
|
+
}, "strip", z.ZodTypeAny, {
|
|
2784
|
+
id: string;
|
|
2785
|
+
title?: string | undefined;
|
|
2786
|
+
name?: string | undefined;
|
|
2787
|
+
user?: string | undefined;
|
|
2788
|
+
mimetype?: string | undefined;
|
|
2789
|
+
filetype?: string | undefined;
|
|
2790
|
+
size?: number | undefined;
|
|
2791
|
+
url_private?: string | undefined;
|
|
2792
|
+
url_private_download?: string | undefined;
|
|
2793
|
+
thumb_64?: string | undefined;
|
|
2794
|
+
thumb_360?: string | undefined;
|
|
2795
|
+
thumb_480?: string | undefined;
|
|
2796
|
+
original_w?: number | undefined;
|
|
2797
|
+
original_h?: number | undefined;
|
|
2798
|
+
permalink?: string | undefined;
|
|
2799
|
+
}, {
|
|
2800
|
+
id: string;
|
|
2801
|
+
title?: string | undefined;
|
|
2802
|
+
name?: string | undefined;
|
|
2803
|
+
user?: string | undefined;
|
|
2804
|
+
mimetype?: string | undefined;
|
|
2805
|
+
filetype?: string | undefined;
|
|
2806
|
+
size?: number | undefined;
|
|
2807
|
+
url_private?: string | undefined;
|
|
2808
|
+
url_private_download?: string | undefined;
|
|
2809
|
+
thumb_64?: string | undefined;
|
|
2810
|
+
thumb_360?: string | undefined;
|
|
2811
|
+
thumb_480?: string | undefined;
|
|
2812
|
+
original_w?: number | undefined;
|
|
2813
|
+
original_h?: number | undefined;
|
|
2814
|
+
permalink?: string | undefined;
|
|
2815
|
+
}>, "many">>;
|
|
2533
2816
|
}, "strip", z.ZodTypeAny, {
|
|
2534
2817
|
type: string;
|
|
2535
|
-
user?: string | undefined;
|
|
2536
2818
|
text?: string | undefined;
|
|
2819
|
+
user?: string | undefined;
|
|
2537
2820
|
ts?: string | undefined;
|
|
2538
2821
|
username?: string | undefined;
|
|
2539
2822
|
attachments?: unknown[] | undefined;
|
|
@@ -2555,10 +2838,27 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2555
2838
|
users: string[];
|
|
2556
2839
|
count: number;
|
|
2557
2840
|
}[] | undefined;
|
|
2841
|
+
files?: {
|
|
2842
|
+
id: string;
|
|
2843
|
+
title?: string | undefined;
|
|
2844
|
+
name?: string | undefined;
|
|
2845
|
+
user?: string | undefined;
|
|
2846
|
+
mimetype?: string | undefined;
|
|
2847
|
+
filetype?: string | undefined;
|
|
2848
|
+
size?: number | undefined;
|
|
2849
|
+
url_private?: string | undefined;
|
|
2850
|
+
url_private_download?: string | undefined;
|
|
2851
|
+
thumb_64?: string | undefined;
|
|
2852
|
+
thumb_360?: string | undefined;
|
|
2853
|
+
thumb_480?: string | undefined;
|
|
2854
|
+
original_w?: number | undefined;
|
|
2855
|
+
original_h?: number | undefined;
|
|
2856
|
+
permalink?: string | undefined;
|
|
2857
|
+
}[] | undefined;
|
|
2558
2858
|
}, {
|
|
2559
2859
|
type: string;
|
|
2560
|
-
user?: string | undefined;
|
|
2561
2860
|
text?: string | undefined;
|
|
2861
|
+
user?: string | undefined;
|
|
2562
2862
|
ts?: string | undefined;
|
|
2563
2863
|
username?: string | undefined;
|
|
2564
2864
|
attachments?: unknown[] | undefined;
|
|
@@ -2580,6 +2880,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2580
2880
|
users: string[];
|
|
2581
2881
|
count: number;
|
|
2582
2882
|
}[] | undefined;
|
|
2883
|
+
files?: {
|
|
2884
|
+
id: string;
|
|
2885
|
+
title?: string | undefined;
|
|
2886
|
+
name?: string | undefined;
|
|
2887
|
+
user?: string | undefined;
|
|
2888
|
+
mimetype?: string | undefined;
|
|
2889
|
+
filetype?: string | undefined;
|
|
2890
|
+
size?: number | undefined;
|
|
2891
|
+
url_private?: string | undefined;
|
|
2892
|
+
url_private_download?: string | undefined;
|
|
2893
|
+
thumb_64?: string | undefined;
|
|
2894
|
+
thumb_360?: string | undefined;
|
|
2895
|
+
thumb_480?: string | undefined;
|
|
2896
|
+
original_w?: number | undefined;
|
|
2897
|
+
original_h?: number | undefined;
|
|
2898
|
+
permalink?: string | undefined;
|
|
2899
|
+
}[] | undefined;
|
|
2583
2900
|
}>, "many">>;
|
|
2584
2901
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
2585
2902
|
response_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -2592,14 +2909,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2592
2909
|
error: z.ZodString;
|
|
2593
2910
|
success: z.ZodBoolean;
|
|
2594
2911
|
}, "strip", z.ZodTypeAny, {
|
|
2595
|
-
success: boolean;
|
|
2596
2912
|
error: string;
|
|
2913
|
+
success: boolean;
|
|
2597
2914
|
operation: "get_thread_replies";
|
|
2598
2915
|
ok: boolean;
|
|
2916
|
+
response_metadata?: {
|
|
2917
|
+
next_cursor: string;
|
|
2918
|
+
} | undefined;
|
|
2599
2919
|
messages?: {
|
|
2600
2920
|
type: string;
|
|
2601
|
-
user?: string | undefined;
|
|
2602
2921
|
text?: string | undefined;
|
|
2922
|
+
user?: string | undefined;
|
|
2603
2923
|
ts?: string | undefined;
|
|
2604
2924
|
username?: string | undefined;
|
|
2605
2925
|
attachments?: unknown[] | undefined;
|
|
@@ -2621,20 +2941,37 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2621
2941
|
users: string[];
|
|
2622
2942
|
count: number;
|
|
2623
2943
|
}[] | undefined;
|
|
2944
|
+
files?: {
|
|
2945
|
+
id: string;
|
|
2946
|
+
title?: string | undefined;
|
|
2947
|
+
name?: string | undefined;
|
|
2948
|
+
user?: string | undefined;
|
|
2949
|
+
mimetype?: string | undefined;
|
|
2950
|
+
filetype?: string | undefined;
|
|
2951
|
+
size?: number | undefined;
|
|
2952
|
+
url_private?: string | undefined;
|
|
2953
|
+
url_private_download?: string | undefined;
|
|
2954
|
+
thumb_64?: string | undefined;
|
|
2955
|
+
thumb_360?: string | undefined;
|
|
2956
|
+
thumb_480?: string | undefined;
|
|
2957
|
+
original_w?: number | undefined;
|
|
2958
|
+
original_h?: number | undefined;
|
|
2959
|
+
permalink?: string | undefined;
|
|
2960
|
+
}[] | undefined;
|
|
2624
2961
|
}[] | undefined;
|
|
2625
|
-
response_metadata?: {
|
|
2626
|
-
next_cursor: string;
|
|
2627
|
-
} | undefined;
|
|
2628
2962
|
has_more?: boolean | undefined;
|
|
2629
2963
|
}, {
|
|
2630
|
-
success: boolean;
|
|
2631
2964
|
error: string;
|
|
2965
|
+
success: boolean;
|
|
2632
2966
|
operation: "get_thread_replies";
|
|
2633
2967
|
ok: boolean;
|
|
2968
|
+
response_metadata?: {
|
|
2969
|
+
next_cursor: string;
|
|
2970
|
+
} | undefined;
|
|
2634
2971
|
messages?: {
|
|
2635
2972
|
type: string;
|
|
2636
|
-
user?: string | undefined;
|
|
2637
2973
|
text?: string | undefined;
|
|
2974
|
+
user?: string | undefined;
|
|
2638
2975
|
ts?: string | undefined;
|
|
2639
2976
|
username?: string | undefined;
|
|
2640
2977
|
attachments?: unknown[] | undefined;
|
|
@@ -2656,10 +2993,24 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2656
2993
|
users: string[];
|
|
2657
2994
|
count: number;
|
|
2658
2995
|
}[] | undefined;
|
|
2996
|
+
files?: {
|
|
2997
|
+
id: string;
|
|
2998
|
+
title?: string | undefined;
|
|
2999
|
+
name?: string | undefined;
|
|
3000
|
+
user?: string | undefined;
|
|
3001
|
+
mimetype?: string | undefined;
|
|
3002
|
+
filetype?: string | undefined;
|
|
3003
|
+
size?: number | undefined;
|
|
3004
|
+
url_private?: string | undefined;
|
|
3005
|
+
url_private_download?: string | undefined;
|
|
3006
|
+
thumb_64?: string | undefined;
|
|
3007
|
+
thumb_360?: string | undefined;
|
|
3008
|
+
thumb_480?: string | undefined;
|
|
3009
|
+
original_w?: number | undefined;
|
|
3010
|
+
original_h?: number | undefined;
|
|
3011
|
+
permalink?: string | undefined;
|
|
3012
|
+
}[] | undefined;
|
|
2659
3013
|
}[] | undefined;
|
|
2660
|
-
response_metadata?: {
|
|
2661
|
-
next_cursor: string;
|
|
2662
|
-
} | undefined;
|
|
2663
3014
|
has_more?: boolean | undefined;
|
|
2664
3015
|
}>, z.ZodObject<{
|
|
2665
3016
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -2704,10 +3055,59 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2704
3055
|
users: string[];
|
|
2705
3056
|
count: number;
|
|
2706
3057
|
}>, "many">>;
|
|
3058
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3059
|
+
id: z.ZodString;
|
|
3060
|
+
name: z.ZodOptional<z.ZodString>;
|
|
3061
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3062
|
+
mimetype: z.ZodOptional<z.ZodString>;
|
|
3063
|
+
filetype: z.ZodOptional<z.ZodString>;
|
|
3064
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
3065
|
+
user: z.ZodOptional<z.ZodString>;
|
|
3066
|
+
url_private: z.ZodOptional<z.ZodString>;
|
|
3067
|
+
url_private_download: z.ZodOptional<z.ZodString>;
|
|
3068
|
+
thumb_64: z.ZodOptional<z.ZodString>;
|
|
3069
|
+
thumb_360: z.ZodOptional<z.ZodString>;
|
|
3070
|
+
thumb_480: z.ZodOptional<z.ZodString>;
|
|
3071
|
+
original_w: z.ZodOptional<z.ZodNumber>;
|
|
3072
|
+
original_h: z.ZodOptional<z.ZodNumber>;
|
|
3073
|
+
permalink: z.ZodOptional<z.ZodString>;
|
|
3074
|
+
}, "strip", z.ZodTypeAny, {
|
|
3075
|
+
id: string;
|
|
3076
|
+
title?: string | undefined;
|
|
3077
|
+
name?: string | undefined;
|
|
3078
|
+
user?: string | undefined;
|
|
3079
|
+
mimetype?: string | undefined;
|
|
3080
|
+
filetype?: string | undefined;
|
|
3081
|
+
size?: number | undefined;
|
|
3082
|
+
url_private?: string | undefined;
|
|
3083
|
+
url_private_download?: string | undefined;
|
|
3084
|
+
thumb_64?: string | undefined;
|
|
3085
|
+
thumb_360?: string | undefined;
|
|
3086
|
+
thumb_480?: string | undefined;
|
|
3087
|
+
original_w?: number | undefined;
|
|
3088
|
+
original_h?: number | undefined;
|
|
3089
|
+
permalink?: string | undefined;
|
|
3090
|
+
}, {
|
|
3091
|
+
id: string;
|
|
3092
|
+
title?: string | undefined;
|
|
3093
|
+
name?: string | undefined;
|
|
3094
|
+
user?: string | undefined;
|
|
3095
|
+
mimetype?: string | undefined;
|
|
3096
|
+
filetype?: string | undefined;
|
|
3097
|
+
size?: number | undefined;
|
|
3098
|
+
url_private?: string | undefined;
|
|
3099
|
+
url_private_download?: string | undefined;
|
|
3100
|
+
thumb_64?: string | undefined;
|
|
3101
|
+
thumb_360?: string | undefined;
|
|
3102
|
+
thumb_480?: string | undefined;
|
|
3103
|
+
original_w?: number | undefined;
|
|
3104
|
+
original_h?: number | undefined;
|
|
3105
|
+
permalink?: string | undefined;
|
|
3106
|
+
}>, "many">>;
|
|
2707
3107
|
}, "strip", z.ZodTypeAny, {
|
|
2708
3108
|
type: string;
|
|
2709
|
-
user?: string | undefined;
|
|
2710
3109
|
text?: string | undefined;
|
|
3110
|
+
user?: string | undefined;
|
|
2711
3111
|
ts?: string | undefined;
|
|
2712
3112
|
username?: string | undefined;
|
|
2713
3113
|
attachments?: unknown[] | undefined;
|
|
@@ -2729,10 +3129,27 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2729
3129
|
users: string[];
|
|
2730
3130
|
count: number;
|
|
2731
3131
|
}[] | undefined;
|
|
3132
|
+
files?: {
|
|
3133
|
+
id: string;
|
|
3134
|
+
title?: string | undefined;
|
|
3135
|
+
name?: string | undefined;
|
|
3136
|
+
user?: string | undefined;
|
|
3137
|
+
mimetype?: string | undefined;
|
|
3138
|
+
filetype?: string | undefined;
|
|
3139
|
+
size?: number | undefined;
|
|
3140
|
+
url_private?: string | undefined;
|
|
3141
|
+
url_private_download?: string | undefined;
|
|
3142
|
+
thumb_64?: string | undefined;
|
|
3143
|
+
thumb_360?: string | undefined;
|
|
3144
|
+
thumb_480?: string | undefined;
|
|
3145
|
+
original_w?: number | undefined;
|
|
3146
|
+
original_h?: number | undefined;
|
|
3147
|
+
permalink?: string | undefined;
|
|
3148
|
+
}[] | undefined;
|
|
2732
3149
|
}, {
|
|
2733
3150
|
type: string;
|
|
2734
|
-
user?: string | undefined;
|
|
2735
3151
|
text?: string | undefined;
|
|
3152
|
+
user?: string | undefined;
|
|
2736
3153
|
ts?: string | undefined;
|
|
2737
3154
|
username?: string | undefined;
|
|
2738
3155
|
attachments?: unknown[] | undefined;
|
|
@@ -2754,18 +3171,35 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2754
3171
|
users: string[];
|
|
2755
3172
|
count: number;
|
|
2756
3173
|
}[] | undefined;
|
|
3174
|
+
files?: {
|
|
3175
|
+
id: string;
|
|
3176
|
+
title?: string | undefined;
|
|
3177
|
+
name?: string | undefined;
|
|
3178
|
+
user?: string | undefined;
|
|
3179
|
+
mimetype?: string | undefined;
|
|
3180
|
+
filetype?: string | undefined;
|
|
3181
|
+
size?: number | undefined;
|
|
3182
|
+
url_private?: string | undefined;
|
|
3183
|
+
url_private_download?: string | undefined;
|
|
3184
|
+
thumb_64?: string | undefined;
|
|
3185
|
+
thumb_360?: string | undefined;
|
|
3186
|
+
thumb_480?: string | undefined;
|
|
3187
|
+
original_w?: number | undefined;
|
|
3188
|
+
original_h?: number | undefined;
|
|
3189
|
+
permalink?: string | undefined;
|
|
3190
|
+
}[] | undefined;
|
|
2757
3191
|
}>>;
|
|
2758
3192
|
error: z.ZodString;
|
|
2759
3193
|
success: z.ZodBoolean;
|
|
2760
3194
|
}, "strip", z.ZodTypeAny, {
|
|
2761
|
-
success: boolean;
|
|
2762
3195
|
error: string;
|
|
3196
|
+
success: boolean;
|
|
2763
3197
|
operation: "update_message";
|
|
2764
3198
|
ok: boolean;
|
|
2765
3199
|
message?: {
|
|
2766
3200
|
type: string;
|
|
2767
|
-
user?: string | undefined;
|
|
2768
3201
|
text?: string | undefined;
|
|
3202
|
+
user?: string | undefined;
|
|
2769
3203
|
ts?: string | undefined;
|
|
2770
3204
|
username?: string | undefined;
|
|
2771
3205
|
attachments?: unknown[] | undefined;
|
|
@@ -2787,19 +3221,36 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2787
3221
|
users: string[];
|
|
2788
3222
|
count: number;
|
|
2789
3223
|
}[] | undefined;
|
|
3224
|
+
files?: {
|
|
3225
|
+
id: string;
|
|
3226
|
+
title?: string | undefined;
|
|
3227
|
+
name?: string | undefined;
|
|
3228
|
+
user?: string | undefined;
|
|
3229
|
+
mimetype?: string | undefined;
|
|
3230
|
+
filetype?: string | undefined;
|
|
3231
|
+
size?: number | undefined;
|
|
3232
|
+
url_private?: string | undefined;
|
|
3233
|
+
url_private_download?: string | undefined;
|
|
3234
|
+
thumb_64?: string | undefined;
|
|
3235
|
+
thumb_360?: string | undefined;
|
|
3236
|
+
thumb_480?: string | undefined;
|
|
3237
|
+
original_w?: number | undefined;
|
|
3238
|
+
original_h?: number | undefined;
|
|
3239
|
+
permalink?: string | undefined;
|
|
3240
|
+
}[] | undefined;
|
|
2790
3241
|
} | undefined;
|
|
2791
3242
|
text?: string | undefined;
|
|
2792
3243
|
ts?: string | undefined;
|
|
2793
3244
|
channel?: string | undefined;
|
|
2794
3245
|
}, {
|
|
2795
|
-
success: boolean;
|
|
2796
3246
|
error: string;
|
|
3247
|
+
success: boolean;
|
|
2797
3248
|
operation: "update_message";
|
|
2798
3249
|
ok: boolean;
|
|
2799
3250
|
message?: {
|
|
2800
3251
|
type: string;
|
|
2801
|
-
user?: string | undefined;
|
|
2802
3252
|
text?: string | undefined;
|
|
3253
|
+
user?: string | undefined;
|
|
2803
3254
|
ts?: string | undefined;
|
|
2804
3255
|
username?: string | undefined;
|
|
2805
3256
|
attachments?: unknown[] | undefined;
|
|
@@ -2821,6 +3272,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2821
3272
|
users: string[];
|
|
2822
3273
|
count: number;
|
|
2823
3274
|
}[] | undefined;
|
|
3275
|
+
files?: {
|
|
3276
|
+
id: string;
|
|
3277
|
+
title?: string | undefined;
|
|
3278
|
+
name?: string | undefined;
|
|
3279
|
+
user?: string | undefined;
|
|
3280
|
+
mimetype?: string | undefined;
|
|
3281
|
+
filetype?: string | undefined;
|
|
3282
|
+
size?: number | undefined;
|
|
3283
|
+
url_private?: string | undefined;
|
|
3284
|
+
url_private_download?: string | undefined;
|
|
3285
|
+
thumb_64?: string | undefined;
|
|
3286
|
+
thumb_360?: string | undefined;
|
|
3287
|
+
thumb_480?: string | undefined;
|
|
3288
|
+
original_w?: number | undefined;
|
|
3289
|
+
original_h?: number | undefined;
|
|
3290
|
+
permalink?: string | undefined;
|
|
3291
|
+
}[] | undefined;
|
|
2824
3292
|
} | undefined;
|
|
2825
3293
|
text?: string | undefined;
|
|
2826
3294
|
ts?: string | undefined;
|
|
@@ -2833,15 +3301,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2833
3301
|
error: z.ZodString;
|
|
2834
3302
|
success: z.ZodBoolean;
|
|
2835
3303
|
}, "strip", z.ZodTypeAny, {
|
|
2836
|
-
success: boolean;
|
|
2837
3304
|
error: string;
|
|
3305
|
+
success: boolean;
|
|
2838
3306
|
operation: "delete_message";
|
|
2839
3307
|
ok: boolean;
|
|
2840
3308
|
ts?: string | undefined;
|
|
2841
3309
|
channel?: string | undefined;
|
|
2842
3310
|
}, {
|
|
2843
|
-
success: boolean;
|
|
2844
3311
|
error: string;
|
|
3312
|
+
success: boolean;
|
|
2845
3313
|
operation: "delete_message";
|
|
2846
3314
|
ok: boolean;
|
|
2847
3315
|
ts?: string | undefined;
|
|
@@ -2852,13 +3320,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2852
3320
|
error: z.ZodString;
|
|
2853
3321
|
success: z.ZodBoolean;
|
|
2854
3322
|
}, "strip", z.ZodTypeAny, {
|
|
2855
|
-
success: boolean;
|
|
2856
3323
|
error: string;
|
|
3324
|
+
success: boolean;
|
|
2857
3325
|
operation: "add_reaction";
|
|
2858
3326
|
ok: boolean;
|
|
2859
3327
|
}, {
|
|
2860
|
-
success: boolean;
|
|
2861
3328
|
error: string;
|
|
3329
|
+
success: boolean;
|
|
2862
3330
|
operation: "add_reaction";
|
|
2863
3331
|
ok: boolean;
|
|
2864
3332
|
}>, z.ZodObject<{
|
|
@@ -2867,13 +3335,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2867
3335
|
error: z.ZodString;
|
|
2868
3336
|
success: z.ZodBoolean;
|
|
2869
3337
|
}, "strip", z.ZodTypeAny, {
|
|
2870
|
-
success: boolean;
|
|
2871
3338
|
error: string;
|
|
3339
|
+
success: boolean;
|
|
2872
3340
|
operation: "remove_reaction";
|
|
2873
3341
|
ok: boolean;
|
|
2874
3342
|
}, {
|
|
2875
|
-
success: boolean;
|
|
2876
3343
|
error: string;
|
|
3344
|
+
success: boolean;
|
|
2877
3345
|
operation: "remove_reaction";
|
|
2878
3346
|
ok: boolean;
|
|
2879
3347
|
}>, z.ZodObject<{
|
|
@@ -2999,8 +3467,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2999
3467
|
error: z.ZodString;
|
|
3000
3468
|
success: z.ZodBoolean;
|
|
3001
3469
|
}, "strip", z.ZodTypeAny, {
|
|
3002
|
-
success: boolean;
|
|
3003
3470
|
error: string;
|
|
3471
|
+
success: boolean;
|
|
3004
3472
|
operation: "join_channel";
|
|
3005
3473
|
ok: boolean;
|
|
3006
3474
|
channel?: {
|
|
@@ -3039,8 +3507,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3039
3507
|
} | undefined;
|
|
3040
3508
|
already_in_channel?: boolean | undefined;
|
|
3041
3509
|
}, {
|
|
3042
|
-
success: boolean;
|
|
3043
3510
|
error: string;
|
|
3511
|
+
success: boolean;
|
|
3044
3512
|
operation: "join_channel";
|
|
3045
3513
|
ok: boolean;
|
|
3046
3514
|
channel?: {
|
|
@@ -3190,25 +3658,25 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3190
3658
|
has_rich_preview: z.ZodOptional<z.ZodBoolean>;
|
|
3191
3659
|
}, "strip", z.ZodTypeAny, {
|
|
3192
3660
|
name: string;
|
|
3193
|
-
user: string;
|
|
3194
3661
|
id: string;
|
|
3662
|
+
user: string;
|
|
3195
3663
|
username: string;
|
|
3196
3664
|
timestamp: number;
|
|
3197
3665
|
created: number;
|
|
3198
3666
|
mimetype: string;
|
|
3199
3667
|
filetype: string;
|
|
3668
|
+
size: number;
|
|
3669
|
+
url_private: string;
|
|
3670
|
+
url_private_download: string;
|
|
3671
|
+
permalink: string;
|
|
3200
3672
|
pretty_type: string;
|
|
3201
3673
|
editable: boolean;
|
|
3202
|
-
size: number;
|
|
3203
3674
|
mode: string;
|
|
3204
3675
|
is_external: boolean;
|
|
3205
3676
|
external_type: string;
|
|
3206
3677
|
is_public: boolean;
|
|
3207
3678
|
public_url_shared: boolean;
|
|
3208
3679
|
display_as_bot: boolean;
|
|
3209
|
-
url_private: string;
|
|
3210
|
-
url_private_download: string;
|
|
3211
|
-
permalink: string;
|
|
3212
3680
|
title?: string | undefined;
|
|
3213
3681
|
channels?: string[] | undefined;
|
|
3214
3682
|
permalink_public?: string | undefined;
|
|
@@ -3235,25 +3703,25 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3235
3703
|
has_rich_preview?: boolean | undefined;
|
|
3236
3704
|
}, {
|
|
3237
3705
|
name: string;
|
|
3238
|
-
user: string;
|
|
3239
3706
|
id: string;
|
|
3707
|
+
user: string;
|
|
3240
3708
|
username: string;
|
|
3241
3709
|
timestamp: number;
|
|
3242
3710
|
created: number;
|
|
3243
3711
|
mimetype: string;
|
|
3244
3712
|
filetype: string;
|
|
3713
|
+
size: number;
|
|
3714
|
+
url_private: string;
|
|
3715
|
+
url_private_download: string;
|
|
3716
|
+
permalink: string;
|
|
3245
3717
|
pretty_type: string;
|
|
3246
3718
|
editable: boolean;
|
|
3247
|
-
size: number;
|
|
3248
3719
|
mode: string;
|
|
3249
3720
|
is_external: boolean;
|
|
3250
3721
|
external_type: string;
|
|
3251
3722
|
is_public: boolean;
|
|
3252
3723
|
public_url_shared: boolean;
|
|
3253
3724
|
display_as_bot: boolean;
|
|
3254
|
-
url_private: string;
|
|
3255
|
-
url_private_download: string;
|
|
3256
|
-
permalink: string;
|
|
3257
3725
|
title?: string | undefined;
|
|
3258
3726
|
channels?: string[] | undefined;
|
|
3259
3727
|
permalink_public?: string | undefined;
|
|
@@ -3282,31 +3750,31 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3282
3750
|
error: z.ZodString;
|
|
3283
3751
|
success: z.ZodBoolean;
|
|
3284
3752
|
}, "strip", z.ZodTypeAny, {
|
|
3285
|
-
success: boolean;
|
|
3286
3753
|
error: string;
|
|
3754
|
+
success: boolean;
|
|
3287
3755
|
operation: "upload_file";
|
|
3288
3756
|
ok: boolean;
|
|
3289
3757
|
file?: {
|
|
3290
3758
|
name: string;
|
|
3291
|
-
user: string;
|
|
3292
3759
|
id: string;
|
|
3760
|
+
user: string;
|
|
3293
3761
|
username: string;
|
|
3294
3762
|
timestamp: number;
|
|
3295
3763
|
created: number;
|
|
3296
3764
|
mimetype: string;
|
|
3297
3765
|
filetype: string;
|
|
3766
|
+
size: number;
|
|
3767
|
+
url_private: string;
|
|
3768
|
+
url_private_download: string;
|
|
3769
|
+
permalink: string;
|
|
3298
3770
|
pretty_type: string;
|
|
3299
3771
|
editable: boolean;
|
|
3300
|
-
size: number;
|
|
3301
3772
|
mode: string;
|
|
3302
3773
|
is_external: boolean;
|
|
3303
3774
|
external_type: string;
|
|
3304
3775
|
is_public: boolean;
|
|
3305
3776
|
public_url_shared: boolean;
|
|
3306
3777
|
display_as_bot: boolean;
|
|
3307
|
-
url_private: string;
|
|
3308
|
-
url_private_download: string;
|
|
3309
|
-
permalink: string;
|
|
3310
3778
|
title?: string | undefined;
|
|
3311
3779
|
channels?: string[] | undefined;
|
|
3312
3780
|
permalink_public?: string | undefined;
|
|
@@ -3333,31 +3801,31 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3333
3801
|
has_rich_preview?: boolean | undefined;
|
|
3334
3802
|
} | undefined;
|
|
3335
3803
|
}, {
|
|
3336
|
-
success: boolean;
|
|
3337
3804
|
error: string;
|
|
3805
|
+
success: boolean;
|
|
3338
3806
|
operation: "upload_file";
|
|
3339
3807
|
ok: boolean;
|
|
3340
3808
|
file?: {
|
|
3341
3809
|
name: string;
|
|
3342
|
-
user: string;
|
|
3343
3810
|
id: string;
|
|
3811
|
+
user: string;
|
|
3344
3812
|
username: string;
|
|
3345
3813
|
timestamp: number;
|
|
3346
3814
|
created: number;
|
|
3347
3815
|
mimetype: string;
|
|
3348
3816
|
filetype: string;
|
|
3817
|
+
size: number;
|
|
3818
|
+
url_private: string;
|
|
3819
|
+
url_private_download: string;
|
|
3820
|
+
permalink: string;
|
|
3349
3821
|
pretty_type: string;
|
|
3350
3822
|
editable: boolean;
|
|
3351
|
-
size: number;
|
|
3352
3823
|
mode: string;
|
|
3353
3824
|
is_external: boolean;
|
|
3354
3825
|
external_type: string;
|
|
3355
3826
|
is_public: boolean;
|
|
3356
3827
|
public_url_shared: boolean;
|
|
3357
3828
|
display_as_bot: boolean;
|
|
3358
|
-
url_private: string;
|
|
3359
|
-
url_private_download: string;
|
|
3360
|
-
permalink: string;
|
|
3361
3829
|
title?: string | undefined;
|
|
3362
3830
|
channels?: string[] | undefined;
|
|
3363
3831
|
permalink_public?: string | undefined;
|
|
@@ -3392,16 +3860,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3392
3860
|
error: z.ZodString;
|
|
3393
3861
|
success: z.ZodBoolean;
|
|
3394
3862
|
}, "strip", z.ZodTypeAny, {
|
|
3395
|
-
success: boolean;
|
|
3396
3863
|
error: string;
|
|
3864
|
+
success: boolean;
|
|
3397
3865
|
operation: "schedule_message";
|
|
3398
3866
|
ok: boolean;
|
|
3399
3867
|
channel?: string | undefined;
|
|
3400
3868
|
post_at?: number | undefined;
|
|
3401
3869
|
scheduled_message_id?: string | undefined;
|
|
3402
3870
|
}, {
|
|
3403
|
-
success: boolean;
|
|
3404
3871
|
error: string;
|
|
3872
|
+
success: boolean;
|
|
3405
3873
|
operation: "schedule_message";
|
|
3406
3874
|
ok: boolean;
|
|
3407
3875
|
channel?: string | undefined;
|
|
@@ -3436,12 +3904,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3436
3904
|
user?: string | undefined;
|
|
3437
3905
|
url_private?: string | undefined;
|
|
3438
3906
|
url_private_download?: string | undefined;
|
|
3439
|
-
permalink?: string | undefined;
|
|
3440
3907
|
thumb_64?: string | undefined;
|
|
3441
3908
|
thumb_360?: string | undefined;
|
|
3442
3909
|
thumb_480?: string | undefined;
|
|
3443
3910
|
original_w?: number | undefined;
|
|
3444
3911
|
original_h?: number | undefined;
|
|
3912
|
+
permalink?: string | undefined;
|
|
3445
3913
|
}, {
|
|
3446
3914
|
name: string;
|
|
3447
3915
|
id: string;
|
|
@@ -3452,18 +3920,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3452
3920
|
user?: string | undefined;
|
|
3453
3921
|
url_private?: string | undefined;
|
|
3454
3922
|
url_private_download?: string | undefined;
|
|
3455
|
-
permalink?: string | undefined;
|
|
3456
3923
|
thumb_64?: string | undefined;
|
|
3457
3924
|
thumb_360?: string | undefined;
|
|
3458
3925
|
thumb_480?: string | undefined;
|
|
3459
3926
|
original_w?: number | undefined;
|
|
3460
3927
|
original_h?: number | undefined;
|
|
3928
|
+
permalink?: string | undefined;
|
|
3461
3929
|
}>>;
|
|
3462
3930
|
error: z.ZodString;
|
|
3463
3931
|
success: z.ZodBoolean;
|
|
3464
3932
|
}, "strip", z.ZodTypeAny, {
|
|
3465
|
-
success: boolean;
|
|
3466
3933
|
error: string;
|
|
3934
|
+
success: boolean;
|
|
3467
3935
|
operation: "get_file_info";
|
|
3468
3936
|
ok: boolean;
|
|
3469
3937
|
file?: {
|
|
@@ -3476,16 +3944,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3476
3944
|
user?: string | undefined;
|
|
3477
3945
|
url_private?: string | undefined;
|
|
3478
3946
|
url_private_download?: string | undefined;
|
|
3479
|
-
permalink?: string | undefined;
|
|
3480
3947
|
thumb_64?: string | undefined;
|
|
3481
3948
|
thumb_360?: string | undefined;
|
|
3482
3949
|
thumb_480?: string | undefined;
|
|
3483
3950
|
original_w?: number | undefined;
|
|
3484
3951
|
original_h?: number | undefined;
|
|
3952
|
+
permalink?: string | undefined;
|
|
3485
3953
|
} | undefined;
|
|
3486
3954
|
}, {
|
|
3487
|
-
success: boolean;
|
|
3488
3955
|
error: string;
|
|
3956
|
+
success: boolean;
|
|
3489
3957
|
operation: "get_file_info";
|
|
3490
3958
|
ok: boolean;
|
|
3491
3959
|
file?: {
|
|
@@ -3498,12 +3966,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3498
3966
|
user?: string | undefined;
|
|
3499
3967
|
url_private?: string | undefined;
|
|
3500
3968
|
url_private_download?: string | undefined;
|
|
3501
|
-
permalink?: string | undefined;
|
|
3502
3969
|
thumb_64?: string | undefined;
|
|
3503
3970
|
thumb_360?: string | undefined;
|
|
3504
3971
|
thumb_480?: string | undefined;
|
|
3505
3972
|
original_w?: number | undefined;
|
|
3506
3973
|
original_h?: number | undefined;
|
|
3974
|
+
permalink?: string | undefined;
|
|
3507
3975
|
} | undefined;
|
|
3508
3976
|
}>, z.ZodObject<{
|
|
3509
3977
|
operation: z.ZodLiteral<"download_file">;
|
|
@@ -3515,8 +3983,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3515
3983
|
error: z.ZodString;
|
|
3516
3984
|
success: z.ZodBoolean;
|
|
3517
3985
|
}, "strip", z.ZodTypeAny, {
|
|
3518
|
-
success: boolean;
|
|
3519
3986
|
error: string;
|
|
3987
|
+
success: boolean;
|
|
3520
3988
|
operation: "download_file";
|
|
3521
3989
|
ok: boolean;
|
|
3522
3990
|
content?: string | undefined;
|
|
@@ -3524,8 +3992,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3524
3992
|
mimetype?: string | undefined;
|
|
3525
3993
|
size?: number | undefined;
|
|
3526
3994
|
}, {
|
|
3527
|
-
success: boolean;
|
|
3528
3995
|
error: string;
|
|
3996
|
+
success: boolean;
|
|
3529
3997
|
operation: "download_file";
|
|
3530
3998
|
ok: boolean;
|
|
3531
3999
|
content?: string | undefined;
|
|
@@ -3899,16 +4367,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3899
4367
|
cursor: z.ZodOptional<z.ZodString>;
|
|
3900
4368
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3901
4369
|
}, "strip", z.ZodTypeAny, {
|
|
3902
|
-
operation: "list_channels";
|
|
3903
4370
|
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
4371
|
+
operation: "list_channels";
|
|
3904
4372
|
exclude_archived: boolean;
|
|
3905
4373
|
limit: number;
|
|
3906
4374
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3907
4375
|
cursor?: string | undefined;
|
|
3908
4376
|
}, {
|
|
3909
4377
|
operation: "list_channels";
|
|
3910
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3911
4378
|
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
4379
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3912
4380
|
exclude_archived?: boolean | undefined;
|
|
3913
4381
|
limit?: number | undefined;
|
|
3914
4382
|
cursor?: string | undefined;
|
|
@@ -4734,10 +5202,59 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4734
5202
|
users: string[];
|
|
4735
5203
|
count: number;
|
|
4736
5204
|
}>, "many">>;
|
|
5205
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5206
|
+
id: z.ZodString;
|
|
5207
|
+
name: z.ZodOptional<z.ZodString>;
|
|
5208
|
+
title: z.ZodOptional<z.ZodString>;
|
|
5209
|
+
mimetype: z.ZodOptional<z.ZodString>;
|
|
5210
|
+
filetype: z.ZodOptional<z.ZodString>;
|
|
5211
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
5212
|
+
user: z.ZodOptional<z.ZodString>;
|
|
5213
|
+
url_private: z.ZodOptional<z.ZodString>;
|
|
5214
|
+
url_private_download: z.ZodOptional<z.ZodString>;
|
|
5215
|
+
thumb_64: z.ZodOptional<z.ZodString>;
|
|
5216
|
+
thumb_360: z.ZodOptional<z.ZodString>;
|
|
5217
|
+
thumb_480: z.ZodOptional<z.ZodString>;
|
|
5218
|
+
original_w: z.ZodOptional<z.ZodNumber>;
|
|
5219
|
+
original_h: z.ZodOptional<z.ZodNumber>;
|
|
5220
|
+
permalink: z.ZodOptional<z.ZodString>;
|
|
5221
|
+
}, "strip", z.ZodTypeAny, {
|
|
5222
|
+
id: string;
|
|
5223
|
+
title?: string | undefined;
|
|
5224
|
+
name?: string | undefined;
|
|
5225
|
+
user?: string | undefined;
|
|
5226
|
+
mimetype?: string | undefined;
|
|
5227
|
+
filetype?: string | undefined;
|
|
5228
|
+
size?: number | undefined;
|
|
5229
|
+
url_private?: string | undefined;
|
|
5230
|
+
url_private_download?: string | undefined;
|
|
5231
|
+
thumb_64?: string | undefined;
|
|
5232
|
+
thumb_360?: string | undefined;
|
|
5233
|
+
thumb_480?: string | undefined;
|
|
5234
|
+
original_w?: number | undefined;
|
|
5235
|
+
original_h?: number | undefined;
|
|
5236
|
+
permalink?: string | undefined;
|
|
5237
|
+
}, {
|
|
5238
|
+
id: string;
|
|
5239
|
+
title?: string | undefined;
|
|
5240
|
+
name?: string | undefined;
|
|
5241
|
+
user?: string | undefined;
|
|
5242
|
+
mimetype?: string | undefined;
|
|
5243
|
+
filetype?: string | undefined;
|
|
5244
|
+
size?: number | undefined;
|
|
5245
|
+
url_private?: string | undefined;
|
|
5246
|
+
url_private_download?: string | undefined;
|
|
5247
|
+
thumb_64?: string | undefined;
|
|
5248
|
+
thumb_360?: string | undefined;
|
|
5249
|
+
thumb_480?: string | undefined;
|
|
5250
|
+
original_w?: number | undefined;
|
|
5251
|
+
original_h?: number | undefined;
|
|
5252
|
+
permalink?: string | undefined;
|
|
5253
|
+
}>, "many">>;
|
|
4737
5254
|
}, "strip", z.ZodTypeAny, {
|
|
4738
5255
|
type: string;
|
|
4739
|
-
user?: string | undefined;
|
|
4740
5256
|
text?: string | undefined;
|
|
5257
|
+
user?: string | undefined;
|
|
4741
5258
|
ts?: string | undefined;
|
|
4742
5259
|
username?: string | undefined;
|
|
4743
5260
|
attachments?: unknown[] | undefined;
|
|
@@ -4759,10 +5276,27 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4759
5276
|
users: string[];
|
|
4760
5277
|
count: number;
|
|
4761
5278
|
}[] | undefined;
|
|
5279
|
+
files?: {
|
|
5280
|
+
id: string;
|
|
5281
|
+
title?: string | undefined;
|
|
5282
|
+
name?: string | undefined;
|
|
5283
|
+
user?: string | undefined;
|
|
5284
|
+
mimetype?: string | undefined;
|
|
5285
|
+
filetype?: string | undefined;
|
|
5286
|
+
size?: number | undefined;
|
|
5287
|
+
url_private?: string | undefined;
|
|
5288
|
+
url_private_download?: string | undefined;
|
|
5289
|
+
thumb_64?: string | undefined;
|
|
5290
|
+
thumb_360?: string | undefined;
|
|
5291
|
+
thumb_480?: string | undefined;
|
|
5292
|
+
original_w?: number | undefined;
|
|
5293
|
+
original_h?: number | undefined;
|
|
5294
|
+
permalink?: string | undefined;
|
|
5295
|
+
}[] | undefined;
|
|
4762
5296
|
}, {
|
|
4763
5297
|
type: string;
|
|
4764
|
-
user?: string | undefined;
|
|
4765
5298
|
text?: string | undefined;
|
|
5299
|
+
user?: string | undefined;
|
|
4766
5300
|
ts?: string | undefined;
|
|
4767
5301
|
username?: string | undefined;
|
|
4768
5302
|
attachments?: unknown[] | undefined;
|
|
@@ -4784,18 +5318,35 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4784
5318
|
users: string[];
|
|
4785
5319
|
count: number;
|
|
4786
5320
|
}[] | undefined;
|
|
5321
|
+
files?: {
|
|
5322
|
+
id: string;
|
|
5323
|
+
title?: string | undefined;
|
|
5324
|
+
name?: string | undefined;
|
|
5325
|
+
user?: string | undefined;
|
|
5326
|
+
mimetype?: string | undefined;
|
|
5327
|
+
filetype?: string | undefined;
|
|
5328
|
+
size?: number | undefined;
|
|
5329
|
+
url_private?: string | undefined;
|
|
5330
|
+
url_private_download?: string | undefined;
|
|
5331
|
+
thumb_64?: string | undefined;
|
|
5332
|
+
thumb_360?: string | undefined;
|
|
5333
|
+
thumb_480?: string | undefined;
|
|
5334
|
+
original_w?: number | undefined;
|
|
5335
|
+
original_h?: number | undefined;
|
|
5336
|
+
permalink?: string | undefined;
|
|
5337
|
+
}[] | undefined;
|
|
4787
5338
|
}>>;
|
|
4788
5339
|
error: z.ZodString;
|
|
4789
5340
|
success: z.ZodBoolean;
|
|
4790
5341
|
}, "strip", z.ZodTypeAny, {
|
|
4791
|
-
success: boolean;
|
|
4792
5342
|
error: string;
|
|
5343
|
+
success: boolean;
|
|
4793
5344
|
operation: "send_message";
|
|
4794
5345
|
ok: boolean;
|
|
4795
5346
|
message?: {
|
|
4796
5347
|
type: string;
|
|
4797
|
-
user?: string | undefined;
|
|
4798
5348
|
text?: string | undefined;
|
|
5349
|
+
user?: string | undefined;
|
|
4799
5350
|
ts?: string | undefined;
|
|
4800
5351
|
username?: string | undefined;
|
|
4801
5352
|
attachments?: unknown[] | undefined;
|
|
@@ -4817,18 +5368,35 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4817
5368
|
users: string[];
|
|
4818
5369
|
count: number;
|
|
4819
5370
|
}[] | undefined;
|
|
5371
|
+
files?: {
|
|
5372
|
+
id: string;
|
|
5373
|
+
title?: string | undefined;
|
|
5374
|
+
name?: string | undefined;
|
|
5375
|
+
user?: string | undefined;
|
|
5376
|
+
mimetype?: string | undefined;
|
|
5377
|
+
filetype?: string | undefined;
|
|
5378
|
+
size?: number | undefined;
|
|
5379
|
+
url_private?: string | undefined;
|
|
5380
|
+
url_private_download?: string | undefined;
|
|
5381
|
+
thumb_64?: string | undefined;
|
|
5382
|
+
thumb_360?: string | undefined;
|
|
5383
|
+
thumb_480?: string | undefined;
|
|
5384
|
+
original_w?: number | undefined;
|
|
5385
|
+
original_h?: number | undefined;
|
|
5386
|
+
permalink?: string | undefined;
|
|
5387
|
+
}[] | undefined;
|
|
4820
5388
|
} | undefined;
|
|
4821
5389
|
ts?: string | undefined;
|
|
4822
5390
|
channel?: string | undefined;
|
|
4823
5391
|
}, {
|
|
4824
|
-
success: boolean;
|
|
4825
5392
|
error: string;
|
|
5393
|
+
success: boolean;
|
|
4826
5394
|
operation: "send_message";
|
|
4827
5395
|
ok: boolean;
|
|
4828
5396
|
message?: {
|
|
4829
5397
|
type: string;
|
|
4830
|
-
user?: string | undefined;
|
|
4831
5398
|
text?: string | undefined;
|
|
5399
|
+
user?: string | undefined;
|
|
4832
5400
|
ts?: string | undefined;
|
|
4833
5401
|
username?: string | undefined;
|
|
4834
5402
|
attachments?: unknown[] | undefined;
|
|
@@ -4850,6 +5418,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4850
5418
|
users: string[];
|
|
4851
5419
|
count: number;
|
|
4852
5420
|
}[] | undefined;
|
|
5421
|
+
files?: {
|
|
5422
|
+
id: string;
|
|
5423
|
+
title?: string | undefined;
|
|
5424
|
+
name?: string | undefined;
|
|
5425
|
+
user?: string | undefined;
|
|
5426
|
+
mimetype?: string | undefined;
|
|
5427
|
+
filetype?: string | undefined;
|
|
5428
|
+
size?: number | undefined;
|
|
5429
|
+
url_private?: string | undefined;
|
|
5430
|
+
url_private_download?: string | undefined;
|
|
5431
|
+
thumb_64?: string | undefined;
|
|
5432
|
+
thumb_360?: string | undefined;
|
|
5433
|
+
thumb_480?: string | undefined;
|
|
5434
|
+
original_w?: number | undefined;
|
|
5435
|
+
original_h?: number | undefined;
|
|
5436
|
+
permalink?: string | undefined;
|
|
5437
|
+
}[] | undefined;
|
|
4853
5438
|
} | undefined;
|
|
4854
5439
|
ts?: string | undefined;
|
|
4855
5440
|
channel?: string | undefined;
|
|
@@ -4982,8 +5567,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4982
5567
|
error: z.ZodString;
|
|
4983
5568
|
success: z.ZodBoolean;
|
|
4984
5569
|
}, "strip", z.ZodTypeAny, {
|
|
4985
|
-
success: boolean;
|
|
4986
5570
|
error: string;
|
|
5571
|
+
success: boolean;
|
|
4987
5572
|
operation: "list_channels";
|
|
4988
5573
|
ok: boolean;
|
|
4989
5574
|
response_metadata?: {
|
|
@@ -5024,8 +5609,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5024
5609
|
num_members?: number | undefined;
|
|
5025
5610
|
}[] | undefined;
|
|
5026
5611
|
}, {
|
|
5027
|
-
success: boolean;
|
|
5028
5612
|
error: string;
|
|
5613
|
+
success: boolean;
|
|
5029
5614
|
operation: "list_channels";
|
|
5030
5615
|
ok: boolean;
|
|
5031
5616
|
response_metadata?: {
|
|
@@ -5187,8 +5772,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5187
5772
|
error: z.ZodString;
|
|
5188
5773
|
success: z.ZodBoolean;
|
|
5189
5774
|
}, "strip", z.ZodTypeAny, {
|
|
5190
|
-
success: boolean;
|
|
5191
5775
|
error: string;
|
|
5776
|
+
success: boolean;
|
|
5192
5777
|
operation: "get_channel_info";
|
|
5193
5778
|
ok: boolean;
|
|
5194
5779
|
channel?: {
|
|
@@ -5226,8 +5811,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5226
5811
|
num_members?: number | undefined;
|
|
5227
5812
|
} | undefined;
|
|
5228
5813
|
}, {
|
|
5229
|
-
success: boolean;
|
|
5230
5814
|
error: string;
|
|
5815
|
+
success: boolean;
|
|
5231
5816
|
operation: "get_channel_info";
|
|
5232
5817
|
ok: boolean;
|
|
5233
5818
|
channel?: {
|
|
@@ -5365,13 +5950,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5365
5950
|
}, "strip", z.ZodTypeAny, {
|
|
5366
5951
|
name: string;
|
|
5367
5952
|
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
5953
|
profile?: {
|
|
5376
5954
|
title?: string | undefined;
|
|
5377
5955
|
email?: string | undefined;
|
|
@@ -5398,6 +5976,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5398
5976
|
image_512?: string | undefined;
|
|
5399
5977
|
image_1024?: string | undefined;
|
|
5400
5978
|
} | undefined;
|
|
5979
|
+
color?: string | undefined;
|
|
5980
|
+
team_id?: string | undefined;
|
|
5981
|
+
deleted?: boolean | undefined;
|
|
5982
|
+
real_name?: string | undefined;
|
|
5983
|
+
tz?: string | undefined;
|
|
5984
|
+
tz_label?: string | undefined;
|
|
5985
|
+
tz_offset?: number | undefined;
|
|
5401
5986
|
is_admin?: boolean | undefined;
|
|
5402
5987
|
is_owner?: boolean | undefined;
|
|
5403
5988
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5410,13 +5995,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5410
5995
|
}, {
|
|
5411
5996
|
name: string;
|
|
5412
5997
|
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
5998
|
profile?: {
|
|
5421
5999
|
title?: string | undefined;
|
|
5422
6000
|
email?: string | undefined;
|
|
@@ -5443,6 +6021,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5443
6021
|
image_512?: string | undefined;
|
|
5444
6022
|
image_1024?: string | undefined;
|
|
5445
6023
|
} | undefined;
|
|
6024
|
+
color?: string | undefined;
|
|
6025
|
+
team_id?: string | undefined;
|
|
6026
|
+
deleted?: boolean | undefined;
|
|
6027
|
+
real_name?: string | undefined;
|
|
6028
|
+
tz?: string | undefined;
|
|
6029
|
+
tz_label?: string | undefined;
|
|
6030
|
+
tz_offset?: number | undefined;
|
|
5446
6031
|
is_admin?: boolean | undefined;
|
|
5447
6032
|
is_owner?: boolean | undefined;
|
|
5448
6033
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5456,20 +6041,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5456
6041
|
error: z.ZodString;
|
|
5457
6042
|
success: z.ZodBoolean;
|
|
5458
6043
|
}, "strip", z.ZodTypeAny, {
|
|
5459
|
-
success: boolean;
|
|
5460
6044
|
error: string;
|
|
6045
|
+
success: boolean;
|
|
5461
6046
|
operation: "get_user_info";
|
|
5462
6047
|
ok: boolean;
|
|
5463
6048
|
user?: {
|
|
5464
6049
|
name: string;
|
|
5465
6050
|
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
6051
|
profile?: {
|
|
5474
6052
|
title?: string | undefined;
|
|
5475
6053
|
email?: string | undefined;
|
|
@@ -5496,6 +6074,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5496
6074
|
image_512?: string | undefined;
|
|
5497
6075
|
image_1024?: string | undefined;
|
|
5498
6076
|
} | undefined;
|
|
6077
|
+
color?: string | undefined;
|
|
6078
|
+
team_id?: string | undefined;
|
|
6079
|
+
deleted?: boolean | undefined;
|
|
6080
|
+
real_name?: string | undefined;
|
|
6081
|
+
tz?: string | undefined;
|
|
6082
|
+
tz_label?: string | undefined;
|
|
6083
|
+
tz_offset?: number | undefined;
|
|
5499
6084
|
is_admin?: boolean | undefined;
|
|
5500
6085
|
is_owner?: boolean | undefined;
|
|
5501
6086
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5507,20 +6092,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5507
6092
|
has_2fa?: boolean | undefined;
|
|
5508
6093
|
} | undefined;
|
|
5509
6094
|
}, {
|
|
5510
|
-
success: boolean;
|
|
5511
6095
|
error: string;
|
|
6096
|
+
success: boolean;
|
|
5512
6097
|
operation: "get_user_info";
|
|
5513
6098
|
ok: boolean;
|
|
5514
6099
|
user?: {
|
|
5515
6100
|
name: string;
|
|
5516
6101
|
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
6102
|
profile?: {
|
|
5525
6103
|
title?: string | undefined;
|
|
5526
6104
|
email?: string | undefined;
|
|
@@ -5547,6 +6125,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5547
6125
|
image_512?: string | undefined;
|
|
5548
6126
|
image_1024?: string | undefined;
|
|
5549
6127
|
} | undefined;
|
|
6128
|
+
color?: string | undefined;
|
|
6129
|
+
team_id?: string | undefined;
|
|
6130
|
+
deleted?: boolean | undefined;
|
|
6131
|
+
real_name?: string | undefined;
|
|
6132
|
+
tz?: string | undefined;
|
|
6133
|
+
tz_label?: string | undefined;
|
|
6134
|
+
tz_offset?: number | undefined;
|
|
5550
6135
|
is_admin?: boolean | undefined;
|
|
5551
6136
|
is_owner?: boolean | undefined;
|
|
5552
6137
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5658,13 +6243,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5658
6243
|
}, "strip", z.ZodTypeAny, {
|
|
5659
6244
|
name: string;
|
|
5660
6245
|
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
6246
|
profile?: {
|
|
5669
6247
|
title?: string | undefined;
|
|
5670
6248
|
email?: string | undefined;
|
|
@@ -5691,6 +6269,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5691
6269
|
image_512?: string | undefined;
|
|
5692
6270
|
image_1024?: string | undefined;
|
|
5693
6271
|
} | undefined;
|
|
6272
|
+
color?: string | undefined;
|
|
6273
|
+
team_id?: string | undefined;
|
|
6274
|
+
deleted?: boolean | undefined;
|
|
6275
|
+
real_name?: string | undefined;
|
|
6276
|
+
tz?: string | undefined;
|
|
6277
|
+
tz_label?: string | undefined;
|
|
6278
|
+
tz_offset?: number | undefined;
|
|
5694
6279
|
is_admin?: boolean | undefined;
|
|
5695
6280
|
is_owner?: boolean | undefined;
|
|
5696
6281
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5703,13 +6288,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5703
6288
|
}, {
|
|
5704
6289
|
name: string;
|
|
5705
6290
|
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
6291
|
profile?: {
|
|
5714
6292
|
title?: string | undefined;
|
|
5715
6293
|
email?: string | undefined;
|
|
@@ -5736,6 +6314,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5736
6314
|
image_512?: string | undefined;
|
|
5737
6315
|
image_1024?: string | undefined;
|
|
5738
6316
|
} | undefined;
|
|
6317
|
+
color?: string | undefined;
|
|
6318
|
+
team_id?: string | undefined;
|
|
6319
|
+
deleted?: boolean | undefined;
|
|
6320
|
+
real_name?: string | undefined;
|
|
6321
|
+
tz?: string | undefined;
|
|
6322
|
+
tz_label?: string | undefined;
|
|
6323
|
+
tz_offset?: number | undefined;
|
|
5739
6324
|
is_admin?: boolean | undefined;
|
|
5740
6325
|
is_owner?: boolean | undefined;
|
|
5741
6326
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5756,8 +6341,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5756
6341
|
error: z.ZodString;
|
|
5757
6342
|
success: z.ZodBoolean;
|
|
5758
6343
|
}, "strip", z.ZodTypeAny, {
|
|
5759
|
-
success: boolean;
|
|
5760
6344
|
error: string;
|
|
6345
|
+
success: boolean;
|
|
5761
6346
|
operation: "list_users";
|
|
5762
6347
|
ok: boolean;
|
|
5763
6348
|
response_metadata?: {
|
|
@@ -5766,13 +6351,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5766
6351
|
members?: {
|
|
5767
6352
|
name: string;
|
|
5768
6353
|
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
6354
|
profile?: {
|
|
5777
6355
|
title?: string | undefined;
|
|
5778
6356
|
email?: string | undefined;
|
|
@@ -5799,6 +6377,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5799
6377
|
image_512?: string | undefined;
|
|
5800
6378
|
image_1024?: string | undefined;
|
|
5801
6379
|
} | undefined;
|
|
6380
|
+
color?: string | undefined;
|
|
6381
|
+
team_id?: string | undefined;
|
|
6382
|
+
deleted?: boolean | undefined;
|
|
6383
|
+
real_name?: string | undefined;
|
|
6384
|
+
tz?: string | undefined;
|
|
6385
|
+
tz_label?: string | undefined;
|
|
6386
|
+
tz_offset?: number | undefined;
|
|
5802
6387
|
is_admin?: boolean | undefined;
|
|
5803
6388
|
is_owner?: boolean | undefined;
|
|
5804
6389
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5810,8 +6395,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5810
6395
|
has_2fa?: boolean | undefined;
|
|
5811
6396
|
}[] | undefined;
|
|
5812
6397
|
}, {
|
|
5813
|
-
success: boolean;
|
|
5814
6398
|
error: string;
|
|
6399
|
+
success: boolean;
|
|
5815
6400
|
operation: "list_users";
|
|
5816
6401
|
ok: boolean;
|
|
5817
6402
|
response_metadata?: {
|
|
@@ -5820,13 +6405,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5820
6405
|
members?: {
|
|
5821
6406
|
name: string;
|
|
5822
6407
|
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
6408
|
profile?: {
|
|
5831
6409
|
title?: string | undefined;
|
|
5832
6410
|
email?: string | undefined;
|
|
@@ -5853,6 +6431,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5853
6431
|
image_512?: string | undefined;
|
|
5854
6432
|
image_1024?: string | undefined;
|
|
5855
6433
|
} | undefined;
|
|
6434
|
+
color?: string | undefined;
|
|
6435
|
+
team_id?: string | undefined;
|
|
6436
|
+
deleted?: boolean | undefined;
|
|
6437
|
+
real_name?: string | undefined;
|
|
6438
|
+
tz?: string | undefined;
|
|
6439
|
+
tz_label?: string | undefined;
|
|
6440
|
+
tz_offset?: number | undefined;
|
|
5856
6441
|
is_admin?: boolean | undefined;
|
|
5857
6442
|
is_owner?: boolean | undefined;
|
|
5858
6443
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5903,10 +6488,59 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5903
6488
|
users: string[];
|
|
5904
6489
|
count: number;
|
|
5905
6490
|
}>, "many">>;
|
|
6491
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6492
|
+
id: z.ZodString;
|
|
6493
|
+
name: z.ZodOptional<z.ZodString>;
|
|
6494
|
+
title: z.ZodOptional<z.ZodString>;
|
|
6495
|
+
mimetype: z.ZodOptional<z.ZodString>;
|
|
6496
|
+
filetype: z.ZodOptional<z.ZodString>;
|
|
6497
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
6498
|
+
user: z.ZodOptional<z.ZodString>;
|
|
6499
|
+
url_private: z.ZodOptional<z.ZodString>;
|
|
6500
|
+
url_private_download: z.ZodOptional<z.ZodString>;
|
|
6501
|
+
thumb_64: z.ZodOptional<z.ZodString>;
|
|
6502
|
+
thumb_360: z.ZodOptional<z.ZodString>;
|
|
6503
|
+
thumb_480: z.ZodOptional<z.ZodString>;
|
|
6504
|
+
original_w: z.ZodOptional<z.ZodNumber>;
|
|
6505
|
+
original_h: z.ZodOptional<z.ZodNumber>;
|
|
6506
|
+
permalink: z.ZodOptional<z.ZodString>;
|
|
6507
|
+
}, "strip", z.ZodTypeAny, {
|
|
6508
|
+
id: string;
|
|
6509
|
+
title?: string | undefined;
|
|
6510
|
+
name?: string | undefined;
|
|
6511
|
+
user?: string | undefined;
|
|
6512
|
+
mimetype?: string | undefined;
|
|
6513
|
+
filetype?: string | undefined;
|
|
6514
|
+
size?: number | undefined;
|
|
6515
|
+
url_private?: string | undefined;
|
|
6516
|
+
url_private_download?: string | undefined;
|
|
6517
|
+
thumb_64?: string | undefined;
|
|
6518
|
+
thumb_360?: string | undefined;
|
|
6519
|
+
thumb_480?: string | undefined;
|
|
6520
|
+
original_w?: number | undefined;
|
|
6521
|
+
original_h?: number | undefined;
|
|
6522
|
+
permalink?: string | undefined;
|
|
6523
|
+
}, {
|
|
6524
|
+
id: string;
|
|
6525
|
+
title?: string | undefined;
|
|
6526
|
+
name?: string | undefined;
|
|
6527
|
+
user?: string | undefined;
|
|
6528
|
+
mimetype?: string | undefined;
|
|
6529
|
+
filetype?: string | undefined;
|
|
6530
|
+
size?: number | undefined;
|
|
6531
|
+
url_private?: string | undefined;
|
|
6532
|
+
url_private_download?: string | undefined;
|
|
6533
|
+
thumb_64?: string | undefined;
|
|
6534
|
+
thumb_360?: string | undefined;
|
|
6535
|
+
thumb_480?: string | undefined;
|
|
6536
|
+
original_w?: number | undefined;
|
|
6537
|
+
original_h?: number | undefined;
|
|
6538
|
+
permalink?: string | undefined;
|
|
6539
|
+
}>, "many">>;
|
|
5906
6540
|
}, "strip", z.ZodTypeAny, {
|
|
5907
6541
|
type: string;
|
|
5908
|
-
user?: string | undefined;
|
|
5909
6542
|
text?: string | undefined;
|
|
6543
|
+
user?: string | undefined;
|
|
5910
6544
|
ts?: string | undefined;
|
|
5911
6545
|
username?: string | undefined;
|
|
5912
6546
|
attachments?: unknown[] | undefined;
|
|
@@ -5928,10 +6562,27 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5928
6562
|
users: string[];
|
|
5929
6563
|
count: number;
|
|
5930
6564
|
}[] | undefined;
|
|
6565
|
+
files?: {
|
|
6566
|
+
id: string;
|
|
6567
|
+
title?: string | undefined;
|
|
6568
|
+
name?: string | undefined;
|
|
6569
|
+
user?: string | undefined;
|
|
6570
|
+
mimetype?: string | undefined;
|
|
6571
|
+
filetype?: string | undefined;
|
|
6572
|
+
size?: number | undefined;
|
|
6573
|
+
url_private?: string | undefined;
|
|
6574
|
+
url_private_download?: string | undefined;
|
|
6575
|
+
thumb_64?: string | undefined;
|
|
6576
|
+
thumb_360?: string | undefined;
|
|
6577
|
+
thumb_480?: string | undefined;
|
|
6578
|
+
original_w?: number | undefined;
|
|
6579
|
+
original_h?: number | undefined;
|
|
6580
|
+
permalink?: string | undefined;
|
|
6581
|
+
}[] | undefined;
|
|
5931
6582
|
}, {
|
|
5932
6583
|
type: string;
|
|
5933
|
-
user?: string | undefined;
|
|
5934
6584
|
text?: string | undefined;
|
|
6585
|
+
user?: string | undefined;
|
|
5935
6586
|
ts?: string | undefined;
|
|
5936
6587
|
username?: string | undefined;
|
|
5937
6588
|
attachments?: unknown[] | undefined;
|
|
@@ -5953,6 +6604,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5953
6604
|
users: string[];
|
|
5954
6605
|
count: number;
|
|
5955
6606
|
}[] | undefined;
|
|
6607
|
+
files?: {
|
|
6608
|
+
id: string;
|
|
6609
|
+
title?: string | undefined;
|
|
6610
|
+
name?: string | undefined;
|
|
6611
|
+
user?: string | undefined;
|
|
6612
|
+
mimetype?: string | undefined;
|
|
6613
|
+
filetype?: string | undefined;
|
|
6614
|
+
size?: number | undefined;
|
|
6615
|
+
url_private?: string | undefined;
|
|
6616
|
+
url_private_download?: string | undefined;
|
|
6617
|
+
thumb_64?: string | undefined;
|
|
6618
|
+
thumb_360?: string | undefined;
|
|
6619
|
+
thumb_480?: string | undefined;
|
|
6620
|
+
original_w?: number | undefined;
|
|
6621
|
+
original_h?: number | undefined;
|
|
6622
|
+
permalink?: string | undefined;
|
|
6623
|
+
}[] | undefined;
|
|
5956
6624
|
}>, "many">>;
|
|
5957
6625
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
5958
6626
|
response_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -5965,14 +6633,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5965
6633
|
error: z.ZodString;
|
|
5966
6634
|
success: z.ZodBoolean;
|
|
5967
6635
|
}, "strip", z.ZodTypeAny, {
|
|
5968
|
-
success: boolean;
|
|
5969
6636
|
error: string;
|
|
6637
|
+
success: boolean;
|
|
5970
6638
|
operation: "get_conversation_history";
|
|
5971
6639
|
ok: boolean;
|
|
6640
|
+
response_metadata?: {
|
|
6641
|
+
next_cursor: string;
|
|
6642
|
+
} | undefined;
|
|
5972
6643
|
messages?: {
|
|
5973
6644
|
type: string;
|
|
5974
|
-
user?: string | undefined;
|
|
5975
6645
|
text?: string | undefined;
|
|
6646
|
+
user?: string | undefined;
|
|
5976
6647
|
ts?: string | undefined;
|
|
5977
6648
|
username?: string | undefined;
|
|
5978
6649
|
attachments?: unknown[] | undefined;
|
|
@@ -5994,20 +6665,37 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5994
6665
|
users: string[];
|
|
5995
6666
|
count: number;
|
|
5996
6667
|
}[] | undefined;
|
|
6668
|
+
files?: {
|
|
6669
|
+
id: string;
|
|
6670
|
+
title?: string | undefined;
|
|
6671
|
+
name?: string | undefined;
|
|
6672
|
+
user?: string | undefined;
|
|
6673
|
+
mimetype?: string | undefined;
|
|
6674
|
+
filetype?: string | undefined;
|
|
6675
|
+
size?: number | undefined;
|
|
6676
|
+
url_private?: string | undefined;
|
|
6677
|
+
url_private_download?: string | undefined;
|
|
6678
|
+
thumb_64?: string | undefined;
|
|
6679
|
+
thumb_360?: string | undefined;
|
|
6680
|
+
thumb_480?: string | undefined;
|
|
6681
|
+
original_w?: number | undefined;
|
|
6682
|
+
original_h?: number | undefined;
|
|
6683
|
+
permalink?: string | undefined;
|
|
6684
|
+
}[] | undefined;
|
|
5997
6685
|
}[] | undefined;
|
|
5998
|
-
response_metadata?: {
|
|
5999
|
-
next_cursor: string;
|
|
6000
|
-
} | undefined;
|
|
6001
6686
|
has_more?: boolean | undefined;
|
|
6002
6687
|
}, {
|
|
6003
|
-
success: boolean;
|
|
6004
6688
|
error: string;
|
|
6689
|
+
success: boolean;
|
|
6005
6690
|
operation: "get_conversation_history";
|
|
6006
6691
|
ok: boolean;
|
|
6692
|
+
response_metadata?: {
|
|
6693
|
+
next_cursor: string;
|
|
6694
|
+
} | undefined;
|
|
6007
6695
|
messages?: {
|
|
6008
6696
|
type: string;
|
|
6009
|
-
user?: string | undefined;
|
|
6010
6697
|
text?: string | undefined;
|
|
6698
|
+
user?: string | undefined;
|
|
6011
6699
|
ts?: string | undefined;
|
|
6012
6700
|
username?: string | undefined;
|
|
6013
6701
|
attachments?: unknown[] | undefined;
|
|
@@ -6029,10 +6717,24 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6029
6717
|
users: string[];
|
|
6030
6718
|
count: number;
|
|
6031
6719
|
}[] | undefined;
|
|
6720
|
+
files?: {
|
|
6721
|
+
id: string;
|
|
6722
|
+
title?: string | undefined;
|
|
6723
|
+
name?: string | undefined;
|
|
6724
|
+
user?: string | undefined;
|
|
6725
|
+
mimetype?: string | undefined;
|
|
6726
|
+
filetype?: string | undefined;
|
|
6727
|
+
size?: number | undefined;
|
|
6728
|
+
url_private?: string | undefined;
|
|
6729
|
+
url_private_download?: string | undefined;
|
|
6730
|
+
thumb_64?: string | undefined;
|
|
6731
|
+
thumb_360?: string | undefined;
|
|
6732
|
+
thumb_480?: string | undefined;
|
|
6733
|
+
original_w?: number | undefined;
|
|
6734
|
+
original_h?: number | undefined;
|
|
6735
|
+
permalink?: string | undefined;
|
|
6736
|
+
}[] | undefined;
|
|
6032
6737
|
}[] | undefined;
|
|
6033
|
-
response_metadata?: {
|
|
6034
|
-
next_cursor: string;
|
|
6035
|
-
} | undefined;
|
|
6036
6738
|
has_more?: boolean | undefined;
|
|
6037
6739
|
}>, z.ZodObject<{
|
|
6038
6740
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -6074,10 +6776,59 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6074
6776
|
users: string[];
|
|
6075
6777
|
count: number;
|
|
6076
6778
|
}>, "many">>;
|
|
6779
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6780
|
+
id: z.ZodString;
|
|
6781
|
+
name: z.ZodOptional<z.ZodString>;
|
|
6782
|
+
title: z.ZodOptional<z.ZodString>;
|
|
6783
|
+
mimetype: z.ZodOptional<z.ZodString>;
|
|
6784
|
+
filetype: z.ZodOptional<z.ZodString>;
|
|
6785
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
6786
|
+
user: z.ZodOptional<z.ZodString>;
|
|
6787
|
+
url_private: z.ZodOptional<z.ZodString>;
|
|
6788
|
+
url_private_download: z.ZodOptional<z.ZodString>;
|
|
6789
|
+
thumb_64: z.ZodOptional<z.ZodString>;
|
|
6790
|
+
thumb_360: z.ZodOptional<z.ZodString>;
|
|
6791
|
+
thumb_480: z.ZodOptional<z.ZodString>;
|
|
6792
|
+
original_w: z.ZodOptional<z.ZodNumber>;
|
|
6793
|
+
original_h: z.ZodOptional<z.ZodNumber>;
|
|
6794
|
+
permalink: z.ZodOptional<z.ZodString>;
|
|
6795
|
+
}, "strip", z.ZodTypeAny, {
|
|
6796
|
+
id: string;
|
|
6797
|
+
title?: string | undefined;
|
|
6798
|
+
name?: string | undefined;
|
|
6799
|
+
user?: string | undefined;
|
|
6800
|
+
mimetype?: string | undefined;
|
|
6801
|
+
filetype?: string | undefined;
|
|
6802
|
+
size?: number | undefined;
|
|
6803
|
+
url_private?: string | undefined;
|
|
6804
|
+
url_private_download?: string | undefined;
|
|
6805
|
+
thumb_64?: string | undefined;
|
|
6806
|
+
thumb_360?: string | undefined;
|
|
6807
|
+
thumb_480?: string | undefined;
|
|
6808
|
+
original_w?: number | undefined;
|
|
6809
|
+
original_h?: number | undefined;
|
|
6810
|
+
permalink?: string | undefined;
|
|
6811
|
+
}, {
|
|
6812
|
+
id: string;
|
|
6813
|
+
title?: string | undefined;
|
|
6814
|
+
name?: string | undefined;
|
|
6815
|
+
user?: string | undefined;
|
|
6816
|
+
mimetype?: string | undefined;
|
|
6817
|
+
filetype?: string | undefined;
|
|
6818
|
+
size?: number | undefined;
|
|
6819
|
+
url_private?: string | undefined;
|
|
6820
|
+
url_private_download?: string | undefined;
|
|
6821
|
+
thumb_64?: string | undefined;
|
|
6822
|
+
thumb_360?: string | undefined;
|
|
6823
|
+
thumb_480?: string | undefined;
|
|
6824
|
+
original_w?: number | undefined;
|
|
6825
|
+
original_h?: number | undefined;
|
|
6826
|
+
permalink?: string | undefined;
|
|
6827
|
+
}>, "many">>;
|
|
6077
6828
|
}, "strip", z.ZodTypeAny, {
|
|
6078
6829
|
type: string;
|
|
6079
|
-
user?: string | undefined;
|
|
6080
6830
|
text?: string | undefined;
|
|
6831
|
+
user?: string | undefined;
|
|
6081
6832
|
ts?: string | undefined;
|
|
6082
6833
|
username?: string | undefined;
|
|
6083
6834
|
attachments?: unknown[] | undefined;
|
|
@@ -6099,10 +6850,27 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6099
6850
|
users: string[];
|
|
6100
6851
|
count: number;
|
|
6101
6852
|
}[] | undefined;
|
|
6853
|
+
files?: {
|
|
6854
|
+
id: string;
|
|
6855
|
+
title?: string | undefined;
|
|
6856
|
+
name?: string | undefined;
|
|
6857
|
+
user?: string | undefined;
|
|
6858
|
+
mimetype?: string | undefined;
|
|
6859
|
+
filetype?: string | undefined;
|
|
6860
|
+
size?: number | undefined;
|
|
6861
|
+
url_private?: string | undefined;
|
|
6862
|
+
url_private_download?: string | undefined;
|
|
6863
|
+
thumb_64?: string | undefined;
|
|
6864
|
+
thumb_360?: string | undefined;
|
|
6865
|
+
thumb_480?: string | undefined;
|
|
6866
|
+
original_w?: number | undefined;
|
|
6867
|
+
original_h?: number | undefined;
|
|
6868
|
+
permalink?: string | undefined;
|
|
6869
|
+
}[] | undefined;
|
|
6102
6870
|
}, {
|
|
6103
6871
|
type: string;
|
|
6104
|
-
user?: string | undefined;
|
|
6105
6872
|
text?: string | undefined;
|
|
6873
|
+
user?: string | undefined;
|
|
6106
6874
|
ts?: string | undefined;
|
|
6107
6875
|
username?: string | undefined;
|
|
6108
6876
|
attachments?: unknown[] | undefined;
|
|
@@ -6124,6 +6892,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6124
6892
|
users: string[];
|
|
6125
6893
|
count: number;
|
|
6126
6894
|
}[] | undefined;
|
|
6895
|
+
files?: {
|
|
6896
|
+
id: string;
|
|
6897
|
+
title?: string | undefined;
|
|
6898
|
+
name?: string | undefined;
|
|
6899
|
+
user?: string | undefined;
|
|
6900
|
+
mimetype?: string | undefined;
|
|
6901
|
+
filetype?: string | undefined;
|
|
6902
|
+
size?: number | undefined;
|
|
6903
|
+
url_private?: string | undefined;
|
|
6904
|
+
url_private_download?: string | undefined;
|
|
6905
|
+
thumb_64?: string | undefined;
|
|
6906
|
+
thumb_360?: string | undefined;
|
|
6907
|
+
thumb_480?: string | undefined;
|
|
6908
|
+
original_w?: number | undefined;
|
|
6909
|
+
original_h?: number | undefined;
|
|
6910
|
+
permalink?: string | undefined;
|
|
6911
|
+
}[] | undefined;
|
|
6127
6912
|
}>, "many">>;
|
|
6128
6913
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
6129
6914
|
response_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -6136,14 +6921,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6136
6921
|
error: z.ZodString;
|
|
6137
6922
|
success: z.ZodBoolean;
|
|
6138
6923
|
}, "strip", z.ZodTypeAny, {
|
|
6139
|
-
success: boolean;
|
|
6140
6924
|
error: string;
|
|
6925
|
+
success: boolean;
|
|
6141
6926
|
operation: "get_thread_replies";
|
|
6142
6927
|
ok: boolean;
|
|
6928
|
+
response_metadata?: {
|
|
6929
|
+
next_cursor: string;
|
|
6930
|
+
} | undefined;
|
|
6143
6931
|
messages?: {
|
|
6144
6932
|
type: string;
|
|
6145
|
-
user?: string | undefined;
|
|
6146
6933
|
text?: string | undefined;
|
|
6934
|
+
user?: string | undefined;
|
|
6147
6935
|
ts?: string | undefined;
|
|
6148
6936
|
username?: string | undefined;
|
|
6149
6937
|
attachments?: unknown[] | undefined;
|
|
@@ -6165,20 +6953,37 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6165
6953
|
users: string[];
|
|
6166
6954
|
count: number;
|
|
6167
6955
|
}[] | undefined;
|
|
6956
|
+
files?: {
|
|
6957
|
+
id: string;
|
|
6958
|
+
title?: string | undefined;
|
|
6959
|
+
name?: string | undefined;
|
|
6960
|
+
user?: string | undefined;
|
|
6961
|
+
mimetype?: string | undefined;
|
|
6962
|
+
filetype?: string | undefined;
|
|
6963
|
+
size?: number | undefined;
|
|
6964
|
+
url_private?: string | undefined;
|
|
6965
|
+
url_private_download?: string | undefined;
|
|
6966
|
+
thumb_64?: string | undefined;
|
|
6967
|
+
thumb_360?: string | undefined;
|
|
6968
|
+
thumb_480?: string | undefined;
|
|
6969
|
+
original_w?: number | undefined;
|
|
6970
|
+
original_h?: number | undefined;
|
|
6971
|
+
permalink?: string | undefined;
|
|
6972
|
+
}[] | undefined;
|
|
6168
6973
|
}[] | undefined;
|
|
6169
|
-
response_metadata?: {
|
|
6170
|
-
next_cursor: string;
|
|
6171
|
-
} | undefined;
|
|
6172
6974
|
has_more?: boolean | undefined;
|
|
6173
6975
|
}, {
|
|
6174
|
-
success: boolean;
|
|
6175
6976
|
error: string;
|
|
6977
|
+
success: boolean;
|
|
6176
6978
|
operation: "get_thread_replies";
|
|
6177
6979
|
ok: boolean;
|
|
6980
|
+
response_metadata?: {
|
|
6981
|
+
next_cursor: string;
|
|
6982
|
+
} | undefined;
|
|
6178
6983
|
messages?: {
|
|
6179
6984
|
type: string;
|
|
6180
|
-
user?: string | undefined;
|
|
6181
6985
|
text?: string | undefined;
|
|
6986
|
+
user?: string | undefined;
|
|
6182
6987
|
ts?: string | undefined;
|
|
6183
6988
|
username?: string | undefined;
|
|
6184
6989
|
attachments?: unknown[] | undefined;
|
|
@@ -6200,10 +7005,24 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6200
7005
|
users: string[];
|
|
6201
7006
|
count: number;
|
|
6202
7007
|
}[] | undefined;
|
|
7008
|
+
files?: {
|
|
7009
|
+
id: string;
|
|
7010
|
+
title?: string | undefined;
|
|
7011
|
+
name?: string | undefined;
|
|
7012
|
+
user?: string | undefined;
|
|
7013
|
+
mimetype?: string | undefined;
|
|
7014
|
+
filetype?: string | undefined;
|
|
7015
|
+
size?: number | undefined;
|
|
7016
|
+
url_private?: string | undefined;
|
|
7017
|
+
url_private_download?: string | undefined;
|
|
7018
|
+
thumb_64?: string | undefined;
|
|
7019
|
+
thumb_360?: string | undefined;
|
|
7020
|
+
thumb_480?: string | undefined;
|
|
7021
|
+
original_w?: number | undefined;
|
|
7022
|
+
original_h?: number | undefined;
|
|
7023
|
+
permalink?: string | undefined;
|
|
7024
|
+
}[] | undefined;
|
|
6203
7025
|
}[] | undefined;
|
|
6204
|
-
response_metadata?: {
|
|
6205
|
-
next_cursor: string;
|
|
6206
|
-
} | undefined;
|
|
6207
7026
|
has_more?: boolean | undefined;
|
|
6208
7027
|
}>, z.ZodObject<{
|
|
6209
7028
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -6248,10 +7067,59 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6248
7067
|
users: string[];
|
|
6249
7068
|
count: number;
|
|
6250
7069
|
}>, "many">>;
|
|
7070
|
+
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7071
|
+
id: z.ZodString;
|
|
7072
|
+
name: z.ZodOptional<z.ZodString>;
|
|
7073
|
+
title: z.ZodOptional<z.ZodString>;
|
|
7074
|
+
mimetype: z.ZodOptional<z.ZodString>;
|
|
7075
|
+
filetype: z.ZodOptional<z.ZodString>;
|
|
7076
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
7077
|
+
user: z.ZodOptional<z.ZodString>;
|
|
7078
|
+
url_private: z.ZodOptional<z.ZodString>;
|
|
7079
|
+
url_private_download: z.ZodOptional<z.ZodString>;
|
|
7080
|
+
thumb_64: z.ZodOptional<z.ZodString>;
|
|
7081
|
+
thumb_360: z.ZodOptional<z.ZodString>;
|
|
7082
|
+
thumb_480: z.ZodOptional<z.ZodString>;
|
|
7083
|
+
original_w: z.ZodOptional<z.ZodNumber>;
|
|
7084
|
+
original_h: z.ZodOptional<z.ZodNumber>;
|
|
7085
|
+
permalink: z.ZodOptional<z.ZodString>;
|
|
7086
|
+
}, "strip", z.ZodTypeAny, {
|
|
7087
|
+
id: string;
|
|
7088
|
+
title?: string | undefined;
|
|
7089
|
+
name?: string | undefined;
|
|
7090
|
+
user?: string | undefined;
|
|
7091
|
+
mimetype?: string | undefined;
|
|
7092
|
+
filetype?: string | undefined;
|
|
7093
|
+
size?: number | undefined;
|
|
7094
|
+
url_private?: string | undefined;
|
|
7095
|
+
url_private_download?: string | undefined;
|
|
7096
|
+
thumb_64?: string | undefined;
|
|
7097
|
+
thumb_360?: string | undefined;
|
|
7098
|
+
thumb_480?: string | undefined;
|
|
7099
|
+
original_w?: number | undefined;
|
|
7100
|
+
original_h?: number | undefined;
|
|
7101
|
+
permalink?: string | undefined;
|
|
7102
|
+
}, {
|
|
7103
|
+
id: string;
|
|
7104
|
+
title?: string | undefined;
|
|
7105
|
+
name?: string | undefined;
|
|
7106
|
+
user?: string | undefined;
|
|
7107
|
+
mimetype?: string | undefined;
|
|
7108
|
+
filetype?: string | undefined;
|
|
7109
|
+
size?: number | undefined;
|
|
7110
|
+
url_private?: string | undefined;
|
|
7111
|
+
url_private_download?: string | undefined;
|
|
7112
|
+
thumb_64?: string | undefined;
|
|
7113
|
+
thumb_360?: string | undefined;
|
|
7114
|
+
thumb_480?: string | undefined;
|
|
7115
|
+
original_w?: number | undefined;
|
|
7116
|
+
original_h?: number | undefined;
|
|
7117
|
+
permalink?: string | undefined;
|
|
7118
|
+
}>, "many">>;
|
|
6251
7119
|
}, "strip", z.ZodTypeAny, {
|
|
6252
7120
|
type: string;
|
|
6253
|
-
user?: string | undefined;
|
|
6254
7121
|
text?: string | undefined;
|
|
7122
|
+
user?: string | undefined;
|
|
6255
7123
|
ts?: string | undefined;
|
|
6256
7124
|
username?: string | undefined;
|
|
6257
7125
|
attachments?: unknown[] | undefined;
|
|
@@ -6273,10 +7141,27 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6273
7141
|
users: string[];
|
|
6274
7142
|
count: number;
|
|
6275
7143
|
}[] | undefined;
|
|
7144
|
+
files?: {
|
|
7145
|
+
id: string;
|
|
7146
|
+
title?: string | undefined;
|
|
7147
|
+
name?: string | undefined;
|
|
7148
|
+
user?: string | undefined;
|
|
7149
|
+
mimetype?: string | undefined;
|
|
7150
|
+
filetype?: string | undefined;
|
|
7151
|
+
size?: number | undefined;
|
|
7152
|
+
url_private?: string | undefined;
|
|
7153
|
+
url_private_download?: string | undefined;
|
|
7154
|
+
thumb_64?: string | undefined;
|
|
7155
|
+
thumb_360?: string | undefined;
|
|
7156
|
+
thumb_480?: string | undefined;
|
|
7157
|
+
original_w?: number | undefined;
|
|
7158
|
+
original_h?: number | undefined;
|
|
7159
|
+
permalink?: string | undefined;
|
|
7160
|
+
}[] | undefined;
|
|
6276
7161
|
}, {
|
|
6277
7162
|
type: string;
|
|
6278
|
-
user?: string | undefined;
|
|
6279
7163
|
text?: string | undefined;
|
|
7164
|
+
user?: string | undefined;
|
|
6280
7165
|
ts?: string | undefined;
|
|
6281
7166
|
username?: string | undefined;
|
|
6282
7167
|
attachments?: unknown[] | undefined;
|
|
@@ -6298,18 +7183,35 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6298
7183
|
users: string[];
|
|
6299
7184
|
count: number;
|
|
6300
7185
|
}[] | undefined;
|
|
7186
|
+
files?: {
|
|
7187
|
+
id: string;
|
|
7188
|
+
title?: string | undefined;
|
|
7189
|
+
name?: string | undefined;
|
|
7190
|
+
user?: string | undefined;
|
|
7191
|
+
mimetype?: string | undefined;
|
|
7192
|
+
filetype?: string | undefined;
|
|
7193
|
+
size?: number | undefined;
|
|
7194
|
+
url_private?: string | undefined;
|
|
7195
|
+
url_private_download?: string | undefined;
|
|
7196
|
+
thumb_64?: string | undefined;
|
|
7197
|
+
thumb_360?: string | undefined;
|
|
7198
|
+
thumb_480?: string | undefined;
|
|
7199
|
+
original_w?: number | undefined;
|
|
7200
|
+
original_h?: number | undefined;
|
|
7201
|
+
permalink?: string | undefined;
|
|
7202
|
+
}[] | undefined;
|
|
6301
7203
|
}>>;
|
|
6302
7204
|
error: z.ZodString;
|
|
6303
7205
|
success: z.ZodBoolean;
|
|
6304
7206
|
}, "strip", z.ZodTypeAny, {
|
|
6305
|
-
success: boolean;
|
|
6306
7207
|
error: string;
|
|
7208
|
+
success: boolean;
|
|
6307
7209
|
operation: "update_message";
|
|
6308
7210
|
ok: boolean;
|
|
6309
7211
|
message?: {
|
|
6310
7212
|
type: string;
|
|
6311
|
-
user?: string | undefined;
|
|
6312
7213
|
text?: string | undefined;
|
|
7214
|
+
user?: string | undefined;
|
|
6313
7215
|
ts?: string | undefined;
|
|
6314
7216
|
username?: string | undefined;
|
|
6315
7217
|
attachments?: unknown[] | undefined;
|
|
@@ -6331,19 +7233,36 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6331
7233
|
users: string[];
|
|
6332
7234
|
count: number;
|
|
6333
7235
|
}[] | undefined;
|
|
7236
|
+
files?: {
|
|
7237
|
+
id: string;
|
|
7238
|
+
title?: string | undefined;
|
|
7239
|
+
name?: string | undefined;
|
|
7240
|
+
user?: string | undefined;
|
|
7241
|
+
mimetype?: string | undefined;
|
|
7242
|
+
filetype?: string | undefined;
|
|
7243
|
+
size?: number | undefined;
|
|
7244
|
+
url_private?: string | undefined;
|
|
7245
|
+
url_private_download?: string | undefined;
|
|
7246
|
+
thumb_64?: string | undefined;
|
|
7247
|
+
thumb_360?: string | undefined;
|
|
7248
|
+
thumb_480?: string | undefined;
|
|
7249
|
+
original_w?: number | undefined;
|
|
7250
|
+
original_h?: number | undefined;
|
|
7251
|
+
permalink?: string | undefined;
|
|
7252
|
+
}[] | undefined;
|
|
6334
7253
|
} | undefined;
|
|
6335
7254
|
text?: string | undefined;
|
|
6336
7255
|
ts?: string | undefined;
|
|
6337
7256
|
channel?: string | undefined;
|
|
6338
7257
|
}, {
|
|
6339
|
-
success: boolean;
|
|
6340
7258
|
error: string;
|
|
7259
|
+
success: boolean;
|
|
6341
7260
|
operation: "update_message";
|
|
6342
7261
|
ok: boolean;
|
|
6343
7262
|
message?: {
|
|
6344
7263
|
type: string;
|
|
6345
|
-
user?: string | undefined;
|
|
6346
7264
|
text?: string | undefined;
|
|
7265
|
+
user?: string | undefined;
|
|
6347
7266
|
ts?: string | undefined;
|
|
6348
7267
|
username?: string | undefined;
|
|
6349
7268
|
attachments?: unknown[] | undefined;
|
|
@@ -6365,6 +7284,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6365
7284
|
users: string[];
|
|
6366
7285
|
count: number;
|
|
6367
7286
|
}[] | undefined;
|
|
7287
|
+
files?: {
|
|
7288
|
+
id: string;
|
|
7289
|
+
title?: string | undefined;
|
|
7290
|
+
name?: string | undefined;
|
|
7291
|
+
user?: string | undefined;
|
|
7292
|
+
mimetype?: string | undefined;
|
|
7293
|
+
filetype?: string | undefined;
|
|
7294
|
+
size?: number | undefined;
|
|
7295
|
+
url_private?: string | undefined;
|
|
7296
|
+
url_private_download?: string | undefined;
|
|
7297
|
+
thumb_64?: string | undefined;
|
|
7298
|
+
thumb_360?: string | undefined;
|
|
7299
|
+
thumb_480?: string | undefined;
|
|
7300
|
+
original_w?: number | undefined;
|
|
7301
|
+
original_h?: number | undefined;
|
|
7302
|
+
permalink?: string | undefined;
|
|
7303
|
+
}[] | undefined;
|
|
6368
7304
|
} | undefined;
|
|
6369
7305
|
text?: string | undefined;
|
|
6370
7306
|
ts?: string | undefined;
|
|
@@ -6377,15 +7313,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6377
7313
|
error: z.ZodString;
|
|
6378
7314
|
success: z.ZodBoolean;
|
|
6379
7315
|
}, "strip", z.ZodTypeAny, {
|
|
6380
|
-
success: boolean;
|
|
6381
7316
|
error: string;
|
|
7317
|
+
success: boolean;
|
|
6382
7318
|
operation: "delete_message";
|
|
6383
7319
|
ok: boolean;
|
|
6384
7320
|
ts?: string | undefined;
|
|
6385
7321
|
channel?: string | undefined;
|
|
6386
7322
|
}, {
|
|
6387
|
-
success: boolean;
|
|
6388
7323
|
error: string;
|
|
7324
|
+
success: boolean;
|
|
6389
7325
|
operation: "delete_message";
|
|
6390
7326
|
ok: boolean;
|
|
6391
7327
|
ts?: string | undefined;
|
|
@@ -6396,13 +7332,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6396
7332
|
error: z.ZodString;
|
|
6397
7333
|
success: z.ZodBoolean;
|
|
6398
7334
|
}, "strip", z.ZodTypeAny, {
|
|
6399
|
-
success: boolean;
|
|
6400
7335
|
error: string;
|
|
7336
|
+
success: boolean;
|
|
6401
7337
|
operation: "add_reaction";
|
|
6402
7338
|
ok: boolean;
|
|
6403
7339
|
}, {
|
|
6404
|
-
success: boolean;
|
|
6405
7340
|
error: string;
|
|
7341
|
+
success: boolean;
|
|
6406
7342
|
operation: "add_reaction";
|
|
6407
7343
|
ok: boolean;
|
|
6408
7344
|
}>, z.ZodObject<{
|
|
@@ -6411,13 +7347,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6411
7347
|
error: z.ZodString;
|
|
6412
7348
|
success: z.ZodBoolean;
|
|
6413
7349
|
}, "strip", z.ZodTypeAny, {
|
|
6414
|
-
success: boolean;
|
|
6415
7350
|
error: string;
|
|
7351
|
+
success: boolean;
|
|
6416
7352
|
operation: "remove_reaction";
|
|
6417
7353
|
ok: boolean;
|
|
6418
7354
|
}, {
|
|
6419
|
-
success: boolean;
|
|
6420
7355
|
error: string;
|
|
7356
|
+
success: boolean;
|
|
6421
7357
|
operation: "remove_reaction";
|
|
6422
7358
|
ok: boolean;
|
|
6423
7359
|
}>, z.ZodObject<{
|
|
@@ -6543,8 +7479,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6543
7479
|
error: z.ZodString;
|
|
6544
7480
|
success: z.ZodBoolean;
|
|
6545
7481
|
}, "strip", z.ZodTypeAny, {
|
|
6546
|
-
success: boolean;
|
|
6547
7482
|
error: string;
|
|
7483
|
+
success: boolean;
|
|
6548
7484
|
operation: "join_channel";
|
|
6549
7485
|
ok: boolean;
|
|
6550
7486
|
channel?: {
|
|
@@ -6583,8 +7519,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6583
7519
|
} | undefined;
|
|
6584
7520
|
already_in_channel?: boolean | undefined;
|
|
6585
7521
|
}, {
|
|
6586
|
-
success: boolean;
|
|
6587
7522
|
error: string;
|
|
7523
|
+
success: boolean;
|
|
6588
7524
|
operation: "join_channel";
|
|
6589
7525
|
ok: boolean;
|
|
6590
7526
|
channel?: {
|
|
@@ -6734,25 +7670,25 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6734
7670
|
has_rich_preview: z.ZodOptional<z.ZodBoolean>;
|
|
6735
7671
|
}, "strip", z.ZodTypeAny, {
|
|
6736
7672
|
name: string;
|
|
6737
|
-
user: string;
|
|
6738
7673
|
id: string;
|
|
7674
|
+
user: string;
|
|
6739
7675
|
username: string;
|
|
6740
7676
|
timestamp: number;
|
|
6741
7677
|
created: number;
|
|
6742
7678
|
mimetype: string;
|
|
6743
7679
|
filetype: string;
|
|
7680
|
+
size: number;
|
|
7681
|
+
url_private: string;
|
|
7682
|
+
url_private_download: string;
|
|
7683
|
+
permalink: string;
|
|
6744
7684
|
pretty_type: string;
|
|
6745
7685
|
editable: boolean;
|
|
6746
|
-
size: number;
|
|
6747
7686
|
mode: string;
|
|
6748
7687
|
is_external: boolean;
|
|
6749
7688
|
external_type: string;
|
|
6750
7689
|
is_public: boolean;
|
|
6751
7690
|
public_url_shared: boolean;
|
|
6752
7691
|
display_as_bot: boolean;
|
|
6753
|
-
url_private: string;
|
|
6754
|
-
url_private_download: string;
|
|
6755
|
-
permalink: string;
|
|
6756
7692
|
title?: string | undefined;
|
|
6757
7693
|
channels?: string[] | undefined;
|
|
6758
7694
|
permalink_public?: string | undefined;
|
|
@@ -6779,25 +7715,25 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6779
7715
|
has_rich_preview?: boolean | undefined;
|
|
6780
7716
|
}, {
|
|
6781
7717
|
name: string;
|
|
6782
|
-
user: string;
|
|
6783
7718
|
id: string;
|
|
7719
|
+
user: string;
|
|
6784
7720
|
username: string;
|
|
6785
7721
|
timestamp: number;
|
|
6786
7722
|
created: number;
|
|
6787
7723
|
mimetype: string;
|
|
6788
7724
|
filetype: string;
|
|
7725
|
+
size: number;
|
|
7726
|
+
url_private: string;
|
|
7727
|
+
url_private_download: string;
|
|
7728
|
+
permalink: string;
|
|
6789
7729
|
pretty_type: string;
|
|
6790
7730
|
editable: boolean;
|
|
6791
|
-
size: number;
|
|
6792
7731
|
mode: string;
|
|
6793
7732
|
is_external: boolean;
|
|
6794
7733
|
external_type: string;
|
|
6795
7734
|
is_public: boolean;
|
|
6796
7735
|
public_url_shared: boolean;
|
|
6797
7736
|
display_as_bot: boolean;
|
|
6798
|
-
url_private: string;
|
|
6799
|
-
url_private_download: string;
|
|
6800
|
-
permalink: string;
|
|
6801
7737
|
title?: string | undefined;
|
|
6802
7738
|
channels?: string[] | undefined;
|
|
6803
7739
|
permalink_public?: string | undefined;
|
|
@@ -6826,31 +7762,31 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6826
7762
|
error: z.ZodString;
|
|
6827
7763
|
success: z.ZodBoolean;
|
|
6828
7764
|
}, "strip", z.ZodTypeAny, {
|
|
6829
|
-
success: boolean;
|
|
6830
7765
|
error: string;
|
|
7766
|
+
success: boolean;
|
|
6831
7767
|
operation: "upload_file";
|
|
6832
7768
|
ok: boolean;
|
|
6833
7769
|
file?: {
|
|
6834
7770
|
name: string;
|
|
6835
|
-
user: string;
|
|
6836
7771
|
id: string;
|
|
7772
|
+
user: string;
|
|
6837
7773
|
username: string;
|
|
6838
7774
|
timestamp: number;
|
|
6839
7775
|
created: number;
|
|
6840
7776
|
mimetype: string;
|
|
6841
7777
|
filetype: string;
|
|
7778
|
+
size: number;
|
|
7779
|
+
url_private: string;
|
|
7780
|
+
url_private_download: string;
|
|
7781
|
+
permalink: string;
|
|
6842
7782
|
pretty_type: string;
|
|
6843
7783
|
editable: boolean;
|
|
6844
|
-
size: number;
|
|
6845
7784
|
mode: string;
|
|
6846
7785
|
is_external: boolean;
|
|
6847
7786
|
external_type: string;
|
|
6848
7787
|
is_public: boolean;
|
|
6849
7788
|
public_url_shared: boolean;
|
|
6850
7789
|
display_as_bot: boolean;
|
|
6851
|
-
url_private: string;
|
|
6852
|
-
url_private_download: string;
|
|
6853
|
-
permalink: string;
|
|
6854
7790
|
title?: string | undefined;
|
|
6855
7791
|
channels?: string[] | undefined;
|
|
6856
7792
|
permalink_public?: string | undefined;
|
|
@@ -6877,31 +7813,31 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6877
7813
|
has_rich_preview?: boolean | undefined;
|
|
6878
7814
|
} | undefined;
|
|
6879
7815
|
}, {
|
|
6880
|
-
success: boolean;
|
|
6881
7816
|
error: string;
|
|
7817
|
+
success: boolean;
|
|
6882
7818
|
operation: "upload_file";
|
|
6883
7819
|
ok: boolean;
|
|
6884
7820
|
file?: {
|
|
6885
7821
|
name: string;
|
|
6886
|
-
user: string;
|
|
6887
7822
|
id: string;
|
|
7823
|
+
user: string;
|
|
6888
7824
|
username: string;
|
|
6889
7825
|
timestamp: number;
|
|
6890
7826
|
created: number;
|
|
6891
7827
|
mimetype: string;
|
|
6892
7828
|
filetype: string;
|
|
7829
|
+
size: number;
|
|
7830
|
+
url_private: string;
|
|
7831
|
+
url_private_download: string;
|
|
7832
|
+
permalink: string;
|
|
6893
7833
|
pretty_type: string;
|
|
6894
7834
|
editable: boolean;
|
|
6895
|
-
size: number;
|
|
6896
7835
|
mode: string;
|
|
6897
7836
|
is_external: boolean;
|
|
6898
7837
|
external_type: string;
|
|
6899
7838
|
is_public: boolean;
|
|
6900
7839
|
public_url_shared: boolean;
|
|
6901
7840
|
display_as_bot: boolean;
|
|
6902
|
-
url_private: string;
|
|
6903
|
-
url_private_download: string;
|
|
6904
|
-
permalink: string;
|
|
6905
7841
|
title?: string | undefined;
|
|
6906
7842
|
channels?: string[] | undefined;
|
|
6907
7843
|
permalink_public?: string | undefined;
|
|
@@ -6936,16 +7872,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6936
7872
|
error: z.ZodString;
|
|
6937
7873
|
success: z.ZodBoolean;
|
|
6938
7874
|
}, "strip", z.ZodTypeAny, {
|
|
6939
|
-
success: boolean;
|
|
6940
7875
|
error: string;
|
|
7876
|
+
success: boolean;
|
|
6941
7877
|
operation: "schedule_message";
|
|
6942
7878
|
ok: boolean;
|
|
6943
7879
|
channel?: string | undefined;
|
|
6944
7880
|
post_at?: number | undefined;
|
|
6945
7881
|
scheduled_message_id?: string | undefined;
|
|
6946
7882
|
}, {
|
|
6947
|
-
success: boolean;
|
|
6948
7883
|
error: string;
|
|
7884
|
+
success: boolean;
|
|
6949
7885
|
operation: "schedule_message";
|
|
6950
7886
|
ok: boolean;
|
|
6951
7887
|
channel?: string | undefined;
|
|
@@ -6980,12 +7916,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6980
7916
|
user?: string | undefined;
|
|
6981
7917
|
url_private?: string | undefined;
|
|
6982
7918
|
url_private_download?: string | undefined;
|
|
6983
|
-
permalink?: string | undefined;
|
|
6984
7919
|
thumb_64?: string | undefined;
|
|
6985
7920
|
thumb_360?: string | undefined;
|
|
6986
7921
|
thumb_480?: string | undefined;
|
|
6987
7922
|
original_w?: number | undefined;
|
|
6988
7923
|
original_h?: number | undefined;
|
|
7924
|
+
permalink?: string | undefined;
|
|
6989
7925
|
}, {
|
|
6990
7926
|
name: string;
|
|
6991
7927
|
id: string;
|
|
@@ -6996,18 +7932,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6996
7932
|
user?: string | undefined;
|
|
6997
7933
|
url_private?: string | undefined;
|
|
6998
7934
|
url_private_download?: string | undefined;
|
|
6999
|
-
permalink?: string | undefined;
|
|
7000
7935
|
thumb_64?: string | undefined;
|
|
7001
7936
|
thumb_360?: string | undefined;
|
|
7002
7937
|
thumb_480?: string | undefined;
|
|
7003
7938
|
original_w?: number | undefined;
|
|
7004
7939
|
original_h?: number | undefined;
|
|
7940
|
+
permalink?: string | undefined;
|
|
7005
7941
|
}>>;
|
|
7006
7942
|
error: z.ZodString;
|
|
7007
7943
|
success: z.ZodBoolean;
|
|
7008
7944
|
}, "strip", z.ZodTypeAny, {
|
|
7009
|
-
success: boolean;
|
|
7010
7945
|
error: string;
|
|
7946
|
+
success: boolean;
|
|
7011
7947
|
operation: "get_file_info";
|
|
7012
7948
|
ok: boolean;
|
|
7013
7949
|
file?: {
|
|
@@ -7020,16 +7956,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7020
7956
|
user?: string | undefined;
|
|
7021
7957
|
url_private?: string | undefined;
|
|
7022
7958
|
url_private_download?: string | undefined;
|
|
7023
|
-
permalink?: string | undefined;
|
|
7024
7959
|
thumb_64?: string | undefined;
|
|
7025
7960
|
thumb_360?: string | undefined;
|
|
7026
7961
|
thumb_480?: string | undefined;
|
|
7027
7962
|
original_w?: number | undefined;
|
|
7028
7963
|
original_h?: number | undefined;
|
|
7964
|
+
permalink?: string | undefined;
|
|
7029
7965
|
} | undefined;
|
|
7030
7966
|
}, {
|
|
7031
|
-
success: boolean;
|
|
7032
7967
|
error: string;
|
|
7968
|
+
success: boolean;
|
|
7033
7969
|
operation: "get_file_info";
|
|
7034
7970
|
ok: boolean;
|
|
7035
7971
|
file?: {
|
|
@@ -7042,12 +7978,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7042
7978
|
user?: string | undefined;
|
|
7043
7979
|
url_private?: string | undefined;
|
|
7044
7980
|
url_private_download?: string | undefined;
|
|
7045
|
-
permalink?: string | undefined;
|
|
7046
7981
|
thumb_64?: string | undefined;
|
|
7047
7982
|
thumb_360?: string | undefined;
|
|
7048
7983
|
thumb_480?: string | undefined;
|
|
7049
7984
|
original_w?: number | undefined;
|
|
7050
7985
|
original_h?: number | undefined;
|
|
7986
|
+
permalink?: string | undefined;
|
|
7051
7987
|
} | undefined;
|
|
7052
7988
|
}>, z.ZodObject<{
|
|
7053
7989
|
operation: z.ZodLiteral<"download_file">;
|
|
@@ -7059,8 +7995,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7059
7995
|
error: z.ZodString;
|
|
7060
7996
|
success: z.ZodBoolean;
|
|
7061
7997
|
}, "strip", z.ZodTypeAny, {
|
|
7062
|
-
success: boolean;
|
|
7063
7998
|
error: string;
|
|
7999
|
+
success: boolean;
|
|
7064
8000
|
operation: "download_file";
|
|
7065
8001
|
ok: boolean;
|
|
7066
8002
|
content?: string | undefined;
|
|
@@ -7068,8 +8004,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7068
8004
|
mimetype?: string | undefined;
|
|
7069
8005
|
size?: number | undefined;
|
|
7070
8006
|
}, {
|
|
7071
|
-
success: boolean;
|
|
7072
8007
|
error: string;
|
|
8008
|
+
success: boolean;
|
|
7073
8009
|
operation: "download_file";
|
|
7074
8010
|
ok: boolean;
|
|
7075
8011
|
content?: string | undefined;
|