@bubblelab/bubble-core 0.1.99 → 0.1.101
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 +166 -126
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
- package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
- package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +140 -140
- package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +36 -36
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
- package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +633 -633
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +68 -68
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +141 -141
- package/dist/bubbles/service-bubble/telegram.d.ts +976 -976
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
- 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 +40 -40
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +475 -475
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +166 -166
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +516 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js +317 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js.map +1 -0
- 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 +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +244 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -40,6 +40,7 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
40
40
|
title?: string | undefined;
|
|
41
41
|
text?: string | undefined;
|
|
42
42
|
image_url?: string | undefined;
|
|
43
|
+
ts?: number | undefined;
|
|
43
44
|
fields?: {
|
|
44
45
|
value: string;
|
|
45
46
|
title: string;
|
|
@@ -54,11 +55,11 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
54
55
|
thumb_url?: string | undefined;
|
|
55
56
|
footer?: string | undefined;
|
|
56
57
|
footer_icon?: string | undefined;
|
|
57
|
-
ts?: number | undefined;
|
|
58
58
|
}, {
|
|
59
59
|
title?: string | undefined;
|
|
60
60
|
text?: string | undefined;
|
|
61
61
|
image_url?: string | undefined;
|
|
62
|
+
ts?: number | undefined;
|
|
62
63
|
fields?: {
|
|
63
64
|
value: string;
|
|
64
65
|
title: string;
|
|
@@ -73,7 +74,6 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
73
74
|
thumb_url?: string | undefined;
|
|
74
75
|
footer?: string | undefined;
|
|
75
76
|
footer_icon?: string | undefined;
|
|
76
|
-
ts?: number | undefined;
|
|
77
77
|
}>, "many">>;
|
|
78
78
|
blocks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
79
79
|
type: z.ZodString;
|
|
@@ -216,6 +216,7 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
216
216
|
title?: string | undefined;
|
|
217
217
|
text?: string | undefined;
|
|
218
218
|
image_url?: string | undefined;
|
|
219
|
+
ts?: number | undefined;
|
|
219
220
|
fields?: {
|
|
220
221
|
value: string;
|
|
221
222
|
title: string;
|
|
@@ -230,7 +231,6 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
230
231
|
thumb_url?: string | undefined;
|
|
231
232
|
footer?: string | undefined;
|
|
232
233
|
footer_icon?: string | undefined;
|
|
233
|
-
ts?: number | undefined;
|
|
234
234
|
}[] | undefined;
|
|
235
235
|
blocks?: z.objectOutputType<{
|
|
236
236
|
type: z.ZodString;
|
|
@@ -286,6 +286,7 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
286
286
|
title?: string | undefined;
|
|
287
287
|
text?: string | undefined;
|
|
288
288
|
image_url?: string | undefined;
|
|
289
|
+
ts?: number | undefined;
|
|
289
290
|
fields?: {
|
|
290
291
|
value: string;
|
|
291
292
|
title: string;
|
|
@@ -300,7 +301,6 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
300
301
|
thumb_url?: string | undefined;
|
|
301
302
|
footer?: string | undefined;
|
|
302
303
|
footer_icon?: string | undefined;
|
|
303
|
-
ts?: number | undefined;
|
|
304
304
|
}[] | undefined;
|
|
305
305
|
blocks?: z.objectInputType<{
|
|
306
306
|
type: z.ZodString;
|
|
@@ -355,18 +355,18 @@ 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
|
-
|
|
358
|
+
limit: number;
|
|
359
359
|
operation: "list_channels";
|
|
360
|
+
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
360
361
|
exclude_archived: boolean;
|
|
361
|
-
limit: number;
|
|
362
362
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
363
363
|
cursor?: string | undefined;
|
|
364
364
|
}, {
|
|
365
365
|
operation: "list_channels";
|
|
366
|
-
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
367
366
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
368
|
-
exclude_archived?: boolean | undefined;
|
|
369
367
|
limit?: number | undefined;
|
|
368
|
+
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
369
|
+
exclude_archived?: boolean | undefined;
|
|
370
370
|
cursor?: string | undefined;
|
|
371
371
|
}>, z.ZodObject<{
|
|
372
372
|
operation: z.ZodLiteral<"get_channel_info">;
|
|
@@ -405,8 +405,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
405
405
|
include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
406
406
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
407
407
|
}, "strip", z.ZodTypeAny, {
|
|
408
|
-
operation: "list_users";
|
|
409
408
|
limit: number;
|
|
409
|
+
operation: "list_users";
|
|
410
410
|
include_locale: boolean;
|
|
411
411
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
412
412
|
cursor?: string | undefined;
|
|
@@ -427,22 +427,22 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
427
427
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
429
|
inclusive: boolean;
|
|
430
|
+
limit: number;
|
|
430
431
|
operation: "get_conversation_history";
|
|
431
432
|
channel: string;
|
|
432
|
-
limit: number;
|
|
433
433
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
434
|
-
cursor?: string | undefined;
|
|
435
434
|
latest?: string | undefined;
|
|
436
435
|
oldest?: string | undefined;
|
|
436
|
+
cursor?: string | undefined;
|
|
437
437
|
}, {
|
|
438
438
|
operation: "get_conversation_history";
|
|
439
439
|
channel: string;
|
|
440
440
|
inclusive?: boolean | undefined;
|
|
441
441
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
442
442
|
limit?: number | undefined;
|
|
443
|
-
cursor?: string | undefined;
|
|
444
443
|
latest?: string | undefined;
|
|
445
444
|
oldest?: string | undefined;
|
|
445
|
+
cursor?: string | undefined;
|
|
446
446
|
}>, z.ZodObject<{
|
|
447
447
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
448
448
|
channel: z.ZodString;
|
|
@@ -455,14 +455,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
455
455
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
456
456
|
}, "strip", z.ZodTypeAny, {
|
|
457
457
|
inclusive: boolean;
|
|
458
|
+
limit: number;
|
|
458
459
|
ts: string;
|
|
459
460
|
operation: "get_thread_replies";
|
|
460
461
|
channel: string;
|
|
461
|
-
limit: number;
|
|
462
462
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
463
|
-
cursor?: string | undefined;
|
|
464
463
|
latest?: string | undefined;
|
|
465
464
|
oldest?: string | undefined;
|
|
465
|
+
cursor?: string | undefined;
|
|
466
466
|
}, {
|
|
467
467
|
ts: string;
|
|
468
468
|
operation: "get_thread_replies";
|
|
@@ -470,9 +470,9 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
470
470
|
inclusive?: boolean | undefined;
|
|
471
471
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
472
472
|
limit?: number | undefined;
|
|
473
|
-
cursor?: string | undefined;
|
|
474
473
|
latest?: string | undefined;
|
|
475
474
|
oldest?: string | undefined;
|
|
475
|
+
cursor?: string | undefined;
|
|
476
476
|
}>, z.ZodObject<{
|
|
477
477
|
operation: z.ZodLiteral<"update_message">;
|
|
478
478
|
channel: z.ZodString;
|
|
@@ -509,6 +509,7 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
509
509
|
title?: string | undefined;
|
|
510
510
|
text?: string | undefined;
|
|
511
511
|
image_url?: string | undefined;
|
|
512
|
+
ts?: number | undefined;
|
|
512
513
|
fields?: {
|
|
513
514
|
value: string;
|
|
514
515
|
title: string;
|
|
@@ -523,11 +524,11 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
523
524
|
thumb_url?: string | undefined;
|
|
524
525
|
footer?: string | undefined;
|
|
525
526
|
footer_icon?: string | undefined;
|
|
526
|
-
ts?: number | undefined;
|
|
527
527
|
}, {
|
|
528
528
|
title?: string | undefined;
|
|
529
529
|
text?: string | undefined;
|
|
530
530
|
image_url?: string | undefined;
|
|
531
|
+
ts?: number | undefined;
|
|
531
532
|
fields?: {
|
|
532
533
|
value: string;
|
|
533
534
|
title: string;
|
|
@@ -542,7 +543,6 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
542
543
|
thumb_url?: string | undefined;
|
|
543
544
|
footer?: string | undefined;
|
|
544
545
|
footer_icon?: string | undefined;
|
|
545
|
-
ts?: number | undefined;
|
|
546
546
|
}>, "many">>;
|
|
547
547
|
blocks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
548
548
|
type: z.ZodString;
|
|
@@ -676,6 +676,7 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
676
676
|
title?: string | undefined;
|
|
677
677
|
text?: string | undefined;
|
|
678
678
|
image_url?: string | undefined;
|
|
679
|
+
ts?: number | undefined;
|
|
679
680
|
fields?: {
|
|
680
681
|
value: string;
|
|
681
682
|
title: string;
|
|
@@ -690,7 +691,6 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
690
691
|
thumb_url?: string | undefined;
|
|
691
692
|
footer?: string | undefined;
|
|
692
693
|
footer_icon?: string | undefined;
|
|
693
|
-
ts?: number | undefined;
|
|
694
694
|
}[] | undefined;
|
|
695
695
|
blocks?: z.objectOutputType<{
|
|
696
696
|
type: z.ZodString;
|
|
@@ -743,6 +743,7 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
743
743
|
title?: string | undefined;
|
|
744
744
|
text?: string | undefined;
|
|
745
745
|
image_url?: string | undefined;
|
|
746
|
+
ts?: number | undefined;
|
|
746
747
|
fields?: {
|
|
747
748
|
value: string;
|
|
748
749
|
title: string;
|
|
@@ -757,7 +758,6 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
757
758
|
thumb_url?: string | undefined;
|
|
758
759
|
footer?: string | undefined;
|
|
759
760
|
footer_icon?: string | undefined;
|
|
760
|
-
ts?: number | undefined;
|
|
761
761
|
}[] | undefined;
|
|
762
762
|
blocks?: z.objectInputType<{
|
|
763
763
|
type: z.ZodString;
|
|
@@ -823,15 +823,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
823
823
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
824
824
|
}, "strip", z.ZodTypeAny, {
|
|
825
825
|
name: string;
|
|
826
|
+
timestamp: string;
|
|
826
827
|
operation: "add_reaction";
|
|
827
828
|
channel: string;
|
|
828
|
-
timestamp: string;
|
|
829
829
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
830
830
|
}, {
|
|
831
831
|
name: string;
|
|
832
|
+
timestamp: string;
|
|
832
833
|
operation: "add_reaction";
|
|
833
834
|
channel: string;
|
|
834
|
-
timestamp: string;
|
|
835
835
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
836
836
|
}>, z.ZodObject<{
|
|
837
837
|
operation: z.ZodLiteral<"remove_reaction">;
|
|
@@ -841,15 +841,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
841
841
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
842
842
|
}, "strip", z.ZodTypeAny, {
|
|
843
843
|
name: string;
|
|
844
|
+
timestamp: string;
|
|
844
845
|
operation: "remove_reaction";
|
|
845
846
|
channel: string;
|
|
846
|
-
timestamp: string;
|
|
847
847
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
848
848
|
}, {
|
|
849
849
|
name: string;
|
|
850
|
+
timestamp: string;
|
|
850
851
|
operation: "remove_reaction";
|
|
851
852
|
channel: string;
|
|
852
|
-
timestamp: string;
|
|
853
853
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
854
854
|
}>, z.ZodObject<{
|
|
855
855
|
operation: z.ZodLiteral<"join_channel">;
|
|
@@ -1183,12 +1183,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1183
1183
|
count: z.ZodNumber;
|
|
1184
1184
|
}, "strip", z.ZodTypeAny, {
|
|
1185
1185
|
name: string;
|
|
1186
|
-
users: string[];
|
|
1187
1186
|
count: number;
|
|
1187
|
+
users: string[];
|
|
1188
1188
|
}, {
|
|
1189
1189
|
name: string;
|
|
1190
|
-
users: string[];
|
|
1191
1190
|
count: number;
|
|
1191
|
+
users: string[];
|
|
1192
1192
|
}>, "many">>;
|
|
1193
1193
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1194
1194
|
id: z.ZodString;
|
|
@@ -1241,10 +1241,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1241
1241
|
}>, "many">>;
|
|
1242
1242
|
}, "strip", z.ZodTypeAny, {
|
|
1243
1243
|
type: string;
|
|
1244
|
+
username?: string | undefined;
|
|
1244
1245
|
text?: string | undefined;
|
|
1245
|
-
|
|
1246
|
+
reactions?: {
|
|
1247
|
+
name: string;
|
|
1248
|
+
count: number;
|
|
1249
|
+
users: string[];
|
|
1250
|
+
}[] | undefined;
|
|
1246
1251
|
ts?: string | undefined;
|
|
1247
|
-
|
|
1252
|
+
user?: string | undefined;
|
|
1248
1253
|
attachments?: unknown[] | undefined;
|
|
1249
1254
|
blocks?: unknown[] | undefined;
|
|
1250
1255
|
thread_ts?: string | undefined;
|
|
@@ -1259,11 +1264,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1259
1264
|
reply_users?: string[] | undefined;
|
|
1260
1265
|
is_locked?: boolean | undefined;
|
|
1261
1266
|
subscribed?: boolean | undefined;
|
|
1262
|
-
reactions?: {
|
|
1263
|
-
name: string;
|
|
1264
|
-
users: string[];
|
|
1265
|
-
count: number;
|
|
1266
|
-
}[] | undefined;
|
|
1267
1267
|
files?: {
|
|
1268
1268
|
id: string;
|
|
1269
1269
|
title?: string | undefined;
|
|
@@ -1283,10 +1283,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1283
1283
|
}[] | undefined;
|
|
1284
1284
|
}, {
|
|
1285
1285
|
type: string;
|
|
1286
|
+
username?: string | undefined;
|
|
1286
1287
|
text?: string | undefined;
|
|
1287
|
-
|
|
1288
|
+
reactions?: {
|
|
1289
|
+
name: string;
|
|
1290
|
+
count: number;
|
|
1291
|
+
users: string[];
|
|
1292
|
+
}[] | undefined;
|
|
1288
1293
|
ts?: string | undefined;
|
|
1289
|
-
|
|
1294
|
+
user?: string | undefined;
|
|
1290
1295
|
attachments?: unknown[] | undefined;
|
|
1291
1296
|
blocks?: unknown[] | undefined;
|
|
1292
1297
|
thread_ts?: string | undefined;
|
|
@@ -1301,11 +1306,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1301
1306
|
reply_users?: string[] | undefined;
|
|
1302
1307
|
is_locked?: boolean | undefined;
|
|
1303
1308
|
subscribed?: boolean | undefined;
|
|
1304
|
-
reactions?: {
|
|
1305
|
-
name: string;
|
|
1306
|
-
users: string[];
|
|
1307
|
-
count: number;
|
|
1308
|
-
}[] | undefined;
|
|
1309
1309
|
files?: {
|
|
1310
1310
|
id: string;
|
|
1311
1311
|
title?: string | undefined;
|
|
@@ -1327,16 +1327,21 @@ 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
1330
|
success: boolean;
|
|
1331
|
+
error: string;
|
|
1332
1332
|
operation: "send_message";
|
|
1333
1333
|
ok: boolean;
|
|
1334
1334
|
message?: {
|
|
1335
1335
|
type: string;
|
|
1336
|
+
username?: string | undefined;
|
|
1336
1337
|
text?: string | undefined;
|
|
1337
|
-
|
|
1338
|
+
reactions?: {
|
|
1339
|
+
name: string;
|
|
1340
|
+
count: number;
|
|
1341
|
+
users: string[];
|
|
1342
|
+
}[] | undefined;
|
|
1338
1343
|
ts?: string | undefined;
|
|
1339
|
-
|
|
1344
|
+
user?: string | undefined;
|
|
1340
1345
|
attachments?: unknown[] | undefined;
|
|
1341
1346
|
blocks?: unknown[] | undefined;
|
|
1342
1347
|
thread_ts?: string | undefined;
|
|
@@ -1351,11 +1356,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1351
1356
|
reply_users?: string[] | undefined;
|
|
1352
1357
|
is_locked?: boolean | undefined;
|
|
1353
1358
|
subscribed?: boolean | undefined;
|
|
1354
|
-
reactions?: {
|
|
1355
|
-
name: string;
|
|
1356
|
-
users: string[];
|
|
1357
|
-
count: number;
|
|
1358
|
-
}[] | undefined;
|
|
1359
1359
|
files?: {
|
|
1360
1360
|
id: string;
|
|
1361
1361
|
title?: string | undefined;
|
|
@@ -1377,16 +1377,21 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1377
1377
|
ts?: string | undefined;
|
|
1378
1378
|
channel?: string | undefined;
|
|
1379
1379
|
}, {
|
|
1380
|
-
error: string;
|
|
1381
1380
|
success: boolean;
|
|
1381
|
+
error: string;
|
|
1382
1382
|
operation: "send_message";
|
|
1383
1383
|
ok: boolean;
|
|
1384
1384
|
message?: {
|
|
1385
1385
|
type: string;
|
|
1386
|
+
username?: string | undefined;
|
|
1386
1387
|
text?: string | undefined;
|
|
1387
|
-
|
|
1388
|
+
reactions?: {
|
|
1389
|
+
name: string;
|
|
1390
|
+
count: number;
|
|
1391
|
+
users: string[];
|
|
1392
|
+
}[] | undefined;
|
|
1388
1393
|
ts?: string | undefined;
|
|
1389
|
-
|
|
1394
|
+
user?: string | undefined;
|
|
1390
1395
|
attachments?: unknown[] | undefined;
|
|
1391
1396
|
blocks?: unknown[] | undefined;
|
|
1392
1397
|
thread_ts?: string | undefined;
|
|
@@ -1401,11 +1406,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1401
1406
|
reply_users?: string[] | undefined;
|
|
1402
1407
|
is_locked?: boolean | undefined;
|
|
1403
1408
|
subscribed?: boolean | undefined;
|
|
1404
|
-
reactions?: {
|
|
1405
|
-
name: string;
|
|
1406
|
-
users: string[];
|
|
1407
|
-
count: number;
|
|
1408
|
-
}[] | undefined;
|
|
1409
1409
|
files?: {
|
|
1410
1410
|
id: string;
|
|
1411
1411
|
title?: string | undefined;
|
|
@@ -1483,11 +1483,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1483
1483
|
id: string;
|
|
1484
1484
|
created: number;
|
|
1485
1485
|
is_archived: boolean;
|
|
1486
|
+
is_private?: boolean | undefined;
|
|
1486
1487
|
is_channel?: boolean | undefined;
|
|
1487
1488
|
is_group?: boolean | undefined;
|
|
1488
1489
|
is_im?: boolean | undefined;
|
|
1489
1490
|
is_mpim?: boolean | undefined;
|
|
1490
|
-
is_private?: boolean | undefined;
|
|
1491
1491
|
is_general?: boolean | undefined;
|
|
1492
1492
|
unlinked?: number | undefined;
|
|
1493
1493
|
name_normalized?: string | undefined;
|
|
@@ -1516,11 +1516,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1516
1516
|
id: string;
|
|
1517
1517
|
created: number;
|
|
1518
1518
|
is_archived: boolean;
|
|
1519
|
+
is_private?: boolean | undefined;
|
|
1519
1520
|
is_channel?: boolean | undefined;
|
|
1520
1521
|
is_group?: boolean | undefined;
|
|
1521
1522
|
is_im?: boolean | undefined;
|
|
1522
1523
|
is_mpim?: boolean | undefined;
|
|
1523
|
-
is_private?: boolean | undefined;
|
|
1524
1524
|
is_general?: boolean | undefined;
|
|
1525
1525
|
unlinked?: number | undefined;
|
|
1526
1526
|
name_normalized?: string | undefined;
|
|
@@ -1555,8 +1555,8 @@ 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
1558
|
success: boolean;
|
|
1559
|
+
error: string;
|
|
1560
1560
|
operation: "list_channels";
|
|
1561
1561
|
ok: boolean;
|
|
1562
1562
|
response_metadata?: {
|
|
@@ -1567,11 +1567,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1567
1567
|
id: string;
|
|
1568
1568
|
created: number;
|
|
1569
1569
|
is_archived: boolean;
|
|
1570
|
+
is_private?: boolean | undefined;
|
|
1570
1571
|
is_channel?: boolean | undefined;
|
|
1571
1572
|
is_group?: boolean | undefined;
|
|
1572
1573
|
is_im?: boolean | undefined;
|
|
1573
1574
|
is_mpim?: boolean | undefined;
|
|
1574
|
-
is_private?: boolean | undefined;
|
|
1575
1575
|
is_general?: boolean | undefined;
|
|
1576
1576
|
unlinked?: number | undefined;
|
|
1577
1577
|
name_normalized?: string | undefined;
|
|
@@ -1597,8 +1597,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1597
1597
|
num_members?: number | undefined;
|
|
1598
1598
|
}[] | undefined;
|
|
1599
1599
|
}, {
|
|
1600
|
-
error: string;
|
|
1601
1600
|
success: boolean;
|
|
1601
|
+
error: string;
|
|
1602
1602
|
operation: "list_channels";
|
|
1603
1603
|
ok: boolean;
|
|
1604
1604
|
response_metadata?: {
|
|
@@ -1609,11 +1609,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1609
1609
|
id: string;
|
|
1610
1610
|
created: number;
|
|
1611
1611
|
is_archived: boolean;
|
|
1612
|
+
is_private?: boolean | undefined;
|
|
1612
1613
|
is_channel?: boolean | undefined;
|
|
1613
1614
|
is_group?: boolean | undefined;
|
|
1614
1615
|
is_im?: boolean | undefined;
|
|
1615
1616
|
is_mpim?: boolean | undefined;
|
|
1616
|
-
is_private?: boolean | undefined;
|
|
1617
1617
|
is_general?: boolean | undefined;
|
|
1618
1618
|
unlinked?: number | undefined;
|
|
1619
1619
|
name_normalized?: string | undefined;
|
|
@@ -1695,11 +1695,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1695
1695
|
id: string;
|
|
1696
1696
|
created: number;
|
|
1697
1697
|
is_archived: boolean;
|
|
1698
|
+
is_private?: boolean | undefined;
|
|
1698
1699
|
is_channel?: boolean | undefined;
|
|
1699
1700
|
is_group?: boolean | undefined;
|
|
1700
1701
|
is_im?: boolean | undefined;
|
|
1701
1702
|
is_mpim?: boolean | undefined;
|
|
1702
|
-
is_private?: boolean | undefined;
|
|
1703
1703
|
is_general?: boolean | undefined;
|
|
1704
1704
|
unlinked?: number | undefined;
|
|
1705
1705
|
name_normalized?: string | undefined;
|
|
@@ -1728,11 +1728,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1728
1728
|
id: string;
|
|
1729
1729
|
created: number;
|
|
1730
1730
|
is_archived: boolean;
|
|
1731
|
+
is_private?: boolean | undefined;
|
|
1731
1732
|
is_channel?: boolean | undefined;
|
|
1732
1733
|
is_group?: boolean | undefined;
|
|
1733
1734
|
is_im?: boolean | undefined;
|
|
1734
1735
|
is_mpim?: boolean | undefined;
|
|
1735
|
-
is_private?: boolean | undefined;
|
|
1736
1736
|
is_general?: boolean | undefined;
|
|
1737
1737
|
unlinked?: number | undefined;
|
|
1738
1738
|
name_normalized?: string | undefined;
|
|
@@ -1760,8 +1760,8 @@ 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
1763
|
success: boolean;
|
|
1764
|
+
error: string;
|
|
1765
1765
|
operation: "get_channel_info";
|
|
1766
1766
|
ok: boolean;
|
|
1767
1767
|
channel?: {
|
|
@@ -1769,11 +1769,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1769
1769
|
id: string;
|
|
1770
1770
|
created: number;
|
|
1771
1771
|
is_archived: boolean;
|
|
1772
|
+
is_private?: boolean | undefined;
|
|
1772
1773
|
is_channel?: boolean | undefined;
|
|
1773
1774
|
is_group?: boolean | undefined;
|
|
1774
1775
|
is_im?: boolean | undefined;
|
|
1775
1776
|
is_mpim?: boolean | undefined;
|
|
1776
|
-
is_private?: boolean | undefined;
|
|
1777
1777
|
is_general?: boolean | undefined;
|
|
1778
1778
|
unlinked?: number | undefined;
|
|
1779
1779
|
name_normalized?: string | undefined;
|
|
@@ -1799,8 +1799,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1799
1799
|
num_members?: number | undefined;
|
|
1800
1800
|
} | undefined;
|
|
1801
1801
|
}, {
|
|
1802
|
-
error: string;
|
|
1803
1802
|
success: boolean;
|
|
1803
|
+
error: string;
|
|
1804
1804
|
operation: "get_channel_info";
|
|
1805
1805
|
ok: boolean;
|
|
1806
1806
|
channel?: {
|
|
@@ -1808,11 +1808,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1808
1808
|
id: string;
|
|
1809
1809
|
created: number;
|
|
1810
1810
|
is_archived: boolean;
|
|
1811
|
+
is_private?: boolean | undefined;
|
|
1811
1812
|
is_channel?: boolean | undefined;
|
|
1812
1813
|
is_group?: boolean | undefined;
|
|
1813
1814
|
is_im?: boolean | undefined;
|
|
1814
1815
|
is_mpim?: boolean | undefined;
|
|
1815
|
-
is_private?: boolean | undefined;
|
|
1816
1816
|
is_general?: boolean | undefined;
|
|
1817
1817
|
unlinked?: number | undefined;
|
|
1818
1818
|
name_normalized?: string | undefined;
|
|
@@ -1878,9 +1878,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1878
1878
|
}, "strip", z.ZodTypeAny, {
|
|
1879
1879
|
title?: string | undefined;
|
|
1880
1880
|
email?: string | undefined;
|
|
1881
|
+
first_name?: string | undefined;
|
|
1882
|
+
last_name?: string | undefined;
|
|
1883
|
+
phone?: string | undefined;
|
|
1881
1884
|
fields?: Record<string, unknown> | undefined;
|
|
1882
1885
|
real_name?: string | undefined;
|
|
1883
|
-
phone?: string | undefined;
|
|
1884
1886
|
skype?: string | undefined;
|
|
1885
1887
|
real_name_normalized?: string | undefined;
|
|
1886
1888
|
display_name?: string | undefined;
|
|
@@ -1891,8 +1893,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1891
1893
|
avatar_hash?: string | undefined;
|
|
1892
1894
|
image_original?: string | undefined;
|
|
1893
1895
|
is_custom_image?: boolean | undefined;
|
|
1894
|
-
first_name?: string | undefined;
|
|
1895
|
-
last_name?: string | undefined;
|
|
1896
1896
|
image_24?: string | undefined;
|
|
1897
1897
|
image_32?: string | undefined;
|
|
1898
1898
|
image_48?: string | undefined;
|
|
@@ -1903,9 +1903,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1903
1903
|
}, {
|
|
1904
1904
|
title?: string | undefined;
|
|
1905
1905
|
email?: string | undefined;
|
|
1906
|
+
first_name?: string | undefined;
|
|
1907
|
+
last_name?: string | undefined;
|
|
1908
|
+
phone?: string | undefined;
|
|
1906
1909
|
fields?: Record<string, unknown> | undefined;
|
|
1907
1910
|
real_name?: string | undefined;
|
|
1908
|
-
phone?: string | undefined;
|
|
1909
1911
|
skype?: string | undefined;
|
|
1910
1912
|
real_name_normalized?: string | undefined;
|
|
1911
1913
|
display_name?: string | undefined;
|
|
@@ -1916,8 +1918,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1916
1918
|
avatar_hash?: string | undefined;
|
|
1917
1919
|
image_original?: string | undefined;
|
|
1918
1920
|
is_custom_image?: boolean | undefined;
|
|
1919
|
-
first_name?: string | undefined;
|
|
1920
|
-
last_name?: string | undefined;
|
|
1921
1921
|
image_24?: string | undefined;
|
|
1922
1922
|
image_32?: string | undefined;
|
|
1923
1923
|
image_48?: string | undefined;
|
|
@@ -1938,12 +1938,21 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1938
1938
|
}, "strip", z.ZodTypeAny, {
|
|
1939
1939
|
name: string;
|
|
1940
1940
|
id: string;
|
|
1941
|
+
color?: string | undefined;
|
|
1942
|
+
team_id?: string | undefined;
|
|
1943
|
+
deleted?: boolean | undefined;
|
|
1944
|
+
real_name?: string | undefined;
|
|
1945
|
+
tz?: string | undefined;
|
|
1946
|
+
tz_label?: string | undefined;
|
|
1947
|
+
tz_offset?: number | undefined;
|
|
1941
1948
|
profile?: {
|
|
1942
1949
|
title?: string | undefined;
|
|
1943
1950
|
email?: string | undefined;
|
|
1951
|
+
first_name?: string | undefined;
|
|
1952
|
+
last_name?: string | undefined;
|
|
1953
|
+
phone?: string | undefined;
|
|
1944
1954
|
fields?: Record<string, unknown> | undefined;
|
|
1945
1955
|
real_name?: string | undefined;
|
|
1946
|
-
phone?: string | undefined;
|
|
1947
1956
|
skype?: string | undefined;
|
|
1948
1957
|
real_name_normalized?: string | undefined;
|
|
1949
1958
|
display_name?: string | undefined;
|
|
@@ -1954,8 +1963,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1954
1963
|
avatar_hash?: string | undefined;
|
|
1955
1964
|
image_original?: string | undefined;
|
|
1956
1965
|
is_custom_image?: boolean | undefined;
|
|
1957
|
-
first_name?: string | undefined;
|
|
1958
|
-
last_name?: string | undefined;
|
|
1959
1966
|
image_24?: string | undefined;
|
|
1960
1967
|
image_32?: string | undefined;
|
|
1961
1968
|
image_48?: string | undefined;
|
|
@@ -1964,13 +1971,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1964
1971
|
image_512?: string | undefined;
|
|
1965
1972
|
image_1024?: string | undefined;
|
|
1966
1973
|
} | undefined;
|
|
1967
|
-
color?: string | undefined;
|
|
1968
|
-
team_id?: string | undefined;
|
|
1969
|
-
deleted?: boolean | undefined;
|
|
1970
|
-
real_name?: string | undefined;
|
|
1971
|
-
tz?: string | undefined;
|
|
1972
|
-
tz_label?: string | undefined;
|
|
1973
|
-
tz_offset?: number | undefined;
|
|
1974
1974
|
is_admin?: boolean | undefined;
|
|
1975
1975
|
is_owner?: boolean | undefined;
|
|
1976
1976
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1983,12 +1983,21 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1983
1983
|
}, {
|
|
1984
1984
|
name: string;
|
|
1985
1985
|
id: string;
|
|
1986
|
+
color?: string | undefined;
|
|
1987
|
+
team_id?: string | undefined;
|
|
1988
|
+
deleted?: boolean | undefined;
|
|
1989
|
+
real_name?: string | undefined;
|
|
1990
|
+
tz?: string | undefined;
|
|
1991
|
+
tz_label?: string | undefined;
|
|
1992
|
+
tz_offset?: number | undefined;
|
|
1986
1993
|
profile?: {
|
|
1987
1994
|
title?: string | undefined;
|
|
1988
1995
|
email?: string | undefined;
|
|
1996
|
+
first_name?: string | undefined;
|
|
1997
|
+
last_name?: string | undefined;
|
|
1998
|
+
phone?: string | undefined;
|
|
1989
1999
|
fields?: Record<string, unknown> | undefined;
|
|
1990
2000
|
real_name?: string | undefined;
|
|
1991
|
-
phone?: string | undefined;
|
|
1992
2001
|
skype?: string | undefined;
|
|
1993
2002
|
real_name_normalized?: string | undefined;
|
|
1994
2003
|
display_name?: string | undefined;
|
|
@@ -1999,8 +2008,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1999
2008
|
avatar_hash?: string | undefined;
|
|
2000
2009
|
image_original?: string | undefined;
|
|
2001
2010
|
is_custom_image?: boolean | undefined;
|
|
2002
|
-
first_name?: string | undefined;
|
|
2003
|
-
last_name?: string | undefined;
|
|
2004
2011
|
image_24?: string | undefined;
|
|
2005
2012
|
image_32?: string | undefined;
|
|
2006
2013
|
image_48?: string | undefined;
|
|
@@ -2009,13 +2016,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2009
2016
|
image_512?: string | undefined;
|
|
2010
2017
|
image_1024?: string | undefined;
|
|
2011
2018
|
} | undefined;
|
|
2012
|
-
color?: string | undefined;
|
|
2013
|
-
team_id?: string | undefined;
|
|
2014
|
-
deleted?: boolean | undefined;
|
|
2015
|
-
real_name?: string | undefined;
|
|
2016
|
-
tz?: string | undefined;
|
|
2017
|
-
tz_label?: string | undefined;
|
|
2018
|
-
tz_offset?: number | undefined;
|
|
2019
2019
|
is_admin?: boolean | undefined;
|
|
2020
2020
|
is_owner?: boolean | undefined;
|
|
2021
2021
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2029,19 +2029,28 @@ 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
2032
|
success: boolean;
|
|
2033
|
+
error: string;
|
|
2034
2034
|
operation: "get_user_info";
|
|
2035
2035
|
ok: boolean;
|
|
2036
2036
|
user?: {
|
|
2037
2037
|
name: string;
|
|
2038
2038
|
id: string;
|
|
2039
|
+
color?: string | undefined;
|
|
2040
|
+
team_id?: string | undefined;
|
|
2041
|
+
deleted?: boolean | undefined;
|
|
2042
|
+
real_name?: string | undefined;
|
|
2043
|
+
tz?: string | undefined;
|
|
2044
|
+
tz_label?: string | undefined;
|
|
2045
|
+
tz_offset?: number | undefined;
|
|
2039
2046
|
profile?: {
|
|
2040
2047
|
title?: string | undefined;
|
|
2041
2048
|
email?: string | undefined;
|
|
2049
|
+
first_name?: string | undefined;
|
|
2050
|
+
last_name?: string | undefined;
|
|
2051
|
+
phone?: string | undefined;
|
|
2042
2052
|
fields?: Record<string, unknown> | undefined;
|
|
2043
2053
|
real_name?: string | undefined;
|
|
2044
|
-
phone?: string | undefined;
|
|
2045
2054
|
skype?: string | undefined;
|
|
2046
2055
|
real_name_normalized?: string | undefined;
|
|
2047
2056
|
display_name?: string | undefined;
|
|
@@ -2052,8 +2061,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2052
2061
|
avatar_hash?: string | undefined;
|
|
2053
2062
|
image_original?: string | undefined;
|
|
2054
2063
|
is_custom_image?: boolean | undefined;
|
|
2055
|
-
first_name?: string | undefined;
|
|
2056
|
-
last_name?: string | undefined;
|
|
2057
2064
|
image_24?: string | undefined;
|
|
2058
2065
|
image_32?: string | undefined;
|
|
2059
2066
|
image_48?: string | undefined;
|
|
@@ -2062,13 +2069,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2062
2069
|
image_512?: string | undefined;
|
|
2063
2070
|
image_1024?: string | undefined;
|
|
2064
2071
|
} | undefined;
|
|
2065
|
-
color?: string | undefined;
|
|
2066
|
-
team_id?: string | undefined;
|
|
2067
|
-
deleted?: boolean | undefined;
|
|
2068
|
-
real_name?: string | undefined;
|
|
2069
|
-
tz?: string | undefined;
|
|
2070
|
-
tz_label?: string | undefined;
|
|
2071
|
-
tz_offset?: number | undefined;
|
|
2072
2072
|
is_admin?: boolean | undefined;
|
|
2073
2073
|
is_owner?: boolean | undefined;
|
|
2074
2074
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2080,19 +2080,28 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2080
2080
|
has_2fa?: boolean | undefined;
|
|
2081
2081
|
} | undefined;
|
|
2082
2082
|
}, {
|
|
2083
|
-
error: string;
|
|
2084
2083
|
success: boolean;
|
|
2084
|
+
error: string;
|
|
2085
2085
|
operation: "get_user_info";
|
|
2086
2086
|
ok: boolean;
|
|
2087
2087
|
user?: {
|
|
2088
2088
|
name: string;
|
|
2089
2089
|
id: string;
|
|
2090
|
+
color?: string | undefined;
|
|
2091
|
+
team_id?: string | undefined;
|
|
2092
|
+
deleted?: boolean | undefined;
|
|
2093
|
+
real_name?: string | undefined;
|
|
2094
|
+
tz?: string | undefined;
|
|
2095
|
+
tz_label?: string | undefined;
|
|
2096
|
+
tz_offset?: number | undefined;
|
|
2090
2097
|
profile?: {
|
|
2091
2098
|
title?: string | undefined;
|
|
2092
2099
|
email?: string | undefined;
|
|
2100
|
+
first_name?: string | undefined;
|
|
2101
|
+
last_name?: string | undefined;
|
|
2102
|
+
phone?: string | undefined;
|
|
2093
2103
|
fields?: Record<string, unknown> | undefined;
|
|
2094
2104
|
real_name?: string | undefined;
|
|
2095
|
-
phone?: string | undefined;
|
|
2096
2105
|
skype?: string | undefined;
|
|
2097
2106
|
real_name_normalized?: string | undefined;
|
|
2098
2107
|
display_name?: string | undefined;
|
|
@@ -2103,8 +2112,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2103
2112
|
avatar_hash?: string | undefined;
|
|
2104
2113
|
image_original?: string | undefined;
|
|
2105
2114
|
is_custom_image?: boolean | undefined;
|
|
2106
|
-
first_name?: string | undefined;
|
|
2107
|
-
last_name?: string | undefined;
|
|
2108
2115
|
image_24?: string | undefined;
|
|
2109
2116
|
image_32?: string | undefined;
|
|
2110
2117
|
image_48?: string | undefined;
|
|
@@ -2113,13 +2120,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2113
2120
|
image_512?: string | undefined;
|
|
2114
2121
|
image_1024?: string | undefined;
|
|
2115
2122
|
} | undefined;
|
|
2116
|
-
color?: string | undefined;
|
|
2117
|
-
team_id?: string | undefined;
|
|
2118
|
-
deleted?: boolean | undefined;
|
|
2119
|
-
real_name?: string | undefined;
|
|
2120
|
-
tz?: string | undefined;
|
|
2121
|
-
tz_label?: string | undefined;
|
|
2122
|
-
tz_offset?: number | undefined;
|
|
2123
2123
|
is_admin?: boolean | undefined;
|
|
2124
2124
|
is_owner?: boolean | undefined;
|
|
2125
2125
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2171,9 +2171,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2171
2171
|
}, "strip", z.ZodTypeAny, {
|
|
2172
2172
|
title?: string | undefined;
|
|
2173
2173
|
email?: string | undefined;
|
|
2174
|
+
first_name?: string | undefined;
|
|
2175
|
+
last_name?: string | undefined;
|
|
2176
|
+
phone?: string | undefined;
|
|
2174
2177
|
fields?: Record<string, unknown> | undefined;
|
|
2175
2178
|
real_name?: string | undefined;
|
|
2176
|
-
phone?: string | undefined;
|
|
2177
2179
|
skype?: string | undefined;
|
|
2178
2180
|
real_name_normalized?: string | undefined;
|
|
2179
2181
|
display_name?: string | undefined;
|
|
@@ -2184,8 +2186,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2184
2186
|
avatar_hash?: string | undefined;
|
|
2185
2187
|
image_original?: string | undefined;
|
|
2186
2188
|
is_custom_image?: boolean | undefined;
|
|
2187
|
-
first_name?: string | undefined;
|
|
2188
|
-
last_name?: string | undefined;
|
|
2189
2189
|
image_24?: string | undefined;
|
|
2190
2190
|
image_32?: string | undefined;
|
|
2191
2191
|
image_48?: string | undefined;
|
|
@@ -2196,9 +2196,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2196
2196
|
}, {
|
|
2197
2197
|
title?: string | undefined;
|
|
2198
2198
|
email?: string | undefined;
|
|
2199
|
+
first_name?: string | undefined;
|
|
2200
|
+
last_name?: string | undefined;
|
|
2201
|
+
phone?: string | undefined;
|
|
2199
2202
|
fields?: Record<string, unknown> | undefined;
|
|
2200
2203
|
real_name?: string | undefined;
|
|
2201
|
-
phone?: string | undefined;
|
|
2202
2204
|
skype?: string | undefined;
|
|
2203
2205
|
real_name_normalized?: string | undefined;
|
|
2204
2206
|
display_name?: string | undefined;
|
|
@@ -2209,8 +2211,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2209
2211
|
avatar_hash?: string | undefined;
|
|
2210
2212
|
image_original?: string | undefined;
|
|
2211
2213
|
is_custom_image?: boolean | undefined;
|
|
2212
|
-
first_name?: string | undefined;
|
|
2213
|
-
last_name?: string | undefined;
|
|
2214
2214
|
image_24?: string | undefined;
|
|
2215
2215
|
image_32?: string | undefined;
|
|
2216
2216
|
image_48?: string | undefined;
|
|
@@ -2231,12 +2231,21 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2231
2231
|
}, "strip", z.ZodTypeAny, {
|
|
2232
2232
|
name: string;
|
|
2233
2233
|
id: string;
|
|
2234
|
+
color?: string | undefined;
|
|
2235
|
+
team_id?: string | undefined;
|
|
2236
|
+
deleted?: boolean | undefined;
|
|
2237
|
+
real_name?: string | undefined;
|
|
2238
|
+
tz?: string | undefined;
|
|
2239
|
+
tz_label?: string | undefined;
|
|
2240
|
+
tz_offset?: number | undefined;
|
|
2234
2241
|
profile?: {
|
|
2235
2242
|
title?: string | undefined;
|
|
2236
2243
|
email?: string | undefined;
|
|
2244
|
+
first_name?: string | undefined;
|
|
2245
|
+
last_name?: string | undefined;
|
|
2246
|
+
phone?: string | undefined;
|
|
2237
2247
|
fields?: Record<string, unknown> | undefined;
|
|
2238
2248
|
real_name?: string | undefined;
|
|
2239
|
-
phone?: string | undefined;
|
|
2240
2249
|
skype?: string | undefined;
|
|
2241
2250
|
real_name_normalized?: string | undefined;
|
|
2242
2251
|
display_name?: string | undefined;
|
|
@@ -2247,8 +2256,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2247
2256
|
avatar_hash?: string | undefined;
|
|
2248
2257
|
image_original?: string | undefined;
|
|
2249
2258
|
is_custom_image?: boolean | undefined;
|
|
2250
|
-
first_name?: string | undefined;
|
|
2251
|
-
last_name?: string | undefined;
|
|
2252
2259
|
image_24?: string | undefined;
|
|
2253
2260
|
image_32?: string | undefined;
|
|
2254
2261
|
image_48?: string | undefined;
|
|
@@ -2257,13 +2264,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2257
2264
|
image_512?: string | undefined;
|
|
2258
2265
|
image_1024?: string | undefined;
|
|
2259
2266
|
} | undefined;
|
|
2260
|
-
color?: string | undefined;
|
|
2261
|
-
team_id?: string | undefined;
|
|
2262
|
-
deleted?: boolean | undefined;
|
|
2263
|
-
real_name?: string | undefined;
|
|
2264
|
-
tz?: string | undefined;
|
|
2265
|
-
tz_label?: string | undefined;
|
|
2266
|
-
tz_offset?: number | undefined;
|
|
2267
2267
|
is_admin?: boolean | undefined;
|
|
2268
2268
|
is_owner?: boolean | undefined;
|
|
2269
2269
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2276,12 +2276,21 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2276
2276
|
}, {
|
|
2277
2277
|
name: string;
|
|
2278
2278
|
id: string;
|
|
2279
|
+
color?: string | undefined;
|
|
2280
|
+
team_id?: string | undefined;
|
|
2281
|
+
deleted?: boolean | undefined;
|
|
2282
|
+
real_name?: string | undefined;
|
|
2283
|
+
tz?: string | undefined;
|
|
2284
|
+
tz_label?: string | undefined;
|
|
2285
|
+
tz_offset?: number | undefined;
|
|
2279
2286
|
profile?: {
|
|
2280
2287
|
title?: string | undefined;
|
|
2281
2288
|
email?: string | undefined;
|
|
2289
|
+
first_name?: string | undefined;
|
|
2290
|
+
last_name?: string | undefined;
|
|
2291
|
+
phone?: string | undefined;
|
|
2282
2292
|
fields?: Record<string, unknown> | undefined;
|
|
2283
2293
|
real_name?: string | undefined;
|
|
2284
|
-
phone?: string | undefined;
|
|
2285
2294
|
skype?: string | undefined;
|
|
2286
2295
|
real_name_normalized?: string | undefined;
|
|
2287
2296
|
display_name?: string | undefined;
|
|
@@ -2292,8 +2301,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2292
2301
|
avatar_hash?: string | undefined;
|
|
2293
2302
|
image_original?: string | undefined;
|
|
2294
2303
|
is_custom_image?: boolean | undefined;
|
|
2295
|
-
first_name?: string | undefined;
|
|
2296
|
-
last_name?: string | undefined;
|
|
2297
2304
|
image_24?: string | undefined;
|
|
2298
2305
|
image_32?: string | undefined;
|
|
2299
2306
|
image_48?: string | undefined;
|
|
@@ -2302,13 +2309,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2302
2309
|
image_512?: string | undefined;
|
|
2303
2310
|
image_1024?: string | undefined;
|
|
2304
2311
|
} | undefined;
|
|
2305
|
-
color?: string | undefined;
|
|
2306
|
-
team_id?: string | undefined;
|
|
2307
|
-
deleted?: boolean | undefined;
|
|
2308
|
-
real_name?: string | undefined;
|
|
2309
|
-
tz?: string | undefined;
|
|
2310
|
-
tz_label?: string | undefined;
|
|
2311
|
-
tz_offset?: number | undefined;
|
|
2312
2312
|
is_admin?: boolean | undefined;
|
|
2313
2313
|
is_owner?: boolean | undefined;
|
|
2314
2314
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2329,8 +2329,8 @@ 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
2332
|
success: boolean;
|
|
2333
|
+
error: string;
|
|
2334
2334
|
operation: "list_users";
|
|
2335
2335
|
ok: boolean;
|
|
2336
2336
|
response_metadata?: {
|
|
@@ -2339,12 +2339,21 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2339
2339
|
members?: {
|
|
2340
2340
|
name: string;
|
|
2341
2341
|
id: string;
|
|
2342
|
+
color?: string | undefined;
|
|
2343
|
+
team_id?: string | undefined;
|
|
2344
|
+
deleted?: boolean | undefined;
|
|
2345
|
+
real_name?: string | undefined;
|
|
2346
|
+
tz?: string | undefined;
|
|
2347
|
+
tz_label?: string | undefined;
|
|
2348
|
+
tz_offset?: number | undefined;
|
|
2342
2349
|
profile?: {
|
|
2343
2350
|
title?: string | undefined;
|
|
2344
2351
|
email?: string | undefined;
|
|
2352
|
+
first_name?: string | undefined;
|
|
2353
|
+
last_name?: string | undefined;
|
|
2354
|
+
phone?: string | undefined;
|
|
2345
2355
|
fields?: Record<string, unknown> | undefined;
|
|
2346
2356
|
real_name?: string | undefined;
|
|
2347
|
-
phone?: string | undefined;
|
|
2348
2357
|
skype?: string | undefined;
|
|
2349
2358
|
real_name_normalized?: string | undefined;
|
|
2350
2359
|
display_name?: string | undefined;
|
|
@@ -2355,8 +2364,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2355
2364
|
avatar_hash?: string | undefined;
|
|
2356
2365
|
image_original?: string | undefined;
|
|
2357
2366
|
is_custom_image?: boolean | undefined;
|
|
2358
|
-
first_name?: string | undefined;
|
|
2359
|
-
last_name?: string | undefined;
|
|
2360
2367
|
image_24?: string | undefined;
|
|
2361
2368
|
image_32?: string | undefined;
|
|
2362
2369
|
image_48?: string | undefined;
|
|
@@ -2365,13 +2372,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2365
2372
|
image_512?: string | undefined;
|
|
2366
2373
|
image_1024?: string | undefined;
|
|
2367
2374
|
} | undefined;
|
|
2368
|
-
color?: string | undefined;
|
|
2369
|
-
team_id?: string | undefined;
|
|
2370
|
-
deleted?: boolean | undefined;
|
|
2371
|
-
real_name?: string | undefined;
|
|
2372
|
-
tz?: string | undefined;
|
|
2373
|
-
tz_label?: string | undefined;
|
|
2374
|
-
tz_offset?: number | undefined;
|
|
2375
2375
|
is_admin?: boolean | undefined;
|
|
2376
2376
|
is_owner?: boolean | undefined;
|
|
2377
2377
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2383,8 +2383,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2383
2383
|
has_2fa?: boolean | undefined;
|
|
2384
2384
|
}[] | undefined;
|
|
2385
2385
|
}, {
|
|
2386
|
-
error: string;
|
|
2387
2386
|
success: boolean;
|
|
2387
|
+
error: string;
|
|
2388
2388
|
operation: "list_users";
|
|
2389
2389
|
ok: boolean;
|
|
2390
2390
|
response_metadata?: {
|
|
@@ -2393,12 +2393,21 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2393
2393
|
members?: {
|
|
2394
2394
|
name: string;
|
|
2395
2395
|
id: string;
|
|
2396
|
+
color?: string | undefined;
|
|
2397
|
+
team_id?: string | undefined;
|
|
2398
|
+
deleted?: boolean | undefined;
|
|
2399
|
+
real_name?: string | undefined;
|
|
2400
|
+
tz?: string | undefined;
|
|
2401
|
+
tz_label?: string | undefined;
|
|
2402
|
+
tz_offset?: number | undefined;
|
|
2396
2403
|
profile?: {
|
|
2397
2404
|
title?: string | undefined;
|
|
2398
2405
|
email?: string | undefined;
|
|
2406
|
+
first_name?: string | undefined;
|
|
2407
|
+
last_name?: string | undefined;
|
|
2408
|
+
phone?: string | undefined;
|
|
2399
2409
|
fields?: Record<string, unknown> | undefined;
|
|
2400
2410
|
real_name?: string | undefined;
|
|
2401
|
-
phone?: string | undefined;
|
|
2402
2411
|
skype?: string | undefined;
|
|
2403
2412
|
real_name_normalized?: string | undefined;
|
|
2404
2413
|
display_name?: string | undefined;
|
|
@@ -2409,8 +2418,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2409
2418
|
avatar_hash?: string | undefined;
|
|
2410
2419
|
image_original?: string | undefined;
|
|
2411
2420
|
is_custom_image?: boolean | undefined;
|
|
2412
|
-
first_name?: string | undefined;
|
|
2413
|
-
last_name?: string | undefined;
|
|
2414
2421
|
image_24?: string | undefined;
|
|
2415
2422
|
image_32?: string | undefined;
|
|
2416
2423
|
image_48?: string | undefined;
|
|
@@ -2419,13 +2426,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2419
2426
|
image_512?: string | undefined;
|
|
2420
2427
|
image_1024?: string | undefined;
|
|
2421
2428
|
} | undefined;
|
|
2422
|
-
color?: string | undefined;
|
|
2423
|
-
team_id?: string | undefined;
|
|
2424
|
-
deleted?: boolean | undefined;
|
|
2425
|
-
real_name?: string | undefined;
|
|
2426
|
-
tz?: string | undefined;
|
|
2427
|
-
tz_label?: string | undefined;
|
|
2428
|
-
tz_offset?: number | undefined;
|
|
2429
2429
|
is_admin?: boolean | undefined;
|
|
2430
2430
|
is_owner?: boolean | undefined;
|
|
2431
2431
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2469,12 +2469,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2469
2469
|
count: z.ZodNumber;
|
|
2470
2470
|
}, "strip", z.ZodTypeAny, {
|
|
2471
2471
|
name: string;
|
|
2472
|
-
users: string[];
|
|
2473
2472
|
count: number;
|
|
2473
|
+
users: string[];
|
|
2474
2474
|
}, {
|
|
2475
2475
|
name: string;
|
|
2476
|
-
users: string[];
|
|
2477
2476
|
count: number;
|
|
2477
|
+
users: string[];
|
|
2478
2478
|
}>, "many">>;
|
|
2479
2479
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2480
2480
|
id: z.ZodString;
|
|
@@ -2527,10 +2527,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2527
2527
|
}>, "many">>;
|
|
2528
2528
|
}, "strip", z.ZodTypeAny, {
|
|
2529
2529
|
type: string;
|
|
2530
|
+
username?: string | undefined;
|
|
2530
2531
|
text?: string | undefined;
|
|
2531
|
-
|
|
2532
|
+
reactions?: {
|
|
2533
|
+
name: string;
|
|
2534
|
+
count: number;
|
|
2535
|
+
users: string[];
|
|
2536
|
+
}[] | undefined;
|
|
2532
2537
|
ts?: string | undefined;
|
|
2533
|
-
|
|
2538
|
+
user?: string | undefined;
|
|
2534
2539
|
attachments?: unknown[] | undefined;
|
|
2535
2540
|
blocks?: unknown[] | undefined;
|
|
2536
2541
|
thread_ts?: string | undefined;
|
|
@@ -2545,11 +2550,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2545
2550
|
reply_users?: string[] | undefined;
|
|
2546
2551
|
is_locked?: boolean | undefined;
|
|
2547
2552
|
subscribed?: boolean | undefined;
|
|
2548
|
-
reactions?: {
|
|
2549
|
-
name: string;
|
|
2550
|
-
users: string[];
|
|
2551
|
-
count: number;
|
|
2552
|
-
}[] | undefined;
|
|
2553
2553
|
files?: {
|
|
2554
2554
|
id: string;
|
|
2555
2555
|
title?: string | undefined;
|
|
@@ -2569,10 +2569,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2569
2569
|
}[] | undefined;
|
|
2570
2570
|
}, {
|
|
2571
2571
|
type: string;
|
|
2572
|
+
username?: string | undefined;
|
|
2572
2573
|
text?: string | undefined;
|
|
2573
|
-
|
|
2574
|
+
reactions?: {
|
|
2575
|
+
name: string;
|
|
2576
|
+
count: number;
|
|
2577
|
+
users: string[];
|
|
2578
|
+
}[] | undefined;
|
|
2574
2579
|
ts?: string | undefined;
|
|
2575
|
-
|
|
2580
|
+
user?: string | undefined;
|
|
2576
2581
|
attachments?: unknown[] | undefined;
|
|
2577
2582
|
blocks?: unknown[] | undefined;
|
|
2578
2583
|
thread_ts?: string | undefined;
|
|
@@ -2587,11 +2592,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2587
2592
|
reply_users?: string[] | undefined;
|
|
2588
2593
|
is_locked?: boolean | undefined;
|
|
2589
2594
|
subscribed?: boolean | undefined;
|
|
2590
|
-
reactions?: {
|
|
2591
|
-
name: string;
|
|
2592
|
-
users: string[];
|
|
2593
|
-
count: number;
|
|
2594
|
-
}[] | undefined;
|
|
2595
2595
|
files?: {
|
|
2596
2596
|
id: string;
|
|
2597
2597
|
title?: string | undefined;
|
|
@@ -2621,19 +2621,21 @@ 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
2624
|
success: boolean;
|
|
2625
|
+
error: string;
|
|
2626
2626
|
operation: "get_conversation_history";
|
|
2627
2627
|
ok: boolean;
|
|
2628
|
-
response_metadata?: {
|
|
2629
|
-
next_cursor: string;
|
|
2630
|
-
} | undefined;
|
|
2631
2628
|
messages?: {
|
|
2632
2629
|
type: string;
|
|
2630
|
+
username?: string | undefined;
|
|
2633
2631
|
text?: string | undefined;
|
|
2634
|
-
|
|
2632
|
+
reactions?: {
|
|
2633
|
+
name: string;
|
|
2634
|
+
count: number;
|
|
2635
|
+
users: string[];
|
|
2636
|
+
}[] | undefined;
|
|
2635
2637
|
ts?: string | undefined;
|
|
2636
|
-
|
|
2638
|
+
user?: string | undefined;
|
|
2637
2639
|
attachments?: unknown[] | undefined;
|
|
2638
2640
|
blocks?: unknown[] | undefined;
|
|
2639
2641
|
thread_ts?: string | undefined;
|
|
@@ -2648,11 +2650,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2648
2650
|
reply_users?: string[] | undefined;
|
|
2649
2651
|
is_locked?: boolean | undefined;
|
|
2650
2652
|
subscribed?: boolean | undefined;
|
|
2651
|
-
reactions?: {
|
|
2652
|
-
name: string;
|
|
2653
|
-
users: string[];
|
|
2654
|
-
count: number;
|
|
2655
|
-
}[] | undefined;
|
|
2656
2653
|
files?: {
|
|
2657
2654
|
id: string;
|
|
2658
2655
|
title?: string | undefined;
|
|
@@ -2671,21 +2668,26 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2671
2668
|
permalink?: string | undefined;
|
|
2672
2669
|
}[] | undefined;
|
|
2673
2670
|
}[] | undefined;
|
|
2671
|
+
response_metadata?: {
|
|
2672
|
+
next_cursor: string;
|
|
2673
|
+
} | undefined;
|
|
2674
2674
|
has_more?: boolean | undefined;
|
|
2675
2675
|
}, {
|
|
2676
|
-
error: string;
|
|
2677
2676
|
success: boolean;
|
|
2677
|
+
error: string;
|
|
2678
2678
|
operation: "get_conversation_history";
|
|
2679
2679
|
ok: boolean;
|
|
2680
|
-
response_metadata?: {
|
|
2681
|
-
next_cursor: string;
|
|
2682
|
-
} | undefined;
|
|
2683
2680
|
messages?: {
|
|
2684
2681
|
type: string;
|
|
2682
|
+
username?: string | undefined;
|
|
2685
2683
|
text?: string | undefined;
|
|
2686
|
-
|
|
2684
|
+
reactions?: {
|
|
2685
|
+
name: string;
|
|
2686
|
+
count: number;
|
|
2687
|
+
users: string[];
|
|
2688
|
+
}[] | undefined;
|
|
2687
2689
|
ts?: string | undefined;
|
|
2688
|
-
|
|
2690
|
+
user?: string | undefined;
|
|
2689
2691
|
attachments?: unknown[] | undefined;
|
|
2690
2692
|
blocks?: unknown[] | undefined;
|
|
2691
2693
|
thread_ts?: string | undefined;
|
|
@@ -2700,11 +2702,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2700
2702
|
reply_users?: string[] | undefined;
|
|
2701
2703
|
is_locked?: boolean | undefined;
|
|
2702
2704
|
subscribed?: boolean | undefined;
|
|
2703
|
-
reactions?: {
|
|
2704
|
-
name: string;
|
|
2705
|
-
users: string[];
|
|
2706
|
-
count: number;
|
|
2707
|
-
}[] | undefined;
|
|
2708
2705
|
files?: {
|
|
2709
2706
|
id: string;
|
|
2710
2707
|
title?: string | undefined;
|
|
@@ -2723,6 +2720,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2723
2720
|
permalink?: string | undefined;
|
|
2724
2721
|
}[] | undefined;
|
|
2725
2722
|
}[] | undefined;
|
|
2723
|
+
response_metadata?: {
|
|
2724
|
+
next_cursor: string;
|
|
2725
|
+
} | undefined;
|
|
2726
2726
|
has_more?: boolean | undefined;
|
|
2727
2727
|
}>, z.ZodObject<{
|
|
2728
2728
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -2757,12 +2757,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2757
2757
|
count: z.ZodNumber;
|
|
2758
2758
|
}, "strip", z.ZodTypeAny, {
|
|
2759
2759
|
name: string;
|
|
2760
|
-
users: string[];
|
|
2761
2760
|
count: number;
|
|
2761
|
+
users: string[];
|
|
2762
2762
|
}, {
|
|
2763
2763
|
name: string;
|
|
2764
|
-
users: string[];
|
|
2765
2764
|
count: number;
|
|
2765
|
+
users: string[];
|
|
2766
2766
|
}>, "many">>;
|
|
2767
2767
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2768
2768
|
id: z.ZodString;
|
|
@@ -2815,10 +2815,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2815
2815
|
}>, "many">>;
|
|
2816
2816
|
}, "strip", z.ZodTypeAny, {
|
|
2817
2817
|
type: string;
|
|
2818
|
+
username?: string | undefined;
|
|
2818
2819
|
text?: string | undefined;
|
|
2819
|
-
|
|
2820
|
+
reactions?: {
|
|
2821
|
+
name: string;
|
|
2822
|
+
count: number;
|
|
2823
|
+
users: string[];
|
|
2824
|
+
}[] | undefined;
|
|
2820
2825
|
ts?: string | undefined;
|
|
2821
|
-
|
|
2826
|
+
user?: string | undefined;
|
|
2822
2827
|
attachments?: unknown[] | undefined;
|
|
2823
2828
|
blocks?: unknown[] | undefined;
|
|
2824
2829
|
thread_ts?: string | undefined;
|
|
@@ -2833,11 +2838,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2833
2838
|
reply_users?: string[] | undefined;
|
|
2834
2839
|
is_locked?: boolean | undefined;
|
|
2835
2840
|
subscribed?: boolean | undefined;
|
|
2836
|
-
reactions?: {
|
|
2837
|
-
name: string;
|
|
2838
|
-
users: string[];
|
|
2839
|
-
count: number;
|
|
2840
|
-
}[] | undefined;
|
|
2841
2841
|
files?: {
|
|
2842
2842
|
id: string;
|
|
2843
2843
|
title?: string | undefined;
|
|
@@ -2857,10 +2857,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2857
2857
|
}[] | undefined;
|
|
2858
2858
|
}, {
|
|
2859
2859
|
type: string;
|
|
2860
|
+
username?: string | undefined;
|
|
2860
2861
|
text?: string | undefined;
|
|
2861
|
-
|
|
2862
|
+
reactions?: {
|
|
2863
|
+
name: string;
|
|
2864
|
+
count: number;
|
|
2865
|
+
users: string[];
|
|
2866
|
+
}[] | undefined;
|
|
2862
2867
|
ts?: string | undefined;
|
|
2863
|
-
|
|
2868
|
+
user?: string | undefined;
|
|
2864
2869
|
attachments?: unknown[] | undefined;
|
|
2865
2870
|
blocks?: unknown[] | undefined;
|
|
2866
2871
|
thread_ts?: string | undefined;
|
|
@@ -2875,11 +2880,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2875
2880
|
reply_users?: string[] | undefined;
|
|
2876
2881
|
is_locked?: boolean | undefined;
|
|
2877
2882
|
subscribed?: boolean | undefined;
|
|
2878
|
-
reactions?: {
|
|
2879
|
-
name: string;
|
|
2880
|
-
users: string[];
|
|
2881
|
-
count: number;
|
|
2882
|
-
}[] | undefined;
|
|
2883
2883
|
files?: {
|
|
2884
2884
|
id: string;
|
|
2885
2885
|
title?: string | undefined;
|
|
@@ -2909,19 +2909,21 @@ 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
2912
|
success: boolean;
|
|
2913
|
+
error: string;
|
|
2914
2914
|
operation: "get_thread_replies";
|
|
2915
2915
|
ok: boolean;
|
|
2916
|
-
response_metadata?: {
|
|
2917
|
-
next_cursor: string;
|
|
2918
|
-
} | undefined;
|
|
2919
2916
|
messages?: {
|
|
2920
2917
|
type: string;
|
|
2918
|
+
username?: string | undefined;
|
|
2921
2919
|
text?: string | undefined;
|
|
2922
|
-
|
|
2920
|
+
reactions?: {
|
|
2921
|
+
name: string;
|
|
2922
|
+
count: number;
|
|
2923
|
+
users: string[];
|
|
2924
|
+
}[] | undefined;
|
|
2923
2925
|
ts?: string | undefined;
|
|
2924
|
-
|
|
2926
|
+
user?: string | undefined;
|
|
2925
2927
|
attachments?: unknown[] | undefined;
|
|
2926
2928
|
blocks?: unknown[] | undefined;
|
|
2927
2929
|
thread_ts?: string | undefined;
|
|
@@ -2936,11 +2938,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2936
2938
|
reply_users?: string[] | undefined;
|
|
2937
2939
|
is_locked?: boolean | undefined;
|
|
2938
2940
|
subscribed?: boolean | undefined;
|
|
2939
|
-
reactions?: {
|
|
2940
|
-
name: string;
|
|
2941
|
-
users: string[];
|
|
2942
|
-
count: number;
|
|
2943
|
-
}[] | undefined;
|
|
2944
2941
|
files?: {
|
|
2945
2942
|
id: string;
|
|
2946
2943
|
title?: string | undefined;
|
|
@@ -2959,21 +2956,26 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2959
2956
|
permalink?: string | undefined;
|
|
2960
2957
|
}[] | undefined;
|
|
2961
2958
|
}[] | undefined;
|
|
2959
|
+
response_metadata?: {
|
|
2960
|
+
next_cursor: string;
|
|
2961
|
+
} | undefined;
|
|
2962
2962
|
has_more?: boolean | undefined;
|
|
2963
2963
|
}, {
|
|
2964
|
-
error: string;
|
|
2965
2964
|
success: boolean;
|
|
2965
|
+
error: string;
|
|
2966
2966
|
operation: "get_thread_replies";
|
|
2967
2967
|
ok: boolean;
|
|
2968
|
-
response_metadata?: {
|
|
2969
|
-
next_cursor: string;
|
|
2970
|
-
} | undefined;
|
|
2971
2968
|
messages?: {
|
|
2972
2969
|
type: string;
|
|
2970
|
+
username?: string | undefined;
|
|
2973
2971
|
text?: string | undefined;
|
|
2974
|
-
|
|
2972
|
+
reactions?: {
|
|
2973
|
+
name: string;
|
|
2974
|
+
count: number;
|
|
2975
|
+
users: string[];
|
|
2976
|
+
}[] | undefined;
|
|
2975
2977
|
ts?: string | undefined;
|
|
2976
|
-
|
|
2978
|
+
user?: string | undefined;
|
|
2977
2979
|
attachments?: unknown[] | undefined;
|
|
2978
2980
|
blocks?: unknown[] | undefined;
|
|
2979
2981
|
thread_ts?: string | undefined;
|
|
@@ -2988,11 +2990,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2988
2990
|
reply_users?: string[] | undefined;
|
|
2989
2991
|
is_locked?: boolean | undefined;
|
|
2990
2992
|
subscribed?: boolean | undefined;
|
|
2991
|
-
reactions?: {
|
|
2992
|
-
name: string;
|
|
2993
|
-
users: string[];
|
|
2994
|
-
count: number;
|
|
2995
|
-
}[] | undefined;
|
|
2996
2993
|
files?: {
|
|
2997
2994
|
id: string;
|
|
2998
2995
|
title?: string | undefined;
|
|
@@ -3011,6 +3008,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3011
3008
|
permalink?: string | undefined;
|
|
3012
3009
|
}[] | undefined;
|
|
3013
3010
|
}[] | undefined;
|
|
3011
|
+
response_metadata?: {
|
|
3012
|
+
next_cursor: string;
|
|
3013
|
+
} | undefined;
|
|
3014
3014
|
has_more?: boolean | undefined;
|
|
3015
3015
|
}>, z.ZodObject<{
|
|
3016
3016
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -3048,12 +3048,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3048
3048
|
count: z.ZodNumber;
|
|
3049
3049
|
}, "strip", z.ZodTypeAny, {
|
|
3050
3050
|
name: string;
|
|
3051
|
-
users: string[];
|
|
3052
3051
|
count: number;
|
|
3052
|
+
users: string[];
|
|
3053
3053
|
}, {
|
|
3054
3054
|
name: string;
|
|
3055
|
-
users: string[];
|
|
3056
3055
|
count: number;
|
|
3056
|
+
users: string[];
|
|
3057
3057
|
}>, "many">>;
|
|
3058
3058
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3059
3059
|
id: z.ZodString;
|
|
@@ -3106,10 +3106,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3106
3106
|
}>, "many">>;
|
|
3107
3107
|
}, "strip", z.ZodTypeAny, {
|
|
3108
3108
|
type: string;
|
|
3109
|
+
username?: string | undefined;
|
|
3109
3110
|
text?: string | undefined;
|
|
3110
|
-
|
|
3111
|
+
reactions?: {
|
|
3112
|
+
name: string;
|
|
3113
|
+
count: number;
|
|
3114
|
+
users: string[];
|
|
3115
|
+
}[] | undefined;
|
|
3111
3116
|
ts?: string | undefined;
|
|
3112
|
-
|
|
3117
|
+
user?: string | undefined;
|
|
3113
3118
|
attachments?: unknown[] | undefined;
|
|
3114
3119
|
blocks?: unknown[] | undefined;
|
|
3115
3120
|
thread_ts?: string | undefined;
|
|
@@ -3124,11 +3129,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3124
3129
|
reply_users?: string[] | undefined;
|
|
3125
3130
|
is_locked?: boolean | undefined;
|
|
3126
3131
|
subscribed?: boolean | undefined;
|
|
3127
|
-
reactions?: {
|
|
3128
|
-
name: string;
|
|
3129
|
-
users: string[];
|
|
3130
|
-
count: number;
|
|
3131
|
-
}[] | undefined;
|
|
3132
3132
|
files?: {
|
|
3133
3133
|
id: string;
|
|
3134
3134
|
title?: string | undefined;
|
|
@@ -3148,10 +3148,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3148
3148
|
}[] | undefined;
|
|
3149
3149
|
}, {
|
|
3150
3150
|
type: string;
|
|
3151
|
+
username?: string | undefined;
|
|
3151
3152
|
text?: string | undefined;
|
|
3152
|
-
|
|
3153
|
+
reactions?: {
|
|
3154
|
+
name: string;
|
|
3155
|
+
count: number;
|
|
3156
|
+
users: string[];
|
|
3157
|
+
}[] | undefined;
|
|
3153
3158
|
ts?: string | undefined;
|
|
3154
|
-
|
|
3159
|
+
user?: string | undefined;
|
|
3155
3160
|
attachments?: unknown[] | undefined;
|
|
3156
3161
|
blocks?: unknown[] | undefined;
|
|
3157
3162
|
thread_ts?: string | undefined;
|
|
@@ -3166,11 +3171,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3166
3171
|
reply_users?: string[] | undefined;
|
|
3167
3172
|
is_locked?: boolean | undefined;
|
|
3168
3173
|
subscribed?: boolean | undefined;
|
|
3169
|
-
reactions?: {
|
|
3170
|
-
name: string;
|
|
3171
|
-
users: string[];
|
|
3172
|
-
count: number;
|
|
3173
|
-
}[] | undefined;
|
|
3174
3174
|
files?: {
|
|
3175
3175
|
id: string;
|
|
3176
3176
|
title?: string | undefined;
|
|
@@ -3192,16 +3192,21 @@ 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
3195
|
success: boolean;
|
|
3196
|
+
error: string;
|
|
3197
3197
|
operation: "update_message";
|
|
3198
3198
|
ok: boolean;
|
|
3199
3199
|
message?: {
|
|
3200
3200
|
type: string;
|
|
3201
|
+
username?: string | undefined;
|
|
3201
3202
|
text?: string | undefined;
|
|
3202
|
-
|
|
3203
|
+
reactions?: {
|
|
3204
|
+
name: string;
|
|
3205
|
+
count: number;
|
|
3206
|
+
users: string[];
|
|
3207
|
+
}[] | undefined;
|
|
3203
3208
|
ts?: string | undefined;
|
|
3204
|
-
|
|
3209
|
+
user?: string | undefined;
|
|
3205
3210
|
attachments?: unknown[] | undefined;
|
|
3206
3211
|
blocks?: unknown[] | undefined;
|
|
3207
3212
|
thread_ts?: string | undefined;
|
|
@@ -3216,11 +3221,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3216
3221
|
reply_users?: string[] | undefined;
|
|
3217
3222
|
is_locked?: boolean | undefined;
|
|
3218
3223
|
subscribed?: boolean | undefined;
|
|
3219
|
-
reactions?: {
|
|
3220
|
-
name: string;
|
|
3221
|
-
users: string[];
|
|
3222
|
-
count: number;
|
|
3223
|
-
}[] | undefined;
|
|
3224
3224
|
files?: {
|
|
3225
3225
|
id: string;
|
|
3226
3226
|
title?: string | undefined;
|
|
@@ -3243,16 +3243,21 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3243
3243
|
ts?: string | undefined;
|
|
3244
3244
|
channel?: string | undefined;
|
|
3245
3245
|
}, {
|
|
3246
|
-
error: string;
|
|
3247
3246
|
success: boolean;
|
|
3247
|
+
error: string;
|
|
3248
3248
|
operation: "update_message";
|
|
3249
3249
|
ok: boolean;
|
|
3250
3250
|
message?: {
|
|
3251
3251
|
type: string;
|
|
3252
|
+
username?: string | undefined;
|
|
3252
3253
|
text?: string | undefined;
|
|
3253
|
-
|
|
3254
|
+
reactions?: {
|
|
3255
|
+
name: string;
|
|
3256
|
+
count: number;
|
|
3257
|
+
users: string[];
|
|
3258
|
+
}[] | undefined;
|
|
3254
3259
|
ts?: string | undefined;
|
|
3255
|
-
|
|
3260
|
+
user?: string | undefined;
|
|
3256
3261
|
attachments?: unknown[] | undefined;
|
|
3257
3262
|
blocks?: unknown[] | undefined;
|
|
3258
3263
|
thread_ts?: string | undefined;
|
|
@@ -3267,11 +3272,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3267
3272
|
reply_users?: string[] | undefined;
|
|
3268
3273
|
is_locked?: boolean | undefined;
|
|
3269
3274
|
subscribed?: boolean | undefined;
|
|
3270
|
-
reactions?: {
|
|
3271
|
-
name: string;
|
|
3272
|
-
users: string[];
|
|
3273
|
-
count: number;
|
|
3274
|
-
}[] | undefined;
|
|
3275
3275
|
files?: {
|
|
3276
3276
|
id: string;
|
|
3277
3277
|
title?: string | undefined;
|
|
@@ -3301,15 +3301,15 @@ 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
3304
|
success: boolean;
|
|
3305
|
+
error: string;
|
|
3306
3306
|
operation: "delete_message";
|
|
3307
3307
|
ok: boolean;
|
|
3308
3308
|
ts?: string | undefined;
|
|
3309
3309
|
channel?: string | undefined;
|
|
3310
3310
|
}, {
|
|
3311
|
-
error: string;
|
|
3312
3311
|
success: boolean;
|
|
3312
|
+
error: string;
|
|
3313
3313
|
operation: "delete_message";
|
|
3314
3314
|
ok: boolean;
|
|
3315
3315
|
ts?: string | undefined;
|
|
@@ -3320,13 +3320,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3320
3320
|
error: z.ZodString;
|
|
3321
3321
|
success: z.ZodBoolean;
|
|
3322
3322
|
}, "strip", z.ZodTypeAny, {
|
|
3323
|
-
error: string;
|
|
3324
3323
|
success: boolean;
|
|
3324
|
+
error: string;
|
|
3325
3325
|
operation: "add_reaction";
|
|
3326
3326
|
ok: boolean;
|
|
3327
3327
|
}, {
|
|
3328
|
-
error: string;
|
|
3329
3328
|
success: boolean;
|
|
3329
|
+
error: string;
|
|
3330
3330
|
operation: "add_reaction";
|
|
3331
3331
|
ok: boolean;
|
|
3332
3332
|
}>, z.ZodObject<{
|
|
@@ -3335,13 +3335,13 @@ 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
3338
|
success: boolean;
|
|
3339
|
+
error: string;
|
|
3340
3340
|
operation: "remove_reaction";
|
|
3341
3341
|
ok: boolean;
|
|
3342
3342
|
}, {
|
|
3343
|
-
error: string;
|
|
3344
3343
|
success: boolean;
|
|
3344
|
+
error: string;
|
|
3345
3345
|
operation: "remove_reaction";
|
|
3346
3346
|
ok: boolean;
|
|
3347
3347
|
}>, z.ZodObject<{
|
|
@@ -3401,11 +3401,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3401
3401
|
id: string;
|
|
3402
3402
|
created: number;
|
|
3403
3403
|
is_archived: boolean;
|
|
3404
|
+
is_private?: boolean | undefined;
|
|
3404
3405
|
is_channel?: boolean | undefined;
|
|
3405
3406
|
is_group?: boolean | undefined;
|
|
3406
3407
|
is_im?: boolean | undefined;
|
|
3407
3408
|
is_mpim?: boolean | undefined;
|
|
3408
|
-
is_private?: boolean | undefined;
|
|
3409
3409
|
is_general?: boolean | undefined;
|
|
3410
3410
|
unlinked?: number | undefined;
|
|
3411
3411
|
name_normalized?: string | undefined;
|
|
@@ -3434,11 +3434,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3434
3434
|
id: string;
|
|
3435
3435
|
created: number;
|
|
3436
3436
|
is_archived: boolean;
|
|
3437
|
+
is_private?: boolean | undefined;
|
|
3437
3438
|
is_channel?: boolean | undefined;
|
|
3438
3439
|
is_group?: boolean | undefined;
|
|
3439
3440
|
is_im?: boolean | undefined;
|
|
3440
3441
|
is_mpim?: boolean | undefined;
|
|
3441
|
-
is_private?: boolean | undefined;
|
|
3442
3442
|
is_general?: boolean | undefined;
|
|
3443
3443
|
unlinked?: number | undefined;
|
|
3444
3444
|
name_normalized?: string | undefined;
|
|
@@ -3467,8 +3467,8 @@ 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
3470
|
success: boolean;
|
|
3471
|
+
error: string;
|
|
3472
3472
|
operation: "join_channel";
|
|
3473
3473
|
ok: boolean;
|
|
3474
3474
|
channel?: {
|
|
@@ -3476,11 +3476,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3476
3476
|
id: string;
|
|
3477
3477
|
created: number;
|
|
3478
3478
|
is_archived: boolean;
|
|
3479
|
+
is_private?: boolean | undefined;
|
|
3479
3480
|
is_channel?: boolean | undefined;
|
|
3480
3481
|
is_group?: boolean | undefined;
|
|
3481
3482
|
is_im?: boolean | undefined;
|
|
3482
3483
|
is_mpim?: boolean | undefined;
|
|
3483
|
-
is_private?: boolean | undefined;
|
|
3484
3484
|
is_general?: boolean | undefined;
|
|
3485
3485
|
unlinked?: number | undefined;
|
|
3486
3486
|
name_normalized?: string | undefined;
|
|
@@ -3507,8 +3507,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3507
3507
|
} | undefined;
|
|
3508
3508
|
already_in_channel?: boolean | undefined;
|
|
3509
3509
|
}, {
|
|
3510
|
-
error: string;
|
|
3511
3510
|
success: boolean;
|
|
3511
|
+
error: string;
|
|
3512
3512
|
operation: "join_channel";
|
|
3513
3513
|
ok: boolean;
|
|
3514
3514
|
channel?: {
|
|
@@ -3516,11 +3516,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3516
3516
|
id: string;
|
|
3517
3517
|
created: number;
|
|
3518
3518
|
is_archived: boolean;
|
|
3519
|
+
is_private?: boolean | undefined;
|
|
3519
3520
|
is_channel?: boolean | undefined;
|
|
3520
3521
|
is_group?: boolean | undefined;
|
|
3521
3522
|
is_im?: boolean | undefined;
|
|
3522
3523
|
is_mpim?: boolean | undefined;
|
|
3523
|
-
is_private?: boolean | undefined;
|
|
3524
3524
|
is_general?: boolean | undefined;
|
|
3525
3525
|
unlinked?: number | undefined;
|
|
3526
3526
|
name_normalized?: string | undefined;
|
|
@@ -3618,7 +3618,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3618
3618
|
channel_name: string;
|
|
3619
3619
|
}>, "many">>>;
|
|
3620
3620
|
}, "strip", z.ZodTypeAny, {
|
|
3621
|
-
|
|
3621
|
+
private?: Record<string, {
|
|
3622
3622
|
ts: string;
|
|
3623
3623
|
team_id: string;
|
|
3624
3624
|
reply_count: number;
|
|
@@ -3626,7 +3626,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3626
3626
|
reply_users: string[];
|
|
3627
3627
|
channel_name: string;
|
|
3628
3628
|
}[]> | undefined;
|
|
3629
|
-
|
|
3629
|
+
public?: Record<string, {
|
|
3630
3630
|
ts: string;
|
|
3631
3631
|
team_id: string;
|
|
3632
3632
|
reply_count: number;
|
|
@@ -3635,7 +3635,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3635
3635
|
channel_name: string;
|
|
3636
3636
|
}[]> | undefined;
|
|
3637
3637
|
}, {
|
|
3638
|
-
|
|
3638
|
+
private?: Record<string, {
|
|
3639
3639
|
ts: string;
|
|
3640
3640
|
team_id: string;
|
|
3641
3641
|
reply_count: number;
|
|
@@ -3643,7 +3643,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3643
3643
|
reply_users: string[];
|
|
3644
3644
|
channel_name: string;
|
|
3645
3645
|
}[]> | undefined;
|
|
3646
|
-
|
|
3646
|
+
public?: Record<string, {
|
|
3647
3647
|
ts: string;
|
|
3648
3648
|
team_id: string;
|
|
3649
3649
|
reply_count: number;
|
|
@@ -3659,9 +3659,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3659
3659
|
}, "strip", z.ZodTypeAny, {
|
|
3660
3660
|
name: string;
|
|
3661
3661
|
id: string;
|
|
3662
|
-
user: string;
|
|
3663
3662
|
username: string;
|
|
3664
3663
|
timestamp: number;
|
|
3664
|
+
user: string;
|
|
3665
3665
|
created: number;
|
|
3666
3666
|
mimetype: string;
|
|
3667
3667
|
filetype: string;
|
|
@@ -3678,10 +3678,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3678
3678
|
public_url_shared: boolean;
|
|
3679
3679
|
display_as_bot: boolean;
|
|
3680
3680
|
title?: string | undefined;
|
|
3681
|
-
channels?: string[] | undefined;
|
|
3682
|
-
permalink_public?: string | undefined;
|
|
3683
3681
|
shares?: {
|
|
3684
|
-
|
|
3682
|
+
private?: Record<string, {
|
|
3685
3683
|
ts: string;
|
|
3686
3684
|
team_id: string;
|
|
3687
3685
|
reply_count: number;
|
|
@@ -3689,7 +3687,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3689
3687
|
reply_users: string[];
|
|
3690
3688
|
channel_name: string;
|
|
3691
3689
|
}[]> | undefined;
|
|
3692
|
-
|
|
3690
|
+
public?: Record<string, {
|
|
3693
3691
|
ts: string;
|
|
3694
3692
|
team_id: string;
|
|
3695
3693
|
reply_count: number;
|
|
@@ -3698,15 +3696,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3698
3696
|
channel_name: string;
|
|
3699
3697
|
}[]> | undefined;
|
|
3700
3698
|
} | undefined;
|
|
3699
|
+
channels?: string[] | undefined;
|
|
3700
|
+
permalink_public?: string | undefined;
|
|
3701
3701
|
groups?: string[] | undefined;
|
|
3702
3702
|
ims?: string[] | undefined;
|
|
3703
3703
|
has_rich_preview?: boolean | undefined;
|
|
3704
3704
|
}, {
|
|
3705
3705
|
name: string;
|
|
3706
3706
|
id: string;
|
|
3707
|
-
user: string;
|
|
3708
3707
|
username: string;
|
|
3709
3708
|
timestamp: number;
|
|
3709
|
+
user: string;
|
|
3710
3710
|
created: number;
|
|
3711
3711
|
mimetype: string;
|
|
3712
3712
|
filetype: string;
|
|
@@ -3723,10 +3723,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3723
3723
|
public_url_shared: boolean;
|
|
3724
3724
|
display_as_bot: boolean;
|
|
3725
3725
|
title?: string | undefined;
|
|
3726
|
-
channels?: string[] | undefined;
|
|
3727
|
-
permalink_public?: string | undefined;
|
|
3728
3726
|
shares?: {
|
|
3729
|
-
|
|
3727
|
+
private?: Record<string, {
|
|
3730
3728
|
ts: string;
|
|
3731
3729
|
team_id: string;
|
|
3732
3730
|
reply_count: number;
|
|
@@ -3734,7 +3732,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3734
3732
|
reply_users: string[];
|
|
3735
3733
|
channel_name: string;
|
|
3736
3734
|
}[]> | undefined;
|
|
3737
|
-
|
|
3735
|
+
public?: Record<string, {
|
|
3738
3736
|
ts: string;
|
|
3739
3737
|
team_id: string;
|
|
3740
3738
|
reply_count: number;
|
|
@@ -3743,6 +3741,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3743
3741
|
channel_name: string;
|
|
3744
3742
|
}[]> | undefined;
|
|
3745
3743
|
} | undefined;
|
|
3744
|
+
channels?: string[] | undefined;
|
|
3745
|
+
permalink_public?: string | undefined;
|
|
3746
3746
|
groups?: string[] | undefined;
|
|
3747
3747
|
ims?: string[] | undefined;
|
|
3748
3748
|
has_rich_preview?: boolean | undefined;
|
|
@@ -3750,16 +3750,16 @@ 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
3753
|
success: boolean;
|
|
3754
|
+
error: string;
|
|
3755
3755
|
operation: "upload_file";
|
|
3756
3756
|
ok: boolean;
|
|
3757
3757
|
file?: {
|
|
3758
3758
|
name: string;
|
|
3759
3759
|
id: string;
|
|
3760
|
-
user: string;
|
|
3761
3760
|
username: string;
|
|
3762
3761
|
timestamp: number;
|
|
3762
|
+
user: string;
|
|
3763
3763
|
created: number;
|
|
3764
3764
|
mimetype: string;
|
|
3765
3765
|
filetype: string;
|
|
@@ -3776,10 +3776,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3776
3776
|
public_url_shared: boolean;
|
|
3777
3777
|
display_as_bot: boolean;
|
|
3778
3778
|
title?: string | undefined;
|
|
3779
|
-
channels?: string[] | undefined;
|
|
3780
|
-
permalink_public?: string | undefined;
|
|
3781
3779
|
shares?: {
|
|
3782
|
-
|
|
3780
|
+
private?: Record<string, {
|
|
3783
3781
|
ts: string;
|
|
3784
3782
|
team_id: string;
|
|
3785
3783
|
reply_count: number;
|
|
@@ -3787,7 +3785,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3787
3785
|
reply_users: string[];
|
|
3788
3786
|
channel_name: string;
|
|
3789
3787
|
}[]> | undefined;
|
|
3790
|
-
|
|
3788
|
+
public?: Record<string, {
|
|
3791
3789
|
ts: string;
|
|
3792
3790
|
team_id: string;
|
|
3793
3791
|
reply_count: number;
|
|
@@ -3796,21 +3794,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3796
3794
|
channel_name: string;
|
|
3797
3795
|
}[]> | undefined;
|
|
3798
3796
|
} | undefined;
|
|
3797
|
+
channels?: string[] | undefined;
|
|
3798
|
+
permalink_public?: string | undefined;
|
|
3799
3799
|
groups?: string[] | undefined;
|
|
3800
3800
|
ims?: string[] | undefined;
|
|
3801
3801
|
has_rich_preview?: boolean | undefined;
|
|
3802
3802
|
} | undefined;
|
|
3803
3803
|
}, {
|
|
3804
|
-
error: string;
|
|
3805
3804
|
success: boolean;
|
|
3805
|
+
error: string;
|
|
3806
3806
|
operation: "upload_file";
|
|
3807
3807
|
ok: boolean;
|
|
3808
3808
|
file?: {
|
|
3809
3809
|
name: string;
|
|
3810
3810
|
id: string;
|
|
3811
|
-
user: string;
|
|
3812
3811
|
username: string;
|
|
3813
3812
|
timestamp: number;
|
|
3813
|
+
user: string;
|
|
3814
3814
|
created: number;
|
|
3815
3815
|
mimetype: string;
|
|
3816
3816
|
filetype: string;
|
|
@@ -3827,10 +3827,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3827
3827
|
public_url_shared: boolean;
|
|
3828
3828
|
display_as_bot: boolean;
|
|
3829
3829
|
title?: string | undefined;
|
|
3830
|
-
channels?: string[] | undefined;
|
|
3831
|
-
permalink_public?: string | undefined;
|
|
3832
3830
|
shares?: {
|
|
3833
|
-
|
|
3831
|
+
private?: Record<string, {
|
|
3834
3832
|
ts: string;
|
|
3835
3833
|
team_id: string;
|
|
3836
3834
|
reply_count: number;
|
|
@@ -3838,7 +3836,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3838
3836
|
reply_users: string[];
|
|
3839
3837
|
channel_name: string;
|
|
3840
3838
|
}[]> | undefined;
|
|
3841
|
-
|
|
3839
|
+
public?: Record<string, {
|
|
3842
3840
|
ts: string;
|
|
3843
3841
|
team_id: string;
|
|
3844
3842
|
reply_count: number;
|
|
@@ -3847,6 +3845,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3847
3845
|
channel_name: string;
|
|
3848
3846
|
}[]> | undefined;
|
|
3849
3847
|
} | undefined;
|
|
3848
|
+
channels?: string[] | undefined;
|
|
3849
|
+
permalink_public?: string | undefined;
|
|
3850
3850
|
groups?: string[] | undefined;
|
|
3851
3851
|
ims?: string[] | undefined;
|
|
3852
3852
|
has_rich_preview?: boolean | undefined;
|
|
@@ -3860,16 +3860,16 @@ 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
3863
|
success: boolean;
|
|
3864
|
+
error: string;
|
|
3865
3865
|
operation: "schedule_message";
|
|
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
3871
|
success: boolean;
|
|
3872
|
+
error: string;
|
|
3873
3873
|
operation: "schedule_message";
|
|
3874
3874
|
ok: boolean;
|
|
3875
3875
|
channel?: string | undefined;
|
|
@@ -3930,8 +3930,8 @@ 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
3933
|
success: boolean;
|
|
3934
|
+
error: string;
|
|
3935
3935
|
operation: "get_file_info";
|
|
3936
3936
|
ok: boolean;
|
|
3937
3937
|
file?: {
|
|
@@ -3952,8 +3952,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3952
3952
|
permalink?: string | undefined;
|
|
3953
3953
|
} | undefined;
|
|
3954
3954
|
}, {
|
|
3955
|
-
error: string;
|
|
3956
3955
|
success: boolean;
|
|
3956
|
+
error: string;
|
|
3957
3957
|
operation: "get_file_info";
|
|
3958
3958
|
ok: boolean;
|
|
3959
3959
|
file?: {
|
|
@@ -3983,8 +3983,8 @@ 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
3986
|
success: boolean;
|
|
3987
|
+
error: string;
|
|
3988
3988
|
operation: "download_file";
|
|
3989
3989
|
ok: boolean;
|
|
3990
3990
|
content?: string | undefined;
|
|
@@ -3992,8 +3992,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3992
3992
|
mimetype?: string | undefined;
|
|
3993
3993
|
size?: number | undefined;
|
|
3994
3994
|
}, {
|
|
3995
|
-
error: string;
|
|
3996
3995
|
success: boolean;
|
|
3996
|
+
error: string;
|
|
3997
3997
|
operation: "download_file";
|
|
3998
3998
|
ok: boolean;
|
|
3999
3999
|
content?: string | undefined;
|
|
@@ -4052,6 +4052,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4052
4052
|
title?: string | undefined;
|
|
4053
4053
|
text?: string | undefined;
|
|
4054
4054
|
image_url?: string | undefined;
|
|
4055
|
+
ts?: number | undefined;
|
|
4055
4056
|
fields?: {
|
|
4056
4057
|
value: string;
|
|
4057
4058
|
title: string;
|
|
@@ -4066,11 +4067,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4066
4067
|
thumb_url?: string | undefined;
|
|
4067
4068
|
footer?: string | undefined;
|
|
4068
4069
|
footer_icon?: string | undefined;
|
|
4069
|
-
ts?: number | undefined;
|
|
4070
4070
|
}, {
|
|
4071
4071
|
title?: string | undefined;
|
|
4072
4072
|
text?: string | undefined;
|
|
4073
4073
|
image_url?: string | undefined;
|
|
4074
|
+
ts?: number | undefined;
|
|
4074
4075
|
fields?: {
|
|
4075
4076
|
value: string;
|
|
4076
4077
|
title: string;
|
|
@@ -4085,7 +4086,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4085
4086
|
thumb_url?: string | undefined;
|
|
4086
4087
|
footer?: string | undefined;
|
|
4087
4088
|
footer_icon?: string | undefined;
|
|
4088
|
-
ts?: number | undefined;
|
|
4089
4089
|
}>, "many">>;
|
|
4090
4090
|
blocks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4091
4091
|
type: z.ZodString;
|
|
@@ -4228,6 +4228,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4228
4228
|
title?: string | undefined;
|
|
4229
4229
|
text?: string | undefined;
|
|
4230
4230
|
image_url?: string | undefined;
|
|
4231
|
+
ts?: number | undefined;
|
|
4231
4232
|
fields?: {
|
|
4232
4233
|
value: string;
|
|
4233
4234
|
title: string;
|
|
@@ -4242,7 +4243,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4242
4243
|
thumb_url?: string | undefined;
|
|
4243
4244
|
footer?: string | undefined;
|
|
4244
4245
|
footer_icon?: string | undefined;
|
|
4245
|
-
ts?: number | undefined;
|
|
4246
4246
|
}[] | undefined;
|
|
4247
4247
|
blocks?: z.objectOutputType<{
|
|
4248
4248
|
type: z.ZodString;
|
|
@@ -4298,6 +4298,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4298
4298
|
title?: string | undefined;
|
|
4299
4299
|
text?: string | undefined;
|
|
4300
4300
|
image_url?: string | undefined;
|
|
4301
|
+
ts?: number | undefined;
|
|
4301
4302
|
fields?: {
|
|
4302
4303
|
value: string;
|
|
4303
4304
|
title: string;
|
|
@@ -4312,7 +4313,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4312
4313
|
thumb_url?: string | undefined;
|
|
4313
4314
|
footer?: string | undefined;
|
|
4314
4315
|
footer_icon?: string | undefined;
|
|
4315
|
-
ts?: number | undefined;
|
|
4316
4316
|
}[] | undefined;
|
|
4317
4317
|
blocks?: z.objectInputType<{
|
|
4318
4318
|
type: z.ZodString;
|
|
@@ -4367,18 +4367,18 @@ 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
|
-
|
|
4370
|
+
limit: number;
|
|
4371
4371
|
operation: "list_channels";
|
|
4372
|
+
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
4372
4373
|
exclude_archived: boolean;
|
|
4373
|
-
limit: number;
|
|
4374
4374
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4375
4375
|
cursor?: string | undefined;
|
|
4376
4376
|
}, {
|
|
4377
4377
|
operation: "list_channels";
|
|
4378
|
-
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
4379
4378
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4380
|
-
exclude_archived?: boolean | undefined;
|
|
4381
4379
|
limit?: number | undefined;
|
|
4380
|
+
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
4381
|
+
exclude_archived?: boolean | undefined;
|
|
4382
4382
|
cursor?: string | undefined;
|
|
4383
4383
|
}>, z.ZodObject<{
|
|
4384
4384
|
operation: z.ZodLiteral<"get_channel_info">;
|
|
@@ -4417,8 +4417,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4417
4417
|
include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4418
4418
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4419
4419
|
}, "strip", z.ZodTypeAny, {
|
|
4420
|
-
operation: "list_users";
|
|
4421
4420
|
limit: number;
|
|
4421
|
+
operation: "list_users";
|
|
4422
4422
|
include_locale: boolean;
|
|
4423
4423
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4424
4424
|
cursor?: string | undefined;
|
|
@@ -4439,22 +4439,22 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4439
4439
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4440
4440
|
}, "strip", z.ZodTypeAny, {
|
|
4441
4441
|
inclusive: boolean;
|
|
4442
|
+
limit: number;
|
|
4442
4443
|
operation: "get_conversation_history";
|
|
4443
4444
|
channel: string;
|
|
4444
|
-
limit: number;
|
|
4445
4445
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4446
|
-
cursor?: string | undefined;
|
|
4447
4446
|
latest?: string | undefined;
|
|
4448
4447
|
oldest?: string | undefined;
|
|
4448
|
+
cursor?: string | undefined;
|
|
4449
4449
|
}, {
|
|
4450
4450
|
operation: "get_conversation_history";
|
|
4451
4451
|
channel: string;
|
|
4452
4452
|
inclusive?: boolean | undefined;
|
|
4453
4453
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4454
4454
|
limit?: number | undefined;
|
|
4455
|
-
cursor?: string | undefined;
|
|
4456
4455
|
latest?: string | undefined;
|
|
4457
4456
|
oldest?: string | undefined;
|
|
4457
|
+
cursor?: string | undefined;
|
|
4458
4458
|
}>, z.ZodObject<{
|
|
4459
4459
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
4460
4460
|
channel: z.ZodString;
|
|
@@ -4467,14 +4467,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4467
4467
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4468
4468
|
}, "strip", z.ZodTypeAny, {
|
|
4469
4469
|
inclusive: boolean;
|
|
4470
|
+
limit: number;
|
|
4470
4471
|
ts: string;
|
|
4471
4472
|
operation: "get_thread_replies";
|
|
4472
4473
|
channel: string;
|
|
4473
|
-
limit: number;
|
|
4474
4474
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4475
|
-
cursor?: string | undefined;
|
|
4476
4475
|
latest?: string | undefined;
|
|
4477
4476
|
oldest?: string | undefined;
|
|
4477
|
+
cursor?: string | undefined;
|
|
4478
4478
|
}, {
|
|
4479
4479
|
ts: string;
|
|
4480
4480
|
operation: "get_thread_replies";
|
|
@@ -4482,9 +4482,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4482
4482
|
inclusive?: boolean | undefined;
|
|
4483
4483
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4484
4484
|
limit?: number | undefined;
|
|
4485
|
-
cursor?: string | undefined;
|
|
4486
4485
|
latest?: string | undefined;
|
|
4487
4486
|
oldest?: string | undefined;
|
|
4487
|
+
cursor?: string | undefined;
|
|
4488
4488
|
}>, z.ZodObject<{
|
|
4489
4489
|
operation: z.ZodLiteral<"update_message">;
|
|
4490
4490
|
channel: z.ZodString;
|
|
@@ -4521,6 +4521,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4521
4521
|
title?: string | undefined;
|
|
4522
4522
|
text?: string | undefined;
|
|
4523
4523
|
image_url?: string | undefined;
|
|
4524
|
+
ts?: number | undefined;
|
|
4524
4525
|
fields?: {
|
|
4525
4526
|
value: string;
|
|
4526
4527
|
title: string;
|
|
@@ -4535,11 +4536,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4535
4536
|
thumb_url?: string | undefined;
|
|
4536
4537
|
footer?: string | undefined;
|
|
4537
4538
|
footer_icon?: string | undefined;
|
|
4538
|
-
ts?: number | undefined;
|
|
4539
4539
|
}, {
|
|
4540
4540
|
title?: string | undefined;
|
|
4541
4541
|
text?: string | undefined;
|
|
4542
4542
|
image_url?: string | undefined;
|
|
4543
|
+
ts?: number | undefined;
|
|
4543
4544
|
fields?: {
|
|
4544
4545
|
value: string;
|
|
4545
4546
|
title: string;
|
|
@@ -4554,7 +4555,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4554
4555
|
thumb_url?: string | undefined;
|
|
4555
4556
|
footer?: string | undefined;
|
|
4556
4557
|
footer_icon?: string | undefined;
|
|
4557
|
-
ts?: number | undefined;
|
|
4558
4558
|
}>, "many">>;
|
|
4559
4559
|
blocks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4560
4560
|
type: z.ZodString;
|
|
@@ -4688,6 +4688,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4688
4688
|
title?: string | undefined;
|
|
4689
4689
|
text?: string | undefined;
|
|
4690
4690
|
image_url?: string | undefined;
|
|
4691
|
+
ts?: number | undefined;
|
|
4691
4692
|
fields?: {
|
|
4692
4693
|
value: string;
|
|
4693
4694
|
title: string;
|
|
@@ -4702,7 +4703,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4702
4703
|
thumb_url?: string | undefined;
|
|
4703
4704
|
footer?: string | undefined;
|
|
4704
4705
|
footer_icon?: string | undefined;
|
|
4705
|
-
ts?: number | undefined;
|
|
4706
4706
|
}[] | undefined;
|
|
4707
4707
|
blocks?: z.objectOutputType<{
|
|
4708
4708
|
type: z.ZodString;
|
|
@@ -4755,6 +4755,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4755
4755
|
title?: string | undefined;
|
|
4756
4756
|
text?: string | undefined;
|
|
4757
4757
|
image_url?: string | undefined;
|
|
4758
|
+
ts?: number | undefined;
|
|
4758
4759
|
fields?: {
|
|
4759
4760
|
value: string;
|
|
4760
4761
|
title: string;
|
|
@@ -4769,7 +4770,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4769
4770
|
thumb_url?: string | undefined;
|
|
4770
4771
|
footer?: string | undefined;
|
|
4771
4772
|
footer_icon?: string | undefined;
|
|
4772
|
-
ts?: number | undefined;
|
|
4773
4773
|
}[] | undefined;
|
|
4774
4774
|
blocks?: z.objectInputType<{
|
|
4775
4775
|
type: z.ZodString;
|
|
@@ -4835,15 +4835,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4835
4835
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4836
4836
|
}, "strip", z.ZodTypeAny, {
|
|
4837
4837
|
name: string;
|
|
4838
|
+
timestamp: string;
|
|
4838
4839
|
operation: "add_reaction";
|
|
4839
4840
|
channel: string;
|
|
4840
|
-
timestamp: string;
|
|
4841
4841
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4842
4842
|
}, {
|
|
4843
4843
|
name: string;
|
|
4844
|
+
timestamp: string;
|
|
4844
4845
|
operation: "add_reaction";
|
|
4845
4846
|
channel: string;
|
|
4846
|
-
timestamp: string;
|
|
4847
4847
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4848
4848
|
}>, z.ZodObject<{
|
|
4849
4849
|
operation: z.ZodLiteral<"remove_reaction">;
|
|
@@ -4853,15 +4853,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4853
4853
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4854
4854
|
}, "strip", z.ZodTypeAny, {
|
|
4855
4855
|
name: string;
|
|
4856
|
+
timestamp: string;
|
|
4856
4857
|
operation: "remove_reaction";
|
|
4857
4858
|
channel: string;
|
|
4858
|
-
timestamp: string;
|
|
4859
4859
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4860
4860
|
}, {
|
|
4861
4861
|
name: string;
|
|
4862
|
+
timestamp: string;
|
|
4862
4863
|
operation: "remove_reaction";
|
|
4863
4864
|
channel: string;
|
|
4864
|
-
timestamp: string;
|
|
4865
4865
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4866
4866
|
}>, z.ZodObject<{
|
|
4867
4867
|
operation: z.ZodLiteral<"join_channel">;
|
|
@@ -5195,12 +5195,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5195
5195
|
count: z.ZodNumber;
|
|
5196
5196
|
}, "strip", z.ZodTypeAny, {
|
|
5197
5197
|
name: string;
|
|
5198
|
-
users: string[];
|
|
5199
5198
|
count: number;
|
|
5199
|
+
users: string[];
|
|
5200
5200
|
}, {
|
|
5201
5201
|
name: string;
|
|
5202
|
-
users: string[];
|
|
5203
5202
|
count: number;
|
|
5203
|
+
users: string[];
|
|
5204
5204
|
}>, "many">>;
|
|
5205
5205
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5206
5206
|
id: z.ZodString;
|
|
@@ -5253,10 +5253,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5253
5253
|
}>, "many">>;
|
|
5254
5254
|
}, "strip", z.ZodTypeAny, {
|
|
5255
5255
|
type: string;
|
|
5256
|
+
username?: string | undefined;
|
|
5256
5257
|
text?: string | undefined;
|
|
5257
|
-
|
|
5258
|
+
reactions?: {
|
|
5259
|
+
name: string;
|
|
5260
|
+
count: number;
|
|
5261
|
+
users: string[];
|
|
5262
|
+
}[] | undefined;
|
|
5258
5263
|
ts?: string | undefined;
|
|
5259
|
-
|
|
5264
|
+
user?: string | undefined;
|
|
5260
5265
|
attachments?: unknown[] | undefined;
|
|
5261
5266
|
blocks?: unknown[] | undefined;
|
|
5262
5267
|
thread_ts?: string | undefined;
|
|
@@ -5271,11 +5276,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5271
5276
|
reply_users?: string[] | undefined;
|
|
5272
5277
|
is_locked?: boolean | undefined;
|
|
5273
5278
|
subscribed?: boolean | undefined;
|
|
5274
|
-
reactions?: {
|
|
5275
|
-
name: string;
|
|
5276
|
-
users: string[];
|
|
5277
|
-
count: number;
|
|
5278
|
-
}[] | undefined;
|
|
5279
5279
|
files?: {
|
|
5280
5280
|
id: string;
|
|
5281
5281
|
title?: string | undefined;
|
|
@@ -5295,10 +5295,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5295
5295
|
}[] | undefined;
|
|
5296
5296
|
}, {
|
|
5297
5297
|
type: string;
|
|
5298
|
+
username?: string | undefined;
|
|
5298
5299
|
text?: string | undefined;
|
|
5299
|
-
|
|
5300
|
+
reactions?: {
|
|
5301
|
+
name: string;
|
|
5302
|
+
count: number;
|
|
5303
|
+
users: string[];
|
|
5304
|
+
}[] | undefined;
|
|
5300
5305
|
ts?: string | undefined;
|
|
5301
|
-
|
|
5306
|
+
user?: string | undefined;
|
|
5302
5307
|
attachments?: unknown[] | undefined;
|
|
5303
5308
|
blocks?: unknown[] | undefined;
|
|
5304
5309
|
thread_ts?: string | undefined;
|
|
@@ -5313,11 +5318,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5313
5318
|
reply_users?: string[] | undefined;
|
|
5314
5319
|
is_locked?: boolean | undefined;
|
|
5315
5320
|
subscribed?: boolean | undefined;
|
|
5316
|
-
reactions?: {
|
|
5317
|
-
name: string;
|
|
5318
|
-
users: string[];
|
|
5319
|
-
count: number;
|
|
5320
|
-
}[] | undefined;
|
|
5321
5321
|
files?: {
|
|
5322
5322
|
id: string;
|
|
5323
5323
|
title?: string | undefined;
|
|
@@ -5339,16 +5339,21 @@ 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
5342
|
success: boolean;
|
|
5343
|
+
error: string;
|
|
5344
5344
|
operation: "send_message";
|
|
5345
5345
|
ok: boolean;
|
|
5346
5346
|
message?: {
|
|
5347
5347
|
type: string;
|
|
5348
|
+
username?: string | undefined;
|
|
5348
5349
|
text?: string | undefined;
|
|
5349
|
-
|
|
5350
|
+
reactions?: {
|
|
5351
|
+
name: string;
|
|
5352
|
+
count: number;
|
|
5353
|
+
users: string[];
|
|
5354
|
+
}[] | undefined;
|
|
5350
5355
|
ts?: string | undefined;
|
|
5351
|
-
|
|
5356
|
+
user?: string | undefined;
|
|
5352
5357
|
attachments?: unknown[] | undefined;
|
|
5353
5358
|
blocks?: unknown[] | undefined;
|
|
5354
5359
|
thread_ts?: string | undefined;
|
|
@@ -5363,11 +5368,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5363
5368
|
reply_users?: string[] | undefined;
|
|
5364
5369
|
is_locked?: boolean | undefined;
|
|
5365
5370
|
subscribed?: boolean | undefined;
|
|
5366
|
-
reactions?: {
|
|
5367
|
-
name: string;
|
|
5368
|
-
users: string[];
|
|
5369
|
-
count: number;
|
|
5370
|
-
}[] | undefined;
|
|
5371
5371
|
files?: {
|
|
5372
5372
|
id: string;
|
|
5373
5373
|
title?: string | undefined;
|
|
@@ -5389,16 +5389,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5389
5389
|
ts?: string | undefined;
|
|
5390
5390
|
channel?: string | undefined;
|
|
5391
5391
|
}, {
|
|
5392
|
-
error: string;
|
|
5393
5392
|
success: boolean;
|
|
5393
|
+
error: string;
|
|
5394
5394
|
operation: "send_message";
|
|
5395
5395
|
ok: boolean;
|
|
5396
5396
|
message?: {
|
|
5397
5397
|
type: string;
|
|
5398
|
+
username?: string | undefined;
|
|
5398
5399
|
text?: string | undefined;
|
|
5399
|
-
|
|
5400
|
+
reactions?: {
|
|
5401
|
+
name: string;
|
|
5402
|
+
count: number;
|
|
5403
|
+
users: string[];
|
|
5404
|
+
}[] | undefined;
|
|
5400
5405
|
ts?: string | undefined;
|
|
5401
|
-
|
|
5406
|
+
user?: string | undefined;
|
|
5402
5407
|
attachments?: unknown[] | undefined;
|
|
5403
5408
|
blocks?: unknown[] | undefined;
|
|
5404
5409
|
thread_ts?: string | undefined;
|
|
@@ -5413,11 +5418,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5413
5418
|
reply_users?: string[] | undefined;
|
|
5414
5419
|
is_locked?: boolean | undefined;
|
|
5415
5420
|
subscribed?: boolean | undefined;
|
|
5416
|
-
reactions?: {
|
|
5417
|
-
name: string;
|
|
5418
|
-
users: string[];
|
|
5419
|
-
count: number;
|
|
5420
|
-
}[] | undefined;
|
|
5421
5421
|
files?: {
|
|
5422
5422
|
id: string;
|
|
5423
5423
|
title?: string | undefined;
|
|
@@ -5495,11 +5495,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5495
5495
|
id: string;
|
|
5496
5496
|
created: number;
|
|
5497
5497
|
is_archived: boolean;
|
|
5498
|
+
is_private?: boolean | undefined;
|
|
5498
5499
|
is_channel?: boolean | undefined;
|
|
5499
5500
|
is_group?: boolean | undefined;
|
|
5500
5501
|
is_im?: boolean | undefined;
|
|
5501
5502
|
is_mpim?: boolean | undefined;
|
|
5502
|
-
is_private?: boolean | undefined;
|
|
5503
5503
|
is_general?: boolean | undefined;
|
|
5504
5504
|
unlinked?: number | undefined;
|
|
5505
5505
|
name_normalized?: string | undefined;
|
|
@@ -5528,11 +5528,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5528
5528
|
id: string;
|
|
5529
5529
|
created: number;
|
|
5530
5530
|
is_archived: boolean;
|
|
5531
|
+
is_private?: boolean | undefined;
|
|
5531
5532
|
is_channel?: boolean | undefined;
|
|
5532
5533
|
is_group?: boolean | undefined;
|
|
5533
5534
|
is_im?: boolean | undefined;
|
|
5534
5535
|
is_mpim?: boolean | undefined;
|
|
5535
|
-
is_private?: boolean | undefined;
|
|
5536
5536
|
is_general?: boolean | undefined;
|
|
5537
5537
|
unlinked?: number | undefined;
|
|
5538
5538
|
name_normalized?: string | undefined;
|
|
@@ -5567,8 +5567,8 @@ 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
5570
|
success: boolean;
|
|
5571
|
+
error: string;
|
|
5572
5572
|
operation: "list_channels";
|
|
5573
5573
|
ok: boolean;
|
|
5574
5574
|
response_metadata?: {
|
|
@@ -5579,11 +5579,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5579
5579
|
id: string;
|
|
5580
5580
|
created: number;
|
|
5581
5581
|
is_archived: boolean;
|
|
5582
|
+
is_private?: boolean | undefined;
|
|
5582
5583
|
is_channel?: boolean | undefined;
|
|
5583
5584
|
is_group?: boolean | undefined;
|
|
5584
5585
|
is_im?: boolean | undefined;
|
|
5585
5586
|
is_mpim?: boolean | undefined;
|
|
5586
|
-
is_private?: boolean | undefined;
|
|
5587
5587
|
is_general?: boolean | undefined;
|
|
5588
5588
|
unlinked?: number | undefined;
|
|
5589
5589
|
name_normalized?: string | undefined;
|
|
@@ -5609,8 +5609,8 @@ 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
5612
|
success: boolean;
|
|
5613
|
+
error: string;
|
|
5614
5614
|
operation: "list_channels";
|
|
5615
5615
|
ok: boolean;
|
|
5616
5616
|
response_metadata?: {
|
|
@@ -5621,11 +5621,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5621
5621
|
id: string;
|
|
5622
5622
|
created: number;
|
|
5623
5623
|
is_archived: boolean;
|
|
5624
|
+
is_private?: boolean | undefined;
|
|
5624
5625
|
is_channel?: boolean | undefined;
|
|
5625
5626
|
is_group?: boolean | undefined;
|
|
5626
5627
|
is_im?: boolean | undefined;
|
|
5627
5628
|
is_mpim?: boolean | undefined;
|
|
5628
|
-
is_private?: boolean | undefined;
|
|
5629
5629
|
is_general?: boolean | undefined;
|
|
5630
5630
|
unlinked?: number | undefined;
|
|
5631
5631
|
name_normalized?: string | undefined;
|
|
@@ -5707,11 +5707,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5707
5707
|
id: string;
|
|
5708
5708
|
created: number;
|
|
5709
5709
|
is_archived: boolean;
|
|
5710
|
+
is_private?: boolean | undefined;
|
|
5710
5711
|
is_channel?: boolean | undefined;
|
|
5711
5712
|
is_group?: boolean | undefined;
|
|
5712
5713
|
is_im?: boolean | undefined;
|
|
5713
5714
|
is_mpim?: boolean | undefined;
|
|
5714
|
-
is_private?: boolean | undefined;
|
|
5715
5715
|
is_general?: boolean | undefined;
|
|
5716
5716
|
unlinked?: number | undefined;
|
|
5717
5717
|
name_normalized?: string | undefined;
|
|
@@ -5740,11 +5740,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5740
5740
|
id: string;
|
|
5741
5741
|
created: number;
|
|
5742
5742
|
is_archived: boolean;
|
|
5743
|
+
is_private?: boolean | undefined;
|
|
5743
5744
|
is_channel?: boolean | undefined;
|
|
5744
5745
|
is_group?: boolean | undefined;
|
|
5745
5746
|
is_im?: boolean | undefined;
|
|
5746
5747
|
is_mpim?: boolean | undefined;
|
|
5747
|
-
is_private?: boolean | undefined;
|
|
5748
5748
|
is_general?: boolean | undefined;
|
|
5749
5749
|
unlinked?: number | undefined;
|
|
5750
5750
|
name_normalized?: string | undefined;
|
|
@@ -5772,8 +5772,8 @@ 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
5775
|
success: boolean;
|
|
5776
|
+
error: string;
|
|
5777
5777
|
operation: "get_channel_info";
|
|
5778
5778
|
ok: boolean;
|
|
5779
5779
|
channel?: {
|
|
@@ -5781,11 +5781,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5781
5781
|
id: string;
|
|
5782
5782
|
created: number;
|
|
5783
5783
|
is_archived: boolean;
|
|
5784
|
+
is_private?: boolean | undefined;
|
|
5784
5785
|
is_channel?: boolean | undefined;
|
|
5785
5786
|
is_group?: boolean | undefined;
|
|
5786
5787
|
is_im?: boolean | undefined;
|
|
5787
5788
|
is_mpim?: boolean | undefined;
|
|
5788
|
-
is_private?: boolean | undefined;
|
|
5789
5789
|
is_general?: boolean | undefined;
|
|
5790
5790
|
unlinked?: number | undefined;
|
|
5791
5791
|
name_normalized?: string | undefined;
|
|
@@ -5811,8 +5811,8 @@ 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
5814
|
success: boolean;
|
|
5815
|
+
error: string;
|
|
5816
5816
|
operation: "get_channel_info";
|
|
5817
5817
|
ok: boolean;
|
|
5818
5818
|
channel?: {
|
|
@@ -5820,11 +5820,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5820
5820
|
id: string;
|
|
5821
5821
|
created: number;
|
|
5822
5822
|
is_archived: boolean;
|
|
5823
|
+
is_private?: boolean | undefined;
|
|
5823
5824
|
is_channel?: boolean | undefined;
|
|
5824
5825
|
is_group?: boolean | undefined;
|
|
5825
5826
|
is_im?: boolean | undefined;
|
|
5826
5827
|
is_mpim?: boolean | undefined;
|
|
5827
|
-
is_private?: boolean | undefined;
|
|
5828
5828
|
is_general?: boolean | undefined;
|
|
5829
5829
|
unlinked?: number | undefined;
|
|
5830
5830
|
name_normalized?: string | undefined;
|
|
@@ -5890,9 +5890,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5890
5890
|
}, "strip", z.ZodTypeAny, {
|
|
5891
5891
|
title?: string | undefined;
|
|
5892
5892
|
email?: string | undefined;
|
|
5893
|
+
first_name?: string | undefined;
|
|
5894
|
+
last_name?: string | undefined;
|
|
5895
|
+
phone?: string | undefined;
|
|
5893
5896
|
fields?: Record<string, unknown> | undefined;
|
|
5894
5897
|
real_name?: string | undefined;
|
|
5895
|
-
phone?: string | undefined;
|
|
5896
5898
|
skype?: string | undefined;
|
|
5897
5899
|
real_name_normalized?: string | undefined;
|
|
5898
5900
|
display_name?: string | undefined;
|
|
@@ -5903,8 +5905,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5903
5905
|
avatar_hash?: string | undefined;
|
|
5904
5906
|
image_original?: string | undefined;
|
|
5905
5907
|
is_custom_image?: boolean | undefined;
|
|
5906
|
-
first_name?: string | undefined;
|
|
5907
|
-
last_name?: string | undefined;
|
|
5908
5908
|
image_24?: string | undefined;
|
|
5909
5909
|
image_32?: string | undefined;
|
|
5910
5910
|
image_48?: string | undefined;
|
|
@@ -5915,9 +5915,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5915
5915
|
}, {
|
|
5916
5916
|
title?: string | undefined;
|
|
5917
5917
|
email?: string | undefined;
|
|
5918
|
+
first_name?: string | undefined;
|
|
5919
|
+
last_name?: string | undefined;
|
|
5920
|
+
phone?: string | undefined;
|
|
5918
5921
|
fields?: Record<string, unknown> | undefined;
|
|
5919
5922
|
real_name?: string | undefined;
|
|
5920
|
-
phone?: string | undefined;
|
|
5921
5923
|
skype?: string | undefined;
|
|
5922
5924
|
real_name_normalized?: string | undefined;
|
|
5923
5925
|
display_name?: string | undefined;
|
|
@@ -5928,8 +5930,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5928
5930
|
avatar_hash?: string | undefined;
|
|
5929
5931
|
image_original?: string | undefined;
|
|
5930
5932
|
is_custom_image?: boolean | undefined;
|
|
5931
|
-
first_name?: string | undefined;
|
|
5932
|
-
last_name?: string | undefined;
|
|
5933
5933
|
image_24?: string | undefined;
|
|
5934
5934
|
image_32?: string | undefined;
|
|
5935
5935
|
image_48?: string | undefined;
|
|
@@ -5950,12 +5950,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5950
5950
|
}, "strip", z.ZodTypeAny, {
|
|
5951
5951
|
name: string;
|
|
5952
5952
|
id: string;
|
|
5953
|
+
color?: string | undefined;
|
|
5954
|
+
team_id?: string | undefined;
|
|
5955
|
+
deleted?: boolean | undefined;
|
|
5956
|
+
real_name?: string | undefined;
|
|
5957
|
+
tz?: string | undefined;
|
|
5958
|
+
tz_label?: string | undefined;
|
|
5959
|
+
tz_offset?: number | undefined;
|
|
5953
5960
|
profile?: {
|
|
5954
5961
|
title?: string | undefined;
|
|
5955
5962
|
email?: string | undefined;
|
|
5963
|
+
first_name?: string | undefined;
|
|
5964
|
+
last_name?: string | undefined;
|
|
5965
|
+
phone?: string | undefined;
|
|
5956
5966
|
fields?: Record<string, unknown> | undefined;
|
|
5957
5967
|
real_name?: string | undefined;
|
|
5958
|
-
phone?: string | undefined;
|
|
5959
5968
|
skype?: string | undefined;
|
|
5960
5969
|
real_name_normalized?: string | undefined;
|
|
5961
5970
|
display_name?: string | undefined;
|
|
@@ -5966,8 +5975,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5966
5975
|
avatar_hash?: string | undefined;
|
|
5967
5976
|
image_original?: string | undefined;
|
|
5968
5977
|
is_custom_image?: boolean | undefined;
|
|
5969
|
-
first_name?: string | undefined;
|
|
5970
|
-
last_name?: string | undefined;
|
|
5971
5978
|
image_24?: string | undefined;
|
|
5972
5979
|
image_32?: string | undefined;
|
|
5973
5980
|
image_48?: string | undefined;
|
|
@@ -5976,13 +5983,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5976
5983
|
image_512?: string | undefined;
|
|
5977
5984
|
image_1024?: string | undefined;
|
|
5978
5985
|
} | undefined;
|
|
5979
|
-
color?: string | undefined;
|
|
5980
|
-
team_id?: string | undefined;
|
|
5981
|
-
deleted?: boolean | undefined;
|
|
5982
|
-
real_name?: string | undefined;
|
|
5983
|
-
tz?: string | undefined;
|
|
5984
|
-
tz_label?: string | undefined;
|
|
5985
|
-
tz_offset?: number | undefined;
|
|
5986
5986
|
is_admin?: boolean | undefined;
|
|
5987
5987
|
is_owner?: boolean | undefined;
|
|
5988
5988
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5995,12 +5995,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5995
5995
|
}, {
|
|
5996
5996
|
name: string;
|
|
5997
5997
|
id: string;
|
|
5998
|
+
color?: string | undefined;
|
|
5999
|
+
team_id?: string | undefined;
|
|
6000
|
+
deleted?: boolean | undefined;
|
|
6001
|
+
real_name?: string | undefined;
|
|
6002
|
+
tz?: string | undefined;
|
|
6003
|
+
tz_label?: string | undefined;
|
|
6004
|
+
tz_offset?: number | undefined;
|
|
5998
6005
|
profile?: {
|
|
5999
6006
|
title?: string | undefined;
|
|
6000
6007
|
email?: string | undefined;
|
|
6008
|
+
first_name?: string | undefined;
|
|
6009
|
+
last_name?: string | undefined;
|
|
6010
|
+
phone?: string | undefined;
|
|
6001
6011
|
fields?: Record<string, unknown> | undefined;
|
|
6002
6012
|
real_name?: string | undefined;
|
|
6003
|
-
phone?: string | undefined;
|
|
6004
6013
|
skype?: string | undefined;
|
|
6005
6014
|
real_name_normalized?: string | undefined;
|
|
6006
6015
|
display_name?: string | undefined;
|
|
@@ -6011,8 +6020,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6011
6020
|
avatar_hash?: string | undefined;
|
|
6012
6021
|
image_original?: string | undefined;
|
|
6013
6022
|
is_custom_image?: boolean | undefined;
|
|
6014
|
-
first_name?: string | undefined;
|
|
6015
|
-
last_name?: string | undefined;
|
|
6016
6023
|
image_24?: string | undefined;
|
|
6017
6024
|
image_32?: string | undefined;
|
|
6018
6025
|
image_48?: string | undefined;
|
|
@@ -6021,13 +6028,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6021
6028
|
image_512?: string | undefined;
|
|
6022
6029
|
image_1024?: string | undefined;
|
|
6023
6030
|
} | undefined;
|
|
6024
|
-
color?: string | undefined;
|
|
6025
|
-
team_id?: string | undefined;
|
|
6026
|
-
deleted?: boolean | undefined;
|
|
6027
|
-
real_name?: string | undefined;
|
|
6028
|
-
tz?: string | undefined;
|
|
6029
|
-
tz_label?: string | undefined;
|
|
6030
|
-
tz_offset?: number | undefined;
|
|
6031
6031
|
is_admin?: boolean | undefined;
|
|
6032
6032
|
is_owner?: boolean | undefined;
|
|
6033
6033
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6041,19 +6041,28 @@ 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
6044
|
success: boolean;
|
|
6045
|
+
error: string;
|
|
6046
6046
|
operation: "get_user_info";
|
|
6047
6047
|
ok: boolean;
|
|
6048
6048
|
user?: {
|
|
6049
6049
|
name: string;
|
|
6050
6050
|
id: string;
|
|
6051
|
+
color?: string | undefined;
|
|
6052
|
+
team_id?: string | undefined;
|
|
6053
|
+
deleted?: boolean | undefined;
|
|
6054
|
+
real_name?: string | undefined;
|
|
6055
|
+
tz?: string | undefined;
|
|
6056
|
+
tz_label?: string | undefined;
|
|
6057
|
+
tz_offset?: number | undefined;
|
|
6051
6058
|
profile?: {
|
|
6052
6059
|
title?: string | undefined;
|
|
6053
6060
|
email?: string | undefined;
|
|
6061
|
+
first_name?: string | undefined;
|
|
6062
|
+
last_name?: string | undefined;
|
|
6063
|
+
phone?: string | undefined;
|
|
6054
6064
|
fields?: Record<string, unknown> | undefined;
|
|
6055
6065
|
real_name?: string | undefined;
|
|
6056
|
-
phone?: string | undefined;
|
|
6057
6066
|
skype?: string | undefined;
|
|
6058
6067
|
real_name_normalized?: string | undefined;
|
|
6059
6068
|
display_name?: string | undefined;
|
|
@@ -6064,8 +6073,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6064
6073
|
avatar_hash?: string | undefined;
|
|
6065
6074
|
image_original?: string | undefined;
|
|
6066
6075
|
is_custom_image?: boolean | undefined;
|
|
6067
|
-
first_name?: string | undefined;
|
|
6068
|
-
last_name?: string | undefined;
|
|
6069
6076
|
image_24?: string | undefined;
|
|
6070
6077
|
image_32?: string | undefined;
|
|
6071
6078
|
image_48?: string | undefined;
|
|
@@ -6074,13 +6081,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6074
6081
|
image_512?: string | undefined;
|
|
6075
6082
|
image_1024?: string | undefined;
|
|
6076
6083
|
} | undefined;
|
|
6077
|
-
color?: string | undefined;
|
|
6078
|
-
team_id?: string | undefined;
|
|
6079
|
-
deleted?: boolean | undefined;
|
|
6080
|
-
real_name?: string | undefined;
|
|
6081
|
-
tz?: string | undefined;
|
|
6082
|
-
tz_label?: string | undefined;
|
|
6083
|
-
tz_offset?: number | undefined;
|
|
6084
6084
|
is_admin?: boolean | undefined;
|
|
6085
6085
|
is_owner?: boolean | undefined;
|
|
6086
6086
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6092,19 +6092,28 @@ 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
6095
|
success: boolean;
|
|
6096
|
+
error: string;
|
|
6097
6097
|
operation: "get_user_info";
|
|
6098
6098
|
ok: boolean;
|
|
6099
6099
|
user?: {
|
|
6100
6100
|
name: string;
|
|
6101
6101
|
id: string;
|
|
6102
|
+
color?: string | undefined;
|
|
6103
|
+
team_id?: string | undefined;
|
|
6104
|
+
deleted?: boolean | undefined;
|
|
6105
|
+
real_name?: string | undefined;
|
|
6106
|
+
tz?: string | undefined;
|
|
6107
|
+
tz_label?: string | undefined;
|
|
6108
|
+
tz_offset?: number | undefined;
|
|
6102
6109
|
profile?: {
|
|
6103
6110
|
title?: string | undefined;
|
|
6104
6111
|
email?: string | undefined;
|
|
6112
|
+
first_name?: string | undefined;
|
|
6113
|
+
last_name?: string | undefined;
|
|
6114
|
+
phone?: string | undefined;
|
|
6105
6115
|
fields?: Record<string, unknown> | undefined;
|
|
6106
6116
|
real_name?: string | undefined;
|
|
6107
|
-
phone?: string | undefined;
|
|
6108
6117
|
skype?: string | undefined;
|
|
6109
6118
|
real_name_normalized?: string | undefined;
|
|
6110
6119
|
display_name?: string | undefined;
|
|
@@ -6115,8 +6124,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6115
6124
|
avatar_hash?: string | undefined;
|
|
6116
6125
|
image_original?: string | undefined;
|
|
6117
6126
|
is_custom_image?: boolean | undefined;
|
|
6118
|
-
first_name?: string | undefined;
|
|
6119
|
-
last_name?: string | undefined;
|
|
6120
6127
|
image_24?: string | undefined;
|
|
6121
6128
|
image_32?: string | undefined;
|
|
6122
6129
|
image_48?: string | undefined;
|
|
@@ -6125,13 +6132,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6125
6132
|
image_512?: string | undefined;
|
|
6126
6133
|
image_1024?: string | undefined;
|
|
6127
6134
|
} | undefined;
|
|
6128
|
-
color?: string | undefined;
|
|
6129
|
-
team_id?: string | undefined;
|
|
6130
|
-
deleted?: boolean | undefined;
|
|
6131
|
-
real_name?: string | undefined;
|
|
6132
|
-
tz?: string | undefined;
|
|
6133
|
-
tz_label?: string | undefined;
|
|
6134
|
-
tz_offset?: number | undefined;
|
|
6135
6135
|
is_admin?: boolean | undefined;
|
|
6136
6136
|
is_owner?: boolean | undefined;
|
|
6137
6137
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6183,9 +6183,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6183
6183
|
}, "strip", z.ZodTypeAny, {
|
|
6184
6184
|
title?: string | undefined;
|
|
6185
6185
|
email?: string | undefined;
|
|
6186
|
+
first_name?: string | undefined;
|
|
6187
|
+
last_name?: string | undefined;
|
|
6188
|
+
phone?: string | undefined;
|
|
6186
6189
|
fields?: Record<string, unknown> | undefined;
|
|
6187
6190
|
real_name?: string | undefined;
|
|
6188
|
-
phone?: string | undefined;
|
|
6189
6191
|
skype?: string | undefined;
|
|
6190
6192
|
real_name_normalized?: string | undefined;
|
|
6191
6193
|
display_name?: string | undefined;
|
|
@@ -6196,8 +6198,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6196
6198
|
avatar_hash?: string | undefined;
|
|
6197
6199
|
image_original?: string | undefined;
|
|
6198
6200
|
is_custom_image?: boolean | undefined;
|
|
6199
|
-
first_name?: string | undefined;
|
|
6200
|
-
last_name?: string | undefined;
|
|
6201
6201
|
image_24?: string | undefined;
|
|
6202
6202
|
image_32?: string | undefined;
|
|
6203
6203
|
image_48?: string | undefined;
|
|
@@ -6208,9 +6208,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6208
6208
|
}, {
|
|
6209
6209
|
title?: string | undefined;
|
|
6210
6210
|
email?: string | undefined;
|
|
6211
|
+
first_name?: string | undefined;
|
|
6212
|
+
last_name?: string | undefined;
|
|
6213
|
+
phone?: string | undefined;
|
|
6211
6214
|
fields?: Record<string, unknown> | undefined;
|
|
6212
6215
|
real_name?: string | undefined;
|
|
6213
|
-
phone?: string | undefined;
|
|
6214
6216
|
skype?: string | undefined;
|
|
6215
6217
|
real_name_normalized?: string | undefined;
|
|
6216
6218
|
display_name?: string | undefined;
|
|
@@ -6221,8 +6223,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6221
6223
|
avatar_hash?: string | undefined;
|
|
6222
6224
|
image_original?: string | undefined;
|
|
6223
6225
|
is_custom_image?: boolean | undefined;
|
|
6224
|
-
first_name?: string | undefined;
|
|
6225
|
-
last_name?: string | undefined;
|
|
6226
6226
|
image_24?: string | undefined;
|
|
6227
6227
|
image_32?: string | undefined;
|
|
6228
6228
|
image_48?: string | undefined;
|
|
@@ -6243,12 +6243,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6243
6243
|
}, "strip", z.ZodTypeAny, {
|
|
6244
6244
|
name: string;
|
|
6245
6245
|
id: string;
|
|
6246
|
+
color?: string | undefined;
|
|
6247
|
+
team_id?: string | undefined;
|
|
6248
|
+
deleted?: boolean | undefined;
|
|
6249
|
+
real_name?: string | undefined;
|
|
6250
|
+
tz?: string | undefined;
|
|
6251
|
+
tz_label?: string | undefined;
|
|
6252
|
+
tz_offset?: number | undefined;
|
|
6246
6253
|
profile?: {
|
|
6247
6254
|
title?: string | undefined;
|
|
6248
6255
|
email?: string | undefined;
|
|
6256
|
+
first_name?: string | undefined;
|
|
6257
|
+
last_name?: string | undefined;
|
|
6258
|
+
phone?: string | undefined;
|
|
6249
6259
|
fields?: Record<string, unknown> | undefined;
|
|
6250
6260
|
real_name?: string | undefined;
|
|
6251
|
-
phone?: string | undefined;
|
|
6252
6261
|
skype?: string | undefined;
|
|
6253
6262
|
real_name_normalized?: string | undefined;
|
|
6254
6263
|
display_name?: string | undefined;
|
|
@@ -6259,8 +6268,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6259
6268
|
avatar_hash?: string | undefined;
|
|
6260
6269
|
image_original?: string | undefined;
|
|
6261
6270
|
is_custom_image?: boolean | undefined;
|
|
6262
|
-
first_name?: string | undefined;
|
|
6263
|
-
last_name?: string | undefined;
|
|
6264
6271
|
image_24?: string | undefined;
|
|
6265
6272
|
image_32?: string | undefined;
|
|
6266
6273
|
image_48?: string | undefined;
|
|
@@ -6269,13 +6276,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6269
6276
|
image_512?: string | undefined;
|
|
6270
6277
|
image_1024?: string | undefined;
|
|
6271
6278
|
} | undefined;
|
|
6272
|
-
color?: string | undefined;
|
|
6273
|
-
team_id?: string | undefined;
|
|
6274
|
-
deleted?: boolean | undefined;
|
|
6275
|
-
real_name?: string | undefined;
|
|
6276
|
-
tz?: string | undefined;
|
|
6277
|
-
tz_label?: string | undefined;
|
|
6278
|
-
tz_offset?: number | undefined;
|
|
6279
6279
|
is_admin?: boolean | undefined;
|
|
6280
6280
|
is_owner?: boolean | undefined;
|
|
6281
6281
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6288,12 +6288,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6288
6288
|
}, {
|
|
6289
6289
|
name: string;
|
|
6290
6290
|
id: string;
|
|
6291
|
+
color?: string | undefined;
|
|
6292
|
+
team_id?: string | undefined;
|
|
6293
|
+
deleted?: boolean | undefined;
|
|
6294
|
+
real_name?: string | undefined;
|
|
6295
|
+
tz?: string | undefined;
|
|
6296
|
+
tz_label?: string | undefined;
|
|
6297
|
+
tz_offset?: number | undefined;
|
|
6291
6298
|
profile?: {
|
|
6292
6299
|
title?: string | undefined;
|
|
6293
6300
|
email?: string | undefined;
|
|
6301
|
+
first_name?: string | undefined;
|
|
6302
|
+
last_name?: string | undefined;
|
|
6303
|
+
phone?: string | undefined;
|
|
6294
6304
|
fields?: Record<string, unknown> | undefined;
|
|
6295
6305
|
real_name?: string | undefined;
|
|
6296
|
-
phone?: string | undefined;
|
|
6297
6306
|
skype?: string | undefined;
|
|
6298
6307
|
real_name_normalized?: string | undefined;
|
|
6299
6308
|
display_name?: string | undefined;
|
|
@@ -6304,8 +6313,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6304
6313
|
avatar_hash?: string | undefined;
|
|
6305
6314
|
image_original?: string | undefined;
|
|
6306
6315
|
is_custom_image?: boolean | undefined;
|
|
6307
|
-
first_name?: string | undefined;
|
|
6308
|
-
last_name?: string | undefined;
|
|
6309
6316
|
image_24?: string | undefined;
|
|
6310
6317
|
image_32?: string | undefined;
|
|
6311
6318
|
image_48?: string | undefined;
|
|
@@ -6314,13 +6321,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6314
6321
|
image_512?: string | undefined;
|
|
6315
6322
|
image_1024?: string | undefined;
|
|
6316
6323
|
} | undefined;
|
|
6317
|
-
color?: string | undefined;
|
|
6318
|
-
team_id?: string | undefined;
|
|
6319
|
-
deleted?: boolean | undefined;
|
|
6320
|
-
real_name?: string | undefined;
|
|
6321
|
-
tz?: string | undefined;
|
|
6322
|
-
tz_label?: string | undefined;
|
|
6323
|
-
tz_offset?: number | undefined;
|
|
6324
6324
|
is_admin?: boolean | undefined;
|
|
6325
6325
|
is_owner?: boolean | undefined;
|
|
6326
6326
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6341,8 +6341,8 @@ 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
6344
|
success: boolean;
|
|
6345
|
+
error: string;
|
|
6346
6346
|
operation: "list_users";
|
|
6347
6347
|
ok: boolean;
|
|
6348
6348
|
response_metadata?: {
|
|
@@ -6351,12 +6351,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6351
6351
|
members?: {
|
|
6352
6352
|
name: string;
|
|
6353
6353
|
id: string;
|
|
6354
|
+
color?: string | undefined;
|
|
6355
|
+
team_id?: string | undefined;
|
|
6356
|
+
deleted?: boolean | undefined;
|
|
6357
|
+
real_name?: string | undefined;
|
|
6358
|
+
tz?: string | undefined;
|
|
6359
|
+
tz_label?: string | undefined;
|
|
6360
|
+
tz_offset?: number | undefined;
|
|
6354
6361
|
profile?: {
|
|
6355
6362
|
title?: string | undefined;
|
|
6356
6363
|
email?: string | undefined;
|
|
6364
|
+
first_name?: string | undefined;
|
|
6365
|
+
last_name?: string | undefined;
|
|
6366
|
+
phone?: string | undefined;
|
|
6357
6367
|
fields?: Record<string, unknown> | undefined;
|
|
6358
6368
|
real_name?: string | undefined;
|
|
6359
|
-
phone?: string | undefined;
|
|
6360
6369
|
skype?: string | undefined;
|
|
6361
6370
|
real_name_normalized?: string | undefined;
|
|
6362
6371
|
display_name?: string | undefined;
|
|
@@ -6367,8 +6376,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6367
6376
|
avatar_hash?: string | undefined;
|
|
6368
6377
|
image_original?: string | undefined;
|
|
6369
6378
|
is_custom_image?: boolean | undefined;
|
|
6370
|
-
first_name?: string | undefined;
|
|
6371
|
-
last_name?: string | undefined;
|
|
6372
6379
|
image_24?: string | undefined;
|
|
6373
6380
|
image_32?: string | undefined;
|
|
6374
6381
|
image_48?: string | undefined;
|
|
@@ -6377,13 +6384,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6377
6384
|
image_512?: string | undefined;
|
|
6378
6385
|
image_1024?: string | undefined;
|
|
6379
6386
|
} | undefined;
|
|
6380
|
-
color?: string | undefined;
|
|
6381
|
-
team_id?: string | undefined;
|
|
6382
|
-
deleted?: boolean | undefined;
|
|
6383
|
-
real_name?: string | undefined;
|
|
6384
|
-
tz?: string | undefined;
|
|
6385
|
-
tz_label?: string | undefined;
|
|
6386
|
-
tz_offset?: number | undefined;
|
|
6387
6387
|
is_admin?: boolean | undefined;
|
|
6388
6388
|
is_owner?: boolean | undefined;
|
|
6389
6389
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6395,8 +6395,8 @@ 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
6398
|
success: boolean;
|
|
6399
|
+
error: string;
|
|
6400
6400
|
operation: "list_users";
|
|
6401
6401
|
ok: boolean;
|
|
6402
6402
|
response_metadata?: {
|
|
@@ -6405,12 +6405,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6405
6405
|
members?: {
|
|
6406
6406
|
name: string;
|
|
6407
6407
|
id: string;
|
|
6408
|
+
color?: string | undefined;
|
|
6409
|
+
team_id?: string | undefined;
|
|
6410
|
+
deleted?: boolean | undefined;
|
|
6411
|
+
real_name?: string | undefined;
|
|
6412
|
+
tz?: string | undefined;
|
|
6413
|
+
tz_label?: string | undefined;
|
|
6414
|
+
tz_offset?: number | undefined;
|
|
6408
6415
|
profile?: {
|
|
6409
6416
|
title?: string | undefined;
|
|
6410
6417
|
email?: string | undefined;
|
|
6418
|
+
first_name?: string | undefined;
|
|
6419
|
+
last_name?: string | undefined;
|
|
6420
|
+
phone?: string | undefined;
|
|
6411
6421
|
fields?: Record<string, unknown> | undefined;
|
|
6412
6422
|
real_name?: string | undefined;
|
|
6413
|
-
phone?: string | undefined;
|
|
6414
6423
|
skype?: string | undefined;
|
|
6415
6424
|
real_name_normalized?: string | undefined;
|
|
6416
6425
|
display_name?: string | undefined;
|
|
@@ -6421,8 +6430,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6421
6430
|
avatar_hash?: string | undefined;
|
|
6422
6431
|
image_original?: string | undefined;
|
|
6423
6432
|
is_custom_image?: boolean | undefined;
|
|
6424
|
-
first_name?: string | undefined;
|
|
6425
|
-
last_name?: string | undefined;
|
|
6426
6433
|
image_24?: string | undefined;
|
|
6427
6434
|
image_32?: string | undefined;
|
|
6428
6435
|
image_48?: string | undefined;
|
|
@@ -6431,13 +6438,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6431
6438
|
image_512?: string | undefined;
|
|
6432
6439
|
image_1024?: string | undefined;
|
|
6433
6440
|
} | undefined;
|
|
6434
|
-
color?: string | undefined;
|
|
6435
|
-
team_id?: string | undefined;
|
|
6436
|
-
deleted?: boolean | undefined;
|
|
6437
|
-
real_name?: string | undefined;
|
|
6438
|
-
tz?: string | undefined;
|
|
6439
|
-
tz_label?: string | undefined;
|
|
6440
|
-
tz_offset?: number | undefined;
|
|
6441
6441
|
is_admin?: boolean | undefined;
|
|
6442
6442
|
is_owner?: boolean | undefined;
|
|
6443
6443
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6481,12 +6481,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6481
6481
|
count: z.ZodNumber;
|
|
6482
6482
|
}, "strip", z.ZodTypeAny, {
|
|
6483
6483
|
name: string;
|
|
6484
|
-
users: string[];
|
|
6485
6484
|
count: number;
|
|
6485
|
+
users: string[];
|
|
6486
6486
|
}, {
|
|
6487
6487
|
name: string;
|
|
6488
|
-
users: string[];
|
|
6489
6488
|
count: number;
|
|
6489
|
+
users: string[];
|
|
6490
6490
|
}>, "many">>;
|
|
6491
6491
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6492
6492
|
id: z.ZodString;
|
|
@@ -6539,10 +6539,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6539
6539
|
}>, "many">>;
|
|
6540
6540
|
}, "strip", z.ZodTypeAny, {
|
|
6541
6541
|
type: string;
|
|
6542
|
+
username?: string | undefined;
|
|
6542
6543
|
text?: string | undefined;
|
|
6543
|
-
|
|
6544
|
+
reactions?: {
|
|
6545
|
+
name: string;
|
|
6546
|
+
count: number;
|
|
6547
|
+
users: string[];
|
|
6548
|
+
}[] | undefined;
|
|
6544
6549
|
ts?: string | undefined;
|
|
6545
|
-
|
|
6550
|
+
user?: string | undefined;
|
|
6546
6551
|
attachments?: unknown[] | undefined;
|
|
6547
6552
|
blocks?: unknown[] | undefined;
|
|
6548
6553
|
thread_ts?: string | undefined;
|
|
@@ -6557,11 +6562,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6557
6562
|
reply_users?: string[] | undefined;
|
|
6558
6563
|
is_locked?: boolean | undefined;
|
|
6559
6564
|
subscribed?: boolean | undefined;
|
|
6560
|
-
reactions?: {
|
|
6561
|
-
name: string;
|
|
6562
|
-
users: string[];
|
|
6563
|
-
count: number;
|
|
6564
|
-
}[] | undefined;
|
|
6565
6565
|
files?: {
|
|
6566
6566
|
id: string;
|
|
6567
6567
|
title?: string | undefined;
|
|
@@ -6581,10 +6581,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6581
6581
|
}[] | undefined;
|
|
6582
6582
|
}, {
|
|
6583
6583
|
type: string;
|
|
6584
|
+
username?: string | undefined;
|
|
6584
6585
|
text?: string | undefined;
|
|
6585
|
-
|
|
6586
|
+
reactions?: {
|
|
6587
|
+
name: string;
|
|
6588
|
+
count: number;
|
|
6589
|
+
users: string[];
|
|
6590
|
+
}[] | undefined;
|
|
6586
6591
|
ts?: string | undefined;
|
|
6587
|
-
|
|
6592
|
+
user?: string | undefined;
|
|
6588
6593
|
attachments?: unknown[] | undefined;
|
|
6589
6594
|
blocks?: unknown[] | undefined;
|
|
6590
6595
|
thread_ts?: string | undefined;
|
|
@@ -6599,11 +6604,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6599
6604
|
reply_users?: string[] | undefined;
|
|
6600
6605
|
is_locked?: boolean | undefined;
|
|
6601
6606
|
subscribed?: boolean | undefined;
|
|
6602
|
-
reactions?: {
|
|
6603
|
-
name: string;
|
|
6604
|
-
users: string[];
|
|
6605
|
-
count: number;
|
|
6606
|
-
}[] | undefined;
|
|
6607
6607
|
files?: {
|
|
6608
6608
|
id: string;
|
|
6609
6609
|
title?: string | undefined;
|
|
@@ -6633,19 +6633,21 @@ 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
6636
|
success: boolean;
|
|
6637
|
+
error: string;
|
|
6638
6638
|
operation: "get_conversation_history";
|
|
6639
6639
|
ok: boolean;
|
|
6640
|
-
response_metadata?: {
|
|
6641
|
-
next_cursor: string;
|
|
6642
|
-
} | undefined;
|
|
6643
6640
|
messages?: {
|
|
6644
6641
|
type: string;
|
|
6642
|
+
username?: string | undefined;
|
|
6645
6643
|
text?: string | undefined;
|
|
6646
|
-
|
|
6644
|
+
reactions?: {
|
|
6645
|
+
name: string;
|
|
6646
|
+
count: number;
|
|
6647
|
+
users: string[];
|
|
6648
|
+
}[] | undefined;
|
|
6647
6649
|
ts?: string | undefined;
|
|
6648
|
-
|
|
6650
|
+
user?: string | undefined;
|
|
6649
6651
|
attachments?: unknown[] | undefined;
|
|
6650
6652
|
blocks?: unknown[] | undefined;
|
|
6651
6653
|
thread_ts?: string | undefined;
|
|
@@ -6657,14 +6659,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6657
6659
|
reply_count?: number | undefined;
|
|
6658
6660
|
reply_users_count?: number | undefined;
|
|
6659
6661
|
latest_reply?: string | undefined;
|
|
6660
|
-
reply_users?: string[] | undefined;
|
|
6661
|
-
is_locked?: boolean | undefined;
|
|
6662
|
-
subscribed?: boolean | undefined;
|
|
6663
|
-
reactions?: {
|
|
6664
|
-
name: string;
|
|
6665
|
-
users: string[];
|
|
6666
|
-
count: number;
|
|
6667
|
-
}[] | undefined;
|
|
6662
|
+
reply_users?: string[] | undefined;
|
|
6663
|
+
is_locked?: boolean | undefined;
|
|
6664
|
+
subscribed?: boolean | undefined;
|
|
6668
6665
|
files?: {
|
|
6669
6666
|
id: string;
|
|
6670
6667
|
title?: string | undefined;
|
|
@@ -6683,21 +6680,26 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6683
6680
|
permalink?: string | undefined;
|
|
6684
6681
|
}[] | undefined;
|
|
6685
6682
|
}[] | undefined;
|
|
6683
|
+
response_metadata?: {
|
|
6684
|
+
next_cursor: string;
|
|
6685
|
+
} | undefined;
|
|
6686
6686
|
has_more?: boolean | undefined;
|
|
6687
6687
|
}, {
|
|
6688
|
-
error: string;
|
|
6689
6688
|
success: boolean;
|
|
6689
|
+
error: string;
|
|
6690
6690
|
operation: "get_conversation_history";
|
|
6691
6691
|
ok: boolean;
|
|
6692
|
-
response_metadata?: {
|
|
6693
|
-
next_cursor: string;
|
|
6694
|
-
} | undefined;
|
|
6695
6692
|
messages?: {
|
|
6696
6693
|
type: string;
|
|
6694
|
+
username?: string | undefined;
|
|
6697
6695
|
text?: string | undefined;
|
|
6698
|
-
|
|
6696
|
+
reactions?: {
|
|
6697
|
+
name: string;
|
|
6698
|
+
count: number;
|
|
6699
|
+
users: string[];
|
|
6700
|
+
}[] | undefined;
|
|
6699
6701
|
ts?: string | undefined;
|
|
6700
|
-
|
|
6702
|
+
user?: string | undefined;
|
|
6701
6703
|
attachments?: unknown[] | undefined;
|
|
6702
6704
|
blocks?: unknown[] | undefined;
|
|
6703
6705
|
thread_ts?: string | undefined;
|
|
@@ -6712,11 +6714,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6712
6714
|
reply_users?: string[] | undefined;
|
|
6713
6715
|
is_locked?: boolean | undefined;
|
|
6714
6716
|
subscribed?: boolean | undefined;
|
|
6715
|
-
reactions?: {
|
|
6716
|
-
name: string;
|
|
6717
|
-
users: string[];
|
|
6718
|
-
count: number;
|
|
6719
|
-
}[] | undefined;
|
|
6720
6717
|
files?: {
|
|
6721
6718
|
id: string;
|
|
6722
6719
|
title?: string | undefined;
|
|
@@ -6735,6 +6732,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6735
6732
|
permalink?: string | undefined;
|
|
6736
6733
|
}[] | undefined;
|
|
6737
6734
|
}[] | undefined;
|
|
6735
|
+
response_metadata?: {
|
|
6736
|
+
next_cursor: string;
|
|
6737
|
+
} | undefined;
|
|
6738
6738
|
has_more?: boolean | undefined;
|
|
6739
6739
|
}>, z.ZodObject<{
|
|
6740
6740
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -6769,12 +6769,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6769
6769
|
count: z.ZodNumber;
|
|
6770
6770
|
}, "strip", z.ZodTypeAny, {
|
|
6771
6771
|
name: string;
|
|
6772
|
-
users: string[];
|
|
6773
6772
|
count: number;
|
|
6773
|
+
users: string[];
|
|
6774
6774
|
}, {
|
|
6775
6775
|
name: string;
|
|
6776
|
-
users: string[];
|
|
6777
6776
|
count: number;
|
|
6777
|
+
users: string[];
|
|
6778
6778
|
}>, "many">>;
|
|
6779
6779
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6780
6780
|
id: z.ZodString;
|
|
@@ -6827,10 +6827,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6827
6827
|
}>, "many">>;
|
|
6828
6828
|
}, "strip", z.ZodTypeAny, {
|
|
6829
6829
|
type: string;
|
|
6830
|
+
username?: string | undefined;
|
|
6830
6831
|
text?: string | undefined;
|
|
6831
|
-
|
|
6832
|
+
reactions?: {
|
|
6833
|
+
name: string;
|
|
6834
|
+
count: number;
|
|
6835
|
+
users: string[];
|
|
6836
|
+
}[] | undefined;
|
|
6832
6837
|
ts?: string | undefined;
|
|
6833
|
-
|
|
6838
|
+
user?: string | undefined;
|
|
6834
6839
|
attachments?: unknown[] | undefined;
|
|
6835
6840
|
blocks?: unknown[] | undefined;
|
|
6836
6841
|
thread_ts?: string | undefined;
|
|
@@ -6845,11 +6850,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6845
6850
|
reply_users?: string[] | undefined;
|
|
6846
6851
|
is_locked?: boolean | undefined;
|
|
6847
6852
|
subscribed?: boolean | undefined;
|
|
6848
|
-
reactions?: {
|
|
6849
|
-
name: string;
|
|
6850
|
-
users: string[];
|
|
6851
|
-
count: number;
|
|
6852
|
-
}[] | undefined;
|
|
6853
6853
|
files?: {
|
|
6854
6854
|
id: string;
|
|
6855
6855
|
title?: string | undefined;
|
|
@@ -6869,10 +6869,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6869
6869
|
}[] | undefined;
|
|
6870
6870
|
}, {
|
|
6871
6871
|
type: string;
|
|
6872
|
+
username?: string | undefined;
|
|
6872
6873
|
text?: string | undefined;
|
|
6873
|
-
|
|
6874
|
+
reactions?: {
|
|
6875
|
+
name: string;
|
|
6876
|
+
count: number;
|
|
6877
|
+
users: string[];
|
|
6878
|
+
}[] | undefined;
|
|
6874
6879
|
ts?: string | undefined;
|
|
6875
|
-
|
|
6880
|
+
user?: string | undefined;
|
|
6876
6881
|
attachments?: unknown[] | undefined;
|
|
6877
6882
|
blocks?: unknown[] | undefined;
|
|
6878
6883
|
thread_ts?: string | undefined;
|
|
@@ -6887,11 +6892,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6887
6892
|
reply_users?: string[] | undefined;
|
|
6888
6893
|
is_locked?: boolean | undefined;
|
|
6889
6894
|
subscribed?: boolean | undefined;
|
|
6890
|
-
reactions?: {
|
|
6891
|
-
name: string;
|
|
6892
|
-
users: string[];
|
|
6893
|
-
count: number;
|
|
6894
|
-
}[] | undefined;
|
|
6895
6895
|
files?: {
|
|
6896
6896
|
id: string;
|
|
6897
6897
|
title?: string | undefined;
|
|
@@ -6921,19 +6921,21 @@ 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
6924
|
success: boolean;
|
|
6925
|
+
error: string;
|
|
6926
6926
|
operation: "get_thread_replies";
|
|
6927
6927
|
ok: boolean;
|
|
6928
|
-
response_metadata?: {
|
|
6929
|
-
next_cursor: string;
|
|
6930
|
-
} | undefined;
|
|
6931
6928
|
messages?: {
|
|
6932
6929
|
type: string;
|
|
6930
|
+
username?: string | undefined;
|
|
6933
6931
|
text?: string | undefined;
|
|
6934
|
-
|
|
6932
|
+
reactions?: {
|
|
6933
|
+
name: string;
|
|
6934
|
+
count: number;
|
|
6935
|
+
users: string[];
|
|
6936
|
+
}[] | undefined;
|
|
6935
6937
|
ts?: string | undefined;
|
|
6936
|
-
|
|
6938
|
+
user?: string | undefined;
|
|
6937
6939
|
attachments?: unknown[] | undefined;
|
|
6938
6940
|
blocks?: unknown[] | undefined;
|
|
6939
6941
|
thread_ts?: string | undefined;
|
|
@@ -6948,11 +6950,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6948
6950
|
reply_users?: string[] | undefined;
|
|
6949
6951
|
is_locked?: boolean | undefined;
|
|
6950
6952
|
subscribed?: boolean | undefined;
|
|
6951
|
-
reactions?: {
|
|
6952
|
-
name: string;
|
|
6953
|
-
users: string[];
|
|
6954
|
-
count: number;
|
|
6955
|
-
}[] | undefined;
|
|
6956
6953
|
files?: {
|
|
6957
6954
|
id: string;
|
|
6958
6955
|
title?: string | undefined;
|
|
@@ -6971,21 +6968,26 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6971
6968
|
permalink?: string | undefined;
|
|
6972
6969
|
}[] | undefined;
|
|
6973
6970
|
}[] | undefined;
|
|
6971
|
+
response_metadata?: {
|
|
6972
|
+
next_cursor: string;
|
|
6973
|
+
} | undefined;
|
|
6974
6974
|
has_more?: boolean | undefined;
|
|
6975
6975
|
}, {
|
|
6976
|
-
error: string;
|
|
6977
6976
|
success: boolean;
|
|
6977
|
+
error: string;
|
|
6978
6978
|
operation: "get_thread_replies";
|
|
6979
6979
|
ok: boolean;
|
|
6980
|
-
response_metadata?: {
|
|
6981
|
-
next_cursor: string;
|
|
6982
|
-
} | undefined;
|
|
6983
6980
|
messages?: {
|
|
6984
6981
|
type: string;
|
|
6982
|
+
username?: string | undefined;
|
|
6985
6983
|
text?: string | undefined;
|
|
6986
|
-
|
|
6984
|
+
reactions?: {
|
|
6985
|
+
name: string;
|
|
6986
|
+
count: number;
|
|
6987
|
+
users: string[];
|
|
6988
|
+
}[] | undefined;
|
|
6987
6989
|
ts?: string | undefined;
|
|
6988
|
-
|
|
6990
|
+
user?: string | undefined;
|
|
6989
6991
|
attachments?: unknown[] | undefined;
|
|
6990
6992
|
blocks?: unknown[] | undefined;
|
|
6991
6993
|
thread_ts?: string | undefined;
|
|
@@ -7000,11 +7002,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7000
7002
|
reply_users?: string[] | undefined;
|
|
7001
7003
|
is_locked?: boolean | undefined;
|
|
7002
7004
|
subscribed?: boolean | undefined;
|
|
7003
|
-
reactions?: {
|
|
7004
|
-
name: string;
|
|
7005
|
-
users: string[];
|
|
7006
|
-
count: number;
|
|
7007
|
-
}[] | undefined;
|
|
7008
7005
|
files?: {
|
|
7009
7006
|
id: string;
|
|
7010
7007
|
title?: string | undefined;
|
|
@@ -7023,6 +7020,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7023
7020
|
permalink?: string | undefined;
|
|
7024
7021
|
}[] | undefined;
|
|
7025
7022
|
}[] | undefined;
|
|
7023
|
+
response_metadata?: {
|
|
7024
|
+
next_cursor: string;
|
|
7025
|
+
} | undefined;
|
|
7026
7026
|
has_more?: boolean | undefined;
|
|
7027
7027
|
}>, z.ZodObject<{
|
|
7028
7028
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -7060,12 +7060,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7060
7060
|
count: z.ZodNumber;
|
|
7061
7061
|
}, "strip", z.ZodTypeAny, {
|
|
7062
7062
|
name: string;
|
|
7063
|
-
users: string[];
|
|
7064
7063
|
count: number;
|
|
7064
|
+
users: string[];
|
|
7065
7065
|
}, {
|
|
7066
7066
|
name: string;
|
|
7067
|
-
users: string[];
|
|
7068
7067
|
count: number;
|
|
7068
|
+
users: string[];
|
|
7069
7069
|
}>, "many">>;
|
|
7070
7070
|
files: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7071
7071
|
id: z.ZodString;
|
|
@@ -7118,10 +7118,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7118
7118
|
}>, "many">>;
|
|
7119
7119
|
}, "strip", z.ZodTypeAny, {
|
|
7120
7120
|
type: string;
|
|
7121
|
+
username?: string | undefined;
|
|
7121
7122
|
text?: string | undefined;
|
|
7122
|
-
|
|
7123
|
+
reactions?: {
|
|
7124
|
+
name: string;
|
|
7125
|
+
count: number;
|
|
7126
|
+
users: string[];
|
|
7127
|
+
}[] | undefined;
|
|
7123
7128
|
ts?: string | undefined;
|
|
7124
|
-
|
|
7129
|
+
user?: string | undefined;
|
|
7125
7130
|
attachments?: unknown[] | undefined;
|
|
7126
7131
|
blocks?: unknown[] | undefined;
|
|
7127
7132
|
thread_ts?: string | undefined;
|
|
@@ -7136,11 +7141,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7136
7141
|
reply_users?: string[] | undefined;
|
|
7137
7142
|
is_locked?: boolean | undefined;
|
|
7138
7143
|
subscribed?: boolean | undefined;
|
|
7139
|
-
reactions?: {
|
|
7140
|
-
name: string;
|
|
7141
|
-
users: string[];
|
|
7142
|
-
count: number;
|
|
7143
|
-
}[] | undefined;
|
|
7144
7144
|
files?: {
|
|
7145
7145
|
id: string;
|
|
7146
7146
|
title?: string | undefined;
|
|
@@ -7160,10 +7160,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7160
7160
|
}[] | undefined;
|
|
7161
7161
|
}, {
|
|
7162
7162
|
type: string;
|
|
7163
|
+
username?: string | undefined;
|
|
7163
7164
|
text?: string | undefined;
|
|
7164
|
-
|
|
7165
|
+
reactions?: {
|
|
7166
|
+
name: string;
|
|
7167
|
+
count: number;
|
|
7168
|
+
users: string[];
|
|
7169
|
+
}[] | undefined;
|
|
7165
7170
|
ts?: string | undefined;
|
|
7166
|
-
|
|
7171
|
+
user?: string | undefined;
|
|
7167
7172
|
attachments?: unknown[] | undefined;
|
|
7168
7173
|
blocks?: unknown[] | undefined;
|
|
7169
7174
|
thread_ts?: string | undefined;
|
|
@@ -7178,11 +7183,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7178
7183
|
reply_users?: string[] | undefined;
|
|
7179
7184
|
is_locked?: boolean | undefined;
|
|
7180
7185
|
subscribed?: boolean | undefined;
|
|
7181
|
-
reactions?: {
|
|
7182
|
-
name: string;
|
|
7183
|
-
users: string[];
|
|
7184
|
-
count: number;
|
|
7185
|
-
}[] | undefined;
|
|
7186
7186
|
files?: {
|
|
7187
7187
|
id: string;
|
|
7188
7188
|
title?: string | undefined;
|
|
@@ -7204,16 +7204,21 @@ 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
7207
|
success: boolean;
|
|
7208
|
+
error: string;
|
|
7209
7209
|
operation: "update_message";
|
|
7210
7210
|
ok: boolean;
|
|
7211
7211
|
message?: {
|
|
7212
7212
|
type: string;
|
|
7213
|
+
username?: string | undefined;
|
|
7213
7214
|
text?: string | undefined;
|
|
7214
|
-
|
|
7215
|
+
reactions?: {
|
|
7216
|
+
name: string;
|
|
7217
|
+
count: number;
|
|
7218
|
+
users: string[];
|
|
7219
|
+
}[] | undefined;
|
|
7215
7220
|
ts?: string | undefined;
|
|
7216
|
-
|
|
7221
|
+
user?: string | undefined;
|
|
7217
7222
|
attachments?: unknown[] | undefined;
|
|
7218
7223
|
blocks?: unknown[] | undefined;
|
|
7219
7224
|
thread_ts?: string | undefined;
|
|
@@ -7228,11 +7233,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7228
7233
|
reply_users?: string[] | undefined;
|
|
7229
7234
|
is_locked?: boolean | undefined;
|
|
7230
7235
|
subscribed?: boolean | undefined;
|
|
7231
|
-
reactions?: {
|
|
7232
|
-
name: string;
|
|
7233
|
-
users: string[];
|
|
7234
|
-
count: number;
|
|
7235
|
-
}[] | undefined;
|
|
7236
7236
|
files?: {
|
|
7237
7237
|
id: string;
|
|
7238
7238
|
title?: string | undefined;
|
|
@@ -7255,16 +7255,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7255
7255
|
ts?: string | undefined;
|
|
7256
7256
|
channel?: string | undefined;
|
|
7257
7257
|
}, {
|
|
7258
|
-
error: string;
|
|
7259
7258
|
success: boolean;
|
|
7259
|
+
error: string;
|
|
7260
7260
|
operation: "update_message";
|
|
7261
7261
|
ok: boolean;
|
|
7262
7262
|
message?: {
|
|
7263
7263
|
type: string;
|
|
7264
|
+
username?: string | undefined;
|
|
7264
7265
|
text?: string | undefined;
|
|
7265
|
-
|
|
7266
|
+
reactions?: {
|
|
7267
|
+
name: string;
|
|
7268
|
+
count: number;
|
|
7269
|
+
users: string[];
|
|
7270
|
+
}[] | undefined;
|
|
7266
7271
|
ts?: string | undefined;
|
|
7267
|
-
|
|
7272
|
+
user?: string | undefined;
|
|
7268
7273
|
attachments?: unknown[] | undefined;
|
|
7269
7274
|
blocks?: unknown[] | undefined;
|
|
7270
7275
|
thread_ts?: string | undefined;
|
|
@@ -7279,11 +7284,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7279
7284
|
reply_users?: string[] | undefined;
|
|
7280
7285
|
is_locked?: boolean | undefined;
|
|
7281
7286
|
subscribed?: boolean | undefined;
|
|
7282
|
-
reactions?: {
|
|
7283
|
-
name: string;
|
|
7284
|
-
users: string[];
|
|
7285
|
-
count: number;
|
|
7286
|
-
}[] | undefined;
|
|
7287
7287
|
files?: {
|
|
7288
7288
|
id: string;
|
|
7289
7289
|
title?: string | undefined;
|
|
@@ -7313,15 +7313,15 @@ 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
7316
|
success: boolean;
|
|
7317
|
+
error: string;
|
|
7318
7318
|
operation: "delete_message";
|
|
7319
7319
|
ok: boolean;
|
|
7320
7320
|
ts?: string | undefined;
|
|
7321
7321
|
channel?: string | undefined;
|
|
7322
7322
|
}, {
|
|
7323
|
-
error: string;
|
|
7324
7323
|
success: boolean;
|
|
7324
|
+
error: string;
|
|
7325
7325
|
operation: "delete_message";
|
|
7326
7326
|
ok: boolean;
|
|
7327
7327
|
ts?: string | undefined;
|
|
@@ -7332,13 +7332,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7332
7332
|
error: z.ZodString;
|
|
7333
7333
|
success: z.ZodBoolean;
|
|
7334
7334
|
}, "strip", z.ZodTypeAny, {
|
|
7335
|
-
error: string;
|
|
7336
7335
|
success: boolean;
|
|
7336
|
+
error: string;
|
|
7337
7337
|
operation: "add_reaction";
|
|
7338
7338
|
ok: boolean;
|
|
7339
7339
|
}, {
|
|
7340
|
-
error: string;
|
|
7341
7340
|
success: boolean;
|
|
7341
|
+
error: string;
|
|
7342
7342
|
operation: "add_reaction";
|
|
7343
7343
|
ok: boolean;
|
|
7344
7344
|
}>, z.ZodObject<{
|
|
@@ -7347,13 +7347,13 @@ 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
7350
|
success: boolean;
|
|
7351
|
+
error: string;
|
|
7352
7352
|
operation: "remove_reaction";
|
|
7353
7353
|
ok: boolean;
|
|
7354
7354
|
}, {
|
|
7355
|
-
error: string;
|
|
7356
7355
|
success: boolean;
|
|
7356
|
+
error: string;
|
|
7357
7357
|
operation: "remove_reaction";
|
|
7358
7358
|
ok: boolean;
|
|
7359
7359
|
}>, z.ZodObject<{
|
|
@@ -7413,11 +7413,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7413
7413
|
id: string;
|
|
7414
7414
|
created: number;
|
|
7415
7415
|
is_archived: boolean;
|
|
7416
|
+
is_private?: boolean | undefined;
|
|
7416
7417
|
is_channel?: boolean | undefined;
|
|
7417
7418
|
is_group?: boolean | undefined;
|
|
7418
7419
|
is_im?: boolean | undefined;
|
|
7419
7420
|
is_mpim?: boolean | undefined;
|
|
7420
|
-
is_private?: boolean | undefined;
|
|
7421
7421
|
is_general?: boolean | undefined;
|
|
7422
7422
|
unlinked?: number | undefined;
|
|
7423
7423
|
name_normalized?: string | undefined;
|
|
@@ -7446,11 +7446,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7446
7446
|
id: string;
|
|
7447
7447
|
created: number;
|
|
7448
7448
|
is_archived: boolean;
|
|
7449
|
+
is_private?: boolean | undefined;
|
|
7449
7450
|
is_channel?: boolean | undefined;
|
|
7450
7451
|
is_group?: boolean | undefined;
|
|
7451
7452
|
is_im?: boolean | undefined;
|
|
7452
7453
|
is_mpim?: boolean | undefined;
|
|
7453
|
-
is_private?: boolean | undefined;
|
|
7454
7454
|
is_general?: boolean | undefined;
|
|
7455
7455
|
unlinked?: number | undefined;
|
|
7456
7456
|
name_normalized?: string | undefined;
|
|
@@ -7479,8 +7479,8 @@ 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
7482
|
success: boolean;
|
|
7483
|
+
error: string;
|
|
7484
7484
|
operation: "join_channel";
|
|
7485
7485
|
ok: boolean;
|
|
7486
7486
|
channel?: {
|
|
@@ -7488,11 +7488,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7488
7488
|
id: string;
|
|
7489
7489
|
created: number;
|
|
7490
7490
|
is_archived: boolean;
|
|
7491
|
+
is_private?: boolean | undefined;
|
|
7491
7492
|
is_channel?: boolean | undefined;
|
|
7492
7493
|
is_group?: boolean | undefined;
|
|
7493
7494
|
is_im?: boolean | undefined;
|
|
7494
7495
|
is_mpim?: boolean | undefined;
|
|
7495
|
-
is_private?: boolean | undefined;
|
|
7496
7496
|
is_general?: boolean | undefined;
|
|
7497
7497
|
unlinked?: number | undefined;
|
|
7498
7498
|
name_normalized?: string | undefined;
|
|
@@ -7519,8 +7519,8 @@ 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
7522
|
success: boolean;
|
|
7523
|
+
error: string;
|
|
7524
7524
|
operation: "join_channel";
|
|
7525
7525
|
ok: boolean;
|
|
7526
7526
|
channel?: {
|
|
@@ -7528,11 +7528,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7528
7528
|
id: string;
|
|
7529
7529
|
created: number;
|
|
7530
7530
|
is_archived: boolean;
|
|
7531
|
+
is_private?: boolean | undefined;
|
|
7531
7532
|
is_channel?: boolean | undefined;
|
|
7532
7533
|
is_group?: boolean | undefined;
|
|
7533
7534
|
is_im?: boolean | undefined;
|
|
7534
7535
|
is_mpim?: boolean | undefined;
|
|
7535
|
-
is_private?: boolean | undefined;
|
|
7536
7536
|
is_general?: boolean | undefined;
|
|
7537
7537
|
unlinked?: number | undefined;
|
|
7538
7538
|
name_normalized?: string | undefined;
|
|
@@ -7630,7 +7630,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7630
7630
|
channel_name: string;
|
|
7631
7631
|
}>, "many">>>;
|
|
7632
7632
|
}, "strip", z.ZodTypeAny, {
|
|
7633
|
-
|
|
7633
|
+
private?: Record<string, {
|
|
7634
7634
|
ts: string;
|
|
7635
7635
|
team_id: string;
|
|
7636
7636
|
reply_count: number;
|
|
@@ -7638,7 +7638,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7638
7638
|
reply_users: string[];
|
|
7639
7639
|
channel_name: string;
|
|
7640
7640
|
}[]> | undefined;
|
|
7641
|
-
|
|
7641
|
+
public?: Record<string, {
|
|
7642
7642
|
ts: string;
|
|
7643
7643
|
team_id: string;
|
|
7644
7644
|
reply_count: number;
|
|
@@ -7647,7 +7647,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7647
7647
|
channel_name: string;
|
|
7648
7648
|
}[]> | undefined;
|
|
7649
7649
|
}, {
|
|
7650
|
-
|
|
7650
|
+
private?: Record<string, {
|
|
7651
7651
|
ts: string;
|
|
7652
7652
|
team_id: string;
|
|
7653
7653
|
reply_count: number;
|
|
@@ -7655,7 +7655,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7655
7655
|
reply_users: string[];
|
|
7656
7656
|
channel_name: string;
|
|
7657
7657
|
}[]> | undefined;
|
|
7658
|
-
|
|
7658
|
+
public?: Record<string, {
|
|
7659
7659
|
ts: string;
|
|
7660
7660
|
team_id: string;
|
|
7661
7661
|
reply_count: number;
|
|
@@ -7671,9 +7671,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7671
7671
|
}, "strip", z.ZodTypeAny, {
|
|
7672
7672
|
name: string;
|
|
7673
7673
|
id: string;
|
|
7674
|
-
user: string;
|
|
7675
7674
|
username: string;
|
|
7676
7675
|
timestamp: number;
|
|
7676
|
+
user: string;
|
|
7677
7677
|
created: number;
|
|
7678
7678
|
mimetype: string;
|
|
7679
7679
|
filetype: string;
|
|
@@ -7690,10 +7690,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7690
7690
|
public_url_shared: boolean;
|
|
7691
7691
|
display_as_bot: boolean;
|
|
7692
7692
|
title?: string | undefined;
|
|
7693
|
-
channels?: string[] | undefined;
|
|
7694
|
-
permalink_public?: string | undefined;
|
|
7695
7693
|
shares?: {
|
|
7696
|
-
|
|
7694
|
+
private?: Record<string, {
|
|
7697
7695
|
ts: string;
|
|
7698
7696
|
team_id: string;
|
|
7699
7697
|
reply_count: number;
|
|
@@ -7701,7 +7699,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7701
7699
|
reply_users: string[];
|
|
7702
7700
|
channel_name: string;
|
|
7703
7701
|
}[]> | undefined;
|
|
7704
|
-
|
|
7702
|
+
public?: Record<string, {
|
|
7705
7703
|
ts: string;
|
|
7706
7704
|
team_id: string;
|
|
7707
7705
|
reply_count: number;
|
|
@@ -7710,15 +7708,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7710
7708
|
channel_name: string;
|
|
7711
7709
|
}[]> | undefined;
|
|
7712
7710
|
} | undefined;
|
|
7711
|
+
channels?: string[] | undefined;
|
|
7712
|
+
permalink_public?: string | undefined;
|
|
7713
7713
|
groups?: string[] | undefined;
|
|
7714
7714
|
ims?: string[] | undefined;
|
|
7715
7715
|
has_rich_preview?: boolean | undefined;
|
|
7716
7716
|
}, {
|
|
7717
7717
|
name: string;
|
|
7718
7718
|
id: string;
|
|
7719
|
-
user: string;
|
|
7720
7719
|
username: string;
|
|
7721
7720
|
timestamp: number;
|
|
7721
|
+
user: string;
|
|
7722
7722
|
created: number;
|
|
7723
7723
|
mimetype: string;
|
|
7724
7724
|
filetype: string;
|
|
@@ -7735,10 +7735,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7735
7735
|
public_url_shared: boolean;
|
|
7736
7736
|
display_as_bot: boolean;
|
|
7737
7737
|
title?: string | undefined;
|
|
7738
|
-
channels?: string[] | undefined;
|
|
7739
|
-
permalink_public?: string | undefined;
|
|
7740
7738
|
shares?: {
|
|
7741
|
-
|
|
7739
|
+
private?: Record<string, {
|
|
7742
7740
|
ts: string;
|
|
7743
7741
|
team_id: string;
|
|
7744
7742
|
reply_count: number;
|
|
@@ -7746,7 +7744,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7746
7744
|
reply_users: string[];
|
|
7747
7745
|
channel_name: string;
|
|
7748
7746
|
}[]> | undefined;
|
|
7749
|
-
|
|
7747
|
+
public?: Record<string, {
|
|
7750
7748
|
ts: string;
|
|
7751
7749
|
team_id: string;
|
|
7752
7750
|
reply_count: number;
|
|
@@ -7755,6 +7753,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7755
7753
|
channel_name: string;
|
|
7756
7754
|
}[]> | undefined;
|
|
7757
7755
|
} | undefined;
|
|
7756
|
+
channels?: string[] | undefined;
|
|
7757
|
+
permalink_public?: string | undefined;
|
|
7758
7758
|
groups?: string[] | undefined;
|
|
7759
7759
|
ims?: string[] | undefined;
|
|
7760
7760
|
has_rich_preview?: boolean | undefined;
|
|
@@ -7762,16 +7762,16 @@ 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
7765
|
success: boolean;
|
|
7766
|
+
error: string;
|
|
7767
7767
|
operation: "upload_file";
|
|
7768
7768
|
ok: boolean;
|
|
7769
7769
|
file?: {
|
|
7770
7770
|
name: string;
|
|
7771
7771
|
id: string;
|
|
7772
|
-
user: string;
|
|
7773
7772
|
username: string;
|
|
7774
7773
|
timestamp: number;
|
|
7774
|
+
user: string;
|
|
7775
7775
|
created: number;
|
|
7776
7776
|
mimetype: string;
|
|
7777
7777
|
filetype: string;
|
|
@@ -7788,10 +7788,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7788
7788
|
public_url_shared: boolean;
|
|
7789
7789
|
display_as_bot: boolean;
|
|
7790
7790
|
title?: string | undefined;
|
|
7791
|
-
channels?: string[] | undefined;
|
|
7792
|
-
permalink_public?: string | undefined;
|
|
7793
7791
|
shares?: {
|
|
7794
|
-
|
|
7792
|
+
private?: Record<string, {
|
|
7795
7793
|
ts: string;
|
|
7796
7794
|
team_id: string;
|
|
7797
7795
|
reply_count: number;
|
|
@@ -7799,7 +7797,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7799
7797
|
reply_users: string[];
|
|
7800
7798
|
channel_name: string;
|
|
7801
7799
|
}[]> | undefined;
|
|
7802
|
-
|
|
7800
|
+
public?: Record<string, {
|
|
7803
7801
|
ts: string;
|
|
7804
7802
|
team_id: string;
|
|
7805
7803
|
reply_count: number;
|
|
@@ -7808,21 +7806,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7808
7806
|
channel_name: string;
|
|
7809
7807
|
}[]> | undefined;
|
|
7810
7808
|
} | undefined;
|
|
7809
|
+
channels?: string[] | undefined;
|
|
7810
|
+
permalink_public?: string | undefined;
|
|
7811
7811
|
groups?: string[] | undefined;
|
|
7812
7812
|
ims?: string[] | undefined;
|
|
7813
7813
|
has_rich_preview?: boolean | undefined;
|
|
7814
7814
|
} | undefined;
|
|
7815
7815
|
}, {
|
|
7816
|
-
error: string;
|
|
7817
7816
|
success: boolean;
|
|
7817
|
+
error: string;
|
|
7818
7818
|
operation: "upload_file";
|
|
7819
7819
|
ok: boolean;
|
|
7820
7820
|
file?: {
|
|
7821
7821
|
name: string;
|
|
7822
7822
|
id: string;
|
|
7823
|
-
user: string;
|
|
7824
7823
|
username: string;
|
|
7825
7824
|
timestamp: number;
|
|
7825
|
+
user: string;
|
|
7826
7826
|
created: number;
|
|
7827
7827
|
mimetype: string;
|
|
7828
7828
|
filetype: string;
|
|
@@ -7839,10 +7839,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7839
7839
|
public_url_shared: boolean;
|
|
7840
7840
|
display_as_bot: boolean;
|
|
7841
7841
|
title?: string | undefined;
|
|
7842
|
-
channels?: string[] | undefined;
|
|
7843
|
-
permalink_public?: string | undefined;
|
|
7844
7842
|
shares?: {
|
|
7845
|
-
|
|
7843
|
+
private?: Record<string, {
|
|
7846
7844
|
ts: string;
|
|
7847
7845
|
team_id: string;
|
|
7848
7846
|
reply_count: number;
|
|
@@ -7850,7 +7848,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7850
7848
|
reply_users: string[];
|
|
7851
7849
|
channel_name: string;
|
|
7852
7850
|
}[]> | undefined;
|
|
7853
|
-
|
|
7851
|
+
public?: Record<string, {
|
|
7854
7852
|
ts: string;
|
|
7855
7853
|
team_id: string;
|
|
7856
7854
|
reply_count: number;
|
|
@@ -7859,6 +7857,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7859
7857
|
channel_name: string;
|
|
7860
7858
|
}[]> | undefined;
|
|
7861
7859
|
} | undefined;
|
|
7860
|
+
channels?: string[] | undefined;
|
|
7861
|
+
permalink_public?: string | undefined;
|
|
7862
7862
|
groups?: string[] | undefined;
|
|
7863
7863
|
ims?: string[] | undefined;
|
|
7864
7864
|
has_rich_preview?: boolean | undefined;
|
|
@@ -7872,16 +7872,16 @@ 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
7875
|
success: boolean;
|
|
7876
|
+
error: string;
|
|
7877
7877
|
operation: "schedule_message";
|
|
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
7883
|
success: boolean;
|
|
7884
|
+
error: string;
|
|
7885
7885
|
operation: "schedule_message";
|
|
7886
7886
|
ok: boolean;
|
|
7887
7887
|
channel?: string | undefined;
|
|
@@ -7942,8 +7942,8 @@ 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
7945
|
success: boolean;
|
|
7946
|
+
error: string;
|
|
7947
7947
|
operation: "get_file_info";
|
|
7948
7948
|
ok: boolean;
|
|
7949
7949
|
file?: {
|
|
@@ -7964,8 +7964,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7964
7964
|
permalink?: string | undefined;
|
|
7965
7965
|
} | undefined;
|
|
7966
7966
|
}, {
|
|
7967
|
-
error: string;
|
|
7968
7967
|
success: boolean;
|
|
7968
|
+
error: string;
|
|
7969
7969
|
operation: "get_file_info";
|
|
7970
7970
|
ok: boolean;
|
|
7971
7971
|
file?: {
|
|
@@ -7995,8 +7995,8 @@ 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
7998
|
success: boolean;
|
|
7999
|
+
error: string;
|
|
8000
8000
|
operation: "download_file";
|
|
8001
8001
|
ok: boolean;
|
|
8002
8002
|
content?: string | undefined;
|
|
@@ -8004,8 +8004,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
8004
8004
|
mimetype?: string | undefined;
|
|
8005
8005
|
size?: number | undefined;
|
|
8006
8006
|
}, {
|
|
8007
|
-
error: string;
|
|
8008
8007
|
success: boolean;
|
|
8008
|
+
error: string;
|
|
8009
8009
|
operation: "download_file";
|
|
8010
8010
|
ok: boolean;
|
|
8011
8011
|
content?: string | undefined;
|