@bubblelab/bubble-core 0.1.154 → 0.1.155
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 +115 -115
- package/dist/bubbles/service-bubble/agi-inc.d.ts +44 -44
- package/dist/bubbles/service-bubble/ai-agent.d.ts +64 -64
- package/dist/bubbles/service-bubble/airtable.d.ts +92 -92
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +208 -208
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +50 -50
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +11 -11
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +13 -13
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +122 -122
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +154 -154
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +869 -869
- package/dist/bubbles/service-bubble/followupboss.d.ts +46 -46
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +60 -60
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +100 -100
- package/dist/bubbles/service-bubble/github.d.ts +152 -152
- package/dist/bubbles/service-bubble/gmail.d.ts +276 -276
- package/dist/bubbles/service-bubble/google-calendar.d.ts +110 -110
- package/dist/bubbles/service-bubble/google-drive.d.ts +54 -54
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +32 -32
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1234 -1234
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +208 -208
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +61 -61
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +75 -75
- package/dist/bubbles/service-bubble/telegram.d.ts +1488 -1488
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +7 -7
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +9 -9
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +428 -428
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +86 -86
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +158 -158
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- 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 +6 -6
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +62 -62
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +110 -110
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +24 -24
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -38,6 +38,11 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
38
38
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
40
|
title?: string | undefined;
|
|
41
|
+
fields?: {
|
|
42
|
+
value: string;
|
|
43
|
+
title: string;
|
|
44
|
+
short?: boolean | undefined;
|
|
45
|
+
}[] | undefined;
|
|
41
46
|
text?: string | undefined;
|
|
42
47
|
color?: string | undefined;
|
|
43
48
|
pretext?: string | undefined;
|
|
@@ -45,11 +50,6 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
45
50
|
author_link?: string | undefined;
|
|
46
51
|
author_icon?: string | undefined;
|
|
47
52
|
title_link?: string | undefined;
|
|
48
|
-
fields?: {
|
|
49
|
-
value: string;
|
|
50
|
-
title: string;
|
|
51
|
-
short?: boolean | undefined;
|
|
52
|
-
}[] | undefined;
|
|
53
53
|
image_url?: string | undefined;
|
|
54
54
|
thumb_url?: string | undefined;
|
|
55
55
|
footer?: string | undefined;
|
|
@@ -57,6 +57,11 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
57
57
|
ts?: number | undefined;
|
|
58
58
|
}, {
|
|
59
59
|
title?: string | undefined;
|
|
60
|
+
fields?: {
|
|
61
|
+
value: string;
|
|
62
|
+
title: string;
|
|
63
|
+
short?: boolean | undefined;
|
|
64
|
+
}[] | undefined;
|
|
60
65
|
text?: string | undefined;
|
|
61
66
|
color?: string | undefined;
|
|
62
67
|
pretext?: string | undefined;
|
|
@@ -64,11 +69,6 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
64
69
|
author_link?: string | undefined;
|
|
65
70
|
author_icon?: string | undefined;
|
|
66
71
|
title_link?: string | undefined;
|
|
67
|
-
fields?: {
|
|
68
|
-
value: string;
|
|
69
|
-
title: string;
|
|
70
|
-
short?: boolean | undefined;
|
|
71
|
-
}[] | undefined;
|
|
72
72
|
image_url?: string | undefined;
|
|
73
73
|
thumb_url?: string | undefined;
|
|
74
74
|
footer?: string | undefined;
|
|
@@ -102,16 +102,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
102
102
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
104
|
type: "plain_text" | "mrkdwn" | "image";
|
|
105
|
+
emoji?: boolean | undefined;
|
|
105
106
|
text?: string | undefined;
|
|
106
107
|
image_url?: string | undefined;
|
|
107
|
-
emoji?: boolean | undefined;
|
|
108
108
|
verbatim?: boolean | undefined;
|
|
109
109
|
alt_text?: string | undefined;
|
|
110
110
|
}, {
|
|
111
111
|
type: "plain_text" | "mrkdwn" | "image";
|
|
112
|
+
emoji?: boolean | undefined;
|
|
112
113
|
text?: string | undefined;
|
|
113
114
|
image_url?: string | undefined;
|
|
114
|
-
emoji?: boolean | undefined;
|
|
115
115
|
verbatim?: boolean | undefined;
|
|
116
116
|
alt_text?: string | undefined;
|
|
117
117
|
}>, "many">>;
|
|
@@ -142,16 +142,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
142
142
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
143
143
|
}, "strip", z.ZodTypeAny, {
|
|
144
144
|
type: "plain_text" | "mrkdwn" | "image";
|
|
145
|
+
emoji?: boolean | undefined;
|
|
145
146
|
text?: string | undefined;
|
|
146
147
|
image_url?: string | undefined;
|
|
147
|
-
emoji?: boolean | undefined;
|
|
148
148
|
verbatim?: boolean | undefined;
|
|
149
149
|
alt_text?: string | undefined;
|
|
150
150
|
}, {
|
|
151
151
|
type: "plain_text" | "mrkdwn" | "image";
|
|
152
|
+
emoji?: boolean | undefined;
|
|
152
153
|
text?: string | undefined;
|
|
153
154
|
image_url?: string | undefined;
|
|
154
|
-
emoji?: boolean | undefined;
|
|
155
155
|
verbatim?: boolean | undefined;
|
|
156
156
|
alt_text?: string | undefined;
|
|
157
157
|
}>, "many">>;
|
|
@@ -182,16 +182,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
182
182
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
183
183
|
}, "strip", z.ZodTypeAny, {
|
|
184
184
|
type: "plain_text" | "mrkdwn" | "image";
|
|
185
|
+
emoji?: boolean | undefined;
|
|
185
186
|
text?: string | undefined;
|
|
186
187
|
image_url?: string | undefined;
|
|
187
|
-
emoji?: boolean | undefined;
|
|
188
188
|
verbatim?: boolean | undefined;
|
|
189
189
|
alt_text?: string | undefined;
|
|
190
190
|
}, {
|
|
191
191
|
type: "plain_text" | "mrkdwn" | "image";
|
|
192
|
+
emoji?: boolean | undefined;
|
|
192
193
|
text?: string | undefined;
|
|
193
194
|
image_url?: string | undefined;
|
|
194
|
-
emoji?: boolean | undefined;
|
|
195
195
|
verbatim?: boolean | undefined;
|
|
196
196
|
alt_text?: string | undefined;
|
|
197
197
|
}>, "many">>;
|
|
@@ -208,11 +208,17 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
208
208
|
reply_broadcast: boolean;
|
|
209
209
|
unfurl_links: boolean;
|
|
210
210
|
unfurl_media: boolean;
|
|
211
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
211
212
|
username?: string | undefined;
|
|
212
213
|
icon_emoji?: string | undefined;
|
|
213
214
|
icon_url?: string | undefined;
|
|
214
215
|
attachments?: {
|
|
215
216
|
title?: string | undefined;
|
|
217
|
+
fields?: {
|
|
218
|
+
value: string;
|
|
219
|
+
title: string;
|
|
220
|
+
short?: boolean | undefined;
|
|
221
|
+
}[] | undefined;
|
|
216
222
|
text?: string | undefined;
|
|
217
223
|
color?: string | undefined;
|
|
218
224
|
pretext?: string | undefined;
|
|
@@ -220,11 +226,6 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
220
226
|
author_link?: string | undefined;
|
|
221
227
|
author_icon?: string | undefined;
|
|
222
228
|
title_link?: string | undefined;
|
|
223
|
-
fields?: {
|
|
224
|
-
value: string;
|
|
225
|
-
title: string;
|
|
226
|
-
short?: boolean | undefined;
|
|
227
|
-
}[] | undefined;
|
|
228
229
|
image_url?: string | undefined;
|
|
229
230
|
thumb_url?: string | undefined;
|
|
230
231
|
footer?: string | undefined;
|
|
@@ -258,31 +259,36 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
258
259
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
259
260
|
}, "strip", z.ZodTypeAny, {
|
|
260
261
|
type: "plain_text" | "mrkdwn" | "image";
|
|
262
|
+
emoji?: boolean | undefined;
|
|
261
263
|
text?: string | undefined;
|
|
262
264
|
image_url?: string | undefined;
|
|
263
|
-
emoji?: boolean | undefined;
|
|
264
265
|
verbatim?: boolean | undefined;
|
|
265
266
|
alt_text?: string | undefined;
|
|
266
267
|
}, {
|
|
267
268
|
type: "plain_text" | "mrkdwn" | "image";
|
|
269
|
+
emoji?: boolean | undefined;
|
|
268
270
|
text?: string | undefined;
|
|
269
271
|
image_url?: string | undefined;
|
|
270
|
-
emoji?: boolean | undefined;
|
|
271
272
|
verbatim?: boolean | undefined;
|
|
272
273
|
alt_text?: string | undefined;
|
|
273
274
|
}>, "many">>;
|
|
274
275
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
275
276
|
thread_ts?: string | undefined;
|
|
276
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
277
277
|
}, {
|
|
278
278
|
operation: "send_message";
|
|
279
279
|
channel: string;
|
|
280
280
|
text: string;
|
|
281
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
281
282
|
username?: string | undefined;
|
|
282
283
|
icon_emoji?: string | undefined;
|
|
283
284
|
icon_url?: string | undefined;
|
|
284
285
|
attachments?: {
|
|
285
286
|
title?: string | undefined;
|
|
287
|
+
fields?: {
|
|
288
|
+
value: string;
|
|
289
|
+
title: string;
|
|
290
|
+
short?: boolean | undefined;
|
|
291
|
+
}[] | undefined;
|
|
286
292
|
text?: string | undefined;
|
|
287
293
|
color?: string | undefined;
|
|
288
294
|
pretext?: string | undefined;
|
|
@@ -290,11 +296,6 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
290
296
|
author_link?: string | undefined;
|
|
291
297
|
author_icon?: string | undefined;
|
|
292
298
|
title_link?: string | undefined;
|
|
293
|
-
fields?: {
|
|
294
|
-
value: string;
|
|
295
|
-
title: string;
|
|
296
|
-
short?: boolean | undefined;
|
|
297
|
-
}[] | undefined;
|
|
298
299
|
image_url?: string | undefined;
|
|
299
300
|
thumb_url?: string | undefined;
|
|
300
301
|
footer?: string | undefined;
|
|
@@ -328,23 +329,22 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
328
329
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
329
330
|
}, "strip", z.ZodTypeAny, {
|
|
330
331
|
type: "plain_text" | "mrkdwn" | "image";
|
|
332
|
+
emoji?: boolean | undefined;
|
|
331
333
|
text?: string | undefined;
|
|
332
334
|
image_url?: string | undefined;
|
|
333
|
-
emoji?: boolean | undefined;
|
|
334
335
|
verbatim?: boolean | undefined;
|
|
335
336
|
alt_text?: string | undefined;
|
|
336
337
|
}, {
|
|
337
338
|
type: "plain_text" | "mrkdwn" | "image";
|
|
339
|
+
emoji?: boolean | undefined;
|
|
338
340
|
text?: string | undefined;
|
|
339
341
|
image_url?: string | undefined;
|
|
340
|
-
emoji?: boolean | undefined;
|
|
341
342
|
verbatim?: boolean | undefined;
|
|
342
343
|
alt_text?: string | undefined;
|
|
343
344
|
}>, "many">>;
|
|
344
345
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
345
346
|
thread_ts?: string | undefined;
|
|
346
347
|
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<{
|
|
@@ -426,8 +426,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
426
426
|
cursor: z.ZodOptional<z.ZodString>;
|
|
427
427
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
|
-
operation: "get_conversation_history";
|
|
430
429
|
inclusive: boolean;
|
|
430
|
+
operation: "get_conversation_history";
|
|
431
431
|
channel: string;
|
|
432
432
|
limit: number;
|
|
433
433
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -454,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
|
-
operation: "get_thread_replies";
|
|
458
457
|
inclusive: boolean;
|
|
458
|
+
operation: "get_thread_replies";
|
|
459
459
|
channel: string;
|
|
460
460
|
ts: string;
|
|
461
461
|
limit: number;
|
|
@@ -507,6 +507,11 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
507
507
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
508
508
|
}, "strip", z.ZodTypeAny, {
|
|
509
509
|
title?: string | undefined;
|
|
510
|
+
fields?: {
|
|
511
|
+
value: string;
|
|
512
|
+
title: string;
|
|
513
|
+
short?: boolean | undefined;
|
|
514
|
+
}[] | undefined;
|
|
510
515
|
text?: string | undefined;
|
|
511
516
|
color?: string | undefined;
|
|
512
517
|
pretext?: string | undefined;
|
|
@@ -514,11 +519,6 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
514
519
|
author_link?: string | undefined;
|
|
515
520
|
author_icon?: string | undefined;
|
|
516
521
|
title_link?: string | undefined;
|
|
517
|
-
fields?: {
|
|
518
|
-
value: string;
|
|
519
|
-
title: string;
|
|
520
|
-
short?: boolean | undefined;
|
|
521
|
-
}[] | undefined;
|
|
522
522
|
image_url?: string | undefined;
|
|
523
523
|
thumb_url?: string | undefined;
|
|
524
524
|
footer?: string | undefined;
|
|
@@ -526,6 +526,11 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
526
526
|
ts?: number | undefined;
|
|
527
527
|
}, {
|
|
528
528
|
title?: string | undefined;
|
|
529
|
+
fields?: {
|
|
530
|
+
value: string;
|
|
531
|
+
title: string;
|
|
532
|
+
short?: boolean | undefined;
|
|
533
|
+
}[] | undefined;
|
|
529
534
|
text?: string | undefined;
|
|
530
535
|
color?: string | undefined;
|
|
531
536
|
pretext?: string | undefined;
|
|
@@ -533,11 +538,6 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
533
538
|
author_link?: string | undefined;
|
|
534
539
|
author_icon?: string | undefined;
|
|
535
540
|
title_link?: string | undefined;
|
|
536
|
-
fields?: {
|
|
537
|
-
value: string;
|
|
538
|
-
title: string;
|
|
539
|
-
short?: boolean | undefined;
|
|
540
|
-
}[] | undefined;
|
|
541
541
|
image_url?: string | undefined;
|
|
542
542
|
thumb_url?: string | undefined;
|
|
543
543
|
footer?: string | undefined;
|
|
@@ -571,16 +571,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
571
571
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
572
572
|
}, "strip", z.ZodTypeAny, {
|
|
573
573
|
type: "plain_text" | "mrkdwn" | "image";
|
|
574
|
+
emoji?: boolean | undefined;
|
|
574
575
|
text?: string | undefined;
|
|
575
576
|
image_url?: string | undefined;
|
|
576
|
-
emoji?: boolean | undefined;
|
|
577
577
|
verbatim?: boolean | undefined;
|
|
578
578
|
alt_text?: string | undefined;
|
|
579
579
|
}, {
|
|
580
580
|
type: "plain_text" | "mrkdwn" | "image";
|
|
581
|
+
emoji?: boolean | undefined;
|
|
581
582
|
text?: string | undefined;
|
|
582
583
|
image_url?: string | undefined;
|
|
583
|
-
emoji?: boolean | undefined;
|
|
584
584
|
verbatim?: boolean | undefined;
|
|
585
585
|
alt_text?: string | undefined;
|
|
586
586
|
}>, "many">>;
|
|
@@ -611,16 +611,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
611
611
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
612
612
|
}, "strip", z.ZodTypeAny, {
|
|
613
613
|
type: "plain_text" | "mrkdwn" | "image";
|
|
614
|
+
emoji?: boolean | undefined;
|
|
614
615
|
text?: string | undefined;
|
|
615
616
|
image_url?: string | undefined;
|
|
616
|
-
emoji?: boolean | undefined;
|
|
617
617
|
verbatim?: boolean | undefined;
|
|
618
618
|
alt_text?: string | undefined;
|
|
619
619
|
}, {
|
|
620
620
|
type: "plain_text" | "mrkdwn" | "image";
|
|
621
|
+
emoji?: boolean | undefined;
|
|
621
622
|
text?: string | undefined;
|
|
622
623
|
image_url?: string | undefined;
|
|
623
|
-
emoji?: boolean | undefined;
|
|
624
624
|
verbatim?: boolean | undefined;
|
|
625
625
|
alt_text?: string | undefined;
|
|
626
626
|
}>, "many">>;
|
|
@@ -651,16 +651,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
651
651
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
652
652
|
}, "strip", z.ZodTypeAny, {
|
|
653
653
|
type: "plain_text" | "mrkdwn" | "image";
|
|
654
|
+
emoji?: boolean | undefined;
|
|
654
655
|
text?: string | undefined;
|
|
655
656
|
image_url?: string | undefined;
|
|
656
|
-
emoji?: boolean | undefined;
|
|
657
657
|
verbatim?: boolean | undefined;
|
|
658
658
|
alt_text?: string | undefined;
|
|
659
659
|
}, {
|
|
660
660
|
type: "plain_text" | "mrkdwn" | "image";
|
|
661
|
+
emoji?: boolean | undefined;
|
|
661
662
|
text?: string | undefined;
|
|
662
663
|
image_url?: string | undefined;
|
|
663
|
-
emoji?: boolean | undefined;
|
|
664
664
|
verbatim?: boolean | undefined;
|
|
665
665
|
alt_text?: string | undefined;
|
|
666
666
|
}>, "many">>;
|
|
@@ -670,9 +670,15 @@ 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;
|
|
673
674
|
text?: string | undefined;
|
|
674
675
|
attachments?: {
|
|
675
676
|
title?: string | undefined;
|
|
677
|
+
fields?: {
|
|
678
|
+
value: string;
|
|
679
|
+
title: string;
|
|
680
|
+
short?: boolean | undefined;
|
|
681
|
+
}[] | undefined;
|
|
676
682
|
text?: string | undefined;
|
|
677
683
|
color?: string | undefined;
|
|
678
684
|
pretext?: string | undefined;
|
|
@@ -680,11 +686,6 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
680
686
|
author_link?: string | undefined;
|
|
681
687
|
author_icon?: string | undefined;
|
|
682
688
|
title_link?: string | undefined;
|
|
683
|
-
fields?: {
|
|
684
|
-
value: string;
|
|
685
|
-
title: string;
|
|
686
|
-
short?: boolean | undefined;
|
|
687
|
-
}[] | undefined;
|
|
688
689
|
image_url?: string | undefined;
|
|
689
690
|
thumb_url?: string | undefined;
|
|
690
691
|
footer?: string | undefined;
|
|
@@ -718,28 +719,33 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
718
719
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
719
720
|
}, "strip", z.ZodTypeAny, {
|
|
720
721
|
type: "plain_text" | "mrkdwn" | "image";
|
|
722
|
+
emoji?: boolean | undefined;
|
|
721
723
|
text?: string | undefined;
|
|
722
724
|
image_url?: string | undefined;
|
|
723
|
-
emoji?: boolean | undefined;
|
|
724
725
|
verbatim?: boolean | undefined;
|
|
725
726
|
alt_text?: string | undefined;
|
|
726
727
|
}, {
|
|
727
728
|
type: "plain_text" | "mrkdwn" | "image";
|
|
729
|
+
emoji?: boolean | undefined;
|
|
728
730
|
text?: string | undefined;
|
|
729
731
|
image_url?: string | undefined;
|
|
730
|
-
emoji?: boolean | undefined;
|
|
731
732
|
verbatim?: boolean | undefined;
|
|
732
733
|
alt_text?: string | undefined;
|
|
733
734
|
}>, "many">>;
|
|
734
735
|
}, 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;
|
|
740
741
|
text?: string | undefined;
|
|
741
742
|
attachments?: {
|
|
742
743
|
title?: string | undefined;
|
|
744
|
+
fields?: {
|
|
745
|
+
value: string;
|
|
746
|
+
title: string;
|
|
747
|
+
short?: boolean | undefined;
|
|
748
|
+
}[] | undefined;
|
|
743
749
|
text?: string | undefined;
|
|
744
750
|
color?: string | undefined;
|
|
745
751
|
pretext?: string | undefined;
|
|
@@ -747,11 +753,6 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
747
753
|
author_link?: string | undefined;
|
|
748
754
|
author_icon?: string | undefined;
|
|
749
755
|
title_link?: string | undefined;
|
|
750
|
-
fields?: {
|
|
751
|
-
value: string;
|
|
752
|
-
title: string;
|
|
753
|
-
short?: boolean | undefined;
|
|
754
|
-
}[] | undefined;
|
|
755
756
|
image_url?: string | undefined;
|
|
756
757
|
thumb_url?: string | undefined;
|
|
757
758
|
footer?: string | undefined;
|
|
@@ -785,21 +786,20 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
785
786
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
786
787
|
}, "strip", z.ZodTypeAny, {
|
|
787
788
|
type: "plain_text" | "mrkdwn" | "image";
|
|
789
|
+
emoji?: boolean | undefined;
|
|
788
790
|
text?: string | undefined;
|
|
789
791
|
image_url?: string | undefined;
|
|
790
|
-
emoji?: boolean | undefined;
|
|
791
792
|
verbatim?: boolean | undefined;
|
|
792
793
|
alt_text?: string | undefined;
|
|
793
794
|
}, {
|
|
794
795
|
type: "plain_text" | "mrkdwn" | "image";
|
|
796
|
+
emoji?: boolean | undefined;
|
|
795
797
|
text?: string | undefined;
|
|
796
798
|
image_url?: string | undefined;
|
|
797
|
-
emoji?: boolean | undefined;
|
|
798
799
|
verbatim?: boolean | undefined;
|
|
799
800
|
alt_text?: string | undefined;
|
|
800
801
|
}>, "many">>;
|
|
801
802
|
}, 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;
|
|
825
826
|
operation: "add_reaction";
|
|
826
827
|
channel: string;
|
|
827
|
-
name: string;
|
|
828
828
|
timestamp: string;
|
|
829
829
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
830
830
|
}, {
|
|
831
|
+
name: string;
|
|
831
832
|
operation: "add_reaction";
|
|
832
833
|
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;
|
|
843
844
|
operation: "remove_reaction";
|
|
844
845
|
channel: string;
|
|
845
|
-
name: string;
|
|
846
846
|
timestamp: string;
|
|
847
847
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
848
848
|
}, {
|
|
849
|
+
name: string;
|
|
849
850
|
operation: "remove_reaction";
|
|
850
851
|
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
|
-
thread_ts?: string | undefined;
|
|
882
881
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
882
|
+
thread_ts?: 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
|
-
thread_ts?: string | undefined;
|
|
892
891
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
892
|
+
thread_ts?: string | undefined;
|
|
893
893
|
file_path?: string | undefined;
|
|
894
894
|
filename?: string | undefined;
|
|
895
895
|
initial_comment?: string | undefined;
|
|
@@ -926,16 +926,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
926
926
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
927
927
|
}, "strip", z.ZodTypeAny, {
|
|
928
928
|
type: "plain_text" | "mrkdwn" | "image";
|
|
929
|
+
emoji?: boolean | undefined;
|
|
929
930
|
text?: string | undefined;
|
|
930
931
|
image_url?: string | undefined;
|
|
931
|
-
emoji?: boolean | undefined;
|
|
932
932
|
verbatim?: boolean | undefined;
|
|
933
933
|
alt_text?: string | undefined;
|
|
934
934
|
}, {
|
|
935
935
|
type: "plain_text" | "mrkdwn" | "image";
|
|
936
|
+
emoji?: boolean | undefined;
|
|
936
937
|
text?: string | undefined;
|
|
937
938
|
image_url?: string | undefined;
|
|
938
|
-
emoji?: boolean | undefined;
|
|
939
939
|
verbatim?: boolean | undefined;
|
|
940
940
|
alt_text?: string | undefined;
|
|
941
941
|
}>, "many">>;
|
|
@@ -966,16 +966,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
966
966
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
967
967
|
}, "strip", z.ZodTypeAny, {
|
|
968
968
|
type: "plain_text" | "mrkdwn" | "image";
|
|
969
|
+
emoji?: boolean | undefined;
|
|
969
970
|
text?: string | undefined;
|
|
970
971
|
image_url?: string | undefined;
|
|
971
|
-
emoji?: boolean | undefined;
|
|
972
972
|
verbatim?: boolean | undefined;
|
|
973
973
|
alt_text?: string | undefined;
|
|
974
974
|
}, {
|
|
975
975
|
type: "plain_text" | "mrkdwn" | "image";
|
|
976
|
+
emoji?: boolean | undefined;
|
|
976
977
|
text?: string | undefined;
|
|
977
978
|
image_url?: string | undefined;
|
|
978
|
-
emoji?: boolean | undefined;
|
|
979
979
|
verbatim?: boolean | undefined;
|
|
980
980
|
alt_text?: string | undefined;
|
|
981
981
|
}>, "many">>;
|
|
@@ -1006,16 +1006,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1006
1006
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
1007
1007
|
}, "strip", z.ZodTypeAny, {
|
|
1008
1008
|
type: "plain_text" | "mrkdwn" | "image";
|
|
1009
|
+
emoji?: boolean | undefined;
|
|
1009
1010
|
text?: string | undefined;
|
|
1010
1011
|
image_url?: string | undefined;
|
|
1011
|
-
emoji?: boolean | undefined;
|
|
1012
1012
|
verbatim?: boolean | undefined;
|
|
1013
1013
|
alt_text?: string | undefined;
|
|
1014
1014
|
}, {
|
|
1015
1015
|
type: "plain_text" | "mrkdwn" | "image";
|
|
1016
|
+
emoji?: boolean | undefined;
|
|
1016
1017
|
text?: string | undefined;
|
|
1017
1018
|
image_url?: string | undefined;
|
|
1018
|
-
emoji?: boolean | undefined;
|
|
1019
1019
|
verbatim?: boolean | undefined;
|
|
1020
1020
|
alt_text?: string | undefined;
|
|
1021
1021
|
}>, "many">>;
|
|
@@ -1030,6 +1030,7 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1030
1030
|
unfurl_links: boolean;
|
|
1031
1031
|
unfurl_media: boolean;
|
|
1032
1032
|
post_at: number;
|
|
1033
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1033
1034
|
blocks?: z.objectOutputType<{
|
|
1034
1035
|
type: z.ZodString;
|
|
1035
1036
|
text: z.ZodOptional<z.ZodObject<{
|
|
@@ -1057,27 +1058,27 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1057
1058
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
1058
1059
|
}, "strip", z.ZodTypeAny, {
|
|
1059
1060
|
type: "plain_text" | "mrkdwn" | "image";
|
|
1061
|
+
emoji?: boolean | undefined;
|
|
1060
1062
|
text?: string | undefined;
|
|
1061
1063
|
image_url?: string | undefined;
|
|
1062
|
-
emoji?: boolean | undefined;
|
|
1063
1064
|
verbatim?: boolean | undefined;
|
|
1064
1065
|
alt_text?: string | undefined;
|
|
1065
1066
|
}, {
|
|
1066
1067
|
type: "plain_text" | "mrkdwn" | "image";
|
|
1068
|
+
emoji?: boolean | undefined;
|
|
1067
1069
|
text?: string | undefined;
|
|
1068
1070
|
image_url?: string | undefined;
|
|
1069
|
-
emoji?: boolean | undefined;
|
|
1070
1071
|
verbatim?: boolean | undefined;
|
|
1071
1072
|
alt_text?: string | undefined;
|
|
1072
1073
|
}>, "many">>;
|
|
1073
1074
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1074
1075
|
thread_ts?: string | undefined;
|
|
1075
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1076
1076
|
}, {
|
|
1077
1077
|
operation: "schedule_message";
|
|
1078
1078
|
channel: string;
|
|
1079
1079
|
text: string;
|
|
1080
1080
|
post_at: number;
|
|
1081
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1081
1082
|
blocks?: z.objectInputType<{
|
|
1082
1083
|
type: z.ZodString;
|
|
1083
1084
|
text: z.ZodOptional<z.ZodObject<{
|
|
@@ -1105,22 +1106,21 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1105
1106
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
1106
1107
|
}, "strip", z.ZodTypeAny, {
|
|
1107
1108
|
type: "plain_text" | "mrkdwn" | "image";
|
|
1109
|
+
emoji?: boolean | undefined;
|
|
1108
1110
|
text?: string | undefined;
|
|
1109
1111
|
image_url?: string | undefined;
|
|
1110
|
-
emoji?: boolean | undefined;
|
|
1111
1112
|
verbatim?: boolean | undefined;
|
|
1112
1113
|
alt_text?: string | undefined;
|
|
1113
1114
|
}, {
|
|
1114
1115
|
type: "plain_text" | "mrkdwn" | "image";
|
|
1116
|
+
emoji?: boolean | undefined;
|
|
1115
1117
|
text?: string | undefined;
|
|
1116
1118
|
image_url?: string | undefined;
|
|
1117
|
-
emoji?: boolean | undefined;
|
|
1118
1119
|
verbatim?: boolean | undefined;
|
|
1119
1120
|
alt_text?: string | undefined;
|
|
1120
1121
|
}>, "many">>;
|
|
1121
1122
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1122
1123
|
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<{
|
|
@@ -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
|
-
fields?: Record<string, unknown> | undefined;
|
|
1884
1883
|
email?: string | undefined;
|
|
1884
|
+
fields?: Record<string, unknown> | 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
|
-
fields?: Record<string, unknown> | undefined;
|
|
1909
1908
|
email?: string | undefined;
|
|
1909
|
+
fields?: Record<string, unknown> | 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
|
-
fields?: Record<string, unknown> | undefined;
|
|
1954
1953
|
email?: string | undefined;
|
|
1954
|
+
fields?: Record<string, unknown> | 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
|
-
fields?: Record<string, unknown> | undefined;
|
|
1999
1998
|
email?: string | undefined;
|
|
1999
|
+
fields?: Record<string, unknown> | undefined;
|
|
2000
2000
|
real_name?: string | undefined;
|
|
2001
2001
|
phone?: string | undefined;
|
|
2002
2002
|
skype?: string | undefined;
|
|
@@ -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
|
-
fields?: Record<string, unknown> | undefined;
|
|
2052
2051
|
email?: string | undefined;
|
|
2052
|
+
fields?: Record<string, unknown> | undefined;
|
|
2053
2053
|
real_name?: string | undefined;
|
|
2054
2054
|
phone?: string | undefined;
|
|
2055
2055
|
skype?: string | undefined;
|
|
@@ -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
|
-
fields?: Record<string, unknown> | undefined;
|
|
2103
2102
|
email?: string | undefined;
|
|
2103
|
+
fields?: Record<string, unknown> | 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
|
-
fields?: Record<string, unknown> | undefined;
|
|
2177
2176
|
email?: string | undefined;
|
|
2177
|
+
fields?: Record<string, unknown> | 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
|
-
fields?: Record<string, unknown> | undefined;
|
|
2202
2201
|
email?: string | undefined;
|
|
2202
|
+
fields?: Record<string, unknown> | 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
|
-
fields?: Record<string, unknown> | undefined;
|
|
2247
2246
|
email?: string | undefined;
|
|
2247
|
+
fields?: Record<string, unknown> | 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
|
-
fields?: Record<string, unknown> | undefined;
|
|
2292
2291
|
email?: string | undefined;
|
|
2292
|
+
fields?: Record<string, unknown> | undefined;
|
|
2293
2293
|
real_name?: string | undefined;
|
|
2294
2294
|
phone?: string | undefined;
|
|
2295
2295
|
skype?: string | 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
|
-
fields?: Record<string, unknown> | undefined;
|
|
2355
2354
|
email?: string | undefined;
|
|
2355
|
+
fields?: Record<string, unknown> | undefined;
|
|
2356
2356
|
real_name?: string | undefined;
|
|
2357
2357
|
phone?: string | undefined;
|
|
2358
2358
|
skype?: string | 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
|
-
fields?: Record<string, unknown> | undefined;
|
|
2409
2408
|
email?: string | undefined;
|
|
2409
|
+
fields?: Record<string, unknown> | undefined;
|
|
2410
2410
|
real_name?: string | undefined;
|
|
2411
2411
|
phone?: string | undefined;
|
|
2412
2412
|
skype?: string | undefined;
|
|
@@ -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;
|
|
3664
3663
|
name: string;
|
|
3664
|
+
id: string;
|
|
3665
|
+
username: string;
|
|
3665
3666
|
user: string;
|
|
3666
3667
|
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;
|
|
3709
3708
|
name: string;
|
|
3709
|
+
id: string;
|
|
3710
|
+
username: string;
|
|
3710
3711
|
user: string;
|
|
3711
3712
|
timestamp: number;
|
|
3712
|
-
id: string;
|
|
3713
3713
|
mimetype: string;
|
|
3714
3714
|
filetype: string;
|
|
3715
3715
|
size: number;
|
|
@@ -3758,11 +3758,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3758
3758
|
operation: "upload_file";
|
|
3759
3759
|
ok: boolean;
|
|
3760
3760
|
file?: {
|
|
3761
|
-
username: string;
|
|
3762
3761
|
name: string;
|
|
3762
|
+
id: string;
|
|
3763
|
+
username: string;
|
|
3763
3764
|
user: string;
|
|
3764
3765
|
timestamp: number;
|
|
3765
|
-
id: string;
|
|
3766
3766
|
mimetype: string;
|
|
3767
3767
|
filetype: string;
|
|
3768
3768
|
size: number;
|
|
@@ -3809,11 +3809,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3809
3809
|
operation: "upload_file";
|
|
3810
3810
|
ok: boolean;
|
|
3811
3811
|
file?: {
|
|
3812
|
-
username: string;
|
|
3813
3812
|
name: string;
|
|
3813
|
+
id: string;
|
|
3814
|
+
username: string;
|
|
3814
3815
|
user: string;
|
|
3815
3816
|
timestamp: number;
|
|
3816
|
-
id: string;
|
|
3817
3817
|
mimetype: string;
|
|
3818
3818
|
filetype: string;
|
|
3819
3819
|
size: number;
|
|
@@ -4053,6 +4053,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4053
4053
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
4054
4054
|
}, "strip", z.ZodTypeAny, {
|
|
4055
4055
|
title?: string | undefined;
|
|
4056
|
+
fields?: {
|
|
4057
|
+
value: string;
|
|
4058
|
+
title: string;
|
|
4059
|
+
short?: boolean | undefined;
|
|
4060
|
+
}[] | undefined;
|
|
4056
4061
|
text?: string | undefined;
|
|
4057
4062
|
color?: string | undefined;
|
|
4058
4063
|
pretext?: string | undefined;
|
|
@@ -4060,11 +4065,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4060
4065
|
author_link?: string | undefined;
|
|
4061
4066
|
author_icon?: string | undefined;
|
|
4062
4067
|
title_link?: string | undefined;
|
|
4063
|
-
fields?: {
|
|
4064
|
-
value: string;
|
|
4065
|
-
title: string;
|
|
4066
|
-
short?: boolean | undefined;
|
|
4067
|
-
}[] | undefined;
|
|
4068
4068
|
image_url?: string | undefined;
|
|
4069
4069
|
thumb_url?: string | undefined;
|
|
4070
4070
|
footer?: string | undefined;
|
|
@@ -4072,6 +4072,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4072
4072
|
ts?: number | undefined;
|
|
4073
4073
|
}, {
|
|
4074
4074
|
title?: string | undefined;
|
|
4075
|
+
fields?: {
|
|
4076
|
+
value: string;
|
|
4077
|
+
title: string;
|
|
4078
|
+
short?: boolean | undefined;
|
|
4079
|
+
}[] | undefined;
|
|
4075
4080
|
text?: string | undefined;
|
|
4076
4081
|
color?: string | undefined;
|
|
4077
4082
|
pretext?: string | undefined;
|
|
@@ -4079,11 +4084,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4079
4084
|
author_link?: string | undefined;
|
|
4080
4085
|
author_icon?: string | undefined;
|
|
4081
4086
|
title_link?: string | undefined;
|
|
4082
|
-
fields?: {
|
|
4083
|
-
value: string;
|
|
4084
|
-
title: string;
|
|
4085
|
-
short?: boolean | undefined;
|
|
4086
|
-
}[] | undefined;
|
|
4087
4087
|
image_url?: string | undefined;
|
|
4088
4088
|
thumb_url?: string | undefined;
|
|
4089
4089
|
footer?: string | undefined;
|
|
@@ -4117,16 +4117,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4117
4117
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4118
4118
|
}, "strip", z.ZodTypeAny, {
|
|
4119
4119
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4120
|
+
emoji?: boolean | undefined;
|
|
4120
4121
|
text?: string | undefined;
|
|
4121
4122
|
image_url?: string | undefined;
|
|
4122
|
-
emoji?: boolean | undefined;
|
|
4123
4123
|
verbatim?: boolean | undefined;
|
|
4124
4124
|
alt_text?: string | undefined;
|
|
4125
4125
|
}, {
|
|
4126
4126
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4127
|
+
emoji?: boolean | undefined;
|
|
4127
4128
|
text?: string | undefined;
|
|
4128
4129
|
image_url?: string | undefined;
|
|
4129
|
-
emoji?: boolean | undefined;
|
|
4130
4130
|
verbatim?: boolean | undefined;
|
|
4131
4131
|
alt_text?: string | undefined;
|
|
4132
4132
|
}>, "many">>;
|
|
@@ -4157,16 +4157,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4157
4157
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4158
4158
|
}, "strip", z.ZodTypeAny, {
|
|
4159
4159
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4160
|
+
emoji?: boolean | undefined;
|
|
4160
4161
|
text?: string | undefined;
|
|
4161
4162
|
image_url?: string | undefined;
|
|
4162
|
-
emoji?: boolean | undefined;
|
|
4163
4163
|
verbatim?: boolean | undefined;
|
|
4164
4164
|
alt_text?: string | undefined;
|
|
4165
4165
|
}, {
|
|
4166
4166
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4167
|
+
emoji?: boolean | undefined;
|
|
4167
4168
|
text?: string | undefined;
|
|
4168
4169
|
image_url?: string | undefined;
|
|
4169
|
-
emoji?: boolean | undefined;
|
|
4170
4170
|
verbatim?: boolean | undefined;
|
|
4171
4171
|
alt_text?: string | undefined;
|
|
4172
4172
|
}>, "many">>;
|
|
@@ -4197,16 +4197,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4197
4197
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4198
4198
|
}, "strip", z.ZodTypeAny, {
|
|
4199
4199
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4200
|
+
emoji?: boolean | undefined;
|
|
4200
4201
|
text?: string | undefined;
|
|
4201
4202
|
image_url?: string | undefined;
|
|
4202
|
-
emoji?: boolean | undefined;
|
|
4203
4203
|
verbatim?: boolean | undefined;
|
|
4204
4204
|
alt_text?: string | undefined;
|
|
4205
4205
|
}, {
|
|
4206
4206
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4207
|
+
emoji?: boolean | undefined;
|
|
4207
4208
|
text?: string | undefined;
|
|
4208
4209
|
image_url?: string | undefined;
|
|
4209
|
-
emoji?: boolean | undefined;
|
|
4210
4210
|
verbatim?: boolean | undefined;
|
|
4211
4211
|
alt_text?: string | undefined;
|
|
4212
4212
|
}>, "many">>;
|
|
@@ -4223,11 +4223,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4223
4223
|
reply_broadcast: boolean;
|
|
4224
4224
|
unfurl_links: boolean;
|
|
4225
4225
|
unfurl_media: boolean;
|
|
4226
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4226
4227
|
username?: string | undefined;
|
|
4227
4228
|
icon_emoji?: string | undefined;
|
|
4228
4229
|
icon_url?: string | undefined;
|
|
4229
4230
|
attachments?: {
|
|
4230
4231
|
title?: string | undefined;
|
|
4232
|
+
fields?: {
|
|
4233
|
+
value: string;
|
|
4234
|
+
title: string;
|
|
4235
|
+
short?: boolean | undefined;
|
|
4236
|
+
}[] | undefined;
|
|
4231
4237
|
text?: string | undefined;
|
|
4232
4238
|
color?: string | undefined;
|
|
4233
4239
|
pretext?: string | undefined;
|
|
@@ -4235,11 +4241,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4235
4241
|
author_link?: string | undefined;
|
|
4236
4242
|
author_icon?: string | undefined;
|
|
4237
4243
|
title_link?: string | undefined;
|
|
4238
|
-
fields?: {
|
|
4239
|
-
value: string;
|
|
4240
|
-
title: string;
|
|
4241
|
-
short?: boolean | undefined;
|
|
4242
|
-
}[] | undefined;
|
|
4243
4244
|
image_url?: string | undefined;
|
|
4244
4245
|
thumb_url?: string | undefined;
|
|
4245
4246
|
footer?: string | undefined;
|
|
@@ -4273,31 +4274,36 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4273
4274
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4274
4275
|
}, "strip", z.ZodTypeAny, {
|
|
4275
4276
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4277
|
+
emoji?: boolean | undefined;
|
|
4276
4278
|
text?: string | undefined;
|
|
4277
4279
|
image_url?: string | undefined;
|
|
4278
|
-
emoji?: boolean | undefined;
|
|
4279
4280
|
verbatim?: boolean | undefined;
|
|
4280
4281
|
alt_text?: string | undefined;
|
|
4281
4282
|
}, {
|
|
4282
4283
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4284
|
+
emoji?: boolean | undefined;
|
|
4283
4285
|
text?: string | undefined;
|
|
4284
4286
|
image_url?: string | undefined;
|
|
4285
|
-
emoji?: boolean | undefined;
|
|
4286
4287
|
verbatim?: boolean | undefined;
|
|
4287
4288
|
alt_text?: string | undefined;
|
|
4288
4289
|
}>, "many">>;
|
|
4289
4290
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4290
4291
|
thread_ts?: string | undefined;
|
|
4291
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4292
4292
|
}, {
|
|
4293
4293
|
operation: "send_message";
|
|
4294
4294
|
channel: string;
|
|
4295
4295
|
text: string;
|
|
4296
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4296
4297
|
username?: string | undefined;
|
|
4297
4298
|
icon_emoji?: string | undefined;
|
|
4298
4299
|
icon_url?: string | undefined;
|
|
4299
4300
|
attachments?: {
|
|
4300
4301
|
title?: string | undefined;
|
|
4302
|
+
fields?: {
|
|
4303
|
+
value: string;
|
|
4304
|
+
title: string;
|
|
4305
|
+
short?: boolean | undefined;
|
|
4306
|
+
}[] | undefined;
|
|
4301
4307
|
text?: string | undefined;
|
|
4302
4308
|
color?: string | undefined;
|
|
4303
4309
|
pretext?: string | undefined;
|
|
@@ -4305,11 +4311,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4305
4311
|
author_link?: string | undefined;
|
|
4306
4312
|
author_icon?: string | undefined;
|
|
4307
4313
|
title_link?: string | undefined;
|
|
4308
|
-
fields?: {
|
|
4309
|
-
value: string;
|
|
4310
|
-
title: string;
|
|
4311
|
-
short?: boolean | undefined;
|
|
4312
|
-
}[] | undefined;
|
|
4313
4314
|
image_url?: string | undefined;
|
|
4314
4315
|
thumb_url?: string | undefined;
|
|
4315
4316
|
footer?: string | undefined;
|
|
@@ -4343,23 +4344,22 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4343
4344
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4344
4345
|
}, "strip", z.ZodTypeAny, {
|
|
4345
4346
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4347
|
+
emoji?: boolean | undefined;
|
|
4346
4348
|
text?: string | undefined;
|
|
4347
4349
|
image_url?: string | undefined;
|
|
4348
|
-
emoji?: boolean | undefined;
|
|
4349
4350
|
verbatim?: boolean | undefined;
|
|
4350
4351
|
alt_text?: string | undefined;
|
|
4351
4352
|
}, {
|
|
4352
4353
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4354
|
+
emoji?: boolean | undefined;
|
|
4353
4355
|
text?: string | undefined;
|
|
4354
4356
|
image_url?: string | undefined;
|
|
4355
|
-
emoji?: boolean | undefined;
|
|
4356
4357
|
verbatim?: boolean | undefined;
|
|
4357
4358
|
alt_text?: string | undefined;
|
|
4358
4359
|
}>, "many">>;
|
|
4359
4360
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4360
4361
|
thread_ts?: string | undefined;
|
|
4361
4362
|
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<{
|
|
@@ -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
|
-
operation: "get_conversation_history";
|
|
4445
4444
|
inclusive: boolean;
|
|
4445
|
+
operation: "get_conversation_history";
|
|
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
|
-
operation: "get_thread_replies";
|
|
4473
4472
|
inclusive: boolean;
|
|
4473
|
+
operation: "get_thread_replies";
|
|
4474
4474
|
channel: string;
|
|
4475
4475
|
ts: string;
|
|
4476
4476
|
limit: number;
|
|
@@ -4522,6 +4522,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4522
4522
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
4523
4523
|
}, "strip", z.ZodTypeAny, {
|
|
4524
4524
|
title?: string | undefined;
|
|
4525
|
+
fields?: {
|
|
4526
|
+
value: string;
|
|
4527
|
+
title: string;
|
|
4528
|
+
short?: boolean | undefined;
|
|
4529
|
+
}[] | undefined;
|
|
4525
4530
|
text?: string | undefined;
|
|
4526
4531
|
color?: string | undefined;
|
|
4527
4532
|
pretext?: string | undefined;
|
|
@@ -4529,11 +4534,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4529
4534
|
author_link?: string | undefined;
|
|
4530
4535
|
author_icon?: string | undefined;
|
|
4531
4536
|
title_link?: string | undefined;
|
|
4532
|
-
fields?: {
|
|
4533
|
-
value: string;
|
|
4534
|
-
title: string;
|
|
4535
|
-
short?: boolean | undefined;
|
|
4536
|
-
}[] | undefined;
|
|
4537
4537
|
image_url?: string | undefined;
|
|
4538
4538
|
thumb_url?: string | undefined;
|
|
4539
4539
|
footer?: string | undefined;
|
|
@@ -4541,6 +4541,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4541
4541
|
ts?: number | undefined;
|
|
4542
4542
|
}, {
|
|
4543
4543
|
title?: string | undefined;
|
|
4544
|
+
fields?: {
|
|
4545
|
+
value: string;
|
|
4546
|
+
title: string;
|
|
4547
|
+
short?: boolean | undefined;
|
|
4548
|
+
}[] | undefined;
|
|
4544
4549
|
text?: string | undefined;
|
|
4545
4550
|
color?: string | undefined;
|
|
4546
4551
|
pretext?: string | undefined;
|
|
@@ -4548,11 +4553,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4548
4553
|
author_link?: string | undefined;
|
|
4549
4554
|
author_icon?: string | undefined;
|
|
4550
4555
|
title_link?: string | undefined;
|
|
4551
|
-
fields?: {
|
|
4552
|
-
value: string;
|
|
4553
|
-
title: string;
|
|
4554
|
-
short?: boolean | undefined;
|
|
4555
|
-
}[] | undefined;
|
|
4556
4556
|
image_url?: string | undefined;
|
|
4557
4557
|
thumb_url?: string | undefined;
|
|
4558
4558
|
footer?: string | undefined;
|
|
@@ -4586,16 +4586,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4586
4586
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4587
4587
|
}, "strip", z.ZodTypeAny, {
|
|
4588
4588
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4589
|
+
emoji?: boolean | undefined;
|
|
4589
4590
|
text?: string | undefined;
|
|
4590
4591
|
image_url?: string | undefined;
|
|
4591
|
-
emoji?: boolean | undefined;
|
|
4592
4592
|
verbatim?: boolean | undefined;
|
|
4593
4593
|
alt_text?: string | undefined;
|
|
4594
4594
|
}, {
|
|
4595
4595
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4596
|
+
emoji?: boolean | undefined;
|
|
4596
4597
|
text?: string | undefined;
|
|
4597
4598
|
image_url?: string | undefined;
|
|
4598
|
-
emoji?: boolean | undefined;
|
|
4599
4599
|
verbatim?: boolean | undefined;
|
|
4600
4600
|
alt_text?: string | undefined;
|
|
4601
4601
|
}>, "many">>;
|
|
@@ -4626,16 +4626,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4626
4626
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4627
4627
|
}, "strip", z.ZodTypeAny, {
|
|
4628
4628
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4629
|
+
emoji?: boolean | undefined;
|
|
4629
4630
|
text?: string | undefined;
|
|
4630
4631
|
image_url?: string | undefined;
|
|
4631
|
-
emoji?: boolean | undefined;
|
|
4632
4632
|
verbatim?: boolean | undefined;
|
|
4633
4633
|
alt_text?: string | undefined;
|
|
4634
4634
|
}, {
|
|
4635
4635
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4636
|
+
emoji?: boolean | undefined;
|
|
4636
4637
|
text?: string | undefined;
|
|
4637
4638
|
image_url?: string | undefined;
|
|
4638
|
-
emoji?: boolean | undefined;
|
|
4639
4639
|
verbatim?: boolean | undefined;
|
|
4640
4640
|
alt_text?: string | undefined;
|
|
4641
4641
|
}>, "many">>;
|
|
@@ -4666,16 +4666,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4666
4666
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4667
4667
|
}, "strip", z.ZodTypeAny, {
|
|
4668
4668
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4669
|
+
emoji?: boolean | undefined;
|
|
4669
4670
|
text?: string | undefined;
|
|
4670
4671
|
image_url?: string | undefined;
|
|
4671
|
-
emoji?: boolean | undefined;
|
|
4672
4672
|
verbatim?: boolean | undefined;
|
|
4673
4673
|
alt_text?: string | undefined;
|
|
4674
4674
|
}, {
|
|
4675
4675
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4676
|
+
emoji?: boolean | undefined;
|
|
4676
4677
|
text?: string | undefined;
|
|
4677
4678
|
image_url?: string | undefined;
|
|
4678
|
-
emoji?: boolean | undefined;
|
|
4679
4679
|
verbatim?: boolean | undefined;
|
|
4680
4680
|
alt_text?: string | undefined;
|
|
4681
4681
|
}>, "many">>;
|
|
@@ -4685,9 +4685,15 @@ 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;
|
|
4688
4689
|
text?: string | undefined;
|
|
4689
4690
|
attachments?: {
|
|
4690
4691
|
title?: string | undefined;
|
|
4692
|
+
fields?: {
|
|
4693
|
+
value: string;
|
|
4694
|
+
title: string;
|
|
4695
|
+
short?: boolean | undefined;
|
|
4696
|
+
}[] | undefined;
|
|
4691
4697
|
text?: string | undefined;
|
|
4692
4698
|
color?: string | undefined;
|
|
4693
4699
|
pretext?: string | undefined;
|
|
@@ -4695,11 +4701,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4695
4701
|
author_link?: string | undefined;
|
|
4696
4702
|
author_icon?: string | undefined;
|
|
4697
4703
|
title_link?: string | undefined;
|
|
4698
|
-
fields?: {
|
|
4699
|
-
value: string;
|
|
4700
|
-
title: string;
|
|
4701
|
-
short?: boolean | undefined;
|
|
4702
|
-
}[] | undefined;
|
|
4703
4704
|
image_url?: string | undefined;
|
|
4704
4705
|
thumb_url?: string | undefined;
|
|
4705
4706
|
footer?: string | undefined;
|
|
@@ -4733,28 +4734,33 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4733
4734
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4734
4735
|
}, "strip", z.ZodTypeAny, {
|
|
4735
4736
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4737
|
+
emoji?: boolean | undefined;
|
|
4736
4738
|
text?: string | undefined;
|
|
4737
4739
|
image_url?: string | undefined;
|
|
4738
|
-
emoji?: boolean | undefined;
|
|
4739
4740
|
verbatim?: boolean | undefined;
|
|
4740
4741
|
alt_text?: string | undefined;
|
|
4741
4742
|
}, {
|
|
4742
4743
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4744
|
+
emoji?: boolean | undefined;
|
|
4743
4745
|
text?: string | undefined;
|
|
4744
4746
|
image_url?: string | undefined;
|
|
4745
|
-
emoji?: boolean | undefined;
|
|
4746
4747
|
verbatim?: boolean | undefined;
|
|
4747
4748
|
alt_text?: string | undefined;
|
|
4748
4749
|
}>, "many">>;
|
|
4749
4750
|
}, 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;
|
|
4755
4756
|
text?: string | undefined;
|
|
4756
4757
|
attachments?: {
|
|
4757
4758
|
title?: string | undefined;
|
|
4759
|
+
fields?: {
|
|
4760
|
+
value: string;
|
|
4761
|
+
title: string;
|
|
4762
|
+
short?: boolean | undefined;
|
|
4763
|
+
}[] | undefined;
|
|
4758
4764
|
text?: string | undefined;
|
|
4759
4765
|
color?: string | undefined;
|
|
4760
4766
|
pretext?: string | undefined;
|
|
@@ -4762,11 +4768,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4762
4768
|
author_link?: string | undefined;
|
|
4763
4769
|
author_icon?: string | undefined;
|
|
4764
4770
|
title_link?: string | undefined;
|
|
4765
|
-
fields?: {
|
|
4766
|
-
value: string;
|
|
4767
|
-
title: string;
|
|
4768
|
-
short?: boolean | undefined;
|
|
4769
|
-
}[] | undefined;
|
|
4770
4771
|
image_url?: string | undefined;
|
|
4771
4772
|
thumb_url?: string | undefined;
|
|
4772
4773
|
footer?: string | undefined;
|
|
@@ -4800,21 +4801,20 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4800
4801
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4801
4802
|
}, "strip", z.ZodTypeAny, {
|
|
4802
4803
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4804
|
+
emoji?: boolean | undefined;
|
|
4803
4805
|
text?: string | undefined;
|
|
4804
4806
|
image_url?: string | undefined;
|
|
4805
|
-
emoji?: boolean | undefined;
|
|
4806
4807
|
verbatim?: boolean | undefined;
|
|
4807
4808
|
alt_text?: string | undefined;
|
|
4808
4809
|
}, {
|
|
4809
4810
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4811
|
+
emoji?: boolean | undefined;
|
|
4810
4812
|
text?: string | undefined;
|
|
4811
4813
|
image_url?: string | undefined;
|
|
4812
|
-
emoji?: boolean | undefined;
|
|
4813
4814
|
verbatim?: boolean | undefined;
|
|
4814
4815
|
alt_text?: string | undefined;
|
|
4815
4816
|
}>, "many">>;
|
|
4816
4817
|
}, 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;
|
|
4840
4841
|
operation: "add_reaction";
|
|
4841
4842
|
channel: string;
|
|
4842
|
-
name: string;
|
|
4843
4843
|
timestamp: string;
|
|
4844
4844
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4845
4845
|
}, {
|
|
4846
|
+
name: string;
|
|
4846
4847
|
operation: "add_reaction";
|
|
4847
4848
|
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;
|
|
4858
4859
|
operation: "remove_reaction";
|
|
4859
4860
|
channel: string;
|
|
4860
|
-
name: string;
|
|
4861
4861
|
timestamp: string;
|
|
4862
4862
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4863
4863
|
}, {
|
|
4864
|
+
name: string;
|
|
4864
4865
|
operation: "remove_reaction";
|
|
4865
4866
|
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
|
-
thread_ts?: string | undefined;
|
|
4897
4896
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4897
|
+
thread_ts?: 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
|
-
thread_ts?: string | undefined;
|
|
4907
4906
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4907
|
+
thread_ts?: string | undefined;
|
|
4908
4908
|
file_path?: string | undefined;
|
|
4909
4909
|
filename?: string | undefined;
|
|
4910
4910
|
initial_comment?: string | undefined;
|
|
@@ -4941,16 +4941,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4941
4941
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4942
4942
|
}, "strip", z.ZodTypeAny, {
|
|
4943
4943
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4944
|
+
emoji?: boolean | undefined;
|
|
4944
4945
|
text?: string | undefined;
|
|
4945
4946
|
image_url?: string | undefined;
|
|
4946
|
-
emoji?: boolean | undefined;
|
|
4947
4947
|
verbatim?: boolean | undefined;
|
|
4948
4948
|
alt_text?: string | undefined;
|
|
4949
4949
|
}, {
|
|
4950
4950
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4951
|
+
emoji?: boolean | undefined;
|
|
4951
4952
|
text?: string | undefined;
|
|
4952
4953
|
image_url?: string | undefined;
|
|
4953
|
-
emoji?: boolean | undefined;
|
|
4954
4954
|
verbatim?: boolean | undefined;
|
|
4955
4955
|
alt_text?: string | undefined;
|
|
4956
4956
|
}>, "many">>;
|
|
@@ -4981,16 +4981,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4981
4981
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4982
4982
|
}, "strip", z.ZodTypeAny, {
|
|
4983
4983
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4984
|
+
emoji?: boolean | undefined;
|
|
4984
4985
|
text?: string | undefined;
|
|
4985
4986
|
image_url?: string | undefined;
|
|
4986
|
-
emoji?: boolean | undefined;
|
|
4987
4987
|
verbatim?: boolean | undefined;
|
|
4988
4988
|
alt_text?: string | undefined;
|
|
4989
4989
|
}, {
|
|
4990
4990
|
type: "plain_text" | "mrkdwn" | "image";
|
|
4991
|
+
emoji?: boolean | undefined;
|
|
4991
4992
|
text?: string | undefined;
|
|
4992
4993
|
image_url?: string | undefined;
|
|
4993
|
-
emoji?: boolean | undefined;
|
|
4994
4994
|
verbatim?: boolean | undefined;
|
|
4995
4995
|
alt_text?: string | undefined;
|
|
4996
4996
|
}>, "many">>;
|
|
@@ -5021,16 +5021,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5021
5021
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
5022
5022
|
}, "strip", z.ZodTypeAny, {
|
|
5023
5023
|
type: "plain_text" | "mrkdwn" | "image";
|
|
5024
|
+
emoji?: boolean | undefined;
|
|
5024
5025
|
text?: string | undefined;
|
|
5025
5026
|
image_url?: string | undefined;
|
|
5026
|
-
emoji?: boolean | undefined;
|
|
5027
5027
|
verbatim?: boolean | undefined;
|
|
5028
5028
|
alt_text?: string | undefined;
|
|
5029
5029
|
}, {
|
|
5030
5030
|
type: "plain_text" | "mrkdwn" | "image";
|
|
5031
|
+
emoji?: boolean | undefined;
|
|
5031
5032
|
text?: string | undefined;
|
|
5032
5033
|
image_url?: string | undefined;
|
|
5033
|
-
emoji?: boolean | undefined;
|
|
5034
5034
|
verbatim?: boolean | undefined;
|
|
5035
5035
|
alt_text?: string | undefined;
|
|
5036
5036
|
}>, "many">>;
|
|
@@ -5045,6 +5045,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5045
5045
|
unfurl_links: boolean;
|
|
5046
5046
|
unfurl_media: boolean;
|
|
5047
5047
|
post_at: number;
|
|
5048
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
5048
5049
|
blocks?: z.objectOutputType<{
|
|
5049
5050
|
type: z.ZodString;
|
|
5050
5051
|
text: z.ZodOptional<z.ZodObject<{
|
|
@@ -5072,27 +5073,27 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5072
5073
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
5073
5074
|
}, "strip", z.ZodTypeAny, {
|
|
5074
5075
|
type: "plain_text" | "mrkdwn" | "image";
|
|
5076
|
+
emoji?: boolean | undefined;
|
|
5075
5077
|
text?: string | undefined;
|
|
5076
5078
|
image_url?: string | undefined;
|
|
5077
|
-
emoji?: boolean | undefined;
|
|
5078
5079
|
verbatim?: boolean | undefined;
|
|
5079
5080
|
alt_text?: string | undefined;
|
|
5080
5081
|
}, {
|
|
5081
5082
|
type: "plain_text" | "mrkdwn" | "image";
|
|
5083
|
+
emoji?: boolean | undefined;
|
|
5082
5084
|
text?: string | undefined;
|
|
5083
5085
|
image_url?: string | undefined;
|
|
5084
|
-
emoji?: boolean | undefined;
|
|
5085
5086
|
verbatim?: boolean | undefined;
|
|
5086
5087
|
alt_text?: string | undefined;
|
|
5087
5088
|
}>, "many">>;
|
|
5088
5089
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5089
5090
|
thread_ts?: string | undefined;
|
|
5090
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
5091
5091
|
}, {
|
|
5092
5092
|
operation: "schedule_message";
|
|
5093
5093
|
channel: string;
|
|
5094
5094
|
text: string;
|
|
5095
5095
|
post_at: number;
|
|
5096
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
5096
5097
|
blocks?: z.objectInputType<{
|
|
5097
5098
|
type: z.ZodString;
|
|
5098
5099
|
text: z.ZodOptional<z.ZodObject<{
|
|
@@ -5120,22 +5121,21 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5120
5121
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
5121
5122
|
}, "strip", z.ZodTypeAny, {
|
|
5122
5123
|
type: "plain_text" | "mrkdwn" | "image";
|
|
5124
|
+
emoji?: boolean | undefined;
|
|
5123
5125
|
text?: string | undefined;
|
|
5124
5126
|
image_url?: string | undefined;
|
|
5125
|
-
emoji?: boolean | undefined;
|
|
5126
5127
|
verbatim?: boolean | undefined;
|
|
5127
5128
|
alt_text?: string | undefined;
|
|
5128
5129
|
}, {
|
|
5129
5130
|
type: "plain_text" | "mrkdwn" | "image";
|
|
5131
|
+
emoji?: boolean | undefined;
|
|
5130
5132
|
text?: string | undefined;
|
|
5131
5133
|
image_url?: string | undefined;
|
|
5132
|
-
emoji?: boolean | undefined;
|
|
5133
5134
|
verbatim?: boolean | undefined;
|
|
5134
5135
|
alt_text?: string | undefined;
|
|
5135
5136
|
}>, "many">>;
|
|
5136
5137
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5137
5138
|
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<{
|
|
@@ -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
|
-
fields?: Record<string, unknown> | undefined;
|
|
5899
5898
|
email?: string | undefined;
|
|
5899
|
+
fields?: Record<string, unknown> | 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
|
-
fields?: Record<string, unknown> | undefined;
|
|
5924
5923
|
email?: string | undefined;
|
|
5924
|
+
fields?: Record<string, unknown> | 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
|
-
fields?: Record<string, unknown> | undefined;
|
|
5969
5968
|
email?: string | undefined;
|
|
5969
|
+
fields?: Record<string, unknown> | 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
|
-
fields?: Record<string, unknown> | undefined;
|
|
6014
6013
|
email?: string | undefined;
|
|
6014
|
+
fields?: Record<string, unknown> | undefined;
|
|
6015
6015
|
real_name?: string | undefined;
|
|
6016
6016
|
phone?: string | undefined;
|
|
6017
6017
|
skype?: string | undefined;
|
|
@@ -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
|
-
fields?: Record<string, unknown> | undefined;
|
|
6067
6066
|
email?: string | undefined;
|
|
6067
|
+
fields?: Record<string, unknown> | undefined;
|
|
6068
6068
|
real_name?: string | undefined;
|
|
6069
6069
|
phone?: string | undefined;
|
|
6070
6070
|
skype?: string | undefined;
|
|
@@ -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
|
-
fields?: Record<string, unknown> | undefined;
|
|
6118
6117
|
email?: string | undefined;
|
|
6118
|
+
fields?: Record<string, unknown> | 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
|
-
fields?: Record<string, unknown> | undefined;
|
|
6192
6191
|
email?: string | undefined;
|
|
6192
|
+
fields?: Record<string, unknown> | 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
|
-
fields?: Record<string, unknown> | undefined;
|
|
6217
6216
|
email?: string | undefined;
|
|
6217
|
+
fields?: Record<string, unknown> | 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
|
-
fields?: Record<string, unknown> | undefined;
|
|
6262
6261
|
email?: string | undefined;
|
|
6262
|
+
fields?: Record<string, unknown> | 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
|
-
fields?: Record<string, unknown> | undefined;
|
|
6307
6306
|
email?: string | undefined;
|
|
6307
|
+
fields?: Record<string, unknown> | undefined;
|
|
6308
6308
|
real_name?: string | undefined;
|
|
6309
6309
|
phone?: string | undefined;
|
|
6310
6310
|
skype?: string | 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
|
-
fields?: Record<string, unknown> | undefined;
|
|
6370
6369
|
email?: string | undefined;
|
|
6370
|
+
fields?: Record<string, unknown> | undefined;
|
|
6371
6371
|
real_name?: string | undefined;
|
|
6372
6372
|
phone?: string | undefined;
|
|
6373
6373
|
skype?: string | 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
|
-
fields?: Record<string, unknown> | undefined;
|
|
6424
6423
|
email?: string | undefined;
|
|
6424
|
+
fields?: Record<string, unknown> | undefined;
|
|
6425
6425
|
real_name?: string | undefined;
|
|
6426
6426
|
phone?: string | undefined;
|
|
6427
6427
|
skype?: string | undefined;
|
|
@@ -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;
|
|
7679
7678
|
name: string;
|
|
7679
|
+
id: string;
|
|
7680
|
+
username: string;
|
|
7680
7681
|
user: string;
|
|
7681
7682
|
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;
|
|
7724
7723
|
name: string;
|
|
7724
|
+
id: string;
|
|
7725
|
+
username: string;
|
|
7725
7726
|
user: string;
|
|
7726
7727
|
timestamp: number;
|
|
7727
|
-
id: string;
|
|
7728
7728
|
mimetype: string;
|
|
7729
7729
|
filetype: string;
|
|
7730
7730
|
size: number;
|
|
@@ -7773,11 +7773,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7773
7773
|
operation: "upload_file";
|
|
7774
7774
|
ok: boolean;
|
|
7775
7775
|
file?: {
|
|
7776
|
-
username: string;
|
|
7777
7776
|
name: string;
|
|
7777
|
+
id: string;
|
|
7778
|
+
username: string;
|
|
7778
7779
|
user: string;
|
|
7779
7780
|
timestamp: number;
|
|
7780
|
-
id: string;
|
|
7781
7781
|
mimetype: string;
|
|
7782
7782
|
filetype: string;
|
|
7783
7783
|
size: number;
|
|
@@ -7824,11 +7824,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7824
7824
|
operation: "upload_file";
|
|
7825
7825
|
ok: boolean;
|
|
7826
7826
|
file?: {
|
|
7827
|
-
username: string;
|
|
7828
7827
|
name: string;
|
|
7828
|
+
id: string;
|
|
7829
|
+
username: string;
|
|
7829
7830
|
user: string;
|
|
7830
7831
|
timestamp: number;
|
|
7831
|
-
id: string;
|
|
7832
7832
|
mimetype: string;
|
|
7833
7833
|
filetype: string;
|
|
7834
7834
|
size: number;
|