@bubblelab/bubble-core 0.1.8 → 0.1.9
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 +625 -296
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +13 -9
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.d.ts +135 -117
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +273 -95
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +805 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.js +131 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +485 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.js +176 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +302 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.js +138 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +642 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.js +123 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/api-scraper.schema.d.ts +370 -0
- package/dist/bubbles/service-bubble/apify/api-scraper.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/api-scraper.schema.js +14 -0
- package/dist/bubbles/service-bubble/apify/api-scraper.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +1770 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +38 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify.d.ts +143 -0
- package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify.js +276 -0
- package/dist/bubbles/service-bubble/apify/apify.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/apify/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/index.js +3 -0
- package/dist/bubbles/service-bubble/apify/index.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/types.d.ts +7 -0
- package/dist/bubbles/service-bubble/apify/types.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/types.js +6 -0
- package/dist/bubbles/service-bubble/apify/types.js.map +1 -0
- package/dist/bubbles/service-bubble/apify.d.ts +136 -0
- package/dist/bubbles/service-bubble/apify.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify.js +282 -0
- package/dist/bubbles/service-bubble/apify.js.map +1 -0
- package/dist/bubbles/service-bubble/gmail.d.ts +52 -52
- package/dist/bubbles/service-bubble/google-calendar.d.ts +24 -24
- package/dist/bubbles/service-bubble/google-drive.d.ts +68 -68
- package/dist/bubbles/service-bubble/google-sheets.d.ts +64 -64
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +4 -4
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +13 -13
- package/dist/bubbles/service-bubble/resend.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/resend.js +16 -5
- package/dist/bubbles/service-bubble/resend.js.map +1 -1
- package/dist/bubbles/service-bubble/slack.d.ts +462 -462
- package/dist/bubbles/service-bubble/storage.d.ts +32 -32
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +14 -1
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +85 -39
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +435 -0
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/instagram-tool.js +474 -0
- package/dist/bubbles/tool-bubble/instagram-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +2136 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.js +608 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/research-agent-tool.js +1 -1
- package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/web-scrape-tool.js +1 -1
- package/dist/bubbles/tool-bubble/web-scrape-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/web-search-tool.js +1 -1
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +5 -0
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +78 -78
- package/dist/bubbles/workflow-bubble/generate-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/generate-document.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +50 -50
- package/dist/bubbles/workflow-bubble/parse-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/parse-document.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +42 -42
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js +1 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +1 -2
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
- package/dist/bubbles.json +474 -0
- package/dist/index.d.ts +12 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/logging/BubbleLogger.d.ts +11 -0
- package/dist/logging/BubbleLogger.d.ts.map +1 -1
- package/dist/logging/BubbleLogger.js +69 -22
- package/dist/logging/BubbleLogger.js.map +1 -1
- package/dist/logging/StreamingBubbleLogger.d.ts.map +1 -1
- package/dist/logging/StreamingBubbleLogger.js +18 -11
- package/dist/logging/StreamingBubbleLogger.js.map +1 -1
- package/dist/types/ai-models.d.ts +1 -1
- package/dist/types/ai-models.d.ts.map +1 -1
- package/dist/types/ai-models.js +4 -0
- package/dist/types/ai-models.js.map +1 -1
- package/dist/types/api-scraper.schema.d.ts +453 -0
- package/dist/types/api-scraper.schema.d.ts.map +1 -0
- package/dist/types/api-scraper.schema.js +160 -0
- package/dist/types/api-scraper.schema.js.map +1 -0
- package/dist/types/available-tools.d.ts +1 -1
- package/dist/types/available-tools.d.ts.map +1 -1
- package/dist/types/available-tools.js +2 -0
- package/dist/types/available-tools.js.map +1 -1
- package/dist/types/base-bubble-class.d.ts +5 -0
- package/dist/types/base-bubble-class.d.ts.map +1 -1
- package/dist/types/base-bubble-class.js +18 -3
- package/dist/types/base-bubble-class.js.map +1 -1
- package/dist/types/bubble.d.ts +2 -3
- package/dist/types/bubble.d.ts.map +1 -1
- package/dist/types/service-bubble-class.d.ts +4 -4
- package/dist/types/service-bubble-class.d.ts.map +1 -1
- package/dist/types/service-bubble-class.js +6 -7
- package/dist/types/service-bubble-class.js.map +1 -1
- package/dist/types/tool-bubble-class.d.ts.map +1 -1
- package/dist/types/tool-bubble-class.js +9 -1
- package/dist/types/tool-bubble-class.js.map +1 -1
- package/dist/utils/agent-formatter.d.ts +17 -0
- package/dist/utils/agent-formatter.d.ts.map +1 -0
- package/dist/utils/agent-formatter.js +139 -0
- package/dist/utils/agent-formatter.js.map +1 -0
- package/dist/utils/json-parsing.d.ts +1 -0
- package/dist/utils/json-parsing.d.ts.map +1 -1
- package/dist/utils/json-parsing.js +205 -32
- package/dist/utils/json-parsing.js.map +1 -1
- package/package.json +4 -3
|
@@ -37,8 +37,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
37
37
|
footer_icon: z.ZodOptional<z.ZodString>;
|
|
38
38
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
|
-
title?: string | undefined;
|
|
41
40
|
text?: string | undefined;
|
|
41
|
+
title?: string | undefined;
|
|
42
42
|
image_url?: string | undefined;
|
|
43
43
|
fields?: {
|
|
44
44
|
value: string;
|
|
@@ -56,8 +56,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
56
56
|
footer_icon?: string | undefined;
|
|
57
57
|
ts?: number | undefined;
|
|
58
58
|
}, {
|
|
59
|
-
title?: string | undefined;
|
|
60
59
|
text?: string | undefined;
|
|
60
|
+
title?: string | undefined;
|
|
61
61
|
image_url?: string | undefined;
|
|
62
62
|
fields?: {
|
|
63
63
|
value: string;
|
|
@@ -102,15 +102,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
102
102
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
104
|
type: "image" | "plain_text" | "mrkdwn";
|
|
105
|
-
emoji?: boolean | undefined;
|
|
106
105
|
text?: string | undefined;
|
|
106
|
+
emoji?: boolean | undefined;
|
|
107
107
|
image_url?: string | undefined;
|
|
108
108
|
verbatim?: boolean | undefined;
|
|
109
109
|
alt_text?: string | undefined;
|
|
110
110
|
}, {
|
|
111
111
|
type: "image" | "plain_text" | "mrkdwn";
|
|
112
|
-
emoji?: boolean | undefined;
|
|
113
112
|
text?: string | undefined;
|
|
113
|
+
emoji?: boolean | undefined;
|
|
114
114
|
image_url?: string | undefined;
|
|
115
115
|
verbatim?: boolean | undefined;
|
|
116
116
|
alt_text?: string | undefined;
|
|
@@ -142,15 +142,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
142
142
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
143
143
|
}, "strip", z.ZodTypeAny, {
|
|
144
144
|
type: "image" | "plain_text" | "mrkdwn";
|
|
145
|
-
emoji?: boolean | undefined;
|
|
146
145
|
text?: string | undefined;
|
|
146
|
+
emoji?: boolean | undefined;
|
|
147
147
|
image_url?: string | undefined;
|
|
148
148
|
verbatim?: boolean | undefined;
|
|
149
149
|
alt_text?: string | undefined;
|
|
150
150
|
}, {
|
|
151
151
|
type: "image" | "plain_text" | "mrkdwn";
|
|
152
|
-
emoji?: boolean | undefined;
|
|
153
152
|
text?: string | undefined;
|
|
153
|
+
emoji?: boolean | undefined;
|
|
154
154
|
image_url?: string | undefined;
|
|
155
155
|
verbatim?: boolean | undefined;
|
|
156
156
|
alt_text?: string | undefined;
|
|
@@ -182,15 +182,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
182
182
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
183
183
|
}, "strip", z.ZodTypeAny, {
|
|
184
184
|
type: "image" | "plain_text" | "mrkdwn";
|
|
185
|
-
emoji?: boolean | undefined;
|
|
186
185
|
text?: string | undefined;
|
|
186
|
+
emoji?: boolean | undefined;
|
|
187
187
|
image_url?: string | undefined;
|
|
188
188
|
verbatim?: boolean | undefined;
|
|
189
189
|
alt_text?: string | undefined;
|
|
190
190
|
}, {
|
|
191
191
|
type: "image" | "plain_text" | "mrkdwn";
|
|
192
|
-
emoji?: boolean | undefined;
|
|
193
192
|
text?: string | undefined;
|
|
193
|
+
emoji?: boolean | undefined;
|
|
194
194
|
image_url?: string | undefined;
|
|
195
195
|
verbatim?: boolean | undefined;
|
|
196
196
|
alt_text?: string | undefined;
|
|
@@ -213,8 +213,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
213
213
|
icon_emoji?: string | undefined;
|
|
214
214
|
icon_url?: string | undefined;
|
|
215
215
|
attachments?: {
|
|
216
|
-
title?: string | undefined;
|
|
217
216
|
text?: string | undefined;
|
|
217
|
+
title?: string | undefined;
|
|
218
218
|
image_url?: string | undefined;
|
|
219
219
|
fields?: {
|
|
220
220
|
value: string;
|
|
@@ -259,15 +259,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
259
259
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
260
260
|
}, "strip", z.ZodTypeAny, {
|
|
261
261
|
type: "image" | "plain_text" | "mrkdwn";
|
|
262
|
-
emoji?: boolean | undefined;
|
|
263
262
|
text?: string | undefined;
|
|
263
|
+
emoji?: boolean | undefined;
|
|
264
264
|
image_url?: string | undefined;
|
|
265
265
|
verbatim?: boolean | undefined;
|
|
266
266
|
alt_text?: string | undefined;
|
|
267
267
|
}, {
|
|
268
268
|
type: "image" | "plain_text" | "mrkdwn";
|
|
269
|
-
emoji?: boolean | undefined;
|
|
270
269
|
text?: string | undefined;
|
|
270
|
+
emoji?: boolean | undefined;
|
|
271
271
|
image_url?: string | undefined;
|
|
272
272
|
verbatim?: boolean | undefined;
|
|
273
273
|
alt_text?: string | undefined;
|
|
@@ -283,8 +283,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
283
283
|
icon_emoji?: string | undefined;
|
|
284
284
|
icon_url?: string | undefined;
|
|
285
285
|
attachments?: {
|
|
286
|
-
title?: string | undefined;
|
|
287
286
|
text?: string | undefined;
|
|
287
|
+
title?: string | undefined;
|
|
288
288
|
image_url?: string | undefined;
|
|
289
289
|
fields?: {
|
|
290
290
|
value: string;
|
|
@@ -329,15 +329,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
329
329
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
330
330
|
}, "strip", z.ZodTypeAny, {
|
|
331
331
|
type: "image" | "plain_text" | "mrkdwn";
|
|
332
|
-
emoji?: boolean | undefined;
|
|
333
332
|
text?: string | undefined;
|
|
333
|
+
emoji?: boolean | undefined;
|
|
334
334
|
image_url?: string | undefined;
|
|
335
335
|
verbatim?: boolean | undefined;
|
|
336
336
|
alt_text?: string | undefined;
|
|
337
337
|
}, {
|
|
338
338
|
type: "image" | "plain_text" | "mrkdwn";
|
|
339
|
-
emoji?: boolean | undefined;
|
|
340
339
|
text?: string | undefined;
|
|
340
|
+
emoji?: boolean | undefined;
|
|
341
341
|
image_url?: string | undefined;
|
|
342
342
|
verbatim?: boolean | undefined;
|
|
343
343
|
alt_text?: string | undefined;
|
|
@@ -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
|
-
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
359
358
|
operation: "list_channels";
|
|
360
|
-
exclude_archived: boolean;
|
|
361
359
|
limit: number;
|
|
360
|
+
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
361
|
+
exclude_archived: boolean;
|
|
362
362
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
363
363
|
cursor?: string | undefined;
|
|
364
364
|
}, {
|
|
365
365
|
operation: "list_channels";
|
|
366
366
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
367
|
+
limit?: number | undefined;
|
|
367
368
|
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
368
369
|
exclude_archived?: boolean | undefined;
|
|
369
|
-
limit?: number | undefined;
|
|
370
370
|
cursor?: string | undefined;
|
|
371
371
|
}>, z.ZodObject<{
|
|
372
372
|
operation: z.ZodLiteral<"get_channel_info">;
|
|
@@ -428,8 +428,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
429
|
inclusive: boolean;
|
|
430
430
|
operation: "get_conversation_history";
|
|
431
|
-
channel: string;
|
|
432
431
|
limit: number;
|
|
432
|
+
channel: string;
|
|
433
433
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
434
434
|
cursor?: string | undefined;
|
|
435
435
|
latest?: string | undefined;
|
|
@@ -455,17 +455,17 @@ 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
|
-
ts: string;
|
|
459
458
|
operation: "get_thread_replies";
|
|
460
|
-
channel: string;
|
|
461
459
|
limit: number;
|
|
460
|
+
ts: string;
|
|
461
|
+
channel: string;
|
|
462
462
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
463
463
|
cursor?: string | undefined;
|
|
464
464
|
latest?: string | undefined;
|
|
465
465
|
oldest?: string | undefined;
|
|
466
466
|
}, {
|
|
467
|
-
ts: string;
|
|
468
467
|
operation: "get_thread_replies";
|
|
468
|
+
ts: string;
|
|
469
469
|
channel: string;
|
|
470
470
|
inclusive?: boolean | undefined;
|
|
471
471
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -506,8 +506,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
506
506
|
footer_icon: z.ZodOptional<z.ZodString>;
|
|
507
507
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
508
508
|
}, "strip", z.ZodTypeAny, {
|
|
509
|
-
title?: string | undefined;
|
|
510
509
|
text?: string | undefined;
|
|
510
|
+
title?: string | undefined;
|
|
511
511
|
image_url?: string | undefined;
|
|
512
512
|
fields?: {
|
|
513
513
|
value: string;
|
|
@@ -525,8 +525,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
525
525
|
footer_icon?: string | undefined;
|
|
526
526
|
ts?: number | undefined;
|
|
527
527
|
}, {
|
|
528
|
-
title?: string | undefined;
|
|
529
528
|
text?: string | undefined;
|
|
529
|
+
title?: string | undefined;
|
|
530
530
|
image_url?: string | undefined;
|
|
531
531
|
fields?: {
|
|
532
532
|
value: string;
|
|
@@ -571,15 +571,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
571
571
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
572
572
|
}, "strip", z.ZodTypeAny, {
|
|
573
573
|
type: "image" | "plain_text" | "mrkdwn";
|
|
574
|
-
emoji?: boolean | undefined;
|
|
575
574
|
text?: string | undefined;
|
|
575
|
+
emoji?: boolean | undefined;
|
|
576
576
|
image_url?: string | undefined;
|
|
577
577
|
verbatim?: boolean | undefined;
|
|
578
578
|
alt_text?: string | undefined;
|
|
579
579
|
}, {
|
|
580
580
|
type: "image" | "plain_text" | "mrkdwn";
|
|
581
|
-
emoji?: boolean | undefined;
|
|
582
581
|
text?: string | undefined;
|
|
582
|
+
emoji?: boolean | undefined;
|
|
583
583
|
image_url?: string | undefined;
|
|
584
584
|
verbatim?: boolean | undefined;
|
|
585
585
|
alt_text?: string | undefined;
|
|
@@ -611,15 +611,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
611
611
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
612
612
|
}, "strip", z.ZodTypeAny, {
|
|
613
613
|
type: "image" | "plain_text" | "mrkdwn";
|
|
614
|
-
emoji?: boolean | undefined;
|
|
615
614
|
text?: string | undefined;
|
|
615
|
+
emoji?: boolean | undefined;
|
|
616
616
|
image_url?: string | undefined;
|
|
617
617
|
verbatim?: boolean | undefined;
|
|
618
618
|
alt_text?: string | undefined;
|
|
619
619
|
}, {
|
|
620
620
|
type: "image" | "plain_text" | "mrkdwn";
|
|
621
|
-
emoji?: boolean | undefined;
|
|
622
621
|
text?: string | undefined;
|
|
622
|
+
emoji?: boolean | undefined;
|
|
623
623
|
image_url?: string | undefined;
|
|
624
624
|
verbatim?: boolean | undefined;
|
|
625
625
|
alt_text?: string | undefined;
|
|
@@ -651,15 +651,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
651
651
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
652
652
|
}, "strip", z.ZodTypeAny, {
|
|
653
653
|
type: "image" | "plain_text" | "mrkdwn";
|
|
654
|
-
emoji?: boolean | undefined;
|
|
655
654
|
text?: string | undefined;
|
|
655
|
+
emoji?: boolean | undefined;
|
|
656
656
|
image_url?: string | undefined;
|
|
657
657
|
verbatim?: boolean | undefined;
|
|
658
658
|
alt_text?: string | undefined;
|
|
659
659
|
}, {
|
|
660
660
|
type: "image" | "plain_text" | "mrkdwn";
|
|
661
|
-
emoji?: boolean | undefined;
|
|
662
661
|
text?: string | undefined;
|
|
662
|
+
emoji?: boolean | undefined;
|
|
663
663
|
image_url?: string | undefined;
|
|
664
664
|
verbatim?: boolean | undefined;
|
|
665
665
|
alt_text?: string | undefined;
|
|
@@ -667,14 +667,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
667
667
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
668
668
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
669
669
|
}, "strip", z.ZodTypeAny, {
|
|
670
|
-
ts: string;
|
|
671
670
|
operation: "update_message";
|
|
671
|
+
ts: string;
|
|
672
672
|
channel: string;
|
|
673
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
674
673
|
text?: string | undefined;
|
|
674
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
675
675
|
attachments?: {
|
|
676
|
-
title?: string | undefined;
|
|
677
676
|
text?: string | undefined;
|
|
677
|
+
title?: string | undefined;
|
|
678
678
|
image_url?: string | undefined;
|
|
679
679
|
fields?: {
|
|
680
680
|
value: string;
|
|
@@ -719,29 +719,29 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
719
719
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
720
720
|
}, "strip", z.ZodTypeAny, {
|
|
721
721
|
type: "image" | "plain_text" | "mrkdwn";
|
|
722
|
-
emoji?: boolean | undefined;
|
|
723
722
|
text?: string | undefined;
|
|
723
|
+
emoji?: boolean | undefined;
|
|
724
724
|
image_url?: string | undefined;
|
|
725
725
|
verbatim?: boolean | undefined;
|
|
726
726
|
alt_text?: string | undefined;
|
|
727
727
|
}, {
|
|
728
728
|
type: "image" | "plain_text" | "mrkdwn";
|
|
729
|
-
emoji?: boolean | undefined;
|
|
730
729
|
text?: string | undefined;
|
|
730
|
+
emoji?: boolean | undefined;
|
|
731
731
|
image_url?: string | undefined;
|
|
732
732
|
verbatim?: boolean | undefined;
|
|
733
733
|
alt_text?: string | undefined;
|
|
734
734
|
}>, "many">>;
|
|
735
735
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
736
736
|
}, {
|
|
737
|
-
ts: string;
|
|
738
737
|
operation: "update_message";
|
|
738
|
+
ts: string;
|
|
739
739
|
channel: string;
|
|
740
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
741
740
|
text?: string | undefined;
|
|
741
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
742
742
|
attachments?: {
|
|
743
|
-
title?: string | undefined;
|
|
744
743
|
text?: string | undefined;
|
|
744
|
+
title?: string | undefined;
|
|
745
745
|
image_url?: string | undefined;
|
|
746
746
|
fields?: {
|
|
747
747
|
value: string;
|
|
@@ -786,15 +786,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
786
786
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
787
787
|
}, "strip", z.ZodTypeAny, {
|
|
788
788
|
type: "image" | "plain_text" | "mrkdwn";
|
|
789
|
-
emoji?: boolean | undefined;
|
|
790
789
|
text?: string | undefined;
|
|
790
|
+
emoji?: boolean | undefined;
|
|
791
791
|
image_url?: string | undefined;
|
|
792
792
|
verbatim?: boolean | undefined;
|
|
793
793
|
alt_text?: string | undefined;
|
|
794
794
|
}, {
|
|
795
795
|
type: "image" | "plain_text" | "mrkdwn";
|
|
796
|
-
emoji?: boolean | undefined;
|
|
797
796
|
text?: string | undefined;
|
|
797
|
+
emoji?: boolean | undefined;
|
|
798
798
|
image_url?: string | undefined;
|
|
799
799
|
verbatim?: boolean | undefined;
|
|
800
800
|
alt_text?: string | undefined;
|
|
@@ -806,13 +806,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
806
806
|
ts: z.ZodString;
|
|
807
807
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
808
808
|
}, "strip", z.ZodTypeAny, {
|
|
809
|
-
ts: string;
|
|
810
809
|
operation: "delete_message";
|
|
810
|
+
ts: string;
|
|
811
811
|
channel: string;
|
|
812
812
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
813
813
|
}, {
|
|
814
|
-
ts: string;
|
|
815
814
|
operation: "delete_message";
|
|
815
|
+
ts: string;
|
|
816
816
|
channel: string;
|
|
817
817
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
818
818
|
}>, z.ZodObject<{
|
|
@@ -824,14 +824,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
824
824
|
}, "strip", z.ZodTypeAny, {
|
|
825
825
|
name: string;
|
|
826
826
|
operation: "add_reaction";
|
|
827
|
-
channel: string;
|
|
828
827
|
timestamp: string;
|
|
828
|
+
channel: string;
|
|
829
829
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
830
830
|
}, {
|
|
831
831
|
name: string;
|
|
832
832
|
operation: "add_reaction";
|
|
833
|
-
channel: string;
|
|
834
833
|
timestamp: string;
|
|
834
|
+
channel: string;
|
|
835
835
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
836
836
|
}>, z.ZodObject<{
|
|
837
837
|
operation: z.ZodLiteral<"remove_reaction">;
|
|
@@ -842,14 +842,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
842
842
|
}, "strip", z.ZodTypeAny, {
|
|
843
843
|
name: string;
|
|
844
844
|
operation: "remove_reaction";
|
|
845
|
-
channel: string;
|
|
846
845
|
timestamp: string;
|
|
846
|
+
channel: string;
|
|
847
847
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
848
848
|
}, {
|
|
849
849
|
name: string;
|
|
850
850
|
operation: "remove_reaction";
|
|
851
|
-
channel: string;
|
|
852
851
|
timestamp: string;
|
|
852
|
+
channel: string;
|
|
853
853
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
854
854
|
}>, z.ZodObject<{
|
|
855
855
|
operation: z.ZodLiteral<"upload_file">;
|
|
@@ -914,19 +914,24 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
914
914
|
count: z.ZodNumber;
|
|
915
915
|
}, "strip", z.ZodTypeAny, {
|
|
916
916
|
name: string;
|
|
917
|
-
users: string[];
|
|
918
917
|
count: number;
|
|
918
|
+
users: string[];
|
|
919
919
|
}, {
|
|
920
920
|
name: string;
|
|
921
|
-
users: string[];
|
|
922
921
|
count: number;
|
|
922
|
+
users: string[];
|
|
923
923
|
}>, "many">>;
|
|
924
924
|
}, "strip", z.ZodTypeAny, {
|
|
925
925
|
type: string;
|
|
926
926
|
ts: string;
|
|
927
|
-
user?: string | undefined;
|
|
928
927
|
text?: string | undefined;
|
|
928
|
+
user?: string | undefined;
|
|
929
929
|
username?: string | undefined;
|
|
930
|
+
reactions?: {
|
|
931
|
+
name: string;
|
|
932
|
+
count: number;
|
|
933
|
+
users: string[];
|
|
934
|
+
}[] | undefined;
|
|
930
935
|
attachments?: unknown[] | undefined;
|
|
931
936
|
blocks?: unknown[] | undefined;
|
|
932
937
|
thread_ts?: string | undefined;
|
|
@@ -941,17 +946,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
941
946
|
reply_users?: string[] | undefined;
|
|
942
947
|
is_locked?: boolean | undefined;
|
|
943
948
|
subscribed?: boolean | undefined;
|
|
944
|
-
reactions?: {
|
|
945
|
-
name: string;
|
|
946
|
-
users: string[];
|
|
947
|
-
count: number;
|
|
948
|
-
}[] | undefined;
|
|
949
949
|
}, {
|
|
950
950
|
type: string;
|
|
951
951
|
ts: string;
|
|
952
|
-
user?: string | undefined;
|
|
953
952
|
text?: string | undefined;
|
|
953
|
+
user?: string | undefined;
|
|
954
954
|
username?: string | undefined;
|
|
955
|
+
reactions?: {
|
|
956
|
+
name: string;
|
|
957
|
+
count: number;
|
|
958
|
+
users: string[];
|
|
959
|
+
}[] | undefined;
|
|
955
960
|
attachments?: unknown[] | undefined;
|
|
956
961
|
blocks?: unknown[] | undefined;
|
|
957
962
|
thread_ts?: string | undefined;
|
|
@@ -966,25 +971,25 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
966
971
|
reply_users?: string[] | undefined;
|
|
967
972
|
is_locked?: boolean | undefined;
|
|
968
973
|
subscribed?: boolean | undefined;
|
|
969
|
-
reactions?: {
|
|
970
|
-
name: string;
|
|
971
|
-
users: string[];
|
|
972
|
-
count: number;
|
|
973
|
-
}[] | undefined;
|
|
974
974
|
}>>;
|
|
975
975
|
error: z.ZodString;
|
|
976
976
|
success: z.ZodBoolean;
|
|
977
977
|
}, "strip", z.ZodTypeAny, {
|
|
978
|
-
success: boolean;
|
|
979
978
|
error: string;
|
|
979
|
+
success: boolean;
|
|
980
980
|
operation: "send_message";
|
|
981
981
|
ok: boolean;
|
|
982
982
|
message?: {
|
|
983
983
|
type: string;
|
|
984
984
|
ts: string;
|
|
985
|
-
user?: string | undefined;
|
|
986
985
|
text?: string | undefined;
|
|
986
|
+
user?: string | undefined;
|
|
987
987
|
username?: string | undefined;
|
|
988
|
+
reactions?: {
|
|
989
|
+
name: string;
|
|
990
|
+
count: number;
|
|
991
|
+
users: string[];
|
|
992
|
+
}[] | undefined;
|
|
988
993
|
attachments?: unknown[] | undefined;
|
|
989
994
|
blocks?: unknown[] | undefined;
|
|
990
995
|
thread_ts?: string | undefined;
|
|
@@ -999,25 +1004,25 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
999
1004
|
reply_users?: string[] | undefined;
|
|
1000
1005
|
is_locked?: boolean | undefined;
|
|
1001
1006
|
subscribed?: boolean | undefined;
|
|
1002
|
-
reactions?: {
|
|
1003
|
-
name: string;
|
|
1004
|
-
users: string[];
|
|
1005
|
-
count: number;
|
|
1006
|
-
}[] | undefined;
|
|
1007
1007
|
} | undefined;
|
|
1008
1008
|
ts?: string | undefined;
|
|
1009
1009
|
channel?: string | undefined;
|
|
1010
1010
|
}, {
|
|
1011
|
-
success: boolean;
|
|
1012
1011
|
error: string;
|
|
1012
|
+
success: boolean;
|
|
1013
1013
|
operation: "send_message";
|
|
1014
1014
|
ok: boolean;
|
|
1015
1015
|
message?: {
|
|
1016
1016
|
type: string;
|
|
1017
1017
|
ts: string;
|
|
1018
|
-
user?: string | undefined;
|
|
1019
1018
|
text?: string | undefined;
|
|
1019
|
+
user?: string | undefined;
|
|
1020
1020
|
username?: string | undefined;
|
|
1021
|
+
reactions?: {
|
|
1022
|
+
name: string;
|
|
1023
|
+
count: number;
|
|
1024
|
+
users: string[];
|
|
1025
|
+
}[] | undefined;
|
|
1021
1026
|
attachments?: unknown[] | undefined;
|
|
1022
1027
|
blocks?: unknown[] | undefined;
|
|
1023
1028
|
thread_ts?: string | undefined;
|
|
@@ -1032,11 +1037,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1032
1037
|
reply_users?: string[] | undefined;
|
|
1033
1038
|
is_locked?: boolean | undefined;
|
|
1034
1039
|
subscribed?: boolean | undefined;
|
|
1035
|
-
reactions?: {
|
|
1036
|
-
name: string;
|
|
1037
|
-
users: string[];
|
|
1038
|
-
count: number;
|
|
1039
|
-
}[] | undefined;
|
|
1040
1040
|
} | undefined;
|
|
1041
1041
|
ts?: string | undefined;
|
|
1042
1042
|
channel?: string | undefined;
|
|
@@ -1097,11 +1097,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1097
1097
|
id: string;
|
|
1098
1098
|
created: number;
|
|
1099
1099
|
is_archived: boolean;
|
|
1100
|
+
is_private?: boolean | undefined;
|
|
1100
1101
|
is_channel?: boolean | undefined;
|
|
1101
1102
|
is_group?: boolean | undefined;
|
|
1102
1103
|
is_im?: boolean | undefined;
|
|
1103
1104
|
is_mpim?: boolean | undefined;
|
|
1104
|
-
is_private?: boolean | undefined;
|
|
1105
1105
|
is_general?: boolean | undefined;
|
|
1106
1106
|
unlinked?: number | undefined;
|
|
1107
1107
|
name_normalized?: string | undefined;
|
|
@@ -1130,11 +1130,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1130
1130
|
id: string;
|
|
1131
1131
|
created: number;
|
|
1132
1132
|
is_archived: boolean;
|
|
1133
|
+
is_private?: boolean | undefined;
|
|
1133
1134
|
is_channel?: boolean | undefined;
|
|
1134
1135
|
is_group?: boolean | undefined;
|
|
1135
1136
|
is_im?: boolean | undefined;
|
|
1136
1137
|
is_mpim?: boolean | undefined;
|
|
1137
|
-
is_private?: boolean | undefined;
|
|
1138
1138
|
is_general?: boolean | undefined;
|
|
1139
1139
|
unlinked?: number | undefined;
|
|
1140
1140
|
name_normalized?: string | undefined;
|
|
@@ -1169,8 +1169,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1169
1169
|
error: z.ZodString;
|
|
1170
1170
|
success: z.ZodBoolean;
|
|
1171
1171
|
}, "strip", z.ZodTypeAny, {
|
|
1172
|
-
success: boolean;
|
|
1173
1172
|
error: string;
|
|
1173
|
+
success: boolean;
|
|
1174
1174
|
operation: "list_channels";
|
|
1175
1175
|
ok: boolean;
|
|
1176
1176
|
response_metadata?: {
|
|
@@ -1181,11 +1181,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1181
1181
|
id: string;
|
|
1182
1182
|
created: number;
|
|
1183
1183
|
is_archived: boolean;
|
|
1184
|
+
is_private?: boolean | undefined;
|
|
1184
1185
|
is_channel?: boolean | undefined;
|
|
1185
1186
|
is_group?: boolean | undefined;
|
|
1186
1187
|
is_im?: boolean | undefined;
|
|
1187
1188
|
is_mpim?: boolean | undefined;
|
|
1188
|
-
is_private?: boolean | undefined;
|
|
1189
1189
|
is_general?: boolean | undefined;
|
|
1190
1190
|
unlinked?: number | undefined;
|
|
1191
1191
|
name_normalized?: string | undefined;
|
|
@@ -1211,8 +1211,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1211
1211
|
num_members?: number | undefined;
|
|
1212
1212
|
}[] | undefined;
|
|
1213
1213
|
}, {
|
|
1214
|
-
success: boolean;
|
|
1215
1214
|
error: string;
|
|
1215
|
+
success: boolean;
|
|
1216
1216
|
operation: "list_channels";
|
|
1217
1217
|
ok: boolean;
|
|
1218
1218
|
response_metadata?: {
|
|
@@ -1223,11 +1223,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1223
1223
|
id: string;
|
|
1224
1224
|
created: number;
|
|
1225
1225
|
is_archived: boolean;
|
|
1226
|
+
is_private?: boolean | undefined;
|
|
1226
1227
|
is_channel?: boolean | undefined;
|
|
1227
1228
|
is_group?: boolean | undefined;
|
|
1228
1229
|
is_im?: boolean | undefined;
|
|
1229
1230
|
is_mpim?: boolean | undefined;
|
|
1230
|
-
is_private?: boolean | undefined;
|
|
1231
1231
|
is_general?: boolean | undefined;
|
|
1232
1232
|
unlinked?: number | undefined;
|
|
1233
1233
|
name_normalized?: string | undefined;
|
|
@@ -1309,11 +1309,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1309
1309
|
id: string;
|
|
1310
1310
|
created: number;
|
|
1311
1311
|
is_archived: boolean;
|
|
1312
|
+
is_private?: boolean | undefined;
|
|
1312
1313
|
is_channel?: boolean | undefined;
|
|
1313
1314
|
is_group?: boolean | undefined;
|
|
1314
1315
|
is_im?: boolean | undefined;
|
|
1315
1316
|
is_mpim?: boolean | undefined;
|
|
1316
|
-
is_private?: boolean | undefined;
|
|
1317
1317
|
is_general?: boolean | undefined;
|
|
1318
1318
|
unlinked?: number | undefined;
|
|
1319
1319
|
name_normalized?: string | undefined;
|
|
@@ -1342,11 +1342,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1342
1342
|
id: string;
|
|
1343
1343
|
created: number;
|
|
1344
1344
|
is_archived: boolean;
|
|
1345
|
+
is_private?: boolean | undefined;
|
|
1345
1346
|
is_channel?: boolean | undefined;
|
|
1346
1347
|
is_group?: boolean | undefined;
|
|
1347
1348
|
is_im?: boolean | undefined;
|
|
1348
1349
|
is_mpim?: boolean | undefined;
|
|
1349
|
-
is_private?: boolean | undefined;
|
|
1350
1350
|
is_general?: boolean | undefined;
|
|
1351
1351
|
unlinked?: number | undefined;
|
|
1352
1352
|
name_normalized?: string | undefined;
|
|
@@ -1374,8 +1374,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1374
1374
|
error: z.ZodString;
|
|
1375
1375
|
success: z.ZodBoolean;
|
|
1376
1376
|
}, "strip", z.ZodTypeAny, {
|
|
1377
|
-
success: boolean;
|
|
1378
1377
|
error: string;
|
|
1378
|
+
success: boolean;
|
|
1379
1379
|
operation: "get_channel_info";
|
|
1380
1380
|
ok: boolean;
|
|
1381
1381
|
channel?: {
|
|
@@ -1383,11 +1383,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1383
1383
|
id: string;
|
|
1384
1384
|
created: number;
|
|
1385
1385
|
is_archived: boolean;
|
|
1386
|
+
is_private?: boolean | undefined;
|
|
1386
1387
|
is_channel?: boolean | undefined;
|
|
1387
1388
|
is_group?: boolean | undefined;
|
|
1388
1389
|
is_im?: boolean | undefined;
|
|
1389
1390
|
is_mpim?: boolean | undefined;
|
|
1390
|
-
is_private?: boolean | undefined;
|
|
1391
1391
|
is_general?: boolean | undefined;
|
|
1392
1392
|
unlinked?: number | undefined;
|
|
1393
1393
|
name_normalized?: string | undefined;
|
|
@@ -1413,8 +1413,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1413
1413
|
num_members?: number | undefined;
|
|
1414
1414
|
} | undefined;
|
|
1415
1415
|
}, {
|
|
1416
|
-
success: boolean;
|
|
1417
1416
|
error: string;
|
|
1417
|
+
success: boolean;
|
|
1418
1418
|
operation: "get_channel_info";
|
|
1419
1419
|
ok: boolean;
|
|
1420
1420
|
channel?: {
|
|
@@ -1422,11 +1422,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1422
1422
|
id: string;
|
|
1423
1423
|
created: number;
|
|
1424
1424
|
is_archived: boolean;
|
|
1425
|
+
is_private?: boolean | undefined;
|
|
1425
1426
|
is_channel?: boolean | undefined;
|
|
1426
1427
|
is_group?: boolean | undefined;
|
|
1427
1428
|
is_im?: boolean | undefined;
|
|
1428
1429
|
is_mpim?: boolean | undefined;
|
|
1429
|
-
is_private?: boolean | undefined;
|
|
1430
1430
|
is_general?: boolean | undefined;
|
|
1431
1431
|
unlinked?: number | undefined;
|
|
1432
1432
|
name_normalized?: string | undefined;
|
|
@@ -1492,6 +1492,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1492
1492
|
}, "strip", z.ZodTypeAny, {
|
|
1493
1493
|
title?: string | undefined;
|
|
1494
1494
|
email?: string | undefined;
|
|
1495
|
+
first_name?: string | undefined;
|
|
1496
|
+
last_name?: string | undefined;
|
|
1495
1497
|
fields?: Record<string, unknown> | undefined;
|
|
1496
1498
|
real_name?: string | undefined;
|
|
1497
1499
|
phone?: string | undefined;
|
|
@@ -1505,8 +1507,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1505
1507
|
avatar_hash?: string | undefined;
|
|
1506
1508
|
image_original?: string | undefined;
|
|
1507
1509
|
is_custom_image?: boolean | undefined;
|
|
1508
|
-
first_name?: string | undefined;
|
|
1509
|
-
last_name?: string | undefined;
|
|
1510
1510
|
image_24?: string | undefined;
|
|
1511
1511
|
image_32?: string | undefined;
|
|
1512
1512
|
image_48?: string | undefined;
|
|
@@ -1517,6 +1517,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1517
1517
|
}, {
|
|
1518
1518
|
title?: string | undefined;
|
|
1519
1519
|
email?: string | undefined;
|
|
1520
|
+
first_name?: string | undefined;
|
|
1521
|
+
last_name?: string | undefined;
|
|
1520
1522
|
fields?: Record<string, unknown> | undefined;
|
|
1521
1523
|
real_name?: string | undefined;
|
|
1522
1524
|
phone?: string | undefined;
|
|
@@ -1530,8 +1532,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1530
1532
|
avatar_hash?: string | undefined;
|
|
1531
1533
|
image_original?: string | undefined;
|
|
1532
1534
|
is_custom_image?: boolean | undefined;
|
|
1533
|
-
first_name?: string | undefined;
|
|
1534
|
-
last_name?: string | undefined;
|
|
1535
1535
|
image_24?: string | undefined;
|
|
1536
1536
|
image_32?: string | undefined;
|
|
1537
1537
|
image_48?: string | undefined;
|
|
@@ -1562,6 +1562,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1562
1562
|
profile?: {
|
|
1563
1563
|
title?: string | undefined;
|
|
1564
1564
|
email?: string | undefined;
|
|
1565
|
+
first_name?: string | undefined;
|
|
1566
|
+
last_name?: string | undefined;
|
|
1565
1567
|
fields?: Record<string, unknown> | undefined;
|
|
1566
1568
|
real_name?: string | undefined;
|
|
1567
1569
|
phone?: string | undefined;
|
|
@@ -1575,8 +1577,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1575
1577
|
avatar_hash?: string | undefined;
|
|
1576
1578
|
image_original?: string | undefined;
|
|
1577
1579
|
is_custom_image?: boolean | undefined;
|
|
1578
|
-
first_name?: string | undefined;
|
|
1579
|
-
last_name?: string | undefined;
|
|
1580
1580
|
image_24?: string | undefined;
|
|
1581
1581
|
image_32?: string | undefined;
|
|
1582
1582
|
image_48?: string | undefined;
|
|
@@ -1607,6 +1607,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1607
1607
|
profile?: {
|
|
1608
1608
|
title?: string | undefined;
|
|
1609
1609
|
email?: string | undefined;
|
|
1610
|
+
first_name?: string | undefined;
|
|
1611
|
+
last_name?: string | undefined;
|
|
1610
1612
|
fields?: Record<string, unknown> | undefined;
|
|
1611
1613
|
real_name?: string | undefined;
|
|
1612
1614
|
phone?: string | undefined;
|
|
@@ -1620,8 +1622,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1620
1622
|
avatar_hash?: string | undefined;
|
|
1621
1623
|
image_original?: string | undefined;
|
|
1622
1624
|
is_custom_image?: boolean | undefined;
|
|
1623
|
-
first_name?: string | undefined;
|
|
1624
|
-
last_name?: string | undefined;
|
|
1625
1625
|
image_24?: string | undefined;
|
|
1626
1626
|
image_32?: string | undefined;
|
|
1627
1627
|
image_48?: string | undefined;
|
|
@@ -1643,8 +1643,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1643
1643
|
error: z.ZodString;
|
|
1644
1644
|
success: z.ZodBoolean;
|
|
1645
1645
|
}, "strip", z.ZodTypeAny, {
|
|
1646
|
-
success: boolean;
|
|
1647
1646
|
error: string;
|
|
1647
|
+
success: boolean;
|
|
1648
1648
|
operation: "get_user_info";
|
|
1649
1649
|
ok: boolean;
|
|
1650
1650
|
user?: {
|
|
@@ -1660,6 +1660,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1660
1660
|
profile?: {
|
|
1661
1661
|
title?: string | undefined;
|
|
1662
1662
|
email?: string | undefined;
|
|
1663
|
+
first_name?: string | undefined;
|
|
1664
|
+
last_name?: string | undefined;
|
|
1663
1665
|
fields?: Record<string, unknown> | undefined;
|
|
1664
1666
|
real_name?: string | undefined;
|
|
1665
1667
|
phone?: string | undefined;
|
|
@@ -1673,8 +1675,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1673
1675
|
avatar_hash?: string | undefined;
|
|
1674
1676
|
image_original?: string | undefined;
|
|
1675
1677
|
is_custom_image?: boolean | undefined;
|
|
1676
|
-
first_name?: string | undefined;
|
|
1677
|
-
last_name?: string | undefined;
|
|
1678
1678
|
image_24?: string | undefined;
|
|
1679
1679
|
image_32?: string | undefined;
|
|
1680
1680
|
image_48?: string | undefined;
|
|
@@ -1694,8 +1694,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1694
1694
|
has_2fa?: boolean | undefined;
|
|
1695
1695
|
} | undefined;
|
|
1696
1696
|
}, {
|
|
1697
|
-
success: boolean;
|
|
1698
1697
|
error: string;
|
|
1698
|
+
success: boolean;
|
|
1699
1699
|
operation: "get_user_info";
|
|
1700
1700
|
ok: boolean;
|
|
1701
1701
|
user?: {
|
|
@@ -1711,6 +1711,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1711
1711
|
profile?: {
|
|
1712
1712
|
title?: string | undefined;
|
|
1713
1713
|
email?: string | undefined;
|
|
1714
|
+
first_name?: string | undefined;
|
|
1715
|
+
last_name?: string | undefined;
|
|
1714
1716
|
fields?: Record<string, unknown> | undefined;
|
|
1715
1717
|
real_name?: string | undefined;
|
|
1716
1718
|
phone?: string | undefined;
|
|
@@ -1724,8 +1726,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1724
1726
|
avatar_hash?: string | undefined;
|
|
1725
1727
|
image_original?: string | undefined;
|
|
1726
1728
|
is_custom_image?: boolean | undefined;
|
|
1727
|
-
first_name?: string | undefined;
|
|
1728
|
-
last_name?: string | undefined;
|
|
1729
1729
|
image_24?: string | undefined;
|
|
1730
1730
|
image_32?: string | undefined;
|
|
1731
1731
|
image_48?: string | undefined;
|
|
@@ -1785,6 +1785,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1785
1785
|
}, "strip", z.ZodTypeAny, {
|
|
1786
1786
|
title?: string | undefined;
|
|
1787
1787
|
email?: string | undefined;
|
|
1788
|
+
first_name?: string | undefined;
|
|
1789
|
+
last_name?: string | undefined;
|
|
1788
1790
|
fields?: Record<string, unknown> | undefined;
|
|
1789
1791
|
real_name?: string | undefined;
|
|
1790
1792
|
phone?: string | undefined;
|
|
@@ -1798,8 +1800,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1798
1800
|
avatar_hash?: string | undefined;
|
|
1799
1801
|
image_original?: string | undefined;
|
|
1800
1802
|
is_custom_image?: boolean | undefined;
|
|
1801
|
-
first_name?: string | undefined;
|
|
1802
|
-
last_name?: string | undefined;
|
|
1803
1803
|
image_24?: string | undefined;
|
|
1804
1804
|
image_32?: string | undefined;
|
|
1805
1805
|
image_48?: string | undefined;
|
|
@@ -1810,6 +1810,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1810
1810
|
}, {
|
|
1811
1811
|
title?: string | undefined;
|
|
1812
1812
|
email?: string | undefined;
|
|
1813
|
+
first_name?: string | undefined;
|
|
1814
|
+
last_name?: string | undefined;
|
|
1813
1815
|
fields?: Record<string, unknown> | undefined;
|
|
1814
1816
|
real_name?: string | undefined;
|
|
1815
1817
|
phone?: string | undefined;
|
|
@@ -1823,8 +1825,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1823
1825
|
avatar_hash?: string | undefined;
|
|
1824
1826
|
image_original?: string | undefined;
|
|
1825
1827
|
is_custom_image?: boolean | undefined;
|
|
1826
|
-
first_name?: string | undefined;
|
|
1827
|
-
last_name?: string | undefined;
|
|
1828
1828
|
image_24?: string | undefined;
|
|
1829
1829
|
image_32?: string | undefined;
|
|
1830
1830
|
image_48?: string | undefined;
|
|
@@ -1855,6 +1855,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1855
1855
|
profile?: {
|
|
1856
1856
|
title?: string | undefined;
|
|
1857
1857
|
email?: string | undefined;
|
|
1858
|
+
first_name?: string | undefined;
|
|
1859
|
+
last_name?: string | undefined;
|
|
1858
1860
|
fields?: Record<string, unknown> | undefined;
|
|
1859
1861
|
real_name?: string | undefined;
|
|
1860
1862
|
phone?: string | undefined;
|
|
@@ -1868,8 +1870,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1868
1870
|
avatar_hash?: string | undefined;
|
|
1869
1871
|
image_original?: string | undefined;
|
|
1870
1872
|
is_custom_image?: boolean | undefined;
|
|
1871
|
-
first_name?: string | undefined;
|
|
1872
|
-
last_name?: string | undefined;
|
|
1873
1873
|
image_24?: string | undefined;
|
|
1874
1874
|
image_32?: string | undefined;
|
|
1875
1875
|
image_48?: string | undefined;
|
|
@@ -1900,6 +1900,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1900
1900
|
profile?: {
|
|
1901
1901
|
title?: string | undefined;
|
|
1902
1902
|
email?: string | undefined;
|
|
1903
|
+
first_name?: string | undefined;
|
|
1904
|
+
last_name?: string | undefined;
|
|
1903
1905
|
fields?: Record<string, unknown> | undefined;
|
|
1904
1906
|
real_name?: string | undefined;
|
|
1905
1907
|
phone?: string | undefined;
|
|
@@ -1913,8 +1915,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1913
1915
|
avatar_hash?: string | undefined;
|
|
1914
1916
|
image_original?: string | undefined;
|
|
1915
1917
|
is_custom_image?: boolean | undefined;
|
|
1916
|
-
first_name?: string | undefined;
|
|
1917
|
-
last_name?: string | undefined;
|
|
1918
1918
|
image_24?: string | undefined;
|
|
1919
1919
|
image_32?: string | undefined;
|
|
1920
1920
|
image_48?: string | undefined;
|
|
@@ -1943,8 +1943,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1943
1943
|
error: z.ZodString;
|
|
1944
1944
|
success: z.ZodBoolean;
|
|
1945
1945
|
}, "strip", z.ZodTypeAny, {
|
|
1946
|
-
success: boolean;
|
|
1947
1946
|
error: string;
|
|
1947
|
+
success: boolean;
|
|
1948
1948
|
operation: "list_users";
|
|
1949
1949
|
ok: boolean;
|
|
1950
1950
|
response_metadata?: {
|
|
@@ -1963,6 +1963,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1963
1963
|
profile?: {
|
|
1964
1964
|
title?: string | undefined;
|
|
1965
1965
|
email?: string | undefined;
|
|
1966
|
+
first_name?: string | undefined;
|
|
1967
|
+
last_name?: string | undefined;
|
|
1966
1968
|
fields?: Record<string, unknown> | undefined;
|
|
1967
1969
|
real_name?: string | undefined;
|
|
1968
1970
|
phone?: string | undefined;
|
|
@@ -1976,8 +1978,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1976
1978
|
avatar_hash?: string | undefined;
|
|
1977
1979
|
image_original?: string | undefined;
|
|
1978
1980
|
is_custom_image?: boolean | undefined;
|
|
1979
|
-
first_name?: string | undefined;
|
|
1980
|
-
last_name?: string | undefined;
|
|
1981
1981
|
image_24?: string | undefined;
|
|
1982
1982
|
image_32?: string | undefined;
|
|
1983
1983
|
image_48?: string | undefined;
|
|
@@ -1997,8 +1997,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1997
1997
|
has_2fa?: boolean | undefined;
|
|
1998
1998
|
}[] | undefined;
|
|
1999
1999
|
}, {
|
|
2000
|
-
success: boolean;
|
|
2001
2000
|
error: string;
|
|
2001
|
+
success: boolean;
|
|
2002
2002
|
operation: "list_users";
|
|
2003
2003
|
ok: boolean;
|
|
2004
2004
|
response_metadata?: {
|
|
@@ -2017,6 +2017,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2017
2017
|
profile?: {
|
|
2018
2018
|
title?: string | undefined;
|
|
2019
2019
|
email?: string | undefined;
|
|
2020
|
+
first_name?: string | undefined;
|
|
2021
|
+
last_name?: string | undefined;
|
|
2020
2022
|
fields?: Record<string, unknown> | undefined;
|
|
2021
2023
|
real_name?: string | undefined;
|
|
2022
2024
|
phone?: string | undefined;
|
|
@@ -2030,8 +2032,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2030
2032
|
avatar_hash?: string | undefined;
|
|
2031
2033
|
image_original?: string | undefined;
|
|
2032
2034
|
is_custom_image?: boolean | undefined;
|
|
2033
|
-
first_name?: string | undefined;
|
|
2034
|
-
last_name?: string | undefined;
|
|
2035
2035
|
image_24?: string | undefined;
|
|
2036
2036
|
image_32?: string | undefined;
|
|
2037
2037
|
image_48?: string | undefined;
|
|
@@ -2083,19 +2083,24 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2083
2083
|
count: z.ZodNumber;
|
|
2084
2084
|
}, "strip", z.ZodTypeAny, {
|
|
2085
2085
|
name: string;
|
|
2086
|
-
users: string[];
|
|
2087
2086
|
count: number;
|
|
2087
|
+
users: string[];
|
|
2088
2088
|
}, {
|
|
2089
2089
|
name: string;
|
|
2090
|
-
users: string[];
|
|
2091
2090
|
count: number;
|
|
2091
|
+
users: string[];
|
|
2092
2092
|
}>, "many">>;
|
|
2093
2093
|
}, "strip", z.ZodTypeAny, {
|
|
2094
2094
|
type: string;
|
|
2095
2095
|
ts: string;
|
|
2096
|
-
user?: string | undefined;
|
|
2097
2096
|
text?: string | undefined;
|
|
2097
|
+
user?: string | undefined;
|
|
2098
2098
|
username?: string | undefined;
|
|
2099
|
+
reactions?: {
|
|
2100
|
+
name: string;
|
|
2101
|
+
count: number;
|
|
2102
|
+
users: string[];
|
|
2103
|
+
}[] | undefined;
|
|
2099
2104
|
attachments?: unknown[] | undefined;
|
|
2100
2105
|
blocks?: unknown[] | undefined;
|
|
2101
2106
|
thread_ts?: string | undefined;
|
|
@@ -2110,17 +2115,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2110
2115
|
reply_users?: string[] | undefined;
|
|
2111
2116
|
is_locked?: boolean | undefined;
|
|
2112
2117
|
subscribed?: boolean | undefined;
|
|
2113
|
-
reactions?: {
|
|
2114
|
-
name: string;
|
|
2115
|
-
users: string[];
|
|
2116
|
-
count: number;
|
|
2117
|
-
}[] | undefined;
|
|
2118
2118
|
}, {
|
|
2119
2119
|
type: string;
|
|
2120
2120
|
ts: string;
|
|
2121
|
-
user?: string | undefined;
|
|
2122
2121
|
text?: string | undefined;
|
|
2122
|
+
user?: string | undefined;
|
|
2123
2123
|
username?: string | undefined;
|
|
2124
|
+
reactions?: {
|
|
2125
|
+
name: string;
|
|
2126
|
+
count: number;
|
|
2127
|
+
users: string[];
|
|
2128
|
+
}[] | undefined;
|
|
2124
2129
|
attachments?: unknown[] | undefined;
|
|
2125
2130
|
blocks?: unknown[] | undefined;
|
|
2126
2131
|
thread_ts?: string | undefined;
|
|
@@ -2135,11 +2140,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2135
2140
|
reply_users?: string[] | undefined;
|
|
2136
2141
|
is_locked?: boolean | undefined;
|
|
2137
2142
|
subscribed?: boolean | undefined;
|
|
2138
|
-
reactions?: {
|
|
2139
|
-
name: string;
|
|
2140
|
-
users: string[];
|
|
2141
|
-
count: number;
|
|
2142
|
-
}[] | undefined;
|
|
2143
2143
|
}>, "many">>;
|
|
2144
2144
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
2145
2145
|
response_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -2152,16 +2152,21 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2152
2152
|
error: z.ZodString;
|
|
2153
2153
|
success: z.ZodBoolean;
|
|
2154
2154
|
}, "strip", z.ZodTypeAny, {
|
|
2155
|
-
success: boolean;
|
|
2156
2155
|
error: string;
|
|
2156
|
+
success: boolean;
|
|
2157
2157
|
operation: "get_conversation_history";
|
|
2158
2158
|
ok: boolean;
|
|
2159
2159
|
messages?: {
|
|
2160
2160
|
type: string;
|
|
2161
2161
|
ts: string;
|
|
2162
|
-
user?: string | undefined;
|
|
2163
2162
|
text?: string | undefined;
|
|
2163
|
+
user?: string | undefined;
|
|
2164
2164
|
username?: string | undefined;
|
|
2165
|
+
reactions?: {
|
|
2166
|
+
name: string;
|
|
2167
|
+
count: number;
|
|
2168
|
+
users: string[];
|
|
2169
|
+
}[] | undefined;
|
|
2165
2170
|
attachments?: unknown[] | undefined;
|
|
2166
2171
|
blocks?: unknown[] | undefined;
|
|
2167
2172
|
thread_ts?: string | undefined;
|
|
@@ -2176,27 +2181,27 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2176
2181
|
reply_users?: string[] | undefined;
|
|
2177
2182
|
is_locked?: boolean | undefined;
|
|
2178
2183
|
subscribed?: boolean | undefined;
|
|
2179
|
-
reactions?: {
|
|
2180
|
-
name: string;
|
|
2181
|
-
users: string[];
|
|
2182
|
-
count: number;
|
|
2183
|
-
}[] | undefined;
|
|
2184
2184
|
}[] | undefined;
|
|
2185
2185
|
response_metadata?: {
|
|
2186
2186
|
next_cursor: string;
|
|
2187
2187
|
} | undefined;
|
|
2188
2188
|
has_more?: boolean | undefined;
|
|
2189
2189
|
}, {
|
|
2190
|
-
success: boolean;
|
|
2191
2190
|
error: string;
|
|
2191
|
+
success: boolean;
|
|
2192
2192
|
operation: "get_conversation_history";
|
|
2193
2193
|
ok: boolean;
|
|
2194
2194
|
messages?: {
|
|
2195
2195
|
type: string;
|
|
2196
2196
|
ts: string;
|
|
2197
|
-
user?: string | undefined;
|
|
2198
2197
|
text?: string | undefined;
|
|
2198
|
+
user?: string | undefined;
|
|
2199
2199
|
username?: string | undefined;
|
|
2200
|
+
reactions?: {
|
|
2201
|
+
name: string;
|
|
2202
|
+
count: number;
|
|
2203
|
+
users: string[];
|
|
2204
|
+
}[] | undefined;
|
|
2200
2205
|
attachments?: unknown[] | undefined;
|
|
2201
2206
|
blocks?: unknown[] | undefined;
|
|
2202
2207
|
thread_ts?: string | undefined;
|
|
@@ -2211,11 +2216,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2211
2216
|
reply_users?: string[] | undefined;
|
|
2212
2217
|
is_locked?: boolean | undefined;
|
|
2213
2218
|
subscribed?: boolean | undefined;
|
|
2214
|
-
reactions?: {
|
|
2215
|
-
name: string;
|
|
2216
|
-
users: string[];
|
|
2217
|
-
count: number;
|
|
2218
|
-
}[] | undefined;
|
|
2219
2219
|
}[] | undefined;
|
|
2220
2220
|
response_metadata?: {
|
|
2221
2221
|
next_cursor: string;
|
|
@@ -2254,19 +2254,24 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2254
2254
|
count: z.ZodNumber;
|
|
2255
2255
|
}, "strip", z.ZodTypeAny, {
|
|
2256
2256
|
name: string;
|
|
2257
|
-
users: string[];
|
|
2258
2257
|
count: number;
|
|
2258
|
+
users: string[];
|
|
2259
2259
|
}, {
|
|
2260
2260
|
name: string;
|
|
2261
|
-
users: string[];
|
|
2262
2261
|
count: number;
|
|
2262
|
+
users: string[];
|
|
2263
2263
|
}>, "many">>;
|
|
2264
2264
|
}, "strip", z.ZodTypeAny, {
|
|
2265
2265
|
type: string;
|
|
2266
2266
|
ts: string;
|
|
2267
|
-
user?: string | undefined;
|
|
2268
2267
|
text?: string | undefined;
|
|
2268
|
+
user?: string | undefined;
|
|
2269
2269
|
username?: string | undefined;
|
|
2270
|
+
reactions?: {
|
|
2271
|
+
name: string;
|
|
2272
|
+
count: number;
|
|
2273
|
+
users: string[];
|
|
2274
|
+
}[] | undefined;
|
|
2270
2275
|
attachments?: unknown[] | undefined;
|
|
2271
2276
|
blocks?: unknown[] | undefined;
|
|
2272
2277
|
thread_ts?: string | undefined;
|
|
@@ -2281,17 +2286,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2281
2286
|
reply_users?: string[] | undefined;
|
|
2282
2287
|
is_locked?: boolean | undefined;
|
|
2283
2288
|
subscribed?: boolean | undefined;
|
|
2284
|
-
reactions?: {
|
|
2285
|
-
name: string;
|
|
2286
|
-
users: string[];
|
|
2287
|
-
count: number;
|
|
2288
|
-
}[] | undefined;
|
|
2289
2289
|
}, {
|
|
2290
2290
|
type: string;
|
|
2291
2291
|
ts: string;
|
|
2292
|
-
user?: string | undefined;
|
|
2293
2292
|
text?: string | undefined;
|
|
2293
|
+
user?: string | undefined;
|
|
2294
2294
|
username?: string | undefined;
|
|
2295
|
+
reactions?: {
|
|
2296
|
+
name: string;
|
|
2297
|
+
count: number;
|
|
2298
|
+
users: string[];
|
|
2299
|
+
}[] | undefined;
|
|
2295
2300
|
attachments?: unknown[] | undefined;
|
|
2296
2301
|
blocks?: unknown[] | undefined;
|
|
2297
2302
|
thread_ts?: string | undefined;
|
|
@@ -2306,11 +2311,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2306
2311
|
reply_users?: string[] | undefined;
|
|
2307
2312
|
is_locked?: boolean | undefined;
|
|
2308
2313
|
subscribed?: boolean | undefined;
|
|
2309
|
-
reactions?: {
|
|
2310
|
-
name: string;
|
|
2311
|
-
users: string[];
|
|
2312
|
-
count: number;
|
|
2313
|
-
}[] | undefined;
|
|
2314
2314
|
}>, "many">>;
|
|
2315
2315
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
2316
2316
|
response_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -2323,16 +2323,21 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2323
2323
|
error: z.ZodString;
|
|
2324
2324
|
success: z.ZodBoolean;
|
|
2325
2325
|
}, "strip", z.ZodTypeAny, {
|
|
2326
|
-
success: boolean;
|
|
2327
2326
|
error: string;
|
|
2327
|
+
success: boolean;
|
|
2328
2328
|
operation: "get_thread_replies";
|
|
2329
2329
|
ok: boolean;
|
|
2330
2330
|
messages?: {
|
|
2331
2331
|
type: string;
|
|
2332
2332
|
ts: string;
|
|
2333
|
-
user?: string | undefined;
|
|
2334
2333
|
text?: string | undefined;
|
|
2334
|
+
user?: string | undefined;
|
|
2335
2335
|
username?: string | undefined;
|
|
2336
|
+
reactions?: {
|
|
2337
|
+
name: string;
|
|
2338
|
+
count: number;
|
|
2339
|
+
users: string[];
|
|
2340
|
+
}[] | undefined;
|
|
2336
2341
|
attachments?: unknown[] | undefined;
|
|
2337
2342
|
blocks?: unknown[] | undefined;
|
|
2338
2343
|
thread_ts?: string | undefined;
|
|
@@ -2347,27 +2352,27 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2347
2352
|
reply_users?: string[] | undefined;
|
|
2348
2353
|
is_locked?: boolean | undefined;
|
|
2349
2354
|
subscribed?: boolean | undefined;
|
|
2350
|
-
reactions?: {
|
|
2351
|
-
name: string;
|
|
2352
|
-
users: string[];
|
|
2353
|
-
count: number;
|
|
2354
|
-
}[] | undefined;
|
|
2355
2355
|
}[] | undefined;
|
|
2356
2356
|
response_metadata?: {
|
|
2357
2357
|
next_cursor: string;
|
|
2358
2358
|
} | undefined;
|
|
2359
2359
|
has_more?: boolean | undefined;
|
|
2360
2360
|
}, {
|
|
2361
|
-
success: boolean;
|
|
2362
2361
|
error: string;
|
|
2362
|
+
success: boolean;
|
|
2363
2363
|
operation: "get_thread_replies";
|
|
2364
2364
|
ok: boolean;
|
|
2365
2365
|
messages?: {
|
|
2366
2366
|
type: string;
|
|
2367
2367
|
ts: string;
|
|
2368
|
-
user?: string | undefined;
|
|
2369
2368
|
text?: string | undefined;
|
|
2369
|
+
user?: string | undefined;
|
|
2370
2370
|
username?: string | undefined;
|
|
2371
|
+
reactions?: {
|
|
2372
|
+
name: string;
|
|
2373
|
+
count: number;
|
|
2374
|
+
users: string[];
|
|
2375
|
+
}[] | undefined;
|
|
2371
2376
|
attachments?: unknown[] | undefined;
|
|
2372
2377
|
blocks?: unknown[] | undefined;
|
|
2373
2378
|
thread_ts?: string | undefined;
|
|
@@ -2382,11 +2387,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2382
2387
|
reply_users?: string[] | undefined;
|
|
2383
2388
|
is_locked?: boolean | undefined;
|
|
2384
2389
|
subscribed?: boolean | undefined;
|
|
2385
|
-
reactions?: {
|
|
2386
|
-
name: string;
|
|
2387
|
-
users: string[];
|
|
2388
|
-
count: number;
|
|
2389
|
-
}[] | undefined;
|
|
2390
2390
|
}[] | undefined;
|
|
2391
2391
|
response_metadata?: {
|
|
2392
2392
|
next_cursor: string;
|
|
@@ -2428,19 +2428,24 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2428
2428
|
count: z.ZodNumber;
|
|
2429
2429
|
}, "strip", z.ZodTypeAny, {
|
|
2430
2430
|
name: string;
|
|
2431
|
-
users: string[];
|
|
2432
2431
|
count: number;
|
|
2432
|
+
users: string[];
|
|
2433
2433
|
}, {
|
|
2434
2434
|
name: string;
|
|
2435
|
-
users: string[];
|
|
2436
2435
|
count: number;
|
|
2436
|
+
users: string[];
|
|
2437
2437
|
}>, "many">>;
|
|
2438
2438
|
}, "strip", z.ZodTypeAny, {
|
|
2439
2439
|
type: string;
|
|
2440
2440
|
ts: string;
|
|
2441
|
-
user?: string | undefined;
|
|
2442
2441
|
text?: string | undefined;
|
|
2442
|
+
user?: string | undefined;
|
|
2443
2443
|
username?: string | undefined;
|
|
2444
|
+
reactions?: {
|
|
2445
|
+
name: string;
|
|
2446
|
+
count: number;
|
|
2447
|
+
users: string[];
|
|
2448
|
+
}[] | undefined;
|
|
2444
2449
|
attachments?: unknown[] | undefined;
|
|
2445
2450
|
blocks?: unknown[] | undefined;
|
|
2446
2451
|
thread_ts?: string | undefined;
|
|
@@ -2455,17 +2460,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2455
2460
|
reply_users?: string[] | undefined;
|
|
2456
2461
|
is_locked?: boolean | undefined;
|
|
2457
2462
|
subscribed?: boolean | undefined;
|
|
2458
|
-
reactions?: {
|
|
2459
|
-
name: string;
|
|
2460
|
-
users: string[];
|
|
2461
|
-
count: number;
|
|
2462
|
-
}[] | undefined;
|
|
2463
2463
|
}, {
|
|
2464
2464
|
type: string;
|
|
2465
2465
|
ts: string;
|
|
2466
|
-
user?: string | undefined;
|
|
2467
2466
|
text?: string | undefined;
|
|
2467
|
+
user?: string | undefined;
|
|
2468
2468
|
username?: string | undefined;
|
|
2469
|
+
reactions?: {
|
|
2470
|
+
name: string;
|
|
2471
|
+
count: number;
|
|
2472
|
+
users: string[];
|
|
2473
|
+
}[] | undefined;
|
|
2469
2474
|
attachments?: unknown[] | undefined;
|
|
2470
2475
|
blocks?: unknown[] | undefined;
|
|
2471
2476
|
thread_ts?: string | undefined;
|
|
@@ -2480,25 +2485,26 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2480
2485
|
reply_users?: string[] | undefined;
|
|
2481
2486
|
is_locked?: boolean | undefined;
|
|
2482
2487
|
subscribed?: boolean | undefined;
|
|
2483
|
-
reactions?: {
|
|
2484
|
-
name: string;
|
|
2485
|
-
users: string[];
|
|
2486
|
-
count: number;
|
|
2487
|
-
}[] | undefined;
|
|
2488
2488
|
}>>;
|
|
2489
2489
|
error: z.ZodString;
|
|
2490
2490
|
success: z.ZodBoolean;
|
|
2491
2491
|
}, "strip", z.ZodTypeAny, {
|
|
2492
|
-
success: boolean;
|
|
2493
2492
|
error: string;
|
|
2493
|
+
success: boolean;
|
|
2494
2494
|
operation: "update_message";
|
|
2495
2495
|
ok: boolean;
|
|
2496
|
+
text?: string | undefined;
|
|
2496
2497
|
message?: {
|
|
2497
2498
|
type: string;
|
|
2498
2499
|
ts: string;
|
|
2499
|
-
user?: string | undefined;
|
|
2500
2500
|
text?: string | undefined;
|
|
2501
|
+
user?: string | undefined;
|
|
2501
2502
|
username?: string | undefined;
|
|
2503
|
+
reactions?: {
|
|
2504
|
+
name: string;
|
|
2505
|
+
count: number;
|
|
2506
|
+
users: string[];
|
|
2507
|
+
}[] | undefined;
|
|
2502
2508
|
attachments?: unknown[] | undefined;
|
|
2503
2509
|
blocks?: unknown[] | undefined;
|
|
2504
2510
|
thread_ts?: string | undefined;
|
|
@@ -2513,26 +2519,26 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2513
2519
|
reply_users?: string[] | undefined;
|
|
2514
2520
|
is_locked?: boolean | undefined;
|
|
2515
2521
|
subscribed?: boolean | undefined;
|
|
2516
|
-
reactions?: {
|
|
2517
|
-
name: string;
|
|
2518
|
-
users: string[];
|
|
2519
|
-
count: number;
|
|
2520
|
-
}[] | undefined;
|
|
2521
2522
|
} | undefined;
|
|
2522
|
-
text?: string | undefined;
|
|
2523
2523
|
ts?: string | undefined;
|
|
2524
2524
|
channel?: string | undefined;
|
|
2525
2525
|
}, {
|
|
2526
|
-
success: boolean;
|
|
2527
2526
|
error: string;
|
|
2527
|
+
success: boolean;
|
|
2528
2528
|
operation: "update_message";
|
|
2529
2529
|
ok: boolean;
|
|
2530
|
+
text?: string | undefined;
|
|
2530
2531
|
message?: {
|
|
2531
2532
|
type: string;
|
|
2532
2533
|
ts: string;
|
|
2533
|
-
user?: string | undefined;
|
|
2534
2534
|
text?: string | undefined;
|
|
2535
|
+
user?: string | undefined;
|
|
2535
2536
|
username?: string | undefined;
|
|
2537
|
+
reactions?: {
|
|
2538
|
+
name: string;
|
|
2539
|
+
count: number;
|
|
2540
|
+
users: string[];
|
|
2541
|
+
}[] | undefined;
|
|
2536
2542
|
attachments?: unknown[] | undefined;
|
|
2537
2543
|
blocks?: unknown[] | undefined;
|
|
2538
2544
|
thread_ts?: string | undefined;
|
|
@@ -2547,13 +2553,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2547
2553
|
reply_users?: string[] | undefined;
|
|
2548
2554
|
is_locked?: boolean | undefined;
|
|
2549
2555
|
subscribed?: boolean | undefined;
|
|
2550
|
-
reactions?: {
|
|
2551
|
-
name: string;
|
|
2552
|
-
users: string[];
|
|
2553
|
-
count: number;
|
|
2554
|
-
}[] | undefined;
|
|
2555
2556
|
} | undefined;
|
|
2556
|
-
text?: string | undefined;
|
|
2557
2557
|
ts?: string | undefined;
|
|
2558
2558
|
channel?: string | undefined;
|
|
2559
2559
|
}>, z.ZodObject<{
|
|
@@ -2564,15 +2564,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2564
2564
|
error: z.ZodString;
|
|
2565
2565
|
success: z.ZodBoolean;
|
|
2566
2566
|
}, "strip", z.ZodTypeAny, {
|
|
2567
|
-
success: boolean;
|
|
2568
2567
|
error: string;
|
|
2568
|
+
success: boolean;
|
|
2569
2569
|
operation: "delete_message";
|
|
2570
2570
|
ok: boolean;
|
|
2571
2571
|
ts?: string | undefined;
|
|
2572
2572
|
channel?: string | undefined;
|
|
2573
2573
|
}, {
|
|
2574
|
-
success: boolean;
|
|
2575
2574
|
error: string;
|
|
2575
|
+
success: boolean;
|
|
2576
2576
|
operation: "delete_message";
|
|
2577
2577
|
ok: boolean;
|
|
2578
2578
|
ts?: string | undefined;
|
|
@@ -2583,13 +2583,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2583
2583
|
error: z.ZodString;
|
|
2584
2584
|
success: z.ZodBoolean;
|
|
2585
2585
|
}, "strip", z.ZodTypeAny, {
|
|
2586
|
-
success: boolean;
|
|
2587
2586
|
error: string;
|
|
2587
|
+
success: boolean;
|
|
2588
2588
|
operation: "add_reaction";
|
|
2589
2589
|
ok: boolean;
|
|
2590
2590
|
}, {
|
|
2591
|
-
success: boolean;
|
|
2592
2591
|
error: string;
|
|
2592
|
+
success: boolean;
|
|
2593
2593
|
operation: "add_reaction";
|
|
2594
2594
|
ok: boolean;
|
|
2595
2595
|
}>, z.ZodObject<{
|
|
@@ -2598,13 +2598,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2598
2598
|
error: z.ZodString;
|
|
2599
2599
|
success: z.ZodBoolean;
|
|
2600
2600
|
}, "strip", z.ZodTypeAny, {
|
|
2601
|
-
success: boolean;
|
|
2602
2601
|
error: string;
|
|
2602
|
+
success: boolean;
|
|
2603
2603
|
operation: "remove_reaction";
|
|
2604
2604
|
ok: boolean;
|
|
2605
2605
|
}, {
|
|
2606
|
-
success: boolean;
|
|
2607
2606
|
error: string;
|
|
2607
|
+
success: boolean;
|
|
2608
2608
|
operation: "remove_reaction";
|
|
2609
2609
|
ok: boolean;
|
|
2610
2610
|
}>, z.ZodObject<{
|
|
@@ -2679,7 +2679,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2679
2679
|
channel_name: string;
|
|
2680
2680
|
}>, "many">>>;
|
|
2681
2681
|
}, "strip", z.ZodTypeAny, {
|
|
2682
|
-
|
|
2682
|
+
private?: Record<string, {
|
|
2683
2683
|
ts: string;
|
|
2684
2684
|
team_id: string;
|
|
2685
2685
|
reply_count: number;
|
|
@@ -2687,7 +2687,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2687
2687
|
reply_users: string[];
|
|
2688
2688
|
channel_name: string;
|
|
2689
2689
|
}[]> | undefined;
|
|
2690
|
-
|
|
2690
|
+
public?: Record<string, {
|
|
2691
2691
|
ts: string;
|
|
2692
2692
|
team_id: string;
|
|
2693
2693
|
reply_count: number;
|
|
@@ -2696,7 +2696,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2696
2696
|
channel_name: string;
|
|
2697
2697
|
}[]> | undefined;
|
|
2698
2698
|
}, {
|
|
2699
|
-
|
|
2699
|
+
private?: Record<string, {
|
|
2700
2700
|
ts: string;
|
|
2701
2701
|
team_id: string;
|
|
2702
2702
|
reply_count: number;
|
|
@@ -2704,7 +2704,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2704
2704
|
reply_users: string[];
|
|
2705
2705
|
channel_name: string;
|
|
2706
2706
|
}[]> | undefined;
|
|
2707
|
-
|
|
2707
|
+
public?: Record<string, {
|
|
2708
2708
|
ts: string;
|
|
2709
2709
|
team_id: string;
|
|
2710
2710
|
reply_count: number;
|
|
@@ -2721,8 +2721,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2721
2721
|
name: string;
|
|
2722
2722
|
user: string;
|
|
2723
2723
|
id: string;
|
|
2724
|
-
username: string;
|
|
2725
2724
|
timestamp: number;
|
|
2725
|
+
username: string;
|
|
2726
2726
|
created: number;
|
|
2727
2727
|
mimetype: string;
|
|
2728
2728
|
filetype: string;
|
|
@@ -2739,10 +2739,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2739
2739
|
url_private_download: string;
|
|
2740
2740
|
permalink: string;
|
|
2741
2741
|
title?: string | undefined;
|
|
2742
|
-
channels?: string[] | undefined;
|
|
2743
|
-
permalink_public?: string | undefined;
|
|
2744
2742
|
shares?: {
|
|
2745
|
-
|
|
2743
|
+
private?: Record<string, {
|
|
2746
2744
|
ts: string;
|
|
2747
2745
|
team_id: string;
|
|
2748
2746
|
reply_count: number;
|
|
@@ -2750,7 +2748,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2750
2748
|
reply_users: string[];
|
|
2751
2749
|
channel_name: string;
|
|
2752
2750
|
}[]> | undefined;
|
|
2753
|
-
|
|
2751
|
+
public?: Record<string, {
|
|
2754
2752
|
ts: string;
|
|
2755
2753
|
team_id: string;
|
|
2756
2754
|
reply_count: number;
|
|
@@ -2759,6 +2757,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2759
2757
|
channel_name: string;
|
|
2760
2758
|
}[]> | undefined;
|
|
2761
2759
|
} | undefined;
|
|
2760
|
+
channels?: string[] | undefined;
|
|
2761
|
+
permalink_public?: string | undefined;
|
|
2762
2762
|
groups?: string[] | undefined;
|
|
2763
2763
|
ims?: string[] | undefined;
|
|
2764
2764
|
has_rich_preview?: boolean | undefined;
|
|
@@ -2766,8 +2766,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2766
2766
|
name: string;
|
|
2767
2767
|
user: string;
|
|
2768
2768
|
id: string;
|
|
2769
|
-
username: string;
|
|
2770
2769
|
timestamp: number;
|
|
2770
|
+
username: string;
|
|
2771
2771
|
created: number;
|
|
2772
2772
|
mimetype: string;
|
|
2773
2773
|
filetype: string;
|
|
@@ -2784,10 +2784,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2784
2784
|
url_private_download: string;
|
|
2785
2785
|
permalink: string;
|
|
2786
2786
|
title?: string | undefined;
|
|
2787
|
-
channels?: string[] | undefined;
|
|
2788
|
-
permalink_public?: string | undefined;
|
|
2789
2787
|
shares?: {
|
|
2790
|
-
|
|
2788
|
+
private?: Record<string, {
|
|
2791
2789
|
ts: string;
|
|
2792
2790
|
team_id: string;
|
|
2793
2791
|
reply_count: number;
|
|
@@ -2795,7 +2793,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2795
2793
|
reply_users: string[];
|
|
2796
2794
|
channel_name: string;
|
|
2797
2795
|
}[]> | undefined;
|
|
2798
|
-
|
|
2796
|
+
public?: Record<string, {
|
|
2799
2797
|
ts: string;
|
|
2800
2798
|
team_id: string;
|
|
2801
2799
|
reply_count: number;
|
|
@@ -2804,6 +2802,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2804
2802
|
channel_name: string;
|
|
2805
2803
|
}[]> | undefined;
|
|
2806
2804
|
} | undefined;
|
|
2805
|
+
channels?: string[] | undefined;
|
|
2806
|
+
permalink_public?: string | undefined;
|
|
2807
2807
|
groups?: string[] | undefined;
|
|
2808
2808
|
ims?: string[] | undefined;
|
|
2809
2809
|
has_rich_preview?: boolean | undefined;
|
|
@@ -2811,16 +2811,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2811
2811
|
error: z.ZodString;
|
|
2812
2812
|
success: z.ZodBoolean;
|
|
2813
2813
|
}, "strip", z.ZodTypeAny, {
|
|
2814
|
-
success: boolean;
|
|
2815
2814
|
error: string;
|
|
2815
|
+
success: boolean;
|
|
2816
2816
|
operation: "upload_file";
|
|
2817
2817
|
ok: boolean;
|
|
2818
2818
|
file?: {
|
|
2819
2819
|
name: string;
|
|
2820
2820
|
user: string;
|
|
2821
2821
|
id: string;
|
|
2822
|
-
username: string;
|
|
2823
2822
|
timestamp: number;
|
|
2823
|
+
username: string;
|
|
2824
2824
|
created: number;
|
|
2825
2825
|
mimetype: string;
|
|
2826
2826
|
filetype: string;
|
|
@@ -2837,10 +2837,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2837
2837
|
url_private_download: string;
|
|
2838
2838
|
permalink: string;
|
|
2839
2839
|
title?: string | undefined;
|
|
2840
|
-
channels?: string[] | undefined;
|
|
2841
|
-
permalink_public?: string | undefined;
|
|
2842
2840
|
shares?: {
|
|
2843
|
-
|
|
2841
|
+
private?: Record<string, {
|
|
2844
2842
|
ts: string;
|
|
2845
2843
|
team_id: string;
|
|
2846
2844
|
reply_count: number;
|
|
@@ -2848,7 +2846,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2848
2846
|
reply_users: string[];
|
|
2849
2847
|
channel_name: string;
|
|
2850
2848
|
}[]> | undefined;
|
|
2851
|
-
|
|
2849
|
+
public?: Record<string, {
|
|
2852
2850
|
ts: string;
|
|
2853
2851
|
team_id: string;
|
|
2854
2852
|
reply_count: number;
|
|
@@ -2857,21 +2855,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2857
2855
|
channel_name: string;
|
|
2858
2856
|
}[]> | undefined;
|
|
2859
2857
|
} | undefined;
|
|
2858
|
+
channels?: string[] | undefined;
|
|
2859
|
+
permalink_public?: string | undefined;
|
|
2860
2860
|
groups?: string[] | undefined;
|
|
2861
2861
|
ims?: string[] | undefined;
|
|
2862
2862
|
has_rich_preview?: boolean | undefined;
|
|
2863
2863
|
} | undefined;
|
|
2864
2864
|
}, {
|
|
2865
|
-
success: boolean;
|
|
2866
2865
|
error: string;
|
|
2866
|
+
success: boolean;
|
|
2867
2867
|
operation: "upload_file";
|
|
2868
2868
|
ok: boolean;
|
|
2869
2869
|
file?: {
|
|
2870
2870
|
name: string;
|
|
2871
2871
|
user: string;
|
|
2872
2872
|
id: string;
|
|
2873
|
-
username: string;
|
|
2874
2873
|
timestamp: number;
|
|
2874
|
+
username: string;
|
|
2875
2875
|
created: number;
|
|
2876
2876
|
mimetype: string;
|
|
2877
2877
|
filetype: string;
|
|
@@ -2888,10 +2888,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2888
2888
|
url_private_download: string;
|
|
2889
2889
|
permalink: string;
|
|
2890
2890
|
title?: string | undefined;
|
|
2891
|
-
channels?: string[] | undefined;
|
|
2892
|
-
permalink_public?: string | undefined;
|
|
2893
2891
|
shares?: {
|
|
2894
|
-
|
|
2892
|
+
private?: Record<string, {
|
|
2895
2893
|
ts: string;
|
|
2896
2894
|
team_id: string;
|
|
2897
2895
|
reply_count: number;
|
|
@@ -2899,7 +2897,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2899
2897
|
reply_users: string[];
|
|
2900
2898
|
channel_name: string;
|
|
2901
2899
|
}[]> | undefined;
|
|
2902
|
-
|
|
2900
|
+
public?: Record<string, {
|
|
2903
2901
|
ts: string;
|
|
2904
2902
|
team_id: string;
|
|
2905
2903
|
reply_count: number;
|
|
@@ -2908,6 +2906,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2908
2906
|
channel_name: string;
|
|
2909
2907
|
}[]> | undefined;
|
|
2910
2908
|
} | undefined;
|
|
2909
|
+
channels?: string[] | undefined;
|
|
2910
|
+
permalink_public?: string | undefined;
|
|
2911
2911
|
groups?: string[] | undefined;
|
|
2912
2912
|
ims?: string[] | undefined;
|
|
2913
2913
|
has_rich_preview?: boolean | undefined;
|
|
@@ -2961,8 +2961,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
2961
2961
|
footer_icon: z.ZodOptional<z.ZodString>;
|
|
2962
2962
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
2963
2963
|
}, "strip", z.ZodTypeAny, {
|
|
2964
|
-
title?: string | undefined;
|
|
2965
2964
|
text?: string | undefined;
|
|
2965
|
+
title?: string | undefined;
|
|
2966
2966
|
image_url?: string | undefined;
|
|
2967
2967
|
fields?: {
|
|
2968
2968
|
value: string;
|
|
@@ -2980,8 +2980,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
2980
2980
|
footer_icon?: string | undefined;
|
|
2981
2981
|
ts?: number | undefined;
|
|
2982
2982
|
}, {
|
|
2983
|
-
title?: string | undefined;
|
|
2984
2983
|
text?: string | undefined;
|
|
2984
|
+
title?: string | undefined;
|
|
2985
2985
|
image_url?: string | undefined;
|
|
2986
2986
|
fields?: {
|
|
2987
2987
|
value: string;
|
|
@@ -3026,15 +3026,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3026
3026
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3027
3027
|
}, "strip", z.ZodTypeAny, {
|
|
3028
3028
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3029
|
-
emoji?: boolean | undefined;
|
|
3030
3029
|
text?: string | undefined;
|
|
3030
|
+
emoji?: boolean | undefined;
|
|
3031
3031
|
image_url?: string | undefined;
|
|
3032
3032
|
verbatim?: boolean | undefined;
|
|
3033
3033
|
alt_text?: string | undefined;
|
|
3034
3034
|
}, {
|
|
3035
3035
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3036
|
-
emoji?: boolean | undefined;
|
|
3037
3036
|
text?: string | undefined;
|
|
3037
|
+
emoji?: boolean | undefined;
|
|
3038
3038
|
image_url?: string | undefined;
|
|
3039
3039
|
verbatim?: boolean | undefined;
|
|
3040
3040
|
alt_text?: string | undefined;
|
|
@@ -3066,15 +3066,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3066
3066
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3067
3067
|
}, "strip", z.ZodTypeAny, {
|
|
3068
3068
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3069
|
-
emoji?: boolean | undefined;
|
|
3070
3069
|
text?: string | undefined;
|
|
3070
|
+
emoji?: boolean | undefined;
|
|
3071
3071
|
image_url?: string | undefined;
|
|
3072
3072
|
verbatim?: boolean | undefined;
|
|
3073
3073
|
alt_text?: string | undefined;
|
|
3074
3074
|
}, {
|
|
3075
3075
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3076
|
-
emoji?: boolean | undefined;
|
|
3077
3076
|
text?: string | undefined;
|
|
3077
|
+
emoji?: boolean | undefined;
|
|
3078
3078
|
image_url?: string | undefined;
|
|
3079
3079
|
verbatim?: boolean | undefined;
|
|
3080
3080
|
alt_text?: string | undefined;
|
|
@@ -3106,15 +3106,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3106
3106
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3107
3107
|
}, "strip", z.ZodTypeAny, {
|
|
3108
3108
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3109
|
-
emoji?: boolean | undefined;
|
|
3110
3109
|
text?: string | undefined;
|
|
3110
|
+
emoji?: boolean | undefined;
|
|
3111
3111
|
image_url?: string | undefined;
|
|
3112
3112
|
verbatim?: boolean | undefined;
|
|
3113
3113
|
alt_text?: string | undefined;
|
|
3114
3114
|
}, {
|
|
3115
3115
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3116
|
-
emoji?: boolean | undefined;
|
|
3117
3116
|
text?: string | undefined;
|
|
3117
|
+
emoji?: boolean | undefined;
|
|
3118
3118
|
image_url?: string | undefined;
|
|
3119
3119
|
verbatim?: boolean | undefined;
|
|
3120
3120
|
alt_text?: string | undefined;
|
|
@@ -3137,8 +3137,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3137
3137
|
icon_emoji?: string | undefined;
|
|
3138
3138
|
icon_url?: string | undefined;
|
|
3139
3139
|
attachments?: {
|
|
3140
|
-
title?: string | undefined;
|
|
3141
3140
|
text?: string | undefined;
|
|
3141
|
+
title?: string | undefined;
|
|
3142
3142
|
image_url?: string | undefined;
|
|
3143
3143
|
fields?: {
|
|
3144
3144
|
value: string;
|
|
@@ -3183,15 +3183,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3183
3183
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3184
3184
|
}, "strip", z.ZodTypeAny, {
|
|
3185
3185
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3186
|
-
emoji?: boolean | undefined;
|
|
3187
3186
|
text?: string | undefined;
|
|
3187
|
+
emoji?: boolean | undefined;
|
|
3188
3188
|
image_url?: string | undefined;
|
|
3189
3189
|
verbatim?: boolean | undefined;
|
|
3190
3190
|
alt_text?: string | undefined;
|
|
3191
3191
|
}, {
|
|
3192
3192
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3193
|
-
emoji?: boolean | undefined;
|
|
3194
3193
|
text?: string | undefined;
|
|
3194
|
+
emoji?: boolean | undefined;
|
|
3195
3195
|
image_url?: string | undefined;
|
|
3196
3196
|
verbatim?: boolean | undefined;
|
|
3197
3197
|
alt_text?: string | undefined;
|
|
@@ -3207,8 +3207,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3207
3207
|
icon_emoji?: string | undefined;
|
|
3208
3208
|
icon_url?: string | undefined;
|
|
3209
3209
|
attachments?: {
|
|
3210
|
-
title?: string | undefined;
|
|
3211
3210
|
text?: string | undefined;
|
|
3211
|
+
title?: string | undefined;
|
|
3212
3212
|
image_url?: string | undefined;
|
|
3213
3213
|
fields?: {
|
|
3214
3214
|
value: string;
|
|
@@ -3253,15 +3253,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3253
3253
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3254
3254
|
}, "strip", z.ZodTypeAny, {
|
|
3255
3255
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3256
|
-
emoji?: boolean | undefined;
|
|
3257
3256
|
text?: string | undefined;
|
|
3257
|
+
emoji?: boolean | undefined;
|
|
3258
3258
|
image_url?: string | undefined;
|
|
3259
3259
|
verbatim?: boolean | undefined;
|
|
3260
3260
|
alt_text?: string | undefined;
|
|
3261
3261
|
}, {
|
|
3262
3262
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3263
|
-
emoji?: boolean | undefined;
|
|
3264
3263
|
text?: string | undefined;
|
|
3264
|
+
emoji?: boolean | undefined;
|
|
3265
3265
|
image_url?: string | undefined;
|
|
3266
3266
|
verbatim?: boolean | undefined;
|
|
3267
3267
|
alt_text?: string | undefined;
|
|
@@ -3279,18 +3279,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3279
3279
|
cursor: z.ZodOptional<z.ZodString>;
|
|
3280
3280
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3281
3281
|
}, "strip", z.ZodTypeAny, {
|
|
3282
|
-
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
3283
3282
|
operation: "list_channels";
|
|
3284
|
-
exclude_archived: boolean;
|
|
3285
3283
|
limit: number;
|
|
3284
|
+
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
3285
|
+
exclude_archived: boolean;
|
|
3286
3286
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3287
3287
|
cursor?: string | undefined;
|
|
3288
3288
|
}, {
|
|
3289
3289
|
operation: "list_channels";
|
|
3290
3290
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3291
|
+
limit?: number | undefined;
|
|
3291
3292
|
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
3292
3293
|
exclude_archived?: boolean | undefined;
|
|
3293
|
-
limit?: number | undefined;
|
|
3294
3294
|
cursor?: string | undefined;
|
|
3295
3295
|
}>, z.ZodObject<{
|
|
3296
3296
|
operation: z.ZodLiteral<"get_channel_info">;
|
|
@@ -3352,8 +3352,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3352
3352
|
}, "strip", z.ZodTypeAny, {
|
|
3353
3353
|
inclusive: boolean;
|
|
3354
3354
|
operation: "get_conversation_history";
|
|
3355
|
-
channel: string;
|
|
3356
3355
|
limit: number;
|
|
3356
|
+
channel: string;
|
|
3357
3357
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3358
3358
|
cursor?: string | undefined;
|
|
3359
3359
|
latest?: string | undefined;
|
|
@@ -3379,17 +3379,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3379
3379
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3380
3380
|
}, "strip", z.ZodTypeAny, {
|
|
3381
3381
|
inclusive: boolean;
|
|
3382
|
-
ts: string;
|
|
3383
3382
|
operation: "get_thread_replies";
|
|
3384
|
-
channel: string;
|
|
3385
3383
|
limit: number;
|
|
3384
|
+
ts: string;
|
|
3385
|
+
channel: string;
|
|
3386
3386
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3387
3387
|
cursor?: string | undefined;
|
|
3388
3388
|
latest?: string | undefined;
|
|
3389
3389
|
oldest?: string | undefined;
|
|
3390
3390
|
}, {
|
|
3391
|
-
ts: string;
|
|
3392
3391
|
operation: "get_thread_replies";
|
|
3392
|
+
ts: string;
|
|
3393
3393
|
channel: string;
|
|
3394
3394
|
inclusive?: boolean | undefined;
|
|
3395
3395
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -3430,8 +3430,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3430
3430
|
footer_icon: z.ZodOptional<z.ZodString>;
|
|
3431
3431
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
3432
3432
|
}, "strip", z.ZodTypeAny, {
|
|
3433
|
-
title?: string | undefined;
|
|
3434
3433
|
text?: string | undefined;
|
|
3434
|
+
title?: string | undefined;
|
|
3435
3435
|
image_url?: string | undefined;
|
|
3436
3436
|
fields?: {
|
|
3437
3437
|
value: string;
|
|
@@ -3449,8 +3449,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3449
3449
|
footer_icon?: string | undefined;
|
|
3450
3450
|
ts?: number | undefined;
|
|
3451
3451
|
}, {
|
|
3452
|
-
title?: string | undefined;
|
|
3453
3452
|
text?: string | undefined;
|
|
3453
|
+
title?: string | undefined;
|
|
3454
3454
|
image_url?: string | undefined;
|
|
3455
3455
|
fields?: {
|
|
3456
3456
|
value: string;
|
|
@@ -3495,15 +3495,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3495
3495
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3496
3496
|
}, "strip", z.ZodTypeAny, {
|
|
3497
3497
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3498
|
-
emoji?: boolean | undefined;
|
|
3499
3498
|
text?: string | undefined;
|
|
3499
|
+
emoji?: boolean | undefined;
|
|
3500
3500
|
image_url?: string | undefined;
|
|
3501
3501
|
verbatim?: boolean | undefined;
|
|
3502
3502
|
alt_text?: string | undefined;
|
|
3503
3503
|
}, {
|
|
3504
3504
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3505
|
-
emoji?: boolean | undefined;
|
|
3506
3505
|
text?: string | undefined;
|
|
3506
|
+
emoji?: boolean | undefined;
|
|
3507
3507
|
image_url?: string | undefined;
|
|
3508
3508
|
verbatim?: boolean | undefined;
|
|
3509
3509
|
alt_text?: string | undefined;
|
|
@@ -3535,15 +3535,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3535
3535
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3536
3536
|
}, "strip", z.ZodTypeAny, {
|
|
3537
3537
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3538
|
-
emoji?: boolean | undefined;
|
|
3539
3538
|
text?: string | undefined;
|
|
3539
|
+
emoji?: boolean | undefined;
|
|
3540
3540
|
image_url?: string | undefined;
|
|
3541
3541
|
verbatim?: boolean | undefined;
|
|
3542
3542
|
alt_text?: string | undefined;
|
|
3543
3543
|
}, {
|
|
3544
3544
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3545
|
-
emoji?: boolean | undefined;
|
|
3546
3545
|
text?: string | undefined;
|
|
3546
|
+
emoji?: boolean | undefined;
|
|
3547
3547
|
image_url?: string | undefined;
|
|
3548
3548
|
verbatim?: boolean | undefined;
|
|
3549
3549
|
alt_text?: string | undefined;
|
|
@@ -3575,15 +3575,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3575
3575
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3576
3576
|
}, "strip", z.ZodTypeAny, {
|
|
3577
3577
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3578
|
-
emoji?: boolean | undefined;
|
|
3579
3578
|
text?: string | undefined;
|
|
3579
|
+
emoji?: boolean | undefined;
|
|
3580
3580
|
image_url?: string | undefined;
|
|
3581
3581
|
verbatim?: boolean | undefined;
|
|
3582
3582
|
alt_text?: string | undefined;
|
|
3583
3583
|
}, {
|
|
3584
3584
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3585
|
-
emoji?: boolean | undefined;
|
|
3586
3585
|
text?: string | undefined;
|
|
3586
|
+
emoji?: boolean | undefined;
|
|
3587
3587
|
image_url?: string | undefined;
|
|
3588
3588
|
verbatim?: boolean | undefined;
|
|
3589
3589
|
alt_text?: string | undefined;
|
|
@@ -3591,14 +3591,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3591
3591
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
3592
3592
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3593
3593
|
}, "strip", z.ZodTypeAny, {
|
|
3594
|
-
ts: string;
|
|
3595
3594
|
operation: "update_message";
|
|
3595
|
+
ts: string;
|
|
3596
3596
|
channel: string;
|
|
3597
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3598
3597
|
text?: string | undefined;
|
|
3598
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3599
3599
|
attachments?: {
|
|
3600
|
-
title?: string | undefined;
|
|
3601
3600
|
text?: string | undefined;
|
|
3601
|
+
title?: string | undefined;
|
|
3602
3602
|
image_url?: string | undefined;
|
|
3603
3603
|
fields?: {
|
|
3604
3604
|
value: string;
|
|
@@ -3643,29 +3643,29 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3643
3643
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3644
3644
|
}, "strip", z.ZodTypeAny, {
|
|
3645
3645
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3646
|
-
emoji?: boolean | undefined;
|
|
3647
3646
|
text?: string | undefined;
|
|
3647
|
+
emoji?: boolean | undefined;
|
|
3648
3648
|
image_url?: string | undefined;
|
|
3649
3649
|
verbatim?: boolean | undefined;
|
|
3650
3650
|
alt_text?: string | undefined;
|
|
3651
3651
|
}, {
|
|
3652
3652
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3653
|
-
emoji?: boolean | undefined;
|
|
3654
3653
|
text?: string | undefined;
|
|
3654
|
+
emoji?: boolean | undefined;
|
|
3655
3655
|
image_url?: string | undefined;
|
|
3656
3656
|
verbatim?: boolean | undefined;
|
|
3657
3657
|
alt_text?: string | undefined;
|
|
3658
3658
|
}>, "many">>;
|
|
3659
3659
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
3660
3660
|
}, {
|
|
3661
|
-
ts: string;
|
|
3662
3661
|
operation: "update_message";
|
|
3662
|
+
ts: string;
|
|
3663
3663
|
channel: string;
|
|
3664
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3665
3664
|
text?: string | undefined;
|
|
3665
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3666
3666
|
attachments?: {
|
|
3667
|
-
title?: string | undefined;
|
|
3668
3667
|
text?: string | undefined;
|
|
3668
|
+
title?: string | undefined;
|
|
3669
3669
|
image_url?: string | undefined;
|
|
3670
3670
|
fields?: {
|
|
3671
3671
|
value: string;
|
|
@@ -3710,15 +3710,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3710
3710
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3711
3711
|
}, "strip", z.ZodTypeAny, {
|
|
3712
3712
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3713
|
-
emoji?: boolean | undefined;
|
|
3714
3713
|
text?: string | undefined;
|
|
3714
|
+
emoji?: boolean | undefined;
|
|
3715
3715
|
image_url?: string | undefined;
|
|
3716
3716
|
verbatim?: boolean | undefined;
|
|
3717
3717
|
alt_text?: string | undefined;
|
|
3718
3718
|
}, {
|
|
3719
3719
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3720
|
-
emoji?: boolean | undefined;
|
|
3721
3720
|
text?: string | undefined;
|
|
3721
|
+
emoji?: boolean | undefined;
|
|
3722
3722
|
image_url?: string | undefined;
|
|
3723
3723
|
verbatim?: boolean | undefined;
|
|
3724
3724
|
alt_text?: string | undefined;
|
|
@@ -3730,13 +3730,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3730
3730
|
ts: z.ZodString;
|
|
3731
3731
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3732
3732
|
}, "strip", z.ZodTypeAny, {
|
|
3733
|
-
ts: string;
|
|
3734
3733
|
operation: "delete_message";
|
|
3734
|
+
ts: string;
|
|
3735
3735
|
channel: string;
|
|
3736
3736
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3737
3737
|
}, {
|
|
3738
|
-
ts: string;
|
|
3739
3738
|
operation: "delete_message";
|
|
3739
|
+
ts: string;
|
|
3740
3740
|
channel: string;
|
|
3741
3741
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3742
3742
|
}>, z.ZodObject<{
|
|
@@ -3748,14 +3748,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3748
3748
|
}, "strip", z.ZodTypeAny, {
|
|
3749
3749
|
name: string;
|
|
3750
3750
|
operation: "add_reaction";
|
|
3751
|
-
channel: string;
|
|
3752
3751
|
timestamp: string;
|
|
3752
|
+
channel: string;
|
|
3753
3753
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3754
3754
|
}, {
|
|
3755
3755
|
name: string;
|
|
3756
3756
|
operation: "add_reaction";
|
|
3757
|
-
channel: string;
|
|
3758
3757
|
timestamp: string;
|
|
3758
|
+
channel: string;
|
|
3759
3759
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3760
3760
|
}>, z.ZodObject<{
|
|
3761
3761
|
operation: z.ZodLiteral<"remove_reaction">;
|
|
@@ -3766,14 +3766,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3766
3766
|
}, "strip", z.ZodTypeAny, {
|
|
3767
3767
|
name: string;
|
|
3768
3768
|
operation: "remove_reaction";
|
|
3769
|
-
channel: string;
|
|
3770
3769
|
timestamp: string;
|
|
3770
|
+
channel: string;
|
|
3771
3771
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3772
3772
|
}, {
|
|
3773
3773
|
name: string;
|
|
3774
3774
|
operation: "remove_reaction";
|
|
3775
|
-
channel: string;
|
|
3776
3775
|
timestamp: string;
|
|
3776
|
+
channel: string;
|
|
3777
3777
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3778
3778
|
}>, z.ZodObject<{
|
|
3779
3779
|
operation: z.ZodLiteral<"upload_file">;
|
|
@@ -3838,19 +3838,24 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3838
3838
|
count: z.ZodNumber;
|
|
3839
3839
|
}, "strip", z.ZodTypeAny, {
|
|
3840
3840
|
name: string;
|
|
3841
|
-
users: string[];
|
|
3842
3841
|
count: number;
|
|
3842
|
+
users: string[];
|
|
3843
3843
|
}, {
|
|
3844
3844
|
name: string;
|
|
3845
|
-
users: string[];
|
|
3846
3845
|
count: number;
|
|
3846
|
+
users: string[];
|
|
3847
3847
|
}>, "many">>;
|
|
3848
3848
|
}, "strip", z.ZodTypeAny, {
|
|
3849
3849
|
type: string;
|
|
3850
3850
|
ts: string;
|
|
3851
|
-
user?: string | undefined;
|
|
3852
3851
|
text?: string | undefined;
|
|
3852
|
+
user?: string | undefined;
|
|
3853
3853
|
username?: string | undefined;
|
|
3854
|
+
reactions?: {
|
|
3855
|
+
name: string;
|
|
3856
|
+
count: number;
|
|
3857
|
+
users: string[];
|
|
3858
|
+
}[] | undefined;
|
|
3854
3859
|
attachments?: unknown[] | undefined;
|
|
3855
3860
|
blocks?: unknown[] | undefined;
|
|
3856
3861
|
thread_ts?: string | undefined;
|
|
@@ -3865,17 +3870,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3865
3870
|
reply_users?: string[] | undefined;
|
|
3866
3871
|
is_locked?: boolean | undefined;
|
|
3867
3872
|
subscribed?: boolean | undefined;
|
|
3868
|
-
reactions?: {
|
|
3869
|
-
name: string;
|
|
3870
|
-
users: string[];
|
|
3871
|
-
count: number;
|
|
3872
|
-
}[] | undefined;
|
|
3873
3873
|
}, {
|
|
3874
3874
|
type: string;
|
|
3875
3875
|
ts: string;
|
|
3876
|
-
user?: string | undefined;
|
|
3877
3876
|
text?: string | undefined;
|
|
3877
|
+
user?: string | undefined;
|
|
3878
3878
|
username?: string | undefined;
|
|
3879
|
+
reactions?: {
|
|
3880
|
+
name: string;
|
|
3881
|
+
count: number;
|
|
3882
|
+
users: string[];
|
|
3883
|
+
}[] | undefined;
|
|
3879
3884
|
attachments?: unknown[] | undefined;
|
|
3880
3885
|
blocks?: unknown[] | undefined;
|
|
3881
3886
|
thread_ts?: string | undefined;
|
|
@@ -3890,25 +3895,25 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3890
3895
|
reply_users?: string[] | undefined;
|
|
3891
3896
|
is_locked?: boolean | undefined;
|
|
3892
3897
|
subscribed?: boolean | undefined;
|
|
3893
|
-
reactions?: {
|
|
3894
|
-
name: string;
|
|
3895
|
-
users: string[];
|
|
3896
|
-
count: number;
|
|
3897
|
-
}[] | undefined;
|
|
3898
3898
|
}>>;
|
|
3899
3899
|
error: z.ZodString;
|
|
3900
3900
|
success: z.ZodBoolean;
|
|
3901
3901
|
}, "strip", z.ZodTypeAny, {
|
|
3902
|
-
success: boolean;
|
|
3903
3902
|
error: string;
|
|
3903
|
+
success: boolean;
|
|
3904
3904
|
operation: "send_message";
|
|
3905
3905
|
ok: boolean;
|
|
3906
3906
|
message?: {
|
|
3907
3907
|
type: string;
|
|
3908
3908
|
ts: string;
|
|
3909
|
-
user?: string | undefined;
|
|
3910
3909
|
text?: string | undefined;
|
|
3910
|
+
user?: string | undefined;
|
|
3911
3911
|
username?: string | undefined;
|
|
3912
|
+
reactions?: {
|
|
3913
|
+
name: string;
|
|
3914
|
+
count: number;
|
|
3915
|
+
users: string[];
|
|
3916
|
+
}[] | undefined;
|
|
3912
3917
|
attachments?: unknown[] | undefined;
|
|
3913
3918
|
blocks?: unknown[] | undefined;
|
|
3914
3919
|
thread_ts?: string | undefined;
|
|
@@ -3923,25 +3928,25 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3923
3928
|
reply_users?: string[] | undefined;
|
|
3924
3929
|
is_locked?: boolean | undefined;
|
|
3925
3930
|
subscribed?: boolean | undefined;
|
|
3926
|
-
reactions?: {
|
|
3927
|
-
name: string;
|
|
3928
|
-
users: string[];
|
|
3929
|
-
count: number;
|
|
3930
|
-
}[] | undefined;
|
|
3931
3931
|
} | undefined;
|
|
3932
3932
|
ts?: string | undefined;
|
|
3933
3933
|
channel?: string | undefined;
|
|
3934
3934
|
}, {
|
|
3935
|
-
success: boolean;
|
|
3936
3935
|
error: string;
|
|
3936
|
+
success: boolean;
|
|
3937
3937
|
operation: "send_message";
|
|
3938
3938
|
ok: boolean;
|
|
3939
3939
|
message?: {
|
|
3940
3940
|
type: string;
|
|
3941
3941
|
ts: string;
|
|
3942
|
-
user?: string | undefined;
|
|
3943
3942
|
text?: string | undefined;
|
|
3943
|
+
user?: string | undefined;
|
|
3944
3944
|
username?: string | undefined;
|
|
3945
|
+
reactions?: {
|
|
3946
|
+
name: string;
|
|
3947
|
+
count: number;
|
|
3948
|
+
users: string[];
|
|
3949
|
+
}[] | undefined;
|
|
3945
3950
|
attachments?: unknown[] | undefined;
|
|
3946
3951
|
blocks?: unknown[] | undefined;
|
|
3947
3952
|
thread_ts?: string | undefined;
|
|
@@ -3956,11 +3961,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3956
3961
|
reply_users?: string[] | undefined;
|
|
3957
3962
|
is_locked?: boolean | undefined;
|
|
3958
3963
|
subscribed?: boolean | undefined;
|
|
3959
|
-
reactions?: {
|
|
3960
|
-
name: string;
|
|
3961
|
-
users: string[];
|
|
3962
|
-
count: number;
|
|
3963
|
-
}[] | undefined;
|
|
3964
3964
|
} | undefined;
|
|
3965
3965
|
ts?: string | undefined;
|
|
3966
3966
|
channel?: string | undefined;
|
|
@@ -4021,11 +4021,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4021
4021
|
id: string;
|
|
4022
4022
|
created: number;
|
|
4023
4023
|
is_archived: boolean;
|
|
4024
|
+
is_private?: boolean | undefined;
|
|
4024
4025
|
is_channel?: boolean | undefined;
|
|
4025
4026
|
is_group?: boolean | undefined;
|
|
4026
4027
|
is_im?: boolean | undefined;
|
|
4027
4028
|
is_mpim?: boolean | undefined;
|
|
4028
|
-
is_private?: boolean | undefined;
|
|
4029
4029
|
is_general?: boolean | undefined;
|
|
4030
4030
|
unlinked?: number | undefined;
|
|
4031
4031
|
name_normalized?: string | undefined;
|
|
@@ -4054,11 +4054,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4054
4054
|
id: string;
|
|
4055
4055
|
created: number;
|
|
4056
4056
|
is_archived: boolean;
|
|
4057
|
+
is_private?: boolean | undefined;
|
|
4057
4058
|
is_channel?: boolean | undefined;
|
|
4058
4059
|
is_group?: boolean | undefined;
|
|
4059
4060
|
is_im?: boolean | undefined;
|
|
4060
4061
|
is_mpim?: boolean | undefined;
|
|
4061
|
-
is_private?: boolean | undefined;
|
|
4062
4062
|
is_general?: boolean | undefined;
|
|
4063
4063
|
unlinked?: number | undefined;
|
|
4064
4064
|
name_normalized?: string | undefined;
|
|
@@ -4093,8 +4093,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4093
4093
|
error: z.ZodString;
|
|
4094
4094
|
success: z.ZodBoolean;
|
|
4095
4095
|
}, "strip", z.ZodTypeAny, {
|
|
4096
|
-
success: boolean;
|
|
4097
4096
|
error: string;
|
|
4097
|
+
success: boolean;
|
|
4098
4098
|
operation: "list_channels";
|
|
4099
4099
|
ok: boolean;
|
|
4100
4100
|
response_metadata?: {
|
|
@@ -4105,11 +4105,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4105
4105
|
id: string;
|
|
4106
4106
|
created: number;
|
|
4107
4107
|
is_archived: boolean;
|
|
4108
|
+
is_private?: boolean | undefined;
|
|
4108
4109
|
is_channel?: boolean | undefined;
|
|
4109
4110
|
is_group?: boolean | undefined;
|
|
4110
4111
|
is_im?: boolean | undefined;
|
|
4111
4112
|
is_mpim?: boolean | undefined;
|
|
4112
|
-
is_private?: boolean | undefined;
|
|
4113
4113
|
is_general?: boolean | undefined;
|
|
4114
4114
|
unlinked?: number | undefined;
|
|
4115
4115
|
name_normalized?: string | undefined;
|
|
@@ -4135,8 +4135,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4135
4135
|
num_members?: number | undefined;
|
|
4136
4136
|
}[] | undefined;
|
|
4137
4137
|
}, {
|
|
4138
|
-
success: boolean;
|
|
4139
4138
|
error: string;
|
|
4139
|
+
success: boolean;
|
|
4140
4140
|
operation: "list_channels";
|
|
4141
4141
|
ok: boolean;
|
|
4142
4142
|
response_metadata?: {
|
|
@@ -4147,11 +4147,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4147
4147
|
id: string;
|
|
4148
4148
|
created: number;
|
|
4149
4149
|
is_archived: boolean;
|
|
4150
|
+
is_private?: boolean | undefined;
|
|
4150
4151
|
is_channel?: boolean | undefined;
|
|
4151
4152
|
is_group?: boolean | undefined;
|
|
4152
4153
|
is_im?: boolean | undefined;
|
|
4153
4154
|
is_mpim?: boolean | undefined;
|
|
4154
|
-
is_private?: boolean | undefined;
|
|
4155
4155
|
is_general?: boolean | undefined;
|
|
4156
4156
|
unlinked?: number | undefined;
|
|
4157
4157
|
name_normalized?: string | undefined;
|
|
@@ -4233,11 +4233,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4233
4233
|
id: string;
|
|
4234
4234
|
created: number;
|
|
4235
4235
|
is_archived: boolean;
|
|
4236
|
+
is_private?: boolean | undefined;
|
|
4236
4237
|
is_channel?: boolean | undefined;
|
|
4237
4238
|
is_group?: boolean | undefined;
|
|
4238
4239
|
is_im?: boolean | undefined;
|
|
4239
4240
|
is_mpim?: boolean | undefined;
|
|
4240
|
-
is_private?: boolean | undefined;
|
|
4241
4241
|
is_general?: boolean | undefined;
|
|
4242
4242
|
unlinked?: number | undefined;
|
|
4243
4243
|
name_normalized?: string | undefined;
|
|
@@ -4266,11 +4266,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4266
4266
|
id: string;
|
|
4267
4267
|
created: number;
|
|
4268
4268
|
is_archived: boolean;
|
|
4269
|
+
is_private?: boolean | undefined;
|
|
4269
4270
|
is_channel?: boolean | undefined;
|
|
4270
4271
|
is_group?: boolean | undefined;
|
|
4271
4272
|
is_im?: boolean | undefined;
|
|
4272
4273
|
is_mpim?: boolean | undefined;
|
|
4273
|
-
is_private?: boolean | undefined;
|
|
4274
4274
|
is_general?: boolean | undefined;
|
|
4275
4275
|
unlinked?: number | undefined;
|
|
4276
4276
|
name_normalized?: string | undefined;
|
|
@@ -4298,8 +4298,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4298
4298
|
error: z.ZodString;
|
|
4299
4299
|
success: z.ZodBoolean;
|
|
4300
4300
|
}, "strip", z.ZodTypeAny, {
|
|
4301
|
-
success: boolean;
|
|
4302
4301
|
error: string;
|
|
4302
|
+
success: boolean;
|
|
4303
4303
|
operation: "get_channel_info";
|
|
4304
4304
|
ok: boolean;
|
|
4305
4305
|
channel?: {
|
|
@@ -4307,11 +4307,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4307
4307
|
id: string;
|
|
4308
4308
|
created: number;
|
|
4309
4309
|
is_archived: boolean;
|
|
4310
|
+
is_private?: boolean | undefined;
|
|
4310
4311
|
is_channel?: boolean | undefined;
|
|
4311
4312
|
is_group?: boolean | undefined;
|
|
4312
4313
|
is_im?: boolean | undefined;
|
|
4313
4314
|
is_mpim?: boolean | undefined;
|
|
4314
|
-
is_private?: boolean | undefined;
|
|
4315
4315
|
is_general?: boolean | undefined;
|
|
4316
4316
|
unlinked?: number | undefined;
|
|
4317
4317
|
name_normalized?: string | undefined;
|
|
@@ -4337,8 +4337,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4337
4337
|
num_members?: number | undefined;
|
|
4338
4338
|
} | undefined;
|
|
4339
4339
|
}, {
|
|
4340
|
-
success: boolean;
|
|
4341
4340
|
error: string;
|
|
4341
|
+
success: boolean;
|
|
4342
4342
|
operation: "get_channel_info";
|
|
4343
4343
|
ok: boolean;
|
|
4344
4344
|
channel?: {
|
|
@@ -4346,11 +4346,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4346
4346
|
id: string;
|
|
4347
4347
|
created: number;
|
|
4348
4348
|
is_archived: boolean;
|
|
4349
|
+
is_private?: boolean | undefined;
|
|
4349
4350
|
is_channel?: boolean | undefined;
|
|
4350
4351
|
is_group?: boolean | undefined;
|
|
4351
4352
|
is_im?: boolean | undefined;
|
|
4352
4353
|
is_mpim?: boolean | undefined;
|
|
4353
|
-
is_private?: boolean | undefined;
|
|
4354
4354
|
is_general?: boolean | undefined;
|
|
4355
4355
|
unlinked?: number | undefined;
|
|
4356
4356
|
name_normalized?: string | undefined;
|
|
@@ -4416,6 +4416,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4416
4416
|
}, "strip", z.ZodTypeAny, {
|
|
4417
4417
|
title?: string | undefined;
|
|
4418
4418
|
email?: string | undefined;
|
|
4419
|
+
first_name?: string | undefined;
|
|
4420
|
+
last_name?: string | undefined;
|
|
4419
4421
|
fields?: Record<string, unknown> | undefined;
|
|
4420
4422
|
real_name?: string | undefined;
|
|
4421
4423
|
phone?: string | undefined;
|
|
@@ -4429,8 +4431,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4429
4431
|
avatar_hash?: string | undefined;
|
|
4430
4432
|
image_original?: string | undefined;
|
|
4431
4433
|
is_custom_image?: boolean | undefined;
|
|
4432
|
-
first_name?: string | undefined;
|
|
4433
|
-
last_name?: string | undefined;
|
|
4434
4434
|
image_24?: string | undefined;
|
|
4435
4435
|
image_32?: string | undefined;
|
|
4436
4436
|
image_48?: string | undefined;
|
|
@@ -4441,6 +4441,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4441
4441
|
}, {
|
|
4442
4442
|
title?: string | undefined;
|
|
4443
4443
|
email?: string | undefined;
|
|
4444
|
+
first_name?: string | undefined;
|
|
4445
|
+
last_name?: string | undefined;
|
|
4444
4446
|
fields?: Record<string, unknown> | undefined;
|
|
4445
4447
|
real_name?: string | undefined;
|
|
4446
4448
|
phone?: string | undefined;
|
|
@@ -4454,8 +4456,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4454
4456
|
avatar_hash?: string | undefined;
|
|
4455
4457
|
image_original?: string | undefined;
|
|
4456
4458
|
is_custom_image?: boolean | undefined;
|
|
4457
|
-
first_name?: string | undefined;
|
|
4458
|
-
last_name?: string | undefined;
|
|
4459
4459
|
image_24?: string | undefined;
|
|
4460
4460
|
image_32?: string | undefined;
|
|
4461
4461
|
image_48?: string | undefined;
|
|
@@ -4486,6 +4486,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4486
4486
|
profile?: {
|
|
4487
4487
|
title?: string | undefined;
|
|
4488
4488
|
email?: string | undefined;
|
|
4489
|
+
first_name?: string | undefined;
|
|
4490
|
+
last_name?: string | undefined;
|
|
4489
4491
|
fields?: Record<string, unknown> | undefined;
|
|
4490
4492
|
real_name?: string | undefined;
|
|
4491
4493
|
phone?: string | undefined;
|
|
@@ -4499,8 +4501,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4499
4501
|
avatar_hash?: string | undefined;
|
|
4500
4502
|
image_original?: string | undefined;
|
|
4501
4503
|
is_custom_image?: boolean | undefined;
|
|
4502
|
-
first_name?: string | undefined;
|
|
4503
|
-
last_name?: string | undefined;
|
|
4504
4504
|
image_24?: string | undefined;
|
|
4505
4505
|
image_32?: string | undefined;
|
|
4506
4506
|
image_48?: string | undefined;
|
|
@@ -4531,6 +4531,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4531
4531
|
profile?: {
|
|
4532
4532
|
title?: string | undefined;
|
|
4533
4533
|
email?: string | undefined;
|
|
4534
|
+
first_name?: string | undefined;
|
|
4535
|
+
last_name?: string | undefined;
|
|
4534
4536
|
fields?: Record<string, unknown> | undefined;
|
|
4535
4537
|
real_name?: string | undefined;
|
|
4536
4538
|
phone?: string | undefined;
|
|
@@ -4544,8 +4546,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4544
4546
|
avatar_hash?: string | undefined;
|
|
4545
4547
|
image_original?: string | undefined;
|
|
4546
4548
|
is_custom_image?: boolean | undefined;
|
|
4547
|
-
first_name?: string | undefined;
|
|
4548
|
-
last_name?: string | undefined;
|
|
4549
4549
|
image_24?: string | undefined;
|
|
4550
4550
|
image_32?: string | undefined;
|
|
4551
4551
|
image_48?: string | undefined;
|
|
@@ -4567,8 +4567,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4567
4567
|
error: z.ZodString;
|
|
4568
4568
|
success: z.ZodBoolean;
|
|
4569
4569
|
}, "strip", z.ZodTypeAny, {
|
|
4570
|
-
success: boolean;
|
|
4571
4570
|
error: string;
|
|
4571
|
+
success: boolean;
|
|
4572
4572
|
operation: "get_user_info";
|
|
4573
4573
|
ok: boolean;
|
|
4574
4574
|
user?: {
|
|
@@ -4584,6 +4584,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4584
4584
|
profile?: {
|
|
4585
4585
|
title?: string | undefined;
|
|
4586
4586
|
email?: string | undefined;
|
|
4587
|
+
first_name?: string | undefined;
|
|
4588
|
+
last_name?: string | undefined;
|
|
4587
4589
|
fields?: Record<string, unknown> | undefined;
|
|
4588
4590
|
real_name?: string | undefined;
|
|
4589
4591
|
phone?: string | undefined;
|
|
@@ -4597,8 +4599,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4597
4599
|
avatar_hash?: string | undefined;
|
|
4598
4600
|
image_original?: string | undefined;
|
|
4599
4601
|
is_custom_image?: boolean | undefined;
|
|
4600
|
-
first_name?: string | undefined;
|
|
4601
|
-
last_name?: string | undefined;
|
|
4602
4602
|
image_24?: string | undefined;
|
|
4603
4603
|
image_32?: string | undefined;
|
|
4604
4604
|
image_48?: string | undefined;
|
|
@@ -4618,8 +4618,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4618
4618
|
has_2fa?: boolean | undefined;
|
|
4619
4619
|
} | undefined;
|
|
4620
4620
|
}, {
|
|
4621
|
-
success: boolean;
|
|
4622
4621
|
error: string;
|
|
4622
|
+
success: boolean;
|
|
4623
4623
|
operation: "get_user_info";
|
|
4624
4624
|
ok: boolean;
|
|
4625
4625
|
user?: {
|
|
@@ -4635,6 +4635,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4635
4635
|
profile?: {
|
|
4636
4636
|
title?: string | undefined;
|
|
4637
4637
|
email?: string | undefined;
|
|
4638
|
+
first_name?: string | undefined;
|
|
4639
|
+
last_name?: string | undefined;
|
|
4638
4640
|
fields?: Record<string, unknown> | undefined;
|
|
4639
4641
|
real_name?: string | undefined;
|
|
4640
4642
|
phone?: string | undefined;
|
|
@@ -4648,8 +4650,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4648
4650
|
avatar_hash?: string | undefined;
|
|
4649
4651
|
image_original?: string | undefined;
|
|
4650
4652
|
is_custom_image?: boolean | undefined;
|
|
4651
|
-
first_name?: string | undefined;
|
|
4652
|
-
last_name?: string | undefined;
|
|
4653
4653
|
image_24?: string | undefined;
|
|
4654
4654
|
image_32?: string | undefined;
|
|
4655
4655
|
image_48?: string | undefined;
|
|
@@ -4709,6 +4709,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4709
4709
|
}, "strip", z.ZodTypeAny, {
|
|
4710
4710
|
title?: string | undefined;
|
|
4711
4711
|
email?: string | undefined;
|
|
4712
|
+
first_name?: string | undefined;
|
|
4713
|
+
last_name?: string | undefined;
|
|
4712
4714
|
fields?: Record<string, unknown> | undefined;
|
|
4713
4715
|
real_name?: string | undefined;
|
|
4714
4716
|
phone?: string | undefined;
|
|
@@ -4722,8 +4724,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4722
4724
|
avatar_hash?: string | undefined;
|
|
4723
4725
|
image_original?: string | undefined;
|
|
4724
4726
|
is_custom_image?: boolean | undefined;
|
|
4725
|
-
first_name?: string | undefined;
|
|
4726
|
-
last_name?: string | undefined;
|
|
4727
4727
|
image_24?: string | undefined;
|
|
4728
4728
|
image_32?: string | undefined;
|
|
4729
4729
|
image_48?: string | undefined;
|
|
@@ -4734,6 +4734,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4734
4734
|
}, {
|
|
4735
4735
|
title?: string | undefined;
|
|
4736
4736
|
email?: string | undefined;
|
|
4737
|
+
first_name?: string | undefined;
|
|
4738
|
+
last_name?: string | undefined;
|
|
4737
4739
|
fields?: Record<string, unknown> | undefined;
|
|
4738
4740
|
real_name?: string | undefined;
|
|
4739
4741
|
phone?: string | undefined;
|
|
@@ -4747,8 +4749,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4747
4749
|
avatar_hash?: string | undefined;
|
|
4748
4750
|
image_original?: string | undefined;
|
|
4749
4751
|
is_custom_image?: boolean | undefined;
|
|
4750
|
-
first_name?: string | undefined;
|
|
4751
|
-
last_name?: string | undefined;
|
|
4752
4752
|
image_24?: string | undefined;
|
|
4753
4753
|
image_32?: string | undefined;
|
|
4754
4754
|
image_48?: string | undefined;
|
|
@@ -4779,6 +4779,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4779
4779
|
profile?: {
|
|
4780
4780
|
title?: string | undefined;
|
|
4781
4781
|
email?: string | undefined;
|
|
4782
|
+
first_name?: string | undefined;
|
|
4783
|
+
last_name?: string | undefined;
|
|
4782
4784
|
fields?: Record<string, unknown> | undefined;
|
|
4783
4785
|
real_name?: string | undefined;
|
|
4784
4786
|
phone?: string | undefined;
|
|
@@ -4792,8 +4794,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4792
4794
|
avatar_hash?: string | undefined;
|
|
4793
4795
|
image_original?: string | undefined;
|
|
4794
4796
|
is_custom_image?: boolean | undefined;
|
|
4795
|
-
first_name?: string | undefined;
|
|
4796
|
-
last_name?: string | undefined;
|
|
4797
4797
|
image_24?: string | undefined;
|
|
4798
4798
|
image_32?: string | undefined;
|
|
4799
4799
|
image_48?: string | undefined;
|
|
@@ -4824,6 +4824,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4824
4824
|
profile?: {
|
|
4825
4825
|
title?: string | undefined;
|
|
4826
4826
|
email?: string | undefined;
|
|
4827
|
+
first_name?: string | undefined;
|
|
4828
|
+
last_name?: string | undefined;
|
|
4827
4829
|
fields?: Record<string, unknown> | undefined;
|
|
4828
4830
|
real_name?: string | undefined;
|
|
4829
4831
|
phone?: string | undefined;
|
|
@@ -4837,8 +4839,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4837
4839
|
avatar_hash?: string | undefined;
|
|
4838
4840
|
image_original?: string | undefined;
|
|
4839
4841
|
is_custom_image?: boolean | undefined;
|
|
4840
|
-
first_name?: string | undefined;
|
|
4841
|
-
last_name?: string | undefined;
|
|
4842
4842
|
image_24?: string | undefined;
|
|
4843
4843
|
image_32?: string | undefined;
|
|
4844
4844
|
image_48?: string | undefined;
|
|
@@ -4867,8 +4867,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4867
4867
|
error: z.ZodString;
|
|
4868
4868
|
success: z.ZodBoolean;
|
|
4869
4869
|
}, "strip", z.ZodTypeAny, {
|
|
4870
|
-
success: boolean;
|
|
4871
4870
|
error: string;
|
|
4871
|
+
success: boolean;
|
|
4872
4872
|
operation: "list_users";
|
|
4873
4873
|
ok: boolean;
|
|
4874
4874
|
response_metadata?: {
|
|
@@ -4887,6 +4887,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4887
4887
|
profile?: {
|
|
4888
4888
|
title?: string | undefined;
|
|
4889
4889
|
email?: string | undefined;
|
|
4890
|
+
first_name?: string | undefined;
|
|
4891
|
+
last_name?: string | undefined;
|
|
4890
4892
|
fields?: Record<string, unknown> | undefined;
|
|
4891
4893
|
real_name?: string | undefined;
|
|
4892
4894
|
phone?: string | undefined;
|
|
@@ -4900,8 +4902,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4900
4902
|
avatar_hash?: string | undefined;
|
|
4901
4903
|
image_original?: string | undefined;
|
|
4902
4904
|
is_custom_image?: boolean | undefined;
|
|
4903
|
-
first_name?: string | undefined;
|
|
4904
|
-
last_name?: string | undefined;
|
|
4905
4905
|
image_24?: string | undefined;
|
|
4906
4906
|
image_32?: string | undefined;
|
|
4907
4907
|
image_48?: string | undefined;
|
|
@@ -4921,8 +4921,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4921
4921
|
has_2fa?: boolean | undefined;
|
|
4922
4922
|
}[] | undefined;
|
|
4923
4923
|
}, {
|
|
4924
|
-
success: boolean;
|
|
4925
4924
|
error: string;
|
|
4925
|
+
success: boolean;
|
|
4926
4926
|
operation: "list_users";
|
|
4927
4927
|
ok: boolean;
|
|
4928
4928
|
response_metadata?: {
|
|
@@ -4941,6 +4941,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4941
4941
|
profile?: {
|
|
4942
4942
|
title?: string | undefined;
|
|
4943
4943
|
email?: string | undefined;
|
|
4944
|
+
first_name?: string | undefined;
|
|
4945
|
+
last_name?: string | undefined;
|
|
4944
4946
|
fields?: Record<string, unknown> | undefined;
|
|
4945
4947
|
real_name?: string | undefined;
|
|
4946
4948
|
phone?: string | undefined;
|
|
@@ -4954,8 +4956,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4954
4956
|
avatar_hash?: string | undefined;
|
|
4955
4957
|
image_original?: string | undefined;
|
|
4956
4958
|
is_custom_image?: boolean | undefined;
|
|
4957
|
-
first_name?: string | undefined;
|
|
4958
|
-
last_name?: string | undefined;
|
|
4959
4959
|
image_24?: string | undefined;
|
|
4960
4960
|
image_32?: string | undefined;
|
|
4961
4961
|
image_48?: string | undefined;
|
|
@@ -5007,19 +5007,24 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5007
5007
|
count: z.ZodNumber;
|
|
5008
5008
|
}, "strip", z.ZodTypeAny, {
|
|
5009
5009
|
name: string;
|
|
5010
|
-
users: string[];
|
|
5011
5010
|
count: number;
|
|
5011
|
+
users: string[];
|
|
5012
5012
|
}, {
|
|
5013
5013
|
name: string;
|
|
5014
|
-
users: string[];
|
|
5015
5014
|
count: number;
|
|
5015
|
+
users: string[];
|
|
5016
5016
|
}>, "many">>;
|
|
5017
5017
|
}, "strip", z.ZodTypeAny, {
|
|
5018
5018
|
type: string;
|
|
5019
5019
|
ts: string;
|
|
5020
|
-
user?: string | undefined;
|
|
5021
5020
|
text?: string | undefined;
|
|
5021
|
+
user?: string | undefined;
|
|
5022
5022
|
username?: string | undefined;
|
|
5023
|
+
reactions?: {
|
|
5024
|
+
name: string;
|
|
5025
|
+
count: number;
|
|
5026
|
+
users: string[];
|
|
5027
|
+
}[] | undefined;
|
|
5023
5028
|
attachments?: unknown[] | undefined;
|
|
5024
5029
|
blocks?: unknown[] | undefined;
|
|
5025
5030
|
thread_ts?: string | undefined;
|
|
@@ -5034,17 +5039,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5034
5039
|
reply_users?: string[] | undefined;
|
|
5035
5040
|
is_locked?: boolean | undefined;
|
|
5036
5041
|
subscribed?: boolean | undefined;
|
|
5037
|
-
reactions?: {
|
|
5038
|
-
name: string;
|
|
5039
|
-
users: string[];
|
|
5040
|
-
count: number;
|
|
5041
|
-
}[] | undefined;
|
|
5042
5042
|
}, {
|
|
5043
5043
|
type: string;
|
|
5044
5044
|
ts: string;
|
|
5045
|
-
user?: string | undefined;
|
|
5046
5045
|
text?: string | undefined;
|
|
5046
|
+
user?: string | undefined;
|
|
5047
5047
|
username?: string | undefined;
|
|
5048
|
+
reactions?: {
|
|
5049
|
+
name: string;
|
|
5050
|
+
count: number;
|
|
5051
|
+
users: string[];
|
|
5052
|
+
}[] | undefined;
|
|
5048
5053
|
attachments?: unknown[] | undefined;
|
|
5049
5054
|
blocks?: unknown[] | undefined;
|
|
5050
5055
|
thread_ts?: string | undefined;
|
|
@@ -5059,11 +5064,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5059
5064
|
reply_users?: string[] | undefined;
|
|
5060
5065
|
is_locked?: boolean | undefined;
|
|
5061
5066
|
subscribed?: boolean | undefined;
|
|
5062
|
-
reactions?: {
|
|
5063
|
-
name: string;
|
|
5064
|
-
users: string[];
|
|
5065
|
-
count: number;
|
|
5066
|
-
}[] | undefined;
|
|
5067
5067
|
}>, "many">>;
|
|
5068
5068
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
5069
5069
|
response_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -5076,16 +5076,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5076
5076
|
error: z.ZodString;
|
|
5077
5077
|
success: z.ZodBoolean;
|
|
5078
5078
|
}, "strip", z.ZodTypeAny, {
|
|
5079
|
-
success: boolean;
|
|
5080
5079
|
error: string;
|
|
5080
|
+
success: boolean;
|
|
5081
5081
|
operation: "get_conversation_history";
|
|
5082
5082
|
ok: boolean;
|
|
5083
5083
|
messages?: {
|
|
5084
5084
|
type: string;
|
|
5085
5085
|
ts: string;
|
|
5086
|
-
user?: string | undefined;
|
|
5087
5086
|
text?: string | undefined;
|
|
5087
|
+
user?: string | undefined;
|
|
5088
5088
|
username?: string | undefined;
|
|
5089
|
+
reactions?: {
|
|
5090
|
+
name: string;
|
|
5091
|
+
count: number;
|
|
5092
|
+
users: string[];
|
|
5093
|
+
}[] | undefined;
|
|
5089
5094
|
attachments?: unknown[] | undefined;
|
|
5090
5095
|
blocks?: unknown[] | undefined;
|
|
5091
5096
|
thread_ts?: string | undefined;
|
|
@@ -5100,27 +5105,27 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5100
5105
|
reply_users?: string[] | undefined;
|
|
5101
5106
|
is_locked?: boolean | undefined;
|
|
5102
5107
|
subscribed?: boolean | undefined;
|
|
5103
|
-
reactions?: {
|
|
5104
|
-
name: string;
|
|
5105
|
-
users: string[];
|
|
5106
|
-
count: number;
|
|
5107
|
-
}[] | undefined;
|
|
5108
5108
|
}[] | undefined;
|
|
5109
5109
|
response_metadata?: {
|
|
5110
5110
|
next_cursor: string;
|
|
5111
5111
|
} | undefined;
|
|
5112
5112
|
has_more?: boolean | undefined;
|
|
5113
5113
|
}, {
|
|
5114
|
-
success: boolean;
|
|
5115
5114
|
error: string;
|
|
5115
|
+
success: boolean;
|
|
5116
5116
|
operation: "get_conversation_history";
|
|
5117
5117
|
ok: boolean;
|
|
5118
5118
|
messages?: {
|
|
5119
5119
|
type: string;
|
|
5120
5120
|
ts: string;
|
|
5121
|
-
user?: string | undefined;
|
|
5122
5121
|
text?: string | undefined;
|
|
5122
|
+
user?: string | undefined;
|
|
5123
5123
|
username?: string | undefined;
|
|
5124
|
+
reactions?: {
|
|
5125
|
+
name: string;
|
|
5126
|
+
count: number;
|
|
5127
|
+
users: string[];
|
|
5128
|
+
}[] | undefined;
|
|
5124
5129
|
attachments?: unknown[] | undefined;
|
|
5125
5130
|
blocks?: unknown[] | undefined;
|
|
5126
5131
|
thread_ts?: string | undefined;
|
|
@@ -5135,11 +5140,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5135
5140
|
reply_users?: string[] | undefined;
|
|
5136
5141
|
is_locked?: boolean | undefined;
|
|
5137
5142
|
subscribed?: boolean | undefined;
|
|
5138
|
-
reactions?: {
|
|
5139
|
-
name: string;
|
|
5140
|
-
users: string[];
|
|
5141
|
-
count: number;
|
|
5142
|
-
}[] | undefined;
|
|
5143
5143
|
}[] | undefined;
|
|
5144
5144
|
response_metadata?: {
|
|
5145
5145
|
next_cursor: string;
|
|
@@ -5178,19 +5178,24 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5178
5178
|
count: z.ZodNumber;
|
|
5179
5179
|
}, "strip", z.ZodTypeAny, {
|
|
5180
5180
|
name: string;
|
|
5181
|
-
users: string[];
|
|
5182
5181
|
count: number;
|
|
5182
|
+
users: string[];
|
|
5183
5183
|
}, {
|
|
5184
5184
|
name: string;
|
|
5185
|
-
users: string[];
|
|
5186
5185
|
count: number;
|
|
5186
|
+
users: string[];
|
|
5187
5187
|
}>, "many">>;
|
|
5188
5188
|
}, "strip", z.ZodTypeAny, {
|
|
5189
5189
|
type: string;
|
|
5190
5190
|
ts: string;
|
|
5191
|
-
user?: string | undefined;
|
|
5192
5191
|
text?: string | undefined;
|
|
5192
|
+
user?: string | undefined;
|
|
5193
5193
|
username?: string | undefined;
|
|
5194
|
+
reactions?: {
|
|
5195
|
+
name: string;
|
|
5196
|
+
count: number;
|
|
5197
|
+
users: string[];
|
|
5198
|
+
}[] | undefined;
|
|
5194
5199
|
attachments?: unknown[] | undefined;
|
|
5195
5200
|
blocks?: unknown[] | undefined;
|
|
5196
5201
|
thread_ts?: string | undefined;
|
|
@@ -5205,17 +5210,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5205
5210
|
reply_users?: string[] | undefined;
|
|
5206
5211
|
is_locked?: boolean | undefined;
|
|
5207
5212
|
subscribed?: boolean | undefined;
|
|
5208
|
-
reactions?: {
|
|
5209
|
-
name: string;
|
|
5210
|
-
users: string[];
|
|
5211
|
-
count: number;
|
|
5212
|
-
}[] | undefined;
|
|
5213
5213
|
}, {
|
|
5214
5214
|
type: string;
|
|
5215
5215
|
ts: string;
|
|
5216
|
-
user?: string | undefined;
|
|
5217
5216
|
text?: string | undefined;
|
|
5217
|
+
user?: string | undefined;
|
|
5218
5218
|
username?: string | undefined;
|
|
5219
|
+
reactions?: {
|
|
5220
|
+
name: string;
|
|
5221
|
+
count: number;
|
|
5222
|
+
users: string[];
|
|
5223
|
+
}[] | undefined;
|
|
5219
5224
|
attachments?: unknown[] | undefined;
|
|
5220
5225
|
blocks?: unknown[] | undefined;
|
|
5221
5226
|
thread_ts?: string | undefined;
|
|
@@ -5230,11 +5235,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5230
5235
|
reply_users?: string[] | undefined;
|
|
5231
5236
|
is_locked?: boolean | undefined;
|
|
5232
5237
|
subscribed?: boolean | undefined;
|
|
5233
|
-
reactions?: {
|
|
5234
|
-
name: string;
|
|
5235
|
-
users: string[];
|
|
5236
|
-
count: number;
|
|
5237
|
-
}[] | undefined;
|
|
5238
5238
|
}>, "many">>;
|
|
5239
5239
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
5240
5240
|
response_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -5247,16 +5247,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5247
5247
|
error: z.ZodString;
|
|
5248
5248
|
success: z.ZodBoolean;
|
|
5249
5249
|
}, "strip", z.ZodTypeAny, {
|
|
5250
|
-
success: boolean;
|
|
5251
5250
|
error: string;
|
|
5251
|
+
success: boolean;
|
|
5252
5252
|
operation: "get_thread_replies";
|
|
5253
5253
|
ok: boolean;
|
|
5254
5254
|
messages?: {
|
|
5255
5255
|
type: string;
|
|
5256
5256
|
ts: string;
|
|
5257
|
-
user?: string | undefined;
|
|
5258
5257
|
text?: string | undefined;
|
|
5258
|
+
user?: string | undefined;
|
|
5259
5259
|
username?: string | undefined;
|
|
5260
|
+
reactions?: {
|
|
5261
|
+
name: string;
|
|
5262
|
+
count: number;
|
|
5263
|
+
users: string[];
|
|
5264
|
+
}[] | undefined;
|
|
5260
5265
|
attachments?: unknown[] | undefined;
|
|
5261
5266
|
blocks?: unknown[] | undefined;
|
|
5262
5267
|
thread_ts?: string | undefined;
|
|
@@ -5271,27 +5276,27 @@ 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
|
}[] | undefined;
|
|
5280
5280
|
response_metadata?: {
|
|
5281
5281
|
next_cursor: string;
|
|
5282
5282
|
} | undefined;
|
|
5283
5283
|
has_more?: boolean | undefined;
|
|
5284
5284
|
}, {
|
|
5285
|
-
success: boolean;
|
|
5286
5285
|
error: string;
|
|
5286
|
+
success: boolean;
|
|
5287
5287
|
operation: "get_thread_replies";
|
|
5288
5288
|
ok: boolean;
|
|
5289
5289
|
messages?: {
|
|
5290
5290
|
type: string;
|
|
5291
5291
|
ts: string;
|
|
5292
|
-
user?: string | undefined;
|
|
5293
5292
|
text?: string | undefined;
|
|
5293
|
+
user?: string | undefined;
|
|
5294
5294
|
username?: string | undefined;
|
|
5295
|
+
reactions?: {
|
|
5296
|
+
name: string;
|
|
5297
|
+
count: number;
|
|
5298
|
+
users: string[];
|
|
5299
|
+
}[] | undefined;
|
|
5295
5300
|
attachments?: unknown[] | undefined;
|
|
5296
5301
|
blocks?: unknown[] | undefined;
|
|
5297
5302
|
thread_ts?: string | undefined;
|
|
@@ -5306,11 +5311,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5306
5311
|
reply_users?: string[] | undefined;
|
|
5307
5312
|
is_locked?: boolean | undefined;
|
|
5308
5313
|
subscribed?: boolean | undefined;
|
|
5309
|
-
reactions?: {
|
|
5310
|
-
name: string;
|
|
5311
|
-
users: string[];
|
|
5312
|
-
count: number;
|
|
5313
|
-
}[] | undefined;
|
|
5314
5314
|
}[] | undefined;
|
|
5315
5315
|
response_metadata?: {
|
|
5316
5316
|
next_cursor: string;
|
|
@@ -5352,19 +5352,24 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5352
5352
|
count: z.ZodNumber;
|
|
5353
5353
|
}, "strip", z.ZodTypeAny, {
|
|
5354
5354
|
name: string;
|
|
5355
|
-
users: string[];
|
|
5356
5355
|
count: number;
|
|
5356
|
+
users: string[];
|
|
5357
5357
|
}, {
|
|
5358
5358
|
name: string;
|
|
5359
|
-
users: string[];
|
|
5360
5359
|
count: number;
|
|
5360
|
+
users: string[];
|
|
5361
5361
|
}>, "many">>;
|
|
5362
5362
|
}, "strip", z.ZodTypeAny, {
|
|
5363
5363
|
type: string;
|
|
5364
5364
|
ts: string;
|
|
5365
|
-
user?: string | undefined;
|
|
5366
5365
|
text?: string | undefined;
|
|
5366
|
+
user?: string | undefined;
|
|
5367
5367
|
username?: string | undefined;
|
|
5368
|
+
reactions?: {
|
|
5369
|
+
name: string;
|
|
5370
|
+
count: number;
|
|
5371
|
+
users: string[];
|
|
5372
|
+
}[] | undefined;
|
|
5368
5373
|
attachments?: unknown[] | undefined;
|
|
5369
5374
|
blocks?: unknown[] | undefined;
|
|
5370
5375
|
thread_ts?: string | undefined;
|
|
@@ -5379,17 +5384,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5379
5384
|
reply_users?: string[] | undefined;
|
|
5380
5385
|
is_locked?: boolean | undefined;
|
|
5381
5386
|
subscribed?: boolean | undefined;
|
|
5382
|
-
reactions?: {
|
|
5383
|
-
name: string;
|
|
5384
|
-
users: string[];
|
|
5385
|
-
count: number;
|
|
5386
|
-
}[] | undefined;
|
|
5387
5387
|
}, {
|
|
5388
5388
|
type: string;
|
|
5389
5389
|
ts: string;
|
|
5390
|
-
user?: string | undefined;
|
|
5391
5390
|
text?: string | undefined;
|
|
5391
|
+
user?: string | undefined;
|
|
5392
5392
|
username?: string | undefined;
|
|
5393
|
+
reactions?: {
|
|
5394
|
+
name: string;
|
|
5395
|
+
count: number;
|
|
5396
|
+
users: string[];
|
|
5397
|
+
}[] | undefined;
|
|
5393
5398
|
attachments?: unknown[] | undefined;
|
|
5394
5399
|
blocks?: unknown[] | undefined;
|
|
5395
5400
|
thread_ts?: string | undefined;
|
|
@@ -5404,25 +5409,26 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5404
5409
|
reply_users?: string[] | undefined;
|
|
5405
5410
|
is_locked?: boolean | undefined;
|
|
5406
5411
|
subscribed?: boolean | undefined;
|
|
5407
|
-
reactions?: {
|
|
5408
|
-
name: string;
|
|
5409
|
-
users: string[];
|
|
5410
|
-
count: number;
|
|
5411
|
-
}[] | undefined;
|
|
5412
5412
|
}>>;
|
|
5413
5413
|
error: z.ZodString;
|
|
5414
5414
|
success: z.ZodBoolean;
|
|
5415
5415
|
}, "strip", z.ZodTypeAny, {
|
|
5416
|
-
success: boolean;
|
|
5417
5416
|
error: string;
|
|
5417
|
+
success: boolean;
|
|
5418
5418
|
operation: "update_message";
|
|
5419
5419
|
ok: boolean;
|
|
5420
|
+
text?: string | undefined;
|
|
5420
5421
|
message?: {
|
|
5421
5422
|
type: string;
|
|
5422
5423
|
ts: string;
|
|
5423
|
-
user?: string | undefined;
|
|
5424
5424
|
text?: string | undefined;
|
|
5425
|
+
user?: string | undefined;
|
|
5425
5426
|
username?: string | undefined;
|
|
5427
|
+
reactions?: {
|
|
5428
|
+
name: string;
|
|
5429
|
+
count: number;
|
|
5430
|
+
users: string[];
|
|
5431
|
+
}[] | undefined;
|
|
5426
5432
|
attachments?: unknown[] | undefined;
|
|
5427
5433
|
blocks?: unknown[] | undefined;
|
|
5428
5434
|
thread_ts?: string | undefined;
|
|
@@ -5437,26 +5443,26 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5437
5443
|
reply_users?: string[] | undefined;
|
|
5438
5444
|
is_locked?: boolean | undefined;
|
|
5439
5445
|
subscribed?: boolean | undefined;
|
|
5440
|
-
reactions?: {
|
|
5441
|
-
name: string;
|
|
5442
|
-
users: string[];
|
|
5443
|
-
count: number;
|
|
5444
|
-
}[] | undefined;
|
|
5445
5446
|
} | undefined;
|
|
5446
|
-
text?: string | undefined;
|
|
5447
5447
|
ts?: string | undefined;
|
|
5448
5448
|
channel?: string | undefined;
|
|
5449
5449
|
}, {
|
|
5450
|
-
success: boolean;
|
|
5451
5450
|
error: string;
|
|
5451
|
+
success: boolean;
|
|
5452
5452
|
operation: "update_message";
|
|
5453
5453
|
ok: boolean;
|
|
5454
|
+
text?: string | undefined;
|
|
5454
5455
|
message?: {
|
|
5455
5456
|
type: string;
|
|
5456
5457
|
ts: string;
|
|
5457
|
-
user?: string | undefined;
|
|
5458
5458
|
text?: string | undefined;
|
|
5459
|
+
user?: string | undefined;
|
|
5459
5460
|
username?: string | undefined;
|
|
5461
|
+
reactions?: {
|
|
5462
|
+
name: string;
|
|
5463
|
+
count: number;
|
|
5464
|
+
users: string[];
|
|
5465
|
+
}[] | undefined;
|
|
5460
5466
|
attachments?: unknown[] | undefined;
|
|
5461
5467
|
blocks?: unknown[] | undefined;
|
|
5462
5468
|
thread_ts?: string | undefined;
|
|
@@ -5471,13 +5477,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5471
5477
|
reply_users?: string[] | undefined;
|
|
5472
5478
|
is_locked?: boolean | undefined;
|
|
5473
5479
|
subscribed?: boolean | undefined;
|
|
5474
|
-
reactions?: {
|
|
5475
|
-
name: string;
|
|
5476
|
-
users: string[];
|
|
5477
|
-
count: number;
|
|
5478
|
-
}[] | undefined;
|
|
5479
5480
|
} | undefined;
|
|
5480
|
-
text?: string | undefined;
|
|
5481
5481
|
ts?: string | undefined;
|
|
5482
5482
|
channel?: string | undefined;
|
|
5483
5483
|
}>, z.ZodObject<{
|
|
@@ -5488,15 +5488,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5488
5488
|
error: z.ZodString;
|
|
5489
5489
|
success: z.ZodBoolean;
|
|
5490
5490
|
}, "strip", z.ZodTypeAny, {
|
|
5491
|
-
success: boolean;
|
|
5492
5491
|
error: string;
|
|
5492
|
+
success: boolean;
|
|
5493
5493
|
operation: "delete_message";
|
|
5494
5494
|
ok: boolean;
|
|
5495
5495
|
ts?: string | undefined;
|
|
5496
5496
|
channel?: string | undefined;
|
|
5497
5497
|
}, {
|
|
5498
|
-
success: boolean;
|
|
5499
5498
|
error: string;
|
|
5499
|
+
success: boolean;
|
|
5500
5500
|
operation: "delete_message";
|
|
5501
5501
|
ok: boolean;
|
|
5502
5502
|
ts?: string | undefined;
|
|
@@ -5507,13 +5507,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5507
5507
|
error: z.ZodString;
|
|
5508
5508
|
success: z.ZodBoolean;
|
|
5509
5509
|
}, "strip", z.ZodTypeAny, {
|
|
5510
|
-
success: boolean;
|
|
5511
5510
|
error: string;
|
|
5511
|
+
success: boolean;
|
|
5512
5512
|
operation: "add_reaction";
|
|
5513
5513
|
ok: boolean;
|
|
5514
5514
|
}, {
|
|
5515
|
-
success: boolean;
|
|
5516
5515
|
error: string;
|
|
5516
|
+
success: boolean;
|
|
5517
5517
|
operation: "add_reaction";
|
|
5518
5518
|
ok: boolean;
|
|
5519
5519
|
}>, z.ZodObject<{
|
|
@@ -5522,13 +5522,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5522
5522
|
error: z.ZodString;
|
|
5523
5523
|
success: z.ZodBoolean;
|
|
5524
5524
|
}, "strip", z.ZodTypeAny, {
|
|
5525
|
-
success: boolean;
|
|
5526
5525
|
error: string;
|
|
5526
|
+
success: boolean;
|
|
5527
5527
|
operation: "remove_reaction";
|
|
5528
5528
|
ok: boolean;
|
|
5529
5529
|
}, {
|
|
5530
|
-
success: boolean;
|
|
5531
5530
|
error: string;
|
|
5531
|
+
success: boolean;
|
|
5532
5532
|
operation: "remove_reaction";
|
|
5533
5533
|
ok: boolean;
|
|
5534
5534
|
}>, z.ZodObject<{
|
|
@@ -5603,7 +5603,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5603
5603
|
channel_name: string;
|
|
5604
5604
|
}>, "many">>>;
|
|
5605
5605
|
}, "strip", z.ZodTypeAny, {
|
|
5606
|
-
|
|
5606
|
+
private?: Record<string, {
|
|
5607
5607
|
ts: string;
|
|
5608
5608
|
team_id: string;
|
|
5609
5609
|
reply_count: number;
|
|
@@ -5611,7 +5611,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5611
5611
|
reply_users: string[];
|
|
5612
5612
|
channel_name: string;
|
|
5613
5613
|
}[]> | undefined;
|
|
5614
|
-
|
|
5614
|
+
public?: Record<string, {
|
|
5615
5615
|
ts: string;
|
|
5616
5616
|
team_id: string;
|
|
5617
5617
|
reply_count: number;
|
|
@@ -5620,7 +5620,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5620
5620
|
channel_name: string;
|
|
5621
5621
|
}[]> | undefined;
|
|
5622
5622
|
}, {
|
|
5623
|
-
|
|
5623
|
+
private?: Record<string, {
|
|
5624
5624
|
ts: string;
|
|
5625
5625
|
team_id: string;
|
|
5626
5626
|
reply_count: number;
|
|
@@ -5628,7 +5628,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5628
5628
|
reply_users: string[];
|
|
5629
5629
|
channel_name: string;
|
|
5630
5630
|
}[]> | undefined;
|
|
5631
|
-
|
|
5631
|
+
public?: Record<string, {
|
|
5632
5632
|
ts: string;
|
|
5633
5633
|
team_id: string;
|
|
5634
5634
|
reply_count: number;
|
|
@@ -5645,8 +5645,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5645
5645
|
name: string;
|
|
5646
5646
|
user: string;
|
|
5647
5647
|
id: string;
|
|
5648
|
-
username: string;
|
|
5649
5648
|
timestamp: number;
|
|
5649
|
+
username: string;
|
|
5650
5650
|
created: number;
|
|
5651
5651
|
mimetype: string;
|
|
5652
5652
|
filetype: string;
|
|
@@ -5663,10 +5663,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5663
5663
|
url_private_download: string;
|
|
5664
5664
|
permalink: string;
|
|
5665
5665
|
title?: string | undefined;
|
|
5666
|
-
channels?: string[] | undefined;
|
|
5667
|
-
permalink_public?: string | undefined;
|
|
5668
5666
|
shares?: {
|
|
5669
|
-
|
|
5667
|
+
private?: Record<string, {
|
|
5670
5668
|
ts: string;
|
|
5671
5669
|
team_id: string;
|
|
5672
5670
|
reply_count: number;
|
|
@@ -5674,7 +5672,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5674
5672
|
reply_users: string[];
|
|
5675
5673
|
channel_name: string;
|
|
5676
5674
|
}[]> | undefined;
|
|
5677
|
-
|
|
5675
|
+
public?: Record<string, {
|
|
5678
5676
|
ts: string;
|
|
5679
5677
|
team_id: string;
|
|
5680
5678
|
reply_count: number;
|
|
@@ -5683,6 +5681,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5683
5681
|
channel_name: string;
|
|
5684
5682
|
}[]> | undefined;
|
|
5685
5683
|
} | undefined;
|
|
5684
|
+
channels?: string[] | undefined;
|
|
5685
|
+
permalink_public?: string | undefined;
|
|
5686
5686
|
groups?: string[] | undefined;
|
|
5687
5687
|
ims?: string[] | undefined;
|
|
5688
5688
|
has_rich_preview?: boolean | undefined;
|
|
@@ -5690,8 +5690,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5690
5690
|
name: string;
|
|
5691
5691
|
user: string;
|
|
5692
5692
|
id: string;
|
|
5693
|
-
username: string;
|
|
5694
5693
|
timestamp: number;
|
|
5694
|
+
username: string;
|
|
5695
5695
|
created: number;
|
|
5696
5696
|
mimetype: string;
|
|
5697
5697
|
filetype: string;
|
|
@@ -5708,10 +5708,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5708
5708
|
url_private_download: string;
|
|
5709
5709
|
permalink: string;
|
|
5710
5710
|
title?: string | undefined;
|
|
5711
|
-
channels?: string[] | undefined;
|
|
5712
|
-
permalink_public?: string | undefined;
|
|
5713
5711
|
shares?: {
|
|
5714
|
-
|
|
5712
|
+
private?: Record<string, {
|
|
5715
5713
|
ts: string;
|
|
5716
5714
|
team_id: string;
|
|
5717
5715
|
reply_count: number;
|
|
@@ -5719,7 +5717,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5719
5717
|
reply_users: string[];
|
|
5720
5718
|
channel_name: string;
|
|
5721
5719
|
}[]> | undefined;
|
|
5722
|
-
|
|
5720
|
+
public?: Record<string, {
|
|
5723
5721
|
ts: string;
|
|
5724
5722
|
team_id: string;
|
|
5725
5723
|
reply_count: number;
|
|
@@ -5728,6 +5726,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5728
5726
|
channel_name: string;
|
|
5729
5727
|
}[]> | undefined;
|
|
5730
5728
|
} | undefined;
|
|
5729
|
+
channels?: string[] | undefined;
|
|
5730
|
+
permalink_public?: string | undefined;
|
|
5731
5731
|
groups?: string[] | undefined;
|
|
5732
5732
|
ims?: string[] | undefined;
|
|
5733
5733
|
has_rich_preview?: boolean | undefined;
|
|
@@ -5735,16 +5735,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5735
5735
|
error: z.ZodString;
|
|
5736
5736
|
success: z.ZodBoolean;
|
|
5737
5737
|
}, "strip", z.ZodTypeAny, {
|
|
5738
|
-
success: boolean;
|
|
5739
5738
|
error: string;
|
|
5739
|
+
success: boolean;
|
|
5740
5740
|
operation: "upload_file";
|
|
5741
5741
|
ok: boolean;
|
|
5742
5742
|
file?: {
|
|
5743
5743
|
name: string;
|
|
5744
5744
|
user: string;
|
|
5745
5745
|
id: string;
|
|
5746
|
-
username: string;
|
|
5747
5746
|
timestamp: number;
|
|
5747
|
+
username: string;
|
|
5748
5748
|
created: number;
|
|
5749
5749
|
mimetype: string;
|
|
5750
5750
|
filetype: string;
|
|
@@ -5761,10 +5761,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5761
5761
|
url_private_download: string;
|
|
5762
5762
|
permalink: string;
|
|
5763
5763
|
title?: string | undefined;
|
|
5764
|
-
channels?: string[] | undefined;
|
|
5765
|
-
permalink_public?: string | undefined;
|
|
5766
5764
|
shares?: {
|
|
5767
|
-
|
|
5765
|
+
private?: Record<string, {
|
|
5768
5766
|
ts: string;
|
|
5769
5767
|
team_id: string;
|
|
5770
5768
|
reply_count: number;
|
|
@@ -5772,7 +5770,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5772
5770
|
reply_users: string[];
|
|
5773
5771
|
channel_name: string;
|
|
5774
5772
|
}[]> | undefined;
|
|
5775
|
-
|
|
5773
|
+
public?: Record<string, {
|
|
5776
5774
|
ts: string;
|
|
5777
5775
|
team_id: string;
|
|
5778
5776
|
reply_count: number;
|
|
@@ -5781,21 +5779,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5781
5779
|
channel_name: string;
|
|
5782
5780
|
}[]> | undefined;
|
|
5783
5781
|
} | undefined;
|
|
5782
|
+
channels?: string[] | undefined;
|
|
5783
|
+
permalink_public?: string | undefined;
|
|
5784
5784
|
groups?: string[] | undefined;
|
|
5785
5785
|
ims?: string[] | undefined;
|
|
5786
5786
|
has_rich_preview?: boolean | undefined;
|
|
5787
5787
|
} | undefined;
|
|
5788
5788
|
}, {
|
|
5789
|
-
success: boolean;
|
|
5790
5789
|
error: string;
|
|
5790
|
+
success: boolean;
|
|
5791
5791
|
operation: "upload_file";
|
|
5792
5792
|
ok: boolean;
|
|
5793
5793
|
file?: {
|
|
5794
5794
|
name: string;
|
|
5795
5795
|
user: string;
|
|
5796
5796
|
id: string;
|
|
5797
|
-
username: string;
|
|
5798
5797
|
timestamp: number;
|
|
5798
|
+
username: string;
|
|
5799
5799
|
created: number;
|
|
5800
5800
|
mimetype: string;
|
|
5801
5801
|
filetype: string;
|
|
@@ -5812,10 +5812,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5812
5812
|
url_private_download: string;
|
|
5813
5813
|
permalink: string;
|
|
5814
5814
|
title?: string | undefined;
|
|
5815
|
-
channels?: string[] | undefined;
|
|
5816
|
-
permalink_public?: string | undefined;
|
|
5817
5815
|
shares?: {
|
|
5818
|
-
|
|
5816
|
+
private?: Record<string, {
|
|
5819
5817
|
ts: string;
|
|
5820
5818
|
team_id: string;
|
|
5821
5819
|
reply_count: number;
|
|
@@ -5823,7 +5821,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5823
5821
|
reply_users: string[];
|
|
5824
5822
|
channel_name: string;
|
|
5825
5823
|
}[]> | undefined;
|
|
5826
|
-
|
|
5824
|
+
public?: Record<string, {
|
|
5827
5825
|
ts: string;
|
|
5828
5826
|
team_id: string;
|
|
5829
5827
|
reply_count: number;
|
|
@@ -5832,6 +5830,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5832
5830
|
channel_name: string;
|
|
5833
5831
|
}[]> | undefined;
|
|
5834
5832
|
} | undefined;
|
|
5833
|
+
channels?: string[] | undefined;
|
|
5834
|
+
permalink_public?: string | undefined;
|
|
5835
5835
|
groups?: string[] | undefined;
|
|
5836
5836
|
ims?: string[] | undefined;
|
|
5837
5837
|
has_rich_preview?: boolean | undefined;
|