@bubblelab/bubble-core 0.1.238 → 0.1.239
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 +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +82 -82
- package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +114 -114
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +162 -162
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +4 -4
- package/dist/bubbles/service-bubble/attio/attio.d.ts +2 -2
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +5 -5
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +7 -7
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +82 -82
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/firecrawl.d.ts +270 -270
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +12 -12
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
- package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
- package/dist/bubbles/service-bubble/http.d.ts +10 -10
- package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +8 -8
- package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +4 -4
- package/dist/bubbles/service-bubble/notion/notion.d.ts +28 -28
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +9 -9
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +13 -13
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/slab/slab.d.ts +16 -16
- package/dist/bubbles/service-bubble/slab/slab.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/slack/slack.d.ts +140 -140
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +34 -34
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +40 -40
- package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
- package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +22 -22
- package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +22 -22
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +316 -316
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +52 -52
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +124 -124
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -877,8 +877,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
877
877
|
operation: "upload_file";
|
|
878
878
|
channel: string;
|
|
879
879
|
title?: string | undefined;
|
|
880
|
-
content?: string | undefined;
|
|
881
880
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
881
|
+
content?: string | undefined;
|
|
882
882
|
thread_ts?: string | undefined;
|
|
883
883
|
file_path?: string | undefined;
|
|
884
884
|
filename?: string | undefined;
|
|
@@ -887,8 +887,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
887
887
|
operation: "upload_file";
|
|
888
888
|
channel: string;
|
|
889
889
|
title?: string | undefined;
|
|
890
|
-
content?: string | undefined;
|
|
891
890
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
891
|
+
content?: string | undefined;
|
|
892
892
|
thread_ts?: string | undefined;
|
|
893
893
|
file_path?: string | undefined;
|
|
894
894
|
filename?: string | undefined;
|
|
@@ -1941,13 +1941,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1941
1941
|
}, "strip", z.ZodTypeAny, {
|
|
1942
1942
|
name: string;
|
|
1943
1943
|
id: string;
|
|
1944
|
-
color?: string | undefined;
|
|
1945
|
-
team_id?: string | undefined;
|
|
1946
|
-
deleted?: boolean | undefined;
|
|
1947
|
-
real_name?: string | undefined;
|
|
1948
|
-
tz?: string | undefined;
|
|
1949
|
-
tz_label?: string | undefined;
|
|
1950
|
-
tz_offset?: number | undefined;
|
|
1951
1944
|
profile?: {
|
|
1952
1945
|
title?: string | undefined;
|
|
1953
1946
|
email?: string | undefined;
|
|
@@ -1974,6 +1967,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1974
1967
|
image_512?: string | undefined;
|
|
1975
1968
|
image_1024?: string | undefined;
|
|
1976
1969
|
} | undefined;
|
|
1970
|
+
color?: string | undefined;
|
|
1971
|
+
team_id?: string | undefined;
|
|
1972
|
+
deleted?: boolean | undefined;
|
|
1973
|
+
real_name?: string | undefined;
|
|
1974
|
+
tz?: string | undefined;
|
|
1975
|
+
tz_label?: string | undefined;
|
|
1976
|
+
tz_offset?: number | undefined;
|
|
1977
1977
|
is_admin?: boolean | undefined;
|
|
1978
1978
|
is_owner?: boolean | undefined;
|
|
1979
1979
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1986,13 +1986,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1986
1986
|
}, {
|
|
1987
1987
|
name: string;
|
|
1988
1988
|
id: string;
|
|
1989
|
-
color?: string | undefined;
|
|
1990
|
-
team_id?: string | undefined;
|
|
1991
|
-
deleted?: boolean | undefined;
|
|
1992
|
-
real_name?: string | undefined;
|
|
1993
|
-
tz?: string | undefined;
|
|
1994
|
-
tz_label?: string | undefined;
|
|
1995
|
-
tz_offset?: number | undefined;
|
|
1996
1989
|
profile?: {
|
|
1997
1990
|
title?: string | undefined;
|
|
1998
1991
|
email?: string | undefined;
|
|
@@ -2019,6 +2012,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2019
2012
|
image_512?: string | undefined;
|
|
2020
2013
|
image_1024?: string | undefined;
|
|
2021
2014
|
} | undefined;
|
|
2015
|
+
color?: string | undefined;
|
|
2016
|
+
team_id?: string | undefined;
|
|
2017
|
+
deleted?: boolean | undefined;
|
|
2018
|
+
real_name?: string | undefined;
|
|
2019
|
+
tz?: string | undefined;
|
|
2020
|
+
tz_label?: string | undefined;
|
|
2021
|
+
tz_offset?: number | undefined;
|
|
2022
2022
|
is_admin?: boolean | undefined;
|
|
2023
2023
|
is_owner?: boolean | undefined;
|
|
2024
2024
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2039,13 +2039,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2039
2039
|
user?: {
|
|
2040
2040
|
name: string;
|
|
2041
2041
|
id: string;
|
|
2042
|
-
color?: string | undefined;
|
|
2043
|
-
team_id?: string | undefined;
|
|
2044
|
-
deleted?: boolean | undefined;
|
|
2045
|
-
real_name?: string | undefined;
|
|
2046
|
-
tz?: string | undefined;
|
|
2047
|
-
tz_label?: string | undefined;
|
|
2048
|
-
tz_offset?: number | undefined;
|
|
2049
2042
|
profile?: {
|
|
2050
2043
|
title?: string | undefined;
|
|
2051
2044
|
email?: string | undefined;
|
|
@@ -2072,6 +2065,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2072
2065
|
image_512?: string | undefined;
|
|
2073
2066
|
image_1024?: string | undefined;
|
|
2074
2067
|
} | undefined;
|
|
2068
|
+
color?: string | undefined;
|
|
2069
|
+
team_id?: string | undefined;
|
|
2070
|
+
deleted?: boolean | undefined;
|
|
2071
|
+
real_name?: string | undefined;
|
|
2072
|
+
tz?: string | undefined;
|
|
2073
|
+
tz_label?: string | undefined;
|
|
2074
|
+
tz_offset?: number | undefined;
|
|
2075
2075
|
is_admin?: boolean | undefined;
|
|
2076
2076
|
is_owner?: boolean | undefined;
|
|
2077
2077
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2090,13 +2090,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2090
2090
|
user?: {
|
|
2091
2091
|
name: string;
|
|
2092
2092
|
id: string;
|
|
2093
|
-
color?: string | undefined;
|
|
2094
|
-
team_id?: string | undefined;
|
|
2095
|
-
deleted?: boolean | undefined;
|
|
2096
|
-
real_name?: string | undefined;
|
|
2097
|
-
tz?: string | undefined;
|
|
2098
|
-
tz_label?: string | undefined;
|
|
2099
|
-
tz_offset?: number | undefined;
|
|
2100
2093
|
profile?: {
|
|
2101
2094
|
title?: string | undefined;
|
|
2102
2095
|
email?: string | undefined;
|
|
@@ -2123,6 +2116,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2123
2116
|
image_512?: string | undefined;
|
|
2124
2117
|
image_1024?: string | undefined;
|
|
2125
2118
|
} | undefined;
|
|
2119
|
+
color?: string | undefined;
|
|
2120
|
+
team_id?: string | undefined;
|
|
2121
|
+
deleted?: boolean | undefined;
|
|
2122
|
+
real_name?: string | undefined;
|
|
2123
|
+
tz?: string | undefined;
|
|
2124
|
+
tz_label?: string | undefined;
|
|
2125
|
+
tz_offset?: number | undefined;
|
|
2126
2126
|
is_admin?: boolean | undefined;
|
|
2127
2127
|
is_owner?: boolean | undefined;
|
|
2128
2128
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2234,13 +2234,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2234
2234
|
}, "strip", z.ZodTypeAny, {
|
|
2235
2235
|
name: string;
|
|
2236
2236
|
id: string;
|
|
2237
|
-
color?: string | undefined;
|
|
2238
|
-
team_id?: string | undefined;
|
|
2239
|
-
deleted?: boolean | undefined;
|
|
2240
|
-
real_name?: string | undefined;
|
|
2241
|
-
tz?: string | undefined;
|
|
2242
|
-
tz_label?: string | undefined;
|
|
2243
|
-
tz_offset?: number | undefined;
|
|
2244
2237
|
profile?: {
|
|
2245
2238
|
title?: string | undefined;
|
|
2246
2239
|
email?: string | undefined;
|
|
@@ -2267,6 +2260,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2267
2260
|
image_512?: string | undefined;
|
|
2268
2261
|
image_1024?: string | undefined;
|
|
2269
2262
|
} | undefined;
|
|
2263
|
+
color?: string | undefined;
|
|
2264
|
+
team_id?: string | undefined;
|
|
2265
|
+
deleted?: boolean | undefined;
|
|
2266
|
+
real_name?: string | undefined;
|
|
2267
|
+
tz?: string | undefined;
|
|
2268
|
+
tz_label?: string | undefined;
|
|
2269
|
+
tz_offset?: number | undefined;
|
|
2270
2270
|
is_admin?: boolean | undefined;
|
|
2271
2271
|
is_owner?: boolean | undefined;
|
|
2272
2272
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2279,13 +2279,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2279
2279
|
}, {
|
|
2280
2280
|
name: string;
|
|
2281
2281
|
id: string;
|
|
2282
|
-
color?: string | undefined;
|
|
2283
|
-
team_id?: string | undefined;
|
|
2284
|
-
deleted?: boolean | undefined;
|
|
2285
|
-
real_name?: string | undefined;
|
|
2286
|
-
tz?: string | undefined;
|
|
2287
|
-
tz_label?: string | undefined;
|
|
2288
|
-
tz_offset?: number | undefined;
|
|
2289
2282
|
profile?: {
|
|
2290
2283
|
title?: string | undefined;
|
|
2291
2284
|
email?: string | undefined;
|
|
@@ -2312,6 +2305,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2312
2305
|
image_512?: string | undefined;
|
|
2313
2306
|
image_1024?: string | undefined;
|
|
2314
2307
|
} | undefined;
|
|
2308
|
+
color?: string | undefined;
|
|
2309
|
+
team_id?: string | undefined;
|
|
2310
|
+
deleted?: boolean | undefined;
|
|
2311
|
+
real_name?: string | undefined;
|
|
2312
|
+
tz?: string | undefined;
|
|
2313
|
+
tz_label?: string | undefined;
|
|
2314
|
+
tz_offset?: number | undefined;
|
|
2315
2315
|
is_admin?: boolean | undefined;
|
|
2316
2316
|
is_owner?: boolean | undefined;
|
|
2317
2317
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2342,13 +2342,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2342
2342
|
members?: {
|
|
2343
2343
|
name: string;
|
|
2344
2344
|
id: string;
|
|
2345
|
-
color?: string | undefined;
|
|
2346
|
-
team_id?: string | undefined;
|
|
2347
|
-
deleted?: boolean | undefined;
|
|
2348
|
-
real_name?: string | undefined;
|
|
2349
|
-
tz?: string | undefined;
|
|
2350
|
-
tz_label?: string | undefined;
|
|
2351
|
-
tz_offset?: number | undefined;
|
|
2352
2345
|
profile?: {
|
|
2353
2346
|
title?: string | undefined;
|
|
2354
2347
|
email?: string | undefined;
|
|
@@ -2375,6 +2368,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2375
2368
|
image_512?: string | undefined;
|
|
2376
2369
|
image_1024?: string | undefined;
|
|
2377
2370
|
} | undefined;
|
|
2371
|
+
color?: string | undefined;
|
|
2372
|
+
team_id?: string | undefined;
|
|
2373
|
+
deleted?: boolean | undefined;
|
|
2374
|
+
real_name?: string | undefined;
|
|
2375
|
+
tz?: string | undefined;
|
|
2376
|
+
tz_label?: string | undefined;
|
|
2377
|
+
tz_offset?: number | undefined;
|
|
2378
2378
|
is_admin?: boolean | undefined;
|
|
2379
2379
|
is_owner?: boolean | undefined;
|
|
2380
2380
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2396,13 +2396,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2396
2396
|
members?: {
|
|
2397
2397
|
name: string;
|
|
2398
2398
|
id: string;
|
|
2399
|
-
color?: string | undefined;
|
|
2400
|
-
team_id?: string | undefined;
|
|
2401
|
-
deleted?: boolean | undefined;
|
|
2402
|
-
real_name?: string | undefined;
|
|
2403
|
-
tz?: string | undefined;
|
|
2404
|
-
tz_label?: string | undefined;
|
|
2405
|
-
tz_offset?: number | undefined;
|
|
2406
2399
|
profile?: {
|
|
2407
2400
|
title?: string | undefined;
|
|
2408
2401
|
email?: string | undefined;
|
|
@@ -2429,6 +2422,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2429
2422
|
image_512?: string | undefined;
|
|
2430
2423
|
image_1024?: string | undefined;
|
|
2431
2424
|
} | undefined;
|
|
2425
|
+
color?: string | undefined;
|
|
2426
|
+
team_id?: string | undefined;
|
|
2427
|
+
deleted?: boolean | undefined;
|
|
2428
|
+
real_name?: string | undefined;
|
|
2429
|
+
tz?: string | undefined;
|
|
2430
|
+
tz_label?: string | undefined;
|
|
2431
|
+
tz_offset?: number | undefined;
|
|
2432
2432
|
is_admin?: boolean | undefined;
|
|
2433
2433
|
is_owner?: boolean | undefined;
|
|
2434
2434
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2628,6 +2628,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2628
2628
|
success: boolean;
|
|
2629
2629
|
operation: "get_conversation_history";
|
|
2630
2630
|
ok: boolean;
|
|
2631
|
+
response_metadata?: {
|
|
2632
|
+
next_cursor: string;
|
|
2633
|
+
} | undefined;
|
|
2631
2634
|
messages?: {
|
|
2632
2635
|
type: string;
|
|
2633
2636
|
user?: string | undefined;
|
|
@@ -2671,15 +2674,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2671
2674
|
permalink?: string | undefined;
|
|
2672
2675
|
}[] | undefined;
|
|
2673
2676
|
}[] | undefined;
|
|
2674
|
-
response_metadata?: {
|
|
2675
|
-
next_cursor: string;
|
|
2676
|
-
} | undefined;
|
|
2677
2677
|
has_more?: boolean | undefined;
|
|
2678
2678
|
}, {
|
|
2679
2679
|
error: string;
|
|
2680
2680
|
success: boolean;
|
|
2681
2681
|
operation: "get_conversation_history";
|
|
2682
2682
|
ok: boolean;
|
|
2683
|
+
response_metadata?: {
|
|
2684
|
+
next_cursor: string;
|
|
2685
|
+
} | undefined;
|
|
2683
2686
|
messages?: {
|
|
2684
2687
|
type: string;
|
|
2685
2688
|
user?: string | undefined;
|
|
@@ -2723,9 +2726,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2723
2726
|
permalink?: string | undefined;
|
|
2724
2727
|
}[] | undefined;
|
|
2725
2728
|
}[] | undefined;
|
|
2726
|
-
response_metadata?: {
|
|
2727
|
-
next_cursor: string;
|
|
2728
|
-
} | undefined;
|
|
2729
2729
|
has_more?: boolean | undefined;
|
|
2730
2730
|
}>, z.ZodObject<{
|
|
2731
2731
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -2916,6 +2916,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2916
2916
|
success: boolean;
|
|
2917
2917
|
operation: "get_thread_replies";
|
|
2918
2918
|
ok: boolean;
|
|
2919
|
+
response_metadata?: {
|
|
2920
|
+
next_cursor: string;
|
|
2921
|
+
} | undefined;
|
|
2919
2922
|
messages?: {
|
|
2920
2923
|
type: string;
|
|
2921
2924
|
user?: string | undefined;
|
|
@@ -2959,15 +2962,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2959
2962
|
permalink?: string | undefined;
|
|
2960
2963
|
}[] | undefined;
|
|
2961
2964
|
}[] | undefined;
|
|
2962
|
-
response_metadata?: {
|
|
2963
|
-
next_cursor: string;
|
|
2964
|
-
} | undefined;
|
|
2965
2965
|
has_more?: boolean | undefined;
|
|
2966
2966
|
}, {
|
|
2967
2967
|
error: string;
|
|
2968
2968
|
success: boolean;
|
|
2969
2969
|
operation: "get_thread_replies";
|
|
2970
2970
|
ok: boolean;
|
|
2971
|
+
response_metadata?: {
|
|
2972
|
+
next_cursor: string;
|
|
2973
|
+
} | undefined;
|
|
2971
2974
|
messages?: {
|
|
2972
2975
|
type: string;
|
|
2973
2976
|
user?: string | undefined;
|
|
@@ -3011,9 +3014,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3011
3014
|
permalink?: string | undefined;
|
|
3012
3015
|
}[] | undefined;
|
|
3013
3016
|
}[] | undefined;
|
|
3014
|
-
response_metadata?: {
|
|
3015
|
-
next_cursor: string;
|
|
3016
|
-
} | undefined;
|
|
3017
3017
|
has_more?: boolean | undefined;
|
|
3018
3018
|
}>, z.ZodObject<{
|
|
3019
3019
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -4892,8 +4892,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4892
4892
|
operation: "upload_file";
|
|
4893
4893
|
channel: string;
|
|
4894
4894
|
title?: string | undefined;
|
|
4895
|
-
content?: string | undefined;
|
|
4896
4895
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4896
|
+
content?: string | undefined;
|
|
4897
4897
|
thread_ts?: string | undefined;
|
|
4898
4898
|
file_path?: string | undefined;
|
|
4899
4899
|
filename?: string | undefined;
|
|
@@ -4902,8 +4902,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4902
4902
|
operation: "upload_file";
|
|
4903
4903
|
channel: string;
|
|
4904
4904
|
title?: string | undefined;
|
|
4905
|
-
content?: string | undefined;
|
|
4906
4905
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4906
|
+
content?: string | undefined;
|
|
4907
4907
|
thread_ts?: string | undefined;
|
|
4908
4908
|
file_path?: string | undefined;
|
|
4909
4909
|
filename?: string | undefined;
|
|
@@ -5956,13 +5956,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5956
5956
|
}, "strip", z.ZodTypeAny, {
|
|
5957
5957
|
name: string;
|
|
5958
5958
|
id: string;
|
|
5959
|
-
color?: string | undefined;
|
|
5960
|
-
team_id?: string | undefined;
|
|
5961
|
-
deleted?: boolean | undefined;
|
|
5962
|
-
real_name?: string | undefined;
|
|
5963
|
-
tz?: string | undefined;
|
|
5964
|
-
tz_label?: string | undefined;
|
|
5965
|
-
tz_offset?: number | undefined;
|
|
5966
5959
|
profile?: {
|
|
5967
5960
|
title?: string | undefined;
|
|
5968
5961
|
email?: string | undefined;
|
|
@@ -5989,6 +5982,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5989
5982
|
image_512?: string | undefined;
|
|
5990
5983
|
image_1024?: string | undefined;
|
|
5991
5984
|
} | undefined;
|
|
5985
|
+
color?: string | undefined;
|
|
5986
|
+
team_id?: string | undefined;
|
|
5987
|
+
deleted?: boolean | undefined;
|
|
5988
|
+
real_name?: string | undefined;
|
|
5989
|
+
tz?: string | undefined;
|
|
5990
|
+
tz_label?: string | undefined;
|
|
5991
|
+
tz_offset?: number | undefined;
|
|
5992
5992
|
is_admin?: boolean | undefined;
|
|
5993
5993
|
is_owner?: boolean | undefined;
|
|
5994
5994
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6001,13 +6001,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6001
6001
|
}, {
|
|
6002
6002
|
name: string;
|
|
6003
6003
|
id: string;
|
|
6004
|
-
color?: string | undefined;
|
|
6005
|
-
team_id?: string | undefined;
|
|
6006
|
-
deleted?: boolean | undefined;
|
|
6007
|
-
real_name?: string | undefined;
|
|
6008
|
-
tz?: string | undefined;
|
|
6009
|
-
tz_label?: string | undefined;
|
|
6010
|
-
tz_offset?: number | undefined;
|
|
6011
6004
|
profile?: {
|
|
6012
6005
|
title?: string | undefined;
|
|
6013
6006
|
email?: string | undefined;
|
|
@@ -6034,6 +6027,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6034
6027
|
image_512?: string | undefined;
|
|
6035
6028
|
image_1024?: string | undefined;
|
|
6036
6029
|
} | undefined;
|
|
6030
|
+
color?: string | undefined;
|
|
6031
|
+
team_id?: string | undefined;
|
|
6032
|
+
deleted?: boolean | undefined;
|
|
6033
|
+
real_name?: string | undefined;
|
|
6034
|
+
tz?: string | undefined;
|
|
6035
|
+
tz_label?: string | undefined;
|
|
6036
|
+
tz_offset?: number | undefined;
|
|
6037
6037
|
is_admin?: boolean | undefined;
|
|
6038
6038
|
is_owner?: boolean | undefined;
|
|
6039
6039
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6054,13 +6054,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6054
6054
|
user?: {
|
|
6055
6055
|
name: string;
|
|
6056
6056
|
id: string;
|
|
6057
|
-
color?: string | undefined;
|
|
6058
|
-
team_id?: string | undefined;
|
|
6059
|
-
deleted?: boolean | undefined;
|
|
6060
|
-
real_name?: string | undefined;
|
|
6061
|
-
tz?: string | undefined;
|
|
6062
|
-
tz_label?: string | undefined;
|
|
6063
|
-
tz_offset?: number | undefined;
|
|
6064
6057
|
profile?: {
|
|
6065
6058
|
title?: string | undefined;
|
|
6066
6059
|
email?: string | undefined;
|
|
@@ -6087,6 +6080,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6087
6080
|
image_512?: string | undefined;
|
|
6088
6081
|
image_1024?: string | undefined;
|
|
6089
6082
|
} | undefined;
|
|
6083
|
+
color?: string | undefined;
|
|
6084
|
+
team_id?: string | undefined;
|
|
6085
|
+
deleted?: boolean | undefined;
|
|
6086
|
+
real_name?: string | undefined;
|
|
6087
|
+
tz?: string | undefined;
|
|
6088
|
+
tz_label?: string | undefined;
|
|
6089
|
+
tz_offset?: number | undefined;
|
|
6090
6090
|
is_admin?: boolean | undefined;
|
|
6091
6091
|
is_owner?: boolean | undefined;
|
|
6092
6092
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6105,13 +6105,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6105
6105
|
user?: {
|
|
6106
6106
|
name: string;
|
|
6107
6107
|
id: string;
|
|
6108
|
-
color?: string | undefined;
|
|
6109
|
-
team_id?: string | undefined;
|
|
6110
|
-
deleted?: boolean | undefined;
|
|
6111
|
-
real_name?: string | undefined;
|
|
6112
|
-
tz?: string | undefined;
|
|
6113
|
-
tz_label?: string | undefined;
|
|
6114
|
-
tz_offset?: number | undefined;
|
|
6115
6108
|
profile?: {
|
|
6116
6109
|
title?: string | undefined;
|
|
6117
6110
|
email?: string | undefined;
|
|
@@ -6138,6 +6131,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6138
6131
|
image_512?: string | undefined;
|
|
6139
6132
|
image_1024?: string | undefined;
|
|
6140
6133
|
} | undefined;
|
|
6134
|
+
color?: string | undefined;
|
|
6135
|
+
team_id?: string | undefined;
|
|
6136
|
+
deleted?: boolean | undefined;
|
|
6137
|
+
real_name?: string | undefined;
|
|
6138
|
+
tz?: string | undefined;
|
|
6139
|
+
tz_label?: string | undefined;
|
|
6140
|
+
tz_offset?: number | undefined;
|
|
6141
6141
|
is_admin?: boolean | undefined;
|
|
6142
6142
|
is_owner?: boolean | undefined;
|
|
6143
6143
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6249,13 +6249,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6249
6249
|
}, "strip", z.ZodTypeAny, {
|
|
6250
6250
|
name: string;
|
|
6251
6251
|
id: string;
|
|
6252
|
-
color?: string | undefined;
|
|
6253
|
-
team_id?: string | undefined;
|
|
6254
|
-
deleted?: boolean | undefined;
|
|
6255
|
-
real_name?: string | undefined;
|
|
6256
|
-
tz?: string | undefined;
|
|
6257
|
-
tz_label?: string | undefined;
|
|
6258
|
-
tz_offset?: number | undefined;
|
|
6259
6252
|
profile?: {
|
|
6260
6253
|
title?: string | undefined;
|
|
6261
6254
|
email?: string | undefined;
|
|
@@ -6282,6 +6275,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6282
6275
|
image_512?: string | undefined;
|
|
6283
6276
|
image_1024?: string | undefined;
|
|
6284
6277
|
} | undefined;
|
|
6278
|
+
color?: string | undefined;
|
|
6279
|
+
team_id?: string | undefined;
|
|
6280
|
+
deleted?: boolean | undefined;
|
|
6281
|
+
real_name?: string | undefined;
|
|
6282
|
+
tz?: string | undefined;
|
|
6283
|
+
tz_label?: string | undefined;
|
|
6284
|
+
tz_offset?: number | undefined;
|
|
6285
6285
|
is_admin?: boolean | undefined;
|
|
6286
6286
|
is_owner?: boolean | undefined;
|
|
6287
6287
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6294,13 +6294,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6294
6294
|
}, {
|
|
6295
6295
|
name: string;
|
|
6296
6296
|
id: string;
|
|
6297
|
-
color?: string | undefined;
|
|
6298
|
-
team_id?: string | undefined;
|
|
6299
|
-
deleted?: boolean | undefined;
|
|
6300
|
-
real_name?: string | undefined;
|
|
6301
|
-
tz?: string | undefined;
|
|
6302
|
-
tz_label?: string | undefined;
|
|
6303
|
-
tz_offset?: number | undefined;
|
|
6304
6297
|
profile?: {
|
|
6305
6298
|
title?: string | undefined;
|
|
6306
6299
|
email?: string | undefined;
|
|
@@ -6327,6 +6320,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6327
6320
|
image_512?: string | undefined;
|
|
6328
6321
|
image_1024?: string | undefined;
|
|
6329
6322
|
} | undefined;
|
|
6323
|
+
color?: string | undefined;
|
|
6324
|
+
team_id?: string | undefined;
|
|
6325
|
+
deleted?: boolean | undefined;
|
|
6326
|
+
real_name?: string | undefined;
|
|
6327
|
+
tz?: string | undefined;
|
|
6328
|
+
tz_label?: string | undefined;
|
|
6329
|
+
tz_offset?: number | undefined;
|
|
6330
6330
|
is_admin?: boolean | undefined;
|
|
6331
6331
|
is_owner?: boolean | undefined;
|
|
6332
6332
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6357,13 +6357,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6357
6357
|
members?: {
|
|
6358
6358
|
name: string;
|
|
6359
6359
|
id: string;
|
|
6360
|
-
color?: string | undefined;
|
|
6361
|
-
team_id?: string | undefined;
|
|
6362
|
-
deleted?: boolean | undefined;
|
|
6363
|
-
real_name?: string | undefined;
|
|
6364
|
-
tz?: string | undefined;
|
|
6365
|
-
tz_label?: string | undefined;
|
|
6366
|
-
tz_offset?: number | undefined;
|
|
6367
6360
|
profile?: {
|
|
6368
6361
|
title?: string | undefined;
|
|
6369
6362
|
email?: string | undefined;
|
|
@@ -6390,6 +6383,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6390
6383
|
image_512?: string | undefined;
|
|
6391
6384
|
image_1024?: string | undefined;
|
|
6392
6385
|
} | undefined;
|
|
6386
|
+
color?: string | undefined;
|
|
6387
|
+
team_id?: string | undefined;
|
|
6388
|
+
deleted?: boolean | undefined;
|
|
6389
|
+
real_name?: string | undefined;
|
|
6390
|
+
tz?: string | undefined;
|
|
6391
|
+
tz_label?: string | undefined;
|
|
6392
|
+
tz_offset?: number | undefined;
|
|
6393
6393
|
is_admin?: boolean | undefined;
|
|
6394
6394
|
is_owner?: boolean | undefined;
|
|
6395
6395
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6411,13 +6411,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6411
6411
|
members?: {
|
|
6412
6412
|
name: string;
|
|
6413
6413
|
id: string;
|
|
6414
|
-
color?: string | undefined;
|
|
6415
|
-
team_id?: string | undefined;
|
|
6416
|
-
deleted?: boolean | undefined;
|
|
6417
|
-
real_name?: string | undefined;
|
|
6418
|
-
tz?: string | undefined;
|
|
6419
|
-
tz_label?: string | undefined;
|
|
6420
|
-
tz_offset?: number | undefined;
|
|
6421
6414
|
profile?: {
|
|
6422
6415
|
title?: string | undefined;
|
|
6423
6416
|
email?: string | undefined;
|
|
@@ -6444,6 +6437,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6444
6437
|
image_512?: string | undefined;
|
|
6445
6438
|
image_1024?: string | undefined;
|
|
6446
6439
|
} | undefined;
|
|
6440
|
+
color?: string | undefined;
|
|
6441
|
+
team_id?: string | undefined;
|
|
6442
|
+
deleted?: boolean | undefined;
|
|
6443
|
+
real_name?: string | undefined;
|
|
6444
|
+
tz?: string | undefined;
|
|
6445
|
+
tz_label?: string | undefined;
|
|
6446
|
+
tz_offset?: number | undefined;
|
|
6447
6447
|
is_admin?: boolean | undefined;
|
|
6448
6448
|
is_owner?: boolean | undefined;
|
|
6449
6449
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6643,6 +6643,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6643
6643
|
success: boolean;
|
|
6644
6644
|
operation: "get_conversation_history";
|
|
6645
6645
|
ok: boolean;
|
|
6646
|
+
response_metadata?: {
|
|
6647
|
+
next_cursor: string;
|
|
6648
|
+
} | undefined;
|
|
6646
6649
|
messages?: {
|
|
6647
6650
|
type: string;
|
|
6648
6651
|
user?: string | undefined;
|
|
@@ -6686,15 +6689,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6686
6689
|
permalink?: string | undefined;
|
|
6687
6690
|
}[] | undefined;
|
|
6688
6691
|
}[] | undefined;
|
|
6689
|
-
response_metadata?: {
|
|
6690
|
-
next_cursor: string;
|
|
6691
|
-
} | undefined;
|
|
6692
6692
|
has_more?: boolean | undefined;
|
|
6693
6693
|
}, {
|
|
6694
6694
|
error: string;
|
|
6695
6695
|
success: boolean;
|
|
6696
6696
|
operation: "get_conversation_history";
|
|
6697
6697
|
ok: boolean;
|
|
6698
|
+
response_metadata?: {
|
|
6699
|
+
next_cursor: string;
|
|
6700
|
+
} | undefined;
|
|
6698
6701
|
messages?: {
|
|
6699
6702
|
type: string;
|
|
6700
6703
|
user?: string | undefined;
|
|
@@ -6738,9 +6741,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6738
6741
|
permalink?: string | undefined;
|
|
6739
6742
|
}[] | undefined;
|
|
6740
6743
|
}[] | undefined;
|
|
6741
|
-
response_metadata?: {
|
|
6742
|
-
next_cursor: string;
|
|
6743
|
-
} | undefined;
|
|
6744
6744
|
has_more?: boolean | undefined;
|
|
6745
6745
|
}>, z.ZodObject<{
|
|
6746
6746
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -6931,6 +6931,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6931
6931
|
success: boolean;
|
|
6932
6932
|
operation: "get_thread_replies";
|
|
6933
6933
|
ok: boolean;
|
|
6934
|
+
response_metadata?: {
|
|
6935
|
+
next_cursor: string;
|
|
6936
|
+
} | undefined;
|
|
6934
6937
|
messages?: {
|
|
6935
6938
|
type: string;
|
|
6936
6939
|
user?: string | undefined;
|
|
@@ -6974,15 +6977,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6974
6977
|
permalink?: string | undefined;
|
|
6975
6978
|
}[] | undefined;
|
|
6976
6979
|
}[] | undefined;
|
|
6977
|
-
response_metadata?: {
|
|
6978
|
-
next_cursor: string;
|
|
6979
|
-
} | undefined;
|
|
6980
6980
|
has_more?: boolean | undefined;
|
|
6981
6981
|
}, {
|
|
6982
6982
|
error: string;
|
|
6983
6983
|
success: boolean;
|
|
6984
6984
|
operation: "get_thread_replies";
|
|
6985
6985
|
ok: boolean;
|
|
6986
|
+
response_metadata?: {
|
|
6987
|
+
next_cursor: string;
|
|
6988
|
+
} | undefined;
|
|
6986
6989
|
messages?: {
|
|
6987
6990
|
type: string;
|
|
6988
6991
|
user?: string | undefined;
|
|
@@ -7026,9 +7029,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7026
7029
|
permalink?: string | undefined;
|
|
7027
7030
|
}[] | undefined;
|
|
7028
7031
|
}[] | undefined;
|
|
7029
|
-
response_metadata?: {
|
|
7030
|
-
next_cursor: string;
|
|
7031
|
-
} | undefined;
|
|
7032
7032
|
has_more?: boolean | undefined;
|
|
7033
7033
|
}>, z.ZodObject<{
|
|
7034
7034
|
operation: z.ZodLiteral<"update_message">;
|