@bubblelab/bubble-core 0.1.44 → 0.1.45
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 +67 -67
- package/dist/bubbles/service-bubble/agi-inc.d.ts +24 -24
- package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +48 -48
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +16 -16
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +6 -6
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +80 -80
- package/dist/bubbles/service-bubble/firecrawl.d.ts +268 -268
- package/dist/bubbles/service-bubble/followupboss.d.ts +172 -172
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +233 -233
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.js +59 -2
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.js.map +1 -1
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
- 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.d.ts +10 -10
- package/dist/bubbles/service-bubble/http.d.ts +4 -4
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/notion/notion.d.ts +80 -80
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +88 -88
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +5 -5
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +50 -50
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +330 -330
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- 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/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -1165,8 +1165,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1165
1165
|
}>, "many">>;
|
|
1166
1166
|
}, "strip", z.ZodTypeAny, {
|
|
1167
1167
|
type: string;
|
|
1168
|
-
text?: string | undefined;
|
|
1169
1168
|
user?: string | undefined;
|
|
1169
|
+
text?: string | undefined;
|
|
1170
1170
|
ts?: string | undefined;
|
|
1171
1171
|
username?: string | undefined;
|
|
1172
1172
|
attachments?: unknown[] | undefined;
|
|
@@ -1190,8 +1190,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1190
1190
|
}[] | undefined;
|
|
1191
1191
|
}, {
|
|
1192
1192
|
type: string;
|
|
1193
|
-
text?: string | undefined;
|
|
1194
1193
|
user?: string | undefined;
|
|
1194
|
+
text?: string | undefined;
|
|
1195
1195
|
ts?: string | undefined;
|
|
1196
1196
|
username?: string | undefined;
|
|
1197
1197
|
attachments?: unknown[] | undefined;
|
|
@@ -1223,8 +1223,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1223
1223
|
ok: boolean;
|
|
1224
1224
|
message?: {
|
|
1225
1225
|
type: string;
|
|
1226
|
-
text?: string | undefined;
|
|
1227
1226
|
user?: string | undefined;
|
|
1227
|
+
text?: string | undefined;
|
|
1228
1228
|
ts?: string | undefined;
|
|
1229
1229
|
username?: string | undefined;
|
|
1230
1230
|
attachments?: unknown[] | undefined;
|
|
@@ -1256,8 +1256,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1256
1256
|
ok: boolean;
|
|
1257
1257
|
message?: {
|
|
1258
1258
|
type: string;
|
|
1259
|
-
text?: string | undefined;
|
|
1260
1259
|
user?: string | undefined;
|
|
1260
|
+
text?: string | undefined;
|
|
1261
1261
|
ts?: string | undefined;
|
|
1262
1262
|
username?: string | undefined;
|
|
1263
1263
|
attachments?: unknown[] | undefined;
|
|
@@ -1734,9 +1734,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1734
1734
|
}, "strip", z.ZodTypeAny, {
|
|
1735
1735
|
title?: string | undefined;
|
|
1736
1736
|
email?: string | undefined;
|
|
1737
|
+
phone?: string | undefined;
|
|
1737
1738
|
fields?: Record<string, unknown> | undefined;
|
|
1738
1739
|
real_name?: string | undefined;
|
|
1739
|
-
phone?: string | undefined;
|
|
1740
1740
|
skype?: string | undefined;
|
|
1741
1741
|
real_name_normalized?: string | undefined;
|
|
1742
1742
|
display_name?: string | undefined;
|
|
@@ -1759,9 +1759,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1759
1759
|
}, {
|
|
1760
1760
|
title?: string | undefined;
|
|
1761
1761
|
email?: string | undefined;
|
|
1762
|
+
phone?: string | undefined;
|
|
1762
1763
|
fields?: Record<string, unknown> | undefined;
|
|
1763
1764
|
real_name?: string | undefined;
|
|
1764
|
-
phone?: string | undefined;
|
|
1765
1765
|
skype?: string | undefined;
|
|
1766
1766
|
real_name_normalized?: string | undefined;
|
|
1767
1767
|
display_name?: string | undefined;
|
|
@@ -1797,9 +1797,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1797
1797
|
profile?: {
|
|
1798
1798
|
title?: string | undefined;
|
|
1799
1799
|
email?: string | undefined;
|
|
1800
|
+
phone?: string | undefined;
|
|
1800
1801
|
fields?: Record<string, unknown> | undefined;
|
|
1801
1802
|
real_name?: string | undefined;
|
|
1802
|
-
phone?: string | undefined;
|
|
1803
1803
|
skype?: string | undefined;
|
|
1804
1804
|
real_name_normalized?: string | undefined;
|
|
1805
1805
|
display_name?: string | undefined;
|
|
@@ -1842,9 +1842,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1842
1842
|
profile?: {
|
|
1843
1843
|
title?: string | undefined;
|
|
1844
1844
|
email?: string | undefined;
|
|
1845
|
+
phone?: string | undefined;
|
|
1845
1846
|
fields?: Record<string, unknown> | undefined;
|
|
1846
1847
|
real_name?: string | undefined;
|
|
1847
|
-
phone?: string | undefined;
|
|
1848
1848
|
skype?: string | undefined;
|
|
1849
1849
|
real_name_normalized?: string | undefined;
|
|
1850
1850
|
display_name?: string | undefined;
|
|
@@ -1895,9 +1895,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1895
1895
|
profile?: {
|
|
1896
1896
|
title?: string | undefined;
|
|
1897
1897
|
email?: string | undefined;
|
|
1898
|
+
phone?: string | undefined;
|
|
1898
1899
|
fields?: Record<string, unknown> | undefined;
|
|
1899
1900
|
real_name?: string | undefined;
|
|
1900
|
-
phone?: string | undefined;
|
|
1901
1901
|
skype?: string | undefined;
|
|
1902
1902
|
real_name_normalized?: string | undefined;
|
|
1903
1903
|
display_name?: string | undefined;
|
|
@@ -1946,9 +1946,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1946
1946
|
profile?: {
|
|
1947
1947
|
title?: string | undefined;
|
|
1948
1948
|
email?: string | undefined;
|
|
1949
|
+
phone?: string | undefined;
|
|
1949
1950
|
fields?: Record<string, unknown> | undefined;
|
|
1950
1951
|
real_name?: string | undefined;
|
|
1951
|
-
phone?: string | undefined;
|
|
1952
1952
|
skype?: string | undefined;
|
|
1953
1953
|
real_name_normalized?: string | undefined;
|
|
1954
1954
|
display_name?: string | undefined;
|
|
@@ -2027,9 +2027,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2027
2027
|
}, "strip", z.ZodTypeAny, {
|
|
2028
2028
|
title?: string | undefined;
|
|
2029
2029
|
email?: string | undefined;
|
|
2030
|
+
phone?: string | undefined;
|
|
2030
2031
|
fields?: Record<string, unknown> | undefined;
|
|
2031
2032
|
real_name?: string | undefined;
|
|
2032
|
-
phone?: string | undefined;
|
|
2033
2033
|
skype?: string | undefined;
|
|
2034
2034
|
real_name_normalized?: string | undefined;
|
|
2035
2035
|
display_name?: string | undefined;
|
|
@@ -2052,9 +2052,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2052
2052
|
}, {
|
|
2053
2053
|
title?: string | undefined;
|
|
2054
2054
|
email?: string | undefined;
|
|
2055
|
+
phone?: string | undefined;
|
|
2055
2056
|
fields?: Record<string, unknown> | undefined;
|
|
2056
2057
|
real_name?: string | undefined;
|
|
2057
|
-
phone?: string | undefined;
|
|
2058
2058
|
skype?: string | undefined;
|
|
2059
2059
|
real_name_normalized?: string | undefined;
|
|
2060
2060
|
display_name?: string | undefined;
|
|
@@ -2090,9 +2090,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2090
2090
|
profile?: {
|
|
2091
2091
|
title?: string | undefined;
|
|
2092
2092
|
email?: string | undefined;
|
|
2093
|
+
phone?: string | undefined;
|
|
2093
2094
|
fields?: Record<string, unknown> | undefined;
|
|
2094
2095
|
real_name?: string | undefined;
|
|
2095
|
-
phone?: string | undefined;
|
|
2096
2096
|
skype?: string | undefined;
|
|
2097
2097
|
real_name_normalized?: string | undefined;
|
|
2098
2098
|
display_name?: string | undefined;
|
|
@@ -2135,9 +2135,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2135
2135
|
profile?: {
|
|
2136
2136
|
title?: string | undefined;
|
|
2137
2137
|
email?: string | undefined;
|
|
2138
|
+
phone?: string | undefined;
|
|
2138
2139
|
fields?: Record<string, unknown> | undefined;
|
|
2139
2140
|
real_name?: string | undefined;
|
|
2140
|
-
phone?: string | undefined;
|
|
2141
2141
|
skype?: string | undefined;
|
|
2142
2142
|
real_name_normalized?: string | undefined;
|
|
2143
2143
|
display_name?: string | undefined;
|
|
@@ -2198,9 +2198,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2198
2198
|
profile?: {
|
|
2199
2199
|
title?: string | undefined;
|
|
2200
2200
|
email?: string | undefined;
|
|
2201
|
+
phone?: string | undefined;
|
|
2201
2202
|
fields?: Record<string, unknown> | undefined;
|
|
2202
2203
|
real_name?: string | undefined;
|
|
2203
|
-
phone?: string | undefined;
|
|
2204
2204
|
skype?: string | undefined;
|
|
2205
2205
|
real_name_normalized?: string | undefined;
|
|
2206
2206
|
display_name?: string | undefined;
|
|
@@ -2252,9 +2252,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2252
2252
|
profile?: {
|
|
2253
2253
|
title?: string | undefined;
|
|
2254
2254
|
email?: string | undefined;
|
|
2255
|
+
phone?: string | undefined;
|
|
2255
2256
|
fields?: Record<string, unknown> | undefined;
|
|
2256
2257
|
real_name?: string | undefined;
|
|
2257
|
-
phone?: string | undefined;
|
|
2258
2258
|
skype?: string | undefined;
|
|
2259
2259
|
real_name_normalized?: string | undefined;
|
|
2260
2260
|
display_name?: string | undefined;
|
|
@@ -2334,8 +2334,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2334
2334
|
}>, "many">>;
|
|
2335
2335
|
}, "strip", z.ZodTypeAny, {
|
|
2336
2336
|
type: string;
|
|
2337
|
-
text?: string | undefined;
|
|
2338
2337
|
user?: string | undefined;
|
|
2338
|
+
text?: string | undefined;
|
|
2339
2339
|
ts?: string | undefined;
|
|
2340
2340
|
username?: string | undefined;
|
|
2341
2341
|
attachments?: unknown[] | undefined;
|
|
@@ -2359,8 +2359,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2359
2359
|
}[] | undefined;
|
|
2360
2360
|
}, {
|
|
2361
2361
|
type: string;
|
|
2362
|
-
text?: string | undefined;
|
|
2363
2362
|
user?: string | undefined;
|
|
2363
|
+
text?: string | undefined;
|
|
2364
2364
|
ts?: string | undefined;
|
|
2365
2365
|
username?: string | undefined;
|
|
2366
2366
|
attachments?: unknown[] | undefined;
|
|
@@ -2398,10 +2398,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2398
2398
|
success: boolean;
|
|
2399
2399
|
error: string;
|
|
2400
2400
|
ok: boolean;
|
|
2401
|
+
response_metadata?: {
|
|
2402
|
+
next_cursor: string;
|
|
2403
|
+
} | undefined;
|
|
2401
2404
|
messages?: {
|
|
2402
2405
|
type: string;
|
|
2403
|
-
text?: string | undefined;
|
|
2404
2406
|
user?: string | undefined;
|
|
2407
|
+
text?: string | undefined;
|
|
2405
2408
|
ts?: string | undefined;
|
|
2406
2409
|
username?: string | undefined;
|
|
2407
2410
|
attachments?: unknown[] | undefined;
|
|
@@ -2424,19 +2427,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2424
2427
|
count: number;
|
|
2425
2428
|
}[] | undefined;
|
|
2426
2429
|
}[] | undefined;
|
|
2427
|
-
response_metadata?: {
|
|
2428
|
-
next_cursor: string;
|
|
2429
|
-
} | undefined;
|
|
2430
2430
|
has_more?: boolean | undefined;
|
|
2431
2431
|
}, {
|
|
2432
2432
|
operation: "get_conversation_history";
|
|
2433
2433
|
success: boolean;
|
|
2434
2434
|
error: string;
|
|
2435
2435
|
ok: boolean;
|
|
2436
|
+
response_metadata?: {
|
|
2437
|
+
next_cursor: string;
|
|
2438
|
+
} | undefined;
|
|
2436
2439
|
messages?: {
|
|
2437
2440
|
type: string;
|
|
2438
|
-
text?: string | undefined;
|
|
2439
2441
|
user?: string | undefined;
|
|
2442
|
+
text?: string | undefined;
|
|
2440
2443
|
ts?: string | undefined;
|
|
2441
2444
|
username?: string | undefined;
|
|
2442
2445
|
attachments?: unknown[] | undefined;
|
|
@@ -2459,9 +2462,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2459
2462
|
count: number;
|
|
2460
2463
|
}[] | undefined;
|
|
2461
2464
|
}[] | undefined;
|
|
2462
|
-
response_metadata?: {
|
|
2463
|
-
next_cursor: string;
|
|
2464
|
-
} | undefined;
|
|
2465
2465
|
has_more?: boolean | undefined;
|
|
2466
2466
|
}>, z.ZodObject<{
|
|
2467
2467
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -2505,8 +2505,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2505
2505
|
}>, "many">>;
|
|
2506
2506
|
}, "strip", z.ZodTypeAny, {
|
|
2507
2507
|
type: string;
|
|
2508
|
-
text?: string | undefined;
|
|
2509
2508
|
user?: string | undefined;
|
|
2509
|
+
text?: string | undefined;
|
|
2510
2510
|
ts?: string | undefined;
|
|
2511
2511
|
username?: string | undefined;
|
|
2512
2512
|
attachments?: unknown[] | undefined;
|
|
@@ -2530,8 +2530,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2530
2530
|
}[] | undefined;
|
|
2531
2531
|
}, {
|
|
2532
2532
|
type: string;
|
|
2533
|
-
text?: string | undefined;
|
|
2534
2533
|
user?: string | undefined;
|
|
2534
|
+
text?: string | undefined;
|
|
2535
2535
|
ts?: string | undefined;
|
|
2536
2536
|
username?: string | undefined;
|
|
2537
2537
|
attachments?: unknown[] | undefined;
|
|
@@ -2569,10 +2569,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2569
2569
|
success: boolean;
|
|
2570
2570
|
error: string;
|
|
2571
2571
|
ok: boolean;
|
|
2572
|
+
response_metadata?: {
|
|
2573
|
+
next_cursor: string;
|
|
2574
|
+
} | undefined;
|
|
2572
2575
|
messages?: {
|
|
2573
2576
|
type: string;
|
|
2574
|
-
text?: string | undefined;
|
|
2575
2577
|
user?: string | undefined;
|
|
2578
|
+
text?: string | undefined;
|
|
2576
2579
|
ts?: string | undefined;
|
|
2577
2580
|
username?: string | undefined;
|
|
2578
2581
|
attachments?: unknown[] | undefined;
|
|
@@ -2595,19 +2598,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2595
2598
|
count: number;
|
|
2596
2599
|
}[] | undefined;
|
|
2597
2600
|
}[] | undefined;
|
|
2598
|
-
response_metadata?: {
|
|
2599
|
-
next_cursor: string;
|
|
2600
|
-
} | undefined;
|
|
2601
2601
|
has_more?: boolean | undefined;
|
|
2602
2602
|
}, {
|
|
2603
2603
|
operation: "get_thread_replies";
|
|
2604
2604
|
success: boolean;
|
|
2605
2605
|
error: string;
|
|
2606
2606
|
ok: boolean;
|
|
2607
|
+
response_metadata?: {
|
|
2608
|
+
next_cursor: string;
|
|
2609
|
+
} | undefined;
|
|
2607
2610
|
messages?: {
|
|
2608
2611
|
type: string;
|
|
2609
|
-
text?: string | undefined;
|
|
2610
2612
|
user?: string | undefined;
|
|
2613
|
+
text?: string | undefined;
|
|
2611
2614
|
ts?: string | undefined;
|
|
2612
2615
|
username?: string | undefined;
|
|
2613
2616
|
attachments?: unknown[] | undefined;
|
|
@@ -2630,9 +2633,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2630
2633
|
count: number;
|
|
2631
2634
|
}[] | undefined;
|
|
2632
2635
|
}[] | undefined;
|
|
2633
|
-
response_metadata?: {
|
|
2634
|
-
next_cursor: string;
|
|
2635
|
-
} | undefined;
|
|
2636
2636
|
has_more?: boolean | undefined;
|
|
2637
2637
|
}>, z.ZodObject<{
|
|
2638
2638
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -2679,8 +2679,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2679
2679
|
}>, "many">>;
|
|
2680
2680
|
}, "strip", z.ZodTypeAny, {
|
|
2681
2681
|
type: string;
|
|
2682
|
-
text?: string | undefined;
|
|
2683
2682
|
user?: string | undefined;
|
|
2683
|
+
text?: string | undefined;
|
|
2684
2684
|
ts?: string | undefined;
|
|
2685
2685
|
username?: string | undefined;
|
|
2686
2686
|
attachments?: unknown[] | undefined;
|
|
@@ -2704,8 +2704,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2704
2704
|
}[] | undefined;
|
|
2705
2705
|
}, {
|
|
2706
2706
|
type: string;
|
|
2707
|
-
text?: string | undefined;
|
|
2708
2707
|
user?: string | undefined;
|
|
2708
|
+
text?: string | undefined;
|
|
2709
2709
|
ts?: string | undefined;
|
|
2710
2710
|
username?: string | undefined;
|
|
2711
2711
|
attachments?: unknown[] | undefined;
|
|
@@ -2737,8 +2737,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2737
2737
|
ok: boolean;
|
|
2738
2738
|
message?: {
|
|
2739
2739
|
type: string;
|
|
2740
|
-
text?: string | undefined;
|
|
2741
2740
|
user?: string | undefined;
|
|
2741
|
+
text?: string | undefined;
|
|
2742
2742
|
ts?: string | undefined;
|
|
2743
2743
|
username?: string | undefined;
|
|
2744
2744
|
attachments?: unknown[] | undefined;
|
|
@@ -2771,8 +2771,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2771
2771
|
ok: boolean;
|
|
2772
2772
|
message?: {
|
|
2773
2773
|
type: string;
|
|
2774
|
-
text?: string | undefined;
|
|
2775
2774
|
user?: string | undefined;
|
|
2775
|
+
text?: string | undefined;
|
|
2776
2776
|
ts?: string | undefined;
|
|
2777
2777
|
username?: string | undefined;
|
|
2778
2778
|
attachments?: unknown[] | undefined;
|
|
@@ -3163,8 +3163,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3163
3163
|
has_rich_preview: z.ZodOptional<z.ZodBoolean>;
|
|
3164
3164
|
}, "strip", z.ZodTypeAny, {
|
|
3165
3165
|
name: string;
|
|
3166
|
-
user: string;
|
|
3167
3166
|
id: string;
|
|
3167
|
+
user: string;
|
|
3168
3168
|
username: string;
|
|
3169
3169
|
timestamp: number;
|
|
3170
3170
|
created: number;
|
|
@@ -3208,8 +3208,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3208
3208
|
has_rich_preview?: boolean | undefined;
|
|
3209
3209
|
}, {
|
|
3210
3210
|
name: string;
|
|
3211
|
-
user: string;
|
|
3212
3211
|
id: string;
|
|
3212
|
+
user: string;
|
|
3213
3213
|
username: string;
|
|
3214
3214
|
timestamp: number;
|
|
3215
3215
|
created: number;
|
|
@@ -3261,8 +3261,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3261
3261
|
ok: boolean;
|
|
3262
3262
|
file?: {
|
|
3263
3263
|
name: string;
|
|
3264
|
-
user: string;
|
|
3265
3264
|
id: string;
|
|
3265
|
+
user: string;
|
|
3266
3266
|
username: string;
|
|
3267
3267
|
timestamp: number;
|
|
3268
3268
|
created: number;
|
|
@@ -3312,8 +3312,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3312
3312
|
ok: boolean;
|
|
3313
3313
|
file?: {
|
|
3314
3314
|
name: string;
|
|
3315
|
-
user: string;
|
|
3316
3315
|
id: string;
|
|
3316
|
+
user: string;
|
|
3317
3317
|
username: string;
|
|
3318
3318
|
timestamp: number;
|
|
3319
3319
|
created: number;
|
|
@@ -4557,8 +4557,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4557
4557
|
}>, "many">>;
|
|
4558
4558
|
}, "strip", z.ZodTypeAny, {
|
|
4559
4559
|
type: string;
|
|
4560
|
-
text?: string | undefined;
|
|
4561
4560
|
user?: string | undefined;
|
|
4561
|
+
text?: string | undefined;
|
|
4562
4562
|
ts?: string | undefined;
|
|
4563
4563
|
username?: string | undefined;
|
|
4564
4564
|
attachments?: unknown[] | undefined;
|
|
@@ -4582,8 +4582,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4582
4582
|
}[] | undefined;
|
|
4583
4583
|
}, {
|
|
4584
4584
|
type: string;
|
|
4585
|
-
text?: string | undefined;
|
|
4586
4585
|
user?: string | undefined;
|
|
4586
|
+
text?: string | undefined;
|
|
4587
4587
|
ts?: string | undefined;
|
|
4588
4588
|
username?: string | undefined;
|
|
4589
4589
|
attachments?: unknown[] | undefined;
|
|
@@ -4615,8 +4615,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4615
4615
|
ok: boolean;
|
|
4616
4616
|
message?: {
|
|
4617
4617
|
type: string;
|
|
4618
|
-
text?: string | undefined;
|
|
4619
4618
|
user?: string | undefined;
|
|
4619
|
+
text?: string | undefined;
|
|
4620
4620
|
ts?: string | undefined;
|
|
4621
4621
|
username?: string | undefined;
|
|
4622
4622
|
attachments?: unknown[] | undefined;
|
|
@@ -4648,8 +4648,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4648
4648
|
ok: boolean;
|
|
4649
4649
|
message?: {
|
|
4650
4650
|
type: string;
|
|
4651
|
-
text?: string | undefined;
|
|
4652
4651
|
user?: string | undefined;
|
|
4652
|
+
text?: string | undefined;
|
|
4653
4653
|
ts?: string | undefined;
|
|
4654
4654
|
username?: string | undefined;
|
|
4655
4655
|
attachments?: unknown[] | undefined;
|
|
@@ -5126,9 +5126,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5126
5126
|
}, "strip", z.ZodTypeAny, {
|
|
5127
5127
|
title?: string | undefined;
|
|
5128
5128
|
email?: string | undefined;
|
|
5129
|
+
phone?: string | undefined;
|
|
5129
5130
|
fields?: Record<string, unknown> | undefined;
|
|
5130
5131
|
real_name?: string | undefined;
|
|
5131
|
-
phone?: string | undefined;
|
|
5132
5132
|
skype?: string | undefined;
|
|
5133
5133
|
real_name_normalized?: string | undefined;
|
|
5134
5134
|
display_name?: string | undefined;
|
|
@@ -5151,9 +5151,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5151
5151
|
}, {
|
|
5152
5152
|
title?: string | undefined;
|
|
5153
5153
|
email?: string | undefined;
|
|
5154
|
+
phone?: string | undefined;
|
|
5154
5155
|
fields?: Record<string, unknown> | undefined;
|
|
5155
5156
|
real_name?: string | undefined;
|
|
5156
|
-
phone?: string | undefined;
|
|
5157
5157
|
skype?: string | undefined;
|
|
5158
5158
|
real_name_normalized?: string | undefined;
|
|
5159
5159
|
display_name?: string | undefined;
|
|
@@ -5189,9 +5189,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5189
5189
|
profile?: {
|
|
5190
5190
|
title?: string | undefined;
|
|
5191
5191
|
email?: string | undefined;
|
|
5192
|
+
phone?: string | undefined;
|
|
5192
5193
|
fields?: Record<string, unknown> | undefined;
|
|
5193
5194
|
real_name?: string | undefined;
|
|
5194
|
-
phone?: string | undefined;
|
|
5195
5195
|
skype?: string | undefined;
|
|
5196
5196
|
real_name_normalized?: string | undefined;
|
|
5197
5197
|
display_name?: string | undefined;
|
|
@@ -5234,9 +5234,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5234
5234
|
profile?: {
|
|
5235
5235
|
title?: string | undefined;
|
|
5236
5236
|
email?: string | undefined;
|
|
5237
|
+
phone?: string | undefined;
|
|
5237
5238
|
fields?: Record<string, unknown> | undefined;
|
|
5238
5239
|
real_name?: string | undefined;
|
|
5239
|
-
phone?: string | undefined;
|
|
5240
5240
|
skype?: string | undefined;
|
|
5241
5241
|
real_name_normalized?: string | undefined;
|
|
5242
5242
|
display_name?: string | undefined;
|
|
@@ -5287,9 +5287,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5287
5287
|
profile?: {
|
|
5288
5288
|
title?: string | undefined;
|
|
5289
5289
|
email?: string | undefined;
|
|
5290
|
+
phone?: string | undefined;
|
|
5290
5291
|
fields?: Record<string, unknown> | undefined;
|
|
5291
5292
|
real_name?: string | undefined;
|
|
5292
|
-
phone?: string | undefined;
|
|
5293
5293
|
skype?: string | undefined;
|
|
5294
5294
|
real_name_normalized?: string | undefined;
|
|
5295
5295
|
display_name?: string | undefined;
|
|
@@ -5338,9 +5338,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5338
5338
|
profile?: {
|
|
5339
5339
|
title?: string | undefined;
|
|
5340
5340
|
email?: string | undefined;
|
|
5341
|
+
phone?: string | undefined;
|
|
5341
5342
|
fields?: Record<string, unknown> | undefined;
|
|
5342
5343
|
real_name?: string | undefined;
|
|
5343
|
-
phone?: string | undefined;
|
|
5344
5344
|
skype?: string | undefined;
|
|
5345
5345
|
real_name_normalized?: string | undefined;
|
|
5346
5346
|
display_name?: string | undefined;
|
|
@@ -5419,9 +5419,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5419
5419
|
}, "strip", z.ZodTypeAny, {
|
|
5420
5420
|
title?: string | undefined;
|
|
5421
5421
|
email?: string | undefined;
|
|
5422
|
+
phone?: string | undefined;
|
|
5422
5423
|
fields?: Record<string, unknown> | undefined;
|
|
5423
5424
|
real_name?: string | undefined;
|
|
5424
|
-
phone?: string | undefined;
|
|
5425
5425
|
skype?: string | undefined;
|
|
5426
5426
|
real_name_normalized?: string | undefined;
|
|
5427
5427
|
display_name?: string | undefined;
|
|
@@ -5444,9 +5444,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5444
5444
|
}, {
|
|
5445
5445
|
title?: string | undefined;
|
|
5446
5446
|
email?: string | undefined;
|
|
5447
|
+
phone?: string | undefined;
|
|
5447
5448
|
fields?: Record<string, unknown> | undefined;
|
|
5448
5449
|
real_name?: string | undefined;
|
|
5449
|
-
phone?: string | undefined;
|
|
5450
5450
|
skype?: string | undefined;
|
|
5451
5451
|
real_name_normalized?: string | undefined;
|
|
5452
5452
|
display_name?: string | undefined;
|
|
@@ -5482,9 +5482,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5482
5482
|
profile?: {
|
|
5483
5483
|
title?: string | undefined;
|
|
5484
5484
|
email?: string | undefined;
|
|
5485
|
+
phone?: string | undefined;
|
|
5485
5486
|
fields?: Record<string, unknown> | undefined;
|
|
5486
5487
|
real_name?: string | undefined;
|
|
5487
|
-
phone?: string | undefined;
|
|
5488
5488
|
skype?: string | undefined;
|
|
5489
5489
|
real_name_normalized?: string | undefined;
|
|
5490
5490
|
display_name?: string | undefined;
|
|
@@ -5527,9 +5527,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5527
5527
|
profile?: {
|
|
5528
5528
|
title?: string | undefined;
|
|
5529
5529
|
email?: string | undefined;
|
|
5530
|
+
phone?: string | undefined;
|
|
5530
5531
|
fields?: Record<string, unknown> | undefined;
|
|
5531
5532
|
real_name?: string | undefined;
|
|
5532
|
-
phone?: string | undefined;
|
|
5533
5533
|
skype?: string | undefined;
|
|
5534
5534
|
real_name_normalized?: string | undefined;
|
|
5535
5535
|
display_name?: string | undefined;
|
|
@@ -5590,9 +5590,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5590
5590
|
profile?: {
|
|
5591
5591
|
title?: string | undefined;
|
|
5592
5592
|
email?: string | undefined;
|
|
5593
|
+
phone?: string | undefined;
|
|
5593
5594
|
fields?: Record<string, unknown> | undefined;
|
|
5594
5595
|
real_name?: string | undefined;
|
|
5595
|
-
phone?: string | undefined;
|
|
5596
5596
|
skype?: string | undefined;
|
|
5597
5597
|
real_name_normalized?: string | undefined;
|
|
5598
5598
|
display_name?: string | undefined;
|
|
@@ -5644,9 +5644,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5644
5644
|
profile?: {
|
|
5645
5645
|
title?: string | undefined;
|
|
5646
5646
|
email?: string | undefined;
|
|
5647
|
+
phone?: string | undefined;
|
|
5647
5648
|
fields?: Record<string, unknown> | undefined;
|
|
5648
5649
|
real_name?: string | undefined;
|
|
5649
|
-
phone?: string | undefined;
|
|
5650
5650
|
skype?: string | undefined;
|
|
5651
5651
|
real_name_normalized?: string | undefined;
|
|
5652
5652
|
display_name?: string | undefined;
|
|
@@ -5726,8 +5726,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5726
5726
|
}>, "many">>;
|
|
5727
5727
|
}, "strip", z.ZodTypeAny, {
|
|
5728
5728
|
type: string;
|
|
5729
|
-
text?: string | undefined;
|
|
5730
5729
|
user?: string | undefined;
|
|
5730
|
+
text?: string | undefined;
|
|
5731
5731
|
ts?: string | undefined;
|
|
5732
5732
|
username?: string | undefined;
|
|
5733
5733
|
attachments?: unknown[] | undefined;
|
|
@@ -5751,8 +5751,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5751
5751
|
}[] | undefined;
|
|
5752
5752
|
}, {
|
|
5753
5753
|
type: string;
|
|
5754
|
-
text?: string | undefined;
|
|
5755
5754
|
user?: string | undefined;
|
|
5755
|
+
text?: string | undefined;
|
|
5756
5756
|
ts?: string | undefined;
|
|
5757
5757
|
username?: string | undefined;
|
|
5758
5758
|
attachments?: unknown[] | undefined;
|
|
@@ -5790,10 +5790,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5790
5790
|
success: boolean;
|
|
5791
5791
|
error: string;
|
|
5792
5792
|
ok: boolean;
|
|
5793
|
+
response_metadata?: {
|
|
5794
|
+
next_cursor: string;
|
|
5795
|
+
} | undefined;
|
|
5793
5796
|
messages?: {
|
|
5794
5797
|
type: string;
|
|
5795
|
-
text?: string | undefined;
|
|
5796
5798
|
user?: string | undefined;
|
|
5799
|
+
text?: string | undefined;
|
|
5797
5800
|
ts?: string | undefined;
|
|
5798
5801
|
username?: string | undefined;
|
|
5799
5802
|
attachments?: unknown[] | undefined;
|
|
@@ -5816,19 +5819,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5816
5819
|
count: number;
|
|
5817
5820
|
}[] | undefined;
|
|
5818
5821
|
}[] | undefined;
|
|
5819
|
-
response_metadata?: {
|
|
5820
|
-
next_cursor: string;
|
|
5821
|
-
} | undefined;
|
|
5822
5822
|
has_more?: boolean | undefined;
|
|
5823
5823
|
}, {
|
|
5824
5824
|
operation: "get_conversation_history";
|
|
5825
5825
|
success: boolean;
|
|
5826
5826
|
error: string;
|
|
5827
5827
|
ok: boolean;
|
|
5828
|
+
response_metadata?: {
|
|
5829
|
+
next_cursor: string;
|
|
5830
|
+
} | undefined;
|
|
5828
5831
|
messages?: {
|
|
5829
5832
|
type: string;
|
|
5830
|
-
text?: string | undefined;
|
|
5831
5833
|
user?: string | undefined;
|
|
5834
|
+
text?: string | undefined;
|
|
5832
5835
|
ts?: string | undefined;
|
|
5833
5836
|
username?: string | undefined;
|
|
5834
5837
|
attachments?: unknown[] | undefined;
|
|
@@ -5851,9 +5854,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5851
5854
|
count: number;
|
|
5852
5855
|
}[] | undefined;
|
|
5853
5856
|
}[] | undefined;
|
|
5854
|
-
response_metadata?: {
|
|
5855
|
-
next_cursor: string;
|
|
5856
|
-
} | undefined;
|
|
5857
5857
|
has_more?: boolean | undefined;
|
|
5858
5858
|
}>, z.ZodObject<{
|
|
5859
5859
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -5897,8 +5897,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5897
5897
|
}>, "many">>;
|
|
5898
5898
|
}, "strip", z.ZodTypeAny, {
|
|
5899
5899
|
type: string;
|
|
5900
|
-
text?: string | undefined;
|
|
5901
5900
|
user?: string | undefined;
|
|
5901
|
+
text?: string | undefined;
|
|
5902
5902
|
ts?: string | undefined;
|
|
5903
5903
|
username?: string | undefined;
|
|
5904
5904
|
attachments?: unknown[] | undefined;
|
|
@@ -5922,8 +5922,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5922
5922
|
}[] | undefined;
|
|
5923
5923
|
}, {
|
|
5924
5924
|
type: string;
|
|
5925
|
-
text?: string | undefined;
|
|
5926
5925
|
user?: string | undefined;
|
|
5926
|
+
text?: string | undefined;
|
|
5927
5927
|
ts?: string | undefined;
|
|
5928
5928
|
username?: string | undefined;
|
|
5929
5929
|
attachments?: unknown[] | undefined;
|
|
@@ -5961,10 +5961,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5961
5961
|
success: boolean;
|
|
5962
5962
|
error: string;
|
|
5963
5963
|
ok: boolean;
|
|
5964
|
+
response_metadata?: {
|
|
5965
|
+
next_cursor: string;
|
|
5966
|
+
} | undefined;
|
|
5964
5967
|
messages?: {
|
|
5965
5968
|
type: string;
|
|
5966
|
-
text?: string | undefined;
|
|
5967
5969
|
user?: string | undefined;
|
|
5970
|
+
text?: string | undefined;
|
|
5968
5971
|
ts?: string | undefined;
|
|
5969
5972
|
username?: string | undefined;
|
|
5970
5973
|
attachments?: unknown[] | undefined;
|
|
@@ -5987,19 +5990,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5987
5990
|
count: number;
|
|
5988
5991
|
}[] | undefined;
|
|
5989
5992
|
}[] | undefined;
|
|
5990
|
-
response_metadata?: {
|
|
5991
|
-
next_cursor: string;
|
|
5992
|
-
} | undefined;
|
|
5993
5993
|
has_more?: boolean | undefined;
|
|
5994
5994
|
}, {
|
|
5995
5995
|
operation: "get_thread_replies";
|
|
5996
5996
|
success: boolean;
|
|
5997
5997
|
error: string;
|
|
5998
5998
|
ok: boolean;
|
|
5999
|
+
response_metadata?: {
|
|
6000
|
+
next_cursor: string;
|
|
6001
|
+
} | undefined;
|
|
5999
6002
|
messages?: {
|
|
6000
6003
|
type: string;
|
|
6001
|
-
text?: string | undefined;
|
|
6002
6004
|
user?: string | undefined;
|
|
6005
|
+
text?: string | undefined;
|
|
6003
6006
|
ts?: string | undefined;
|
|
6004
6007
|
username?: string | undefined;
|
|
6005
6008
|
attachments?: unknown[] | undefined;
|
|
@@ -6022,9 +6025,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6022
6025
|
count: number;
|
|
6023
6026
|
}[] | undefined;
|
|
6024
6027
|
}[] | undefined;
|
|
6025
|
-
response_metadata?: {
|
|
6026
|
-
next_cursor: string;
|
|
6027
|
-
} | undefined;
|
|
6028
6028
|
has_more?: boolean | undefined;
|
|
6029
6029
|
}>, z.ZodObject<{
|
|
6030
6030
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -6071,8 +6071,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6071
6071
|
}>, "many">>;
|
|
6072
6072
|
}, "strip", z.ZodTypeAny, {
|
|
6073
6073
|
type: string;
|
|
6074
|
-
text?: string | undefined;
|
|
6075
6074
|
user?: string | undefined;
|
|
6075
|
+
text?: string | undefined;
|
|
6076
6076
|
ts?: string | undefined;
|
|
6077
6077
|
username?: string | undefined;
|
|
6078
6078
|
attachments?: unknown[] | undefined;
|
|
@@ -6096,8 +6096,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6096
6096
|
}[] | undefined;
|
|
6097
6097
|
}, {
|
|
6098
6098
|
type: string;
|
|
6099
|
-
text?: string | undefined;
|
|
6100
6099
|
user?: string | undefined;
|
|
6100
|
+
text?: string | undefined;
|
|
6101
6101
|
ts?: string | undefined;
|
|
6102
6102
|
username?: string | undefined;
|
|
6103
6103
|
attachments?: unknown[] | undefined;
|
|
@@ -6129,8 +6129,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6129
6129
|
ok: boolean;
|
|
6130
6130
|
message?: {
|
|
6131
6131
|
type: string;
|
|
6132
|
-
text?: string | undefined;
|
|
6133
6132
|
user?: string | undefined;
|
|
6133
|
+
text?: string | undefined;
|
|
6134
6134
|
ts?: string | undefined;
|
|
6135
6135
|
username?: string | undefined;
|
|
6136
6136
|
attachments?: unknown[] | undefined;
|
|
@@ -6163,8 +6163,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6163
6163
|
ok: boolean;
|
|
6164
6164
|
message?: {
|
|
6165
6165
|
type: string;
|
|
6166
|
-
text?: string | undefined;
|
|
6167
6166
|
user?: string | undefined;
|
|
6167
|
+
text?: string | undefined;
|
|
6168
6168
|
ts?: string | undefined;
|
|
6169
6169
|
username?: string | undefined;
|
|
6170
6170
|
attachments?: unknown[] | undefined;
|
|
@@ -6555,8 +6555,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6555
6555
|
has_rich_preview: z.ZodOptional<z.ZodBoolean>;
|
|
6556
6556
|
}, "strip", z.ZodTypeAny, {
|
|
6557
6557
|
name: string;
|
|
6558
|
-
user: string;
|
|
6559
6558
|
id: string;
|
|
6559
|
+
user: string;
|
|
6560
6560
|
username: string;
|
|
6561
6561
|
timestamp: number;
|
|
6562
6562
|
created: number;
|
|
@@ -6600,8 +6600,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6600
6600
|
has_rich_preview?: boolean | undefined;
|
|
6601
6601
|
}, {
|
|
6602
6602
|
name: string;
|
|
6603
|
-
user: string;
|
|
6604
6603
|
id: string;
|
|
6604
|
+
user: string;
|
|
6605
6605
|
username: string;
|
|
6606
6606
|
timestamp: number;
|
|
6607
6607
|
created: number;
|
|
@@ -6653,8 +6653,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6653
6653
|
ok: boolean;
|
|
6654
6654
|
file?: {
|
|
6655
6655
|
name: string;
|
|
6656
|
-
user: string;
|
|
6657
6656
|
id: string;
|
|
6657
|
+
user: string;
|
|
6658
6658
|
username: string;
|
|
6659
6659
|
timestamp: number;
|
|
6660
6660
|
created: number;
|
|
@@ -6704,8 +6704,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6704
6704
|
ok: boolean;
|
|
6705
6705
|
file?: {
|
|
6706
6706
|
name: string;
|
|
6707
|
-
user: string;
|
|
6708
6707
|
id: string;
|
|
6708
|
+
user: string;
|
|
6709
6709
|
username: string;
|
|
6710
6710
|
timestamp: number;
|
|
6711
6711
|
created: number;
|