@bubblelab/bubble-core 0.1.23 → 0.1.24
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 +54 -54
- package/dist/bubbles/service-bubble/ai-agent.d.ts +4 -4
- package/dist/bubbles/service-bubble/airtable.d.ts +82 -82
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +25 -25
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.js +7 -6
- package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +1 -1
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +308 -308
- package/dist/bubbles/service-bubble/followupboss.d.ts +236 -236
- package/dist/bubbles/service-bubble/github.d.ts +84 -84
- package/dist/bubbles/service-bubble/gmail.d.ts +438 -438
- package/dist/bubbles/service-bubble/google-calendar.d.ts +100 -100
- package/dist/bubbles/service-bubble/google-drive.d.ts +26 -26
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +22 -1
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
- package/dist/bubbles/service-bubble/notion/notion.d.ts +480 -480
- package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +148 -148
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +1270 -1270
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js +2 -2
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +122 -122
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +66 -66
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +64 -64
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -38,12 +38,12 @@ 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;
|
|
41
42
|
fields?: {
|
|
42
43
|
value: string;
|
|
43
44
|
title: string;
|
|
44
45
|
short?: boolean | undefined;
|
|
45
46
|
}[] | undefined;
|
|
46
|
-
text?: string | undefined;
|
|
47
47
|
image_url?: string | undefined;
|
|
48
48
|
color?: string | undefined;
|
|
49
49
|
pretext?: string | undefined;
|
|
@@ -57,12 +57,12 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
57
57
|
ts?: number | undefined;
|
|
58
58
|
}, {
|
|
59
59
|
title?: string | undefined;
|
|
60
|
+
text?: string | undefined;
|
|
60
61
|
fields?: {
|
|
61
62
|
value: string;
|
|
62
63
|
title: string;
|
|
63
64
|
short?: boolean | undefined;
|
|
64
65
|
}[] | undefined;
|
|
65
|
-
text?: string | undefined;
|
|
66
66
|
image_url?: string | undefined;
|
|
67
67
|
color?: string | undefined;
|
|
68
68
|
pretext?: string | undefined;
|
|
@@ -214,12 +214,12 @@ 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;
|
|
217
218
|
fields?: {
|
|
218
219
|
value: string;
|
|
219
220
|
title: string;
|
|
220
221
|
short?: boolean | undefined;
|
|
221
222
|
}[] | undefined;
|
|
222
|
-
text?: string | undefined;
|
|
223
223
|
image_url?: string | undefined;
|
|
224
224
|
color?: string | undefined;
|
|
225
225
|
pretext?: string | undefined;
|
|
@@ -284,12 +284,12 @@ 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;
|
|
287
288
|
fields?: {
|
|
288
289
|
value: string;
|
|
289
290
|
title: string;
|
|
290
291
|
short?: boolean | undefined;
|
|
291
292
|
}[] | undefined;
|
|
292
|
-
text?: string | undefined;
|
|
293
293
|
image_url?: string | undefined;
|
|
294
294
|
color?: string | undefined;
|
|
295
295
|
pretext?: string | undefined;
|
|
@@ -356,18 +356,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
356
356
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
357
357
|
}, "strip", z.ZodTypeAny, {
|
|
358
358
|
operation: "list_channels";
|
|
359
|
-
limit: number;
|
|
360
359
|
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
361
360
|
exclude_archived: boolean;
|
|
361
|
+
limit: number;
|
|
362
362
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
363
363
|
cursor?: string | undefined;
|
|
364
364
|
}, {
|
|
365
365
|
operation: "list_channels";
|
|
366
366
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
367
|
-
cursor?: string | undefined;
|
|
368
|
-
limit?: number | undefined;
|
|
369
367
|
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
370
368
|
exclude_archived?: boolean | undefined;
|
|
369
|
+
limit?: number | undefined;
|
|
370
|
+
cursor?: string | undefined;
|
|
371
371
|
}>, z.ZodObject<{
|
|
372
372
|
operation: z.ZodLiteral<"get_channel_info">;
|
|
373
373
|
channel: z.ZodString;
|
|
@@ -413,8 +413,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
413
413
|
}, {
|
|
414
414
|
operation: "list_users";
|
|
415
415
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
416
|
-
cursor?: string | undefined;
|
|
417
416
|
limit?: number | undefined;
|
|
417
|
+
cursor?: string | undefined;
|
|
418
418
|
include_locale?: boolean | undefined;
|
|
419
419
|
}>, z.ZodObject<{
|
|
420
420
|
operation: z.ZodLiteral<"get_conversation_history">;
|
|
@@ -428,8 +428,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
429
|
operation: "get_conversation_history";
|
|
430
430
|
inclusive: boolean;
|
|
431
|
-
limit: number;
|
|
432
431
|
channel: string;
|
|
432
|
+
limit: number;
|
|
433
433
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
434
434
|
cursor?: string | undefined;
|
|
435
435
|
latest?: string | undefined;
|
|
@@ -439,8 +439,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
439
439
|
channel: string;
|
|
440
440
|
inclusive?: boolean | undefined;
|
|
441
441
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
442
|
-
cursor?: string | undefined;
|
|
443
442
|
limit?: number | undefined;
|
|
443
|
+
cursor?: string | undefined;
|
|
444
444
|
latest?: string | undefined;
|
|
445
445
|
oldest?: string | undefined;
|
|
446
446
|
}>, z.ZodObject<{
|
|
@@ -456,9 +456,9 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
456
456
|
}, "strip", z.ZodTypeAny, {
|
|
457
457
|
operation: "get_thread_replies";
|
|
458
458
|
inclusive: boolean;
|
|
459
|
-
limit: number;
|
|
460
459
|
ts: string;
|
|
461
460
|
channel: string;
|
|
461
|
+
limit: number;
|
|
462
462
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
463
463
|
cursor?: string | undefined;
|
|
464
464
|
latest?: string | undefined;
|
|
@@ -469,8 +469,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
469
469
|
channel: string;
|
|
470
470
|
inclusive?: boolean | undefined;
|
|
471
471
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
472
|
-
cursor?: string | undefined;
|
|
473
472
|
limit?: number | undefined;
|
|
473
|
+
cursor?: string | undefined;
|
|
474
474
|
latest?: string | undefined;
|
|
475
475
|
oldest?: string | undefined;
|
|
476
476
|
}>, z.ZodObject<{
|
|
@@ -507,12 +507,12 @@ 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;
|
|
510
511
|
fields?: {
|
|
511
512
|
value: string;
|
|
512
513
|
title: string;
|
|
513
514
|
short?: boolean | undefined;
|
|
514
515
|
}[] | undefined;
|
|
515
|
-
text?: string | undefined;
|
|
516
516
|
image_url?: string | undefined;
|
|
517
517
|
color?: string | undefined;
|
|
518
518
|
pretext?: string | undefined;
|
|
@@ -526,12 +526,12 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
526
526
|
ts?: number | undefined;
|
|
527
527
|
}, {
|
|
528
528
|
title?: string | undefined;
|
|
529
|
+
text?: string | undefined;
|
|
529
530
|
fields?: {
|
|
530
531
|
value: string;
|
|
531
532
|
title: string;
|
|
532
533
|
short?: boolean | undefined;
|
|
533
534
|
}[] | undefined;
|
|
534
|
-
text?: string | undefined;
|
|
535
535
|
image_url?: string | undefined;
|
|
536
536
|
color?: string | undefined;
|
|
537
537
|
pretext?: string | undefined;
|
|
@@ -674,12 +674,12 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
674
674
|
text?: string | undefined;
|
|
675
675
|
attachments?: {
|
|
676
676
|
title?: string | undefined;
|
|
677
|
+
text?: string | undefined;
|
|
677
678
|
fields?: {
|
|
678
679
|
value: string;
|
|
679
680
|
title: string;
|
|
680
681
|
short?: boolean | undefined;
|
|
681
682
|
}[] | undefined;
|
|
682
|
-
text?: string | undefined;
|
|
683
683
|
image_url?: string | undefined;
|
|
684
684
|
color?: string | undefined;
|
|
685
685
|
pretext?: string | undefined;
|
|
@@ -741,12 +741,12 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
741
741
|
text?: string | undefined;
|
|
742
742
|
attachments?: {
|
|
743
743
|
title?: string | undefined;
|
|
744
|
+
text?: string | undefined;
|
|
744
745
|
fields?: {
|
|
745
746
|
value: string;
|
|
746
747
|
title: string;
|
|
747
748
|
short?: boolean | undefined;
|
|
748
749
|
}[] | undefined;
|
|
749
|
-
text?: string | undefined;
|
|
750
750
|
image_url?: string | undefined;
|
|
751
751
|
color?: string | undefined;
|
|
752
752
|
pretext?: string | undefined;
|
|
@@ -878,8 +878,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
878
878
|
file_path: string;
|
|
879
879
|
title?: string | undefined;
|
|
880
880
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
881
|
-
thread_ts?: string | undefined;
|
|
882
881
|
filename?: string | undefined;
|
|
882
|
+
thread_ts?: string | undefined;
|
|
883
883
|
initial_comment?: string | undefined;
|
|
884
884
|
}, {
|
|
885
885
|
operation: "upload_file";
|
|
@@ -887,8 +887,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
887
887
|
file_path: string;
|
|
888
888
|
title?: string | undefined;
|
|
889
889
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
890
|
-
thread_ts?: string | undefined;
|
|
891
890
|
filename?: string | undefined;
|
|
891
|
+
thread_ts?: string | undefined;
|
|
892
892
|
initial_comment?: string | undefined;
|
|
893
893
|
}>, z.ZodObject<{
|
|
894
894
|
operation: z.ZodLiteral<"schedule_message">;
|
|
@@ -1155,13 +1155,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1155
1155
|
users: z.ZodArray<z.ZodString, "many">;
|
|
1156
1156
|
count: z.ZodNumber;
|
|
1157
1157
|
}, "strip", z.ZodTypeAny, {
|
|
1158
|
-
count: number;
|
|
1159
1158
|
name: string;
|
|
1160
1159
|
users: string[];
|
|
1161
|
-
}, {
|
|
1162
1160
|
count: number;
|
|
1161
|
+
}, {
|
|
1163
1162
|
name: string;
|
|
1164
1163
|
users: string[];
|
|
1164
|
+
count: number;
|
|
1165
1165
|
}>, "many">>;
|
|
1166
1166
|
}, "strip", z.ZodTypeAny, {
|
|
1167
1167
|
type: string;
|
|
@@ -1184,9 +1184,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1184
1184
|
is_locked?: boolean | undefined;
|
|
1185
1185
|
subscribed?: boolean | undefined;
|
|
1186
1186
|
reactions?: {
|
|
1187
|
-
count: number;
|
|
1188
1187
|
name: string;
|
|
1189
1188
|
users: string[];
|
|
1189
|
+
count: number;
|
|
1190
1190
|
}[] | undefined;
|
|
1191
1191
|
}, {
|
|
1192
1192
|
type: string;
|
|
@@ -1209,9 +1209,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1209
1209
|
is_locked?: boolean | undefined;
|
|
1210
1210
|
subscribed?: boolean | undefined;
|
|
1211
1211
|
reactions?: {
|
|
1212
|
-
count: number;
|
|
1213
1212
|
name: string;
|
|
1214
1213
|
users: string[];
|
|
1214
|
+
count: number;
|
|
1215
1215
|
}[] | undefined;
|
|
1216
1216
|
}>>;
|
|
1217
1217
|
error: z.ZodString;
|
|
@@ -1242,9 +1242,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1242
1242
|
is_locked?: boolean | undefined;
|
|
1243
1243
|
subscribed?: boolean | undefined;
|
|
1244
1244
|
reactions?: {
|
|
1245
|
-
count: number;
|
|
1246
1245
|
name: string;
|
|
1247
1246
|
users: string[];
|
|
1247
|
+
count: number;
|
|
1248
1248
|
}[] | undefined;
|
|
1249
1249
|
} | undefined;
|
|
1250
1250
|
ts?: string | undefined;
|
|
@@ -1275,9 +1275,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1275
1275
|
is_locked?: boolean | undefined;
|
|
1276
1276
|
subscribed?: boolean | undefined;
|
|
1277
1277
|
reactions?: {
|
|
1278
|
-
count: number;
|
|
1279
1278
|
name: string;
|
|
1280
1279
|
users: string[];
|
|
1280
|
+
count: number;
|
|
1281
1281
|
}[] | undefined;
|
|
1282
1282
|
} | undefined;
|
|
1283
1283
|
ts?: string | undefined;
|
|
@@ -1735,8 +1735,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1735
1735
|
title?: string | undefined;
|
|
1736
1736
|
email?: string | undefined;
|
|
1737
1737
|
fields?: Record<string, unknown> | undefined;
|
|
1738
|
-
first_name?: string | undefined;
|
|
1739
|
-
last_name?: string | undefined;
|
|
1740
1738
|
real_name?: string | undefined;
|
|
1741
1739
|
phone?: string | undefined;
|
|
1742
1740
|
skype?: string | undefined;
|
|
@@ -1749,6 +1747,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1749
1747
|
avatar_hash?: string | undefined;
|
|
1750
1748
|
image_original?: string | undefined;
|
|
1751
1749
|
is_custom_image?: boolean | undefined;
|
|
1750
|
+
first_name?: string | undefined;
|
|
1751
|
+
last_name?: string | undefined;
|
|
1752
1752
|
image_24?: string | undefined;
|
|
1753
1753
|
image_32?: string | undefined;
|
|
1754
1754
|
image_48?: string | undefined;
|
|
@@ -1760,8 +1760,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1760
1760
|
title?: string | undefined;
|
|
1761
1761
|
email?: string | undefined;
|
|
1762
1762
|
fields?: Record<string, unknown> | undefined;
|
|
1763
|
-
first_name?: string | undefined;
|
|
1764
|
-
last_name?: string | undefined;
|
|
1765
1763
|
real_name?: string | undefined;
|
|
1766
1764
|
phone?: string | undefined;
|
|
1767
1765
|
skype?: string | undefined;
|
|
@@ -1774,6 +1772,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1774
1772
|
avatar_hash?: string | undefined;
|
|
1775
1773
|
image_original?: string | undefined;
|
|
1776
1774
|
is_custom_image?: boolean | undefined;
|
|
1775
|
+
first_name?: string | undefined;
|
|
1776
|
+
last_name?: string | undefined;
|
|
1777
1777
|
image_24?: string | undefined;
|
|
1778
1778
|
image_32?: string | undefined;
|
|
1779
1779
|
image_48?: string | undefined;
|
|
@@ -1805,8 +1805,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1805
1805
|
title?: string | undefined;
|
|
1806
1806
|
email?: string | undefined;
|
|
1807
1807
|
fields?: Record<string, unknown> | undefined;
|
|
1808
|
-
first_name?: string | undefined;
|
|
1809
|
-
last_name?: string | undefined;
|
|
1810
1808
|
real_name?: string | undefined;
|
|
1811
1809
|
phone?: string | undefined;
|
|
1812
1810
|
skype?: string | undefined;
|
|
@@ -1819,6 +1817,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1819
1817
|
avatar_hash?: string | undefined;
|
|
1820
1818
|
image_original?: string | undefined;
|
|
1821
1819
|
is_custom_image?: boolean | undefined;
|
|
1820
|
+
first_name?: string | undefined;
|
|
1821
|
+
last_name?: string | undefined;
|
|
1822
1822
|
image_24?: string | undefined;
|
|
1823
1823
|
image_32?: string | undefined;
|
|
1824
1824
|
image_48?: string | undefined;
|
|
@@ -1850,8 +1850,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1850
1850
|
title?: string | undefined;
|
|
1851
1851
|
email?: string | undefined;
|
|
1852
1852
|
fields?: Record<string, unknown> | undefined;
|
|
1853
|
-
first_name?: string | undefined;
|
|
1854
|
-
last_name?: string | undefined;
|
|
1855
1853
|
real_name?: string | undefined;
|
|
1856
1854
|
phone?: string | undefined;
|
|
1857
1855
|
skype?: string | undefined;
|
|
@@ -1864,6 +1862,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1864
1862
|
avatar_hash?: string | undefined;
|
|
1865
1863
|
image_original?: string | undefined;
|
|
1866
1864
|
is_custom_image?: boolean | undefined;
|
|
1865
|
+
first_name?: string | undefined;
|
|
1866
|
+
last_name?: string | undefined;
|
|
1867
1867
|
image_24?: string | undefined;
|
|
1868
1868
|
image_32?: string | undefined;
|
|
1869
1869
|
image_48?: string | undefined;
|
|
@@ -1903,8 +1903,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1903
1903
|
title?: string | undefined;
|
|
1904
1904
|
email?: string | undefined;
|
|
1905
1905
|
fields?: Record<string, unknown> | undefined;
|
|
1906
|
-
first_name?: string | undefined;
|
|
1907
|
-
last_name?: string | undefined;
|
|
1908
1906
|
real_name?: string | undefined;
|
|
1909
1907
|
phone?: string | undefined;
|
|
1910
1908
|
skype?: string | undefined;
|
|
@@ -1917,6 +1915,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1917
1915
|
avatar_hash?: string | undefined;
|
|
1918
1916
|
image_original?: string | undefined;
|
|
1919
1917
|
is_custom_image?: boolean | undefined;
|
|
1918
|
+
first_name?: string | undefined;
|
|
1919
|
+
last_name?: string | undefined;
|
|
1920
1920
|
image_24?: string | undefined;
|
|
1921
1921
|
image_32?: string | undefined;
|
|
1922
1922
|
image_48?: string | undefined;
|
|
@@ -1954,8 +1954,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1954
1954
|
title?: string | undefined;
|
|
1955
1955
|
email?: string | undefined;
|
|
1956
1956
|
fields?: Record<string, unknown> | undefined;
|
|
1957
|
-
first_name?: string | undefined;
|
|
1958
|
-
last_name?: string | undefined;
|
|
1959
1957
|
real_name?: string | undefined;
|
|
1960
1958
|
phone?: string | undefined;
|
|
1961
1959
|
skype?: string | undefined;
|
|
@@ -1968,6 +1966,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1968
1966
|
avatar_hash?: string | undefined;
|
|
1969
1967
|
image_original?: string | undefined;
|
|
1970
1968
|
is_custom_image?: boolean | undefined;
|
|
1969
|
+
first_name?: string | undefined;
|
|
1970
|
+
last_name?: string | undefined;
|
|
1971
1971
|
image_24?: string | undefined;
|
|
1972
1972
|
image_32?: string | undefined;
|
|
1973
1973
|
image_48?: string | undefined;
|
|
@@ -2028,8 +2028,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2028
2028
|
title?: string | undefined;
|
|
2029
2029
|
email?: string | undefined;
|
|
2030
2030
|
fields?: Record<string, unknown> | undefined;
|
|
2031
|
-
first_name?: string | undefined;
|
|
2032
|
-
last_name?: string | undefined;
|
|
2033
2031
|
real_name?: string | undefined;
|
|
2034
2032
|
phone?: string | undefined;
|
|
2035
2033
|
skype?: string | undefined;
|
|
@@ -2042,6 +2040,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2042
2040
|
avatar_hash?: string | undefined;
|
|
2043
2041
|
image_original?: string | undefined;
|
|
2044
2042
|
is_custom_image?: boolean | undefined;
|
|
2043
|
+
first_name?: string | undefined;
|
|
2044
|
+
last_name?: string | undefined;
|
|
2045
2045
|
image_24?: string | undefined;
|
|
2046
2046
|
image_32?: string | undefined;
|
|
2047
2047
|
image_48?: string | undefined;
|
|
@@ -2053,8 +2053,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2053
2053
|
title?: string | undefined;
|
|
2054
2054
|
email?: string | undefined;
|
|
2055
2055
|
fields?: Record<string, unknown> | undefined;
|
|
2056
|
-
first_name?: string | undefined;
|
|
2057
|
-
last_name?: string | undefined;
|
|
2058
2056
|
real_name?: string | undefined;
|
|
2059
2057
|
phone?: string | undefined;
|
|
2060
2058
|
skype?: string | undefined;
|
|
@@ -2067,6 +2065,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2067
2065
|
avatar_hash?: string | undefined;
|
|
2068
2066
|
image_original?: string | undefined;
|
|
2069
2067
|
is_custom_image?: boolean | undefined;
|
|
2068
|
+
first_name?: string | undefined;
|
|
2069
|
+
last_name?: string | undefined;
|
|
2070
2070
|
image_24?: string | undefined;
|
|
2071
2071
|
image_32?: string | undefined;
|
|
2072
2072
|
image_48?: string | undefined;
|
|
@@ -2098,8 +2098,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2098
2098
|
title?: string | undefined;
|
|
2099
2099
|
email?: string | undefined;
|
|
2100
2100
|
fields?: Record<string, unknown> | undefined;
|
|
2101
|
-
first_name?: string | undefined;
|
|
2102
|
-
last_name?: string | undefined;
|
|
2103
2101
|
real_name?: string | undefined;
|
|
2104
2102
|
phone?: string | undefined;
|
|
2105
2103
|
skype?: string | undefined;
|
|
@@ -2112,6 +2110,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2112
2110
|
avatar_hash?: string | undefined;
|
|
2113
2111
|
image_original?: string | undefined;
|
|
2114
2112
|
is_custom_image?: boolean | undefined;
|
|
2113
|
+
first_name?: string | undefined;
|
|
2114
|
+
last_name?: string | undefined;
|
|
2115
2115
|
image_24?: string | undefined;
|
|
2116
2116
|
image_32?: string | undefined;
|
|
2117
2117
|
image_48?: string | undefined;
|
|
@@ -2143,8 +2143,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2143
2143
|
title?: string | undefined;
|
|
2144
2144
|
email?: string | undefined;
|
|
2145
2145
|
fields?: Record<string, unknown> | undefined;
|
|
2146
|
-
first_name?: string | undefined;
|
|
2147
|
-
last_name?: string | undefined;
|
|
2148
2146
|
real_name?: string | undefined;
|
|
2149
2147
|
phone?: string | undefined;
|
|
2150
2148
|
skype?: string | undefined;
|
|
@@ -2157,6 +2155,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2157
2155
|
avatar_hash?: string | undefined;
|
|
2158
2156
|
image_original?: string | undefined;
|
|
2159
2157
|
is_custom_image?: boolean | undefined;
|
|
2158
|
+
first_name?: string | undefined;
|
|
2159
|
+
last_name?: string | undefined;
|
|
2160
2160
|
image_24?: string | undefined;
|
|
2161
2161
|
image_32?: string | undefined;
|
|
2162
2162
|
image_48?: string | undefined;
|
|
@@ -2206,8 +2206,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2206
2206
|
title?: string | undefined;
|
|
2207
2207
|
email?: string | undefined;
|
|
2208
2208
|
fields?: Record<string, unknown> | undefined;
|
|
2209
|
-
first_name?: string | undefined;
|
|
2210
|
-
last_name?: string | undefined;
|
|
2211
2209
|
real_name?: string | undefined;
|
|
2212
2210
|
phone?: string | undefined;
|
|
2213
2211
|
skype?: string | undefined;
|
|
@@ -2220,6 +2218,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2220
2218
|
avatar_hash?: string | undefined;
|
|
2221
2219
|
image_original?: string | undefined;
|
|
2222
2220
|
is_custom_image?: boolean | undefined;
|
|
2221
|
+
first_name?: string | undefined;
|
|
2222
|
+
last_name?: string | undefined;
|
|
2223
2223
|
image_24?: string | undefined;
|
|
2224
2224
|
image_32?: string | undefined;
|
|
2225
2225
|
image_48?: string | undefined;
|
|
@@ -2260,8 +2260,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2260
2260
|
title?: string | undefined;
|
|
2261
2261
|
email?: string | undefined;
|
|
2262
2262
|
fields?: Record<string, unknown> | undefined;
|
|
2263
|
-
first_name?: string | undefined;
|
|
2264
|
-
last_name?: string | undefined;
|
|
2265
2263
|
real_name?: string | undefined;
|
|
2266
2264
|
phone?: string | undefined;
|
|
2267
2265
|
skype?: string | undefined;
|
|
@@ -2274,6 +2272,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2274
2272
|
avatar_hash?: string | undefined;
|
|
2275
2273
|
image_original?: string | undefined;
|
|
2276
2274
|
is_custom_image?: boolean | undefined;
|
|
2275
|
+
first_name?: string | undefined;
|
|
2276
|
+
last_name?: string | undefined;
|
|
2277
2277
|
image_24?: string | undefined;
|
|
2278
2278
|
image_32?: string | undefined;
|
|
2279
2279
|
image_48?: string | undefined;
|
|
@@ -2324,13 +2324,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2324
2324
|
users: z.ZodArray<z.ZodString, "many">;
|
|
2325
2325
|
count: z.ZodNumber;
|
|
2326
2326
|
}, "strip", z.ZodTypeAny, {
|
|
2327
|
-
count: number;
|
|
2328
2327
|
name: string;
|
|
2329
2328
|
users: string[];
|
|
2330
|
-
}, {
|
|
2331
2329
|
count: number;
|
|
2330
|
+
}, {
|
|
2332
2331
|
name: string;
|
|
2333
2332
|
users: string[];
|
|
2333
|
+
count: number;
|
|
2334
2334
|
}>, "many">>;
|
|
2335
2335
|
}, "strip", z.ZodTypeAny, {
|
|
2336
2336
|
type: string;
|
|
@@ -2353,9 +2353,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2353
2353
|
is_locked?: boolean | undefined;
|
|
2354
2354
|
subscribed?: boolean | undefined;
|
|
2355
2355
|
reactions?: {
|
|
2356
|
-
count: number;
|
|
2357
2356
|
name: string;
|
|
2358
2357
|
users: string[];
|
|
2358
|
+
count: number;
|
|
2359
2359
|
}[] | undefined;
|
|
2360
2360
|
}, {
|
|
2361
2361
|
type: string;
|
|
@@ -2378,9 +2378,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2378
2378
|
is_locked?: boolean | undefined;
|
|
2379
2379
|
subscribed?: boolean | undefined;
|
|
2380
2380
|
reactions?: {
|
|
2381
|
-
count: number;
|
|
2382
2381
|
name: string;
|
|
2383
2382
|
users: string[];
|
|
2383
|
+
count: number;
|
|
2384
2384
|
}[] | undefined;
|
|
2385
2385
|
}>, "many">>;
|
|
2386
2386
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2419,9 +2419,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2419
2419
|
is_locked?: boolean | undefined;
|
|
2420
2420
|
subscribed?: boolean | undefined;
|
|
2421
2421
|
reactions?: {
|
|
2422
|
-
count: number;
|
|
2423
2422
|
name: string;
|
|
2424
2423
|
users: string[];
|
|
2424
|
+
count: number;
|
|
2425
2425
|
}[] | undefined;
|
|
2426
2426
|
}[] | undefined;
|
|
2427
2427
|
response_metadata?: {
|
|
@@ -2454,9 +2454,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2454
2454
|
is_locked?: boolean | undefined;
|
|
2455
2455
|
subscribed?: boolean | undefined;
|
|
2456
2456
|
reactions?: {
|
|
2457
|
-
count: number;
|
|
2458
2457
|
name: string;
|
|
2459
2458
|
users: string[];
|
|
2459
|
+
count: number;
|
|
2460
2460
|
}[] | undefined;
|
|
2461
2461
|
}[] | undefined;
|
|
2462
2462
|
response_metadata?: {
|
|
@@ -2495,13 +2495,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2495
2495
|
users: z.ZodArray<z.ZodString, "many">;
|
|
2496
2496
|
count: z.ZodNumber;
|
|
2497
2497
|
}, "strip", z.ZodTypeAny, {
|
|
2498
|
-
count: number;
|
|
2499
2498
|
name: string;
|
|
2500
2499
|
users: string[];
|
|
2501
|
-
}, {
|
|
2502
2500
|
count: number;
|
|
2501
|
+
}, {
|
|
2503
2502
|
name: string;
|
|
2504
2503
|
users: string[];
|
|
2504
|
+
count: number;
|
|
2505
2505
|
}>, "many">>;
|
|
2506
2506
|
}, "strip", z.ZodTypeAny, {
|
|
2507
2507
|
type: string;
|
|
@@ -2524,9 +2524,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2524
2524
|
is_locked?: boolean | undefined;
|
|
2525
2525
|
subscribed?: boolean | undefined;
|
|
2526
2526
|
reactions?: {
|
|
2527
|
-
count: number;
|
|
2528
2527
|
name: string;
|
|
2529
2528
|
users: string[];
|
|
2529
|
+
count: number;
|
|
2530
2530
|
}[] | undefined;
|
|
2531
2531
|
}, {
|
|
2532
2532
|
type: string;
|
|
@@ -2549,9 +2549,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2549
2549
|
is_locked?: boolean | undefined;
|
|
2550
2550
|
subscribed?: boolean | undefined;
|
|
2551
2551
|
reactions?: {
|
|
2552
|
-
count: number;
|
|
2553
2552
|
name: string;
|
|
2554
2553
|
users: string[];
|
|
2554
|
+
count: number;
|
|
2555
2555
|
}[] | undefined;
|
|
2556
2556
|
}>, "many">>;
|
|
2557
2557
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2590,9 +2590,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2590
2590
|
is_locked?: boolean | undefined;
|
|
2591
2591
|
subscribed?: boolean | undefined;
|
|
2592
2592
|
reactions?: {
|
|
2593
|
-
count: number;
|
|
2594
2593
|
name: string;
|
|
2595
2594
|
users: string[];
|
|
2595
|
+
count: number;
|
|
2596
2596
|
}[] | undefined;
|
|
2597
2597
|
}[] | undefined;
|
|
2598
2598
|
response_metadata?: {
|
|
@@ -2625,9 +2625,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2625
2625
|
is_locked?: boolean | undefined;
|
|
2626
2626
|
subscribed?: boolean | undefined;
|
|
2627
2627
|
reactions?: {
|
|
2628
|
-
count: number;
|
|
2629
2628
|
name: string;
|
|
2630
2629
|
users: string[];
|
|
2630
|
+
count: number;
|
|
2631
2631
|
}[] | undefined;
|
|
2632
2632
|
}[] | undefined;
|
|
2633
2633
|
response_metadata?: {
|
|
@@ -2669,13 +2669,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2669
2669
|
users: z.ZodArray<z.ZodString, "many">;
|
|
2670
2670
|
count: z.ZodNumber;
|
|
2671
2671
|
}, "strip", z.ZodTypeAny, {
|
|
2672
|
-
count: number;
|
|
2673
2672
|
name: string;
|
|
2674
2673
|
users: string[];
|
|
2675
|
-
}, {
|
|
2676
2674
|
count: number;
|
|
2675
|
+
}, {
|
|
2677
2676
|
name: string;
|
|
2678
2677
|
users: string[];
|
|
2678
|
+
count: number;
|
|
2679
2679
|
}>, "many">>;
|
|
2680
2680
|
}, "strip", z.ZodTypeAny, {
|
|
2681
2681
|
type: string;
|
|
@@ -2698,9 +2698,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2698
2698
|
is_locked?: boolean | undefined;
|
|
2699
2699
|
subscribed?: boolean | undefined;
|
|
2700
2700
|
reactions?: {
|
|
2701
|
-
count: number;
|
|
2702
2701
|
name: string;
|
|
2703
2702
|
users: string[];
|
|
2703
|
+
count: number;
|
|
2704
2704
|
}[] | undefined;
|
|
2705
2705
|
}, {
|
|
2706
2706
|
type: string;
|
|
@@ -2723,9 +2723,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2723
2723
|
is_locked?: boolean | undefined;
|
|
2724
2724
|
subscribed?: boolean | undefined;
|
|
2725
2725
|
reactions?: {
|
|
2726
|
-
count: number;
|
|
2727
2726
|
name: string;
|
|
2728
2727
|
users: string[];
|
|
2728
|
+
count: number;
|
|
2729
2729
|
}[] | undefined;
|
|
2730
2730
|
}>>;
|
|
2731
2731
|
error: z.ZodString;
|
|
@@ -2756,9 +2756,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2756
2756
|
is_locked?: boolean | undefined;
|
|
2757
2757
|
subscribed?: boolean | undefined;
|
|
2758
2758
|
reactions?: {
|
|
2759
|
-
count: number;
|
|
2760
2759
|
name: string;
|
|
2761
2760
|
users: string[];
|
|
2761
|
+
count: number;
|
|
2762
2762
|
}[] | undefined;
|
|
2763
2763
|
} | undefined;
|
|
2764
2764
|
text?: string | undefined;
|
|
@@ -2790,9 +2790,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2790
2790
|
is_locked?: boolean | undefined;
|
|
2791
2791
|
subscribed?: boolean | undefined;
|
|
2792
2792
|
reactions?: {
|
|
2793
|
-
count: number;
|
|
2794
2793
|
name: string;
|
|
2795
2794
|
users: string[];
|
|
2795
|
+
count: number;
|
|
2796
2796
|
}[] | undefined;
|
|
2797
2797
|
} | undefined;
|
|
2798
2798
|
text?: string | undefined;
|
|
@@ -3164,7 +3164,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3164
3164
|
}, "strip", z.ZodTypeAny, {
|
|
3165
3165
|
name: string;
|
|
3166
3166
|
user: string;
|
|
3167
|
+
mode: string;
|
|
3167
3168
|
id: string;
|
|
3169
|
+
size: number;
|
|
3168
3170
|
username: string;
|
|
3169
3171
|
timestamp: number;
|
|
3170
3172
|
created: number;
|
|
@@ -3172,8 +3174,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3172
3174
|
filetype: string;
|
|
3173
3175
|
pretty_type: string;
|
|
3174
3176
|
editable: boolean;
|
|
3175
|
-
size: number;
|
|
3176
|
-
mode: string;
|
|
3177
3177
|
is_external: boolean;
|
|
3178
3178
|
external_type: string;
|
|
3179
3179
|
is_public: boolean;
|
|
@@ -3209,7 +3209,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3209
3209
|
}, {
|
|
3210
3210
|
name: string;
|
|
3211
3211
|
user: string;
|
|
3212
|
+
mode: string;
|
|
3212
3213
|
id: string;
|
|
3214
|
+
size: number;
|
|
3213
3215
|
username: string;
|
|
3214
3216
|
timestamp: number;
|
|
3215
3217
|
created: number;
|
|
@@ -3217,8 +3219,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3217
3219
|
filetype: string;
|
|
3218
3220
|
pretty_type: string;
|
|
3219
3221
|
editable: boolean;
|
|
3220
|
-
size: number;
|
|
3221
|
-
mode: string;
|
|
3222
3222
|
is_external: boolean;
|
|
3223
3223
|
external_type: string;
|
|
3224
3224
|
is_public: boolean;
|
|
@@ -3262,7 +3262,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3262
3262
|
file?: {
|
|
3263
3263
|
name: string;
|
|
3264
3264
|
user: string;
|
|
3265
|
+
mode: string;
|
|
3265
3266
|
id: string;
|
|
3267
|
+
size: number;
|
|
3266
3268
|
username: string;
|
|
3267
3269
|
timestamp: number;
|
|
3268
3270
|
created: number;
|
|
@@ -3270,8 +3272,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3270
3272
|
filetype: string;
|
|
3271
3273
|
pretty_type: string;
|
|
3272
3274
|
editable: boolean;
|
|
3273
|
-
size: number;
|
|
3274
|
-
mode: string;
|
|
3275
3275
|
is_external: boolean;
|
|
3276
3276
|
external_type: string;
|
|
3277
3277
|
is_public: boolean;
|
|
@@ -3313,7 +3313,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3313
3313
|
file?: {
|
|
3314
3314
|
name: string;
|
|
3315
3315
|
user: string;
|
|
3316
|
+
mode: string;
|
|
3316
3317
|
id: string;
|
|
3318
|
+
size: number;
|
|
3317
3319
|
username: string;
|
|
3318
3320
|
timestamp: number;
|
|
3319
3321
|
created: number;
|
|
@@ -3321,8 +3323,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3321
3323
|
filetype: string;
|
|
3322
3324
|
pretty_type: string;
|
|
3323
3325
|
editable: boolean;
|
|
3324
|
-
size: number;
|
|
3325
|
-
mode: string;
|
|
3326
3326
|
is_external: boolean;
|
|
3327
3327
|
external_type: string;
|
|
3328
3328
|
is_public: boolean;
|
|
@@ -3430,12 +3430,12 @@ 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;
|
|
3433
3434
|
fields?: {
|
|
3434
3435
|
value: string;
|
|
3435
3436
|
title: string;
|
|
3436
3437
|
short?: boolean | undefined;
|
|
3437
3438
|
}[] | undefined;
|
|
3438
|
-
text?: string | undefined;
|
|
3439
3439
|
image_url?: string | undefined;
|
|
3440
3440
|
color?: string | undefined;
|
|
3441
3441
|
pretext?: string | undefined;
|
|
@@ -3449,12 +3449,12 @@ 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;
|
|
3452
3453
|
fields?: {
|
|
3453
3454
|
value: string;
|
|
3454
3455
|
title: string;
|
|
3455
3456
|
short?: boolean | undefined;
|
|
3456
3457
|
}[] | undefined;
|
|
3457
|
-
text?: string | undefined;
|
|
3458
3458
|
image_url?: string | undefined;
|
|
3459
3459
|
color?: string | undefined;
|
|
3460
3460
|
pretext?: string | undefined;
|
|
@@ -3606,12 +3606,12 @@ 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;
|
|
3609
3610
|
fields?: {
|
|
3610
3611
|
value: string;
|
|
3611
3612
|
title: string;
|
|
3612
3613
|
short?: boolean | undefined;
|
|
3613
3614
|
}[] | undefined;
|
|
3614
|
-
text?: string | undefined;
|
|
3615
3615
|
image_url?: string | undefined;
|
|
3616
3616
|
color?: string | undefined;
|
|
3617
3617
|
pretext?: string | undefined;
|
|
@@ -3676,12 +3676,12 @@ 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;
|
|
3679
3680
|
fields?: {
|
|
3680
3681
|
value: string;
|
|
3681
3682
|
title: string;
|
|
3682
3683
|
short?: boolean | undefined;
|
|
3683
3684
|
}[] | undefined;
|
|
3684
|
-
text?: string | undefined;
|
|
3685
3685
|
image_url?: string | undefined;
|
|
3686
3686
|
color?: string | undefined;
|
|
3687
3687
|
pretext?: string | undefined;
|
|
@@ -3748,18 +3748,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3748
3748
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3749
3749
|
}, "strip", z.ZodTypeAny, {
|
|
3750
3750
|
operation: "list_channels";
|
|
3751
|
-
limit: number;
|
|
3752
3751
|
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
3753
3752
|
exclude_archived: boolean;
|
|
3753
|
+
limit: number;
|
|
3754
3754
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3755
3755
|
cursor?: string | undefined;
|
|
3756
3756
|
}, {
|
|
3757
3757
|
operation: "list_channels";
|
|
3758
3758
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3759
|
-
cursor?: string | undefined;
|
|
3760
|
-
limit?: number | undefined;
|
|
3761
3759
|
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
3762
3760
|
exclude_archived?: boolean | undefined;
|
|
3761
|
+
limit?: number | undefined;
|
|
3762
|
+
cursor?: string | undefined;
|
|
3763
3763
|
}>, z.ZodObject<{
|
|
3764
3764
|
operation: z.ZodLiteral<"get_channel_info">;
|
|
3765
3765
|
channel: z.ZodString;
|
|
@@ -3805,8 +3805,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3805
3805
|
}, {
|
|
3806
3806
|
operation: "list_users";
|
|
3807
3807
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3808
|
-
cursor?: string | undefined;
|
|
3809
3808
|
limit?: number | undefined;
|
|
3809
|
+
cursor?: string | undefined;
|
|
3810
3810
|
include_locale?: boolean | undefined;
|
|
3811
3811
|
}>, z.ZodObject<{
|
|
3812
3812
|
operation: z.ZodLiteral<"get_conversation_history">;
|
|
@@ -3820,8 +3820,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3820
3820
|
}, "strip", z.ZodTypeAny, {
|
|
3821
3821
|
operation: "get_conversation_history";
|
|
3822
3822
|
inclusive: boolean;
|
|
3823
|
-
limit: number;
|
|
3824
3823
|
channel: string;
|
|
3824
|
+
limit: number;
|
|
3825
3825
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3826
3826
|
cursor?: string | undefined;
|
|
3827
3827
|
latest?: string | undefined;
|
|
@@ -3831,8 +3831,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3831
3831
|
channel: string;
|
|
3832
3832
|
inclusive?: boolean | undefined;
|
|
3833
3833
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3834
|
-
cursor?: string | undefined;
|
|
3835
3834
|
limit?: number | undefined;
|
|
3835
|
+
cursor?: string | undefined;
|
|
3836
3836
|
latest?: string | undefined;
|
|
3837
3837
|
oldest?: string | undefined;
|
|
3838
3838
|
}>, z.ZodObject<{
|
|
@@ -3848,9 +3848,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3848
3848
|
}, "strip", z.ZodTypeAny, {
|
|
3849
3849
|
operation: "get_thread_replies";
|
|
3850
3850
|
inclusive: boolean;
|
|
3851
|
-
limit: number;
|
|
3852
3851
|
ts: string;
|
|
3853
3852
|
channel: string;
|
|
3853
|
+
limit: number;
|
|
3854
3854
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3855
3855
|
cursor?: string | undefined;
|
|
3856
3856
|
latest?: string | undefined;
|
|
@@ -3861,8 +3861,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3861
3861
|
channel: string;
|
|
3862
3862
|
inclusive?: boolean | undefined;
|
|
3863
3863
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3864
|
-
cursor?: string | undefined;
|
|
3865
3864
|
limit?: number | undefined;
|
|
3865
|
+
cursor?: string | undefined;
|
|
3866
3866
|
latest?: string | undefined;
|
|
3867
3867
|
oldest?: string | undefined;
|
|
3868
3868
|
}>, z.ZodObject<{
|
|
@@ -3899,12 +3899,12 @@ 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;
|
|
3902
3903
|
fields?: {
|
|
3903
3904
|
value: string;
|
|
3904
3905
|
title: string;
|
|
3905
3906
|
short?: boolean | undefined;
|
|
3906
3907
|
}[] | undefined;
|
|
3907
|
-
text?: string | undefined;
|
|
3908
3908
|
image_url?: string | undefined;
|
|
3909
3909
|
color?: string | undefined;
|
|
3910
3910
|
pretext?: string | undefined;
|
|
@@ -3918,12 +3918,12 @@ 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;
|
|
3921
3922
|
fields?: {
|
|
3922
3923
|
value: string;
|
|
3923
3924
|
title: string;
|
|
3924
3925
|
short?: boolean | undefined;
|
|
3925
3926
|
}[] | undefined;
|
|
3926
|
-
text?: string | undefined;
|
|
3927
3927
|
image_url?: string | undefined;
|
|
3928
3928
|
color?: string | undefined;
|
|
3929
3929
|
pretext?: string | undefined;
|
|
@@ -4066,12 +4066,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4066
4066
|
text?: string | undefined;
|
|
4067
4067
|
attachments?: {
|
|
4068
4068
|
title?: string | undefined;
|
|
4069
|
+
text?: string | undefined;
|
|
4069
4070
|
fields?: {
|
|
4070
4071
|
value: string;
|
|
4071
4072
|
title: string;
|
|
4072
4073
|
short?: boolean | undefined;
|
|
4073
4074
|
}[] | undefined;
|
|
4074
|
-
text?: string | undefined;
|
|
4075
4075
|
image_url?: string | undefined;
|
|
4076
4076
|
color?: string | undefined;
|
|
4077
4077
|
pretext?: string | undefined;
|
|
@@ -4133,12 +4133,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4133
4133
|
text?: string | undefined;
|
|
4134
4134
|
attachments?: {
|
|
4135
4135
|
title?: string | undefined;
|
|
4136
|
+
text?: string | undefined;
|
|
4136
4137
|
fields?: {
|
|
4137
4138
|
value: string;
|
|
4138
4139
|
title: string;
|
|
4139
4140
|
short?: boolean | undefined;
|
|
4140
4141
|
}[] | undefined;
|
|
4141
|
-
text?: string | undefined;
|
|
4142
4142
|
image_url?: string | undefined;
|
|
4143
4143
|
color?: string | undefined;
|
|
4144
4144
|
pretext?: string | undefined;
|
|
@@ -4270,8 +4270,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4270
4270
|
file_path: string;
|
|
4271
4271
|
title?: string | undefined;
|
|
4272
4272
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4273
|
-
thread_ts?: string | undefined;
|
|
4274
4273
|
filename?: string | undefined;
|
|
4274
|
+
thread_ts?: string | undefined;
|
|
4275
4275
|
initial_comment?: string | undefined;
|
|
4276
4276
|
}, {
|
|
4277
4277
|
operation: "upload_file";
|
|
@@ -4279,8 +4279,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4279
4279
|
file_path: string;
|
|
4280
4280
|
title?: string | undefined;
|
|
4281
4281
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4282
|
-
thread_ts?: string | undefined;
|
|
4283
4282
|
filename?: string | undefined;
|
|
4283
|
+
thread_ts?: string | undefined;
|
|
4284
4284
|
initial_comment?: string | undefined;
|
|
4285
4285
|
}>, z.ZodObject<{
|
|
4286
4286
|
operation: z.ZodLiteral<"schedule_message">;
|
|
@@ -4547,13 +4547,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4547
4547
|
users: z.ZodArray<z.ZodString, "many">;
|
|
4548
4548
|
count: z.ZodNumber;
|
|
4549
4549
|
}, "strip", z.ZodTypeAny, {
|
|
4550
|
-
count: number;
|
|
4551
4550
|
name: string;
|
|
4552
4551
|
users: string[];
|
|
4553
|
-
}, {
|
|
4554
4552
|
count: number;
|
|
4553
|
+
}, {
|
|
4555
4554
|
name: string;
|
|
4556
4555
|
users: string[];
|
|
4556
|
+
count: number;
|
|
4557
4557
|
}>, "many">>;
|
|
4558
4558
|
}, "strip", z.ZodTypeAny, {
|
|
4559
4559
|
type: string;
|
|
@@ -4576,9 +4576,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4576
4576
|
is_locked?: boolean | undefined;
|
|
4577
4577
|
subscribed?: boolean | undefined;
|
|
4578
4578
|
reactions?: {
|
|
4579
|
-
count: number;
|
|
4580
4579
|
name: string;
|
|
4581
4580
|
users: string[];
|
|
4581
|
+
count: number;
|
|
4582
4582
|
}[] | undefined;
|
|
4583
4583
|
}, {
|
|
4584
4584
|
type: string;
|
|
@@ -4601,9 +4601,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4601
4601
|
is_locked?: boolean | undefined;
|
|
4602
4602
|
subscribed?: boolean | undefined;
|
|
4603
4603
|
reactions?: {
|
|
4604
|
-
count: number;
|
|
4605
4604
|
name: string;
|
|
4606
4605
|
users: string[];
|
|
4606
|
+
count: number;
|
|
4607
4607
|
}[] | undefined;
|
|
4608
4608
|
}>>;
|
|
4609
4609
|
error: z.ZodString;
|
|
@@ -4634,9 +4634,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4634
4634
|
is_locked?: boolean | undefined;
|
|
4635
4635
|
subscribed?: boolean | undefined;
|
|
4636
4636
|
reactions?: {
|
|
4637
|
-
count: number;
|
|
4638
4637
|
name: string;
|
|
4639
4638
|
users: string[];
|
|
4639
|
+
count: number;
|
|
4640
4640
|
}[] | undefined;
|
|
4641
4641
|
} | undefined;
|
|
4642
4642
|
ts?: string | undefined;
|
|
@@ -4667,9 +4667,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4667
4667
|
is_locked?: boolean | undefined;
|
|
4668
4668
|
subscribed?: boolean | undefined;
|
|
4669
4669
|
reactions?: {
|
|
4670
|
-
count: number;
|
|
4671
4670
|
name: string;
|
|
4672
4671
|
users: string[];
|
|
4672
|
+
count: number;
|
|
4673
4673
|
}[] | undefined;
|
|
4674
4674
|
} | undefined;
|
|
4675
4675
|
ts?: string | undefined;
|
|
@@ -5127,8 +5127,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5127
5127
|
title?: string | undefined;
|
|
5128
5128
|
email?: string | undefined;
|
|
5129
5129
|
fields?: Record<string, unknown> | undefined;
|
|
5130
|
-
first_name?: string | undefined;
|
|
5131
|
-
last_name?: string | undefined;
|
|
5132
5130
|
real_name?: string | undefined;
|
|
5133
5131
|
phone?: string | undefined;
|
|
5134
5132
|
skype?: string | undefined;
|
|
@@ -5141,6 +5139,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5141
5139
|
avatar_hash?: string | undefined;
|
|
5142
5140
|
image_original?: string | undefined;
|
|
5143
5141
|
is_custom_image?: boolean | undefined;
|
|
5142
|
+
first_name?: string | undefined;
|
|
5143
|
+
last_name?: string | undefined;
|
|
5144
5144
|
image_24?: string | undefined;
|
|
5145
5145
|
image_32?: string | undefined;
|
|
5146
5146
|
image_48?: string | undefined;
|
|
@@ -5152,8 +5152,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5152
5152
|
title?: string | undefined;
|
|
5153
5153
|
email?: string | undefined;
|
|
5154
5154
|
fields?: Record<string, unknown> | undefined;
|
|
5155
|
-
first_name?: string | undefined;
|
|
5156
|
-
last_name?: string | undefined;
|
|
5157
5155
|
real_name?: string | undefined;
|
|
5158
5156
|
phone?: string | undefined;
|
|
5159
5157
|
skype?: string | undefined;
|
|
@@ -5166,6 +5164,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5166
5164
|
avatar_hash?: string | undefined;
|
|
5167
5165
|
image_original?: string | undefined;
|
|
5168
5166
|
is_custom_image?: boolean | undefined;
|
|
5167
|
+
first_name?: string | undefined;
|
|
5168
|
+
last_name?: string | undefined;
|
|
5169
5169
|
image_24?: string | undefined;
|
|
5170
5170
|
image_32?: string | undefined;
|
|
5171
5171
|
image_48?: string | undefined;
|
|
@@ -5197,8 +5197,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5197
5197
|
title?: string | undefined;
|
|
5198
5198
|
email?: string | undefined;
|
|
5199
5199
|
fields?: Record<string, unknown> | undefined;
|
|
5200
|
-
first_name?: string | undefined;
|
|
5201
|
-
last_name?: string | undefined;
|
|
5202
5200
|
real_name?: string | undefined;
|
|
5203
5201
|
phone?: string | undefined;
|
|
5204
5202
|
skype?: string | undefined;
|
|
@@ -5211,6 +5209,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5211
5209
|
avatar_hash?: string | undefined;
|
|
5212
5210
|
image_original?: string | undefined;
|
|
5213
5211
|
is_custom_image?: boolean | undefined;
|
|
5212
|
+
first_name?: string | undefined;
|
|
5213
|
+
last_name?: string | undefined;
|
|
5214
5214
|
image_24?: string | undefined;
|
|
5215
5215
|
image_32?: string | undefined;
|
|
5216
5216
|
image_48?: string | undefined;
|
|
@@ -5242,8 +5242,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5242
5242
|
title?: string | undefined;
|
|
5243
5243
|
email?: string | undefined;
|
|
5244
5244
|
fields?: Record<string, unknown> | undefined;
|
|
5245
|
-
first_name?: string | undefined;
|
|
5246
|
-
last_name?: string | undefined;
|
|
5247
5245
|
real_name?: string | undefined;
|
|
5248
5246
|
phone?: string | undefined;
|
|
5249
5247
|
skype?: string | undefined;
|
|
@@ -5256,6 +5254,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5256
5254
|
avatar_hash?: string | undefined;
|
|
5257
5255
|
image_original?: string | undefined;
|
|
5258
5256
|
is_custom_image?: boolean | undefined;
|
|
5257
|
+
first_name?: string | undefined;
|
|
5258
|
+
last_name?: string | undefined;
|
|
5259
5259
|
image_24?: string | undefined;
|
|
5260
5260
|
image_32?: string | undefined;
|
|
5261
5261
|
image_48?: string | undefined;
|
|
@@ -5295,8 +5295,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5295
5295
|
title?: string | undefined;
|
|
5296
5296
|
email?: string | undefined;
|
|
5297
5297
|
fields?: Record<string, unknown> | undefined;
|
|
5298
|
-
first_name?: string | undefined;
|
|
5299
|
-
last_name?: string | undefined;
|
|
5300
5298
|
real_name?: string | undefined;
|
|
5301
5299
|
phone?: string | undefined;
|
|
5302
5300
|
skype?: string | undefined;
|
|
@@ -5309,6 +5307,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5309
5307
|
avatar_hash?: string | undefined;
|
|
5310
5308
|
image_original?: string | undefined;
|
|
5311
5309
|
is_custom_image?: boolean | undefined;
|
|
5310
|
+
first_name?: string | undefined;
|
|
5311
|
+
last_name?: string | undefined;
|
|
5312
5312
|
image_24?: string | undefined;
|
|
5313
5313
|
image_32?: string | undefined;
|
|
5314
5314
|
image_48?: string | undefined;
|
|
@@ -5346,8 +5346,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5346
5346
|
title?: string | undefined;
|
|
5347
5347
|
email?: string | undefined;
|
|
5348
5348
|
fields?: Record<string, unknown> | undefined;
|
|
5349
|
-
first_name?: string | undefined;
|
|
5350
|
-
last_name?: string | undefined;
|
|
5351
5349
|
real_name?: string | undefined;
|
|
5352
5350
|
phone?: string | undefined;
|
|
5353
5351
|
skype?: string | undefined;
|
|
@@ -5360,6 +5358,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5360
5358
|
avatar_hash?: string | undefined;
|
|
5361
5359
|
image_original?: string | undefined;
|
|
5362
5360
|
is_custom_image?: boolean | undefined;
|
|
5361
|
+
first_name?: string | undefined;
|
|
5362
|
+
last_name?: string | undefined;
|
|
5363
5363
|
image_24?: string | undefined;
|
|
5364
5364
|
image_32?: string | undefined;
|
|
5365
5365
|
image_48?: string | undefined;
|
|
@@ -5420,8 +5420,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5420
5420
|
title?: string | undefined;
|
|
5421
5421
|
email?: string | undefined;
|
|
5422
5422
|
fields?: Record<string, unknown> | undefined;
|
|
5423
|
-
first_name?: string | undefined;
|
|
5424
|
-
last_name?: string | undefined;
|
|
5425
5423
|
real_name?: string | undefined;
|
|
5426
5424
|
phone?: string | undefined;
|
|
5427
5425
|
skype?: string | undefined;
|
|
@@ -5434,6 +5432,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5434
5432
|
avatar_hash?: string | undefined;
|
|
5435
5433
|
image_original?: string | undefined;
|
|
5436
5434
|
is_custom_image?: boolean | undefined;
|
|
5435
|
+
first_name?: string | undefined;
|
|
5436
|
+
last_name?: string | undefined;
|
|
5437
5437
|
image_24?: string | undefined;
|
|
5438
5438
|
image_32?: string | undefined;
|
|
5439
5439
|
image_48?: string | undefined;
|
|
@@ -5445,8 +5445,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5445
5445
|
title?: string | undefined;
|
|
5446
5446
|
email?: string | undefined;
|
|
5447
5447
|
fields?: Record<string, unknown> | undefined;
|
|
5448
|
-
first_name?: string | undefined;
|
|
5449
|
-
last_name?: string | undefined;
|
|
5450
5448
|
real_name?: string | undefined;
|
|
5451
5449
|
phone?: string | undefined;
|
|
5452
5450
|
skype?: string | undefined;
|
|
@@ -5459,6 +5457,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5459
5457
|
avatar_hash?: string | undefined;
|
|
5460
5458
|
image_original?: string | undefined;
|
|
5461
5459
|
is_custom_image?: boolean | undefined;
|
|
5460
|
+
first_name?: string | undefined;
|
|
5461
|
+
last_name?: string | undefined;
|
|
5462
5462
|
image_24?: string | undefined;
|
|
5463
5463
|
image_32?: string | undefined;
|
|
5464
5464
|
image_48?: string | undefined;
|
|
@@ -5490,8 +5490,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5490
5490
|
title?: string | undefined;
|
|
5491
5491
|
email?: string | undefined;
|
|
5492
5492
|
fields?: Record<string, unknown> | undefined;
|
|
5493
|
-
first_name?: string | undefined;
|
|
5494
|
-
last_name?: string | undefined;
|
|
5495
5493
|
real_name?: string | undefined;
|
|
5496
5494
|
phone?: string | undefined;
|
|
5497
5495
|
skype?: string | undefined;
|
|
@@ -5504,6 +5502,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5504
5502
|
avatar_hash?: string | undefined;
|
|
5505
5503
|
image_original?: string | undefined;
|
|
5506
5504
|
is_custom_image?: boolean | undefined;
|
|
5505
|
+
first_name?: string | undefined;
|
|
5506
|
+
last_name?: string | undefined;
|
|
5507
5507
|
image_24?: string | undefined;
|
|
5508
5508
|
image_32?: string | undefined;
|
|
5509
5509
|
image_48?: string | undefined;
|
|
@@ -5535,8 +5535,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5535
5535
|
title?: string | undefined;
|
|
5536
5536
|
email?: string | undefined;
|
|
5537
5537
|
fields?: Record<string, unknown> | undefined;
|
|
5538
|
-
first_name?: string | undefined;
|
|
5539
|
-
last_name?: string | undefined;
|
|
5540
5538
|
real_name?: string | undefined;
|
|
5541
5539
|
phone?: string | undefined;
|
|
5542
5540
|
skype?: string | undefined;
|
|
@@ -5549,6 +5547,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5549
5547
|
avatar_hash?: string | undefined;
|
|
5550
5548
|
image_original?: string | undefined;
|
|
5551
5549
|
is_custom_image?: boolean | undefined;
|
|
5550
|
+
first_name?: string | undefined;
|
|
5551
|
+
last_name?: string | undefined;
|
|
5552
5552
|
image_24?: string | undefined;
|
|
5553
5553
|
image_32?: string | undefined;
|
|
5554
5554
|
image_48?: string | undefined;
|
|
@@ -5598,8 +5598,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5598
5598
|
title?: string | undefined;
|
|
5599
5599
|
email?: string | undefined;
|
|
5600
5600
|
fields?: Record<string, unknown> | undefined;
|
|
5601
|
-
first_name?: string | undefined;
|
|
5602
|
-
last_name?: string | undefined;
|
|
5603
5601
|
real_name?: string | undefined;
|
|
5604
5602
|
phone?: string | undefined;
|
|
5605
5603
|
skype?: string | undefined;
|
|
@@ -5612,6 +5610,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5612
5610
|
avatar_hash?: string | undefined;
|
|
5613
5611
|
image_original?: string | undefined;
|
|
5614
5612
|
is_custom_image?: boolean | undefined;
|
|
5613
|
+
first_name?: string | undefined;
|
|
5614
|
+
last_name?: string | undefined;
|
|
5615
5615
|
image_24?: string | undefined;
|
|
5616
5616
|
image_32?: string | undefined;
|
|
5617
5617
|
image_48?: string | undefined;
|
|
@@ -5652,8 +5652,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5652
5652
|
title?: string | undefined;
|
|
5653
5653
|
email?: string | undefined;
|
|
5654
5654
|
fields?: Record<string, unknown> | undefined;
|
|
5655
|
-
first_name?: string | undefined;
|
|
5656
|
-
last_name?: string | undefined;
|
|
5657
5655
|
real_name?: string | undefined;
|
|
5658
5656
|
phone?: string | undefined;
|
|
5659
5657
|
skype?: string | undefined;
|
|
@@ -5666,6 +5664,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5666
5664
|
avatar_hash?: string | undefined;
|
|
5667
5665
|
image_original?: string | undefined;
|
|
5668
5666
|
is_custom_image?: boolean | undefined;
|
|
5667
|
+
first_name?: string | undefined;
|
|
5668
|
+
last_name?: string | undefined;
|
|
5669
5669
|
image_24?: string | undefined;
|
|
5670
5670
|
image_32?: string | undefined;
|
|
5671
5671
|
image_48?: string | undefined;
|
|
@@ -5716,13 +5716,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5716
5716
|
users: z.ZodArray<z.ZodString, "many">;
|
|
5717
5717
|
count: z.ZodNumber;
|
|
5718
5718
|
}, "strip", z.ZodTypeAny, {
|
|
5719
|
-
count: number;
|
|
5720
5719
|
name: string;
|
|
5721
5720
|
users: string[];
|
|
5722
|
-
}, {
|
|
5723
5721
|
count: number;
|
|
5722
|
+
}, {
|
|
5724
5723
|
name: string;
|
|
5725
5724
|
users: string[];
|
|
5725
|
+
count: number;
|
|
5726
5726
|
}>, "many">>;
|
|
5727
5727
|
}, "strip", z.ZodTypeAny, {
|
|
5728
5728
|
type: string;
|
|
@@ -5745,9 +5745,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5745
5745
|
is_locked?: boolean | undefined;
|
|
5746
5746
|
subscribed?: boolean | undefined;
|
|
5747
5747
|
reactions?: {
|
|
5748
|
-
count: number;
|
|
5749
5748
|
name: string;
|
|
5750
5749
|
users: string[];
|
|
5750
|
+
count: number;
|
|
5751
5751
|
}[] | undefined;
|
|
5752
5752
|
}, {
|
|
5753
5753
|
type: string;
|
|
@@ -5770,9 +5770,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5770
5770
|
is_locked?: boolean | undefined;
|
|
5771
5771
|
subscribed?: boolean | undefined;
|
|
5772
5772
|
reactions?: {
|
|
5773
|
-
count: number;
|
|
5774
5773
|
name: string;
|
|
5775
5774
|
users: string[];
|
|
5775
|
+
count: number;
|
|
5776
5776
|
}[] | undefined;
|
|
5777
5777
|
}>, "many">>;
|
|
5778
5778
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -5811,9 +5811,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5811
5811
|
is_locked?: boolean | undefined;
|
|
5812
5812
|
subscribed?: boolean | undefined;
|
|
5813
5813
|
reactions?: {
|
|
5814
|
-
count: number;
|
|
5815
5814
|
name: string;
|
|
5816
5815
|
users: string[];
|
|
5816
|
+
count: number;
|
|
5817
5817
|
}[] | undefined;
|
|
5818
5818
|
}[] | undefined;
|
|
5819
5819
|
response_metadata?: {
|
|
@@ -5846,9 +5846,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5846
5846
|
is_locked?: boolean | undefined;
|
|
5847
5847
|
subscribed?: boolean | undefined;
|
|
5848
5848
|
reactions?: {
|
|
5849
|
-
count: number;
|
|
5850
5849
|
name: string;
|
|
5851
5850
|
users: string[];
|
|
5851
|
+
count: number;
|
|
5852
5852
|
}[] | undefined;
|
|
5853
5853
|
}[] | undefined;
|
|
5854
5854
|
response_metadata?: {
|
|
@@ -5887,13 +5887,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5887
5887
|
users: z.ZodArray<z.ZodString, "many">;
|
|
5888
5888
|
count: z.ZodNumber;
|
|
5889
5889
|
}, "strip", z.ZodTypeAny, {
|
|
5890
|
-
count: number;
|
|
5891
5890
|
name: string;
|
|
5892
5891
|
users: string[];
|
|
5893
|
-
}, {
|
|
5894
5892
|
count: number;
|
|
5893
|
+
}, {
|
|
5895
5894
|
name: string;
|
|
5896
5895
|
users: string[];
|
|
5896
|
+
count: number;
|
|
5897
5897
|
}>, "many">>;
|
|
5898
5898
|
}, "strip", z.ZodTypeAny, {
|
|
5899
5899
|
type: string;
|
|
@@ -5916,9 +5916,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5916
5916
|
is_locked?: boolean | undefined;
|
|
5917
5917
|
subscribed?: boolean | undefined;
|
|
5918
5918
|
reactions?: {
|
|
5919
|
-
count: number;
|
|
5920
5919
|
name: string;
|
|
5921
5920
|
users: string[];
|
|
5921
|
+
count: number;
|
|
5922
5922
|
}[] | undefined;
|
|
5923
5923
|
}, {
|
|
5924
5924
|
type: string;
|
|
@@ -5941,9 +5941,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5941
5941
|
is_locked?: boolean | undefined;
|
|
5942
5942
|
subscribed?: boolean | undefined;
|
|
5943
5943
|
reactions?: {
|
|
5944
|
-
count: number;
|
|
5945
5944
|
name: string;
|
|
5946
5945
|
users: string[];
|
|
5946
|
+
count: number;
|
|
5947
5947
|
}[] | undefined;
|
|
5948
5948
|
}>, "many">>;
|
|
5949
5949
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -5982,9 +5982,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5982
5982
|
is_locked?: boolean | undefined;
|
|
5983
5983
|
subscribed?: boolean | undefined;
|
|
5984
5984
|
reactions?: {
|
|
5985
|
-
count: number;
|
|
5986
5985
|
name: string;
|
|
5987
5986
|
users: string[];
|
|
5987
|
+
count: number;
|
|
5988
5988
|
}[] | undefined;
|
|
5989
5989
|
}[] | undefined;
|
|
5990
5990
|
response_metadata?: {
|
|
@@ -6017,9 +6017,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6017
6017
|
is_locked?: boolean | undefined;
|
|
6018
6018
|
subscribed?: boolean | undefined;
|
|
6019
6019
|
reactions?: {
|
|
6020
|
-
count: number;
|
|
6021
6020
|
name: string;
|
|
6022
6021
|
users: string[];
|
|
6022
|
+
count: number;
|
|
6023
6023
|
}[] | undefined;
|
|
6024
6024
|
}[] | undefined;
|
|
6025
6025
|
response_metadata?: {
|
|
@@ -6061,13 +6061,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6061
6061
|
users: z.ZodArray<z.ZodString, "many">;
|
|
6062
6062
|
count: z.ZodNumber;
|
|
6063
6063
|
}, "strip", z.ZodTypeAny, {
|
|
6064
|
-
count: number;
|
|
6065
6064
|
name: string;
|
|
6066
6065
|
users: string[];
|
|
6067
|
-
}, {
|
|
6068
6066
|
count: number;
|
|
6067
|
+
}, {
|
|
6069
6068
|
name: string;
|
|
6070
6069
|
users: string[];
|
|
6070
|
+
count: number;
|
|
6071
6071
|
}>, "many">>;
|
|
6072
6072
|
}, "strip", z.ZodTypeAny, {
|
|
6073
6073
|
type: string;
|
|
@@ -6090,9 +6090,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6090
6090
|
is_locked?: boolean | undefined;
|
|
6091
6091
|
subscribed?: boolean | undefined;
|
|
6092
6092
|
reactions?: {
|
|
6093
|
-
count: number;
|
|
6094
6093
|
name: string;
|
|
6095
6094
|
users: string[];
|
|
6095
|
+
count: number;
|
|
6096
6096
|
}[] | undefined;
|
|
6097
6097
|
}, {
|
|
6098
6098
|
type: string;
|
|
@@ -6115,9 +6115,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6115
6115
|
is_locked?: boolean | undefined;
|
|
6116
6116
|
subscribed?: boolean | undefined;
|
|
6117
6117
|
reactions?: {
|
|
6118
|
-
count: number;
|
|
6119
6118
|
name: string;
|
|
6120
6119
|
users: string[];
|
|
6120
|
+
count: number;
|
|
6121
6121
|
}[] | undefined;
|
|
6122
6122
|
}>>;
|
|
6123
6123
|
error: z.ZodString;
|
|
@@ -6148,9 +6148,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6148
6148
|
is_locked?: boolean | undefined;
|
|
6149
6149
|
subscribed?: boolean | undefined;
|
|
6150
6150
|
reactions?: {
|
|
6151
|
-
count: number;
|
|
6152
6151
|
name: string;
|
|
6153
6152
|
users: string[];
|
|
6153
|
+
count: number;
|
|
6154
6154
|
}[] | undefined;
|
|
6155
6155
|
} | undefined;
|
|
6156
6156
|
text?: string | undefined;
|
|
@@ -6182,9 +6182,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6182
6182
|
is_locked?: boolean | undefined;
|
|
6183
6183
|
subscribed?: boolean | undefined;
|
|
6184
6184
|
reactions?: {
|
|
6185
|
-
count: number;
|
|
6186
6185
|
name: string;
|
|
6187
6186
|
users: string[];
|
|
6187
|
+
count: number;
|
|
6188
6188
|
}[] | undefined;
|
|
6189
6189
|
} | undefined;
|
|
6190
6190
|
text?: string | undefined;
|
|
@@ -6556,7 +6556,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6556
6556
|
}, "strip", z.ZodTypeAny, {
|
|
6557
6557
|
name: string;
|
|
6558
6558
|
user: string;
|
|
6559
|
+
mode: string;
|
|
6559
6560
|
id: string;
|
|
6561
|
+
size: number;
|
|
6560
6562
|
username: string;
|
|
6561
6563
|
timestamp: number;
|
|
6562
6564
|
created: number;
|
|
@@ -6564,8 +6566,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6564
6566
|
filetype: string;
|
|
6565
6567
|
pretty_type: string;
|
|
6566
6568
|
editable: boolean;
|
|
6567
|
-
size: number;
|
|
6568
|
-
mode: string;
|
|
6569
6569
|
is_external: boolean;
|
|
6570
6570
|
external_type: string;
|
|
6571
6571
|
is_public: boolean;
|
|
@@ -6601,7 +6601,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6601
6601
|
}, {
|
|
6602
6602
|
name: string;
|
|
6603
6603
|
user: string;
|
|
6604
|
+
mode: string;
|
|
6604
6605
|
id: string;
|
|
6606
|
+
size: number;
|
|
6605
6607
|
username: string;
|
|
6606
6608
|
timestamp: number;
|
|
6607
6609
|
created: number;
|
|
@@ -6609,8 +6611,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6609
6611
|
filetype: string;
|
|
6610
6612
|
pretty_type: string;
|
|
6611
6613
|
editable: boolean;
|
|
6612
|
-
size: number;
|
|
6613
|
-
mode: string;
|
|
6614
6614
|
is_external: boolean;
|
|
6615
6615
|
external_type: string;
|
|
6616
6616
|
is_public: boolean;
|
|
@@ -6654,7 +6654,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6654
6654
|
file?: {
|
|
6655
6655
|
name: string;
|
|
6656
6656
|
user: string;
|
|
6657
|
+
mode: string;
|
|
6657
6658
|
id: string;
|
|
6659
|
+
size: number;
|
|
6658
6660
|
username: string;
|
|
6659
6661
|
timestamp: number;
|
|
6660
6662
|
created: number;
|
|
@@ -6662,8 +6664,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6662
6664
|
filetype: string;
|
|
6663
6665
|
pretty_type: string;
|
|
6664
6666
|
editable: boolean;
|
|
6665
|
-
size: number;
|
|
6666
|
-
mode: string;
|
|
6667
6667
|
is_external: boolean;
|
|
6668
6668
|
external_type: string;
|
|
6669
6669
|
is_public: boolean;
|
|
@@ -6705,7 +6705,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6705
6705
|
file?: {
|
|
6706
6706
|
name: string;
|
|
6707
6707
|
user: string;
|
|
6708
|
+
mode: string;
|
|
6708
6709
|
id: string;
|
|
6710
|
+
size: number;
|
|
6709
6711
|
username: string;
|
|
6710
6712
|
timestamp: number;
|
|
6711
6713
|
created: number;
|
|
@@ -6713,8 +6715,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6713
6715
|
filetype: string;
|
|
6714
6716
|
pretty_type: string;
|
|
6715
6717
|
editable: boolean;
|
|
6716
|
-
size: number;
|
|
6717
|
-
mode: string;
|
|
6718
6718
|
is_external: boolean;
|
|
6719
6719
|
external_type: string;
|
|
6720
6720
|
is_public: boolean;
|