@bubblelab/bubble-core 0.1.35 → 0.1.36
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 +80 -80
- package/dist/bubbles/service-bubble/agi-inc.d.ts +116 -116
- package/dist/bubbles/service-bubble/ai-agent.d.ts +36 -36
- package/dist/bubbles/service-bubble/airtable.d.ts +232 -232
- package/dist/bubbles/service-bubble/apify/apify.d.ts +38 -38
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +50 -50
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +56 -56
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +52 -52
- package/dist/bubbles/service-bubble/firecrawl.d.ts +326 -326
- package/dist/bubbles/service-bubble/followupboss.d.ts +332 -332
- package/dist/bubbles/service-bubble/github.d.ts +172 -172
- package/dist/bubbles/service-bubble/gmail.d.ts +632 -632
- package/dist/bubbles/service-bubble/google-calendar.d.ts +232 -232
- package/dist/bubbles/service-bubble/google-drive.d.ts +128 -128
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +54 -54
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
- package/dist/bubbles/service-bubble/jira/jira.d.ts +5762 -2108
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.js +32 -7
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +7993 -3124
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.js +14 -2
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +204 -204
- package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
- package/dist/bubbles/service-bubble/resend.d.ts +20 -20
- package/dist/bubbles/service-bubble/slack/slack.d.ts +418 -418
- package/dist/bubbles/service-bubble/storage.d.ts +60 -60
- package/dist/bubbles/service-bubble/telegram.d.ts +122 -122
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +33 -33
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +426 -426
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +104 -104
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +192 -192
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +60 -60
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +47 -49
- 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;
|
|
43
41
|
fields?: {
|
|
44
42
|
value: string;
|
|
45
43
|
title: string;
|
|
46
44
|
short?: boolean | undefined;
|
|
47
45
|
}[] | 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;
|
|
62
60
|
fields?: {
|
|
63
61
|
value: string;
|
|
64
62
|
title: string;
|
|
65
63
|
short?: boolean | undefined;
|
|
66
64
|
}[] | 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;
|
|
@@ -202,8 +202,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
202
202
|
unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
203
203
|
unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
204
204
|
}, "strip", z.ZodTypeAny, {
|
|
205
|
-
text: string;
|
|
206
205
|
operation: "send_message";
|
|
206
|
+
text: string;
|
|
207
207
|
channel: string;
|
|
208
208
|
reply_broadcast: boolean;
|
|
209
209
|
unfurl_links: boolean;
|
|
@@ -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;
|
|
219
217
|
fields?: {
|
|
220
218
|
value: string;
|
|
221
219
|
title: string;
|
|
222
220
|
short?: boolean | undefined;
|
|
223
221
|
}[] | 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;
|
|
@@ -275,8 +275,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
275
275
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
276
276
|
thread_ts?: string | undefined;
|
|
277
277
|
}, {
|
|
278
|
-
text: string;
|
|
279
278
|
operation: "send_message";
|
|
279
|
+
text: string;
|
|
280
280
|
channel: string;
|
|
281
281
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
282
282
|
username?: 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;
|
|
289
287
|
fields?: {
|
|
290
288
|
value: string;
|
|
291
289
|
title: string;
|
|
292
290
|
short?: boolean | undefined;
|
|
293
291
|
}[] | 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,17 +356,17 @@ 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;
|
|
359
360
|
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
360
361
|
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;
|
|
366
367
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
367
368
|
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
368
369
|
exclude_archived?: boolean | undefined;
|
|
369
|
-
limit?: number | undefined;
|
|
370
370
|
cursor?: string | undefined;
|
|
371
371
|
}>, z.ZodObject<{
|
|
372
372
|
operation: z.ZodLiteral<"get_channel_info">;
|
|
@@ -389,13 +389,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
389
389
|
include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
390
390
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
391
391
|
}, "strip", z.ZodTypeAny, {
|
|
392
|
-
user: string;
|
|
393
392
|
operation: "get_user_info";
|
|
393
|
+
user: string;
|
|
394
394
|
include_locale: boolean;
|
|
395
395
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
396
396
|
}, {
|
|
397
|
-
user: string;
|
|
398
397
|
operation: "get_user_info";
|
|
398
|
+
user: string;
|
|
399
399
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
400
400
|
include_locale?: boolean | undefined;
|
|
401
401
|
}>, z.ZodObject<{
|
|
@@ -412,8 +412,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
412
412
|
cursor?: string | undefined;
|
|
413
413
|
}, {
|
|
414
414
|
operation: "list_users";
|
|
415
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
416
415
|
limit?: number | undefined;
|
|
416
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
417
417
|
cursor?: string | undefined;
|
|
418
418
|
include_locale?: boolean | undefined;
|
|
419
419
|
}>, z.ZodObject<{
|
|
@@ -428,8 +428,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
429
|
inclusive: boolean;
|
|
430
430
|
operation: "get_conversation_history";
|
|
431
|
-
channel: string;
|
|
432
431
|
limit: number;
|
|
432
|
+
channel: string;
|
|
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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
442
441
|
limit?: number | undefined;
|
|
442
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
443
443
|
cursor?: string | undefined;
|
|
444
444
|
latest?: string | undefined;
|
|
445
445
|
oldest?: string | undefined;
|
|
@@ -455,21 +455,21 @@ 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
|
-
ts: string;
|
|
459
458
|
operation: "get_thread_replies";
|
|
460
|
-
channel: string;
|
|
461
459
|
limit: number;
|
|
460
|
+
ts: string;
|
|
461
|
+
channel: string;
|
|
462
462
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
463
463
|
cursor?: string | undefined;
|
|
464
464
|
latest?: string | undefined;
|
|
465
465
|
oldest?: string | undefined;
|
|
466
466
|
}, {
|
|
467
|
-
ts: string;
|
|
468
467
|
operation: "get_thread_replies";
|
|
468
|
+
ts: string;
|
|
469
469
|
channel: string;
|
|
470
470
|
inclusive?: boolean | undefined;
|
|
471
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
472
471
|
limit?: number | undefined;
|
|
472
|
+
credentials?: Partial<Record<CredentialType, string>> | 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;
|
|
512
510
|
fields?: {
|
|
513
511
|
value: string;
|
|
514
512
|
title: string;
|
|
515
513
|
short?: boolean | undefined;
|
|
516
514
|
}[] | 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;
|
|
531
529
|
fields?: {
|
|
532
530
|
value: string;
|
|
533
531
|
title: string;
|
|
534
532
|
short?: boolean | undefined;
|
|
535
533
|
}[] | 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;
|
|
@@ -667,20 +667,20 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
667
667
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
668
668
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
669
669
|
}, "strip", z.ZodTypeAny, {
|
|
670
|
-
ts: string;
|
|
671
670
|
operation: "update_message";
|
|
671
|
+
ts: string;
|
|
672
672
|
channel: string;
|
|
673
673
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
674
674
|
text?: string | undefined;
|
|
675
675
|
attachments?: {
|
|
676
676
|
title?: string | undefined;
|
|
677
|
-
text?: string | undefined;
|
|
678
|
-
image_url?: string | undefined;
|
|
679
677
|
fields?: {
|
|
680
678
|
value: string;
|
|
681
679
|
title: string;
|
|
682
680
|
short?: boolean | undefined;
|
|
683
681
|
}[] | 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;
|
|
@@ -734,20 +734,20 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
734
734
|
}>, "many">>;
|
|
735
735
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
736
736
|
}, {
|
|
737
|
-
ts: string;
|
|
738
737
|
operation: "update_message";
|
|
738
|
+
ts: string;
|
|
739
739
|
channel: string;
|
|
740
740
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
741
741
|
text?: string | undefined;
|
|
742
742
|
attachments?: {
|
|
743
743
|
title?: string | undefined;
|
|
744
|
-
text?: string | undefined;
|
|
745
|
-
image_url?: string | undefined;
|
|
746
744
|
fields?: {
|
|
747
745
|
value: string;
|
|
748
746
|
title: string;
|
|
749
747
|
short?: boolean | undefined;
|
|
750
748
|
}[] | 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;
|
|
@@ -806,13 +806,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
806
806
|
ts: z.ZodString;
|
|
807
807
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
808
808
|
}, "strip", z.ZodTypeAny, {
|
|
809
|
-
ts: string;
|
|
810
809
|
operation: "delete_message";
|
|
810
|
+
ts: string;
|
|
811
811
|
channel: string;
|
|
812
812
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
813
813
|
}, {
|
|
814
|
-
ts: string;
|
|
815
814
|
operation: "delete_message";
|
|
815
|
+
ts: string;
|
|
816
816
|
channel: string;
|
|
817
817
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
818
818
|
}>, z.ZodObject<{
|
|
@@ -1021,8 +1021,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1021
1021
|
unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1022
1022
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1023
1023
|
}, "strip", z.ZodTypeAny, {
|
|
1024
|
-
text: string;
|
|
1025
1024
|
operation: "schedule_message";
|
|
1025
|
+
text: string;
|
|
1026
1026
|
channel: string;
|
|
1027
1027
|
unfurl_links: boolean;
|
|
1028
1028
|
unfurl_media: boolean;
|
|
@@ -1071,8 +1071,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1071
1071
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1072
1072
|
thread_ts?: string | undefined;
|
|
1073
1073
|
}, {
|
|
1074
|
-
text: string;
|
|
1075
1074
|
operation: "schedule_message";
|
|
1075
|
+
text: string;
|
|
1076
1076
|
channel: string;
|
|
1077
1077
|
post_at: number;
|
|
1078
1078
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -1217,9 +1217,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1217
1217
|
error: z.ZodString;
|
|
1218
1218
|
success: z.ZodBoolean;
|
|
1219
1219
|
}, "strip", z.ZodTypeAny, {
|
|
1220
|
-
error: string;
|
|
1221
|
-
success: boolean;
|
|
1222
1220
|
operation: "send_message";
|
|
1221
|
+
success: boolean;
|
|
1222
|
+
error: string;
|
|
1223
1223
|
ok: boolean;
|
|
1224
1224
|
message?: {
|
|
1225
1225
|
type: string;
|
|
@@ -1250,9 +1250,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1250
1250
|
ts?: string | undefined;
|
|
1251
1251
|
channel?: string | undefined;
|
|
1252
1252
|
}, {
|
|
1253
|
-
error: string;
|
|
1254
|
-
success: boolean;
|
|
1255
1253
|
operation: "send_message";
|
|
1254
|
+
success: boolean;
|
|
1255
|
+
error: string;
|
|
1256
1256
|
ok: boolean;
|
|
1257
1257
|
message?: {
|
|
1258
1258
|
type: string;
|
|
@@ -1335,8 +1335,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1335
1335
|
}>>;
|
|
1336
1336
|
num_members: z.ZodOptional<z.ZodNumber>;
|
|
1337
1337
|
}, "strip", z.ZodTypeAny, {
|
|
1338
|
-
name: string;
|
|
1339
1338
|
id: string;
|
|
1339
|
+
name: string;
|
|
1340
1340
|
created: number;
|
|
1341
1341
|
is_archived: boolean;
|
|
1342
1342
|
is_channel?: boolean | undefined;
|
|
@@ -1368,8 +1368,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1368
1368
|
} | undefined;
|
|
1369
1369
|
num_members?: number | undefined;
|
|
1370
1370
|
}, {
|
|
1371
|
-
name: string;
|
|
1372
1371
|
id: string;
|
|
1372
|
+
name: string;
|
|
1373
1373
|
created: number;
|
|
1374
1374
|
is_archived: boolean;
|
|
1375
1375
|
is_channel?: boolean | undefined;
|
|
@@ -1411,16 +1411,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1411
1411
|
error: z.ZodString;
|
|
1412
1412
|
success: z.ZodBoolean;
|
|
1413
1413
|
}, "strip", z.ZodTypeAny, {
|
|
1414
|
-
error: string;
|
|
1415
|
-
success: boolean;
|
|
1416
1414
|
operation: "list_channels";
|
|
1415
|
+
success: boolean;
|
|
1416
|
+
error: string;
|
|
1417
1417
|
ok: boolean;
|
|
1418
1418
|
response_metadata?: {
|
|
1419
1419
|
next_cursor: string;
|
|
1420
1420
|
} | undefined;
|
|
1421
1421
|
channels?: {
|
|
1422
|
-
name: string;
|
|
1423
1422
|
id: string;
|
|
1423
|
+
name: string;
|
|
1424
1424
|
created: number;
|
|
1425
1425
|
is_archived: boolean;
|
|
1426
1426
|
is_channel?: boolean | undefined;
|
|
@@ -1453,16 +1453,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1453
1453
|
num_members?: number | undefined;
|
|
1454
1454
|
}[] | undefined;
|
|
1455
1455
|
}, {
|
|
1456
|
-
error: string;
|
|
1457
|
-
success: boolean;
|
|
1458
1456
|
operation: "list_channels";
|
|
1457
|
+
success: boolean;
|
|
1458
|
+
error: string;
|
|
1459
1459
|
ok: boolean;
|
|
1460
1460
|
response_metadata?: {
|
|
1461
1461
|
next_cursor: string;
|
|
1462
1462
|
} | undefined;
|
|
1463
1463
|
channels?: {
|
|
1464
|
-
name: string;
|
|
1465
1464
|
id: string;
|
|
1465
|
+
name: string;
|
|
1466
1466
|
created: number;
|
|
1467
1467
|
is_archived: boolean;
|
|
1468
1468
|
is_channel?: boolean | undefined;
|
|
@@ -1547,8 +1547,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1547
1547
|
}>>;
|
|
1548
1548
|
num_members: z.ZodOptional<z.ZodNumber>;
|
|
1549
1549
|
}, "strip", z.ZodTypeAny, {
|
|
1550
|
-
name: string;
|
|
1551
1550
|
id: string;
|
|
1551
|
+
name: string;
|
|
1552
1552
|
created: number;
|
|
1553
1553
|
is_archived: boolean;
|
|
1554
1554
|
is_channel?: boolean | undefined;
|
|
@@ -1580,8 +1580,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1580
1580
|
} | undefined;
|
|
1581
1581
|
num_members?: number | undefined;
|
|
1582
1582
|
}, {
|
|
1583
|
-
name: string;
|
|
1584
1583
|
id: string;
|
|
1584
|
+
name: string;
|
|
1585
1585
|
created: number;
|
|
1586
1586
|
is_archived: boolean;
|
|
1587
1587
|
is_channel?: boolean | undefined;
|
|
@@ -1616,13 +1616,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1616
1616
|
error: z.ZodString;
|
|
1617
1617
|
success: z.ZodBoolean;
|
|
1618
1618
|
}, "strip", z.ZodTypeAny, {
|
|
1619
|
-
error: string;
|
|
1620
|
-
success: boolean;
|
|
1621
1619
|
operation: "get_channel_info";
|
|
1620
|
+
success: boolean;
|
|
1621
|
+
error: string;
|
|
1622
1622
|
ok: boolean;
|
|
1623
1623
|
channel?: {
|
|
1624
|
-
name: string;
|
|
1625
1624
|
id: string;
|
|
1625
|
+
name: string;
|
|
1626
1626
|
created: number;
|
|
1627
1627
|
is_archived: boolean;
|
|
1628
1628
|
is_channel?: boolean | undefined;
|
|
@@ -1655,13 +1655,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1655
1655
|
num_members?: number | undefined;
|
|
1656
1656
|
} | undefined;
|
|
1657
1657
|
}, {
|
|
1658
|
-
error: string;
|
|
1659
|
-
success: boolean;
|
|
1660
1658
|
operation: "get_channel_info";
|
|
1659
|
+
success: boolean;
|
|
1660
|
+
error: string;
|
|
1661
1661
|
ok: boolean;
|
|
1662
1662
|
channel?: {
|
|
1663
|
-
name: string;
|
|
1664
1663
|
id: string;
|
|
1664
|
+
name: string;
|
|
1665
1665
|
created: number;
|
|
1666
1666
|
is_archived: boolean;
|
|
1667
1667
|
is_channel?: boolean | undefined;
|
|
@@ -1733,8 +1733,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1733
1733
|
image_1024: z.ZodOptional<z.ZodString>;
|
|
1734
1734
|
}, "strip", z.ZodTypeAny, {
|
|
1735
1735
|
title?: string | undefined;
|
|
1736
|
-
email?: string | undefined;
|
|
1737
1736
|
fields?: Record<string, unknown> | undefined;
|
|
1737
|
+
email?: string | undefined;
|
|
1738
1738
|
real_name?: string | undefined;
|
|
1739
1739
|
phone?: string | undefined;
|
|
1740
1740
|
skype?: string | undefined;
|
|
@@ -1758,8 +1758,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1758
1758
|
image_1024?: string | undefined;
|
|
1759
1759
|
}, {
|
|
1760
1760
|
title?: string | undefined;
|
|
1761
|
-
email?: string | undefined;
|
|
1762
1761
|
fields?: Record<string, unknown> | undefined;
|
|
1762
|
+
email?: string | undefined;
|
|
1763
1763
|
real_name?: string | undefined;
|
|
1764
1764
|
phone?: string | undefined;
|
|
1765
1765
|
skype?: string | undefined;
|
|
@@ -1792,12 +1792,20 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1792
1792
|
updated: z.ZodOptional<z.ZodNumber>;
|
|
1793
1793
|
has_2fa: z.ZodOptional<z.ZodBoolean>;
|
|
1794
1794
|
}, "strip", z.ZodTypeAny, {
|
|
1795
|
-
name: string;
|
|
1796
1795
|
id: string;
|
|
1796
|
+
name: string;
|
|
1797
|
+
updated?: number | undefined;
|
|
1798
|
+
color?: string | undefined;
|
|
1799
|
+
team_id?: string | undefined;
|
|
1800
|
+
deleted?: boolean | undefined;
|
|
1801
|
+
real_name?: string | undefined;
|
|
1802
|
+
tz?: string | undefined;
|
|
1803
|
+
tz_label?: string | undefined;
|
|
1804
|
+
tz_offset?: number | undefined;
|
|
1797
1805
|
profile?: {
|
|
1798
1806
|
title?: string | undefined;
|
|
1799
|
-
email?: string | undefined;
|
|
1800
1807
|
fields?: Record<string, unknown> | undefined;
|
|
1808
|
+
email?: string | undefined;
|
|
1801
1809
|
real_name?: string | undefined;
|
|
1802
1810
|
phone?: string | undefined;
|
|
1803
1811
|
skype?: string | undefined;
|
|
@@ -1820,13 +1828,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1820
1828
|
image_512?: string | undefined;
|
|
1821
1829
|
image_1024?: string | undefined;
|
|
1822
1830
|
} | undefined;
|
|
1823
|
-
color?: string | undefined;
|
|
1824
|
-
team_id?: string | undefined;
|
|
1825
|
-
deleted?: boolean | undefined;
|
|
1826
|
-
real_name?: string | undefined;
|
|
1827
|
-
tz?: string | undefined;
|
|
1828
|
-
tz_label?: string | undefined;
|
|
1829
|
-
tz_offset?: number | undefined;
|
|
1830
1831
|
is_admin?: boolean | undefined;
|
|
1831
1832
|
is_owner?: boolean | undefined;
|
|
1832
1833
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1834,15 +1835,22 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1834
1835
|
is_ultra_restricted?: boolean | undefined;
|
|
1835
1836
|
is_bot?: boolean | undefined;
|
|
1836
1837
|
is_app_user?: boolean | undefined;
|
|
1837
|
-
updated?: number | undefined;
|
|
1838
1838
|
has_2fa?: boolean | undefined;
|
|
1839
1839
|
}, {
|
|
1840
|
-
name: string;
|
|
1841
1840
|
id: string;
|
|
1841
|
+
name: string;
|
|
1842
|
+
updated?: number | undefined;
|
|
1843
|
+
color?: string | undefined;
|
|
1844
|
+
team_id?: string | undefined;
|
|
1845
|
+
deleted?: boolean | undefined;
|
|
1846
|
+
real_name?: string | undefined;
|
|
1847
|
+
tz?: string | undefined;
|
|
1848
|
+
tz_label?: string | undefined;
|
|
1849
|
+
tz_offset?: number | undefined;
|
|
1842
1850
|
profile?: {
|
|
1843
1851
|
title?: string | undefined;
|
|
1844
|
-
email?: string | undefined;
|
|
1845
1852
|
fields?: Record<string, unknown> | undefined;
|
|
1853
|
+
email?: string | undefined;
|
|
1846
1854
|
real_name?: string | undefined;
|
|
1847
1855
|
phone?: string | undefined;
|
|
1848
1856
|
skype?: string | undefined;
|
|
@@ -1865,13 +1873,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1865
1873
|
image_512?: string | undefined;
|
|
1866
1874
|
image_1024?: string | undefined;
|
|
1867
1875
|
} | undefined;
|
|
1868
|
-
color?: string | undefined;
|
|
1869
|
-
team_id?: string | undefined;
|
|
1870
|
-
deleted?: boolean | undefined;
|
|
1871
|
-
real_name?: string | undefined;
|
|
1872
|
-
tz?: string | undefined;
|
|
1873
|
-
tz_label?: string | undefined;
|
|
1874
|
-
tz_offset?: number | undefined;
|
|
1875
1876
|
is_admin?: boolean | undefined;
|
|
1876
1877
|
is_owner?: boolean | undefined;
|
|
1877
1878
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1879,23 +1880,30 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1879
1880
|
is_ultra_restricted?: boolean | undefined;
|
|
1880
1881
|
is_bot?: boolean | undefined;
|
|
1881
1882
|
is_app_user?: boolean | undefined;
|
|
1882
|
-
updated?: number | undefined;
|
|
1883
1883
|
has_2fa?: boolean | undefined;
|
|
1884
1884
|
}>>;
|
|
1885
1885
|
error: z.ZodString;
|
|
1886
1886
|
success: z.ZodBoolean;
|
|
1887
1887
|
}, "strip", z.ZodTypeAny, {
|
|
1888
|
-
error: string;
|
|
1889
|
-
success: boolean;
|
|
1890
1888
|
operation: "get_user_info";
|
|
1889
|
+
success: boolean;
|
|
1890
|
+
error: string;
|
|
1891
1891
|
ok: boolean;
|
|
1892
1892
|
user?: {
|
|
1893
|
-
name: string;
|
|
1894
1893
|
id: string;
|
|
1894
|
+
name: string;
|
|
1895
|
+
updated?: number | undefined;
|
|
1896
|
+
color?: string | undefined;
|
|
1897
|
+
team_id?: string | undefined;
|
|
1898
|
+
deleted?: boolean | undefined;
|
|
1899
|
+
real_name?: string | undefined;
|
|
1900
|
+
tz?: string | undefined;
|
|
1901
|
+
tz_label?: string | undefined;
|
|
1902
|
+
tz_offset?: number | undefined;
|
|
1895
1903
|
profile?: {
|
|
1896
1904
|
title?: string | undefined;
|
|
1897
|
-
email?: string | undefined;
|
|
1898
1905
|
fields?: Record<string, unknown> | undefined;
|
|
1906
|
+
email?: string | undefined;
|
|
1899
1907
|
real_name?: string | undefined;
|
|
1900
1908
|
phone?: string | undefined;
|
|
1901
1909
|
skype?: string | undefined;
|
|
@@ -1918,13 +1926,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1918
1926
|
image_512?: string | undefined;
|
|
1919
1927
|
image_1024?: string | undefined;
|
|
1920
1928
|
} | undefined;
|
|
1921
|
-
color?: string | undefined;
|
|
1922
|
-
team_id?: string | undefined;
|
|
1923
|
-
deleted?: boolean | undefined;
|
|
1924
|
-
real_name?: string | undefined;
|
|
1925
|
-
tz?: string | undefined;
|
|
1926
|
-
tz_label?: string | undefined;
|
|
1927
|
-
tz_offset?: number | undefined;
|
|
1928
1929
|
is_admin?: boolean | undefined;
|
|
1929
1930
|
is_owner?: boolean | undefined;
|
|
1930
1931
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1932,21 +1933,28 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1932
1933
|
is_ultra_restricted?: boolean | undefined;
|
|
1933
1934
|
is_bot?: boolean | undefined;
|
|
1934
1935
|
is_app_user?: boolean | undefined;
|
|
1935
|
-
updated?: number | undefined;
|
|
1936
1936
|
has_2fa?: boolean | undefined;
|
|
1937
1937
|
} | undefined;
|
|
1938
1938
|
}, {
|
|
1939
|
-
error: string;
|
|
1940
|
-
success: boolean;
|
|
1941
1939
|
operation: "get_user_info";
|
|
1940
|
+
success: boolean;
|
|
1941
|
+
error: string;
|
|
1942
1942
|
ok: boolean;
|
|
1943
1943
|
user?: {
|
|
1944
|
-
name: string;
|
|
1945
1944
|
id: string;
|
|
1945
|
+
name: string;
|
|
1946
|
+
updated?: number | undefined;
|
|
1947
|
+
color?: string | undefined;
|
|
1948
|
+
team_id?: string | undefined;
|
|
1949
|
+
deleted?: boolean | undefined;
|
|
1950
|
+
real_name?: string | undefined;
|
|
1951
|
+
tz?: string | undefined;
|
|
1952
|
+
tz_label?: string | undefined;
|
|
1953
|
+
tz_offset?: number | undefined;
|
|
1946
1954
|
profile?: {
|
|
1947
1955
|
title?: string | undefined;
|
|
1948
|
-
email?: string | undefined;
|
|
1949
1956
|
fields?: Record<string, unknown> | undefined;
|
|
1957
|
+
email?: string | undefined;
|
|
1950
1958
|
real_name?: string | undefined;
|
|
1951
1959
|
phone?: string | undefined;
|
|
1952
1960
|
skype?: string | undefined;
|
|
@@ -1969,13 +1977,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1969
1977
|
image_512?: string | undefined;
|
|
1970
1978
|
image_1024?: string | undefined;
|
|
1971
1979
|
} | undefined;
|
|
1972
|
-
color?: string | undefined;
|
|
1973
|
-
team_id?: string | undefined;
|
|
1974
|
-
deleted?: boolean | undefined;
|
|
1975
|
-
real_name?: string | undefined;
|
|
1976
|
-
tz?: string | undefined;
|
|
1977
|
-
tz_label?: string | undefined;
|
|
1978
|
-
tz_offset?: number | undefined;
|
|
1979
1980
|
is_admin?: boolean | undefined;
|
|
1980
1981
|
is_owner?: boolean | undefined;
|
|
1981
1982
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1983,7 +1984,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1983
1984
|
is_ultra_restricted?: boolean | undefined;
|
|
1984
1985
|
is_bot?: boolean | undefined;
|
|
1985
1986
|
is_app_user?: boolean | undefined;
|
|
1986
|
-
updated?: number | undefined;
|
|
1987
1987
|
has_2fa?: boolean | undefined;
|
|
1988
1988
|
} | undefined;
|
|
1989
1989
|
}>, z.ZodObject<{
|
|
@@ -2026,8 +2026,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2026
2026
|
image_1024: z.ZodOptional<z.ZodString>;
|
|
2027
2027
|
}, "strip", z.ZodTypeAny, {
|
|
2028
2028
|
title?: string | undefined;
|
|
2029
|
-
email?: string | undefined;
|
|
2030
2029
|
fields?: Record<string, unknown> | undefined;
|
|
2030
|
+
email?: string | undefined;
|
|
2031
2031
|
real_name?: string | undefined;
|
|
2032
2032
|
phone?: string | undefined;
|
|
2033
2033
|
skype?: string | undefined;
|
|
@@ -2051,8 +2051,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2051
2051
|
image_1024?: string | undefined;
|
|
2052
2052
|
}, {
|
|
2053
2053
|
title?: string | undefined;
|
|
2054
|
-
email?: string | undefined;
|
|
2055
2054
|
fields?: Record<string, unknown> | undefined;
|
|
2055
|
+
email?: string | undefined;
|
|
2056
2056
|
real_name?: string | undefined;
|
|
2057
2057
|
phone?: string | undefined;
|
|
2058
2058
|
skype?: string | undefined;
|
|
@@ -2085,12 +2085,20 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2085
2085
|
updated: z.ZodOptional<z.ZodNumber>;
|
|
2086
2086
|
has_2fa: z.ZodOptional<z.ZodBoolean>;
|
|
2087
2087
|
}, "strip", z.ZodTypeAny, {
|
|
2088
|
-
name: string;
|
|
2089
2088
|
id: string;
|
|
2089
|
+
name: string;
|
|
2090
|
+
updated?: number | undefined;
|
|
2091
|
+
color?: string | undefined;
|
|
2092
|
+
team_id?: string | undefined;
|
|
2093
|
+
deleted?: boolean | undefined;
|
|
2094
|
+
real_name?: string | undefined;
|
|
2095
|
+
tz?: string | undefined;
|
|
2096
|
+
tz_label?: string | undefined;
|
|
2097
|
+
tz_offset?: number | undefined;
|
|
2090
2098
|
profile?: {
|
|
2091
2099
|
title?: string | undefined;
|
|
2092
|
-
email?: string | undefined;
|
|
2093
2100
|
fields?: Record<string, unknown> | undefined;
|
|
2101
|
+
email?: string | undefined;
|
|
2094
2102
|
real_name?: string | undefined;
|
|
2095
2103
|
phone?: string | undefined;
|
|
2096
2104
|
skype?: string | undefined;
|
|
@@ -2113,13 +2121,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2113
2121
|
image_512?: string | undefined;
|
|
2114
2122
|
image_1024?: string | undefined;
|
|
2115
2123
|
} | undefined;
|
|
2116
|
-
color?: string | undefined;
|
|
2117
|
-
team_id?: string | undefined;
|
|
2118
|
-
deleted?: boolean | undefined;
|
|
2119
|
-
real_name?: string | undefined;
|
|
2120
|
-
tz?: string | undefined;
|
|
2121
|
-
tz_label?: string | undefined;
|
|
2122
|
-
tz_offset?: number | undefined;
|
|
2123
2124
|
is_admin?: boolean | undefined;
|
|
2124
2125
|
is_owner?: boolean | undefined;
|
|
2125
2126
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2127,15 +2128,22 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2127
2128
|
is_ultra_restricted?: boolean | undefined;
|
|
2128
2129
|
is_bot?: boolean | undefined;
|
|
2129
2130
|
is_app_user?: boolean | undefined;
|
|
2130
|
-
updated?: number | undefined;
|
|
2131
2131
|
has_2fa?: boolean | undefined;
|
|
2132
2132
|
}, {
|
|
2133
|
-
name: string;
|
|
2134
2133
|
id: string;
|
|
2134
|
+
name: string;
|
|
2135
|
+
updated?: number | undefined;
|
|
2136
|
+
color?: string | undefined;
|
|
2137
|
+
team_id?: string | undefined;
|
|
2138
|
+
deleted?: boolean | undefined;
|
|
2139
|
+
real_name?: string | undefined;
|
|
2140
|
+
tz?: string | undefined;
|
|
2141
|
+
tz_label?: string | undefined;
|
|
2142
|
+
tz_offset?: number | undefined;
|
|
2135
2143
|
profile?: {
|
|
2136
2144
|
title?: string | undefined;
|
|
2137
|
-
email?: string | undefined;
|
|
2138
2145
|
fields?: Record<string, unknown> | undefined;
|
|
2146
|
+
email?: string | undefined;
|
|
2139
2147
|
real_name?: string | undefined;
|
|
2140
2148
|
phone?: string | undefined;
|
|
2141
2149
|
skype?: string | undefined;
|
|
@@ -2158,13 +2166,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2158
2166
|
image_512?: string | undefined;
|
|
2159
2167
|
image_1024?: string | undefined;
|
|
2160
2168
|
} | undefined;
|
|
2161
|
-
color?: string | undefined;
|
|
2162
|
-
team_id?: string | undefined;
|
|
2163
|
-
deleted?: boolean | undefined;
|
|
2164
|
-
real_name?: string | undefined;
|
|
2165
|
-
tz?: string | undefined;
|
|
2166
|
-
tz_label?: string | undefined;
|
|
2167
|
-
tz_offset?: number | undefined;
|
|
2168
2169
|
is_admin?: boolean | undefined;
|
|
2169
2170
|
is_owner?: boolean | undefined;
|
|
2170
2171
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2172,7 +2173,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2172
2173
|
is_ultra_restricted?: boolean | undefined;
|
|
2173
2174
|
is_bot?: boolean | undefined;
|
|
2174
2175
|
is_app_user?: boolean | undefined;
|
|
2175
|
-
updated?: number | undefined;
|
|
2176
2176
|
has_2fa?: boolean | undefined;
|
|
2177
2177
|
}>, "many">>;
|
|
2178
2178
|
response_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -2185,21 +2185,29 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2185
2185
|
error: z.ZodString;
|
|
2186
2186
|
success: z.ZodBoolean;
|
|
2187
2187
|
}, "strip", z.ZodTypeAny, {
|
|
2188
|
-
error: string;
|
|
2189
|
-
success: boolean;
|
|
2190
2188
|
operation: "list_users";
|
|
2189
|
+
success: boolean;
|
|
2190
|
+
error: string;
|
|
2191
2191
|
ok: boolean;
|
|
2192
2192
|
response_metadata?: {
|
|
2193
2193
|
next_cursor: string;
|
|
2194
2194
|
} | undefined;
|
|
2195
2195
|
members?: {
|
|
2196
|
-
name: string;
|
|
2197
2196
|
id: string;
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2197
|
+
name: string;
|
|
2198
|
+
updated?: number | undefined;
|
|
2199
|
+
color?: string | undefined;
|
|
2200
|
+
team_id?: string | undefined;
|
|
2201
|
+
deleted?: boolean | undefined;
|
|
2202
|
+
real_name?: string | undefined;
|
|
2203
|
+
tz?: string | undefined;
|
|
2204
|
+
tz_label?: string | undefined;
|
|
2205
|
+
tz_offset?: number | undefined;
|
|
2206
|
+
profile?: {
|
|
2207
|
+
title?: string | undefined;
|
|
2208
|
+
fields?: Record<string, unknown> | undefined;
|
|
2209
|
+
email?: string | undefined;
|
|
2210
|
+
real_name?: string | undefined;
|
|
2203
2211
|
phone?: string | undefined;
|
|
2204
2212
|
skype?: string | undefined;
|
|
2205
2213
|
real_name_normalized?: string | undefined;
|
|
@@ -2221,13 +2229,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2221
2229
|
image_512?: string | undefined;
|
|
2222
2230
|
image_1024?: string | undefined;
|
|
2223
2231
|
} | undefined;
|
|
2224
|
-
color?: string | undefined;
|
|
2225
|
-
team_id?: string | undefined;
|
|
2226
|
-
deleted?: boolean | undefined;
|
|
2227
|
-
real_name?: string | undefined;
|
|
2228
|
-
tz?: string | undefined;
|
|
2229
|
-
tz_label?: string | undefined;
|
|
2230
|
-
tz_offset?: number | undefined;
|
|
2231
2232
|
is_admin?: boolean | undefined;
|
|
2232
2233
|
is_owner?: boolean | undefined;
|
|
2233
2234
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2235,24 +2236,31 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2235
2236
|
is_ultra_restricted?: boolean | undefined;
|
|
2236
2237
|
is_bot?: boolean | undefined;
|
|
2237
2238
|
is_app_user?: boolean | undefined;
|
|
2238
|
-
updated?: number | undefined;
|
|
2239
2239
|
has_2fa?: boolean | undefined;
|
|
2240
2240
|
}[] | undefined;
|
|
2241
2241
|
}, {
|
|
2242
|
-
error: string;
|
|
2243
|
-
success: boolean;
|
|
2244
2242
|
operation: "list_users";
|
|
2243
|
+
success: boolean;
|
|
2244
|
+
error: string;
|
|
2245
2245
|
ok: boolean;
|
|
2246
2246
|
response_metadata?: {
|
|
2247
2247
|
next_cursor: string;
|
|
2248
2248
|
} | undefined;
|
|
2249
2249
|
members?: {
|
|
2250
|
-
name: string;
|
|
2251
2250
|
id: string;
|
|
2251
|
+
name: string;
|
|
2252
|
+
updated?: number | undefined;
|
|
2253
|
+
color?: string | undefined;
|
|
2254
|
+
team_id?: string | undefined;
|
|
2255
|
+
deleted?: boolean | undefined;
|
|
2256
|
+
real_name?: string | undefined;
|
|
2257
|
+
tz?: string | undefined;
|
|
2258
|
+
tz_label?: string | undefined;
|
|
2259
|
+
tz_offset?: number | undefined;
|
|
2252
2260
|
profile?: {
|
|
2253
2261
|
title?: string | undefined;
|
|
2254
|
-
email?: string | undefined;
|
|
2255
2262
|
fields?: Record<string, unknown> | undefined;
|
|
2263
|
+
email?: string | undefined;
|
|
2256
2264
|
real_name?: string | undefined;
|
|
2257
2265
|
phone?: string | undefined;
|
|
2258
2266
|
skype?: string | undefined;
|
|
@@ -2275,13 +2283,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2275
2283
|
image_512?: string | undefined;
|
|
2276
2284
|
image_1024?: string | undefined;
|
|
2277
2285
|
} | undefined;
|
|
2278
|
-
color?: string | undefined;
|
|
2279
|
-
team_id?: string | undefined;
|
|
2280
|
-
deleted?: boolean | undefined;
|
|
2281
|
-
real_name?: string | undefined;
|
|
2282
|
-
tz?: string | undefined;
|
|
2283
|
-
tz_label?: string | undefined;
|
|
2284
|
-
tz_offset?: number | undefined;
|
|
2285
2286
|
is_admin?: boolean | undefined;
|
|
2286
2287
|
is_owner?: boolean | undefined;
|
|
2287
2288
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2289,7 +2290,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2289
2290
|
is_ultra_restricted?: boolean | undefined;
|
|
2290
2291
|
is_bot?: boolean | undefined;
|
|
2291
2292
|
is_app_user?: boolean | undefined;
|
|
2292
|
-
updated?: number | undefined;
|
|
2293
2293
|
has_2fa?: boolean | undefined;
|
|
2294
2294
|
}[] | undefined;
|
|
2295
2295
|
}>, z.ZodObject<{
|
|
@@ -2394,13 +2394,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2394
2394
|
error: z.ZodString;
|
|
2395
2395
|
success: z.ZodBoolean;
|
|
2396
2396
|
}, "strip", z.ZodTypeAny, {
|
|
2397
|
-
error: string;
|
|
2398
|
-
success: boolean;
|
|
2399
2397
|
operation: "get_conversation_history";
|
|
2398
|
+
success: boolean;
|
|
2399
|
+
error: string;
|
|
2400
2400
|
ok: boolean;
|
|
2401
|
-
response_metadata?: {
|
|
2402
|
-
next_cursor: string;
|
|
2403
|
-
} | undefined;
|
|
2404
2401
|
messages?: {
|
|
2405
2402
|
type: string;
|
|
2406
2403
|
user?: string | undefined;
|
|
@@ -2427,15 +2424,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2427
2424
|
count: number;
|
|
2428
2425
|
}[] | undefined;
|
|
2429
2426
|
}[] | undefined;
|
|
2427
|
+
response_metadata?: {
|
|
2428
|
+
next_cursor: string;
|
|
2429
|
+
} | undefined;
|
|
2430
2430
|
has_more?: boolean | undefined;
|
|
2431
2431
|
}, {
|
|
2432
|
-
error: string;
|
|
2433
|
-
success: boolean;
|
|
2434
2432
|
operation: "get_conversation_history";
|
|
2433
|
+
success: boolean;
|
|
2434
|
+
error: string;
|
|
2435
2435
|
ok: boolean;
|
|
2436
|
-
response_metadata?: {
|
|
2437
|
-
next_cursor: string;
|
|
2438
|
-
} | undefined;
|
|
2439
2436
|
messages?: {
|
|
2440
2437
|
type: string;
|
|
2441
2438
|
user?: string | undefined;
|
|
@@ -2462,6 +2459,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2462
2459
|
count: number;
|
|
2463
2460
|
}[] | undefined;
|
|
2464
2461
|
}[] | 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">;
|
|
@@ -2565,13 +2565,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2565
2565
|
error: z.ZodString;
|
|
2566
2566
|
success: z.ZodBoolean;
|
|
2567
2567
|
}, "strip", z.ZodTypeAny, {
|
|
2568
|
-
error: string;
|
|
2569
|
-
success: boolean;
|
|
2570
2568
|
operation: "get_thread_replies";
|
|
2569
|
+
success: boolean;
|
|
2570
|
+
error: string;
|
|
2571
2571
|
ok: boolean;
|
|
2572
|
-
response_metadata?: {
|
|
2573
|
-
next_cursor: string;
|
|
2574
|
-
} | undefined;
|
|
2575
2572
|
messages?: {
|
|
2576
2573
|
type: string;
|
|
2577
2574
|
user?: string | undefined;
|
|
@@ -2598,15 +2595,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2598
2595
|
count: number;
|
|
2599
2596
|
}[] | undefined;
|
|
2600
2597
|
}[] | undefined;
|
|
2598
|
+
response_metadata?: {
|
|
2599
|
+
next_cursor: string;
|
|
2600
|
+
} | undefined;
|
|
2601
2601
|
has_more?: boolean | undefined;
|
|
2602
2602
|
}, {
|
|
2603
|
-
error: string;
|
|
2604
|
-
success: boolean;
|
|
2605
2603
|
operation: "get_thread_replies";
|
|
2604
|
+
success: boolean;
|
|
2605
|
+
error: string;
|
|
2606
2606
|
ok: boolean;
|
|
2607
|
-
response_metadata?: {
|
|
2608
|
-
next_cursor: string;
|
|
2609
|
-
} | undefined;
|
|
2610
2607
|
messages?: {
|
|
2611
2608
|
type: string;
|
|
2612
2609
|
user?: string | undefined;
|
|
@@ -2633,6 +2630,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2633
2630
|
count: number;
|
|
2634
2631
|
}[] | undefined;
|
|
2635
2632
|
}[] | 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">;
|
|
@@ -2731,9 +2731,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2731
2731
|
error: z.ZodString;
|
|
2732
2732
|
success: z.ZodBoolean;
|
|
2733
2733
|
}, "strip", z.ZodTypeAny, {
|
|
2734
|
-
error: string;
|
|
2735
|
-
success: boolean;
|
|
2736
2734
|
operation: "update_message";
|
|
2735
|
+
success: boolean;
|
|
2736
|
+
error: string;
|
|
2737
2737
|
ok: boolean;
|
|
2738
2738
|
message?: {
|
|
2739
2739
|
type: string;
|
|
@@ -2765,9 +2765,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2765
2765
|
ts?: string | undefined;
|
|
2766
2766
|
channel?: string | undefined;
|
|
2767
2767
|
}, {
|
|
2768
|
-
error: string;
|
|
2769
|
-
success: boolean;
|
|
2770
2768
|
operation: "update_message";
|
|
2769
|
+
success: boolean;
|
|
2770
|
+
error: string;
|
|
2771
2771
|
ok: boolean;
|
|
2772
2772
|
message?: {
|
|
2773
2773
|
type: string;
|
|
@@ -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
|
-
error: string;
|
|
2810
|
-
success: boolean;
|
|
2811
2809
|
operation: "delete_message";
|
|
2810
|
+
success: boolean;
|
|
2811
|
+
error: string;
|
|
2812
2812
|
ok: boolean;
|
|
2813
2813
|
ts?: string | undefined;
|
|
2814
2814
|
channel?: string | undefined;
|
|
2815
2815
|
}, {
|
|
2816
|
-
error: string;
|
|
2817
|
-
success: boolean;
|
|
2818
2816
|
operation: "delete_message";
|
|
2817
|
+
success: boolean;
|
|
2818
|
+
error: string;
|
|
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
|
-
error: string;
|
|
2829
|
-
success: boolean;
|
|
2830
2828
|
operation: "add_reaction";
|
|
2829
|
+
success: boolean;
|
|
2830
|
+
error: string;
|
|
2831
2831
|
ok: boolean;
|
|
2832
2832
|
}, {
|
|
2833
|
-
error: string;
|
|
2834
|
-
success: boolean;
|
|
2835
2833
|
operation: "add_reaction";
|
|
2834
|
+
success: boolean;
|
|
2835
|
+
error: string;
|
|
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
|
-
error: string;
|
|
2844
|
-
success: boolean;
|
|
2845
2843
|
operation: "remove_reaction";
|
|
2844
|
+
success: boolean;
|
|
2845
|
+
error: string;
|
|
2846
2846
|
ok: boolean;
|
|
2847
2847
|
}, {
|
|
2848
|
-
error: string;
|
|
2849
|
-
success: boolean;
|
|
2850
2848
|
operation: "remove_reaction";
|
|
2849
|
+
success: boolean;
|
|
2850
|
+
error: string;
|
|
2851
2851
|
ok: boolean;
|
|
2852
2852
|
}>, z.ZodObject<{
|
|
2853
2853
|
operation: z.ZodLiteral<"join_channel">;
|
|
@@ -2902,8 +2902,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2902
2902
|
}>>;
|
|
2903
2903
|
num_members: z.ZodOptional<z.ZodNumber>;
|
|
2904
2904
|
}, "strip", z.ZodTypeAny, {
|
|
2905
|
-
name: string;
|
|
2906
2905
|
id: string;
|
|
2906
|
+
name: string;
|
|
2907
2907
|
created: number;
|
|
2908
2908
|
is_archived: boolean;
|
|
2909
2909
|
is_channel?: boolean | undefined;
|
|
@@ -2935,8 +2935,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2935
2935
|
} | undefined;
|
|
2936
2936
|
num_members?: number | undefined;
|
|
2937
2937
|
}, {
|
|
2938
|
-
name: string;
|
|
2939
2938
|
id: string;
|
|
2939
|
+
name: string;
|
|
2940
2940
|
created: number;
|
|
2941
2941
|
is_archived: boolean;
|
|
2942
2942
|
is_channel?: boolean | undefined;
|
|
@@ -2972,13 +2972,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2972
2972
|
error: z.ZodString;
|
|
2973
2973
|
success: z.ZodBoolean;
|
|
2974
2974
|
}, "strip", z.ZodTypeAny, {
|
|
2975
|
-
error: string;
|
|
2976
|
-
success: boolean;
|
|
2977
2975
|
operation: "join_channel";
|
|
2976
|
+
success: boolean;
|
|
2977
|
+
error: string;
|
|
2978
2978
|
ok: boolean;
|
|
2979
2979
|
channel?: {
|
|
2980
|
-
name: string;
|
|
2981
2980
|
id: string;
|
|
2981
|
+
name: string;
|
|
2982
2982
|
created: number;
|
|
2983
2983
|
is_archived: boolean;
|
|
2984
2984
|
is_channel?: boolean | undefined;
|
|
@@ -3012,13 +3012,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3012
3012
|
} | undefined;
|
|
3013
3013
|
already_in_channel?: boolean | undefined;
|
|
3014
3014
|
}, {
|
|
3015
|
-
error: string;
|
|
3016
|
-
success: boolean;
|
|
3017
3015
|
operation: "join_channel";
|
|
3016
|
+
success: boolean;
|
|
3017
|
+
error: string;
|
|
3018
3018
|
ok: boolean;
|
|
3019
3019
|
channel?: {
|
|
3020
|
-
name: string;
|
|
3021
3020
|
id: string;
|
|
3021
|
+
name: string;
|
|
3022
3022
|
created: number;
|
|
3023
3023
|
is_archived: boolean;
|
|
3024
3024
|
is_channel?: boolean | undefined;
|
|
@@ -3162,12 +3162,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3162
3162
|
ims: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3163
3163
|
has_rich_preview: z.ZodOptional<z.ZodBoolean>;
|
|
3164
3164
|
}, "strip", z.ZodTypeAny, {
|
|
3165
|
-
name: string;
|
|
3166
3165
|
id: string;
|
|
3166
|
+
name: string;
|
|
3167
|
+
created: number;
|
|
3167
3168
|
user: string;
|
|
3168
3169
|
username: string;
|
|
3169
3170
|
timestamp: number;
|
|
3170
|
-
created: number;
|
|
3171
3171
|
mimetype: string;
|
|
3172
3172
|
filetype: string;
|
|
3173
3173
|
pretty_type: string;
|
|
@@ -3207,12 +3207,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3207
3207
|
ims?: string[] | undefined;
|
|
3208
3208
|
has_rich_preview?: boolean | undefined;
|
|
3209
3209
|
}, {
|
|
3210
|
-
name: string;
|
|
3211
3210
|
id: string;
|
|
3211
|
+
name: string;
|
|
3212
|
+
created: number;
|
|
3212
3213
|
user: string;
|
|
3213
3214
|
username: string;
|
|
3214
3215
|
timestamp: number;
|
|
3215
|
-
created: number;
|
|
3216
3216
|
mimetype: string;
|
|
3217
3217
|
filetype: string;
|
|
3218
3218
|
pretty_type: string;
|
|
@@ -3255,17 +3255,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3255
3255
|
error: z.ZodString;
|
|
3256
3256
|
success: z.ZodBoolean;
|
|
3257
3257
|
}, "strip", z.ZodTypeAny, {
|
|
3258
|
-
error: string;
|
|
3259
|
-
success: boolean;
|
|
3260
3258
|
operation: "upload_file";
|
|
3259
|
+
success: boolean;
|
|
3260
|
+
error: string;
|
|
3261
3261
|
ok: boolean;
|
|
3262
3262
|
file?: {
|
|
3263
|
-
name: string;
|
|
3264
3263
|
id: string;
|
|
3264
|
+
name: string;
|
|
3265
|
+
created: number;
|
|
3265
3266
|
user: string;
|
|
3266
3267
|
username: string;
|
|
3267
3268
|
timestamp: number;
|
|
3268
|
-
created: number;
|
|
3269
3269
|
mimetype: string;
|
|
3270
3270
|
filetype: string;
|
|
3271
3271
|
pretty_type: string;
|
|
@@ -3306,17 +3306,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3306
3306
|
has_rich_preview?: boolean | undefined;
|
|
3307
3307
|
} | undefined;
|
|
3308
3308
|
}, {
|
|
3309
|
-
error: string;
|
|
3310
|
-
success: boolean;
|
|
3311
3309
|
operation: "upload_file";
|
|
3310
|
+
success: boolean;
|
|
3311
|
+
error: string;
|
|
3312
3312
|
ok: boolean;
|
|
3313
3313
|
file?: {
|
|
3314
|
-
name: string;
|
|
3315
3314
|
id: string;
|
|
3315
|
+
name: string;
|
|
3316
|
+
created: number;
|
|
3316
3317
|
user: string;
|
|
3317
3318
|
username: string;
|
|
3318
3319
|
timestamp: number;
|
|
3319
|
-
created: number;
|
|
3320
3320
|
mimetype: string;
|
|
3321
3321
|
filetype: string;
|
|
3322
3322
|
pretty_type: 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
|
-
error: string;
|
|
3369
|
-
success: boolean;
|
|
3370
3368
|
operation: "schedule_message";
|
|
3369
|
+
success: boolean;
|
|
3370
|
+
error: string;
|
|
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
|
-
error: string;
|
|
3377
|
-
success: boolean;
|
|
3378
3376
|
operation: "schedule_message";
|
|
3377
|
+
success: boolean;
|
|
3378
|
+
error: string;
|
|
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;
|
|
3435
3433
|
fields?: {
|
|
3436
3434
|
value: string;
|
|
3437
3435
|
title: string;
|
|
3438
3436
|
short?: boolean | undefined;
|
|
3439
3437
|
}[] | 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;
|
|
3454
3452
|
fields?: {
|
|
3455
3453
|
value: string;
|
|
3456
3454
|
title: string;
|
|
3457
3455
|
short?: boolean | undefined;
|
|
3458
3456
|
}[] | 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;
|
|
@@ -3594,8 +3594,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3594
3594
|
unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3595
3595
|
unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3596
3596
|
}, "strip", z.ZodTypeAny, {
|
|
3597
|
-
text: string;
|
|
3598
3597
|
operation: "send_message";
|
|
3598
|
+
text: string;
|
|
3599
3599
|
channel: string;
|
|
3600
3600
|
reply_broadcast: boolean;
|
|
3601
3601
|
unfurl_links: boolean;
|
|
@@ -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;
|
|
3611
3609
|
fields?: {
|
|
3612
3610
|
value: string;
|
|
3613
3611
|
title: string;
|
|
3614
3612
|
short?: boolean | undefined;
|
|
3615
3613
|
}[] | 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;
|
|
@@ -3667,8 +3667,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3667
3667
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
3668
3668
|
thread_ts?: string | undefined;
|
|
3669
3669
|
}, {
|
|
3670
|
-
text: string;
|
|
3671
3670
|
operation: "send_message";
|
|
3671
|
+
text: string;
|
|
3672
3672
|
channel: string;
|
|
3673
3673
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3674
3674
|
username?: 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;
|
|
3681
3679
|
fields?: {
|
|
3682
3680
|
value: string;
|
|
3683
3681
|
title: string;
|
|
3684
3682
|
short?: boolean | undefined;
|
|
3685
3683
|
}[] | 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,17 +3748,17 @@ 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;
|
|
3751
3752
|
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
3752
3753
|
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;
|
|
3758
3759
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3759
3760
|
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
3760
3761
|
exclude_archived?: boolean | undefined;
|
|
3761
|
-
limit?: number | undefined;
|
|
3762
3762
|
cursor?: string | undefined;
|
|
3763
3763
|
}>, z.ZodObject<{
|
|
3764
3764
|
operation: z.ZodLiteral<"get_channel_info">;
|
|
@@ -3781,13 +3781,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3781
3781
|
include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3782
3782
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3783
3783
|
}, "strip", z.ZodTypeAny, {
|
|
3784
|
-
user: string;
|
|
3785
3784
|
operation: "get_user_info";
|
|
3785
|
+
user: string;
|
|
3786
3786
|
include_locale: boolean;
|
|
3787
3787
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3788
3788
|
}, {
|
|
3789
|
-
user: string;
|
|
3790
3789
|
operation: "get_user_info";
|
|
3790
|
+
user: string;
|
|
3791
3791
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3792
3792
|
include_locale?: boolean | undefined;
|
|
3793
3793
|
}>, z.ZodObject<{
|
|
@@ -3804,8 +3804,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3804
3804
|
cursor?: string | undefined;
|
|
3805
3805
|
}, {
|
|
3806
3806
|
operation: "list_users";
|
|
3807
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3808
3807
|
limit?: number | undefined;
|
|
3808
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3809
3809
|
cursor?: string | undefined;
|
|
3810
3810
|
include_locale?: boolean | undefined;
|
|
3811
3811
|
}>, z.ZodObject<{
|
|
@@ -3820,8 +3820,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3820
3820
|
}, "strip", z.ZodTypeAny, {
|
|
3821
3821
|
inclusive: boolean;
|
|
3822
3822
|
operation: "get_conversation_history";
|
|
3823
|
-
channel: string;
|
|
3824
3823
|
limit: number;
|
|
3824
|
+
channel: string;
|
|
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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3834
3833
|
limit?: number | undefined;
|
|
3834
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3835
3835
|
cursor?: string | undefined;
|
|
3836
3836
|
latest?: string | undefined;
|
|
3837
3837
|
oldest?: string | undefined;
|
|
@@ -3847,21 +3847,21 @@ 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
|
-
ts: string;
|
|
3851
3850
|
operation: "get_thread_replies";
|
|
3852
|
-
channel: string;
|
|
3853
3851
|
limit: number;
|
|
3852
|
+
ts: string;
|
|
3853
|
+
channel: string;
|
|
3854
3854
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3855
3855
|
cursor?: string | undefined;
|
|
3856
3856
|
latest?: string | undefined;
|
|
3857
3857
|
oldest?: string | undefined;
|
|
3858
3858
|
}, {
|
|
3859
|
-
ts: string;
|
|
3860
3859
|
operation: "get_thread_replies";
|
|
3860
|
+
ts: string;
|
|
3861
3861
|
channel: string;
|
|
3862
3862
|
inclusive?: boolean | undefined;
|
|
3863
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3864
3863
|
limit?: number | undefined;
|
|
3864
|
+
credentials?: Partial<Record<CredentialType, string>> | 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;
|
|
3904
3902
|
fields?: {
|
|
3905
3903
|
value: string;
|
|
3906
3904
|
title: string;
|
|
3907
3905
|
short?: boolean | undefined;
|
|
3908
3906
|
}[] | 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;
|
|
3923
3921
|
fields?: {
|
|
3924
3922
|
value: string;
|
|
3925
3923
|
title: string;
|
|
3926
3924
|
short?: boolean | undefined;
|
|
3927
3925
|
}[] | 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;
|
|
@@ -4059,20 +4059,20 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4059
4059
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
4060
4060
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4061
4061
|
}, "strip", z.ZodTypeAny, {
|
|
4062
|
-
ts: string;
|
|
4063
4062
|
operation: "update_message";
|
|
4063
|
+
ts: string;
|
|
4064
4064
|
channel: string;
|
|
4065
4065
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4066
4066
|
text?: string | undefined;
|
|
4067
4067
|
attachments?: {
|
|
4068
4068
|
title?: string | undefined;
|
|
4069
|
-
text?: string | undefined;
|
|
4070
|
-
image_url?: string | undefined;
|
|
4071
4069
|
fields?: {
|
|
4072
4070
|
value: string;
|
|
4073
4071
|
title: string;
|
|
4074
4072
|
short?: boolean | undefined;
|
|
4075
4073
|
}[] | 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;
|
|
@@ -4126,20 +4126,20 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4126
4126
|
}>, "many">>;
|
|
4127
4127
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4128
4128
|
}, {
|
|
4129
|
-
ts: string;
|
|
4130
4129
|
operation: "update_message";
|
|
4130
|
+
ts: string;
|
|
4131
4131
|
channel: string;
|
|
4132
4132
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4133
4133
|
text?: string | undefined;
|
|
4134
4134
|
attachments?: {
|
|
4135
4135
|
title?: string | undefined;
|
|
4136
|
-
text?: string | undefined;
|
|
4137
|
-
image_url?: string | undefined;
|
|
4138
4136
|
fields?: {
|
|
4139
4137
|
value: string;
|
|
4140
4138
|
title: string;
|
|
4141
4139
|
short?: boolean | undefined;
|
|
4142
4140
|
}[] | 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;
|
|
@@ -4198,13 +4198,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4198
4198
|
ts: z.ZodString;
|
|
4199
4199
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4200
4200
|
}, "strip", z.ZodTypeAny, {
|
|
4201
|
-
ts: string;
|
|
4202
4201
|
operation: "delete_message";
|
|
4202
|
+
ts: string;
|
|
4203
4203
|
channel: string;
|
|
4204
4204
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4205
4205
|
}, {
|
|
4206
|
-
ts: string;
|
|
4207
4206
|
operation: "delete_message";
|
|
4207
|
+
ts: string;
|
|
4208
4208
|
channel: string;
|
|
4209
4209
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4210
4210
|
}>, z.ZodObject<{
|
|
@@ -4413,8 +4413,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4413
4413
|
unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4414
4414
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4415
4415
|
}, "strip", z.ZodTypeAny, {
|
|
4416
|
-
text: string;
|
|
4417
4416
|
operation: "schedule_message";
|
|
4417
|
+
text: string;
|
|
4418
4418
|
channel: string;
|
|
4419
4419
|
unfurl_links: boolean;
|
|
4420
4420
|
unfurl_media: boolean;
|
|
@@ -4463,8 +4463,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4463
4463
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4464
4464
|
thread_ts?: string | undefined;
|
|
4465
4465
|
}, {
|
|
4466
|
-
text: string;
|
|
4467
4466
|
operation: "schedule_message";
|
|
4467
|
+
text: string;
|
|
4468
4468
|
channel: string;
|
|
4469
4469
|
post_at: number;
|
|
4470
4470
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -4609,9 +4609,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4609
4609
|
error: z.ZodString;
|
|
4610
4610
|
success: z.ZodBoolean;
|
|
4611
4611
|
}, "strip", z.ZodTypeAny, {
|
|
4612
|
-
error: string;
|
|
4613
|
-
success: boolean;
|
|
4614
4612
|
operation: "send_message";
|
|
4613
|
+
success: boolean;
|
|
4614
|
+
error: string;
|
|
4615
4615
|
ok: boolean;
|
|
4616
4616
|
message?: {
|
|
4617
4617
|
type: string;
|
|
@@ -4642,9 +4642,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4642
4642
|
ts?: string | undefined;
|
|
4643
4643
|
channel?: string | undefined;
|
|
4644
4644
|
}, {
|
|
4645
|
-
error: string;
|
|
4646
|
-
success: boolean;
|
|
4647
4645
|
operation: "send_message";
|
|
4646
|
+
success: boolean;
|
|
4647
|
+
error: string;
|
|
4648
4648
|
ok: boolean;
|
|
4649
4649
|
message?: {
|
|
4650
4650
|
type: string;
|
|
@@ -4727,8 +4727,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4727
4727
|
}>>;
|
|
4728
4728
|
num_members: z.ZodOptional<z.ZodNumber>;
|
|
4729
4729
|
}, "strip", z.ZodTypeAny, {
|
|
4730
|
-
name: string;
|
|
4731
4730
|
id: string;
|
|
4731
|
+
name: string;
|
|
4732
4732
|
created: number;
|
|
4733
4733
|
is_archived: boolean;
|
|
4734
4734
|
is_channel?: boolean | undefined;
|
|
@@ -4760,8 +4760,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4760
4760
|
} | undefined;
|
|
4761
4761
|
num_members?: number | undefined;
|
|
4762
4762
|
}, {
|
|
4763
|
-
name: string;
|
|
4764
4763
|
id: string;
|
|
4764
|
+
name: string;
|
|
4765
4765
|
created: number;
|
|
4766
4766
|
is_archived: boolean;
|
|
4767
4767
|
is_channel?: boolean | undefined;
|
|
@@ -4803,16 +4803,16 @@ 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
|
-
error: string;
|
|
4807
|
-
success: boolean;
|
|
4808
4806
|
operation: "list_channels";
|
|
4807
|
+
success: boolean;
|
|
4808
|
+
error: string;
|
|
4809
4809
|
ok: boolean;
|
|
4810
4810
|
response_metadata?: {
|
|
4811
4811
|
next_cursor: string;
|
|
4812
4812
|
} | undefined;
|
|
4813
4813
|
channels?: {
|
|
4814
|
-
name: string;
|
|
4815
4814
|
id: string;
|
|
4815
|
+
name: string;
|
|
4816
4816
|
created: number;
|
|
4817
4817
|
is_archived: boolean;
|
|
4818
4818
|
is_channel?: boolean | undefined;
|
|
@@ -4845,16 +4845,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4845
4845
|
num_members?: number | undefined;
|
|
4846
4846
|
}[] | undefined;
|
|
4847
4847
|
}, {
|
|
4848
|
-
error: string;
|
|
4849
|
-
success: boolean;
|
|
4850
4848
|
operation: "list_channels";
|
|
4849
|
+
success: boolean;
|
|
4850
|
+
error: string;
|
|
4851
4851
|
ok: boolean;
|
|
4852
4852
|
response_metadata?: {
|
|
4853
4853
|
next_cursor: string;
|
|
4854
4854
|
} | undefined;
|
|
4855
4855
|
channels?: {
|
|
4856
|
-
name: string;
|
|
4857
4856
|
id: string;
|
|
4857
|
+
name: string;
|
|
4858
4858
|
created: number;
|
|
4859
4859
|
is_archived: boolean;
|
|
4860
4860
|
is_channel?: boolean | undefined;
|
|
@@ -4939,8 +4939,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4939
4939
|
}>>;
|
|
4940
4940
|
num_members: z.ZodOptional<z.ZodNumber>;
|
|
4941
4941
|
}, "strip", z.ZodTypeAny, {
|
|
4942
|
-
name: string;
|
|
4943
4942
|
id: string;
|
|
4943
|
+
name: string;
|
|
4944
4944
|
created: number;
|
|
4945
4945
|
is_archived: boolean;
|
|
4946
4946
|
is_channel?: boolean | undefined;
|
|
@@ -4972,8 +4972,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4972
4972
|
} | undefined;
|
|
4973
4973
|
num_members?: number | undefined;
|
|
4974
4974
|
}, {
|
|
4975
|
-
name: string;
|
|
4976
4975
|
id: string;
|
|
4976
|
+
name: string;
|
|
4977
4977
|
created: number;
|
|
4978
4978
|
is_archived: boolean;
|
|
4979
4979
|
is_channel?: boolean | undefined;
|
|
@@ -5008,13 +5008,13 @@ 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
|
-
error: string;
|
|
5012
|
-
success: boolean;
|
|
5013
5011
|
operation: "get_channel_info";
|
|
5012
|
+
success: boolean;
|
|
5013
|
+
error: string;
|
|
5014
5014
|
ok: boolean;
|
|
5015
5015
|
channel?: {
|
|
5016
|
-
name: string;
|
|
5017
5016
|
id: string;
|
|
5017
|
+
name: string;
|
|
5018
5018
|
created: number;
|
|
5019
5019
|
is_archived: boolean;
|
|
5020
5020
|
is_channel?: boolean | undefined;
|
|
@@ -5047,13 +5047,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5047
5047
|
num_members?: number | undefined;
|
|
5048
5048
|
} | undefined;
|
|
5049
5049
|
}, {
|
|
5050
|
-
error: string;
|
|
5051
|
-
success: boolean;
|
|
5052
5050
|
operation: "get_channel_info";
|
|
5051
|
+
success: boolean;
|
|
5052
|
+
error: string;
|
|
5053
5053
|
ok: boolean;
|
|
5054
5054
|
channel?: {
|
|
5055
|
-
name: string;
|
|
5056
5055
|
id: string;
|
|
5056
|
+
name: string;
|
|
5057
5057
|
created: number;
|
|
5058
5058
|
is_archived: boolean;
|
|
5059
5059
|
is_channel?: boolean | undefined;
|
|
@@ -5125,8 +5125,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5125
5125
|
image_1024: z.ZodOptional<z.ZodString>;
|
|
5126
5126
|
}, "strip", z.ZodTypeAny, {
|
|
5127
5127
|
title?: string | undefined;
|
|
5128
|
-
email?: string | undefined;
|
|
5129
5128
|
fields?: Record<string, unknown> | undefined;
|
|
5129
|
+
email?: string | undefined;
|
|
5130
5130
|
real_name?: string | undefined;
|
|
5131
5131
|
phone?: string | undefined;
|
|
5132
5132
|
skype?: string | undefined;
|
|
@@ -5150,8 +5150,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5150
5150
|
image_1024?: string | undefined;
|
|
5151
5151
|
}, {
|
|
5152
5152
|
title?: string | undefined;
|
|
5153
|
-
email?: string | undefined;
|
|
5154
5153
|
fields?: Record<string, unknown> | undefined;
|
|
5154
|
+
email?: string | undefined;
|
|
5155
5155
|
real_name?: string | undefined;
|
|
5156
5156
|
phone?: string | undefined;
|
|
5157
5157
|
skype?: string | undefined;
|
|
@@ -5184,12 +5184,20 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5184
5184
|
updated: z.ZodOptional<z.ZodNumber>;
|
|
5185
5185
|
has_2fa: z.ZodOptional<z.ZodBoolean>;
|
|
5186
5186
|
}, "strip", z.ZodTypeAny, {
|
|
5187
|
-
name: string;
|
|
5188
5187
|
id: string;
|
|
5188
|
+
name: string;
|
|
5189
|
+
updated?: number | undefined;
|
|
5190
|
+
color?: string | undefined;
|
|
5191
|
+
team_id?: string | undefined;
|
|
5192
|
+
deleted?: boolean | undefined;
|
|
5193
|
+
real_name?: string | undefined;
|
|
5194
|
+
tz?: string | undefined;
|
|
5195
|
+
tz_label?: string | undefined;
|
|
5196
|
+
tz_offset?: number | undefined;
|
|
5189
5197
|
profile?: {
|
|
5190
5198
|
title?: string | undefined;
|
|
5191
|
-
email?: string | undefined;
|
|
5192
5199
|
fields?: Record<string, unknown> | undefined;
|
|
5200
|
+
email?: string | undefined;
|
|
5193
5201
|
real_name?: string | undefined;
|
|
5194
5202
|
phone?: string | undefined;
|
|
5195
5203
|
skype?: string | undefined;
|
|
@@ -5212,13 +5220,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5212
5220
|
image_512?: string | undefined;
|
|
5213
5221
|
image_1024?: string | undefined;
|
|
5214
5222
|
} | undefined;
|
|
5215
|
-
color?: string | undefined;
|
|
5216
|
-
team_id?: string | undefined;
|
|
5217
|
-
deleted?: boolean | undefined;
|
|
5218
|
-
real_name?: string | undefined;
|
|
5219
|
-
tz?: string | undefined;
|
|
5220
|
-
tz_label?: string | undefined;
|
|
5221
|
-
tz_offset?: number | undefined;
|
|
5222
5223
|
is_admin?: boolean | undefined;
|
|
5223
5224
|
is_owner?: boolean | undefined;
|
|
5224
5225
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5226,15 +5227,22 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5226
5227
|
is_ultra_restricted?: boolean | undefined;
|
|
5227
5228
|
is_bot?: boolean | undefined;
|
|
5228
5229
|
is_app_user?: boolean | undefined;
|
|
5229
|
-
updated?: number | undefined;
|
|
5230
5230
|
has_2fa?: boolean | undefined;
|
|
5231
5231
|
}, {
|
|
5232
|
-
name: string;
|
|
5233
5232
|
id: string;
|
|
5233
|
+
name: string;
|
|
5234
|
+
updated?: number | undefined;
|
|
5235
|
+
color?: string | undefined;
|
|
5236
|
+
team_id?: string | undefined;
|
|
5237
|
+
deleted?: boolean | undefined;
|
|
5238
|
+
real_name?: string | undefined;
|
|
5239
|
+
tz?: string | undefined;
|
|
5240
|
+
tz_label?: string | undefined;
|
|
5241
|
+
tz_offset?: number | undefined;
|
|
5234
5242
|
profile?: {
|
|
5235
5243
|
title?: string | undefined;
|
|
5236
|
-
email?: string | undefined;
|
|
5237
5244
|
fields?: Record<string, unknown> | undefined;
|
|
5245
|
+
email?: string | undefined;
|
|
5238
5246
|
real_name?: string | undefined;
|
|
5239
5247
|
phone?: string | undefined;
|
|
5240
5248
|
skype?: string | undefined;
|
|
@@ -5257,13 +5265,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5257
5265
|
image_512?: string | undefined;
|
|
5258
5266
|
image_1024?: string | undefined;
|
|
5259
5267
|
} | undefined;
|
|
5260
|
-
color?: string | undefined;
|
|
5261
|
-
team_id?: string | undefined;
|
|
5262
|
-
deleted?: boolean | undefined;
|
|
5263
|
-
real_name?: string | undefined;
|
|
5264
|
-
tz?: string | undefined;
|
|
5265
|
-
tz_label?: string | undefined;
|
|
5266
|
-
tz_offset?: number | undefined;
|
|
5267
5268
|
is_admin?: boolean | undefined;
|
|
5268
5269
|
is_owner?: boolean | undefined;
|
|
5269
5270
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5271,23 +5272,30 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5271
5272
|
is_ultra_restricted?: boolean | undefined;
|
|
5272
5273
|
is_bot?: boolean | undefined;
|
|
5273
5274
|
is_app_user?: boolean | undefined;
|
|
5274
|
-
updated?: number | undefined;
|
|
5275
5275
|
has_2fa?: boolean | undefined;
|
|
5276
5276
|
}>>;
|
|
5277
5277
|
error: z.ZodString;
|
|
5278
5278
|
success: z.ZodBoolean;
|
|
5279
5279
|
}, "strip", z.ZodTypeAny, {
|
|
5280
|
-
error: string;
|
|
5281
|
-
success: boolean;
|
|
5282
5280
|
operation: "get_user_info";
|
|
5281
|
+
success: boolean;
|
|
5282
|
+
error: string;
|
|
5283
5283
|
ok: boolean;
|
|
5284
5284
|
user?: {
|
|
5285
|
-
name: string;
|
|
5286
5285
|
id: string;
|
|
5286
|
+
name: string;
|
|
5287
|
+
updated?: number | undefined;
|
|
5288
|
+
color?: string | undefined;
|
|
5289
|
+
team_id?: string | undefined;
|
|
5290
|
+
deleted?: boolean | undefined;
|
|
5291
|
+
real_name?: string | undefined;
|
|
5292
|
+
tz?: string | undefined;
|
|
5293
|
+
tz_label?: string | undefined;
|
|
5294
|
+
tz_offset?: number | undefined;
|
|
5287
5295
|
profile?: {
|
|
5288
5296
|
title?: string | undefined;
|
|
5289
|
-
email?: string | undefined;
|
|
5290
5297
|
fields?: Record<string, unknown> | undefined;
|
|
5298
|
+
email?: string | undefined;
|
|
5291
5299
|
real_name?: string | undefined;
|
|
5292
5300
|
phone?: string | undefined;
|
|
5293
5301
|
skype?: string | undefined;
|
|
@@ -5310,13 +5318,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5310
5318
|
image_512?: string | undefined;
|
|
5311
5319
|
image_1024?: string | undefined;
|
|
5312
5320
|
} | undefined;
|
|
5313
|
-
color?: string | undefined;
|
|
5314
|
-
team_id?: string | undefined;
|
|
5315
|
-
deleted?: boolean | undefined;
|
|
5316
|
-
real_name?: string | undefined;
|
|
5317
|
-
tz?: string | undefined;
|
|
5318
|
-
tz_label?: string | undefined;
|
|
5319
|
-
tz_offset?: number | undefined;
|
|
5320
5321
|
is_admin?: boolean | undefined;
|
|
5321
5322
|
is_owner?: boolean | undefined;
|
|
5322
5323
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5324,21 +5325,28 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5324
5325
|
is_ultra_restricted?: boolean | undefined;
|
|
5325
5326
|
is_bot?: boolean | undefined;
|
|
5326
5327
|
is_app_user?: boolean | undefined;
|
|
5327
|
-
updated?: number | undefined;
|
|
5328
5328
|
has_2fa?: boolean | undefined;
|
|
5329
5329
|
} | undefined;
|
|
5330
5330
|
}, {
|
|
5331
|
-
error: string;
|
|
5332
|
-
success: boolean;
|
|
5333
5331
|
operation: "get_user_info";
|
|
5332
|
+
success: boolean;
|
|
5333
|
+
error: string;
|
|
5334
5334
|
ok: boolean;
|
|
5335
5335
|
user?: {
|
|
5336
|
-
name: string;
|
|
5337
5336
|
id: string;
|
|
5337
|
+
name: string;
|
|
5338
|
+
updated?: number | undefined;
|
|
5339
|
+
color?: string | undefined;
|
|
5340
|
+
team_id?: string | undefined;
|
|
5341
|
+
deleted?: boolean | undefined;
|
|
5342
|
+
real_name?: string | undefined;
|
|
5343
|
+
tz?: string | undefined;
|
|
5344
|
+
tz_label?: string | undefined;
|
|
5345
|
+
tz_offset?: number | undefined;
|
|
5338
5346
|
profile?: {
|
|
5339
5347
|
title?: string | undefined;
|
|
5340
|
-
email?: string | undefined;
|
|
5341
5348
|
fields?: Record<string, unknown> | undefined;
|
|
5349
|
+
email?: string | undefined;
|
|
5342
5350
|
real_name?: string | undefined;
|
|
5343
5351
|
phone?: string | undefined;
|
|
5344
5352
|
skype?: string | undefined;
|
|
@@ -5361,13 +5369,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5361
5369
|
image_512?: string | undefined;
|
|
5362
5370
|
image_1024?: string | undefined;
|
|
5363
5371
|
} | undefined;
|
|
5364
|
-
color?: string | undefined;
|
|
5365
|
-
team_id?: string | undefined;
|
|
5366
|
-
deleted?: boolean | undefined;
|
|
5367
|
-
real_name?: string | undefined;
|
|
5368
|
-
tz?: string | undefined;
|
|
5369
|
-
tz_label?: string | undefined;
|
|
5370
|
-
tz_offset?: number | undefined;
|
|
5371
5372
|
is_admin?: boolean | undefined;
|
|
5372
5373
|
is_owner?: boolean | undefined;
|
|
5373
5374
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5375,7 +5376,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5375
5376
|
is_ultra_restricted?: boolean | undefined;
|
|
5376
5377
|
is_bot?: boolean | undefined;
|
|
5377
5378
|
is_app_user?: boolean | undefined;
|
|
5378
|
-
updated?: number | undefined;
|
|
5379
5379
|
has_2fa?: boolean | undefined;
|
|
5380
5380
|
} | undefined;
|
|
5381
5381
|
}>, z.ZodObject<{
|
|
@@ -5418,8 +5418,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5418
5418
|
image_1024: z.ZodOptional<z.ZodString>;
|
|
5419
5419
|
}, "strip", z.ZodTypeAny, {
|
|
5420
5420
|
title?: string | undefined;
|
|
5421
|
-
email?: string | undefined;
|
|
5422
5421
|
fields?: Record<string, unknown> | undefined;
|
|
5422
|
+
email?: string | undefined;
|
|
5423
5423
|
real_name?: string | undefined;
|
|
5424
5424
|
phone?: string | undefined;
|
|
5425
5425
|
skype?: string | undefined;
|
|
@@ -5443,8 +5443,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5443
5443
|
image_1024?: string | undefined;
|
|
5444
5444
|
}, {
|
|
5445
5445
|
title?: string | undefined;
|
|
5446
|
-
email?: string | undefined;
|
|
5447
5446
|
fields?: Record<string, unknown> | undefined;
|
|
5447
|
+
email?: string | undefined;
|
|
5448
5448
|
real_name?: string | undefined;
|
|
5449
5449
|
phone?: string | undefined;
|
|
5450
5450
|
skype?: string | undefined;
|
|
@@ -5477,12 +5477,20 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5477
5477
|
updated: z.ZodOptional<z.ZodNumber>;
|
|
5478
5478
|
has_2fa: z.ZodOptional<z.ZodBoolean>;
|
|
5479
5479
|
}, "strip", z.ZodTypeAny, {
|
|
5480
|
-
name: string;
|
|
5481
5480
|
id: string;
|
|
5481
|
+
name: string;
|
|
5482
|
+
updated?: number | undefined;
|
|
5483
|
+
color?: string | undefined;
|
|
5484
|
+
team_id?: string | undefined;
|
|
5485
|
+
deleted?: boolean | undefined;
|
|
5486
|
+
real_name?: string | undefined;
|
|
5487
|
+
tz?: string | undefined;
|
|
5488
|
+
tz_label?: string | undefined;
|
|
5489
|
+
tz_offset?: number | undefined;
|
|
5482
5490
|
profile?: {
|
|
5483
5491
|
title?: string | undefined;
|
|
5484
|
-
email?: string | undefined;
|
|
5485
5492
|
fields?: Record<string, unknown> | undefined;
|
|
5493
|
+
email?: string | undefined;
|
|
5486
5494
|
real_name?: string | undefined;
|
|
5487
5495
|
phone?: string | undefined;
|
|
5488
5496
|
skype?: string | undefined;
|
|
@@ -5505,13 +5513,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5505
5513
|
image_512?: string | undefined;
|
|
5506
5514
|
image_1024?: string | undefined;
|
|
5507
5515
|
} | undefined;
|
|
5508
|
-
color?: string | undefined;
|
|
5509
|
-
team_id?: string | undefined;
|
|
5510
|
-
deleted?: boolean | undefined;
|
|
5511
|
-
real_name?: string | undefined;
|
|
5512
|
-
tz?: string | undefined;
|
|
5513
|
-
tz_label?: string | undefined;
|
|
5514
|
-
tz_offset?: number | undefined;
|
|
5515
5516
|
is_admin?: boolean | undefined;
|
|
5516
5517
|
is_owner?: boolean | undefined;
|
|
5517
5518
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5519,15 +5520,22 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5519
5520
|
is_ultra_restricted?: boolean | undefined;
|
|
5520
5521
|
is_bot?: boolean | undefined;
|
|
5521
5522
|
is_app_user?: boolean | undefined;
|
|
5522
|
-
updated?: number | undefined;
|
|
5523
5523
|
has_2fa?: boolean | undefined;
|
|
5524
5524
|
}, {
|
|
5525
|
-
name: string;
|
|
5526
5525
|
id: string;
|
|
5526
|
+
name: string;
|
|
5527
|
+
updated?: number | undefined;
|
|
5528
|
+
color?: string | undefined;
|
|
5529
|
+
team_id?: string | undefined;
|
|
5530
|
+
deleted?: boolean | undefined;
|
|
5531
|
+
real_name?: string | undefined;
|
|
5532
|
+
tz?: string | undefined;
|
|
5533
|
+
tz_label?: string | undefined;
|
|
5534
|
+
tz_offset?: number | undefined;
|
|
5527
5535
|
profile?: {
|
|
5528
5536
|
title?: string | undefined;
|
|
5529
|
-
email?: string | undefined;
|
|
5530
5537
|
fields?: Record<string, unknown> | undefined;
|
|
5538
|
+
email?: string | undefined;
|
|
5531
5539
|
real_name?: string | undefined;
|
|
5532
5540
|
phone?: string | undefined;
|
|
5533
5541
|
skype?: string | undefined;
|
|
@@ -5550,13 +5558,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5550
5558
|
image_512?: string | undefined;
|
|
5551
5559
|
image_1024?: string | undefined;
|
|
5552
5560
|
} | undefined;
|
|
5553
|
-
color?: string | undefined;
|
|
5554
|
-
team_id?: string | undefined;
|
|
5555
|
-
deleted?: boolean | undefined;
|
|
5556
|
-
real_name?: string | undefined;
|
|
5557
|
-
tz?: string | undefined;
|
|
5558
|
-
tz_label?: string | undefined;
|
|
5559
|
-
tz_offset?: number | undefined;
|
|
5560
5561
|
is_admin?: boolean | undefined;
|
|
5561
5562
|
is_owner?: boolean | undefined;
|
|
5562
5563
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5564,7 +5565,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5564
5565
|
is_ultra_restricted?: boolean | undefined;
|
|
5565
5566
|
is_bot?: boolean | undefined;
|
|
5566
5567
|
is_app_user?: boolean | undefined;
|
|
5567
|
-
updated?: number | undefined;
|
|
5568
5568
|
has_2fa?: boolean | undefined;
|
|
5569
5569
|
}>, "many">>;
|
|
5570
5570
|
response_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -5577,20 +5577,28 @@ 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
|
-
error: string;
|
|
5581
|
-
success: boolean;
|
|
5582
5580
|
operation: "list_users";
|
|
5581
|
+
success: boolean;
|
|
5582
|
+
error: string;
|
|
5583
5583
|
ok: boolean;
|
|
5584
5584
|
response_metadata?: {
|
|
5585
5585
|
next_cursor: string;
|
|
5586
5586
|
} | undefined;
|
|
5587
5587
|
members?: {
|
|
5588
|
-
name: string;
|
|
5589
5588
|
id: string;
|
|
5589
|
+
name: string;
|
|
5590
|
+
updated?: number | undefined;
|
|
5591
|
+
color?: string | undefined;
|
|
5592
|
+
team_id?: string | undefined;
|
|
5593
|
+
deleted?: boolean | undefined;
|
|
5594
|
+
real_name?: string | undefined;
|
|
5595
|
+
tz?: string | undefined;
|
|
5596
|
+
tz_label?: string | undefined;
|
|
5597
|
+
tz_offset?: number | undefined;
|
|
5590
5598
|
profile?: {
|
|
5591
5599
|
title?: string | undefined;
|
|
5592
|
-
email?: string | undefined;
|
|
5593
5600
|
fields?: Record<string, unknown> | undefined;
|
|
5601
|
+
email?: string | undefined;
|
|
5594
5602
|
real_name?: string | undefined;
|
|
5595
5603
|
phone?: string | undefined;
|
|
5596
5604
|
skype?: string | undefined;
|
|
@@ -5613,13 +5621,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5613
5621
|
image_512?: string | undefined;
|
|
5614
5622
|
image_1024?: string | undefined;
|
|
5615
5623
|
} | undefined;
|
|
5616
|
-
color?: string | undefined;
|
|
5617
|
-
team_id?: string | undefined;
|
|
5618
|
-
deleted?: boolean | undefined;
|
|
5619
|
-
real_name?: string | undefined;
|
|
5620
|
-
tz?: string | undefined;
|
|
5621
|
-
tz_label?: string | undefined;
|
|
5622
|
-
tz_offset?: number | undefined;
|
|
5623
5624
|
is_admin?: boolean | undefined;
|
|
5624
5625
|
is_owner?: boolean | undefined;
|
|
5625
5626
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5627,24 +5628,31 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5627
5628
|
is_ultra_restricted?: boolean | undefined;
|
|
5628
5629
|
is_bot?: boolean | undefined;
|
|
5629
5630
|
is_app_user?: boolean | undefined;
|
|
5630
|
-
updated?: number | undefined;
|
|
5631
5631
|
has_2fa?: boolean | undefined;
|
|
5632
5632
|
}[] | undefined;
|
|
5633
5633
|
}, {
|
|
5634
|
-
error: string;
|
|
5635
|
-
success: boolean;
|
|
5636
5634
|
operation: "list_users";
|
|
5635
|
+
success: boolean;
|
|
5636
|
+
error: string;
|
|
5637
5637
|
ok: boolean;
|
|
5638
5638
|
response_metadata?: {
|
|
5639
5639
|
next_cursor: string;
|
|
5640
5640
|
} | undefined;
|
|
5641
5641
|
members?: {
|
|
5642
|
-
name: string;
|
|
5643
5642
|
id: string;
|
|
5643
|
+
name: string;
|
|
5644
|
+
updated?: number | undefined;
|
|
5645
|
+
color?: string | undefined;
|
|
5646
|
+
team_id?: string | undefined;
|
|
5647
|
+
deleted?: boolean | undefined;
|
|
5648
|
+
real_name?: string | undefined;
|
|
5649
|
+
tz?: string | undefined;
|
|
5650
|
+
tz_label?: string | undefined;
|
|
5651
|
+
tz_offset?: number | undefined;
|
|
5644
5652
|
profile?: {
|
|
5645
5653
|
title?: string | undefined;
|
|
5646
|
-
email?: string | undefined;
|
|
5647
5654
|
fields?: Record<string, unknown> | undefined;
|
|
5655
|
+
email?: string | undefined;
|
|
5648
5656
|
real_name?: string | undefined;
|
|
5649
5657
|
phone?: string | undefined;
|
|
5650
5658
|
skype?: string | undefined;
|
|
@@ -5667,13 +5675,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5667
5675
|
image_512?: string | undefined;
|
|
5668
5676
|
image_1024?: string | undefined;
|
|
5669
5677
|
} | undefined;
|
|
5670
|
-
color?: string | undefined;
|
|
5671
|
-
team_id?: string | undefined;
|
|
5672
|
-
deleted?: boolean | undefined;
|
|
5673
|
-
real_name?: string | undefined;
|
|
5674
|
-
tz?: string | undefined;
|
|
5675
|
-
tz_label?: string | undefined;
|
|
5676
|
-
tz_offset?: number | undefined;
|
|
5677
5678
|
is_admin?: boolean | undefined;
|
|
5678
5679
|
is_owner?: boolean | undefined;
|
|
5679
5680
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5681,7 +5682,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5681
5682
|
is_ultra_restricted?: boolean | undefined;
|
|
5682
5683
|
is_bot?: boolean | undefined;
|
|
5683
5684
|
is_app_user?: boolean | undefined;
|
|
5684
|
-
updated?: number | undefined;
|
|
5685
5685
|
has_2fa?: boolean | undefined;
|
|
5686
5686
|
}[] | undefined;
|
|
5687
5687
|
}>, z.ZodObject<{
|
|
@@ -5786,13 +5786,10 @@ 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
|
-
error: string;
|
|
5790
|
-
success: boolean;
|
|
5791
5789
|
operation: "get_conversation_history";
|
|
5790
|
+
success: boolean;
|
|
5791
|
+
error: string;
|
|
5792
5792
|
ok: boolean;
|
|
5793
|
-
response_metadata?: {
|
|
5794
|
-
next_cursor: string;
|
|
5795
|
-
} | undefined;
|
|
5796
5793
|
messages?: {
|
|
5797
5794
|
type: string;
|
|
5798
5795
|
user?: string | undefined;
|
|
@@ -5819,15 +5816,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5819
5816
|
count: number;
|
|
5820
5817
|
}[] | undefined;
|
|
5821
5818
|
}[] | undefined;
|
|
5819
|
+
response_metadata?: {
|
|
5820
|
+
next_cursor: string;
|
|
5821
|
+
} | undefined;
|
|
5822
5822
|
has_more?: boolean | undefined;
|
|
5823
5823
|
}, {
|
|
5824
|
-
error: string;
|
|
5825
|
-
success: boolean;
|
|
5826
5824
|
operation: "get_conversation_history";
|
|
5825
|
+
success: boolean;
|
|
5826
|
+
error: string;
|
|
5827
5827
|
ok: boolean;
|
|
5828
|
-
response_metadata?: {
|
|
5829
|
-
next_cursor: string;
|
|
5830
|
-
} | undefined;
|
|
5831
5828
|
messages?: {
|
|
5832
5829
|
type: string;
|
|
5833
5830
|
user?: string | undefined;
|
|
@@ -5854,6 +5851,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5854
5851
|
count: number;
|
|
5855
5852
|
}[] | undefined;
|
|
5856
5853
|
}[] | 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">;
|
|
@@ -5957,13 +5957,10 @@ 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
|
-
error: string;
|
|
5961
|
-
success: boolean;
|
|
5962
5960
|
operation: "get_thread_replies";
|
|
5961
|
+
success: boolean;
|
|
5962
|
+
error: string;
|
|
5963
5963
|
ok: boolean;
|
|
5964
|
-
response_metadata?: {
|
|
5965
|
-
next_cursor: string;
|
|
5966
|
-
} | undefined;
|
|
5967
5964
|
messages?: {
|
|
5968
5965
|
type: string;
|
|
5969
5966
|
user?: string | undefined;
|
|
@@ -5990,15 +5987,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5990
5987
|
count: number;
|
|
5991
5988
|
}[] | undefined;
|
|
5992
5989
|
}[] | undefined;
|
|
5990
|
+
response_metadata?: {
|
|
5991
|
+
next_cursor: string;
|
|
5992
|
+
} | undefined;
|
|
5993
5993
|
has_more?: boolean | undefined;
|
|
5994
5994
|
}, {
|
|
5995
|
-
error: string;
|
|
5996
|
-
success: boolean;
|
|
5997
5995
|
operation: "get_thread_replies";
|
|
5996
|
+
success: boolean;
|
|
5997
|
+
error: string;
|
|
5998
5998
|
ok: boolean;
|
|
5999
|
-
response_metadata?: {
|
|
6000
|
-
next_cursor: string;
|
|
6001
|
-
} | undefined;
|
|
6002
5999
|
messages?: {
|
|
6003
6000
|
type: string;
|
|
6004
6001
|
user?: string | undefined;
|
|
@@ -6025,6 +6022,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6025
6022
|
count: number;
|
|
6026
6023
|
}[] | undefined;
|
|
6027
6024
|
}[] | 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">;
|
|
@@ -6123,9 +6123,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6123
6123
|
error: z.ZodString;
|
|
6124
6124
|
success: z.ZodBoolean;
|
|
6125
6125
|
}, "strip", z.ZodTypeAny, {
|
|
6126
|
-
error: string;
|
|
6127
|
-
success: boolean;
|
|
6128
6126
|
operation: "update_message";
|
|
6127
|
+
success: boolean;
|
|
6128
|
+
error: string;
|
|
6129
6129
|
ok: boolean;
|
|
6130
6130
|
message?: {
|
|
6131
6131
|
type: string;
|
|
@@ -6157,9 +6157,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6157
6157
|
ts?: string | undefined;
|
|
6158
6158
|
channel?: string | undefined;
|
|
6159
6159
|
}, {
|
|
6160
|
-
error: string;
|
|
6161
|
-
success: boolean;
|
|
6162
6160
|
operation: "update_message";
|
|
6161
|
+
success: boolean;
|
|
6162
|
+
error: string;
|
|
6163
6163
|
ok: boolean;
|
|
6164
6164
|
message?: {
|
|
6165
6165
|
type: string;
|
|
@@ -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
|
-
error: string;
|
|
6202
|
-
success: boolean;
|
|
6203
6201
|
operation: "delete_message";
|
|
6202
|
+
success: boolean;
|
|
6203
|
+
error: string;
|
|
6204
6204
|
ok: boolean;
|
|
6205
6205
|
ts?: string | undefined;
|
|
6206
6206
|
channel?: string | undefined;
|
|
6207
6207
|
}, {
|
|
6208
|
-
error: string;
|
|
6209
|
-
success: boolean;
|
|
6210
6208
|
operation: "delete_message";
|
|
6209
|
+
success: boolean;
|
|
6210
|
+
error: string;
|
|
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
|
-
error: string;
|
|
6221
|
-
success: boolean;
|
|
6222
6220
|
operation: "add_reaction";
|
|
6221
|
+
success: boolean;
|
|
6222
|
+
error: string;
|
|
6223
6223
|
ok: boolean;
|
|
6224
6224
|
}, {
|
|
6225
|
-
error: string;
|
|
6226
|
-
success: boolean;
|
|
6227
6225
|
operation: "add_reaction";
|
|
6226
|
+
success: boolean;
|
|
6227
|
+
error: string;
|
|
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
|
-
error: string;
|
|
6236
|
-
success: boolean;
|
|
6237
6235
|
operation: "remove_reaction";
|
|
6236
|
+
success: boolean;
|
|
6237
|
+
error: string;
|
|
6238
6238
|
ok: boolean;
|
|
6239
6239
|
}, {
|
|
6240
|
-
error: string;
|
|
6241
|
-
success: boolean;
|
|
6242
6240
|
operation: "remove_reaction";
|
|
6241
|
+
success: boolean;
|
|
6242
|
+
error: string;
|
|
6243
6243
|
ok: boolean;
|
|
6244
6244
|
}>, z.ZodObject<{
|
|
6245
6245
|
operation: z.ZodLiteral<"join_channel">;
|
|
@@ -6294,8 +6294,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6294
6294
|
}>>;
|
|
6295
6295
|
num_members: z.ZodOptional<z.ZodNumber>;
|
|
6296
6296
|
}, "strip", z.ZodTypeAny, {
|
|
6297
|
-
name: string;
|
|
6298
6297
|
id: string;
|
|
6298
|
+
name: string;
|
|
6299
6299
|
created: number;
|
|
6300
6300
|
is_archived: boolean;
|
|
6301
6301
|
is_channel?: boolean | undefined;
|
|
@@ -6327,8 +6327,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6327
6327
|
} | undefined;
|
|
6328
6328
|
num_members?: number | undefined;
|
|
6329
6329
|
}, {
|
|
6330
|
-
name: string;
|
|
6331
6330
|
id: string;
|
|
6331
|
+
name: string;
|
|
6332
6332
|
created: number;
|
|
6333
6333
|
is_archived: boolean;
|
|
6334
6334
|
is_channel?: boolean | undefined;
|
|
@@ -6364,13 +6364,13 @@ 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
|
-
error: string;
|
|
6368
|
-
success: boolean;
|
|
6369
6367
|
operation: "join_channel";
|
|
6368
|
+
success: boolean;
|
|
6369
|
+
error: string;
|
|
6370
6370
|
ok: boolean;
|
|
6371
6371
|
channel?: {
|
|
6372
|
-
name: string;
|
|
6373
6372
|
id: string;
|
|
6373
|
+
name: string;
|
|
6374
6374
|
created: number;
|
|
6375
6375
|
is_archived: boolean;
|
|
6376
6376
|
is_channel?: boolean | undefined;
|
|
@@ -6404,13 +6404,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6404
6404
|
} | undefined;
|
|
6405
6405
|
already_in_channel?: boolean | undefined;
|
|
6406
6406
|
}, {
|
|
6407
|
-
error: string;
|
|
6408
|
-
success: boolean;
|
|
6409
6407
|
operation: "join_channel";
|
|
6408
|
+
success: boolean;
|
|
6409
|
+
error: string;
|
|
6410
6410
|
ok: boolean;
|
|
6411
6411
|
channel?: {
|
|
6412
|
-
name: string;
|
|
6413
6412
|
id: string;
|
|
6413
|
+
name: string;
|
|
6414
6414
|
created: number;
|
|
6415
6415
|
is_archived: boolean;
|
|
6416
6416
|
is_channel?: boolean | undefined;
|
|
@@ -6554,12 +6554,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6554
6554
|
ims: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6555
6555
|
has_rich_preview: z.ZodOptional<z.ZodBoolean>;
|
|
6556
6556
|
}, "strip", z.ZodTypeAny, {
|
|
6557
|
-
name: string;
|
|
6558
6557
|
id: string;
|
|
6558
|
+
name: string;
|
|
6559
|
+
created: number;
|
|
6559
6560
|
user: string;
|
|
6560
6561
|
username: string;
|
|
6561
6562
|
timestamp: number;
|
|
6562
|
-
created: number;
|
|
6563
6563
|
mimetype: string;
|
|
6564
6564
|
filetype: string;
|
|
6565
6565
|
pretty_type: string;
|
|
@@ -6599,12 +6599,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6599
6599
|
ims?: string[] | undefined;
|
|
6600
6600
|
has_rich_preview?: boolean | undefined;
|
|
6601
6601
|
}, {
|
|
6602
|
-
name: string;
|
|
6603
6602
|
id: string;
|
|
6603
|
+
name: string;
|
|
6604
|
+
created: number;
|
|
6604
6605
|
user: string;
|
|
6605
6606
|
username: string;
|
|
6606
6607
|
timestamp: number;
|
|
6607
|
-
created: number;
|
|
6608
6608
|
mimetype: string;
|
|
6609
6609
|
filetype: string;
|
|
6610
6610
|
pretty_type: string;
|
|
@@ -6647,17 +6647,17 @@ 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
|
-
error: string;
|
|
6651
|
-
success: boolean;
|
|
6652
6650
|
operation: "upload_file";
|
|
6651
|
+
success: boolean;
|
|
6652
|
+
error: string;
|
|
6653
6653
|
ok: boolean;
|
|
6654
6654
|
file?: {
|
|
6655
|
-
name: string;
|
|
6656
6655
|
id: string;
|
|
6656
|
+
name: string;
|
|
6657
|
+
created: number;
|
|
6657
6658
|
user: string;
|
|
6658
6659
|
username: string;
|
|
6659
6660
|
timestamp: number;
|
|
6660
|
-
created: number;
|
|
6661
6661
|
mimetype: string;
|
|
6662
6662
|
filetype: string;
|
|
6663
6663
|
pretty_type: string;
|
|
@@ -6698,17 +6698,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6698
6698
|
has_rich_preview?: boolean | undefined;
|
|
6699
6699
|
} | undefined;
|
|
6700
6700
|
}, {
|
|
6701
|
-
error: string;
|
|
6702
|
-
success: boolean;
|
|
6703
6701
|
operation: "upload_file";
|
|
6702
|
+
success: boolean;
|
|
6703
|
+
error: string;
|
|
6704
6704
|
ok: boolean;
|
|
6705
6705
|
file?: {
|
|
6706
|
-
name: string;
|
|
6707
6706
|
id: string;
|
|
6707
|
+
name: string;
|
|
6708
|
+
created: number;
|
|
6708
6709
|
user: string;
|
|
6709
6710
|
username: string;
|
|
6710
6711
|
timestamp: number;
|
|
6711
|
-
created: number;
|
|
6712
6712
|
mimetype: string;
|
|
6713
6713
|
filetype: string;
|
|
6714
6714
|
pretty_type: 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
|
-
error: string;
|
|
6761
|
-
success: boolean;
|
|
6762
6760
|
operation: "schedule_message";
|
|
6761
|
+
success: boolean;
|
|
6762
|
+
error: string;
|
|
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
|
-
error: string;
|
|
6769
|
-
success: boolean;
|
|
6770
6768
|
operation: "schedule_message";
|
|
6769
|
+
success: boolean;
|
|
6770
|
+
error: string;
|
|
6771
6771
|
ok: boolean;
|
|
6772
6772
|
channel?: string | undefined;
|
|
6773
6773
|
post_at?: number | undefined;
|