@bubblelab/bubble-core 0.1.40 → 0.1.41
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 +146 -125
- 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 +132 -132
- package/dist/bubbles/service-bubble/ai-agent.d.ts +98 -98
- package/dist/bubbles/service-bubble/airtable.d.ts +122 -122
- package/dist/bubbles/service-bubble/apify/apify.d.ts +16 -16
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +148 -148
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +63 -63
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +94 -94
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
- package/dist/bubbles/service-bubble/firecrawl.d.ts +480 -480
- package/dist/bubbles/service-bubble/followupboss.d.ts +256 -256
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +128 -128
- package/dist/bubbles/service-bubble/github.d.ts +124 -124
- package/dist/bubbles/service-bubble/gmail.d.ts +240 -240
- package/dist/bubbles/service-bubble/google-calendar.d.ts +136 -136
- package/dist/bubbles/service-bubble/google-drive.d.ts +136 -136
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +62 -62
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +4 -4
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +17 -17
- package/dist/bubbles/service-bubble/notion/notion.d.ts +220 -220
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +322 -322
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +31 -31
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +7 -7
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +143 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +589 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +44 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +300 -300
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +62 -62
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +88 -88
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +82 -82
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +14 -14
- package/dist/bubbles.json +125 -40
- package/dist/index.d.ts +1 -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
|
@@ -202,8 +202,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
202
202
|
unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
203
203
|
unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
204
204
|
}, "strip", z.ZodTypeAny, {
|
|
205
|
-
text: string;
|
|
206
205
|
operation: "send_message";
|
|
206
|
+
text: string;
|
|
207
207
|
channel: string;
|
|
208
208
|
reply_broadcast: boolean;
|
|
209
209
|
unfurl_links: boolean;
|
|
@@ -275,8 +275,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
275
275
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
276
276
|
thread_ts?: string | undefined;
|
|
277
277
|
}, {
|
|
278
|
-
text: string;
|
|
279
278
|
operation: "send_message";
|
|
279
|
+
text: string;
|
|
280
280
|
channel: string;
|
|
281
281
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
282
282
|
username?: string | undefined;
|
|
@@ -389,13 +389,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
389
389
|
include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
390
390
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
391
391
|
}, "strip", z.ZodTypeAny, {
|
|
392
|
-
user: string;
|
|
393
392
|
operation: "get_user_info";
|
|
393
|
+
user: string;
|
|
394
394
|
include_locale: boolean;
|
|
395
395
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
396
396
|
}, {
|
|
397
|
-
user: string;
|
|
398
397
|
operation: "get_user_info";
|
|
398
|
+
user: string;
|
|
399
399
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
400
400
|
include_locale?: boolean | undefined;
|
|
401
401
|
}>, z.ZodObject<{
|
|
@@ -426,8 +426,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
426
426
|
cursor: z.ZodOptional<z.ZodString>;
|
|
427
427
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
|
-
inclusive: boolean;
|
|
430
429
|
operation: "get_conversation_history";
|
|
430
|
+
inclusive: boolean;
|
|
431
431
|
channel: string;
|
|
432
432
|
limit: number;
|
|
433
433
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -454,9 +454,9 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
454
454
|
cursor: z.ZodOptional<z.ZodString>;
|
|
455
455
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
456
456
|
}, "strip", z.ZodTypeAny, {
|
|
457
|
+
operation: "get_thread_replies";
|
|
457
458
|
inclusive: boolean;
|
|
458
459
|
ts: string;
|
|
459
|
-
operation: "get_thread_replies";
|
|
460
460
|
channel: string;
|
|
461
461
|
limit: number;
|
|
462
462
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -464,8 +464,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
464
464
|
latest?: string | undefined;
|
|
465
465
|
oldest?: string | undefined;
|
|
466
466
|
}, {
|
|
467
|
-
ts: string;
|
|
468
467
|
operation: "get_thread_replies";
|
|
468
|
+
ts: string;
|
|
469
469
|
channel: string;
|
|
470
470
|
inclusive?: boolean | undefined;
|
|
471
471
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -667,8 +667,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
667
667
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
668
668
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
669
669
|
}, "strip", z.ZodTypeAny, {
|
|
670
|
-
ts: string;
|
|
671
670
|
operation: "update_message";
|
|
671
|
+
ts: string;
|
|
672
672
|
channel: string;
|
|
673
673
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
674
674
|
text?: string | undefined;
|
|
@@ -734,8 +734,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
734
734
|
}>, "many">>;
|
|
735
735
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
736
736
|
}, {
|
|
737
|
-
ts: string;
|
|
738
737
|
operation: "update_message";
|
|
738
|
+
ts: string;
|
|
739
739
|
channel: string;
|
|
740
740
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
741
741
|
text?: string | undefined;
|
|
@@ -806,13 +806,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
806
806
|
ts: z.ZodString;
|
|
807
807
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
808
808
|
}, "strip", z.ZodTypeAny, {
|
|
809
|
-
ts: string;
|
|
810
809
|
operation: "delete_message";
|
|
810
|
+
ts: string;
|
|
811
811
|
channel: string;
|
|
812
812
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
813
813
|
}, {
|
|
814
|
-
ts: string;
|
|
815
814
|
operation: "delete_message";
|
|
815
|
+
ts: string;
|
|
816
816
|
channel: string;
|
|
817
817
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
818
818
|
}>, z.ZodObject<{
|
|
@@ -822,14 +822,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
822
822
|
timestamp: z.ZodString;
|
|
823
823
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
824
824
|
}, "strip", z.ZodTypeAny, {
|
|
825
|
-
name: string;
|
|
826
825
|
operation: "add_reaction";
|
|
826
|
+
name: string;
|
|
827
827
|
channel: string;
|
|
828
828
|
timestamp: string;
|
|
829
829
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
830
830
|
}, {
|
|
831
|
-
name: string;
|
|
832
831
|
operation: "add_reaction";
|
|
832
|
+
name: string;
|
|
833
833
|
channel: string;
|
|
834
834
|
timestamp: string;
|
|
835
835
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -840,14 +840,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
840
840
|
timestamp: z.ZodString;
|
|
841
841
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
842
842
|
}, "strip", z.ZodTypeAny, {
|
|
843
|
-
name: string;
|
|
844
843
|
operation: "remove_reaction";
|
|
844
|
+
name: string;
|
|
845
845
|
channel: string;
|
|
846
846
|
timestamp: string;
|
|
847
847
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
848
848
|
}, {
|
|
849
|
-
name: string;
|
|
850
849
|
operation: "remove_reaction";
|
|
850
|
+
name: string;
|
|
851
851
|
channel: string;
|
|
852
852
|
timestamp: string;
|
|
853
853
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -1021,8 +1021,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1021
1021
|
unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1022
1022
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1023
1023
|
}, "strip", z.ZodTypeAny, {
|
|
1024
|
-
text: string;
|
|
1025
1024
|
operation: "schedule_message";
|
|
1025
|
+
text: string;
|
|
1026
1026
|
channel: string;
|
|
1027
1027
|
unfurl_links: boolean;
|
|
1028
1028
|
unfurl_media: boolean;
|
|
@@ -1071,8 +1071,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1071
1071
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1072
1072
|
thread_ts?: string | undefined;
|
|
1073
1073
|
}, {
|
|
1074
|
-
text: string;
|
|
1075
1074
|
operation: "schedule_message";
|
|
1075
|
+
text: string;
|
|
1076
1076
|
channel: string;
|
|
1077
1077
|
post_at: number;
|
|
1078
1078
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -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
|
-
user?: string | undefined;
|
|
1169
1168
|
text?: string | undefined;
|
|
1169
|
+
user?: 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
|
-
user?: string | undefined;
|
|
1194
1193
|
text?: string | undefined;
|
|
1194
|
+
user?: string | undefined;
|
|
1195
1195
|
ts?: string | undefined;
|
|
1196
1196
|
username?: string | undefined;
|
|
1197
1197
|
attachments?: unknown[] | undefined;
|
|
@@ -1217,14 +1217,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1217
1217
|
error: z.ZodString;
|
|
1218
1218
|
success: z.ZodBoolean;
|
|
1219
1219
|
}, "strip", z.ZodTypeAny, {
|
|
1220
|
-
error: string;
|
|
1221
|
-
success: boolean;
|
|
1222
1220
|
operation: "send_message";
|
|
1221
|
+
success: boolean;
|
|
1222
|
+
error: string;
|
|
1223
1223
|
ok: boolean;
|
|
1224
1224
|
message?: {
|
|
1225
1225
|
type: string;
|
|
1226
|
-
user?: string | undefined;
|
|
1227
1226
|
text?: string | undefined;
|
|
1227
|
+
user?: string | undefined;
|
|
1228
1228
|
ts?: string | undefined;
|
|
1229
1229
|
username?: string | undefined;
|
|
1230
1230
|
attachments?: unknown[] | undefined;
|
|
@@ -1250,14 +1250,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1250
1250
|
ts?: string | undefined;
|
|
1251
1251
|
channel?: string | undefined;
|
|
1252
1252
|
}, {
|
|
1253
|
-
error: string;
|
|
1254
|
-
success: boolean;
|
|
1255
1253
|
operation: "send_message";
|
|
1254
|
+
success: boolean;
|
|
1255
|
+
error: string;
|
|
1256
1256
|
ok: boolean;
|
|
1257
1257
|
message?: {
|
|
1258
1258
|
type: string;
|
|
1259
|
-
user?: string | undefined;
|
|
1260
1259
|
text?: string | undefined;
|
|
1260
|
+
user?: string | undefined;
|
|
1261
1261
|
ts?: string | undefined;
|
|
1262
1262
|
username?: string | undefined;
|
|
1263
1263
|
attachments?: unknown[] | undefined;
|
|
@@ -1411,9 +1411,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1411
1411
|
error: z.ZodString;
|
|
1412
1412
|
success: z.ZodBoolean;
|
|
1413
1413
|
}, "strip", z.ZodTypeAny, {
|
|
1414
|
-
error: string;
|
|
1415
|
-
success: boolean;
|
|
1416
1414
|
operation: "list_channels";
|
|
1415
|
+
success: boolean;
|
|
1416
|
+
error: string;
|
|
1417
1417
|
ok: boolean;
|
|
1418
1418
|
response_metadata?: {
|
|
1419
1419
|
next_cursor: string;
|
|
@@ -1453,9 +1453,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1453
1453
|
num_members?: number | undefined;
|
|
1454
1454
|
}[] | undefined;
|
|
1455
1455
|
}, {
|
|
1456
|
-
error: string;
|
|
1457
|
-
success: boolean;
|
|
1458
1456
|
operation: "list_channels";
|
|
1457
|
+
success: boolean;
|
|
1458
|
+
error: string;
|
|
1459
1459
|
ok: boolean;
|
|
1460
1460
|
response_metadata?: {
|
|
1461
1461
|
next_cursor: string;
|
|
@@ -1616,9 +1616,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1616
1616
|
error: z.ZodString;
|
|
1617
1617
|
success: z.ZodBoolean;
|
|
1618
1618
|
}, "strip", z.ZodTypeAny, {
|
|
1619
|
-
error: string;
|
|
1620
|
-
success: boolean;
|
|
1621
1619
|
operation: "get_channel_info";
|
|
1620
|
+
success: boolean;
|
|
1621
|
+
error: string;
|
|
1622
1622
|
ok: boolean;
|
|
1623
1623
|
channel?: {
|
|
1624
1624
|
name: string;
|
|
@@ -1655,9 +1655,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1655
1655
|
num_members?: number | undefined;
|
|
1656
1656
|
} | undefined;
|
|
1657
1657
|
}, {
|
|
1658
|
-
error: string;
|
|
1659
|
-
success: boolean;
|
|
1660
1658
|
operation: "get_channel_info";
|
|
1659
|
+
success: boolean;
|
|
1660
|
+
error: string;
|
|
1661
1661
|
ok: boolean;
|
|
1662
1662
|
channel?: {
|
|
1663
1663
|
name: string;
|
|
@@ -1794,13 +1794,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1794
1794
|
}, "strip", z.ZodTypeAny, {
|
|
1795
1795
|
name: string;
|
|
1796
1796
|
id: string;
|
|
1797
|
-
color?: string | undefined;
|
|
1798
|
-
team_id?: string | undefined;
|
|
1799
|
-
deleted?: boolean | undefined;
|
|
1800
|
-
real_name?: string | undefined;
|
|
1801
|
-
tz?: string | undefined;
|
|
1802
|
-
tz_label?: string | undefined;
|
|
1803
|
-
tz_offset?: number | undefined;
|
|
1804
1797
|
profile?: {
|
|
1805
1798
|
title?: string | undefined;
|
|
1806
1799
|
email?: string | undefined;
|
|
@@ -1827,6 +1820,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1827
1820
|
image_512?: string | undefined;
|
|
1828
1821
|
image_1024?: string | undefined;
|
|
1829
1822
|
} | undefined;
|
|
1823
|
+
color?: string | undefined;
|
|
1824
|
+
team_id?: string | undefined;
|
|
1825
|
+
deleted?: boolean | undefined;
|
|
1826
|
+
real_name?: string | undefined;
|
|
1827
|
+
tz?: string | undefined;
|
|
1828
|
+
tz_label?: string | undefined;
|
|
1829
|
+
tz_offset?: number | undefined;
|
|
1830
1830
|
is_admin?: boolean | undefined;
|
|
1831
1831
|
is_owner?: boolean | undefined;
|
|
1832
1832
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1839,13 +1839,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1839
1839
|
}, {
|
|
1840
1840
|
name: string;
|
|
1841
1841
|
id: string;
|
|
1842
|
-
color?: string | undefined;
|
|
1843
|
-
team_id?: string | undefined;
|
|
1844
|
-
deleted?: boolean | undefined;
|
|
1845
|
-
real_name?: string | undefined;
|
|
1846
|
-
tz?: string | undefined;
|
|
1847
|
-
tz_label?: string | undefined;
|
|
1848
|
-
tz_offset?: number | undefined;
|
|
1849
1842
|
profile?: {
|
|
1850
1843
|
title?: string | undefined;
|
|
1851
1844
|
email?: string | undefined;
|
|
@@ -1872,6 +1865,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1872
1865
|
image_512?: string | undefined;
|
|
1873
1866
|
image_1024?: string | undefined;
|
|
1874
1867
|
} | undefined;
|
|
1868
|
+
color?: string | undefined;
|
|
1869
|
+
team_id?: string | undefined;
|
|
1870
|
+
deleted?: boolean | undefined;
|
|
1871
|
+
real_name?: string | undefined;
|
|
1872
|
+
tz?: string | undefined;
|
|
1873
|
+
tz_label?: string | undefined;
|
|
1874
|
+
tz_offset?: number | undefined;
|
|
1875
1875
|
is_admin?: boolean | undefined;
|
|
1876
1876
|
is_owner?: boolean | undefined;
|
|
1877
1877
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1885,20 +1885,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1885
1885
|
error: z.ZodString;
|
|
1886
1886
|
success: z.ZodBoolean;
|
|
1887
1887
|
}, "strip", z.ZodTypeAny, {
|
|
1888
|
-
error: string;
|
|
1889
|
-
success: boolean;
|
|
1890
1888
|
operation: "get_user_info";
|
|
1889
|
+
success: boolean;
|
|
1890
|
+
error: string;
|
|
1891
1891
|
ok: boolean;
|
|
1892
1892
|
user?: {
|
|
1893
1893
|
name: string;
|
|
1894
1894
|
id: string;
|
|
1895
|
-
color?: string | undefined;
|
|
1896
|
-
team_id?: string | undefined;
|
|
1897
|
-
deleted?: boolean | undefined;
|
|
1898
|
-
real_name?: string | undefined;
|
|
1899
|
-
tz?: string | undefined;
|
|
1900
|
-
tz_label?: string | undefined;
|
|
1901
|
-
tz_offset?: number | undefined;
|
|
1902
1895
|
profile?: {
|
|
1903
1896
|
title?: string | undefined;
|
|
1904
1897
|
email?: string | undefined;
|
|
@@ -1925,6 +1918,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1925
1918
|
image_512?: string | undefined;
|
|
1926
1919
|
image_1024?: string | undefined;
|
|
1927
1920
|
} | undefined;
|
|
1921
|
+
color?: string | undefined;
|
|
1922
|
+
team_id?: string | undefined;
|
|
1923
|
+
deleted?: boolean | undefined;
|
|
1924
|
+
real_name?: string | undefined;
|
|
1925
|
+
tz?: string | undefined;
|
|
1926
|
+
tz_label?: string | undefined;
|
|
1927
|
+
tz_offset?: number | undefined;
|
|
1928
1928
|
is_admin?: boolean | undefined;
|
|
1929
1929
|
is_owner?: boolean | undefined;
|
|
1930
1930
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1936,20 +1936,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1936
1936
|
has_2fa?: boolean | undefined;
|
|
1937
1937
|
} | undefined;
|
|
1938
1938
|
}, {
|
|
1939
|
-
error: string;
|
|
1940
|
-
success: boolean;
|
|
1941
1939
|
operation: "get_user_info";
|
|
1940
|
+
success: boolean;
|
|
1941
|
+
error: string;
|
|
1942
1942
|
ok: boolean;
|
|
1943
1943
|
user?: {
|
|
1944
1944
|
name: string;
|
|
1945
1945
|
id: string;
|
|
1946
|
-
color?: string | undefined;
|
|
1947
|
-
team_id?: string | undefined;
|
|
1948
|
-
deleted?: boolean | undefined;
|
|
1949
|
-
real_name?: string | undefined;
|
|
1950
|
-
tz?: string | undefined;
|
|
1951
|
-
tz_label?: string | undefined;
|
|
1952
|
-
tz_offset?: number | undefined;
|
|
1953
1946
|
profile?: {
|
|
1954
1947
|
title?: string | undefined;
|
|
1955
1948
|
email?: string | undefined;
|
|
@@ -1976,6 +1969,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1976
1969
|
image_512?: string | undefined;
|
|
1977
1970
|
image_1024?: string | undefined;
|
|
1978
1971
|
} | undefined;
|
|
1972
|
+
color?: string | undefined;
|
|
1973
|
+
team_id?: string | undefined;
|
|
1974
|
+
deleted?: boolean | undefined;
|
|
1975
|
+
real_name?: string | undefined;
|
|
1976
|
+
tz?: string | undefined;
|
|
1977
|
+
tz_label?: string | undefined;
|
|
1978
|
+
tz_offset?: number | undefined;
|
|
1979
1979
|
is_admin?: boolean | undefined;
|
|
1980
1980
|
is_owner?: boolean | undefined;
|
|
1981
1981
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2087,13 +2087,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2087
2087
|
}, "strip", z.ZodTypeAny, {
|
|
2088
2088
|
name: string;
|
|
2089
2089
|
id: string;
|
|
2090
|
-
color?: string | undefined;
|
|
2091
|
-
team_id?: string | undefined;
|
|
2092
|
-
deleted?: boolean | undefined;
|
|
2093
|
-
real_name?: string | undefined;
|
|
2094
|
-
tz?: string | undefined;
|
|
2095
|
-
tz_label?: string | undefined;
|
|
2096
|
-
tz_offset?: number | undefined;
|
|
2097
2090
|
profile?: {
|
|
2098
2091
|
title?: string | undefined;
|
|
2099
2092
|
email?: string | undefined;
|
|
@@ -2120,6 +2113,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2120
2113
|
image_512?: string | undefined;
|
|
2121
2114
|
image_1024?: string | undefined;
|
|
2122
2115
|
} | undefined;
|
|
2116
|
+
color?: string | undefined;
|
|
2117
|
+
team_id?: string | undefined;
|
|
2118
|
+
deleted?: boolean | undefined;
|
|
2119
|
+
real_name?: string | undefined;
|
|
2120
|
+
tz?: string | undefined;
|
|
2121
|
+
tz_label?: string | undefined;
|
|
2122
|
+
tz_offset?: number | undefined;
|
|
2123
2123
|
is_admin?: boolean | undefined;
|
|
2124
2124
|
is_owner?: boolean | undefined;
|
|
2125
2125
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2132,13 +2132,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2132
2132
|
}, {
|
|
2133
2133
|
name: string;
|
|
2134
2134
|
id: string;
|
|
2135
|
-
color?: string | undefined;
|
|
2136
|
-
team_id?: string | undefined;
|
|
2137
|
-
deleted?: boolean | undefined;
|
|
2138
|
-
real_name?: string | undefined;
|
|
2139
|
-
tz?: string | undefined;
|
|
2140
|
-
tz_label?: string | undefined;
|
|
2141
|
-
tz_offset?: number | undefined;
|
|
2142
2135
|
profile?: {
|
|
2143
2136
|
title?: string | undefined;
|
|
2144
2137
|
email?: string | undefined;
|
|
@@ -2165,6 +2158,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2165
2158
|
image_512?: string | undefined;
|
|
2166
2159
|
image_1024?: string | undefined;
|
|
2167
2160
|
} | undefined;
|
|
2161
|
+
color?: string | undefined;
|
|
2162
|
+
team_id?: string | undefined;
|
|
2163
|
+
deleted?: boolean | undefined;
|
|
2164
|
+
real_name?: string | undefined;
|
|
2165
|
+
tz?: string | undefined;
|
|
2166
|
+
tz_label?: string | undefined;
|
|
2167
|
+
tz_offset?: number | undefined;
|
|
2168
2168
|
is_admin?: boolean | undefined;
|
|
2169
2169
|
is_owner?: boolean | undefined;
|
|
2170
2170
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2185,9 +2185,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2185
2185
|
error: z.ZodString;
|
|
2186
2186
|
success: z.ZodBoolean;
|
|
2187
2187
|
}, "strip", z.ZodTypeAny, {
|
|
2188
|
-
error: string;
|
|
2189
|
-
success: boolean;
|
|
2190
2188
|
operation: "list_users";
|
|
2189
|
+
success: boolean;
|
|
2190
|
+
error: string;
|
|
2191
2191
|
ok: boolean;
|
|
2192
2192
|
response_metadata?: {
|
|
2193
2193
|
next_cursor: string;
|
|
@@ -2195,13 +2195,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2195
2195
|
members?: {
|
|
2196
2196
|
name: string;
|
|
2197
2197
|
id: string;
|
|
2198
|
-
color?: string | undefined;
|
|
2199
|
-
team_id?: string | undefined;
|
|
2200
|
-
deleted?: boolean | undefined;
|
|
2201
|
-
real_name?: string | undefined;
|
|
2202
|
-
tz?: string | undefined;
|
|
2203
|
-
tz_label?: string | undefined;
|
|
2204
|
-
tz_offset?: number | undefined;
|
|
2205
2198
|
profile?: {
|
|
2206
2199
|
title?: string | undefined;
|
|
2207
2200
|
email?: string | undefined;
|
|
@@ -2228,6 +2221,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2228
2221
|
image_512?: string | undefined;
|
|
2229
2222
|
image_1024?: string | undefined;
|
|
2230
2223
|
} | undefined;
|
|
2224
|
+
color?: string | undefined;
|
|
2225
|
+
team_id?: string | undefined;
|
|
2226
|
+
deleted?: boolean | undefined;
|
|
2227
|
+
real_name?: string | undefined;
|
|
2228
|
+
tz?: string | undefined;
|
|
2229
|
+
tz_label?: string | undefined;
|
|
2230
|
+
tz_offset?: number | undefined;
|
|
2231
2231
|
is_admin?: boolean | undefined;
|
|
2232
2232
|
is_owner?: boolean | undefined;
|
|
2233
2233
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2239,9 +2239,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2239
2239
|
has_2fa?: boolean | undefined;
|
|
2240
2240
|
}[] | undefined;
|
|
2241
2241
|
}, {
|
|
2242
|
-
error: string;
|
|
2243
|
-
success: boolean;
|
|
2244
2242
|
operation: "list_users";
|
|
2243
|
+
success: boolean;
|
|
2244
|
+
error: string;
|
|
2245
2245
|
ok: boolean;
|
|
2246
2246
|
response_metadata?: {
|
|
2247
2247
|
next_cursor: string;
|
|
@@ -2249,13 +2249,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2249
2249
|
members?: {
|
|
2250
2250
|
name: string;
|
|
2251
2251
|
id: string;
|
|
2252
|
-
color?: string | undefined;
|
|
2253
|
-
team_id?: string | undefined;
|
|
2254
|
-
deleted?: boolean | undefined;
|
|
2255
|
-
real_name?: string | undefined;
|
|
2256
|
-
tz?: string | undefined;
|
|
2257
|
-
tz_label?: string | undefined;
|
|
2258
|
-
tz_offset?: number | undefined;
|
|
2259
2252
|
profile?: {
|
|
2260
2253
|
title?: string | undefined;
|
|
2261
2254
|
email?: string | undefined;
|
|
@@ -2282,6 +2275,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2282
2275
|
image_512?: string | undefined;
|
|
2283
2276
|
image_1024?: string | undefined;
|
|
2284
2277
|
} | undefined;
|
|
2278
|
+
color?: string | undefined;
|
|
2279
|
+
team_id?: string | undefined;
|
|
2280
|
+
deleted?: boolean | undefined;
|
|
2281
|
+
real_name?: string | undefined;
|
|
2282
|
+
tz?: string | undefined;
|
|
2283
|
+
tz_label?: string | undefined;
|
|
2284
|
+
tz_offset?: number | undefined;
|
|
2285
2285
|
is_admin?: boolean | undefined;
|
|
2286
2286
|
is_owner?: boolean | undefined;
|
|
2287
2287
|
is_primary_owner?: boolean | 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
|
-
user?: string | undefined;
|
|
2338
2337
|
text?: string | undefined;
|
|
2338
|
+
user?: 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
|
-
user?: string | undefined;
|
|
2363
2362
|
text?: string | undefined;
|
|
2363
|
+
user?: string | undefined;
|
|
2364
2364
|
ts?: string | undefined;
|
|
2365
2365
|
username?: string | undefined;
|
|
2366
2366
|
attachments?: unknown[] | undefined;
|
|
@@ -2394,14 +2394,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2394
2394
|
error: z.ZodString;
|
|
2395
2395
|
success: z.ZodBoolean;
|
|
2396
2396
|
}, "strip", z.ZodTypeAny, {
|
|
2397
|
-
error: string;
|
|
2398
|
-
success: boolean;
|
|
2399
2397
|
operation: "get_conversation_history";
|
|
2398
|
+
success: boolean;
|
|
2399
|
+
error: string;
|
|
2400
2400
|
ok: boolean;
|
|
2401
|
+
response_metadata?: {
|
|
2402
|
+
next_cursor: string;
|
|
2403
|
+
} | undefined;
|
|
2401
2404
|
messages?: {
|
|
2402
2405
|
type: string;
|
|
2403
|
-
user?: string | undefined;
|
|
2404
2406
|
text?: string | undefined;
|
|
2407
|
+
user?: 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
|
-
error: string;
|
|
2433
|
-
success: boolean;
|
|
2434
2432
|
operation: "get_conversation_history";
|
|
2433
|
+
success: boolean;
|
|
2434
|
+
error: string;
|
|
2435
2435
|
ok: boolean;
|
|
2436
|
+
response_metadata?: {
|
|
2437
|
+
next_cursor: string;
|
|
2438
|
+
} | undefined;
|
|
2436
2439
|
messages?: {
|
|
2437
2440
|
type: string;
|
|
2438
|
-
user?: string | undefined;
|
|
2439
2441
|
text?: string | undefined;
|
|
2442
|
+
user?: 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
|
-
user?: string | undefined;
|
|
2509
2508
|
text?: string | undefined;
|
|
2509
|
+
user?: 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
|
-
user?: string | undefined;
|
|
2534
2533
|
text?: string | undefined;
|
|
2534
|
+
user?: string | undefined;
|
|
2535
2535
|
ts?: string | undefined;
|
|
2536
2536
|
username?: string | undefined;
|
|
2537
2537
|
attachments?: unknown[] | undefined;
|
|
@@ -2565,14 +2565,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2565
2565
|
error: z.ZodString;
|
|
2566
2566
|
success: z.ZodBoolean;
|
|
2567
2567
|
}, "strip", z.ZodTypeAny, {
|
|
2568
|
-
error: string;
|
|
2569
|
-
success: boolean;
|
|
2570
2568
|
operation: "get_thread_replies";
|
|
2569
|
+
success: boolean;
|
|
2570
|
+
error: string;
|
|
2571
2571
|
ok: boolean;
|
|
2572
|
+
response_metadata?: {
|
|
2573
|
+
next_cursor: string;
|
|
2574
|
+
} | undefined;
|
|
2572
2575
|
messages?: {
|
|
2573
2576
|
type: string;
|
|
2574
|
-
user?: string | undefined;
|
|
2575
2577
|
text?: string | undefined;
|
|
2578
|
+
user?: 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
|
-
error: string;
|
|
2604
|
-
success: boolean;
|
|
2605
2603
|
operation: "get_thread_replies";
|
|
2604
|
+
success: boolean;
|
|
2605
|
+
error: string;
|
|
2606
2606
|
ok: boolean;
|
|
2607
|
+
response_metadata?: {
|
|
2608
|
+
next_cursor: string;
|
|
2609
|
+
} | undefined;
|
|
2607
2610
|
messages?: {
|
|
2608
2611
|
type: string;
|
|
2609
|
-
user?: string | undefined;
|
|
2610
2612
|
text?: string | undefined;
|
|
2613
|
+
user?: 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
|
-
user?: string | undefined;
|
|
2683
2682
|
text?: string | undefined;
|
|
2683
|
+
user?: 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
|
-
user?: string | undefined;
|
|
2708
2707
|
text?: string | undefined;
|
|
2708
|
+
user?: string | undefined;
|
|
2709
2709
|
ts?: string | undefined;
|
|
2710
2710
|
username?: string | undefined;
|
|
2711
2711
|
attachments?: unknown[] | undefined;
|
|
@@ -2731,14 +2731,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2731
2731
|
error: z.ZodString;
|
|
2732
2732
|
success: z.ZodBoolean;
|
|
2733
2733
|
}, "strip", z.ZodTypeAny, {
|
|
2734
|
-
error: string;
|
|
2735
|
-
success: boolean;
|
|
2736
2734
|
operation: "update_message";
|
|
2735
|
+
success: boolean;
|
|
2736
|
+
error: string;
|
|
2737
2737
|
ok: boolean;
|
|
2738
2738
|
message?: {
|
|
2739
2739
|
type: string;
|
|
2740
|
-
user?: string | undefined;
|
|
2741
2740
|
text?: string | undefined;
|
|
2741
|
+
user?: string | undefined;
|
|
2742
2742
|
ts?: string | undefined;
|
|
2743
2743
|
username?: string | undefined;
|
|
2744
2744
|
attachments?: unknown[] | undefined;
|
|
@@ -2765,14 +2765,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2765
2765
|
ts?: string | undefined;
|
|
2766
2766
|
channel?: string | undefined;
|
|
2767
2767
|
}, {
|
|
2768
|
-
error: string;
|
|
2769
|
-
success: boolean;
|
|
2770
2768
|
operation: "update_message";
|
|
2769
|
+
success: boolean;
|
|
2770
|
+
error: string;
|
|
2771
2771
|
ok: boolean;
|
|
2772
2772
|
message?: {
|
|
2773
2773
|
type: string;
|
|
2774
|
-
user?: string | undefined;
|
|
2775
2774
|
text?: string | undefined;
|
|
2775
|
+
user?: string | undefined;
|
|
2776
2776
|
ts?: string | undefined;
|
|
2777
2777
|
username?: string | undefined;
|
|
2778
2778
|
attachments?: unknown[] | undefined;
|
|
@@ -2806,16 +2806,16 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2806
2806
|
error: z.ZodString;
|
|
2807
2807
|
success: z.ZodBoolean;
|
|
2808
2808
|
}, "strip", z.ZodTypeAny, {
|
|
2809
|
-
error: string;
|
|
2810
|
-
success: boolean;
|
|
2811
2809
|
operation: "delete_message";
|
|
2810
|
+
success: boolean;
|
|
2811
|
+
error: string;
|
|
2812
2812
|
ok: boolean;
|
|
2813
2813
|
ts?: string | undefined;
|
|
2814
2814
|
channel?: string | undefined;
|
|
2815
2815
|
}, {
|
|
2816
|
-
error: string;
|
|
2817
|
-
success: boolean;
|
|
2818
2816
|
operation: "delete_message";
|
|
2817
|
+
success: boolean;
|
|
2818
|
+
error: string;
|
|
2819
2819
|
ok: boolean;
|
|
2820
2820
|
ts?: string | undefined;
|
|
2821
2821
|
channel?: string | undefined;
|
|
@@ -2825,14 +2825,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2825
2825
|
error: z.ZodString;
|
|
2826
2826
|
success: z.ZodBoolean;
|
|
2827
2827
|
}, "strip", z.ZodTypeAny, {
|
|
2828
|
-
error: string;
|
|
2829
|
-
success: boolean;
|
|
2830
2828
|
operation: "add_reaction";
|
|
2829
|
+
success: boolean;
|
|
2830
|
+
error: string;
|
|
2831
2831
|
ok: boolean;
|
|
2832
2832
|
}, {
|
|
2833
|
-
error: string;
|
|
2834
|
-
success: boolean;
|
|
2835
2833
|
operation: "add_reaction";
|
|
2834
|
+
success: boolean;
|
|
2835
|
+
error: string;
|
|
2836
2836
|
ok: boolean;
|
|
2837
2837
|
}>, z.ZodObject<{
|
|
2838
2838
|
operation: z.ZodLiteral<"remove_reaction">;
|
|
@@ -2840,14 +2840,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2840
2840
|
error: z.ZodString;
|
|
2841
2841
|
success: z.ZodBoolean;
|
|
2842
2842
|
}, "strip", z.ZodTypeAny, {
|
|
2843
|
-
error: string;
|
|
2844
|
-
success: boolean;
|
|
2845
2843
|
operation: "remove_reaction";
|
|
2844
|
+
success: boolean;
|
|
2845
|
+
error: string;
|
|
2846
2846
|
ok: boolean;
|
|
2847
2847
|
}, {
|
|
2848
|
-
error: string;
|
|
2849
|
-
success: boolean;
|
|
2850
2848
|
operation: "remove_reaction";
|
|
2849
|
+
success: boolean;
|
|
2850
|
+
error: string;
|
|
2851
2851
|
ok: boolean;
|
|
2852
2852
|
}>, z.ZodObject<{
|
|
2853
2853
|
operation: z.ZodLiteral<"join_channel">;
|
|
@@ -2972,9 +2972,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2972
2972
|
error: z.ZodString;
|
|
2973
2973
|
success: z.ZodBoolean;
|
|
2974
2974
|
}, "strip", z.ZodTypeAny, {
|
|
2975
|
-
error: string;
|
|
2976
|
-
success: boolean;
|
|
2977
2975
|
operation: "join_channel";
|
|
2976
|
+
success: boolean;
|
|
2977
|
+
error: string;
|
|
2978
2978
|
ok: boolean;
|
|
2979
2979
|
channel?: {
|
|
2980
2980
|
name: string;
|
|
@@ -3012,9 +3012,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3012
3012
|
} | undefined;
|
|
3013
3013
|
already_in_channel?: boolean | undefined;
|
|
3014
3014
|
}, {
|
|
3015
|
-
error: string;
|
|
3016
|
-
success: boolean;
|
|
3017
3015
|
operation: "join_channel";
|
|
3016
|
+
success: boolean;
|
|
3017
|
+
error: string;
|
|
3018
3018
|
ok: boolean;
|
|
3019
3019
|
channel?: {
|
|
3020
3020
|
name: string;
|
|
@@ -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;
|
|
@@ -3255,14 +3255,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3255
3255
|
error: z.ZodString;
|
|
3256
3256
|
success: z.ZodBoolean;
|
|
3257
3257
|
}, "strip", z.ZodTypeAny, {
|
|
3258
|
-
error: string;
|
|
3259
|
-
success: boolean;
|
|
3260
3258
|
operation: "upload_file";
|
|
3259
|
+
success: boolean;
|
|
3260
|
+
error: string;
|
|
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;
|
|
@@ -3306,14 +3306,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3306
3306
|
has_rich_preview?: boolean | undefined;
|
|
3307
3307
|
} | undefined;
|
|
3308
3308
|
}, {
|
|
3309
|
-
error: string;
|
|
3310
|
-
success: boolean;
|
|
3311
3309
|
operation: "upload_file";
|
|
3310
|
+
success: boolean;
|
|
3311
|
+
error: string;
|
|
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;
|
|
@@ -3365,17 +3365,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3365
3365
|
error: z.ZodString;
|
|
3366
3366
|
success: z.ZodBoolean;
|
|
3367
3367
|
}, "strip", z.ZodTypeAny, {
|
|
3368
|
-
error: string;
|
|
3369
|
-
success: boolean;
|
|
3370
3368
|
operation: "schedule_message";
|
|
3369
|
+
success: boolean;
|
|
3370
|
+
error: string;
|
|
3371
3371
|
ok: boolean;
|
|
3372
3372
|
channel?: string | undefined;
|
|
3373
3373
|
post_at?: number | undefined;
|
|
3374
3374
|
scheduled_message_id?: string | undefined;
|
|
3375
3375
|
}, {
|
|
3376
|
-
error: string;
|
|
3377
|
-
success: boolean;
|
|
3378
3376
|
operation: "schedule_message";
|
|
3377
|
+
success: boolean;
|
|
3378
|
+
error: string;
|
|
3379
3379
|
ok: boolean;
|
|
3380
3380
|
channel?: string | undefined;
|
|
3381
3381
|
post_at?: number | undefined;
|
|
@@ -3594,8 +3594,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3594
3594
|
unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3595
3595
|
unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3596
3596
|
}, "strip", z.ZodTypeAny, {
|
|
3597
|
-
text: string;
|
|
3598
3597
|
operation: "send_message";
|
|
3598
|
+
text: string;
|
|
3599
3599
|
channel: string;
|
|
3600
3600
|
reply_broadcast: boolean;
|
|
3601
3601
|
unfurl_links: boolean;
|
|
@@ -3667,8 +3667,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3667
3667
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
3668
3668
|
thread_ts?: string | undefined;
|
|
3669
3669
|
}, {
|
|
3670
|
-
text: string;
|
|
3671
3670
|
operation: "send_message";
|
|
3671
|
+
text: string;
|
|
3672
3672
|
channel: string;
|
|
3673
3673
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3674
3674
|
username?: string | undefined;
|
|
@@ -3781,13 +3781,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3781
3781
|
include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3782
3782
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3783
3783
|
}, "strip", z.ZodTypeAny, {
|
|
3784
|
-
user: string;
|
|
3785
3784
|
operation: "get_user_info";
|
|
3785
|
+
user: string;
|
|
3786
3786
|
include_locale: boolean;
|
|
3787
3787
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3788
3788
|
}, {
|
|
3789
|
-
user: string;
|
|
3790
3789
|
operation: "get_user_info";
|
|
3790
|
+
user: string;
|
|
3791
3791
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3792
3792
|
include_locale?: boolean | undefined;
|
|
3793
3793
|
}>, z.ZodObject<{
|
|
@@ -3818,8 +3818,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3818
3818
|
cursor: z.ZodOptional<z.ZodString>;
|
|
3819
3819
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3820
3820
|
}, "strip", z.ZodTypeAny, {
|
|
3821
|
-
inclusive: boolean;
|
|
3822
3821
|
operation: "get_conversation_history";
|
|
3822
|
+
inclusive: boolean;
|
|
3823
3823
|
channel: string;
|
|
3824
3824
|
limit: number;
|
|
3825
3825
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -3846,9 +3846,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3846
3846
|
cursor: z.ZodOptional<z.ZodString>;
|
|
3847
3847
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3848
3848
|
}, "strip", z.ZodTypeAny, {
|
|
3849
|
+
operation: "get_thread_replies";
|
|
3849
3850
|
inclusive: boolean;
|
|
3850
3851
|
ts: string;
|
|
3851
|
-
operation: "get_thread_replies";
|
|
3852
3852
|
channel: string;
|
|
3853
3853
|
limit: number;
|
|
3854
3854
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -3856,8 +3856,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3856
3856
|
latest?: string | undefined;
|
|
3857
3857
|
oldest?: string | undefined;
|
|
3858
3858
|
}, {
|
|
3859
|
-
ts: string;
|
|
3860
3859
|
operation: "get_thread_replies";
|
|
3860
|
+
ts: string;
|
|
3861
3861
|
channel: string;
|
|
3862
3862
|
inclusive?: boolean | undefined;
|
|
3863
3863
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -4059,8 +4059,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4059
4059
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
4060
4060
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4061
4061
|
}, "strip", z.ZodTypeAny, {
|
|
4062
|
-
ts: string;
|
|
4063
4062
|
operation: "update_message";
|
|
4063
|
+
ts: string;
|
|
4064
4064
|
channel: string;
|
|
4065
4065
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4066
4066
|
text?: string | undefined;
|
|
@@ -4126,8 +4126,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4126
4126
|
}>, "many">>;
|
|
4127
4127
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4128
4128
|
}, {
|
|
4129
|
-
ts: string;
|
|
4130
4129
|
operation: "update_message";
|
|
4130
|
+
ts: string;
|
|
4131
4131
|
channel: string;
|
|
4132
4132
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4133
4133
|
text?: string | undefined;
|
|
@@ -4198,13 +4198,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4198
4198
|
ts: z.ZodString;
|
|
4199
4199
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4200
4200
|
}, "strip", z.ZodTypeAny, {
|
|
4201
|
-
ts: string;
|
|
4202
4201
|
operation: "delete_message";
|
|
4202
|
+
ts: string;
|
|
4203
4203
|
channel: string;
|
|
4204
4204
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4205
4205
|
}, {
|
|
4206
|
-
ts: string;
|
|
4207
4206
|
operation: "delete_message";
|
|
4207
|
+
ts: string;
|
|
4208
4208
|
channel: string;
|
|
4209
4209
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4210
4210
|
}>, z.ZodObject<{
|
|
@@ -4214,14 +4214,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4214
4214
|
timestamp: z.ZodString;
|
|
4215
4215
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4216
4216
|
}, "strip", z.ZodTypeAny, {
|
|
4217
|
-
name: string;
|
|
4218
4217
|
operation: "add_reaction";
|
|
4218
|
+
name: string;
|
|
4219
4219
|
channel: string;
|
|
4220
4220
|
timestamp: string;
|
|
4221
4221
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4222
4222
|
}, {
|
|
4223
|
-
name: string;
|
|
4224
4223
|
operation: "add_reaction";
|
|
4224
|
+
name: string;
|
|
4225
4225
|
channel: string;
|
|
4226
4226
|
timestamp: string;
|
|
4227
4227
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -4232,14 +4232,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4232
4232
|
timestamp: z.ZodString;
|
|
4233
4233
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4234
4234
|
}, "strip", z.ZodTypeAny, {
|
|
4235
|
-
name: string;
|
|
4236
4235
|
operation: "remove_reaction";
|
|
4236
|
+
name: string;
|
|
4237
4237
|
channel: string;
|
|
4238
4238
|
timestamp: string;
|
|
4239
4239
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4240
4240
|
}, {
|
|
4241
|
-
name: string;
|
|
4242
4241
|
operation: "remove_reaction";
|
|
4242
|
+
name: string;
|
|
4243
4243
|
channel: string;
|
|
4244
4244
|
timestamp: string;
|
|
4245
4245
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -4413,8 +4413,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4413
4413
|
unfurl_media: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4414
4414
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
4415
4415
|
}, "strip", z.ZodTypeAny, {
|
|
4416
|
-
text: string;
|
|
4417
4416
|
operation: "schedule_message";
|
|
4417
|
+
text: string;
|
|
4418
4418
|
channel: string;
|
|
4419
4419
|
unfurl_links: boolean;
|
|
4420
4420
|
unfurl_media: boolean;
|
|
@@ -4463,8 +4463,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4463
4463
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4464
4464
|
thread_ts?: string | undefined;
|
|
4465
4465
|
}, {
|
|
4466
|
-
text: string;
|
|
4467
4466
|
operation: "schedule_message";
|
|
4467
|
+
text: string;
|
|
4468
4468
|
channel: string;
|
|
4469
4469
|
post_at: number;
|
|
4470
4470
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -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
|
-
user?: string | undefined;
|
|
4561
4560
|
text?: string | undefined;
|
|
4561
|
+
user?: 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
|
-
user?: string | undefined;
|
|
4586
4585
|
text?: string | undefined;
|
|
4586
|
+
user?: string | undefined;
|
|
4587
4587
|
ts?: string | undefined;
|
|
4588
4588
|
username?: string | undefined;
|
|
4589
4589
|
attachments?: unknown[] | undefined;
|
|
@@ -4609,14 +4609,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4609
4609
|
error: z.ZodString;
|
|
4610
4610
|
success: z.ZodBoolean;
|
|
4611
4611
|
}, "strip", z.ZodTypeAny, {
|
|
4612
|
-
error: string;
|
|
4613
|
-
success: boolean;
|
|
4614
4612
|
operation: "send_message";
|
|
4613
|
+
success: boolean;
|
|
4614
|
+
error: string;
|
|
4615
4615
|
ok: boolean;
|
|
4616
4616
|
message?: {
|
|
4617
4617
|
type: string;
|
|
4618
|
-
user?: string | undefined;
|
|
4619
4618
|
text?: string | undefined;
|
|
4619
|
+
user?: string | undefined;
|
|
4620
4620
|
ts?: string | undefined;
|
|
4621
4621
|
username?: string | undefined;
|
|
4622
4622
|
attachments?: unknown[] | undefined;
|
|
@@ -4642,14 +4642,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4642
4642
|
ts?: string | undefined;
|
|
4643
4643
|
channel?: string | undefined;
|
|
4644
4644
|
}, {
|
|
4645
|
-
error: string;
|
|
4646
|
-
success: boolean;
|
|
4647
4645
|
operation: "send_message";
|
|
4646
|
+
success: boolean;
|
|
4647
|
+
error: string;
|
|
4648
4648
|
ok: boolean;
|
|
4649
4649
|
message?: {
|
|
4650
4650
|
type: string;
|
|
4651
|
-
user?: string | undefined;
|
|
4652
4651
|
text?: string | undefined;
|
|
4652
|
+
user?: string | undefined;
|
|
4653
4653
|
ts?: string | undefined;
|
|
4654
4654
|
username?: string | undefined;
|
|
4655
4655
|
attachments?: unknown[] | undefined;
|
|
@@ -4803,9 +4803,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4803
4803
|
error: z.ZodString;
|
|
4804
4804
|
success: z.ZodBoolean;
|
|
4805
4805
|
}, "strip", z.ZodTypeAny, {
|
|
4806
|
-
error: string;
|
|
4807
|
-
success: boolean;
|
|
4808
4806
|
operation: "list_channels";
|
|
4807
|
+
success: boolean;
|
|
4808
|
+
error: string;
|
|
4809
4809
|
ok: boolean;
|
|
4810
4810
|
response_metadata?: {
|
|
4811
4811
|
next_cursor: string;
|
|
@@ -4845,9 +4845,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4845
4845
|
num_members?: number | undefined;
|
|
4846
4846
|
}[] | undefined;
|
|
4847
4847
|
}, {
|
|
4848
|
-
error: string;
|
|
4849
|
-
success: boolean;
|
|
4850
4848
|
operation: "list_channels";
|
|
4849
|
+
success: boolean;
|
|
4850
|
+
error: string;
|
|
4851
4851
|
ok: boolean;
|
|
4852
4852
|
response_metadata?: {
|
|
4853
4853
|
next_cursor: string;
|
|
@@ -5008,9 +5008,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5008
5008
|
error: z.ZodString;
|
|
5009
5009
|
success: z.ZodBoolean;
|
|
5010
5010
|
}, "strip", z.ZodTypeAny, {
|
|
5011
|
-
error: string;
|
|
5012
|
-
success: boolean;
|
|
5013
5011
|
operation: "get_channel_info";
|
|
5012
|
+
success: boolean;
|
|
5013
|
+
error: string;
|
|
5014
5014
|
ok: boolean;
|
|
5015
5015
|
channel?: {
|
|
5016
5016
|
name: string;
|
|
@@ -5047,9 +5047,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5047
5047
|
num_members?: number | undefined;
|
|
5048
5048
|
} | undefined;
|
|
5049
5049
|
}, {
|
|
5050
|
-
error: string;
|
|
5051
|
-
success: boolean;
|
|
5052
5050
|
operation: "get_channel_info";
|
|
5051
|
+
success: boolean;
|
|
5052
|
+
error: string;
|
|
5053
5053
|
ok: boolean;
|
|
5054
5054
|
channel?: {
|
|
5055
5055
|
name: string;
|
|
@@ -5186,13 +5186,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5186
5186
|
}, "strip", z.ZodTypeAny, {
|
|
5187
5187
|
name: string;
|
|
5188
5188
|
id: string;
|
|
5189
|
-
color?: string | undefined;
|
|
5190
|
-
team_id?: string | undefined;
|
|
5191
|
-
deleted?: boolean | undefined;
|
|
5192
|
-
real_name?: string | undefined;
|
|
5193
|
-
tz?: string | undefined;
|
|
5194
|
-
tz_label?: string | undefined;
|
|
5195
|
-
tz_offset?: number | undefined;
|
|
5196
5189
|
profile?: {
|
|
5197
5190
|
title?: string | undefined;
|
|
5198
5191
|
email?: string | undefined;
|
|
@@ -5219,6 +5212,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5219
5212
|
image_512?: string | undefined;
|
|
5220
5213
|
image_1024?: string | undefined;
|
|
5221
5214
|
} | undefined;
|
|
5215
|
+
color?: string | undefined;
|
|
5216
|
+
team_id?: string | undefined;
|
|
5217
|
+
deleted?: boolean | undefined;
|
|
5218
|
+
real_name?: string | undefined;
|
|
5219
|
+
tz?: string | undefined;
|
|
5220
|
+
tz_label?: string | undefined;
|
|
5221
|
+
tz_offset?: number | undefined;
|
|
5222
5222
|
is_admin?: boolean | undefined;
|
|
5223
5223
|
is_owner?: boolean | undefined;
|
|
5224
5224
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5231,13 +5231,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5231
5231
|
}, {
|
|
5232
5232
|
name: string;
|
|
5233
5233
|
id: string;
|
|
5234
|
-
color?: string | undefined;
|
|
5235
|
-
team_id?: string | undefined;
|
|
5236
|
-
deleted?: boolean | undefined;
|
|
5237
|
-
real_name?: string | undefined;
|
|
5238
|
-
tz?: string | undefined;
|
|
5239
|
-
tz_label?: string | undefined;
|
|
5240
|
-
tz_offset?: number | undefined;
|
|
5241
5234
|
profile?: {
|
|
5242
5235
|
title?: string | undefined;
|
|
5243
5236
|
email?: string | undefined;
|
|
@@ -5264,6 +5257,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5264
5257
|
image_512?: string | undefined;
|
|
5265
5258
|
image_1024?: string | undefined;
|
|
5266
5259
|
} | undefined;
|
|
5260
|
+
color?: string | undefined;
|
|
5261
|
+
team_id?: string | undefined;
|
|
5262
|
+
deleted?: boolean | undefined;
|
|
5263
|
+
real_name?: string | undefined;
|
|
5264
|
+
tz?: string | undefined;
|
|
5265
|
+
tz_label?: string | undefined;
|
|
5266
|
+
tz_offset?: number | undefined;
|
|
5267
5267
|
is_admin?: boolean | undefined;
|
|
5268
5268
|
is_owner?: boolean | undefined;
|
|
5269
5269
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5277,20 +5277,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5277
5277
|
error: z.ZodString;
|
|
5278
5278
|
success: z.ZodBoolean;
|
|
5279
5279
|
}, "strip", z.ZodTypeAny, {
|
|
5280
|
-
error: string;
|
|
5281
|
-
success: boolean;
|
|
5282
5280
|
operation: "get_user_info";
|
|
5281
|
+
success: boolean;
|
|
5282
|
+
error: string;
|
|
5283
5283
|
ok: boolean;
|
|
5284
5284
|
user?: {
|
|
5285
5285
|
name: string;
|
|
5286
5286
|
id: string;
|
|
5287
|
-
color?: string | undefined;
|
|
5288
|
-
team_id?: string | undefined;
|
|
5289
|
-
deleted?: boolean | undefined;
|
|
5290
|
-
real_name?: string | undefined;
|
|
5291
|
-
tz?: string | undefined;
|
|
5292
|
-
tz_label?: string | undefined;
|
|
5293
|
-
tz_offset?: number | undefined;
|
|
5294
5287
|
profile?: {
|
|
5295
5288
|
title?: string | undefined;
|
|
5296
5289
|
email?: string | undefined;
|
|
@@ -5317,6 +5310,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5317
5310
|
image_512?: string | undefined;
|
|
5318
5311
|
image_1024?: string | undefined;
|
|
5319
5312
|
} | undefined;
|
|
5313
|
+
color?: string | undefined;
|
|
5314
|
+
team_id?: string | undefined;
|
|
5315
|
+
deleted?: boolean | undefined;
|
|
5316
|
+
real_name?: string | undefined;
|
|
5317
|
+
tz?: string | undefined;
|
|
5318
|
+
tz_label?: string | undefined;
|
|
5319
|
+
tz_offset?: number | undefined;
|
|
5320
5320
|
is_admin?: boolean | undefined;
|
|
5321
5321
|
is_owner?: boolean | undefined;
|
|
5322
5322
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5328,20 +5328,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5328
5328
|
has_2fa?: boolean | undefined;
|
|
5329
5329
|
} | undefined;
|
|
5330
5330
|
}, {
|
|
5331
|
-
error: string;
|
|
5332
|
-
success: boolean;
|
|
5333
5331
|
operation: "get_user_info";
|
|
5332
|
+
success: boolean;
|
|
5333
|
+
error: string;
|
|
5334
5334
|
ok: boolean;
|
|
5335
5335
|
user?: {
|
|
5336
5336
|
name: string;
|
|
5337
5337
|
id: string;
|
|
5338
|
-
color?: string | undefined;
|
|
5339
|
-
team_id?: string | undefined;
|
|
5340
|
-
deleted?: boolean | undefined;
|
|
5341
|
-
real_name?: string | undefined;
|
|
5342
|
-
tz?: string | undefined;
|
|
5343
|
-
tz_label?: string | undefined;
|
|
5344
|
-
tz_offset?: number | undefined;
|
|
5345
5338
|
profile?: {
|
|
5346
5339
|
title?: string | undefined;
|
|
5347
5340
|
email?: string | undefined;
|
|
@@ -5368,6 +5361,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5368
5361
|
image_512?: string | undefined;
|
|
5369
5362
|
image_1024?: string | undefined;
|
|
5370
5363
|
} | undefined;
|
|
5364
|
+
color?: string | undefined;
|
|
5365
|
+
team_id?: string | undefined;
|
|
5366
|
+
deleted?: boolean | undefined;
|
|
5367
|
+
real_name?: string | undefined;
|
|
5368
|
+
tz?: string | undefined;
|
|
5369
|
+
tz_label?: string | undefined;
|
|
5370
|
+
tz_offset?: number | undefined;
|
|
5371
5371
|
is_admin?: boolean | undefined;
|
|
5372
5372
|
is_owner?: boolean | undefined;
|
|
5373
5373
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5479,13 +5479,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5479
5479
|
}, "strip", z.ZodTypeAny, {
|
|
5480
5480
|
name: string;
|
|
5481
5481
|
id: string;
|
|
5482
|
-
color?: string | undefined;
|
|
5483
|
-
team_id?: string | undefined;
|
|
5484
|
-
deleted?: boolean | undefined;
|
|
5485
|
-
real_name?: string | undefined;
|
|
5486
|
-
tz?: string | undefined;
|
|
5487
|
-
tz_label?: string | undefined;
|
|
5488
|
-
tz_offset?: number | undefined;
|
|
5489
5482
|
profile?: {
|
|
5490
5483
|
title?: string | undefined;
|
|
5491
5484
|
email?: string | undefined;
|
|
@@ -5512,6 +5505,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5512
5505
|
image_512?: string | undefined;
|
|
5513
5506
|
image_1024?: string | undefined;
|
|
5514
5507
|
} | undefined;
|
|
5508
|
+
color?: string | undefined;
|
|
5509
|
+
team_id?: string | undefined;
|
|
5510
|
+
deleted?: boolean | undefined;
|
|
5511
|
+
real_name?: string | undefined;
|
|
5512
|
+
tz?: string | undefined;
|
|
5513
|
+
tz_label?: string | undefined;
|
|
5514
|
+
tz_offset?: number | undefined;
|
|
5515
5515
|
is_admin?: boolean | undefined;
|
|
5516
5516
|
is_owner?: boolean | undefined;
|
|
5517
5517
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5524,13 +5524,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5524
5524
|
}, {
|
|
5525
5525
|
name: string;
|
|
5526
5526
|
id: string;
|
|
5527
|
-
color?: string | undefined;
|
|
5528
|
-
team_id?: string | undefined;
|
|
5529
|
-
deleted?: boolean | undefined;
|
|
5530
|
-
real_name?: string | undefined;
|
|
5531
|
-
tz?: string | undefined;
|
|
5532
|
-
tz_label?: string | undefined;
|
|
5533
|
-
tz_offset?: number | undefined;
|
|
5534
5527
|
profile?: {
|
|
5535
5528
|
title?: string | undefined;
|
|
5536
5529
|
email?: string | undefined;
|
|
@@ -5557,6 +5550,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5557
5550
|
image_512?: string | undefined;
|
|
5558
5551
|
image_1024?: string | undefined;
|
|
5559
5552
|
} | undefined;
|
|
5553
|
+
color?: string | undefined;
|
|
5554
|
+
team_id?: string | undefined;
|
|
5555
|
+
deleted?: boolean | undefined;
|
|
5556
|
+
real_name?: string | undefined;
|
|
5557
|
+
tz?: string | undefined;
|
|
5558
|
+
tz_label?: string | undefined;
|
|
5559
|
+
tz_offset?: number | undefined;
|
|
5560
5560
|
is_admin?: boolean | undefined;
|
|
5561
5561
|
is_owner?: boolean | undefined;
|
|
5562
5562
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5577,9 +5577,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5577
5577
|
error: z.ZodString;
|
|
5578
5578
|
success: z.ZodBoolean;
|
|
5579
5579
|
}, "strip", z.ZodTypeAny, {
|
|
5580
|
-
error: string;
|
|
5581
|
-
success: boolean;
|
|
5582
5580
|
operation: "list_users";
|
|
5581
|
+
success: boolean;
|
|
5582
|
+
error: string;
|
|
5583
5583
|
ok: boolean;
|
|
5584
5584
|
response_metadata?: {
|
|
5585
5585
|
next_cursor: string;
|
|
@@ -5587,13 +5587,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5587
5587
|
members?: {
|
|
5588
5588
|
name: string;
|
|
5589
5589
|
id: string;
|
|
5590
|
-
color?: string | undefined;
|
|
5591
|
-
team_id?: string | undefined;
|
|
5592
|
-
deleted?: boolean | undefined;
|
|
5593
|
-
real_name?: string | undefined;
|
|
5594
|
-
tz?: string | undefined;
|
|
5595
|
-
tz_label?: string | undefined;
|
|
5596
|
-
tz_offset?: number | undefined;
|
|
5597
5590
|
profile?: {
|
|
5598
5591
|
title?: string | undefined;
|
|
5599
5592
|
email?: string | undefined;
|
|
@@ -5620,6 +5613,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5620
5613
|
image_512?: string | undefined;
|
|
5621
5614
|
image_1024?: string | undefined;
|
|
5622
5615
|
} | undefined;
|
|
5616
|
+
color?: string | undefined;
|
|
5617
|
+
team_id?: string | undefined;
|
|
5618
|
+
deleted?: boolean | undefined;
|
|
5619
|
+
real_name?: string | undefined;
|
|
5620
|
+
tz?: string | undefined;
|
|
5621
|
+
tz_label?: string | undefined;
|
|
5622
|
+
tz_offset?: number | undefined;
|
|
5623
5623
|
is_admin?: boolean | undefined;
|
|
5624
5624
|
is_owner?: boolean | undefined;
|
|
5625
5625
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5631,9 +5631,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5631
5631
|
has_2fa?: boolean | undefined;
|
|
5632
5632
|
}[] | undefined;
|
|
5633
5633
|
}, {
|
|
5634
|
-
error: string;
|
|
5635
|
-
success: boolean;
|
|
5636
5634
|
operation: "list_users";
|
|
5635
|
+
success: boolean;
|
|
5636
|
+
error: string;
|
|
5637
5637
|
ok: boolean;
|
|
5638
5638
|
response_metadata?: {
|
|
5639
5639
|
next_cursor: string;
|
|
@@ -5641,13 +5641,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5641
5641
|
members?: {
|
|
5642
5642
|
name: string;
|
|
5643
5643
|
id: string;
|
|
5644
|
-
color?: string | undefined;
|
|
5645
|
-
team_id?: string | undefined;
|
|
5646
|
-
deleted?: boolean | undefined;
|
|
5647
|
-
real_name?: string | undefined;
|
|
5648
|
-
tz?: string | undefined;
|
|
5649
|
-
tz_label?: string | undefined;
|
|
5650
|
-
tz_offset?: number | undefined;
|
|
5651
5644
|
profile?: {
|
|
5652
5645
|
title?: string | undefined;
|
|
5653
5646
|
email?: string | undefined;
|
|
@@ -5674,6 +5667,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5674
5667
|
image_512?: string | undefined;
|
|
5675
5668
|
image_1024?: string | undefined;
|
|
5676
5669
|
} | undefined;
|
|
5670
|
+
color?: string | undefined;
|
|
5671
|
+
team_id?: string | undefined;
|
|
5672
|
+
deleted?: boolean | undefined;
|
|
5673
|
+
real_name?: string | undefined;
|
|
5674
|
+
tz?: string | undefined;
|
|
5675
|
+
tz_label?: string | undefined;
|
|
5676
|
+
tz_offset?: number | undefined;
|
|
5677
5677
|
is_admin?: boolean | undefined;
|
|
5678
5678
|
is_owner?: boolean | undefined;
|
|
5679
5679
|
is_primary_owner?: boolean | 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
|
-
user?: string | undefined;
|
|
5730
5729
|
text?: string | undefined;
|
|
5730
|
+
user?: 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
|
-
user?: string | undefined;
|
|
5755
5754
|
text?: string | undefined;
|
|
5755
|
+
user?: string | undefined;
|
|
5756
5756
|
ts?: string | undefined;
|
|
5757
5757
|
username?: string | undefined;
|
|
5758
5758
|
attachments?: unknown[] | undefined;
|
|
@@ -5786,14 +5786,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5786
5786
|
error: z.ZodString;
|
|
5787
5787
|
success: z.ZodBoolean;
|
|
5788
5788
|
}, "strip", z.ZodTypeAny, {
|
|
5789
|
-
error: string;
|
|
5790
|
-
success: boolean;
|
|
5791
5789
|
operation: "get_conversation_history";
|
|
5790
|
+
success: boolean;
|
|
5791
|
+
error: string;
|
|
5792
5792
|
ok: boolean;
|
|
5793
|
+
response_metadata?: {
|
|
5794
|
+
next_cursor: string;
|
|
5795
|
+
} | undefined;
|
|
5793
5796
|
messages?: {
|
|
5794
5797
|
type: string;
|
|
5795
|
-
user?: string | undefined;
|
|
5796
5798
|
text?: string | undefined;
|
|
5799
|
+
user?: 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
|
-
error: string;
|
|
5825
|
-
success: boolean;
|
|
5826
5824
|
operation: "get_conversation_history";
|
|
5825
|
+
success: boolean;
|
|
5826
|
+
error: string;
|
|
5827
5827
|
ok: boolean;
|
|
5828
|
+
response_metadata?: {
|
|
5829
|
+
next_cursor: string;
|
|
5830
|
+
} | undefined;
|
|
5828
5831
|
messages?: {
|
|
5829
5832
|
type: string;
|
|
5830
|
-
user?: string | undefined;
|
|
5831
5833
|
text?: string | undefined;
|
|
5834
|
+
user?: 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
|
-
user?: string | undefined;
|
|
5901
5900
|
text?: string | undefined;
|
|
5901
|
+
user?: 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
|
-
user?: string | undefined;
|
|
5926
5925
|
text?: string | undefined;
|
|
5926
|
+
user?: string | undefined;
|
|
5927
5927
|
ts?: string | undefined;
|
|
5928
5928
|
username?: string | undefined;
|
|
5929
5929
|
attachments?: unknown[] | undefined;
|
|
@@ -5957,14 +5957,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5957
5957
|
error: z.ZodString;
|
|
5958
5958
|
success: z.ZodBoolean;
|
|
5959
5959
|
}, "strip", z.ZodTypeAny, {
|
|
5960
|
-
error: string;
|
|
5961
|
-
success: boolean;
|
|
5962
5960
|
operation: "get_thread_replies";
|
|
5961
|
+
success: boolean;
|
|
5962
|
+
error: string;
|
|
5963
5963
|
ok: boolean;
|
|
5964
|
+
response_metadata?: {
|
|
5965
|
+
next_cursor: string;
|
|
5966
|
+
} | undefined;
|
|
5964
5967
|
messages?: {
|
|
5965
5968
|
type: string;
|
|
5966
|
-
user?: string | undefined;
|
|
5967
5969
|
text?: string | undefined;
|
|
5970
|
+
user?: 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
|
-
error: string;
|
|
5996
|
-
success: boolean;
|
|
5997
5995
|
operation: "get_thread_replies";
|
|
5996
|
+
success: boolean;
|
|
5997
|
+
error: string;
|
|
5998
5998
|
ok: boolean;
|
|
5999
|
+
response_metadata?: {
|
|
6000
|
+
next_cursor: string;
|
|
6001
|
+
} | undefined;
|
|
5999
6002
|
messages?: {
|
|
6000
6003
|
type: string;
|
|
6001
|
-
user?: string | undefined;
|
|
6002
6004
|
text?: string | undefined;
|
|
6005
|
+
user?: 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
|
-
user?: string | undefined;
|
|
6075
6074
|
text?: string | undefined;
|
|
6075
|
+
user?: 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
|
-
user?: string | undefined;
|
|
6100
6099
|
text?: string | undefined;
|
|
6100
|
+
user?: string | undefined;
|
|
6101
6101
|
ts?: string | undefined;
|
|
6102
6102
|
username?: string | undefined;
|
|
6103
6103
|
attachments?: unknown[] | undefined;
|
|
@@ -6123,14 +6123,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6123
6123
|
error: z.ZodString;
|
|
6124
6124
|
success: z.ZodBoolean;
|
|
6125
6125
|
}, "strip", z.ZodTypeAny, {
|
|
6126
|
-
error: string;
|
|
6127
|
-
success: boolean;
|
|
6128
6126
|
operation: "update_message";
|
|
6127
|
+
success: boolean;
|
|
6128
|
+
error: string;
|
|
6129
6129
|
ok: boolean;
|
|
6130
6130
|
message?: {
|
|
6131
6131
|
type: string;
|
|
6132
|
-
user?: string | undefined;
|
|
6133
6132
|
text?: string | undefined;
|
|
6133
|
+
user?: string | undefined;
|
|
6134
6134
|
ts?: string | undefined;
|
|
6135
6135
|
username?: string | undefined;
|
|
6136
6136
|
attachments?: unknown[] | undefined;
|
|
@@ -6157,14 +6157,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6157
6157
|
ts?: string | undefined;
|
|
6158
6158
|
channel?: string | undefined;
|
|
6159
6159
|
}, {
|
|
6160
|
-
error: string;
|
|
6161
|
-
success: boolean;
|
|
6162
6160
|
operation: "update_message";
|
|
6161
|
+
success: boolean;
|
|
6162
|
+
error: string;
|
|
6163
6163
|
ok: boolean;
|
|
6164
6164
|
message?: {
|
|
6165
6165
|
type: string;
|
|
6166
|
-
user?: string | undefined;
|
|
6167
6166
|
text?: string | undefined;
|
|
6167
|
+
user?: string | undefined;
|
|
6168
6168
|
ts?: string | undefined;
|
|
6169
6169
|
username?: string | undefined;
|
|
6170
6170
|
attachments?: unknown[] | undefined;
|
|
@@ -6198,16 +6198,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6198
6198
|
error: z.ZodString;
|
|
6199
6199
|
success: z.ZodBoolean;
|
|
6200
6200
|
}, "strip", z.ZodTypeAny, {
|
|
6201
|
-
error: string;
|
|
6202
|
-
success: boolean;
|
|
6203
6201
|
operation: "delete_message";
|
|
6202
|
+
success: boolean;
|
|
6203
|
+
error: string;
|
|
6204
6204
|
ok: boolean;
|
|
6205
6205
|
ts?: string | undefined;
|
|
6206
6206
|
channel?: string | undefined;
|
|
6207
6207
|
}, {
|
|
6208
|
-
error: string;
|
|
6209
|
-
success: boolean;
|
|
6210
6208
|
operation: "delete_message";
|
|
6209
|
+
success: boolean;
|
|
6210
|
+
error: string;
|
|
6211
6211
|
ok: boolean;
|
|
6212
6212
|
ts?: string | undefined;
|
|
6213
6213
|
channel?: string | undefined;
|
|
@@ -6217,14 +6217,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6217
6217
|
error: z.ZodString;
|
|
6218
6218
|
success: z.ZodBoolean;
|
|
6219
6219
|
}, "strip", z.ZodTypeAny, {
|
|
6220
|
-
error: string;
|
|
6221
|
-
success: boolean;
|
|
6222
6220
|
operation: "add_reaction";
|
|
6221
|
+
success: boolean;
|
|
6222
|
+
error: string;
|
|
6223
6223
|
ok: boolean;
|
|
6224
6224
|
}, {
|
|
6225
|
-
error: string;
|
|
6226
|
-
success: boolean;
|
|
6227
6225
|
operation: "add_reaction";
|
|
6226
|
+
success: boolean;
|
|
6227
|
+
error: string;
|
|
6228
6228
|
ok: boolean;
|
|
6229
6229
|
}>, z.ZodObject<{
|
|
6230
6230
|
operation: z.ZodLiteral<"remove_reaction">;
|
|
@@ -6232,14 +6232,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6232
6232
|
error: z.ZodString;
|
|
6233
6233
|
success: z.ZodBoolean;
|
|
6234
6234
|
}, "strip", z.ZodTypeAny, {
|
|
6235
|
-
error: string;
|
|
6236
|
-
success: boolean;
|
|
6237
6235
|
operation: "remove_reaction";
|
|
6236
|
+
success: boolean;
|
|
6237
|
+
error: string;
|
|
6238
6238
|
ok: boolean;
|
|
6239
6239
|
}, {
|
|
6240
|
-
error: string;
|
|
6241
|
-
success: boolean;
|
|
6242
6240
|
operation: "remove_reaction";
|
|
6241
|
+
success: boolean;
|
|
6242
|
+
error: string;
|
|
6243
6243
|
ok: boolean;
|
|
6244
6244
|
}>, z.ZodObject<{
|
|
6245
6245
|
operation: z.ZodLiteral<"join_channel">;
|
|
@@ -6364,9 +6364,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6364
6364
|
error: z.ZodString;
|
|
6365
6365
|
success: z.ZodBoolean;
|
|
6366
6366
|
}, "strip", z.ZodTypeAny, {
|
|
6367
|
-
error: string;
|
|
6368
|
-
success: boolean;
|
|
6369
6367
|
operation: "join_channel";
|
|
6368
|
+
success: boolean;
|
|
6369
|
+
error: string;
|
|
6370
6370
|
ok: boolean;
|
|
6371
6371
|
channel?: {
|
|
6372
6372
|
name: string;
|
|
@@ -6404,9 +6404,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6404
6404
|
} | undefined;
|
|
6405
6405
|
already_in_channel?: boolean | undefined;
|
|
6406
6406
|
}, {
|
|
6407
|
-
error: string;
|
|
6408
|
-
success: boolean;
|
|
6409
6407
|
operation: "join_channel";
|
|
6408
|
+
success: boolean;
|
|
6409
|
+
error: string;
|
|
6410
6410
|
ok: boolean;
|
|
6411
6411
|
channel?: {
|
|
6412
6412
|
name: string;
|
|
@@ -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;
|
|
@@ -6647,14 +6647,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6647
6647
|
error: z.ZodString;
|
|
6648
6648
|
success: z.ZodBoolean;
|
|
6649
6649
|
}, "strip", z.ZodTypeAny, {
|
|
6650
|
-
error: string;
|
|
6651
|
-
success: boolean;
|
|
6652
6650
|
operation: "upload_file";
|
|
6651
|
+
success: boolean;
|
|
6652
|
+
error: string;
|
|
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;
|
|
@@ -6698,14 +6698,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6698
6698
|
has_rich_preview?: boolean | undefined;
|
|
6699
6699
|
} | undefined;
|
|
6700
6700
|
}, {
|
|
6701
|
-
error: string;
|
|
6702
|
-
success: boolean;
|
|
6703
6701
|
operation: "upload_file";
|
|
6702
|
+
success: boolean;
|
|
6703
|
+
error: string;
|
|
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;
|
|
@@ -6757,17 +6757,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6757
6757
|
error: z.ZodString;
|
|
6758
6758
|
success: z.ZodBoolean;
|
|
6759
6759
|
}, "strip", z.ZodTypeAny, {
|
|
6760
|
-
error: string;
|
|
6761
|
-
success: boolean;
|
|
6762
6760
|
operation: "schedule_message";
|
|
6761
|
+
success: boolean;
|
|
6762
|
+
error: string;
|
|
6763
6763
|
ok: boolean;
|
|
6764
6764
|
channel?: string | undefined;
|
|
6765
6765
|
post_at?: number | undefined;
|
|
6766
6766
|
scheduled_message_id?: string | undefined;
|
|
6767
6767
|
}, {
|
|
6768
|
-
error: string;
|
|
6769
|
-
success: boolean;
|
|
6770
6768
|
operation: "schedule_message";
|
|
6769
|
+
success: boolean;
|
|
6770
|
+
error: string;
|
|
6771
6771
|
ok: boolean;
|
|
6772
6772
|
channel?: string | undefined;
|
|
6773
6773
|
post_at?: number | undefined;
|