@bubblelab/bubble-core 0.1.26 → 0.1.27
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 +60 -60
- package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
- package/dist/bubbles/service-bubble/airtable.d.ts +104 -104
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +28 -28
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +308 -308
- package/dist/bubbles/service-bubble/followupboss.d.ts +392 -392
- package/dist/bubbles/service-bubble/github.d.ts +64 -64
- package/dist/bubbles/service-bubble/gmail.d.ts +64 -64
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +44 -44
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +55 -55
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.js +15 -19
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/notion/notion.d.ts +100 -100
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +202 -202
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/telegram.d.ts +512 -512
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +148 -148
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +129 -129
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +217 -217
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.js +33 -4
- package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-scrape-tool.js +1 -1
- package/dist/bubbles/tool-bubble/web-scrape-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +19 -19
- package/package.json +2 -2
|
@@ -38,13 +38,13 @@ 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
|
+
text?: string | undefined;
|
|
42
|
+
image_url?: string | undefined;
|
|
41
43
|
fields?: {
|
|
42
44
|
value: string;
|
|
43
45
|
title: string;
|
|
44
46
|
short?: boolean | undefined;
|
|
45
47
|
}[] | undefined;
|
|
46
|
-
text?: string | undefined;
|
|
47
|
-
image_url?: string | undefined;
|
|
48
48
|
color?: string | undefined;
|
|
49
49
|
pretext?: string | undefined;
|
|
50
50
|
author_name?: string | undefined;
|
|
@@ -57,13 +57,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
57
57
|
ts?: number | undefined;
|
|
58
58
|
}, {
|
|
59
59
|
title?: string | undefined;
|
|
60
|
+
text?: string | undefined;
|
|
61
|
+
image_url?: string | undefined;
|
|
60
62
|
fields?: {
|
|
61
63
|
value: string;
|
|
62
64
|
title: string;
|
|
63
65
|
short?: boolean | undefined;
|
|
64
66
|
}[] | undefined;
|
|
65
|
-
text?: string | undefined;
|
|
66
|
-
image_url?: string | undefined;
|
|
67
67
|
color?: string | undefined;
|
|
68
68
|
pretext?: string | undefined;
|
|
69
69
|
author_name?: string | undefined;
|
|
@@ -214,13 +214,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
214
214
|
icon_url?: string | undefined;
|
|
215
215
|
attachments?: {
|
|
216
216
|
title?: string | undefined;
|
|
217
|
+
text?: string | undefined;
|
|
218
|
+
image_url?: string | undefined;
|
|
217
219
|
fields?: {
|
|
218
220
|
value: string;
|
|
219
221
|
title: string;
|
|
220
222
|
short?: boolean | undefined;
|
|
221
223
|
}[] | undefined;
|
|
222
|
-
text?: string | undefined;
|
|
223
|
-
image_url?: string | undefined;
|
|
224
224
|
color?: string | undefined;
|
|
225
225
|
pretext?: string | undefined;
|
|
226
226
|
author_name?: string | undefined;
|
|
@@ -284,13 +284,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
284
284
|
icon_url?: string | undefined;
|
|
285
285
|
attachments?: {
|
|
286
286
|
title?: string | undefined;
|
|
287
|
+
text?: string | undefined;
|
|
288
|
+
image_url?: string | undefined;
|
|
287
289
|
fields?: {
|
|
288
290
|
value: string;
|
|
289
291
|
title: string;
|
|
290
292
|
short?: boolean | undefined;
|
|
291
293
|
}[] | undefined;
|
|
292
|
-
text?: string | undefined;
|
|
293
|
-
image_url?: string | undefined;
|
|
294
294
|
color?: string | undefined;
|
|
295
295
|
pretext?: string | undefined;
|
|
296
296
|
author_name?: string | undefined;
|
|
@@ -355,19 +355,19 @@ 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
|
-
limit: number;
|
|
359
358
|
operation: "list_channels";
|
|
360
359
|
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
361
360
|
exclude_archived: boolean;
|
|
361
|
+
limit: number;
|
|
362
362
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
363
363
|
cursor?: string | undefined;
|
|
364
364
|
}, {
|
|
365
365
|
operation: "list_channels";
|
|
366
|
-
limit?: number | undefined;
|
|
367
366
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
368
|
-
cursor?: string | undefined;
|
|
369
367
|
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
370
368
|
exclude_archived?: boolean | undefined;
|
|
369
|
+
limit?: number | undefined;
|
|
370
|
+
cursor?: string | undefined;
|
|
371
371
|
}>, z.ZodObject<{
|
|
372
372
|
operation: z.ZodLiteral<"get_channel_info">;
|
|
373
373
|
channel: z.ZodString;
|
|
@@ -405,15 +405,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
405
405
|
include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
406
406
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
407
407
|
}, "strip", z.ZodTypeAny, {
|
|
408
|
-
limit: number;
|
|
409
408
|
operation: "list_users";
|
|
409
|
+
limit: number;
|
|
410
410
|
include_locale: boolean;
|
|
411
411
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
412
412
|
cursor?: string | undefined;
|
|
413
413
|
}, {
|
|
414
414
|
operation: "list_users";
|
|
415
|
-
limit?: number | undefined;
|
|
416
415
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
416
|
+
limit?: number | undefined;
|
|
417
417
|
cursor?: string | undefined;
|
|
418
418
|
include_locale?: boolean | undefined;
|
|
419
419
|
}>, z.ZodObject<{
|
|
@@ -427,9 +427,9 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
427
427
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
429
|
inclusive: boolean;
|
|
430
|
-
limit: number;
|
|
431
430
|
operation: "get_conversation_history";
|
|
432
431
|
channel: string;
|
|
432
|
+
limit: number;
|
|
433
433
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
434
434
|
cursor?: string | undefined;
|
|
435
435
|
latest?: string | undefined;
|
|
@@ -438,8 +438,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
438
438
|
operation: "get_conversation_history";
|
|
439
439
|
channel: string;
|
|
440
440
|
inclusive?: boolean | undefined;
|
|
441
|
-
limit?: number | undefined;
|
|
442
441
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
442
|
+
limit?: number | undefined;
|
|
443
443
|
cursor?: string | undefined;
|
|
444
444
|
latest?: string | undefined;
|
|
445
445
|
oldest?: string | undefined;
|
|
@@ -455,10 +455,10 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
455
455
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
456
456
|
}, "strip", z.ZodTypeAny, {
|
|
457
457
|
inclusive: boolean;
|
|
458
|
-
limit: number;
|
|
459
458
|
operation: "get_thread_replies";
|
|
460
459
|
ts: string;
|
|
461
460
|
channel: string;
|
|
461
|
+
limit: number;
|
|
462
462
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
463
463
|
cursor?: string | undefined;
|
|
464
464
|
latest?: string | undefined;
|
|
@@ -468,8 +468,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
468
468
|
ts: string;
|
|
469
469
|
channel: string;
|
|
470
470
|
inclusive?: boolean | undefined;
|
|
471
|
-
limit?: number | undefined;
|
|
472
471
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
472
|
+
limit?: number | undefined;
|
|
473
473
|
cursor?: string | undefined;
|
|
474
474
|
latest?: string | undefined;
|
|
475
475
|
oldest?: string | undefined;
|
|
@@ -507,13 +507,13 @@ 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
|
+
text?: string | undefined;
|
|
511
|
+
image_url?: string | undefined;
|
|
510
512
|
fields?: {
|
|
511
513
|
value: string;
|
|
512
514
|
title: string;
|
|
513
515
|
short?: boolean | undefined;
|
|
514
516
|
}[] | undefined;
|
|
515
|
-
text?: string | undefined;
|
|
516
|
-
image_url?: string | undefined;
|
|
517
517
|
color?: string | undefined;
|
|
518
518
|
pretext?: string | undefined;
|
|
519
519
|
author_name?: string | undefined;
|
|
@@ -526,13 +526,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
526
526
|
ts?: number | undefined;
|
|
527
527
|
}, {
|
|
528
528
|
title?: string | undefined;
|
|
529
|
+
text?: string | undefined;
|
|
530
|
+
image_url?: string | undefined;
|
|
529
531
|
fields?: {
|
|
530
532
|
value: string;
|
|
531
533
|
title: string;
|
|
532
534
|
short?: boolean | undefined;
|
|
533
535
|
}[] | undefined;
|
|
534
|
-
text?: string | undefined;
|
|
535
|
-
image_url?: string | undefined;
|
|
536
536
|
color?: string | undefined;
|
|
537
537
|
pretext?: string | undefined;
|
|
538
538
|
author_name?: string | undefined;
|
|
@@ -674,13 +674,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
674
674
|
text?: string | undefined;
|
|
675
675
|
attachments?: {
|
|
676
676
|
title?: string | undefined;
|
|
677
|
+
text?: string | undefined;
|
|
678
|
+
image_url?: string | undefined;
|
|
677
679
|
fields?: {
|
|
678
680
|
value: string;
|
|
679
681
|
title: string;
|
|
680
682
|
short?: boolean | undefined;
|
|
681
683
|
}[] | undefined;
|
|
682
|
-
text?: string | undefined;
|
|
683
|
-
image_url?: string | undefined;
|
|
684
684
|
color?: string | undefined;
|
|
685
685
|
pretext?: string | undefined;
|
|
686
686
|
author_name?: string | undefined;
|
|
@@ -741,13 +741,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
741
741
|
text?: string | undefined;
|
|
742
742
|
attachments?: {
|
|
743
743
|
title?: string | undefined;
|
|
744
|
+
text?: string | undefined;
|
|
745
|
+
image_url?: string | undefined;
|
|
744
746
|
fields?: {
|
|
745
747
|
value: string;
|
|
746
748
|
title: string;
|
|
747
749
|
short?: boolean | undefined;
|
|
748
750
|
}[] | undefined;
|
|
749
|
-
text?: string | undefined;
|
|
750
|
-
image_url?: string | undefined;
|
|
751
751
|
color?: string | undefined;
|
|
752
752
|
pretext?: string | undefined;
|
|
753
753
|
author_name?: string | undefined;
|
|
@@ -1156,12 +1156,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1156
1156
|
count: z.ZodNumber;
|
|
1157
1157
|
}, "strip", z.ZodTypeAny, {
|
|
1158
1158
|
name: string;
|
|
1159
|
-
count: number;
|
|
1160
1159
|
users: string[];
|
|
1160
|
+
count: number;
|
|
1161
1161
|
}, {
|
|
1162
1162
|
name: string;
|
|
1163
|
-
count: number;
|
|
1164
1163
|
users: string[];
|
|
1164
|
+
count: number;
|
|
1165
1165
|
}>, "many">>;
|
|
1166
1166
|
}, "strip", z.ZodTypeAny, {
|
|
1167
1167
|
type: string;
|
|
@@ -1185,8 +1185,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1185
1185
|
subscribed?: boolean | undefined;
|
|
1186
1186
|
reactions?: {
|
|
1187
1187
|
name: string;
|
|
1188
|
-
count: number;
|
|
1189
1188
|
users: string[];
|
|
1189
|
+
count: number;
|
|
1190
1190
|
}[] | undefined;
|
|
1191
1191
|
}, {
|
|
1192
1192
|
type: string;
|
|
@@ -1210,16 +1210,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1210
1210
|
subscribed?: boolean | undefined;
|
|
1211
1211
|
reactions?: {
|
|
1212
1212
|
name: string;
|
|
1213
|
-
count: number;
|
|
1214
1213
|
users: string[];
|
|
1214
|
+
count: number;
|
|
1215
1215
|
}[] | undefined;
|
|
1216
1216
|
}>>;
|
|
1217
1217
|
error: z.ZodString;
|
|
1218
1218
|
success: z.ZodBoolean;
|
|
1219
1219
|
}, "strip", z.ZodTypeAny, {
|
|
1220
|
+
operation: "send_message";
|
|
1220
1221
|
success: boolean;
|
|
1221
1222
|
error: string;
|
|
1222
|
-
operation: "send_message";
|
|
1223
1223
|
ok: boolean;
|
|
1224
1224
|
message?: {
|
|
1225
1225
|
type: string;
|
|
@@ -1243,16 +1243,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1243
1243
|
subscribed?: boolean | undefined;
|
|
1244
1244
|
reactions?: {
|
|
1245
1245
|
name: string;
|
|
1246
|
-
count: number;
|
|
1247
1246
|
users: string[];
|
|
1247
|
+
count: number;
|
|
1248
1248
|
}[] | undefined;
|
|
1249
1249
|
} | undefined;
|
|
1250
1250
|
ts?: string | undefined;
|
|
1251
1251
|
channel?: string | undefined;
|
|
1252
1252
|
}, {
|
|
1253
|
+
operation: "send_message";
|
|
1253
1254
|
success: boolean;
|
|
1254
1255
|
error: string;
|
|
1255
|
-
operation: "send_message";
|
|
1256
1256
|
ok: boolean;
|
|
1257
1257
|
message?: {
|
|
1258
1258
|
type: string;
|
|
@@ -1276,8 +1276,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1276
1276
|
subscribed?: boolean | undefined;
|
|
1277
1277
|
reactions?: {
|
|
1278
1278
|
name: string;
|
|
1279
|
-
count: number;
|
|
1280
1279
|
users: string[];
|
|
1280
|
+
count: number;
|
|
1281
1281
|
}[] | undefined;
|
|
1282
1282
|
} | undefined;
|
|
1283
1283
|
ts?: string | undefined;
|
|
@@ -1411,9 +1411,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1411
1411
|
error: z.ZodString;
|
|
1412
1412
|
success: z.ZodBoolean;
|
|
1413
1413
|
}, "strip", z.ZodTypeAny, {
|
|
1414
|
+
operation: "list_channels";
|
|
1414
1415
|
success: boolean;
|
|
1415
1416
|
error: string;
|
|
1416
|
-
operation: "list_channels";
|
|
1417
1417
|
ok: boolean;
|
|
1418
1418
|
response_metadata?: {
|
|
1419
1419
|
next_cursor: string;
|
|
@@ -1453,9 +1453,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1453
1453
|
num_members?: number | undefined;
|
|
1454
1454
|
}[] | undefined;
|
|
1455
1455
|
}, {
|
|
1456
|
+
operation: "list_channels";
|
|
1456
1457
|
success: boolean;
|
|
1457
1458
|
error: string;
|
|
1458
|
-
operation: "list_channels";
|
|
1459
1459
|
ok: boolean;
|
|
1460
1460
|
response_metadata?: {
|
|
1461
1461
|
next_cursor: string;
|
|
@@ -1616,9 +1616,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1616
1616
|
error: z.ZodString;
|
|
1617
1617
|
success: z.ZodBoolean;
|
|
1618
1618
|
}, "strip", z.ZodTypeAny, {
|
|
1619
|
+
operation: "get_channel_info";
|
|
1619
1620
|
success: boolean;
|
|
1620
1621
|
error: string;
|
|
1621
|
-
operation: "get_channel_info";
|
|
1622
1622
|
ok: boolean;
|
|
1623
1623
|
channel?: {
|
|
1624
1624
|
name: string;
|
|
@@ -1655,9 +1655,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1655
1655
|
num_members?: number | undefined;
|
|
1656
1656
|
} | undefined;
|
|
1657
1657
|
}, {
|
|
1658
|
+
operation: "get_channel_info";
|
|
1658
1659
|
success: boolean;
|
|
1659
1660
|
error: string;
|
|
1660
|
-
operation: "get_channel_info";
|
|
1661
1661
|
ok: boolean;
|
|
1662
1662
|
channel?: {
|
|
1663
1663
|
name: string;
|
|
@@ -1735,8 +1735,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1735
1735
|
title?: string | undefined;
|
|
1736
1736
|
email?: string | undefined;
|
|
1737
1737
|
fields?: Record<string, unknown> | undefined;
|
|
1738
|
-
first_name?: string | undefined;
|
|
1739
|
-
last_name?: string | undefined;
|
|
1740
1738
|
real_name?: string | undefined;
|
|
1741
1739
|
phone?: string | undefined;
|
|
1742
1740
|
skype?: string | undefined;
|
|
@@ -1749,6 +1747,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1749
1747
|
avatar_hash?: string | undefined;
|
|
1750
1748
|
image_original?: string | undefined;
|
|
1751
1749
|
is_custom_image?: boolean | undefined;
|
|
1750
|
+
first_name?: string | undefined;
|
|
1751
|
+
last_name?: string | undefined;
|
|
1752
1752
|
image_24?: string | undefined;
|
|
1753
1753
|
image_32?: string | undefined;
|
|
1754
1754
|
image_48?: string | undefined;
|
|
@@ -1760,8 +1760,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1760
1760
|
title?: string | undefined;
|
|
1761
1761
|
email?: string | undefined;
|
|
1762
1762
|
fields?: Record<string, unknown> | undefined;
|
|
1763
|
-
first_name?: string | undefined;
|
|
1764
|
-
last_name?: string | undefined;
|
|
1765
1763
|
real_name?: string | undefined;
|
|
1766
1764
|
phone?: string | undefined;
|
|
1767
1765
|
skype?: string | undefined;
|
|
@@ -1774,6 +1772,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1774
1772
|
avatar_hash?: string | undefined;
|
|
1775
1773
|
image_original?: string | undefined;
|
|
1776
1774
|
is_custom_image?: boolean | undefined;
|
|
1775
|
+
first_name?: string | undefined;
|
|
1776
|
+
last_name?: string | undefined;
|
|
1777
1777
|
image_24?: string | undefined;
|
|
1778
1778
|
image_32?: string | undefined;
|
|
1779
1779
|
image_48?: string | undefined;
|
|
@@ -1805,8 +1805,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1805
1805
|
title?: string | undefined;
|
|
1806
1806
|
email?: string | undefined;
|
|
1807
1807
|
fields?: Record<string, unknown> | undefined;
|
|
1808
|
-
first_name?: string | undefined;
|
|
1809
|
-
last_name?: string | undefined;
|
|
1810
1808
|
real_name?: string | undefined;
|
|
1811
1809
|
phone?: string | undefined;
|
|
1812
1810
|
skype?: string | undefined;
|
|
@@ -1819,6 +1817,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1819
1817
|
avatar_hash?: string | undefined;
|
|
1820
1818
|
image_original?: string | undefined;
|
|
1821
1819
|
is_custom_image?: boolean | undefined;
|
|
1820
|
+
first_name?: string | undefined;
|
|
1821
|
+
last_name?: string | undefined;
|
|
1822
1822
|
image_24?: string | undefined;
|
|
1823
1823
|
image_32?: string | undefined;
|
|
1824
1824
|
image_48?: string | undefined;
|
|
@@ -1850,8 +1850,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1850
1850
|
title?: string | undefined;
|
|
1851
1851
|
email?: string | undefined;
|
|
1852
1852
|
fields?: Record<string, unknown> | undefined;
|
|
1853
|
-
first_name?: string | undefined;
|
|
1854
|
-
last_name?: string | undefined;
|
|
1855
1853
|
real_name?: string | undefined;
|
|
1856
1854
|
phone?: string | undefined;
|
|
1857
1855
|
skype?: string | undefined;
|
|
@@ -1864,6 +1862,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1864
1862
|
avatar_hash?: string | undefined;
|
|
1865
1863
|
image_original?: string | undefined;
|
|
1866
1864
|
is_custom_image?: boolean | undefined;
|
|
1865
|
+
first_name?: string | undefined;
|
|
1866
|
+
last_name?: string | undefined;
|
|
1867
1867
|
image_24?: string | undefined;
|
|
1868
1868
|
image_32?: string | undefined;
|
|
1869
1869
|
image_48?: string | undefined;
|
|
@@ -1885,9 +1885,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1885
1885
|
error: z.ZodString;
|
|
1886
1886
|
success: z.ZodBoolean;
|
|
1887
1887
|
}, "strip", z.ZodTypeAny, {
|
|
1888
|
+
operation: "get_user_info";
|
|
1888
1889
|
success: boolean;
|
|
1889
1890
|
error: string;
|
|
1890
|
-
operation: "get_user_info";
|
|
1891
1891
|
ok: boolean;
|
|
1892
1892
|
user?: {
|
|
1893
1893
|
name: string;
|
|
@@ -1903,8 +1903,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1903
1903
|
title?: string | undefined;
|
|
1904
1904
|
email?: string | undefined;
|
|
1905
1905
|
fields?: Record<string, unknown> | undefined;
|
|
1906
|
-
first_name?: string | undefined;
|
|
1907
|
-
last_name?: string | undefined;
|
|
1908
1906
|
real_name?: string | undefined;
|
|
1909
1907
|
phone?: string | undefined;
|
|
1910
1908
|
skype?: string | undefined;
|
|
@@ -1917,6 +1915,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1917
1915
|
avatar_hash?: string | undefined;
|
|
1918
1916
|
image_original?: string | undefined;
|
|
1919
1917
|
is_custom_image?: boolean | undefined;
|
|
1918
|
+
first_name?: string | undefined;
|
|
1919
|
+
last_name?: string | undefined;
|
|
1920
1920
|
image_24?: string | undefined;
|
|
1921
1921
|
image_32?: string | undefined;
|
|
1922
1922
|
image_48?: string | undefined;
|
|
@@ -1936,9 +1936,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1936
1936
|
has_2fa?: boolean | undefined;
|
|
1937
1937
|
} | undefined;
|
|
1938
1938
|
}, {
|
|
1939
|
+
operation: "get_user_info";
|
|
1939
1940
|
success: boolean;
|
|
1940
1941
|
error: string;
|
|
1941
|
-
operation: "get_user_info";
|
|
1942
1942
|
ok: boolean;
|
|
1943
1943
|
user?: {
|
|
1944
1944
|
name: string;
|
|
@@ -1954,8 +1954,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1954
1954
|
title?: string | undefined;
|
|
1955
1955
|
email?: string | undefined;
|
|
1956
1956
|
fields?: Record<string, unknown> | undefined;
|
|
1957
|
-
first_name?: string | undefined;
|
|
1958
|
-
last_name?: string | undefined;
|
|
1959
1957
|
real_name?: string | undefined;
|
|
1960
1958
|
phone?: string | undefined;
|
|
1961
1959
|
skype?: string | undefined;
|
|
@@ -1968,6 +1966,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1968
1966
|
avatar_hash?: string | undefined;
|
|
1969
1967
|
image_original?: string | undefined;
|
|
1970
1968
|
is_custom_image?: boolean | undefined;
|
|
1969
|
+
first_name?: string | undefined;
|
|
1970
|
+
last_name?: string | undefined;
|
|
1971
1971
|
image_24?: string | undefined;
|
|
1972
1972
|
image_32?: string | undefined;
|
|
1973
1973
|
image_48?: string | undefined;
|
|
@@ -2028,8 +2028,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2028
2028
|
title?: string | undefined;
|
|
2029
2029
|
email?: string | undefined;
|
|
2030
2030
|
fields?: Record<string, unknown> | undefined;
|
|
2031
|
-
first_name?: string | undefined;
|
|
2032
|
-
last_name?: string | undefined;
|
|
2033
2031
|
real_name?: string | undefined;
|
|
2034
2032
|
phone?: string | undefined;
|
|
2035
2033
|
skype?: string | undefined;
|
|
@@ -2042,6 +2040,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2042
2040
|
avatar_hash?: string | undefined;
|
|
2043
2041
|
image_original?: string | undefined;
|
|
2044
2042
|
is_custom_image?: boolean | undefined;
|
|
2043
|
+
first_name?: string | undefined;
|
|
2044
|
+
last_name?: string | undefined;
|
|
2045
2045
|
image_24?: string | undefined;
|
|
2046
2046
|
image_32?: string | undefined;
|
|
2047
2047
|
image_48?: string | undefined;
|
|
@@ -2053,8 +2053,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2053
2053
|
title?: string | undefined;
|
|
2054
2054
|
email?: string | undefined;
|
|
2055
2055
|
fields?: Record<string, unknown> | undefined;
|
|
2056
|
-
first_name?: string | undefined;
|
|
2057
|
-
last_name?: string | undefined;
|
|
2058
2056
|
real_name?: string | undefined;
|
|
2059
2057
|
phone?: string | undefined;
|
|
2060
2058
|
skype?: string | undefined;
|
|
@@ -2067,6 +2065,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2067
2065
|
avatar_hash?: string | undefined;
|
|
2068
2066
|
image_original?: string | undefined;
|
|
2069
2067
|
is_custom_image?: boolean | undefined;
|
|
2068
|
+
first_name?: string | undefined;
|
|
2069
|
+
last_name?: string | undefined;
|
|
2070
2070
|
image_24?: string | undefined;
|
|
2071
2071
|
image_32?: string | undefined;
|
|
2072
2072
|
image_48?: string | undefined;
|
|
@@ -2098,8 +2098,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2098
2098
|
title?: string | undefined;
|
|
2099
2099
|
email?: string | undefined;
|
|
2100
2100
|
fields?: Record<string, unknown> | undefined;
|
|
2101
|
-
first_name?: string | undefined;
|
|
2102
|
-
last_name?: string | undefined;
|
|
2103
2101
|
real_name?: string | undefined;
|
|
2104
2102
|
phone?: string | undefined;
|
|
2105
2103
|
skype?: string | undefined;
|
|
@@ -2112,6 +2110,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2112
2110
|
avatar_hash?: string | undefined;
|
|
2113
2111
|
image_original?: string | undefined;
|
|
2114
2112
|
is_custom_image?: boolean | undefined;
|
|
2113
|
+
first_name?: string | undefined;
|
|
2114
|
+
last_name?: string | undefined;
|
|
2115
2115
|
image_24?: string | undefined;
|
|
2116
2116
|
image_32?: string | undefined;
|
|
2117
2117
|
image_48?: string | undefined;
|
|
@@ -2143,8 +2143,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2143
2143
|
title?: string | undefined;
|
|
2144
2144
|
email?: string | undefined;
|
|
2145
2145
|
fields?: Record<string, unknown> | undefined;
|
|
2146
|
-
first_name?: string | undefined;
|
|
2147
|
-
last_name?: string | undefined;
|
|
2148
2146
|
real_name?: string | undefined;
|
|
2149
2147
|
phone?: string | undefined;
|
|
2150
2148
|
skype?: string | undefined;
|
|
@@ -2157,6 +2155,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2157
2155
|
avatar_hash?: string | undefined;
|
|
2158
2156
|
image_original?: string | undefined;
|
|
2159
2157
|
is_custom_image?: boolean | undefined;
|
|
2158
|
+
first_name?: string | undefined;
|
|
2159
|
+
last_name?: string | undefined;
|
|
2160
2160
|
image_24?: string | undefined;
|
|
2161
2161
|
image_32?: string | undefined;
|
|
2162
2162
|
image_48?: string | undefined;
|
|
@@ -2185,9 +2185,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2185
2185
|
error: z.ZodString;
|
|
2186
2186
|
success: z.ZodBoolean;
|
|
2187
2187
|
}, "strip", z.ZodTypeAny, {
|
|
2188
|
+
operation: "list_users";
|
|
2188
2189
|
success: boolean;
|
|
2189
2190
|
error: string;
|
|
2190
|
-
operation: "list_users";
|
|
2191
2191
|
ok: boolean;
|
|
2192
2192
|
response_metadata?: {
|
|
2193
2193
|
next_cursor: string;
|
|
@@ -2206,8 +2206,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2206
2206
|
title?: string | undefined;
|
|
2207
2207
|
email?: string | undefined;
|
|
2208
2208
|
fields?: Record<string, unknown> | undefined;
|
|
2209
|
-
first_name?: string | undefined;
|
|
2210
|
-
last_name?: string | undefined;
|
|
2211
2209
|
real_name?: string | undefined;
|
|
2212
2210
|
phone?: string | undefined;
|
|
2213
2211
|
skype?: string | undefined;
|
|
@@ -2220,6 +2218,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2220
2218
|
avatar_hash?: string | undefined;
|
|
2221
2219
|
image_original?: string | undefined;
|
|
2222
2220
|
is_custom_image?: boolean | undefined;
|
|
2221
|
+
first_name?: string | undefined;
|
|
2222
|
+
last_name?: string | undefined;
|
|
2223
2223
|
image_24?: string | undefined;
|
|
2224
2224
|
image_32?: string | undefined;
|
|
2225
2225
|
image_48?: string | undefined;
|
|
@@ -2239,9 +2239,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2239
2239
|
has_2fa?: boolean | undefined;
|
|
2240
2240
|
}[] | undefined;
|
|
2241
2241
|
}, {
|
|
2242
|
+
operation: "list_users";
|
|
2242
2243
|
success: boolean;
|
|
2243
2244
|
error: string;
|
|
2244
|
-
operation: "list_users";
|
|
2245
2245
|
ok: boolean;
|
|
2246
2246
|
response_metadata?: {
|
|
2247
2247
|
next_cursor: string;
|
|
@@ -2260,8 +2260,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2260
2260
|
title?: string | undefined;
|
|
2261
2261
|
email?: string | undefined;
|
|
2262
2262
|
fields?: Record<string, unknown> | undefined;
|
|
2263
|
-
first_name?: string | undefined;
|
|
2264
|
-
last_name?: string | undefined;
|
|
2265
2263
|
real_name?: string | undefined;
|
|
2266
2264
|
phone?: string | undefined;
|
|
2267
2265
|
skype?: string | undefined;
|
|
@@ -2274,6 +2272,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2274
2272
|
avatar_hash?: string | undefined;
|
|
2275
2273
|
image_original?: string | undefined;
|
|
2276
2274
|
is_custom_image?: boolean | undefined;
|
|
2275
|
+
first_name?: string | undefined;
|
|
2276
|
+
last_name?: string | undefined;
|
|
2277
2277
|
image_24?: string | undefined;
|
|
2278
2278
|
image_32?: string | undefined;
|
|
2279
2279
|
image_48?: string | undefined;
|
|
@@ -2325,12 +2325,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2325
2325
|
count: z.ZodNumber;
|
|
2326
2326
|
}, "strip", z.ZodTypeAny, {
|
|
2327
2327
|
name: string;
|
|
2328
|
-
count: number;
|
|
2329
2328
|
users: string[];
|
|
2329
|
+
count: number;
|
|
2330
2330
|
}, {
|
|
2331
2331
|
name: string;
|
|
2332
|
-
count: number;
|
|
2333
2332
|
users: string[];
|
|
2333
|
+
count: number;
|
|
2334
2334
|
}>, "many">>;
|
|
2335
2335
|
}, "strip", z.ZodTypeAny, {
|
|
2336
2336
|
type: string;
|
|
@@ -2354,8 +2354,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2354
2354
|
subscribed?: boolean | undefined;
|
|
2355
2355
|
reactions?: {
|
|
2356
2356
|
name: string;
|
|
2357
|
-
count: number;
|
|
2358
2357
|
users: string[];
|
|
2358
|
+
count: number;
|
|
2359
2359
|
}[] | undefined;
|
|
2360
2360
|
}, {
|
|
2361
2361
|
type: string;
|
|
@@ -2379,8 +2379,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2379
2379
|
subscribed?: boolean | undefined;
|
|
2380
2380
|
reactions?: {
|
|
2381
2381
|
name: string;
|
|
2382
|
-
count: number;
|
|
2383
2382
|
users: string[];
|
|
2383
|
+
count: number;
|
|
2384
2384
|
}[] | undefined;
|
|
2385
2385
|
}>, "many">>;
|
|
2386
2386
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2394,9 +2394,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2394
2394
|
error: z.ZodString;
|
|
2395
2395
|
success: z.ZodBoolean;
|
|
2396
2396
|
}, "strip", z.ZodTypeAny, {
|
|
2397
|
+
operation: "get_conversation_history";
|
|
2397
2398
|
success: boolean;
|
|
2398
2399
|
error: string;
|
|
2399
|
-
operation: "get_conversation_history";
|
|
2400
2400
|
ok: boolean;
|
|
2401
2401
|
messages?: {
|
|
2402
2402
|
type: string;
|
|
@@ -2420,8 +2420,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2420
2420
|
subscribed?: boolean | undefined;
|
|
2421
2421
|
reactions?: {
|
|
2422
2422
|
name: string;
|
|
2423
|
-
count: number;
|
|
2424
2423
|
users: string[];
|
|
2424
|
+
count: number;
|
|
2425
2425
|
}[] | undefined;
|
|
2426
2426
|
}[] | undefined;
|
|
2427
2427
|
response_metadata?: {
|
|
@@ -2429,9 +2429,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2429
2429
|
} | undefined;
|
|
2430
2430
|
has_more?: boolean | undefined;
|
|
2431
2431
|
}, {
|
|
2432
|
+
operation: "get_conversation_history";
|
|
2432
2433
|
success: boolean;
|
|
2433
2434
|
error: string;
|
|
2434
|
-
operation: "get_conversation_history";
|
|
2435
2435
|
ok: boolean;
|
|
2436
2436
|
messages?: {
|
|
2437
2437
|
type: string;
|
|
@@ -2455,8 +2455,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2455
2455
|
subscribed?: boolean | undefined;
|
|
2456
2456
|
reactions?: {
|
|
2457
2457
|
name: string;
|
|
2458
|
-
count: number;
|
|
2459
2458
|
users: string[];
|
|
2459
|
+
count: number;
|
|
2460
2460
|
}[] | undefined;
|
|
2461
2461
|
}[] | undefined;
|
|
2462
2462
|
response_metadata?: {
|
|
@@ -2496,12 +2496,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2496
2496
|
count: z.ZodNumber;
|
|
2497
2497
|
}, "strip", z.ZodTypeAny, {
|
|
2498
2498
|
name: string;
|
|
2499
|
-
count: number;
|
|
2500
2499
|
users: string[];
|
|
2500
|
+
count: number;
|
|
2501
2501
|
}, {
|
|
2502
2502
|
name: string;
|
|
2503
|
-
count: number;
|
|
2504
2503
|
users: string[];
|
|
2504
|
+
count: number;
|
|
2505
2505
|
}>, "many">>;
|
|
2506
2506
|
}, "strip", z.ZodTypeAny, {
|
|
2507
2507
|
type: string;
|
|
@@ -2525,8 +2525,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2525
2525
|
subscribed?: boolean | undefined;
|
|
2526
2526
|
reactions?: {
|
|
2527
2527
|
name: string;
|
|
2528
|
-
count: number;
|
|
2529
2528
|
users: string[];
|
|
2529
|
+
count: number;
|
|
2530
2530
|
}[] | undefined;
|
|
2531
2531
|
}, {
|
|
2532
2532
|
type: string;
|
|
@@ -2550,8 +2550,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2550
2550
|
subscribed?: boolean | undefined;
|
|
2551
2551
|
reactions?: {
|
|
2552
2552
|
name: string;
|
|
2553
|
-
count: number;
|
|
2554
2553
|
users: string[];
|
|
2554
|
+
count: number;
|
|
2555
2555
|
}[] | undefined;
|
|
2556
2556
|
}>, "many">>;
|
|
2557
2557
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2565,9 +2565,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2565
2565
|
error: z.ZodString;
|
|
2566
2566
|
success: z.ZodBoolean;
|
|
2567
2567
|
}, "strip", z.ZodTypeAny, {
|
|
2568
|
+
operation: "get_thread_replies";
|
|
2568
2569
|
success: boolean;
|
|
2569
2570
|
error: string;
|
|
2570
|
-
operation: "get_thread_replies";
|
|
2571
2571
|
ok: boolean;
|
|
2572
2572
|
messages?: {
|
|
2573
2573
|
type: string;
|
|
@@ -2591,8 +2591,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2591
2591
|
subscribed?: boolean | undefined;
|
|
2592
2592
|
reactions?: {
|
|
2593
2593
|
name: string;
|
|
2594
|
-
count: number;
|
|
2595
2594
|
users: string[];
|
|
2595
|
+
count: number;
|
|
2596
2596
|
}[] | undefined;
|
|
2597
2597
|
}[] | undefined;
|
|
2598
2598
|
response_metadata?: {
|
|
@@ -2600,9 +2600,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2600
2600
|
} | undefined;
|
|
2601
2601
|
has_more?: boolean | undefined;
|
|
2602
2602
|
}, {
|
|
2603
|
+
operation: "get_thread_replies";
|
|
2603
2604
|
success: boolean;
|
|
2604
2605
|
error: string;
|
|
2605
|
-
operation: "get_thread_replies";
|
|
2606
2606
|
ok: boolean;
|
|
2607
2607
|
messages?: {
|
|
2608
2608
|
type: string;
|
|
@@ -2626,8 +2626,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2626
2626
|
subscribed?: boolean | undefined;
|
|
2627
2627
|
reactions?: {
|
|
2628
2628
|
name: string;
|
|
2629
|
-
count: number;
|
|
2630
2629
|
users: string[];
|
|
2630
|
+
count: number;
|
|
2631
2631
|
}[] | undefined;
|
|
2632
2632
|
}[] | undefined;
|
|
2633
2633
|
response_metadata?: {
|
|
@@ -2670,12 +2670,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2670
2670
|
count: z.ZodNumber;
|
|
2671
2671
|
}, "strip", z.ZodTypeAny, {
|
|
2672
2672
|
name: string;
|
|
2673
|
-
count: number;
|
|
2674
2673
|
users: string[];
|
|
2674
|
+
count: number;
|
|
2675
2675
|
}, {
|
|
2676
2676
|
name: string;
|
|
2677
|
-
count: number;
|
|
2678
2677
|
users: string[];
|
|
2678
|
+
count: number;
|
|
2679
2679
|
}>, "many">>;
|
|
2680
2680
|
}, "strip", z.ZodTypeAny, {
|
|
2681
2681
|
type: string;
|
|
@@ -2699,8 +2699,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2699
2699
|
subscribed?: boolean | undefined;
|
|
2700
2700
|
reactions?: {
|
|
2701
2701
|
name: string;
|
|
2702
|
-
count: number;
|
|
2703
2702
|
users: string[];
|
|
2703
|
+
count: number;
|
|
2704
2704
|
}[] | undefined;
|
|
2705
2705
|
}, {
|
|
2706
2706
|
type: string;
|
|
@@ -2724,16 +2724,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2724
2724
|
subscribed?: boolean | undefined;
|
|
2725
2725
|
reactions?: {
|
|
2726
2726
|
name: string;
|
|
2727
|
-
count: number;
|
|
2728
2727
|
users: string[];
|
|
2728
|
+
count: number;
|
|
2729
2729
|
}[] | undefined;
|
|
2730
2730
|
}>>;
|
|
2731
2731
|
error: z.ZodString;
|
|
2732
2732
|
success: z.ZodBoolean;
|
|
2733
2733
|
}, "strip", z.ZodTypeAny, {
|
|
2734
|
+
operation: "update_message";
|
|
2734
2735
|
success: boolean;
|
|
2735
2736
|
error: string;
|
|
2736
|
-
operation: "update_message";
|
|
2737
2737
|
ok: boolean;
|
|
2738
2738
|
message?: {
|
|
2739
2739
|
type: string;
|
|
@@ -2757,17 +2757,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2757
2757
|
subscribed?: boolean | undefined;
|
|
2758
2758
|
reactions?: {
|
|
2759
2759
|
name: string;
|
|
2760
|
-
count: number;
|
|
2761
2760
|
users: string[];
|
|
2761
|
+
count: number;
|
|
2762
2762
|
}[] | undefined;
|
|
2763
2763
|
} | undefined;
|
|
2764
2764
|
text?: string | undefined;
|
|
2765
2765
|
ts?: string | undefined;
|
|
2766
2766
|
channel?: string | undefined;
|
|
2767
2767
|
}, {
|
|
2768
|
+
operation: "update_message";
|
|
2768
2769
|
success: boolean;
|
|
2769
2770
|
error: string;
|
|
2770
|
-
operation: "update_message";
|
|
2771
2771
|
ok: boolean;
|
|
2772
2772
|
message?: {
|
|
2773
2773
|
type: string;
|
|
@@ -2791,8 +2791,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2791
2791
|
subscribed?: boolean | undefined;
|
|
2792
2792
|
reactions?: {
|
|
2793
2793
|
name: string;
|
|
2794
|
-
count: number;
|
|
2795
2794
|
users: string[];
|
|
2795
|
+
count: number;
|
|
2796
2796
|
}[] | undefined;
|
|
2797
2797
|
} | undefined;
|
|
2798
2798
|
text?: string | undefined;
|
|
@@ -2806,16 +2806,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2806
2806
|
error: z.ZodString;
|
|
2807
2807
|
success: z.ZodBoolean;
|
|
2808
2808
|
}, "strip", z.ZodTypeAny, {
|
|
2809
|
+
operation: "delete_message";
|
|
2809
2810
|
success: boolean;
|
|
2810
2811
|
error: string;
|
|
2811
|
-
operation: "delete_message";
|
|
2812
2812
|
ok: boolean;
|
|
2813
2813
|
ts?: string | undefined;
|
|
2814
2814
|
channel?: string | undefined;
|
|
2815
2815
|
}, {
|
|
2816
|
+
operation: "delete_message";
|
|
2816
2817
|
success: boolean;
|
|
2817
2818
|
error: string;
|
|
2818
|
-
operation: "delete_message";
|
|
2819
2819
|
ok: boolean;
|
|
2820
2820
|
ts?: string | undefined;
|
|
2821
2821
|
channel?: string | undefined;
|
|
@@ -2825,14 +2825,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2825
2825
|
error: z.ZodString;
|
|
2826
2826
|
success: z.ZodBoolean;
|
|
2827
2827
|
}, "strip", z.ZodTypeAny, {
|
|
2828
|
+
operation: "add_reaction";
|
|
2828
2829
|
success: boolean;
|
|
2829
2830
|
error: string;
|
|
2830
|
-
operation: "add_reaction";
|
|
2831
2831
|
ok: boolean;
|
|
2832
2832
|
}, {
|
|
2833
|
+
operation: "add_reaction";
|
|
2833
2834
|
success: boolean;
|
|
2834
2835
|
error: string;
|
|
2835
|
-
operation: "add_reaction";
|
|
2836
2836
|
ok: boolean;
|
|
2837
2837
|
}>, z.ZodObject<{
|
|
2838
2838
|
operation: z.ZodLiteral<"remove_reaction">;
|
|
@@ -2840,14 +2840,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2840
2840
|
error: z.ZodString;
|
|
2841
2841
|
success: z.ZodBoolean;
|
|
2842
2842
|
}, "strip", z.ZodTypeAny, {
|
|
2843
|
+
operation: "remove_reaction";
|
|
2843
2844
|
success: boolean;
|
|
2844
2845
|
error: string;
|
|
2845
|
-
operation: "remove_reaction";
|
|
2846
2846
|
ok: boolean;
|
|
2847
2847
|
}, {
|
|
2848
|
+
operation: "remove_reaction";
|
|
2848
2849
|
success: boolean;
|
|
2849
2850
|
error: string;
|
|
2850
|
-
operation: "remove_reaction";
|
|
2851
2851
|
ok: boolean;
|
|
2852
2852
|
}>, z.ZodObject<{
|
|
2853
2853
|
operation: z.ZodLiteral<"join_channel">;
|
|
@@ -2972,9 +2972,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2972
2972
|
error: z.ZodString;
|
|
2973
2973
|
success: z.ZodBoolean;
|
|
2974
2974
|
}, "strip", z.ZodTypeAny, {
|
|
2975
|
+
operation: "join_channel";
|
|
2975
2976
|
success: boolean;
|
|
2976
2977
|
error: string;
|
|
2977
|
-
operation: "join_channel";
|
|
2978
2978
|
ok: boolean;
|
|
2979
2979
|
channel?: {
|
|
2980
2980
|
name: string;
|
|
@@ -3012,9 +3012,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3012
3012
|
} | undefined;
|
|
3013
3013
|
already_in_channel?: boolean | undefined;
|
|
3014
3014
|
}, {
|
|
3015
|
+
operation: "join_channel";
|
|
3015
3016
|
success: boolean;
|
|
3016
3017
|
error: string;
|
|
3017
|
-
operation: "join_channel";
|
|
3018
3018
|
ok: boolean;
|
|
3019
3019
|
channel?: {
|
|
3020
3020
|
name: string;
|
|
@@ -3255,9 +3255,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3255
3255
|
error: z.ZodString;
|
|
3256
3256
|
success: z.ZodBoolean;
|
|
3257
3257
|
}, "strip", z.ZodTypeAny, {
|
|
3258
|
+
operation: "upload_file";
|
|
3258
3259
|
success: boolean;
|
|
3259
3260
|
error: string;
|
|
3260
|
-
operation: "upload_file";
|
|
3261
3261
|
ok: boolean;
|
|
3262
3262
|
file?: {
|
|
3263
3263
|
name: string;
|
|
@@ -3306,9 +3306,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3306
3306
|
has_rich_preview?: boolean | undefined;
|
|
3307
3307
|
} | undefined;
|
|
3308
3308
|
}, {
|
|
3309
|
+
operation: "upload_file";
|
|
3309
3310
|
success: boolean;
|
|
3310
3311
|
error: string;
|
|
3311
|
-
operation: "upload_file";
|
|
3312
3312
|
ok: boolean;
|
|
3313
3313
|
file?: {
|
|
3314
3314
|
name: string;
|
|
@@ -3365,17 +3365,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3365
3365
|
error: z.ZodString;
|
|
3366
3366
|
success: z.ZodBoolean;
|
|
3367
3367
|
}, "strip", z.ZodTypeAny, {
|
|
3368
|
+
operation: "schedule_message";
|
|
3368
3369
|
success: boolean;
|
|
3369
3370
|
error: string;
|
|
3370
|
-
operation: "schedule_message";
|
|
3371
3371
|
ok: boolean;
|
|
3372
3372
|
channel?: string | undefined;
|
|
3373
3373
|
post_at?: number | undefined;
|
|
3374
3374
|
scheduled_message_id?: string | undefined;
|
|
3375
3375
|
}, {
|
|
3376
|
+
operation: "schedule_message";
|
|
3376
3377
|
success: boolean;
|
|
3377
3378
|
error: string;
|
|
3378
|
-
operation: "schedule_message";
|
|
3379
3379
|
ok: boolean;
|
|
3380
3380
|
channel?: string | undefined;
|
|
3381
3381
|
post_at?: number | undefined;
|
|
@@ -3430,13 +3430,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3430
3430
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
3431
3431
|
}, "strip", z.ZodTypeAny, {
|
|
3432
3432
|
title?: string | undefined;
|
|
3433
|
+
text?: string | undefined;
|
|
3434
|
+
image_url?: string | undefined;
|
|
3433
3435
|
fields?: {
|
|
3434
3436
|
value: string;
|
|
3435
3437
|
title: string;
|
|
3436
3438
|
short?: boolean | undefined;
|
|
3437
3439
|
}[] | undefined;
|
|
3438
|
-
text?: string | undefined;
|
|
3439
|
-
image_url?: string | undefined;
|
|
3440
3440
|
color?: string | undefined;
|
|
3441
3441
|
pretext?: string | undefined;
|
|
3442
3442
|
author_name?: string | undefined;
|
|
@@ -3449,13 +3449,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3449
3449
|
ts?: number | undefined;
|
|
3450
3450
|
}, {
|
|
3451
3451
|
title?: string | undefined;
|
|
3452
|
+
text?: string | undefined;
|
|
3453
|
+
image_url?: string | undefined;
|
|
3452
3454
|
fields?: {
|
|
3453
3455
|
value: string;
|
|
3454
3456
|
title: string;
|
|
3455
3457
|
short?: boolean | undefined;
|
|
3456
3458
|
}[] | undefined;
|
|
3457
|
-
text?: string | undefined;
|
|
3458
|
-
image_url?: string | undefined;
|
|
3459
3459
|
color?: string | undefined;
|
|
3460
3460
|
pretext?: string | undefined;
|
|
3461
3461
|
author_name?: string | undefined;
|
|
@@ -3606,13 +3606,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3606
3606
|
icon_url?: string | undefined;
|
|
3607
3607
|
attachments?: {
|
|
3608
3608
|
title?: string | undefined;
|
|
3609
|
+
text?: string | undefined;
|
|
3610
|
+
image_url?: string | undefined;
|
|
3609
3611
|
fields?: {
|
|
3610
3612
|
value: string;
|
|
3611
3613
|
title: string;
|
|
3612
3614
|
short?: boolean | undefined;
|
|
3613
3615
|
}[] | undefined;
|
|
3614
|
-
text?: string | undefined;
|
|
3615
|
-
image_url?: string | undefined;
|
|
3616
3616
|
color?: string | undefined;
|
|
3617
3617
|
pretext?: string | undefined;
|
|
3618
3618
|
author_name?: string | undefined;
|
|
@@ -3676,13 +3676,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3676
3676
|
icon_url?: string | undefined;
|
|
3677
3677
|
attachments?: {
|
|
3678
3678
|
title?: string | undefined;
|
|
3679
|
+
text?: string | undefined;
|
|
3680
|
+
image_url?: string | undefined;
|
|
3679
3681
|
fields?: {
|
|
3680
3682
|
value: string;
|
|
3681
3683
|
title: string;
|
|
3682
3684
|
short?: boolean | undefined;
|
|
3683
3685
|
}[] | undefined;
|
|
3684
|
-
text?: string | undefined;
|
|
3685
|
-
image_url?: string | undefined;
|
|
3686
3686
|
color?: string | undefined;
|
|
3687
3687
|
pretext?: string | undefined;
|
|
3688
3688
|
author_name?: string | undefined;
|
|
@@ -3747,19 +3747,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3747
3747
|
cursor: z.ZodOptional<z.ZodString>;
|
|
3748
3748
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3749
3749
|
}, "strip", z.ZodTypeAny, {
|
|
3750
|
-
limit: number;
|
|
3751
3750
|
operation: "list_channels";
|
|
3752
3751
|
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
3753
3752
|
exclude_archived: boolean;
|
|
3753
|
+
limit: number;
|
|
3754
3754
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3755
3755
|
cursor?: string | undefined;
|
|
3756
3756
|
}, {
|
|
3757
3757
|
operation: "list_channels";
|
|
3758
|
-
limit?: number | undefined;
|
|
3759
3758
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3760
|
-
cursor?: string | undefined;
|
|
3761
3759
|
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
3762
3760
|
exclude_archived?: boolean | undefined;
|
|
3761
|
+
limit?: number | undefined;
|
|
3762
|
+
cursor?: string | undefined;
|
|
3763
3763
|
}>, z.ZodObject<{
|
|
3764
3764
|
operation: z.ZodLiteral<"get_channel_info">;
|
|
3765
3765
|
channel: z.ZodString;
|
|
@@ -3797,15 +3797,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3797
3797
|
include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3798
3798
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3799
3799
|
}, "strip", z.ZodTypeAny, {
|
|
3800
|
-
limit: number;
|
|
3801
3800
|
operation: "list_users";
|
|
3801
|
+
limit: number;
|
|
3802
3802
|
include_locale: boolean;
|
|
3803
3803
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3804
3804
|
cursor?: string | undefined;
|
|
3805
3805
|
}, {
|
|
3806
3806
|
operation: "list_users";
|
|
3807
|
-
limit?: number | undefined;
|
|
3808
3807
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3808
|
+
limit?: number | undefined;
|
|
3809
3809
|
cursor?: string | undefined;
|
|
3810
3810
|
include_locale?: boolean | undefined;
|
|
3811
3811
|
}>, z.ZodObject<{
|
|
@@ -3819,9 +3819,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3819
3819
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3820
3820
|
}, "strip", z.ZodTypeAny, {
|
|
3821
3821
|
inclusive: boolean;
|
|
3822
|
-
limit: number;
|
|
3823
3822
|
operation: "get_conversation_history";
|
|
3824
3823
|
channel: string;
|
|
3824
|
+
limit: number;
|
|
3825
3825
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3826
3826
|
cursor?: string | undefined;
|
|
3827
3827
|
latest?: string | undefined;
|
|
@@ -3830,8 +3830,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3830
3830
|
operation: "get_conversation_history";
|
|
3831
3831
|
channel: string;
|
|
3832
3832
|
inclusive?: boolean | undefined;
|
|
3833
|
-
limit?: number | undefined;
|
|
3834
3833
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3834
|
+
limit?: number | undefined;
|
|
3835
3835
|
cursor?: string | undefined;
|
|
3836
3836
|
latest?: string | undefined;
|
|
3837
3837
|
oldest?: string | undefined;
|
|
@@ -3847,10 +3847,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3847
3847
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3848
3848
|
}, "strip", z.ZodTypeAny, {
|
|
3849
3849
|
inclusive: boolean;
|
|
3850
|
-
limit: number;
|
|
3851
3850
|
operation: "get_thread_replies";
|
|
3852
3851
|
ts: string;
|
|
3853
3852
|
channel: string;
|
|
3853
|
+
limit: number;
|
|
3854
3854
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3855
3855
|
cursor?: string | undefined;
|
|
3856
3856
|
latest?: string | undefined;
|
|
@@ -3860,8 +3860,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3860
3860
|
ts: string;
|
|
3861
3861
|
channel: string;
|
|
3862
3862
|
inclusive?: boolean | undefined;
|
|
3863
|
-
limit?: number | undefined;
|
|
3864
3863
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3864
|
+
limit?: number | undefined;
|
|
3865
3865
|
cursor?: string | undefined;
|
|
3866
3866
|
latest?: string | undefined;
|
|
3867
3867
|
oldest?: string | undefined;
|
|
@@ -3899,13 +3899,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3899
3899
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
3900
3900
|
}, "strip", z.ZodTypeAny, {
|
|
3901
3901
|
title?: string | undefined;
|
|
3902
|
+
text?: string | undefined;
|
|
3903
|
+
image_url?: string | undefined;
|
|
3902
3904
|
fields?: {
|
|
3903
3905
|
value: string;
|
|
3904
3906
|
title: string;
|
|
3905
3907
|
short?: boolean | undefined;
|
|
3906
3908
|
}[] | undefined;
|
|
3907
|
-
text?: string | undefined;
|
|
3908
|
-
image_url?: string | undefined;
|
|
3909
3909
|
color?: string | undefined;
|
|
3910
3910
|
pretext?: string | undefined;
|
|
3911
3911
|
author_name?: string | undefined;
|
|
@@ -3918,13 +3918,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3918
3918
|
ts?: number | undefined;
|
|
3919
3919
|
}, {
|
|
3920
3920
|
title?: string | undefined;
|
|
3921
|
+
text?: string | undefined;
|
|
3922
|
+
image_url?: string | undefined;
|
|
3921
3923
|
fields?: {
|
|
3922
3924
|
value: string;
|
|
3923
3925
|
title: string;
|
|
3924
3926
|
short?: boolean | undefined;
|
|
3925
3927
|
}[] | undefined;
|
|
3926
|
-
text?: string | undefined;
|
|
3927
|
-
image_url?: string | undefined;
|
|
3928
3928
|
color?: string | undefined;
|
|
3929
3929
|
pretext?: string | undefined;
|
|
3930
3930
|
author_name?: string | undefined;
|
|
@@ -4066,13 +4066,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4066
4066
|
text?: string | undefined;
|
|
4067
4067
|
attachments?: {
|
|
4068
4068
|
title?: string | undefined;
|
|
4069
|
+
text?: string | undefined;
|
|
4070
|
+
image_url?: string | undefined;
|
|
4069
4071
|
fields?: {
|
|
4070
4072
|
value: string;
|
|
4071
4073
|
title: string;
|
|
4072
4074
|
short?: boolean | undefined;
|
|
4073
4075
|
}[] | undefined;
|
|
4074
|
-
text?: string | undefined;
|
|
4075
|
-
image_url?: string | undefined;
|
|
4076
4076
|
color?: string | undefined;
|
|
4077
4077
|
pretext?: string | undefined;
|
|
4078
4078
|
author_name?: string | undefined;
|
|
@@ -4133,13 +4133,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4133
4133
|
text?: string | undefined;
|
|
4134
4134
|
attachments?: {
|
|
4135
4135
|
title?: string | undefined;
|
|
4136
|
+
text?: string | undefined;
|
|
4137
|
+
image_url?: string | undefined;
|
|
4136
4138
|
fields?: {
|
|
4137
4139
|
value: string;
|
|
4138
4140
|
title: string;
|
|
4139
4141
|
short?: boolean | undefined;
|
|
4140
4142
|
}[] | undefined;
|
|
4141
|
-
text?: string | undefined;
|
|
4142
|
-
image_url?: string | undefined;
|
|
4143
4143
|
color?: string | undefined;
|
|
4144
4144
|
pretext?: string | undefined;
|
|
4145
4145
|
author_name?: string | undefined;
|
|
@@ -4548,12 +4548,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4548
4548
|
count: z.ZodNumber;
|
|
4549
4549
|
}, "strip", z.ZodTypeAny, {
|
|
4550
4550
|
name: string;
|
|
4551
|
-
count: number;
|
|
4552
4551
|
users: string[];
|
|
4552
|
+
count: number;
|
|
4553
4553
|
}, {
|
|
4554
4554
|
name: string;
|
|
4555
|
-
count: number;
|
|
4556
4555
|
users: string[];
|
|
4556
|
+
count: number;
|
|
4557
4557
|
}>, "many">>;
|
|
4558
4558
|
}, "strip", z.ZodTypeAny, {
|
|
4559
4559
|
type: string;
|
|
@@ -4577,8 +4577,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4577
4577
|
subscribed?: boolean | undefined;
|
|
4578
4578
|
reactions?: {
|
|
4579
4579
|
name: string;
|
|
4580
|
-
count: number;
|
|
4581
4580
|
users: string[];
|
|
4581
|
+
count: number;
|
|
4582
4582
|
}[] | undefined;
|
|
4583
4583
|
}, {
|
|
4584
4584
|
type: string;
|
|
@@ -4602,16 +4602,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4602
4602
|
subscribed?: boolean | undefined;
|
|
4603
4603
|
reactions?: {
|
|
4604
4604
|
name: string;
|
|
4605
|
-
count: number;
|
|
4606
4605
|
users: string[];
|
|
4606
|
+
count: number;
|
|
4607
4607
|
}[] | undefined;
|
|
4608
4608
|
}>>;
|
|
4609
4609
|
error: z.ZodString;
|
|
4610
4610
|
success: z.ZodBoolean;
|
|
4611
4611
|
}, "strip", z.ZodTypeAny, {
|
|
4612
|
+
operation: "send_message";
|
|
4612
4613
|
success: boolean;
|
|
4613
4614
|
error: string;
|
|
4614
|
-
operation: "send_message";
|
|
4615
4615
|
ok: boolean;
|
|
4616
4616
|
message?: {
|
|
4617
4617
|
type: string;
|
|
@@ -4635,16 +4635,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4635
4635
|
subscribed?: boolean | undefined;
|
|
4636
4636
|
reactions?: {
|
|
4637
4637
|
name: string;
|
|
4638
|
-
count: number;
|
|
4639
4638
|
users: string[];
|
|
4639
|
+
count: number;
|
|
4640
4640
|
}[] | undefined;
|
|
4641
4641
|
} | undefined;
|
|
4642
4642
|
ts?: string | undefined;
|
|
4643
4643
|
channel?: string | undefined;
|
|
4644
4644
|
}, {
|
|
4645
|
+
operation: "send_message";
|
|
4645
4646
|
success: boolean;
|
|
4646
4647
|
error: string;
|
|
4647
|
-
operation: "send_message";
|
|
4648
4648
|
ok: boolean;
|
|
4649
4649
|
message?: {
|
|
4650
4650
|
type: string;
|
|
@@ -4668,8 +4668,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4668
4668
|
subscribed?: boolean | undefined;
|
|
4669
4669
|
reactions?: {
|
|
4670
4670
|
name: string;
|
|
4671
|
-
count: number;
|
|
4672
4671
|
users: string[];
|
|
4672
|
+
count: number;
|
|
4673
4673
|
}[] | undefined;
|
|
4674
4674
|
} | undefined;
|
|
4675
4675
|
ts?: string | undefined;
|
|
@@ -4803,9 +4803,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4803
4803
|
error: z.ZodString;
|
|
4804
4804
|
success: z.ZodBoolean;
|
|
4805
4805
|
}, "strip", z.ZodTypeAny, {
|
|
4806
|
+
operation: "list_channels";
|
|
4806
4807
|
success: boolean;
|
|
4807
4808
|
error: string;
|
|
4808
|
-
operation: "list_channels";
|
|
4809
4809
|
ok: boolean;
|
|
4810
4810
|
response_metadata?: {
|
|
4811
4811
|
next_cursor: string;
|
|
@@ -4845,9 +4845,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4845
4845
|
num_members?: number | undefined;
|
|
4846
4846
|
}[] | undefined;
|
|
4847
4847
|
}, {
|
|
4848
|
+
operation: "list_channels";
|
|
4848
4849
|
success: boolean;
|
|
4849
4850
|
error: string;
|
|
4850
|
-
operation: "list_channels";
|
|
4851
4851
|
ok: boolean;
|
|
4852
4852
|
response_metadata?: {
|
|
4853
4853
|
next_cursor: string;
|
|
@@ -5008,9 +5008,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5008
5008
|
error: z.ZodString;
|
|
5009
5009
|
success: z.ZodBoolean;
|
|
5010
5010
|
}, "strip", z.ZodTypeAny, {
|
|
5011
|
+
operation: "get_channel_info";
|
|
5011
5012
|
success: boolean;
|
|
5012
5013
|
error: string;
|
|
5013
|
-
operation: "get_channel_info";
|
|
5014
5014
|
ok: boolean;
|
|
5015
5015
|
channel?: {
|
|
5016
5016
|
name: string;
|
|
@@ -5047,9 +5047,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5047
5047
|
num_members?: number | undefined;
|
|
5048
5048
|
} | undefined;
|
|
5049
5049
|
}, {
|
|
5050
|
+
operation: "get_channel_info";
|
|
5050
5051
|
success: boolean;
|
|
5051
5052
|
error: string;
|
|
5052
|
-
operation: "get_channel_info";
|
|
5053
5053
|
ok: boolean;
|
|
5054
5054
|
channel?: {
|
|
5055
5055
|
name: string;
|
|
@@ -5127,8 +5127,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5127
5127
|
title?: string | undefined;
|
|
5128
5128
|
email?: string | undefined;
|
|
5129
5129
|
fields?: Record<string, unknown> | undefined;
|
|
5130
|
-
first_name?: string | undefined;
|
|
5131
|
-
last_name?: string | undefined;
|
|
5132
5130
|
real_name?: string | undefined;
|
|
5133
5131
|
phone?: string | undefined;
|
|
5134
5132
|
skype?: string | undefined;
|
|
@@ -5141,6 +5139,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5141
5139
|
avatar_hash?: string | undefined;
|
|
5142
5140
|
image_original?: string | undefined;
|
|
5143
5141
|
is_custom_image?: boolean | undefined;
|
|
5142
|
+
first_name?: string | undefined;
|
|
5143
|
+
last_name?: string | undefined;
|
|
5144
5144
|
image_24?: string | undefined;
|
|
5145
5145
|
image_32?: string | undefined;
|
|
5146
5146
|
image_48?: string | undefined;
|
|
@@ -5152,8 +5152,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5152
5152
|
title?: string | undefined;
|
|
5153
5153
|
email?: string | undefined;
|
|
5154
5154
|
fields?: Record<string, unknown> | undefined;
|
|
5155
|
-
first_name?: string | undefined;
|
|
5156
|
-
last_name?: string | undefined;
|
|
5157
5155
|
real_name?: string | undefined;
|
|
5158
5156
|
phone?: string | undefined;
|
|
5159
5157
|
skype?: string | undefined;
|
|
@@ -5166,6 +5164,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5166
5164
|
avatar_hash?: string | undefined;
|
|
5167
5165
|
image_original?: string | undefined;
|
|
5168
5166
|
is_custom_image?: boolean | undefined;
|
|
5167
|
+
first_name?: string | undefined;
|
|
5168
|
+
last_name?: string | undefined;
|
|
5169
5169
|
image_24?: string | undefined;
|
|
5170
5170
|
image_32?: string | undefined;
|
|
5171
5171
|
image_48?: string | undefined;
|
|
@@ -5197,8 +5197,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5197
5197
|
title?: string | undefined;
|
|
5198
5198
|
email?: string | undefined;
|
|
5199
5199
|
fields?: Record<string, unknown> | undefined;
|
|
5200
|
-
first_name?: string | undefined;
|
|
5201
|
-
last_name?: string | undefined;
|
|
5202
5200
|
real_name?: string | undefined;
|
|
5203
5201
|
phone?: string | undefined;
|
|
5204
5202
|
skype?: string | undefined;
|
|
@@ -5211,6 +5209,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5211
5209
|
avatar_hash?: string | undefined;
|
|
5212
5210
|
image_original?: string | undefined;
|
|
5213
5211
|
is_custom_image?: boolean | undefined;
|
|
5212
|
+
first_name?: string | undefined;
|
|
5213
|
+
last_name?: string | undefined;
|
|
5214
5214
|
image_24?: string | undefined;
|
|
5215
5215
|
image_32?: string | undefined;
|
|
5216
5216
|
image_48?: string | undefined;
|
|
@@ -5242,8 +5242,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5242
5242
|
title?: string | undefined;
|
|
5243
5243
|
email?: string | undefined;
|
|
5244
5244
|
fields?: Record<string, unknown> | undefined;
|
|
5245
|
-
first_name?: string | undefined;
|
|
5246
|
-
last_name?: string | undefined;
|
|
5247
5245
|
real_name?: string | undefined;
|
|
5248
5246
|
phone?: string | undefined;
|
|
5249
5247
|
skype?: string | undefined;
|
|
@@ -5256,6 +5254,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5256
5254
|
avatar_hash?: string | undefined;
|
|
5257
5255
|
image_original?: string | undefined;
|
|
5258
5256
|
is_custom_image?: boolean | undefined;
|
|
5257
|
+
first_name?: string | undefined;
|
|
5258
|
+
last_name?: string | undefined;
|
|
5259
5259
|
image_24?: string | undefined;
|
|
5260
5260
|
image_32?: string | undefined;
|
|
5261
5261
|
image_48?: string | undefined;
|
|
@@ -5277,9 +5277,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5277
5277
|
error: z.ZodString;
|
|
5278
5278
|
success: z.ZodBoolean;
|
|
5279
5279
|
}, "strip", z.ZodTypeAny, {
|
|
5280
|
+
operation: "get_user_info";
|
|
5280
5281
|
success: boolean;
|
|
5281
5282
|
error: string;
|
|
5282
|
-
operation: "get_user_info";
|
|
5283
5283
|
ok: boolean;
|
|
5284
5284
|
user?: {
|
|
5285
5285
|
name: string;
|
|
@@ -5295,8 +5295,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5295
5295
|
title?: string | undefined;
|
|
5296
5296
|
email?: string | undefined;
|
|
5297
5297
|
fields?: Record<string, unknown> | undefined;
|
|
5298
|
-
first_name?: string | undefined;
|
|
5299
|
-
last_name?: string | undefined;
|
|
5300
5298
|
real_name?: string | undefined;
|
|
5301
5299
|
phone?: string | undefined;
|
|
5302
5300
|
skype?: string | undefined;
|
|
@@ -5309,6 +5307,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5309
5307
|
avatar_hash?: string | undefined;
|
|
5310
5308
|
image_original?: string | undefined;
|
|
5311
5309
|
is_custom_image?: boolean | undefined;
|
|
5310
|
+
first_name?: string | undefined;
|
|
5311
|
+
last_name?: string | undefined;
|
|
5312
5312
|
image_24?: string | undefined;
|
|
5313
5313
|
image_32?: string | undefined;
|
|
5314
5314
|
image_48?: string | undefined;
|
|
@@ -5328,9 +5328,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5328
5328
|
has_2fa?: boolean | undefined;
|
|
5329
5329
|
} | undefined;
|
|
5330
5330
|
}, {
|
|
5331
|
+
operation: "get_user_info";
|
|
5331
5332
|
success: boolean;
|
|
5332
5333
|
error: string;
|
|
5333
|
-
operation: "get_user_info";
|
|
5334
5334
|
ok: boolean;
|
|
5335
5335
|
user?: {
|
|
5336
5336
|
name: string;
|
|
@@ -5346,8 +5346,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5346
5346
|
title?: string | undefined;
|
|
5347
5347
|
email?: string | undefined;
|
|
5348
5348
|
fields?: Record<string, unknown> | undefined;
|
|
5349
|
-
first_name?: string | undefined;
|
|
5350
|
-
last_name?: string | undefined;
|
|
5351
5349
|
real_name?: string | undefined;
|
|
5352
5350
|
phone?: string | undefined;
|
|
5353
5351
|
skype?: string | undefined;
|
|
@@ -5360,6 +5358,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5360
5358
|
avatar_hash?: string | undefined;
|
|
5361
5359
|
image_original?: string | undefined;
|
|
5362
5360
|
is_custom_image?: boolean | undefined;
|
|
5361
|
+
first_name?: string | undefined;
|
|
5362
|
+
last_name?: string | undefined;
|
|
5363
5363
|
image_24?: string | undefined;
|
|
5364
5364
|
image_32?: string | undefined;
|
|
5365
5365
|
image_48?: string | undefined;
|
|
@@ -5420,8 +5420,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5420
5420
|
title?: string | undefined;
|
|
5421
5421
|
email?: string | undefined;
|
|
5422
5422
|
fields?: Record<string, unknown> | undefined;
|
|
5423
|
-
first_name?: string | undefined;
|
|
5424
|
-
last_name?: string | undefined;
|
|
5425
5423
|
real_name?: string | undefined;
|
|
5426
5424
|
phone?: string | undefined;
|
|
5427
5425
|
skype?: string | undefined;
|
|
@@ -5434,6 +5432,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5434
5432
|
avatar_hash?: string | undefined;
|
|
5435
5433
|
image_original?: string | undefined;
|
|
5436
5434
|
is_custom_image?: boolean | undefined;
|
|
5435
|
+
first_name?: string | undefined;
|
|
5436
|
+
last_name?: string | undefined;
|
|
5437
5437
|
image_24?: string | undefined;
|
|
5438
5438
|
image_32?: string | undefined;
|
|
5439
5439
|
image_48?: string | undefined;
|
|
@@ -5445,8 +5445,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5445
5445
|
title?: string | undefined;
|
|
5446
5446
|
email?: string | undefined;
|
|
5447
5447
|
fields?: Record<string, unknown> | undefined;
|
|
5448
|
-
first_name?: string | undefined;
|
|
5449
|
-
last_name?: string | undefined;
|
|
5450
5448
|
real_name?: string | undefined;
|
|
5451
5449
|
phone?: string | undefined;
|
|
5452
5450
|
skype?: string | undefined;
|
|
@@ -5459,6 +5457,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5459
5457
|
avatar_hash?: string | undefined;
|
|
5460
5458
|
image_original?: string | undefined;
|
|
5461
5459
|
is_custom_image?: boolean | undefined;
|
|
5460
|
+
first_name?: string | undefined;
|
|
5461
|
+
last_name?: string | undefined;
|
|
5462
5462
|
image_24?: string | undefined;
|
|
5463
5463
|
image_32?: string | undefined;
|
|
5464
5464
|
image_48?: string | undefined;
|
|
@@ -5490,8 +5490,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5490
5490
|
title?: string | undefined;
|
|
5491
5491
|
email?: string | undefined;
|
|
5492
5492
|
fields?: Record<string, unknown> | undefined;
|
|
5493
|
-
first_name?: string | undefined;
|
|
5494
|
-
last_name?: string | undefined;
|
|
5495
5493
|
real_name?: string | undefined;
|
|
5496
5494
|
phone?: string | undefined;
|
|
5497
5495
|
skype?: string | undefined;
|
|
@@ -5504,6 +5502,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5504
5502
|
avatar_hash?: string | undefined;
|
|
5505
5503
|
image_original?: string | undefined;
|
|
5506
5504
|
is_custom_image?: boolean | undefined;
|
|
5505
|
+
first_name?: string | undefined;
|
|
5506
|
+
last_name?: string | undefined;
|
|
5507
5507
|
image_24?: string | undefined;
|
|
5508
5508
|
image_32?: string | undefined;
|
|
5509
5509
|
image_48?: string | undefined;
|
|
@@ -5535,8 +5535,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5535
5535
|
title?: string | undefined;
|
|
5536
5536
|
email?: string | undefined;
|
|
5537
5537
|
fields?: Record<string, unknown> | undefined;
|
|
5538
|
-
first_name?: string | undefined;
|
|
5539
|
-
last_name?: string | undefined;
|
|
5540
5538
|
real_name?: string | undefined;
|
|
5541
5539
|
phone?: string | undefined;
|
|
5542
5540
|
skype?: string | undefined;
|
|
@@ -5549,6 +5547,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5549
5547
|
avatar_hash?: string | undefined;
|
|
5550
5548
|
image_original?: string | undefined;
|
|
5551
5549
|
is_custom_image?: boolean | undefined;
|
|
5550
|
+
first_name?: string | undefined;
|
|
5551
|
+
last_name?: string | undefined;
|
|
5552
5552
|
image_24?: string | undefined;
|
|
5553
5553
|
image_32?: string | undefined;
|
|
5554
5554
|
image_48?: string | undefined;
|
|
@@ -5577,9 +5577,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5577
5577
|
error: z.ZodString;
|
|
5578
5578
|
success: z.ZodBoolean;
|
|
5579
5579
|
}, "strip", z.ZodTypeAny, {
|
|
5580
|
+
operation: "list_users";
|
|
5580
5581
|
success: boolean;
|
|
5581
5582
|
error: string;
|
|
5582
|
-
operation: "list_users";
|
|
5583
5583
|
ok: boolean;
|
|
5584
5584
|
response_metadata?: {
|
|
5585
5585
|
next_cursor: string;
|
|
@@ -5598,8 +5598,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5598
5598
|
title?: string | undefined;
|
|
5599
5599
|
email?: string | undefined;
|
|
5600
5600
|
fields?: Record<string, unknown> | undefined;
|
|
5601
|
-
first_name?: string | undefined;
|
|
5602
|
-
last_name?: string | undefined;
|
|
5603
5601
|
real_name?: string | undefined;
|
|
5604
5602
|
phone?: string | undefined;
|
|
5605
5603
|
skype?: string | undefined;
|
|
@@ -5612,6 +5610,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5612
5610
|
avatar_hash?: string | undefined;
|
|
5613
5611
|
image_original?: string | undefined;
|
|
5614
5612
|
is_custom_image?: boolean | undefined;
|
|
5613
|
+
first_name?: string | undefined;
|
|
5614
|
+
last_name?: string | undefined;
|
|
5615
5615
|
image_24?: string | undefined;
|
|
5616
5616
|
image_32?: string | undefined;
|
|
5617
5617
|
image_48?: string | undefined;
|
|
@@ -5631,9 +5631,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5631
5631
|
has_2fa?: boolean | undefined;
|
|
5632
5632
|
}[] | undefined;
|
|
5633
5633
|
}, {
|
|
5634
|
+
operation: "list_users";
|
|
5634
5635
|
success: boolean;
|
|
5635
5636
|
error: string;
|
|
5636
|
-
operation: "list_users";
|
|
5637
5637
|
ok: boolean;
|
|
5638
5638
|
response_metadata?: {
|
|
5639
5639
|
next_cursor: string;
|
|
@@ -5652,8 +5652,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5652
5652
|
title?: string | undefined;
|
|
5653
5653
|
email?: string | undefined;
|
|
5654
5654
|
fields?: Record<string, unknown> | undefined;
|
|
5655
|
-
first_name?: string | undefined;
|
|
5656
|
-
last_name?: string | undefined;
|
|
5657
5655
|
real_name?: string | undefined;
|
|
5658
5656
|
phone?: string | undefined;
|
|
5659
5657
|
skype?: string | undefined;
|
|
@@ -5666,6 +5664,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5666
5664
|
avatar_hash?: string | undefined;
|
|
5667
5665
|
image_original?: string | undefined;
|
|
5668
5666
|
is_custom_image?: boolean | undefined;
|
|
5667
|
+
first_name?: string | undefined;
|
|
5668
|
+
last_name?: string | undefined;
|
|
5669
5669
|
image_24?: string | undefined;
|
|
5670
5670
|
image_32?: string | undefined;
|
|
5671
5671
|
image_48?: string | undefined;
|
|
@@ -5717,12 +5717,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5717
5717
|
count: z.ZodNumber;
|
|
5718
5718
|
}, "strip", z.ZodTypeAny, {
|
|
5719
5719
|
name: string;
|
|
5720
|
-
count: number;
|
|
5721
5720
|
users: string[];
|
|
5721
|
+
count: number;
|
|
5722
5722
|
}, {
|
|
5723
5723
|
name: string;
|
|
5724
|
-
count: number;
|
|
5725
5724
|
users: string[];
|
|
5725
|
+
count: number;
|
|
5726
5726
|
}>, "many">>;
|
|
5727
5727
|
}, "strip", z.ZodTypeAny, {
|
|
5728
5728
|
type: string;
|
|
@@ -5746,8 +5746,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5746
5746
|
subscribed?: boolean | undefined;
|
|
5747
5747
|
reactions?: {
|
|
5748
5748
|
name: string;
|
|
5749
|
-
count: number;
|
|
5750
5749
|
users: string[];
|
|
5750
|
+
count: number;
|
|
5751
5751
|
}[] | undefined;
|
|
5752
5752
|
}, {
|
|
5753
5753
|
type: string;
|
|
@@ -5771,8 +5771,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5771
5771
|
subscribed?: boolean | undefined;
|
|
5772
5772
|
reactions?: {
|
|
5773
5773
|
name: string;
|
|
5774
|
-
count: number;
|
|
5775
5774
|
users: string[];
|
|
5775
|
+
count: number;
|
|
5776
5776
|
}[] | undefined;
|
|
5777
5777
|
}>, "many">>;
|
|
5778
5778
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -5786,9 +5786,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5786
5786
|
error: z.ZodString;
|
|
5787
5787
|
success: z.ZodBoolean;
|
|
5788
5788
|
}, "strip", z.ZodTypeAny, {
|
|
5789
|
+
operation: "get_conversation_history";
|
|
5789
5790
|
success: boolean;
|
|
5790
5791
|
error: string;
|
|
5791
|
-
operation: "get_conversation_history";
|
|
5792
5792
|
ok: boolean;
|
|
5793
5793
|
messages?: {
|
|
5794
5794
|
type: string;
|
|
@@ -5812,8 +5812,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5812
5812
|
subscribed?: boolean | undefined;
|
|
5813
5813
|
reactions?: {
|
|
5814
5814
|
name: string;
|
|
5815
|
-
count: number;
|
|
5816
5815
|
users: string[];
|
|
5816
|
+
count: number;
|
|
5817
5817
|
}[] | undefined;
|
|
5818
5818
|
}[] | undefined;
|
|
5819
5819
|
response_metadata?: {
|
|
@@ -5821,9 +5821,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5821
5821
|
} | undefined;
|
|
5822
5822
|
has_more?: boolean | undefined;
|
|
5823
5823
|
}, {
|
|
5824
|
+
operation: "get_conversation_history";
|
|
5824
5825
|
success: boolean;
|
|
5825
5826
|
error: string;
|
|
5826
|
-
operation: "get_conversation_history";
|
|
5827
5827
|
ok: boolean;
|
|
5828
5828
|
messages?: {
|
|
5829
5829
|
type: string;
|
|
@@ -5847,8 +5847,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5847
5847
|
subscribed?: boolean | undefined;
|
|
5848
5848
|
reactions?: {
|
|
5849
5849
|
name: string;
|
|
5850
|
-
count: number;
|
|
5851
5850
|
users: string[];
|
|
5851
|
+
count: number;
|
|
5852
5852
|
}[] | undefined;
|
|
5853
5853
|
}[] | undefined;
|
|
5854
5854
|
response_metadata?: {
|
|
@@ -5888,12 +5888,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5888
5888
|
count: z.ZodNumber;
|
|
5889
5889
|
}, "strip", z.ZodTypeAny, {
|
|
5890
5890
|
name: string;
|
|
5891
|
-
count: number;
|
|
5892
5891
|
users: string[];
|
|
5892
|
+
count: number;
|
|
5893
5893
|
}, {
|
|
5894
5894
|
name: string;
|
|
5895
|
-
count: number;
|
|
5896
5895
|
users: string[];
|
|
5896
|
+
count: number;
|
|
5897
5897
|
}>, "many">>;
|
|
5898
5898
|
}, "strip", z.ZodTypeAny, {
|
|
5899
5899
|
type: string;
|
|
@@ -5917,8 +5917,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5917
5917
|
subscribed?: boolean | undefined;
|
|
5918
5918
|
reactions?: {
|
|
5919
5919
|
name: string;
|
|
5920
|
-
count: number;
|
|
5921
5920
|
users: string[];
|
|
5921
|
+
count: number;
|
|
5922
5922
|
}[] | undefined;
|
|
5923
5923
|
}, {
|
|
5924
5924
|
type: string;
|
|
@@ -5942,8 +5942,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5942
5942
|
subscribed?: boolean | undefined;
|
|
5943
5943
|
reactions?: {
|
|
5944
5944
|
name: string;
|
|
5945
|
-
count: number;
|
|
5946
5945
|
users: string[];
|
|
5946
|
+
count: number;
|
|
5947
5947
|
}[] | undefined;
|
|
5948
5948
|
}>, "many">>;
|
|
5949
5949
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -5957,9 +5957,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5957
5957
|
error: z.ZodString;
|
|
5958
5958
|
success: z.ZodBoolean;
|
|
5959
5959
|
}, "strip", z.ZodTypeAny, {
|
|
5960
|
+
operation: "get_thread_replies";
|
|
5960
5961
|
success: boolean;
|
|
5961
5962
|
error: string;
|
|
5962
|
-
operation: "get_thread_replies";
|
|
5963
5963
|
ok: boolean;
|
|
5964
5964
|
messages?: {
|
|
5965
5965
|
type: string;
|
|
@@ -5983,8 +5983,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5983
5983
|
subscribed?: boolean | undefined;
|
|
5984
5984
|
reactions?: {
|
|
5985
5985
|
name: string;
|
|
5986
|
-
count: number;
|
|
5987
5986
|
users: string[];
|
|
5987
|
+
count: number;
|
|
5988
5988
|
}[] | undefined;
|
|
5989
5989
|
}[] | undefined;
|
|
5990
5990
|
response_metadata?: {
|
|
@@ -5992,9 +5992,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5992
5992
|
} | undefined;
|
|
5993
5993
|
has_more?: boolean | undefined;
|
|
5994
5994
|
}, {
|
|
5995
|
+
operation: "get_thread_replies";
|
|
5995
5996
|
success: boolean;
|
|
5996
5997
|
error: string;
|
|
5997
|
-
operation: "get_thread_replies";
|
|
5998
5998
|
ok: boolean;
|
|
5999
5999
|
messages?: {
|
|
6000
6000
|
type: string;
|
|
@@ -6018,8 +6018,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6018
6018
|
subscribed?: boolean | undefined;
|
|
6019
6019
|
reactions?: {
|
|
6020
6020
|
name: string;
|
|
6021
|
-
count: number;
|
|
6022
6021
|
users: string[];
|
|
6022
|
+
count: number;
|
|
6023
6023
|
}[] | undefined;
|
|
6024
6024
|
}[] | undefined;
|
|
6025
6025
|
response_metadata?: {
|
|
@@ -6062,12 +6062,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6062
6062
|
count: z.ZodNumber;
|
|
6063
6063
|
}, "strip", z.ZodTypeAny, {
|
|
6064
6064
|
name: string;
|
|
6065
|
-
count: number;
|
|
6066
6065
|
users: string[];
|
|
6066
|
+
count: number;
|
|
6067
6067
|
}, {
|
|
6068
6068
|
name: string;
|
|
6069
|
-
count: number;
|
|
6070
6069
|
users: string[];
|
|
6070
|
+
count: number;
|
|
6071
6071
|
}>, "many">>;
|
|
6072
6072
|
}, "strip", z.ZodTypeAny, {
|
|
6073
6073
|
type: string;
|
|
@@ -6091,8 +6091,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6091
6091
|
subscribed?: boolean | undefined;
|
|
6092
6092
|
reactions?: {
|
|
6093
6093
|
name: string;
|
|
6094
|
-
count: number;
|
|
6095
6094
|
users: string[];
|
|
6095
|
+
count: number;
|
|
6096
6096
|
}[] | undefined;
|
|
6097
6097
|
}, {
|
|
6098
6098
|
type: string;
|
|
@@ -6116,16 +6116,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6116
6116
|
subscribed?: boolean | undefined;
|
|
6117
6117
|
reactions?: {
|
|
6118
6118
|
name: string;
|
|
6119
|
-
count: number;
|
|
6120
6119
|
users: string[];
|
|
6120
|
+
count: number;
|
|
6121
6121
|
}[] | undefined;
|
|
6122
6122
|
}>>;
|
|
6123
6123
|
error: z.ZodString;
|
|
6124
6124
|
success: z.ZodBoolean;
|
|
6125
6125
|
}, "strip", z.ZodTypeAny, {
|
|
6126
|
+
operation: "update_message";
|
|
6126
6127
|
success: boolean;
|
|
6127
6128
|
error: string;
|
|
6128
|
-
operation: "update_message";
|
|
6129
6129
|
ok: boolean;
|
|
6130
6130
|
message?: {
|
|
6131
6131
|
type: string;
|
|
@@ -6149,17 +6149,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6149
6149
|
subscribed?: boolean | undefined;
|
|
6150
6150
|
reactions?: {
|
|
6151
6151
|
name: string;
|
|
6152
|
-
count: number;
|
|
6153
6152
|
users: string[];
|
|
6153
|
+
count: number;
|
|
6154
6154
|
}[] | undefined;
|
|
6155
6155
|
} | undefined;
|
|
6156
6156
|
text?: string | undefined;
|
|
6157
6157
|
ts?: string | undefined;
|
|
6158
6158
|
channel?: string | undefined;
|
|
6159
6159
|
}, {
|
|
6160
|
+
operation: "update_message";
|
|
6160
6161
|
success: boolean;
|
|
6161
6162
|
error: string;
|
|
6162
|
-
operation: "update_message";
|
|
6163
6163
|
ok: boolean;
|
|
6164
6164
|
message?: {
|
|
6165
6165
|
type: string;
|
|
@@ -6183,8 +6183,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6183
6183
|
subscribed?: boolean | undefined;
|
|
6184
6184
|
reactions?: {
|
|
6185
6185
|
name: string;
|
|
6186
|
-
count: number;
|
|
6187
6186
|
users: string[];
|
|
6187
|
+
count: number;
|
|
6188
6188
|
}[] | undefined;
|
|
6189
6189
|
} | undefined;
|
|
6190
6190
|
text?: string | undefined;
|
|
@@ -6198,16 +6198,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6198
6198
|
error: z.ZodString;
|
|
6199
6199
|
success: z.ZodBoolean;
|
|
6200
6200
|
}, "strip", z.ZodTypeAny, {
|
|
6201
|
+
operation: "delete_message";
|
|
6201
6202
|
success: boolean;
|
|
6202
6203
|
error: string;
|
|
6203
|
-
operation: "delete_message";
|
|
6204
6204
|
ok: boolean;
|
|
6205
6205
|
ts?: string | undefined;
|
|
6206
6206
|
channel?: string | undefined;
|
|
6207
6207
|
}, {
|
|
6208
|
+
operation: "delete_message";
|
|
6208
6209
|
success: boolean;
|
|
6209
6210
|
error: string;
|
|
6210
|
-
operation: "delete_message";
|
|
6211
6211
|
ok: boolean;
|
|
6212
6212
|
ts?: string | undefined;
|
|
6213
6213
|
channel?: string | undefined;
|
|
@@ -6217,14 +6217,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6217
6217
|
error: z.ZodString;
|
|
6218
6218
|
success: z.ZodBoolean;
|
|
6219
6219
|
}, "strip", z.ZodTypeAny, {
|
|
6220
|
+
operation: "add_reaction";
|
|
6220
6221
|
success: boolean;
|
|
6221
6222
|
error: string;
|
|
6222
|
-
operation: "add_reaction";
|
|
6223
6223
|
ok: boolean;
|
|
6224
6224
|
}, {
|
|
6225
|
+
operation: "add_reaction";
|
|
6225
6226
|
success: boolean;
|
|
6226
6227
|
error: string;
|
|
6227
|
-
operation: "add_reaction";
|
|
6228
6228
|
ok: boolean;
|
|
6229
6229
|
}>, z.ZodObject<{
|
|
6230
6230
|
operation: z.ZodLiteral<"remove_reaction">;
|
|
@@ -6232,14 +6232,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6232
6232
|
error: z.ZodString;
|
|
6233
6233
|
success: z.ZodBoolean;
|
|
6234
6234
|
}, "strip", z.ZodTypeAny, {
|
|
6235
|
+
operation: "remove_reaction";
|
|
6235
6236
|
success: boolean;
|
|
6236
6237
|
error: string;
|
|
6237
|
-
operation: "remove_reaction";
|
|
6238
6238
|
ok: boolean;
|
|
6239
6239
|
}, {
|
|
6240
|
+
operation: "remove_reaction";
|
|
6240
6241
|
success: boolean;
|
|
6241
6242
|
error: string;
|
|
6242
|
-
operation: "remove_reaction";
|
|
6243
6243
|
ok: boolean;
|
|
6244
6244
|
}>, z.ZodObject<{
|
|
6245
6245
|
operation: z.ZodLiteral<"join_channel">;
|
|
@@ -6364,9 +6364,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6364
6364
|
error: z.ZodString;
|
|
6365
6365
|
success: z.ZodBoolean;
|
|
6366
6366
|
}, "strip", z.ZodTypeAny, {
|
|
6367
|
+
operation: "join_channel";
|
|
6367
6368
|
success: boolean;
|
|
6368
6369
|
error: string;
|
|
6369
|
-
operation: "join_channel";
|
|
6370
6370
|
ok: boolean;
|
|
6371
6371
|
channel?: {
|
|
6372
6372
|
name: string;
|
|
@@ -6404,9 +6404,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6404
6404
|
} | undefined;
|
|
6405
6405
|
already_in_channel?: boolean | undefined;
|
|
6406
6406
|
}, {
|
|
6407
|
+
operation: "join_channel";
|
|
6407
6408
|
success: boolean;
|
|
6408
6409
|
error: string;
|
|
6409
|
-
operation: "join_channel";
|
|
6410
6410
|
ok: boolean;
|
|
6411
6411
|
channel?: {
|
|
6412
6412
|
name: string;
|
|
@@ -6647,9 +6647,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6647
6647
|
error: z.ZodString;
|
|
6648
6648
|
success: z.ZodBoolean;
|
|
6649
6649
|
}, "strip", z.ZodTypeAny, {
|
|
6650
|
+
operation: "upload_file";
|
|
6650
6651
|
success: boolean;
|
|
6651
6652
|
error: string;
|
|
6652
|
-
operation: "upload_file";
|
|
6653
6653
|
ok: boolean;
|
|
6654
6654
|
file?: {
|
|
6655
6655
|
name: string;
|
|
@@ -6698,9 +6698,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6698
6698
|
has_rich_preview?: boolean | undefined;
|
|
6699
6699
|
} | undefined;
|
|
6700
6700
|
}, {
|
|
6701
|
+
operation: "upload_file";
|
|
6701
6702
|
success: boolean;
|
|
6702
6703
|
error: string;
|
|
6703
|
-
operation: "upload_file";
|
|
6704
6704
|
ok: boolean;
|
|
6705
6705
|
file?: {
|
|
6706
6706
|
name: string;
|
|
@@ -6757,17 +6757,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6757
6757
|
error: z.ZodString;
|
|
6758
6758
|
success: z.ZodBoolean;
|
|
6759
6759
|
}, "strip", z.ZodTypeAny, {
|
|
6760
|
+
operation: "schedule_message";
|
|
6760
6761
|
success: boolean;
|
|
6761
6762
|
error: string;
|
|
6762
|
-
operation: "schedule_message";
|
|
6763
6763
|
ok: boolean;
|
|
6764
6764
|
channel?: string | undefined;
|
|
6765
6765
|
post_at?: number | undefined;
|
|
6766
6766
|
scheduled_message_id?: string | undefined;
|
|
6767
6767
|
}, {
|
|
6768
|
+
operation: "schedule_message";
|
|
6768
6769
|
success: boolean;
|
|
6769
6770
|
error: string;
|
|
6770
|
-
operation: "schedule_message";
|
|
6771
6771
|
ok: boolean;
|
|
6772
6772
|
channel?: string | undefined;
|
|
6773
6773
|
post_at?: number | undefined;
|