@bubblelab/bubble-core 0.1.39 → 0.1.41
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 +134 -113
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +22 -22
- package/dist/bubbles/service-bubble/ai-agent.d.ts +48 -48
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +5 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +76 -76
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +100 -100
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +450 -450
- package/dist/bubbles/service-bubble/followupboss.d.ts +218 -218
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +229 -229
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +128 -128
- package/dist/bubbles/service-bubble/github.d.ts +84 -84
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +26 -26
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +6 -6
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +17 -17
- package/dist/bubbles/service-bubble/notion/notion.d.ts +24 -24
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +232 -232
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +298 -298
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +5 -5
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +7 -7
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +143 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +589 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +44 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +609 -609
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +182 -182
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +74 -74
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +14 -14
- package/dist/bubbles.json +125 -40
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- 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;
|
|
@@ -356,18 +356,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
356
356
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
357
357
|
}, "strip", z.ZodTypeAny, {
|
|
358
358
|
operation: "list_channels";
|
|
359
|
-
limit: number;
|
|
360
359
|
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
361
360
|
exclude_archived: boolean;
|
|
362
|
-
|
|
361
|
+
limit: number;
|
|
363
362
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
363
|
+
cursor?: string | undefined;
|
|
364
364
|
}, {
|
|
365
365
|
operation: "list_channels";
|
|
366
|
-
limit?: number | undefined;
|
|
367
|
-
cursor?: string | undefined;
|
|
368
366
|
credentials?: Partial<Record<CredentialType, 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;
|
|
@@ -408,13 +408,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
408
408
|
operation: "list_users";
|
|
409
409
|
limit: number;
|
|
410
410
|
include_locale: boolean;
|
|
411
|
-
cursor?: string | undefined;
|
|
412
411
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
412
|
+
cursor?: string | undefined;
|
|
413
413
|
}, {
|
|
414
414
|
operation: "list_users";
|
|
415
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
415
416
|
limit?: number | undefined;
|
|
416
417
|
cursor?: string | undefined;
|
|
417
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
418
418
|
include_locale?: boolean | undefined;
|
|
419
419
|
}>, z.ZodObject<{
|
|
420
420
|
operation: z.ZodLiteral<"get_conversation_history">;
|
|
@@ -428,19 +428,19 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
429
|
operation: "get_conversation_history";
|
|
430
430
|
inclusive: boolean;
|
|
431
|
-
limit: number;
|
|
432
431
|
channel: string;
|
|
433
|
-
|
|
432
|
+
limit: number;
|
|
434
433
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
434
|
+
cursor?: string | undefined;
|
|
435
435
|
latest?: string | undefined;
|
|
436
436
|
oldest?: string | undefined;
|
|
437
437
|
}, {
|
|
438
438
|
operation: "get_conversation_history";
|
|
439
439
|
channel: string;
|
|
440
440
|
inclusive?: boolean | undefined;
|
|
441
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
441
442
|
limit?: number | undefined;
|
|
442
443
|
cursor?: string | undefined;
|
|
443
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
444
444
|
latest?: string | undefined;
|
|
445
445
|
oldest?: string | undefined;
|
|
446
446
|
}>, z.ZodObject<{
|
|
@@ -456,11 +456,11 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
456
456
|
}, "strip", z.ZodTypeAny, {
|
|
457
457
|
operation: "get_thread_replies";
|
|
458
458
|
inclusive: boolean;
|
|
459
|
-
limit: number;
|
|
460
459
|
ts: string;
|
|
461
460
|
channel: string;
|
|
462
|
-
|
|
461
|
+
limit: number;
|
|
463
462
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
463
|
+
cursor?: string | undefined;
|
|
464
464
|
latest?: string | undefined;
|
|
465
465
|
oldest?: string | undefined;
|
|
466
466
|
}, {
|
|
@@ -468,9 +468,9 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
468
468
|
ts: string;
|
|
469
469
|
channel: string;
|
|
470
470
|
inclusive?: boolean | undefined;
|
|
471
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
471
472
|
limit?: number | undefined;
|
|
472
473
|
cursor?: string | undefined;
|
|
473
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
474
474
|
latest?: string | undefined;
|
|
475
475
|
oldest?: string | undefined;
|
|
476
476
|
}>, z.ZodObject<{
|
|
@@ -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,17 +1156,17 @@ 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;
|
|
1168
|
-
user?: string | undefined;
|
|
1169
1168
|
text?: string | undefined;
|
|
1169
|
+
user?: string | undefined;
|
|
1170
1170
|
ts?: string | undefined;
|
|
1171
1171
|
username?: string | undefined;
|
|
1172
1172
|
attachments?: unknown[] | undefined;
|
|
@@ -1185,13 +1185,13 @@ 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;
|
|
1193
|
-
user?: string | undefined;
|
|
1194
1193
|
text?: string | undefined;
|
|
1194
|
+
user?: string | undefined;
|
|
1195
1195
|
ts?: string | undefined;
|
|
1196
1196
|
username?: string | undefined;
|
|
1197
1197
|
attachments?: unknown[] | undefined;
|
|
@@ -1210,8 +1210,8 @@ 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;
|
|
@@ -1223,8 +1223,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1223
1223
|
ok: boolean;
|
|
1224
1224
|
message?: {
|
|
1225
1225
|
type: string;
|
|
1226
|
-
user?: string | undefined;
|
|
1227
1226
|
text?: string | undefined;
|
|
1227
|
+
user?: string | undefined;
|
|
1228
1228
|
ts?: string | undefined;
|
|
1229
1229
|
username?: string | undefined;
|
|
1230
1230
|
attachments?: unknown[] | undefined;
|
|
@@ -1243,8 +1243,8 @@ 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;
|
|
@@ -1256,8 +1256,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1256
1256
|
ok: boolean;
|
|
1257
1257
|
message?: {
|
|
1258
1258
|
type: string;
|
|
1259
|
-
user?: string | undefined;
|
|
1260
1259
|
text?: string | undefined;
|
|
1260
|
+
user?: string | undefined;
|
|
1261
1261
|
ts?: string | undefined;
|
|
1262
1262
|
username?: string | undefined;
|
|
1263
1263
|
attachments?: unknown[] | undefined;
|
|
@@ -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;
|
|
@@ -1734,11 +1734,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1734
1734
|
}, "strip", z.ZodTypeAny, {
|
|
1735
1735
|
title?: string | undefined;
|
|
1736
1736
|
email?: string | undefined;
|
|
1737
|
-
first_name?: string | undefined;
|
|
1738
|
-
last_name?: string | undefined;
|
|
1739
1737
|
fields?: Record<string, unknown> | undefined;
|
|
1740
|
-
phone?: string | undefined;
|
|
1741
1738
|
real_name?: string | undefined;
|
|
1739
|
+
phone?: string | undefined;
|
|
1742
1740
|
skype?: string | undefined;
|
|
1743
1741
|
real_name_normalized?: string | undefined;
|
|
1744
1742
|
display_name?: 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;
|
|
@@ -1759,11 +1759,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1759
1759
|
}, {
|
|
1760
1760
|
title?: string | undefined;
|
|
1761
1761
|
email?: string | undefined;
|
|
1762
|
-
first_name?: string | undefined;
|
|
1763
|
-
last_name?: string | undefined;
|
|
1764
1762
|
fields?: Record<string, unknown> | undefined;
|
|
1765
|
-
phone?: string | undefined;
|
|
1766
1763
|
real_name?: string | undefined;
|
|
1764
|
+
phone?: string | undefined;
|
|
1767
1765
|
skype?: string | undefined;
|
|
1768
1766
|
real_name_normalized?: string | undefined;
|
|
1769
1767
|
display_name?: 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;
|
|
@@ -1797,11 +1797,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1797
1797
|
profile?: {
|
|
1798
1798
|
title?: string | undefined;
|
|
1799
1799
|
email?: string | undefined;
|
|
1800
|
-
first_name?: string | undefined;
|
|
1801
|
-
last_name?: string | undefined;
|
|
1802
1800
|
fields?: Record<string, unknown> | undefined;
|
|
1803
|
-
phone?: string | undefined;
|
|
1804
1801
|
real_name?: string | undefined;
|
|
1802
|
+
phone?: string | undefined;
|
|
1805
1803
|
skype?: string | undefined;
|
|
1806
1804
|
real_name_normalized?: string | undefined;
|
|
1807
1805
|
display_name?: string | undefined;
|
|
@@ -1812,6 +1810,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1812
1810
|
avatar_hash?: string | undefined;
|
|
1813
1811
|
image_original?: string | undefined;
|
|
1814
1812
|
is_custom_image?: boolean | undefined;
|
|
1813
|
+
first_name?: string | undefined;
|
|
1814
|
+
last_name?: string | undefined;
|
|
1815
1815
|
image_24?: string | undefined;
|
|
1816
1816
|
image_32?: string | undefined;
|
|
1817
1817
|
image_48?: string | undefined;
|
|
@@ -1842,11 +1842,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1842
1842
|
profile?: {
|
|
1843
1843
|
title?: string | undefined;
|
|
1844
1844
|
email?: string | undefined;
|
|
1845
|
-
first_name?: string | undefined;
|
|
1846
|
-
last_name?: string | undefined;
|
|
1847
1845
|
fields?: Record<string, unknown> | undefined;
|
|
1848
|
-
phone?: string | undefined;
|
|
1849
1846
|
real_name?: string | undefined;
|
|
1847
|
+
phone?: string | undefined;
|
|
1850
1848
|
skype?: string | undefined;
|
|
1851
1849
|
real_name_normalized?: string | undefined;
|
|
1852
1850
|
display_name?: string | undefined;
|
|
@@ -1857,6 +1855,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1857
1855
|
avatar_hash?: string | undefined;
|
|
1858
1856
|
image_original?: string | undefined;
|
|
1859
1857
|
is_custom_image?: boolean | undefined;
|
|
1858
|
+
first_name?: string | undefined;
|
|
1859
|
+
last_name?: string | undefined;
|
|
1860
1860
|
image_24?: string | undefined;
|
|
1861
1861
|
image_32?: string | undefined;
|
|
1862
1862
|
image_48?: string | undefined;
|
|
@@ -1895,11 +1895,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1895
1895
|
profile?: {
|
|
1896
1896
|
title?: string | undefined;
|
|
1897
1897
|
email?: string | undefined;
|
|
1898
|
-
first_name?: string | undefined;
|
|
1899
|
-
last_name?: string | undefined;
|
|
1900
1898
|
fields?: Record<string, unknown> | undefined;
|
|
1901
|
-
phone?: string | undefined;
|
|
1902
1899
|
real_name?: string | undefined;
|
|
1900
|
+
phone?: string | undefined;
|
|
1903
1901
|
skype?: string | undefined;
|
|
1904
1902
|
real_name_normalized?: string | undefined;
|
|
1905
1903
|
display_name?: string | undefined;
|
|
@@ -1910,6 +1908,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1910
1908
|
avatar_hash?: string | undefined;
|
|
1911
1909
|
image_original?: string | undefined;
|
|
1912
1910
|
is_custom_image?: boolean | undefined;
|
|
1911
|
+
first_name?: string | undefined;
|
|
1912
|
+
last_name?: string | undefined;
|
|
1913
1913
|
image_24?: string | undefined;
|
|
1914
1914
|
image_32?: string | undefined;
|
|
1915
1915
|
image_48?: string | undefined;
|
|
@@ -1946,11 +1946,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1946
1946
|
profile?: {
|
|
1947
1947
|
title?: string | undefined;
|
|
1948
1948
|
email?: string | undefined;
|
|
1949
|
-
first_name?: string | undefined;
|
|
1950
|
-
last_name?: string | undefined;
|
|
1951
1949
|
fields?: Record<string, unknown> | undefined;
|
|
1952
|
-
phone?: string | undefined;
|
|
1953
1950
|
real_name?: string | undefined;
|
|
1951
|
+
phone?: string | undefined;
|
|
1954
1952
|
skype?: string | undefined;
|
|
1955
1953
|
real_name_normalized?: string | undefined;
|
|
1956
1954
|
display_name?: string | undefined;
|
|
@@ -1961,6 +1959,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1961
1959
|
avatar_hash?: string | undefined;
|
|
1962
1960
|
image_original?: string | undefined;
|
|
1963
1961
|
is_custom_image?: boolean | undefined;
|
|
1962
|
+
first_name?: string | undefined;
|
|
1963
|
+
last_name?: string | undefined;
|
|
1964
1964
|
image_24?: string | undefined;
|
|
1965
1965
|
image_32?: string | undefined;
|
|
1966
1966
|
image_48?: string | undefined;
|
|
@@ -2027,11 +2027,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2027
2027
|
}, "strip", z.ZodTypeAny, {
|
|
2028
2028
|
title?: string | undefined;
|
|
2029
2029
|
email?: string | undefined;
|
|
2030
|
-
first_name?: string | undefined;
|
|
2031
|
-
last_name?: string | undefined;
|
|
2032
2030
|
fields?: Record<string, unknown> | undefined;
|
|
2033
|
-
phone?: string | undefined;
|
|
2034
2031
|
real_name?: string | undefined;
|
|
2032
|
+
phone?: string | undefined;
|
|
2035
2033
|
skype?: string | undefined;
|
|
2036
2034
|
real_name_normalized?: string | undefined;
|
|
2037
2035
|
display_name?: 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;
|
|
@@ -2052,11 +2052,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2052
2052
|
}, {
|
|
2053
2053
|
title?: string | undefined;
|
|
2054
2054
|
email?: string | undefined;
|
|
2055
|
-
first_name?: string | undefined;
|
|
2056
|
-
last_name?: string | undefined;
|
|
2057
2055
|
fields?: Record<string, unknown> | undefined;
|
|
2058
|
-
phone?: string | undefined;
|
|
2059
2056
|
real_name?: string | undefined;
|
|
2057
|
+
phone?: string | undefined;
|
|
2060
2058
|
skype?: string | undefined;
|
|
2061
2059
|
real_name_normalized?: string | undefined;
|
|
2062
2060
|
display_name?: 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;
|
|
@@ -2090,11 +2090,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2090
2090
|
profile?: {
|
|
2091
2091
|
title?: string | undefined;
|
|
2092
2092
|
email?: string | undefined;
|
|
2093
|
-
first_name?: string | undefined;
|
|
2094
|
-
last_name?: string | undefined;
|
|
2095
2093
|
fields?: Record<string, unknown> | undefined;
|
|
2096
|
-
phone?: string | undefined;
|
|
2097
2094
|
real_name?: string | undefined;
|
|
2095
|
+
phone?: string | undefined;
|
|
2098
2096
|
skype?: string | undefined;
|
|
2099
2097
|
real_name_normalized?: string | undefined;
|
|
2100
2098
|
display_name?: string | undefined;
|
|
@@ -2105,6 +2103,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2105
2103
|
avatar_hash?: string | undefined;
|
|
2106
2104
|
image_original?: string | undefined;
|
|
2107
2105
|
is_custom_image?: boolean | undefined;
|
|
2106
|
+
first_name?: string | undefined;
|
|
2107
|
+
last_name?: string | undefined;
|
|
2108
2108
|
image_24?: string | undefined;
|
|
2109
2109
|
image_32?: string | undefined;
|
|
2110
2110
|
image_48?: string | undefined;
|
|
@@ -2135,11 +2135,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2135
2135
|
profile?: {
|
|
2136
2136
|
title?: string | undefined;
|
|
2137
2137
|
email?: string | undefined;
|
|
2138
|
-
first_name?: string | undefined;
|
|
2139
|
-
last_name?: string | undefined;
|
|
2140
2138
|
fields?: Record<string, unknown> | undefined;
|
|
2141
|
-
phone?: string | undefined;
|
|
2142
2139
|
real_name?: string | undefined;
|
|
2140
|
+
phone?: string | undefined;
|
|
2143
2141
|
skype?: string | undefined;
|
|
2144
2142
|
real_name_normalized?: string | undefined;
|
|
2145
2143
|
display_name?: string | undefined;
|
|
@@ -2150,6 +2148,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2150
2148
|
avatar_hash?: string | undefined;
|
|
2151
2149
|
image_original?: string | undefined;
|
|
2152
2150
|
is_custom_image?: boolean | undefined;
|
|
2151
|
+
first_name?: string | undefined;
|
|
2152
|
+
last_name?: string | undefined;
|
|
2153
2153
|
image_24?: string | undefined;
|
|
2154
2154
|
image_32?: string | undefined;
|
|
2155
2155
|
image_48?: string | undefined;
|
|
@@ -2198,11 +2198,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2198
2198
|
profile?: {
|
|
2199
2199
|
title?: string | undefined;
|
|
2200
2200
|
email?: string | undefined;
|
|
2201
|
-
first_name?: string | undefined;
|
|
2202
|
-
last_name?: string | undefined;
|
|
2203
2201
|
fields?: Record<string, unknown> | undefined;
|
|
2204
|
-
phone?: string | undefined;
|
|
2205
2202
|
real_name?: string | undefined;
|
|
2203
|
+
phone?: string | undefined;
|
|
2206
2204
|
skype?: string | undefined;
|
|
2207
2205
|
real_name_normalized?: string | undefined;
|
|
2208
2206
|
display_name?: string | undefined;
|
|
@@ -2213,6 +2211,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2213
2211
|
avatar_hash?: string | undefined;
|
|
2214
2212
|
image_original?: string | undefined;
|
|
2215
2213
|
is_custom_image?: boolean | undefined;
|
|
2214
|
+
first_name?: string | undefined;
|
|
2215
|
+
last_name?: string | undefined;
|
|
2216
2216
|
image_24?: string | undefined;
|
|
2217
2217
|
image_32?: string | undefined;
|
|
2218
2218
|
image_48?: string | undefined;
|
|
@@ -2252,11 +2252,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2252
2252
|
profile?: {
|
|
2253
2253
|
title?: string | undefined;
|
|
2254
2254
|
email?: string | undefined;
|
|
2255
|
-
first_name?: string | undefined;
|
|
2256
|
-
last_name?: string | undefined;
|
|
2257
2255
|
fields?: Record<string, unknown> | undefined;
|
|
2258
|
-
phone?: string | undefined;
|
|
2259
2256
|
real_name?: string | undefined;
|
|
2257
|
+
phone?: string | undefined;
|
|
2260
2258
|
skype?: string | undefined;
|
|
2261
2259
|
real_name_normalized?: string | undefined;
|
|
2262
2260
|
display_name?: string | undefined;
|
|
@@ -2267,6 +2265,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2267
2265
|
avatar_hash?: string | undefined;
|
|
2268
2266
|
image_original?: string | undefined;
|
|
2269
2267
|
is_custom_image?: boolean | undefined;
|
|
2268
|
+
first_name?: string | undefined;
|
|
2269
|
+
last_name?: string | undefined;
|
|
2270
2270
|
image_24?: string | undefined;
|
|
2271
2271
|
image_32?: string | undefined;
|
|
2272
2272
|
image_48?: string | undefined;
|
|
@@ -2325,17 +2325,17 @@ 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;
|
|
2337
|
-
user?: string | undefined;
|
|
2338
2337
|
text?: string | undefined;
|
|
2338
|
+
user?: string | undefined;
|
|
2339
2339
|
ts?: string | undefined;
|
|
2340
2340
|
username?: string | undefined;
|
|
2341
2341
|
attachments?: unknown[] | undefined;
|
|
@@ -2354,13 +2354,13 @@ 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;
|
|
2362
|
-
user?: string | undefined;
|
|
2363
2362
|
text?: string | undefined;
|
|
2363
|
+
user?: string | undefined;
|
|
2364
2364
|
ts?: string | undefined;
|
|
2365
2365
|
username?: string | undefined;
|
|
2366
2366
|
attachments?: unknown[] | undefined;
|
|
@@ -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>;
|
|
@@ -2398,10 +2398,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2398
2398
|
success: boolean;
|
|
2399
2399
|
error: string;
|
|
2400
2400
|
ok: boolean;
|
|
2401
|
+
response_metadata?: {
|
|
2402
|
+
next_cursor: string;
|
|
2403
|
+
} | undefined;
|
|
2401
2404
|
messages?: {
|
|
2402
2405
|
type: string;
|
|
2403
|
-
user?: string | undefined;
|
|
2404
2406
|
text?: string | undefined;
|
|
2407
|
+
user?: string | undefined;
|
|
2405
2408
|
ts?: string | undefined;
|
|
2406
2409
|
username?: string | undefined;
|
|
2407
2410
|
attachments?: unknown[] | undefined;
|
|
@@ -2420,23 +2423,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2420
2423
|
subscribed?: boolean | undefined;
|
|
2421
2424
|
reactions?: {
|
|
2422
2425
|
name: string;
|
|
2423
|
-
count: number;
|
|
2424
2426
|
users: string[];
|
|
2427
|
+
count: number;
|
|
2425
2428
|
}[] | undefined;
|
|
2426
2429
|
}[] | undefined;
|
|
2427
|
-
response_metadata?: {
|
|
2428
|
-
next_cursor: string;
|
|
2429
|
-
} | undefined;
|
|
2430
2430
|
has_more?: boolean | undefined;
|
|
2431
2431
|
}, {
|
|
2432
2432
|
operation: "get_conversation_history";
|
|
2433
2433
|
success: boolean;
|
|
2434
2434
|
error: string;
|
|
2435
2435
|
ok: boolean;
|
|
2436
|
+
response_metadata?: {
|
|
2437
|
+
next_cursor: string;
|
|
2438
|
+
} | undefined;
|
|
2436
2439
|
messages?: {
|
|
2437
2440
|
type: string;
|
|
2438
|
-
user?: string | undefined;
|
|
2439
2441
|
text?: string | undefined;
|
|
2442
|
+
user?: string | undefined;
|
|
2440
2443
|
ts?: string | undefined;
|
|
2441
2444
|
username?: string | undefined;
|
|
2442
2445
|
attachments?: unknown[] | undefined;
|
|
@@ -2455,13 +2458,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2455
2458
|
subscribed?: boolean | undefined;
|
|
2456
2459
|
reactions?: {
|
|
2457
2460
|
name: string;
|
|
2458
|
-
count: number;
|
|
2459
2461
|
users: string[];
|
|
2462
|
+
count: number;
|
|
2460
2463
|
}[] | undefined;
|
|
2461
2464
|
}[] | undefined;
|
|
2462
|
-
response_metadata?: {
|
|
2463
|
-
next_cursor: string;
|
|
2464
|
-
} | undefined;
|
|
2465
2465
|
has_more?: boolean | undefined;
|
|
2466
2466
|
}>, z.ZodObject<{
|
|
2467
2467
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -2496,17 +2496,17 @@ 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;
|
|
2508
|
-
user?: string | undefined;
|
|
2509
2508
|
text?: string | undefined;
|
|
2509
|
+
user?: string | undefined;
|
|
2510
2510
|
ts?: string | undefined;
|
|
2511
2511
|
username?: string | undefined;
|
|
2512
2512
|
attachments?: unknown[] | undefined;
|
|
@@ -2525,13 +2525,13 @@ 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;
|
|
2533
|
-
user?: string | undefined;
|
|
2534
2533
|
text?: string | undefined;
|
|
2534
|
+
user?: string | undefined;
|
|
2535
2535
|
ts?: string | undefined;
|
|
2536
2536
|
username?: string | undefined;
|
|
2537
2537
|
attachments?: unknown[] | undefined;
|
|
@@ -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>;
|
|
@@ -2569,10 +2569,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2569
2569
|
success: boolean;
|
|
2570
2570
|
error: string;
|
|
2571
2571
|
ok: boolean;
|
|
2572
|
+
response_metadata?: {
|
|
2573
|
+
next_cursor: string;
|
|
2574
|
+
} | undefined;
|
|
2572
2575
|
messages?: {
|
|
2573
2576
|
type: string;
|
|
2574
|
-
user?: string | undefined;
|
|
2575
2577
|
text?: string | undefined;
|
|
2578
|
+
user?: string | undefined;
|
|
2576
2579
|
ts?: string | undefined;
|
|
2577
2580
|
username?: string | undefined;
|
|
2578
2581
|
attachments?: unknown[] | undefined;
|
|
@@ -2591,23 +2594,23 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2591
2594
|
subscribed?: boolean | undefined;
|
|
2592
2595
|
reactions?: {
|
|
2593
2596
|
name: string;
|
|
2594
|
-
count: number;
|
|
2595
2597
|
users: string[];
|
|
2598
|
+
count: number;
|
|
2596
2599
|
}[] | undefined;
|
|
2597
2600
|
}[] | undefined;
|
|
2598
|
-
response_metadata?: {
|
|
2599
|
-
next_cursor: string;
|
|
2600
|
-
} | undefined;
|
|
2601
2601
|
has_more?: boolean | undefined;
|
|
2602
2602
|
}, {
|
|
2603
2603
|
operation: "get_thread_replies";
|
|
2604
2604
|
success: boolean;
|
|
2605
2605
|
error: string;
|
|
2606
2606
|
ok: boolean;
|
|
2607
|
+
response_metadata?: {
|
|
2608
|
+
next_cursor: string;
|
|
2609
|
+
} | undefined;
|
|
2607
2610
|
messages?: {
|
|
2608
2611
|
type: string;
|
|
2609
|
-
user?: string | undefined;
|
|
2610
2612
|
text?: string | undefined;
|
|
2613
|
+
user?: string | undefined;
|
|
2611
2614
|
ts?: string | undefined;
|
|
2612
2615
|
username?: string | undefined;
|
|
2613
2616
|
attachments?: unknown[] | undefined;
|
|
@@ -2626,13 +2629,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2626
2629
|
subscribed?: boolean | undefined;
|
|
2627
2630
|
reactions?: {
|
|
2628
2631
|
name: string;
|
|
2629
|
-
count: number;
|
|
2630
2632
|
users: string[];
|
|
2633
|
+
count: number;
|
|
2631
2634
|
}[] | undefined;
|
|
2632
2635
|
}[] | undefined;
|
|
2633
|
-
response_metadata?: {
|
|
2634
|
-
next_cursor: string;
|
|
2635
|
-
} | undefined;
|
|
2636
2636
|
has_more?: boolean | undefined;
|
|
2637
2637
|
}>, z.ZodObject<{
|
|
2638
2638
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -2670,17 +2670,17 @@ 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;
|
|
2682
|
-
user?: string | undefined;
|
|
2683
2682
|
text?: string | undefined;
|
|
2683
|
+
user?: string | undefined;
|
|
2684
2684
|
ts?: string | undefined;
|
|
2685
2685
|
username?: string | undefined;
|
|
2686
2686
|
attachments?: unknown[] | undefined;
|
|
@@ -2699,13 +2699,13 @@ 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;
|
|
2707
|
-
user?: string | undefined;
|
|
2708
2707
|
text?: string | undefined;
|
|
2708
|
+
user?: string | undefined;
|
|
2709
2709
|
ts?: string | undefined;
|
|
2710
2710
|
username?: string | undefined;
|
|
2711
2711
|
attachments?: unknown[] | undefined;
|
|
@@ -2724,8 +2724,8 @@ 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;
|
|
@@ -2737,8 +2737,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2737
2737
|
ok: boolean;
|
|
2738
2738
|
message?: {
|
|
2739
2739
|
type: string;
|
|
2740
|
-
user?: string | undefined;
|
|
2741
2740
|
text?: string | undefined;
|
|
2741
|
+
user?: string | undefined;
|
|
2742
2742
|
ts?: string | undefined;
|
|
2743
2743
|
username?: string | undefined;
|
|
2744
2744
|
attachments?: unknown[] | undefined;
|
|
@@ -2757,8 +2757,8 @@ 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;
|
|
@@ -2771,8 +2771,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2771
2771
|
ok: boolean;
|
|
2772
2772
|
message?: {
|
|
2773
2773
|
type: string;
|
|
2774
|
-
user?: string | undefined;
|
|
2775
2774
|
text?: string | undefined;
|
|
2775
|
+
user?: string | undefined;
|
|
2776
2776
|
ts?: string | undefined;
|
|
2777
2777
|
username?: string | undefined;
|
|
2778
2778
|
attachments?: unknown[] | undefined;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -3748,18 +3748,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3748
3748
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3749
3749
|
}, "strip", z.ZodTypeAny, {
|
|
3750
3750
|
operation: "list_channels";
|
|
3751
|
-
limit: number;
|
|
3752
3751
|
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
3753
3752
|
exclude_archived: boolean;
|
|
3754
|
-
|
|
3753
|
+
limit: number;
|
|
3755
3754
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3755
|
+
cursor?: string | undefined;
|
|
3756
3756
|
}, {
|
|
3757
3757
|
operation: "list_channels";
|
|
3758
|
-
limit?: number | undefined;
|
|
3759
|
-
cursor?: string | undefined;
|
|
3760
3758
|
credentials?: Partial<Record<CredentialType, 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;
|
|
@@ -3800,13 +3800,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3800
3800
|
operation: "list_users";
|
|
3801
3801
|
limit: number;
|
|
3802
3802
|
include_locale: boolean;
|
|
3803
|
-
cursor?: string | undefined;
|
|
3804
3803
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3804
|
+
cursor?: string | undefined;
|
|
3805
3805
|
}, {
|
|
3806
3806
|
operation: "list_users";
|
|
3807
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3807
3808
|
limit?: number | undefined;
|
|
3808
3809
|
cursor?: string | undefined;
|
|
3809
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3810
3810
|
include_locale?: boolean | undefined;
|
|
3811
3811
|
}>, z.ZodObject<{
|
|
3812
3812
|
operation: z.ZodLiteral<"get_conversation_history">;
|
|
@@ -3820,19 +3820,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3820
3820
|
}, "strip", z.ZodTypeAny, {
|
|
3821
3821
|
operation: "get_conversation_history";
|
|
3822
3822
|
inclusive: boolean;
|
|
3823
|
-
limit: number;
|
|
3824
3823
|
channel: string;
|
|
3825
|
-
|
|
3824
|
+
limit: number;
|
|
3826
3825
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3826
|
+
cursor?: string | undefined;
|
|
3827
3827
|
latest?: string | undefined;
|
|
3828
3828
|
oldest?: string | undefined;
|
|
3829
3829
|
}, {
|
|
3830
3830
|
operation: "get_conversation_history";
|
|
3831
3831
|
channel: string;
|
|
3832
3832
|
inclusive?: boolean | undefined;
|
|
3833
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3833
3834
|
limit?: number | undefined;
|
|
3834
3835
|
cursor?: string | undefined;
|
|
3835
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3836
3836
|
latest?: string | undefined;
|
|
3837
3837
|
oldest?: string | undefined;
|
|
3838
3838
|
}>, z.ZodObject<{
|
|
@@ -3848,11 +3848,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3848
3848
|
}, "strip", z.ZodTypeAny, {
|
|
3849
3849
|
operation: "get_thread_replies";
|
|
3850
3850
|
inclusive: boolean;
|
|
3851
|
-
limit: number;
|
|
3852
3851
|
ts: string;
|
|
3853
3852
|
channel: string;
|
|
3854
|
-
|
|
3853
|
+
limit: number;
|
|
3855
3854
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3855
|
+
cursor?: string | undefined;
|
|
3856
3856
|
latest?: string | undefined;
|
|
3857
3857
|
oldest?: string | undefined;
|
|
3858
3858
|
}, {
|
|
@@ -3860,9 +3860,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3860
3860
|
ts: string;
|
|
3861
3861
|
channel: string;
|
|
3862
3862
|
inclusive?: boolean | undefined;
|
|
3863
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3863
3864
|
limit?: number | undefined;
|
|
3864
3865
|
cursor?: string | undefined;
|
|
3865
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3866
3866
|
latest?: string | undefined;
|
|
3867
3867
|
oldest?: string | undefined;
|
|
3868
3868
|
}>, z.ZodObject<{
|
|
@@ -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,17 +4548,17 @@ 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;
|
|
4560
|
-
user?: string | undefined;
|
|
4561
4560
|
text?: string | undefined;
|
|
4561
|
+
user?: string | undefined;
|
|
4562
4562
|
ts?: string | undefined;
|
|
4563
4563
|
username?: string | undefined;
|
|
4564
4564
|
attachments?: unknown[] | undefined;
|
|
@@ -4577,13 +4577,13 @@ 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;
|
|
4585
|
-
user?: string | undefined;
|
|
4586
4585
|
text?: string | undefined;
|
|
4586
|
+
user?: string | undefined;
|
|
4587
4587
|
ts?: string | undefined;
|
|
4588
4588
|
username?: string | undefined;
|
|
4589
4589
|
attachments?: unknown[] | undefined;
|
|
@@ -4602,8 +4602,8 @@ 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;
|
|
@@ -4615,8 +4615,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4615
4615
|
ok: boolean;
|
|
4616
4616
|
message?: {
|
|
4617
4617
|
type: string;
|
|
4618
|
-
user?: string | undefined;
|
|
4619
4618
|
text?: string | undefined;
|
|
4619
|
+
user?: string | undefined;
|
|
4620
4620
|
ts?: string | undefined;
|
|
4621
4621
|
username?: string | undefined;
|
|
4622
4622
|
attachments?: unknown[] | undefined;
|
|
@@ -4635,8 +4635,8 @@ 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;
|
|
@@ -4648,8 +4648,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4648
4648
|
ok: boolean;
|
|
4649
4649
|
message?: {
|
|
4650
4650
|
type: string;
|
|
4651
|
-
user?: string | undefined;
|
|
4652
4651
|
text?: string | undefined;
|
|
4652
|
+
user?: string | undefined;
|
|
4653
4653
|
ts?: string | undefined;
|
|
4654
4654
|
username?: string | undefined;
|
|
4655
4655
|
attachments?: unknown[] | undefined;
|
|
@@ -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;
|
|
@@ -5126,11 +5126,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5126
5126
|
}, "strip", z.ZodTypeAny, {
|
|
5127
5127
|
title?: string | undefined;
|
|
5128
5128
|
email?: string | undefined;
|
|
5129
|
-
first_name?: string | undefined;
|
|
5130
|
-
last_name?: string | undefined;
|
|
5131
5129
|
fields?: Record<string, unknown> | undefined;
|
|
5132
|
-
phone?: string | undefined;
|
|
5133
5130
|
real_name?: string | undefined;
|
|
5131
|
+
phone?: string | undefined;
|
|
5134
5132
|
skype?: string | undefined;
|
|
5135
5133
|
real_name_normalized?: string | undefined;
|
|
5136
5134
|
display_name?: 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;
|
|
@@ -5151,11 +5151,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5151
5151
|
}, {
|
|
5152
5152
|
title?: string | undefined;
|
|
5153
5153
|
email?: string | undefined;
|
|
5154
|
-
first_name?: string | undefined;
|
|
5155
|
-
last_name?: string | undefined;
|
|
5156
5154
|
fields?: Record<string, unknown> | undefined;
|
|
5157
|
-
phone?: string | undefined;
|
|
5158
5155
|
real_name?: string | undefined;
|
|
5156
|
+
phone?: string | undefined;
|
|
5159
5157
|
skype?: string | undefined;
|
|
5160
5158
|
real_name_normalized?: string | undefined;
|
|
5161
5159
|
display_name?: 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;
|
|
@@ -5189,11 +5189,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5189
5189
|
profile?: {
|
|
5190
5190
|
title?: string | undefined;
|
|
5191
5191
|
email?: string | undefined;
|
|
5192
|
-
first_name?: string | undefined;
|
|
5193
|
-
last_name?: string | undefined;
|
|
5194
5192
|
fields?: Record<string, unknown> | undefined;
|
|
5195
|
-
phone?: string | undefined;
|
|
5196
5193
|
real_name?: string | undefined;
|
|
5194
|
+
phone?: string | undefined;
|
|
5197
5195
|
skype?: string | undefined;
|
|
5198
5196
|
real_name_normalized?: string | undefined;
|
|
5199
5197
|
display_name?: string | undefined;
|
|
@@ -5204,6 +5202,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5204
5202
|
avatar_hash?: string | undefined;
|
|
5205
5203
|
image_original?: string | undefined;
|
|
5206
5204
|
is_custom_image?: boolean | undefined;
|
|
5205
|
+
first_name?: string | undefined;
|
|
5206
|
+
last_name?: string | undefined;
|
|
5207
5207
|
image_24?: string | undefined;
|
|
5208
5208
|
image_32?: string | undefined;
|
|
5209
5209
|
image_48?: string | undefined;
|
|
@@ -5234,11 +5234,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5234
5234
|
profile?: {
|
|
5235
5235
|
title?: string | undefined;
|
|
5236
5236
|
email?: string | undefined;
|
|
5237
|
-
first_name?: string | undefined;
|
|
5238
|
-
last_name?: string | undefined;
|
|
5239
5237
|
fields?: Record<string, unknown> | undefined;
|
|
5240
|
-
phone?: string | undefined;
|
|
5241
5238
|
real_name?: string | undefined;
|
|
5239
|
+
phone?: string | undefined;
|
|
5242
5240
|
skype?: string | undefined;
|
|
5243
5241
|
real_name_normalized?: string | undefined;
|
|
5244
5242
|
display_name?: string | undefined;
|
|
@@ -5249,6 +5247,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5249
5247
|
avatar_hash?: string | undefined;
|
|
5250
5248
|
image_original?: string | undefined;
|
|
5251
5249
|
is_custom_image?: boolean | undefined;
|
|
5250
|
+
first_name?: string | undefined;
|
|
5251
|
+
last_name?: string | undefined;
|
|
5252
5252
|
image_24?: string | undefined;
|
|
5253
5253
|
image_32?: string | undefined;
|
|
5254
5254
|
image_48?: string | undefined;
|
|
@@ -5287,11 +5287,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5287
5287
|
profile?: {
|
|
5288
5288
|
title?: string | undefined;
|
|
5289
5289
|
email?: string | undefined;
|
|
5290
|
-
first_name?: string | undefined;
|
|
5291
|
-
last_name?: string | undefined;
|
|
5292
5290
|
fields?: Record<string, unknown> | undefined;
|
|
5293
|
-
phone?: string | undefined;
|
|
5294
5291
|
real_name?: string | undefined;
|
|
5292
|
+
phone?: string | undefined;
|
|
5295
5293
|
skype?: string | undefined;
|
|
5296
5294
|
real_name_normalized?: string | undefined;
|
|
5297
5295
|
display_name?: string | undefined;
|
|
@@ -5302,6 +5300,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5302
5300
|
avatar_hash?: string | undefined;
|
|
5303
5301
|
image_original?: string | undefined;
|
|
5304
5302
|
is_custom_image?: boolean | undefined;
|
|
5303
|
+
first_name?: string | undefined;
|
|
5304
|
+
last_name?: string | undefined;
|
|
5305
5305
|
image_24?: string | undefined;
|
|
5306
5306
|
image_32?: string | undefined;
|
|
5307
5307
|
image_48?: string | undefined;
|
|
@@ -5338,11 +5338,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5338
5338
|
profile?: {
|
|
5339
5339
|
title?: string | undefined;
|
|
5340
5340
|
email?: string | undefined;
|
|
5341
|
-
first_name?: string | undefined;
|
|
5342
|
-
last_name?: string | undefined;
|
|
5343
5341
|
fields?: Record<string, unknown> | undefined;
|
|
5344
|
-
phone?: string | undefined;
|
|
5345
5342
|
real_name?: string | undefined;
|
|
5343
|
+
phone?: string | undefined;
|
|
5346
5344
|
skype?: string | undefined;
|
|
5347
5345
|
real_name_normalized?: string | undefined;
|
|
5348
5346
|
display_name?: string | undefined;
|
|
@@ -5353,6 +5351,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5353
5351
|
avatar_hash?: string | undefined;
|
|
5354
5352
|
image_original?: string | undefined;
|
|
5355
5353
|
is_custom_image?: boolean | undefined;
|
|
5354
|
+
first_name?: string | undefined;
|
|
5355
|
+
last_name?: string | undefined;
|
|
5356
5356
|
image_24?: string | undefined;
|
|
5357
5357
|
image_32?: string | undefined;
|
|
5358
5358
|
image_48?: string | undefined;
|
|
@@ -5419,11 +5419,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5419
5419
|
}, "strip", z.ZodTypeAny, {
|
|
5420
5420
|
title?: string | undefined;
|
|
5421
5421
|
email?: string | undefined;
|
|
5422
|
-
first_name?: string | undefined;
|
|
5423
|
-
last_name?: string | undefined;
|
|
5424
5422
|
fields?: Record<string, unknown> | undefined;
|
|
5425
|
-
phone?: string | undefined;
|
|
5426
5423
|
real_name?: string | undefined;
|
|
5424
|
+
phone?: string | undefined;
|
|
5427
5425
|
skype?: string | undefined;
|
|
5428
5426
|
real_name_normalized?: string | undefined;
|
|
5429
5427
|
display_name?: 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;
|
|
@@ -5444,11 +5444,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5444
5444
|
}, {
|
|
5445
5445
|
title?: string | undefined;
|
|
5446
5446
|
email?: string | undefined;
|
|
5447
|
-
first_name?: string | undefined;
|
|
5448
|
-
last_name?: string | undefined;
|
|
5449
5447
|
fields?: Record<string, unknown> | undefined;
|
|
5450
|
-
phone?: string | undefined;
|
|
5451
5448
|
real_name?: string | undefined;
|
|
5449
|
+
phone?: string | undefined;
|
|
5452
5450
|
skype?: string | undefined;
|
|
5453
5451
|
real_name_normalized?: string | undefined;
|
|
5454
5452
|
display_name?: 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;
|
|
@@ -5482,11 +5482,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5482
5482
|
profile?: {
|
|
5483
5483
|
title?: string | undefined;
|
|
5484
5484
|
email?: string | undefined;
|
|
5485
|
-
first_name?: string | undefined;
|
|
5486
|
-
last_name?: string | undefined;
|
|
5487
5485
|
fields?: Record<string, unknown> | undefined;
|
|
5488
|
-
phone?: string | undefined;
|
|
5489
5486
|
real_name?: string | undefined;
|
|
5487
|
+
phone?: string | undefined;
|
|
5490
5488
|
skype?: string | undefined;
|
|
5491
5489
|
real_name_normalized?: string | undefined;
|
|
5492
5490
|
display_name?: string | undefined;
|
|
@@ -5497,6 +5495,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5497
5495
|
avatar_hash?: string | undefined;
|
|
5498
5496
|
image_original?: string | undefined;
|
|
5499
5497
|
is_custom_image?: boolean | undefined;
|
|
5498
|
+
first_name?: string | undefined;
|
|
5499
|
+
last_name?: string | undefined;
|
|
5500
5500
|
image_24?: string | undefined;
|
|
5501
5501
|
image_32?: string | undefined;
|
|
5502
5502
|
image_48?: string | undefined;
|
|
@@ -5527,11 +5527,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5527
5527
|
profile?: {
|
|
5528
5528
|
title?: string | undefined;
|
|
5529
5529
|
email?: string | undefined;
|
|
5530
|
-
first_name?: string | undefined;
|
|
5531
|
-
last_name?: string | undefined;
|
|
5532
5530
|
fields?: Record<string, unknown> | undefined;
|
|
5533
|
-
phone?: string | undefined;
|
|
5534
5531
|
real_name?: string | undefined;
|
|
5532
|
+
phone?: string | undefined;
|
|
5535
5533
|
skype?: string | undefined;
|
|
5536
5534
|
real_name_normalized?: string | undefined;
|
|
5537
5535
|
display_name?: string | undefined;
|
|
@@ -5542,6 +5540,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5542
5540
|
avatar_hash?: string | undefined;
|
|
5543
5541
|
image_original?: string | undefined;
|
|
5544
5542
|
is_custom_image?: boolean | undefined;
|
|
5543
|
+
first_name?: string | undefined;
|
|
5544
|
+
last_name?: string | undefined;
|
|
5545
5545
|
image_24?: string | undefined;
|
|
5546
5546
|
image_32?: string | undefined;
|
|
5547
5547
|
image_48?: string | undefined;
|
|
@@ -5590,11 +5590,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5590
5590
|
profile?: {
|
|
5591
5591
|
title?: string | undefined;
|
|
5592
5592
|
email?: string | undefined;
|
|
5593
|
-
first_name?: string | undefined;
|
|
5594
|
-
last_name?: string | undefined;
|
|
5595
5593
|
fields?: Record<string, unknown> | undefined;
|
|
5596
|
-
phone?: string | undefined;
|
|
5597
5594
|
real_name?: string | undefined;
|
|
5595
|
+
phone?: string | undefined;
|
|
5598
5596
|
skype?: string | undefined;
|
|
5599
5597
|
real_name_normalized?: string | undefined;
|
|
5600
5598
|
display_name?: string | undefined;
|
|
@@ -5605,6 +5603,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5605
5603
|
avatar_hash?: string | undefined;
|
|
5606
5604
|
image_original?: string | undefined;
|
|
5607
5605
|
is_custom_image?: boolean | undefined;
|
|
5606
|
+
first_name?: string | undefined;
|
|
5607
|
+
last_name?: string | undefined;
|
|
5608
5608
|
image_24?: string | undefined;
|
|
5609
5609
|
image_32?: string | undefined;
|
|
5610
5610
|
image_48?: string | undefined;
|
|
@@ -5644,11 +5644,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5644
5644
|
profile?: {
|
|
5645
5645
|
title?: string | undefined;
|
|
5646
5646
|
email?: string | undefined;
|
|
5647
|
-
first_name?: string | undefined;
|
|
5648
|
-
last_name?: string | undefined;
|
|
5649
5647
|
fields?: Record<string, unknown> | undefined;
|
|
5650
|
-
phone?: string | undefined;
|
|
5651
5648
|
real_name?: string | undefined;
|
|
5649
|
+
phone?: string | undefined;
|
|
5652
5650
|
skype?: string | undefined;
|
|
5653
5651
|
real_name_normalized?: string | undefined;
|
|
5654
5652
|
display_name?: string | undefined;
|
|
@@ -5659,6 +5657,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5659
5657
|
avatar_hash?: string | undefined;
|
|
5660
5658
|
image_original?: string | undefined;
|
|
5661
5659
|
is_custom_image?: boolean | undefined;
|
|
5660
|
+
first_name?: string | undefined;
|
|
5661
|
+
last_name?: string | undefined;
|
|
5662
5662
|
image_24?: string | undefined;
|
|
5663
5663
|
image_32?: string | undefined;
|
|
5664
5664
|
image_48?: string | undefined;
|
|
@@ -5717,17 +5717,17 @@ 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;
|
|
5729
|
-
user?: string | undefined;
|
|
5730
5729
|
text?: string | undefined;
|
|
5730
|
+
user?: string | undefined;
|
|
5731
5731
|
ts?: string | undefined;
|
|
5732
5732
|
username?: string | undefined;
|
|
5733
5733
|
attachments?: unknown[] | undefined;
|
|
@@ -5746,13 +5746,13 @@ 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;
|
|
5754
|
-
user?: string | undefined;
|
|
5755
5754
|
text?: string | undefined;
|
|
5755
|
+
user?: string | undefined;
|
|
5756
5756
|
ts?: string | undefined;
|
|
5757
5757
|
username?: string | undefined;
|
|
5758
5758
|
attachments?: unknown[] | undefined;
|
|
@@ -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>;
|
|
@@ -5790,10 +5790,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5790
5790
|
success: boolean;
|
|
5791
5791
|
error: string;
|
|
5792
5792
|
ok: boolean;
|
|
5793
|
+
response_metadata?: {
|
|
5794
|
+
next_cursor: string;
|
|
5795
|
+
} | undefined;
|
|
5793
5796
|
messages?: {
|
|
5794
5797
|
type: string;
|
|
5795
|
-
user?: string | undefined;
|
|
5796
5798
|
text?: string | undefined;
|
|
5799
|
+
user?: string | undefined;
|
|
5797
5800
|
ts?: string | undefined;
|
|
5798
5801
|
username?: string | undefined;
|
|
5799
5802
|
attachments?: unknown[] | undefined;
|
|
@@ -5812,23 +5815,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5812
5815
|
subscribed?: boolean | undefined;
|
|
5813
5816
|
reactions?: {
|
|
5814
5817
|
name: string;
|
|
5815
|
-
count: number;
|
|
5816
5818
|
users: string[];
|
|
5819
|
+
count: number;
|
|
5817
5820
|
}[] | undefined;
|
|
5818
5821
|
}[] | undefined;
|
|
5819
|
-
response_metadata?: {
|
|
5820
|
-
next_cursor: string;
|
|
5821
|
-
} | undefined;
|
|
5822
5822
|
has_more?: boolean | undefined;
|
|
5823
5823
|
}, {
|
|
5824
5824
|
operation: "get_conversation_history";
|
|
5825
5825
|
success: boolean;
|
|
5826
5826
|
error: string;
|
|
5827
5827
|
ok: boolean;
|
|
5828
|
+
response_metadata?: {
|
|
5829
|
+
next_cursor: string;
|
|
5830
|
+
} | undefined;
|
|
5828
5831
|
messages?: {
|
|
5829
5832
|
type: string;
|
|
5830
|
-
user?: string | undefined;
|
|
5831
5833
|
text?: string | undefined;
|
|
5834
|
+
user?: string | undefined;
|
|
5832
5835
|
ts?: string | undefined;
|
|
5833
5836
|
username?: string | undefined;
|
|
5834
5837
|
attachments?: unknown[] | undefined;
|
|
@@ -5847,13 +5850,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5847
5850
|
subscribed?: boolean | undefined;
|
|
5848
5851
|
reactions?: {
|
|
5849
5852
|
name: string;
|
|
5850
|
-
count: number;
|
|
5851
5853
|
users: string[];
|
|
5854
|
+
count: number;
|
|
5852
5855
|
}[] | undefined;
|
|
5853
5856
|
}[] | undefined;
|
|
5854
|
-
response_metadata?: {
|
|
5855
|
-
next_cursor: string;
|
|
5856
|
-
} | undefined;
|
|
5857
5857
|
has_more?: boolean | undefined;
|
|
5858
5858
|
}>, z.ZodObject<{
|
|
5859
5859
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -5888,17 +5888,17 @@ 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;
|
|
5900
|
-
user?: string | undefined;
|
|
5901
5900
|
text?: string | undefined;
|
|
5901
|
+
user?: string | undefined;
|
|
5902
5902
|
ts?: string | undefined;
|
|
5903
5903
|
username?: string | undefined;
|
|
5904
5904
|
attachments?: unknown[] | undefined;
|
|
@@ -5917,13 +5917,13 @@ 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;
|
|
5925
|
-
user?: string | undefined;
|
|
5926
5925
|
text?: string | undefined;
|
|
5926
|
+
user?: string | undefined;
|
|
5927
5927
|
ts?: string | undefined;
|
|
5928
5928
|
username?: string | undefined;
|
|
5929
5929
|
attachments?: unknown[] | undefined;
|
|
@@ -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>;
|
|
@@ -5961,10 +5961,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5961
5961
|
success: boolean;
|
|
5962
5962
|
error: string;
|
|
5963
5963
|
ok: boolean;
|
|
5964
|
+
response_metadata?: {
|
|
5965
|
+
next_cursor: string;
|
|
5966
|
+
} | undefined;
|
|
5964
5967
|
messages?: {
|
|
5965
5968
|
type: string;
|
|
5966
|
-
user?: string | undefined;
|
|
5967
5969
|
text?: string | undefined;
|
|
5970
|
+
user?: string | undefined;
|
|
5968
5971
|
ts?: string | undefined;
|
|
5969
5972
|
username?: string | undefined;
|
|
5970
5973
|
attachments?: unknown[] | undefined;
|
|
@@ -5983,23 +5986,23 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5983
5986
|
subscribed?: boolean | undefined;
|
|
5984
5987
|
reactions?: {
|
|
5985
5988
|
name: string;
|
|
5986
|
-
count: number;
|
|
5987
5989
|
users: string[];
|
|
5990
|
+
count: number;
|
|
5988
5991
|
}[] | undefined;
|
|
5989
5992
|
}[] | undefined;
|
|
5990
|
-
response_metadata?: {
|
|
5991
|
-
next_cursor: string;
|
|
5992
|
-
} | undefined;
|
|
5993
5993
|
has_more?: boolean | undefined;
|
|
5994
5994
|
}, {
|
|
5995
5995
|
operation: "get_thread_replies";
|
|
5996
5996
|
success: boolean;
|
|
5997
5997
|
error: string;
|
|
5998
5998
|
ok: boolean;
|
|
5999
|
+
response_metadata?: {
|
|
6000
|
+
next_cursor: string;
|
|
6001
|
+
} | undefined;
|
|
5999
6002
|
messages?: {
|
|
6000
6003
|
type: string;
|
|
6001
|
-
user?: string | undefined;
|
|
6002
6004
|
text?: string | undefined;
|
|
6005
|
+
user?: string | undefined;
|
|
6003
6006
|
ts?: string | undefined;
|
|
6004
6007
|
username?: string | undefined;
|
|
6005
6008
|
attachments?: unknown[] | undefined;
|
|
@@ -6018,13 +6021,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6018
6021
|
subscribed?: boolean | undefined;
|
|
6019
6022
|
reactions?: {
|
|
6020
6023
|
name: string;
|
|
6021
|
-
count: number;
|
|
6022
6024
|
users: string[];
|
|
6025
|
+
count: number;
|
|
6023
6026
|
}[] | undefined;
|
|
6024
6027
|
}[] | undefined;
|
|
6025
|
-
response_metadata?: {
|
|
6026
|
-
next_cursor: string;
|
|
6027
|
-
} | undefined;
|
|
6028
6028
|
has_more?: boolean | undefined;
|
|
6029
6029
|
}>, z.ZodObject<{
|
|
6030
6030
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -6062,17 +6062,17 @@ 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;
|
|
6074
|
-
user?: string | undefined;
|
|
6075
6074
|
text?: string | undefined;
|
|
6075
|
+
user?: string | undefined;
|
|
6076
6076
|
ts?: string | undefined;
|
|
6077
6077
|
username?: string | undefined;
|
|
6078
6078
|
attachments?: unknown[] | undefined;
|
|
@@ -6091,13 +6091,13 @@ 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;
|
|
6099
|
-
user?: string | undefined;
|
|
6100
6099
|
text?: string | undefined;
|
|
6100
|
+
user?: string | undefined;
|
|
6101
6101
|
ts?: string | undefined;
|
|
6102
6102
|
username?: string | undefined;
|
|
6103
6103
|
attachments?: unknown[] | undefined;
|
|
@@ -6116,8 +6116,8 @@ 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;
|
|
@@ -6129,8 +6129,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6129
6129
|
ok: boolean;
|
|
6130
6130
|
message?: {
|
|
6131
6131
|
type: string;
|
|
6132
|
-
user?: string | undefined;
|
|
6133
6132
|
text?: string | undefined;
|
|
6133
|
+
user?: string | undefined;
|
|
6134
6134
|
ts?: string | undefined;
|
|
6135
6135
|
username?: string | undefined;
|
|
6136
6136
|
attachments?: unknown[] | undefined;
|
|
@@ -6149,8 +6149,8 @@ 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;
|
|
@@ -6163,8 +6163,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6163
6163
|
ok: boolean;
|
|
6164
6164
|
message?: {
|
|
6165
6165
|
type: string;
|
|
6166
|
-
user?: string | undefined;
|
|
6167
6166
|
text?: string | undefined;
|
|
6167
|
+
user?: string | undefined;
|
|
6168
6168
|
ts?: string | undefined;
|
|
6169
6169
|
username?: string | undefined;
|
|
6170
6170
|
attachments?: unknown[] | undefined;
|
|
@@ -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;
|