@bubblelab/bubble-core 0.1.23 → 0.1.25
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 +55 -55
- package/dist/bubbles/service-bubble/agi-inc.d.ts +4 -4
- package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +80 -80
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +9 -9
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +382 -382
- 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/crustdata/crustdata.schema.d.ts +432 -432
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +15 -9
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/firecrawl.d.ts +36 -36
- package/dist/bubbles/service-bubble/followupboss.d.ts +40 -40
- package/dist/bubbles/service-bubble/github.d.ts +52 -52
- package/dist/bubbles/service-bubble/gmail.d.ts +114 -114
- package/dist/bubbles/service-bubble/google-calendar.d.ts +16 -16
- package/dist/bubbles/service-bubble/google-drive.d.ts +14 -14
- 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/google-sheets/google-sheets.d.ts +8 -8
- package/dist/bubbles/service-bubble/hello-world.d.ts +2 -2
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/notion/notion.d.ts +444 -444
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +132 -132
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +148 -148
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +101 -101
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js +29 -8
- 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/linkedin-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +119 -119
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.js +31 -10
- package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +22 -22
- package/dist/bubbles.json +7 -7
- package/package.json +2 -2
|
@@ -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
|
-
value: string;
|
|
27
26
|
title: string;
|
|
27
|
+
value: string;
|
|
28
28
|
short?: boolean | undefined;
|
|
29
29
|
}, {
|
|
30
|
-
value: string;
|
|
31
30
|
title: string;
|
|
31
|
+
value: 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
|
-
value: string;
|
|
43
42
|
title: string;
|
|
43
|
+
value: 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
|
-
value: string;
|
|
62
61
|
title: string;
|
|
62
|
+
value: 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
|
-
value: string;
|
|
219
218
|
title: string;
|
|
219
|
+
value: 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
|
-
value: string;
|
|
289
288
|
title: string;
|
|
289
|
+
value: string;
|
|
290
290
|
short?: boolean | undefined;
|
|
291
291
|
}[] | undefined;
|
|
292
292
|
text?: string | undefined;
|
|
@@ -426,8 +426,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
426
426
|
cursor: z.ZodOptional<z.ZodString>;
|
|
427
427
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
|
-
operation: "get_conversation_history";
|
|
430
429
|
inclusive: boolean;
|
|
430
|
+
operation: "get_conversation_history";
|
|
431
431
|
limit: number;
|
|
432
432
|
channel: string;
|
|
433
433
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -454,8 +454,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
454
454
|
cursor: z.ZodOptional<z.ZodString>;
|
|
455
455
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
456
456
|
}, "strip", z.ZodTypeAny, {
|
|
457
|
-
operation: "get_thread_replies";
|
|
458
457
|
inclusive: boolean;
|
|
458
|
+
operation: "get_thread_replies";
|
|
459
459
|
limit: number;
|
|
460
460
|
ts: string;
|
|
461
461
|
channel: string;
|
|
@@ -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
|
-
value: string;
|
|
496
495
|
title: string;
|
|
496
|
+
value: string;
|
|
497
497
|
short?: boolean | undefined;
|
|
498
498
|
}, {
|
|
499
|
-
value: string;
|
|
500
499
|
title: string;
|
|
500
|
+
value: 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
|
-
value: string;
|
|
512
511
|
title: string;
|
|
512
|
+
value: 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
|
-
value: string;
|
|
531
530
|
title: string;
|
|
531
|
+
value: 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
|
-
value: string;
|
|
679
678
|
title: string;
|
|
679
|
+
value: 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
|
-
value: string;
|
|
746
745
|
title: string;
|
|
746
|
+
value: string;
|
|
747
747
|
short?: boolean | undefined;
|
|
748
748
|
}[] | undefined;
|
|
749
749
|
text?: string | undefined;
|
|
@@ -822,14 +822,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
822
822
|
timestamp: z.ZodString;
|
|
823
823
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
824
824
|
}, "strip", z.ZodTypeAny, {
|
|
825
|
-
operation: "add_reaction";
|
|
826
825
|
name: string;
|
|
826
|
+
operation: "add_reaction";
|
|
827
827
|
channel: string;
|
|
828
828
|
timestamp: string;
|
|
829
829
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
830
830
|
}, {
|
|
831
|
-
operation: "add_reaction";
|
|
832
831
|
name: string;
|
|
832
|
+
operation: "add_reaction";
|
|
833
833
|
channel: string;
|
|
834
834
|
timestamp: string;
|
|
835
835
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -840,14 +840,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
840
840
|
timestamp: z.ZodString;
|
|
841
841
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
842
842
|
}, "strip", z.ZodTypeAny, {
|
|
843
|
-
operation: "remove_reaction";
|
|
844
843
|
name: string;
|
|
844
|
+
operation: "remove_reaction";
|
|
845
845
|
channel: string;
|
|
846
846
|
timestamp: string;
|
|
847
847
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
848
848
|
}, {
|
|
849
|
-
operation: "remove_reaction";
|
|
850
849
|
name: string;
|
|
850
|
+
operation: "remove_reaction";
|
|
851
851
|
channel: string;
|
|
852
852
|
timestamp: string;
|
|
853
853
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -1155,12 +1155,12 @@ 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;
|
|
1159
|
+
count: number;
|
|
1160
1160
|
users: string[];
|
|
1161
1161
|
}, {
|
|
1162
|
-
count: number;
|
|
1163
1162
|
name: string;
|
|
1163
|
+
count: number;
|
|
1164
1164
|
users: string[];
|
|
1165
1165
|
}>, "many">>;
|
|
1166
1166
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1184,8 +1184,8 @@ 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;
|
|
1188
|
+
count: number;
|
|
1189
1189
|
users: string[];
|
|
1190
1190
|
}[] | undefined;
|
|
1191
1191
|
}, {
|
|
@@ -1209,8 +1209,8 @@ 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;
|
|
1213
|
+
count: number;
|
|
1214
1214
|
users: string[];
|
|
1215
1215
|
}[] | undefined;
|
|
1216
1216
|
}>>;
|
|
@@ -1242,8 +1242,8 @@ 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;
|
|
1246
|
+
count: number;
|
|
1247
1247
|
users: string[];
|
|
1248
1248
|
}[] | undefined;
|
|
1249
1249
|
} | undefined;
|
|
@@ -1275,8 +1275,8 @@ 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;
|
|
1279
|
+
count: number;
|
|
1280
1280
|
users: string[];
|
|
1281
1281
|
}[] | undefined;
|
|
1282
1282
|
} | undefined;
|
|
@@ -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;
|
|
1735
1737
|
title?: string | undefined;
|
|
1736
1738
|
email?: string | undefined;
|
|
1737
1739
|
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;
|
|
1760
1762
|
title?: string | undefined;
|
|
1761
1763
|
email?: string | undefined;
|
|
1762
1764
|
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;
|
|
1805
1807
|
title?: string | undefined;
|
|
1806
1808
|
email?: string | undefined;
|
|
1807
1809
|
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;
|
|
1850
1852
|
title?: string | undefined;
|
|
1851
1853
|
email?: string | undefined;
|
|
1852
1854
|
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;
|
|
@@ -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;
|
|
1903
1905
|
title?: string | undefined;
|
|
1904
1906
|
email?: string | undefined;
|
|
1905
1907
|
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;
|
|
@@ -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;
|
|
1954
1956
|
title?: string | undefined;
|
|
1955
1957
|
email?: string | undefined;
|
|
1956
1958
|
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;
|
|
2028
2030
|
title?: string | undefined;
|
|
2029
2031
|
email?: string | undefined;
|
|
2030
2032
|
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;
|
|
2053
2055
|
title?: string | undefined;
|
|
2054
2056
|
email?: string | undefined;
|
|
2055
2057
|
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;
|
|
2098
2100
|
title?: string | undefined;
|
|
2099
2101
|
email?: string | undefined;
|
|
2100
2102
|
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;
|
|
2143
2145
|
title?: string | undefined;
|
|
2144
2146
|
email?: string | undefined;
|
|
2145
2147
|
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;
|
|
@@ -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;
|
|
2206
2208
|
title?: string | undefined;
|
|
2207
2209
|
email?: string | undefined;
|
|
2208
2210
|
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;
|
|
@@ -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;
|
|
2260
2262
|
title?: string | undefined;
|
|
2261
2263
|
email?: string | undefined;
|
|
2262
2264
|
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;
|
|
@@ -2324,12 +2324,12 @@ 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;
|
|
2328
|
+
count: number;
|
|
2329
2329
|
users: string[];
|
|
2330
2330
|
}, {
|
|
2331
|
-
count: number;
|
|
2332
2331
|
name: string;
|
|
2332
|
+
count: number;
|
|
2333
2333
|
users: string[];
|
|
2334
2334
|
}>, "many">>;
|
|
2335
2335
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2353,8 +2353,8 @@ 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;
|
|
2357
|
+
count: number;
|
|
2358
2358
|
users: string[];
|
|
2359
2359
|
}[] | undefined;
|
|
2360
2360
|
}, {
|
|
@@ -2378,8 +2378,8 @@ 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;
|
|
2382
|
+
count: number;
|
|
2383
2383
|
users: string[];
|
|
2384
2384
|
}[] | undefined;
|
|
2385
2385
|
}>, "many">>;
|
|
@@ -2419,8 +2419,8 @@ 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;
|
|
2423
|
+
count: number;
|
|
2424
2424
|
users: string[];
|
|
2425
2425
|
}[] | undefined;
|
|
2426
2426
|
}[] | undefined;
|
|
@@ -2454,8 +2454,8 @@ 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;
|
|
2458
|
+
count: number;
|
|
2459
2459
|
users: string[];
|
|
2460
2460
|
}[] | undefined;
|
|
2461
2461
|
}[] | undefined;
|
|
@@ -2495,12 +2495,12 @@ 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;
|
|
2499
|
+
count: number;
|
|
2500
2500
|
users: string[];
|
|
2501
2501
|
}, {
|
|
2502
|
-
count: number;
|
|
2503
2502
|
name: string;
|
|
2503
|
+
count: number;
|
|
2504
2504
|
users: string[];
|
|
2505
2505
|
}>, "many">>;
|
|
2506
2506
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2524,8 +2524,8 @@ 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;
|
|
2528
|
+
count: number;
|
|
2529
2529
|
users: string[];
|
|
2530
2530
|
}[] | undefined;
|
|
2531
2531
|
}, {
|
|
@@ -2549,8 +2549,8 @@ 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;
|
|
2553
|
+
count: number;
|
|
2554
2554
|
users: string[];
|
|
2555
2555
|
}[] | undefined;
|
|
2556
2556
|
}>, "many">>;
|
|
@@ -2590,8 +2590,8 @@ 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;
|
|
2594
|
+
count: number;
|
|
2595
2595
|
users: string[];
|
|
2596
2596
|
}[] | undefined;
|
|
2597
2597
|
}[] | undefined;
|
|
@@ -2625,8 +2625,8 @@ 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;
|
|
2629
|
+
count: number;
|
|
2630
2630
|
users: string[];
|
|
2631
2631
|
}[] | undefined;
|
|
2632
2632
|
}[] | undefined;
|
|
@@ -2669,12 +2669,12 @@ 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;
|
|
2673
|
+
count: number;
|
|
2674
2674
|
users: string[];
|
|
2675
2675
|
}, {
|
|
2676
|
-
count: number;
|
|
2677
2676
|
name: string;
|
|
2677
|
+
count: number;
|
|
2678
2678
|
users: string[];
|
|
2679
2679
|
}>, "many">>;
|
|
2680
2680
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2698,8 +2698,8 @@ 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;
|
|
2702
|
+
count: number;
|
|
2703
2703
|
users: string[];
|
|
2704
2704
|
}[] | undefined;
|
|
2705
2705
|
}, {
|
|
@@ -2723,8 +2723,8 @@ 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;
|
|
2727
|
+
count: number;
|
|
2728
2728
|
users: string[];
|
|
2729
2729
|
}[] | undefined;
|
|
2730
2730
|
}>>;
|
|
@@ -2756,8 +2756,8 @@ 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;
|
|
2760
|
+
count: number;
|
|
2761
2761
|
users: string[];
|
|
2762
2762
|
}[] | undefined;
|
|
2763
2763
|
} | undefined;
|
|
@@ -2790,8 +2790,8 @@ 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;
|
|
2794
|
+
count: number;
|
|
2795
2795
|
users: string[];
|
|
2796
2796
|
}[] | undefined;
|
|
2797
2797
|
} | 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
|
-
value: string;
|
|
3419
3418
|
title: string;
|
|
3419
|
+
value: string;
|
|
3420
3420
|
short?: boolean | undefined;
|
|
3421
3421
|
}, {
|
|
3422
|
-
value: string;
|
|
3423
3422
|
title: string;
|
|
3423
|
+
value: 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
|
-
value: string;
|
|
3435
3434
|
title: string;
|
|
3435
|
+
value: 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
|
-
value: string;
|
|
3454
3453
|
title: string;
|
|
3454
|
+
value: 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
|
-
value: string;
|
|
3611
3610
|
title: string;
|
|
3611
|
+
value: 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
|
-
value: string;
|
|
3681
3680
|
title: string;
|
|
3681
|
+
value: string;
|
|
3682
3682
|
short?: boolean | undefined;
|
|
3683
3683
|
}[] | undefined;
|
|
3684
3684
|
text?: string | undefined;
|
|
@@ -3818,8 +3818,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3818
3818
|
cursor: z.ZodOptional<z.ZodString>;
|
|
3819
3819
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3820
3820
|
}, "strip", z.ZodTypeAny, {
|
|
3821
|
-
operation: "get_conversation_history";
|
|
3822
3821
|
inclusive: boolean;
|
|
3822
|
+
operation: "get_conversation_history";
|
|
3823
3823
|
limit: number;
|
|
3824
3824
|
channel: string;
|
|
3825
3825
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -3846,8 +3846,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3846
3846
|
cursor: z.ZodOptional<z.ZodString>;
|
|
3847
3847
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3848
3848
|
}, "strip", z.ZodTypeAny, {
|
|
3849
|
-
operation: "get_thread_replies";
|
|
3850
3849
|
inclusive: boolean;
|
|
3850
|
+
operation: "get_thread_replies";
|
|
3851
3851
|
limit: number;
|
|
3852
3852
|
ts: string;
|
|
3853
3853
|
channel: string;
|
|
@@ -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
|
-
value: string;
|
|
3888
3887
|
title: string;
|
|
3888
|
+
value: string;
|
|
3889
3889
|
short?: boolean | undefined;
|
|
3890
3890
|
}, {
|
|
3891
|
-
value: string;
|
|
3892
3891
|
title: string;
|
|
3892
|
+
value: 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
|
-
value: string;
|
|
3904
3903
|
title: string;
|
|
3904
|
+
value: 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
|
-
value: string;
|
|
3923
3922
|
title: string;
|
|
3923
|
+
value: 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
|
-
value: string;
|
|
4071
4070
|
title: string;
|
|
4071
|
+
value: 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
|
-
value: string;
|
|
4138
4137
|
title: string;
|
|
4138
|
+
value: string;
|
|
4139
4139
|
short?: boolean | undefined;
|
|
4140
4140
|
}[] | undefined;
|
|
4141
4141
|
text?: string | undefined;
|
|
@@ -4214,14 +4214,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4214
4214
|
timestamp: z.ZodString;
|
|
4215
4215
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4216
4216
|
}, "strip", z.ZodTypeAny, {
|
|
4217
|
-
operation: "add_reaction";
|
|
4218
4217
|
name: string;
|
|
4218
|
+
operation: "add_reaction";
|
|
4219
4219
|
channel: string;
|
|
4220
4220
|
timestamp: string;
|
|
4221
4221
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4222
4222
|
}, {
|
|
4223
|
-
operation: "add_reaction";
|
|
4224
4223
|
name: string;
|
|
4224
|
+
operation: "add_reaction";
|
|
4225
4225
|
channel: string;
|
|
4226
4226
|
timestamp: string;
|
|
4227
4227
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -4232,14 +4232,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4232
4232
|
timestamp: z.ZodString;
|
|
4233
4233
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4234
4234
|
}, "strip", z.ZodTypeAny, {
|
|
4235
|
-
operation: "remove_reaction";
|
|
4236
4235
|
name: string;
|
|
4236
|
+
operation: "remove_reaction";
|
|
4237
4237
|
channel: string;
|
|
4238
4238
|
timestamp: string;
|
|
4239
4239
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4240
4240
|
}, {
|
|
4241
|
-
operation: "remove_reaction";
|
|
4242
4241
|
name: string;
|
|
4242
|
+
operation: "remove_reaction";
|
|
4243
4243
|
channel: string;
|
|
4244
4244
|
timestamp: string;
|
|
4245
4245
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -4547,12 +4547,12 @@ 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;
|
|
4551
|
+
count: number;
|
|
4552
4552
|
users: string[];
|
|
4553
4553
|
}, {
|
|
4554
|
-
count: number;
|
|
4555
4554
|
name: string;
|
|
4555
|
+
count: number;
|
|
4556
4556
|
users: string[];
|
|
4557
4557
|
}>, "many">>;
|
|
4558
4558
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4576,8 +4576,8 @@ 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;
|
|
4580
|
+
count: number;
|
|
4581
4581
|
users: string[];
|
|
4582
4582
|
}[] | undefined;
|
|
4583
4583
|
}, {
|
|
@@ -4601,8 +4601,8 @@ 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;
|
|
4605
|
+
count: number;
|
|
4606
4606
|
users: string[];
|
|
4607
4607
|
}[] | undefined;
|
|
4608
4608
|
}>>;
|
|
@@ -4634,8 +4634,8 @@ 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;
|
|
4638
|
+
count: number;
|
|
4639
4639
|
users: string[];
|
|
4640
4640
|
}[] | undefined;
|
|
4641
4641
|
} | undefined;
|
|
@@ -4667,8 +4667,8 @@ 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;
|
|
4671
|
+
count: number;
|
|
4672
4672
|
users: string[];
|
|
4673
4673
|
}[] | undefined;
|
|
4674
4674
|
} | undefined;
|
|
@@ -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;
|
|
5127
5129
|
title?: string | undefined;
|
|
5128
5130
|
email?: string | undefined;
|
|
5129
5131
|
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;
|
|
5152
5154
|
title?: string | undefined;
|
|
5153
5155
|
email?: string | undefined;
|
|
5154
5156
|
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;
|
|
5197
5199
|
title?: string | undefined;
|
|
5198
5200
|
email?: string | undefined;
|
|
5199
5201
|
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;
|
|
5242
5244
|
title?: string | undefined;
|
|
5243
5245
|
email?: string | undefined;
|
|
5244
5246
|
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;
|
|
@@ -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;
|
|
5295
5297
|
title?: string | undefined;
|
|
5296
5298
|
email?: string | undefined;
|
|
5297
5299
|
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;
|
|
@@ -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;
|
|
5346
5348
|
title?: string | undefined;
|
|
5347
5349
|
email?: string | undefined;
|
|
5348
5350
|
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;
|
|
5420
5422
|
title?: string | undefined;
|
|
5421
5423
|
email?: string | undefined;
|
|
5422
5424
|
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;
|
|
5445
5447
|
title?: string | undefined;
|
|
5446
5448
|
email?: string | undefined;
|
|
5447
5449
|
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;
|
|
5490
5492
|
title?: string | undefined;
|
|
5491
5493
|
email?: string | undefined;
|
|
5492
5494
|
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;
|
|
5535
5537
|
title?: string | undefined;
|
|
5536
5538
|
email?: string | undefined;
|
|
5537
5539
|
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;
|
|
@@ -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;
|
|
5598
5600
|
title?: string | undefined;
|
|
5599
5601
|
email?: string | undefined;
|
|
5600
5602
|
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;
|
|
@@ -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;
|
|
5652
5654
|
title?: string | undefined;
|
|
5653
5655
|
email?: string | undefined;
|
|
5654
5656
|
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;
|
|
@@ -5716,12 +5716,12 @@ 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;
|
|
5720
|
+
count: number;
|
|
5721
5721
|
users: string[];
|
|
5722
5722
|
}, {
|
|
5723
|
-
count: number;
|
|
5724
5723
|
name: string;
|
|
5724
|
+
count: number;
|
|
5725
5725
|
users: string[];
|
|
5726
5726
|
}>, "many">>;
|
|
5727
5727
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5745,8 +5745,8 @@ 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;
|
|
5749
|
+
count: number;
|
|
5750
5750
|
users: string[];
|
|
5751
5751
|
}[] | undefined;
|
|
5752
5752
|
}, {
|
|
@@ -5770,8 +5770,8 @@ 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;
|
|
5774
|
+
count: number;
|
|
5775
5775
|
users: string[];
|
|
5776
5776
|
}[] | undefined;
|
|
5777
5777
|
}>, "many">>;
|
|
@@ -5811,8 +5811,8 @@ 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;
|
|
5815
|
+
count: number;
|
|
5816
5816
|
users: string[];
|
|
5817
5817
|
}[] | undefined;
|
|
5818
5818
|
}[] | undefined;
|
|
@@ -5846,8 +5846,8 @@ 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;
|
|
5850
|
+
count: number;
|
|
5851
5851
|
users: string[];
|
|
5852
5852
|
}[] | undefined;
|
|
5853
5853
|
}[] | undefined;
|
|
@@ -5887,12 +5887,12 @@ 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;
|
|
5891
|
+
count: number;
|
|
5892
5892
|
users: string[];
|
|
5893
5893
|
}, {
|
|
5894
|
-
count: number;
|
|
5895
5894
|
name: string;
|
|
5895
|
+
count: number;
|
|
5896
5896
|
users: string[];
|
|
5897
5897
|
}>, "many">>;
|
|
5898
5898
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5916,8 +5916,8 @@ 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;
|
|
5920
|
+
count: number;
|
|
5921
5921
|
users: string[];
|
|
5922
5922
|
}[] | undefined;
|
|
5923
5923
|
}, {
|
|
@@ -5941,8 +5941,8 @@ 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;
|
|
5945
|
+
count: number;
|
|
5946
5946
|
users: string[];
|
|
5947
5947
|
}[] | undefined;
|
|
5948
5948
|
}>, "many">>;
|
|
@@ -5982,8 +5982,8 @@ 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;
|
|
5986
|
+
count: number;
|
|
5987
5987
|
users: string[];
|
|
5988
5988
|
}[] | undefined;
|
|
5989
5989
|
}[] | undefined;
|
|
@@ -6017,8 +6017,8 @@ 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;
|
|
6021
|
+
count: number;
|
|
6022
6022
|
users: string[];
|
|
6023
6023
|
}[] | undefined;
|
|
6024
6024
|
}[] | undefined;
|
|
@@ -6061,12 +6061,12 @@ 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;
|
|
6065
|
+
count: number;
|
|
6066
6066
|
users: string[];
|
|
6067
6067
|
}, {
|
|
6068
|
-
count: number;
|
|
6069
6068
|
name: string;
|
|
6069
|
+
count: number;
|
|
6070
6070
|
users: string[];
|
|
6071
6071
|
}>, "many">>;
|
|
6072
6072
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6090,8 +6090,8 @@ 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;
|
|
6094
|
+
count: number;
|
|
6095
6095
|
users: string[];
|
|
6096
6096
|
}[] | undefined;
|
|
6097
6097
|
}, {
|
|
@@ -6115,8 +6115,8 @@ 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;
|
|
6119
|
+
count: number;
|
|
6120
6120
|
users: string[];
|
|
6121
6121
|
}[] | undefined;
|
|
6122
6122
|
}>>;
|
|
@@ -6148,8 +6148,8 @@ 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;
|
|
6152
|
+
count: number;
|
|
6153
6153
|
users: string[];
|
|
6154
6154
|
}[] | undefined;
|
|
6155
6155
|
} | undefined;
|
|
@@ -6182,8 +6182,8 @@ 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;
|
|
6186
|
+
count: number;
|
|
6187
6187
|
users: string[];
|
|
6188
6188
|
}[] | undefined;
|
|
6189
6189
|
} | undefined;
|