@bubblelab/bubble-core 0.1.83 → 0.1.84
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 +68 -68
- package/dist/bubbles/service-bubble/ai-agent.d.ts +28 -28
- package/dist/bubbles/service-bubble/airtable.d.ts +40 -40
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
- package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +40 -40
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +74 -74
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/firecrawl.d.ts +206 -206
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +12 -12
- package/dist/bubbles/service-bubble/github.d.ts +28 -28
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/notion/notion.d.ts +64 -64
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +177 -177
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +0 -133
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +38 -38
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +14 -14
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +271 -271
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +90 -90
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +56 -56
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +0 -31
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +0 -184
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +0 -1
- package/dist/bubbles/service-bubble/google-sheets.d.ts +0 -1811
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/google-sheets.js +0 -904
- package/dist/bubbles/service-bubble/google-sheets.js.map +0 -1
- package/dist/bubbles/service-bubble/slack.d.ts +0 -5869
- package/dist/bubbles/service-bubble/slack.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/slack.js +0 -1536
- package/dist/bubbles/service-bubble/slack.js.map +0 -1
- package/dist/recording/types.d.ts +0 -68
- package/dist/recording/types.d.ts.map +0 -1
- package/dist/recording/types.js +0 -13
- package/dist/recording/types.js.map +0 -1
|
@@ -38,13 +38,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
38
38
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
40
|
title?: string | undefined;
|
|
41
|
+
text?: string | undefined;
|
|
42
|
+
image_url?: string | undefined;
|
|
41
43
|
fields?: {
|
|
42
44
|
value: string;
|
|
43
45
|
title: string;
|
|
44
46
|
short?: boolean | undefined;
|
|
45
47
|
}[] | undefined;
|
|
46
|
-
text?: string | undefined;
|
|
47
|
-
image_url?: string | undefined;
|
|
48
48
|
color?: string | undefined;
|
|
49
49
|
pretext?: string | undefined;
|
|
50
50
|
author_name?: string | undefined;
|
|
@@ -57,13 +57,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
57
57
|
ts?: number | undefined;
|
|
58
58
|
}, {
|
|
59
59
|
title?: string | undefined;
|
|
60
|
+
text?: string | undefined;
|
|
61
|
+
image_url?: string | undefined;
|
|
60
62
|
fields?: {
|
|
61
63
|
value: string;
|
|
62
64
|
title: string;
|
|
63
65
|
short?: boolean | undefined;
|
|
64
66
|
}[] | undefined;
|
|
65
|
-
text?: string | undefined;
|
|
66
|
-
image_url?: string | undefined;
|
|
67
67
|
color?: string | undefined;
|
|
68
68
|
pretext?: string | undefined;
|
|
69
69
|
author_name?: string | undefined;
|
|
@@ -214,13 +214,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
214
214
|
icon_url?: string | undefined;
|
|
215
215
|
attachments?: {
|
|
216
216
|
title?: string | undefined;
|
|
217
|
+
text?: string | undefined;
|
|
218
|
+
image_url?: string | undefined;
|
|
217
219
|
fields?: {
|
|
218
220
|
value: string;
|
|
219
221
|
title: string;
|
|
220
222
|
short?: boolean | undefined;
|
|
221
223
|
}[] | undefined;
|
|
222
|
-
text?: string | undefined;
|
|
223
|
-
image_url?: string | undefined;
|
|
224
224
|
color?: string | undefined;
|
|
225
225
|
pretext?: string | undefined;
|
|
226
226
|
author_name?: string | undefined;
|
|
@@ -284,13 +284,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
284
284
|
icon_url?: string | undefined;
|
|
285
285
|
attachments?: {
|
|
286
286
|
title?: string | undefined;
|
|
287
|
+
text?: string | undefined;
|
|
288
|
+
image_url?: string | undefined;
|
|
287
289
|
fields?: {
|
|
288
290
|
value: string;
|
|
289
291
|
title: string;
|
|
290
292
|
short?: boolean | undefined;
|
|
291
293
|
}[] | undefined;
|
|
292
|
-
text?: string | undefined;
|
|
293
|
-
image_url?: string | undefined;
|
|
294
294
|
color?: string | undefined;
|
|
295
295
|
pretext?: string | undefined;
|
|
296
296
|
author_name?: string | undefined;
|
|
@@ -507,13 +507,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
507
507
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
508
508
|
}, "strip", z.ZodTypeAny, {
|
|
509
509
|
title?: string | undefined;
|
|
510
|
+
text?: string | undefined;
|
|
511
|
+
image_url?: string | undefined;
|
|
510
512
|
fields?: {
|
|
511
513
|
value: string;
|
|
512
514
|
title: string;
|
|
513
515
|
short?: boolean | undefined;
|
|
514
516
|
}[] | undefined;
|
|
515
|
-
text?: string | undefined;
|
|
516
|
-
image_url?: string | undefined;
|
|
517
517
|
color?: string | undefined;
|
|
518
518
|
pretext?: string | undefined;
|
|
519
519
|
author_name?: string | undefined;
|
|
@@ -526,13 +526,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
526
526
|
ts?: number | undefined;
|
|
527
527
|
}, {
|
|
528
528
|
title?: string | undefined;
|
|
529
|
+
text?: string | undefined;
|
|
530
|
+
image_url?: string | undefined;
|
|
529
531
|
fields?: {
|
|
530
532
|
value: string;
|
|
531
533
|
title: string;
|
|
532
534
|
short?: boolean | undefined;
|
|
533
535
|
}[] | undefined;
|
|
534
|
-
text?: string | undefined;
|
|
535
|
-
image_url?: string | undefined;
|
|
536
536
|
color?: string | undefined;
|
|
537
537
|
pretext?: string | undefined;
|
|
538
538
|
author_name?: string | undefined;
|
|
@@ -674,13 +674,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
674
674
|
text?: string | undefined;
|
|
675
675
|
attachments?: {
|
|
676
676
|
title?: string | undefined;
|
|
677
|
+
text?: string | undefined;
|
|
678
|
+
image_url?: string | undefined;
|
|
677
679
|
fields?: {
|
|
678
680
|
value: string;
|
|
679
681
|
title: string;
|
|
680
682
|
short?: boolean | undefined;
|
|
681
683
|
}[] | undefined;
|
|
682
|
-
text?: string | undefined;
|
|
683
|
-
image_url?: string | undefined;
|
|
684
684
|
color?: string | undefined;
|
|
685
685
|
pretext?: string | undefined;
|
|
686
686
|
author_name?: string | undefined;
|
|
@@ -741,13 +741,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
741
741
|
text?: string | undefined;
|
|
742
742
|
attachments?: {
|
|
743
743
|
title?: string | undefined;
|
|
744
|
+
text?: string | undefined;
|
|
745
|
+
image_url?: string | undefined;
|
|
744
746
|
fields?: {
|
|
745
747
|
value: string;
|
|
746
748
|
title: string;
|
|
747
749
|
short?: boolean | undefined;
|
|
748
750
|
}[] | undefined;
|
|
749
|
-
text?: string | undefined;
|
|
750
|
-
image_url?: string | undefined;
|
|
751
751
|
color?: string | undefined;
|
|
752
752
|
pretext?: string | undefined;
|
|
753
753
|
author_name?: string | undefined;
|
|
@@ -1821,6 +1821,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1821
1821
|
}, "strip", z.ZodTypeAny, {
|
|
1822
1822
|
name: string;
|
|
1823
1823
|
id: string;
|
|
1824
|
+
color?: string | undefined;
|
|
1825
|
+
team_id?: string | undefined;
|
|
1826
|
+
deleted?: boolean | undefined;
|
|
1827
|
+
real_name?: string | undefined;
|
|
1828
|
+
tz?: string | undefined;
|
|
1829
|
+
tz_label?: string | undefined;
|
|
1830
|
+
tz_offset?: number | undefined;
|
|
1824
1831
|
profile?: {
|
|
1825
1832
|
title?: string | undefined;
|
|
1826
1833
|
email?: string | undefined;
|
|
@@ -1847,13 +1854,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1847
1854
|
image_512?: string | undefined;
|
|
1848
1855
|
image_1024?: string | undefined;
|
|
1849
1856
|
} | undefined;
|
|
1850
|
-
color?: string | undefined;
|
|
1851
|
-
team_id?: string | undefined;
|
|
1852
|
-
deleted?: boolean | undefined;
|
|
1853
|
-
real_name?: string | undefined;
|
|
1854
|
-
tz?: string | undefined;
|
|
1855
|
-
tz_label?: string | undefined;
|
|
1856
|
-
tz_offset?: number | undefined;
|
|
1857
1857
|
is_admin?: boolean | undefined;
|
|
1858
1858
|
is_owner?: boolean | undefined;
|
|
1859
1859
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1866,6 +1866,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1866
1866
|
}, {
|
|
1867
1867
|
name: string;
|
|
1868
1868
|
id: string;
|
|
1869
|
+
color?: string | undefined;
|
|
1870
|
+
team_id?: string | undefined;
|
|
1871
|
+
deleted?: boolean | undefined;
|
|
1872
|
+
real_name?: string | undefined;
|
|
1873
|
+
tz?: string | undefined;
|
|
1874
|
+
tz_label?: string | undefined;
|
|
1875
|
+
tz_offset?: number | undefined;
|
|
1869
1876
|
profile?: {
|
|
1870
1877
|
title?: string | undefined;
|
|
1871
1878
|
email?: string | undefined;
|
|
@@ -1892,13 +1899,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1892
1899
|
image_512?: string | undefined;
|
|
1893
1900
|
image_1024?: string | undefined;
|
|
1894
1901
|
} | undefined;
|
|
1895
|
-
color?: string | undefined;
|
|
1896
|
-
team_id?: string | undefined;
|
|
1897
|
-
deleted?: boolean | undefined;
|
|
1898
|
-
real_name?: string | undefined;
|
|
1899
|
-
tz?: string | undefined;
|
|
1900
|
-
tz_label?: string | undefined;
|
|
1901
|
-
tz_offset?: number | undefined;
|
|
1902
1902
|
is_admin?: boolean | undefined;
|
|
1903
1903
|
is_owner?: boolean | undefined;
|
|
1904
1904
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1919,6 +1919,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1919
1919
|
user?: {
|
|
1920
1920
|
name: string;
|
|
1921
1921
|
id: string;
|
|
1922
|
+
color?: string | undefined;
|
|
1923
|
+
team_id?: string | undefined;
|
|
1924
|
+
deleted?: boolean | undefined;
|
|
1925
|
+
real_name?: string | undefined;
|
|
1926
|
+
tz?: string | undefined;
|
|
1927
|
+
tz_label?: string | undefined;
|
|
1928
|
+
tz_offset?: number | undefined;
|
|
1922
1929
|
profile?: {
|
|
1923
1930
|
title?: string | undefined;
|
|
1924
1931
|
email?: string | undefined;
|
|
@@ -1945,13 +1952,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1945
1952
|
image_512?: string | undefined;
|
|
1946
1953
|
image_1024?: string | undefined;
|
|
1947
1954
|
} | undefined;
|
|
1948
|
-
color?: string | undefined;
|
|
1949
|
-
team_id?: string | undefined;
|
|
1950
|
-
deleted?: boolean | undefined;
|
|
1951
|
-
real_name?: string | undefined;
|
|
1952
|
-
tz?: string | undefined;
|
|
1953
|
-
tz_label?: string | undefined;
|
|
1954
|
-
tz_offset?: number | undefined;
|
|
1955
1955
|
is_admin?: boolean | undefined;
|
|
1956
1956
|
is_owner?: boolean | undefined;
|
|
1957
1957
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1970,6 +1970,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1970
1970
|
user?: {
|
|
1971
1971
|
name: string;
|
|
1972
1972
|
id: string;
|
|
1973
|
+
color?: string | undefined;
|
|
1974
|
+
team_id?: string | undefined;
|
|
1975
|
+
deleted?: boolean | undefined;
|
|
1976
|
+
real_name?: string | undefined;
|
|
1977
|
+
tz?: string | undefined;
|
|
1978
|
+
tz_label?: string | undefined;
|
|
1979
|
+
tz_offset?: number | undefined;
|
|
1973
1980
|
profile?: {
|
|
1974
1981
|
title?: string | undefined;
|
|
1975
1982
|
email?: string | undefined;
|
|
@@ -1996,13 +2003,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1996
2003
|
image_512?: string | undefined;
|
|
1997
2004
|
image_1024?: string | undefined;
|
|
1998
2005
|
} | undefined;
|
|
1999
|
-
color?: string | undefined;
|
|
2000
|
-
team_id?: string | undefined;
|
|
2001
|
-
deleted?: boolean | undefined;
|
|
2002
|
-
real_name?: string | undefined;
|
|
2003
|
-
tz?: string | undefined;
|
|
2004
|
-
tz_label?: string | undefined;
|
|
2005
|
-
tz_offset?: number | undefined;
|
|
2006
2006
|
is_admin?: boolean | undefined;
|
|
2007
2007
|
is_owner?: boolean | undefined;
|
|
2008
2008
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2114,6 +2114,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2114
2114
|
}, "strip", z.ZodTypeAny, {
|
|
2115
2115
|
name: string;
|
|
2116
2116
|
id: string;
|
|
2117
|
+
color?: string | undefined;
|
|
2118
|
+
team_id?: string | undefined;
|
|
2119
|
+
deleted?: boolean | undefined;
|
|
2120
|
+
real_name?: string | undefined;
|
|
2121
|
+
tz?: string | undefined;
|
|
2122
|
+
tz_label?: string | undefined;
|
|
2123
|
+
tz_offset?: number | undefined;
|
|
2117
2124
|
profile?: {
|
|
2118
2125
|
title?: string | undefined;
|
|
2119
2126
|
email?: string | undefined;
|
|
@@ -2140,13 +2147,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2140
2147
|
image_512?: string | undefined;
|
|
2141
2148
|
image_1024?: string | undefined;
|
|
2142
2149
|
} | undefined;
|
|
2143
|
-
color?: string | undefined;
|
|
2144
|
-
team_id?: string | undefined;
|
|
2145
|
-
deleted?: boolean | undefined;
|
|
2146
|
-
real_name?: string | undefined;
|
|
2147
|
-
tz?: string | undefined;
|
|
2148
|
-
tz_label?: string | undefined;
|
|
2149
|
-
tz_offset?: number | undefined;
|
|
2150
2150
|
is_admin?: boolean | undefined;
|
|
2151
2151
|
is_owner?: boolean | undefined;
|
|
2152
2152
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2159,6 +2159,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2159
2159
|
}, {
|
|
2160
2160
|
name: string;
|
|
2161
2161
|
id: string;
|
|
2162
|
+
color?: string | undefined;
|
|
2163
|
+
team_id?: string | undefined;
|
|
2164
|
+
deleted?: boolean | undefined;
|
|
2165
|
+
real_name?: string | undefined;
|
|
2166
|
+
tz?: string | undefined;
|
|
2167
|
+
tz_label?: string | undefined;
|
|
2168
|
+
tz_offset?: number | undefined;
|
|
2162
2169
|
profile?: {
|
|
2163
2170
|
title?: string | undefined;
|
|
2164
2171
|
email?: string | undefined;
|
|
@@ -2185,13 +2192,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2185
2192
|
image_512?: string | undefined;
|
|
2186
2193
|
image_1024?: string | undefined;
|
|
2187
2194
|
} | undefined;
|
|
2188
|
-
color?: string | undefined;
|
|
2189
|
-
team_id?: string | undefined;
|
|
2190
|
-
deleted?: boolean | undefined;
|
|
2191
|
-
real_name?: string | undefined;
|
|
2192
|
-
tz?: string | undefined;
|
|
2193
|
-
tz_label?: string | undefined;
|
|
2194
|
-
tz_offset?: number | undefined;
|
|
2195
2195
|
is_admin?: boolean | undefined;
|
|
2196
2196
|
is_owner?: boolean | undefined;
|
|
2197
2197
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2222,6 +2222,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2222
2222
|
members?: {
|
|
2223
2223
|
name: string;
|
|
2224
2224
|
id: string;
|
|
2225
|
+
color?: string | undefined;
|
|
2226
|
+
team_id?: string | undefined;
|
|
2227
|
+
deleted?: boolean | undefined;
|
|
2228
|
+
real_name?: string | undefined;
|
|
2229
|
+
tz?: string | undefined;
|
|
2230
|
+
tz_label?: string | undefined;
|
|
2231
|
+
tz_offset?: number | undefined;
|
|
2225
2232
|
profile?: {
|
|
2226
2233
|
title?: string | undefined;
|
|
2227
2234
|
email?: string | undefined;
|
|
@@ -2248,13 +2255,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2248
2255
|
image_512?: string | undefined;
|
|
2249
2256
|
image_1024?: string | undefined;
|
|
2250
2257
|
} | undefined;
|
|
2251
|
-
color?: string | undefined;
|
|
2252
|
-
team_id?: string | undefined;
|
|
2253
|
-
deleted?: boolean | undefined;
|
|
2254
|
-
real_name?: string | undefined;
|
|
2255
|
-
tz?: string | undefined;
|
|
2256
|
-
tz_label?: string | undefined;
|
|
2257
|
-
tz_offset?: number | undefined;
|
|
2258
2258
|
is_admin?: boolean | undefined;
|
|
2259
2259
|
is_owner?: boolean | undefined;
|
|
2260
2260
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2276,6 +2276,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2276
2276
|
members?: {
|
|
2277
2277
|
name: string;
|
|
2278
2278
|
id: string;
|
|
2279
|
+
color?: string | undefined;
|
|
2280
|
+
team_id?: string | undefined;
|
|
2281
|
+
deleted?: boolean | undefined;
|
|
2282
|
+
real_name?: string | undefined;
|
|
2283
|
+
tz?: string | undefined;
|
|
2284
|
+
tz_label?: string | undefined;
|
|
2285
|
+
tz_offset?: number | undefined;
|
|
2279
2286
|
profile?: {
|
|
2280
2287
|
title?: string | undefined;
|
|
2281
2288
|
email?: string | undefined;
|
|
@@ -2302,13 +2309,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2302
2309
|
image_512?: string | undefined;
|
|
2303
2310
|
image_1024?: string | undefined;
|
|
2304
2311
|
} | undefined;
|
|
2305
|
-
color?: string | undefined;
|
|
2306
|
-
team_id?: string | undefined;
|
|
2307
|
-
deleted?: boolean | undefined;
|
|
2308
|
-
real_name?: string | undefined;
|
|
2309
|
-
tz?: string | undefined;
|
|
2310
|
-
tz_label?: string | undefined;
|
|
2311
|
-
tz_offset?: number | undefined;
|
|
2312
2312
|
is_admin?: boolean | undefined;
|
|
2313
2313
|
is_owner?: boolean | undefined;
|
|
2314
2314
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2425,9 +2425,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2425
2425
|
error: string;
|
|
2426
2426
|
operation: "get_conversation_history";
|
|
2427
2427
|
ok: boolean;
|
|
2428
|
-
response_metadata?: {
|
|
2429
|
-
next_cursor: string;
|
|
2430
|
-
} | undefined;
|
|
2431
2428
|
messages?: {
|
|
2432
2429
|
type: string;
|
|
2433
2430
|
user?: string | undefined;
|
|
@@ -2454,15 +2451,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2454
2451
|
count: number;
|
|
2455
2452
|
}[] | undefined;
|
|
2456
2453
|
}[] | undefined;
|
|
2454
|
+
response_metadata?: {
|
|
2455
|
+
next_cursor: string;
|
|
2456
|
+
} | undefined;
|
|
2457
2457
|
has_more?: boolean | undefined;
|
|
2458
2458
|
}, {
|
|
2459
2459
|
success: boolean;
|
|
2460
2460
|
error: string;
|
|
2461
2461
|
operation: "get_conversation_history";
|
|
2462
2462
|
ok: boolean;
|
|
2463
|
-
response_metadata?: {
|
|
2464
|
-
next_cursor: string;
|
|
2465
|
-
} | undefined;
|
|
2466
2463
|
messages?: {
|
|
2467
2464
|
type: string;
|
|
2468
2465
|
user?: string | undefined;
|
|
@@ -2489,6 +2486,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2489
2486
|
count: number;
|
|
2490
2487
|
}[] | undefined;
|
|
2491
2488
|
}[] | undefined;
|
|
2489
|
+
response_metadata?: {
|
|
2490
|
+
next_cursor: string;
|
|
2491
|
+
} | undefined;
|
|
2492
2492
|
has_more?: boolean | undefined;
|
|
2493
2493
|
}>, z.ZodObject<{
|
|
2494
2494
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -2596,9 +2596,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2596
2596
|
error: string;
|
|
2597
2597
|
operation: "get_thread_replies";
|
|
2598
2598
|
ok: boolean;
|
|
2599
|
-
response_metadata?: {
|
|
2600
|
-
next_cursor: string;
|
|
2601
|
-
} | undefined;
|
|
2602
2599
|
messages?: {
|
|
2603
2600
|
type: string;
|
|
2604
2601
|
user?: string | undefined;
|
|
@@ -2625,15 +2622,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2625
2622
|
count: number;
|
|
2626
2623
|
}[] | undefined;
|
|
2627
2624
|
}[] | undefined;
|
|
2625
|
+
response_metadata?: {
|
|
2626
|
+
next_cursor: string;
|
|
2627
|
+
} | undefined;
|
|
2628
2628
|
has_more?: boolean | undefined;
|
|
2629
2629
|
}, {
|
|
2630
2630
|
success: boolean;
|
|
2631
2631
|
error: string;
|
|
2632
2632
|
operation: "get_thread_replies";
|
|
2633
2633
|
ok: boolean;
|
|
2634
|
-
response_metadata?: {
|
|
2635
|
-
next_cursor: string;
|
|
2636
|
-
} | undefined;
|
|
2637
2634
|
messages?: {
|
|
2638
2635
|
type: string;
|
|
2639
2636
|
user?: string | undefined;
|
|
@@ -2660,6 +2657,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2660
2657
|
count: number;
|
|
2661
2658
|
}[] | undefined;
|
|
2662
2659
|
}[] | undefined;
|
|
2660
|
+
response_metadata?: {
|
|
2661
|
+
next_cursor: string;
|
|
2662
|
+
} | undefined;
|
|
2663
2663
|
has_more?: boolean | undefined;
|
|
2664
2664
|
}>, z.ZodObject<{
|
|
2665
2665
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -3190,8 +3190,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3190
3190
|
has_rich_preview: z.ZodOptional<z.ZodBoolean>;
|
|
3191
3191
|
}, "strip", z.ZodTypeAny, {
|
|
3192
3192
|
name: string;
|
|
3193
|
-
id: string;
|
|
3194
3193
|
user: string;
|
|
3194
|
+
id: string;
|
|
3195
3195
|
username: string;
|
|
3196
3196
|
timestamp: number;
|
|
3197
3197
|
created: number;
|
|
@@ -3235,8 +3235,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3235
3235
|
has_rich_preview?: boolean | undefined;
|
|
3236
3236
|
}, {
|
|
3237
3237
|
name: string;
|
|
3238
|
-
id: string;
|
|
3239
3238
|
user: string;
|
|
3239
|
+
id: string;
|
|
3240
3240
|
username: string;
|
|
3241
3241
|
timestamp: number;
|
|
3242
3242
|
created: number;
|
|
@@ -3288,8 +3288,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3288
3288
|
ok: boolean;
|
|
3289
3289
|
file?: {
|
|
3290
3290
|
name: string;
|
|
3291
|
-
id: string;
|
|
3292
3291
|
user: string;
|
|
3292
|
+
id: string;
|
|
3293
3293
|
username: string;
|
|
3294
3294
|
timestamp: number;
|
|
3295
3295
|
created: number;
|
|
@@ -3339,8 +3339,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3339
3339
|
ok: boolean;
|
|
3340
3340
|
file?: {
|
|
3341
3341
|
name: string;
|
|
3342
|
-
id: string;
|
|
3343
3342
|
user: string;
|
|
3343
|
+
id: string;
|
|
3344
3344
|
username: string;
|
|
3345
3345
|
timestamp: number;
|
|
3346
3346
|
created: number;
|
|
@@ -3582,13 +3582,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3582
3582
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
3583
3583
|
}, "strip", z.ZodTypeAny, {
|
|
3584
3584
|
title?: string | undefined;
|
|
3585
|
+
text?: string | undefined;
|
|
3586
|
+
image_url?: string | undefined;
|
|
3585
3587
|
fields?: {
|
|
3586
3588
|
value: string;
|
|
3587
3589
|
title: string;
|
|
3588
3590
|
short?: boolean | undefined;
|
|
3589
3591
|
}[] | undefined;
|
|
3590
|
-
text?: string | undefined;
|
|
3591
|
-
image_url?: string | undefined;
|
|
3592
3592
|
color?: string | undefined;
|
|
3593
3593
|
pretext?: string | undefined;
|
|
3594
3594
|
author_name?: string | undefined;
|
|
@@ -3601,13 +3601,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3601
3601
|
ts?: number | undefined;
|
|
3602
3602
|
}, {
|
|
3603
3603
|
title?: string | undefined;
|
|
3604
|
+
text?: string | undefined;
|
|
3605
|
+
image_url?: string | undefined;
|
|
3604
3606
|
fields?: {
|
|
3605
3607
|
value: string;
|
|
3606
3608
|
title: string;
|
|
3607
3609
|
short?: boolean | undefined;
|
|
3608
3610
|
}[] | undefined;
|
|
3609
|
-
text?: string | undefined;
|
|
3610
|
-
image_url?: string | undefined;
|
|
3611
3611
|
color?: string | undefined;
|
|
3612
3612
|
pretext?: string | undefined;
|
|
3613
3613
|
author_name?: string | undefined;
|
|
@@ -3758,13 +3758,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3758
3758
|
icon_url?: string | undefined;
|
|
3759
3759
|
attachments?: {
|
|
3760
3760
|
title?: string | undefined;
|
|
3761
|
+
text?: string | undefined;
|
|
3762
|
+
image_url?: string | undefined;
|
|
3761
3763
|
fields?: {
|
|
3762
3764
|
value: string;
|
|
3763
3765
|
title: string;
|
|
3764
3766
|
short?: boolean | undefined;
|
|
3765
3767
|
}[] | undefined;
|
|
3766
|
-
text?: string | undefined;
|
|
3767
|
-
image_url?: string | undefined;
|
|
3768
3768
|
color?: string | undefined;
|
|
3769
3769
|
pretext?: string | undefined;
|
|
3770
3770
|
author_name?: string | undefined;
|
|
@@ -3828,13 +3828,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3828
3828
|
icon_url?: string | undefined;
|
|
3829
3829
|
attachments?: {
|
|
3830
3830
|
title?: string | undefined;
|
|
3831
|
+
text?: string | undefined;
|
|
3832
|
+
image_url?: string | undefined;
|
|
3831
3833
|
fields?: {
|
|
3832
3834
|
value: string;
|
|
3833
3835
|
title: string;
|
|
3834
3836
|
short?: boolean | undefined;
|
|
3835
3837
|
}[] | undefined;
|
|
3836
|
-
text?: string | undefined;
|
|
3837
|
-
image_url?: string | undefined;
|
|
3838
3838
|
color?: string | undefined;
|
|
3839
3839
|
pretext?: string | undefined;
|
|
3840
3840
|
author_name?: string | undefined;
|
|
@@ -4051,13 +4051,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4051
4051
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
4052
4052
|
}, "strip", z.ZodTypeAny, {
|
|
4053
4053
|
title?: string | undefined;
|
|
4054
|
+
text?: string | undefined;
|
|
4055
|
+
image_url?: string | undefined;
|
|
4054
4056
|
fields?: {
|
|
4055
4057
|
value: string;
|
|
4056
4058
|
title: string;
|
|
4057
4059
|
short?: boolean | undefined;
|
|
4058
4060
|
}[] | undefined;
|
|
4059
|
-
text?: string | undefined;
|
|
4060
|
-
image_url?: string | undefined;
|
|
4061
4061
|
color?: string | undefined;
|
|
4062
4062
|
pretext?: string | undefined;
|
|
4063
4063
|
author_name?: string | undefined;
|
|
@@ -4070,13 +4070,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4070
4070
|
ts?: number | undefined;
|
|
4071
4071
|
}, {
|
|
4072
4072
|
title?: string | undefined;
|
|
4073
|
+
text?: string | undefined;
|
|
4074
|
+
image_url?: string | undefined;
|
|
4073
4075
|
fields?: {
|
|
4074
4076
|
value: string;
|
|
4075
4077
|
title: string;
|
|
4076
4078
|
short?: boolean | undefined;
|
|
4077
4079
|
}[] | undefined;
|
|
4078
|
-
text?: string | undefined;
|
|
4079
|
-
image_url?: string | undefined;
|
|
4080
4080
|
color?: string | undefined;
|
|
4081
4081
|
pretext?: string | undefined;
|
|
4082
4082
|
author_name?: string | undefined;
|
|
@@ -4218,13 +4218,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4218
4218
|
text?: string | undefined;
|
|
4219
4219
|
attachments?: {
|
|
4220
4220
|
title?: string | undefined;
|
|
4221
|
+
text?: string | undefined;
|
|
4222
|
+
image_url?: string | undefined;
|
|
4221
4223
|
fields?: {
|
|
4222
4224
|
value: string;
|
|
4223
4225
|
title: string;
|
|
4224
4226
|
short?: boolean | undefined;
|
|
4225
4227
|
}[] | undefined;
|
|
4226
|
-
text?: string | undefined;
|
|
4227
|
-
image_url?: string | undefined;
|
|
4228
4228
|
color?: string | undefined;
|
|
4229
4229
|
pretext?: string | undefined;
|
|
4230
4230
|
author_name?: string | undefined;
|
|
@@ -4285,13 +4285,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4285
4285
|
text?: string | undefined;
|
|
4286
4286
|
attachments?: {
|
|
4287
4287
|
title?: string | undefined;
|
|
4288
|
+
text?: string | undefined;
|
|
4289
|
+
image_url?: string | undefined;
|
|
4288
4290
|
fields?: {
|
|
4289
4291
|
value: string;
|
|
4290
4292
|
title: string;
|
|
4291
4293
|
short?: boolean | undefined;
|
|
4292
4294
|
}[] | undefined;
|
|
4293
|
-
text?: string | undefined;
|
|
4294
|
-
image_url?: string | undefined;
|
|
4295
4295
|
color?: string | undefined;
|
|
4296
4296
|
pretext?: string | undefined;
|
|
4297
4297
|
author_name?: string | undefined;
|
|
@@ -5365,6 +5365,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5365
5365
|
}, "strip", z.ZodTypeAny, {
|
|
5366
5366
|
name: string;
|
|
5367
5367
|
id: string;
|
|
5368
|
+
color?: string | undefined;
|
|
5369
|
+
team_id?: string | undefined;
|
|
5370
|
+
deleted?: boolean | undefined;
|
|
5371
|
+
real_name?: string | undefined;
|
|
5372
|
+
tz?: string | undefined;
|
|
5373
|
+
tz_label?: string | undefined;
|
|
5374
|
+
tz_offset?: number | undefined;
|
|
5368
5375
|
profile?: {
|
|
5369
5376
|
title?: string | undefined;
|
|
5370
5377
|
email?: string | undefined;
|
|
@@ -5391,13 +5398,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5391
5398
|
image_512?: string | undefined;
|
|
5392
5399
|
image_1024?: string | undefined;
|
|
5393
5400
|
} | undefined;
|
|
5394
|
-
color?: string | undefined;
|
|
5395
|
-
team_id?: string | undefined;
|
|
5396
|
-
deleted?: boolean | undefined;
|
|
5397
|
-
real_name?: string | undefined;
|
|
5398
|
-
tz?: string | undefined;
|
|
5399
|
-
tz_label?: string | undefined;
|
|
5400
|
-
tz_offset?: number | undefined;
|
|
5401
5401
|
is_admin?: boolean | undefined;
|
|
5402
5402
|
is_owner?: boolean | undefined;
|
|
5403
5403
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5410,6 +5410,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5410
5410
|
}, {
|
|
5411
5411
|
name: string;
|
|
5412
5412
|
id: string;
|
|
5413
|
+
color?: string | undefined;
|
|
5414
|
+
team_id?: string | undefined;
|
|
5415
|
+
deleted?: boolean | undefined;
|
|
5416
|
+
real_name?: string | undefined;
|
|
5417
|
+
tz?: string | undefined;
|
|
5418
|
+
tz_label?: string | undefined;
|
|
5419
|
+
tz_offset?: number | undefined;
|
|
5413
5420
|
profile?: {
|
|
5414
5421
|
title?: string | undefined;
|
|
5415
5422
|
email?: string | undefined;
|
|
@@ -5436,13 +5443,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5436
5443
|
image_512?: string | undefined;
|
|
5437
5444
|
image_1024?: string | undefined;
|
|
5438
5445
|
} | undefined;
|
|
5439
|
-
color?: string | undefined;
|
|
5440
|
-
team_id?: string | undefined;
|
|
5441
|
-
deleted?: boolean | undefined;
|
|
5442
|
-
real_name?: string | undefined;
|
|
5443
|
-
tz?: string | undefined;
|
|
5444
|
-
tz_label?: string | undefined;
|
|
5445
|
-
tz_offset?: number | undefined;
|
|
5446
5446
|
is_admin?: boolean | undefined;
|
|
5447
5447
|
is_owner?: boolean | undefined;
|
|
5448
5448
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5463,6 +5463,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5463
5463
|
user?: {
|
|
5464
5464
|
name: string;
|
|
5465
5465
|
id: string;
|
|
5466
|
+
color?: string | undefined;
|
|
5467
|
+
team_id?: string | undefined;
|
|
5468
|
+
deleted?: boolean | undefined;
|
|
5469
|
+
real_name?: string | undefined;
|
|
5470
|
+
tz?: string | undefined;
|
|
5471
|
+
tz_label?: string | undefined;
|
|
5472
|
+
tz_offset?: number | undefined;
|
|
5466
5473
|
profile?: {
|
|
5467
5474
|
title?: string | undefined;
|
|
5468
5475
|
email?: string | undefined;
|
|
@@ -5489,13 +5496,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5489
5496
|
image_512?: string | undefined;
|
|
5490
5497
|
image_1024?: string | undefined;
|
|
5491
5498
|
} | undefined;
|
|
5492
|
-
color?: string | undefined;
|
|
5493
|
-
team_id?: string | undefined;
|
|
5494
|
-
deleted?: boolean | undefined;
|
|
5495
|
-
real_name?: string | undefined;
|
|
5496
|
-
tz?: string | undefined;
|
|
5497
|
-
tz_label?: string | undefined;
|
|
5498
|
-
tz_offset?: number | undefined;
|
|
5499
5499
|
is_admin?: boolean | undefined;
|
|
5500
5500
|
is_owner?: boolean | undefined;
|
|
5501
5501
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5514,6 +5514,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5514
5514
|
user?: {
|
|
5515
5515
|
name: string;
|
|
5516
5516
|
id: string;
|
|
5517
|
+
color?: string | undefined;
|
|
5518
|
+
team_id?: string | undefined;
|
|
5519
|
+
deleted?: boolean | undefined;
|
|
5520
|
+
real_name?: string | undefined;
|
|
5521
|
+
tz?: string | undefined;
|
|
5522
|
+
tz_label?: string | undefined;
|
|
5523
|
+
tz_offset?: number | undefined;
|
|
5517
5524
|
profile?: {
|
|
5518
5525
|
title?: string | undefined;
|
|
5519
5526
|
email?: string | undefined;
|
|
@@ -5540,13 +5547,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5540
5547
|
image_512?: string | undefined;
|
|
5541
5548
|
image_1024?: string | undefined;
|
|
5542
5549
|
} | undefined;
|
|
5543
|
-
color?: string | undefined;
|
|
5544
|
-
team_id?: string | undefined;
|
|
5545
|
-
deleted?: boolean | undefined;
|
|
5546
|
-
real_name?: string | undefined;
|
|
5547
|
-
tz?: string | undefined;
|
|
5548
|
-
tz_label?: string | undefined;
|
|
5549
|
-
tz_offset?: number | undefined;
|
|
5550
5550
|
is_admin?: boolean | undefined;
|
|
5551
5551
|
is_owner?: boolean | undefined;
|
|
5552
5552
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5658,6 +5658,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5658
5658
|
}, "strip", z.ZodTypeAny, {
|
|
5659
5659
|
name: string;
|
|
5660
5660
|
id: string;
|
|
5661
|
+
color?: string | undefined;
|
|
5662
|
+
team_id?: string | undefined;
|
|
5663
|
+
deleted?: boolean | undefined;
|
|
5664
|
+
real_name?: string | undefined;
|
|
5665
|
+
tz?: string | undefined;
|
|
5666
|
+
tz_label?: string | undefined;
|
|
5667
|
+
tz_offset?: number | undefined;
|
|
5661
5668
|
profile?: {
|
|
5662
5669
|
title?: string | undefined;
|
|
5663
5670
|
email?: string | undefined;
|
|
@@ -5684,13 +5691,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5684
5691
|
image_512?: string | undefined;
|
|
5685
5692
|
image_1024?: string | undefined;
|
|
5686
5693
|
} | undefined;
|
|
5687
|
-
color?: string | undefined;
|
|
5688
|
-
team_id?: string | undefined;
|
|
5689
|
-
deleted?: boolean | undefined;
|
|
5690
|
-
real_name?: string | undefined;
|
|
5691
|
-
tz?: string | undefined;
|
|
5692
|
-
tz_label?: string | undefined;
|
|
5693
|
-
tz_offset?: number | undefined;
|
|
5694
5694
|
is_admin?: boolean | undefined;
|
|
5695
5695
|
is_owner?: boolean | undefined;
|
|
5696
5696
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5703,6 +5703,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5703
5703
|
}, {
|
|
5704
5704
|
name: string;
|
|
5705
5705
|
id: string;
|
|
5706
|
+
color?: string | undefined;
|
|
5707
|
+
team_id?: string | undefined;
|
|
5708
|
+
deleted?: boolean | undefined;
|
|
5709
|
+
real_name?: string | undefined;
|
|
5710
|
+
tz?: string | undefined;
|
|
5711
|
+
tz_label?: string | undefined;
|
|
5712
|
+
tz_offset?: number | undefined;
|
|
5706
5713
|
profile?: {
|
|
5707
5714
|
title?: string | undefined;
|
|
5708
5715
|
email?: string | undefined;
|
|
@@ -5729,13 +5736,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5729
5736
|
image_512?: string | undefined;
|
|
5730
5737
|
image_1024?: string | undefined;
|
|
5731
5738
|
} | undefined;
|
|
5732
|
-
color?: string | undefined;
|
|
5733
|
-
team_id?: string | undefined;
|
|
5734
|
-
deleted?: boolean | undefined;
|
|
5735
|
-
real_name?: string | undefined;
|
|
5736
|
-
tz?: string | undefined;
|
|
5737
|
-
tz_label?: string | undefined;
|
|
5738
|
-
tz_offset?: number | undefined;
|
|
5739
5739
|
is_admin?: boolean | undefined;
|
|
5740
5740
|
is_owner?: boolean | undefined;
|
|
5741
5741
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5766,6 +5766,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5766
5766
|
members?: {
|
|
5767
5767
|
name: string;
|
|
5768
5768
|
id: string;
|
|
5769
|
+
color?: string | undefined;
|
|
5770
|
+
team_id?: string | undefined;
|
|
5771
|
+
deleted?: boolean | undefined;
|
|
5772
|
+
real_name?: string | undefined;
|
|
5773
|
+
tz?: string | undefined;
|
|
5774
|
+
tz_label?: string | undefined;
|
|
5775
|
+
tz_offset?: number | undefined;
|
|
5769
5776
|
profile?: {
|
|
5770
5777
|
title?: string | undefined;
|
|
5771
5778
|
email?: string | undefined;
|
|
@@ -5792,13 +5799,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5792
5799
|
image_512?: string | undefined;
|
|
5793
5800
|
image_1024?: string | undefined;
|
|
5794
5801
|
} | undefined;
|
|
5795
|
-
color?: string | undefined;
|
|
5796
|
-
team_id?: string | undefined;
|
|
5797
|
-
deleted?: boolean | undefined;
|
|
5798
|
-
real_name?: string | undefined;
|
|
5799
|
-
tz?: string | undefined;
|
|
5800
|
-
tz_label?: string | undefined;
|
|
5801
|
-
tz_offset?: number | undefined;
|
|
5802
5802
|
is_admin?: boolean | undefined;
|
|
5803
5803
|
is_owner?: boolean | undefined;
|
|
5804
5804
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5820,6 +5820,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5820
5820
|
members?: {
|
|
5821
5821
|
name: string;
|
|
5822
5822
|
id: string;
|
|
5823
|
+
color?: string | undefined;
|
|
5824
|
+
team_id?: string | undefined;
|
|
5825
|
+
deleted?: boolean | undefined;
|
|
5826
|
+
real_name?: string | undefined;
|
|
5827
|
+
tz?: string | undefined;
|
|
5828
|
+
tz_label?: string | undefined;
|
|
5829
|
+
tz_offset?: number | undefined;
|
|
5823
5830
|
profile?: {
|
|
5824
5831
|
title?: string | undefined;
|
|
5825
5832
|
email?: string | undefined;
|
|
@@ -5846,13 +5853,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5846
5853
|
image_512?: string | undefined;
|
|
5847
5854
|
image_1024?: string | undefined;
|
|
5848
5855
|
} | undefined;
|
|
5849
|
-
color?: string | undefined;
|
|
5850
|
-
team_id?: string | undefined;
|
|
5851
|
-
deleted?: boolean | undefined;
|
|
5852
|
-
real_name?: string | undefined;
|
|
5853
|
-
tz?: string | undefined;
|
|
5854
|
-
tz_label?: string | undefined;
|
|
5855
|
-
tz_offset?: number | undefined;
|
|
5856
5856
|
is_admin?: boolean | undefined;
|
|
5857
5857
|
is_owner?: boolean | undefined;
|
|
5858
5858
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5969,9 +5969,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5969
5969
|
error: string;
|
|
5970
5970
|
operation: "get_conversation_history";
|
|
5971
5971
|
ok: boolean;
|
|
5972
|
-
response_metadata?: {
|
|
5973
|
-
next_cursor: string;
|
|
5974
|
-
} | undefined;
|
|
5975
5972
|
messages?: {
|
|
5976
5973
|
type: string;
|
|
5977
5974
|
user?: string | undefined;
|
|
@@ -5998,15 +5995,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5998
5995
|
count: number;
|
|
5999
5996
|
}[] | undefined;
|
|
6000
5997
|
}[] | undefined;
|
|
5998
|
+
response_metadata?: {
|
|
5999
|
+
next_cursor: string;
|
|
6000
|
+
} | undefined;
|
|
6001
6001
|
has_more?: boolean | undefined;
|
|
6002
6002
|
}, {
|
|
6003
6003
|
success: boolean;
|
|
6004
6004
|
error: string;
|
|
6005
6005
|
operation: "get_conversation_history";
|
|
6006
6006
|
ok: boolean;
|
|
6007
|
-
response_metadata?: {
|
|
6008
|
-
next_cursor: string;
|
|
6009
|
-
} | undefined;
|
|
6010
6007
|
messages?: {
|
|
6011
6008
|
type: string;
|
|
6012
6009
|
user?: string | undefined;
|
|
@@ -6033,6 +6030,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6033
6030
|
count: number;
|
|
6034
6031
|
}[] | undefined;
|
|
6035
6032
|
}[] | undefined;
|
|
6033
|
+
response_metadata?: {
|
|
6034
|
+
next_cursor: string;
|
|
6035
|
+
} | undefined;
|
|
6036
6036
|
has_more?: boolean | undefined;
|
|
6037
6037
|
}>, z.ZodObject<{
|
|
6038
6038
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -6140,9 +6140,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6140
6140
|
error: string;
|
|
6141
6141
|
operation: "get_thread_replies";
|
|
6142
6142
|
ok: boolean;
|
|
6143
|
-
response_metadata?: {
|
|
6144
|
-
next_cursor: string;
|
|
6145
|
-
} | undefined;
|
|
6146
6143
|
messages?: {
|
|
6147
6144
|
type: string;
|
|
6148
6145
|
user?: string | undefined;
|
|
@@ -6169,15 +6166,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6169
6166
|
count: number;
|
|
6170
6167
|
}[] | undefined;
|
|
6171
6168
|
}[] | undefined;
|
|
6169
|
+
response_metadata?: {
|
|
6170
|
+
next_cursor: string;
|
|
6171
|
+
} | undefined;
|
|
6172
6172
|
has_more?: boolean | undefined;
|
|
6173
6173
|
}, {
|
|
6174
6174
|
success: boolean;
|
|
6175
6175
|
error: string;
|
|
6176
6176
|
operation: "get_thread_replies";
|
|
6177
6177
|
ok: boolean;
|
|
6178
|
-
response_metadata?: {
|
|
6179
|
-
next_cursor: string;
|
|
6180
|
-
} | undefined;
|
|
6181
6178
|
messages?: {
|
|
6182
6179
|
type: string;
|
|
6183
6180
|
user?: string | undefined;
|
|
@@ -6204,6 +6201,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6204
6201
|
count: number;
|
|
6205
6202
|
}[] | undefined;
|
|
6206
6203
|
}[] | undefined;
|
|
6204
|
+
response_metadata?: {
|
|
6205
|
+
next_cursor: string;
|
|
6206
|
+
} | undefined;
|
|
6207
6207
|
has_more?: boolean | undefined;
|
|
6208
6208
|
}>, z.ZodObject<{
|
|
6209
6209
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -6734,8 +6734,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6734
6734
|
has_rich_preview: z.ZodOptional<z.ZodBoolean>;
|
|
6735
6735
|
}, "strip", z.ZodTypeAny, {
|
|
6736
6736
|
name: string;
|
|
6737
|
-
id: string;
|
|
6738
6737
|
user: string;
|
|
6738
|
+
id: string;
|
|
6739
6739
|
username: string;
|
|
6740
6740
|
timestamp: number;
|
|
6741
6741
|
created: number;
|
|
@@ -6779,8 +6779,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6779
6779
|
has_rich_preview?: boolean | undefined;
|
|
6780
6780
|
}, {
|
|
6781
6781
|
name: string;
|
|
6782
|
-
id: string;
|
|
6783
6782
|
user: string;
|
|
6783
|
+
id: string;
|
|
6784
6784
|
username: string;
|
|
6785
6785
|
timestamp: number;
|
|
6786
6786
|
created: number;
|
|
@@ -6832,8 +6832,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6832
6832
|
ok: boolean;
|
|
6833
6833
|
file?: {
|
|
6834
6834
|
name: string;
|
|
6835
|
-
id: string;
|
|
6836
6835
|
user: string;
|
|
6836
|
+
id: string;
|
|
6837
6837
|
username: string;
|
|
6838
6838
|
timestamp: number;
|
|
6839
6839
|
created: number;
|
|
@@ -6883,8 +6883,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6883
6883
|
ok: boolean;
|
|
6884
6884
|
file?: {
|
|
6885
6885
|
name: string;
|
|
6886
|
-
id: string;
|
|
6887
6886
|
user: string;
|
|
6887
|
+
id: string;
|
|
6888
6888
|
username: string;
|
|
6889
6889
|
timestamp: number;
|
|
6890
6890
|
created: number;
|
|
@@ -7078,7 +7078,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7078
7078
|
size?: number | undefined;
|
|
7079
7079
|
}>]>;
|
|
7080
7080
|
static readonly shortDescription = "Slack integration for messaging and workspace management";
|
|
7081
|
-
static readonly longDescription = "\nComprehensive Slack integration for messaging and workspace management.\
|
|
7081
|
+
static readonly longDescription = "\nComprehensive Slack integration for messaging and workspace management.\n ";
|
|
7082
7082
|
static readonly alias = "slack";
|
|
7083
7083
|
constructor(params?: T, context?: BubbleContext, instanceId?: string);
|
|
7084
7084
|
protected performAction(context?: BubbleContext): Promise<Extract<SlackResult, {
|