@bubblelab/bubble-core 0.1.141 → 0.1.143
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 +181 -118
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +9 -1
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts +4 -0
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js +1 -0
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +140 -140
- package/dist/bubbles/service-bubble/ai-agent.d.ts +4 -4
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +7 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +158 -158
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +806 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js +256 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +813 -6
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +8 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +13 -13
- package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.js +1 -0
- package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +64 -64
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +44 -37
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.js +66 -3
- package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +59 -16
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +19 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +96 -96
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +244 -244
- package/dist/bubbles/service-bubble/followupboss.d.ts +152 -152
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +62 -62
- package/dist/bubbles/service-bubble/github.d.ts +148 -148
- package/dist/bubbles/service-bubble/gmail.d.ts +556 -556
- package/dist/bubbles/service-bubble/google-calendar.d.ts +34 -34
- package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/jira/jira.d.ts +92 -92
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/notion/notion.d.ts +647 -647
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/slack.d.ts +496 -496
- package/dist/bubbles/service-bubble/slack/slack.js +2 -2
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +87 -87
- package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +126 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js +34 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts +22 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js +57 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.d.ts +5 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.js +5 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +158 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js +33 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +161 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js +310 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +165 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js +45 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +171 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js +364 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +160 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js +24 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +160 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js +334 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +152 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js +23 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +155 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js +233 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +1634 -196
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.js +300 -56
- package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +108 -108
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +58 -58
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +46 -46
- package/dist/bubbles.json +1148 -75
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -39,18 +39,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
40
|
title?: string | undefined;
|
|
41
41
|
text?: string | undefined;
|
|
42
|
-
image_url?: string | undefined;
|
|
43
|
-
fields?: {
|
|
44
|
-
value: string;
|
|
45
|
-
title: string;
|
|
46
|
-
short?: boolean | undefined;
|
|
47
|
-
}[] | undefined;
|
|
48
42
|
color?: string | undefined;
|
|
49
43
|
pretext?: string | undefined;
|
|
50
44
|
author_name?: string | undefined;
|
|
51
45
|
author_link?: string | undefined;
|
|
52
46
|
author_icon?: string | undefined;
|
|
53
47
|
title_link?: string | undefined;
|
|
48
|
+
fields?: {
|
|
49
|
+
value: string;
|
|
50
|
+
title: string;
|
|
51
|
+
short?: boolean | undefined;
|
|
52
|
+
}[] | undefined;
|
|
53
|
+
image_url?: string | undefined;
|
|
54
54
|
thumb_url?: string | undefined;
|
|
55
55
|
footer?: string | undefined;
|
|
56
56
|
footer_icon?: string | undefined;
|
|
@@ -58,18 +58,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
58
58
|
}, {
|
|
59
59
|
title?: string | undefined;
|
|
60
60
|
text?: string | undefined;
|
|
61
|
-
image_url?: string | undefined;
|
|
62
|
-
fields?: {
|
|
63
|
-
value: string;
|
|
64
|
-
title: string;
|
|
65
|
-
short?: boolean | undefined;
|
|
66
|
-
}[] | undefined;
|
|
67
61
|
color?: string | undefined;
|
|
68
62
|
pretext?: string | undefined;
|
|
69
63
|
author_name?: string | undefined;
|
|
70
64
|
author_link?: string | undefined;
|
|
71
65
|
author_icon?: string | undefined;
|
|
72
66
|
title_link?: string | undefined;
|
|
67
|
+
fields?: {
|
|
68
|
+
value: string;
|
|
69
|
+
title: string;
|
|
70
|
+
short?: boolean | undefined;
|
|
71
|
+
}[] | undefined;
|
|
72
|
+
image_url?: string | undefined;
|
|
73
73
|
thumb_url?: string | undefined;
|
|
74
74
|
footer?: string | undefined;
|
|
75
75
|
footer_icon?: string | undefined;
|
|
@@ -101,17 +101,17 @@ 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;
|
|
107
106
|
image_url?: string | undefined;
|
|
107
|
+
emoji?: boolean | 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;
|
|
114
113
|
image_url?: string | undefined;
|
|
114
|
+
emoji?: boolean | undefined;
|
|
115
115
|
verbatim?: boolean | undefined;
|
|
116
116
|
alt_text?: string | undefined;
|
|
117
117
|
}>, "many">>;
|
|
@@ -141,17 +141,17 @@ 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;
|
|
147
146
|
image_url?: string | undefined;
|
|
147
|
+
emoji?: boolean | 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;
|
|
154
153
|
image_url?: string | undefined;
|
|
154
|
+
emoji?: boolean | undefined;
|
|
155
155
|
verbatim?: boolean | undefined;
|
|
156
156
|
alt_text?: string | undefined;
|
|
157
157
|
}>, "many">>;
|
|
@@ -181,17 +181,17 @@ 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;
|
|
187
186
|
image_url?: string | undefined;
|
|
187
|
+
emoji?: boolean | 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;
|
|
194
193
|
image_url?: string | undefined;
|
|
194
|
+
emoji?: boolean | undefined;
|
|
195
195
|
verbatim?: boolean | undefined;
|
|
196
196
|
alt_text?: string | undefined;
|
|
197
197
|
}>, "many">>;
|
|
@@ -202,31 +202,30 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
202
202
|
unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
203
203
|
unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
204
204
|
}, "strip", z.ZodTypeAny, {
|
|
205
|
-
text: string;
|
|
206
205
|
operation: "send_message";
|
|
207
206
|
channel: string;
|
|
207
|
+
text: string;
|
|
208
208
|
reply_broadcast: boolean;
|
|
209
209
|
unfurl_links: boolean;
|
|
210
210
|
unfurl_media: boolean;
|
|
211
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
212
211
|
username?: string | undefined;
|
|
213
212
|
icon_emoji?: string | undefined;
|
|
214
213
|
icon_url?: string | undefined;
|
|
215
214
|
attachments?: {
|
|
216
215
|
title?: string | undefined;
|
|
217
216
|
text?: string | undefined;
|
|
218
|
-
image_url?: string | undefined;
|
|
219
|
-
fields?: {
|
|
220
|
-
value: string;
|
|
221
|
-
title: string;
|
|
222
|
-
short?: boolean | undefined;
|
|
223
|
-
}[] | undefined;
|
|
224
217
|
color?: string | undefined;
|
|
225
218
|
pretext?: string | undefined;
|
|
226
219
|
author_name?: string | undefined;
|
|
227
220
|
author_link?: string | undefined;
|
|
228
221
|
author_icon?: string | undefined;
|
|
229
222
|
title_link?: string | undefined;
|
|
223
|
+
fields?: {
|
|
224
|
+
value: string;
|
|
225
|
+
title: string;
|
|
226
|
+
short?: boolean | undefined;
|
|
227
|
+
}[] | undefined;
|
|
228
|
+
image_url?: string | undefined;
|
|
230
229
|
thumb_url?: string | undefined;
|
|
231
230
|
footer?: string | undefined;
|
|
232
231
|
footer_icon?: string | undefined;
|
|
@@ -258,45 +257,45 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
258
257
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
259
258
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
260
259
|
}, "strip", z.ZodTypeAny, {
|
|
261
|
-
type: "
|
|
262
|
-
emoji?: boolean | undefined;
|
|
260
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
263
261
|
text?: string | undefined;
|
|
264
262
|
image_url?: string | undefined;
|
|
263
|
+
emoji?: boolean | undefined;
|
|
265
264
|
verbatim?: boolean | undefined;
|
|
266
265
|
alt_text?: string | undefined;
|
|
267
266
|
}, {
|
|
268
|
-
type: "
|
|
269
|
-
emoji?: boolean | undefined;
|
|
267
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
270
268
|
text?: string | undefined;
|
|
271
269
|
image_url?: string | undefined;
|
|
270
|
+
emoji?: boolean | undefined;
|
|
272
271
|
verbatim?: boolean | undefined;
|
|
273
272
|
alt_text?: string | undefined;
|
|
274
273
|
}>, "many">>;
|
|
275
274
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
276
275
|
thread_ts?: string | undefined;
|
|
276
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
277
277
|
}, {
|
|
278
|
-
text: string;
|
|
279
278
|
operation: "send_message";
|
|
280
279
|
channel: string;
|
|
281
|
-
|
|
280
|
+
text: string;
|
|
282
281
|
username?: string | undefined;
|
|
283
282
|
icon_emoji?: string | undefined;
|
|
284
283
|
icon_url?: string | undefined;
|
|
285
284
|
attachments?: {
|
|
286
285
|
title?: string | undefined;
|
|
287
286
|
text?: string | undefined;
|
|
288
|
-
image_url?: string | undefined;
|
|
289
|
-
fields?: {
|
|
290
|
-
value: string;
|
|
291
|
-
title: string;
|
|
292
|
-
short?: boolean | undefined;
|
|
293
|
-
}[] | undefined;
|
|
294
287
|
color?: string | undefined;
|
|
295
288
|
pretext?: string | undefined;
|
|
296
289
|
author_name?: string | undefined;
|
|
297
290
|
author_link?: string | undefined;
|
|
298
291
|
author_icon?: string | undefined;
|
|
299
292
|
title_link?: string | undefined;
|
|
293
|
+
fields?: {
|
|
294
|
+
value: string;
|
|
295
|
+
title: string;
|
|
296
|
+
short?: boolean | undefined;
|
|
297
|
+
}[] | undefined;
|
|
298
|
+
image_url?: string | undefined;
|
|
300
299
|
thumb_url?: string | undefined;
|
|
301
300
|
footer?: string | undefined;
|
|
302
301
|
footer_icon?: string | undefined;
|
|
@@ -328,23 +327,24 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
328
327
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
329
328
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
330
329
|
}, "strip", z.ZodTypeAny, {
|
|
331
|
-
type: "
|
|
332
|
-
emoji?: boolean | undefined;
|
|
330
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
333
331
|
text?: string | undefined;
|
|
334
332
|
image_url?: string | undefined;
|
|
333
|
+
emoji?: boolean | undefined;
|
|
335
334
|
verbatim?: boolean | undefined;
|
|
336
335
|
alt_text?: string | undefined;
|
|
337
336
|
}, {
|
|
338
|
-
type: "
|
|
339
|
-
emoji?: boolean | undefined;
|
|
337
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
340
338
|
text?: string | undefined;
|
|
341
339
|
image_url?: string | undefined;
|
|
340
|
+
emoji?: boolean | undefined;
|
|
342
341
|
verbatim?: boolean | undefined;
|
|
343
342
|
alt_text?: string | undefined;
|
|
344
343
|
}>, "many">>;
|
|
345
344
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
346
345
|
thread_ts?: string | undefined;
|
|
347
346
|
reply_broadcast?: boolean | undefined;
|
|
347
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
348
348
|
unfurl_links?: boolean | undefined;
|
|
349
349
|
unfurl_media?: boolean | undefined;
|
|
350
350
|
}>, z.ZodObject<{
|
|
@@ -355,16 +355,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
355
355
|
cursor: z.ZodOptional<z.ZodString>;
|
|
356
356
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
357
357
|
}, "strip", z.ZodTypeAny, {
|
|
358
|
-
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
359
358
|
operation: "list_channels";
|
|
359
|
+
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
360
360
|
exclude_archived: boolean;
|
|
361
361
|
limit: number;
|
|
362
362
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
363
363
|
cursor?: string | undefined;
|
|
364
364
|
}, {
|
|
365
365
|
operation: "list_channels";
|
|
366
|
-
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
367
366
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
367
|
+
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
368
368
|
exclude_archived?: boolean | undefined;
|
|
369
369
|
limit?: number | undefined;
|
|
370
370
|
cursor?: 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
|
-
user: string;
|
|
393
392
|
operation: "get_user_info";
|
|
394
393
|
include_locale: boolean;
|
|
394
|
+
user: string;
|
|
395
395
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
396
396
|
}, {
|
|
397
|
-
user: string;
|
|
398
397
|
operation: "get_user_info";
|
|
398
|
+
user: string;
|
|
399
399
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
400
400
|
include_locale?: boolean | undefined;
|
|
401
401
|
}>, z.ZodObject<{
|
|
@@ -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
|
-
inclusive: boolean;
|
|
430
429
|
operation: "get_conversation_history";
|
|
430
|
+
inclusive: boolean;
|
|
431
431
|
channel: string;
|
|
432
432
|
limit: number;
|
|
433
433
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -454,8 +454,8 @@ 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
|
-
inclusive: boolean;
|
|
458
457
|
operation: "get_thread_replies";
|
|
458
|
+
inclusive: boolean;
|
|
459
459
|
channel: string;
|
|
460
460
|
ts: string;
|
|
461
461
|
limit: number;
|
|
@@ -508,18 +508,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
508
508
|
}, "strip", z.ZodTypeAny, {
|
|
509
509
|
title?: string | undefined;
|
|
510
510
|
text?: string | undefined;
|
|
511
|
-
image_url?: string | undefined;
|
|
512
|
-
fields?: {
|
|
513
|
-
value: string;
|
|
514
|
-
title: string;
|
|
515
|
-
short?: boolean | undefined;
|
|
516
|
-
}[] | undefined;
|
|
517
511
|
color?: string | undefined;
|
|
518
512
|
pretext?: string | undefined;
|
|
519
513
|
author_name?: string | undefined;
|
|
520
514
|
author_link?: string | undefined;
|
|
521
515
|
author_icon?: string | undefined;
|
|
522
516
|
title_link?: string | undefined;
|
|
517
|
+
fields?: {
|
|
518
|
+
value: string;
|
|
519
|
+
title: string;
|
|
520
|
+
short?: boolean | undefined;
|
|
521
|
+
}[] | undefined;
|
|
522
|
+
image_url?: string | undefined;
|
|
523
523
|
thumb_url?: string | undefined;
|
|
524
524
|
footer?: string | undefined;
|
|
525
525
|
footer_icon?: string | undefined;
|
|
@@ -527,18 +527,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
527
527
|
}, {
|
|
528
528
|
title?: string | undefined;
|
|
529
529
|
text?: string | undefined;
|
|
530
|
-
image_url?: string | undefined;
|
|
531
|
-
fields?: {
|
|
532
|
-
value: string;
|
|
533
|
-
title: string;
|
|
534
|
-
short?: boolean | undefined;
|
|
535
|
-
}[] | undefined;
|
|
536
530
|
color?: string | undefined;
|
|
537
531
|
pretext?: string | undefined;
|
|
538
532
|
author_name?: string | undefined;
|
|
539
533
|
author_link?: string | undefined;
|
|
540
534
|
author_icon?: string | undefined;
|
|
541
535
|
title_link?: string | undefined;
|
|
536
|
+
fields?: {
|
|
537
|
+
value: string;
|
|
538
|
+
title: string;
|
|
539
|
+
short?: boolean | undefined;
|
|
540
|
+
}[] | undefined;
|
|
541
|
+
image_url?: string | undefined;
|
|
542
542
|
thumb_url?: string | undefined;
|
|
543
543
|
footer?: string | undefined;
|
|
544
544
|
footer_icon?: string | undefined;
|
|
@@ -570,17 +570,17 @@ 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;
|
|
576
575
|
image_url?: string | undefined;
|
|
576
|
+
emoji?: boolean | 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;
|
|
583
582
|
image_url?: string | undefined;
|
|
583
|
+
emoji?: boolean | undefined;
|
|
584
584
|
verbatim?: boolean | undefined;
|
|
585
585
|
alt_text?: string | undefined;
|
|
586
586
|
}>, "many">>;
|
|
@@ -610,17 +610,17 @@ 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;
|
|
616
615
|
image_url?: string | undefined;
|
|
616
|
+
emoji?: boolean | 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;
|
|
623
622
|
image_url?: string | undefined;
|
|
623
|
+
emoji?: boolean | undefined;
|
|
624
624
|
verbatim?: boolean | undefined;
|
|
625
625
|
alt_text?: string | undefined;
|
|
626
626
|
}>, "many">>;
|
|
@@ -650,17 +650,17 @@ 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;
|
|
656
655
|
image_url?: string | undefined;
|
|
656
|
+
emoji?: boolean | 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;
|
|
663
662
|
image_url?: string | undefined;
|
|
663
|
+
emoji?: boolean | undefined;
|
|
664
664
|
verbatim?: boolean | undefined;
|
|
665
665
|
alt_text?: string | undefined;
|
|
666
666
|
}>, "many">>;
|
|
@@ -670,23 +670,22 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
670
670
|
operation: "update_message";
|
|
671
671
|
channel: string;
|
|
672
672
|
ts: string;
|
|
673
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
674
673
|
text?: string | undefined;
|
|
675
674
|
attachments?: {
|
|
676
675
|
title?: string | undefined;
|
|
677
676
|
text?: string | undefined;
|
|
678
|
-
image_url?: string | undefined;
|
|
679
|
-
fields?: {
|
|
680
|
-
value: string;
|
|
681
|
-
title: string;
|
|
682
|
-
short?: boolean | undefined;
|
|
683
|
-
}[] | undefined;
|
|
684
677
|
color?: string | undefined;
|
|
685
678
|
pretext?: string | undefined;
|
|
686
679
|
author_name?: string | undefined;
|
|
687
680
|
author_link?: string | undefined;
|
|
688
681
|
author_icon?: string | undefined;
|
|
689
682
|
title_link?: string | undefined;
|
|
683
|
+
fields?: {
|
|
684
|
+
value: string;
|
|
685
|
+
title: string;
|
|
686
|
+
short?: boolean | undefined;
|
|
687
|
+
}[] | undefined;
|
|
688
|
+
image_url?: string | undefined;
|
|
690
689
|
thumb_url?: string | undefined;
|
|
691
690
|
footer?: string | undefined;
|
|
692
691
|
footer_icon?: string | undefined;
|
|
@@ -718,42 +717,42 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
718
717
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
719
718
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
720
719
|
}, "strip", z.ZodTypeAny, {
|
|
721
|
-
type: "
|
|
722
|
-
emoji?: boolean | undefined;
|
|
720
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
723
721
|
text?: string | undefined;
|
|
724
722
|
image_url?: string | undefined;
|
|
723
|
+
emoji?: boolean | undefined;
|
|
725
724
|
verbatim?: boolean | undefined;
|
|
726
725
|
alt_text?: string | undefined;
|
|
727
726
|
}, {
|
|
728
|
-
type: "
|
|
729
|
-
emoji?: boolean | undefined;
|
|
727
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
730
728
|
text?: string | undefined;
|
|
731
729
|
image_url?: string | undefined;
|
|
730
|
+
emoji?: boolean | undefined;
|
|
732
731
|
verbatim?: boolean | undefined;
|
|
733
732
|
alt_text?: string | undefined;
|
|
734
733
|
}>, "many">>;
|
|
735
734
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
735
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
736
736
|
}, {
|
|
737
737
|
operation: "update_message";
|
|
738
738
|
channel: string;
|
|
739
739
|
ts: string;
|
|
740
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
741
740
|
text?: string | undefined;
|
|
742
741
|
attachments?: {
|
|
743
742
|
title?: string | undefined;
|
|
744
743
|
text?: string | undefined;
|
|
745
|
-
image_url?: string | undefined;
|
|
746
|
-
fields?: {
|
|
747
|
-
value: string;
|
|
748
|
-
title: string;
|
|
749
|
-
short?: boolean | undefined;
|
|
750
|
-
}[] | undefined;
|
|
751
744
|
color?: string | undefined;
|
|
752
745
|
pretext?: string | undefined;
|
|
753
746
|
author_name?: string | undefined;
|
|
754
747
|
author_link?: string | undefined;
|
|
755
748
|
author_icon?: string | undefined;
|
|
756
749
|
title_link?: string | undefined;
|
|
750
|
+
fields?: {
|
|
751
|
+
value: string;
|
|
752
|
+
title: string;
|
|
753
|
+
short?: boolean | undefined;
|
|
754
|
+
}[] | undefined;
|
|
755
|
+
image_url?: string | undefined;
|
|
757
756
|
thumb_url?: string | undefined;
|
|
758
757
|
footer?: string | undefined;
|
|
759
758
|
footer_icon?: string | undefined;
|
|
@@ -785,21 +784,22 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
785
784
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
786
785
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
787
786
|
}, "strip", z.ZodTypeAny, {
|
|
788
|
-
type: "
|
|
789
|
-
emoji?: boolean | undefined;
|
|
787
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
790
788
|
text?: string | undefined;
|
|
791
789
|
image_url?: string | undefined;
|
|
790
|
+
emoji?: boolean | undefined;
|
|
792
791
|
verbatim?: boolean | undefined;
|
|
793
792
|
alt_text?: string | undefined;
|
|
794
793
|
}, {
|
|
795
|
-
type: "
|
|
796
|
-
emoji?: boolean | undefined;
|
|
794
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
797
795
|
text?: string | undefined;
|
|
798
796
|
image_url?: string | undefined;
|
|
797
|
+
emoji?: boolean | undefined;
|
|
799
798
|
verbatim?: boolean | undefined;
|
|
800
799
|
alt_text?: string | undefined;
|
|
801
800
|
}>, "many">>;
|
|
802
801
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
802
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
803
803
|
}>, z.ZodObject<{
|
|
804
804
|
operation: z.ZodLiteral<"delete_message">;
|
|
805
805
|
channel: z.ZodString;
|
|
@@ -822,15 +822,15 @@ 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
|
-
name: string;
|
|
826
825
|
operation: "add_reaction";
|
|
827
826
|
channel: string;
|
|
827
|
+
name: string;
|
|
828
828
|
timestamp: string;
|
|
829
829
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
830
830
|
}, {
|
|
831
|
-
name: string;
|
|
832
831
|
operation: "add_reaction";
|
|
833
832
|
channel: string;
|
|
833
|
+
name: string;
|
|
834
834
|
timestamp: string;
|
|
835
835
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
836
836
|
}>, z.ZodObject<{
|
|
@@ -840,15 +840,15 @@ 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
|
-
name: string;
|
|
844
843
|
operation: "remove_reaction";
|
|
845
844
|
channel: string;
|
|
845
|
+
name: string;
|
|
846
846
|
timestamp: string;
|
|
847
847
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
848
848
|
}, {
|
|
849
|
-
name: string;
|
|
850
849
|
operation: "remove_reaction";
|
|
851
850
|
channel: string;
|
|
851
|
+
name: string;
|
|
852
852
|
timestamp: string;
|
|
853
853
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
854
854
|
}>, z.ZodObject<{
|
|
@@ -878,8 +878,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
878
878
|
channel: string;
|
|
879
879
|
title?: string | undefined;
|
|
880
880
|
content?: string | undefined;
|
|
881
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
882
881
|
thread_ts?: string | undefined;
|
|
882
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
883
883
|
file_path?: string | undefined;
|
|
884
884
|
filename?: string | undefined;
|
|
885
885
|
initial_comment?: string | undefined;
|
|
@@ -888,8 +888,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
888
888
|
channel: string;
|
|
889
889
|
title?: string | undefined;
|
|
890
890
|
content?: string | undefined;
|
|
891
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
892
891
|
thread_ts?: string | undefined;
|
|
892
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
893
893
|
file_path?: string | undefined;
|
|
894
894
|
filename?: string | undefined;
|
|
895
895
|
initial_comment?: string | undefined;
|
|
@@ -925,17 +925,17 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
925
925
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
926
926
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
927
927
|
}, "strip", z.ZodTypeAny, {
|
|
928
|
-
type: "
|
|
929
|
-
emoji?: boolean | undefined;
|
|
928
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
930
929
|
text?: string | undefined;
|
|
931
930
|
image_url?: string | undefined;
|
|
931
|
+
emoji?: boolean | undefined;
|
|
932
932
|
verbatim?: boolean | undefined;
|
|
933
933
|
alt_text?: string | undefined;
|
|
934
934
|
}, {
|
|
935
|
-
type: "
|
|
936
|
-
emoji?: boolean | undefined;
|
|
935
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
937
936
|
text?: string | undefined;
|
|
938
937
|
image_url?: string | undefined;
|
|
938
|
+
emoji?: boolean | undefined;
|
|
939
939
|
verbatim?: boolean | undefined;
|
|
940
940
|
alt_text?: string | undefined;
|
|
941
941
|
}>, "many">>;
|
|
@@ -965,17 +965,17 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
965
965
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
966
966
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
967
967
|
}, "strip", z.ZodTypeAny, {
|
|
968
|
-
type: "
|
|
969
|
-
emoji?: boolean | undefined;
|
|
968
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
970
969
|
text?: string | undefined;
|
|
971
970
|
image_url?: string | undefined;
|
|
971
|
+
emoji?: boolean | undefined;
|
|
972
972
|
verbatim?: boolean | undefined;
|
|
973
973
|
alt_text?: string | undefined;
|
|
974
974
|
}, {
|
|
975
|
-
type: "
|
|
976
|
-
emoji?: boolean | undefined;
|
|
975
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
977
976
|
text?: string | undefined;
|
|
978
977
|
image_url?: string | undefined;
|
|
978
|
+
emoji?: boolean | undefined;
|
|
979
979
|
verbatim?: boolean | undefined;
|
|
980
980
|
alt_text?: string | undefined;
|
|
981
981
|
}>, "many">>;
|
|
@@ -1005,17 +1005,17 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1005
1005
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
1006
1006
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
1007
1007
|
}, "strip", z.ZodTypeAny, {
|
|
1008
|
-
type: "
|
|
1009
|
-
emoji?: boolean | undefined;
|
|
1008
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
1010
1009
|
text?: string | undefined;
|
|
1011
1010
|
image_url?: string | undefined;
|
|
1011
|
+
emoji?: boolean | undefined;
|
|
1012
1012
|
verbatim?: boolean | undefined;
|
|
1013
1013
|
alt_text?: string | undefined;
|
|
1014
1014
|
}, {
|
|
1015
|
-
type: "
|
|
1016
|
-
emoji?: boolean | undefined;
|
|
1015
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
1017
1016
|
text?: string | undefined;
|
|
1018
1017
|
image_url?: string | undefined;
|
|
1018
|
+
emoji?: boolean | undefined;
|
|
1019
1019
|
verbatim?: boolean | undefined;
|
|
1020
1020
|
alt_text?: string | undefined;
|
|
1021
1021
|
}>, "many">>;
|
|
@@ -1024,13 +1024,12 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1024
1024
|
unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1025
1025
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1026
1026
|
}, "strip", z.ZodTypeAny, {
|
|
1027
|
-
text: string;
|
|
1028
1027
|
operation: "schedule_message";
|
|
1029
1028
|
channel: string;
|
|
1029
|
+
text: string;
|
|
1030
1030
|
unfurl_links: boolean;
|
|
1031
1031
|
unfurl_media: boolean;
|
|
1032
1032
|
post_at: number;
|
|
1033
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1034
1033
|
blocks?: z.objectOutputType<{
|
|
1035
1034
|
type: z.ZodString;
|
|
1036
1035
|
text: z.ZodOptional<z.ZodObject<{
|
|
@@ -1057,28 +1056,28 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1057
1056
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
1058
1057
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
1059
1058
|
}, "strip", z.ZodTypeAny, {
|
|
1060
|
-
type: "
|
|
1061
|
-
emoji?: boolean | undefined;
|
|
1059
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
1062
1060
|
text?: string | undefined;
|
|
1063
1061
|
image_url?: string | undefined;
|
|
1062
|
+
emoji?: boolean | undefined;
|
|
1064
1063
|
verbatim?: boolean | undefined;
|
|
1065
1064
|
alt_text?: string | undefined;
|
|
1066
1065
|
}, {
|
|
1067
|
-
type: "
|
|
1068
|
-
emoji?: boolean | undefined;
|
|
1066
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
1069
1067
|
text?: string | undefined;
|
|
1070
1068
|
image_url?: string | undefined;
|
|
1069
|
+
emoji?: boolean | undefined;
|
|
1071
1070
|
verbatim?: boolean | undefined;
|
|
1072
1071
|
alt_text?: string | undefined;
|
|
1073
1072
|
}>, "many">>;
|
|
1074
1073
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1075
1074
|
thread_ts?: string | undefined;
|
|
1075
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1076
1076
|
}, {
|
|
1077
|
-
text: string;
|
|
1078
1077
|
operation: "schedule_message";
|
|
1079
1078
|
channel: string;
|
|
1079
|
+
text: string;
|
|
1080
1080
|
post_at: number;
|
|
1081
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1082
1081
|
blocks?: z.objectInputType<{
|
|
1083
1082
|
type: z.ZodString;
|
|
1084
1083
|
text: z.ZodOptional<z.ZodObject<{
|
|
@@ -1105,22 +1104,23 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1105
1104
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
1106
1105
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
1107
1106
|
}, "strip", z.ZodTypeAny, {
|
|
1108
|
-
type: "
|
|
1109
|
-
emoji?: boolean | undefined;
|
|
1107
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
1110
1108
|
text?: string | undefined;
|
|
1111
1109
|
image_url?: string | undefined;
|
|
1110
|
+
emoji?: boolean | undefined;
|
|
1112
1111
|
verbatim?: boolean | undefined;
|
|
1113
1112
|
alt_text?: string | undefined;
|
|
1114
1113
|
}, {
|
|
1115
|
-
type: "
|
|
1116
|
-
emoji?: boolean | undefined;
|
|
1114
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
1117
1115
|
text?: string | undefined;
|
|
1118
1116
|
image_url?: string | undefined;
|
|
1117
|
+
emoji?: boolean | undefined;
|
|
1119
1118
|
verbatim?: boolean | undefined;
|
|
1120
1119
|
alt_text?: string | undefined;
|
|
1121
1120
|
}>, "many">>;
|
|
1122
1121
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1123
1122
|
thread_ts?: string | undefined;
|
|
1123
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1124
1124
|
unfurl_links?: boolean | undefined;
|
|
1125
1125
|
unfurl_media?: boolean | undefined;
|
|
1126
1126
|
}>, z.ZodObject<{
|
|
@@ -1244,13 +1244,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1244
1244
|
}>, "many">>;
|
|
1245
1245
|
}, "strip", z.ZodTypeAny, {
|
|
1246
1246
|
type: string;
|
|
1247
|
-
user?: string | undefined;
|
|
1248
1247
|
text?: string | undefined;
|
|
1249
1248
|
username?: string | undefined;
|
|
1250
1249
|
ts?: string | undefined;
|
|
1251
1250
|
attachments?: unknown[] | undefined;
|
|
1252
1251
|
blocks?: unknown[] | undefined;
|
|
1253
1252
|
thread_ts?: string | undefined;
|
|
1253
|
+
user?: string | undefined;
|
|
1254
1254
|
bot_id?: string | undefined;
|
|
1255
1255
|
bot_profile?: {
|
|
1256
1256
|
name?: string | undefined;
|
|
@@ -1286,13 +1286,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1286
1286
|
}[] | undefined;
|
|
1287
1287
|
}, {
|
|
1288
1288
|
type: string;
|
|
1289
|
-
user?: string | undefined;
|
|
1290
1289
|
text?: string | undefined;
|
|
1291
1290
|
username?: string | undefined;
|
|
1292
1291
|
ts?: string | undefined;
|
|
1293
1292
|
attachments?: unknown[] | undefined;
|
|
1294
1293
|
blocks?: unknown[] | undefined;
|
|
1295
1294
|
thread_ts?: string | undefined;
|
|
1295
|
+
user?: string | undefined;
|
|
1296
1296
|
bot_id?: string | undefined;
|
|
1297
1297
|
bot_profile?: {
|
|
1298
1298
|
name?: string | undefined;
|
|
@@ -1330,19 +1330,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1330
1330
|
error: z.ZodString;
|
|
1331
1331
|
success: z.ZodBoolean;
|
|
1332
1332
|
}, "strip", z.ZodTypeAny, {
|
|
1333
|
-
error: string;
|
|
1334
|
-
success: boolean;
|
|
1335
1333
|
operation: "send_message";
|
|
1336
1334
|
ok: boolean;
|
|
1335
|
+
error: string;
|
|
1336
|
+
success: boolean;
|
|
1337
1337
|
message?: {
|
|
1338
1338
|
type: string;
|
|
1339
|
-
user?: string | undefined;
|
|
1340
1339
|
text?: string | undefined;
|
|
1341
1340
|
username?: string | undefined;
|
|
1342
1341
|
ts?: string | undefined;
|
|
1343
1342
|
attachments?: unknown[] | undefined;
|
|
1344
1343
|
blocks?: unknown[] | undefined;
|
|
1345
1344
|
thread_ts?: string | undefined;
|
|
1345
|
+
user?: string | undefined;
|
|
1346
1346
|
bot_id?: string | undefined;
|
|
1347
1347
|
bot_profile?: {
|
|
1348
1348
|
name?: string | undefined;
|
|
@@ -1380,19 +1380,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1380
1380
|
channel?: string | undefined;
|
|
1381
1381
|
ts?: string | undefined;
|
|
1382
1382
|
}, {
|
|
1383
|
-
error: string;
|
|
1384
|
-
success: boolean;
|
|
1385
1383
|
operation: "send_message";
|
|
1386
1384
|
ok: boolean;
|
|
1385
|
+
error: string;
|
|
1386
|
+
success: boolean;
|
|
1387
1387
|
message?: {
|
|
1388
1388
|
type: string;
|
|
1389
|
-
user?: string | undefined;
|
|
1390
1389
|
text?: string | undefined;
|
|
1391
1390
|
username?: string | undefined;
|
|
1392
1391
|
ts?: string | undefined;
|
|
1393
1392
|
attachments?: unknown[] | undefined;
|
|
1394
1393
|
blocks?: unknown[] | undefined;
|
|
1395
1394
|
thread_ts?: string | undefined;
|
|
1395
|
+
user?: string | undefined;
|
|
1396
1396
|
bot_id?: string | undefined;
|
|
1397
1397
|
bot_profile?: {
|
|
1398
1398
|
name?: string | undefined;
|
|
@@ -1558,13 +1558,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1558
1558
|
error: z.ZodString;
|
|
1559
1559
|
success: z.ZodBoolean;
|
|
1560
1560
|
}, "strip", z.ZodTypeAny, {
|
|
1561
|
-
error: string;
|
|
1562
|
-
success: boolean;
|
|
1563
1561
|
operation: "list_channels";
|
|
1564
1562
|
ok: boolean;
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
} | undefined;
|
|
1563
|
+
error: string;
|
|
1564
|
+
success: boolean;
|
|
1568
1565
|
channels?: {
|
|
1569
1566
|
name: string;
|
|
1570
1567
|
id: string;
|
|
@@ -1599,14 +1596,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1599
1596
|
} | undefined;
|
|
1600
1597
|
num_members?: number | undefined;
|
|
1601
1598
|
}[] | undefined;
|
|
1602
|
-
}, {
|
|
1603
|
-
error: string;
|
|
1604
|
-
success: boolean;
|
|
1605
|
-
operation: "list_channels";
|
|
1606
|
-
ok: boolean;
|
|
1607
1599
|
response_metadata?: {
|
|
1608
1600
|
next_cursor: string;
|
|
1609
1601
|
} | undefined;
|
|
1602
|
+
}, {
|
|
1603
|
+
operation: "list_channels";
|
|
1604
|
+
ok: boolean;
|
|
1605
|
+
error: string;
|
|
1606
|
+
success: boolean;
|
|
1610
1607
|
channels?: {
|
|
1611
1608
|
name: string;
|
|
1612
1609
|
id: string;
|
|
@@ -1641,6 +1638,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1641
1638
|
} | undefined;
|
|
1642
1639
|
num_members?: number | undefined;
|
|
1643
1640
|
}[] | undefined;
|
|
1641
|
+
response_metadata?: {
|
|
1642
|
+
next_cursor: string;
|
|
1643
|
+
} | undefined;
|
|
1644
1644
|
}>, z.ZodObject<{
|
|
1645
1645
|
operation: z.ZodLiteral<"get_channel_info">;
|
|
1646
1646
|
ok: z.ZodBoolean;
|
|
@@ -1763,10 +1763,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1763
1763
|
error: z.ZodString;
|
|
1764
1764
|
success: z.ZodBoolean;
|
|
1765
1765
|
}, "strip", z.ZodTypeAny, {
|
|
1766
|
-
error: string;
|
|
1767
|
-
success: boolean;
|
|
1768
1766
|
operation: "get_channel_info";
|
|
1769
1767
|
ok: boolean;
|
|
1768
|
+
error: string;
|
|
1769
|
+
success: boolean;
|
|
1770
1770
|
channel?: {
|
|
1771
1771
|
name: string;
|
|
1772
1772
|
id: string;
|
|
@@ -1802,10 +1802,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1802
1802
|
num_members?: number | undefined;
|
|
1803
1803
|
} | undefined;
|
|
1804
1804
|
}, {
|
|
1805
|
-
error: string;
|
|
1806
|
-
success: boolean;
|
|
1807
1805
|
operation: "get_channel_info";
|
|
1808
1806
|
ok: boolean;
|
|
1807
|
+
error: string;
|
|
1808
|
+
success: boolean;
|
|
1809
1809
|
channel?: {
|
|
1810
1810
|
name: string;
|
|
1811
1811
|
id: string;
|
|
@@ -1880,8 +1880,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1880
1880
|
image_1024: z.ZodOptional<z.ZodString>;
|
|
1881
1881
|
}, "strip", z.ZodTypeAny, {
|
|
1882
1882
|
title?: string | undefined;
|
|
1883
|
-
email?: string | undefined;
|
|
1884
1883
|
fields?: Record<string, unknown> | undefined;
|
|
1884
|
+
email?: string | undefined;
|
|
1885
1885
|
real_name?: string | undefined;
|
|
1886
1886
|
phone?: string | undefined;
|
|
1887
1887
|
skype?: string | undefined;
|
|
@@ -1905,8 +1905,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1905
1905
|
image_1024?: string | undefined;
|
|
1906
1906
|
}, {
|
|
1907
1907
|
title?: string | undefined;
|
|
1908
|
-
email?: string | undefined;
|
|
1909
1908
|
fields?: Record<string, unknown> | undefined;
|
|
1909
|
+
email?: string | undefined;
|
|
1910
1910
|
real_name?: string | undefined;
|
|
1911
1911
|
phone?: string | undefined;
|
|
1912
1912
|
skype?: string | undefined;
|
|
@@ -1950,8 +1950,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1950
1950
|
tz_offset?: number | undefined;
|
|
1951
1951
|
profile?: {
|
|
1952
1952
|
title?: string | undefined;
|
|
1953
|
-
email?: string | undefined;
|
|
1954
1953
|
fields?: Record<string, unknown> | undefined;
|
|
1954
|
+
email?: string | undefined;
|
|
1955
1955
|
real_name?: string | undefined;
|
|
1956
1956
|
phone?: string | undefined;
|
|
1957
1957
|
skype?: string | undefined;
|
|
@@ -1995,8 +1995,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1995
1995
|
tz_offset?: number | undefined;
|
|
1996
1996
|
profile?: {
|
|
1997
1997
|
title?: string | undefined;
|
|
1998
|
-
email?: string | undefined;
|
|
1999
1998
|
fields?: Record<string, unknown> | undefined;
|
|
1999
|
+
email?: string | undefined;
|
|
2000
2000
|
real_name?: string | undefined;
|
|
2001
2001
|
phone?: string | undefined;
|
|
2002
2002
|
skype?: string | undefined;
|
|
@@ -2032,10 +2032,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2032
2032
|
error: z.ZodString;
|
|
2033
2033
|
success: z.ZodBoolean;
|
|
2034
2034
|
}, "strip", z.ZodTypeAny, {
|
|
2035
|
-
error: string;
|
|
2036
|
-
success: boolean;
|
|
2037
2035
|
operation: "get_user_info";
|
|
2038
2036
|
ok: boolean;
|
|
2037
|
+
error: string;
|
|
2038
|
+
success: boolean;
|
|
2039
2039
|
user?: {
|
|
2040
2040
|
name: string;
|
|
2041
2041
|
id: string;
|
|
@@ -2048,8 +2048,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2048
2048
|
tz_offset?: number | undefined;
|
|
2049
2049
|
profile?: {
|
|
2050
2050
|
title?: string | undefined;
|
|
2051
|
-
email?: string | undefined;
|
|
2052
2051
|
fields?: Record<string, unknown> | undefined;
|
|
2052
|
+
email?: string | undefined;
|
|
2053
2053
|
real_name?: string | undefined;
|
|
2054
2054
|
phone?: string | undefined;
|
|
2055
2055
|
skype?: string | undefined;
|
|
@@ -2083,10 +2083,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2083
2083
|
has_2fa?: boolean | undefined;
|
|
2084
2084
|
} | undefined;
|
|
2085
2085
|
}, {
|
|
2086
|
-
error: string;
|
|
2087
|
-
success: boolean;
|
|
2088
2086
|
operation: "get_user_info";
|
|
2089
2087
|
ok: boolean;
|
|
2088
|
+
error: string;
|
|
2089
|
+
success: boolean;
|
|
2090
2090
|
user?: {
|
|
2091
2091
|
name: string;
|
|
2092
2092
|
id: string;
|
|
@@ -2099,8 +2099,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2099
2099
|
tz_offset?: number | undefined;
|
|
2100
2100
|
profile?: {
|
|
2101
2101
|
title?: string | undefined;
|
|
2102
|
-
email?: string | undefined;
|
|
2103
2102
|
fields?: Record<string, unknown> | undefined;
|
|
2103
|
+
email?: string | undefined;
|
|
2104
2104
|
real_name?: string | undefined;
|
|
2105
2105
|
phone?: string | undefined;
|
|
2106
2106
|
skype?: string | undefined;
|
|
@@ -2173,8 +2173,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2173
2173
|
image_1024: z.ZodOptional<z.ZodString>;
|
|
2174
2174
|
}, "strip", z.ZodTypeAny, {
|
|
2175
2175
|
title?: string | undefined;
|
|
2176
|
-
email?: string | undefined;
|
|
2177
2176
|
fields?: Record<string, unknown> | undefined;
|
|
2177
|
+
email?: string | undefined;
|
|
2178
2178
|
real_name?: string | undefined;
|
|
2179
2179
|
phone?: string | undefined;
|
|
2180
2180
|
skype?: string | undefined;
|
|
@@ -2198,8 +2198,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2198
2198
|
image_1024?: string | undefined;
|
|
2199
2199
|
}, {
|
|
2200
2200
|
title?: string | undefined;
|
|
2201
|
-
email?: string | undefined;
|
|
2202
2201
|
fields?: Record<string, unknown> | undefined;
|
|
2202
|
+
email?: string | undefined;
|
|
2203
2203
|
real_name?: string | undefined;
|
|
2204
2204
|
phone?: string | undefined;
|
|
2205
2205
|
skype?: string | undefined;
|
|
@@ -2243,8 +2243,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2243
2243
|
tz_offset?: number | undefined;
|
|
2244
2244
|
profile?: {
|
|
2245
2245
|
title?: string | undefined;
|
|
2246
|
-
email?: string | undefined;
|
|
2247
2246
|
fields?: Record<string, unknown> | undefined;
|
|
2247
|
+
email?: string | undefined;
|
|
2248
2248
|
real_name?: string | undefined;
|
|
2249
2249
|
phone?: string | undefined;
|
|
2250
2250
|
skype?: string | undefined;
|
|
@@ -2288,8 +2288,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2288
2288
|
tz_offset?: number | undefined;
|
|
2289
2289
|
profile?: {
|
|
2290
2290
|
title?: string | undefined;
|
|
2291
|
-
email?: string | undefined;
|
|
2292
2291
|
fields?: Record<string, unknown> | undefined;
|
|
2292
|
+
email?: string | undefined;
|
|
2293
2293
|
real_name?: string | undefined;
|
|
2294
2294
|
phone?: string | undefined;
|
|
2295
2295
|
skype?: string | undefined;
|
|
@@ -2332,10 +2332,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2332
2332
|
error: z.ZodString;
|
|
2333
2333
|
success: z.ZodBoolean;
|
|
2334
2334
|
}, "strip", z.ZodTypeAny, {
|
|
2335
|
-
error: string;
|
|
2336
|
-
success: boolean;
|
|
2337
2335
|
operation: "list_users";
|
|
2338
2336
|
ok: boolean;
|
|
2337
|
+
error: string;
|
|
2338
|
+
success: boolean;
|
|
2339
2339
|
response_metadata?: {
|
|
2340
2340
|
next_cursor: string;
|
|
2341
2341
|
} | undefined;
|
|
@@ -2351,8 +2351,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2351
2351
|
tz_offset?: number | undefined;
|
|
2352
2352
|
profile?: {
|
|
2353
2353
|
title?: string | undefined;
|
|
2354
|
-
email?: string | undefined;
|
|
2355
2354
|
fields?: Record<string, unknown> | undefined;
|
|
2355
|
+
email?: string | undefined;
|
|
2356
2356
|
real_name?: string | undefined;
|
|
2357
2357
|
phone?: string | undefined;
|
|
2358
2358
|
skype?: string | undefined;
|
|
@@ -2386,10 +2386,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2386
2386
|
has_2fa?: boolean | undefined;
|
|
2387
2387
|
}[] | undefined;
|
|
2388
2388
|
}, {
|
|
2389
|
-
error: string;
|
|
2390
|
-
success: boolean;
|
|
2391
2389
|
operation: "list_users";
|
|
2392
2390
|
ok: boolean;
|
|
2391
|
+
error: string;
|
|
2392
|
+
success: boolean;
|
|
2393
2393
|
response_metadata?: {
|
|
2394
2394
|
next_cursor: string;
|
|
2395
2395
|
} | undefined;
|
|
@@ -2405,8 +2405,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2405
2405
|
tz_offset?: number | undefined;
|
|
2406
2406
|
profile?: {
|
|
2407
2407
|
title?: string | undefined;
|
|
2408
|
-
email?: string | undefined;
|
|
2409
2408
|
fields?: Record<string, unknown> | undefined;
|
|
2409
|
+
email?: string | undefined;
|
|
2410
2410
|
real_name?: string | undefined;
|
|
2411
2411
|
phone?: string | undefined;
|
|
2412
2412
|
skype?: string | undefined;
|
|
@@ -2530,13 +2530,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2530
2530
|
}>, "many">>;
|
|
2531
2531
|
}, "strip", z.ZodTypeAny, {
|
|
2532
2532
|
type: string;
|
|
2533
|
-
user?: string | undefined;
|
|
2534
2533
|
text?: string | undefined;
|
|
2535
2534
|
username?: string | undefined;
|
|
2536
2535
|
ts?: string | undefined;
|
|
2537
2536
|
attachments?: unknown[] | undefined;
|
|
2538
2537
|
blocks?: unknown[] | undefined;
|
|
2539
2538
|
thread_ts?: string | undefined;
|
|
2539
|
+
user?: string | undefined;
|
|
2540
2540
|
bot_id?: string | undefined;
|
|
2541
2541
|
bot_profile?: {
|
|
2542
2542
|
name?: string | undefined;
|
|
@@ -2572,13 +2572,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2572
2572
|
}[] | undefined;
|
|
2573
2573
|
}, {
|
|
2574
2574
|
type: string;
|
|
2575
|
-
user?: string | undefined;
|
|
2576
2575
|
text?: string | undefined;
|
|
2577
2576
|
username?: string | undefined;
|
|
2578
2577
|
ts?: string | undefined;
|
|
2579
2578
|
attachments?: unknown[] | undefined;
|
|
2580
2579
|
blocks?: unknown[] | undefined;
|
|
2581
2580
|
thread_ts?: string | undefined;
|
|
2581
|
+
user?: string | undefined;
|
|
2582
2582
|
bot_id?: string | undefined;
|
|
2583
2583
|
bot_profile?: {
|
|
2584
2584
|
name?: string | undefined;
|
|
@@ -2624,19 +2624,22 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2624
2624
|
error: z.ZodString;
|
|
2625
2625
|
success: z.ZodBoolean;
|
|
2626
2626
|
}, "strip", z.ZodTypeAny, {
|
|
2627
|
-
error: string;
|
|
2628
|
-
success: boolean;
|
|
2629
2627
|
operation: "get_conversation_history";
|
|
2630
2628
|
ok: boolean;
|
|
2629
|
+
error: string;
|
|
2630
|
+
success: boolean;
|
|
2631
|
+
response_metadata?: {
|
|
2632
|
+
next_cursor: string;
|
|
2633
|
+
} | undefined;
|
|
2631
2634
|
messages?: {
|
|
2632
2635
|
type: string;
|
|
2633
|
-
user?: string | undefined;
|
|
2634
2636
|
text?: string | undefined;
|
|
2635
2637
|
username?: string | undefined;
|
|
2636
2638
|
ts?: string | undefined;
|
|
2637
2639
|
attachments?: unknown[] | undefined;
|
|
2638
2640
|
blocks?: unknown[] | undefined;
|
|
2639
2641
|
thread_ts?: string | undefined;
|
|
2642
|
+
user?: string | undefined;
|
|
2640
2643
|
bot_id?: string | undefined;
|
|
2641
2644
|
bot_profile?: {
|
|
2642
2645
|
name?: string | undefined;
|
|
@@ -2671,24 +2674,24 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2671
2674
|
permalink?: string | undefined;
|
|
2672
2675
|
}[] | undefined;
|
|
2673
2676
|
}[] | undefined;
|
|
2674
|
-
response_metadata?: {
|
|
2675
|
-
next_cursor: string;
|
|
2676
|
-
} | undefined;
|
|
2677
2677
|
has_more?: boolean | undefined;
|
|
2678
2678
|
}, {
|
|
2679
|
-
error: string;
|
|
2680
|
-
success: boolean;
|
|
2681
2679
|
operation: "get_conversation_history";
|
|
2682
2680
|
ok: boolean;
|
|
2681
|
+
error: string;
|
|
2682
|
+
success: boolean;
|
|
2683
|
+
response_metadata?: {
|
|
2684
|
+
next_cursor: string;
|
|
2685
|
+
} | undefined;
|
|
2683
2686
|
messages?: {
|
|
2684
2687
|
type: string;
|
|
2685
|
-
user?: string | undefined;
|
|
2686
2688
|
text?: string | undefined;
|
|
2687
2689
|
username?: string | undefined;
|
|
2688
2690
|
ts?: string | undefined;
|
|
2689
2691
|
attachments?: unknown[] | undefined;
|
|
2690
2692
|
blocks?: unknown[] | undefined;
|
|
2691
2693
|
thread_ts?: string | undefined;
|
|
2694
|
+
user?: string | undefined;
|
|
2692
2695
|
bot_id?: string | undefined;
|
|
2693
2696
|
bot_profile?: {
|
|
2694
2697
|
name?: string | undefined;
|
|
@@ -2723,9 +2726,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2723
2726
|
permalink?: string | undefined;
|
|
2724
2727
|
}[] | undefined;
|
|
2725
2728
|
}[] | undefined;
|
|
2726
|
-
response_metadata?: {
|
|
2727
|
-
next_cursor: string;
|
|
2728
|
-
} | undefined;
|
|
2729
2729
|
has_more?: boolean | undefined;
|
|
2730
2730
|
}>, z.ZodObject<{
|
|
2731
2731
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -2818,13 +2818,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2818
2818
|
}>, "many">>;
|
|
2819
2819
|
}, "strip", z.ZodTypeAny, {
|
|
2820
2820
|
type: string;
|
|
2821
|
-
user?: string | undefined;
|
|
2822
2821
|
text?: string | undefined;
|
|
2823
2822
|
username?: string | undefined;
|
|
2824
2823
|
ts?: string | undefined;
|
|
2825
2824
|
attachments?: unknown[] | undefined;
|
|
2826
2825
|
blocks?: unknown[] | undefined;
|
|
2827
2826
|
thread_ts?: string | undefined;
|
|
2827
|
+
user?: string | undefined;
|
|
2828
2828
|
bot_id?: string | undefined;
|
|
2829
2829
|
bot_profile?: {
|
|
2830
2830
|
name?: string | undefined;
|
|
@@ -2860,13 +2860,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2860
2860
|
}[] | undefined;
|
|
2861
2861
|
}, {
|
|
2862
2862
|
type: string;
|
|
2863
|
-
user?: string | undefined;
|
|
2864
2863
|
text?: string | undefined;
|
|
2865
2864
|
username?: string | undefined;
|
|
2866
2865
|
ts?: string | undefined;
|
|
2867
2866
|
attachments?: unknown[] | undefined;
|
|
2868
2867
|
blocks?: unknown[] | undefined;
|
|
2869
2868
|
thread_ts?: string | undefined;
|
|
2869
|
+
user?: string | undefined;
|
|
2870
2870
|
bot_id?: string | undefined;
|
|
2871
2871
|
bot_profile?: {
|
|
2872
2872
|
name?: string | undefined;
|
|
@@ -2912,19 +2912,22 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2912
2912
|
error: z.ZodString;
|
|
2913
2913
|
success: z.ZodBoolean;
|
|
2914
2914
|
}, "strip", z.ZodTypeAny, {
|
|
2915
|
-
error: string;
|
|
2916
|
-
success: boolean;
|
|
2917
2915
|
operation: "get_thread_replies";
|
|
2918
2916
|
ok: boolean;
|
|
2917
|
+
error: string;
|
|
2918
|
+
success: boolean;
|
|
2919
|
+
response_metadata?: {
|
|
2920
|
+
next_cursor: string;
|
|
2921
|
+
} | undefined;
|
|
2919
2922
|
messages?: {
|
|
2920
2923
|
type: string;
|
|
2921
|
-
user?: string | undefined;
|
|
2922
2924
|
text?: string | undefined;
|
|
2923
2925
|
username?: string | undefined;
|
|
2924
2926
|
ts?: string | undefined;
|
|
2925
2927
|
attachments?: unknown[] | undefined;
|
|
2926
2928
|
blocks?: unknown[] | undefined;
|
|
2927
2929
|
thread_ts?: string | undefined;
|
|
2930
|
+
user?: string | undefined;
|
|
2928
2931
|
bot_id?: string | undefined;
|
|
2929
2932
|
bot_profile?: {
|
|
2930
2933
|
name?: string | undefined;
|
|
@@ -2959,24 +2962,24 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2959
2962
|
permalink?: string | undefined;
|
|
2960
2963
|
}[] | undefined;
|
|
2961
2964
|
}[] | undefined;
|
|
2962
|
-
response_metadata?: {
|
|
2963
|
-
next_cursor: string;
|
|
2964
|
-
} | undefined;
|
|
2965
2965
|
has_more?: boolean | undefined;
|
|
2966
2966
|
}, {
|
|
2967
|
-
error: string;
|
|
2968
|
-
success: boolean;
|
|
2969
2967
|
operation: "get_thread_replies";
|
|
2970
2968
|
ok: boolean;
|
|
2969
|
+
error: string;
|
|
2970
|
+
success: boolean;
|
|
2971
|
+
response_metadata?: {
|
|
2972
|
+
next_cursor: string;
|
|
2973
|
+
} | undefined;
|
|
2971
2974
|
messages?: {
|
|
2972
2975
|
type: string;
|
|
2973
|
-
user?: string | undefined;
|
|
2974
2976
|
text?: string | undefined;
|
|
2975
2977
|
username?: string | undefined;
|
|
2976
2978
|
ts?: string | undefined;
|
|
2977
2979
|
attachments?: unknown[] | undefined;
|
|
2978
2980
|
blocks?: unknown[] | undefined;
|
|
2979
2981
|
thread_ts?: string | undefined;
|
|
2982
|
+
user?: string | undefined;
|
|
2980
2983
|
bot_id?: string | undefined;
|
|
2981
2984
|
bot_profile?: {
|
|
2982
2985
|
name?: string | undefined;
|
|
@@ -3011,9 +3014,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3011
3014
|
permalink?: string | undefined;
|
|
3012
3015
|
}[] | undefined;
|
|
3013
3016
|
}[] | undefined;
|
|
3014
|
-
response_metadata?: {
|
|
3015
|
-
next_cursor: string;
|
|
3016
|
-
} | undefined;
|
|
3017
3017
|
has_more?: boolean | undefined;
|
|
3018
3018
|
}>, z.ZodObject<{
|
|
3019
3019
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -3109,13 +3109,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3109
3109
|
}>, "many">>;
|
|
3110
3110
|
}, "strip", z.ZodTypeAny, {
|
|
3111
3111
|
type: string;
|
|
3112
|
-
user?: string | undefined;
|
|
3113
3112
|
text?: string | undefined;
|
|
3114
3113
|
username?: string | undefined;
|
|
3115
3114
|
ts?: string | undefined;
|
|
3116
3115
|
attachments?: unknown[] | undefined;
|
|
3117
3116
|
blocks?: unknown[] | undefined;
|
|
3118
3117
|
thread_ts?: string | undefined;
|
|
3118
|
+
user?: string | undefined;
|
|
3119
3119
|
bot_id?: string | undefined;
|
|
3120
3120
|
bot_profile?: {
|
|
3121
3121
|
name?: string | undefined;
|
|
@@ -3151,13 +3151,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3151
3151
|
}[] | undefined;
|
|
3152
3152
|
}, {
|
|
3153
3153
|
type: string;
|
|
3154
|
-
user?: string | undefined;
|
|
3155
3154
|
text?: string | undefined;
|
|
3156
3155
|
username?: string | undefined;
|
|
3157
3156
|
ts?: string | undefined;
|
|
3158
3157
|
attachments?: unknown[] | undefined;
|
|
3159
3158
|
blocks?: unknown[] | undefined;
|
|
3160
3159
|
thread_ts?: string | undefined;
|
|
3160
|
+
user?: string | undefined;
|
|
3161
3161
|
bot_id?: string | undefined;
|
|
3162
3162
|
bot_profile?: {
|
|
3163
3163
|
name?: string | undefined;
|
|
@@ -3195,19 +3195,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3195
3195
|
error: z.ZodString;
|
|
3196
3196
|
success: z.ZodBoolean;
|
|
3197
3197
|
}, "strip", z.ZodTypeAny, {
|
|
3198
|
-
error: string;
|
|
3199
|
-
success: boolean;
|
|
3200
3198
|
operation: "update_message";
|
|
3201
3199
|
ok: boolean;
|
|
3200
|
+
error: string;
|
|
3201
|
+
success: boolean;
|
|
3202
3202
|
message?: {
|
|
3203
3203
|
type: string;
|
|
3204
|
-
user?: string | undefined;
|
|
3205
3204
|
text?: string | undefined;
|
|
3206
3205
|
username?: string | undefined;
|
|
3207
3206
|
ts?: string | undefined;
|
|
3208
3207
|
attachments?: unknown[] | undefined;
|
|
3209
3208
|
blocks?: unknown[] | undefined;
|
|
3210
3209
|
thread_ts?: string | undefined;
|
|
3210
|
+
user?: string | undefined;
|
|
3211
3211
|
bot_id?: string | undefined;
|
|
3212
3212
|
bot_profile?: {
|
|
3213
3213
|
name?: string | undefined;
|
|
@@ -3242,23 +3242,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3242
3242
|
permalink?: string | undefined;
|
|
3243
3243
|
}[] | undefined;
|
|
3244
3244
|
} | undefined;
|
|
3245
|
-
text?: string | undefined;
|
|
3246
3245
|
channel?: string | undefined;
|
|
3246
|
+
text?: string | undefined;
|
|
3247
3247
|
ts?: string | undefined;
|
|
3248
3248
|
}, {
|
|
3249
|
-
error: string;
|
|
3250
|
-
success: boolean;
|
|
3251
3249
|
operation: "update_message";
|
|
3252
3250
|
ok: boolean;
|
|
3251
|
+
error: string;
|
|
3252
|
+
success: boolean;
|
|
3253
3253
|
message?: {
|
|
3254
3254
|
type: string;
|
|
3255
|
-
user?: string | undefined;
|
|
3256
3255
|
text?: string | undefined;
|
|
3257
3256
|
username?: string | undefined;
|
|
3258
3257
|
ts?: string | undefined;
|
|
3259
3258
|
attachments?: unknown[] | undefined;
|
|
3260
3259
|
blocks?: unknown[] | undefined;
|
|
3261
3260
|
thread_ts?: string | undefined;
|
|
3261
|
+
user?: string | undefined;
|
|
3262
3262
|
bot_id?: string | undefined;
|
|
3263
3263
|
bot_profile?: {
|
|
3264
3264
|
name?: string | undefined;
|
|
@@ -3293,8 +3293,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3293
3293
|
permalink?: string | undefined;
|
|
3294
3294
|
}[] | undefined;
|
|
3295
3295
|
} | undefined;
|
|
3296
|
-
text?: string | undefined;
|
|
3297
3296
|
channel?: string | undefined;
|
|
3297
|
+
text?: string | undefined;
|
|
3298
3298
|
ts?: string | undefined;
|
|
3299
3299
|
}>, z.ZodObject<{
|
|
3300
3300
|
operation: z.ZodLiteral<"delete_message">;
|
|
@@ -3304,17 +3304,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3304
3304
|
error: z.ZodString;
|
|
3305
3305
|
success: z.ZodBoolean;
|
|
3306
3306
|
}, "strip", z.ZodTypeAny, {
|
|
3307
|
-
error: string;
|
|
3308
|
-
success: boolean;
|
|
3309
3307
|
operation: "delete_message";
|
|
3310
3308
|
ok: boolean;
|
|
3309
|
+
error: string;
|
|
3310
|
+
success: boolean;
|
|
3311
3311
|
channel?: string | undefined;
|
|
3312
3312
|
ts?: string | undefined;
|
|
3313
3313
|
}, {
|
|
3314
|
-
error: string;
|
|
3315
|
-
success: boolean;
|
|
3316
3314
|
operation: "delete_message";
|
|
3317
3315
|
ok: boolean;
|
|
3316
|
+
error: string;
|
|
3317
|
+
success: boolean;
|
|
3318
3318
|
channel?: string | undefined;
|
|
3319
3319
|
ts?: string | undefined;
|
|
3320
3320
|
}>, z.ZodObject<{
|
|
@@ -3323,30 +3323,30 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3323
3323
|
error: z.ZodString;
|
|
3324
3324
|
success: z.ZodBoolean;
|
|
3325
3325
|
}, "strip", z.ZodTypeAny, {
|
|
3326
|
-
error: string;
|
|
3327
|
-
success: boolean;
|
|
3328
3326
|
operation: "add_reaction";
|
|
3329
3327
|
ok: boolean;
|
|
3330
|
-
}, {
|
|
3331
3328
|
error: string;
|
|
3332
3329
|
success: boolean;
|
|
3330
|
+
}, {
|
|
3333
3331
|
operation: "add_reaction";
|
|
3334
3332
|
ok: boolean;
|
|
3333
|
+
error: string;
|
|
3334
|
+
success: boolean;
|
|
3335
3335
|
}>, z.ZodObject<{
|
|
3336
3336
|
operation: z.ZodLiteral<"remove_reaction">;
|
|
3337
3337
|
ok: z.ZodBoolean;
|
|
3338
3338
|
error: z.ZodString;
|
|
3339
3339
|
success: z.ZodBoolean;
|
|
3340
3340
|
}, "strip", z.ZodTypeAny, {
|
|
3341
|
-
error: string;
|
|
3342
|
-
success: boolean;
|
|
3343
3341
|
operation: "remove_reaction";
|
|
3344
3342
|
ok: boolean;
|
|
3345
|
-
}, {
|
|
3346
3343
|
error: string;
|
|
3347
3344
|
success: boolean;
|
|
3345
|
+
}, {
|
|
3348
3346
|
operation: "remove_reaction";
|
|
3349
3347
|
ok: boolean;
|
|
3348
|
+
error: string;
|
|
3349
|
+
success: boolean;
|
|
3350
3350
|
}>, z.ZodObject<{
|
|
3351
3351
|
operation: z.ZodLiteral<"join_channel">;
|
|
3352
3352
|
ok: z.ZodBoolean;
|
|
@@ -3470,10 +3470,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3470
3470
|
error: z.ZodString;
|
|
3471
3471
|
success: z.ZodBoolean;
|
|
3472
3472
|
}, "strip", z.ZodTypeAny, {
|
|
3473
|
-
error: string;
|
|
3474
|
-
success: boolean;
|
|
3475
3473
|
operation: "join_channel";
|
|
3476
3474
|
ok: boolean;
|
|
3475
|
+
error: string;
|
|
3476
|
+
success: boolean;
|
|
3477
3477
|
channel?: {
|
|
3478
3478
|
name: string;
|
|
3479
3479
|
id: string;
|
|
@@ -3510,10 +3510,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3510
3510
|
} | undefined;
|
|
3511
3511
|
already_in_channel?: boolean | undefined;
|
|
3512
3512
|
}, {
|
|
3513
|
-
error: string;
|
|
3514
|
-
success: boolean;
|
|
3515
3513
|
operation: "join_channel";
|
|
3516
3514
|
ok: boolean;
|
|
3515
|
+
error: string;
|
|
3516
|
+
success: boolean;
|
|
3517
3517
|
channel?: {
|
|
3518
3518
|
name: string;
|
|
3519
3519
|
id: string;
|
|
@@ -3660,11 +3660,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3660
3660
|
ims: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3661
3661
|
has_rich_preview: z.ZodOptional<z.ZodBoolean>;
|
|
3662
3662
|
}, "strip", z.ZodTypeAny, {
|
|
3663
|
+
username: string;
|
|
3663
3664
|
name: string;
|
|
3664
|
-
id: string;
|
|
3665
3665
|
user: string;
|
|
3666
|
-
username: string;
|
|
3667
3666
|
timestamp: number;
|
|
3667
|
+
id: string;
|
|
3668
3668
|
mimetype: string;
|
|
3669
3669
|
filetype: string;
|
|
3670
3670
|
size: number;
|
|
@@ -3705,11 +3705,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3705
3705
|
ims?: string[] | undefined;
|
|
3706
3706
|
has_rich_preview?: boolean | undefined;
|
|
3707
3707
|
}, {
|
|
3708
|
+
username: string;
|
|
3708
3709
|
name: string;
|
|
3709
|
-
id: string;
|
|
3710
3710
|
user: string;
|
|
3711
|
-
username: string;
|
|
3712
3711
|
timestamp: number;
|
|
3712
|
+
id: string;
|
|
3713
3713
|
mimetype: string;
|
|
3714
3714
|
filetype: string;
|
|
3715
3715
|
size: number;
|
|
@@ -3753,16 +3753,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3753
3753
|
error: z.ZodString;
|
|
3754
3754
|
success: z.ZodBoolean;
|
|
3755
3755
|
}, "strip", z.ZodTypeAny, {
|
|
3756
|
-
error: string;
|
|
3757
|
-
success: boolean;
|
|
3758
3756
|
operation: "upload_file";
|
|
3759
3757
|
ok: boolean;
|
|
3758
|
+
error: string;
|
|
3759
|
+
success: boolean;
|
|
3760
3760
|
file?: {
|
|
3761
|
+
username: string;
|
|
3761
3762
|
name: string;
|
|
3762
|
-
id: string;
|
|
3763
3763
|
user: string;
|
|
3764
|
-
username: string;
|
|
3765
3764
|
timestamp: number;
|
|
3765
|
+
id: string;
|
|
3766
3766
|
mimetype: string;
|
|
3767
3767
|
filetype: string;
|
|
3768
3768
|
size: number;
|
|
@@ -3804,16 +3804,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3804
3804
|
has_rich_preview?: boolean | undefined;
|
|
3805
3805
|
} | undefined;
|
|
3806
3806
|
}, {
|
|
3807
|
-
error: string;
|
|
3808
|
-
success: boolean;
|
|
3809
3807
|
operation: "upload_file";
|
|
3810
3808
|
ok: boolean;
|
|
3809
|
+
error: string;
|
|
3810
|
+
success: boolean;
|
|
3811
3811
|
file?: {
|
|
3812
|
+
username: string;
|
|
3812
3813
|
name: string;
|
|
3813
|
-
id: string;
|
|
3814
3814
|
user: string;
|
|
3815
|
-
username: string;
|
|
3816
3815
|
timestamp: number;
|
|
3816
|
+
id: string;
|
|
3817
3817
|
mimetype: string;
|
|
3818
3818
|
filetype: string;
|
|
3819
3819
|
size: number;
|
|
@@ -3863,18 +3863,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3863
3863
|
error: z.ZodString;
|
|
3864
3864
|
success: z.ZodBoolean;
|
|
3865
3865
|
}, "strip", z.ZodTypeAny, {
|
|
3866
|
-
error: string;
|
|
3867
|
-
success: boolean;
|
|
3868
3866
|
operation: "schedule_message";
|
|
3869
3867
|
ok: boolean;
|
|
3868
|
+
error: string;
|
|
3869
|
+
success: boolean;
|
|
3870
3870
|
channel?: string | undefined;
|
|
3871
3871
|
post_at?: number | undefined;
|
|
3872
3872
|
scheduled_message_id?: string | undefined;
|
|
3873
3873
|
}, {
|
|
3874
|
-
error: string;
|
|
3875
|
-
success: boolean;
|
|
3876
3874
|
operation: "schedule_message";
|
|
3877
3875
|
ok: boolean;
|
|
3876
|
+
error: string;
|
|
3877
|
+
success: boolean;
|
|
3878
3878
|
channel?: string | undefined;
|
|
3879
3879
|
post_at?: number | undefined;
|
|
3880
3880
|
scheduled_message_id?: string | undefined;
|
|
@@ -3933,10 +3933,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3933
3933
|
error: z.ZodString;
|
|
3934
3934
|
success: z.ZodBoolean;
|
|
3935
3935
|
}, "strip", z.ZodTypeAny, {
|
|
3936
|
-
error: string;
|
|
3937
|
-
success: boolean;
|
|
3938
3936
|
operation: "get_file_info";
|
|
3939
3937
|
ok: boolean;
|
|
3938
|
+
error: string;
|
|
3939
|
+
success: boolean;
|
|
3940
3940
|
file?: {
|
|
3941
3941
|
name: string;
|
|
3942
3942
|
id: string;
|
|
@@ -3955,10 +3955,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3955
3955
|
permalink?: string | undefined;
|
|
3956
3956
|
} | undefined;
|
|
3957
3957
|
}, {
|
|
3958
|
-
error: string;
|
|
3959
|
-
success: boolean;
|
|
3960
3958
|
operation: "get_file_info";
|
|
3961
3959
|
ok: boolean;
|
|
3960
|
+
error: string;
|
|
3961
|
+
success: boolean;
|
|
3962
3962
|
file?: {
|
|
3963
3963
|
name: string;
|
|
3964
3964
|
id: string;
|
|
@@ -3986,19 +3986,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3986
3986
|
error: z.ZodString;
|
|
3987
3987
|
success: z.ZodBoolean;
|
|
3988
3988
|
}, "strip", z.ZodTypeAny, {
|
|
3989
|
-
error: string;
|
|
3990
|
-
success: boolean;
|
|
3991
3989
|
operation: "download_file";
|
|
3992
3990
|
ok: boolean;
|
|
3991
|
+
error: string;
|
|
3992
|
+
success: boolean;
|
|
3993
3993
|
content?: string | undefined;
|
|
3994
3994
|
filename?: string | undefined;
|
|
3995
3995
|
mimetype?: string | undefined;
|
|
3996
3996
|
size?: number | undefined;
|
|
3997
3997
|
}, {
|
|
3998
|
-
error: string;
|
|
3999
|
-
success: boolean;
|
|
4000
3998
|
operation: "download_file";
|
|
4001
3999
|
ok: boolean;
|
|
4000
|
+
error: string;
|
|
4001
|
+
success: boolean;
|
|
4002
4002
|
content?: string | undefined;
|
|
4003
4003
|
filename?: string | undefined;
|
|
4004
4004
|
mimetype?: string | undefined;
|
|
@@ -4054,18 +4054,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4054
4054
|
}, "strip", z.ZodTypeAny, {
|
|
4055
4055
|
title?: string | undefined;
|
|
4056
4056
|
text?: string | undefined;
|
|
4057
|
-
image_url?: string | undefined;
|
|
4058
|
-
fields?: {
|
|
4059
|
-
value: string;
|
|
4060
|
-
title: string;
|
|
4061
|
-
short?: boolean | undefined;
|
|
4062
|
-
}[] | undefined;
|
|
4063
4057
|
color?: string | undefined;
|
|
4064
4058
|
pretext?: string | undefined;
|
|
4065
4059
|
author_name?: string | undefined;
|
|
4066
4060
|
author_link?: string | undefined;
|
|
4067
4061
|
author_icon?: string | undefined;
|
|
4068
4062
|
title_link?: string | undefined;
|
|
4063
|
+
fields?: {
|
|
4064
|
+
value: string;
|
|
4065
|
+
title: string;
|
|
4066
|
+
short?: boolean | undefined;
|
|
4067
|
+
}[] | undefined;
|
|
4068
|
+
image_url?: string | undefined;
|
|
4069
4069
|
thumb_url?: string | undefined;
|
|
4070
4070
|
footer?: string | undefined;
|
|
4071
4071
|
footer_icon?: string | undefined;
|
|
@@ -4073,18 +4073,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4073
4073
|
}, {
|
|
4074
4074
|
title?: string | undefined;
|
|
4075
4075
|
text?: string | undefined;
|
|
4076
|
-
image_url?: string | undefined;
|
|
4077
|
-
fields?: {
|
|
4078
|
-
value: string;
|
|
4079
|
-
title: string;
|
|
4080
|
-
short?: boolean | undefined;
|
|
4081
|
-
}[] | undefined;
|
|
4082
4076
|
color?: string | undefined;
|
|
4083
4077
|
pretext?: string | undefined;
|
|
4084
4078
|
author_name?: string | undefined;
|
|
4085
4079
|
author_link?: string | undefined;
|
|
4086
4080
|
author_icon?: string | undefined;
|
|
4087
4081
|
title_link?: string | undefined;
|
|
4082
|
+
fields?: {
|
|
4083
|
+
value: string;
|
|
4084
|
+
title: string;
|
|
4085
|
+
short?: boolean | undefined;
|
|
4086
|
+
}[] | undefined;
|
|
4087
|
+
image_url?: string | undefined;
|
|
4088
4088
|
thumb_url?: string | undefined;
|
|
4089
4089
|
footer?: string | undefined;
|
|
4090
4090
|
footer_icon?: string | undefined;
|
|
@@ -4116,17 +4116,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4116
4116
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4117
4117
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4118
4118
|
}, "strip", z.ZodTypeAny, {
|
|
4119
|
-
type: "
|
|
4120
|
-
emoji?: boolean | undefined;
|
|
4119
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4121
4120
|
text?: string | undefined;
|
|
4122
4121
|
image_url?: string | undefined;
|
|
4122
|
+
emoji?: boolean | undefined;
|
|
4123
4123
|
verbatim?: boolean | undefined;
|
|
4124
4124
|
alt_text?: string | undefined;
|
|
4125
4125
|
}, {
|
|
4126
|
-
type: "
|
|
4127
|
-
emoji?: boolean | undefined;
|
|
4126
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4128
4127
|
text?: string | undefined;
|
|
4129
4128
|
image_url?: string | undefined;
|
|
4129
|
+
emoji?: boolean | undefined;
|
|
4130
4130
|
verbatim?: boolean | undefined;
|
|
4131
4131
|
alt_text?: string | undefined;
|
|
4132
4132
|
}>, "many">>;
|
|
@@ -4156,17 +4156,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4156
4156
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4157
4157
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4158
4158
|
}, "strip", z.ZodTypeAny, {
|
|
4159
|
-
type: "
|
|
4160
|
-
emoji?: boolean | undefined;
|
|
4159
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4161
4160
|
text?: string | undefined;
|
|
4162
4161
|
image_url?: string | undefined;
|
|
4162
|
+
emoji?: boolean | undefined;
|
|
4163
4163
|
verbatim?: boolean | undefined;
|
|
4164
4164
|
alt_text?: string | undefined;
|
|
4165
4165
|
}, {
|
|
4166
|
-
type: "
|
|
4167
|
-
emoji?: boolean | undefined;
|
|
4166
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4168
4167
|
text?: string | undefined;
|
|
4169
4168
|
image_url?: string | undefined;
|
|
4169
|
+
emoji?: boolean | undefined;
|
|
4170
4170
|
verbatim?: boolean | undefined;
|
|
4171
4171
|
alt_text?: string | undefined;
|
|
4172
4172
|
}>, "many">>;
|
|
@@ -4196,17 +4196,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4196
4196
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4197
4197
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4198
4198
|
}, "strip", z.ZodTypeAny, {
|
|
4199
|
-
type: "
|
|
4200
|
-
emoji?: boolean | undefined;
|
|
4199
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4201
4200
|
text?: string | undefined;
|
|
4202
4201
|
image_url?: string | undefined;
|
|
4202
|
+
emoji?: boolean | undefined;
|
|
4203
4203
|
verbatim?: boolean | undefined;
|
|
4204
4204
|
alt_text?: string | undefined;
|
|
4205
4205
|
}, {
|
|
4206
|
-
type: "
|
|
4207
|
-
emoji?: boolean | undefined;
|
|
4206
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4208
4207
|
text?: string | undefined;
|
|
4209
4208
|
image_url?: string | undefined;
|
|
4209
|
+
emoji?: boolean | undefined;
|
|
4210
4210
|
verbatim?: boolean | undefined;
|
|
4211
4211
|
alt_text?: string | undefined;
|
|
4212
4212
|
}>, "many">>;
|
|
@@ -4217,31 +4217,30 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4217
4217
|
unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4218
4218
|
unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4219
4219
|
}, "strip", z.ZodTypeAny, {
|
|
4220
|
-
text: string;
|
|
4221
4220
|
operation: "send_message";
|
|
4222
4221
|
channel: string;
|
|
4222
|
+
text: string;
|
|
4223
4223
|
reply_broadcast: boolean;
|
|
4224
4224
|
unfurl_links: boolean;
|
|
4225
4225
|
unfurl_media: boolean;
|
|
4226
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4227
4226
|
username?: string | undefined;
|
|
4228
4227
|
icon_emoji?: string | undefined;
|
|
4229
4228
|
icon_url?: string | undefined;
|
|
4230
4229
|
attachments?: {
|
|
4231
4230
|
title?: string | undefined;
|
|
4232
4231
|
text?: string | undefined;
|
|
4233
|
-
image_url?: string | undefined;
|
|
4234
|
-
fields?: {
|
|
4235
|
-
value: string;
|
|
4236
|
-
title: string;
|
|
4237
|
-
short?: boolean | undefined;
|
|
4238
|
-
}[] | undefined;
|
|
4239
4232
|
color?: string | undefined;
|
|
4240
4233
|
pretext?: string | undefined;
|
|
4241
4234
|
author_name?: string | undefined;
|
|
4242
4235
|
author_link?: string | undefined;
|
|
4243
4236
|
author_icon?: string | undefined;
|
|
4244
4237
|
title_link?: string | undefined;
|
|
4238
|
+
fields?: {
|
|
4239
|
+
value: string;
|
|
4240
|
+
title: string;
|
|
4241
|
+
short?: boolean | undefined;
|
|
4242
|
+
}[] | undefined;
|
|
4243
|
+
image_url?: string | undefined;
|
|
4245
4244
|
thumb_url?: string | undefined;
|
|
4246
4245
|
footer?: string | undefined;
|
|
4247
4246
|
footer_icon?: string | undefined;
|
|
@@ -4273,45 +4272,45 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4273
4272
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4274
4273
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4275
4274
|
}, "strip", z.ZodTypeAny, {
|
|
4276
|
-
type: "
|
|
4277
|
-
emoji?: boolean | undefined;
|
|
4275
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4278
4276
|
text?: string | undefined;
|
|
4279
4277
|
image_url?: string | undefined;
|
|
4278
|
+
emoji?: boolean | undefined;
|
|
4280
4279
|
verbatim?: boolean | undefined;
|
|
4281
4280
|
alt_text?: string | undefined;
|
|
4282
4281
|
}, {
|
|
4283
|
-
type: "
|
|
4284
|
-
emoji?: boolean | undefined;
|
|
4282
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4285
4283
|
text?: string | undefined;
|
|
4286
4284
|
image_url?: string | undefined;
|
|
4285
|
+
emoji?: boolean | undefined;
|
|
4287
4286
|
verbatim?: boolean | undefined;
|
|
4288
4287
|
alt_text?: string | undefined;
|
|
4289
4288
|
}>, "many">>;
|
|
4290
4289
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4291
4290
|
thread_ts?: string | undefined;
|
|
4291
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4292
4292
|
}, {
|
|
4293
|
-
text: string;
|
|
4294
4293
|
operation: "send_message";
|
|
4295
4294
|
channel: string;
|
|
4296
|
-
|
|
4295
|
+
text: string;
|
|
4297
4296
|
username?: string | undefined;
|
|
4298
4297
|
icon_emoji?: string | undefined;
|
|
4299
4298
|
icon_url?: string | undefined;
|
|
4300
4299
|
attachments?: {
|
|
4301
4300
|
title?: string | undefined;
|
|
4302
4301
|
text?: string | undefined;
|
|
4303
|
-
image_url?: string | undefined;
|
|
4304
|
-
fields?: {
|
|
4305
|
-
value: string;
|
|
4306
|
-
title: string;
|
|
4307
|
-
short?: boolean | undefined;
|
|
4308
|
-
}[] | undefined;
|
|
4309
4302
|
color?: string | undefined;
|
|
4310
4303
|
pretext?: string | undefined;
|
|
4311
4304
|
author_name?: string | undefined;
|
|
4312
4305
|
author_link?: string | undefined;
|
|
4313
4306
|
author_icon?: string | undefined;
|
|
4314
4307
|
title_link?: string | undefined;
|
|
4308
|
+
fields?: {
|
|
4309
|
+
value: string;
|
|
4310
|
+
title: string;
|
|
4311
|
+
short?: boolean | undefined;
|
|
4312
|
+
}[] | undefined;
|
|
4313
|
+
image_url?: string | undefined;
|
|
4315
4314
|
thumb_url?: string | undefined;
|
|
4316
4315
|
footer?: string | undefined;
|
|
4317
4316
|
footer_icon?: string | undefined;
|
|
@@ -4343,23 +4342,24 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4343
4342
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4344
4343
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4345
4344
|
}, "strip", z.ZodTypeAny, {
|
|
4346
|
-
type: "
|
|
4347
|
-
emoji?: boolean | undefined;
|
|
4345
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4348
4346
|
text?: string | undefined;
|
|
4349
4347
|
image_url?: string | undefined;
|
|
4348
|
+
emoji?: boolean | undefined;
|
|
4350
4349
|
verbatim?: boolean | undefined;
|
|
4351
4350
|
alt_text?: string | undefined;
|
|
4352
4351
|
}, {
|
|
4353
|
-
type: "
|
|
4354
|
-
emoji?: boolean | undefined;
|
|
4352
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4355
4353
|
text?: string | undefined;
|
|
4356
4354
|
image_url?: string | undefined;
|
|
4355
|
+
emoji?: boolean | undefined;
|
|
4357
4356
|
verbatim?: boolean | undefined;
|
|
4358
4357
|
alt_text?: string | undefined;
|
|
4359
4358
|
}>, "many">>;
|
|
4360
4359
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4361
4360
|
thread_ts?: string | undefined;
|
|
4362
4361
|
reply_broadcast?: boolean | undefined;
|
|
4362
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4363
4363
|
unfurl_links?: boolean | undefined;
|
|
4364
4364
|
unfurl_media?: boolean | undefined;
|
|
4365
4365
|
}>, z.ZodObject<{
|
|
@@ -4370,16 +4370,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4370
4370
|
cursor: z.ZodOptional<z.ZodString>;
|
|
4371
4371
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4372
4372
|
}, "strip", z.ZodTypeAny, {
|
|
4373
|
-
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
4374
4373
|
operation: "list_channels";
|
|
4374
|
+
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
4375
4375
|
exclude_archived: boolean;
|
|
4376
4376
|
limit: number;
|
|
4377
4377
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4378
4378
|
cursor?: string | undefined;
|
|
4379
4379
|
}, {
|
|
4380
4380
|
operation: "list_channels";
|
|
4381
|
-
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
4382
4381
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4382
|
+
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
4383
4383
|
exclude_archived?: boolean | undefined;
|
|
4384
4384
|
limit?: number | undefined;
|
|
4385
4385
|
cursor?: string | undefined;
|
|
@@ -4404,13 +4404,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4404
4404
|
include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4405
4405
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4406
4406
|
}, "strip", z.ZodTypeAny, {
|
|
4407
|
-
user: string;
|
|
4408
4407
|
operation: "get_user_info";
|
|
4409
4408
|
include_locale: boolean;
|
|
4409
|
+
user: string;
|
|
4410
4410
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4411
4411
|
}, {
|
|
4412
|
-
user: string;
|
|
4413
4412
|
operation: "get_user_info";
|
|
4413
|
+
user: string;
|
|
4414
4414
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4415
4415
|
include_locale?: boolean | undefined;
|
|
4416
4416
|
}>, z.ZodObject<{
|
|
@@ -4441,8 +4441,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4441
4441
|
cursor: z.ZodOptional<z.ZodString>;
|
|
4442
4442
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4443
4443
|
}, "strip", z.ZodTypeAny, {
|
|
4444
|
-
inclusive: boolean;
|
|
4445
4444
|
operation: "get_conversation_history";
|
|
4445
|
+
inclusive: boolean;
|
|
4446
4446
|
channel: string;
|
|
4447
4447
|
limit: number;
|
|
4448
4448
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -4469,8 +4469,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4469
4469
|
cursor: z.ZodOptional<z.ZodString>;
|
|
4470
4470
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4471
4471
|
}, "strip", z.ZodTypeAny, {
|
|
4472
|
-
inclusive: boolean;
|
|
4473
4472
|
operation: "get_thread_replies";
|
|
4473
|
+
inclusive: boolean;
|
|
4474
4474
|
channel: string;
|
|
4475
4475
|
ts: string;
|
|
4476
4476
|
limit: number;
|
|
@@ -4523,18 +4523,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4523
4523
|
}, "strip", z.ZodTypeAny, {
|
|
4524
4524
|
title?: string | undefined;
|
|
4525
4525
|
text?: string | undefined;
|
|
4526
|
-
image_url?: string | undefined;
|
|
4527
|
-
fields?: {
|
|
4528
|
-
value: string;
|
|
4529
|
-
title: string;
|
|
4530
|
-
short?: boolean | undefined;
|
|
4531
|
-
}[] | undefined;
|
|
4532
4526
|
color?: string | undefined;
|
|
4533
4527
|
pretext?: string | undefined;
|
|
4534
4528
|
author_name?: string | undefined;
|
|
4535
4529
|
author_link?: string | undefined;
|
|
4536
4530
|
author_icon?: string | undefined;
|
|
4537
4531
|
title_link?: string | undefined;
|
|
4532
|
+
fields?: {
|
|
4533
|
+
value: string;
|
|
4534
|
+
title: string;
|
|
4535
|
+
short?: boolean | undefined;
|
|
4536
|
+
}[] | undefined;
|
|
4537
|
+
image_url?: string | undefined;
|
|
4538
4538
|
thumb_url?: string | undefined;
|
|
4539
4539
|
footer?: string | undefined;
|
|
4540
4540
|
footer_icon?: string | undefined;
|
|
@@ -4542,18 +4542,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4542
4542
|
}, {
|
|
4543
4543
|
title?: string | undefined;
|
|
4544
4544
|
text?: string | undefined;
|
|
4545
|
-
image_url?: string | undefined;
|
|
4546
|
-
fields?: {
|
|
4547
|
-
value: string;
|
|
4548
|
-
title: string;
|
|
4549
|
-
short?: boolean | undefined;
|
|
4550
|
-
}[] | undefined;
|
|
4551
4545
|
color?: string | undefined;
|
|
4552
4546
|
pretext?: string | undefined;
|
|
4553
4547
|
author_name?: string | undefined;
|
|
4554
4548
|
author_link?: string | undefined;
|
|
4555
4549
|
author_icon?: string | undefined;
|
|
4556
4550
|
title_link?: string | undefined;
|
|
4551
|
+
fields?: {
|
|
4552
|
+
value: string;
|
|
4553
|
+
title: string;
|
|
4554
|
+
short?: boolean | undefined;
|
|
4555
|
+
}[] | undefined;
|
|
4556
|
+
image_url?: string | undefined;
|
|
4557
4557
|
thumb_url?: string | undefined;
|
|
4558
4558
|
footer?: string | undefined;
|
|
4559
4559
|
footer_icon?: string | undefined;
|
|
@@ -4585,17 +4585,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4585
4585
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4586
4586
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4587
4587
|
}, "strip", z.ZodTypeAny, {
|
|
4588
|
-
type: "
|
|
4589
|
-
emoji?: boolean | undefined;
|
|
4588
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4590
4589
|
text?: string | undefined;
|
|
4591
4590
|
image_url?: string | undefined;
|
|
4591
|
+
emoji?: boolean | undefined;
|
|
4592
4592
|
verbatim?: boolean | undefined;
|
|
4593
4593
|
alt_text?: string | undefined;
|
|
4594
4594
|
}, {
|
|
4595
|
-
type: "
|
|
4596
|
-
emoji?: boolean | undefined;
|
|
4595
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4597
4596
|
text?: string | undefined;
|
|
4598
4597
|
image_url?: string | undefined;
|
|
4598
|
+
emoji?: boolean | undefined;
|
|
4599
4599
|
verbatim?: boolean | undefined;
|
|
4600
4600
|
alt_text?: string | undefined;
|
|
4601
4601
|
}>, "many">>;
|
|
@@ -4625,17 +4625,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4625
4625
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4626
4626
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4627
4627
|
}, "strip", z.ZodTypeAny, {
|
|
4628
|
-
type: "
|
|
4629
|
-
emoji?: boolean | undefined;
|
|
4628
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4630
4629
|
text?: string | undefined;
|
|
4631
4630
|
image_url?: string | undefined;
|
|
4631
|
+
emoji?: boolean | undefined;
|
|
4632
4632
|
verbatim?: boolean | undefined;
|
|
4633
4633
|
alt_text?: string | undefined;
|
|
4634
4634
|
}, {
|
|
4635
|
-
type: "
|
|
4636
|
-
emoji?: boolean | undefined;
|
|
4635
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4637
4636
|
text?: string | undefined;
|
|
4638
4637
|
image_url?: string | undefined;
|
|
4638
|
+
emoji?: boolean | undefined;
|
|
4639
4639
|
verbatim?: boolean | undefined;
|
|
4640
4640
|
alt_text?: string | undefined;
|
|
4641
4641
|
}>, "many">>;
|
|
@@ -4665,17 +4665,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4665
4665
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4666
4666
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4667
4667
|
}, "strip", z.ZodTypeAny, {
|
|
4668
|
-
type: "
|
|
4669
|
-
emoji?: boolean | undefined;
|
|
4668
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4670
4669
|
text?: string | undefined;
|
|
4671
4670
|
image_url?: string | undefined;
|
|
4671
|
+
emoji?: boolean | undefined;
|
|
4672
4672
|
verbatim?: boolean | undefined;
|
|
4673
4673
|
alt_text?: string | undefined;
|
|
4674
4674
|
}, {
|
|
4675
|
-
type: "
|
|
4676
|
-
emoji?: boolean | undefined;
|
|
4675
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4677
4676
|
text?: string | undefined;
|
|
4678
4677
|
image_url?: string | undefined;
|
|
4678
|
+
emoji?: boolean | undefined;
|
|
4679
4679
|
verbatim?: boolean | undefined;
|
|
4680
4680
|
alt_text?: string | undefined;
|
|
4681
4681
|
}>, "many">>;
|
|
@@ -4685,23 +4685,22 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4685
4685
|
operation: "update_message";
|
|
4686
4686
|
channel: string;
|
|
4687
4687
|
ts: string;
|
|
4688
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4689
4688
|
text?: string | undefined;
|
|
4690
4689
|
attachments?: {
|
|
4691
4690
|
title?: string | undefined;
|
|
4692
4691
|
text?: string | undefined;
|
|
4693
|
-
image_url?: string | undefined;
|
|
4694
|
-
fields?: {
|
|
4695
|
-
value: string;
|
|
4696
|
-
title: string;
|
|
4697
|
-
short?: boolean | undefined;
|
|
4698
|
-
}[] | undefined;
|
|
4699
4692
|
color?: string | undefined;
|
|
4700
4693
|
pretext?: string | undefined;
|
|
4701
4694
|
author_name?: string | undefined;
|
|
4702
4695
|
author_link?: string | undefined;
|
|
4703
4696
|
author_icon?: string | undefined;
|
|
4704
4697
|
title_link?: string | undefined;
|
|
4698
|
+
fields?: {
|
|
4699
|
+
value: string;
|
|
4700
|
+
title: string;
|
|
4701
|
+
short?: boolean | undefined;
|
|
4702
|
+
}[] | undefined;
|
|
4703
|
+
image_url?: string | undefined;
|
|
4705
4704
|
thumb_url?: string | undefined;
|
|
4706
4705
|
footer?: string | undefined;
|
|
4707
4706
|
footer_icon?: string | undefined;
|
|
@@ -4733,42 +4732,42 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4733
4732
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4734
4733
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4735
4734
|
}, "strip", z.ZodTypeAny, {
|
|
4736
|
-
type: "
|
|
4737
|
-
emoji?: boolean | undefined;
|
|
4735
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4738
4736
|
text?: string | undefined;
|
|
4739
4737
|
image_url?: string | undefined;
|
|
4738
|
+
emoji?: boolean | undefined;
|
|
4740
4739
|
verbatim?: boolean | undefined;
|
|
4741
4740
|
alt_text?: string | undefined;
|
|
4742
4741
|
}, {
|
|
4743
|
-
type: "
|
|
4744
|
-
emoji?: boolean | undefined;
|
|
4742
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4745
4743
|
text?: string | undefined;
|
|
4746
4744
|
image_url?: string | undefined;
|
|
4745
|
+
emoji?: boolean | undefined;
|
|
4747
4746
|
verbatim?: boolean | undefined;
|
|
4748
4747
|
alt_text?: string | undefined;
|
|
4749
4748
|
}>, "many">>;
|
|
4750
4749
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4750
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4751
4751
|
}, {
|
|
4752
4752
|
operation: "update_message";
|
|
4753
4753
|
channel: string;
|
|
4754
4754
|
ts: string;
|
|
4755
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4756
4755
|
text?: string | undefined;
|
|
4757
4756
|
attachments?: {
|
|
4758
4757
|
title?: string | undefined;
|
|
4759
4758
|
text?: string | undefined;
|
|
4760
|
-
image_url?: string | undefined;
|
|
4761
|
-
fields?: {
|
|
4762
|
-
value: string;
|
|
4763
|
-
title: string;
|
|
4764
|
-
short?: boolean | undefined;
|
|
4765
|
-
}[] | undefined;
|
|
4766
4759
|
color?: string | undefined;
|
|
4767
4760
|
pretext?: string | undefined;
|
|
4768
4761
|
author_name?: string | undefined;
|
|
4769
4762
|
author_link?: string | undefined;
|
|
4770
4763
|
author_icon?: string | undefined;
|
|
4771
4764
|
title_link?: string | undefined;
|
|
4765
|
+
fields?: {
|
|
4766
|
+
value: string;
|
|
4767
|
+
title: string;
|
|
4768
|
+
short?: boolean | undefined;
|
|
4769
|
+
}[] | undefined;
|
|
4770
|
+
image_url?: string | undefined;
|
|
4772
4771
|
thumb_url?: string | undefined;
|
|
4773
4772
|
footer?: string | undefined;
|
|
4774
4773
|
footer_icon?: string | undefined;
|
|
@@ -4800,21 +4799,22 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4800
4799
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4801
4800
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4802
4801
|
}, "strip", z.ZodTypeAny, {
|
|
4803
|
-
type: "
|
|
4804
|
-
emoji?: boolean | undefined;
|
|
4802
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4805
4803
|
text?: string | undefined;
|
|
4806
4804
|
image_url?: string | undefined;
|
|
4805
|
+
emoji?: boolean | undefined;
|
|
4807
4806
|
verbatim?: boolean | undefined;
|
|
4808
4807
|
alt_text?: string | undefined;
|
|
4809
4808
|
}, {
|
|
4810
|
-
type: "
|
|
4811
|
-
emoji?: boolean | undefined;
|
|
4809
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4812
4810
|
text?: string | undefined;
|
|
4813
4811
|
image_url?: string | undefined;
|
|
4812
|
+
emoji?: boolean | undefined;
|
|
4814
4813
|
verbatim?: boolean | undefined;
|
|
4815
4814
|
alt_text?: string | undefined;
|
|
4816
4815
|
}>, "many">>;
|
|
4817
4816
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4817
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4818
4818
|
}>, z.ZodObject<{
|
|
4819
4819
|
operation: z.ZodLiteral<"delete_message">;
|
|
4820
4820
|
channel: z.ZodString;
|
|
@@ -4837,15 +4837,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4837
4837
|
timestamp: z.ZodString;
|
|
4838
4838
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4839
4839
|
}, "strip", z.ZodTypeAny, {
|
|
4840
|
-
name: string;
|
|
4841
4840
|
operation: "add_reaction";
|
|
4842
4841
|
channel: string;
|
|
4842
|
+
name: string;
|
|
4843
4843
|
timestamp: string;
|
|
4844
4844
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4845
4845
|
}, {
|
|
4846
|
-
name: string;
|
|
4847
4846
|
operation: "add_reaction";
|
|
4848
4847
|
channel: string;
|
|
4848
|
+
name: string;
|
|
4849
4849
|
timestamp: string;
|
|
4850
4850
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4851
4851
|
}>, z.ZodObject<{
|
|
@@ -4855,15 +4855,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4855
4855
|
timestamp: z.ZodString;
|
|
4856
4856
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4857
4857
|
}, "strip", z.ZodTypeAny, {
|
|
4858
|
-
name: string;
|
|
4859
4858
|
operation: "remove_reaction";
|
|
4860
4859
|
channel: string;
|
|
4860
|
+
name: string;
|
|
4861
4861
|
timestamp: string;
|
|
4862
4862
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4863
4863
|
}, {
|
|
4864
|
-
name: string;
|
|
4865
4864
|
operation: "remove_reaction";
|
|
4866
4865
|
channel: string;
|
|
4866
|
+
name: string;
|
|
4867
4867
|
timestamp: string;
|
|
4868
4868
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4869
4869
|
}>, z.ZodObject<{
|
|
@@ -4893,8 +4893,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4893
4893
|
channel: string;
|
|
4894
4894
|
title?: string | undefined;
|
|
4895
4895
|
content?: string | undefined;
|
|
4896
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4897
4896
|
thread_ts?: string | undefined;
|
|
4897
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4898
4898
|
file_path?: string | undefined;
|
|
4899
4899
|
filename?: string | undefined;
|
|
4900
4900
|
initial_comment?: string | undefined;
|
|
@@ -4903,8 +4903,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4903
4903
|
channel: string;
|
|
4904
4904
|
title?: string | undefined;
|
|
4905
4905
|
content?: string | undefined;
|
|
4906
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4907
4906
|
thread_ts?: string | undefined;
|
|
4907
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4908
4908
|
file_path?: string | undefined;
|
|
4909
4909
|
filename?: string | undefined;
|
|
4910
4910
|
initial_comment?: string | undefined;
|
|
@@ -4940,17 +4940,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4940
4940
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4941
4941
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4942
4942
|
}, "strip", z.ZodTypeAny, {
|
|
4943
|
-
type: "
|
|
4944
|
-
emoji?: boolean | undefined;
|
|
4943
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4945
4944
|
text?: string | undefined;
|
|
4946
4945
|
image_url?: string | undefined;
|
|
4946
|
+
emoji?: boolean | undefined;
|
|
4947
4947
|
verbatim?: boolean | undefined;
|
|
4948
4948
|
alt_text?: string | undefined;
|
|
4949
4949
|
}, {
|
|
4950
|
-
type: "
|
|
4951
|
-
emoji?: boolean | undefined;
|
|
4950
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4952
4951
|
text?: string | undefined;
|
|
4953
4952
|
image_url?: string | undefined;
|
|
4953
|
+
emoji?: boolean | undefined;
|
|
4954
4954
|
verbatim?: boolean | undefined;
|
|
4955
4955
|
alt_text?: string | undefined;
|
|
4956
4956
|
}>, "many">>;
|
|
@@ -4980,17 +4980,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4980
4980
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
4981
4981
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4982
4982
|
}, "strip", z.ZodTypeAny, {
|
|
4983
|
-
type: "
|
|
4984
|
-
emoji?: boolean | undefined;
|
|
4983
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4985
4984
|
text?: string | undefined;
|
|
4986
4985
|
image_url?: string | undefined;
|
|
4986
|
+
emoji?: boolean | undefined;
|
|
4987
4987
|
verbatim?: boolean | undefined;
|
|
4988
4988
|
alt_text?: string | undefined;
|
|
4989
4989
|
}, {
|
|
4990
|
-
type: "
|
|
4991
|
-
emoji?: boolean | undefined;
|
|
4990
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
4992
4991
|
text?: string | undefined;
|
|
4993
4992
|
image_url?: string | undefined;
|
|
4993
|
+
emoji?: boolean | undefined;
|
|
4994
4994
|
verbatim?: boolean | undefined;
|
|
4995
4995
|
alt_text?: string | undefined;
|
|
4996
4996
|
}>, "many">>;
|
|
@@ -5020,17 +5020,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5020
5020
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
5021
5021
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
5022
5022
|
}, "strip", z.ZodTypeAny, {
|
|
5023
|
-
type: "
|
|
5024
|
-
emoji?: boolean | undefined;
|
|
5023
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
5025
5024
|
text?: string | undefined;
|
|
5026
5025
|
image_url?: string | undefined;
|
|
5026
|
+
emoji?: boolean | undefined;
|
|
5027
5027
|
verbatim?: boolean | undefined;
|
|
5028
5028
|
alt_text?: string | undefined;
|
|
5029
5029
|
}, {
|
|
5030
|
-
type: "
|
|
5031
|
-
emoji?: boolean | undefined;
|
|
5030
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
5032
5031
|
text?: string | undefined;
|
|
5033
5032
|
image_url?: string | undefined;
|
|
5033
|
+
emoji?: boolean | undefined;
|
|
5034
5034
|
verbatim?: boolean | undefined;
|
|
5035
5035
|
alt_text?: string | undefined;
|
|
5036
5036
|
}>, "many">>;
|
|
@@ -5039,13 +5039,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5039
5039
|
unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
5040
5040
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
5041
5041
|
}, "strip", z.ZodTypeAny, {
|
|
5042
|
-
text: string;
|
|
5043
5042
|
operation: "schedule_message";
|
|
5044
5043
|
channel: string;
|
|
5044
|
+
text: string;
|
|
5045
5045
|
unfurl_links: boolean;
|
|
5046
5046
|
unfurl_media: boolean;
|
|
5047
5047
|
post_at: number;
|
|
5048
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
5049
5048
|
blocks?: z.objectOutputType<{
|
|
5050
5049
|
type: z.ZodString;
|
|
5051
5050
|
text: z.ZodOptional<z.ZodObject<{
|
|
@@ -5072,28 +5071,28 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5072
5071
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
5073
5072
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
5074
5073
|
}, "strip", z.ZodTypeAny, {
|
|
5075
|
-
type: "
|
|
5076
|
-
emoji?: boolean | undefined;
|
|
5074
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
5077
5075
|
text?: string | undefined;
|
|
5078
5076
|
image_url?: string | undefined;
|
|
5077
|
+
emoji?: boolean | undefined;
|
|
5079
5078
|
verbatim?: boolean | undefined;
|
|
5080
5079
|
alt_text?: string | undefined;
|
|
5081
5080
|
}, {
|
|
5082
|
-
type: "
|
|
5083
|
-
emoji?: boolean | undefined;
|
|
5081
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
5084
5082
|
text?: string | undefined;
|
|
5085
5083
|
image_url?: string | undefined;
|
|
5084
|
+
emoji?: boolean | undefined;
|
|
5086
5085
|
verbatim?: boolean | undefined;
|
|
5087
5086
|
alt_text?: string | undefined;
|
|
5088
5087
|
}>, "many">>;
|
|
5089
5088
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5090
5089
|
thread_ts?: string | undefined;
|
|
5090
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
5091
5091
|
}, {
|
|
5092
|
-
text: string;
|
|
5093
5092
|
operation: "schedule_message";
|
|
5094
5093
|
channel: string;
|
|
5094
|
+
text: string;
|
|
5095
5095
|
post_at: number;
|
|
5096
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
5097
5096
|
blocks?: z.objectInputType<{
|
|
5098
5097
|
type: z.ZodString;
|
|
5099
5098
|
text: z.ZodOptional<z.ZodObject<{
|
|
@@ -5120,22 +5119,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5120
5119
|
emoji: z.ZodOptional<z.ZodBoolean>;
|
|
5121
5120
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
5122
5121
|
}, "strip", z.ZodTypeAny, {
|
|
5123
|
-
type: "
|
|
5124
|
-
emoji?: boolean | undefined;
|
|
5122
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
5125
5123
|
text?: string | undefined;
|
|
5126
5124
|
image_url?: string | undefined;
|
|
5125
|
+
emoji?: boolean | undefined;
|
|
5127
5126
|
verbatim?: boolean | undefined;
|
|
5128
5127
|
alt_text?: string | undefined;
|
|
5129
5128
|
}, {
|
|
5130
|
-
type: "
|
|
5131
|
-
emoji?: boolean | undefined;
|
|
5129
|
+
type: "plain_text" | "mrkdwn" | "image";
|
|
5132
5130
|
text?: string | undefined;
|
|
5133
5131
|
image_url?: string | undefined;
|
|
5132
|
+
emoji?: boolean | undefined;
|
|
5134
5133
|
verbatim?: boolean | undefined;
|
|
5135
5134
|
alt_text?: string | undefined;
|
|
5136
5135
|
}>, "many">>;
|
|
5137
5136
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5138
5137
|
thread_ts?: string | undefined;
|
|
5138
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
5139
5139
|
unfurl_links?: boolean | undefined;
|
|
5140
5140
|
unfurl_media?: boolean | undefined;
|
|
5141
5141
|
}>, z.ZodObject<{
|
|
@@ -5259,13 +5259,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5259
5259
|
}>, "many">>;
|
|
5260
5260
|
}, "strip", z.ZodTypeAny, {
|
|
5261
5261
|
type: string;
|
|
5262
|
-
user?: string | undefined;
|
|
5263
5262
|
text?: string | undefined;
|
|
5264
5263
|
username?: string | undefined;
|
|
5265
5264
|
ts?: string | undefined;
|
|
5266
5265
|
attachments?: unknown[] | undefined;
|
|
5267
5266
|
blocks?: unknown[] | undefined;
|
|
5268
5267
|
thread_ts?: string | undefined;
|
|
5268
|
+
user?: string | undefined;
|
|
5269
5269
|
bot_id?: string | undefined;
|
|
5270
5270
|
bot_profile?: {
|
|
5271
5271
|
name?: string | undefined;
|
|
@@ -5301,13 +5301,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5301
5301
|
}[] | undefined;
|
|
5302
5302
|
}, {
|
|
5303
5303
|
type: string;
|
|
5304
|
-
user?: string | undefined;
|
|
5305
5304
|
text?: string | undefined;
|
|
5306
5305
|
username?: string | undefined;
|
|
5307
5306
|
ts?: string | undefined;
|
|
5308
5307
|
attachments?: unknown[] | undefined;
|
|
5309
5308
|
blocks?: unknown[] | undefined;
|
|
5310
5309
|
thread_ts?: string | undefined;
|
|
5310
|
+
user?: string | undefined;
|
|
5311
5311
|
bot_id?: string | undefined;
|
|
5312
5312
|
bot_profile?: {
|
|
5313
5313
|
name?: string | undefined;
|
|
@@ -5345,19 +5345,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5345
5345
|
error: z.ZodString;
|
|
5346
5346
|
success: z.ZodBoolean;
|
|
5347
5347
|
}, "strip", z.ZodTypeAny, {
|
|
5348
|
-
error: string;
|
|
5349
|
-
success: boolean;
|
|
5350
5348
|
operation: "send_message";
|
|
5351
5349
|
ok: boolean;
|
|
5350
|
+
error: string;
|
|
5351
|
+
success: boolean;
|
|
5352
5352
|
message?: {
|
|
5353
5353
|
type: string;
|
|
5354
|
-
user?: string | undefined;
|
|
5355
5354
|
text?: string | undefined;
|
|
5356
5355
|
username?: string | undefined;
|
|
5357
5356
|
ts?: string | undefined;
|
|
5358
5357
|
attachments?: unknown[] | undefined;
|
|
5359
5358
|
blocks?: unknown[] | undefined;
|
|
5360
5359
|
thread_ts?: string | undefined;
|
|
5360
|
+
user?: string | undefined;
|
|
5361
5361
|
bot_id?: string | undefined;
|
|
5362
5362
|
bot_profile?: {
|
|
5363
5363
|
name?: string | undefined;
|
|
@@ -5395,19 +5395,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5395
5395
|
channel?: string | undefined;
|
|
5396
5396
|
ts?: string | undefined;
|
|
5397
5397
|
}, {
|
|
5398
|
-
error: string;
|
|
5399
|
-
success: boolean;
|
|
5400
5398
|
operation: "send_message";
|
|
5401
5399
|
ok: boolean;
|
|
5400
|
+
error: string;
|
|
5401
|
+
success: boolean;
|
|
5402
5402
|
message?: {
|
|
5403
5403
|
type: string;
|
|
5404
|
-
user?: string | undefined;
|
|
5405
5404
|
text?: string | undefined;
|
|
5406
5405
|
username?: string | undefined;
|
|
5407
5406
|
ts?: string | undefined;
|
|
5408
5407
|
attachments?: unknown[] | undefined;
|
|
5409
5408
|
blocks?: unknown[] | undefined;
|
|
5410
5409
|
thread_ts?: string | undefined;
|
|
5410
|
+
user?: string | undefined;
|
|
5411
5411
|
bot_id?: string | undefined;
|
|
5412
5412
|
bot_profile?: {
|
|
5413
5413
|
name?: string | undefined;
|
|
@@ -5573,13 +5573,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5573
5573
|
error: z.ZodString;
|
|
5574
5574
|
success: z.ZodBoolean;
|
|
5575
5575
|
}, "strip", z.ZodTypeAny, {
|
|
5576
|
-
error: string;
|
|
5577
|
-
success: boolean;
|
|
5578
5576
|
operation: "list_channels";
|
|
5579
5577
|
ok: boolean;
|
|
5580
|
-
|
|
5581
|
-
|
|
5582
|
-
} | undefined;
|
|
5578
|
+
error: string;
|
|
5579
|
+
success: boolean;
|
|
5583
5580
|
channels?: {
|
|
5584
5581
|
name: string;
|
|
5585
5582
|
id: string;
|
|
@@ -5614,14 +5611,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5614
5611
|
} | undefined;
|
|
5615
5612
|
num_members?: number | undefined;
|
|
5616
5613
|
}[] | undefined;
|
|
5617
|
-
}, {
|
|
5618
|
-
error: string;
|
|
5619
|
-
success: boolean;
|
|
5620
|
-
operation: "list_channels";
|
|
5621
|
-
ok: boolean;
|
|
5622
5614
|
response_metadata?: {
|
|
5623
5615
|
next_cursor: string;
|
|
5624
5616
|
} | undefined;
|
|
5617
|
+
}, {
|
|
5618
|
+
operation: "list_channels";
|
|
5619
|
+
ok: boolean;
|
|
5620
|
+
error: string;
|
|
5621
|
+
success: boolean;
|
|
5625
5622
|
channels?: {
|
|
5626
5623
|
name: string;
|
|
5627
5624
|
id: string;
|
|
@@ -5656,6 +5653,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5656
5653
|
} | undefined;
|
|
5657
5654
|
num_members?: number | undefined;
|
|
5658
5655
|
}[] | undefined;
|
|
5656
|
+
response_metadata?: {
|
|
5657
|
+
next_cursor: string;
|
|
5658
|
+
} | undefined;
|
|
5659
5659
|
}>, z.ZodObject<{
|
|
5660
5660
|
operation: z.ZodLiteral<"get_channel_info">;
|
|
5661
5661
|
ok: z.ZodBoolean;
|
|
@@ -5778,10 +5778,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5778
5778
|
error: z.ZodString;
|
|
5779
5779
|
success: z.ZodBoolean;
|
|
5780
5780
|
}, "strip", z.ZodTypeAny, {
|
|
5781
|
-
error: string;
|
|
5782
|
-
success: boolean;
|
|
5783
5781
|
operation: "get_channel_info";
|
|
5784
5782
|
ok: boolean;
|
|
5783
|
+
error: string;
|
|
5784
|
+
success: boolean;
|
|
5785
5785
|
channel?: {
|
|
5786
5786
|
name: string;
|
|
5787
5787
|
id: string;
|
|
@@ -5817,10 +5817,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5817
5817
|
num_members?: number | undefined;
|
|
5818
5818
|
} | undefined;
|
|
5819
5819
|
}, {
|
|
5820
|
-
error: string;
|
|
5821
|
-
success: boolean;
|
|
5822
5820
|
operation: "get_channel_info";
|
|
5823
5821
|
ok: boolean;
|
|
5822
|
+
error: string;
|
|
5823
|
+
success: boolean;
|
|
5824
5824
|
channel?: {
|
|
5825
5825
|
name: string;
|
|
5826
5826
|
id: string;
|
|
@@ -5895,8 +5895,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5895
5895
|
image_1024: z.ZodOptional<z.ZodString>;
|
|
5896
5896
|
}, "strip", z.ZodTypeAny, {
|
|
5897
5897
|
title?: string | undefined;
|
|
5898
|
-
email?: string | undefined;
|
|
5899
5898
|
fields?: Record<string, unknown> | undefined;
|
|
5899
|
+
email?: string | undefined;
|
|
5900
5900
|
real_name?: string | undefined;
|
|
5901
5901
|
phone?: string | undefined;
|
|
5902
5902
|
skype?: string | undefined;
|
|
@@ -5920,8 +5920,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5920
5920
|
image_1024?: string | undefined;
|
|
5921
5921
|
}, {
|
|
5922
5922
|
title?: string | undefined;
|
|
5923
|
-
email?: string | undefined;
|
|
5924
5923
|
fields?: Record<string, unknown> | undefined;
|
|
5924
|
+
email?: string | undefined;
|
|
5925
5925
|
real_name?: string | undefined;
|
|
5926
5926
|
phone?: string | undefined;
|
|
5927
5927
|
skype?: string | undefined;
|
|
@@ -5965,8 +5965,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5965
5965
|
tz_offset?: number | undefined;
|
|
5966
5966
|
profile?: {
|
|
5967
5967
|
title?: string | undefined;
|
|
5968
|
-
email?: string | undefined;
|
|
5969
5968
|
fields?: Record<string, unknown> | undefined;
|
|
5969
|
+
email?: string | undefined;
|
|
5970
5970
|
real_name?: string | undefined;
|
|
5971
5971
|
phone?: string | undefined;
|
|
5972
5972
|
skype?: string | undefined;
|
|
@@ -6010,8 +6010,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6010
6010
|
tz_offset?: number | undefined;
|
|
6011
6011
|
profile?: {
|
|
6012
6012
|
title?: string | undefined;
|
|
6013
|
-
email?: string | undefined;
|
|
6014
6013
|
fields?: Record<string, unknown> | undefined;
|
|
6014
|
+
email?: string | undefined;
|
|
6015
6015
|
real_name?: string | undefined;
|
|
6016
6016
|
phone?: string | undefined;
|
|
6017
6017
|
skype?: string | undefined;
|
|
@@ -6047,10 +6047,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6047
6047
|
error: z.ZodString;
|
|
6048
6048
|
success: z.ZodBoolean;
|
|
6049
6049
|
}, "strip", z.ZodTypeAny, {
|
|
6050
|
-
error: string;
|
|
6051
|
-
success: boolean;
|
|
6052
6050
|
operation: "get_user_info";
|
|
6053
6051
|
ok: boolean;
|
|
6052
|
+
error: string;
|
|
6053
|
+
success: boolean;
|
|
6054
6054
|
user?: {
|
|
6055
6055
|
name: string;
|
|
6056
6056
|
id: string;
|
|
@@ -6063,8 +6063,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6063
6063
|
tz_offset?: number | undefined;
|
|
6064
6064
|
profile?: {
|
|
6065
6065
|
title?: string | undefined;
|
|
6066
|
-
email?: string | undefined;
|
|
6067
6066
|
fields?: Record<string, unknown> | undefined;
|
|
6067
|
+
email?: string | undefined;
|
|
6068
6068
|
real_name?: string | undefined;
|
|
6069
6069
|
phone?: string | undefined;
|
|
6070
6070
|
skype?: string | undefined;
|
|
@@ -6098,10 +6098,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6098
6098
|
has_2fa?: boolean | undefined;
|
|
6099
6099
|
} | undefined;
|
|
6100
6100
|
}, {
|
|
6101
|
-
error: string;
|
|
6102
|
-
success: boolean;
|
|
6103
6101
|
operation: "get_user_info";
|
|
6104
6102
|
ok: boolean;
|
|
6103
|
+
error: string;
|
|
6104
|
+
success: boolean;
|
|
6105
6105
|
user?: {
|
|
6106
6106
|
name: string;
|
|
6107
6107
|
id: string;
|
|
@@ -6114,8 +6114,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6114
6114
|
tz_offset?: number | undefined;
|
|
6115
6115
|
profile?: {
|
|
6116
6116
|
title?: string | undefined;
|
|
6117
|
-
email?: string | undefined;
|
|
6118
6117
|
fields?: Record<string, unknown> | undefined;
|
|
6118
|
+
email?: string | undefined;
|
|
6119
6119
|
real_name?: string | undefined;
|
|
6120
6120
|
phone?: string | undefined;
|
|
6121
6121
|
skype?: string | undefined;
|
|
@@ -6188,8 +6188,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6188
6188
|
image_1024: z.ZodOptional<z.ZodString>;
|
|
6189
6189
|
}, "strip", z.ZodTypeAny, {
|
|
6190
6190
|
title?: string | undefined;
|
|
6191
|
-
email?: string | undefined;
|
|
6192
6191
|
fields?: Record<string, unknown> | undefined;
|
|
6192
|
+
email?: string | undefined;
|
|
6193
6193
|
real_name?: string | undefined;
|
|
6194
6194
|
phone?: string | undefined;
|
|
6195
6195
|
skype?: string | undefined;
|
|
@@ -6213,8 +6213,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6213
6213
|
image_1024?: string | undefined;
|
|
6214
6214
|
}, {
|
|
6215
6215
|
title?: string | undefined;
|
|
6216
|
-
email?: string | undefined;
|
|
6217
6216
|
fields?: Record<string, unknown> | undefined;
|
|
6217
|
+
email?: string | undefined;
|
|
6218
6218
|
real_name?: string | undefined;
|
|
6219
6219
|
phone?: string | undefined;
|
|
6220
6220
|
skype?: string | undefined;
|
|
@@ -6258,8 +6258,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6258
6258
|
tz_offset?: number | undefined;
|
|
6259
6259
|
profile?: {
|
|
6260
6260
|
title?: string | undefined;
|
|
6261
|
-
email?: string | undefined;
|
|
6262
6261
|
fields?: Record<string, unknown> | undefined;
|
|
6262
|
+
email?: string | undefined;
|
|
6263
6263
|
real_name?: string | undefined;
|
|
6264
6264
|
phone?: string | undefined;
|
|
6265
6265
|
skype?: string | undefined;
|
|
@@ -6303,8 +6303,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6303
6303
|
tz_offset?: number | undefined;
|
|
6304
6304
|
profile?: {
|
|
6305
6305
|
title?: string | undefined;
|
|
6306
|
-
email?: string | undefined;
|
|
6307
6306
|
fields?: Record<string, unknown> | undefined;
|
|
6307
|
+
email?: string | undefined;
|
|
6308
6308
|
real_name?: string | undefined;
|
|
6309
6309
|
phone?: string | undefined;
|
|
6310
6310
|
skype?: string | undefined;
|
|
@@ -6347,10 +6347,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6347
6347
|
error: z.ZodString;
|
|
6348
6348
|
success: z.ZodBoolean;
|
|
6349
6349
|
}, "strip", z.ZodTypeAny, {
|
|
6350
|
-
error: string;
|
|
6351
|
-
success: boolean;
|
|
6352
6350
|
operation: "list_users";
|
|
6353
6351
|
ok: boolean;
|
|
6352
|
+
error: string;
|
|
6353
|
+
success: boolean;
|
|
6354
6354
|
response_metadata?: {
|
|
6355
6355
|
next_cursor: string;
|
|
6356
6356
|
} | undefined;
|
|
@@ -6366,8 +6366,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6366
6366
|
tz_offset?: number | undefined;
|
|
6367
6367
|
profile?: {
|
|
6368
6368
|
title?: string | undefined;
|
|
6369
|
-
email?: string | undefined;
|
|
6370
6369
|
fields?: Record<string, unknown> | undefined;
|
|
6370
|
+
email?: string | undefined;
|
|
6371
6371
|
real_name?: string | undefined;
|
|
6372
6372
|
phone?: string | undefined;
|
|
6373
6373
|
skype?: string | undefined;
|
|
@@ -6401,10 +6401,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6401
6401
|
has_2fa?: boolean | undefined;
|
|
6402
6402
|
}[] | undefined;
|
|
6403
6403
|
}, {
|
|
6404
|
-
error: string;
|
|
6405
|
-
success: boolean;
|
|
6406
6404
|
operation: "list_users";
|
|
6407
6405
|
ok: boolean;
|
|
6406
|
+
error: string;
|
|
6407
|
+
success: boolean;
|
|
6408
6408
|
response_metadata?: {
|
|
6409
6409
|
next_cursor: string;
|
|
6410
6410
|
} | undefined;
|
|
@@ -6420,8 +6420,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6420
6420
|
tz_offset?: number | undefined;
|
|
6421
6421
|
profile?: {
|
|
6422
6422
|
title?: string | undefined;
|
|
6423
|
-
email?: string | undefined;
|
|
6424
6423
|
fields?: Record<string, unknown> | undefined;
|
|
6424
|
+
email?: string | undefined;
|
|
6425
6425
|
real_name?: string | undefined;
|
|
6426
6426
|
phone?: string | undefined;
|
|
6427
6427
|
skype?: string | undefined;
|
|
@@ -6545,13 +6545,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6545
6545
|
}>, "many">>;
|
|
6546
6546
|
}, "strip", z.ZodTypeAny, {
|
|
6547
6547
|
type: string;
|
|
6548
|
-
user?: string | undefined;
|
|
6549
6548
|
text?: string | undefined;
|
|
6550
6549
|
username?: string | undefined;
|
|
6551
6550
|
ts?: string | undefined;
|
|
6552
6551
|
attachments?: unknown[] | undefined;
|
|
6553
6552
|
blocks?: unknown[] | undefined;
|
|
6554
6553
|
thread_ts?: string | undefined;
|
|
6554
|
+
user?: string | undefined;
|
|
6555
6555
|
bot_id?: string | undefined;
|
|
6556
6556
|
bot_profile?: {
|
|
6557
6557
|
name?: string | undefined;
|
|
@@ -6587,13 +6587,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6587
6587
|
}[] | undefined;
|
|
6588
6588
|
}, {
|
|
6589
6589
|
type: string;
|
|
6590
|
-
user?: string | undefined;
|
|
6591
6590
|
text?: string | undefined;
|
|
6592
6591
|
username?: string | undefined;
|
|
6593
6592
|
ts?: string | undefined;
|
|
6594
6593
|
attachments?: unknown[] | undefined;
|
|
6595
6594
|
blocks?: unknown[] | undefined;
|
|
6596
6595
|
thread_ts?: string | undefined;
|
|
6596
|
+
user?: string | undefined;
|
|
6597
6597
|
bot_id?: string | undefined;
|
|
6598
6598
|
bot_profile?: {
|
|
6599
6599
|
name?: string | undefined;
|
|
@@ -6639,19 +6639,22 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6639
6639
|
error: z.ZodString;
|
|
6640
6640
|
success: z.ZodBoolean;
|
|
6641
6641
|
}, "strip", z.ZodTypeAny, {
|
|
6642
|
-
error: string;
|
|
6643
|
-
success: boolean;
|
|
6644
6642
|
operation: "get_conversation_history";
|
|
6645
6643
|
ok: boolean;
|
|
6644
|
+
error: string;
|
|
6645
|
+
success: boolean;
|
|
6646
|
+
response_metadata?: {
|
|
6647
|
+
next_cursor: string;
|
|
6648
|
+
} | undefined;
|
|
6646
6649
|
messages?: {
|
|
6647
6650
|
type: string;
|
|
6648
|
-
user?: string | undefined;
|
|
6649
6651
|
text?: string | undefined;
|
|
6650
6652
|
username?: string | undefined;
|
|
6651
6653
|
ts?: string | undefined;
|
|
6652
6654
|
attachments?: unknown[] | undefined;
|
|
6653
6655
|
blocks?: unknown[] | undefined;
|
|
6654
6656
|
thread_ts?: string | undefined;
|
|
6657
|
+
user?: string | undefined;
|
|
6655
6658
|
bot_id?: string | undefined;
|
|
6656
6659
|
bot_profile?: {
|
|
6657
6660
|
name?: string | undefined;
|
|
@@ -6686,24 +6689,24 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6686
6689
|
permalink?: string | undefined;
|
|
6687
6690
|
}[] | undefined;
|
|
6688
6691
|
}[] | undefined;
|
|
6689
|
-
response_metadata?: {
|
|
6690
|
-
next_cursor: string;
|
|
6691
|
-
} | undefined;
|
|
6692
6692
|
has_more?: boolean | undefined;
|
|
6693
6693
|
}, {
|
|
6694
|
-
error: string;
|
|
6695
|
-
success: boolean;
|
|
6696
6694
|
operation: "get_conversation_history";
|
|
6697
6695
|
ok: boolean;
|
|
6696
|
+
error: string;
|
|
6697
|
+
success: boolean;
|
|
6698
|
+
response_metadata?: {
|
|
6699
|
+
next_cursor: string;
|
|
6700
|
+
} | undefined;
|
|
6698
6701
|
messages?: {
|
|
6699
6702
|
type: string;
|
|
6700
|
-
user?: string | undefined;
|
|
6701
6703
|
text?: string | undefined;
|
|
6702
6704
|
username?: string | undefined;
|
|
6703
6705
|
ts?: string | undefined;
|
|
6704
6706
|
attachments?: unknown[] | undefined;
|
|
6705
6707
|
blocks?: unknown[] | undefined;
|
|
6706
6708
|
thread_ts?: string | undefined;
|
|
6709
|
+
user?: string | undefined;
|
|
6707
6710
|
bot_id?: string | undefined;
|
|
6708
6711
|
bot_profile?: {
|
|
6709
6712
|
name?: string | undefined;
|
|
@@ -6738,9 +6741,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6738
6741
|
permalink?: string | undefined;
|
|
6739
6742
|
}[] | undefined;
|
|
6740
6743
|
}[] | undefined;
|
|
6741
|
-
response_metadata?: {
|
|
6742
|
-
next_cursor: string;
|
|
6743
|
-
} | undefined;
|
|
6744
6744
|
has_more?: boolean | undefined;
|
|
6745
6745
|
}>, z.ZodObject<{
|
|
6746
6746
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -6833,13 +6833,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6833
6833
|
}>, "many">>;
|
|
6834
6834
|
}, "strip", z.ZodTypeAny, {
|
|
6835
6835
|
type: string;
|
|
6836
|
-
user?: string | undefined;
|
|
6837
6836
|
text?: string | undefined;
|
|
6838
6837
|
username?: string | undefined;
|
|
6839
6838
|
ts?: string | undefined;
|
|
6840
6839
|
attachments?: unknown[] | undefined;
|
|
6841
6840
|
blocks?: unknown[] | undefined;
|
|
6842
6841
|
thread_ts?: string | undefined;
|
|
6842
|
+
user?: string | undefined;
|
|
6843
6843
|
bot_id?: string | undefined;
|
|
6844
6844
|
bot_profile?: {
|
|
6845
6845
|
name?: string | undefined;
|
|
@@ -6875,13 +6875,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6875
6875
|
}[] | undefined;
|
|
6876
6876
|
}, {
|
|
6877
6877
|
type: string;
|
|
6878
|
-
user?: string | undefined;
|
|
6879
6878
|
text?: string | undefined;
|
|
6880
6879
|
username?: string | undefined;
|
|
6881
6880
|
ts?: string | undefined;
|
|
6882
6881
|
attachments?: unknown[] | undefined;
|
|
6883
6882
|
blocks?: unknown[] | undefined;
|
|
6884
6883
|
thread_ts?: string | undefined;
|
|
6884
|
+
user?: string | undefined;
|
|
6885
6885
|
bot_id?: string | undefined;
|
|
6886
6886
|
bot_profile?: {
|
|
6887
6887
|
name?: string | undefined;
|
|
@@ -6927,19 +6927,22 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6927
6927
|
error: z.ZodString;
|
|
6928
6928
|
success: z.ZodBoolean;
|
|
6929
6929
|
}, "strip", z.ZodTypeAny, {
|
|
6930
|
-
error: string;
|
|
6931
|
-
success: boolean;
|
|
6932
6930
|
operation: "get_thread_replies";
|
|
6933
6931
|
ok: boolean;
|
|
6932
|
+
error: string;
|
|
6933
|
+
success: boolean;
|
|
6934
|
+
response_metadata?: {
|
|
6935
|
+
next_cursor: string;
|
|
6936
|
+
} | undefined;
|
|
6934
6937
|
messages?: {
|
|
6935
6938
|
type: string;
|
|
6936
|
-
user?: string | undefined;
|
|
6937
6939
|
text?: string | undefined;
|
|
6938
6940
|
username?: string | undefined;
|
|
6939
6941
|
ts?: string | undefined;
|
|
6940
6942
|
attachments?: unknown[] | undefined;
|
|
6941
6943
|
blocks?: unknown[] | undefined;
|
|
6942
6944
|
thread_ts?: string | undefined;
|
|
6945
|
+
user?: string | undefined;
|
|
6943
6946
|
bot_id?: string | undefined;
|
|
6944
6947
|
bot_profile?: {
|
|
6945
6948
|
name?: string | undefined;
|
|
@@ -6974,24 +6977,24 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6974
6977
|
permalink?: string | undefined;
|
|
6975
6978
|
}[] | undefined;
|
|
6976
6979
|
}[] | undefined;
|
|
6977
|
-
response_metadata?: {
|
|
6978
|
-
next_cursor: string;
|
|
6979
|
-
} | undefined;
|
|
6980
6980
|
has_more?: boolean | undefined;
|
|
6981
6981
|
}, {
|
|
6982
|
-
error: string;
|
|
6983
|
-
success: boolean;
|
|
6984
6982
|
operation: "get_thread_replies";
|
|
6985
6983
|
ok: boolean;
|
|
6984
|
+
error: string;
|
|
6985
|
+
success: boolean;
|
|
6986
|
+
response_metadata?: {
|
|
6987
|
+
next_cursor: string;
|
|
6988
|
+
} | undefined;
|
|
6986
6989
|
messages?: {
|
|
6987
6990
|
type: string;
|
|
6988
|
-
user?: string | undefined;
|
|
6989
6991
|
text?: string | undefined;
|
|
6990
6992
|
username?: string | undefined;
|
|
6991
6993
|
ts?: string | undefined;
|
|
6992
6994
|
attachments?: unknown[] | undefined;
|
|
6993
6995
|
blocks?: unknown[] | undefined;
|
|
6994
6996
|
thread_ts?: string | undefined;
|
|
6997
|
+
user?: string | undefined;
|
|
6995
6998
|
bot_id?: string | undefined;
|
|
6996
6999
|
bot_profile?: {
|
|
6997
7000
|
name?: string | undefined;
|
|
@@ -7026,9 +7029,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7026
7029
|
permalink?: string | undefined;
|
|
7027
7030
|
}[] | undefined;
|
|
7028
7031
|
}[] | undefined;
|
|
7029
|
-
response_metadata?: {
|
|
7030
|
-
next_cursor: string;
|
|
7031
|
-
} | undefined;
|
|
7032
7032
|
has_more?: boolean | undefined;
|
|
7033
7033
|
}>, z.ZodObject<{
|
|
7034
7034
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -7124,13 +7124,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7124
7124
|
}>, "many">>;
|
|
7125
7125
|
}, "strip", z.ZodTypeAny, {
|
|
7126
7126
|
type: string;
|
|
7127
|
-
user?: string | undefined;
|
|
7128
7127
|
text?: string | undefined;
|
|
7129
7128
|
username?: string | undefined;
|
|
7130
7129
|
ts?: string | undefined;
|
|
7131
7130
|
attachments?: unknown[] | undefined;
|
|
7132
7131
|
blocks?: unknown[] | undefined;
|
|
7133
7132
|
thread_ts?: string | undefined;
|
|
7133
|
+
user?: string | undefined;
|
|
7134
7134
|
bot_id?: string | undefined;
|
|
7135
7135
|
bot_profile?: {
|
|
7136
7136
|
name?: string | undefined;
|
|
@@ -7166,13 +7166,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7166
7166
|
}[] | undefined;
|
|
7167
7167
|
}, {
|
|
7168
7168
|
type: string;
|
|
7169
|
-
user?: string | undefined;
|
|
7170
7169
|
text?: string | undefined;
|
|
7171
7170
|
username?: string | undefined;
|
|
7172
7171
|
ts?: string | undefined;
|
|
7173
7172
|
attachments?: unknown[] | undefined;
|
|
7174
7173
|
blocks?: unknown[] | undefined;
|
|
7175
7174
|
thread_ts?: string | undefined;
|
|
7175
|
+
user?: string | undefined;
|
|
7176
7176
|
bot_id?: string | undefined;
|
|
7177
7177
|
bot_profile?: {
|
|
7178
7178
|
name?: string | undefined;
|
|
@@ -7210,19 +7210,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7210
7210
|
error: z.ZodString;
|
|
7211
7211
|
success: z.ZodBoolean;
|
|
7212
7212
|
}, "strip", z.ZodTypeAny, {
|
|
7213
|
-
error: string;
|
|
7214
|
-
success: boolean;
|
|
7215
7213
|
operation: "update_message";
|
|
7216
7214
|
ok: boolean;
|
|
7215
|
+
error: string;
|
|
7216
|
+
success: boolean;
|
|
7217
7217
|
message?: {
|
|
7218
7218
|
type: string;
|
|
7219
|
-
user?: string | undefined;
|
|
7220
7219
|
text?: string | undefined;
|
|
7221
7220
|
username?: string | undefined;
|
|
7222
7221
|
ts?: string | undefined;
|
|
7223
7222
|
attachments?: unknown[] | undefined;
|
|
7224
7223
|
blocks?: unknown[] | undefined;
|
|
7225
7224
|
thread_ts?: string | undefined;
|
|
7225
|
+
user?: string | undefined;
|
|
7226
7226
|
bot_id?: string | undefined;
|
|
7227
7227
|
bot_profile?: {
|
|
7228
7228
|
name?: string | undefined;
|
|
@@ -7257,23 +7257,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7257
7257
|
permalink?: string | undefined;
|
|
7258
7258
|
}[] | undefined;
|
|
7259
7259
|
} | undefined;
|
|
7260
|
-
text?: string | undefined;
|
|
7261
7260
|
channel?: string | undefined;
|
|
7261
|
+
text?: string | undefined;
|
|
7262
7262
|
ts?: string | undefined;
|
|
7263
7263
|
}, {
|
|
7264
|
-
error: string;
|
|
7265
|
-
success: boolean;
|
|
7266
7264
|
operation: "update_message";
|
|
7267
7265
|
ok: boolean;
|
|
7266
|
+
error: string;
|
|
7267
|
+
success: boolean;
|
|
7268
7268
|
message?: {
|
|
7269
7269
|
type: string;
|
|
7270
|
-
user?: string | undefined;
|
|
7271
7270
|
text?: string | undefined;
|
|
7272
7271
|
username?: string | undefined;
|
|
7273
7272
|
ts?: string | undefined;
|
|
7274
7273
|
attachments?: unknown[] | undefined;
|
|
7275
7274
|
blocks?: unknown[] | undefined;
|
|
7276
7275
|
thread_ts?: string | undefined;
|
|
7276
|
+
user?: string | undefined;
|
|
7277
7277
|
bot_id?: string | undefined;
|
|
7278
7278
|
bot_profile?: {
|
|
7279
7279
|
name?: string | undefined;
|
|
@@ -7308,8 +7308,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7308
7308
|
permalink?: string | undefined;
|
|
7309
7309
|
}[] | undefined;
|
|
7310
7310
|
} | undefined;
|
|
7311
|
-
text?: string | undefined;
|
|
7312
7311
|
channel?: string | undefined;
|
|
7312
|
+
text?: string | undefined;
|
|
7313
7313
|
ts?: string | undefined;
|
|
7314
7314
|
}>, z.ZodObject<{
|
|
7315
7315
|
operation: z.ZodLiteral<"delete_message">;
|
|
@@ -7319,17 +7319,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7319
7319
|
error: z.ZodString;
|
|
7320
7320
|
success: z.ZodBoolean;
|
|
7321
7321
|
}, "strip", z.ZodTypeAny, {
|
|
7322
|
-
error: string;
|
|
7323
|
-
success: boolean;
|
|
7324
7322
|
operation: "delete_message";
|
|
7325
7323
|
ok: boolean;
|
|
7324
|
+
error: string;
|
|
7325
|
+
success: boolean;
|
|
7326
7326
|
channel?: string | undefined;
|
|
7327
7327
|
ts?: string | undefined;
|
|
7328
7328
|
}, {
|
|
7329
|
-
error: string;
|
|
7330
|
-
success: boolean;
|
|
7331
7329
|
operation: "delete_message";
|
|
7332
7330
|
ok: boolean;
|
|
7331
|
+
error: string;
|
|
7332
|
+
success: boolean;
|
|
7333
7333
|
channel?: string | undefined;
|
|
7334
7334
|
ts?: string | undefined;
|
|
7335
7335
|
}>, z.ZodObject<{
|
|
@@ -7338,30 +7338,30 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7338
7338
|
error: z.ZodString;
|
|
7339
7339
|
success: z.ZodBoolean;
|
|
7340
7340
|
}, "strip", z.ZodTypeAny, {
|
|
7341
|
-
error: string;
|
|
7342
|
-
success: boolean;
|
|
7343
7341
|
operation: "add_reaction";
|
|
7344
7342
|
ok: boolean;
|
|
7345
|
-
}, {
|
|
7346
7343
|
error: string;
|
|
7347
7344
|
success: boolean;
|
|
7345
|
+
}, {
|
|
7348
7346
|
operation: "add_reaction";
|
|
7349
7347
|
ok: boolean;
|
|
7348
|
+
error: string;
|
|
7349
|
+
success: boolean;
|
|
7350
7350
|
}>, z.ZodObject<{
|
|
7351
7351
|
operation: z.ZodLiteral<"remove_reaction">;
|
|
7352
7352
|
ok: z.ZodBoolean;
|
|
7353
7353
|
error: z.ZodString;
|
|
7354
7354
|
success: z.ZodBoolean;
|
|
7355
7355
|
}, "strip", z.ZodTypeAny, {
|
|
7356
|
-
error: string;
|
|
7357
|
-
success: boolean;
|
|
7358
7356
|
operation: "remove_reaction";
|
|
7359
7357
|
ok: boolean;
|
|
7360
|
-
}, {
|
|
7361
7358
|
error: string;
|
|
7362
7359
|
success: boolean;
|
|
7360
|
+
}, {
|
|
7363
7361
|
operation: "remove_reaction";
|
|
7364
7362
|
ok: boolean;
|
|
7363
|
+
error: string;
|
|
7364
|
+
success: boolean;
|
|
7365
7365
|
}>, z.ZodObject<{
|
|
7366
7366
|
operation: z.ZodLiteral<"join_channel">;
|
|
7367
7367
|
ok: z.ZodBoolean;
|
|
@@ -7485,10 +7485,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7485
7485
|
error: z.ZodString;
|
|
7486
7486
|
success: z.ZodBoolean;
|
|
7487
7487
|
}, "strip", z.ZodTypeAny, {
|
|
7488
|
-
error: string;
|
|
7489
|
-
success: boolean;
|
|
7490
7488
|
operation: "join_channel";
|
|
7491
7489
|
ok: boolean;
|
|
7490
|
+
error: string;
|
|
7491
|
+
success: boolean;
|
|
7492
7492
|
channel?: {
|
|
7493
7493
|
name: string;
|
|
7494
7494
|
id: string;
|
|
@@ -7525,10 +7525,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7525
7525
|
} | undefined;
|
|
7526
7526
|
already_in_channel?: boolean | undefined;
|
|
7527
7527
|
}, {
|
|
7528
|
-
error: string;
|
|
7529
|
-
success: boolean;
|
|
7530
7528
|
operation: "join_channel";
|
|
7531
7529
|
ok: boolean;
|
|
7530
|
+
error: string;
|
|
7531
|
+
success: boolean;
|
|
7532
7532
|
channel?: {
|
|
7533
7533
|
name: string;
|
|
7534
7534
|
id: string;
|
|
@@ -7675,11 +7675,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7675
7675
|
ims: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7676
7676
|
has_rich_preview: z.ZodOptional<z.ZodBoolean>;
|
|
7677
7677
|
}, "strip", z.ZodTypeAny, {
|
|
7678
|
+
username: string;
|
|
7678
7679
|
name: string;
|
|
7679
|
-
id: string;
|
|
7680
7680
|
user: string;
|
|
7681
|
-
username: string;
|
|
7682
7681
|
timestamp: number;
|
|
7682
|
+
id: string;
|
|
7683
7683
|
mimetype: string;
|
|
7684
7684
|
filetype: string;
|
|
7685
7685
|
size: number;
|
|
@@ -7720,11 +7720,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7720
7720
|
ims?: string[] | undefined;
|
|
7721
7721
|
has_rich_preview?: boolean | undefined;
|
|
7722
7722
|
}, {
|
|
7723
|
+
username: string;
|
|
7723
7724
|
name: string;
|
|
7724
|
-
id: string;
|
|
7725
7725
|
user: string;
|
|
7726
|
-
username: string;
|
|
7727
7726
|
timestamp: number;
|
|
7727
|
+
id: string;
|
|
7728
7728
|
mimetype: string;
|
|
7729
7729
|
filetype: string;
|
|
7730
7730
|
size: number;
|
|
@@ -7768,16 +7768,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7768
7768
|
error: z.ZodString;
|
|
7769
7769
|
success: z.ZodBoolean;
|
|
7770
7770
|
}, "strip", z.ZodTypeAny, {
|
|
7771
|
-
error: string;
|
|
7772
|
-
success: boolean;
|
|
7773
7771
|
operation: "upload_file";
|
|
7774
7772
|
ok: boolean;
|
|
7773
|
+
error: string;
|
|
7774
|
+
success: boolean;
|
|
7775
7775
|
file?: {
|
|
7776
|
+
username: string;
|
|
7776
7777
|
name: string;
|
|
7777
|
-
id: string;
|
|
7778
7778
|
user: string;
|
|
7779
|
-
username: string;
|
|
7780
7779
|
timestamp: number;
|
|
7780
|
+
id: string;
|
|
7781
7781
|
mimetype: string;
|
|
7782
7782
|
filetype: string;
|
|
7783
7783
|
size: number;
|
|
@@ -7819,16 +7819,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7819
7819
|
has_rich_preview?: boolean | undefined;
|
|
7820
7820
|
} | undefined;
|
|
7821
7821
|
}, {
|
|
7822
|
-
error: string;
|
|
7823
|
-
success: boolean;
|
|
7824
7822
|
operation: "upload_file";
|
|
7825
7823
|
ok: boolean;
|
|
7824
|
+
error: string;
|
|
7825
|
+
success: boolean;
|
|
7826
7826
|
file?: {
|
|
7827
|
+
username: string;
|
|
7827
7828
|
name: string;
|
|
7828
|
-
id: string;
|
|
7829
7829
|
user: string;
|
|
7830
|
-
username: string;
|
|
7831
7830
|
timestamp: number;
|
|
7831
|
+
id: string;
|
|
7832
7832
|
mimetype: string;
|
|
7833
7833
|
filetype: string;
|
|
7834
7834
|
size: number;
|
|
@@ -7878,18 +7878,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7878
7878
|
error: z.ZodString;
|
|
7879
7879
|
success: z.ZodBoolean;
|
|
7880
7880
|
}, "strip", z.ZodTypeAny, {
|
|
7881
|
-
error: string;
|
|
7882
|
-
success: boolean;
|
|
7883
7881
|
operation: "schedule_message";
|
|
7884
7882
|
ok: boolean;
|
|
7883
|
+
error: string;
|
|
7884
|
+
success: boolean;
|
|
7885
7885
|
channel?: string | undefined;
|
|
7886
7886
|
post_at?: number | undefined;
|
|
7887
7887
|
scheduled_message_id?: string | undefined;
|
|
7888
7888
|
}, {
|
|
7889
|
-
error: string;
|
|
7890
|
-
success: boolean;
|
|
7891
7889
|
operation: "schedule_message";
|
|
7892
7890
|
ok: boolean;
|
|
7891
|
+
error: string;
|
|
7892
|
+
success: boolean;
|
|
7893
7893
|
channel?: string | undefined;
|
|
7894
7894
|
post_at?: number | undefined;
|
|
7895
7895
|
scheduled_message_id?: string | undefined;
|
|
@@ -7948,10 +7948,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7948
7948
|
error: z.ZodString;
|
|
7949
7949
|
success: z.ZodBoolean;
|
|
7950
7950
|
}, "strip", z.ZodTypeAny, {
|
|
7951
|
-
error: string;
|
|
7952
|
-
success: boolean;
|
|
7953
7951
|
operation: "get_file_info";
|
|
7954
7952
|
ok: boolean;
|
|
7953
|
+
error: string;
|
|
7954
|
+
success: boolean;
|
|
7955
7955
|
file?: {
|
|
7956
7956
|
name: string;
|
|
7957
7957
|
id: string;
|
|
@@ -7970,10 +7970,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7970
7970
|
permalink?: string | undefined;
|
|
7971
7971
|
} | undefined;
|
|
7972
7972
|
}, {
|
|
7973
|
-
error: string;
|
|
7974
|
-
success: boolean;
|
|
7975
7973
|
operation: "get_file_info";
|
|
7976
7974
|
ok: boolean;
|
|
7975
|
+
error: string;
|
|
7976
|
+
success: boolean;
|
|
7977
7977
|
file?: {
|
|
7978
7978
|
name: string;
|
|
7979
7979
|
id: string;
|
|
@@ -8001,19 +8001,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
8001
8001
|
error: z.ZodString;
|
|
8002
8002
|
success: z.ZodBoolean;
|
|
8003
8003
|
}, "strip", z.ZodTypeAny, {
|
|
8004
|
-
error: string;
|
|
8005
|
-
success: boolean;
|
|
8006
8004
|
operation: "download_file";
|
|
8007
8005
|
ok: boolean;
|
|
8006
|
+
error: string;
|
|
8007
|
+
success: boolean;
|
|
8008
8008
|
content?: string | undefined;
|
|
8009
8009
|
filename?: string | undefined;
|
|
8010
8010
|
mimetype?: string | undefined;
|
|
8011
8011
|
size?: number | undefined;
|
|
8012
8012
|
}, {
|
|
8013
|
-
error: string;
|
|
8014
|
-
success: boolean;
|
|
8015
8013
|
operation: "download_file";
|
|
8016
8014
|
ok: boolean;
|
|
8015
|
+
error: string;
|
|
8016
|
+
success: boolean;
|
|
8017
8017
|
content?: string | undefined;
|
|
8018
8018
|
filename?: string | undefined;
|
|
8019
8019
|
mimetype?: string | undefined;
|