@bubblelab/bubble-core 0.1.25 → 0.1.26
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 +82 -66
- package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
- package/dist/bubbles/service-bubble/ai-agent.d.ts +18 -18
- package/dist/bubbles/service-bubble/airtable.d.ts +116 -116
- package/dist/bubbles/service-bubble/apify/apify.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +30 -30
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +64 -64
- package/dist/bubbles/service-bubble/followupboss.d.ts +176 -176
- package/dist/bubbles/service-bubble/github.d.ts +80 -80
- package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +56 -56
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/hello-world.d.ts +2 -2
- package/dist/bubbles/service-bubble/notion/notion.d.ts +874 -874
- package/dist/bubbles/service-bubble/resend.d.ts +16 -16
- package/dist/bubbles/service-bubble/slack/slack.d.ts +144 -144
- package/dist/bubbles/service-bubble/storage.d.ts +30 -30
- package/dist/bubbles/service-bubble/telegram.d.ts +208 -208
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +138 -138
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +173 -173
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.js +22 -6
- package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +52 -52
- package/dist/bubbles.json +52054 -6
- package/dist/types/available-tools.d.ts +1 -1
- package/dist/types/available-tools.d.ts.map +1 -1
- package/dist/types/available-tools.js +1 -0
- package/dist/types/available-tools.js.map +1 -1
- package/package.json +3 -3
|
@@ -23,12 +23,12 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
23
23
|
value: z.ZodString;
|
|
24
24
|
short: z.ZodOptional<z.ZodBoolean>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
|
-
title: string;
|
|
27
26
|
value: string;
|
|
27
|
+
title: string;
|
|
28
28
|
short?: boolean | undefined;
|
|
29
29
|
}, {
|
|
30
|
-
title: string;
|
|
31
30
|
value: string;
|
|
31
|
+
title: string;
|
|
32
32
|
short?: boolean | undefined;
|
|
33
33
|
}>, "many">>;
|
|
34
34
|
image_url: z.ZodOptional<z.ZodString>;
|
|
@@ -39,8 +39,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
40
|
title?: string | undefined;
|
|
41
41
|
fields?: {
|
|
42
|
-
title: string;
|
|
43
42
|
value: string;
|
|
43
|
+
title: string;
|
|
44
44
|
short?: boolean | undefined;
|
|
45
45
|
}[] | undefined;
|
|
46
46
|
text?: string | undefined;
|
|
@@ -58,8 +58,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
58
58
|
}, {
|
|
59
59
|
title?: string | undefined;
|
|
60
60
|
fields?: {
|
|
61
|
-
title: string;
|
|
62
61
|
value: string;
|
|
62
|
+
title: string;
|
|
63
63
|
short?: boolean | undefined;
|
|
64
64
|
}[] | undefined;
|
|
65
65
|
text?: string | undefined;
|
|
@@ -215,8 +215,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
215
215
|
attachments?: {
|
|
216
216
|
title?: string | undefined;
|
|
217
217
|
fields?: {
|
|
218
|
-
title: string;
|
|
219
218
|
value: string;
|
|
219
|
+
title: string;
|
|
220
220
|
short?: boolean | undefined;
|
|
221
221
|
}[] | undefined;
|
|
222
222
|
text?: string | undefined;
|
|
@@ -285,8 +285,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
285
285
|
attachments?: {
|
|
286
286
|
title?: string | undefined;
|
|
287
287
|
fields?: {
|
|
288
|
-
title: string;
|
|
289
288
|
value: string;
|
|
289
|
+
title: string;
|
|
290
290
|
short?: boolean | undefined;
|
|
291
291
|
}[] | undefined;
|
|
292
292
|
text?: string | undefined;
|
|
@@ -355,17 +355,17 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
355
355
|
cursor: z.ZodOptional<z.ZodString>;
|
|
356
356
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
357
357
|
}, "strip", z.ZodTypeAny, {
|
|
358
|
-
operation: "list_channels";
|
|
359
358
|
limit: number;
|
|
359
|
+
operation: "list_channels";
|
|
360
360
|
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
361
361
|
exclude_archived: boolean;
|
|
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
|
cursor?: string | undefined;
|
|
368
|
-
limit?: number | undefined;
|
|
369
369
|
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
370
370
|
exclude_archived?: boolean | undefined;
|
|
371
371
|
}>, z.ZodObject<{
|
|
@@ -405,16 +405,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
405
405
|
include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
406
406
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
407
407
|
}, "strip", z.ZodTypeAny, {
|
|
408
|
-
operation: "list_users";
|
|
409
408
|
limit: number;
|
|
409
|
+
operation: "list_users";
|
|
410
410
|
include_locale: boolean;
|
|
411
411
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
412
412
|
cursor?: string | undefined;
|
|
413
413
|
}, {
|
|
414
414
|
operation: "list_users";
|
|
415
|
+
limit?: number | undefined;
|
|
415
416
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
416
417
|
cursor?: string | undefined;
|
|
417
|
-
limit?: number | undefined;
|
|
418
418
|
include_locale?: boolean | undefined;
|
|
419
419
|
}>, z.ZodObject<{
|
|
420
420
|
operation: z.ZodLiteral<"get_conversation_history">;
|
|
@@ -427,8 +427,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
427
427
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
429
|
inclusive: boolean;
|
|
430
|
-
operation: "get_conversation_history";
|
|
431
430
|
limit: number;
|
|
431
|
+
operation: "get_conversation_history";
|
|
432
432
|
channel: string;
|
|
433
433
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
434
434
|
cursor?: string | undefined;
|
|
@@ -438,9 +438,9 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
438
438
|
operation: "get_conversation_history";
|
|
439
439
|
channel: string;
|
|
440
440
|
inclusive?: boolean | undefined;
|
|
441
|
+
limit?: number | undefined;
|
|
441
442
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
442
443
|
cursor?: string | undefined;
|
|
443
|
-
limit?: number | undefined;
|
|
444
444
|
latest?: string | undefined;
|
|
445
445
|
oldest?: string | undefined;
|
|
446
446
|
}>, z.ZodObject<{
|
|
@@ -455,8 +455,8 @@ 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
|
-
operation: "get_thread_replies";
|
|
459
458
|
limit: number;
|
|
459
|
+
operation: "get_thread_replies";
|
|
460
460
|
ts: string;
|
|
461
461
|
channel: string;
|
|
462
462
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -468,9 +468,9 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
468
468
|
ts: string;
|
|
469
469
|
channel: string;
|
|
470
470
|
inclusive?: boolean | undefined;
|
|
471
|
+
limit?: number | undefined;
|
|
471
472
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
472
473
|
cursor?: string | undefined;
|
|
473
|
-
limit?: number | undefined;
|
|
474
474
|
latest?: string | undefined;
|
|
475
475
|
oldest?: string | undefined;
|
|
476
476
|
}>, z.ZodObject<{
|
|
@@ -492,12 +492,12 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
492
492
|
value: z.ZodString;
|
|
493
493
|
short: z.ZodOptional<z.ZodBoolean>;
|
|
494
494
|
}, "strip", z.ZodTypeAny, {
|
|
495
|
-
title: string;
|
|
496
495
|
value: string;
|
|
496
|
+
title: string;
|
|
497
497
|
short?: boolean | undefined;
|
|
498
498
|
}, {
|
|
499
|
-
title: string;
|
|
500
499
|
value: string;
|
|
500
|
+
title: string;
|
|
501
501
|
short?: boolean | undefined;
|
|
502
502
|
}>, "many">>;
|
|
503
503
|
image_url: z.ZodOptional<z.ZodString>;
|
|
@@ -508,8 +508,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
508
508
|
}, "strip", z.ZodTypeAny, {
|
|
509
509
|
title?: string | undefined;
|
|
510
510
|
fields?: {
|
|
511
|
-
title: string;
|
|
512
511
|
value: string;
|
|
512
|
+
title: string;
|
|
513
513
|
short?: boolean | undefined;
|
|
514
514
|
}[] | undefined;
|
|
515
515
|
text?: string | undefined;
|
|
@@ -527,8 +527,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
527
527
|
}, {
|
|
528
528
|
title?: string | undefined;
|
|
529
529
|
fields?: {
|
|
530
|
-
title: string;
|
|
531
530
|
value: string;
|
|
531
|
+
title: string;
|
|
532
532
|
short?: boolean | undefined;
|
|
533
533
|
}[] | undefined;
|
|
534
534
|
text?: string | undefined;
|
|
@@ -675,8 +675,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
675
675
|
attachments?: {
|
|
676
676
|
title?: string | undefined;
|
|
677
677
|
fields?: {
|
|
678
|
-
title: string;
|
|
679
678
|
value: string;
|
|
679
|
+
title: string;
|
|
680
680
|
short?: boolean | undefined;
|
|
681
681
|
}[] | undefined;
|
|
682
682
|
text?: string | undefined;
|
|
@@ -742,8 +742,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
742
742
|
attachments?: {
|
|
743
743
|
title?: string | undefined;
|
|
744
744
|
fields?: {
|
|
745
|
-
title: string;
|
|
746
745
|
value: string;
|
|
746
|
+
title: string;
|
|
747
747
|
short?: boolean | undefined;
|
|
748
748
|
}[] | undefined;
|
|
749
749
|
text?: 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
|
-
operation: "send_message";
|
|
1221
1220
|
success: boolean;
|
|
1222
1221
|
error: string;
|
|
1222
|
+
operation: "send_message";
|
|
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
|
-
operation: "send_message";
|
|
1254
1253
|
success: boolean;
|
|
1255
1254
|
error: string;
|
|
1255
|
+
operation: "send_message";
|
|
1256
1256
|
ok: boolean;
|
|
1257
1257
|
message?: {
|
|
1258
1258
|
type: string;
|
|
@@ -1411,9 +1411,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1411
1411
|
error: z.ZodString;
|
|
1412
1412
|
success: z.ZodBoolean;
|
|
1413
1413
|
}, "strip", z.ZodTypeAny, {
|
|
1414
|
-
operation: "list_channels";
|
|
1415
1414
|
success: boolean;
|
|
1416
1415
|
error: string;
|
|
1416
|
+
operation: "list_channels";
|
|
1417
1417
|
ok: boolean;
|
|
1418
1418
|
response_metadata?: {
|
|
1419
1419
|
next_cursor: string;
|
|
@@ -1453,9 +1453,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1453
1453
|
num_members?: number | undefined;
|
|
1454
1454
|
}[] | undefined;
|
|
1455
1455
|
}, {
|
|
1456
|
-
operation: "list_channels";
|
|
1457
1456
|
success: boolean;
|
|
1458
1457
|
error: string;
|
|
1458
|
+
operation: "list_channels";
|
|
1459
1459
|
ok: boolean;
|
|
1460
1460
|
response_metadata?: {
|
|
1461
1461
|
next_cursor: string;
|
|
@@ -1616,9 +1616,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1616
1616
|
error: z.ZodString;
|
|
1617
1617
|
success: z.ZodBoolean;
|
|
1618
1618
|
}, "strip", z.ZodTypeAny, {
|
|
1619
|
-
operation: "get_channel_info";
|
|
1620
1619
|
success: boolean;
|
|
1621
1620
|
error: string;
|
|
1621
|
+
operation: "get_channel_info";
|
|
1622
1622
|
ok: boolean;
|
|
1623
1623
|
channel?: {
|
|
1624
1624
|
name: string;
|
|
@@ -1655,9 +1655,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1655
1655
|
num_members?: number | undefined;
|
|
1656
1656
|
} | undefined;
|
|
1657
1657
|
}, {
|
|
1658
|
-
operation: "get_channel_info";
|
|
1659
1658
|
success: boolean;
|
|
1660
1659
|
error: string;
|
|
1660
|
+
operation: "get_channel_info";
|
|
1661
1661
|
ok: boolean;
|
|
1662
1662
|
channel?: {
|
|
1663
1663
|
name: string;
|
|
@@ -1732,11 +1732,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1732
1732
|
image_512: z.ZodOptional<z.ZodString>;
|
|
1733
1733
|
image_1024: z.ZodOptional<z.ZodString>;
|
|
1734
1734
|
}, "strip", z.ZodTypeAny, {
|
|
1735
|
-
first_name?: string | undefined;
|
|
1736
|
-
last_name?: string | undefined;
|
|
1737
1735
|
title?: string | undefined;
|
|
1738
1736
|
email?: string | undefined;
|
|
1739
1737
|
fields?: Record<string, unknown> | undefined;
|
|
1738
|
+
first_name?: string | undefined;
|
|
1739
|
+
last_name?: string | undefined;
|
|
1740
1740
|
real_name?: string | undefined;
|
|
1741
1741
|
phone?: string | undefined;
|
|
1742
1742
|
skype?: string | undefined;
|
|
@@ -1757,11 +1757,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1757
1757
|
image_512?: string | undefined;
|
|
1758
1758
|
image_1024?: string | undefined;
|
|
1759
1759
|
}, {
|
|
1760
|
-
first_name?: string | undefined;
|
|
1761
|
-
last_name?: string | undefined;
|
|
1762
1760
|
title?: string | undefined;
|
|
1763
1761
|
email?: string | undefined;
|
|
1764
1762
|
fields?: Record<string, unknown> | undefined;
|
|
1763
|
+
first_name?: string | undefined;
|
|
1764
|
+
last_name?: string | undefined;
|
|
1765
1765
|
real_name?: string | undefined;
|
|
1766
1766
|
phone?: string | undefined;
|
|
1767
1767
|
skype?: string | undefined;
|
|
@@ -1802,11 +1802,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1802
1802
|
tz_label?: string | undefined;
|
|
1803
1803
|
tz_offset?: number | undefined;
|
|
1804
1804
|
profile?: {
|
|
1805
|
-
first_name?: string | undefined;
|
|
1806
|
-
last_name?: string | undefined;
|
|
1807
1805
|
title?: string | undefined;
|
|
1808
1806
|
email?: string | undefined;
|
|
1809
1807
|
fields?: Record<string, unknown> | undefined;
|
|
1808
|
+
first_name?: string | undefined;
|
|
1809
|
+
last_name?: string | undefined;
|
|
1810
1810
|
real_name?: string | undefined;
|
|
1811
1811
|
phone?: string | undefined;
|
|
1812
1812
|
skype?: string | undefined;
|
|
@@ -1847,11 +1847,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1847
1847
|
tz_label?: string | undefined;
|
|
1848
1848
|
tz_offset?: number | undefined;
|
|
1849
1849
|
profile?: {
|
|
1850
|
-
first_name?: string | undefined;
|
|
1851
|
-
last_name?: string | undefined;
|
|
1852
1850
|
title?: string | undefined;
|
|
1853
1851
|
email?: string | undefined;
|
|
1854
1852
|
fields?: Record<string, unknown> | undefined;
|
|
1853
|
+
first_name?: string | undefined;
|
|
1854
|
+
last_name?: string | undefined;
|
|
1855
1855
|
real_name?: string | undefined;
|
|
1856
1856
|
phone?: string | undefined;
|
|
1857
1857
|
skype?: string | undefined;
|
|
@@ -1885,9 +1885,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1885
1885
|
error: z.ZodString;
|
|
1886
1886
|
success: z.ZodBoolean;
|
|
1887
1887
|
}, "strip", z.ZodTypeAny, {
|
|
1888
|
-
operation: "get_user_info";
|
|
1889
1888
|
success: boolean;
|
|
1890
1889
|
error: string;
|
|
1890
|
+
operation: "get_user_info";
|
|
1891
1891
|
ok: boolean;
|
|
1892
1892
|
user?: {
|
|
1893
1893
|
name: string;
|
|
@@ -1900,11 +1900,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1900
1900
|
tz_label?: string | undefined;
|
|
1901
1901
|
tz_offset?: number | undefined;
|
|
1902
1902
|
profile?: {
|
|
1903
|
-
first_name?: string | undefined;
|
|
1904
|
-
last_name?: string | undefined;
|
|
1905
1903
|
title?: string | undefined;
|
|
1906
1904
|
email?: string | undefined;
|
|
1907
1905
|
fields?: Record<string, unknown> | undefined;
|
|
1906
|
+
first_name?: string | undefined;
|
|
1907
|
+
last_name?: string | undefined;
|
|
1908
1908
|
real_name?: string | undefined;
|
|
1909
1909
|
phone?: string | undefined;
|
|
1910
1910
|
skype?: string | undefined;
|
|
@@ -1936,9 +1936,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1936
1936
|
has_2fa?: boolean | undefined;
|
|
1937
1937
|
} | undefined;
|
|
1938
1938
|
}, {
|
|
1939
|
-
operation: "get_user_info";
|
|
1940
1939
|
success: boolean;
|
|
1941
1940
|
error: string;
|
|
1941
|
+
operation: "get_user_info";
|
|
1942
1942
|
ok: boolean;
|
|
1943
1943
|
user?: {
|
|
1944
1944
|
name: string;
|
|
@@ -1951,11 +1951,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1951
1951
|
tz_label?: string | undefined;
|
|
1952
1952
|
tz_offset?: number | undefined;
|
|
1953
1953
|
profile?: {
|
|
1954
|
-
first_name?: string | undefined;
|
|
1955
|
-
last_name?: string | undefined;
|
|
1956
1954
|
title?: string | undefined;
|
|
1957
1955
|
email?: string | undefined;
|
|
1958
1956
|
fields?: Record<string, unknown> | undefined;
|
|
1957
|
+
first_name?: string | undefined;
|
|
1958
|
+
last_name?: string | undefined;
|
|
1959
1959
|
real_name?: string | undefined;
|
|
1960
1960
|
phone?: string | undefined;
|
|
1961
1961
|
skype?: string | undefined;
|
|
@@ -2025,11 +2025,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2025
2025
|
image_512: z.ZodOptional<z.ZodString>;
|
|
2026
2026
|
image_1024: z.ZodOptional<z.ZodString>;
|
|
2027
2027
|
}, "strip", z.ZodTypeAny, {
|
|
2028
|
-
first_name?: string | undefined;
|
|
2029
|
-
last_name?: string | undefined;
|
|
2030
2028
|
title?: string | undefined;
|
|
2031
2029
|
email?: string | undefined;
|
|
2032
2030
|
fields?: Record<string, unknown> | undefined;
|
|
2031
|
+
first_name?: string | undefined;
|
|
2032
|
+
last_name?: string | undefined;
|
|
2033
2033
|
real_name?: string | undefined;
|
|
2034
2034
|
phone?: string | undefined;
|
|
2035
2035
|
skype?: string | undefined;
|
|
@@ -2050,11 +2050,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2050
2050
|
image_512?: string | undefined;
|
|
2051
2051
|
image_1024?: string | undefined;
|
|
2052
2052
|
}, {
|
|
2053
|
-
first_name?: string | undefined;
|
|
2054
|
-
last_name?: string | undefined;
|
|
2055
2053
|
title?: string | undefined;
|
|
2056
2054
|
email?: string | undefined;
|
|
2057
2055
|
fields?: Record<string, unknown> | undefined;
|
|
2056
|
+
first_name?: string | undefined;
|
|
2057
|
+
last_name?: string | undefined;
|
|
2058
2058
|
real_name?: string | undefined;
|
|
2059
2059
|
phone?: string | undefined;
|
|
2060
2060
|
skype?: string | undefined;
|
|
@@ -2095,11 +2095,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2095
2095
|
tz_label?: string | undefined;
|
|
2096
2096
|
tz_offset?: number | undefined;
|
|
2097
2097
|
profile?: {
|
|
2098
|
-
first_name?: string | undefined;
|
|
2099
|
-
last_name?: string | undefined;
|
|
2100
2098
|
title?: string | undefined;
|
|
2101
2099
|
email?: string | undefined;
|
|
2102
2100
|
fields?: Record<string, unknown> | undefined;
|
|
2101
|
+
first_name?: string | undefined;
|
|
2102
|
+
last_name?: string | undefined;
|
|
2103
2103
|
real_name?: string | undefined;
|
|
2104
2104
|
phone?: string | undefined;
|
|
2105
2105
|
skype?: string | undefined;
|
|
@@ -2140,11 +2140,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2140
2140
|
tz_label?: string | undefined;
|
|
2141
2141
|
tz_offset?: number | undefined;
|
|
2142
2142
|
profile?: {
|
|
2143
|
-
first_name?: string | undefined;
|
|
2144
|
-
last_name?: string | undefined;
|
|
2145
2143
|
title?: string | undefined;
|
|
2146
2144
|
email?: string | undefined;
|
|
2147
2145
|
fields?: Record<string, unknown> | undefined;
|
|
2146
|
+
first_name?: string | undefined;
|
|
2147
|
+
last_name?: string | undefined;
|
|
2148
2148
|
real_name?: string | undefined;
|
|
2149
2149
|
phone?: string | undefined;
|
|
2150
2150
|
skype?: string | undefined;
|
|
@@ -2185,9 +2185,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2185
2185
|
error: z.ZodString;
|
|
2186
2186
|
success: z.ZodBoolean;
|
|
2187
2187
|
}, "strip", z.ZodTypeAny, {
|
|
2188
|
-
operation: "list_users";
|
|
2189
2188
|
success: boolean;
|
|
2190
2189
|
error: string;
|
|
2190
|
+
operation: "list_users";
|
|
2191
2191
|
ok: boolean;
|
|
2192
2192
|
response_metadata?: {
|
|
2193
2193
|
next_cursor: string;
|
|
@@ -2203,11 +2203,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2203
2203
|
tz_label?: string | undefined;
|
|
2204
2204
|
tz_offset?: number | undefined;
|
|
2205
2205
|
profile?: {
|
|
2206
|
-
first_name?: string | undefined;
|
|
2207
|
-
last_name?: string | undefined;
|
|
2208
2206
|
title?: string | undefined;
|
|
2209
2207
|
email?: string | undefined;
|
|
2210
2208
|
fields?: Record<string, unknown> | undefined;
|
|
2209
|
+
first_name?: string | undefined;
|
|
2210
|
+
last_name?: string | undefined;
|
|
2211
2211
|
real_name?: string | undefined;
|
|
2212
2212
|
phone?: string | undefined;
|
|
2213
2213
|
skype?: string | undefined;
|
|
@@ -2239,9 +2239,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2239
2239
|
has_2fa?: boolean | undefined;
|
|
2240
2240
|
}[] | undefined;
|
|
2241
2241
|
}, {
|
|
2242
|
-
operation: "list_users";
|
|
2243
2242
|
success: boolean;
|
|
2244
2243
|
error: string;
|
|
2244
|
+
operation: "list_users";
|
|
2245
2245
|
ok: boolean;
|
|
2246
2246
|
response_metadata?: {
|
|
2247
2247
|
next_cursor: string;
|
|
@@ -2257,11 +2257,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2257
2257
|
tz_label?: string | undefined;
|
|
2258
2258
|
tz_offset?: number | undefined;
|
|
2259
2259
|
profile?: {
|
|
2260
|
-
first_name?: string | undefined;
|
|
2261
|
-
last_name?: string | undefined;
|
|
2262
2260
|
title?: string | undefined;
|
|
2263
2261
|
email?: string | undefined;
|
|
2264
2262
|
fields?: Record<string, unknown> | undefined;
|
|
2263
|
+
first_name?: string | undefined;
|
|
2264
|
+
last_name?: string | undefined;
|
|
2265
2265
|
real_name?: string | undefined;
|
|
2266
2266
|
phone?: string | undefined;
|
|
2267
2267
|
skype?: string | undefined;
|
|
@@ -2394,9 +2394,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2394
2394
|
error: z.ZodString;
|
|
2395
2395
|
success: z.ZodBoolean;
|
|
2396
2396
|
}, "strip", z.ZodTypeAny, {
|
|
2397
|
-
operation: "get_conversation_history";
|
|
2398
2397
|
success: boolean;
|
|
2399
2398
|
error: string;
|
|
2399
|
+
operation: "get_conversation_history";
|
|
2400
2400
|
ok: boolean;
|
|
2401
2401
|
messages?: {
|
|
2402
2402
|
type: string;
|
|
@@ -2429,9 +2429,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2429
2429
|
} | undefined;
|
|
2430
2430
|
has_more?: boolean | undefined;
|
|
2431
2431
|
}, {
|
|
2432
|
-
operation: "get_conversation_history";
|
|
2433
2432
|
success: boolean;
|
|
2434
2433
|
error: string;
|
|
2434
|
+
operation: "get_conversation_history";
|
|
2435
2435
|
ok: boolean;
|
|
2436
2436
|
messages?: {
|
|
2437
2437
|
type: string;
|
|
@@ -2565,9 +2565,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2565
2565
|
error: z.ZodString;
|
|
2566
2566
|
success: z.ZodBoolean;
|
|
2567
2567
|
}, "strip", z.ZodTypeAny, {
|
|
2568
|
-
operation: "get_thread_replies";
|
|
2569
2568
|
success: boolean;
|
|
2570
2569
|
error: string;
|
|
2570
|
+
operation: "get_thread_replies";
|
|
2571
2571
|
ok: boolean;
|
|
2572
2572
|
messages?: {
|
|
2573
2573
|
type: string;
|
|
@@ -2600,9 +2600,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2600
2600
|
} | undefined;
|
|
2601
2601
|
has_more?: boolean | undefined;
|
|
2602
2602
|
}, {
|
|
2603
|
-
operation: "get_thread_replies";
|
|
2604
2603
|
success: boolean;
|
|
2605
2604
|
error: string;
|
|
2605
|
+
operation: "get_thread_replies";
|
|
2606
2606
|
ok: boolean;
|
|
2607
2607
|
messages?: {
|
|
2608
2608
|
type: string;
|
|
@@ -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
|
-
operation: "update_message";
|
|
2735
2734
|
success: boolean;
|
|
2736
2735
|
error: string;
|
|
2736
|
+
operation: "update_message";
|
|
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
|
-
operation: "update_message";
|
|
2769
2768
|
success: boolean;
|
|
2770
2769
|
error: string;
|
|
2770
|
+
operation: "update_message";
|
|
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
|
-
operation: "delete_message";
|
|
2810
2809
|
success: boolean;
|
|
2811
2810
|
error: string;
|
|
2811
|
+
operation: "delete_message";
|
|
2812
2812
|
ok: boolean;
|
|
2813
2813
|
ts?: string | undefined;
|
|
2814
2814
|
channel?: string | undefined;
|
|
2815
2815
|
}, {
|
|
2816
|
-
operation: "delete_message";
|
|
2817
2816
|
success: boolean;
|
|
2818
2817
|
error: string;
|
|
2818
|
+
operation: "delete_message";
|
|
2819
2819
|
ok: boolean;
|
|
2820
2820
|
ts?: string | undefined;
|
|
2821
2821
|
channel?: string | undefined;
|
|
@@ -2825,14 +2825,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2825
2825
|
error: z.ZodString;
|
|
2826
2826
|
success: z.ZodBoolean;
|
|
2827
2827
|
}, "strip", z.ZodTypeAny, {
|
|
2828
|
-
operation: "add_reaction";
|
|
2829
2828
|
success: boolean;
|
|
2830
2829
|
error: string;
|
|
2830
|
+
operation: "add_reaction";
|
|
2831
2831
|
ok: boolean;
|
|
2832
2832
|
}, {
|
|
2833
|
-
operation: "add_reaction";
|
|
2834
2833
|
success: boolean;
|
|
2835
2834
|
error: string;
|
|
2835
|
+
operation: "add_reaction";
|
|
2836
2836
|
ok: boolean;
|
|
2837
2837
|
}>, z.ZodObject<{
|
|
2838
2838
|
operation: z.ZodLiteral<"remove_reaction">;
|
|
@@ -2840,14 +2840,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2840
2840
|
error: z.ZodString;
|
|
2841
2841
|
success: z.ZodBoolean;
|
|
2842
2842
|
}, "strip", z.ZodTypeAny, {
|
|
2843
|
-
operation: "remove_reaction";
|
|
2844
2843
|
success: boolean;
|
|
2845
2844
|
error: string;
|
|
2845
|
+
operation: "remove_reaction";
|
|
2846
2846
|
ok: boolean;
|
|
2847
2847
|
}, {
|
|
2848
|
-
operation: "remove_reaction";
|
|
2849
2848
|
success: boolean;
|
|
2850
2849
|
error: string;
|
|
2850
|
+
operation: "remove_reaction";
|
|
2851
2851
|
ok: boolean;
|
|
2852
2852
|
}>, z.ZodObject<{
|
|
2853
2853
|
operation: z.ZodLiteral<"join_channel">;
|
|
@@ -2972,9 +2972,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2972
2972
|
error: z.ZodString;
|
|
2973
2973
|
success: z.ZodBoolean;
|
|
2974
2974
|
}, "strip", z.ZodTypeAny, {
|
|
2975
|
-
operation: "join_channel";
|
|
2976
2975
|
success: boolean;
|
|
2977
2976
|
error: string;
|
|
2977
|
+
operation: "join_channel";
|
|
2978
2978
|
ok: boolean;
|
|
2979
2979
|
channel?: {
|
|
2980
2980
|
name: string;
|
|
@@ -3012,9 +3012,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3012
3012
|
} | undefined;
|
|
3013
3013
|
already_in_channel?: boolean | undefined;
|
|
3014
3014
|
}, {
|
|
3015
|
-
operation: "join_channel";
|
|
3016
3015
|
success: boolean;
|
|
3017
3016
|
error: string;
|
|
3017
|
+
operation: "join_channel";
|
|
3018
3018
|
ok: boolean;
|
|
3019
3019
|
channel?: {
|
|
3020
3020
|
name: string;
|
|
@@ -3255,9 +3255,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3255
3255
|
error: z.ZodString;
|
|
3256
3256
|
success: z.ZodBoolean;
|
|
3257
3257
|
}, "strip", z.ZodTypeAny, {
|
|
3258
|
-
operation: "upload_file";
|
|
3259
3258
|
success: boolean;
|
|
3260
3259
|
error: string;
|
|
3260
|
+
operation: "upload_file";
|
|
3261
3261
|
ok: boolean;
|
|
3262
3262
|
file?: {
|
|
3263
3263
|
name: string;
|
|
@@ -3306,9 +3306,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3306
3306
|
has_rich_preview?: boolean | undefined;
|
|
3307
3307
|
} | undefined;
|
|
3308
3308
|
}, {
|
|
3309
|
-
operation: "upload_file";
|
|
3310
3309
|
success: boolean;
|
|
3311
3310
|
error: string;
|
|
3311
|
+
operation: "upload_file";
|
|
3312
3312
|
ok: boolean;
|
|
3313
3313
|
file?: {
|
|
3314
3314
|
name: string;
|
|
@@ -3365,17 +3365,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3365
3365
|
error: z.ZodString;
|
|
3366
3366
|
success: z.ZodBoolean;
|
|
3367
3367
|
}, "strip", z.ZodTypeAny, {
|
|
3368
|
-
operation: "schedule_message";
|
|
3369
3368
|
success: boolean;
|
|
3370
3369
|
error: string;
|
|
3370
|
+
operation: "schedule_message";
|
|
3371
3371
|
ok: boolean;
|
|
3372
3372
|
channel?: string | undefined;
|
|
3373
3373
|
post_at?: number | undefined;
|
|
3374
3374
|
scheduled_message_id?: string | undefined;
|
|
3375
3375
|
}, {
|
|
3376
|
-
operation: "schedule_message";
|
|
3377
3376
|
success: boolean;
|
|
3378
3377
|
error: string;
|
|
3378
|
+
operation: "schedule_message";
|
|
3379
3379
|
ok: boolean;
|
|
3380
3380
|
channel?: string | undefined;
|
|
3381
3381
|
post_at?: number | undefined;
|
|
@@ -3415,12 +3415,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3415
3415
|
value: z.ZodString;
|
|
3416
3416
|
short: z.ZodOptional<z.ZodBoolean>;
|
|
3417
3417
|
}, "strip", z.ZodTypeAny, {
|
|
3418
|
-
title: string;
|
|
3419
3418
|
value: string;
|
|
3419
|
+
title: string;
|
|
3420
3420
|
short?: boolean | undefined;
|
|
3421
3421
|
}, {
|
|
3422
|
-
title: string;
|
|
3423
3422
|
value: string;
|
|
3423
|
+
title: string;
|
|
3424
3424
|
short?: boolean | undefined;
|
|
3425
3425
|
}>, "many">>;
|
|
3426
3426
|
image_url: z.ZodOptional<z.ZodString>;
|
|
@@ -3431,8 +3431,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3431
3431
|
}, "strip", z.ZodTypeAny, {
|
|
3432
3432
|
title?: string | undefined;
|
|
3433
3433
|
fields?: {
|
|
3434
|
-
title: string;
|
|
3435
3434
|
value: string;
|
|
3435
|
+
title: string;
|
|
3436
3436
|
short?: boolean | undefined;
|
|
3437
3437
|
}[] | undefined;
|
|
3438
3438
|
text?: string | undefined;
|
|
@@ -3450,8 +3450,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3450
3450
|
}, {
|
|
3451
3451
|
title?: string | undefined;
|
|
3452
3452
|
fields?: {
|
|
3453
|
-
title: string;
|
|
3454
3453
|
value: string;
|
|
3454
|
+
title: string;
|
|
3455
3455
|
short?: boolean | undefined;
|
|
3456
3456
|
}[] | undefined;
|
|
3457
3457
|
text?: string | undefined;
|
|
@@ -3607,8 +3607,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3607
3607
|
attachments?: {
|
|
3608
3608
|
title?: string | undefined;
|
|
3609
3609
|
fields?: {
|
|
3610
|
-
title: string;
|
|
3611
3610
|
value: string;
|
|
3611
|
+
title: string;
|
|
3612
3612
|
short?: boolean | undefined;
|
|
3613
3613
|
}[] | undefined;
|
|
3614
3614
|
text?: string | undefined;
|
|
@@ -3677,8 +3677,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3677
3677
|
attachments?: {
|
|
3678
3678
|
title?: string | undefined;
|
|
3679
3679
|
fields?: {
|
|
3680
|
-
title: string;
|
|
3681
3680
|
value: string;
|
|
3681
|
+
title: string;
|
|
3682
3682
|
short?: boolean | undefined;
|
|
3683
3683
|
}[] | undefined;
|
|
3684
3684
|
text?: string | undefined;
|
|
@@ -3747,17 +3747,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3747
3747
|
cursor: z.ZodOptional<z.ZodString>;
|
|
3748
3748
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3749
3749
|
}, "strip", z.ZodTypeAny, {
|
|
3750
|
-
operation: "list_channels";
|
|
3751
3750
|
limit: number;
|
|
3751
|
+
operation: "list_channels";
|
|
3752
3752
|
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
3753
3753
|
exclude_archived: boolean;
|
|
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
|
cursor?: string | undefined;
|
|
3760
|
-
limit?: number | undefined;
|
|
3761
3761
|
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
3762
3762
|
exclude_archived?: boolean | undefined;
|
|
3763
3763
|
}>, z.ZodObject<{
|
|
@@ -3797,16 +3797,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3797
3797
|
include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3798
3798
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3799
3799
|
}, "strip", z.ZodTypeAny, {
|
|
3800
|
-
operation: "list_users";
|
|
3801
3800
|
limit: number;
|
|
3801
|
+
operation: "list_users";
|
|
3802
3802
|
include_locale: boolean;
|
|
3803
3803
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3804
3804
|
cursor?: string | undefined;
|
|
3805
3805
|
}, {
|
|
3806
3806
|
operation: "list_users";
|
|
3807
|
+
limit?: number | undefined;
|
|
3807
3808
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3808
3809
|
cursor?: string | undefined;
|
|
3809
|
-
limit?: number | undefined;
|
|
3810
3810
|
include_locale?: boolean | undefined;
|
|
3811
3811
|
}>, z.ZodObject<{
|
|
3812
3812
|
operation: z.ZodLiteral<"get_conversation_history">;
|
|
@@ -3819,8 +3819,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3819
3819
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3820
3820
|
}, "strip", z.ZodTypeAny, {
|
|
3821
3821
|
inclusive: boolean;
|
|
3822
|
-
operation: "get_conversation_history";
|
|
3823
3822
|
limit: number;
|
|
3823
|
+
operation: "get_conversation_history";
|
|
3824
3824
|
channel: string;
|
|
3825
3825
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3826
3826
|
cursor?: string | undefined;
|
|
@@ -3830,9 +3830,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3830
3830
|
operation: "get_conversation_history";
|
|
3831
3831
|
channel: string;
|
|
3832
3832
|
inclusive?: boolean | undefined;
|
|
3833
|
+
limit?: number | undefined;
|
|
3833
3834
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3834
3835
|
cursor?: string | undefined;
|
|
3835
|
-
limit?: number | undefined;
|
|
3836
3836
|
latest?: string | undefined;
|
|
3837
3837
|
oldest?: string | undefined;
|
|
3838
3838
|
}>, z.ZodObject<{
|
|
@@ -3847,8 +3847,8 @@ 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
|
-
operation: "get_thread_replies";
|
|
3851
3850
|
limit: number;
|
|
3851
|
+
operation: "get_thread_replies";
|
|
3852
3852
|
ts: string;
|
|
3853
3853
|
channel: string;
|
|
3854
3854
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -3860,9 +3860,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3860
3860
|
ts: string;
|
|
3861
3861
|
channel: string;
|
|
3862
3862
|
inclusive?: boolean | undefined;
|
|
3863
|
+
limit?: number | undefined;
|
|
3863
3864
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3864
3865
|
cursor?: string | undefined;
|
|
3865
|
-
limit?: number | undefined;
|
|
3866
3866
|
latest?: string | undefined;
|
|
3867
3867
|
oldest?: string | undefined;
|
|
3868
3868
|
}>, z.ZodObject<{
|
|
@@ -3884,12 +3884,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3884
3884
|
value: z.ZodString;
|
|
3885
3885
|
short: z.ZodOptional<z.ZodBoolean>;
|
|
3886
3886
|
}, "strip", z.ZodTypeAny, {
|
|
3887
|
-
title: string;
|
|
3888
3887
|
value: string;
|
|
3888
|
+
title: string;
|
|
3889
3889
|
short?: boolean | undefined;
|
|
3890
3890
|
}, {
|
|
3891
|
-
title: string;
|
|
3892
3891
|
value: string;
|
|
3892
|
+
title: string;
|
|
3893
3893
|
short?: boolean | undefined;
|
|
3894
3894
|
}>, "many">>;
|
|
3895
3895
|
image_url: z.ZodOptional<z.ZodString>;
|
|
@@ -3900,8 +3900,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3900
3900
|
}, "strip", z.ZodTypeAny, {
|
|
3901
3901
|
title?: string | undefined;
|
|
3902
3902
|
fields?: {
|
|
3903
|
-
title: string;
|
|
3904
3903
|
value: string;
|
|
3904
|
+
title: string;
|
|
3905
3905
|
short?: boolean | undefined;
|
|
3906
3906
|
}[] | undefined;
|
|
3907
3907
|
text?: string | undefined;
|
|
@@ -3919,8 +3919,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3919
3919
|
}, {
|
|
3920
3920
|
title?: string | undefined;
|
|
3921
3921
|
fields?: {
|
|
3922
|
-
title: string;
|
|
3923
3922
|
value: string;
|
|
3923
|
+
title: string;
|
|
3924
3924
|
short?: boolean | undefined;
|
|
3925
3925
|
}[] | undefined;
|
|
3926
3926
|
text?: string | undefined;
|
|
@@ -4067,8 +4067,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4067
4067
|
attachments?: {
|
|
4068
4068
|
title?: string | undefined;
|
|
4069
4069
|
fields?: {
|
|
4070
|
-
title: string;
|
|
4071
4070
|
value: string;
|
|
4071
|
+
title: string;
|
|
4072
4072
|
short?: boolean | undefined;
|
|
4073
4073
|
}[] | undefined;
|
|
4074
4074
|
text?: string | undefined;
|
|
@@ -4134,8 +4134,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4134
4134
|
attachments?: {
|
|
4135
4135
|
title?: string | undefined;
|
|
4136
4136
|
fields?: {
|
|
4137
|
-
title: string;
|
|
4138
4137
|
value: string;
|
|
4138
|
+
title: string;
|
|
4139
4139
|
short?: boolean | undefined;
|
|
4140
4140
|
}[] | undefined;
|
|
4141
4141
|
text?: 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
|
-
operation: "send_message";
|
|
4613
4612
|
success: boolean;
|
|
4614
4613
|
error: string;
|
|
4614
|
+
operation: "send_message";
|
|
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
|
-
operation: "send_message";
|
|
4646
4645
|
success: boolean;
|
|
4647
4646
|
error: string;
|
|
4647
|
+
operation: "send_message";
|
|
4648
4648
|
ok: boolean;
|
|
4649
4649
|
message?: {
|
|
4650
4650
|
type: string;
|
|
@@ -4803,9 +4803,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4803
4803
|
error: z.ZodString;
|
|
4804
4804
|
success: z.ZodBoolean;
|
|
4805
4805
|
}, "strip", z.ZodTypeAny, {
|
|
4806
|
-
operation: "list_channels";
|
|
4807
4806
|
success: boolean;
|
|
4808
4807
|
error: string;
|
|
4808
|
+
operation: "list_channels";
|
|
4809
4809
|
ok: boolean;
|
|
4810
4810
|
response_metadata?: {
|
|
4811
4811
|
next_cursor: string;
|
|
@@ -4845,9 +4845,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4845
4845
|
num_members?: number | undefined;
|
|
4846
4846
|
}[] | undefined;
|
|
4847
4847
|
}, {
|
|
4848
|
-
operation: "list_channels";
|
|
4849
4848
|
success: boolean;
|
|
4850
4849
|
error: string;
|
|
4850
|
+
operation: "list_channels";
|
|
4851
4851
|
ok: boolean;
|
|
4852
4852
|
response_metadata?: {
|
|
4853
4853
|
next_cursor: string;
|
|
@@ -5008,9 +5008,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5008
5008
|
error: z.ZodString;
|
|
5009
5009
|
success: z.ZodBoolean;
|
|
5010
5010
|
}, "strip", z.ZodTypeAny, {
|
|
5011
|
-
operation: "get_channel_info";
|
|
5012
5011
|
success: boolean;
|
|
5013
5012
|
error: string;
|
|
5013
|
+
operation: "get_channel_info";
|
|
5014
5014
|
ok: boolean;
|
|
5015
5015
|
channel?: {
|
|
5016
5016
|
name: string;
|
|
@@ -5047,9 +5047,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5047
5047
|
num_members?: number | undefined;
|
|
5048
5048
|
} | undefined;
|
|
5049
5049
|
}, {
|
|
5050
|
-
operation: "get_channel_info";
|
|
5051
5050
|
success: boolean;
|
|
5052
5051
|
error: string;
|
|
5052
|
+
operation: "get_channel_info";
|
|
5053
5053
|
ok: boolean;
|
|
5054
5054
|
channel?: {
|
|
5055
5055
|
name: string;
|
|
@@ -5124,11 +5124,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5124
5124
|
image_512: z.ZodOptional<z.ZodString>;
|
|
5125
5125
|
image_1024: z.ZodOptional<z.ZodString>;
|
|
5126
5126
|
}, "strip", z.ZodTypeAny, {
|
|
5127
|
-
first_name?: string | undefined;
|
|
5128
|
-
last_name?: string | undefined;
|
|
5129
5127
|
title?: string | undefined;
|
|
5130
5128
|
email?: string | undefined;
|
|
5131
5129
|
fields?: Record<string, unknown> | undefined;
|
|
5130
|
+
first_name?: string | undefined;
|
|
5131
|
+
last_name?: string | undefined;
|
|
5132
5132
|
real_name?: string | undefined;
|
|
5133
5133
|
phone?: string | undefined;
|
|
5134
5134
|
skype?: string | undefined;
|
|
@@ -5149,11 +5149,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5149
5149
|
image_512?: string | undefined;
|
|
5150
5150
|
image_1024?: string | undefined;
|
|
5151
5151
|
}, {
|
|
5152
|
-
first_name?: string | undefined;
|
|
5153
|
-
last_name?: string | undefined;
|
|
5154
5152
|
title?: string | undefined;
|
|
5155
5153
|
email?: string | undefined;
|
|
5156
5154
|
fields?: Record<string, unknown> | undefined;
|
|
5155
|
+
first_name?: string | undefined;
|
|
5156
|
+
last_name?: string | undefined;
|
|
5157
5157
|
real_name?: string | undefined;
|
|
5158
5158
|
phone?: string | undefined;
|
|
5159
5159
|
skype?: string | undefined;
|
|
@@ -5194,11 +5194,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5194
5194
|
tz_label?: string | undefined;
|
|
5195
5195
|
tz_offset?: number | undefined;
|
|
5196
5196
|
profile?: {
|
|
5197
|
-
first_name?: string | undefined;
|
|
5198
|
-
last_name?: string | undefined;
|
|
5199
5197
|
title?: string | undefined;
|
|
5200
5198
|
email?: string | undefined;
|
|
5201
5199
|
fields?: Record<string, unknown> | undefined;
|
|
5200
|
+
first_name?: string | undefined;
|
|
5201
|
+
last_name?: string | undefined;
|
|
5202
5202
|
real_name?: string | undefined;
|
|
5203
5203
|
phone?: string | undefined;
|
|
5204
5204
|
skype?: string | undefined;
|
|
@@ -5239,11 +5239,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5239
5239
|
tz_label?: string | undefined;
|
|
5240
5240
|
tz_offset?: number | undefined;
|
|
5241
5241
|
profile?: {
|
|
5242
|
-
first_name?: string | undefined;
|
|
5243
|
-
last_name?: string | undefined;
|
|
5244
5242
|
title?: string | undefined;
|
|
5245
5243
|
email?: string | undefined;
|
|
5246
5244
|
fields?: Record<string, unknown> | undefined;
|
|
5245
|
+
first_name?: string | undefined;
|
|
5246
|
+
last_name?: string | undefined;
|
|
5247
5247
|
real_name?: string | undefined;
|
|
5248
5248
|
phone?: string | undefined;
|
|
5249
5249
|
skype?: string | undefined;
|
|
@@ -5277,9 +5277,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5277
5277
|
error: z.ZodString;
|
|
5278
5278
|
success: z.ZodBoolean;
|
|
5279
5279
|
}, "strip", z.ZodTypeAny, {
|
|
5280
|
-
operation: "get_user_info";
|
|
5281
5280
|
success: boolean;
|
|
5282
5281
|
error: string;
|
|
5282
|
+
operation: "get_user_info";
|
|
5283
5283
|
ok: boolean;
|
|
5284
5284
|
user?: {
|
|
5285
5285
|
name: string;
|
|
@@ -5292,11 +5292,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5292
5292
|
tz_label?: string | undefined;
|
|
5293
5293
|
tz_offset?: number | undefined;
|
|
5294
5294
|
profile?: {
|
|
5295
|
-
first_name?: string | undefined;
|
|
5296
|
-
last_name?: string | undefined;
|
|
5297
5295
|
title?: string | undefined;
|
|
5298
5296
|
email?: string | undefined;
|
|
5299
5297
|
fields?: Record<string, unknown> | undefined;
|
|
5298
|
+
first_name?: string | undefined;
|
|
5299
|
+
last_name?: string | undefined;
|
|
5300
5300
|
real_name?: string | undefined;
|
|
5301
5301
|
phone?: string | undefined;
|
|
5302
5302
|
skype?: string | undefined;
|
|
@@ -5328,9 +5328,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5328
5328
|
has_2fa?: boolean | undefined;
|
|
5329
5329
|
} | undefined;
|
|
5330
5330
|
}, {
|
|
5331
|
-
operation: "get_user_info";
|
|
5332
5331
|
success: boolean;
|
|
5333
5332
|
error: string;
|
|
5333
|
+
operation: "get_user_info";
|
|
5334
5334
|
ok: boolean;
|
|
5335
5335
|
user?: {
|
|
5336
5336
|
name: string;
|
|
@@ -5343,11 +5343,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5343
5343
|
tz_label?: string | undefined;
|
|
5344
5344
|
tz_offset?: number | undefined;
|
|
5345
5345
|
profile?: {
|
|
5346
|
-
first_name?: string | undefined;
|
|
5347
|
-
last_name?: string | undefined;
|
|
5348
5346
|
title?: string | undefined;
|
|
5349
5347
|
email?: string | undefined;
|
|
5350
5348
|
fields?: Record<string, unknown> | undefined;
|
|
5349
|
+
first_name?: string | undefined;
|
|
5350
|
+
last_name?: string | undefined;
|
|
5351
5351
|
real_name?: string | undefined;
|
|
5352
5352
|
phone?: string | undefined;
|
|
5353
5353
|
skype?: string | undefined;
|
|
@@ -5417,11 +5417,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5417
5417
|
image_512: z.ZodOptional<z.ZodString>;
|
|
5418
5418
|
image_1024: z.ZodOptional<z.ZodString>;
|
|
5419
5419
|
}, "strip", z.ZodTypeAny, {
|
|
5420
|
-
first_name?: string | undefined;
|
|
5421
|
-
last_name?: string | undefined;
|
|
5422
5420
|
title?: string | undefined;
|
|
5423
5421
|
email?: string | undefined;
|
|
5424
5422
|
fields?: Record<string, unknown> | undefined;
|
|
5423
|
+
first_name?: string | undefined;
|
|
5424
|
+
last_name?: string | undefined;
|
|
5425
5425
|
real_name?: string | undefined;
|
|
5426
5426
|
phone?: string | undefined;
|
|
5427
5427
|
skype?: string | undefined;
|
|
@@ -5442,11 +5442,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5442
5442
|
image_512?: string | undefined;
|
|
5443
5443
|
image_1024?: string | undefined;
|
|
5444
5444
|
}, {
|
|
5445
|
-
first_name?: string | undefined;
|
|
5446
|
-
last_name?: string | undefined;
|
|
5447
5445
|
title?: string | undefined;
|
|
5448
5446
|
email?: string | undefined;
|
|
5449
5447
|
fields?: Record<string, unknown> | undefined;
|
|
5448
|
+
first_name?: string | undefined;
|
|
5449
|
+
last_name?: string | undefined;
|
|
5450
5450
|
real_name?: string | undefined;
|
|
5451
5451
|
phone?: string | undefined;
|
|
5452
5452
|
skype?: string | undefined;
|
|
@@ -5487,11 +5487,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5487
5487
|
tz_label?: string | undefined;
|
|
5488
5488
|
tz_offset?: number | undefined;
|
|
5489
5489
|
profile?: {
|
|
5490
|
-
first_name?: string | undefined;
|
|
5491
|
-
last_name?: string | undefined;
|
|
5492
5490
|
title?: string | undefined;
|
|
5493
5491
|
email?: string | undefined;
|
|
5494
5492
|
fields?: Record<string, unknown> | undefined;
|
|
5493
|
+
first_name?: string | undefined;
|
|
5494
|
+
last_name?: string | undefined;
|
|
5495
5495
|
real_name?: string | undefined;
|
|
5496
5496
|
phone?: string | undefined;
|
|
5497
5497
|
skype?: string | undefined;
|
|
@@ -5532,11 +5532,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5532
5532
|
tz_label?: string | undefined;
|
|
5533
5533
|
tz_offset?: number | undefined;
|
|
5534
5534
|
profile?: {
|
|
5535
|
-
first_name?: string | undefined;
|
|
5536
|
-
last_name?: string | undefined;
|
|
5537
5535
|
title?: string | undefined;
|
|
5538
5536
|
email?: string | undefined;
|
|
5539
5537
|
fields?: Record<string, unknown> | undefined;
|
|
5538
|
+
first_name?: string | undefined;
|
|
5539
|
+
last_name?: string | undefined;
|
|
5540
5540
|
real_name?: string | undefined;
|
|
5541
5541
|
phone?: string | undefined;
|
|
5542
5542
|
skype?: string | undefined;
|
|
@@ -5577,9 +5577,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5577
5577
|
error: z.ZodString;
|
|
5578
5578
|
success: z.ZodBoolean;
|
|
5579
5579
|
}, "strip", z.ZodTypeAny, {
|
|
5580
|
-
operation: "list_users";
|
|
5581
5580
|
success: boolean;
|
|
5582
5581
|
error: string;
|
|
5582
|
+
operation: "list_users";
|
|
5583
5583
|
ok: boolean;
|
|
5584
5584
|
response_metadata?: {
|
|
5585
5585
|
next_cursor: string;
|
|
@@ -5595,11 +5595,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5595
5595
|
tz_label?: string | undefined;
|
|
5596
5596
|
tz_offset?: number | undefined;
|
|
5597
5597
|
profile?: {
|
|
5598
|
-
first_name?: string | undefined;
|
|
5599
|
-
last_name?: string | undefined;
|
|
5600
5598
|
title?: string | undefined;
|
|
5601
5599
|
email?: string | undefined;
|
|
5602
5600
|
fields?: Record<string, unknown> | undefined;
|
|
5601
|
+
first_name?: string | undefined;
|
|
5602
|
+
last_name?: string | undefined;
|
|
5603
5603
|
real_name?: string | undefined;
|
|
5604
5604
|
phone?: string | undefined;
|
|
5605
5605
|
skype?: string | undefined;
|
|
@@ -5631,9 +5631,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5631
5631
|
has_2fa?: boolean | undefined;
|
|
5632
5632
|
}[] | undefined;
|
|
5633
5633
|
}, {
|
|
5634
|
-
operation: "list_users";
|
|
5635
5634
|
success: boolean;
|
|
5636
5635
|
error: string;
|
|
5636
|
+
operation: "list_users";
|
|
5637
5637
|
ok: boolean;
|
|
5638
5638
|
response_metadata?: {
|
|
5639
5639
|
next_cursor: string;
|
|
@@ -5649,11 +5649,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5649
5649
|
tz_label?: string | undefined;
|
|
5650
5650
|
tz_offset?: number | undefined;
|
|
5651
5651
|
profile?: {
|
|
5652
|
-
first_name?: string | undefined;
|
|
5653
|
-
last_name?: string | undefined;
|
|
5654
5652
|
title?: string | undefined;
|
|
5655
5653
|
email?: string | undefined;
|
|
5656
5654
|
fields?: Record<string, unknown> | undefined;
|
|
5655
|
+
first_name?: string | undefined;
|
|
5656
|
+
last_name?: string | undefined;
|
|
5657
5657
|
real_name?: string | undefined;
|
|
5658
5658
|
phone?: string | undefined;
|
|
5659
5659
|
skype?: string | undefined;
|
|
@@ -5786,9 +5786,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5786
5786
|
error: z.ZodString;
|
|
5787
5787
|
success: z.ZodBoolean;
|
|
5788
5788
|
}, "strip", z.ZodTypeAny, {
|
|
5789
|
-
operation: "get_conversation_history";
|
|
5790
5789
|
success: boolean;
|
|
5791
5790
|
error: string;
|
|
5791
|
+
operation: "get_conversation_history";
|
|
5792
5792
|
ok: boolean;
|
|
5793
5793
|
messages?: {
|
|
5794
5794
|
type: string;
|
|
@@ -5821,9 +5821,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5821
5821
|
} | undefined;
|
|
5822
5822
|
has_more?: boolean | undefined;
|
|
5823
5823
|
}, {
|
|
5824
|
-
operation: "get_conversation_history";
|
|
5825
5824
|
success: boolean;
|
|
5826
5825
|
error: string;
|
|
5826
|
+
operation: "get_conversation_history";
|
|
5827
5827
|
ok: boolean;
|
|
5828
5828
|
messages?: {
|
|
5829
5829
|
type: string;
|
|
@@ -5957,9 +5957,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5957
5957
|
error: z.ZodString;
|
|
5958
5958
|
success: z.ZodBoolean;
|
|
5959
5959
|
}, "strip", z.ZodTypeAny, {
|
|
5960
|
-
operation: "get_thread_replies";
|
|
5961
5960
|
success: boolean;
|
|
5962
5961
|
error: string;
|
|
5962
|
+
operation: "get_thread_replies";
|
|
5963
5963
|
ok: boolean;
|
|
5964
5964
|
messages?: {
|
|
5965
5965
|
type: string;
|
|
@@ -5992,9 +5992,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5992
5992
|
} | undefined;
|
|
5993
5993
|
has_more?: boolean | undefined;
|
|
5994
5994
|
}, {
|
|
5995
|
-
operation: "get_thread_replies";
|
|
5996
5995
|
success: boolean;
|
|
5997
5996
|
error: string;
|
|
5997
|
+
operation: "get_thread_replies";
|
|
5998
5998
|
ok: boolean;
|
|
5999
5999
|
messages?: {
|
|
6000
6000
|
type: string;
|
|
@@ -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
|
-
operation: "update_message";
|
|
6127
6126
|
success: boolean;
|
|
6128
6127
|
error: string;
|
|
6128
|
+
operation: "update_message";
|
|
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
|
-
operation: "update_message";
|
|
6161
6160
|
success: boolean;
|
|
6162
6161
|
error: string;
|
|
6162
|
+
operation: "update_message";
|
|
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
|
-
operation: "delete_message";
|
|
6202
6201
|
success: boolean;
|
|
6203
6202
|
error: string;
|
|
6203
|
+
operation: "delete_message";
|
|
6204
6204
|
ok: boolean;
|
|
6205
6205
|
ts?: string | undefined;
|
|
6206
6206
|
channel?: string | undefined;
|
|
6207
6207
|
}, {
|
|
6208
|
-
operation: "delete_message";
|
|
6209
6208
|
success: boolean;
|
|
6210
6209
|
error: string;
|
|
6210
|
+
operation: "delete_message";
|
|
6211
6211
|
ok: boolean;
|
|
6212
6212
|
ts?: string | undefined;
|
|
6213
6213
|
channel?: string | undefined;
|
|
@@ -6217,14 +6217,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6217
6217
|
error: z.ZodString;
|
|
6218
6218
|
success: z.ZodBoolean;
|
|
6219
6219
|
}, "strip", z.ZodTypeAny, {
|
|
6220
|
-
operation: "add_reaction";
|
|
6221
6220
|
success: boolean;
|
|
6222
6221
|
error: string;
|
|
6222
|
+
operation: "add_reaction";
|
|
6223
6223
|
ok: boolean;
|
|
6224
6224
|
}, {
|
|
6225
|
-
operation: "add_reaction";
|
|
6226
6225
|
success: boolean;
|
|
6227
6226
|
error: string;
|
|
6227
|
+
operation: "add_reaction";
|
|
6228
6228
|
ok: boolean;
|
|
6229
6229
|
}>, z.ZodObject<{
|
|
6230
6230
|
operation: z.ZodLiteral<"remove_reaction">;
|
|
@@ -6232,14 +6232,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6232
6232
|
error: z.ZodString;
|
|
6233
6233
|
success: z.ZodBoolean;
|
|
6234
6234
|
}, "strip", z.ZodTypeAny, {
|
|
6235
|
-
operation: "remove_reaction";
|
|
6236
6235
|
success: boolean;
|
|
6237
6236
|
error: string;
|
|
6237
|
+
operation: "remove_reaction";
|
|
6238
6238
|
ok: boolean;
|
|
6239
6239
|
}, {
|
|
6240
|
-
operation: "remove_reaction";
|
|
6241
6240
|
success: boolean;
|
|
6242
6241
|
error: string;
|
|
6242
|
+
operation: "remove_reaction";
|
|
6243
6243
|
ok: boolean;
|
|
6244
6244
|
}>, z.ZodObject<{
|
|
6245
6245
|
operation: z.ZodLiteral<"join_channel">;
|
|
@@ -6364,9 +6364,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6364
6364
|
error: z.ZodString;
|
|
6365
6365
|
success: z.ZodBoolean;
|
|
6366
6366
|
}, "strip", z.ZodTypeAny, {
|
|
6367
|
-
operation: "join_channel";
|
|
6368
6367
|
success: boolean;
|
|
6369
6368
|
error: string;
|
|
6369
|
+
operation: "join_channel";
|
|
6370
6370
|
ok: boolean;
|
|
6371
6371
|
channel?: {
|
|
6372
6372
|
name: string;
|
|
@@ -6404,9 +6404,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6404
6404
|
} | undefined;
|
|
6405
6405
|
already_in_channel?: boolean | undefined;
|
|
6406
6406
|
}, {
|
|
6407
|
-
operation: "join_channel";
|
|
6408
6407
|
success: boolean;
|
|
6409
6408
|
error: string;
|
|
6409
|
+
operation: "join_channel";
|
|
6410
6410
|
ok: boolean;
|
|
6411
6411
|
channel?: {
|
|
6412
6412
|
name: string;
|
|
@@ -6647,9 +6647,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6647
6647
|
error: z.ZodString;
|
|
6648
6648
|
success: z.ZodBoolean;
|
|
6649
6649
|
}, "strip", z.ZodTypeAny, {
|
|
6650
|
-
operation: "upload_file";
|
|
6651
6650
|
success: boolean;
|
|
6652
6651
|
error: string;
|
|
6652
|
+
operation: "upload_file";
|
|
6653
6653
|
ok: boolean;
|
|
6654
6654
|
file?: {
|
|
6655
6655
|
name: string;
|
|
@@ -6698,9 +6698,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6698
6698
|
has_rich_preview?: boolean | undefined;
|
|
6699
6699
|
} | undefined;
|
|
6700
6700
|
}, {
|
|
6701
|
-
operation: "upload_file";
|
|
6702
6701
|
success: boolean;
|
|
6703
6702
|
error: string;
|
|
6703
|
+
operation: "upload_file";
|
|
6704
6704
|
ok: boolean;
|
|
6705
6705
|
file?: {
|
|
6706
6706
|
name: string;
|
|
@@ -6757,17 +6757,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6757
6757
|
error: z.ZodString;
|
|
6758
6758
|
success: z.ZodBoolean;
|
|
6759
6759
|
}, "strip", z.ZodTypeAny, {
|
|
6760
|
-
operation: "schedule_message";
|
|
6761
6760
|
success: boolean;
|
|
6762
6761
|
error: string;
|
|
6762
|
+
operation: "schedule_message";
|
|
6763
6763
|
ok: boolean;
|
|
6764
6764
|
channel?: string | undefined;
|
|
6765
6765
|
post_at?: number | undefined;
|
|
6766
6766
|
scheduled_message_id?: string | undefined;
|
|
6767
6767
|
}, {
|
|
6768
|
-
operation: "schedule_message";
|
|
6769
6768
|
success: boolean;
|
|
6770
6769
|
error: string;
|
|
6770
|
+
operation: "schedule_message";
|
|
6771
6771
|
ok: boolean;
|
|
6772
6772
|
channel?: string | undefined;
|
|
6773
6773
|
post_at?: number | undefined;
|