@bubblelab/bubble-core 0.1.113 → 0.1.114
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 +94 -94
- package/dist/bubbles/service-bubble/agi-inc.d.ts +132 -132
- package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
- package/dist/bubbles/service-bubble/airtable.d.ts +250 -250
- package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +228 -228
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +57 -57
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +84 -84
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +87 -87
- package/dist/bubbles/service-bubble/confluence/confluence.schema.js +1 -1
- package/dist/bubbles/service-bubble/confluence/confluence.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +102 -102
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +298 -298
- package/dist/bubbles/service-bubble/followupboss.d.ts +322 -322
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/github.d.ts +298 -298
- package/dist/bubbles/service-bubble/gmail.d.ts +650 -650
- package/dist/bubbles/service-bubble/google-calendar.d.ts +66 -66
- package/dist/bubbles/service-bubble/google-drive.d.ts +152 -152
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
- package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +91 -91
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1651 -1651
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +368 -368
- package/dist/bubbles/service-bubble/storage.d.ts +44 -44
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +157 -157
- package/dist/bubbles/service-bubble/telegram.d.ts +254 -254
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
- 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 +54 -54
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +66 -66
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +62 -62
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +82 -82
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +142 -142
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +4 -2
- package/package.json +2 -2
|
@@ -202,8 +202,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
202
202
|
unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
203
203
|
unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
204
204
|
}, "strip", z.ZodTypeAny, {
|
|
205
|
-
text: string;
|
|
206
205
|
operation: "send_message";
|
|
206
|
+
text: string;
|
|
207
207
|
channel: string;
|
|
208
208
|
reply_broadcast: boolean;
|
|
209
209
|
unfurl_links: boolean;
|
|
@@ -275,8 +275,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
275
275
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
276
276
|
thread_ts?: string | undefined;
|
|
277
277
|
}, {
|
|
278
|
-
text: string;
|
|
279
278
|
operation: "send_message";
|
|
279
|
+
text: string;
|
|
280
280
|
channel: string;
|
|
281
281
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
282
282
|
username?: string | undefined;
|
|
@@ -355,19 +355,19 @@ 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
|
-
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
359
358
|
operation: "list_channels";
|
|
360
|
-
exclude_archived: boolean;
|
|
361
359
|
limit: number;
|
|
362
|
-
|
|
360
|
+
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
361
|
+
exclude_archived: boolean;
|
|
363
362
|
cursor?: string | undefined;
|
|
363
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
364
364
|
}, {
|
|
365
365
|
operation: "list_channels";
|
|
366
|
-
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
367
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
368
|
-
exclude_archived?: boolean | undefined;
|
|
369
366
|
limit?: number | undefined;
|
|
370
367
|
cursor?: string | undefined;
|
|
368
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
369
|
+
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
370
|
+
exclude_archived?: boolean | undefined;
|
|
371
371
|
}>, z.ZodObject<{
|
|
372
372
|
operation: z.ZodLiteral<"get_channel_info">;
|
|
373
373
|
channel: z.ZodString;
|
|
@@ -389,13 +389,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
389
389
|
include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
390
390
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
391
391
|
}, "strip", z.ZodTypeAny, {
|
|
392
|
-
user: string;
|
|
393
392
|
operation: "get_user_info";
|
|
393
|
+
user: string;
|
|
394
394
|
include_locale: boolean;
|
|
395
395
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
396
396
|
}, {
|
|
397
|
-
user: string;
|
|
398
397
|
operation: "get_user_info";
|
|
398
|
+
user: string;
|
|
399
399
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
400
400
|
include_locale?: boolean | undefined;
|
|
401
401
|
}>, z.ZodObject<{
|
|
@@ -408,13 +408,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
408
408
|
operation: "list_users";
|
|
409
409
|
limit: number;
|
|
410
410
|
include_locale: boolean;
|
|
411
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
412
411
|
cursor?: string | undefined;
|
|
412
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
413
413
|
}, {
|
|
414
414
|
operation: "list_users";
|
|
415
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
416
415
|
limit?: number | undefined;
|
|
417
416
|
cursor?: string | undefined;
|
|
417
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
418
418
|
include_locale?: boolean | undefined;
|
|
419
419
|
}>, z.ZodObject<{
|
|
420
420
|
operation: z.ZodLiteral<"get_conversation_history">;
|
|
@@ -428,19 +428,19 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
429
|
inclusive: boolean;
|
|
430
430
|
operation: "get_conversation_history";
|
|
431
|
-
channel: string;
|
|
432
431
|
limit: number;
|
|
433
|
-
|
|
432
|
+
channel: string;
|
|
434
433
|
cursor?: string | undefined;
|
|
434
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
435
435
|
latest?: string | undefined;
|
|
436
436
|
oldest?: string | undefined;
|
|
437
437
|
}, {
|
|
438
438
|
operation: "get_conversation_history";
|
|
439
439
|
channel: string;
|
|
440
440
|
inclusive?: boolean | undefined;
|
|
441
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
442
441
|
limit?: number | undefined;
|
|
443
442
|
cursor?: string | undefined;
|
|
443
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
444
444
|
latest?: string | undefined;
|
|
445
445
|
oldest?: string | undefined;
|
|
446
446
|
}>, z.ZodObject<{
|
|
@@ -456,21 +456,21 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
456
456
|
}, "strip", z.ZodTypeAny, {
|
|
457
457
|
inclusive: boolean;
|
|
458
458
|
operation: "get_thread_replies";
|
|
459
|
-
channel: string;
|
|
460
|
-
ts: string;
|
|
461
459
|
limit: number;
|
|
462
|
-
|
|
460
|
+
ts: string;
|
|
461
|
+
channel: string;
|
|
463
462
|
cursor?: string | undefined;
|
|
463
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
464
464
|
latest?: string | undefined;
|
|
465
465
|
oldest?: string | undefined;
|
|
466
466
|
}, {
|
|
467
467
|
operation: "get_thread_replies";
|
|
468
|
-
channel: string;
|
|
469
468
|
ts: string;
|
|
469
|
+
channel: string;
|
|
470
470
|
inclusive?: boolean | undefined;
|
|
471
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
472
471
|
limit?: number | undefined;
|
|
473
472
|
cursor?: string | undefined;
|
|
473
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
474
474
|
latest?: string | undefined;
|
|
475
475
|
oldest?: string | undefined;
|
|
476
476
|
}>, z.ZodObject<{
|
|
@@ -668,8 +668,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
668
668
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
669
669
|
}, "strip", z.ZodTypeAny, {
|
|
670
670
|
operation: "update_message";
|
|
671
|
-
channel: string;
|
|
672
671
|
ts: string;
|
|
672
|
+
channel: string;
|
|
673
673
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
674
674
|
text?: string | undefined;
|
|
675
675
|
attachments?: {
|
|
@@ -735,8 +735,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
735
735
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
736
736
|
}, {
|
|
737
737
|
operation: "update_message";
|
|
738
|
-
channel: string;
|
|
739
738
|
ts: string;
|
|
739
|
+
channel: string;
|
|
740
740
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
741
741
|
text?: string | undefined;
|
|
742
742
|
attachments?: {
|
|
@@ -807,13 +807,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
807
807
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
808
808
|
}, "strip", z.ZodTypeAny, {
|
|
809
809
|
operation: "delete_message";
|
|
810
|
-
channel: string;
|
|
811
810
|
ts: string;
|
|
811
|
+
channel: string;
|
|
812
812
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
813
813
|
}, {
|
|
814
814
|
operation: "delete_message";
|
|
815
|
-
channel: string;
|
|
816
815
|
ts: string;
|
|
816
|
+
channel: string;
|
|
817
817
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
818
818
|
}>, z.ZodObject<{
|
|
819
819
|
operation: z.ZodLiteral<"add_reaction">;
|
|
@@ -1021,8 +1021,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1021
1021
|
unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1022
1022
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1023
1023
|
}, "strip", z.ZodTypeAny, {
|
|
1024
|
-
text: string;
|
|
1025
1024
|
operation: "schedule_message";
|
|
1025
|
+
text: string;
|
|
1026
1026
|
channel: string;
|
|
1027
1027
|
unfurl_links: boolean;
|
|
1028
1028
|
unfurl_media: boolean;
|
|
@@ -1071,8 +1071,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1071
1071
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1072
1072
|
thread_ts?: string | undefined;
|
|
1073
1073
|
}, {
|
|
1074
|
-
text: string;
|
|
1075
1074
|
operation: "schedule_message";
|
|
1075
|
+
text: string;
|
|
1076
1076
|
channel: string;
|
|
1077
1077
|
post_at: number;
|
|
1078
1078
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -1208,8 +1208,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1208
1208
|
permalink: z.ZodOptional<z.ZodString>;
|
|
1209
1209
|
}, "strip", z.ZodTypeAny, {
|
|
1210
1210
|
id: string;
|
|
1211
|
-
title?: string | undefined;
|
|
1212
1211
|
name?: string | undefined;
|
|
1212
|
+
title?: string | undefined;
|
|
1213
1213
|
user?: string | undefined;
|
|
1214
1214
|
mimetype?: string | undefined;
|
|
1215
1215
|
filetype?: string | undefined;
|
|
@@ -1224,8 +1224,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1224
1224
|
permalink?: string | undefined;
|
|
1225
1225
|
}, {
|
|
1226
1226
|
id: string;
|
|
1227
|
-
title?: string | undefined;
|
|
1228
1227
|
name?: string | undefined;
|
|
1228
|
+
title?: string | undefined;
|
|
1229
1229
|
user?: string | undefined;
|
|
1230
1230
|
mimetype?: string | undefined;
|
|
1231
1231
|
filetype?: string | undefined;
|
|
@@ -1243,8 +1243,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1243
1243
|
type: string;
|
|
1244
1244
|
user?: string | undefined;
|
|
1245
1245
|
text?: string | undefined;
|
|
1246
|
-
username?: string | undefined;
|
|
1247
1246
|
ts?: string | undefined;
|
|
1247
|
+
username?: string | undefined;
|
|
1248
1248
|
attachments?: unknown[] | undefined;
|
|
1249
1249
|
blocks?: unknown[] | undefined;
|
|
1250
1250
|
thread_ts?: string | undefined;
|
|
@@ -1266,8 +1266,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1266
1266
|
}[] | undefined;
|
|
1267
1267
|
files?: {
|
|
1268
1268
|
id: string;
|
|
1269
|
-
title?: string | undefined;
|
|
1270
1269
|
name?: string | undefined;
|
|
1270
|
+
title?: string | undefined;
|
|
1271
1271
|
user?: string | undefined;
|
|
1272
1272
|
mimetype?: string | undefined;
|
|
1273
1273
|
filetype?: string | undefined;
|
|
@@ -1285,8 +1285,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1285
1285
|
type: string;
|
|
1286
1286
|
user?: string | undefined;
|
|
1287
1287
|
text?: string | undefined;
|
|
1288
|
-
username?: string | undefined;
|
|
1289
1288
|
ts?: string | undefined;
|
|
1289
|
+
username?: string | undefined;
|
|
1290
1290
|
attachments?: unknown[] | undefined;
|
|
1291
1291
|
blocks?: unknown[] | undefined;
|
|
1292
1292
|
thread_ts?: string | undefined;
|
|
@@ -1308,8 +1308,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1308
1308
|
}[] | undefined;
|
|
1309
1309
|
files?: {
|
|
1310
1310
|
id: string;
|
|
1311
|
-
title?: string | undefined;
|
|
1312
1311
|
name?: string | undefined;
|
|
1312
|
+
title?: string | undefined;
|
|
1313
1313
|
user?: string | undefined;
|
|
1314
1314
|
mimetype?: string | undefined;
|
|
1315
1315
|
filetype?: string | undefined;
|
|
@@ -1327,16 +1327,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1327
1327
|
error: z.ZodString;
|
|
1328
1328
|
success: z.ZodBoolean;
|
|
1329
1329
|
}, "strip", z.ZodTypeAny, {
|
|
1330
|
-
error: string;
|
|
1331
|
-
success: boolean;
|
|
1332
1330
|
operation: "send_message";
|
|
1331
|
+
success: boolean;
|
|
1332
|
+
error: string;
|
|
1333
1333
|
ok: boolean;
|
|
1334
1334
|
message?: {
|
|
1335
1335
|
type: string;
|
|
1336
1336
|
user?: string | undefined;
|
|
1337
1337
|
text?: string | undefined;
|
|
1338
|
-
username?: string | undefined;
|
|
1339
1338
|
ts?: string | undefined;
|
|
1339
|
+
username?: string | undefined;
|
|
1340
1340
|
attachments?: unknown[] | undefined;
|
|
1341
1341
|
blocks?: unknown[] | undefined;
|
|
1342
1342
|
thread_ts?: string | undefined;
|
|
@@ -1358,8 +1358,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1358
1358
|
}[] | undefined;
|
|
1359
1359
|
files?: {
|
|
1360
1360
|
id: string;
|
|
1361
|
-
title?: string | undefined;
|
|
1362
1361
|
name?: string | undefined;
|
|
1362
|
+
title?: string | undefined;
|
|
1363
1363
|
user?: string | undefined;
|
|
1364
1364
|
mimetype?: string | undefined;
|
|
1365
1365
|
filetype?: string | undefined;
|
|
@@ -1374,19 +1374,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1374
1374
|
permalink?: string | undefined;
|
|
1375
1375
|
}[] | undefined;
|
|
1376
1376
|
} | undefined;
|
|
1377
|
-
channel?: string | undefined;
|
|
1378
1377
|
ts?: string | undefined;
|
|
1378
|
+
channel?: string | undefined;
|
|
1379
1379
|
}, {
|
|
1380
|
-
error: string;
|
|
1381
|
-
success: boolean;
|
|
1382
1380
|
operation: "send_message";
|
|
1381
|
+
success: boolean;
|
|
1382
|
+
error: string;
|
|
1383
1383
|
ok: boolean;
|
|
1384
1384
|
message?: {
|
|
1385
1385
|
type: string;
|
|
1386
1386
|
user?: string | undefined;
|
|
1387
1387
|
text?: string | undefined;
|
|
1388
|
-
username?: string | undefined;
|
|
1389
1388
|
ts?: string | undefined;
|
|
1389
|
+
username?: string | undefined;
|
|
1390
1390
|
attachments?: unknown[] | undefined;
|
|
1391
1391
|
blocks?: unknown[] | undefined;
|
|
1392
1392
|
thread_ts?: string | undefined;
|
|
@@ -1408,8 +1408,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1408
1408
|
}[] | undefined;
|
|
1409
1409
|
files?: {
|
|
1410
1410
|
id: string;
|
|
1411
|
-
title?: string | undefined;
|
|
1412
1411
|
name?: string | undefined;
|
|
1412
|
+
title?: string | undefined;
|
|
1413
1413
|
user?: string | undefined;
|
|
1414
1414
|
mimetype?: string | undefined;
|
|
1415
1415
|
filetype?: string | undefined;
|
|
@@ -1424,8 +1424,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1424
1424
|
permalink?: string | undefined;
|
|
1425
1425
|
}[] | undefined;
|
|
1426
1426
|
} | undefined;
|
|
1427
|
-
channel?: string | undefined;
|
|
1428
1427
|
ts?: string | undefined;
|
|
1428
|
+
channel?: string | undefined;
|
|
1429
1429
|
}>, z.ZodObject<{
|
|
1430
1430
|
operation: z.ZodLiteral<"list_channels">;
|
|
1431
1431
|
ok: z.ZodBoolean;
|
|
@@ -1479,8 +1479,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1479
1479
|
}>>;
|
|
1480
1480
|
num_members: z.ZodOptional<z.ZodNumber>;
|
|
1481
1481
|
}, "strip", z.ZodTypeAny, {
|
|
1482
|
-
name: string;
|
|
1483
1482
|
id: string;
|
|
1483
|
+
name: string;
|
|
1484
1484
|
created: number;
|
|
1485
1485
|
is_archived: boolean;
|
|
1486
1486
|
is_channel?: boolean | undefined;
|
|
@@ -1512,8 +1512,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1512
1512
|
} | undefined;
|
|
1513
1513
|
num_members?: number | undefined;
|
|
1514
1514
|
}, {
|
|
1515
|
-
name: string;
|
|
1516
1515
|
id: string;
|
|
1516
|
+
name: string;
|
|
1517
1517
|
created: number;
|
|
1518
1518
|
is_archived: boolean;
|
|
1519
1519
|
is_channel?: boolean | undefined;
|
|
@@ -1555,16 +1555,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1555
1555
|
error: z.ZodString;
|
|
1556
1556
|
success: z.ZodBoolean;
|
|
1557
1557
|
}, "strip", z.ZodTypeAny, {
|
|
1558
|
-
error: string;
|
|
1559
|
-
success: boolean;
|
|
1560
1558
|
operation: "list_channels";
|
|
1559
|
+
success: boolean;
|
|
1560
|
+
error: string;
|
|
1561
1561
|
ok: boolean;
|
|
1562
1562
|
response_metadata?: {
|
|
1563
1563
|
next_cursor: string;
|
|
1564
1564
|
} | undefined;
|
|
1565
1565
|
channels?: {
|
|
1566
|
-
name: string;
|
|
1567
1566
|
id: string;
|
|
1567
|
+
name: string;
|
|
1568
1568
|
created: number;
|
|
1569
1569
|
is_archived: boolean;
|
|
1570
1570
|
is_channel?: boolean | undefined;
|
|
@@ -1597,16 +1597,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1597
1597
|
num_members?: number | undefined;
|
|
1598
1598
|
}[] | undefined;
|
|
1599
1599
|
}, {
|
|
1600
|
-
error: string;
|
|
1601
|
-
success: boolean;
|
|
1602
1600
|
operation: "list_channels";
|
|
1601
|
+
success: boolean;
|
|
1602
|
+
error: string;
|
|
1603
1603
|
ok: boolean;
|
|
1604
1604
|
response_metadata?: {
|
|
1605
1605
|
next_cursor: string;
|
|
1606
1606
|
} | undefined;
|
|
1607
1607
|
channels?: {
|
|
1608
|
-
name: string;
|
|
1609
1608
|
id: string;
|
|
1609
|
+
name: string;
|
|
1610
1610
|
created: number;
|
|
1611
1611
|
is_archived: boolean;
|
|
1612
1612
|
is_channel?: boolean | undefined;
|
|
@@ -1691,8 +1691,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1691
1691
|
}>>;
|
|
1692
1692
|
num_members: z.ZodOptional<z.ZodNumber>;
|
|
1693
1693
|
}, "strip", z.ZodTypeAny, {
|
|
1694
|
-
name: string;
|
|
1695
1694
|
id: string;
|
|
1695
|
+
name: string;
|
|
1696
1696
|
created: number;
|
|
1697
1697
|
is_archived: boolean;
|
|
1698
1698
|
is_channel?: boolean | undefined;
|
|
@@ -1724,8 +1724,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1724
1724
|
} | undefined;
|
|
1725
1725
|
num_members?: number | undefined;
|
|
1726
1726
|
}, {
|
|
1727
|
-
name: string;
|
|
1728
1727
|
id: string;
|
|
1728
|
+
name: string;
|
|
1729
1729
|
created: number;
|
|
1730
1730
|
is_archived: boolean;
|
|
1731
1731
|
is_channel?: boolean | undefined;
|
|
@@ -1760,13 +1760,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1760
1760
|
error: z.ZodString;
|
|
1761
1761
|
success: z.ZodBoolean;
|
|
1762
1762
|
}, "strip", z.ZodTypeAny, {
|
|
1763
|
-
error: string;
|
|
1764
|
-
success: boolean;
|
|
1765
1763
|
operation: "get_channel_info";
|
|
1764
|
+
success: boolean;
|
|
1765
|
+
error: string;
|
|
1766
1766
|
ok: boolean;
|
|
1767
1767
|
channel?: {
|
|
1768
|
-
name: string;
|
|
1769
1768
|
id: string;
|
|
1769
|
+
name: string;
|
|
1770
1770
|
created: number;
|
|
1771
1771
|
is_archived: boolean;
|
|
1772
1772
|
is_channel?: boolean | undefined;
|
|
@@ -1799,13 +1799,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1799
1799
|
num_members?: number | undefined;
|
|
1800
1800
|
} | undefined;
|
|
1801
1801
|
}, {
|
|
1802
|
-
error: string;
|
|
1803
|
-
success: boolean;
|
|
1804
1802
|
operation: "get_channel_info";
|
|
1803
|
+
success: boolean;
|
|
1804
|
+
error: string;
|
|
1805
1805
|
ok: boolean;
|
|
1806
1806
|
channel?: {
|
|
1807
|
-
name: string;
|
|
1808
1807
|
id: string;
|
|
1808
|
+
name: string;
|
|
1809
1809
|
created: number;
|
|
1810
1810
|
is_archived: boolean;
|
|
1811
1811
|
is_channel?: boolean | undefined;
|
|
@@ -1936,8 +1936,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1936
1936
|
updated: z.ZodOptional<z.ZodNumber>;
|
|
1937
1937
|
has_2fa: z.ZodOptional<z.ZodBoolean>;
|
|
1938
1938
|
}, "strip", z.ZodTypeAny, {
|
|
1939
|
-
name: string;
|
|
1940
1939
|
id: string;
|
|
1940
|
+
name: string;
|
|
1941
1941
|
color?: string | undefined;
|
|
1942
1942
|
team_id?: string | undefined;
|
|
1943
1943
|
deleted?: boolean | undefined;
|
|
@@ -1981,8 +1981,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1981
1981
|
updated?: number | undefined;
|
|
1982
1982
|
has_2fa?: boolean | undefined;
|
|
1983
1983
|
}, {
|
|
1984
|
-
name: string;
|
|
1985
1984
|
id: string;
|
|
1985
|
+
name: string;
|
|
1986
1986
|
color?: string | undefined;
|
|
1987
1987
|
team_id?: string | undefined;
|
|
1988
1988
|
deleted?: boolean | undefined;
|
|
@@ -2029,13 +2029,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2029
2029
|
error: z.ZodString;
|
|
2030
2030
|
success: z.ZodBoolean;
|
|
2031
2031
|
}, "strip", z.ZodTypeAny, {
|
|
2032
|
-
error: string;
|
|
2033
|
-
success: boolean;
|
|
2034
2032
|
operation: "get_user_info";
|
|
2033
|
+
success: boolean;
|
|
2034
|
+
error: string;
|
|
2035
2035
|
ok: boolean;
|
|
2036
2036
|
user?: {
|
|
2037
|
-
name: string;
|
|
2038
2037
|
id: string;
|
|
2038
|
+
name: string;
|
|
2039
2039
|
color?: string | undefined;
|
|
2040
2040
|
team_id?: string | undefined;
|
|
2041
2041
|
deleted?: boolean | undefined;
|
|
@@ -2080,13 +2080,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2080
2080
|
has_2fa?: boolean | undefined;
|
|
2081
2081
|
} | undefined;
|
|
2082
2082
|
}, {
|
|
2083
|
-
error: string;
|
|
2084
|
-
success: boolean;
|
|
2085
2083
|
operation: "get_user_info";
|
|
2084
|
+
success: boolean;
|
|
2085
|
+
error: string;
|
|
2086
2086
|
ok: boolean;
|
|
2087
2087
|
user?: {
|
|
2088
|
-
name: string;
|
|
2089
2088
|
id: string;
|
|
2089
|
+
name: string;
|
|
2090
2090
|
color?: string | undefined;
|
|
2091
2091
|
team_id?: string | undefined;
|
|
2092
2092
|
deleted?: boolean | undefined;
|
|
@@ -2229,8 +2229,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2229
2229
|
updated: z.ZodOptional<z.ZodNumber>;
|
|
2230
2230
|
has_2fa: z.ZodOptional<z.ZodBoolean>;
|
|
2231
2231
|
}, "strip", z.ZodTypeAny, {
|
|
2232
|
-
name: string;
|
|
2233
2232
|
id: string;
|
|
2233
|
+
name: string;
|
|
2234
2234
|
color?: string | undefined;
|
|
2235
2235
|
team_id?: string | undefined;
|
|
2236
2236
|
deleted?: boolean | undefined;
|
|
@@ -2274,8 +2274,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2274
2274
|
updated?: number | undefined;
|
|
2275
2275
|
has_2fa?: boolean | undefined;
|
|
2276
2276
|
}, {
|
|
2277
|
-
name: string;
|
|
2278
2277
|
id: string;
|
|
2278
|
+
name: string;
|
|
2279
2279
|
color?: string | undefined;
|
|
2280
2280
|
team_id?: string | undefined;
|
|
2281
2281
|
deleted?: boolean | undefined;
|
|
@@ -2329,16 +2329,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2329
2329
|
error: z.ZodString;
|
|
2330
2330
|
success: z.ZodBoolean;
|
|
2331
2331
|
}, "strip", z.ZodTypeAny, {
|
|
2332
|
-
error: string;
|
|
2333
|
-
success: boolean;
|
|
2334
2332
|
operation: "list_users";
|
|
2333
|
+
success: boolean;
|
|
2334
|
+
error: string;
|
|
2335
2335
|
ok: boolean;
|
|
2336
2336
|
response_metadata?: {
|
|
2337
2337
|
next_cursor: string;
|
|
2338
2338
|
} | undefined;
|
|
2339
2339
|
members?: {
|
|
2340
|
-
name: string;
|
|
2341
2340
|
id: string;
|
|
2341
|
+
name: string;
|
|
2342
2342
|
color?: string | undefined;
|
|
2343
2343
|
team_id?: string | undefined;
|
|
2344
2344
|
deleted?: boolean | undefined;
|
|
@@ -2383,16 +2383,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2383
2383
|
has_2fa?: boolean | undefined;
|
|
2384
2384
|
}[] | undefined;
|
|
2385
2385
|
}, {
|
|
2386
|
-
error: string;
|
|
2387
|
-
success: boolean;
|
|
2388
2386
|
operation: "list_users";
|
|
2387
|
+
success: boolean;
|
|
2388
|
+
error: string;
|
|
2389
2389
|
ok: boolean;
|
|
2390
2390
|
response_metadata?: {
|
|
2391
2391
|
next_cursor: string;
|
|
2392
2392
|
} | undefined;
|
|
2393
2393
|
members?: {
|
|
2394
|
-
name: string;
|
|
2395
2394
|
id: string;
|
|
2395
|
+
name: string;
|
|
2396
2396
|
color?: string | undefined;
|
|
2397
2397
|
team_id?: string | undefined;
|
|
2398
2398
|
deleted?: boolean | undefined;
|
|
@@ -2494,8 +2494,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2494
2494
|
permalink: z.ZodOptional<z.ZodString>;
|
|
2495
2495
|
}, "strip", z.ZodTypeAny, {
|
|
2496
2496
|
id: string;
|
|
2497
|
-
title?: string | undefined;
|
|
2498
2497
|
name?: string | undefined;
|
|
2498
|
+
title?: string | undefined;
|
|
2499
2499
|
user?: string | undefined;
|
|
2500
2500
|
mimetype?: string | undefined;
|
|
2501
2501
|
filetype?: string | undefined;
|
|
@@ -2510,8 +2510,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2510
2510
|
permalink?: string | undefined;
|
|
2511
2511
|
}, {
|
|
2512
2512
|
id: string;
|
|
2513
|
-
title?: string | undefined;
|
|
2514
2513
|
name?: string | undefined;
|
|
2514
|
+
title?: string | undefined;
|
|
2515
2515
|
user?: string | undefined;
|
|
2516
2516
|
mimetype?: string | undefined;
|
|
2517
2517
|
filetype?: string | undefined;
|
|
@@ -2529,8 +2529,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2529
2529
|
type: string;
|
|
2530
2530
|
user?: string | undefined;
|
|
2531
2531
|
text?: string | undefined;
|
|
2532
|
-
username?: string | undefined;
|
|
2533
2532
|
ts?: string | undefined;
|
|
2533
|
+
username?: string | undefined;
|
|
2534
2534
|
attachments?: unknown[] | undefined;
|
|
2535
2535
|
blocks?: unknown[] | undefined;
|
|
2536
2536
|
thread_ts?: string | undefined;
|
|
@@ -2552,8 +2552,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2552
2552
|
}[] | undefined;
|
|
2553
2553
|
files?: {
|
|
2554
2554
|
id: string;
|
|
2555
|
-
title?: string | undefined;
|
|
2556
2555
|
name?: string | undefined;
|
|
2556
|
+
title?: string | undefined;
|
|
2557
2557
|
user?: string | undefined;
|
|
2558
2558
|
mimetype?: string | undefined;
|
|
2559
2559
|
filetype?: string | undefined;
|
|
@@ -2571,8 +2571,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2571
2571
|
type: string;
|
|
2572
2572
|
user?: string | undefined;
|
|
2573
2573
|
text?: string | undefined;
|
|
2574
|
-
username?: string | undefined;
|
|
2575
2574
|
ts?: string | undefined;
|
|
2575
|
+
username?: string | undefined;
|
|
2576
2576
|
attachments?: unknown[] | undefined;
|
|
2577
2577
|
blocks?: unknown[] | undefined;
|
|
2578
2578
|
thread_ts?: string | undefined;
|
|
@@ -2594,8 +2594,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2594
2594
|
}[] | undefined;
|
|
2595
2595
|
files?: {
|
|
2596
2596
|
id: string;
|
|
2597
|
-
title?: string | undefined;
|
|
2598
2597
|
name?: string | undefined;
|
|
2598
|
+
title?: string | undefined;
|
|
2599
2599
|
user?: string | undefined;
|
|
2600
2600
|
mimetype?: string | undefined;
|
|
2601
2601
|
filetype?: string | undefined;
|
|
@@ -2621,16 +2621,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2621
2621
|
error: z.ZodString;
|
|
2622
2622
|
success: z.ZodBoolean;
|
|
2623
2623
|
}, "strip", z.ZodTypeAny, {
|
|
2624
|
-
error: string;
|
|
2625
|
-
success: boolean;
|
|
2626
2624
|
operation: "get_conversation_history";
|
|
2625
|
+
success: boolean;
|
|
2626
|
+
error: string;
|
|
2627
2627
|
ok: boolean;
|
|
2628
2628
|
messages?: {
|
|
2629
2629
|
type: string;
|
|
2630
2630
|
user?: string | undefined;
|
|
2631
2631
|
text?: string | undefined;
|
|
2632
|
-
username?: string | undefined;
|
|
2633
2632
|
ts?: string | undefined;
|
|
2633
|
+
username?: string | undefined;
|
|
2634
2634
|
attachments?: unknown[] | undefined;
|
|
2635
2635
|
blocks?: unknown[] | undefined;
|
|
2636
2636
|
thread_ts?: string | undefined;
|
|
@@ -2652,8 +2652,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2652
2652
|
}[] | undefined;
|
|
2653
2653
|
files?: {
|
|
2654
2654
|
id: string;
|
|
2655
|
-
title?: string | undefined;
|
|
2656
2655
|
name?: string | undefined;
|
|
2656
|
+
title?: string | undefined;
|
|
2657
2657
|
user?: string | undefined;
|
|
2658
2658
|
mimetype?: string | undefined;
|
|
2659
2659
|
filetype?: string | undefined;
|
|
@@ -2673,16 +2673,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2673
2673
|
} | undefined;
|
|
2674
2674
|
has_more?: boolean | undefined;
|
|
2675
2675
|
}, {
|
|
2676
|
-
error: string;
|
|
2677
|
-
success: boolean;
|
|
2678
2676
|
operation: "get_conversation_history";
|
|
2677
|
+
success: boolean;
|
|
2678
|
+
error: string;
|
|
2679
2679
|
ok: boolean;
|
|
2680
2680
|
messages?: {
|
|
2681
2681
|
type: string;
|
|
2682
2682
|
user?: string | undefined;
|
|
2683
2683
|
text?: string | undefined;
|
|
2684
|
-
username?: string | undefined;
|
|
2685
2684
|
ts?: string | undefined;
|
|
2685
|
+
username?: string | undefined;
|
|
2686
2686
|
attachments?: unknown[] | undefined;
|
|
2687
2687
|
blocks?: unknown[] | undefined;
|
|
2688
2688
|
thread_ts?: string | undefined;
|
|
@@ -2704,8 +2704,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2704
2704
|
}[] | undefined;
|
|
2705
2705
|
files?: {
|
|
2706
2706
|
id: string;
|
|
2707
|
-
title?: string | undefined;
|
|
2708
2707
|
name?: string | undefined;
|
|
2708
|
+
title?: string | undefined;
|
|
2709
2709
|
user?: string | undefined;
|
|
2710
2710
|
mimetype?: string | undefined;
|
|
2711
2711
|
filetype?: string | undefined;
|
|
@@ -2782,8 +2782,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2782
2782
|
permalink: z.ZodOptional<z.ZodString>;
|
|
2783
2783
|
}, "strip", z.ZodTypeAny, {
|
|
2784
2784
|
id: string;
|
|
2785
|
-
title?: string | undefined;
|
|
2786
2785
|
name?: string | undefined;
|
|
2786
|
+
title?: string | undefined;
|
|
2787
2787
|
user?: string | undefined;
|
|
2788
2788
|
mimetype?: string | undefined;
|
|
2789
2789
|
filetype?: string | undefined;
|
|
@@ -2798,8 +2798,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2798
2798
|
permalink?: string | undefined;
|
|
2799
2799
|
}, {
|
|
2800
2800
|
id: string;
|
|
2801
|
-
title?: string | undefined;
|
|
2802
2801
|
name?: string | undefined;
|
|
2802
|
+
title?: string | undefined;
|
|
2803
2803
|
user?: string | undefined;
|
|
2804
2804
|
mimetype?: string | undefined;
|
|
2805
2805
|
filetype?: string | undefined;
|
|
@@ -2817,8 +2817,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2817
2817
|
type: string;
|
|
2818
2818
|
user?: string | undefined;
|
|
2819
2819
|
text?: string | undefined;
|
|
2820
|
-
username?: string | undefined;
|
|
2821
2820
|
ts?: string | undefined;
|
|
2821
|
+
username?: string | undefined;
|
|
2822
2822
|
attachments?: unknown[] | undefined;
|
|
2823
2823
|
blocks?: unknown[] | undefined;
|
|
2824
2824
|
thread_ts?: string | undefined;
|
|
@@ -2840,8 +2840,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2840
2840
|
}[] | undefined;
|
|
2841
2841
|
files?: {
|
|
2842
2842
|
id: string;
|
|
2843
|
-
title?: string | undefined;
|
|
2844
2843
|
name?: string | undefined;
|
|
2844
|
+
title?: string | undefined;
|
|
2845
2845
|
user?: string | undefined;
|
|
2846
2846
|
mimetype?: string | undefined;
|
|
2847
2847
|
filetype?: string | undefined;
|
|
@@ -2859,8 +2859,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2859
2859
|
type: string;
|
|
2860
2860
|
user?: string | undefined;
|
|
2861
2861
|
text?: string | undefined;
|
|
2862
|
-
username?: string | undefined;
|
|
2863
2862
|
ts?: string | undefined;
|
|
2863
|
+
username?: string | undefined;
|
|
2864
2864
|
attachments?: unknown[] | undefined;
|
|
2865
2865
|
blocks?: unknown[] | undefined;
|
|
2866
2866
|
thread_ts?: string | undefined;
|
|
@@ -2882,8 +2882,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2882
2882
|
}[] | undefined;
|
|
2883
2883
|
files?: {
|
|
2884
2884
|
id: string;
|
|
2885
|
-
title?: string | undefined;
|
|
2886
2885
|
name?: string | undefined;
|
|
2886
|
+
title?: string | undefined;
|
|
2887
2887
|
user?: string | undefined;
|
|
2888
2888
|
mimetype?: string | undefined;
|
|
2889
2889
|
filetype?: string | undefined;
|
|
@@ -2909,16 +2909,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2909
2909
|
error: z.ZodString;
|
|
2910
2910
|
success: z.ZodBoolean;
|
|
2911
2911
|
}, "strip", z.ZodTypeAny, {
|
|
2912
|
-
error: string;
|
|
2913
|
-
success: boolean;
|
|
2914
2912
|
operation: "get_thread_replies";
|
|
2913
|
+
success: boolean;
|
|
2914
|
+
error: string;
|
|
2915
2915
|
ok: boolean;
|
|
2916
2916
|
messages?: {
|
|
2917
2917
|
type: string;
|
|
2918
2918
|
user?: string | undefined;
|
|
2919
2919
|
text?: string | undefined;
|
|
2920
|
-
username?: string | undefined;
|
|
2921
2920
|
ts?: string | undefined;
|
|
2921
|
+
username?: string | undefined;
|
|
2922
2922
|
attachments?: unknown[] | undefined;
|
|
2923
2923
|
blocks?: unknown[] | undefined;
|
|
2924
2924
|
thread_ts?: string | undefined;
|
|
@@ -2940,8 +2940,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2940
2940
|
}[] | undefined;
|
|
2941
2941
|
files?: {
|
|
2942
2942
|
id: string;
|
|
2943
|
-
title?: string | undefined;
|
|
2944
2943
|
name?: string | undefined;
|
|
2944
|
+
title?: string | undefined;
|
|
2945
2945
|
user?: string | undefined;
|
|
2946
2946
|
mimetype?: string | undefined;
|
|
2947
2947
|
filetype?: string | undefined;
|
|
@@ -2961,16 +2961,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2961
2961
|
} | undefined;
|
|
2962
2962
|
has_more?: boolean | undefined;
|
|
2963
2963
|
}, {
|
|
2964
|
-
error: string;
|
|
2965
|
-
success: boolean;
|
|
2966
2964
|
operation: "get_thread_replies";
|
|
2965
|
+
success: boolean;
|
|
2966
|
+
error: string;
|
|
2967
2967
|
ok: boolean;
|
|
2968
2968
|
messages?: {
|
|
2969
2969
|
type: string;
|
|
2970
2970
|
user?: string | undefined;
|
|
2971
2971
|
text?: string | undefined;
|
|
2972
|
-
username?: string | undefined;
|
|
2973
2972
|
ts?: string | undefined;
|
|
2973
|
+
username?: string | undefined;
|
|
2974
2974
|
attachments?: unknown[] | undefined;
|
|
2975
2975
|
blocks?: unknown[] | undefined;
|
|
2976
2976
|
thread_ts?: string | undefined;
|
|
@@ -2992,8 +2992,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2992
2992
|
}[] | undefined;
|
|
2993
2993
|
files?: {
|
|
2994
2994
|
id: string;
|
|
2995
|
-
title?: string | undefined;
|
|
2996
2995
|
name?: string | undefined;
|
|
2996
|
+
title?: string | undefined;
|
|
2997
2997
|
user?: string | undefined;
|
|
2998
2998
|
mimetype?: string | undefined;
|
|
2999
2999
|
filetype?: string | undefined;
|
|
@@ -3073,8 +3073,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3073
3073
|
permalink: z.ZodOptional<z.ZodString>;
|
|
3074
3074
|
}, "strip", z.ZodTypeAny, {
|
|
3075
3075
|
id: string;
|
|
3076
|
-
title?: string | undefined;
|
|
3077
3076
|
name?: string | undefined;
|
|
3077
|
+
title?: string | undefined;
|
|
3078
3078
|
user?: string | undefined;
|
|
3079
3079
|
mimetype?: string | undefined;
|
|
3080
3080
|
filetype?: string | undefined;
|
|
@@ -3089,8 +3089,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3089
3089
|
permalink?: string | undefined;
|
|
3090
3090
|
}, {
|
|
3091
3091
|
id: string;
|
|
3092
|
-
title?: string | undefined;
|
|
3093
3092
|
name?: string | undefined;
|
|
3093
|
+
title?: string | undefined;
|
|
3094
3094
|
user?: string | undefined;
|
|
3095
3095
|
mimetype?: string | undefined;
|
|
3096
3096
|
filetype?: string | undefined;
|
|
@@ -3108,8 +3108,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3108
3108
|
type: string;
|
|
3109
3109
|
user?: string | undefined;
|
|
3110
3110
|
text?: string | undefined;
|
|
3111
|
-
username?: string | undefined;
|
|
3112
3111
|
ts?: string | undefined;
|
|
3112
|
+
username?: string | undefined;
|
|
3113
3113
|
attachments?: unknown[] | undefined;
|
|
3114
3114
|
blocks?: unknown[] | undefined;
|
|
3115
3115
|
thread_ts?: string | undefined;
|
|
@@ -3131,8 +3131,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3131
3131
|
}[] | undefined;
|
|
3132
3132
|
files?: {
|
|
3133
3133
|
id: string;
|
|
3134
|
-
title?: string | undefined;
|
|
3135
3134
|
name?: string | undefined;
|
|
3135
|
+
title?: string | undefined;
|
|
3136
3136
|
user?: string | undefined;
|
|
3137
3137
|
mimetype?: string | undefined;
|
|
3138
3138
|
filetype?: string | undefined;
|
|
@@ -3150,8 +3150,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3150
3150
|
type: string;
|
|
3151
3151
|
user?: string | undefined;
|
|
3152
3152
|
text?: string | undefined;
|
|
3153
|
-
username?: string | undefined;
|
|
3154
3153
|
ts?: string | undefined;
|
|
3154
|
+
username?: string | undefined;
|
|
3155
3155
|
attachments?: unknown[] | undefined;
|
|
3156
3156
|
blocks?: unknown[] | undefined;
|
|
3157
3157
|
thread_ts?: string | undefined;
|
|
@@ -3173,8 +3173,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3173
3173
|
}[] | undefined;
|
|
3174
3174
|
files?: {
|
|
3175
3175
|
id: string;
|
|
3176
|
-
title?: string | undefined;
|
|
3177
3176
|
name?: string | undefined;
|
|
3177
|
+
title?: string | undefined;
|
|
3178
3178
|
user?: string | undefined;
|
|
3179
3179
|
mimetype?: string | undefined;
|
|
3180
3180
|
filetype?: string | undefined;
|
|
@@ -3192,16 +3192,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3192
3192
|
error: z.ZodString;
|
|
3193
3193
|
success: z.ZodBoolean;
|
|
3194
3194
|
}, "strip", z.ZodTypeAny, {
|
|
3195
|
-
error: string;
|
|
3196
|
-
success: boolean;
|
|
3197
3195
|
operation: "update_message";
|
|
3196
|
+
success: boolean;
|
|
3197
|
+
error: string;
|
|
3198
3198
|
ok: boolean;
|
|
3199
3199
|
message?: {
|
|
3200
3200
|
type: string;
|
|
3201
3201
|
user?: string | undefined;
|
|
3202
3202
|
text?: string | undefined;
|
|
3203
|
-
username?: string | undefined;
|
|
3204
3203
|
ts?: string | undefined;
|
|
3204
|
+
username?: string | undefined;
|
|
3205
3205
|
attachments?: unknown[] | undefined;
|
|
3206
3206
|
blocks?: unknown[] | undefined;
|
|
3207
3207
|
thread_ts?: string | undefined;
|
|
@@ -3223,8 +3223,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3223
3223
|
}[] | undefined;
|
|
3224
3224
|
files?: {
|
|
3225
3225
|
id: string;
|
|
3226
|
-
title?: string | undefined;
|
|
3227
3226
|
name?: string | undefined;
|
|
3227
|
+
title?: string | undefined;
|
|
3228
3228
|
user?: string | undefined;
|
|
3229
3229
|
mimetype?: string | undefined;
|
|
3230
3230
|
filetype?: string | undefined;
|
|
@@ -3240,19 +3240,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3240
3240
|
}[] | undefined;
|
|
3241
3241
|
} | undefined;
|
|
3242
3242
|
text?: string | undefined;
|
|
3243
|
-
channel?: string | undefined;
|
|
3244
3243
|
ts?: string | undefined;
|
|
3244
|
+
channel?: string | undefined;
|
|
3245
3245
|
}, {
|
|
3246
|
-
error: string;
|
|
3247
|
-
success: boolean;
|
|
3248
3246
|
operation: "update_message";
|
|
3247
|
+
success: boolean;
|
|
3248
|
+
error: string;
|
|
3249
3249
|
ok: boolean;
|
|
3250
3250
|
message?: {
|
|
3251
3251
|
type: string;
|
|
3252
3252
|
user?: string | undefined;
|
|
3253
3253
|
text?: string | undefined;
|
|
3254
|
-
username?: string | undefined;
|
|
3255
3254
|
ts?: string | undefined;
|
|
3255
|
+
username?: string | undefined;
|
|
3256
3256
|
attachments?: unknown[] | undefined;
|
|
3257
3257
|
blocks?: unknown[] | undefined;
|
|
3258
3258
|
thread_ts?: string | undefined;
|
|
@@ -3274,8 +3274,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3274
3274
|
}[] | undefined;
|
|
3275
3275
|
files?: {
|
|
3276
3276
|
id: string;
|
|
3277
|
-
title?: string | undefined;
|
|
3278
3277
|
name?: string | undefined;
|
|
3278
|
+
title?: string | undefined;
|
|
3279
3279
|
user?: string | undefined;
|
|
3280
3280
|
mimetype?: string | undefined;
|
|
3281
3281
|
filetype?: string | undefined;
|
|
@@ -3291,8 +3291,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3291
3291
|
}[] | undefined;
|
|
3292
3292
|
} | undefined;
|
|
3293
3293
|
text?: string | undefined;
|
|
3294
|
-
channel?: string | undefined;
|
|
3295
3294
|
ts?: string | undefined;
|
|
3295
|
+
channel?: string | undefined;
|
|
3296
3296
|
}>, z.ZodObject<{
|
|
3297
3297
|
operation: z.ZodLiteral<"delete_message">;
|
|
3298
3298
|
ok: z.ZodBoolean;
|
|
@@ -3301,33 +3301,33 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3301
3301
|
error: z.ZodString;
|
|
3302
3302
|
success: z.ZodBoolean;
|
|
3303
3303
|
}, "strip", z.ZodTypeAny, {
|
|
3304
|
-
error: string;
|
|
3305
|
-
success: boolean;
|
|
3306
3304
|
operation: "delete_message";
|
|
3305
|
+
success: boolean;
|
|
3306
|
+
error: string;
|
|
3307
3307
|
ok: boolean;
|
|
3308
|
-
channel?: string | undefined;
|
|
3309
3308
|
ts?: string | undefined;
|
|
3309
|
+
channel?: string | undefined;
|
|
3310
3310
|
}, {
|
|
3311
|
-
error: string;
|
|
3312
|
-
success: boolean;
|
|
3313
3311
|
operation: "delete_message";
|
|
3312
|
+
success: boolean;
|
|
3313
|
+
error: string;
|
|
3314
3314
|
ok: boolean;
|
|
3315
|
-
channel?: string | undefined;
|
|
3316
3315
|
ts?: string | undefined;
|
|
3316
|
+
channel?: string | undefined;
|
|
3317
3317
|
}>, z.ZodObject<{
|
|
3318
3318
|
operation: z.ZodLiteral<"add_reaction">;
|
|
3319
3319
|
ok: z.ZodBoolean;
|
|
3320
3320
|
error: z.ZodString;
|
|
3321
3321
|
success: z.ZodBoolean;
|
|
3322
3322
|
}, "strip", z.ZodTypeAny, {
|
|
3323
|
-
error: string;
|
|
3324
|
-
success: boolean;
|
|
3325
3323
|
operation: "add_reaction";
|
|
3324
|
+
success: boolean;
|
|
3325
|
+
error: string;
|
|
3326
3326
|
ok: boolean;
|
|
3327
3327
|
}, {
|
|
3328
|
-
error: string;
|
|
3329
|
-
success: boolean;
|
|
3330
3328
|
operation: "add_reaction";
|
|
3329
|
+
success: boolean;
|
|
3330
|
+
error: string;
|
|
3331
3331
|
ok: boolean;
|
|
3332
3332
|
}>, z.ZodObject<{
|
|
3333
3333
|
operation: z.ZodLiteral<"remove_reaction">;
|
|
@@ -3335,14 +3335,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3335
3335
|
error: z.ZodString;
|
|
3336
3336
|
success: z.ZodBoolean;
|
|
3337
3337
|
}, "strip", z.ZodTypeAny, {
|
|
3338
|
-
error: string;
|
|
3339
|
-
success: boolean;
|
|
3340
3338
|
operation: "remove_reaction";
|
|
3339
|
+
success: boolean;
|
|
3340
|
+
error: string;
|
|
3341
3341
|
ok: boolean;
|
|
3342
3342
|
}, {
|
|
3343
|
-
error: string;
|
|
3344
|
-
success: boolean;
|
|
3345
3343
|
operation: "remove_reaction";
|
|
3344
|
+
success: boolean;
|
|
3345
|
+
error: string;
|
|
3346
3346
|
ok: boolean;
|
|
3347
3347
|
}>, z.ZodObject<{
|
|
3348
3348
|
operation: z.ZodLiteral<"join_channel">;
|
|
@@ -3397,8 +3397,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3397
3397
|
}>>;
|
|
3398
3398
|
num_members: z.ZodOptional<z.ZodNumber>;
|
|
3399
3399
|
}, "strip", z.ZodTypeAny, {
|
|
3400
|
-
name: string;
|
|
3401
3400
|
id: string;
|
|
3401
|
+
name: string;
|
|
3402
3402
|
created: number;
|
|
3403
3403
|
is_archived: boolean;
|
|
3404
3404
|
is_channel?: boolean | undefined;
|
|
@@ -3430,8 +3430,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3430
3430
|
} | undefined;
|
|
3431
3431
|
num_members?: number | undefined;
|
|
3432
3432
|
}, {
|
|
3433
|
-
name: string;
|
|
3434
3433
|
id: string;
|
|
3434
|
+
name: string;
|
|
3435
3435
|
created: number;
|
|
3436
3436
|
is_archived: boolean;
|
|
3437
3437
|
is_channel?: boolean | undefined;
|
|
@@ -3467,13 +3467,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3467
3467
|
error: z.ZodString;
|
|
3468
3468
|
success: z.ZodBoolean;
|
|
3469
3469
|
}, "strip", z.ZodTypeAny, {
|
|
3470
|
-
error: string;
|
|
3471
|
-
success: boolean;
|
|
3472
3470
|
operation: "join_channel";
|
|
3471
|
+
success: boolean;
|
|
3472
|
+
error: string;
|
|
3473
3473
|
ok: boolean;
|
|
3474
3474
|
channel?: {
|
|
3475
|
-
name: string;
|
|
3476
3475
|
id: string;
|
|
3476
|
+
name: string;
|
|
3477
3477
|
created: number;
|
|
3478
3478
|
is_archived: boolean;
|
|
3479
3479
|
is_channel?: boolean | undefined;
|
|
@@ -3507,13 +3507,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3507
3507
|
} | undefined;
|
|
3508
3508
|
already_in_channel?: boolean | undefined;
|
|
3509
3509
|
}, {
|
|
3510
|
-
error: string;
|
|
3511
|
-
success: boolean;
|
|
3512
3510
|
operation: "join_channel";
|
|
3511
|
+
success: boolean;
|
|
3512
|
+
error: string;
|
|
3513
3513
|
ok: boolean;
|
|
3514
3514
|
channel?: {
|
|
3515
|
-
name: string;
|
|
3516
3515
|
id: string;
|
|
3516
|
+
name: string;
|
|
3517
3517
|
created: number;
|
|
3518
3518
|
is_archived: boolean;
|
|
3519
3519
|
is_channel?: boolean | undefined;
|
|
@@ -3582,17 +3582,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3582
3582
|
team_id: z.ZodString;
|
|
3583
3583
|
}, "strip", z.ZodTypeAny, {
|
|
3584
3584
|
ts: string;
|
|
3585
|
+
team_id: string;
|
|
3585
3586
|
reply_count: number;
|
|
3586
3587
|
reply_users_count: number;
|
|
3587
3588
|
reply_users: string[];
|
|
3588
|
-
team_id: string;
|
|
3589
3589
|
channel_name: string;
|
|
3590
3590
|
}, {
|
|
3591
3591
|
ts: string;
|
|
3592
|
+
team_id: string;
|
|
3592
3593
|
reply_count: number;
|
|
3593
3594
|
reply_users_count: number;
|
|
3594
3595
|
reply_users: string[];
|
|
3595
|
-
team_id: string;
|
|
3596
3596
|
channel_name: string;
|
|
3597
3597
|
}>, "many">>>;
|
|
3598
3598
|
private: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
@@ -3604,51 +3604,51 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3604
3604
|
team_id: z.ZodString;
|
|
3605
3605
|
}, "strip", z.ZodTypeAny, {
|
|
3606
3606
|
ts: string;
|
|
3607
|
+
team_id: string;
|
|
3607
3608
|
reply_count: number;
|
|
3608
3609
|
reply_users_count: number;
|
|
3609
3610
|
reply_users: string[];
|
|
3610
|
-
team_id: string;
|
|
3611
3611
|
channel_name: string;
|
|
3612
3612
|
}, {
|
|
3613
3613
|
ts: string;
|
|
3614
|
+
team_id: string;
|
|
3614
3615
|
reply_count: number;
|
|
3615
3616
|
reply_users_count: number;
|
|
3616
3617
|
reply_users: string[];
|
|
3617
|
-
team_id: string;
|
|
3618
3618
|
channel_name: string;
|
|
3619
3619
|
}>, "many">>>;
|
|
3620
3620
|
}, "strip", z.ZodTypeAny, {
|
|
3621
3621
|
public?: Record<string, {
|
|
3622
3622
|
ts: string;
|
|
3623
|
+
team_id: string;
|
|
3623
3624
|
reply_count: number;
|
|
3624
3625
|
reply_users_count: number;
|
|
3625
3626
|
reply_users: string[];
|
|
3626
|
-
team_id: string;
|
|
3627
3627
|
channel_name: string;
|
|
3628
3628
|
}[]> | undefined;
|
|
3629
3629
|
private?: Record<string, {
|
|
3630
3630
|
ts: string;
|
|
3631
|
+
team_id: string;
|
|
3631
3632
|
reply_count: number;
|
|
3632
3633
|
reply_users_count: number;
|
|
3633
3634
|
reply_users: string[];
|
|
3634
|
-
team_id: string;
|
|
3635
3635
|
channel_name: string;
|
|
3636
3636
|
}[]> | undefined;
|
|
3637
3637
|
}, {
|
|
3638
3638
|
public?: Record<string, {
|
|
3639
3639
|
ts: string;
|
|
3640
|
+
team_id: string;
|
|
3640
3641
|
reply_count: number;
|
|
3641
3642
|
reply_users_count: number;
|
|
3642
3643
|
reply_users: string[];
|
|
3643
|
-
team_id: string;
|
|
3644
3644
|
channel_name: string;
|
|
3645
3645
|
}[]> | undefined;
|
|
3646
3646
|
private?: Record<string, {
|
|
3647
3647
|
ts: string;
|
|
3648
|
+
team_id: string;
|
|
3648
3649
|
reply_count: number;
|
|
3649
3650
|
reply_users_count: number;
|
|
3650
3651
|
reply_users: string[];
|
|
3651
|
-
team_id: string;
|
|
3652
3652
|
channel_name: string;
|
|
3653
3653
|
}[]> | undefined;
|
|
3654
3654
|
}>>;
|
|
@@ -3657,18 +3657,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3657
3657
|
ims: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3658
3658
|
has_rich_preview: z.ZodOptional<z.ZodBoolean>;
|
|
3659
3659
|
}, "strip", z.ZodTypeAny, {
|
|
3660
|
-
name: string;
|
|
3661
3660
|
id: string;
|
|
3661
|
+
name: string;
|
|
3662
3662
|
user: string;
|
|
3663
3663
|
username: string;
|
|
3664
3664
|
timestamp: number;
|
|
3665
|
+
created: number;
|
|
3665
3666
|
mimetype: string;
|
|
3666
3667
|
filetype: string;
|
|
3667
3668
|
size: number;
|
|
3668
3669
|
url_private: string;
|
|
3669
3670
|
url_private_download: string;
|
|
3670
3671
|
permalink: string;
|
|
3671
|
-
created: number;
|
|
3672
3672
|
pretty_type: string;
|
|
3673
3673
|
editable: boolean;
|
|
3674
3674
|
mode: string;
|
|
@@ -3683,18 +3683,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3683
3683
|
shares?: {
|
|
3684
3684
|
public?: Record<string, {
|
|
3685
3685
|
ts: string;
|
|
3686
|
+
team_id: string;
|
|
3686
3687
|
reply_count: number;
|
|
3687
3688
|
reply_users_count: number;
|
|
3688
3689
|
reply_users: string[];
|
|
3689
|
-
team_id: string;
|
|
3690
3690
|
channel_name: string;
|
|
3691
3691
|
}[]> | undefined;
|
|
3692
3692
|
private?: Record<string, {
|
|
3693
3693
|
ts: string;
|
|
3694
|
+
team_id: string;
|
|
3694
3695
|
reply_count: number;
|
|
3695
3696
|
reply_users_count: number;
|
|
3696
3697
|
reply_users: string[];
|
|
3697
|
-
team_id: string;
|
|
3698
3698
|
channel_name: string;
|
|
3699
3699
|
}[]> | undefined;
|
|
3700
3700
|
} | undefined;
|
|
@@ -3702,18 +3702,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3702
3702
|
ims?: string[] | undefined;
|
|
3703
3703
|
has_rich_preview?: boolean | undefined;
|
|
3704
3704
|
}, {
|
|
3705
|
-
name: string;
|
|
3706
3705
|
id: string;
|
|
3706
|
+
name: string;
|
|
3707
3707
|
user: string;
|
|
3708
3708
|
username: string;
|
|
3709
3709
|
timestamp: number;
|
|
3710
|
+
created: number;
|
|
3710
3711
|
mimetype: string;
|
|
3711
3712
|
filetype: string;
|
|
3712
3713
|
size: number;
|
|
3713
3714
|
url_private: string;
|
|
3714
3715
|
url_private_download: string;
|
|
3715
3716
|
permalink: string;
|
|
3716
|
-
created: number;
|
|
3717
3717
|
pretty_type: string;
|
|
3718
3718
|
editable: boolean;
|
|
3719
3719
|
mode: string;
|
|
@@ -3728,18 +3728,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3728
3728
|
shares?: {
|
|
3729
3729
|
public?: Record<string, {
|
|
3730
3730
|
ts: string;
|
|
3731
|
+
team_id: string;
|
|
3731
3732
|
reply_count: number;
|
|
3732
3733
|
reply_users_count: number;
|
|
3733
3734
|
reply_users: string[];
|
|
3734
|
-
team_id: string;
|
|
3735
3735
|
channel_name: string;
|
|
3736
3736
|
}[]> | undefined;
|
|
3737
3737
|
private?: Record<string, {
|
|
3738
3738
|
ts: string;
|
|
3739
|
+
team_id: string;
|
|
3739
3740
|
reply_count: number;
|
|
3740
3741
|
reply_users_count: number;
|
|
3741
3742
|
reply_users: string[];
|
|
3742
|
-
team_id: string;
|
|
3743
3743
|
channel_name: string;
|
|
3744
3744
|
}[]> | undefined;
|
|
3745
3745
|
} | undefined;
|
|
@@ -3750,23 +3750,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3750
3750
|
error: z.ZodString;
|
|
3751
3751
|
success: z.ZodBoolean;
|
|
3752
3752
|
}, "strip", z.ZodTypeAny, {
|
|
3753
|
-
error: string;
|
|
3754
|
-
success: boolean;
|
|
3755
3753
|
operation: "upload_file";
|
|
3754
|
+
success: boolean;
|
|
3755
|
+
error: string;
|
|
3756
3756
|
ok: boolean;
|
|
3757
3757
|
file?: {
|
|
3758
|
-
name: string;
|
|
3759
3758
|
id: string;
|
|
3759
|
+
name: string;
|
|
3760
3760
|
user: string;
|
|
3761
3761
|
username: string;
|
|
3762
3762
|
timestamp: number;
|
|
3763
|
+
created: number;
|
|
3763
3764
|
mimetype: string;
|
|
3764
3765
|
filetype: string;
|
|
3765
3766
|
size: number;
|
|
3766
3767
|
url_private: string;
|
|
3767
3768
|
url_private_download: string;
|
|
3768
3769
|
permalink: string;
|
|
3769
|
-
created: number;
|
|
3770
3770
|
pretty_type: string;
|
|
3771
3771
|
editable: boolean;
|
|
3772
3772
|
mode: string;
|
|
@@ -3781,18 +3781,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3781
3781
|
shares?: {
|
|
3782
3782
|
public?: Record<string, {
|
|
3783
3783
|
ts: string;
|
|
3784
|
+
team_id: string;
|
|
3784
3785
|
reply_count: number;
|
|
3785
3786
|
reply_users_count: number;
|
|
3786
3787
|
reply_users: string[];
|
|
3787
|
-
team_id: string;
|
|
3788
3788
|
channel_name: string;
|
|
3789
3789
|
}[]> | undefined;
|
|
3790
3790
|
private?: Record<string, {
|
|
3791
3791
|
ts: string;
|
|
3792
|
+
team_id: string;
|
|
3792
3793
|
reply_count: number;
|
|
3793
3794
|
reply_users_count: number;
|
|
3794
3795
|
reply_users: string[];
|
|
3795
|
-
team_id: string;
|
|
3796
3796
|
channel_name: string;
|
|
3797
3797
|
}[]> | undefined;
|
|
3798
3798
|
} | undefined;
|
|
@@ -3801,23 +3801,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3801
3801
|
has_rich_preview?: boolean | undefined;
|
|
3802
3802
|
} | undefined;
|
|
3803
3803
|
}, {
|
|
3804
|
-
error: string;
|
|
3805
|
-
success: boolean;
|
|
3806
3804
|
operation: "upload_file";
|
|
3805
|
+
success: boolean;
|
|
3806
|
+
error: string;
|
|
3807
3807
|
ok: boolean;
|
|
3808
3808
|
file?: {
|
|
3809
|
-
name: string;
|
|
3810
3809
|
id: string;
|
|
3810
|
+
name: string;
|
|
3811
3811
|
user: string;
|
|
3812
3812
|
username: string;
|
|
3813
3813
|
timestamp: number;
|
|
3814
|
+
created: number;
|
|
3814
3815
|
mimetype: string;
|
|
3815
3816
|
filetype: string;
|
|
3816
3817
|
size: number;
|
|
3817
3818
|
url_private: string;
|
|
3818
3819
|
url_private_download: string;
|
|
3819
3820
|
permalink: string;
|
|
3820
|
-
created: number;
|
|
3821
3821
|
pretty_type: string;
|
|
3822
3822
|
editable: boolean;
|
|
3823
3823
|
mode: string;
|
|
@@ -3832,18 +3832,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3832
3832
|
shares?: {
|
|
3833
3833
|
public?: Record<string, {
|
|
3834
3834
|
ts: string;
|
|
3835
|
+
team_id: string;
|
|
3835
3836
|
reply_count: number;
|
|
3836
3837
|
reply_users_count: number;
|
|
3837
3838
|
reply_users: string[];
|
|
3838
|
-
team_id: string;
|
|
3839
3839
|
channel_name: string;
|
|
3840
3840
|
}[]> | undefined;
|
|
3841
3841
|
private?: Record<string, {
|
|
3842
3842
|
ts: string;
|
|
3843
|
+
team_id: string;
|
|
3843
3844
|
reply_count: number;
|
|
3844
3845
|
reply_users_count: number;
|
|
3845
3846
|
reply_users: string[];
|
|
3846
|
-
team_id: string;
|
|
3847
3847
|
channel_name: string;
|
|
3848
3848
|
}[]> | undefined;
|
|
3849
3849
|
} | undefined;
|
|
@@ -3860,17 +3860,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3860
3860
|
error: z.ZodString;
|
|
3861
3861
|
success: z.ZodBoolean;
|
|
3862
3862
|
}, "strip", z.ZodTypeAny, {
|
|
3863
|
-
error: string;
|
|
3864
|
-
success: boolean;
|
|
3865
3863
|
operation: "schedule_message";
|
|
3864
|
+
success: boolean;
|
|
3865
|
+
error: string;
|
|
3866
3866
|
ok: boolean;
|
|
3867
3867
|
channel?: string | undefined;
|
|
3868
3868
|
post_at?: number | undefined;
|
|
3869
3869
|
scheduled_message_id?: string | undefined;
|
|
3870
3870
|
}, {
|
|
3871
|
-
error: string;
|
|
3872
|
-
success: boolean;
|
|
3873
3871
|
operation: "schedule_message";
|
|
3872
|
+
success: boolean;
|
|
3873
|
+
error: string;
|
|
3874
3874
|
ok: boolean;
|
|
3875
3875
|
channel?: string | undefined;
|
|
3876
3876
|
post_at?: number | undefined;
|
|
@@ -3895,8 +3895,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3895
3895
|
original_h: z.ZodOptional<z.ZodNumber>;
|
|
3896
3896
|
permalink: z.ZodOptional<z.ZodString>;
|
|
3897
3897
|
}, "strip", z.ZodTypeAny, {
|
|
3898
|
-
name: string;
|
|
3899
3898
|
id: string;
|
|
3899
|
+
name: string;
|
|
3900
3900
|
mimetype: string;
|
|
3901
3901
|
filetype: string;
|
|
3902
3902
|
size: number;
|
|
@@ -3911,8 +3911,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3911
3911
|
original_h?: number | undefined;
|
|
3912
3912
|
permalink?: string | undefined;
|
|
3913
3913
|
}, {
|
|
3914
|
-
name: string;
|
|
3915
3914
|
id: string;
|
|
3915
|
+
name: string;
|
|
3916
3916
|
mimetype: string;
|
|
3917
3917
|
filetype: string;
|
|
3918
3918
|
size: number;
|
|
@@ -3930,13 +3930,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3930
3930
|
error: z.ZodString;
|
|
3931
3931
|
success: z.ZodBoolean;
|
|
3932
3932
|
}, "strip", z.ZodTypeAny, {
|
|
3933
|
-
error: string;
|
|
3934
|
-
success: boolean;
|
|
3935
3933
|
operation: "get_file_info";
|
|
3934
|
+
success: boolean;
|
|
3935
|
+
error: string;
|
|
3936
3936
|
ok: boolean;
|
|
3937
3937
|
file?: {
|
|
3938
|
-
name: string;
|
|
3939
3938
|
id: string;
|
|
3939
|
+
name: string;
|
|
3940
3940
|
mimetype: string;
|
|
3941
3941
|
filetype: string;
|
|
3942
3942
|
size: number;
|
|
@@ -3952,13 +3952,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3952
3952
|
permalink?: string | undefined;
|
|
3953
3953
|
} | undefined;
|
|
3954
3954
|
}, {
|
|
3955
|
-
error: string;
|
|
3956
|
-
success: boolean;
|
|
3957
3955
|
operation: "get_file_info";
|
|
3956
|
+
success: boolean;
|
|
3957
|
+
error: string;
|
|
3958
3958
|
ok: boolean;
|
|
3959
3959
|
file?: {
|
|
3960
|
-
name: string;
|
|
3961
3960
|
id: string;
|
|
3961
|
+
name: string;
|
|
3962
3962
|
mimetype: string;
|
|
3963
3963
|
filetype: string;
|
|
3964
3964
|
size: number;
|
|
@@ -3983,18 +3983,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3983
3983
|
error: z.ZodString;
|
|
3984
3984
|
success: z.ZodBoolean;
|
|
3985
3985
|
}, "strip", z.ZodTypeAny, {
|
|
3986
|
-
error: string;
|
|
3987
|
-
success: boolean;
|
|
3988
3986
|
operation: "download_file";
|
|
3987
|
+
success: boolean;
|
|
3988
|
+
error: string;
|
|
3989
3989
|
ok: boolean;
|
|
3990
3990
|
content?: string | undefined;
|
|
3991
3991
|
filename?: string | undefined;
|
|
3992
3992
|
mimetype?: string | undefined;
|
|
3993
3993
|
size?: number | undefined;
|
|
3994
3994
|
}, {
|
|
3995
|
-
error: string;
|
|
3996
|
-
success: boolean;
|
|
3997
3995
|
operation: "download_file";
|
|
3996
|
+
success: boolean;
|
|
3997
|
+
error: string;
|
|
3998
3998
|
ok: boolean;
|
|
3999
3999
|
content?: string | undefined;
|
|
4000
4000
|
filename?: string | undefined;
|
|
@@ -4214,8 +4214,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4214
4214
|
unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4215
4215
|
unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4216
4216
|
}, "strip", z.ZodTypeAny, {
|
|
4217
|
-
text: string;
|
|
4218
4217
|
operation: "send_message";
|
|
4218
|
+
text: string;
|
|
4219
4219
|
channel: string;
|
|
4220
4220
|
reply_broadcast: boolean;
|
|
4221
4221
|
unfurl_links: boolean;
|
|
@@ -4287,8 +4287,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4287
4287
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4288
4288
|
thread_ts?: string | undefined;
|
|
4289
4289
|
}, {
|
|
4290
|
-
text: string;
|
|
4291
4290
|
operation: "send_message";
|
|
4291
|
+
text: string;
|
|
4292
4292
|
channel: string;
|
|
4293
4293
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4294
4294
|
username?: string | undefined;
|
|
@@ -4367,19 +4367,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4367
4367
|
cursor: z.ZodOptional<z.ZodString>;
|
|
4368
4368
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4369
4369
|
}, "strip", z.ZodTypeAny, {
|
|
4370
|
-
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
4371
4370
|
operation: "list_channels";
|
|
4372
|
-
exclude_archived: boolean;
|
|
4373
4371
|
limit: number;
|
|
4374
|
-
|
|
4372
|
+
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
4373
|
+
exclude_archived: boolean;
|
|
4375
4374
|
cursor?: string | undefined;
|
|
4375
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4376
4376
|
}, {
|
|
4377
4377
|
operation: "list_channels";
|
|
4378
|
-
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
4379
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4380
|
-
exclude_archived?: boolean | undefined;
|
|
4381
4378
|
limit?: number | undefined;
|
|
4382
4379
|
cursor?: string | undefined;
|
|
4380
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4381
|
+
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
4382
|
+
exclude_archived?: boolean | undefined;
|
|
4383
4383
|
}>, z.ZodObject<{
|
|
4384
4384
|
operation: z.ZodLiteral<"get_channel_info">;
|
|
4385
4385
|
channel: z.ZodString;
|
|
@@ -4401,13 +4401,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4401
4401
|
include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4402
4402
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4403
4403
|
}, "strip", z.ZodTypeAny, {
|
|
4404
|
-
user: string;
|
|
4405
4404
|
operation: "get_user_info";
|
|
4405
|
+
user: string;
|
|
4406
4406
|
include_locale: boolean;
|
|
4407
4407
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4408
4408
|
}, {
|
|
4409
|
-
user: string;
|
|
4410
4409
|
operation: "get_user_info";
|
|
4410
|
+
user: string;
|
|
4411
4411
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4412
4412
|
include_locale?: boolean | undefined;
|
|
4413
4413
|
}>, z.ZodObject<{
|
|
@@ -4420,13 +4420,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4420
4420
|
operation: "list_users";
|
|
4421
4421
|
limit: number;
|
|
4422
4422
|
include_locale: boolean;
|
|
4423
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4424
4423
|
cursor?: string | undefined;
|
|
4424
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4425
4425
|
}, {
|
|
4426
4426
|
operation: "list_users";
|
|
4427
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4428
4427
|
limit?: number | undefined;
|
|
4429
4428
|
cursor?: string | undefined;
|
|
4429
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4430
4430
|
include_locale?: boolean | undefined;
|
|
4431
4431
|
}>, z.ZodObject<{
|
|
4432
4432
|
operation: z.ZodLiteral<"get_conversation_history">;
|
|
@@ -4440,19 +4440,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4440
4440
|
}, "strip", z.ZodTypeAny, {
|
|
4441
4441
|
inclusive: boolean;
|
|
4442
4442
|
operation: "get_conversation_history";
|
|
4443
|
-
channel: string;
|
|
4444
4443
|
limit: number;
|
|
4445
|
-
|
|
4444
|
+
channel: string;
|
|
4446
4445
|
cursor?: string | undefined;
|
|
4446
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4447
4447
|
latest?: string | undefined;
|
|
4448
4448
|
oldest?: string | undefined;
|
|
4449
4449
|
}, {
|
|
4450
4450
|
operation: "get_conversation_history";
|
|
4451
4451
|
channel: string;
|
|
4452
4452
|
inclusive?: boolean | undefined;
|
|
4453
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4454
4453
|
limit?: number | undefined;
|
|
4455
4454
|
cursor?: string | undefined;
|
|
4455
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4456
4456
|
latest?: string | undefined;
|
|
4457
4457
|
oldest?: string | undefined;
|
|
4458
4458
|
}>, z.ZodObject<{
|
|
@@ -4468,21 +4468,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4468
4468
|
}, "strip", z.ZodTypeAny, {
|
|
4469
4469
|
inclusive: boolean;
|
|
4470
4470
|
operation: "get_thread_replies";
|
|
4471
|
-
channel: string;
|
|
4472
|
-
ts: string;
|
|
4473
4471
|
limit: number;
|
|
4474
|
-
|
|
4472
|
+
ts: string;
|
|
4473
|
+
channel: string;
|
|
4475
4474
|
cursor?: string | undefined;
|
|
4475
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4476
4476
|
latest?: string | undefined;
|
|
4477
4477
|
oldest?: string | undefined;
|
|
4478
4478
|
}, {
|
|
4479
4479
|
operation: "get_thread_replies";
|
|
4480
|
-
channel: string;
|
|
4481
4480
|
ts: string;
|
|
4481
|
+
channel: string;
|
|
4482
4482
|
inclusive?: boolean | undefined;
|
|
4483
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4484
4483
|
limit?: number | undefined;
|
|
4485
4484
|
cursor?: string | undefined;
|
|
4485
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4486
4486
|
latest?: string | undefined;
|
|
4487
4487
|
oldest?: string | undefined;
|
|
4488
4488
|
}>, z.ZodObject<{
|
|
@@ -4680,8 +4680,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4680
4680
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4681
4681
|
}, "strip", z.ZodTypeAny, {
|
|
4682
4682
|
operation: "update_message";
|
|
4683
|
-
channel: string;
|
|
4684
4683
|
ts: string;
|
|
4684
|
+
channel: string;
|
|
4685
4685
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4686
4686
|
text?: string | undefined;
|
|
4687
4687
|
attachments?: {
|
|
@@ -4747,8 +4747,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4747
4747
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4748
4748
|
}, {
|
|
4749
4749
|
operation: "update_message";
|
|
4750
|
-
channel: string;
|
|
4751
4750
|
ts: string;
|
|
4751
|
+
channel: string;
|
|
4752
4752
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4753
4753
|
text?: string | undefined;
|
|
4754
4754
|
attachments?: {
|
|
@@ -4819,13 +4819,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4819
4819
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4820
4820
|
}, "strip", z.ZodTypeAny, {
|
|
4821
4821
|
operation: "delete_message";
|
|
4822
|
-
channel: string;
|
|
4823
4822
|
ts: string;
|
|
4823
|
+
channel: string;
|
|
4824
4824
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4825
4825
|
}, {
|
|
4826
4826
|
operation: "delete_message";
|
|
4827
|
-
channel: string;
|
|
4828
4827
|
ts: string;
|
|
4828
|
+
channel: string;
|
|
4829
4829
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4830
4830
|
}>, z.ZodObject<{
|
|
4831
4831
|
operation: z.ZodLiteral<"add_reaction">;
|
|
@@ -5033,8 +5033,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5033
5033
|
unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
5034
5034
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
5035
5035
|
}, "strip", z.ZodTypeAny, {
|
|
5036
|
-
text: string;
|
|
5037
5036
|
operation: "schedule_message";
|
|
5037
|
+
text: string;
|
|
5038
5038
|
channel: string;
|
|
5039
5039
|
unfurl_links: boolean;
|
|
5040
5040
|
unfurl_media: boolean;
|
|
@@ -5083,8 +5083,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5083
5083
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5084
5084
|
thread_ts?: string | undefined;
|
|
5085
5085
|
}, {
|
|
5086
|
-
text: string;
|
|
5087
5086
|
operation: "schedule_message";
|
|
5087
|
+
text: string;
|
|
5088
5088
|
channel: string;
|
|
5089
5089
|
post_at: number;
|
|
5090
5090
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -5220,8 +5220,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5220
5220
|
permalink: z.ZodOptional<z.ZodString>;
|
|
5221
5221
|
}, "strip", z.ZodTypeAny, {
|
|
5222
5222
|
id: string;
|
|
5223
|
-
title?: string | undefined;
|
|
5224
5223
|
name?: string | undefined;
|
|
5224
|
+
title?: string | undefined;
|
|
5225
5225
|
user?: string | undefined;
|
|
5226
5226
|
mimetype?: string | undefined;
|
|
5227
5227
|
filetype?: string | undefined;
|
|
@@ -5236,8 +5236,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5236
5236
|
permalink?: string | undefined;
|
|
5237
5237
|
}, {
|
|
5238
5238
|
id: string;
|
|
5239
|
-
title?: string | undefined;
|
|
5240
5239
|
name?: string | undefined;
|
|
5240
|
+
title?: string | undefined;
|
|
5241
5241
|
user?: string | undefined;
|
|
5242
5242
|
mimetype?: string | undefined;
|
|
5243
5243
|
filetype?: string | undefined;
|
|
@@ -5255,8 +5255,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5255
5255
|
type: string;
|
|
5256
5256
|
user?: string | undefined;
|
|
5257
5257
|
text?: string | undefined;
|
|
5258
|
-
username?: string | undefined;
|
|
5259
5258
|
ts?: string | undefined;
|
|
5259
|
+
username?: string | undefined;
|
|
5260
5260
|
attachments?: unknown[] | undefined;
|
|
5261
5261
|
blocks?: unknown[] | undefined;
|
|
5262
5262
|
thread_ts?: string | undefined;
|
|
@@ -5278,8 +5278,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5278
5278
|
}[] | undefined;
|
|
5279
5279
|
files?: {
|
|
5280
5280
|
id: string;
|
|
5281
|
-
title?: string | undefined;
|
|
5282
5281
|
name?: string | undefined;
|
|
5282
|
+
title?: string | undefined;
|
|
5283
5283
|
user?: string | undefined;
|
|
5284
5284
|
mimetype?: string | undefined;
|
|
5285
5285
|
filetype?: string | undefined;
|
|
@@ -5297,8 +5297,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5297
5297
|
type: string;
|
|
5298
5298
|
user?: string | undefined;
|
|
5299
5299
|
text?: string | undefined;
|
|
5300
|
-
username?: string | undefined;
|
|
5301
5300
|
ts?: string | undefined;
|
|
5301
|
+
username?: string | undefined;
|
|
5302
5302
|
attachments?: unknown[] | undefined;
|
|
5303
5303
|
blocks?: unknown[] | undefined;
|
|
5304
5304
|
thread_ts?: string | undefined;
|
|
@@ -5320,8 +5320,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5320
5320
|
}[] | undefined;
|
|
5321
5321
|
files?: {
|
|
5322
5322
|
id: string;
|
|
5323
|
-
title?: string | undefined;
|
|
5324
5323
|
name?: string | undefined;
|
|
5324
|
+
title?: string | undefined;
|
|
5325
5325
|
user?: string | undefined;
|
|
5326
5326
|
mimetype?: string | undefined;
|
|
5327
5327
|
filetype?: string | undefined;
|
|
@@ -5339,16 +5339,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5339
5339
|
error: z.ZodString;
|
|
5340
5340
|
success: z.ZodBoolean;
|
|
5341
5341
|
}, "strip", z.ZodTypeAny, {
|
|
5342
|
-
error: string;
|
|
5343
|
-
success: boolean;
|
|
5344
5342
|
operation: "send_message";
|
|
5343
|
+
success: boolean;
|
|
5344
|
+
error: string;
|
|
5345
5345
|
ok: boolean;
|
|
5346
5346
|
message?: {
|
|
5347
5347
|
type: string;
|
|
5348
5348
|
user?: string | undefined;
|
|
5349
5349
|
text?: string | undefined;
|
|
5350
|
-
username?: string | undefined;
|
|
5351
5350
|
ts?: string | undefined;
|
|
5351
|
+
username?: string | undefined;
|
|
5352
5352
|
attachments?: unknown[] | undefined;
|
|
5353
5353
|
blocks?: unknown[] | undefined;
|
|
5354
5354
|
thread_ts?: string | undefined;
|
|
@@ -5370,8 +5370,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5370
5370
|
}[] | undefined;
|
|
5371
5371
|
files?: {
|
|
5372
5372
|
id: string;
|
|
5373
|
-
title?: string | undefined;
|
|
5374
5373
|
name?: string | undefined;
|
|
5374
|
+
title?: string | undefined;
|
|
5375
5375
|
user?: string | undefined;
|
|
5376
5376
|
mimetype?: string | undefined;
|
|
5377
5377
|
filetype?: string | undefined;
|
|
@@ -5386,19 +5386,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5386
5386
|
permalink?: string | undefined;
|
|
5387
5387
|
}[] | undefined;
|
|
5388
5388
|
} | undefined;
|
|
5389
|
-
channel?: string | undefined;
|
|
5390
5389
|
ts?: string | undefined;
|
|
5390
|
+
channel?: string | undefined;
|
|
5391
5391
|
}, {
|
|
5392
|
-
error: string;
|
|
5393
|
-
success: boolean;
|
|
5394
5392
|
operation: "send_message";
|
|
5393
|
+
success: boolean;
|
|
5394
|
+
error: string;
|
|
5395
5395
|
ok: boolean;
|
|
5396
5396
|
message?: {
|
|
5397
5397
|
type: string;
|
|
5398
5398
|
user?: string | undefined;
|
|
5399
5399
|
text?: string | undefined;
|
|
5400
|
-
username?: string | undefined;
|
|
5401
5400
|
ts?: string | undefined;
|
|
5401
|
+
username?: string | undefined;
|
|
5402
5402
|
attachments?: unknown[] | undefined;
|
|
5403
5403
|
blocks?: unknown[] | undefined;
|
|
5404
5404
|
thread_ts?: string | undefined;
|
|
@@ -5420,8 +5420,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5420
5420
|
}[] | undefined;
|
|
5421
5421
|
files?: {
|
|
5422
5422
|
id: string;
|
|
5423
|
-
title?: string | undefined;
|
|
5424
5423
|
name?: string | undefined;
|
|
5424
|
+
title?: string | undefined;
|
|
5425
5425
|
user?: string | undefined;
|
|
5426
5426
|
mimetype?: string | undefined;
|
|
5427
5427
|
filetype?: string | undefined;
|
|
@@ -5436,8 +5436,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5436
5436
|
permalink?: string | undefined;
|
|
5437
5437
|
}[] | undefined;
|
|
5438
5438
|
} | undefined;
|
|
5439
|
-
channel?: string | undefined;
|
|
5440
5439
|
ts?: string | undefined;
|
|
5440
|
+
channel?: string | undefined;
|
|
5441
5441
|
}>, z.ZodObject<{
|
|
5442
5442
|
operation: z.ZodLiteral<"list_channels">;
|
|
5443
5443
|
ok: z.ZodBoolean;
|
|
@@ -5491,8 +5491,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5491
5491
|
}>>;
|
|
5492
5492
|
num_members: z.ZodOptional<z.ZodNumber>;
|
|
5493
5493
|
}, "strip", z.ZodTypeAny, {
|
|
5494
|
-
name: string;
|
|
5495
5494
|
id: string;
|
|
5495
|
+
name: string;
|
|
5496
5496
|
created: number;
|
|
5497
5497
|
is_archived: boolean;
|
|
5498
5498
|
is_channel?: boolean | undefined;
|
|
@@ -5524,8 +5524,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5524
5524
|
} | undefined;
|
|
5525
5525
|
num_members?: number | undefined;
|
|
5526
5526
|
}, {
|
|
5527
|
-
name: string;
|
|
5528
5527
|
id: string;
|
|
5528
|
+
name: string;
|
|
5529
5529
|
created: number;
|
|
5530
5530
|
is_archived: boolean;
|
|
5531
5531
|
is_channel?: boolean | undefined;
|
|
@@ -5567,16 +5567,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5567
5567
|
error: z.ZodString;
|
|
5568
5568
|
success: z.ZodBoolean;
|
|
5569
5569
|
}, "strip", z.ZodTypeAny, {
|
|
5570
|
-
error: string;
|
|
5571
|
-
success: boolean;
|
|
5572
5570
|
operation: "list_channels";
|
|
5571
|
+
success: boolean;
|
|
5572
|
+
error: string;
|
|
5573
5573
|
ok: boolean;
|
|
5574
5574
|
response_metadata?: {
|
|
5575
5575
|
next_cursor: string;
|
|
5576
5576
|
} | undefined;
|
|
5577
5577
|
channels?: {
|
|
5578
|
-
name: string;
|
|
5579
5578
|
id: string;
|
|
5579
|
+
name: string;
|
|
5580
5580
|
created: number;
|
|
5581
5581
|
is_archived: boolean;
|
|
5582
5582
|
is_channel?: boolean | undefined;
|
|
@@ -5609,16 +5609,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5609
5609
|
num_members?: number | undefined;
|
|
5610
5610
|
}[] | undefined;
|
|
5611
5611
|
}, {
|
|
5612
|
-
error: string;
|
|
5613
|
-
success: boolean;
|
|
5614
5612
|
operation: "list_channels";
|
|
5613
|
+
success: boolean;
|
|
5614
|
+
error: string;
|
|
5615
5615
|
ok: boolean;
|
|
5616
5616
|
response_metadata?: {
|
|
5617
5617
|
next_cursor: string;
|
|
5618
5618
|
} | undefined;
|
|
5619
5619
|
channels?: {
|
|
5620
|
-
name: string;
|
|
5621
5620
|
id: string;
|
|
5621
|
+
name: string;
|
|
5622
5622
|
created: number;
|
|
5623
5623
|
is_archived: boolean;
|
|
5624
5624
|
is_channel?: boolean | undefined;
|
|
@@ -5703,8 +5703,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5703
5703
|
}>>;
|
|
5704
5704
|
num_members: z.ZodOptional<z.ZodNumber>;
|
|
5705
5705
|
}, "strip", z.ZodTypeAny, {
|
|
5706
|
-
name: string;
|
|
5707
5706
|
id: string;
|
|
5707
|
+
name: string;
|
|
5708
5708
|
created: number;
|
|
5709
5709
|
is_archived: boolean;
|
|
5710
5710
|
is_channel?: boolean | undefined;
|
|
@@ -5736,8 +5736,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5736
5736
|
} | undefined;
|
|
5737
5737
|
num_members?: number | undefined;
|
|
5738
5738
|
}, {
|
|
5739
|
-
name: string;
|
|
5740
5739
|
id: string;
|
|
5740
|
+
name: string;
|
|
5741
5741
|
created: number;
|
|
5742
5742
|
is_archived: boolean;
|
|
5743
5743
|
is_channel?: boolean | undefined;
|
|
@@ -5772,13 +5772,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5772
5772
|
error: z.ZodString;
|
|
5773
5773
|
success: z.ZodBoolean;
|
|
5774
5774
|
}, "strip", z.ZodTypeAny, {
|
|
5775
|
-
error: string;
|
|
5776
|
-
success: boolean;
|
|
5777
5775
|
operation: "get_channel_info";
|
|
5776
|
+
success: boolean;
|
|
5777
|
+
error: string;
|
|
5778
5778
|
ok: boolean;
|
|
5779
5779
|
channel?: {
|
|
5780
|
-
name: string;
|
|
5781
5780
|
id: string;
|
|
5781
|
+
name: string;
|
|
5782
5782
|
created: number;
|
|
5783
5783
|
is_archived: boolean;
|
|
5784
5784
|
is_channel?: boolean | undefined;
|
|
@@ -5811,13 +5811,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5811
5811
|
num_members?: number | undefined;
|
|
5812
5812
|
} | undefined;
|
|
5813
5813
|
}, {
|
|
5814
|
-
error: string;
|
|
5815
|
-
success: boolean;
|
|
5816
5814
|
operation: "get_channel_info";
|
|
5815
|
+
success: boolean;
|
|
5816
|
+
error: string;
|
|
5817
5817
|
ok: boolean;
|
|
5818
5818
|
channel?: {
|
|
5819
|
-
name: string;
|
|
5820
5819
|
id: string;
|
|
5820
|
+
name: string;
|
|
5821
5821
|
created: number;
|
|
5822
5822
|
is_archived: boolean;
|
|
5823
5823
|
is_channel?: boolean | undefined;
|
|
@@ -5948,8 +5948,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5948
5948
|
updated: z.ZodOptional<z.ZodNumber>;
|
|
5949
5949
|
has_2fa: z.ZodOptional<z.ZodBoolean>;
|
|
5950
5950
|
}, "strip", z.ZodTypeAny, {
|
|
5951
|
-
name: string;
|
|
5952
5951
|
id: string;
|
|
5952
|
+
name: string;
|
|
5953
5953
|
color?: string | undefined;
|
|
5954
5954
|
team_id?: string | undefined;
|
|
5955
5955
|
deleted?: boolean | undefined;
|
|
@@ -5993,8 +5993,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5993
5993
|
updated?: number | undefined;
|
|
5994
5994
|
has_2fa?: boolean | undefined;
|
|
5995
5995
|
}, {
|
|
5996
|
-
name: string;
|
|
5997
5996
|
id: string;
|
|
5997
|
+
name: string;
|
|
5998
5998
|
color?: string | undefined;
|
|
5999
5999
|
team_id?: string | undefined;
|
|
6000
6000
|
deleted?: boolean | undefined;
|
|
@@ -6041,13 +6041,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6041
6041
|
error: z.ZodString;
|
|
6042
6042
|
success: z.ZodBoolean;
|
|
6043
6043
|
}, "strip", z.ZodTypeAny, {
|
|
6044
|
-
error: string;
|
|
6045
|
-
success: boolean;
|
|
6046
6044
|
operation: "get_user_info";
|
|
6045
|
+
success: boolean;
|
|
6046
|
+
error: string;
|
|
6047
6047
|
ok: boolean;
|
|
6048
6048
|
user?: {
|
|
6049
|
-
name: string;
|
|
6050
6049
|
id: string;
|
|
6050
|
+
name: string;
|
|
6051
6051
|
color?: string | undefined;
|
|
6052
6052
|
team_id?: string | undefined;
|
|
6053
6053
|
deleted?: boolean | undefined;
|
|
@@ -6092,13 +6092,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6092
6092
|
has_2fa?: boolean | undefined;
|
|
6093
6093
|
} | undefined;
|
|
6094
6094
|
}, {
|
|
6095
|
-
error: string;
|
|
6096
|
-
success: boolean;
|
|
6097
6095
|
operation: "get_user_info";
|
|
6096
|
+
success: boolean;
|
|
6097
|
+
error: string;
|
|
6098
6098
|
ok: boolean;
|
|
6099
6099
|
user?: {
|
|
6100
|
-
name: string;
|
|
6101
6100
|
id: string;
|
|
6101
|
+
name: string;
|
|
6102
6102
|
color?: string | undefined;
|
|
6103
6103
|
team_id?: string | undefined;
|
|
6104
6104
|
deleted?: boolean | undefined;
|
|
@@ -6241,8 +6241,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6241
6241
|
updated: z.ZodOptional<z.ZodNumber>;
|
|
6242
6242
|
has_2fa: z.ZodOptional<z.ZodBoolean>;
|
|
6243
6243
|
}, "strip", z.ZodTypeAny, {
|
|
6244
|
-
name: string;
|
|
6245
6244
|
id: string;
|
|
6245
|
+
name: string;
|
|
6246
6246
|
color?: string | undefined;
|
|
6247
6247
|
team_id?: string | undefined;
|
|
6248
6248
|
deleted?: boolean | undefined;
|
|
@@ -6286,8 +6286,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6286
6286
|
updated?: number | undefined;
|
|
6287
6287
|
has_2fa?: boolean | undefined;
|
|
6288
6288
|
}, {
|
|
6289
|
-
name: string;
|
|
6290
6289
|
id: string;
|
|
6290
|
+
name: string;
|
|
6291
6291
|
color?: string | undefined;
|
|
6292
6292
|
team_id?: string | undefined;
|
|
6293
6293
|
deleted?: boolean | undefined;
|
|
@@ -6341,16 +6341,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6341
6341
|
error: z.ZodString;
|
|
6342
6342
|
success: z.ZodBoolean;
|
|
6343
6343
|
}, "strip", z.ZodTypeAny, {
|
|
6344
|
-
error: string;
|
|
6345
|
-
success: boolean;
|
|
6346
6344
|
operation: "list_users";
|
|
6345
|
+
success: boolean;
|
|
6346
|
+
error: string;
|
|
6347
6347
|
ok: boolean;
|
|
6348
6348
|
response_metadata?: {
|
|
6349
6349
|
next_cursor: string;
|
|
6350
6350
|
} | undefined;
|
|
6351
6351
|
members?: {
|
|
6352
|
-
name: string;
|
|
6353
6352
|
id: string;
|
|
6353
|
+
name: string;
|
|
6354
6354
|
color?: string | undefined;
|
|
6355
6355
|
team_id?: string | undefined;
|
|
6356
6356
|
deleted?: boolean | undefined;
|
|
@@ -6395,16 +6395,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6395
6395
|
has_2fa?: boolean | undefined;
|
|
6396
6396
|
}[] | undefined;
|
|
6397
6397
|
}, {
|
|
6398
|
-
error: string;
|
|
6399
|
-
success: boolean;
|
|
6400
6398
|
operation: "list_users";
|
|
6399
|
+
success: boolean;
|
|
6400
|
+
error: string;
|
|
6401
6401
|
ok: boolean;
|
|
6402
6402
|
response_metadata?: {
|
|
6403
6403
|
next_cursor: string;
|
|
6404
6404
|
} | undefined;
|
|
6405
6405
|
members?: {
|
|
6406
|
-
name: string;
|
|
6407
6406
|
id: string;
|
|
6407
|
+
name: string;
|
|
6408
6408
|
color?: string | undefined;
|
|
6409
6409
|
team_id?: string | undefined;
|
|
6410
6410
|
deleted?: boolean | undefined;
|
|
@@ -6506,8 +6506,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6506
6506
|
permalink: z.ZodOptional<z.ZodString>;
|
|
6507
6507
|
}, "strip", z.ZodTypeAny, {
|
|
6508
6508
|
id: string;
|
|
6509
|
-
title?: string | undefined;
|
|
6510
6509
|
name?: string | undefined;
|
|
6510
|
+
title?: string | undefined;
|
|
6511
6511
|
user?: string | undefined;
|
|
6512
6512
|
mimetype?: string | undefined;
|
|
6513
6513
|
filetype?: string | undefined;
|
|
@@ -6522,8 +6522,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6522
6522
|
permalink?: string | undefined;
|
|
6523
6523
|
}, {
|
|
6524
6524
|
id: string;
|
|
6525
|
-
title?: string | undefined;
|
|
6526
6525
|
name?: string | undefined;
|
|
6526
|
+
title?: string | undefined;
|
|
6527
6527
|
user?: string | undefined;
|
|
6528
6528
|
mimetype?: string | undefined;
|
|
6529
6529
|
filetype?: string | undefined;
|
|
@@ -6541,8 +6541,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6541
6541
|
type: string;
|
|
6542
6542
|
user?: string | undefined;
|
|
6543
6543
|
text?: string | undefined;
|
|
6544
|
-
username?: string | undefined;
|
|
6545
6544
|
ts?: string | undefined;
|
|
6545
|
+
username?: string | undefined;
|
|
6546
6546
|
attachments?: unknown[] | undefined;
|
|
6547
6547
|
blocks?: unknown[] | undefined;
|
|
6548
6548
|
thread_ts?: string | undefined;
|
|
@@ -6564,8 +6564,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6564
6564
|
}[] | undefined;
|
|
6565
6565
|
files?: {
|
|
6566
6566
|
id: string;
|
|
6567
|
-
title?: string | undefined;
|
|
6568
6567
|
name?: string | undefined;
|
|
6568
|
+
title?: string | undefined;
|
|
6569
6569
|
user?: string | undefined;
|
|
6570
6570
|
mimetype?: string | undefined;
|
|
6571
6571
|
filetype?: string | undefined;
|
|
@@ -6583,8 +6583,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6583
6583
|
type: string;
|
|
6584
6584
|
user?: string | undefined;
|
|
6585
6585
|
text?: string | undefined;
|
|
6586
|
-
username?: string | undefined;
|
|
6587
6586
|
ts?: string | undefined;
|
|
6587
|
+
username?: string | undefined;
|
|
6588
6588
|
attachments?: unknown[] | undefined;
|
|
6589
6589
|
blocks?: unknown[] | undefined;
|
|
6590
6590
|
thread_ts?: string | undefined;
|
|
@@ -6606,8 +6606,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6606
6606
|
}[] | undefined;
|
|
6607
6607
|
files?: {
|
|
6608
6608
|
id: string;
|
|
6609
|
-
title?: string | undefined;
|
|
6610
6609
|
name?: string | undefined;
|
|
6610
|
+
title?: string | undefined;
|
|
6611
6611
|
user?: string | undefined;
|
|
6612
6612
|
mimetype?: string | undefined;
|
|
6613
6613
|
filetype?: string | undefined;
|
|
@@ -6633,16 +6633,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6633
6633
|
error: z.ZodString;
|
|
6634
6634
|
success: z.ZodBoolean;
|
|
6635
6635
|
}, "strip", z.ZodTypeAny, {
|
|
6636
|
-
error: string;
|
|
6637
|
-
success: boolean;
|
|
6638
6636
|
operation: "get_conversation_history";
|
|
6637
|
+
success: boolean;
|
|
6638
|
+
error: string;
|
|
6639
6639
|
ok: boolean;
|
|
6640
6640
|
messages?: {
|
|
6641
6641
|
type: string;
|
|
6642
6642
|
user?: string | undefined;
|
|
6643
6643
|
text?: string | undefined;
|
|
6644
|
-
username?: string | undefined;
|
|
6645
6644
|
ts?: string | undefined;
|
|
6645
|
+
username?: string | undefined;
|
|
6646
6646
|
attachments?: unknown[] | undefined;
|
|
6647
6647
|
blocks?: unknown[] | undefined;
|
|
6648
6648
|
thread_ts?: string | undefined;
|
|
@@ -6664,8 +6664,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6664
6664
|
}[] | undefined;
|
|
6665
6665
|
files?: {
|
|
6666
6666
|
id: string;
|
|
6667
|
-
title?: string | undefined;
|
|
6668
6667
|
name?: string | undefined;
|
|
6668
|
+
title?: string | undefined;
|
|
6669
6669
|
user?: string | undefined;
|
|
6670
6670
|
mimetype?: string | undefined;
|
|
6671
6671
|
filetype?: string | undefined;
|
|
@@ -6685,16 +6685,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6685
6685
|
} | undefined;
|
|
6686
6686
|
has_more?: boolean | undefined;
|
|
6687
6687
|
}, {
|
|
6688
|
-
error: string;
|
|
6689
|
-
success: boolean;
|
|
6690
6688
|
operation: "get_conversation_history";
|
|
6689
|
+
success: boolean;
|
|
6690
|
+
error: string;
|
|
6691
6691
|
ok: boolean;
|
|
6692
6692
|
messages?: {
|
|
6693
6693
|
type: string;
|
|
6694
6694
|
user?: string | undefined;
|
|
6695
6695
|
text?: string | undefined;
|
|
6696
|
-
username?: string | undefined;
|
|
6697
6696
|
ts?: string | undefined;
|
|
6697
|
+
username?: string | undefined;
|
|
6698
6698
|
attachments?: unknown[] | undefined;
|
|
6699
6699
|
blocks?: unknown[] | undefined;
|
|
6700
6700
|
thread_ts?: string | undefined;
|
|
@@ -6716,8 +6716,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6716
6716
|
}[] | undefined;
|
|
6717
6717
|
files?: {
|
|
6718
6718
|
id: string;
|
|
6719
|
-
title?: string | undefined;
|
|
6720
6719
|
name?: string | undefined;
|
|
6720
|
+
title?: string | undefined;
|
|
6721
6721
|
user?: string | undefined;
|
|
6722
6722
|
mimetype?: string | undefined;
|
|
6723
6723
|
filetype?: string | undefined;
|
|
@@ -6794,8 +6794,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6794
6794
|
permalink: z.ZodOptional<z.ZodString>;
|
|
6795
6795
|
}, "strip", z.ZodTypeAny, {
|
|
6796
6796
|
id: string;
|
|
6797
|
-
title?: string | undefined;
|
|
6798
6797
|
name?: string | undefined;
|
|
6798
|
+
title?: string | undefined;
|
|
6799
6799
|
user?: string | undefined;
|
|
6800
6800
|
mimetype?: string | undefined;
|
|
6801
6801
|
filetype?: string | undefined;
|
|
@@ -6810,8 +6810,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6810
6810
|
permalink?: string | undefined;
|
|
6811
6811
|
}, {
|
|
6812
6812
|
id: string;
|
|
6813
|
-
title?: string | undefined;
|
|
6814
6813
|
name?: string | undefined;
|
|
6814
|
+
title?: string | undefined;
|
|
6815
6815
|
user?: string | undefined;
|
|
6816
6816
|
mimetype?: string | undefined;
|
|
6817
6817
|
filetype?: string | undefined;
|
|
@@ -6829,8 +6829,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6829
6829
|
type: string;
|
|
6830
6830
|
user?: string | undefined;
|
|
6831
6831
|
text?: string | undefined;
|
|
6832
|
-
username?: string | undefined;
|
|
6833
6832
|
ts?: string | undefined;
|
|
6833
|
+
username?: string | undefined;
|
|
6834
6834
|
attachments?: unknown[] | undefined;
|
|
6835
6835
|
blocks?: unknown[] | undefined;
|
|
6836
6836
|
thread_ts?: string | undefined;
|
|
@@ -6852,8 +6852,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6852
6852
|
}[] | undefined;
|
|
6853
6853
|
files?: {
|
|
6854
6854
|
id: string;
|
|
6855
|
-
title?: string | undefined;
|
|
6856
6855
|
name?: string | undefined;
|
|
6856
|
+
title?: string | undefined;
|
|
6857
6857
|
user?: string | undefined;
|
|
6858
6858
|
mimetype?: string | undefined;
|
|
6859
6859
|
filetype?: string | undefined;
|
|
@@ -6871,8 +6871,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6871
6871
|
type: string;
|
|
6872
6872
|
user?: string | undefined;
|
|
6873
6873
|
text?: string | undefined;
|
|
6874
|
-
username?: string | undefined;
|
|
6875
6874
|
ts?: string | undefined;
|
|
6875
|
+
username?: string | undefined;
|
|
6876
6876
|
attachments?: unknown[] | undefined;
|
|
6877
6877
|
blocks?: unknown[] | undefined;
|
|
6878
6878
|
thread_ts?: string | undefined;
|
|
@@ -6894,8 +6894,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6894
6894
|
}[] | undefined;
|
|
6895
6895
|
files?: {
|
|
6896
6896
|
id: string;
|
|
6897
|
-
title?: string | undefined;
|
|
6898
6897
|
name?: string | undefined;
|
|
6898
|
+
title?: string | undefined;
|
|
6899
6899
|
user?: string | undefined;
|
|
6900
6900
|
mimetype?: string | undefined;
|
|
6901
6901
|
filetype?: string | undefined;
|
|
@@ -6921,16 +6921,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6921
6921
|
error: z.ZodString;
|
|
6922
6922
|
success: z.ZodBoolean;
|
|
6923
6923
|
}, "strip", z.ZodTypeAny, {
|
|
6924
|
-
error: string;
|
|
6925
|
-
success: boolean;
|
|
6926
6924
|
operation: "get_thread_replies";
|
|
6925
|
+
success: boolean;
|
|
6926
|
+
error: string;
|
|
6927
6927
|
ok: boolean;
|
|
6928
6928
|
messages?: {
|
|
6929
6929
|
type: string;
|
|
6930
6930
|
user?: string | undefined;
|
|
6931
6931
|
text?: string | undefined;
|
|
6932
|
-
username?: string | undefined;
|
|
6933
6932
|
ts?: string | undefined;
|
|
6933
|
+
username?: string | undefined;
|
|
6934
6934
|
attachments?: unknown[] | undefined;
|
|
6935
6935
|
blocks?: unknown[] | undefined;
|
|
6936
6936
|
thread_ts?: string | undefined;
|
|
@@ -6952,8 +6952,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6952
6952
|
}[] | undefined;
|
|
6953
6953
|
files?: {
|
|
6954
6954
|
id: string;
|
|
6955
|
-
title?: string | undefined;
|
|
6956
6955
|
name?: string | undefined;
|
|
6956
|
+
title?: string | undefined;
|
|
6957
6957
|
user?: string | undefined;
|
|
6958
6958
|
mimetype?: string | undefined;
|
|
6959
6959
|
filetype?: string | undefined;
|
|
@@ -6973,16 +6973,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6973
6973
|
} | undefined;
|
|
6974
6974
|
has_more?: boolean | undefined;
|
|
6975
6975
|
}, {
|
|
6976
|
-
error: string;
|
|
6977
|
-
success: boolean;
|
|
6978
6976
|
operation: "get_thread_replies";
|
|
6977
|
+
success: boolean;
|
|
6978
|
+
error: string;
|
|
6979
6979
|
ok: boolean;
|
|
6980
6980
|
messages?: {
|
|
6981
6981
|
type: string;
|
|
6982
6982
|
user?: string | undefined;
|
|
6983
6983
|
text?: string | undefined;
|
|
6984
|
-
username?: string | undefined;
|
|
6985
6984
|
ts?: string | undefined;
|
|
6985
|
+
username?: string | undefined;
|
|
6986
6986
|
attachments?: unknown[] | undefined;
|
|
6987
6987
|
blocks?: unknown[] | undefined;
|
|
6988
6988
|
thread_ts?: string | undefined;
|
|
@@ -7004,8 +7004,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7004
7004
|
}[] | undefined;
|
|
7005
7005
|
files?: {
|
|
7006
7006
|
id: string;
|
|
7007
|
-
title?: string | undefined;
|
|
7008
7007
|
name?: string | undefined;
|
|
7008
|
+
title?: string | undefined;
|
|
7009
7009
|
user?: string | undefined;
|
|
7010
7010
|
mimetype?: string | undefined;
|
|
7011
7011
|
filetype?: string | undefined;
|
|
@@ -7085,8 +7085,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7085
7085
|
permalink: z.ZodOptional<z.ZodString>;
|
|
7086
7086
|
}, "strip", z.ZodTypeAny, {
|
|
7087
7087
|
id: string;
|
|
7088
|
-
title?: string | undefined;
|
|
7089
7088
|
name?: string | undefined;
|
|
7089
|
+
title?: string | undefined;
|
|
7090
7090
|
user?: string | undefined;
|
|
7091
7091
|
mimetype?: string | undefined;
|
|
7092
7092
|
filetype?: string | undefined;
|
|
@@ -7101,8 +7101,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7101
7101
|
permalink?: string | undefined;
|
|
7102
7102
|
}, {
|
|
7103
7103
|
id: string;
|
|
7104
|
-
title?: string | undefined;
|
|
7105
7104
|
name?: string | undefined;
|
|
7105
|
+
title?: string | undefined;
|
|
7106
7106
|
user?: string | undefined;
|
|
7107
7107
|
mimetype?: string | undefined;
|
|
7108
7108
|
filetype?: string | undefined;
|
|
@@ -7120,8 +7120,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7120
7120
|
type: string;
|
|
7121
7121
|
user?: string | undefined;
|
|
7122
7122
|
text?: string | undefined;
|
|
7123
|
-
username?: string | undefined;
|
|
7124
7123
|
ts?: string | undefined;
|
|
7124
|
+
username?: string | undefined;
|
|
7125
7125
|
attachments?: unknown[] | undefined;
|
|
7126
7126
|
blocks?: unknown[] | undefined;
|
|
7127
7127
|
thread_ts?: string | undefined;
|
|
@@ -7143,8 +7143,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7143
7143
|
}[] | undefined;
|
|
7144
7144
|
files?: {
|
|
7145
7145
|
id: string;
|
|
7146
|
-
title?: string | undefined;
|
|
7147
7146
|
name?: string | undefined;
|
|
7147
|
+
title?: string | undefined;
|
|
7148
7148
|
user?: string | undefined;
|
|
7149
7149
|
mimetype?: string | undefined;
|
|
7150
7150
|
filetype?: string | undefined;
|
|
@@ -7162,8 +7162,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7162
7162
|
type: string;
|
|
7163
7163
|
user?: string | undefined;
|
|
7164
7164
|
text?: string | undefined;
|
|
7165
|
-
username?: string | undefined;
|
|
7166
7165
|
ts?: string | undefined;
|
|
7166
|
+
username?: string | undefined;
|
|
7167
7167
|
attachments?: unknown[] | undefined;
|
|
7168
7168
|
blocks?: unknown[] | undefined;
|
|
7169
7169
|
thread_ts?: string | undefined;
|
|
@@ -7185,8 +7185,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7185
7185
|
}[] | undefined;
|
|
7186
7186
|
files?: {
|
|
7187
7187
|
id: string;
|
|
7188
|
-
title?: string | undefined;
|
|
7189
7188
|
name?: string | undefined;
|
|
7189
|
+
title?: string | undefined;
|
|
7190
7190
|
user?: string | undefined;
|
|
7191
7191
|
mimetype?: string | undefined;
|
|
7192
7192
|
filetype?: string | undefined;
|
|
@@ -7204,16 +7204,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7204
7204
|
error: z.ZodString;
|
|
7205
7205
|
success: z.ZodBoolean;
|
|
7206
7206
|
}, "strip", z.ZodTypeAny, {
|
|
7207
|
-
error: string;
|
|
7208
|
-
success: boolean;
|
|
7209
7207
|
operation: "update_message";
|
|
7208
|
+
success: boolean;
|
|
7209
|
+
error: string;
|
|
7210
7210
|
ok: boolean;
|
|
7211
7211
|
message?: {
|
|
7212
7212
|
type: string;
|
|
7213
7213
|
user?: string | undefined;
|
|
7214
7214
|
text?: string | undefined;
|
|
7215
|
-
username?: string | undefined;
|
|
7216
7215
|
ts?: string | undefined;
|
|
7216
|
+
username?: string | undefined;
|
|
7217
7217
|
attachments?: unknown[] | undefined;
|
|
7218
7218
|
blocks?: unknown[] | undefined;
|
|
7219
7219
|
thread_ts?: string | undefined;
|
|
@@ -7235,8 +7235,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7235
7235
|
}[] | undefined;
|
|
7236
7236
|
files?: {
|
|
7237
7237
|
id: string;
|
|
7238
|
-
title?: string | undefined;
|
|
7239
7238
|
name?: string | undefined;
|
|
7239
|
+
title?: string | undefined;
|
|
7240
7240
|
user?: string | undefined;
|
|
7241
7241
|
mimetype?: string | undefined;
|
|
7242
7242
|
filetype?: string | undefined;
|
|
@@ -7252,19 +7252,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7252
7252
|
}[] | undefined;
|
|
7253
7253
|
} | undefined;
|
|
7254
7254
|
text?: string | undefined;
|
|
7255
|
-
channel?: string | undefined;
|
|
7256
7255
|
ts?: string | undefined;
|
|
7256
|
+
channel?: string | undefined;
|
|
7257
7257
|
}, {
|
|
7258
|
-
error: string;
|
|
7259
|
-
success: boolean;
|
|
7260
7258
|
operation: "update_message";
|
|
7259
|
+
success: boolean;
|
|
7260
|
+
error: string;
|
|
7261
7261
|
ok: boolean;
|
|
7262
7262
|
message?: {
|
|
7263
7263
|
type: string;
|
|
7264
7264
|
user?: string | undefined;
|
|
7265
7265
|
text?: string | undefined;
|
|
7266
|
-
username?: string | undefined;
|
|
7267
7266
|
ts?: string | undefined;
|
|
7267
|
+
username?: string | undefined;
|
|
7268
7268
|
attachments?: unknown[] | undefined;
|
|
7269
7269
|
blocks?: unknown[] | undefined;
|
|
7270
7270
|
thread_ts?: string | undefined;
|
|
@@ -7286,8 +7286,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7286
7286
|
}[] | undefined;
|
|
7287
7287
|
files?: {
|
|
7288
7288
|
id: string;
|
|
7289
|
-
title?: string | undefined;
|
|
7290
7289
|
name?: string | undefined;
|
|
7290
|
+
title?: string | undefined;
|
|
7291
7291
|
user?: string | undefined;
|
|
7292
7292
|
mimetype?: string | undefined;
|
|
7293
7293
|
filetype?: string | undefined;
|
|
@@ -7303,8 +7303,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7303
7303
|
}[] | undefined;
|
|
7304
7304
|
} | undefined;
|
|
7305
7305
|
text?: string | undefined;
|
|
7306
|
-
channel?: string | undefined;
|
|
7307
7306
|
ts?: string | undefined;
|
|
7307
|
+
channel?: string | undefined;
|
|
7308
7308
|
}>, z.ZodObject<{
|
|
7309
7309
|
operation: z.ZodLiteral<"delete_message">;
|
|
7310
7310
|
ok: z.ZodBoolean;
|
|
@@ -7313,33 +7313,33 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7313
7313
|
error: z.ZodString;
|
|
7314
7314
|
success: z.ZodBoolean;
|
|
7315
7315
|
}, "strip", z.ZodTypeAny, {
|
|
7316
|
-
error: string;
|
|
7317
|
-
success: boolean;
|
|
7318
7316
|
operation: "delete_message";
|
|
7317
|
+
success: boolean;
|
|
7318
|
+
error: string;
|
|
7319
7319
|
ok: boolean;
|
|
7320
|
-
channel?: string | undefined;
|
|
7321
7320
|
ts?: string | undefined;
|
|
7321
|
+
channel?: string | undefined;
|
|
7322
7322
|
}, {
|
|
7323
|
-
error: string;
|
|
7324
|
-
success: boolean;
|
|
7325
7323
|
operation: "delete_message";
|
|
7324
|
+
success: boolean;
|
|
7325
|
+
error: string;
|
|
7326
7326
|
ok: boolean;
|
|
7327
|
-
channel?: string | undefined;
|
|
7328
7327
|
ts?: string | undefined;
|
|
7328
|
+
channel?: string | undefined;
|
|
7329
7329
|
}>, z.ZodObject<{
|
|
7330
7330
|
operation: z.ZodLiteral<"add_reaction">;
|
|
7331
7331
|
ok: z.ZodBoolean;
|
|
7332
7332
|
error: z.ZodString;
|
|
7333
7333
|
success: z.ZodBoolean;
|
|
7334
7334
|
}, "strip", z.ZodTypeAny, {
|
|
7335
|
-
error: string;
|
|
7336
|
-
success: boolean;
|
|
7337
7335
|
operation: "add_reaction";
|
|
7336
|
+
success: boolean;
|
|
7337
|
+
error: string;
|
|
7338
7338
|
ok: boolean;
|
|
7339
7339
|
}, {
|
|
7340
|
-
error: string;
|
|
7341
|
-
success: boolean;
|
|
7342
7340
|
operation: "add_reaction";
|
|
7341
|
+
success: boolean;
|
|
7342
|
+
error: string;
|
|
7343
7343
|
ok: boolean;
|
|
7344
7344
|
}>, z.ZodObject<{
|
|
7345
7345
|
operation: z.ZodLiteral<"remove_reaction">;
|
|
@@ -7347,14 +7347,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7347
7347
|
error: z.ZodString;
|
|
7348
7348
|
success: z.ZodBoolean;
|
|
7349
7349
|
}, "strip", z.ZodTypeAny, {
|
|
7350
|
-
error: string;
|
|
7351
|
-
success: boolean;
|
|
7352
7350
|
operation: "remove_reaction";
|
|
7351
|
+
success: boolean;
|
|
7352
|
+
error: string;
|
|
7353
7353
|
ok: boolean;
|
|
7354
7354
|
}, {
|
|
7355
|
-
error: string;
|
|
7356
|
-
success: boolean;
|
|
7357
7355
|
operation: "remove_reaction";
|
|
7356
|
+
success: boolean;
|
|
7357
|
+
error: string;
|
|
7358
7358
|
ok: boolean;
|
|
7359
7359
|
}>, z.ZodObject<{
|
|
7360
7360
|
operation: z.ZodLiteral<"join_channel">;
|
|
@@ -7409,8 +7409,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7409
7409
|
}>>;
|
|
7410
7410
|
num_members: z.ZodOptional<z.ZodNumber>;
|
|
7411
7411
|
}, "strip", z.ZodTypeAny, {
|
|
7412
|
-
name: string;
|
|
7413
7412
|
id: string;
|
|
7413
|
+
name: string;
|
|
7414
7414
|
created: number;
|
|
7415
7415
|
is_archived: boolean;
|
|
7416
7416
|
is_channel?: boolean | undefined;
|
|
@@ -7442,8 +7442,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7442
7442
|
} | undefined;
|
|
7443
7443
|
num_members?: number | undefined;
|
|
7444
7444
|
}, {
|
|
7445
|
-
name: string;
|
|
7446
7445
|
id: string;
|
|
7446
|
+
name: string;
|
|
7447
7447
|
created: number;
|
|
7448
7448
|
is_archived: boolean;
|
|
7449
7449
|
is_channel?: boolean | undefined;
|
|
@@ -7479,13 +7479,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7479
7479
|
error: z.ZodString;
|
|
7480
7480
|
success: z.ZodBoolean;
|
|
7481
7481
|
}, "strip", z.ZodTypeAny, {
|
|
7482
|
-
error: string;
|
|
7483
|
-
success: boolean;
|
|
7484
7482
|
operation: "join_channel";
|
|
7483
|
+
success: boolean;
|
|
7484
|
+
error: string;
|
|
7485
7485
|
ok: boolean;
|
|
7486
7486
|
channel?: {
|
|
7487
|
-
name: string;
|
|
7488
7487
|
id: string;
|
|
7488
|
+
name: string;
|
|
7489
7489
|
created: number;
|
|
7490
7490
|
is_archived: boolean;
|
|
7491
7491
|
is_channel?: boolean | undefined;
|
|
@@ -7519,13 +7519,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7519
7519
|
} | undefined;
|
|
7520
7520
|
already_in_channel?: boolean | undefined;
|
|
7521
7521
|
}, {
|
|
7522
|
-
error: string;
|
|
7523
|
-
success: boolean;
|
|
7524
7522
|
operation: "join_channel";
|
|
7523
|
+
success: boolean;
|
|
7524
|
+
error: string;
|
|
7525
7525
|
ok: boolean;
|
|
7526
7526
|
channel?: {
|
|
7527
|
-
name: string;
|
|
7528
7527
|
id: string;
|
|
7528
|
+
name: string;
|
|
7529
7529
|
created: number;
|
|
7530
7530
|
is_archived: boolean;
|
|
7531
7531
|
is_channel?: boolean | undefined;
|
|
@@ -7594,17 +7594,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7594
7594
|
team_id: z.ZodString;
|
|
7595
7595
|
}, "strip", z.ZodTypeAny, {
|
|
7596
7596
|
ts: string;
|
|
7597
|
+
team_id: string;
|
|
7597
7598
|
reply_count: number;
|
|
7598
7599
|
reply_users_count: number;
|
|
7599
7600
|
reply_users: string[];
|
|
7600
|
-
team_id: string;
|
|
7601
7601
|
channel_name: string;
|
|
7602
7602
|
}, {
|
|
7603
7603
|
ts: string;
|
|
7604
|
+
team_id: string;
|
|
7604
7605
|
reply_count: number;
|
|
7605
7606
|
reply_users_count: number;
|
|
7606
7607
|
reply_users: string[];
|
|
7607
|
-
team_id: string;
|
|
7608
7608
|
channel_name: string;
|
|
7609
7609
|
}>, "many">>>;
|
|
7610
7610
|
private: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
@@ -7616,51 +7616,51 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7616
7616
|
team_id: z.ZodString;
|
|
7617
7617
|
}, "strip", z.ZodTypeAny, {
|
|
7618
7618
|
ts: string;
|
|
7619
|
+
team_id: string;
|
|
7619
7620
|
reply_count: number;
|
|
7620
7621
|
reply_users_count: number;
|
|
7621
7622
|
reply_users: string[];
|
|
7622
|
-
team_id: string;
|
|
7623
7623
|
channel_name: string;
|
|
7624
7624
|
}, {
|
|
7625
7625
|
ts: string;
|
|
7626
|
+
team_id: string;
|
|
7626
7627
|
reply_count: number;
|
|
7627
7628
|
reply_users_count: number;
|
|
7628
7629
|
reply_users: string[];
|
|
7629
|
-
team_id: string;
|
|
7630
7630
|
channel_name: string;
|
|
7631
7631
|
}>, "many">>>;
|
|
7632
7632
|
}, "strip", z.ZodTypeAny, {
|
|
7633
7633
|
public?: Record<string, {
|
|
7634
7634
|
ts: string;
|
|
7635
|
+
team_id: string;
|
|
7635
7636
|
reply_count: number;
|
|
7636
7637
|
reply_users_count: number;
|
|
7637
7638
|
reply_users: string[];
|
|
7638
|
-
team_id: string;
|
|
7639
7639
|
channel_name: string;
|
|
7640
7640
|
}[]> | undefined;
|
|
7641
7641
|
private?: Record<string, {
|
|
7642
7642
|
ts: string;
|
|
7643
|
+
team_id: string;
|
|
7643
7644
|
reply_count: number;
|
|
7644
7645
|
reply_users_count: number;
|
|
7645
7646
|
reply_users: string[];
|
|
7646
|
-
team_id: string;
|
|
7647
7647
|
channel_name: string;
|
|
7648
7648
|
}[]> | undefined;
|
|
7649
7649
|
}, {
|
|
7650
7650
|
public?: Record<string, {
|
|
7651
7651
|
ts: string;
|
|
7652
|
+
team_id: string;
|
|
7652
7653
|
reply_count: number;
|
|
7653
7654
|
reply_users_count: number;
|
|
7654
7655
|
reply_users: string[];
|
|
7655
|
-
team_id: string;
|
|
7656
7656
|
channel_name: string;
|
|
7657
7657
|
}[]> | undefined;
|
|
7658
7658
|
private?: Record<string, {
|
|
7659
7659
|
ts: string;
|
|
7660
|
+
team_id: string;
|
|
7660
7661
|
reply_count: number;
|
|
7661
7662
|
reply_users_count: number;
|
|
7662
7663
|
reply_users: string[];
|
|
7663
|
-
team_id: string;
|
|
7664
7664
|
channel_name: string;
|
|
7665
7665
|
}[]> | undefined;
|
|
7666
7666
|
}>>;
|
|
@@ -7669,18 +7669,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7669
7669
|
ims: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7670
7670
|
has_rich_preview: z.ZodOptional<z.ZodBoolean>;
|
|
7671
7671
|
}, "strip", z.ZodTypeAny, {
|
|
7672
|
-
name: string;
|
|
7673
7672
|
id: string;
|
|
7673
|
+
name: string;
|
|
7674
7674
|
user: string;
|
|
7675
7675
|
username: string;
|
|
7676
7676
|
timestamp: number;
|
|
7677
|
+
created: number;
|
|
7677
7678
|
mimetype: string;
|
|
7678
7679
|
filetype: string;
|
|
7679
7680
|
size: number;
|
|
7680
7681
|
url_private: string;
|
|
7681
7682
|
url_private_download: string;
|
|
7682
7683
|
permalink: string;
|
|
7683
|
-
created: number;
|
|
7684
7684
|
pretty_type: string;
|
|
7685
7685
|
editable: boolean;
|
|
7686
7686
|
mode: string;
|
|
@@ -7695,18 +7695,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7695
7695
|
shares?: {
|
|
7696
7696
|
public?: Record<string, {
|
|
7697
7697
|
ts: string;
|
|
7698
|
+
team_id: string;
|
|
7698
7699
|
reply_count: number;
|
|
7699
7700
|
reply_users_count: number;
|
|
7700
7701
|
reply_users: string[];
|
|
7701
|
-
team_id: string;
|
|
7702
7702
|
channel_name: string;
|
|
7703
7703
|
}[]> | undefined;
|
|
7704
7704
|
private?: Record<string, {
|
|
7705
7705
|
ts: string;
|
|
7706
|
+
team_id: string;
|
|
7706
7707
|
reply_count: number;
|
|
7707
7708
|
reply_users_count: number;
|
|
7708
7709
|
reply_users: string[];
|
|
7709
|
-
team_id: string;
|
|
7710
7710
|
channel_name: string;
|
|
7711
7711
|
}[]> | undefined;
|
|
7712
7712
|
} | undefined;
|
|
@@ -7714,18 +7714,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7714
7714
|
ims?: string[] | undefined;
|
|
7715
7715
|
has_rich_preview?: boolean | undefined;
|
|
7716
7716
|
}, {
|
|
7717
|
-
name: string;
|
|
7718
7717
|
id: string;
|
|
7718
|
+
name: string;
|
|
7719
7719
|
user: string;
|
|
7720
7720
|
username: string;
|
|
7721
7721
|
timestamp: number;
|
|
7722
|
+
created: number;
|
|
7722
7723
|
mimetype: string;
|
|
7723
7724
|
filetype: string;
|
|
7724
7725
|
size: number;
|
|
7725
7726
|
url_private: string;
|
|
7726
7727
|
url_private_download: string;
|
|
7727
7728
|
permalink: string;
|
|
7728
|
-
created: number;
|
|
7729
7729
|
pretty_type: string;
|
|
7730
7730
|
editable: boolean;
|
|
7731
7731
|
mode: string;
|
|
@@ -7740,18 +7740,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7740
7740
|
shares?: {
|
|
7741
7741
|
public?: Record<string, {
|
|
7742
7742
|
ts: string;
|
|
7743
|
+
team_id: string;
|
|
7743
7744
|
reply_count: number;
|
|
7744
7745
|
reply_users_count: number;
|
|
7745
7746
|
reply_users: string[];
|
|
7746
|
-
team_id: string;
|
|
7747
7747
|
channel_name: string;
|
|
7748
7748
|
}[]> | undefined;
|
|
7749
7749
|
private?: Record<string, {
|
|
7750
7750
|
ts: string;
|
|
7751
|
+
team_id: string;
|
|
7751
7752
|
reply_count: number;
|
|
7752
7753
|
reply_users_count: number;
|
|
7753
7754
|
reply_users: string[];
|
|
7754
|
-
team_id: string;
|
|
7755
7755
|
channel_name: string;
|
|
7756
7756
|
}[]> | undefined;
|
|
7757
7757
|
} | undefined;
|
|
@@ -7762,23 +7762,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7762
7762
|
error: z.ZodString;
|
|
7763
7763
|
success: z.ZodBoolean;
|
|
7764
7764
|
}, "strip", z.ZodTypeAny, {
|
|
7765
|
-
error: string;
|
|
7766
|
-
success: boolean;
|
|
7767
7765
|
operation: "upload_file";
|
|
7766
|
+
success: boolean;
|
|
7767
|
+
error: string;
|
|
7768
7768
|
ok: boolean;
|
|
7769
7769
|
file?: {
|
|
7770
|
-
name: string;
|
|
7771
7770
|
id: string;
|
|
7771
|
+
name: string;
|
|
7772
7772
|
user: string;
|
|
7773
7773
|
username: string;
|
|
7774
7774
|
timestamp: number;
|
|
7775
|
+
created: number;
|
|
7775
7776
|
mimetype: string;
|
|
7776
7777
|
filetype: string;
|
|
7777
7778
|
size: number;
|
|
7778
7779
|
url_private: string;
|
|
7779
7780
|
url_private_download: string;
|
|
7780
7781
|
permalink: string;
|
|
7781
|
-
created: number;
|
|
7782
7782
|
pretty_type: string;
|
|
7783
7783
|
editable: boolean;
|
|
7784
7784
|
mode: string;
|
|
@@ -7793,18 +7793,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7793
7793
|
shares?: {
|
|
7794
7794
|
public?: Record<string, {
|
|
7795
7795
|
ts: string;
|
|
7796
|
+
team_id: string;
|
|
7796
7797
|
reply_count: number;
|
|
7797
7798
|
reply_users_count: number;
|
|
7798
7799
|
reply_users: string[];
|
|
7799
|
-
team_id: string;
|
|
7800
7800
|
channel_name: string;
|
|
7801
7801
|
}[]> | undefined;
|
|
7802
7802
|
private?: Record<string, {
|
|
7803
7803
|
ts: string;
|
|
7804
|
+
team_id: string;
|
|
7804
7805
|
reply_count: number;
|
|
7805
7806
|
reply_users_count: number;
|
|
7806
7807
|
reply_users: string[];
|
|
7807
|
-
team_id: string;
|
|
7808
7808
|
channel_name: string;
|
|
7809
7809
|
}[]> | undefined;
|
|
7810
7810
|
} | undefined;
|
|
@@ -7813,23 +7813,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7813
7813
|
has_rich_preview?: boolean | undefined;
|
|
7814
7814
|
} | undefined;
|
|
7815
7815
|
}, {
|
|
7816
|
-
error: string;
|
|
7817
|
-
success: boolean;
|
|
7818
7816
|
operation: "upload_file";
|
|
7817
|
+
success: boolean;
|
|
7818
|
+
error: string;
|
|
7819
7819
|
ok: boolean;
|
|
7820
7820
|
file?: {
|
|
7821
|
-
name: string;
|
|
7822
7821
|
id: string;
|
|
7822
|
+
name: string;
|
|
7823
7823
|
user: string;
|
|
7824
7824
|
username: string;
|
|
7825
7825
|
timestamp: number;
|
|
7826
|
+
created: number;
|
|
7826
7827
|
mimetype: string;
|
|
7827
7828
|
filetype: string;
|
|
7828
7829
|
size: number;
|
|
7829
7830
|
url_private: string;
|
|
7830
7831
|
url_private_download: string;
|
|
7831
7832
|
permalink: string;
|
|
7832
|
-
created: number;
|
|
7833
7833
|
pretty_type: string;
|
|
7834
7834
|
editable: boolean;
|
|
7835
7835
|
mode: string;
|
|
@@ -7844,18 +7844,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7844
7844
|
shares?: {
|
|
7845
7845
|
public?: Record<string, {
|
|
7846
7846
|
ts: string;
|
|
7847
|
+
team_id: string;
|
|
7847
7848
|
reply_count: number;
|
|
7848
7849
|
reply_users_count: number;
|
|
7849
7850
|
reply_users: string[];
|
|
7850
|
-
team_id: string;
|
|
7851
7851
|
channel_name: string;
|
|
7852
7852
|
}[]> | undefined;
|
|
7853
7853
|
private?: Record<string, {
|
|
7854
7854
|
ts: string;
|
|
7855
|
+
team_id: string;
|
|
7855
7856
|
reply_count: number;
|
|
7856
7857
|
reply_users_count: number;
|
|
7857
7858
|
reply_users: string[];
|
|
7858
|
-
team_id: string;
|
|
7859
7859
|
channel_name: string;
|
|
7860
7860
|
}[]> | undefined;
|
|
7861
7861
|
} | undefined;
|
|
@@ -7872,17 +7872,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7872
7872
|
error: z.ZodString;
|
|
7873
7873
|
success: z.ZodBoolean;
|
|
7874
7874
|
}, "strip", z.ZodTypeAny, {
|
|
7875
|
-
error: string;
|
|
7876
|
-
success: boolean;
|
|
7877
7875
|
operation: "schedule_message";
|
|
7876
|
+
success: boolean;
|
|
7877
|
+
error: string;
|
|
7878
7878
|
ok: boolean;
|
|
7879
7879
|
channel?: string | undefined;
|
|
7880
7880
|
post_at?: number | undefined;
|
|
7881
7881
|
scheduled_message_id?: string | undefined;
|
|
7882
7882
|
}, {
|
|
7883
|
-
error: string;
|
|
7884
|
-
success: boolean;
|
|
7885
7883
|
operation: "schedule_message";
|
|
7884
|
+
success: boolean;
|
|
7885
|
+
error: string;
|
|
7886
7886
|
ok: boolean;
|
|
7887
7887
|
channel?: string | undefined;
|
|
7888
7888
|
post_at?: number | undefined;
|
|
@@ -7907,8 +7907,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7907
7907
|
original_h: z.ZodOptional<z.ZodNumber>;
|
|
7908
7908
|
permalink: z.ZodOptional<z.ZodString>;
|
|
7909
7909
|
}, "strip", z.ZodTypeAny, {
|
|
7910
|
-
name: string;
|
|
7911
7910
|
id: string;
|
|
7911
|
+
name: string;
|
|
7912
7912
|
mimetype: string;
|
|
7913
7913
|
filetype: string;
|
|
7914
7914
|
size: number;
|
|
@@ -7923,8 +7923,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7923
7923
|
original_h?: number | undefined;
|
|
7924
7924
|
permalink?: string | undefined;
|
|
7925
7925
|
}, {
|
|
7926
|
-
name: string;
|
|
7927
7926
|
id: string;
|
|
7927
|
+
name: string;
|
|
7928
7928
|
mimetype: string;
|
|
7929
7929
|
filetype: string;
|
|
7930
7930
|
size: number;
|
|
@@ -7942,13 +7942,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7942
7942
|
error: z.ZodString;
|
|
7943
7943
|
success: z.ZodBoolean;
|
|
7944
7944
|
}, "strip", z.ZodTypeAny, {
|
|
7945
|
-
error: string;
|
|
7946
|
-
success: boolean;
|
|
7947
7945
|
operation: "get_file_info";
|
|
7946
|
+
success: boolean;
|
|
7947
|
+
error: string;
|
|
7948
7948
|
ok: boolean;
|
|
7949
7949
|
file?: {
|
|
7950
|
-
name: string;
|
|
7951
7950
|
id: string;
|
|
7951
|
+
name: string;
|
|
7952
7952
|
mimetype: string;
|
|
7953
7953
|
filetype: string;
|
|
7954
7954
|
size: number;
|
|
@@ -7964,13 +7964,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7964
7964
|
permalink?: string | undefined;
|
|
7965
7965
|
} | undefined;
|
|
7966
7966
|
}, {
|
|
7967
|
-
error: string;
|
|
7968
|
-
success: boolean;
|
|
7969
7967
|
operation: "get_file_info";
|
|
7968
|
+
success: boolean;
|
|
7969
|
+
error: string;
|
|
7970
7970
|
ok: boolean;
|
|
7971
7971
|
file?: {
|
|
7972
|
-
name: string;
|
|
7973
7972
|
id: string;
|
|
7973
|
+
name: string;
|
|
7974
7974
|
mimetype: string;
|
|
7975
7975
|
filetype: string;
|
|
7976
7976
|
size: number;
|
|
@@ -7995,18 +7995,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7995
7995
|
error: z.ZodString;
|
|
7996
7996
|
success: z.ZodBoolean;
|
|
7997
7997
|
}, "strip", z.ZodTypeAny, {
|
|
7998
|
-
error: string;
|
|
7999
|
-
success: boolean;
|
|
8000
7998
|
operation: "download_file";
|
|
7999
|
+
success: boolean;
|
|
8000
|
+
error: string;
|
|
8001
8001
|
ok: boolean;
|
|
8002
8002
|
content?: string | undefined;
|
|
8003
8003
|
filename?: string | undefined;
|
|
8004
8004
|
mimetype?: string | undefined;
|
|
8005
8005
|
size?: number | undefined;
|
|
8006
8006
|
}, {
|
|
8007
|
-
error: string;
|
|
8008
|
-
success: boolean;
|
|
8009
8007
|
operation: "download_file";
|
|
8008
|
+
success: boolean;
|
|
8009
|
+
error: string;
|
|
8010
8010
|
ok: boolean;
|
|
8011
8011
|
content?: string | undefined;
|
|
8012
8012
|
filename?: string | undefined;
|