@bubblelab/bubble-core 0.1.27 → 0.1.30
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 +160 -91
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- 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 +12 -12
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +128 -128
- package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
- package/dist/bubbles/service-bubble/github.d.ts +120 -120
- package/dist/bubbles/service-bubble/gmail.d.ts +411 -411
- package/dist/bubbles/service-bubble/google-calendar.d.ts +184 -184
- package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +33 -33
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
- package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets.js +904 -0
- package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/index.d.ts +5 -0
- package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/index.js +5 -0
- package/dist/bubbles/service-bubble/jira/index.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts +2695 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts +38 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js +358 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.js +535 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3659 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js +502 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js +428 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +148 -148
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +142 -142
- package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack.js +1536 -0
- package/dist/bubbles/service-bubble/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +6 -6
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +198 -198
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +88 -88
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +42 -42
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +1791 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -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;
|
|
43
41
|
fields?: {
|
|
44
42
|
value: string;
|
|
45
43
|
title: string;
|
|
46
44
|
short?: boolean | undefined;
|
|
47
45
|
}[] | 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;
|
|
62
60
|
fields?: {
|
|
63
61
|
value: string;
|
|
64
62
|
title: string;
|
|
65
63
|
short?: boolean | undefined;
|
|
66
64
|
}[] | 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;
|
|
219
217
|
fields?: {
|
|
220
218
|
value: string;
|
|
221
219
|
title: string;
|
|
222
220
|
short?: boolean | undefined;
|
|
223
221
|
}[] | 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;
|
|
289
287
|
fields?: {
|
|
290
288
|
value: string;
|
|
291
289
|
title: string;
|
|
292
290
|
short?: boolean | undefined;
|
|
293
291
|
}[] | 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;
|
|
@@ -356,17 +356,17 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
356
356
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
357
357
|
}, "strip", z.ZodTypeAny, {
|
|
358
358
|
operation: "list_channels";
|
|
359
|
+
limit: number;
|
|
359
360
|
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
360
361
|
exclude_archived: boolean;
|
|
361
|
-
limit: number;
|
|
362
362
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
363
363
|
cursor?: string | undefined;
|
|
364
364
|
}, {
|
|
365
365
|
operation: "list_channels";
|
|
366
|
+
limit?: number | undefined;
|
|
366
367
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
367
368
|
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
368
369
|
exclude_archived?: boolean | undefined;
|
|
369
|
-
limit?: number | undefined;
|
|
370
370
|
cursor?: string | undefined;
|
|
371
371
|
}>, z.ZodObject<{
|
|
372
372
|
operation: z.ZodLiteral<"get_channel_info">;
|
|
@@ -412,8 +412,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
412
412
|
cursor?: string | undefined;
|
|
413
413
|
}, {
|
|
414
414
|
operation: "list_users";
|
|
415
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
416
415
|
limit?: number | undefined;
|
|
416
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
417
417
|
cursor?: string | undefined;
|
|
418
418
|
include_locale?: boolean | undefined;
|
|
419
419
|
}>, z.ZodObject<{
|
|
@@ -428,8 +428,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
429
|
inclusive: boolean;
|
|
430
430
|
operation: "get_conversation_history";
|
|
431
|
-
channel: string;
|
|
432
431
|
limit: number;
|
|
432
|
+
channel: string;
|
|
433
433
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
434
434
|
cursor?: string | undefined;
|
|
435
435
|
latest?: string | undefined;
|
|
@@ -438,8 +438,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
438
438
|
operation: "get_conversation_history";
|
|
439
439
|
channel: string;
|
|
440
440
|
inclusive?: boolean | undefined;
|
|
441
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
442
441
|
limit?: number | undefined;
|
|
442
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
443
443
|
cursor?: string | undefined;
|
|
444
444
|
latest?: string | undefined;
|
|
445
445
|
oldest?: string | undefined;
|
|
@@ -456,9 +456,9 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
456
456
|
}, "strip", z.ZodTypeAny, {
|
|
457
457
|
inclusive: boolean;
|
|
458
458
|
operation: "get_thread_replies";
|
|
459
|
+
limit: number;
|
|
459
460
|
ts: string;
|
|
460
461
|
channel: string;
|
|
461
|
-
limit: number;
|
|
462
462
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
463
463
|
cursor?: string | undefined;
|
|
464
464
|
latest?: string | undefined;
|
|
@@ -468,8 +468,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
468
468
|
ts: string;
|
|
469
469
|
channel: string;
|
|
470
470
|
inclusive?: boolean | undefined;
|
|
471
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
472
471
|
limit?: number | undefined;
|
|
472
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
473
473
|
cursor?: string | undefined;
|
|
474
474
|
latest?: string | undefined;
|
|
475
475
|
oldest?: 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;
|
|
512
510
|
fields?: {
|
|
513
511
|
value: string;
|
|
514
512
|
title: string;
|
|
515
513
|
short?: boolean | undefined;
|
|
516
514
|
}[] | 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;
|
|
531
529
|
fields?: {
|
|
532
530
|
value: string;
|
|
533
531
|
title: string;
|
|
534
532
|
short?: boolean | undefined;
|
|
535
533
|
}[] | 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;
|
|
679
677
|
fields?: {
|
|
680
678
|
value: string;
|
|
681
679
|
title: string;
|
|
682
680
|
short?: boolean | undefined;
|
|
683
681
|
}[] | 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;
|
|
746
744
|
fields?: {
|
|
747
745
|
value: string;
|
|
748
746
|
title: string;
|
|
749
747
|
short?: boolean | undefined;
|
|
750
748
|
}[] | 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;
|
|
@@ -1335,8 +1335,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1335
1335
|
}>>;
|
|
1336
1336
|
num_members: z.ZodOptional<z.ZodNumber>;
|
|
1337
1337
|
}, "strip", z.ZodTypeAny, {
|
|
1338
|
-
name: string;
|
|
1339
1338
|
id: string;
|
|
1339
|
+
name: string;
|
|
1340
1340
|
created: number;
|
|
1341
1341
|
is_archived: boolean;
|
|
1342
1342
|
is_channel?: boolean | undefined;
|
|
@@ -1368,8 +1368,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1368
1368
|
} | undefined;
|
|
1369
1369
|
num_members?: number | undefined;
|
|
1370
1370
|
}, {
|
|
1371
|
-
name: string;
|
|
1372
1371
|
id: string;
|
|
1372
|
+
name: string;
|
|
1373
1373
|
created: number;
|
|
1374
1374
|
is_archived: boolean;
|
|
1375
1375
|
is_channel?: boolean | undefined;
|
|
@@ -1419,8 +1419,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1419
1419
|
next_cursor: string;
|
|
1420
1420
|
} | undefined;
|
|
1421
1421
|
channels?: {
|
|
1422
|
-
name: string;
|
|
1423
1422
|
id: string;
|
|
1423
|
+
name: string;
|
|
1424
1424
|
created: number;
|
|
1425
1425
|
is_archived: boolean;
|
|
1426
1426
|
is_channel?: boolean | undefined;
|
|
@@ -1461,8 +1461,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1461
1461
|
next_cursor: string;
|
|
1462
1462
|
} | undefined;
|
|
1463
1463
|
channels?: {
|
|
1464
|
-
name: string;
|
|
1465
1464
|
id: string;
|
|
1465
|
+
name: string;
|
|
1466
1466
|
created: number;
|
|
1467
1467
|
is_archived: boolean;
|
|
1468
1468
|
is_channel?: boolean | undefined;
|
|
@@ -1547,8 +1547,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1547
1547
|
}>>;
|
|
1548
1548
|
num_members: z.ZodOptional<z.ZodNumber>;
|
|
1549
1549
|
}, "strip", z.ZodTypeAny, {
|
|
1550
|
-
name: string;
|
|
1551
1550
|
id: string;
|
|
1551
|
+
name: string;
|
|
1552
1552
|
created: number;
|
|
1553
1553
|
is_archived: boolean;
|
|
1554
1554
|
is_channel?: boolean | undefined;
|
|
@@ -1580,8 +1580,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1580
1580
|
} | undefined;
|
|
1581
1581
|
num_members?: number | undefined;
|
|
1582
1582
|
}, {
|
|
1583
|
-
name: string;
|
|
1584
1583
|
id: string;
|
|
1584
|
+
name: string;
|
|
1585
1585
|
created: number;
|
|
1586
1586
|
is_archived: boolean;
|
|
1587
1587
|
is_channel?: boolean | undefined;
|
|
@@ -1621,8 +1621,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1621
1621
|
error: string;
|
|
1622
1622
|
ok: boolean;
|
|
1623
1623
|
channel?: {
|
|
1624
|
-
name: string;
|
|
1625
1624
|
id: string;
|
|
1625
|
+
name: string;
|
|
1626
1626
|
created: number;
|
|
1627
1627
|
is_archived: boolean;
|
|
1628
1628
|
is_channel?: boolean | undefined;
|
|
@@ -1660,8 +1660,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1660
1660
|
error: string;
|
|
1661
1661
|
ok: boolean;
|
|
1662
1662
|
channel?: {
|
|
1663
|
-
name: string;
|
|
1664
1663
|
id: string;
|
|
1664
|
+
name: string;
|
|
1665
1665
|
created: number;
|
|
1666
1666
|
is_archived: boolean;
|
|
1667
1667
|
is_channel?: boolean | undefined;
|
|
@@ -1733,8 +1733,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1733
1733
|
image_1024: z.ZodOptional<z.ZodString>;
|
|
1734
1734
|
}, "strip", z.ZodTypeAny, {
|
|
1735
1735
|
title?: string | undefined;
|
|
1736
|
-
email?: string | undefined;
|
|
1737
1736
|
fields?: Record<string, unknown> | undefined;
|
|
1737
|
+
email?: string | undefined;
|
|
1738
1738
|
real_name?: string | undefined;
|
|
1739
1739
|
phone?: string | undefined;
|
|
1740
1740
|
skype?: string | undefined;
|
|
@@ -1758,8 +1758,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1758
1758
|
image_1024?: string | undefined;
|
|
1759
1759
|
}, {
|
|
1760
1760
|
title?: string | undefined;
|
|
1761
|
-
email?: string | undefined;
|
|
1762
1761
|
fields?: Record<string, unknown> | undefined;
|
|
1762
|
+
email?: string | undefined;
|
|
1763
1763
|
real_name?: string | undefined;
|
|
1764
1764
|
phone?: string | undefined;
|
|
1765
1765
|
skype?: string | undefined;
|
|
@@ -1792,8 +1792,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1792
1792
|
updated: z.ZodOptional<z.ZodNumber>;
|
|
1793
1793
|
has_2fa: z.ZodOptional<z.ZodBoolean>;
|
|
1794
1794
|
}, "strip", z.ZodTypeAny, {
|
|
1795
|
-
name: string;
|
|
1796
1795
|
id: string;
|
|
1796
|
+
name: string;
|
|
1797
|
+
updated?: number | undefined;
|
|
1797
1798
|
color?: string | undefined;
|
|
1798
1799
|
team_id?: string | undefined;
|
|
1799
1800
|
deleted?: boolean | undefined;
|
|
@@ -1803,8 +1804,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1803
1804
|
tz_offset?: number | undefined;
|
|
1804
1805
|
profile?: {
|
|
1805
1806
|
title?: string | undefined;
|
|
1806
|
-
email?: string | undefined;
|
|
1807
1807
|
fields?: Record<string, unknown> | undefined;
|
|
1808
|
+
email?: string | undefined;
|
|
1808
1809
|
real_name?: string | undefined;
|
|
1809
1810
|
phone?: string | undefined;
|
|
1810
1811
|
skype?: string | undefined;
|
|
@@ -1834,11 +1835,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1834
1835
|
is_ultra_restricted?: boolean | undefined;
|
|
1835
1836
|
is_bot?: boolean | undefined;
|
|
1836
1837
|
is_app_user?: boolean | undefined;
|
|
1837
|
-
updated?: number | undefined;
|
|
1838
1838
|
has_2fa?: boolean | undefined;
|
|
1839
1839
|
}, {
|
|
1840
|
-
name: string;
|
|
1841
1840
|
id: string;
|
|
1841
|
+
name: string;
|
|
1842
|
+
updated?: number | undefined;
|
|
1842
1843
|
color?: string | undefined;
|
|
1843
1844
|
team_id?: string | undefined;
|
|
1844
1845
|
deleted?: boolean | undefined;
|
|
@@ -1848,8 +1849,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1848
1849
|
tz_offset?: number | undefined;
|
|
1849
1850
|
profile?: {
|
|
1850
1851
|
title?: string | undefined;
|
|
1851
|
-
email?: string | undefined;
|
|
1852
1852
|
fields?: Record<string, unknown> | undefined;
|
|
1853
|
+
email?: string | undefined;
|
|
1853
1854
|
real_name?: string | undefined;
|
|
1854
1855
|
phone?: string | undefined;
|
|
1855
1856
|
skype?: string | undefined;
|
|
@@ -1879,7 +1880,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1879
1880
|
is_ultra_restricted?: boolean | undefined;
|
|
1880
1881
|
is_bot?: boolean | undefined;
|
|
1881
1882
|
is_app_user?: boolean | undefined;
|
|
1882
|
-
updated?: number | undefined;
|
|
1883
1883
|
has_2fa?: boolean | undefined;
|
|
1884
1884
|
}>>;
|
|
1885
1885
|
error: z.ZodString;
|
|
@@ -1890,8 +1890,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1890
1890
|
error: string;
|
|
1891
1891
|
ok: boolean;
|
|
1892
1892
|
user?: {
|
|
1893
|
-
name: string;
|
|
1894
1893
|
id: string;
|
|
1894
|
+
name: string;
|
|
1895
|
+
updated?: number | undefined;
|
|
1895
1896
|
color?: string | undefined;
|
|
1896
1897
|
team_id?: string | undefined;
|
|
1897
1898
|
deleted?: boolean | undefined;
|
|
@@ -1901,8 +1902,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1901
1902
|
tz_offset?: number | undefined;
|
|
1902
1903
|
profile?: {
|
|
1903
1904
|
title?: string | undefined;
|
|
1904
|
-
email?: string | undefined;
|
|
1905
1905
|
fields?: Record<string, unknown> | undefined;
|
|
1906
|
+
email?: string | undefined;
|
|
1906
1907
|
real_name?: string | undefined;
|
|
1907
1908
|
phone?: string | undefined;
|
|
1908
1909
|
skype?: string | undefined;
|
|
@@ -1932,7 +1933,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1932
1933
|
is_ultra_restricted?: boolean | undefined;
|
|
1933
1934
|
is_bot?: boolean | undefined;
|
|
1934
1935
|
is_app_user?: boolean | undefined;
|
|
1935
|
-
updated?: number | undefined;
|
|
1936
1936
|
has_2fa?: boolean | undefined;
|
|
1937
1937
|
} | undefined;
|
|
1938
1938
|
}, {
|
|
@@ -1941,8 +1941,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1941
1941
|
error: string;
|
|
1942
1942
|
ok: boolean;
|
|
1943
1943
|
user?: {
|
|
1944
|
-
name: string;
|
|
1945
1944
|
id: string;
|
|
1945
|
+
name: string;
|
|
1946
|
+
updated?: number | undefined;
|
|
1946
1947
|
color?: string | undefined;
|
|
1947
1948
|
team_id?: string | undefined;
|
|
1948
1949
|
deleted?: boolean | undefined;
|
|
@@ -1952,8 +1953,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1952
1953
|
tz_offset?: number | undefined;
|
|
1953
1954
|
profile?: {
|
|
1954
1955
|
title?: string | undefined;
|
|
1955
|
-
email?: string | undefined;
|
|
1956
1956
|
fields?: Record<string, unknown> | undefined;
|
|
1957
|
+
email?: string | undefined;
|
|
1957
1958
|
real_name?: string | undefined;
|
|
1958
1959
|
phone?: string | undefined;
|
|
1959
1960
|
skype?: string | undefined;
|
|
@@ -1983,7 +1984,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1983
1984
|
is_ultra_restricted?: boolean | undefined;
|
|
1984
1985
|
is_bot?: boolean | undefined;
|
|
1985
1986
|
is_app_user?: boolean | undefined;
|
|
1986
|
-
updated?: number | undefined;
|
|
1987
1987
|
has_2fa?: boolean | undefined;
|
|
1988
1988
|
} | undefined;
|
|
1989
1989
|
}>, z.ZodObject<{
|
|
@@ -2026,8 +2026,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2026
2026
|
image_1024: z.ZodOptional<z.ZodString>;
|
|
2027
2027
|
}, "strip", z.ZodTypeAny, {
|
|
2028
2028
|
title?: string | undefined;
|
|
2029
|
-
email?: string | undefined;
|
|
2030
2029
|
fields?: Record<string, unknown> | undefined;
|
|
2030
|
+
email?: string | undefined;
|
|
2031
2031
|
real_name?: string | undefined;
|
|
2032
2032
|
phone?: string | undefined;
|
|
2033
2033
|
skype?: string | undefined;
|
|
@@ -2051,8 +2051,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2051
2051
|
image_1024?: string | undefined;
|
|
2052
2052
|
}, {
|
|
2053
2053
|
title?: string | undefined;
|
|
2054
|
-
email?: string | undefined;
|
|
2055
2054
|
fields?: Record<string, unknown> | undefined;
|
|
2055
|
+
email?: string | undefined;
|
|
2056
2056
|
real_name?: string | undefined;
|
|
2057
2057
|
phone?: string | undefined;
|
|
2058
2058
|
skype?: string | undefined;
|
|
@@ -2085,8 +2085,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2085
2085
|
updated: z.ZodOptional<z.ZodNumber>;
|
|
2086
2086
|
has_2fa: z.ZodOptional<z.ZodBoolean>;
|
|
2087
2087
|
}, "strip", z.ZodTypeAny, {
|
|
2088
|
-
name: string;
|
|
2089
2088
|
id: string;
|
|
2089
|
+
name: string;
|
|
2090
|
+
updated?: number | undefined;
|
|
2090
2091
|
color?: string | undefined;
|
|
2091
2092
|
team_id?: string | undefined;
|
|
2092
2093
|
deleted?: boolean | undefined;
|
|
@@ -2096,8 +2097,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2096
2097
|
tz_offset?: number | undefined;
|
|
2097
2098
|
profile?: {
|
|
2098
2099
|
title?: string | undefined;
|
|
2099
|
-
email?: string | undefined;
|
|
2100
2100
|
fields?: Record<string, unknown> | undefined;
|
|
2101
|
+
email?: string | undefined;
|
|
2101
2102
|
real_name?: string | undefined;
|
|
2102
2103
|
phone?: string | undefined;
|
|
2103
2104
|
skype?: string | undefined;
|
|
@@ -2127,11 +2128,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2127
2128
|
is_ultra_restricted?: boolean | undefined;
|
|
2128
2129
|
is_bot?: boolean | undefined;
|
|
2129
2130
|
is_app_user?: boolean | undefined;
|
|
2130
|
-
updated?: number | undefined;
|
|
2131
2131
|
has_2fa?: boolean | undefined;
|
|
2132
2132
|
}, {
|
|
2133
|
-
name: string;
|
|
2134
2133
|
id: string;
|
|
2134
|
+
name: string;
|
|
2135
|
+
updated?: number | undefined;
|
|
2135
2136
|
color?: string | undefined;
|
|
2136
2137
|
team_id?: string | undefined;
|
|
2137
2138
|
deleted?: boolean | undefined;
|
|
@@ -2141,8 +2142,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2141
2142
|
tz_offset?: number | undefined;
|
|
2142
2143
|
profile?: {
|
|
2143
2144
|
title?: string | undefined;
|
|
2144
|
-
email?: string | undefined;
|
|
2145
2145
|
fields?: Record<string, unknown> | undefined;
|
|
2146
|
+
email?: string | undefined;
|
|
2146
2147
|
real_name?: string | undefined;
|
|
2147
2148
|
phone?: string | undefined;
|
|
2148
2149
|
skype?: string | undefined;
|
|
@@ -2172,7 +2173,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2172
2173
|
is_ultra_restricted?: boolean | undefined;
|
|
2173
2174
|
is_bot?: boolean | undefined;
|
|
2174
2175
|
is_app_user?: boolean | undefined;
|
|
2175
|
-
updated?: number | undefined;
|
|
2176
2176
|
has_2fa?: boolean | undefined;
|
|
2177
2177
|
}>, "many">>;
|
|
2178
2178
|
response_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -2193,8 +2193,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2193
2193
|
next_cursor: string;
|
|
2194
2194
|
} | undefined;
|
|
2195
2195
|
members?: {
|
|
2196
|
-
name: string;
|
|
2197
2196
|
id: string;
|
|
2197
|
+
name: string;
|
|
2198
|
+
updated?: number | undefined;
|
|
2198
2199
|
color?: string | undefined;
|
|
2199
2200
|
team_id?: string | undefined;
|
|
2200
2201
|
deleted?: boolean | undefined;
|
|
@@ -2204,8 +2205,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2204
2205
|
tz_offset?: number | undefined;
|
|
2205
2206
|
profile?: {
|
|
2206
2207
|
title?: string | undefined;
|
|
2207
|
-
email?: string | undefined;
|
|
2208
2208
|
fields?: Record<string, unknown> | undefined;
|
|
2209
|
+
email?: string | undefined;
|
|
2209
2210
|
real_name?: string | undefined;
|
|
2210
2211
|
phone?: string | undefined;
|
|
2211
2212
|
skype?: string | undefined;
|
|
@@ -2235,7 +2236,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2235
2236
|
is_ultra_restricted?: boolean | undefined;
|
|
2236
2237
|
is_bot?: boolean | undefined;
|
|
2237
2238
|
is_app_user?: boolean | undefined;
|
|
2238
|
-
updated?: number | undefined;
|
|
2239
2239
|
has_2fa?: boolean | undefined;
|
|
2240
2240
|
}[] | undefined;
|
|
2241
2241
|
}, {
|
|
@@ -2247,8 +2247,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2247
2247
|
next_cursor: string;
|
|
2248
2248
|
} | undefined;
|
|
2249
2249
|
members?: {
|
|
2250
|
-
name: string;
|
|
2251
2250
|
id: string;
|
|
2251
|
+
name: string;
|
|
2252
|
+
updated?: number | undefined;
|
|
2252
2253
|
color?: string | undefined;
|
|
2253
2254
|
team_id?: string | undefined;
|
|
2254
2255
|
deleted?: boolean | undefined;
|
|
@@ -2258,8 +2259,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2258
2259
|
tz_offset?: number | undefined;
|
|
2259
2260
|
profile?: {
|
|
2260
2261
|
title?: string | undefined;
|
|
2261
|
-
email?: string | undefined;
|
|
2262
2262
|
fields?: Record<string, unknown> | undefined;
|
|
2263
|
+
email?: string | undefined;
|
|
2263
2264
|
real_name?: string | undefined;
|
|
2264
2265
|
phone?: string | undefined;
|
|
2265
2266
|
skype?: string | undefined;
|
|
@@ -2289,7 +2290,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2289
2290
|
is_ultra_restricted?: boolean | undefined;
|
|
2290
2291
|
is_bot?: boolean | undefined;
|
|
2291
2292
|
is_app_user?: boolean | undefined;
|
|
2292
|
-
updated?: number | undefined;
|
|
2293
2293
|
has_2fa?: boolean | undefined;
|
|
2294
2294
|
}[] | undefined;
|
|
2295
2295
|
}>, z.ZodObject<{
|
|
@@ -2902,8 +2902,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2902
2902
|
}>>;
|
|
2903
2903
|
num_members: z.ZodOptional<z.ZodNumber>;
|
|
2904
2904
|
}, "strip", z.ZodTypeAny, {
|
|
2905
|
-
name: string;
|
|
2906
2905
|
id: string;
|
|
2906
|
+
name: string;
|
|
2907
2907
|
created: number;
|
|
2908
2908
|
is_archived: boolean;
|
|
2909
2909
|
is_channel?: boolean | undefined;
|
|
@@ -2935,8 +2935,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2935
2935
|
} | undefined;
|
|
2936
2936
|
num_members?: number | undefined;
|
|
2937
2937
|
}, {
|
|
2938
|
-
name: string;
|
|
2939
2938
|
id: string;
|
|
2939
|
+
name: string;
|
|
2940
2940
|
created: number;
|
|
2941
2941
|
is_archived: boolean;
|
|
2942
2942
|
is_channel?: boolean | undefined;
|
|
@@ -2977,8 +2977,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2977
2977
|
error: string;
|
|
2978
2978
|
ok: boolean;
|
|
2979
2979
|
channel?: {
|
|
2980
|
-
name: string;
|
|
2981
2980
|
id: string;
|
|
2981
|
+
name: string;
|
|
2982
2982
|
created: number;
|
|
2983
2983
|
is_archived: boolean;
|
|
2984
2984
|
is_channel?: boolean | undefined;
|
|
@@ -3017,8 +3017,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3017
3017
|
error: string;
|
|
3018
3018
|
ok: boolean;
|
|
3019
3019
|
channel?: {
|
|
3020
|
-
name: string;
|
|
3021
3020
|
id: string;
|
|
3021
|
+
name: string;
|
|
3022
3022
|
created: number;
|
|
3023
3023
|
is_archived: boolean;
|
|
3024
3024
|
is_channel?: boolean | undefined;
|
|
@@ -3162,12 +3162,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3162
3162
|
ims: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3163
3163
|
has_rich_preview: z.ZodOptional<z.ZodBoolean>;
|
|
3164
3164
|
}, "strip", z.ZodTypeAny, {
|
|
3165
|
+
id: string;
|
|
3165
3166
|
name: string;
|
|
3167
|
+
created: number;
|
|
3166
3168
|
user: string;
|
|
3167
|
-
id: string;
|
|
3168
3169
|
username: string;
|
|
3169
3170
|
timestamp: number;
|
|
3170
|
-
created: number;
|
|
3171
3171
|
mimetype: string;
|
|
3172
3172
|
filetype: string;
|
|
3173
3173
|
pretty_type: string;
|
|
@@ -3207,12 +3207,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3207
3207
|
ims?: string[] | undefined;
|
|
3208
3208
|
has_rich_preview?: boolean | undefined;
|
|
3209
3209
|
}, {
|
|
3210
|
+
id: string;
|
|
3210
3211
|
name: string;
|
|
3212
|
+
created: number;
|
|
3211
3213
|
user: string;
|
|
3212
|
-
id: string;
|
|
3213
3214
|
username: string;
|
|
3214
3215
|
timestamp: number;
|
|
3215
|
-
created: number;
|
|
3216
3216
|
mimetype: string;
|
|
3217
3217
|
filetype: string;
|
|
3218
3218
|
pretty_type: string;
|
|
@@ -3260,12 +3260,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3260
3260
|
error: string;
|
|
3261
3261
|
ok: boolean;
|
|
3262
3262
|
file?: {
|
|
3263
|
+
id: string;
|
|
3263
3264
|
name: string;
|
|
3265
|
+
created: number;
|
|
3264
3266
|
user: string;
|
|
3265
|
-
id: string;
|
|
3266
3267
|
username: string;
|
|
3267
3268
|
timestamp: number;
|
|
3268
|
-
created: number;
|
|
3269
3269
|
mimetype: string;
|
|
3270
3270
|
filetype: string;
|
|
3271
3271
|
pretty_type: string;
|
|
@@ -3311,12 +3311,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3311
3311
|
error: string;
|
|
3312
3312
|
ok: boolean;
|
|
3313
3313
|
file?: {
|
|
3314
|
+
id: string;
|
|
3314
3315
|
name: string;
|
|
3316
|
+
created: number;
|
|
3315
3317
|
user: string;
|
|
3316
|
-
id: string;
|
|
3317
3318
|
username: string;
|
|
3318
3319
|
timestamp: number;
|
|
3319
|
-
created: number;
|
|
3320
3320
|
mimetype: string;
|
|
3321
3321
|
filetype: string;
|
|
3322
3322
|
pretty_type: string;
|
|
@@ -3430,13 +3430,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3430
3430
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
3431
3431
|
}, "strip", z.ZodTypeAny, {
|
|
3432
3432
|
title?: string | undefined;
|
|
3433
|
-
text?: string | undefined;
|
|
3434
|
-
image_url?: string | undefined;
|
|
3435
3433
|
fields?: {
|
|
3436
3434
|
value: string;
|
|
3437
3435
|
title: string;
|
|
3438
3436
|
short?: boolean | undefined;
|
|
3439
3437
|
}[] | undefined;
|
|
3438
|
+
text?: string | undefined;
|
|
3439
|
+
image_url?: string | undefined;
|
|
3440
3440
|
color?: string | undefined;
|
|
3441
3441
|
pretext?: string | undefined;
|
|
3442
3442
|
author_name?: string | undefined;
|
|
@@ -3449,13 +3449,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3449
3449
|
ts?: number | undefined;
|
|
3450
3450
|
}, {
|
|
3451
3451
|
title?: string | undefined;
|
|
3452
|
-
text?: string | undefined;
|
|
3453
|
-
image_url?: string | undefined;
|
|
3454
3452
|
fields?: {
|
|
3455
3453
|
value: string;
|
|
3456
3454
|
title: string;
|
|
3457
3455
|
short?: boolean | undefined;
|
|
3458
3456
|
}[] | undefined;
|
|
3457
|
+
text?: string | undefined;
|
|
3458
|
+
image_url?: string | undefined;
|
|
3459
3459
|
color?: string | undefined;
|
|
3460
3460
|
pretext?: string | undefined;
|
|
3461
3461
|
author_name?: string | undefined;
|
|
@@ -3606,13 +3606,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3606
3606
|
icon_url?: string | undefined;
|
|
3607
3607
|
attachments?: {
|
|
3608
3608
|
title?: string | undefined;
|
|
3609
|
-
text?: string | undefined;
|
|
3610
|
-
image_url?: string | undefined;
|
|
3611
3609
|
fields?: {
|
|
3612
3610
|
value: string;
|
|
3613
3611
|
title: string;
|
|
3614
3612
|
short?: boolean | undefined;
|
|
3615
3613
|
}[] | undefined;
|
|
3614
|
+
text?: string | undefined;
|
|
3615
|
+
image_url?: string | undefined;
|
|
3616
3616
|
color?: string | undefined;
|
|
3617
3617
|
pretext?: string | undefined;
|
|
3618
3618
|
author_name?: string | undefined;
|
|
@@ -3676,13 +3676,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3676
3676
|
icon_url?: string | undefined;
|
|
3677
3677
|
attachments?: {
|
|
3678
3678
|
title?: string | undefined;
|
|
3679
|
-
text?: string | undefined;
|
|
3680
|
-
image_url?: string | undefined;
|
|
3681
3679
|
fields?: {
|
|
3682
3680
|
value: string;
|
|
3683
3681
|
title: string;
|
|
3684
3682
|
short?: boolean | undefined;
|
|
3685
3683
|
}[] | undefined;
|
|
3684
|
+
text?: string | undefined;
|
|
3685
|
+
image_url?: string | undefined;
|
|
3686
3686
|
color?: string | undefined;
|
|
3687
3687
|
pretext?: string | undefined;
|
|
3688
3688
|
author_name?: string | undefined;
|
|
@@ -3748,17 +3748,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3748
3748
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3749
3749
|
}, "strip", z.ZodTypeAny, {
|
|
3750
3750
|
operation: "list_channels";
|
|
3751
|
+
limit: number;
|
|
3751
3752
|
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
3752
3753
|
exclude_archived: boolean;
|
|
3753
|
-
limit: number;
|
|
3754
3754
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3755
3755
|
cursor?: string | undefined;
|
|
3756
3756
|
}, {
|
|
3757
3757
|
operation: "list_channels";
|
|
3758
|
+
limit?: number | undefined;
|
|
3758
3759
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3759
3760
|
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
3760
3761
|
exclude_archived?: boolean | undefined;
|
|
3761
|
-
limit?: number | undefined;
|
|
3762
3762
|
cursor?: string | undefined;
|
|
3763
3763
|
}>, z.ZodObject<{
|
|
3764
3764
|
operation: z.ZodLiteral<"get_channel_info">;
|
|
@@ -3804,8 +3804,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3804
3804
|
cursor?: string | undefined;
|
|
3805
3805
|
}, {
|
|
3806
3806
|
operation: "list_users";
|
|
3807
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3808
3807
|
limit?: number | undefined;
|
|
3808
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3809
3809
|
cursor?: string | undefined;
|
|
3810
3810
|
include_locale?: boolean | undefined;
|
|
3811
3811
|
}>, z.ZodObject<{
|
|
@@ -3820,8 +3820,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3820
3820
|
}, "strip", z.ZodTypeAny, {
|
|
3821
3821
|
inclusive: boolean;
|
|
3822
3822
|
operation: "get_conversation_history";
|
|
3823
|
-
channel: string;
|
|
3824
3823
|
limit: number;
|
|
3824
|
+
channel: string;
|
|
3825
3825
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3826
3826
|
cursor?: string | undefined;
|
|
3827
3827
|
latest?: string | undefined;
|
|
@@ -3830,8 +3830,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3830
3830
|
operation: "get_conversation_history";
|
|
3831
3831
|
channel: string;
|
|
3832
3832
|
inclusive?: boolean | undefined;
|
|
3833
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3834
3833
|
limit?: number | undefined;
|
|
3834
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3835
3835
|
cursor?: string | undefined;
|
|
3836
3836
|
latest?: string | undefined;
|
|
3837
3837
|
oldest?: string | undefined;
|
|
@@ -3848,9 +3848,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3848
3848
|
}, "strip", z.ZodTypeAny, {
|
|
3849
3849
|
inclusive: boolean;
|
|
3850
3850
|
operation: "get_thread_replies";
|
|
3851
|
+
limit: number;
|
|
3851
3852
|
ts: string;
|
|
3852
3853
|
channel: string;
|
|
3853
|
-
limit: number;
|
|
3854
3854
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3855
3855
|
cursor?: string | undefined;
|
|
3856
3856
|
latest?: string | undefined;
|
|
@@ -3860,8 +3860,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3860
3860
|
ts: string;
|
|
3861
3861
|
channel: string;
|
|
3862
3862
|
inclusive?: boolean | undefined;
|
|
3863
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3864
3863
|
limit?: number | undefined;
|
|
3864
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3865
3865
|
cursor?: string | undefined;
|
|
3866
3866
|
latest?: string | undefined;
|
|
3867
3867
|
oldest?: string | undefined;
|
|
@@ -3899,13 +3899,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3899
3899
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
3900
3900
|
}, "strip", z.ZodTypeAny, {
|
|
3901
3901
|
title?: string | undefined;
|
|
3902
|
-
text?: string | undefined;
|
|
3903
|
-
image_url?: string | undefined;
|
|
3904
3902
|
fields?: {
|
|
3905
3903
|
value: string;
|
|
3906
3904
|
title: string;
|
|
3907
3905
|
short?: boolean | undefined;
|
|
3908
3906
|
}[] | undefined;
|
|
3907
|
+
text?: string | undefined;
|
|
3908
|
+
image_url?: string | undefined;
|
|
3909
3909
|
color?: string | undefined;
|
|
3910
3910
|
pretext?: string | undefined;
|
|
3911
3911
|
author_name?: string | undefined;
|
|
@@ -3918,13 +3918,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3918
3918
|
ts?: number | undefined;
|
|
3919
3919
|
}, {
|
|
3920
3920
|
title?: string | undefined;
|
|
3921
|
-
text?: string | undefined;
|
|
3922
|
-
image_url?: string | undefined;
|
|
3923
3921
|
fields?: {
|
|
3924
3922
|
value: string;
|
|
3925
3923
|
title: string;
|
|
3926
3924
|
short?: boolean | undefined;
|
|
3927
3925
|
}[] | undefined;
|
|
3926
|
+
text?: string | undefined;
|
|
3927
|
+
image_url?: string | undefined;
|
|
3928
3928
|
color?: string | undefined;
|
|
3929
3929
|
pretext?: string | undefined;
|
|
3930
3930
|
author_name?: string | undefined;
|
|
@@ -4066,13 +4066,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4066
4066
|
text?: string | undefined;
|
|
4067
4067
|
attachments?: {
|
|
4068
4068
|
title?: string | undefined;
|
|
4069
|
-
text?: string | undefined;
|
|
4070
|
-
image_url?: string | undefined;
|
|
4071
4069
|
fields?: {
|
|
4072
4070
|
value: string;
|
|
4073
4071
|
title: string;
|
|
4074
4072
|
short?: boolean | undefined;
|
|
4075
4073
|
}[] | undefined;
|
|
4074
|
+
text?: string | undefined;
|
|
4075
|
+
image_url?: string | undefined;
|
|
4076
4076
|
color?: string | undefined;
|
|
4077
4077
|
pretext?: string | undefined;
|
|
4078
4078
|
author_name?: string | undefined;
|
|
@@ -4133,13 +4133,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4133
4133
|
text?: string | undefined;
|
|
4134
4134
|
attachments?: {
|
|
4135
4135
|
title?: string | undefined;
|
|
4136
|
-
text?: string | undefined;
|
|
4137
|
-
image_url?: string | undefined;
|
|
4138
4136
|
fields?: {
|
|
4139
4137
|
value: string;
|
|
4140
4138
|
title: string;
|
|
4141
4139
|
short?: boolean | undefined;
|
|
4142
4140
|
}[] | undefined;
|
|
4141
|
+
text?: string | undefined;
|
|
4142
|
+
image_url?: string | undefined;
|
|
4143
4143
|
color?: string | undefined;
|
|
4144
4144
|
pretext?: string | undefined;
|
|
4145
4145
|
author_name?: string | undefined;
|
|
@@ -4727,8 +4727,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4727
4727
|
}>>;
|
|
4728
4728
|
num_members: z.ZodOptional<z.ZodNumber>;
|
|
4729
4729
|
}, "strip", z.ZodTypeAny, {
|
|
4730
|
-
name: string;
|
|
4731
4730
|
id: string;
|
|
4731
|
+
name: string;
|
|
4732
4732
|
created: number;
|
|
4733
4733
|
is_archived: boolean;
|
|
4734
4734
|
is_channel?: boolean | undefined;
|
|
@@ -4760,8 +4760,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4760
4760
|
} | undefined;
|
|
4761
4761
|
num_members?: number | undefined;
|
|
4762
4762
|
}, {
|
|
4763
|
-
name: string;
|
|
4764
4763
|
id: string;
|
|
4764
|
+
name: string;
|
|
4765
4765
|
created: number;
|
|
4766
4766
|
is_archived: boolean;
|
|
4767
4767
|
is_channel?: boolean | undefined;
|
|
@@ -4811,8 +4811,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4811
4811
|
next_cursor: string;
|
|
4812
4812
|
} | undefined;
|
|
4813
4813
|
channels?: {
|
|
4814
|
-
name: string;
|
|
4815
4814
|
id: string;
|
|
4815
|
+
name: string;
|
|
4816
4816
|
created: number;
|
|
4817
4817
|
is_archived: boolean;
|
|
4818
4818
|
is_channel?: boolean | undefined;
|
|
@@ -4853,8 +4853,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4853
4853
|
next_cursor: string;
|
|
4854
4854
|
} | undefined;
|
|
4855
4855
|
channels?: {
|
|
4856
|
-
name: string;
|
|
4857
4856
|
id: string;
|
|
4857
|
+
name: string;
|
|
4858
4858
|
created: number;
|
|
4859
4859
|
is_archived: boolean;
|
|
4860
4860
|
is_channel?: boolean | undefined;
|
|
@@ -4939,8 +4939,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4939
4939
|
}>>;
|
|
4940
4940
|
num_members: z.ZodOptional<z.ZodNumber>;
|
|
4941
4941
|
}, "strip", z.ZodTypeAny, {
|
|
4942
|
-
name: string;
|
|
4943
4942
|
id: string;
|
|
4943
|
+
name: string;
|
|
4944
4944
|
created: number;
|
|
4945
4945
|
is_archived: boolean;
|
|
4946
4946
|
is_channel?: boolean | undefined;
|
|
@@ -4972,8 +4972,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4972
4972
|
} | undefined;
|
|
4973
4973
|
num_members?: number | undefined;
|
|
4974
4974
|
}, {
|
|
4975
|
-
name: string;
|
|
4976
4975
|
id: string;
|
|
4976
|
+
name: string;
|
|
4977
4977
|
created: number;
|
|
4978
4978
|
is_archived: boolean;
|
|
4979
4979
|
is_channel?: boolean | undefined;
|
|
@@ -5013,8 +5013,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5013
5013
|
error: string;
|
|
5014
5014
|
ok: boolean;
|
|
5015
5015
|
channel?: {
|
|
5016
|
-
name: string;
|
|
5017
5016
|
id: string;
|
|
5017
|
+
name: string;
|
|
5018
5018
|
created: number;
|
|
5019
5019
|
is_archived: boolean;
|
|
5020
5020
|
is_channel?: boolean | undefined;
|
|
@@ -5052,8 +5052,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5052
5052
|
error: string;
|
|
5053
5053
|
ok: boolean;
|
|
5054
5054
|
channel?: {
|
|
5055
|
-
name: string;
|
|
5056
5055
|
id: string;
|
|
5056
|
+
name: string;
|
|
5057
5057
|
created: number;
|
|
5058
5058
|
is_archived: boolean;
|
|
5059
5059
|
is_channel?: boolean | undefined;
|
|
@@ -5125,8 +5125,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5125
5125
|
image_1024: z.ZodOptional<z.ZodString>;
|
|
5126
5126
|
}, "strip", z.ZodTypeAny, {
|
|
5127
5127
|
title?: string | undefined;
|
|
5128
|
-
email?: string | undefined;
|
|
5129
5128
|
fields?: Record<string, unknown> | undefined;
|
|
5129
|
+
email?: string | undefined;
|
|
5130
5130
|
real_name?: string | undefined;
|
|
5131
5131
|
phone?: string | undefined;
|
|
5132
5132
|
skype?: string | undefined;
|
|
@@ -5150,8 +5150,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5150
5150
|
image_1024?: string | undefined;
|
|
5151
5151
|
}, {
|
|
5152
5152
|
title?: string | undefined;
|
|
5153
|
-
email?: string | undefined;
|
|
5154
5153
|
fields?: Record<string, unknown> | undefined;
|
|
5154
|
+
email?: string | undefined;
|
|
5155
5155
|
real_name?: string | undefined;
|
|
5156
5156
|
phone?: string | undefined;
|
|
5157
5157
|
skype?: string | undefined;
|
|
@@ -5184,8 +5184,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5184
5184
|
updated: z.ZodOptional<z.ZodNumber>;
|
|
5185
5185
|
has_2fa: z.ZodOptional<z.ZodBoolean>;
|
|
5186
5186
|
}, "strip", z.ZodTypeAny, {
|
|
5187
|
-
name: string;
|
|
5188
5187
|
id: string;
|
|
5188
|
+
name: string;
|
|
5189
|
+
updated?: number | undefined;
|
|
5189
5190
|
color?: string | undefined;
|
|
5190
5191
|
team_id?: string | undefined;
|
|
5191
5192
|
deleted?: boolean | undefined;
|
|
@@ -5195,8 +5196,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5195
5196
|
tz_offset?: number | undefined;
|
|
5196
5197
|
profile?: {
|
|
5197
5198
|
title?: string | undefined;
|
|
5198
|
-
email?: string | undefined;
|
|
5199
5199
|
fields?: Record<string, unknown> | undefined;
|
|
5200
|
+
email?: string | undefined;
|
|
5200
5201
|
real_name?: string | undefined;
|
|
5201
5202
|
phone?: string | undefined;
|
|
5202
5203
|
skype?: string | undefined;
|
|
@@ -5226,11 +5227,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5226
5227
|
is_ultra_restricted?: boolean | undefined;
|
|
5227
5228
|
is_bot?: boolean | undefined;
|
|
5228
5229
|
is_app_user?: boolean | undefined;
|
|
5229
|
-
updated?: number | undefined;
|
|
5230
5230
|
has_2fa?: boolean | undefined;
|
|
5231
5231
|
}, {
|
|
5232
|
-
name: string;
|
|
5233
5232
|
id: string;
|
|
5233
|
+
name: string;
|
|
5234
|
+
updated?: number | undefined;
|
|
5234
5235
|
color?: string | undefined;
|
|
5235
5236
|
team_id?: string | undefined;
|
|
5236
5237
|
deleted?: boolean | undefined;
|
|
@@ -5240,8 +5241,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5240
5241
|
tz_offset?: number | undefined;
|
|
5241
5242
|
profile?: {
|
|
5242
5243
|
title?: string | undefined;
|
|
5243
|
-
email?: string | undefined;
|
|
5244
5244
|
fields?: Record<string, unknown> | undefined;
|
|
5245
|
+
email?: string | undefined;
|
|
5245
5246
|
real_name?: string | undefined;
|
|
5246
5247
|
phone?: string | undefined;
|
|
5247
5248
|
skype?: string | undefined;
|
|
@@ -5271,7 +5272,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5271
5272
|
is_ultra_restricted?: boolean | undefined;
|
|
5272
5273
|
is_bot?: boolean | undefined;
|
|
5273
5274
|
is_app_user?: boolean | undefined;
|
|
5274
|
-
updated?: number | undefined;
|
|
5275
5275
|
has_2fa?: boolean | undefined;
|
|
5276
5276
|
}>>;
|
|
5277
5277
|
error: z.ZodString;
|
|
@@ -5282,8 +5282,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5282
5282
|
error: string;
|
|
5283
5283
|
ok: boolean;
|
|
5284
5284
|
user?: {
|
|
5285
|
-
name: string;
|
|
5286
5285
|
id: string;
|
|
5286
|
+
name: string;
|
|
5287
|
+
updated?: number | undefined;
|
|
5287
5288
|
color?: string | undefined;
|
|
5288
5289
|
team_id?: string | undefined;
|
|
5289
5290
|
deleted?: boolean | undefined;
|
|
@@ -5293,8 +5294,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5293
5294
|
tz_offset?: number | undefined;
|
|
5294
5295
|
profile?: {
|
|
5295
5296
|
title?: string | undefined;
|
|
5296
|
-
email?: string | undefined;
|
|
5297
5297
|
fields?: Record<string, unknown> | undefined;
|
|
5298
|
+
email?: string | undefined;
|
|
5298
5299
|
real_name?: string | undefined;
|
|
5299
5300
|
phone?: string | undefined;
|
|
5300
5301
|
skype?: string | undefined;
|
|
@@ -5324,7 +5325,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5324
5325
|
is_ultra_restricted?: boolean | undefined;
|
|
5325
5326
|
is_bot?: boolean | undefined;
|
|
5326
5327
|
is_app_user?: boolean | undefined;
|
|
5327
|
-
updated?: number | undefined;
|
|
5328
5328
|
has_2fa?: boolean | undefined;
|
|
5329
5329
|
} | undefined;
|
|
5330
5330
|
}, {
|
|
@@ -5333,8 +5333,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5333
5333
|
error: string;
|
|
5334
5334
|
ok: boolean;
|
|
5335
5335
|
user?: {
|
|
5336
|
-
name: string;
|
|
5337
5336
|
id: string;
|
|
5337
|
+
name: string;
|
|
5338
|
+
updated?: number | undefined;
|
|
5338
5339
|
color?: string | undefined;
|
|
5339
5340
|
team_id?: string | undefined;
|
|
5340
5341
|
deleted?: boolean | undefined;
|
|
@@ -5344,8 +5345,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5344
5345
|
tz_offset?: number | undefined;
|
|
5345
5346
|
profile?: {
|
|
5346
5347
|
title?: string | undefined;
|
|
5347
|
-
email?: string | undefined;
|
|
5348
5348
|
fields?: Record<string, unknown> | undefined;
|
|
5349
|
+
email?: string | undefined;
|
|
5349
5350
|
real_name?: string | undefined;
|
|
5350
5351
|
phone?: string | undefined;
|
|
5351
5352
|
skype?: string | undefined;
|
|
@@ -5375,7 +5376,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5375
5376
|
is_ultra_restricted?: boolean | undefined;
|
|
5376
5377
|
is_bot?: boolean | undefined;
|
|
5377
5378
|
is_app_user?: boolean | undefined;
|
|
5378
|
-
updated?: number | undefined;
|
|
5379
5379
|
has_2fa?: boolean | undefined;
|
|
5380
5380
|
} | undefined;
|
|
5381
5381
|
}>, z.ZodObject<{
|
|
@@ -5418,8 +5418,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5418
5418
|
image_1024: z.ZodOptional<z.ZodString>;
|
|
5419
5419
|
}, "strip", z.ZodTypeAny, {
|
|
5420
5420
|
title?: string | undefined;
|
|
5421
|
-
email?: string | undefined;
|
|
5422
5421
|
fields?: Record<string, unknown> | undefined;
|
|
5422
|
+
email?: string | undefined;
|
|
5423
5423
|
real_name?: string | undefined;
|
|
5424
5424
|
phone?: string | undefined;
|
|
5425
5425
|
skype?: string | undefined;
|
|
@@ -5443,8 +5443,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5443
5443
|
image_1024?: string | undefined;
|
|
5444
5444
|
}, {
|
|
5445
5445
|
title?: string | undefined;
|
|
5446
|
-
email?: string | undefined;
|
|
5447
5446
|
fields?: Record<string, unknown> | undefined;
|
|
5447
|
+
email?: string | undefined;
|
|
5448
5448
|
real_name?: string | undefined;
|
|
5449
5449
|
phone?: string | undefined;
|
|
5450
5450
|
skype?: string | undefined;
|
|
@@ -5477,8 +5477,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5477
5477
|
updated: z.ZodOptional<z.ZodNumber>;
|
|
5478
5478
|
has_2fa: z.ZodOptional<z.ZodBoolean>;
|
|
5479
5479
|
}, "strip", z.ZodTypeAny, {
|
|
5480
|
-
name: string;
|
|
5481
5480
|
id: string;
|
|
5481
|
+
name: string;
|
|
5482
|
+
updated?: number | undefined;
|
|
5482
5483
|
color?: string | undefined;
|
|
5483
5484
|
team_id?: string | undefined;
|
|
5484
5485
|
deleted?: boolean | undefined;
|
|
@@ -5488,8 +5489,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5488
5489
|
tz_offset?: number | undefined;
|
|
5489
5490
|
profile?: {
|
|
5490
5491
|
title?: string | undefined;
|
|
5491
|
-
email?: string | undefined;
|
|
5492
5492
|
fields?: Record<string, unknown> | undefined;
|
|
5493
|
+
email?: string | undefined;
|
|
5493
5494
|
real_name?: string | undefined;
|
|
5494
5495
|
phone?: string | undefined;
|
|
5495
5496
|
skype?: string | undefined;
|
|
@@ -5519,11 +5520,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5519
5520
|
is_ultra_restricted?: boolean | undefined;
|
|
5520
5521
|
is_bot?: boolean | undefined;
|
|
5521
5522
|
is_app_user?: boolean | undefined;
|
|
5522
|
-
updated?: number | undefined;
|
|
5523
5523
|
has_2fa?: boolean | undefined;
|
|
5524
5524
|
}, {
|
|
5525
|
-
name: string;
|
|
5526
5525
|
id: string;
|
|
5526
|
+
name: string;
|
|
5527
|
+
updated?: number | undefined;
|
|
5527
5528
|
color?: string | undefined;
|
|
5528
5529
|
team_id?: string | undefined;
|
|
5529
5530
|
deleted?: boolean | undefined;
|
|
@@ -5533,8 +5534,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5533
5534
|
tz_offset?: number | undefined;
|
|
5534
5535
|
profile?: {
|
|
5535
5536
|
title?: string | undefined;
|
|
5536
|
-
email?: string | undefined;
|
|
5537
5537
|
fields?: Record<string, unknown> | undefined;
|
|
5538
|
+
email?: string | undefined;
|
|
5538
5539
|
real_name?: string | undefined;
|
|
5539
5540
|
phone?: string | undefined;
|
|
5540
5541
|
skype?: string | undefined;
|
|
@@ -5564,7 +5565,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5564
5565
|
is_ultra_restricted?: boolean | undefined;
|
|
5565
5566
|
is_bot?: boolean | undefined;
|
|
5566
5567
|
is_app_user?: boolean | undefined;
|
|
5567
|
-
updated?: number | undefined;
|
|
5568
5568
|
has_2fa?: boolean | undefined;
|
|
5569
5569
|
}>, "many">>;
|
|
5570
5570
|
response_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -5585,8 +5585,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5585
5585
|
next_cursor: string;
|
|
5586
5586
|
} | undefined;
|
|
5587
5587
|
members?: {
|
|
5588
|
-
name: string;
|
|
5589
5588
|
id: string;
|
|
5589
|
+
name: string;
|
|
5590
|
+
updated?: number | undefined;
|
|
5590
5591
|
color?: string | undefined;
|
|
5591
5592
|
team_id?: string | undefined;
|
|
5592
5593
|
deleted?: boolean | undefined;
|
|
@@ -5596,8 +5597,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5596
5597
|
tz_offset?: number | undefined;
|
|
5597
5598
|
profile?: {
|
|
5598
5599
|
title?: string | undefined;
|
|
5599
|
-
email?: string | undefined;
|
|
5600
5600
|
fields?: Record<string, unknown> | undefined;
|
|
5601
|
+
email?: string | undefined;
|
|
5601
5602
|
real_name?: string | undefined;
|
|
5602
5603
|
phone?: string | undefined;
|
|
5603
5604
|
skype?: string | undefined;
|
|
@@ -5627,7 +5628,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5627
5628
|
is_ultra_restricted?: boolean | undefined;
|
|
5628
5629
|
is_bot?: boolean | undefined;
|
|
5629
5630
|
is_app_user?: boolean | undefined;
|
|
5630
|
-
updated?: number | undefined;
|
|
5631
5631
|
has_2fa?: boolean | undefined;
|
|
5632
5632
|
}[] | undefined;
|
|
5633
5633
|
}, {
|
|
@@ -5639,8 +5639,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5639
5639
|
next_cursor: string;
|
|
5640
5640
|
} | undefined;
|
|
5641
5641
|
members?: {
|
|
5642
|
-
name: string;
|
|
5643
5642
|
id: string;
|
|
5643
|
+
name: string;
|
|
5644
|
+
updated?: number | undefined;
|
|
5644
5645
|
color?: string | undefined;
|
|
5645
5646
|
team_id?: string | undefined;
|
|
5646
5647
|
deleted?: boolean | undefined;
|
|
@@ -5650,8 +5651,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5650
5651
|
tz_offset?: number | undefined;
|
|
5651
5652
|
profile?: {
|
|
5652
5653
|
title?: string | undefined;
|
|
5653
|
-
email?: string | undefined;
|
|
5654
5654
|
fields?: Record<string, unknown> | undefined;
|
|
5655
|
+
email?: string | undefined;
|
|
5655
5656
|
real_name?: string | undefined;
|
|
5656
5657
|
phone?: string | undefined;
|
|
5657
5658
|
skype?: string | undefined;
|
|
@@ -5681,7 +5682,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5681
5682
|
is_ultra_restricted?: boolean | undefined;
|
|
5682
5683
|
is_bot?: boolean | undefined;
|
|
5683
5684
|
is_app_user?: boolean | undefined;
|
|
5684
|
-
updated?: number | undefined;
|
|
5685
5685
|
has_2fa?: boolean | undefined;
|
|
5686
5686
|
}[] | undefined;
|
|
5687
5687
|
}>, z.ZodObject<{
|
|
@@ -6294,8 +6294,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6294
6294
|
}>>;
|
|
6295
6295
|
num_members: z.ZodOptional<z.ZodNumber>;
|
|
6296
6296
|
}, "strip", z.ZodTypeAny, {
|
|
6297
|
-
name: string;
|
|
6298
6297
|
id: string;
|
|
6298
|
+
name: string;
|
|
6299
6299
|
created: number;
|
|
6300
6300
|
is_archived: boolean;
|
|
6301
6301
|
is_channel?: boolean | undefined;
|
|
@@ -6327,8 +6327,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6327
6327
|
} | undefined;
|
|
6328
6328
|
num_members?: number | undefined;
|
|
6329
6329
|
}, {
|
|
6330
|
-
name: string;
|
|
6331
6330
|
id: string;
|
|
6331
|
+
name: string;
|
|
6332
6332
|
created: number;
|
|
6333
6333
|
is_archived: boolean;
|
|
6334
6334
|
is_channel?: boolean | undefined;
|
|
@@ -6369,8 +6369,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6369
6369
|
error: string;
|
|
6370
6370
|
ok: boolean;
|
|
6371
6371
|
channel?: {
|
|
6372
|
-
name: string;
|
|
6373
6372
|
id: string;
|
|
6373
|
+
name: string;
|
|
6374
6374
|
created: number;
|
|
6375
6375
|
is_archived: boolean;
|
|
6376
6376
|
is_channel?: boolean | undefined;
|
|
@@ -6409,8 +6409,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6409
6409
|
error: string;
|
|
6410
6410
|
ok: boolean;
|
|
6411
6411
|
channel?: {
|
|
6412
|
-
name: string;
|
|
6413
6412
|
id: string;
|
|
6413
|
+
name: string;
|
|
6414
6414
|
created: number;
|
|
6415
6415
|
is_archived: boolean;
|
|
6416
6416
|
is_channel?: boolean | undefined;
|
|
@@ -6554,12 +6554,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6554
6554
|
ims: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6555
6555
|
has_rich_preview: z.ZodOptional<z.ZodBoolean>;
|
|
6556
6556
|
}, "strip", z.ZodTypeAny, {
|
|
6557
|
+
id: string;
|
|
6557
6558
|
name: string;
|
|
6559
|
+
created: number;
|
|
6558
6560
|
user: string;
|
|
6559
|
-
id: string;
|
|
6560
6561
|
username: string;
|
|
6561
6562
|
timestamp: number;
|
|
6562
|
-
created: number;
|
|
6563
6563
|
mimetype: string;
|
|
6564
6564
|
filetype: string;
|
|
6565
6565
|
pretty_type: string;
|
|
@@ -6599,12 +6599,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6599
6599
|
ims?: string[] | undefined;
|
|
6600
6600
|
has_rich_preview?: boolean | undefined;
|
|
6601
6601
|
}, {
|
|
6602
|
+
id: string;
|
|
6602
6603
|
name: string;
|
|
6604
|
+
created: number;
|
|
6603
6605
|
user: string;
|
|
6604
|
-
id: string;
|
|
6605
6606
|
username: string;
|
|
6606
6607
|
timestamp: number;
|
|
6607
|
-
created: number;
|
|
6608
6608
|
mimetype: string;
|
|
6609
6609
|
filetype: string;
|
|
6610
6610
|
pretty_type: string;
|
|
@@ -6652,12 +6652,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6652
6652
|
error: string;
|
|
6653
6653
|
ok: boolean;
|
|
6654
6654
|
file?: {
|
|
6655
|
+
id: string;
|
|
6655
6656
|
name: string;
|
|
6657
|
+
created: number;
|
|
6656
6658
|
user: string;
|
|
6657
|
-
id: string;
|
|
6658
6659
|
username: string;
|
|
6659
6660
|
timestamp: number;
|
|
6660
|
-
created: number;
|
|
6661
6661
|
mimetype: string;
|
|
6662
6662
|
filetype: string;
|
|
6663
6663
|
pretty_type: string;
|
|
@@ -6703,12 +6703,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6703
6703
|
error: string;
|
|
6704
6704
|
ok: boolean;
|
|
6705
6705
|
file?: {
|
|
6706
|
+
id: string;
|
|
6706
6707
|
name: string;
|
|
6708
|
+
created: number;
|
|
6707
6709
|
user: string;
|
|
6708
|
-
id: string;
|
|
6709
6710
|
username: string;
|
|
6710
6711
|
timestamp: number;
|
|
6711
|
-
created: number;
|
|
6712
6712
|
mimetype: string;
|
|
6713
6713
|
filetype: string;
|
|
6714
6714
|
pretty_type: string;
|