@bubblelab/bubble-core 0.1.210 → 0.1.211
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 +132 -111
- 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/ai-agent.d.ts +84 -84
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +2 -1
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +114 -114
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +489 -0
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.js +363 -0
- package/dist/bubbles/service-bubble/assembled/assembled.js.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +460 -0
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.schema.js +295 -0
- package/dist/bubbles/service-bubble/assembled/assembled.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts +12 -0
- package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.utils.js +89 -0
- package/dist/bubbles/service-bubble/assembled/assembled.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/assembled/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/assembled/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/assembled/index.js +4 -0
- package/dist/bubbles/service-bubble/assembled/index.js.map +1 -0
- package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +5 -5
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/firecrawl.d.ts +278 -278
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +12 -12
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
- package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
- package/dist/bubbles/service-bubble/http.d.ts +6 -6
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +272 -272
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +9 -9
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +294 -294
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +39 -39
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +385 -385
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
- package/dist/bubbles.json +927 -2
- 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
|
@@ -102,18 +102,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
102
102
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
104
|
type: "image" | "plain_text" | "mrkdwn";
|
|
105
|
-
emoji?: boolean | undefined;
|
|
106
105
|
text?: string | undefined;
|
|
107
106
|
image_url?: string | undefined;
|
|
108
|
-
|
|
107
|
+
emoji?: boolean | undefined;
|
|
109
108
|
alt_text?: string | undefined;
|
|
109
|
+
verbatim?: boolean | undefined;
|
|
110
110
|
}, {
|
|
111
111
|
type: "image" | "plain_text" | "mrkdwn";
|
|
112
|
-
emoji?: boolean | undefined;
|
|
113
112
|
text?: string | undefined;
|
|
114
113
|
image_url?: string | undefined;
|
|
115
|
-
|
|
114
|
+
emoji?: boolean | undefined;
|
|
116
115
|
alt_text?: string | undefined;
|
|
116
|
+
verbatim?: boolean | undefined;
|
|
117
117
|
}>, "many">>;
|
|
118
118
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
119
119
|
type: z.ZodString;
|
|
@@ -142,18 +142,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
142
142
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
143
143
|
}, "strip", z.ZodTypeAny, {
|
|
144
144
|
type: "image" | "plain_text" | "mrkdwn";
|
|
145
|
-
emoji?: boolean | undefined;
|
|
146
145
|
text?: string | undefined;
|
|
147
146
|
image_url?: string | undefined;
|
|
148
|
-
|
|
147
|
+
emoji?: boolean | undefined;
|
|
149
148
|
alt_text?: string | undefined;
|
|
149
|
+
verbatim?: boolean | undefined;
|
|
150
150
|
}, {
|
|
151
151
|
type: "image" | "plain_text" | "mrkdwn";
|
|
152
|
-
emoji?: boolean | undefined;
|
|
153
152
|
text?: string | undefined;
|
|
154
153
|
image_url?: string | undefined;
|
|
155
|
-
|
|
154
|
+
emoji?: boolean | undefined;
|
|
156
155
|
alt_text?: string | undefined;
|
|
156
|
+
verbatim?: boolean | undefined;
|
|
157
157
|
}>, "many">>;
|
|
158
158
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
159
159
|
type: z.ZodString;
|
|
@@ -182,18 +182,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
182
182
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
183
183
|
}, "strip", z.ZodTypeAny, {
|
|
184
184
|
type: "image" | "plain_text" | "mrkdwn";
|
|
185
|
-
emoji?: boolean | undefined;
|
|
186
185
|
text?: string | undefined;
|
|
187
186
|
image_url?: string | undefined;
|
|
188
|
-
|
|
187
|
+
emoji?: boolean | undefined;
|
|
189
188
|
alt_text?: string | undefined;
|
|
189
|
+
verbatim?: boolean | undefined;
|
|
190
190
|
}, {
|
|
191
191
|
type: "image" | "plain_text" | "mrkdwn";
|
|
192
|
-
emoji?: boolean | undefined;
|
|
193
192
|
text?: string | undefined;
|
|
194
193
|
image_url?: string | undefined;
|
|
195
|
-
|
|
194
|
+
emoji?: boolean | undefined;
|
|
196
195
|
alt_text?: string | undefined;
|
|
196
|
+
verbatim?: boolean | undefined;
|
|
197
197
|
}>, "many">>;
|
|
198
198
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
199
199
|
thread_ts: z.ZodOptional<z.ZodString>;
|
|
@@ -259,18 +259,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
259
259
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
260
260
|
}, "strip", z.ZodTypeAny, {
|
|
261
261
|
type: "image" | "plain_text" | "mrkdwn";
|
|
262
|
-
emoji?: boolean | undefined;
|
|
263
262
|
text?: string | undefined;
|
|
264
263
|
image_url?: string | undefined;
|
|
265
|
-
|
|
264
|
+
emoji?: boolean | undefined;
|
|
266
265
|
alt_text?: string | undefined;
|
|
266
|
+
verbatim?: boolean | undefined;
|
|
267
267
|
}, {
|
|
268
268
|
type: "image" | "plain_text" | "mrkdwn";
|
|
269
|
-
emoji?: boolean | undefined;
|
|
270
269
|
text?: string | undefined;
|
|
271
270
|
image_url?: string | undefined;
|
|
272
|
-
|
|
271
|
+
emoji?: boolean | undefined;
|
|
273
272
|
alt_text?: string | undefined;
|
|
273
|
+
verbatim?: boolean | undefined;
|
|
274
274
|
}>, "many">>;
|
|
275
275
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
276
276
|
thread_ts?: string | undefined;
|
|
@@ -329,18 +329,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
329
329
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
330
330
|
}, "strip", z.ZodTypeAny, {
|
|
331
331
|
type: "image" | "plain_text" | "mrkdwn";
|
|
332
|
-
emoji?: boolean | undefined;
|
|
333
332
|
text?: string | undefined;
|
|
334
333
|
image_url?: string | undefined;
|
|
335
|
-
|
|
334
|
+
emoji?: boolean | undefined;
|
|
336
335
|
alt_text?: string | undefined;
|
|
336
|
+
verbatim?: boolean | undefined;
|
|
337
337
|
}, {
|
|
338
338
|
type: "image" | "plain_text" | "mrkdwn";
|
|
339
|
-
emoji?: boolean | undefined;
|
|
340
339
|
text?: string | undefined;
|
|
341
340
|
image_url?: string | undefined;
|
|
342
|
-
|
|
341
|
+
emoji?: boolean | undefined;
|
|
343
342
|
alt_text?: string | undefined;
|
|
343
|
+
verbatim?: boolean | undefined;
|
|
344
344
|
}>, "many">>;
|
|
345
345
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
346
346
|
thread_ts?: string | undefined;
|
|
@@ -363,8 +363,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
363
363
|
cursor?: string | undefined;
|
|
364
364
|
}, {
|
|
365
365
|
operation: "list_channels";
|
|
366
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
367
366
|
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
367
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
368
368
|
exclude_archived?: boolean | undefined;
|
|
369
369
|
limit?: number | undefined;
|
|
370
370
|
cursor?: string | undefined;
|
|
@@ -571,18 +571,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
571
571
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
572
572
|
}, "strip", z.ZodTypeAny, {
|
|
573
573
|
type: "image" | "plain_text" | "mrkdwn";
|
|
574
|
-
emoji?: boolean | undefined;
|
|
575
574
|
text?: string | undefined;
|
|
576
575
|
image_url?: string | undefined;
|
|
577
|
-
|
|
576
|
+
emoji?: boolean | undefined;
|
|
578
577
|
alt_text?: string | undefined;
|
|
578
|
+
verbatim?: boolean | undefined;
|
|
579
579
|
}, {
|
|
580
580
|
type: "image" | "plain_text" | "mrkdwn";
|
|
581
|
-
emoji?: boolean | undefined;
|
|
582
581
|
text?: string | undefined;
|
|
583
582
|
image_url?: string | undefined;
|
|
584
|
-
|
|
583
|
+
emoji?: boolean | undefined;
|
|
585
584
|
alt_text?: string | undefined;
|
|
585
|
+
verbatim?: boolean | undefined;
|
|
586
586
|
}>, "many">>;
|
|
587
587
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
588
588
|
type: z.ZodString;
|
|
@@ -611,18 +611,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
611
611
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
612
612
|
}, "strip", z.ZodTypeAny, {
|
|
613
613
|
type: "image" | "plain_text" | "mrkdwn";
|
|
614
|
-
emoji?: boolean | undefined;
|
|
615
614
|
text?: string | undefined;
|
|
616
615
|
image_url?: string | undefined;
|
|
617
|
-
|
|
616
|
+
emoji?: boolean | undefined;
|
|
618
617
|
alt_text?: string | undefined;
|
|
618
|
+
verbatim?: boolean | undefined;
|
|
619
619
|
}, {
|
|
620
620
|
type: "image" | "plain_text" | "mrkdwn";
|
|
621
|
-
emoji?: boolean | undefined;
|
|
622
621
|
text?: string | undefined;
|
|
623
622
|
image_url?: string | undefined;
|
|
624
|
-
|
|
623
|
+
emoji?: boolean | undefined;
|
|
625
624
|
alt_text?: string | undefined;
|
|
625
|
+
verbatim?: boolean | undefined;
|
|
626
626
|
}>, "many">>;
|
|
627
627
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
628
628
|
type: z.ZodString;
|
|
@@ -651,18 +651,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
651
651
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
652
652
|
}, "strip", z.ZodTypeAny, {
|
|
653
653
|
type: "image" | "plain_text" | "mrkdwn";
|
|
654
|
-
emoji?: boolean | undefined;
|
|
655
654
|
text?: string | undefined;
|
|
656
655
|
image_url?: string | undefined;
|
|
657
|
-
|
|
656
|
+
emoji?: boolean | undefined;
|
|
658
657
|
alt_text?: string | undefined;
|
|
658
|
+
verbatim?: boolean | undefined;
|
|
659
659
|
}, {
|
|
660
660
|
type: "image" | "plain_text" | "mrkdwn";
|
|
661
|
-
emoji?: boolean | undefined;
|
|
662
661
|
text?: string | undefined;
|
|
663
662
|
image_url?: string | undefined;
|
|
664
|
-
|
|
663
|
+
emoji?: boolean | undefined;
|
|
665
664
|
alt_text?: string | undefined;
|
|
665
|
+
verbatim?: boolean | undefined;
|
|
666
666
|
}>, "many">>;
|
|
667
667
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
668
668
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
@@ -719,18 +719,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
719
719
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
720
720
|
}, "strip", z.ZodTypeAny, {
|
|
721
721
|
type: "image" | "plain_text" | "mrkdwn";
|
|
722
|
-
emoji?: boolean | undefined;
|
|
723
722
|
text?: string | undefined;
|
|
724
723
|
image_url?: string | undefined;
|
|
725
|
-
|
|
724
|
+
emoji?: boolean | undefined;
|
|
726
725
|
alt_text?: string | undefined;
|
|
726
|
+
verbatim?: boolean | undefined;
|
|
727
727
|
}, {
|
|
728
728
|
type: "image" | "plain_text" | "mrkdwn";
|
|
729
|
-
emoji?: boolean | undefined;
|
|
730
729
|
text?: string | undefined;
|
|
731
730
|
image_url?: string | undefined;
|
|
732
|
-
|
|
731
|
+
emoji?: boolean | undefined;
|
|
733
732
|
alt_text?: string | undefined;
|
|
733
|
+
verbatim?: boolean | undefined;
|
|
734
734
|
}>, "many">>;
|
|
735
735
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
736
736
|
}, {
|
|
@@ -786,18 +786,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
786
786
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
787
787
|
}, "strip", z.ZodTypeAny, {
|
|
788
788
|
type: "image" | "plain_text" | "mrkdwn";
|
|
789
|
-
emoji?: boolean | undefined;
|
|
790
789
|
text?: string | undefined;
|
|
791
790
|
image_url?: string | undefined;
|
|
792
|
-
|
|
791
|
+
emoji?: boolean | undefined;
|
|
793
792
|
alt_text?: string | undefined;
|
|
793
|
+
verbatim?: boolean | undefined;
|
|
794
794
|
}, {
|
|
795
795
|
type: "image" | "plain_text" | "mrkdwn";
|
|
796
|
-
emoji?: boolean | undefined;
|
|
797
796
|
text?: string | undefined;
|
|
798
797
|
image_url?: string | undefined;
|
|
799
|
-
|
|
798
|
+
emoji?: boolean | undefined;
|
|
800
799
|
alt_text?: string | undefined;
|
|
800
|
+
verbatim?: boolean | undefined;
|
|
801
801
|
}>, "many">>;
|
|
802
802
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
803
803
|
}>, z.ZodObject<{
|
|
@@ -877,8 +877,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
877
877
|
operation: "upload_file";
|
|
878
878
|
channel: string;
|
|
879
879
|
title?: string | undefined;
|
|
880
|
-
content?: string | undefined;
|
|
881
880
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
881
|
+
content?: string | undefined;
|
|
882
882
|
thread_ts?: string | undefined;
|
|
883
883
|
file_path?: string | undefined;
|
|
884
884
|
filename?: string | undefined;
|
|
@@ -887,8 +887,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
887
887
|
operation: "upload_file";
|
|
888
888
|
channel: string;
|
|
889
889
|
title?: string | undefined;
|
|
890
|
-
content?: string | undefined;
|
|
891
890
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
891
|
+
content?: string | undefined;
|
|
892
892
|
thread_ts?: string | undefined;
|
|
893
893
|
file_path?: string | undefined;
|
|
894
894
|
filename?: string | undefined;
|
|
@@ -926,18 +926,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
926
926
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
927
927
|
}, "strip", z.ZodTypeAny, {
|
|
928
928
|
type: "image" | "plain_text" | "mrkdwn";
|
|
929
|
-
emoji?: boolean | undefined;
|
|
930
929
|
text?: string | undefined;
|
|
931
930
|
image_url?: string | undefined;
|
|
932
|
-
|
|
931
|
+
emoji?: boolean | undefined;
|
|
933
932
|
alt_text?: string | undefined;
|
|
933
|
+
verbatim?: boolean | undefined;
|
|
934
934
|
}, {
|
|
935
935
|
type: "image" | "plain_text" | "mrkdwn";
|
|
936
|
-
emoji?: boolean | undefined;
|
|
937
936
|
text?: string | undefined;
|
|
938
937
|
image_url?: string | undefined;
|
|
939
|
-
|
|
938
|
+
emoji?: boolean | undefined;
|
|
940
939
|
alt_text?: string | undefined;
|
|
940
|
+
verbatim?: boolean | undefined;
|
|
941
941
|
}>, "many">>;
|
|
942
942
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
943
943
|
type: z.ZodString;
|
|
@@ -966,18 +966,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
966
966
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
967
967
|
}, "strip", z.ZodTypeAny, {
|
|
968
968
|
type: "image" | "plain_text" | "mrkdwn";
|
|
969
|
-
emoji?: boolean | undefined;
|
|
970
969
|
text?: string | undefined;
|
|
971
970
|
image_url?: string | undefined;
|
|
972
|
-
|
|
971
|
+
emoji?: boolean | undefined;
|
|
973
972
|
alt_text?: string | undefined;
|
|
973
|
+
verbatim?: boolean | undefined;
|
|
974
974
|
}, {
|
|
975
975
|
type: "image" | "plain_text" | "mrkdwn";
|
|
976
|
-
emoji?: boolean | undefined;
|
|
977
976
|
text?: string | undefined;
|
|
978
977
|
image_url?: string | undefined;
|
|
979
|
-
|
|
978
|
+
emoji?: boolean | undefined;
|
|
980
979
|
alt_text?: string | undefined;
|
|
980
|
+
verbatim?: boolean | undefined;
|
|
981
981
|
}>, "many">>;
|
|
982
982
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
983
983
|
type: z.ZodString;
|
|
@@ -1006,18 +1006,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1006
1006
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
1007
1007
|
}, "strip", z.ZodTypeAny, {
|
|
1008
1008
|
type: "image" | "plain_text" | "mrkdwn";
|
|
1009
|
-
emoji?: boolean | undefined;
|
|
1010
1009
|
text?: string | undefined;
|
|
1011
1010
|
image_url?: string | undefined;
|
|
1012
|
-
|
|
1011
|
+
emoji?: boolean | undefined;
|
|
1013
1012
|
alt_text?: string | undefined;
|
|
1013
|
+
verbatim?: boolean | undefined;
|
|
1014
1014
|
}, {
|
|
1015
1015
|
type: "image" | "plain_text" | "mrkdwn";
|
|
1016
|
-
emoji?: boolean | undefined;
|
|
1017
1016
|
text?: string | undefined;
|
|
1018
1017
|
image_url?: string | undefined;
|
|
1019
|
-
|
|
1018
|
+
emoji?: boolean | undefined;
|
|
1020
1019
|
alt_text?: string | undefined;
|
|
1020
|
+
verbatim?: boolean | undefined;
|
|
1021
1021
|
}>, "many">>;
|
|
1022
1022
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
1023
1023
|
unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -1058,18 +1058,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1058
1058
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
1059
1059
|
}, "strip", z.ZodTypeAny, {
|
|
1060
1060
|
type: "image" | "plain_text" | "mrkdwn";
|
|
1061
|
-
emoji?: boolean | undefined;
|
|
1062
1061
|
text?: string | undefined;
|
|
1063
1062
|
image_url?: string | undefined;
|
|
1064
|
-
|
|
1063
|
+
emoji?: boolean | undefined;
|
|
1065
1064
|
alt_text?: string | undefined;
|
|
1065
|
+
verbatim?: boolean | undefined;
|
|
1066
1066
|
}, {
|
|
1067
1067
|
type: "image" | "plain_text" | "mrkdwn";
|
|
1068
|
-
emoji?: boolean | undefined;
|
|
1069
1068
|
text?: string | undefined;
|
|
1070
1069
|
image_url?: string | undefined;
|
|
1071
|
-
|
|
1070
|
+
emoji?: boolean | undefined;
|
|
1072
1071
|
alt_text?: string | undefined;
|
|
1072
|
+
verbatim?: boolean | undefined;
|
|
1073
1073
|
}>, "many">>;
|
|
1074
1074
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1075
1075
|
thread_ts?: string | undefined;
|
|
@@ -1106,18 +1106,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1106
1106
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
1107
1107
|
}, "strip", z.ZodTypeAny, {
|
|
1108
1108
|
type: "image" | "plain_text" | "mrkdwn";
|
|
1109
|
-
emoji?: boolean | undefined;
|
|
1110
1109
|
text?: string | undefined;
|
|
1111
1110
|
image_url?: string | undefined;
|
|
1112
|
-
|
|
1111
|
+
emoji?: boolean | undefined;
|
|
1113
1112
|
alt_text?: string | undefined;
|
|
1113
|
+
verbatim?: boolean | undefined;
|
|
1114
1114
|
}, {
|
|
1115
1115
|
type: "image" | "plain_text" | "mrkdwn";
|
|
1116
|
-
emoji?: boolean | undefined;
|
|
1117
1116
|
text?: string | undefined;
|
|
1118
1117
|
image_url?: string | undefined;
|
|
1119
|
-
|
|
1118
|
+
emoji?: boolean | undefined;
|
|
1120
1119
|
alt_text?: string | undefined;
|
|
1120
|
+
verbatim?: boolean | undefined;
|
|
1121
1121
|
}>, "many">>;
|
|
1122
1122
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1123
1123
|
thread_ts?: string | undefined;
|
|
@@ -1244,8 +1244,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1244
1244
|
}>, "many">>;
|
|
1245
1245
|
}, "strip", z.ZodTypeAny, {
|
|
1246
1246
|
type: string;
|
|
1247
|
-
user?: string | undefined;
|
|
1248
1247
|
text?: string | undefined;
|
|
1248
|
+
user?: string | undefined;
|
|
1249
1249
|
ts?: string | undefined;
|
|
1250
1250
|
username?: string | undefined;
|
|
1251
1251
|
attachments?: unknown[] | undefined;
|
|
@@ -1286,8 +1286,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1286
1286
|
}[] | undefined;
|
|
1287
1287
|
}, {
|
|
1288
1288
|
type: string;
|
|
1289
|
-
user?: string | undefined;
|
|
1290
1289
|
text?: string | undefined;
|
|
1290
|
+
user?: string | undefined;
|
|
1291
1291
|
ts?: string | undefined;
|
|
1292
1292
|
username?: string | undefined;
|
|
1293
1293
|
attachments?: unknown[] | undefined;
|
|
@@ -1336,8 +1336,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1336
1336
|
ok: boolean;
|
|
1337
1337
|
message?: {
|
|
1338
1338
|
type: string;
|
|
1339
|
-
user?: string | undefined;
|
|
1340
1339
|
text?: string | undefined;
|
|
1340
|
+
user?: string | undefined;
|
|
1341
1341
|
ts?: string | undefined;
|
|
1342
1342
|
username?: string | undefined;
|
|
1343
1343
|
attachments?: unknown[] | undefined;
|
|
@@ -1386,8 +1386,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1386
1386
|
ok: boolean;
|
|
1387
1387
|
message?: {
|
|
1388
1388
|
type: string;
|
|
1389
|
-
user?: string | undefined;
|
|
1390
1389
|
text?: string | undefined;
|
|
1390
|
+
user?: string | undefined;
|
|
1391
1391
|
ts?: string | undefined;
|
|
1392
1392
|
username?: string | undefined;
|
|
1393
1393
|
attachments?: unknown[] | undefined;
|
|
@@ -1941,13 +1941,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1941
1941
|
}, "strip", z.ZodTypeAny, {
|
|
1942
1942
|
name: string;
|
|
1943
1943
|
id: string;
|
|
1944
|
-
color?: string | undefined;
|
|
1945
|
-
team_id?: string | undefined;
|
|
1946
|
-
deleted?: boolean | undefined;
|
|
1947
|
-
real_name?: string | undefined;
|
|
1948
|
-
tz?: string | undefined;
|
|
1949
|
-
tz_label?: string | undefined;
|
|
1950
|
-
tz_offset?: number | undefined;
|
|
1951
1944
|
profile?: {
|
|
1952
1945
|
title?: string | undefined;
|
|
1953
1946
|
email?: string | undefined;
|
|
@@ -1974,6 +1967,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1974
1967
|
image_512?: string | undefined;
|
|
1975
1968
|
image_1024?: string | undefined;
|
|
1976
1969
|
} | undefined;
|
|
1970
|
+
color?: string | undefined;
|
|
1971
|
+
team_id?: string | undefined;
|
|
1972
|
+
deleted?: boolean | undefined;
|
|
1973
|
+
real_name?: string | undefined;
|
|
1974
|
+
tz?: string | undefined;
|
|
1975
|
+
tz_label?: string | undefined;
|
|
1976
|
+
tz_offset?: number | undefined;
|
|
1977
1977
|
is_admin?: boolean | undefined;
|
|
1978
1978
|
is_owner?: boolean | undefined;
|
|
1979
1979
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1986,13 +1986,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1986
1986
|
}, {
|
|
1987
1987
|
name: string;
|
|
1988
1988
|
id: string;
|
|
1989
|
-
color?: string | undefined;
|
|
1990
|
-
team_id?: string | undefined;
|
|
1991
|
-
deleted?: boolean | undefined;
|
|
1992
|
-
real_name?: string | undefined;
|
|
1993
|
-
tz?: string | undefined;
|
|
1994
|
-
tz_label?: string | undefined;
|
|
1995
|
-
tz_offset?: number | undefined;
|
|
1996
1989
|
profile?: {
|
|
1997
1990
|
title?: string | undefined;
|
|
1998
1991
|
email?: string | undefined;
|
|
@@ -2019,6 +2012,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2019
2012
|
image_512?: string | undefined;
|
|
2020
2013
|
image_1024?: string | undefined;
|
|
2021
2014
|
} | undefined;
|
|
2015
|
+
color?: string | undefined;
|
|
2016
|
+
team_id?: string | undefined;
|
|
2017
|
+
deleted?: boolean | undefined;
|
|
2018
|
+
real_name?: string | undefined;
|
|
2019
|
+
tz?: string | undefined;
|
|
2020
|
+
tz_label?: string | undefined;
|
|
2021
|
+
tz_offset?: number | undefined;
|
|
2022
2022
|
is_admin?: boolean | undefined;
|
|
2023
2023
|
is_owner?: boolean | undefined;
|
|
2024
2024
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2039,13 +2039,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2039
2039
|
user?: {
|
|
2040
2040
|
name: string;
|
|
2041
2041
|
id: string;
|
|
2042
|
-
color?: string | undefined;
|
|
2043
|
-
team_id?: string | undefined;
|
|
2044
|
-
deleted?: boolean | undefined;
|
|
2045
|
-
real_name?: string | undefined;
|
|
2046
|
-
tz?: string | undefined;
|
|
2047
|
-
tz_label?: string | undefined;
|
|
2048
|
-
tz_offset?: number | undefined;
|
|
2049
2042
|
profile?: {
|
|
2050
2043
|
title?: string | undefined;
|
|
2051
2044
|
email?: string | undefined;
|
|
@@ -2072,6 +2065,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2072
2065
|
image_512?: string | undefined;
|
|
2073
2066
|
image_1024?: string | undefined;
|
|
2074
2067
|
} | undefined;
|
|
2068
|
+
color?: string | undefined;
|
|
2069
|
+
team_id?: string | undefined;
|
|
2070
|
+
deleted?: boolean | undefined;
|
|
2071
|
+
real_name?: string | undefined;
|
|
2072
|
+
tz?: string | undefined;
|
|
2073
|
+
tz_label?: string | undefined;
|
|
2074
|
+
tz_offset?: number | undefined;
|
|
2075
2075
|
is_admin?: boolean | undefined;
|
|
2076
2076
|
is_owner?: boolean | undefined;
|
|
2077
2077
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2090,13 +2090,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2090
2090
|
user?: {
|
|
2091
2091
|
name: string;
|
|
2092
2092
|
id: string;
|
|
2093
|
-
color?: string | undefined;
|
|
2094
|
-
team_id?: string | undefined;
|
|
2095
|
-
deleted?: boolean | undefined;
|
|
2096
|
-
real_name?: string | undefined;
|
|
2097
|
-
tz?: string | undefined;
|
|
2098
|
-
tz_label?: string | undefined;
|
|
2099
|
-
tz_offset?: number | undefined;
|
|
2100
2093
|
profile?: {
|
|
2101
2094
|
title?: string | undefined;
|
|
2102
2095
|
email?: string | undefined;
|
|
@@ -2123,6 +2116,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2123
2116
|
image_512?: string | undefined;
|
|
2124
2117
|
image_1024?: string | undefined;
|
|
2125
2118
|
} | undefined;
|
|
2119
|
+
color?: string | undefined;
|
|
2120
|
+
team_id?: string | undefined;
|
|
2121
|
+
deleted?: boolean | undefined;
|
|
2122
|
+
real_name?: string | undefined;
|
|
2123
|
+
tz?: string | undefined;
|
|
2124
|
+
tz_label?: string | undefined;
|
|
2125
|
+
tz_offset?: number | undefined;
|
|
2126
2126
|
is_admin?: boolean | undefined;
|
|
2127
2127
|
is_owner?: boolean | undefined;
|
|
2128
2128
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2234,13 +2234,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2234
2234
|
}, "strip", z.ZodTypeAny, {
|
|
2235
2235
|
name: string;
|
|
2236
2236
|
id: string;
|
|
2237
|
-
color?: string | undefined;
|
|
2238
|
-
team_id?: string | undefined;
|
|
2239
|
-
deleted?: boolean | undefined;
|
|
2240
|
-
real_name?: string | undefined;
|
|
2241
|
-
tz?: string | undefined;
|
|
2242
|
-
tz_label?: string | undefined;
|
|
2243
|
-
tz_offset?: number | undefined;
|
|
2244
2237
|
profile?: {
|
|
2245
2238
|
title?: string | undefined;
|
|
2246
2239
|
email?: string | undefined;
|
|
@@ -2267,6 +2260,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2267
2260
|
image_512?: string | undefined;
|
|
2268
2261
|
image_1024?: string | undefined;
|
|
2269
2262
|
} | undefined;
|
|
2263
|
+
color?: string | undefined;
|
|
2264
|
+
team_id?: string | undefined;
|
|
2265
|
+
deleted?: boolean | undefined;
|
|
2266
|
+
real_name?: string | undefined;
|
|
2267
|
+
tz?: string | undefined;
|
|
2268
|
+
tz_label?: string | undefined;
|
|
2269
|
+
tz_offset?: number | undefined;
|
|
2270
2270
|
is_admin?: boolean | undefined;
|
|
2271
2271
|
is_owner?: boolean | undefined;
|
|
2272
2272
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2279,13 +2279,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2279
2279
|
}, {
|
|
2280
2280
|
name: string;
|
|
2281
2281
|
id: string;
|
|
2282
|
-
color?: string | undefined;
|
|
2283
|
-
team_id?: string | undefined;
|
|
2284
|
-
deleted?: boolean | undefined;
|
|
2285
|
-
real_name?: string | undefined;
|
|
2286
|
-
tz?: string | undefined;
|
|
2287
|
-
tz_label?: string | undefined;
|
|
2288
|
-
tz_offset?: number | undefined;
|
|
2289
2282
|
profile?: {
|
|
2290
2283
|
title?: string | undefined;
|
|
2291
2284
|
email?: string | undefined;
|
|
@@ -2312,6 +2305,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2312
2305
|
image_512?: string | undefined;
|
|
2313
2306
|
image_1024?: string | undefined;
|
|
2314
2307
|
} | undefined;
|
|
2308
|
+
color?: string | undefined;
|
|
2309
|
+
team_id?: string | undefined;
|
|
2310
|
+
deleted?: boolean | undefined;
|
|
2311
|
+
real_name?: string | undefined;
|
|
2312
|
+
tz?: string | undefined;
|
|
2313
|
+
tz_label?: string | undefined;
|
|
2314
|
+
tz_offset?: number | undefined;
|
|
2315
2315
|
is_admin?: boolean | undefined;
|
|
2316
2316
|
is_owner?: boolean | undefined;
|
|
2317
2317
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2342,13 +2342,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2342
2342
|
members?: {
|
|
2343
2343
|
name: string;
|
|
2344
2344
|
id: string;
|
|
2345
|
-
color?: string | undefined;
|
|
2346
|
-
team_id?: string | undefined;
|
|
2347
|
-
deleted?: boolean | undefined;
|
|
2348
|
-
real_name?: string | undefined;
|
|
2349
|
-
tz?: string | undefined;
|
|
2350
|
-
tz_label?: string | undefined;
|
|
2351
|
-
tz_offset?: number | undefined;
|
|
2352
2345
|
profile?: {
|
|
2353
2346
|
title?: string | undefined;
|
|
2354
2347
|
email?: string | undefined;
|
|
@@ -2375,6 +2368,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2375
2368
|
image_512?: string | undefined;
|
|
2376
2369
|
image_1024?: string | undefined;
|
|
2377
2370
|
} | undefined;
|
|
2371
|
+
color?: string | undefined;
|
|
2372
|
+
team_id?: string | undefined;
|
|
2373
|
+
deleted?: boolean | undefined;
|
|
2374
|
+
real_name?: string | undefined;
|
|
2375
|
+
tz?: string | undefined;
|
|
2376
|
+
tz_label?: string | undefined;
|
|
2377
|
+
tz_offset?: number | undefined;
|
|
2378
2378
|
is_admin?: boolean | undefined;
|
|
2379
2379
|
is_owner?: boolean | undefined;
|
|
2380
2380
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2396,13 +2396,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2396
2396
|
members?: {
|
|
2397
2397
|
name: string;
|
|
2398
2398
|
id: string;
|
|
2399
|
-
color?: string | undefined;
|
|
2400
|
-
team_id?: string | undefined;
|
|
2401
|
-
deleted?: boolean | undefined;
|
|
2402
|
-
real_name?: string | undefined;
|
|
2403
|
-
tz?: string | undefined;
|
|
2404
|
-
tz_label?: string | undefined;
|
|
2405
|
-
tz_offset?: number | undefined;
|
|
2406
2399
|
profile?: {
|
|
2407
2400
|
title?: string | undefined;
|
|
2408
2401
|
email?: string | undefined;
|
|
@@ -2429,6 +2422,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2429
2422
|
image_512?: string | undefined;
|
|
2430
2423
|
image_1024?: string | undefined;
|
|
2431
2424
|
} | undefined;
|
|
2425
|
+
color?: string | undefined;
|
|
2426
|
+
team_id?: string | undefined;
|
|
2427
|
+
deleted?: boolean | undefined;
|
|
2428
|
+
real_name?: string | undefined;
|
|
2429
|
+
tz?: string | undefined;
|
|
2430
|
+
tz_label?: string | undefined;
|
|
2431
|
+
tz_offset?: number | undefined;
|
|
2432
2432
|
is_admin?: boolean | undefined;
|
|
2433
2433
|
is_owner?: boolean | undefined;
|
|
2434
2434
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2530,8 +2530,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2530
2530
|
}>, "many">>;
|
|
2531
2531
|
}, "strip", z.ZodTypeAny, {
|
|
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;
|
|
@@ -2572,8 +2572,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2572
2572
|
}[] | undefined;
|
|
2573
2573
|
}, {
|
|
2574
2574
|
type: string;
|
|
2575
|
-
user?: string | undefined;
|
|
2576
2575
|
text?: string | undefined;
|
|
2576
|
+
user?: string | undefined;
|
|
2577
2577
|
ts?: string | undefined;
|
|
2578
2578
|
username?: string | undefined;
|
|
2579
2579
|
attachments?: unknown[] | undefined;
|
|
@@ -2628,10 +2628,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2628
2628
|
success: boolean;
|
|
2629
2629
|
operation: "get_conversation_history";
|
|
2630
2630
|
ok: boolean;
|
|
2631
|
+
response_metadata?: {
|
|
2632
|
+
next_cursor: string;
|
|
2633
|
+
} | undefined;
|
|
2631
2634
|
messages?: {
|
|
2632
2635
|
type: string;
|
|
2633
|
-
user?: string | undefined;
|
|
2634
2636
|
text?: string | undefined;
|
|
2637
|
+
user?: string | undefined;
|
|
2635
2638
|
ts?: string | undefined;
|
|
2636
2639
|
username?: string | undefined;
|
|
2637
2640
|
attachments?: unknown[] | undefined;
|
|
@@ -2671,19 +2674,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2671
2674
|
permalink?: string | undefined;
|
|
2672
2675
|
}[] | undefined;
|
|
2673
2676
|
}[] | undefined;
|
|
2674
|
-
response_metadata?: {
|
|
2675
|
-
next_cursor: string;
|
|
2676
|
-
} | undefined;
|
|
2677
2677
|
has_more?: boolean | undefined;
|
|
2678
2678
|
}, {
|
|
2679
2679
|
error: string;
|
|
2680
2680
|
success: boolean;
|
|
2681
2681
|
operation: "get_conversation_history";
|
|
2682
2682
|
ok: boolean;
|
|
2683
|
+
response_metadata?: {
|
|
2684
|
+
next_cursor: string;
|
|
2685
|
+
} | undefined;
|
|
2683
2686
|
messages?: {
|
|
2684
2687
|
type: string;
|
|
2685
|
-
user?: string | undefined;
|
|
2686
2688
|
text?: string | undefined;
|
|
2689
|
+
user?: string | undefined;
|
|
2687
2690
|
ts?: string | undefined;
|
|
2688
2691
|
username?: string | undefined;
|
|
2689
2692
|
attachments?: unknown[] | undefined;
|
|
@@ -2723,9 +2726,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2723
2726
|
permalink?: string | undefined;
|
|
2724
2727
|
}[] | undefined;
|
|
2725
2728
|
}[] | undefined;
|
|
2726
|
-
response_metadata?: {
|
|
2727
|
-
next_cursor: string;
|
|
2728
|
-
} | undefined;
|
|
2729
2729
|
has_more?: boolean | undefined;
|
|
2730
2730
|
}>, z.ZodObject<{
|
|
2731
2731
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -2818,8 +2818,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2818
2818
|
}>, "many">>;
|
|
2819
2819
|
}, "strip", z.ZodTypeAny, {
|
|
2820
2820
|
type: string;
|
|
2821
|
-
user?: string | undefined;
|
|
2822
2821
|
text?: string | undefined;
|
|
2822
|
+
user?: string | undefined;
|
|
2823
2823
|
ts?: string | undefined;
|
|
2824
2824
|
username?: string | undefined;
|
|
2825
2825
|
attachments?: unknown[] | undefined;
|
|
@@ -2860,8 +2860,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2860
2860
|
}[] | undefined;
|
|
2861
2861
|
}, {
|
|
2862
2862
|
type: string;
|
|
2863
|
-
user?: string | undefined;
|
|
2864
2863
|
text?: string | undefined;
|
|
2864
|
+
user?: string | undefined;
|
|
2865
2865
|
ts?: string | undefined;
|
|
2866
2866
|
username?: string | undefined;
|
|
2867
2867
|
attachments?: unknown[] | undefined;
|
|
@@ -2916,10 +2916,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2916
2916
|
success: boolean;
|
|
2917
2917
|
operation: "get_thread_replies";
|
|
2918
2918
|
ok: boolean;
|
|
2919
|
+
response_metadata?: {
|
|
2920
|
+
next_cursor: string;
|
|
2921
|
+
} | undefined;
|
|
2919
2922
|
messages?: {
|
|
2920
2923
|
type: string;
|
|
2921
|
-
user?: string | undefined;
|
|
2922
2924
|
text?: string | undefined;
|
|
2925
|
+
user?: string | undefined;
|
|
2923
2926
|
ts?: string | undefined;
|
|
2924
2927
|
username?: string | undefined;
|
|
2925
2928
|
attachments?: unknown[] | undefined;
|
|
@@ -2959,19 +2962,19 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2959
2962
|
permalink?: string | undefined;
|
|
2960
2963
|
}[] | undefined;
|
|
2961
2964
|
}[] | undefined;
|
|
2962
|
-
response_metadata?: {
|
|
2963
|
-
next_cursor: string;
|
|
2964
|
-
} | undefined;
|
|
2965
2965
|
has_more?: boolean | undefined;
|
|
2966
2966
|
}, {
|
|
2967
2967
|
error: string;
|
|
2968
2968
|
success: boolean;
|
|
2969
2969
|
operation: "get_thread_replies";
|
|
2970
2970
|
ok: boolean;
|
|
2971
|
+
response_metadata?: {
|
|
2972
|
+
next_cursor: string;
|
|
2973
|
+
} | undefined;
|
|
2971
2974
|
messages?: {
|
|
2972
2975
|
type: string;
|
|
2973
|
-
user?: string | undefined;
|
|
2974
2976
|
text?: string | undefined;
|
|
2977
|
+
user?: string | undefined;
|
|
2975
2978
|
ts?: string | undefined;
|
|
2976
2979
|
username?: string | undefined;
|
|
2977
2980
|
attachments?: unknown[] | undefined;
|
|
@@ -3011,9 +3014,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3011
3014
|
permalink?: string | undefined;
|
|
3012
3015
|
}[] | undefined;
|
|
3013
3016
|
}[] | undefined;
|
|
3014
|
-
response_metadata?: {
|
|
3015
|
-
next_cursor: string;
|
|
3016
|
-
} | undefined;
|
|
3017
3017
|
has_more?: boolean | undefined;
|
|
3018
3018
|
}>, z.ZodObject<{
|
|
3019
3019
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -3109,8 +3109,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3109
3109
|
}>, "many">>;
|
|
3110
3110
|
}, "strip", z.ZodTypeAny, {
|
|
3111
3111
|
type: string;
|
|
3112
|
-
user?: string | undefined;
|
|
3113
3112
|
text?: string | undefined;
|
|
3113
|
+
user?: string | undefined;
|
|
3114
3114
|
ts?: string | undefined;
|
|
3115
3115
|
username?: string | undefined;
|
|
3116
3116
|
attachments?: unknown[] | undefined;
|
|
@@ -3151,8 +3151,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3151
3151
|
}[] | undefined;
|
|
3152
3152
|
}, {
|
|
3153
3153
|
type: string;
|
|
3154
|
-
user?: string | undefined;
|
|
3155
3154
|
text?: string | undefined;
|
|
3155
|
+
user?: string | undefined;
|
|
3156
3156
|
ts?: string | undefined;
|
|
3157
3157
|
username?: string | undefined;
|
|
3158
3158
|
attachments?: unknown[] | undefined;
|
|
@@ -3201,8 +3201,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3201
3201
|
ok: boolean;
|
|
3202
3202
|
message?: {
|
|
3203
3203
|
type: string;
|
|
3204
|
-
user?: string | undefined;
|
|
3205
3204
|
text?: string | undefined;
|
|
3205
|
+
user?: string | undefined;
|
|
3206
3206
|
ts?: string | undefined;
|
|
3207
3207
|
username?: string | undefined;
|
|
3208
3208
|
attachments?: unknown[] | undefined;
|
|
@@ -3252,8 +3252,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
3252
3252
|
ok: boolean;
|
|
3253
3253
|
message?: {
|
|
3254
3254
|
type: string;
|
|
3255
|
-
user?: string | undefined;
|
|
3256
3255
|
text?: string | undefined;
|
|
3256
|
+
user?: string | undefined;
|
|
3257
3257
|
ts?: string | undefined;
|
|
3258
3258
|
username?: string | undefined;
|
|
3259
3259
|
attachments?: unknown[] | undefined;
|
|
@@ -4117,18 +4117,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4117
4117
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4118
4118
|
}, "strip", z.ZodTypeAny, {
|
|
4119
4119
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4120
|
-
emoji?: boolean | undefined;
|
|
4121
4120
|
text?: string | undefined;
|
|
4122
4121
|
image_url?: string | undefined;
|
|
4123
|
-
|
|
4122
|
+
emoji?: boolean | undefined;
|
|
4124
4123
|
alt_text?: string | undefined;
|
|
4124
|
+
verbatim?: boolean | undefined;
|
|
4125
4125
|
}, {
|
|
4126
4126
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4127
|
-
emoji?: boolean | undefined;
|
|
4128
4127
|
text?: string | undefined;
|
|
4129
4128
|
image_url?: string | undefined;
|
|
4130
|
-
|
|
4129
|
+
emoji?: boolean | undefined;
|
|
4131
4130
|
alt_text?: string | undefined;
|
|
4131
|
+
verbatim?: boolean | undefined;
|
|
4132
4132
|
}>, "many">>;
|
|
4133
4133
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
4134
4134
|
type: z.ZodString;
|
|
@@ -4157,18 +4157,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4157
4157
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4158
4158
|
}, "strip", z.ZodTypeAny, {
|
|
4159
4159
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4160
|
-
emoji?: boolean | undefined;
|
|
4161
4160
|
text?: string | undefined;
|
|
4162
4161
|
image_url?: string | undefined;
|
|
4163
|
-
|
|
4162
|
+
emoji?: boolean | undefined;
|
|
4164
4163
|
alt_text?: string | undefined;
|
|
4164
|
+
verbatim?: boolean | undefined;
|
|
4165
4165
|
}, {
|
|
4166
4166
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4167
|
-
emoji?: boolean | undefined;
|
|
4168
4167
|
text?: string | undefined;
|
|
4169
4168
|
image_url?: string | undefined;
|
|
4170
|
-
|
|
4169
|
+
emoji?: boolean | undefined;
|
|
4171
4170
|
alt_text?: string | undefined;
|
|
4171
|
+
verbatim?: boolean | undefined;
|
|
4172
4172
|
}>, "many">>;
|
|
4173
4173
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
4174
4174
|
type: z.ZodString;
|
|
@@ -4197,18 +4197,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4197
4197
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4198
4198
|
}, "strip", z.ZodTypeAny, {
|
|
4199
4199
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4200
|
-
emoji?: boolean | undefined;
|
|
4201
4200
|
text?: string | undefined;
|
|
4202
4201
|
image_url?: string | undefined;
|
|
4203
|
-
|
|
4202
|
+
emoji?: boolean | undefined;
|
|
4204
4203
|
alt_text?: string | undefined;
|
|
4204
|
+
verbatim?: boolean | undefined;
|
|
4205
4205
|
}, {
|
|
4206
4206
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4207
|
-
emoji?: boolean | undefined;
|
|
4208
4207
|
text?: string | undefined;
|
|
4209
4208
|
image_url?: string | undefined;
|
|
4210
|
-
|
|
4209
|
+
emoji?: boolean | undefined;
|
|
4211
4210
|
alt_text?: string | undefined;
|
|
4211
|
+
verbatim?: boolean | undefined;
|
|
4212
4212
|
}>, "many">>;
|
|
4213
4213
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
4214
4214
|
thread_ts: z.ZodOptional<z.ZodString>;
|
|
@@ -4274,18 +4274,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4274
4274
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4275
4275
|
}, "strip", z.ZodTypeAny, {
|
|
4276
4276
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4277
|
-
emoji?: boolean | undefined;
|
|
4278
4277
|
text?: string | undefined;
|
|
4279
4278
|
image_url?: string | undefined;
|
|
4280
|
-
|
|
4279
|
+
emoji?: boolean | undefined;
|
|
4281
4280
|
alt_text?: string | undefined;
|
|
4281
|
+
verbatim?: boolean | undefined;
|
|
4282
4282
|
}, {
|
|
4283
4283
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4284
|
-
emoji?: boolean | undefined;
|
|
4285
4284
|
text?: string | undefined;
|
|
4286
4285
|
image_url?: string | undefined;
|
|
4287
|
-
|
|
4286
|
+
emoji?: boolean | undefined;
|
|
4288
4287
|
alt_text?: string | undefined;
|
|
4288
|
+
verbatim?: boolean | undefined;
|
|
4289
4289
|
}>, "many">>;
|
|
4290
4290
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4291
4291
|
thread_ts?: string | undefined;
|
|
@@ -4344,18 +4344,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4344
4344
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4345
4345
|
}, "strip", z.ZodTypeAny, {
|
|
4346
4346
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4347
|
-
emoji?: boolean | undefined;
|
|
4348
4347
|
text?: string | undefined;
|
|
4349
4348
|
image_url?: string | undefined;
|
|
4350
|
-
|
|
4349
|
+
emoji?: boolean | undefined;
|
|
4351
4350
|
alt_text?: string | undefined;
|
|
4351
|
+
verbatim?: boolean | undefined;
|
|
4352
4352
|
}, {
|
|
4353
4353
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4354
|
-
emoji?: boolean | undefined;
|
|
4355
4354
|
text?: string | undefined;
|
|
4356
4355
|
image_url?: string | undefined;
|
|
4357
|
-
|
|
4356
|
+
emoji?: boolean | undefined;
|
|
4358
4357
|
alt_text?: string | undefined;
|
|
4358
|
+
verbatim?: boolean | undefined;
|
|
4359
4359
|
}>, "many">>;
|
|
4360
4360
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4361
4361
|
thread_ts?: string | undefined;
|
|
@@ -4378,8 +4378,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4378
4378
|
cursor?: string | undefined;
|
|
4379
4379
|
}, {
|
|
4380
4380
|
operation: "list_channels";
|
|
4381
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4382
4381
|
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
4382
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4383
4383
|
exclude_archived?: boolean | undefined;
|
|
4384
4384
|
limit?: number | undefined;
|
|
4385
4385
|
cursor?: string | undefined;
|
|
@@ -4586,18 +4586,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4586
4586
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4587
4587
|
}, "strip", z.ZodTypeAny, {
|
|
4588
4588
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4589
|
-
emoji?: boolean | undefined;
|
|
4590
4589
|
text?: string | undefined;
|
|
4591
4590
|
image_url?: string | undefined;
|
|
4592
|
-
|
|
4591
|
+
emoji?: boolean | undefined;
|
|
4593
4592
|
alt_text?: string | undefined;
|
|
4593
|
+
verbatim?: boolean | undefined;
|
|
4594
4594
|
}, {
|
|
4595
4595
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4596
|
-
emoji?: boolean | undefined;
|
|
4597
4596
|
text?: string | undefined;
|
|
4598
4597
|
image_url?: string | undefined;
|
|
4599
|
-
|
|
4598
|
+
emoji?: boolean | undefined;
|
|
4600
4599
|
alt_text?: string | undefined;
|
|
4600
|
+
verbatim?: boolean | undefined;
|
|
4601
4601
|
}>, "many">>;
|
|
4602
4602
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
4603
4603
|
type: z.ZodString;
|
|
@@ -4626,18 +4626,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4626
4626
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4627
4627
|
}, "strip", z.ZodTypeAny, {
|
|
4628
4628
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4629
|
-
emoji?: boolean | undefined;
|
|
4630
4629
|
text?: string | undefined;
|
|
4631
4630
|
image_url?: string | undefined;
|
|
4632
|
-
|
|
4631
|
+
emoji?: boolean | undefined;
|
|
4633
4632
|
alt_text?: string | undefined;
|
|
4633
|
+
verbatim?: boolean | undefined;
|
|
4634
4634
|
}, {
|
|
4635
4635
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4636
|
-
emoji?: boolean | undefined;
|
|
4637
4636
|
text?: string | undefined;
|
|
4638
4637
|
image_url?: string | undefined;
|
|
4639
|
-
|
|
4638
|
+
emoji?: boolean | undefined;
|
|
4640
4639
|
alt_text?: string | undefined;
|
|
4640
|
+
verbatim?: boolean | undefined;
|
|
4641
4641
|
}>, "many">>;
|
|
4642
4642
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
4643
4643
|
type: z.ZodString;
|
|
@@ -4666,18 +4666,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4666
4666
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4667
4667
|
}, "strip", z.ZodTypeAny, {
|
|
4668
4668
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4669
|
-
emoji?: boolean | undefined;
|
|
4670
4669
|
text?: string | undefined;
|
|
4671
4670
|
image_url?: string | undefined;
|
|
4672
|
-
|
|
4671
|
+
emoji?: boolean | undefined;
|
|
4673
4672
|
alt_text?: string | undefined;
|
|
4673
|
+
verbatim?: boolean | undefined;
|
|
4674
4674
|
}, {
|
|
4675
4675
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4676
|
-
emoji?: boolean | undefined;
|
|
4677
4676
|
text?: string | undefined;
|
|
4678
4677
|
image_url?: string | undefined;
|
|
4679
|
-
|
|
4678
|
+
emoji?: boolean | undefined;
|
|
4680
4679
|
alt_text?: string | undefined;
|
|
4680
|
+
verbatim?: boolean | undefined;
|
|
4681
4681
|
}>, "many">>;
|
|
4682
4682
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
4683
4683
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
@@ -4734,18 +4734,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4734
4734
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4735
4735
|
}, "strip", z.ZodTypeAny, {
|
|
4736
4736
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4737
|
-
emoji?: boolean | undefined;
|
|
4738
4737
|
text?: string | undefined;
|
|
4739
4738
|
image_url?: string | undefined;
|
|
4740
|
-
|
|
4739
|
+
emoji?: boolean | undefined;
|
|
4741
4740
|
alt_text?: string | undefined;
|
|
4741
|
+
verbatim?: boolean | undefined;
|
|
4742
4742
|
}, {
|
|
4743
4743
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4744
|
-
emoji?: boolean | undefined;
|
|
4745
4744
|
text?: string | undefined;
|
|
4746
4745
|
image_url?: string | undefined;
|
|
4747
|
-
|
|
4746
|
+
emoji?: boolean | undefined;
|
|
4748
4747
|
alt_text?: string | undefined;
|
|
4748
|
+
verbatim?: boolean | undefined;
|
|
4749
4749
|
}>, "many">>;
|
|
4750
4750
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4751
4751
|
}, {
|
|
@@ -4801,18 +4801,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4801
4801
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4802
4802
|
}, "strip", z.ZodTypeAny, {
|
|
4803
4803
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4804
|
-
emoji?: boolean | undefined;
|
|
4805
4804
|
text?: string | undefined;
|
|
4806
4805
|
image_url?: string | undefined;
|
|
4807
|
-
|
|
4806
|
+
emoji?: boolean | undefined;
|
|
4808
4807
|
alt_text?: string | undefined;
|
|
4808
|
+
verbatim?: boolean | undefined;
|
|
4809
4809
|
}, {
|
|
4810
4810
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4811
|
-
emoji?: boolean | undefined;
|
|
4812
4811
|
text?: string | undefined;
|
|
4813
4812
|
image_url?: string | undefined;
|
|
4814
|
-
|
|
4813
|
+
emoji?: boolean | undefined;
|
|
4815
4814
|
alt_text?: string | undefined;
|
|
4815
|
+
verbatim?: boolean | undefined;
|
|
4816
4816
|
}>, "many">>;
|
|
4817
4817
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4818
4818
|
}>, z.ZodObject<{
|
|
@@ -4892,8 +4892,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4892
4892
|
operation: "upload_file";
|
|
4893
4893
|
channel: string;
|
|
4894
4894
|
title?: string | undefined;
|
|
4895
|
-
content?: string | undefined;
|
|
4896
4895
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4896
|
+
content?: string | undefined;
|
|
4897
4897
|
thread_ts?: string | undefined;
|
|
4898
4898
|
file_path?: string | undefined;
|
|
4899
4899
|
filename?: string | undefined;
|
|
@@ -4902,8 +4902,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4902
4902
|
operation: "upload_file";
|
|
4903
4903
|
channel: string;
|
|
4904
4904
|
title?: string | undefined;
|
|
4905
|
-
content?: string | undefined;
|
|
4906
4905
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
4906
|
+
content?: string | undefined;
|
|
4907
4907
|
thread_ts?: string | undefined;
|
|
4908
4908
|
file_path?: string | undefined;
|
|
4909
4909
|
filename?: string | undefined;
|
|
@@ -4941,18 +4941,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4941
4941
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4942
4942
|
}, "strip", z.ZodTypeAny, {
|
|
4943
4943
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4944
|
-
emoji?: boolean | undefined;
|
|
4945
4944
|
text?: string | undefined;
|
|
4946
4945
|
image_url?: string | undefined;
|
|
4947
|
-
|
|
4946
|
+
emoji?: boolean | undefined;
|
|
4948
4947
|
alt_text?: string | undefined;
|
|
4948
|
+
verbatim?: boolean | undefined;
|
|
4949
4949
|
}, {
|
|
4950
4950
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4951
|
-
emoji?: boolean | undefined;
|
|
4952
4951
|
text?: string | undefined;
|
|
4953
4952
|
image_url?: string | undefined;
|
|
4954
|
-
|
|
4953
|
+
emoji?: boolean | undefined;
|
|
4955
4954
|
alt_text?: string | undefined;
|
|
4955
|
+
verbatim?: boolean | undefined;
|
|
4956
4956
|
}>, "many">>;
|
|
4957
4957
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
4958
4958
|
type: z.ZodString;
|
|
@@ -4981,18 +4981,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4981
4981
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
4982
4982
|
}, "strip", z.ZodTypeAny, {
|
|
4983
4983
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4984
|
-
emoji?: boolean | undefined;
|
|
4985
4984
|
text?: string | undefined;
|
|
4986
4985
|
image_url?: string | undefined;
|
|
4987
|
-
|
|
4986
|
+
emoji?: boolean | undefined;
|
|
4988
4987
|
alt_text?: string | undefined;
|
|
4988
|
+
verbatim?: boolean | undefined;
|
|
4989
4989
|
}, {
|
|
4990
4990
|
type: "image" | "plain_text" | "mrkdwn";
|
|
4991
|
-
emoji?: boolean | undefined;
|
|
4992
4991
|
text?: string | undefined;
|
|
4993
4992
|
image_url?: string | undefined;
|
|
4994
|
-
|
|
4993
|
+
emoji?: boolean | undefined;
|
|
4995
4994
|
alt_text?: string | undefined;
|
|
4995
|
+
verbatim?: boolean | undefined;
|
|
4996
4996
|
}>, "many">>;
|
|
4997
4997
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
4998
4998
|
type: z.ZodString;
|
|
@@ -5021,18 +5021,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5021
5021
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
5022
5022
|
}, "strip", z.ZodTypeAny, {
|
|
5023
5023
|
type: "image" | "plain_text" | "mrkdwn";
|
|
5024
|
-
emoji?: boolean | undefined;
|
|
5025
5024
|
text?: string | undefined;
|
|
5026
5025
|
image_url?: string | undefined;
|
|
5027
|
-
|
|
5026
|
+
emoji?: boolean | undefined;
|
|
5028
5027
|
alt_text?: string | undefined;
|
|
5028
|
+
verbatim?: boolean | undefined;
|
|
5029
5029
|
}, {
|
|
5030
5030
|
type: "image" | "plain_text" | "mrkdwn";
|
|
5031
|
-
emoji?: boolean | undefined;
|
|
5032
5031
|
text?: string | undefined;
|
|
5033
5032
|
image_url?: string | undefined;
|
|
5034
|
-
|
|
5033
|
+
emoji?: boolean | undefined;
|
|
5035
5034
|
alt_text?: string | undefined;
|
|
5035
|
+
verbatim?: boolean | undefined;
|
|
5036
5036
|
}>, "many">>;
|
|
5037
5037
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
5038
5038
|
unfurl_links: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -5073,18 +5073,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5073
5073
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
5074
5074
|
}, "strip", z.ZodTypeAny, {
|
|
5075
5075
|
type: "image" | "plain_text" | "mrkdwn";
|
|
5076
|
-
emoji?: boolean | undefined;
|
|
5077
5076
|
text?: string | undefined;
|
|
5078
5077
|
image_url?: string | undefined;
|
|
5079
|
-
|
|
5078
|
+
emoji?: boolean | undefined;
|
|
5080
5079
|
alt_text?: string | undefined;
|
|
5080
|
+
verbatim?: boolean | undefined;
|
|
5081
5081
|
}, {
|
|
5082
5082
|
type: "image" | "plain_text" | "mrkdwn";
|
|
5083
|
-
emoji?: boolean | undefined;
|
|
5084
5083
|
text?: string | undefined;
|
|
5085
5084
|
image_url?: string | undefined;
|
|
5086
|
-
|
|
5085
|
+
emoji?: boolean | undefined;
|
|
5087
5086
|
alt_text?: string | undefined;
|
|
5087
|
+
verbatim?: boolean | undefined;
|
|
5088
5088
|
}>, "many">>;
|
|
5089
5089
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5090
5090
|
thread_ts?: string | undefined;
|
|
@@ -5121,18 +5121,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5121
5121
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
5122
5122
|
}, "strip", z.ZodTypeAny, {
|
|
5123
5123
|
type: "image" | "plain_text" | "mrkdwn";
|
|
5124
|
-
emoji?: boolean | undefined;
|
|
5125
5124
|
text?: string | undefined;
|
|
5126
5125
|
image_url?: string | undefined;
|
|
5127
|
-
|
|
5126
|
+
emoji?: boolean | undefined;
|
|
5128
5127
|
alt_text?: string | undefined;
|
|
5128
|
+
verbatim?: boolean | undefined;
|
|
5129
5129
|
}, {
|
|
5130
5130
|
type: "image" | "plain_text" | "mrkdwn";
|
|
5131
|
-
emoji?: boolean | undefined;
|
|
5132
5131
|
text?: string | undefined;
|
|
5133
5132
|
image_url?: string | undefined;
|
|
5134
|
-
|
|
5133
|
+
emoji?: boolean | undefined;
|
|
5135
5134
|
alt_text?: string | undefined;
|
|
5135
|
+
verbatim?: boolean | undefined;
|
|
5136
5136
|
}>, "many">>;
|
|
5137
5137
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5138
5138
|
thread_ts?: string | undefined;
|
|
@@ -5259,8 +5259,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5259
5259
|
}>, "many">>;
|
|
5260
5260
|
}, "strip", z.ZodTypeAny, {
|
|
5261
5261
|
type: string;
|
|
5262
|
-
user?: string | undefined;
|
|
5263
5262
|
text?: string | undefined;
|
|
5263
|
+
user?: string | undefined;
|
|
5264
5264
|
ts?: string | undefined;
|
|
5265
5265
|
username?: string | undefined;
|
|
5266
5266
|
attachments?: unknown[] | undefined;
|
|
@@ -5301,8 +5301,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5301
5301
|
}[] | undefined;
|
|
5302
5302
|
}, {
|
|
5303
5303
|
type: string;
|
|
5304
|
-
user?: string | undefined;
|
|
5305
5304
|
text?: string | undefined;
|
|
5305
|
+
user?: string | undefined;
|
|
5306
5306
|
ts?: string | undefined;
|
|
5307
5307
|
username?: string | undefined;
|
|
5308
5308
|
attachments?: unknown[] | undefined;
|
|
@@ -5351,8 +5351,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5351
5351
|
ok: boolean;
|
|
5352
5352
|
message?: {
|
|
5353
5353
|
type: string;
|
|
5354
|
-
user?: string | undefined;
|
|
5355
5354
|
text?: string | undefined;
|
|
5355
|
+
user?: string | undefined;
|
|
5356
5356
|
ts?: string | undefined;
|
|
5357
5357
|
username?: string | undefined;
|
|
5358
5358
|
attachments?: unknown[] | undefined;
|
|
@@ -5401,8 +5401,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5401
5401
|
ok: boolean;
|
|
5402
5402
|
message?: {
|
|
5403
5403
|
type: string;
|
|
5404
|
-
user?: string | undefined;
|
|
5405
5404
|
text?: string | undefined;
|
|
5405
|
+
user?: string | undefined;
|
|
5406
5406
|
ts?: string | undefined;
|
|
5407
5407
|
username?: string | undefined;
|
|
5408
5408
|
attachments?: unknown[] | undefined;
|
|
@@ -5956,13 +5956,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5956
5956
|
}, "strip", z.ZodTypeAny, {
|
|
5957
5957
|
name: string;
|
|
5958
5958
|
id: string;
|
|
5959
|
-
color?: string | undefined;
|
|
5960
|
-
team_id?: string | undefined;
|
|
5961
|
-
deleted?: boolean | undefined;
|
|
5962
|
-
real_name?: string | undefined;
|
|
5963
|
-
tz?: string | undefined;
|
|
5964
|
-
tz_label?: string | undefined;
|
|
5965
|
-
tz_offset?: number | undefined;
|
|
5966
5959
|
profile?: {
|
|
5967
5960
|
title?: string | undefined;
|
|
5968
5961
|
email?: string | undefined;
|
|
@@ -5989,6 +5982,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5989
5982
|
image_512?: string | undefined;
|
|
5990
5983
|
image_1024?: string | undefined;
|
|
5991
5984
|
} | undefined;
|
|
5985
|
+
color?: string | undefined;
|
|
5986
|
+
team_id?: string | undefined;
|
|
5987
|
+
deleted?: boolean | undefined;
|
|
5988
|
+
real_name?: string | undefined;
|
|
5989
|
+
tz?: string | undefined;
|
|
5990
|
+
tz_label?: string | undefined;
|
|
5991
|
+
tz_offset?: number | undefined;
|
|
5992
5992
|
is_admin?: boolean | undefined;
|
|
5993
5993
|
is_owner?: boolean | undefined;
|
|
5994
5994
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6001,13 +6001,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6001
6001
|
}, {
|
|
6002
6002
|
name: string;
|
|
6003
6003
|
id: string;
|
|
6004
|
-
color?: string | undefined;
|
|
6005
|
-
team_id?: string | undefined;
|
|
6006
|
-
deleted?: boolean | undefined;
|
|
6007
|
-
real_name?: string | undefined;
|
|
6008
|
-
tz?: string | undefined;
|
|
6009
|
-
tz_label?: string | undefined;
|
|
6010
|
-
tz_offset?: number | undefined;
|
|
6011
6004
|
profile?: {
|
|
6012
6005
|
title?: string | undefined;
|
|
6013
6006
|
email?: string | undefined;
|
|
@@ -6034,6 +6027,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6034
6027
|
image_512?: string | undefined;
|
|
6035
6028
|
image_1024?: string | undefined;
|
|
6036
6029
|
} | undefined;
|
|
6030
|
+
color?: string | undefined;
|
|
6031
|
+
team_id?: string | undefined;
|
|
6032
|
+
deleted?: boolean | undefined;
|
|
6033
|
+
real_name?: string | undefined;
|
|
6034
|
+
tz?: string | undefined;
|
|
6035
|
+
tz_label?: string | undefined;
|
|
6036
|
+
tz_offset?: number | undefined;
|
|
6037
6037
|
is_admin?: boolean | undefined;
|
|
6038
6038
|
is_owner?: boolean | undefined;
|
|
6039
6039
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6054,13 +6054,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6054
6054
|
user?: {
|
|
6055
6055
|
name: string;
|
|
6056
6056
|
id: string;
|
|
6057
|
-
color?: string | undefined;
|
|
6058
|
-
team_id?: string | undefined;
|
|
6059
|
-
deleted?: boolean | undefined;
|
|
6060
|
-
real_name?: string | undefined;
|
|
6061
|
-
tz?: string | undefined;
|
|
6062
|
-
tz_label?: string | undefined;
|
|
6063
|
-
tz_offset?: number | undefined;
|
|
6064
6057
|
profile?: {
|
|
6065
6058
|
title?: string | undefined;
|
|
6066
6059
|
email?: string | undefined;
|
|
@@ -6087,6 +6080,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6087
6080
|
image_512?: string | undefined;
|
|
6088
6081
|
image_1024?: string | undefined;
|
|
6089
6082
|
} | undefined;
|
|
6083
|
+
color?: string | undefined;
|
|
6084
|
+
team_id?: string | undefined;
|
|
6085
|
+
deleted?: boolean | undefined;
|
|
6086
|
+
real_name?: string | undefined;
|
|
6087
|
+
tz?: string | undefined;
|
|
6088
|
+
tz_label?: string | undefined;
|
|
6089
|
+
tz_offset?: number | undefined;
|
|
6090
6090
|
is_admin?: boolean | undefined;
|
|
6091
6091
|
is_owner?: boolean | undefined;
|
|
6092
6092
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6105,13 +6105,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6105
6105
|
user?: {
|
|
6106
6106
|
name: string;
|
|
6107
6107
|
id: string;
|
|
6108
|
-
color?: string | undefined;
|
|
6109
|
-
team_id?: string | undefined;
|
|
6110
|
-
deleted?: boolean | undefined;
|
|
6111
|
-
real_name?: string | undefined;
|
|
6112
|
-
tz?: string | undefined;
|
|
6113
|
-
tz_label?: string | undefined;
|
|
6114
|
-
tz_offset?: number | undefined;
|
|
6115
6108
|
profile?: {
|
|
6116
6109
|
title?: string | undefined;
|
|
6117
6110
|
email?: string | undefined;
|
|
@@ -6138,6 +6131,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6138
6131
|
image_512?: string | undefined;
|
|
6139
6132
|
image_1024?: string | undefined;
|
|
6140
6133
|
} | undefined;
|
|
6134
|
+
color?: string | undefined;
|
|
6135
|
+
team_id?: string | undefined;
|
|
6136
|
+
deleted?: boolean | undefined;
|
|
6137
|
+
real_name?: string | undefined;
|
|
6138
|
+
tz?: string | undefined;
|
|
6139
|
+
tz_label?: string | undefined;
|
|
6140
|
+
tz_offset?: number | undefined;
|
|
6141
6141
|
is_admin?: boolean | undefined;
|
|
6142
6142
|
is_owner?: boolean | undefined;
|
|
6143
6143
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6249,13 +6249,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6249
6249
|
}, "strip", z.ZodTypeAny, {
|
|
6250
6250
|
name: string;
|
|
6251
6251
|
id: string;
|
|
6252
|
-
color?: string | undefined;
|
|
6253
|
-
team_id?: string | undefined;
|
|
6254
|
-
deleted?: boolean | undefined;
|
|
6255
|
-
real_name?: string | undefined;
|
|
6256
|
-
tz?: string | undefined;
|
|
6257
|
-
tz_label?: string | undefined;
|
|
6258
|
-
tz_offset?: number | undefined;
|
|
6259
6252
|
profile?: {
|
|
6260
6253
|
title?: string | undefined;
|
|
6261
6254
|
email?: string | undefined;
|
|
@@ -6282,6 +6275,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6282
6275
|
image_512?: string | undefined;
|
|
6283
6276
|
image_1024?: string | undefined;
|
|
6284
6277
|
} | undefined;
|
|
6278
|
+
color?: string | undefined;
|
|
6279
|
+
team_id?: string | undefined;
|
|
6280
|
+
deleted?: boolean | undefined;
|
|
6281
|
+
real_name?: string | undefined;
|
|
6282
|
+
tz?: string | undefined;
|
|
6283
|
+
tz_label?: string | undefined;
|
|
6284
|
+
tz_offset?: number | undefined;
|
|
6285
6285
|
is_admin?: boolean | undefined;
|
|
6286
6286
|
is_owner?: boolean | undefined;
|
|
6287
6287
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6294,13 +6294,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6294
6294
|
}, {
|
|
6295
6295
|
name: string;
|
|
6296
6296
|
id: string;
|
|
6297
|
-
color?: string | undefined;
|
|
6298
|
-
team_id?: string | undefined;
|
|
6299
|
-
deleted?: boolean | undefined;
|
|
6300
|
-
real_name?: string | undefined;
|
|
6301
|
-
tz?: string | undefined;
|
|
6302
|
-
tz_label?: string | undefined;
|
|
6303
|
-
tz_offset?: number | undefined;
|
|
6304
6297
|
profile?: {
|
|
6305
6298
|
title?: string | undefined;
|
|
6306
6299
|
email?: string | undefined;
|
|
@@ -6327,6 +6320,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6327
6320
|
image_512?: string | undefined;
|
|
6328
6321
|
image_1024?: string | undefined;
|
|
6329
6322
|
} | undefined;
|
|
6323
|
+
color?: string | undefined;
|
|
6324
|
+
team_id?: string | undefined;
|
|
6325
|
+
deleted?: boolean | undefined;
|
|
6326
|
+
real_name?: string | undefined;
|
|
6327
|
+
tz?: string | undefined;
|
|
6328
|
+
tz_label?: string | undefined;
|
|
6329
|
+
tz_offset?: number | undefined;
|
|
6330
6330
|
is_admin?: boolean | undefined;
|
|
6331
6331
|
is_owner?: boolean | undefined;
|
|
6332
6332
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6357,13 +6357,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6357
6357
|
members?: {
|
|
6358
6358
|
name: string;
|
|
6359
6359
|
id: string;
|
|
6360
|
-
color?: string | undefined;
|
|
6361
|
-
team_id?: string | undefined;
|
|
6362
|
-
deleted?: boolean | undefined;
|
|
6363
|
-
real_name?: string | undefined;
|
|
6364
|
-
tz?: string | undefined;
|
|
6365
|
-
tz_label?: string | undefined;
|
|
6366
|
-
tz_offset?: number | undefined;
|
|
6367
6360
|
profile?: {
|
|
6368
6361
|
title?: string | undefined;
|
|
6369
6362
|
email?: string | undefined;
|
|
@@ -6390,6 +6383,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6390
6383
|
image_512?: string | undefined;
|
|
6391
6384
|
image_1024?: string | undefined;
|
|
6392
6385
|
} | undefined;
|
|
6386
|
+
color?: string | undefined;
|
|
6387
|
+
team_id?: string | undefined;
|
|
6388
|
+
deleted?: boolean | undefined;
|
|
6389
|
+
real_name?: string | undefined;
|
|
6390
|
+
tz?: string | undefined;
|
|
6391
|
+
tz_label?: string | undefined;
|
|
6392
|
+
tz_offset?: number | undefined;
|
|
6393
6393
|
is_admin?: boolean | undefined;
|
|
6394
6394
|
is_owner?: boolean | undefined;
|
|
6395
6395
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6411,13 +6411,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6411
6411
|
members?: {
|
|
6412
6412
|
name: string;
|
|
6413
6413
|
id: string;
|
|
6414
|
-
color?: string | undefined;
|
|
6415
|
-
team_id?: string | undefined;
|
|
6416
|
-
deleted?: boolean | undefined;
|
|
6417
|
-
real_name?: string | undefined;
|
|
6418
|
-
tz?: string | undefined;
|
|
6419
|
-
tz_label?: string | undefined;
|
|
6420
|
-
tz_offset?: number | undefined;
|
|
6421
6414
|
profile?: {
|
|
6422
6415
|
title?: string | undefined;
|
|
6423
6416
|
email?: string | undefined;
|
|
@@ -6444,6 +6437,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6444
6437
|
image_512?: string | undefined;
|
|
6445
6438
|
image_1024?: string | undefined;
|
|
6446
6439
|
} | undefined;
|
|
6440
|
+
color?: string | undefined;
|
|
6441
|
+
team_id?: string | undefined;
|
|
6442
|
+
deleted?: boolean | undefined;
|
|
6443
|
+
real_name?: string | undefined;
|
|
6444
|
+
tz?: string | undefined;
|
|
6445
|
+
tz_label?: string | undefined;
|
|
6446
|
+
tz_offset?: number | undefined;
|
|
6447
6447
|
is_admin?: boolean | undefined;
|
|
6448
6448
|
is_owner?: boolean | undefined;
|
|
6449
6449
|
is_primary_owner?: boolean | undefined;
|
|
@@ -6545,8 +6545,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6545
6545
|
}>, "many">>;
|
|
6546
6546
|
}, "strip", z.ZodTypeAny, {
|
|
6547
6547
|
type: string;
|
|
6548
|
-
user?: string | undefined;
|
|
6549
6548
|
text?: string | undefined;
|
|
6549
|
+
user?: string | undefined;
|
|
6550
6550
|
ts?: string | undefined;
|
|
6551
6551
|
username?: string | undefined;
|
|
6552
6552
|
attachments?: unknown[] | undefined;
|
|
@@ -6587,8 +6587,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6587
6587
|
}[] | undefined;
|
|
6588
6588
|
}, {
|
|
6589
6589
|
type: string;
|
|
6590
|
-
user?: string | undefined;
|
|
6591
6590
|
text?: string | undefined;
|
|
6591
|
+
user?: string | undefined;
|
|
6592
6592
|
ts?: string | undefined;
|
|
6593
6593
|
username?: string | undefined;
|
|
6594
6594
|
attachments?: unknown[] | undefined;
|
|
@@ -6643,10 +6643,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6643
6643
|
success: boolean;
|
|
6644
6644
|
operation: "get_conversation_history";
|
|
6645
6645
|
ok: boolean;
|
|
6646
|
+
response_metadata?: {
|
|
6647
|
+
next_cursor: string;
|
|
6648
|
+
} | undefined;
|
|
6646
6649
|
messages?: {
|
|
6647
6650
|
type: string;
|
|
6648
|
-
user?: string | undefined;
|
|
6649
6651
|
text?: string | undefined;
|
|
6652
|
+
user?: string | undefined;
|
|
6650
6653
|
ts?: string | undefined;
|
|
6651
6654
|
username?: string | undefined;
|
|
6652
6655
|
attachments?: unknown[] | undefined;
|
|
@@ -6686,19 +6689,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6686
6689
|
permalink?: string | undefined;
|
|
6687
6690
|
}[] | undefined;
|
|
6688
6691
|
}[] | undefined;
|
|
6689
|
-
response_metadata?: {
|
|
6690
|
-
next_cursor: string;
|
|
6691
|
-
} | undefined;
|
|
6692
6692
|
has_more?: boolean | undefined;
|
|
6693
6693
|
}, {
|
|
6694
6694
|
error: string;
|
|
6695
6695
|
success: boolean;
|
|
6696
6696
|
operation: "get_conversation_history";
|
|
6697
6697
|
ok: boolean;
|
|
6698
|
+
response_metadata?: {
|
|
6699
|
+
next_cursor: string;
|
|
6700
|
+
} | undefined;
|
|
6698
6701
|
messages?: {
|
|
6699
6702
|
type: string;
|
|
6700
|
-
user?: string | undefined;
|
|
6701
6703
|
text?: string | undefined;
|
|
6704
|
+
user?: string | undefined;
|
|
6702
6705
|
ts?: string | undefined;
|
|
6703
6706
|
username?: string | undefined;
|
|
6704
6707
|
attachments?: unknown[] | undefined;
|
|
@@ -6738,9 +6741,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6738
6741
|
permalink?: string | undefined;
|
|
6739
6742
|
}[] | undefined;
|
|
6740
6743
|
}[] | undefined;
|
|
6741
|
-
response_metadata?: {
|
|
6742
|
-
next_cursor: string;
|
|
6743
|
-
} | undefined;
|
|
6744
6744
|
has_more?: boolean | undefined;
|
|
6745
6745
|
}>, z.ZodObject<{
|
|
6746
6746
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -6833,8 +6833,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6833
6833
|
}>, "many">>;
|
|
6834
6834
|
}, "strip", z.ZodTypeAny, {
|
|
6835
6835
|
type: string;
|
|
6836
|
-
user?: string | undefined;
|
|
6837
6836
|
text?: string | undefined;
|
|
6837
|
+
user?: string | undefined;
|
|
6838
6838
|
ts?: string | undefined;
|
|
6839
6839
|
username?: string | undefined;
|
|
6840
6840
|
attachments?: unknown[] | undefined;
|
|
@@ -6875,8 +6875,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6875
6875
|
}[] | undefined;
|
|
6876
6876
|
}, {
|
|
6877
6877
|
type: string;
|
|
6878
|
-
user?: string | undefined;
|
|
6879
6878
|
text?: string | undefined;
|
|
6879
|
+
user?: string | undefined;
|
|
6880
6880
|
ts?: string | undefined;
|
|
6881
6881
|
username?: string | undefined;
|
|
6882
6882
|
attachments?: unknown[] | undefined;
|
|
@@ -6931,10 +6931,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6931
6931
|
success: boolean;
|
|
6932
6932
|
operation: "get_thread_replies";
|
|
6933
6933
|
ok: boolean;
|
|
6934
|
+
response_metadata?: {
|
|
6935
|
+
next_cursor: string;
|
|
6936
|
+
} | undefined;
|
|
6934
6937
|
messages?: {
|
|
6935
6938
|
type: string;
|
|
6936
|
-
user?: string | undefined;
|
|
6937
6939
|
text?: string | undefined;
|
|
6940
|
+
user?: string | undefined;
|
|
6938
6941
|
ts?: string | undefined;
|
|
6939
6942
|
username?: string | undefined;
|
|
6940
6943
|
attachments?: unknown[] | undefined;
|
|
@@ -6974,19 +6977,19 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
6974
6977
|
permalink?: string | undefined;
|
|
6975
6978
|
}[] | undefined;
|
|
6976
6979
|
}[] | undefined;
|
|
6977
|
-
response_metadata?: {
|
|
6978
|
-
next_cursor: string;
|
|
6979
|
-
} | undefined;
|
|
6980
6980
|
has_more?: boolean | undefined;
|
|
6981
6981
|
}, {
|
|
6982
6982
|
error: string;
|
|
6983
6983
|
success: boolean;
|
|
6984
6984
|
operation: "get_thread_replies";
|
|
6985
6985
|
ok: boolean;
|
|
6986
|
+
response_metadata?: {
|
|
6987
|
+
next_cursor: string;
|
|
6988
|
+
} | undefined;
|
|
6986
6989
|
messages?: {
|
|
6987
6990
|
type: string;
|
|
6988
|
-
user?: string | undefined;
|
|
6989
6991
|
text?: string | undefined;
|
|
6992
|
+
user?: string | undefined;
|
|
6990
6993
|
ts?: string | undefined;
|
|
6991
6994
|
username?: string | undefined;
|
|
6992
6995
|
attachments?: unknown[] | undefined;
|
|
@@ -7026,9 +7029,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7026
7029
|
permalink?: string | undefined;
|
|
7027
7030
|
}[] | undefined;
|
|
7028
7031
|
}[] | undefined;
|
|
7029
|
-
response_metadata?: {
|
|
7030
|
-
next_cursor: string;
|
|
7031
|
-
} | undefined;
|
|
7032
7032
|
has_more?: boolean | undefined;
|
|
7033
7033
|
}>, z.ZodObject<{
|
|
7034
7034
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -7124,8 +7124,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7124
7124
|
}>, "many">>;
|
|
7125
7125
|
}, "strip", z.ZodTypeAny, {
|
|
7126
7126
|
type: string;
|
|
7127
|
-
user?: string | undefined;
|
|
7128
7127
|
text?: string | undefined;
|
|
7128
|
+
user?: string | undefined;
|
|
7129
7129
|
ts?: string | undefined;
|
|
7130
7130
|
username?: string | undefined;
|
|
7131
7131
|
attachments?: unknown[] | undefined;
|
|
@@ -7166,8 +7166,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7166
7166
|
}[] | undefined;
|
|
7167
7167
|
}, {
|
|
7168
7168
|
type: string;
|
|
7169
|
-
user?: string | undefined;
|
|
7170
7169
|
text?: string | undefined;
|
|
7170
|
+
user?: string | undefined;
|
|
7171
7171
|
ts?: string | undefined;
|
|
7172
7172
|
username?: string | undefined;
|
|
7173
7173
|
attachments?: unknown[] | undefined;
|
|
@@ -7216,8 +7216,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7216
7216
|
ok: boolean;
|
|
7217
7217
|
message?: {
|
|
7218
7218
|
type: string;
|
|
7219
|
-
user?: string | undefined;
|
|
7220
7219
|
text?: string | undefined;
|
|
7220
|
+
user?: string | undefined;
|
|
7221
7221
|
ts?: string | undefined;
|
|
7222
7222
|
username?: string | undefined;
|
|
7223
7223
|
attachments?: unknown[] | undefined;
|
|
@@ -7267,8 +7267,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
7267
7267
|
ok: boolean;
|
|
7268
7268
|
message?: {
|
|
7269
7269
|
type: string;
|
|
7270
|
-
user?: string | undefined;
|
|
7271
7270
|
text?: string | undefined;
|
|
7271
|
+
user?: string | undefined;
|
|
7272
7272
|
ts?: string | undefined;
|
|
7273
7273
|
username?: string | undefined;
|
|
7274
7274
|
attachments?: unknown[] | undefined;
|