@bubblelab/bubble-core 0.1.72 → 0.1.74
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 +84 -84
- package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +132 -132
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +110 -110
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +49 -49
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +22 -22
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +304 -304
- package/dist/bubbles/service-bubble/followupboss.d.ts +264 -264
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +40 -40
- package/dist/bubbles/service-bubble/github.d.ts +156 -156
- package/dist/bubbles/service-bubble/gmail.d.ts +578 -578
- package/dist/bubbles/service-bubble/google-calendar.d.ts +152 -152
- package/dist/bubbles/service-bubble/google-drive.d.ts +146 -146
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
- package/dist/bubbles/service-bubble/notion/notion.d.ts +840 -840
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +20 -20
- package/dist/bubbles/service-bubble/slack/slack.d.ts +358 -358
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts +17 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.utils.js +146 -22
- package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +76 -76
- package/dist/bubbles/service-bubble/telegram.d.ts +942 -942
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +78 -78
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +76 -76
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -37,14 +37,14 @@ 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
|
+
image_url?: string | undefined;
|
|
42
43
|
fields?: {
|
|
43
44
|
value: string;
|
|
44
45
|
title: string;
|
|
45
46
|
short?: boolean | undefined;
|
|
46
47
|
}[] | undefined;
|
|
47
|
-
image_url?: string | undefined;
|
|
48
48
|
color?: string | undefined;
|
|
49
49
|
pretext?: string | undefined;
|
|
50
50
|
author_name?: string | undefined;
|
|
@@ -56,14 +56,14 @@ 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
|
+
image_url?: string | undefined;
|
|
61
62
|
fields?: {
|
|
62
63
|
value: string;
|
|
63
64
|
title: string;
|
|
64
65
|
short?: boolean | undefined;
|
|
65
66
|
}[] | undefined;
|
|
66
|
-
image_url?: string | undefined;
|
|
67
67
|
color?: string | undefined;
|
|
68
68
|
pretext?: string | undefined;
|
|
69
69
|
author_name?: string | undefined;
|
|
@@ -101,16 +101,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
101
101
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
102
102
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
|
-
type: "
|
|
105
|
-
emoji?: boolean | undefined;
|
|
104
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
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
|
-
type: "
|
|
112
|
-
emoji?: boolean | undefined;
|
|
111
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
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;
|
|
@@ -141,16 +141,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
141
141
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
142
142
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
143
143
|
}, "strip", z.ZodTypeAny, {
|
|
144
|
-
type: "
|
|
145
|
-
emoji?: boolean | undefined;
|
|
144
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
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
|
-
type: "
|
|
152
|
-
emoji?: boolean | undefined;
|
|
151
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
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;
|
|
@@ -181,16 +181,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
181
181
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
182
182
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
183
183
|
}, "strip", z.ZodTypeAny, {
|
|
184
|
-
type: "
|
|
185
|
-
emoji?: boolean | undefined;
|
|
184
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
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
|
-
type: "
|
|
192
|
-
emoji?: boolean | undefined;
|
|
191
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
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;
|
|
@@ -202,8 +202,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
202
202
|
unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
203
203
|
unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
204
204
|
}, "strip", z.ZodTypeAny, {
|
|
205
|
-
operation: "send_message";
|
|
206
205
|
text: string;
|
|
206
|
+
operation: "send_message";
|
|
207
207
|
channel: string;
|
|
208
208
|
reply_broadcast: boolean;
|
|
209
209
|
unfurl_links: boolean;
|
|
@@ -213,14 +213,14 @@ 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
|
+
image_url?: string | undefined;
|
|
218
219
|
fields?: {
|
|
219
220
|
value: string;
|
|
220
221
|
title: string;
|
|
221
222
|
short?: boolean | undefined;
|
|
222
223
|
}[] | undefined;
|
|
223
|
-
image_url?: string | undefined;
|
|
224
224
|
color?: string | undefined;
|
|
225
225
|
pretext?: string | undefined;
|
|
226
226
|
author_name?: string | undefined;
|
|
@@ -258,16 +258,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
258
258
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
259
259
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
260
260
|
}, "strip", z.ZodTypeAny, {
|
|
261
|
-
type: "
|
|
262
|
-
emoji?: boolean | undefined;
|
|
261
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
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
|
-
type: "
|
|
269
|
-
emoji?: boolean | undefined;
|
|
268
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
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;
|
|
@@ -275,22 +275,22 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
275
275
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
276
276
|
thread_ts?: string | undefined;
|
|
277
277
|
}, {
|
|
278
|
-
operation: "send_message";
|
|
279
278
|
text: string;
|
|
279
|
+
operation: "send_message";
|
|
280
280
|
channel: string;
|
|
281
281
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
282
282
|
username?: string | undefined;
|
|
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
|
+
image_url?: string | undefined;
|
|
288
289
|
fields?: {
|
|
289
290
|
value: string;
|
|
290
291
|
title: string;
|
|
291
292
|
short?: boolean | undefined;
|
|
292
293
|
}[] | undefined;
|
|
293
|
-
image_url?: string | undefined;
|
|
294
294
|
color?: string | undefined;
|
|
295
295
|
pretext?: string | undefined;
|
|
296
296
|
author_name?: string | undefined;
|
|
@@ -328,16 +328,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
328
328
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
329
329
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
330
330
|
}, "strip", z.ZodTypeAny, {
|
|
331
|
-
type: "
|
|
332
|
-
emoji?: boolean | undefined;
|
|
331
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
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
|
-
type: "
|
|
339
|
-
emoji?: boolean | undefined;
|
|
338
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
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;
|
|
@@ -389,13 +389,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
389
389
|
include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
390
390
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
391
391
|
}, "strip", z.ZodTypeAny, {
|
|
392
|
-
operation: "get_user_info";
|
|
393
392
|
user: string;
|
|
393
|
+
operation: "get_user_info";
|
|
394
394
|
include_locale: boolean;
|
|
395
395
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
396
396
|
}, {
|
|
397
|
-
operation: "get_user_info";
|
|
398
397
|
user: string;
|
|
398
|
+
operation: "get_user_info";
|
|
399
399
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
400
400
|
include_locale?: boolean | undefined;
|
|
401
401
|
}>, z.ZodObject<{
|
|
@@ -426,8 +426,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
426
426
|
cursor: z.ZodOptional<z.ZodString>;
|
|
427
427
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
|
-
operation: "get_conversation_history";
|
|
430
429
|
inclusive: boolean;
|
|
430
|
+
operation: "get_conversation_history";
|
|
431
431
|
channel: string;
|
|
432
432
|
limit: number;
|
|
433
433
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -454,9 +454,9 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
454
454
|
cursor: z.ZodOptional<z.ZodString>;
|
|
455
455
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
456
456
|
}, "strip", z.ZodTypeAny, {
|
|
457
|
-
operation: "get_thread_replies";
|
|
458
457
|
inclusive: boolean;
|
|
459
458
|
ts: string;
|
|
459
|
+
operation: "get_thread_replies";
|
|
460
460
|
channel: string;
|
|
461
461
|
limit: number;
|
|
462
462
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -464,8 +464,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
464
464
|
latest?: string | undefined;
|
|
465
465
|
oldest?: string | undefined;
|
|
466
466
|
}, {
|
|
467
|
-
operation: "get_thread_replies";
|
|
468
467
|
ts: string;
|
|
468
|
+
operation: "get_thread_replies";
|
|
469
469
|
channel: string;
|
|
470
470
|
inclusive?: boolean | undefined;
|
|
471
471
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -506,14 +506,14 @@ 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
|
+
image_url?: string | undefined;
|
|
511
512
|
fields?: {
|
|
512
513
|
value: string;
|
|
513
514
|
title: string;
|
|
514
515
|
short?: boolean | undefined;
|
|
515
516
|
}[] | undefined;
|
|
516
|
-
image_url?: string | undefined;
|
|
517
517
|
color?: string | undefined;
|
|
518
518
|
pretext?: string | undefined;
|
|
519
519
|
author_name?: string | undefined;
|
|
@@ -525,14 +525,14 @@ 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
|
+
image_url?: string | undefined;
|
|
530
531
|
fields?: {
|
|
531
532
|
value: string;
|
|
532
533
|
title: string;
|
|
533
534
|
short?: boolean | undefined;
|
|
534
535
|
}[] | undefined;
|
|
535
|
-
image_url?: string | undefined;
|
|
536
536
|
color?: string | undefined;
|
|
537
537
|
pretext?: string | undefined;
|
|
538
538
|
author_name?: string | undefined;
|
|
@@ -570,16 +570,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
570
570
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
571
571
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
572
572
|
}, "strip", z.ZodTypeAny, {
|
|
573
|
-
type: "
|
|
574
|
-
emoji?: boolean | undefined;
|
|
573
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
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
|
-
type: "
|
|
581
|
-
emoji?: boolean | undefined;
|
|
580
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
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;
|
|
@@ -610,16 +610,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
610
610
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
611
611
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
612
612
|
}, "strip", z.ZodTypeAny, {
|
|
613
|
-
type: "
|
|
614
|
-
emoji?: boolean | undefined;
|
|
613
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
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
|
-
type: "
|
|
621
|
-
emoji?: boolean | undefined;
|
|
620
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
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;
|
|
@@ -650,16 +650,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
650
650
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
651
651
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
652
652
|
}, "strip", z.ZodTypeAny, {
|
|
653
|
-
type: "
|
|
654
|
-
emoji?: boolean | undefined;
|
|
653
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
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
|
-
type: "
|
|
661
|
-
emoji?: boolean | undefined;
|
|
660
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
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,20 +667,20 @@ 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
|
-
operation: "update_message";
|
|
671
670
|
ts: string;
|
|
671
|
+
operation: "update_message";
|
|
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
|
+
image_url?: string | undefined;
|
|
678
679
|
fields?: {
|
|
679
680
|
value: string;
|
|
680
681
|
title: string;
|
|
681
682
|
short?: boolean | undefined;
|
|
682
683
|
}[] | undefined;
|
|
683
|
-
image_url?: string | undefined;
|
|
684
684
|
color?: string | undefined;
|
|
685
685
|
pretext?: string | undefined;
|
|
686
686
|
author_name?: string | undefined;
|
|
@@ -718,36 +718,36 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
718
718
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
719
719
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
720
720
|
}, "strip", z.ZodTypeAny, {
|
|
721
|
-
type: "
|
|
722
|
-
emoji?: boolean | undefined;
|
|
721
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
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
|
-
type: "
|
|
729
|
-
emoji?: boolean | undefined;
|
|
728
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
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
|
-
operation: "update_message";
|
|
738
737
|
ts: string;
|
|
738
|
+
operation: "update_message";
|
|
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
|
+
image_url?: string | undefined;
|
|
745
746
|
fields?: {
|
|
746
747
|
value: string;
|
|
747
748
|
title: string;
|
|
748
749
|
short?: boolean | undefined;
|
|
749
750
|
}[] | undefined;
|
|
750
|
-
image_url?: string | undefined;
|
|
751
751
|
color?: string | undefined;
|
|
752
752
|
pretext?: string | undefined;
|
|
753
753
|
author_name?: string | undefined;
|
|
@@ -785,16 +785,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
785
785
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
786
786
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
787
787
|
}, "strip", z.ZodTypeAny, {
|
|
788
|
-
type: "
|
|
789
|
-
emoji?: boolean | undefined;
|
|
788
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
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
|
-
type: "
|
|
796
|
-
emoji?: boolean | undefined;
|
|
795
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
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
|
-
operation: "delete_message";
|
|
810
809
|
ts: string;
|
|
810
|
+
operation: "delete_message";
|
|
811
811
|
channel: string;
|
|
812
812
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
813
813
|
}, {
|
|
814
|
-
operation: "delete_message";
|
|
815
814
|
ts: string;
|
|
815
|
+
operation: "delete_message";
|
|
816
816
|
channel: string;
|
|
817
817
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
818
818
|
}>, z.ZodObject<{
|
|
@@ -822,14 +822,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
822
822
|
timestamp: z.ZodString;
|
|
823
823
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
824
824
|
}, "strip", z.ZodTypeAny, {
|
|
825
|
-
operation: "add_reaction";
|
|
826
825
|
name: string;
|
|
826
|
+
operation: "add_reaction";
|
|
827
827
|
channel: string;
|
|
828
828
|
timestamp: string;
|
|
829
829
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
830
830
|
}, {
|
|
831
|
-
operation: "add_reaction";
|
|
832
831
|
name: string;
|
|
832
|
+
operation: "add_reaction";
|
|
833
833
|
channel: string;
|
|
834
834
|
timestamp: string;
|
|
835
835
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -840,14 +840,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
840
840
|
timestamp: z.ZodString;
|
|
841
841
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
842
842
|
}, "strip", z.ZodTypeAny, {
|
|
843
|
-
operation: "remove_reaction";
|
|
844
843
|
name: string;
|
|
844
|
+
operation: "remove_reaction";
|
|
845
845
|
channel: string;
|
|
846
846
|
timestamp: string;
|
|
847
847
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
848
848
|
}, {
|
|
849
|
-
operation: "remove_reaction";
|
|
850
849
|
name: string;
|
|
850
|
+
operation: "remove_reaction";
|
|
851
851
|
channel: string;
|
|
852
852
|
timestamp: string;
|
|
853
853
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -878,8 +878,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
878
878
|
file_path: string;
|
|
879
879
|
title?: string | undefined;
|
|
880
880
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
881
|
-
filename?: string | undefined;
|
|
882
881
|
thread_ts?: string | undefined;
|
|
882
|
+
filename?: string | undefined;
|
|
883
883
|
initial_comment?: string | undefined;
|
|
884
884
|
}, {
|
|
885
885
|
operation: "upload_file";
|
|
@@ -887,8 +887,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
887
887
|
file_path: string;
|
|
888
888
|
title?: string | undefined;
|
|
889
889
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
890
|
-
filename?: string | undefined;
|
|
891
890
|
thread_ts?: string | undefined;
|
|
891
|
+
filename?: string | undefined;
|
|
892
892
|
initial_comment?: string | undefined;
|
|
893
893
|
}>, z.ZodObject<{
|
|
894
894
|
operation: z.ZodLiteral<"schedule_message">;
|
|
@@ -922,16 +922,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
922
922
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
923
923
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
924
924
|
}, "strip", z.ZodTypeAny, {
|
|
925
|
-
type: "
|
|
926
|
-
emoji?: boolean | undefined;
|
|
925
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
927
926
|
text?: string | undefined;
|
|
927
|
+
emoji?: boolean | undefined;
|
|
928
928
|
image_url?: string | undefined;
|
|
929
929
|
verbatim?: boolean | undefined;
|
|
930
930
|
alt_text?: string | undefined;
|
|
931
931
|
}, {
|
|
932
|
-
type: "
|
|
933
|
-
emoji?: boolean | undefined;
|
|
932
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
934
933
|
text?: string | undefined;
|
|
934
|
+
emoji?: boolean | undefined;
|
|
935
935
|
image_url?: string | undefined;
|
|
936
936
|
verbatim?: boolean | undefined;
|
|
937
937
|
alt_text?: string | undefined;
|
|
@@ -962,16 +962,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
962
962
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
963
963
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
964
964
|
}, "strip", z.ZodTypeAny, {
|
|
965
|
-
type: "
|
|
966
|
-
emoji?: boolean | undefined;
|
|
965
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
967
966
|
text?: string | undefined;
|
|
967
|
+
emoji?: boolean | undefined;
|
|
968
968
|
image_url?: string | undefined;
|
|
969
969
|
verbatim?: boolean | undefined;
|
|
970
970
|
alt_text?: string | undefined;
|
|
971
971
|
}, {
|
|
972
|
-
type: "
|
|
973
|
-
emoji?: boolean | undefined;
|
|
972
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
974
973
|
text?: string | undefined;
|
|
974
|
+
emoji?: boolean | undefined;
|
|
975
975
|
image_url?: string | undefined;
|
|
976
976
|
verbatim?: boolean | undefined;
|
|
977
977
|
alt_text?: string | undefined;
|
|
@@ -1002,16 +1002,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1002
1002
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
1003
1003
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
1004
1004
|
}, "strip", z.ZodTypeAny, {
|
|
1005
|
-
type: "
|
|
1006
|
-
emoji?: boolean | undefined;
|
|
1005
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
1007
1006
|
text?: string | undefined;
|
|
1007
|
+
emoji?: boolean | undefined;
|
|
1008
1008
|
image_url?: string | undefined;
|
|
1009
1009
|
verbatim?: boolean | undefined;
|
|
1010
1010
|
alt_text?: string | undefined;
|
|
1011
1011
|
}, {
|
|
1012
|
-
type: "
|
|
1013
|
-
emoji?: boolean | undefined;
|
|
1012
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
1014
1013
|
text?: string | undefined;
|
|
1014
|
+
emoji?: boolean | undefined;
|
|
1015
1015
|
image_url?: string | undefined;
|
|
1016
1016
|
verbatim?: boolean | undefined;
|
|
1017
1017
|
alt_text?: string | undefined;
|
|
@@ -1021,8 +1021,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1021
1021
|
unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1022
1022
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1023
1023
|
}, "strip", z.ZodTypeAny, {
|
|
1024
|
-
operation: "schedule_message";
|
|
1025
1024
|
text: string;
|
|
1025
|
+
operation: "schedule_message";
|
|
1026
1026
|
channel: string;
|
|
1027
1027
|
unfurl_links: boolean;
|
|
1028
1028
|
unfurl_media: boolean;
|
|
@@ -1054,16 +1054,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1054
1054
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
1055
1055
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
1056
1056
|
}, "strip", z.ZodTypeAny, {
|
|
1057
|
-
type: "
|
|
1058
|
-
emoji?: boolean | undefined;
|
|
1057
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
1059
1058
|
text?: string | undefined;
|
|
1059
|
+
emoji?: boolean | undefined;
|
|
1060
1060
|
image_url?: string | undefined;
|
|
1061
1061
|
verbatim?: boolean | undefined;
|
|
1062
1062
|
alt_text?: string | undefined;
|
|
1063
1063
|
}, {
|
|
1064
|
-
type: "
|
|
1065
|
-
emoji?: boolean | undefined;
|
|
1064
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
1066
1065
|
text?: string | undefined;
|
|
1066
|
+
emoji?: boolean | undefined;
|
|
1067
1067
|
image_url?: string | undefined;
|
|
1068
1068
|
verbatim?: boolean | undefined;
|
|
1069
1069
|
alt_text?: string | undefined;
|
|
@@ -1071,8 +1071,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1071
1071
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1072
1072
|
thread_ts?: string | undefined;
|
|
1073
1073
|
}, {
|
|
1074
|
-
operation: "schedule_message";
|
|
1075
1074
|
text: string;
|
|
1075
|
+
operation: "schedule_message";
|
|
1076
1076
|
channel: string;
|
|
1077
1077
|
post_at: number;
|
|
1078
1078
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -1102,16 +1102,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1102
1102
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
1103
1103
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
1104
1104
|
}, "strip", z.ZodTypeAny, {
|
|
1105
|
-
type: "
|
|
1106
|
-
emoji?: boolean | undefined;
|
|
1105
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
1107
1106
|
text?: string | undefined;
|
|
1107
|
+
emoji?: boolean | undefined;
|
|
1108
1108
|
image_url?: string | undefined;
|
|
1109
1109
|
verbatim?: boolean | undefined;
|
|
1110
1110
|
alt_text?: string | undefined;
|
|
1111
1111
|
}, {
|
|
1112
|
-
type: "
|
|
1113
|
-
emoji?: boolean | undefined;
|
|
1112
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
1114
1113
|
text?: string | undefined;
|
|
1114
|
+
emoji?: boolean | undefined;
|
|
1115
1115
|
image_url?: string | undefined;
|
|
1116
1116
|
verbatim?: boolean | undefined;
|
|
1117
1117
|
alt_text?: string | undefined;
|
|
@@ -1165,8 +1165,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1165
1165
|
}>, "many">>;
|
|
1166
1166
|
}, "strip", z.ZodTypeAny, {
|
|
1167
1167
|
type: string;
|
|
1168
|
-
user?: string | undefined;
|
|
1169
1168
|
text?: string | undefined;
|
|
1169
|
+
user?: string | undefined;
|
|
1170
1170
|
ts?: string | undefined;
|
|
1171
1171
|
username?: string | undefined;
|
|
1172
1172
|
attachments?: unknown[] | undefined;
|
|
@@ -1190,8 +1190,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1190
1190
|
}[] | undefined;
|
|
1191
1191
|
}, {
|
|
1192
1192
|
type: string;
|
|
1193
|
-
user?: string | undefined;
|
|
1194
1193
|
text?: string | undefined;
|
|
1194
|
+
user?: string | undefined;
|
|
1195
1195
|
ts?: string | undefined;
|
|
1196
1196
|
username?: string | undefined;
|
|
1197
1197
|
attachments?: unknown[] | undefined;
|
|
@@ -1217,14 +1217,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1217
1217
|
error: z.ZodString;
|
|
1218
1218
|
success: z.ZodBoolean;
|
|
1219
1219
|
}, "strip", z.ZodTypeAny, {
|
|
1220
|
-
operation: "send_message";
|
|
1221
|
-
success: boolean;
|
|
1222
1220
|
error: string;
|
|
1221
|
+
success: boolean;
|
|
1222
|
+
operation: "send_message";
|
|
1223
1223
|
ok: boolean;
|
|
1224
1224
|
message?: {
|
|
1225
1225
|
type: string;
|
|
1226
|
-
user?: string | undefined;
|
|
1227
1226
|
text?: string | undefined;
|
|
1227
|
+
user?: string | undefined;
|
|
1228
1228
|
ts?: string | undefined;
|
|
1229
1229
|
username?: string | undefined;
|
|
1230
1230
|
attachments?: unknown[] | undefined;
|
|
@@ -1250,14 +1250,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1250
1250
|
ts?: string | undefined;
|
|
1251
1251
|
channel?: string | undefined;
|
|
1252
1252
|
}, {
|
|
1253
|
-
operation: "send_message";
|
|
1254
|
-
success: boolean;
|
|
1255
1253
|
error: string;
|
|
1254
|
+
success: boolean;
|
|
1255
|
+
operation: "send_message";
|
|
1256
1256
|
ok: boolean;
|
|
1257
1257
|
message?: {
|
|
1258
1258
|
type: string;
|
|
1259
|
-
user?: string | undefined;
|
|
1260
1259
|
text?: string | undefined;
|
|
1260
|
+
user?: string | undefined;
|
|
1261
1261
|
ts?: string | undefined;
|
|
1262
1262
|
username?: string | undefined;
|
|
1263
1263
|
attachments?: unknown[] | undefined;
|
|
@@ -1411,9 +1411,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1411
1411
|
error: z.ZodString;
|
|
1412
1412
|
success: z.ZodBoolean;
|
|
1413
1413
|
}, "strip", z.ZodTypeAny, {
|
|
1414
|
-
operation: "list_channels";
|
|
1415
|
-
success: boolean;
|
|
1416
1414
|
error: string;
|
|
1415
|
+
success: boolean;
|
|
1416
|
+
operation: "list_channels";
|
|
1417
1417
|
ok: boolean;
|
|
1418
1418
|
response_metadata?: {
|
|
1419
1419
|
next_cursor: string;
|
|
@@ -1453,9 +1453,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1453
1453
|
num_members?: number | undefined;
|
|
1454
1454
|
}[] | undefined;
|
|
1455
1455
|
}, {
|
|
1456
|
-
operation: "list_channels";
|
|
1457
|
-
success: boolean;
|
|
1458
1456
|
error: string;
|
|
1457
|
+
success: boolean;
|
|
1458
|
+
operation: "list_channels";
|
|
1459
1459
|
ok: boolean;
|
|
1460
1460
|
response_metadata?: {
|
|
1461
1461
|
next_cursor: string;
|
|
@@ -1616,9 +1616,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1616
1616
|
error: z.ZodString;
|
|
1617
1617
|
success: z.ZodBoolean;
|
|
1618
1618
|
}, "strip", z.ZodTypeAny, {
|
|
1619
|
-
operation: "get_channel_info";
|
|
1620
|
-
success: boolean;
|
|
1621
1619
|
error: string;
|
|
1620
|
+
success: boolean;
|
|
1621
|
+
operation: "get_channel_info";
|
|
1622
1622
|
ok: boolean;
|
|
1623
1623
|
channel?: {
|
|
1624
1624
|
name: string;
|
|
@@ -1655,9 +1655,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1655
1655
|
num_members?: number | undefined;
|
|
1656
1656
|
} | undefined;
|
|
1657
1657
|
}, {
|
|
1658
|
-
operation: "get_channel_info";
|
|
1659
|
-
success: boolean;
|
|
1660
1658
|
error: string;
|
|
1659
|
+
success: boolean;
|
|
1660
|
+
operation: "get_channel_info";
|
|
1661
1661
|
ok: boolean;
|
|
1662
1662
|
channel?: {
|
|
1663
1663
|
name: string;
|
|
@@ -1885,9 +1885,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1885
1885
|
error: z.ZodString;
|
|
1886
1886
|
success: z.ZodBoolean;
|
|
1887
1887
|
}, "strip", z.ZodTypeAny, {
|
|
1888
|
-
operation: "get_user_info";
|
|
1889
|
-
success: boolean;
|
|
1890
1888
|
error: string;
|
|
1889
|
+
success: boolean;
|
|
1890
|
+
operation: "get_user_info";
|
|
1891
1891
|
ok: boolean;
|
|
1892
1892
|
user?: {
|
|
1893
1893
|
name: string;
|
|
@@ -1936,9 +1936,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1936
1936
|
has_2fa?: boolean | undefined;
|
|
1937
1937
|
} | undefined;
|
|
1938
1938
|
}, {
|
|
1939
|
-
operation: "get_user_info";
|
|
1940
|
-
success: boolean;
|
|
1941
1939
|
error: string;
|
|
1940
|
+
success: boolean;
|
|
1941
|
+
operation: "get_user_info";
|
|
1942
1942
|
ok: boolean;
|
|
1943
1943
|
user?: {
|
|
1944
1944
|
name: string;
|
|
@@ -2185,9 +2185,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2185
2185
|
error: z.ZodString;
|
|
2186
2186
|
success: z.ZodBoolean;
|
|
2187
2187
|
}, "strip", z.ZodTypeAny, {
|
|
2188
|
-
operation: "list_users";
|
|
2189
|
-
success: boolean;
|
|
2190
2188
|
error: string;
|
|
2189
|
+
success: boolean;
|
|
2190
|
+
operation: "list_users";
|
|
2191
2191
|
ok: boolean;
|
|
2192
2192
|
response_metadata?: {
|
|
2193
2193
|
next_cursor: string;
|
|
@@ -2239,9 +2239,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2239
2239
|
has_2fa?: boolean | undefined;
|
|
2240
2240
|
}[] | undefined;
|
|
2241
2241
|
}, {
|
|
2242
|
-
operation: "list_users";
|
|
2243
|
-
success: boolean;
|
|
2244
2242
|
error: string;
|
|
2243
|
+
success: boolean;
|
|
2244
|
+
operation: "list_users";
|
|
2245
2245
|
ok: boolean;
|
|
2246
2246
|
response_metadata?: {
|
|
2247
2247
|
next_cursor: string;
|
|
@@ -2334,8 +2334,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2334
2334
|
}>, "many">>;
|
|
2335
2335
|
}, "strip", z.ZodTypeAny, {
|
|
2336
2336
|
type: string;
|
|
2337
|
-
user?: string | undefined;
|
|
2338
2337
|
text?: string | undefined;
|
|
2338
|
+
user?: string | undefined;
|
|
2339
2339
|
ts?: string | undefined;
|
|
2340
2340
|
username?: string | undefined;
|
|
2341
2341
|
attachments?: unknown[] | undefined;
|
|
@@ -2359,8 +2359,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2359
2359
|
}[] | undefined;
|
|
2360
2360
|
}, {
|
|
2361
2361
|
type: string;
|
|
2362
|
-
user?: string | undefined;
|
|
2363
2362
|
text?: string | undefined;
|
|
2363
|
+
user?: string | undefined;
|
|
2364
2364
|
ts?: string | undefined;
|
|
2365
2365
|
username?: string | undefined;
|
|
2366
2366
|
attachments?: unknown[] | undefined;
|
|
@@ -2394,14 +2394,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2394
2394
|
error: z.ZodString;
|
|
2395
2395
|
success: z.ZodBoolean;
|
|
2396
2396
|
}, "strip", z.ZodTypeAny, {
|
|
2397
|
-
operation: "get_conversation_history";
|
|
2398
|
-
success: boolean;
|
|
2399
2397
|
error: string;
|
|
2398
|
+
success: boolean;
|
|
2399
|
+
operation: "get_conversation_history";
|
|
2400
2400
|
ok: boolean;
|
|
2401
2401
|
messages?: {
|
|
2402
2402
|
type: string;
|
|
2403
|
-
user?: string | undefined;
|
|
2404
2403
|
text?: string | undefined;
|
|
2404
|
+
user?: string | undefined;
|
|
2405
2405
|
ts?: string | undefined;
|
|
2406
2406
|
username?: string | undefined;
|
|
2407
2407
|
attachments?: unknown[] | undefined;
|
|
@@ -2429,14 +2429,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2429
2429
|
} | undefined;
|
|
2430
2430
|
has_more?: boolean | undefined;
|
|
2431
2431
|
}, {
|
|
2432
|
-
operation: "get_conversation_history";
|
|
2433
|
-
success: boolean;
|
|
2434
2432
|
error: string;
|
|
2433
|
+
success: boolean;
|
|
2434
|
+
operation: "get_conversation_history";
|
|
2435
2435
|
ok: boolean;
|
|
2436
2436
|
messages?: {
|
|
2437
2437
|
type: string;
|
|
2438
|
-
user?: string | undefined;
|
|
2439
2438
|
text?: string | undefined;
|
|
2439
|
+
user?: string | undefined;
|
|
2440
2440
|
ts?: string | undefined;
|
|
2441
2441
|
username?: string | undefined;
|
|
2442
2442
|
attachments?: unknown[] | undefined;
|
|
@@ -2505,8 +2505,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2505
2505
|
}>, "many">>;
|
|
2506
2506
|
}, "strip", z.ZodTypeAny, {
|
|
2507
2507
|
type: string;
|
|
2508
|
-
user?: string | undefined;
|
|
2509
2508
|
text?: string | undefined;
|
|
2509
|
+
user?: string | undefined;
|
|
2510
2510
|
ts?: string | undefined;
|
|
2511
2511
|
username?: string | undefined;
|
|
2512
2512
|
attachments?: unknown[] | undefined;
|
|
@@ -2530,8 +2530,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2530
2530
|
}[] | undefined;
|
|
2531
2531
|
}, {
|
|
2532
2532
|
type: string;
|
|
2533
|
-
user?: string | undefined;
|
|
2534
2533
|
text?: string | undefined;
|
|
2534
|
+
user?: string | undefined;
|
|
2535
2535
|
ts?: string | undefined;
|
|
2536
2536
|
username?: string | undefined;
|
|
2537
2537
|
attachments?: unknown[] | undefined;
|
|
@@ -2565,14 +2565,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2565
2565
|
error: z.ZodString;
|
|
2566
2566
|
success: z.ZodBoolean;
|
|
2567
2567
|
}, "strip", z.ZodTypeAny, {
|
|
2568
|
-
operation: "get_thread_replies";
|
|
2569
|
-
success: boolean;
|
|
2570
2568
|
error: string;
|
|
2569
|
+
success: boolean;
|
|
2570
|
+
operation: "get_thread_replies";
|
|
2571
2571
|
ok: boolean;
|
|
2572
2572
|
messages?: {
|
|
2573
2573
|
type: string;
|
|
2574
|
-
user?: string | undefined;
|
|
2575
2574
|
text?: string | undefined;
|
|
2575
|
+
user?: string | undefined;
|
|
2576
2576
|
ts?: string | undefined;
|
|
2577
2577
|
username?: string | undefined;
|
|
2578
2578
|
attachments?: unknown[] | undefined;
|
|
@@ -2600,14 +2600,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2600
2600
|
} | undefined;
|
|
2601
2601
|
has_more?: boolean | undefined;
|
|
2602
2602
|
}, {
|
|
2603
|
-
operation: "get_thread_replies";
|
|
2604
|
-
success: boolean;
|
|
2605
2603
|
error: string;
|
|
2604
|
+
success: boolean;
|
|
2605
|
+
operation: "get_thread_replies";
|
|
2606
2606
|
ok: boolean;
|
|
2607
2607
|
messages?: {
|
|
2608
2608
|
type: string;
|
|
2609
|
-
user?: string | undefined;
|
|
2610
2609
|
text?: string | undefined;
|
|
2610
|
+
user?: string | undefined;
|
|
2611
2611
|
ts?: string | undefined;
|
|
2612
2612
|
username?: string | undefined;
|
|
2613
2613
|
attachments?: unknown[] | undefined;
|
|
@@ -2679,8 +2679,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2679
2679
|
}>, "many">>;
|
|
2680
2680
|
}, "strip", z.ZodTypeAny, {
|
|
2681
2681
|
type: string;
|
|
2682
|
-
user?: string | undefined;
|
|
2683
2682
|
text?: string | undefined;
|
|
2683
|
+
user?: string | undefined;
|
|
2684
2684
|
ts?: string | undefined;
|
|
2685
2685
|
username?: string | undefined;
|
|
2686
2686
|
attachments?: unknown[] | undefined;
|
|
@@ -2704,8 +2704,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2704
2704
|
}[] | undefined;
|
|
2705
2705
|
}, {
|
|
2706
2706
|
type: string;
|
|
2707
|
-
user?: string | undefined;
|
|
2708
2707
|
text?: string | undefined;
|
|
2708
|
+
user?: string | undefined;
|
|
2709
2709
|
ts?: string | undefined;
|
|
2710
2710
|
username?: string | undefined;
|
|
2711
2711
|
attachments?: unknown[] | undefined;
|
|
@@ -2731,14 +2731,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2731
2731
|
error: z.ZodString;
|
|
2732
2732
|
success: z.ZodBoolean;
|
|
2733
2733
|
}, "strip", z.ZodTypeAny, {
|
|
2734
|
-
operation: "update_message";
|
|
2735
|
-
success: boolean;
|
|
2736
2734
|
error: string;
|
|
2735
|
+
success: boolean;
|
|
2736
|
+
operation: "update_message";
|
|
2737
2737
|
ok: boolean;
|
|
2738
|
+
text?: string | undefined;
|
|
2738
2739
|
message?: {
|
|
2739
2740
|
type: string;
|
|
2740
|
-
user?: string | undefined;
|
|
2741
2741
|
text?: string | undefined;
|
|
2742
|
+
user?: string | undefined;
|
|
2742
2743
|
ts?: string | undefined;
|
|
2743
2744
|
username?: string | undefined;
|
|
2744
2745
|
attachments?: unknown[] | undefined;
|
|
@@ -2761,18 +2762,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2761
2762
|
count: number;
|
|
2762
2763
|
}[] | undefined;
|
|
2763
2764
|
} | undefined;
|
|
2764
|
-
text?: string | undefined;
|
|
2765
2765
|
ts?: string | undefined;
|
|
2766
2766
|
channel?: string | undefined;
|
|
2767
2767
|
}, {
|
|
2768
|
-
operation: "update_message";
|
|
2769
|
-
success: boolean;
|
|
2770
2768
|
error: string;
|
|
2769
|
+
success: boolean;
|
|
2770
|
+
operation: "update_message";
|
|
2771
2771
|
ok: boolean;
|
|
2772
|
+
text?: string | undefined;
|
|
2772
2773
|
message?: {
|
|
2773
2774
|
type: string;
|
|
2774
|
-
user?: string | undefined;
|
|
2775
2775
|
text?: string | undefined;
|
|
2776
|
+
user?: string | undefined;
|
|
2776
2777
|
ts?: string | undefined;
|
|
2777
2778
|
username?: string | undefined;
|
|
2778
2779
|
attachments?: unknown[] | undefined;
|
|
@@ -2795,7 +2796,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2795
2796
|
count: number;
|
|
2796
2797
|
}[] | undefined;
|
|
2797
2798
|
} | undefined;
|
|
2798
|
-
text?: string | undefined;
|
|
2799
2799
|
ts?: string | undefined;
|
|
2800
2800
|
channel?: string | undefined;
|
|
2801
2801
|
}>, z.ZodObject<{
|
|
@@ -2806,16 +2806,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2806
2806
|
error: z.ZodString;
|
|
2807
2807
|
success: z.ZodBoolean;
|
|
2808
2808
|
}, "strip", z.ZodTypeAny, {
|
|
2809
|
-
operation: "delete_message";
|
|
2810
|
-
success: boolean;
|
|
2811
2809
|
error: string;
|
|
2810
|
+
success: boolean;
|
|
2811
|
+
operation: "delete_message";
|
|
2812
2812
|
ok: boolean;
|
|
2813
2813
|
ts?: string | undefined;
|
|
2814
2814
|
channel?: string | undefined;
|
|
2815
2815
|
}, {
|
|
2816
|
-
operation: "delete_message";
|
|
2817
|
-
success: boolean;
|
|
2818
2816
|
error: string;
|
|
2817
|
+
success: boolean;
|
|
2818
|
+
operation: "delete_message";
|
|
2819
2819
|
ok: boolean;
|
|
2820
2820
|
ts?: string | undefined;
|
|
2821
2821
|
channel?: string | undefined;
|
|
@@ -2825,14 +2825,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2825
2825
|
error: z.ZodString;
|
|
2826
2826
|
success: z.ZodBoolean;
|
|
2827
2827
|
}, "strip", z.ZodTypeAny, {
|
|
2828
|
-
operation: "add_reaction";
|
|
2829
|
-
success: boolean;
|
|
2830
2828
|
error: string;
|
|
2829
|
+
success: boolean;
|
|
2830
|
+
operation: "add_reaction";
|
|
2831
2831
|
ok: boolean;
|
|
2832
2832
|
}, {
|
|
2833
|
-
operation: "add_reaction";
|
|
2834
|
-
success: boolean;
|
|
2835
2833
|
error: string;
|
|
2834
|
+
success: boolean;
|
|
2835
|
+
operation: "add_reaction";
|
|
2836
2836
|
ok: boolean;
|
|
2837
2837
|
}>, z.ZodObject<{
|
|
2838
2838
|
operation: z.ZodLiteral<"remove_reaction">;
|
|
@@ -2840,14 +2840,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2840
2840
|
error: z.ZodString;
|
|
2841
2841
|
success: z.ZodBoolean;
|
|
2842
2842
|
}, "strip", z.ZodTypeAny, {
|
|
2843
|
-
operation: "remove_reaction";
|
|
2844
|
-
success: boolean;
|
|
2845
2843
|
error: string;
|
|
2844
|
+
success: boolean;
|
|
2845
|
+
operation: "remove_reaction";
|
|
2846
2846
|
ok: boolean;
|
|
2847
2847
|
}, {
|
|
2848
|
-
operation: "remove_reaction";
|
|
2849
|
-
success: boolean;
|
|
2850
2848
|
error: string;
|
|
2849
|
+
success: boolean;
|
|
2850
|
+
operation: "remove_reaction";
|
|
2851
2851
|
ok: boolean;
|
|
2852
2852
|
}>, z.ZodObject<{
|
|
2853
2853
|
operation: z.ZodLiteral<"join_channel">;
|
|
@@ -2972,9 +2972,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2972
2972
|
error: z.ZodString;
|
|
2973
2973
|
success: z.ZodBoolean;
|
|
2974
2974
|
}, "strip", z.ZodTypeAny, {
|
|
2975
|
-
operation: "join_channel";
|
|
2976
|
-
success: boolean;
|
|
2977
2975
|
error: string;
|
|
2976
|
+
success: boolean;
|
|
2977
|
+
operation: "join_channel";
|
|
2978
2978
|
ok: boolean;
|
|
2979
2979
|
channel?: {
|
|
2980
2980
|
name: string;
|
|
@@ -3012,9 +3012,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3012
3012
|
} | undefined;
|
|
3013
3013
|
already_in_channel?: boolean | undefined;
|
|
3014
3014
|
}, {
|
|
3015
|
-
operation: "join_channel";
|
|
3016
|
-
success: boolean;
|
|
3017
3015
|
error: string;
|
|
3016
|
+
success: boolean;
|
|
3017
|
+
operation: "join_channel";
|
|
3018
3018
|
ok: boolean;
|
|
3019
3019
|
channel?: {
|
|
3020
3020
|
name: string;
|
|
@@ -3164,9 +3164,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3164
3164
|
}, "strip", z.ZodTypeAny, {
|
|
3165
3165
|
name: string;
|
|
3166
3166
|
user: string;
|
|
3167
|
-
mode: string;
|
|
3168
3167
|
id: string;
|
|
3169
|
-
size: number;
|
|
3170
3168
|
username: string;
|
|
3171
3169
|
timestamp: number;
|
|
3172
3170
|
created: number;
|
|
@@ -3174,6 +3172,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3174
3172
|
filetype: string;
|
|
3175
3173
|
pretty_type: string;
|
|
3176
3174
|
editable: boolean;
|
|
3175
|
+
size: number;
|
|
3176
|
+
mode: string;
|
|
3177
3177
|
is_external: boolean;
|
|
3178
3178
|
external_type: string;
|
|
3179
3179
|
is_public: boolean;
|
|
@@ -3209,9 +3209,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3209
3209
|
}, {
|
|
3210
3210
|
name: string;
|
|
3211
3211
|
user: string;
|
|
3212
|
-
mode: string;
|
|
3213
3212
|
id: string;
|
|
3214
|
-
size: number;
|
|
3215
3213
|
username: string;
|
|
3216
3214
|
timestamp: number;
|
|
3217
3215
|
created: number;
|
|
@@ -3219,6 +3217,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3219
3217
|
filetype: string;
|
|
3220
3218
|
pretty_type: string;
|
|
3221
3219
|
editable: boolean;
|
|
3220
|
+
size: number;
|
|
3221
|
+
mode: string;
|
|
3222
3222
|
is_external: boolean;
|
|
3223
3223
|
external_type: string;
|
|
3224
3224
|
is_public: boolean;
|
|
@@ -3255,16 +3255,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3255
3255
|
error: z.ZodString;
|
|
3256
3256
|
success: z.ZodBoolean;
|
|
3257
3257
|
}, "strip", z.ZodTypeAny, {
|
|
3258
|
-
operation: "upload_file";
|
|
3259
|
-
success: boolean;
|
|
3260
3258
|
error: string;
|
|
3259
|
+
success: boolean;
|
|
3260
|
+
operation: "upload_file";
|
|
3261
3261
|
ok: boolean;
|
|
3262
3262
|
file?: {
|
|
3263
3263
|
name: string;
|
|
3264
3264
|
user: string;
|
|
3265
|
-
mode: string;
|
|
3266
3265
|
id: string;
|
|
3267
|
-
size: number;
|
|
3268
3266
|
username: string;
|
|
3269
3267
|
timestamp: number;
|
|
3270
3268
|
created: number;
|
|
@@ -3272,6 +3270,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3272
3270
|
filetype: string;
|
|
3273
3271
|
pretty_type: string;
|
|
3274
3272
|
editable: boolean;
|
|
3273
|
+
size: number;
|
|
3274
|
+
mode: string;
|
|
3275
3275
|
is_external: boolean;
|
|
3276
3276
|
external_type: string;
|
|
3277
3277
|
is_public: boolean;
|
|
@@ -3306,16 +3306,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3306
3306
|
has_rich_preview?: boolean | undefined;
|
|
3307
3307
|
} | undefined;
|
|
3308
3308
|
}, {
|
|
3309
|
-
operation: "upload_file";
|
|
3310
|
-
success: boolean;
|
|
3311
3309
|
error: string;
|
|
3310
|
+
success: boolean;
|
|
3311
|
+
operation: "upload_file";
|
|
3312
3312
|
ok: boolean;
|
|
3313
3313
|
file?: {
|
|
3314
3314
|
name: string;
|
|
3315
3315
|
user: string;
|
|
3316
|
-
mode: string;
|
|
3317
3316
|
id: string;
|
|
3318
|
-
size: number;
|
|
3319
3317
|
username: string;
|
|
3320
3318
|
timestamp: number;
|
|
3321
3319
|
created: number;
|
|
@@ -3323,6 +3321,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3323
3321
|
filetype: string;
|
|
3324
3322
|
pretty_type: string;
|
|
3325
3323
|
editable: boolean;
|
|
3324
|
+
size: number;
|
|
3325
|
+
mode: string;
|
|
3326
3326
|
is_external: boolean;
|
|
3327
3327
|
external_type: string;
|
|
3328
3328
|
is_public: boolean;
|
|
@@ -3365,17 +3365,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3365
3365
|
error: z.ZodString;
|
|
3366
3366
|
success: z.ZodBoolean;
|
|
3367
3367
|
}, "strip", z.ZodTypeAny, {
|
|
3368
|
-
operation: "schedule_message";
|
|
3369
|
-
success: boolean;
|
|
3370
3368
|
error: string;
|
|
3369
|
+
success: boolean;
|
|
3370
|
+
operation: "schedule_message";
|
|
3371
3371
|
ok: boolean;
|
|
3372
3372
|
channel?: string | undefined;
|
|
3373
3373
|
post_at?: number | undefined;
|
|
3374
3374
|
scheduled_message_id?: string | undefined;
|
|
3375
3375
|
}, {
|
|
3376
|
-
operation: "schedule_message";
|
|
3377
|
-
success: boolean;
|
|
3378
3376
|
error: string;
|
|
3377
|
+
success: boolean;
|
|
3378
|
+
operation: "schedule_message";
|
|
3379
3379
|
ok: boolean;
|
|
3380
3380
|
channel?: string | undefined;
|
|
3381
3381
|
post_at?: number | undefined;
|
|
@@ -3429,14 +3429,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3429
3429
|
footer_icon: z.ZodOptional<z.ZodString>;
|
|
3430
3430
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
3431
3431
|
}, "strip", z.ZodTypeAny, {
|
|
3432
|
-
title?: string | undefined;
|
|
3433
3432
|
text?: string | undefined;
|
|
3433
|
+
title?: string | undefined;
|
|
3434
|
+
image_url?: string | undefined;
|
|
3434
3435
|
fields?: {
|
|
3435
3436
|
value: string;
|
|
3436
3437
|
title: string;
|
|
3437
3438
|
short?: boolean | undefined;
|
|
3438
3439
|
}[] | undefined;
|
|
3439
|
-
image_url?: string | undefined;
|
|
3440
3440
|
color?: string | undefined;
|
|
3441
3441
|
pretext?: string | undefined;
|
|
3442
3442
|
author_name?: string | undefined;
|
|
@@ -3448,14 +3448,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3448
3448
|
footer_icon?: string | undefined;
|
|
3449
3449
|
ts?: number | undefined;
|
|
3450
3450
|
}, {
|
|
3451
|
-
title?: string | undefined;
|
|
3452
3451
|
text?: string | undefined;
|
|
3452
|
+
title?: string | undefined;
|
|
3453
|
+
image_url?: string | undefined;
|
|
3453
3454
|
fields?: {
|
|
3454
3455
|
value: string;
|
|
3455
3456
|
title: string;
|
|
3456
3457
|
short?: boolean | undefined;
|
|
3457
3458
|
}[] | undefined;
|
|
3458
|
-
image_url?: string | undefined;
|
|
3459
3459
|
color?: string | undefined;
|
|
3460
3460
|
pretext?: string | undefined;
|
|
3461
3461
|
author_name?: string | undefined;
|
|
@@ -3493,16 +3493,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3493
3493
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
3494
3494
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3495
3495
|
}, "strip", z.ZodTypeAny, {
|
|
3496
|
-
type: "
|
|
3497
|
-
emoji?: boolean | undefined;
|
|
3496
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
3498
3497
|
text?: string | undefined;
|
|
3498
|
+
emoji?: boolean | undefined;
|
|
3499
3499
|
image_url?: string | undefined;
|
|
3500
3500
|
verbatim?: boolean | undefined;
|
|
3501
3501
|
alt_text?: string | undefined;
|
|
3502
3502
|
}, {
|
|
3503
|
-
type: "
|
|
3504
|
-
emoji?: boolean | undefined;
|
|
3503
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
3505
3504
|
text?: string | undefined;
|
|
3505
|
+
emoji?: boolean | undefined;
|
|
3506
3506
|
image_url?: string | undefined;
|
|
3507
3507
|
verbatim?: boolean | undefined;
|
|
3508
3508
|
alt_text?: string | undefined;
|
|
@@ -3533,16 +3533,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3533
3533
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
3534
3534
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3535
3535
|
}, "strip", z.ZodTypeAny, {
|
|
3536
|
-
type: "
|
|
3537
|
-
emoji?: boolean | undefined;
|
|
3536
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
3538
3537
|
text?: string | undefined;
|
|
3538
|
+
emoji?: boolean | undefined;
|
|
3539
3539
|
image_url?: string | undefined;
|
|
3540
3540
|
verbatim?: boolean | undefined;
|
|
3541
3541
|
alt_text?: string | undefined;
|
|
3542
3542
|
}, {
|
|
3543
|
-
type: "
|
|
3544
|
-
emoji?: boolean | undefined;
|
|
3543
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
3545
3544
|
text?: string | undefined;
|
|
3545
|
+
emoji?: boolean | undefined;
|
|
3546
3546
|
image_url?: string | undefined;
|
|
3547
3547
|
verbatim?: boolean | undefined;
|
|
3548
3548
|
alt_text?: string | undefined;
|
|
@@ -3573,16 +3573,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3573
3573
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
3574
3574
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3575
3575
|
}, "strip", z.ZodTypeAny, {
|
|
3576
|
-
type: "
|
|
3577
|
-
emoji?: boolean | undefined;
|
|
3576
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
3578
3577
|
text?: string | undefined;
|
|
3578
|
+
emoji?: boolean | undefined;
|
|
3579
3579
|
image_url?: string | undefined;
|
|
3580
3580
|
verbatim?: boolean | undefined;
|
|
3581
3581
|
alt_text?: string | undefined;
|
|
3582
3582
|
}, {
|
|
3583
|
-
type: "
|
|
3584
|
-
emoji?: boolean | undefined;
|
|
3583
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
3585
3584
|
text?: string | undefined;
|
|
3585
|
+
emoji?: boolean | undefined;
|
|
3586
3586
|
image_url?: string | undefined;
|
|
3587
3587
|
verbatim?: boolean | undefined;
|
|
3588
3588
|
alt_text?: string | undefined;
|
|
@@ -3594,8 +3594,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3594
3594
|
unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3595
3595
|
unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3596
3596
|
}, "strip", z.ZodTypeAny, {
|
|
3597
|
-
operation: "send_message";
|
|
3598
3597
|
text: string;
|
|
3598
|
+
operation: "send_message";
|
|
3599
3599
|
channel: string;
|
|
3600
3600
|
reply_broadcast: boolean;
|
|
3601
3601
|
unfurl_links: boolean;
|
|
@@ -3605,14 +3605,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3605
3605
|
icon_emoji?: string | undefined;
|
|
3606
3606
|
icon_url?: string | undefined;
|
|
3607
3607
|
attachments?: {
|
|
3608
|
-
title?: string | undefined;
|
|
3609
3608
|
text?: string | undefined;
|
|
3609
|
+
title?: string | undefined;
|
|
3610
|
+
image_url?: string | undefined;
|
|
3610
3611
|
fields?: {
|
|
3611
3612
|
value: string;
|
|
3612
3613
|
title: string;
|
|
3613
3614
|
short?: boolean | undefined;
|
|
3614
3615
|
}[] | undefined;
|
|
3615
|
-
image_url?: string | undefined;
|
|
3616
3616
|
color?: string | undefined;
|
|
3617
3617
|
pretext?: string | undefined;
|
|
3618
3618
|
author_name?: string | undefined;
|
|
@@ -3650,16 +3650,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3650
3650
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
3651
3651
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3652
3652
|
}, "strip", z.ZodTypeAny, {
|
|
3653
|
-
type: "
|
|
3654
|
-
emoji?: boolean | undefined;
|
|
3653
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
3655
3654
|
text?: string | undefined;
|
|
3655
|
+
emoji?: boolean | undefined;
|
|
3656
3656
|
image_url?: string | undefined;
|
|
3657
3657
|
verbatim?: boolean | undefined;
|
|
3658
3658
|
alt_text?: string | undefined;
|
|
3659
3659
|
}, {
|
|
3660
|
-
type: "
|
|
3661
|
-
emoji?: boolean | undefined;
|
|
3660
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
3662
3661
|
text?: string | undefined;
|
|
3662
|
+
emoji?: boolean | undefined;
|
|
3663
3663
|
image_url?: string | undefined;
|
|
3664
3664
|
verbatim?: boolean | undefined;
|
|
3665
3665
|
alt_text?: string | undefined;
|
|
@@ -3667,22 +3667,22 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3667
3667
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
3668
3668
|
thread_ts?: string | undefined;
|
|
3669
3669
|
}, {
|
|
3670
|
-
operation: "send_message";
|
|
3671
3670
|
text: string;
|
|
3671
|
+
operation: "send_message";
|
|
3672
3672
|
channel: string;
|
|
3673
3673
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3674
3674
|
username?: string | undefined;
|
|
3675
3675
|
icon_emoji?: string | undefined;
|
|
3676
3676
|
icon_url?: string | undefined;
|
|
3677
3677
|
attachments?: {
|
|
3678
|
-
title?: string | undefined;
|
|
3679
3678
|
text?: string | undefined;
|
|
3679
|
+
title?: string | undefined;
|
|
3680
|
+
image_url?: string | undefined;
|
|
3680
3681
|
fields?: {
|
|
3681
3682
|
value: string;
|
|
3682
3683
|
title: string;
|
|
3683
3684
|
short?: boolean | undefined;
|
|
3684
3685
|
}[] | undefined;
|
|
3685
|
-
image_url?: string | undefined;
|
|
3686
3686
|
color?: string | undefined;
|
|
3687
3687
|
pretext?: string | undefined;
|
|
3688
3688
|
author_name?: string | undefined;
|
|
@@ -3720,16 +3720,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3720
3720
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
3721
3721
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3722
3722
|
}, "strip", z.ZodTypeAny, {
|
|
3723
|
-
type: "
|
|
3724
|
-
emoji?: boolean | undefined;
|
|
3723
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
3725
3724
|
text?: string | undefined;
|
|
3725
|
+
emoji?: boolean | undefined;
|
|
3726
3726
|
image_url?: string | undefined;
|
|
3727
3727
|
verbatim?: boolean | undefined;
|
|
3728
3728
|
alt_text?: string | undefined;
|
|
3729
3729
|
}, {
|
|
3730
|
-
type: "
|
|
3731
|
-
emoji?: boolean | undefined;
|
|
3730
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
3732
3731
|
text?: string | undefined;
|
|
3732
|
+
emoji?: boolean | undefined;
|
|
3733
3733
|
image_url?: string | undefined;
|
|
3734
3734
|
verbatim?: boolean | undefined;
|
|
3735
3735
|
alt_text?: string | undefined;
|
|
@@ -3781,13 +3781,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3781
3781
|
include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3782
3782
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3783
3783
|
}, "strip", z.ZodTypeAny, {
|
|
3784
|
-
operation: "get_user_info";
|
|
3785
3784
|
user: string;
|
|
3785
|
+
operation: "get_user_info";
|
|
3786
3786
|
include_locale: boolean;
|
|
3787
3787
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3788
3788
|
}, {
|
|
3789
|
-
operation: "get_user_info";
|
|
3790
3789
|
user: string;
|
|
3790
|
+
operation: "get_user_info";
|
|
3791
3791
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3792
3792
|
include_locale?: boolean | undefined;
|
|
3793
3793
|
}>, z.ZodObject<{
|
|
@@ -3818,8 +3818,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3818
3818
|
cursor: z.ZodOptional<z.ZodString>;
|
|
3819
3819
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3820
3820
|
}, "strip", z.ZodTypeAny, {
|
|
3821
|
-
operation: "get_conversation_history";
|
|
3822
3821
|
inclusive: boolean;
|
|
3822
|
+
operation: "get_conversation_history";
|
|
3823
3823
|
channel: string;
|
|
3824
3824
|
limit: number;
|
|
3825
3825
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -3846,9 +3846,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3846
3846
|
cursor: z.ZodOptional<z.ZodString>;
|
|
3847
3847
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3848
3848
|
}, "strip", z.ZodTypeAny, {
|
|
3849
|
-
operation: "get_thread_replies";
|
|
3850
3849
|
inclusive: boolean;
|
|
3851
3850
|
ts: string;
|
|
3851
|
+
operation: "get_thread_replies";
|
|
3852
3852
|
channel: string;
|
|
3853
3853
|
limit: number;
|
|
3854
3854
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -3856,8 +3856,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3856
3856
|
latest?: string | undefined;
|
|
3857
3857
|
oldest?: string | undefined;
|
|
3858
3858
|
}, {
|
|
3859
|
-
operation: "get_thread_replies";
|
|
3860
3859
|
ts: string;
|
|
3860
|
+
operation: "get_thread_replies";
|
|
3861
3861
|
channel: string;
|
|
3862
3862
|
inclusive?: boolean | undefined;
|
|
3863
3863
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -3898,14 +3898,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3898
3898
|
footer_icon: z.ZodOptional<z.ZodString>;
|
|
3899
3899
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
3900
3900
|
}, "strip", z.ZodTypeAny, {
|
|
3901
|
-
title?: string | undefined;
|
|
3902
3901
|
text?: string | undefined;
|
|
3902
|
+
title?: string | undefined;
|
|
3903
|
+
image_url?: string | undefined;
|
|
3903
3904
|
fields?: {
|
|
3904
3905
|
value: string;
|
|
3905
3906
|
title: string;
|
|
3906
3907
|
short?: boolean | undefined;
|
|
3907
3908
|
}[] | undefined;
|
|
3908
|
-
image_url?: string | undefined;
|
|
3909
3909
|
color?: string | undefined;
|
|
3910
3910
|
pretext?: string | undefined;
|
|
3911
3911
|
author_name?: string | undefined;
|
|
@@ -3917,14 +3917,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3917
3917
|
footer_icon?: string | undefined;
|
|
3918
3918
|
ts?: number | undefined;
|
|
3919
3919
|
}, {
|
|
3920
|
-
title?: string | undefined;
|
|
3921
3920
|
text?: string | undefined;
|
|
3921
|
+
title?: string | undefined;
|
|
3922
|
+
image_url?: string | undefined;
|
|
3922
3923
|
fields?: {
|
|
3923
3924
|
value: string;
|
|
3924
3925
|
title: string;
|
|
3925
3926
|
short?: boolean | undefined;
|
|
3926
3927
|
}[] | undefined;
|
|
3927
|
-
image_url?: string | undefined;
|
|
3928
3928
|
color?: string | undefined;
|
|
3929
3929
|
pretext?: string | undefined;
|
|
3930
3930
|
author_name?: string | undefined;
|
|
@@ -3962,16 +3962,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3962
3962
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
3963
3963
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3964
3964
|
}, "strip", z.ZodTypeAny, {
|
|
3965
|
-
type: "
|
|
3966
|
-
emoji?: boolean | undefined;
|
|
3965
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
3967
3966
|
text?: string | undefined;
|
|
3967
|
+
emoji?: boolean | undefined;
|
|
3968
3968
|
image_url?: string | undefined;
|
|
3969
3969
|
verbatim?: boolean | undefined;
|
|
3970
3970
|
alt_text?: string | undefined;
|
|
3971
3971
|
}, {
|
|
3972
|
-
type: "
|
|
3973
|
-
emoji?: boolean | undefined;
|
|
3972
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
3974
3973
|
text?: string | undefined;
|
|
3974
|
+
emoji?: boolean | undefined;
|
|
3975
3975
|
image_url?: string | undefined;
|
|
3976
3976
|
verbatim?: boolean | undefined;
|
|
3977
3977
|
alt_text?: string | undefined;
|
|
@@ -4002,16 +4002,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4002
4002
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4003
4003
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4004
4004
|
}, "strip", z.ZodTypeAny, {
|
|
4005
|
-
type: "
|
|
4006
|
-
emoji?: boolean | undefined;
|
|
4005
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4007
4006
|
text?: string | undefined;
|
|
4007
|
+
emoji?: boolean | undefined;
|
|
4008
4008
|
image_url?: string | undefined;
|
|
4009
4009
|
verbatim?: boolean | undefined;
|
|
4010
4010
|
alt_text?: string | undefined;
|
|
4011
4011
|
}, {
|
|
4012
|
-
type: "
|
|
4013
|
-
emoji?: boolean | undefined;
|
|
4012
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4014
4013
|
text?: string | undefined;
|
|
4014
|
+
emoji?: boolean | undefined;
|
|
4015
4015
|
image_url?: string | undefined;
|
|
4016
4016
|
verbatim?: boolean | undefined;
|
|
4017
4017
|
alt_text?: string | undefined;
|
|
@@ -4042,16 +4042,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4042
4042
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4043
4043
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4044
4044
|
}, "strip", z.ZodTypeAny, {
|
|
4045
|
-
type: "
|
|
4046
|
-
emoji?: boolean | undefined;
|
|
4045
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4047
4046
|
text?: string | undefined;
|
|
4047
|
+
emoji?: boolean | undefined;
|
|
4048
4048
|
image_url?: string | undefined;
|
|
4049
4049
|
verbatim?: boolean | undefined;
|
|
4050
4050
|
alt_text?: string | undefined;
|
|
4051
4051
|
}, {
|
|
4052
|
-
type: "
|
|
4053
|
-
emoji?: boolean | undefined;
|
|
4052
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4054
4053
|
text?: string | undefined;
|
|
4054
|
+
emoji?: boolean | undefined;
|
|
4055
4055
|
image_url?: string | undefined;
|
|
4056
4056
|
verbatim?: boolean | undefined;
|
|
4057
4057
|
alt_text?: string | undefined;
|
|
@@ -4059,20 +4059,20 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4059
4059
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
4060
4060
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4061
4061
|
}, "strip", z.ZodTypeAny, {
|
|
4062
|
-
operation: "update_message";
|
|
4063
4062
|
ts: string;
|
|
4063
|
+
operation: "update_message";
|
|
4064
4064
|
channel: string;
|
|
4065
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4066
4065
|
text?: string | undefined;
|
|
4066
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4067
4067
|
attachments?: {
|
|
4068
|
-
title?: string | undefined;
|
|
4069
4068
|
text?: string | undefined;
|
|
4069
|
+
title?: string | undefined;
|
|
4070
|
+
image_url?: string | undefined;
|
|
4070
4071
|
fields?: {
|
|
4071
4072
|
value: string;
|
|
4072
4073
|
title: string;
|
|
4073
4074
|
short?: boolean | undefined;
|
|
4074
4075
|
}[] | undefined;
|
|
4075
|
-
image_url?: string | undefined;
|
|
4076
4076
|
color?: string | undefined;
|
|
4077
4077
|
pretext?: string | undefined;
|
|
4078
4078
|
author_name?: string | undefined;
|
|
@@ -4110,36 +4110,36 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4110
4110
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4111
4111
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4112
4112
|
}, "strip", z.ZodTypeAny, {
|
|
4113
|
-
type: "
|
|
4114
|
-
emoji?: boolean | undefined;
|
|
4113
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4115
4114
|
text?: string | undefined;
|
|
4115
|
+
emoji?: boolean | undefined;
|
|
4116
4116
|
image_url?: string | undefined;
|
|
4117
4117
|
verbatim?: boolean | undefined;
|
|
4118
4118
|
alt_text?: string | undefined;
|
|
4119
4119
|
}, {
|
|
4120
|
-
type: "
|
|
4121
|
-
emoji?: boolean | undefined;
|
|
4120
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4122
4121
|
text?: string | undefined;
|
|
4122
|
+
emoji?: boolean | undefined;
|
|
4123
4123
|
image_url?: string | undefined;
|
|
4124
4124
|
verbatim?: boolean | undefined;
|
|
4125
4125
|
alt_text?: string | undefined;
|
|
4126
4126
|
}>, "many">>;
|
|
4127
4127
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4128
4128
|
}, {
|
|
4129
|
-
operation: "update_message";
|
|
4130
4129
|
ts: string;
|
|
4130
|
+
operation: "update_message";
|
|
4131
4131
|
channel: string;
|
|
4132
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4133
4132
|
text?: string | undefined;
|
|
4133
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4134
4134
|
attachments?: {
|
|
4135
|
-
title?: string | undefined;
|
|
4136
4135
|
text?: string | undefined;
|
|
4136
|
+
title?: string | undefined;
|
|
4137
|
+
image_url?: string | undefined;
|
|
4137
4138
|
fields?: {
|
|
4138
4139
|
value: string;
|
|
4139
4140
|
title: string;
|
|
4140
4141
|
short?: boolean | undefined;
|
|
4141
4142
|
}[] | undefined;
|
|
4142
|
-
image_url?: string | undefined;
|
|
4143
4143
|
color?: string | undefined;
|
|
4144
4144
|
pretext?: string | undefined;
|
|
4145
4145
|
author_name?: string | undefined;
|
|
@@ -4177,16 +4177,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4177
4177
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4178
4178
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4179
4179
|
}, "strip", z.ZodTypeAny, {
|
|
4180
|
-
type: "
|
|
4181
|
-
emoji?: boolean | undefined;
|
|
4180
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4182
4181
|
text?: string | undefined;
|
|
4182
|
+
emoji?: boolean | undefined;
|
|
4183
4183
|
image_url?: string | undefined;
|
|
4184
4184
|
verbatim?: boolean | undefined;
|
|
4185
4185
|
alt_text?: string | undefined;
|
|
4186
4186
|
}, {
|
|
4187
|
-
type: "
|
|
4188
|
-
emoji?: boolean | undefined;
|
|
4187
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4189
4188
|
text?: string | undefined;
|
|
4189
|
+
emoji?: boolean | undefined;
|
|
4190
4190
|
image_url?: string | undefined;
|
|
4191
4191
|
verbatim?: boolean | undefined;
|
|
4192
4192
|
alt_text?: string | undefined;
|
|
@@ -4198,13 +4198,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4198
4198
|
ts: z.ZodString;
|
|
4199
4199
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4200
4200
|
}, "strip", z.ZodTypeAny, {
|
|
4201
|
-
operation: "delete_message";
|
|
4202
4201
|
ts: string;
|
|
4202
|
+
operation: "delete_message";
|
|
4203
4203
|
channel: string;
|
|
4204
4204
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4205
4205
|
}, {
|
|
4206
|
-
operation: "delete_message";
|
|
4207
4206
|
ts: string;
|
|
4207
|
+
operation: "delete_message";
|
|
4208
4208
|
channel: string;
|
|
4209
4209
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4210
4210
|
}>, z.ZodObject<{
|
|
@@ -4214,14 +4214,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4214
4214
|
timestamp: z.ZodString;
|
|
4215
4215
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4216
4216
|
}, "strip", z.ZodTypeAny, {
|
|
4217
|
-
operation: "add_reaction";
|
|
4218
4217
|
name: string;
|
|
4218
|
+
operation: "add_reaction";
|
|
4219
4219
|
channel: string;
|
|
4220
4220
|
timestamp: string;
|
|
4221
4221
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4222
4222
|
}, {
|
|
4223
|
-
operation: "add_reaction";
|
|
4224
4223
|
name: string;
|
|
4224
|
+
operation: "add_reaction";
|
|
4225
4225
|
channel: string;
|
|
4226
4226
|
timestamp: string;
|
|
4227
4227
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -4232,14 +4232,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4232
4232
|
timestamp: z.ZodString;
|
|
4233
4233
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4234
4234
|
}, "strip", z.ZodTypeAny, {
|
|
4235
|
-
operation: "remove_reaction";
|
|
4236
4235
|
name: string;
|
|
4236
|
+
operation: "remove_reaction";
|
|
4237
4237
|
channel: string;
|
|
4238
4238
|
timestamp: string;
|
|
4239
4239
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4240
4240
|
}, {
|
|
4241
|
-
operation: "remove_reaction";
|
|
4242
4241
|
name: string;
|
|
4242
|
+
operation: "remove_reaction";
|
|
4243
4243
|
channel: string;
|
|
4244
4244
|
timestamp: string;
|
|
4245
4245
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -4270,8 +4270,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4270
4270
|
file_path: string;
|
|
4271
4271
|
title?: string | undefined;
|
|
4272
4272
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4273
|
-
filename?: string | undefined;
|
|
4274
4273
|
thread_ts?: string | undefined;
|
|
4274
|
+
filename?: string | undefined;
|
|
4275
4275
|
initial_comment?: string | undefined;
|
|
4276
4276
|
}, {
|
|
4277
4277
|
operation: "upload_file";
|
|
@@ -4279,8 +4279,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4279
4279
|
file_path: string;
|
|
4280
4280
|
title?: string | undefined;
|
|
4281
4281
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4282
|
-
filename?: string | undefined;
|
|
4283
4282
|
thread_ts?: string | undefined;
|
|
4283
|
+
filename?: string | undefined;
|
|
4284
4284
|
initial_comment?: string | undefined;
|
|
4285
4285
|
}>, z.ZodObject<{
|
|
4286
4286
|
operation: z.ZodLiteral<"schedule_message">;
|
|
@@ -4314,16 +4314,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4314
4314
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4315
4315
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4316
4316
|
}, "strip", z.ZodTypeAny, {
|
|
4317
|
-
type: "
|
|
4318
|
-
emoji?: boolean | undefined;
|
|
4317
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4319
4318
|
text?: string | undefined;
|
|
4319
|
+
emoji?: boolean | undefined;
|
|
4320
4320
|
image_url?: string | undefined;
|
|
4321
4321
|
verbatim?: boolean | undefined;
|
|
4322
4322
|
alt_text?: string | undefined;
|
|
4323
4323
|
}, {
|
|
4324
|
-
type: "
|
|
4325
|
-
emoji?: boolean | undefined;
|
|
4324
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4326
4325
|
text?: string | undefined;
|
|
4326
|
+
emoji?: boolean | undefined;
|
|
4327
4327
|
image_url?: string | undefined;
|
|
4328
4328
|
verbatim?: boolean | undefined;
|
|
4329
4329
|
alt_text?: string | undefined;
|
|
@@ -4354,16 +4354,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4354
4354
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4355
4355
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4356
4356
|
}, "strip", z.ZodTypeAny, {
|
|
4357
|
-
type: "
|
|
4358
|
-
emoji?: boolean | undefined;
|
|
4357
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4359
4358
|
text?: string | undefined;
|
|
4359
|
+
emoji?: boolean | undefined;
|
|
4360
4360
|
image_url?: string | undefined;
|
|
4361
4361
|
verbatim?: boolean | undefined;
|
|
4362
4362
|
alt_text?: string | undefined;
|
|
4363
4363
|
}, {
|
|
4364
|
-
type: "
|
|
4365
|
-
emoji?: boolean | undefined;
|
|
4364
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4366
4365
|
text?: string | undefined;
|
|
4366
|
+
emoji?: boolean | undefined;
|
|
4367
4367
|
image_url?: string | undefined;
|
|
4368
4368
|
verbatim?: boolean | undefined;
|
|
4369
4369
|
alt_text?: string | undefined;
|
|
@@ -4394,16 +4394,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4394
4394
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4395
4395
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4396
4396
|
}, "strip", z.ZodTypeAny, {
|
|
4397
|
-
type: "
|
|
4398
|
-
emoji?: boolean | undefined;
|
|
4397
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4399
4398
|
text?: string | undefined;
|
|
4399
|
+
emoji?: boolean | undefined;
|
|
4400
4400
|
image_url?: string | undefined;
|
|
4401
4401
|
verbatim?: boolean | undefined;
|
|
4402
4402
|
alt_text?: string | undefined;
|
|
4403
4403
|
}, {
|
|
4404
|
-
type: "
|
|
4405
|
-
emoji?: boolean | undefined;
|
|
4404
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4406
4405
|
text?: string | undefined;
|
|
4406
|
+
emoji?: boolean | undefined;
|
|
4407
4407
|
image_url?: string | undefined;
|
|
4408
4408
|
verbatim?: boolean | undefined;
|
|
4409
4409
|
alt_text?: string | undefined;
|
|
@@ -4413,8 +4413,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4413
4413
|
unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4414
4414
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4415
4415
|
}, "strip", z.ZodTypeAny, {
|
|
4416
|
-
operation: "schedule_message";
|
|
4417
4416
|
text: string;
|
|
4417
|
+
operation: "schedule_message";
|
|
4418
4418
|
channel: string;
|
|
4419
4419
|
unfurl_links: boolean;
|
|
4420
4420
|
unfurl_media: boolean;
|
|
@@ -4446,16 +4446,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4446
4446
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4447
4447
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4448
4448
|
}, "strip", z.ZodTypeAny, {
|
|
4449
|
-
type: "
|
|
4450
|
-
emoji?: boolean | undefined;
|
|
4449
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4451
4450
|
text?: string | undefined;
|
|
4451
|
+
emoji?: boolean | undefined;
|
|
4452
4452
|
image_url?: string | undefined;
|
|
4453
4453
|
verbatim?: boolean | undefined;
|
|
4454
4454
|
alt_text?: string | undefined;
|
|
4455
4455
|
}, {
|
|
4456
|
-
type: "
|
|
4457
|
-
emoji?: boolean | undefined;
|
|
4456
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4458
4457
|
text?: string | undefined;
|
|
4458
|
+
emoji?: boolean | undefined;
|
|
4459
4459
|
image_url?: string | undefined;
|
|
4460
4460
|
verbatim?: boolean | undefined;
|
|
4461
4461
|
alt_text?: string | undefined;
|
|
@@ -4463,8 +4463,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4463
4463
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4464
4464
|
thread_ts?: string | undefined;
|
|
4465
4465
|
}, {
|
|
4466
|
-
operation: "schedule_message";
|
|
4467
4466
|
text: string;
|
|
4467
|
+
operation: "schedule_message";
|
|
4468
4468
|
channel: string;
|
|
4469
4469
|
post_at: number;
|
|
4470
4470
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -4494,16 +4494,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4494
4494
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4495
4495
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4496
4496
|
}, "strip", z.ZodTypeAny, {
|
|
4497
|
-
type: "
|
|
4498
|
-
emoji?: boolean | undefined;
|
|
4497
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4499
4498
|
text?: string | undefined;
|
|
4499
|
+
emoji?: boolean | undefined;
|
|
4500
4500
|
image_url?: string | undefined;
|
|
4501
4501
|
verbatim?: boolean | undefined;
|
|
4502
4502
|
alt_text?: string | undefined;
|
|
4503
4503
|
}, {
|
|
4504
|
-
type: "
|
|
4505
|
-
emoji?: boolean | undefined;
|
|
4504
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4506
4505
|
text?: string | undefined;
|
|
4506
|
+
emoji?: boolean | undefined;
|
|
4507
4507
|
image_url?: string | undefined;
|
|
4508
4508
|
verbatim?: boolean | undefined;
|
|
4509
4509
|
alt_text?: string | undefined;
|
|
@@ -4557,8 +4557,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4557
4557
|
}>, "many">>;
|
|
4558
4558
|
}, "strip", z.ZodTypeAny, {
|
|
4559
4559
|
type: string;
|
|
4560
|
-
user?: string | undefined;
|
|
4561
4560
|
text?: string | undefined;
|
|
4561
|
+
user?: string | undefined;
|
|
4562
4562
|
ts?: string | undefined;
|
|
4563
4563
|
username?: string | undefined;
|
|
4564
4564
|
attachments?: unknown[] | undefined;
|
|
@@ -4582,8 +4582,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4582
4582
|
}[] | undefined;
|
|
4583
4583
|
}, {
|
|
4584
4584
|
type: string;
|
|
4585
|
-
user?: string | undefined;
|
|
4586
4585
|
text?: string | undefined;
|
|
4586
|
+
user?: string | undefined;
|
|
4587
4587
|
ts?: string | undefined;
|
|
4588
4588
|
username?: string | undefined;
|
|
4589
4589
|
attachments?: unknown[] | undefined;
|
|
@@ -4609,14 +4609,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4609
4609
|
error: z.ZodString;
|
|
4610
4610
|
success: z.ZodBoolean;
|
|
4611
4611
|
}, "strip", z.ZodTypeAny, {
|
|
4612
|
-
operation: "send_message";
|
|
4613
|
-
success: boolean;
|
|
4614
4612
|
error: string;
|
|
4613
|
+
success: boolean;
|
|
4614
|
+
operation: "send_message";
|
|
4615
4615
|
ok: boolean;
|
|
4616
4616
|
message?: {
|
|
4617
4617
|
type: string;
|
|
4618
|
-
user?: string | undefined;
|
|
4619
4618
|
text?: string | undefined;
|
|
4619
|
+
user?: string | undefined;
|
|
4620
4620
|
ts?: string | undefined;
|
|
4621
4621
|
username?: string | undefined;
|
|
4622
4622
|
attachments?: unknown[] | undefined;
|
|
@@ -4642,14 +4642,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4642
4642
|
ts?: string | undefined;
|
|
4643
4643
|
channel?: string | undefined;
|
|
4644
4644
|
}, {
|
|
4645
|
-
operation: "send_message";
|
|
4646
|
-
success: boolean;
|
|
4647
4645
|
error: string;
|
|
4646
|
+
success: boolean;
|
|
4647
|
+
operation: "send_message";
|
|
4648
4648
|
ok: boolean;
|
|
4649
4649
|
message?: {
|
|
4650
4650
|
type: string;
|
|
4651
|
-
user?: string | undefined;
|
|
4652
4651
|
text?: string | undefined;
|
|
4652
|
+
user?: string | undefined;
|
|
4653
4653
|
ts?: string | undefined;
|
|
4654
4654
|
username?: string | undefined;
|
|
4655
4655
|
attachments?: unknown[] | undefined;
|
|
@@ -4803,9 +4803,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4803
4803
|
error: z.ZodString;
|
|
4804
4804
|
success: z.ZodBoolean;
|
|
4805
4805
|
}, "strip", z.ZodTypeAny, {
|
|
4806
|
-
operation: "list_channels";
|
|
4807
|
-
success: boolean;
|
|
4808
4806
|
error: string;
|
|
4807
|
+
success: boolean;
|
|
4808
|
+
operation: "list_channels";
|
|
4809
4809
|
ok: boolean;
|
|
4810
4810
|
response_metadata?: {
|
|
4811
4811
|
next_cursor: string;
|
|
@@ -4845,9 +4845,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4845
4845
|
num_members?: number | undefined;
|
|
4846
4846
|
}[] | undefined;
|
|
4847
4847
|
}, {
|
|
4848
|
-
operation: "list_channels";
|
|
4849
|
-
success: boolean;
|
|
4850
4848
|
error: string;
|
|
4849
|
+
success: boolean;
|
|
4850
|
+
operation: "list_channels";
|
|
4851
4851
|
ok: boolean;
|
|
4852
4852
|
response_metadata?: {
|
|
4853
4853
|
next_cursor: string;
|
|
@@ -5008,9 +5008,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5008
5008
|
error: z.ZodString;
|
|
5009
5009
|
success: z.ZodBoolean;
|
|
5010
5010
|
}, "strip", z.ZodTypeAny, {
|
|
5011
|
-
operation: "get_channel_info";
|
|
5012
|
-
success: boolean;
|
|
5013
5011
|
error: string;
|
|
5012
|
+
success: boolean;
|
|
5013
|
+
operation: "get_channel_info";
|
|
5014
5014
|
ok: boolean;
|
|
5015
5015
|
channel?: {
|
|
5016
5016
|
name: string;
|
|
@@ -5047,9 +5047,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5047
5047
|
num_members?: number | undefined;
|
|
5048
5048
|
} | undefined;
|
|
5049
5049
|
}, {
|
|
5050
|
-
operation: "get_channel_info";
|
|
5051
|
-
success: boolean;
|
|
5052
5050
|
error: string;
|
|
5051
|
+
success: boolean;
|
|
5052
|
+
operation: "get_channel_info";
|
|
5053
5053
|
ok: boolean;
|
|
5054
5054
|
channel?: {
|
|
5055
5055
|
name: string;
|
|
@@ -5277,9 +5277,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5277
5277
|
error: z.ZodString;
|
|
5278
5278
|
success: z.ZodBoolean;
|
|
5279
5279
|
}, "strip", z.ZodTypeAny, {
|
|
5280
|
-
operation: "get_user_info";
|
|
5281
|
-
success: boolean;
|
|
5282
5280
|
error: string;
|
|
5281
|
+
success: boolean;
|
|
5282
|
+
operation: "get_user_info";
|
|
5283
5283
|
ok: boolean;
|
|
5284
5284
|
user?: {
|
|
5285
5285
|
name: string;
|
|
@@ -5328,9 +5328,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5328
5328
|
has_2fa?: boolean | undefined;
|
|
5329
5329
|
} | undefined;
|
|
5330
5330
|
}, {
|
|
5331
|
-
operation: "get_user_info";
|
|
5332
|
-
success: boolean;
|
|
5333
5331
|
error: string;
|
|
5332
|
+
success: boolean;
|
|
5333
|
+
operation: "get_user_info";
|
|
5334
5334
|
ok: boolean;
|
|
5335
5335
|
user?: {
|
|
5336
5336
|
name: string;
|
|
@@ -5577,9 +5577,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5577
5577
|
error: z.ZodString;
|
|
5578
5578
|
success: z.ZodBoolean;
|
|
5579
5579
|
}, "strip", z.ZodTypeAny, {
|
|
5580
|
-
operation: "list_users";
|
|
5581
|
-
success: boolean;
|
|
5582
5580
|
error: string;
|
|
5581
|
+
success: boolean;
|
|
5582
|
+
operation: "list_users";
|
|
5583
5583
|
ok: boolean;
|
|
5584
5584
|
response_metadata?: {
|
|
5585
5585
|
next_cursor: string;
|
|
@@ -5631,9 +5631,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5631
5631
|
has_2fa?: boolean | undefined;
|
|
5632
5632
|
}[] | undefined;
|
|
5633
5633
|
}, {
|
|
5634
|
-
operation: "list_users";
|
|
5635
|
-
success: boolean;
|
|
5636
5634
|
error: string;
|
|
5635
|
+
success: boolean;
|
|
5636
|
+
operation: "list_users";
|
|
5637
5637
|
ok: boolean;
|
|
5638
5638
|
response_metadata?: {
|
|
5639
5639
|
next_cursor: string;
|
|
@@ -5726,8 +5726,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5726
5726
|
}>, "many">>;
|
|
5727
5727
|
}, "strip", z.ZodTypeAny, {
|
|
5728
5728
|
type: string;
|
|
5729
|
-
user?: string | undefined;
|
|
5730
5729
|
text?: string | undefined;
|
|
5730
|
+
user?: string | undefined;
|
|
5731
5731
|
ts?: string | undefined;
|
|
5732
5732
|
username?: string | undefined;
|
|
5733
5733
|
attachments?: unknown[] | undefined;
|
|
@@ -5751,8 +5751,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5751
5751
|
}[] | undefined;
|
|
5752
5752
|
}, {
|
|
5753
5753
|
type: string;
|
|
5754
|
-
user?: string | undefined;
|
|
5755
5754
|
text?: string | undefined;
|
|
5755
|
+
user?: string | undefined;
|
|
5756
5756
|
ts?: string | undefined;
|
|
5757
5757
|
username?: string | undefined;
|
|
5758
5758
|
attachments?: unknown[] | undefined;
|
|
@@ -5786,14 +5786,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5786
5786
|
error: z.ZodString;
|
|
5787
5787
|
success: z.ZodBoolean;
|
|
5788
5788
|
}, "strip", z.ZodTypeAny, {
|
|
5789
|
-
operation: "get_conversation_history";
|
|
5790
|
-
success: boolean;
|
|
5791
5789
|
error: string;
|
|
5790
|
+
success: boolean;
|
|
5791
|
+
operation: "get_conversation_history";
|
|
5792
5792
|
ok: boolean;
|
|
5793
5793
|
messages?: {
|
|
5794
5794
|
type: string;
|
|
5795
|
-
user?: string | undefined;
|
|
5796
5795
|
text?: string | undefined;
|
|
5796
|
+
user?: string | undefined;
|
|
5797
5797
|
ts?: string | undefined;
|
|
5798
5798
|
username?: string | undefined;
|
|
5799
5799
|
attachments?: unknown[] | undefined;
|
|
@@ -5821,14 +5821,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5821
5821
|
} | undefined;
|
|
5822
5822
|
has_more?: boolean | undefined;
|
|
5823
5823
|
}, {
|
|
5824
|
-
operation: "get_conversation_history";
|
|
5825
|
-
success: boolean;
|
|
5826
5824
|
error: string;
|
|
5825
|
+
success: boolean;
|
|
5826
|
+
operation: "get_conversation_history";
|
|
5827
5827
|
ok: boolean;
|
|
5828
5828
|
messages?: {
|
|
5829
5829
|
type: string;
|
|
5830
|
-
user?: string | undefined;
|
|
5831
5830
|
text?: string | undefined;
|
|
5831
|
+
user?: string | undefined;
|
|
5832
5832
|
ts?: string | undefined;
|
|
5833
5833
|
username?: string | undefined;
|
|
5834
5834
|
attachments?: unknown[] | undefined;
|
|
@@ -5897,8 +5897,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5897
5897
|
}>, "many">>;
|
|
5898
5898
|
}, "strip", z.ZodTypeAny, {
|
|
5899
5899
|
type: string;
|
|
5900
|
-
user?: string | undefined;
|
|
5901
5900
|
text?: string | undefined;
|
|
5901
|
+
user?: string | undefined;
|
|
5902
5902
|
ts?: string | undefined;
|
|
5903
5903
|
username?: string | undefined;
|
|
5904
5904
|
attachments?: unknown[] | undefined;
|
|
@@ -5922,8 +5922,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5922
5922
|
}[] | undefined;
|
|
5923
5923
|
}, {
|
|
5924
5924
|
type: string;
|
|
5925
|
-
user?: string | undefined;
|
|
5926
5925
|
text?: string | undefined;
|
|
5926
|
+
user?: string | undefined;
|
|
5927
5927
|
ts?: string | undefined;
|
|
5928
5928
|
username?: string | undefined;
|
|
5929
5929
|
attachments?: unknown[] | undefined;
|
|
@@ -5957,14 +5957,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5957
5957
|
error: z.ZodString;
|
|
5958
5958
|
success: z.ZodBoolean;
|
|
5959
5959
|
}, "strip", z.ZodTypeAny, {
|
|
5960
|
-
operation: "get_thread_replies";
|
|
5961
|
-
success: boolean;
|
|
5962
5960
|
error: string;
|
|
5961
|
+
success: boolean;
|
|
5962
|
+
operation: "get_thread_replies";
|
|
5963
5963
|
ok: boolean;
|
|
5964
5964
|
messages?: {
|
|
5965
5965
|
type: string;
|
|
5966
|
-
user?: string | undefined;
|
|
5967
5966
|
text?: string | undefined;
|
|
5967
|
+
user?: string | undefined;
|
|
5968
5968
|
ts?: string | undefined;
|
|
5969
5969
|
username?: string | undefined;
|
|
5970
5970
|
attachments?: unknown[] | undefined;
|
|
@@ -5992,14 +5992,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5992
5992
|
} | undefined;
|
|
5993
5993
|
has_more?: boolean | undefined;
|
|
5994
5994
|
}, {
|
|
5995
|
-
operation: "get_thread_replies";
|
|
5996
|
-
success: boolean;
|
|
5997
5995
|
error: string;
|
|
5996
|
+
success: boolean;
|
|
5997
|
+
operation: "get_thread_replies";
|
|
5998
5998
|
ok: boolean;
|
|
5999
5999
|
messages?: {
|
|
6000
6000
|
type: string;
|
|
6001
|
-
user?: string | undefined;
|
|
6002
6001
|
text?: string | undefined;
|
|
6002
|
+
user?: string | undefined;
|
|
6003
6003
|
ts?: string | undefined;
|
|
6004
6004
|
username?: string | undefined;
|
|
6005
6005
|
attachments?: unknown[] | undefined;
|
|
@@ -6071,8 +6071,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6071
6071
|
}>, "many">>;
|
|
6072
6072
|
}, "strip", z.ZodTypeAny, {
|
|
6073
6073
|
type: string;
|
|
6074
|
-
user?: string | undefined;
|
|
6075
6074
|
text?: string | undefined;
|
|
6075
|
+
user?: string | undefined;
|
|
6076
6076
|
ts?: string | undefined;
|
|
6077
6077
|
username?: string | undefined;
|
|
6078
6078
|
attachments?: unknown[] | undefined;
|
|
@@ -6096,8 +6096,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6096
6096
|
}[] | undefined;
|
|
6097
6097
|
}, {
|
|
6098
6098
|
type: string;
|
|
6099
|
-
user?: string | undefined;
|
|
6100
6099
|
text?: string | undefined;
|
|
6100
|
+
user?: string | undefined;
|
|
6101
6101
|
ts?: string | undefined;
|
|
6102
6102
|
username?: string | undefined;
|
|
6103
6103
|
attachments?: unknown[] | undefined;
|
|
@@ -6123,14 +6123,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6123
6123
|
error: z.ZodString;
|
|
6124
6124
|
success: z.ZodBoolean;
|
|
6125
6125
|
}, "strip", z.ZodTypeAny, {
|
|
6126
|
-
operation: "update_message";
|
|
6127
|
-
success: boolean;
|
|
6128
6126
|
error: string;
|
|
6127
|
+
success: boolean;
|
|
6128
|
+
operation: "update_message";
|
|
6129
6129
|
ok: boolean;
|
|
6130
|
+
text?: string | undefined;
|
|
6130
6131
|
message?: {
|
|
6131
6132
|
type: string;
|
|
6132
|
-
user?: string | undefined;
|
|
6133
6133
|
text?: string | undefined;
|
|
6134
|
+
user?: string | undefined;
|
|
6134
6135
|
ts?: string | undefined;
|
|
6135
6136
|
username?: string | undefined;
|
|
6136
6137
|
attachments?: unknown[] | undefined;
|
|
@@ -6153,18 +6154,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6153
6154
|
count: number;
|
|
6154
6155
|
}[] | undefined;
|
|
6155
6156
|
} | undefined;
|
|
6156
|
-
text?: string | undefined;
|
|
6157
6157
|
ts?: string | undefined;
|
|
6158
6158
|
channel?: string | undefined;
|
|
6159
6159
|
}, {
|
|
6160
|
-
operation: "update_message";
|
|
6161
|
-
success: boolean;
|
|
6162
6160
|
error: string;
|
|
6161
|
+
success: boolean;
|
|
6162
|
+
operation: "update_message";
|
|
6163
6163
|
ok: boolean;
|
|
6164
|
+
text?: string | undefined;
|
|
6164
6165
|
message?: {
|
|
6165
6166
|
type: string;
|
|
6166
|
-
user?: string | undefined;
|
|
6167
6167
|
text?: string | undefined;
|
|
6168
|
+
user?: string | undefined;
|
|
6168
6169
|
ts?: string | undefined;
|
|
6169
6170
|
username?: string | undefined;
|
|
6170
6171
|
attachments?: unknown[] | undefined;
|
|
@@ -6187,7 +6188,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6187
6188
|
count: number;
|
|
6188
6189
|
}[] | undefined;
|
|
6189
6190
|
} | undefined;
|
|
6190
|
-
text?: string | undefined;
|
|
6191
6191
|
ts?: string | undefined;
|
|
6192
6192
|
channel?: string | undefined;
|
|
6193
6193
|
}>, z.ZodObject<{
|
|
@@ -6198,16 +6198,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6198
6198
|
error: z.ZodString;
|
|
6199
6199
|
success: z.ZodBoolean;
|
|
6200
6200
|
}, "strip", z.ZodTypeAny, {
|
|
6201
|
-
operation: "delete_message";
|
|
6202
|
-
success: boolean;
|
|
6203
6201
|
error: string;
|
|
6202
|
+
success: boolean;
|
|
6203
|
+
operation: "delete_message";
|
|
6204
6204
|
ok: boolean;
|
|
6205
6205
|
ts?: string | undefined;
|
|
6206
6206
|
channel?: string | undefined;
|
|
6207
6207
|
}, {
|
|
6208
|
-
operation: "delete_message";
|
|
6209
|
-
success: boolean;
|
|
6210
6208
|
error: string;
|
|
6209
|
+
success: boolean;
|
|
6210
|
+
operation: "delete_message";
|
|
6211
6211
|
ok: boolean;
|
|
6212
6212
|
ts?: string | undefined;
|
|
6213
6213
|
channel?: string | undefined;
|
|
@@ -6217,14 +6217,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6217
6217
|
error: z.ZodString;
|
|
6218
6218
|
success: z.ZodBoolean;
|
|
6219
6219
|
}, "strip", z.ZodTypeAny, {
|
|
6220
|
-
operation: "add_reaction";
|
|
6221
|
-
success: boolean;
|
|
6222
6220
|
error: string;
|
|
6221
|
+
success: boolean;
|
|
6222
|
+
operation: "add_reaction";
|
|
6223
6223
|
ok: boolean;
|
|
6224
6224
|
}, {
|
|
6225
|
-
operation: "add_reaction";
|
|
6226
|
-
success: boolean;
|
|
6227
6225
|
error: string;
|
|
6226
|
+
success: boolean;
|
|
6227
|
+
operation: "add_reaction";
|
|
6228
6228
|
ok: boolean;
|
|
6229
6229
|
}>, z.ZodObject<{
|
|
6230
6230
|
operation: z.ZodLiteral<"remove_reaction">;
|
|
@@ -6232,14 +6232,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6232
6232
|
error: z.ZodString;
|
|
6233
6233
|
success: z.ZodBoolean;
|
|
6234
6234
|
}, "strip", z.ZodTypeAny, {
|
|
6235
|
-
operation: "remove_reaction";
|
|
6236
|
-
success: boolean;
|
|
6237
6235
|
error: string;
|
|
6236
|
+
success: boolean;
|
|
6237
|
+
operation: "remove_reaction";
|
|
6238
6238
|
ok: boolean;
|
|
6239
6239
|
}, {
|
|
6240
|
-
operation: "remove_reaction";
|
|
6241
|
-
success: boolean;
|
|
6242
6240
|
error: string;
|
|
6241
|
+
success: boolean;
|
|
6242
|
+
operation: "remove_reaction";
|
|
6243
6243
|
ok: boolean;
|
|
6244
6244
|
}>, z.ZodObject<{
|
|
6245
6245
|
operation: z.ZodLiteral<"join_channel">;
|
|
@@ -6364,9 +6364,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6364
6364
|
error: z.ZodString;
|
|
6365
6365
|
success: z.ZodBoolean;
|
|
6366
6366
|
}, "strip", z.ZodTypeAny, {
|
|
6367
|
-
operation: "join_channel";
|
|
6368
|
-
success: boolean;
|
|
6369
6367
|
error: string;
|
|
6368
|
+
success: boolean;
|
|
6369
|
+
operation: "join_channel";
|
|
6370
6370
|
ok: boolean;
|
|
6371
6371
|
channel?: {
|
|
6372
6372
|
name: string;
|
|
@@ -6404,9 +6404,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6404
6404
|
} | undefined;
|
|
6405
6405
|
already_in_channel?: boolean | undefined;
|
|
6406
6406
|
}, {
|
|
6407
|
-
operation: "join_channel";
|
|
6408
|
-
success: boolean;
|
|
6409
6407
|
error: string;
|
|
6408
|
+
success: boolean;
|
|
6409
|
+
operation: "join_channel";
|
|
6410
6410
|
ok: boolean;
|
|
6411
6411
|
channel?: {
|
|
6412
6412
|
name: string;
|
|
@@ -6556,9 +6556,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6556
6556
|
}, "strip", z.ZodTypeAny, {
|
|
6557
6557
|
name: string;
|
|
6558
6558
|
user: string;
|
|
6559
|
-
mode: string;
|
|
6560
6559
|
id: string;
|
|
6561
|
-
size: number;
|
|
6562
6560
|
username: string;
|
|
6563
6561
|
timestamp: number;
|
|
6564
6562
|
created: number;
|
|
@@ -6566,6 +6564,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6566
6564
|
filetype: string;
|
|
6567
6565
|
pretty_type: string;
|
|
6568
6566
|
editable: boolean;
|
|
6567
|
+
size: number;
|
|
6568
|
+
mode: string;
|
|
6569
6569
|
is_external: boolean;
|
|
6570
6570
|
external_type: string;
|
|
6571
6571
|
is_public: boolean;
|
|
@@ -6601,9 +6601,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6601
6601
|
}, {
|
|
6602
6602
|
name: string;
|
|
6603
6603
|
user: string;
|
|
6604
|
-
mode: string;
|
|
6605
6604
|
id: string;
|
|
6606
|
-
size: number;
|
|
6607
6605
|
username: string;
|
|
6608
6606
|
timestamp: number;
|
|
6609
6607
|
created: number;
|
|
@@ -6611,6 +6609,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6611
6609
|
filetype: string;
|
|
6612
6610
|
pretty_type: string;
|
|
6613
6611
|
editable: boolean;
|
|
6612
|
+
size: number;
|
|
6613
|
+
mode: string;
|
|
6614
6614
|
is_external: boolean;
|
|
6615
6615
|
external_type: string;
|
|
6616
6616
|
is_public: boolean;
|
|
@@ -6647,16 +6647,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6647
6647
|
error: z.ZodString;
|
|
6648
6648
|
success: z.ZodBoolean;
|
|
6649
6649
|
}, "strip", z.ZodTypeAny, {
|
|
6650
|
-
operation: "upload_file";
|
|
6651
|
-
success: boolean;
|
|
6652
6650
|
error: string;
|
|
6651
|
+
success: boolean;
|
|
6652
|
+
operation: "upload_file";
|
|
6653
6653
|
ok: boolean;
|
|
6654
6654
|
file?: {
|
|
6655
6655
|
name: string;
|
|
6656
6656
|
user: string;
|
|
6657
|
-
mode: string;
|
|
6658
6657
|
id: string;
|
|
6659
|
-
size: number;
|
|
6660
6658
|
username: string;
|
|
6661
6659
|
timestamp: number;
|
|
6662
6660
|
created: number;
|
|
@@ -6664,6 +6662,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6664
6662
|
filetype: string;
|
|
6665
6663
|
pretty_type: string;
|
|
6666
6664
|
editable: boolean;
|
|
6665
|
+
size: number;
|
|
6666
|
+
mode: string;
|
|
6667
6667
|
is_external: boolean;
|
|
6668
6668
|
external_type: string;
|
|
6669
6669
|
is_public: boolean;
|
|
@@ -6698,16 +6698,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6698
6698
|
has_rich_preview?: boolean | undefined;
|
|
6699
6699
|
} | undefined;
|
|
6700
6700
|
}, {
|
|
6701
|
-
operation: "upload_file";
|
|
6702
|
-
success: boolean;
|
|
6703
6701
|
error: string;
|
|
6702
|
+
success: boolean;
|
|
6703
|
+
operation: "upload_file";
|
|
6704
6704
|
ok: boolean;
|
|
6705
6705
|
file?: {
|
|
6706
6706
|
name: string;
|
|
6707
6707
|
user: string;
|
|
6708
|
-
mode: string;
|
|
6709
6708
|
id: string;
|
|
6710
|
-
size: number;
|
|
6711
6709
|
username: string;
|
|
6712
6710
|
timestamp: number;
|
|
6713
6711
|
created: number;
|
|
@@ -6715,6 +6713,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6715
6713
|
filetype: string;
|
|
6716
6714
|
pretty_type: string;
|
|
6717
6715
|
editable: boolean;
|
|
6716
|
+
size: number;
|
|
6717
|
+
mode: string;
|
|
6718
6718
|
is_external: boolean;
|
|
6719
6719
|
external_type: string;
|
|
6720
6720
|
is_public: boolean;
|
|
@@ -6757,17 +6757,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6757
6757
|
error: z.ZodString;
|
|
6758
6758
|
success: z.ZodBoolean;
|
|
6759
6759
|
}, "strip", z.ZodTypeAny, {
|
|
6760
|
-
operation: "schedule_message";
|
|
6761
|
-
success: boolean;
|
|
6762
6760
|
error: string;
|
|
6761
|
+
success: boolean;
|
|
6762
|
+
operation: "schedule_message";
|
|
6763
6763
|
ok: boolean;
|
|
6764
6764
|
channel?: string | undefined;
|
|
6765
6765
|
post_at?: number | undefined;
|
|
6766
6766
|
scheduled_message_id?: string | undefined;
|
|
6767
6767
|
}, {
|
|
6768
|
-
operation: "schedule_message";
|
|
6769
|
-
success: boolean;
|
|
6770
6768
|
error: string;
|
|
6769
|
+
success: boolean;
|
|
6770
|
+
operation: "schedule_message";
|
|
6771
6771
|
ok: boolean;
|
|
6772
6772
|
channel?: string | undefined;
|
|
6773
6773
|
post_at?: number | undefined;
|