@bubblelab/bubble-core 0.1.10 → 0.1.11
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 +759 -350
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +125 -35
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts +5 -0
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js +20 -0
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.d.ts.map +1 -1
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.js +6 -3
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +1121 -0
- package/dist/bubbles/service-bubble/agi-inc.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/agi-inc.js +730 -0
- package/dist/bubbles/service-bubble/agi-inc.js.map +1 -0
- package/dist/bubbles/service-bubble/ai-agent.d.ts +277 -65
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +533 -399
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +1753 -0
- package/dist/bubbles/service-bubble/airtable.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/airtable.js +1173 -0
- package/dist/bubbles/service-bubble/airtable.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +240 -0
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.js +119 -0
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +4 -4
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +14 -14
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +137 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.js +81 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +488 -0
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.js +463 -0
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +262 -0
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.js +291 -0
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +1301 -170
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +32 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +162 -17
- package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.js +205 -32
- package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +421 -0
- package/dist/bubbles/service-bubble/eleven-labs.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/eleven-labs.js +479 -0
- package/dist/bubbles/service-bubble/eleven-labs.js.map +1 -0
- package/dist/bubbles/service-bubble/firecrawl.d.ts +37748 -0
- package/dist/bubbles/service-bubble/firecrawl.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/firecrawl.js +1489 -0
- package/dist/bubbles/service-bubble/firecrawl.js.map +1 -0
- package/dist/bubbles/service-bubble/followupboss.d.ts +6822 -0
- package/dist/bubbles/service-bubble/followupboss.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/followupboss.js +1394 -0
- package/dist/bubbles/service-bubble/followupboss.js.map +1 -0
- package/dist/bubbles/service-bubble/github.d.ts +2399 -0
- package/dist/bubbles/service-bubble/github.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/github.js +1052 -0
- package/dist/bubbles/service-bubble/github.js.map +1 -0
- package/dist/bubbles/service-bubble/gmail.d.ts +180 -180
- package/dist/bubbles/service-bubble/google-calendar.d.ts +60 -60
- package/dist/bubbles/service-bubble/google-drive.d.ts +37 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +35 -3
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +943 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.js +401 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +1024 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/{google-sheets.js → google-sheets/google-sheets.schema.js} +45 -409
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.d.ts +38 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.js +183 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/google-sheets/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/index.js +4 -0
- package/dist/bubbles/service-bubble/google-sheets/index.js.map +1 -0
- 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/http.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/http.js +7 -1
- package/dist/bubbles/service-bubble/http.js.map +1 -1
- package/dist/bubbles/service-bubble/insforge-db.d.ts +140 -0
- package/dist/bubbles/service-bubble/insforge-db.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/insforge-db.js +260 -0
- package/dist/bubbles/service-bubble/insforge-db.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/notion/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/notion/index.js +3 -0
- package/dist/bubbles/service-bubble/notion/index.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +35405 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.js +1492 -0
- package/dist/bubbles/service-bubble/notion/notion.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +1148 -0
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/notion/property-schemas.js +341 -0
- package/dist/bubbles/service-bubble/notion/property-schemas.js.map +1 -0
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +34 -13
- package/dist/bubbles/service-bubble/resend.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/resend.js +133 -2
- package/dist/bubbles/service-bubble/resend.js.map +1 -1
- package/dist/bubbles/service-bubble/slack.d.ts +241 -241
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack.js +2 -2
- package/dist/bubbles/service-bubble/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +25 -21
- package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/storage.js +43 -2
- package/dist/bubbles/service-bubble/storage.js.map +1 -1
- package/dist/bubbles/service-bubble/telegram.d.ts +7742 -0
- package/dist/bubbles/service-bubble/telegram.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/telegram.js +1132 -0
- package/dist/bubbles/service-bubble/telegram.js.map +1 -0
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +76 -20
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.js +12 -0
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +188 -0
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/code-edit-tool.js +321 -0
- package/dist/bubbles/tool-bubble/code-edit-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -4
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +115 -10
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +455 -0
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/google-maps-tool.js +205 -0
- package/dist/bubbles/tool-bubble/google-maps-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/instagram-tool.js +2 -2
- package/dist/bubbles/tool-bubble/instagram-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +824 -447
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.js +232 -12
- package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +66 -66
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +17 -16
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/research-agent-tool.js +26 -16
- package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +485 -0
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/tiktok-tool.js +226 -0
- package/dist/bubbles/tool-bubble/tiktok-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +947 -0
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/twitter-tool.js +494 -0
- package/dist/bubbles/tool-bubble/twitter-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -16
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-crawl-tool.js +58 -59
- package/dist/bubbles/tool-bubble/web-crawl-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-extract-tool.js +17 -17
- package/dist/bubbles/tool-bubble/web-extract-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +15 -107
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-scrape-tool.js +51 -72
- package/dist/bubbles/tool-bubble/web-scrape-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +20 -9
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.js +45 -35
- package/dist/bubbles/tool-bubble/web-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +25 -25
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/youtube-tool.js +5 -5
- package/dist/bubbles/tool-bubble/youtube-tool.js.map +1 -1
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +30 -30
- package/dist/bubbles/workflow-bubble/generate-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +22 -22
- package/dist/bubbles/workflow-bubble/parse-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +54 -54
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +6 -6
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +26 -26
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +24 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +19 -19
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +8 -8
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
- package/dist/bubbles.json +220 -72
- package/dist/index.d.ts +23 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +16 -3
- package/dist/index.js.map +1 -1
- package/dist/logging/BubbleLogger.d.ts +45 -16
- package/dist/logging/BubbleLogger.d.ts.map +1 -1
- package/dist/logging/BubbleLogger.js +178 -77
- package/dist/logging/BubbleLogger.js.map +1 -1
- package/dist/logging/StreamingBubbleLogger.d.ts +13 -1
- package/dist/logging/StreamingBubbleLogger.d.ts.map +1 -1
- package/dist/logging/StreamingBubbleLogger.js +51 -8
- package/dist/logging/StreamingBubbleLogger.js.map +1 -1
- package/dist/logging/WebhookStreamLogger.d.ts +66 -0
- package/dist/logging/WebhookStreamLogger.d.ts.map +1 -0
- package/dist/logging/WebhookStreamLogger.js +291 -0
- package/dist/logging/WebhookStreamLogger.js.map +1 -0
- package/dist/types/available-tools.d.ts +1 -1
- package/dist/types/available-tools.d.ts.map +1 -1
- package/dist/types/available-tools.js +1 -0
- package/dist/types/available-tools.js.map +1 -1
- package/dist/types/base-bubble-class.d.ts +6 -4
- package/dist/types/base-bubble-class.d.ts.map +1 -1
- package/dist/types/base-bubble-class.js +35 -20
- package/dist/types/base-bubble-class.js.map +1 -1
- package/dist/types/bubble.d.ts +2 -0
- package/dist/types/bubble.d.ts.map +1 -1
- package/dist/types/service-bubble-class.d.ts +1 -1
- package/dist/types/service-bubble-class.d.ts.map +1 -1
- package/dist/types/service-bubble-class.js +2 -2
- package/dist/types/service-bubble-class.js.map +1 -1
- package/dist/types/tool-bubble-class.d.ts +1 -1
- package/dist/types/tool-bubble-class.d.ts.map +1 -1
- package/dist/types/tool-bubble-class.js +2 -2
- package/dist/types/tool-bubble-class.js.map +1 -1
- package/dist/types/workflow-bubble-class.d.ts +1 -1
- package/dist/types/workflow-bubble-class.d.ts.map +1 -1
- package/dist/types/workflow-bubble-class.js +2 -2
- package/dist/types/workflow-bubble-class.js.map +1 -1
- package/dist/utils/agent-formatter.d.ts +14 -2
- package/dist/utils/agent-formatter.d.ts.map +1 -1
- package/dist/utils/agent-formatter.js +174 -26
- package/dist/utils/agent-formatter.js.map +1 -1
- package/dist/utils/bubbleflow-validation.d.ts +7 -0
- package/dist/utils/bubbleflow-validation.d.ts.map +1 -1
- package/dist/utils/bubbleflow-validation.js +171 -6
- package/dist/utils/bubbleflow-validation.js.map +1 -1
- package/dist/utils/json-parsing.d.ts.map +1 -1
- package/dist/utils/json-parsing.js +146 -0
- package/dist/utils/json-parsing.js.map +1 -1
- package/dist/utils/safe-gemini-chat.d.ts +31 -0
- package/dist/utils/safe-gemini-chat.d.ts.map +1 -0
- package/dist/utils/safe-gemini-chat.js +93 -0
- package/dist/utils/safe-gemini-chat.js.map +1 -0
- package/dist/utils/schema-comparison.d.ts +92 -0
- package/dist/utils/schema-comparison.d.ts.map +1 -0
- package/dist/utils/schema-comparison.js +716 -0
- package/dist/utils/schema-comparison.js.map +1 -0
- package/dist/utils/zod-schema.d.ts +24 -0
- package/dist/utils/zod-schema.d.ts.map +1 -0
- package/dist/utils/zod-schema.js +56 -0
- package/dist/utils/zod-schema.js.map +1 -0
- package/package.json +5 -4
- package/dist/bubbles/service-bubble/google-sheets.d.ts +0 -1811
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/google-sheets.js.map +0 -1
- package/dist/bubbles/service-bubble/x-twitter.d.ts +0 -814
- package/dist/bubbles/service-bubble/x-twitter.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/x-twitter.js +0 -445
- package/dist/bubbles/service-bubble/x-twitter.js.map +0 -1
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +0 -125
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +0 -1
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +0 -808
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +0 -1
- package/dist/test-gm.d.ts +0 -10
- package/dist/test-gm.d.ts.map +0 -1
- package/dist/test-gm.js +0 -95
- package/dist/test-gm.js.map +0 -1
- package/dist/utils/param-helper.d.ts +0 -2
- package/dist/utils/param-helper.d.ts.map +0 -1
- package/dist/utils/param-helper.js +0 -5
- package/dist/utils/param-helper.js.map +0 -1
|
@@ -355,18 +355,18 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
355
355
|
cursor: z.ZodOptional<z.ZodString>;
|
|
356
356
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
357
357
|
}, "strip", z.ZodTypeAny, {
|
|
358
|
-
limit: number;
|
|
359
358
|
operation: "list_channels";
|
|
360
359
|
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
361
360
|
exclude_archived: boolean;
|
|
361
|
+
limit: number;
|
|
362
362
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
363
363
|
cursor?: string | undefined;
|
|
364
364
|
}, {
|
|
365
365
|
operation: "list_channels";
|
|
366
|
-
limit?: number | undefined;
|
|
367
366
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
368
367
|
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
369
368
|
exclude_archived?: boolean | undefined;
|
|
369
|
+
limit?: number | undefined;
|
|
370
370
|
cursor?: string | undefined;
|
|
371
371
|
}>, z.ZodObject<{
|
|
372
372
|
operation: z.ZodLiteral<"get_channel_info">;
|
|
@@ -405,15 +405,15 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
405
405
|
include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
406
406
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
407
407
|
}, "strip", z.ZodTypeAny, {
|
|
408
|
-
limit: number;
|
|
409
408
|
operation: "list_users";
|
|
409
|
+
limit: number;
|
|
410
410
|
include_locale: boolean;
|
|
411
411
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
412
412
|
cursor?: string | undefined;
|
|
413
413
|
}, {
|
|
414
414
|
operation: "list_users";
|
|
415
|
-
limit?: number | undefined;
|
|
416
415
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
416
|
+
limit?: number | undefined;
|
|
417
417
|
cursor?: string | undefined;
|
|
418
418
|
include_locale?: boolean | undefined;
|
|
419
419
|
}>, z.ZodObject<{
|
|
@@ -427,9 +427,9 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
427
427
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
429
|
inclusive: boolean;
|
|
430
|
-
limit: number;
|
|
431
430
|
operation: "get_conversation_history";
|
|
432
431
|
channel: string;
|
|
432
|
+
limit: number;
|
|
433
433
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
434
434
|
cursor?: string | undefined;
|
|
435
435
|
latest?: string | undefined;
|
|
@@ -438,8 +438,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
438
438
|
operation: "get_conversation_history";
|
|
439
439
|
channel: string;
|
|
440
440
|
inclusive?: boolean | undefined;
|
|
441
|
-
limit?: number | undefined;
|
|
442
441
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
442
|
+
limit?: number | undefined;
|
|
443
443
|
cursor?: string | undefined;
|
|
444
444
|
latest?: string | undefined;
|
|
445
445
|
oldest?: string | undefined;
|
|
@@ -455,10 +455,10 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
455
455
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
456
456
|
}, "strip", z.ZodTypeAny, {
|
|
457
457
|
inclusive: boolean;
|
|
458
|
-
limit: number;
|
|
459
458
|
ts: string;
|
|
460
459
|
operation: "get_thread_replies";
|
|
461
460
|
channel: string;
|
|
461
|
+
limit: number;
|
|
462
462
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
463
463
|
cursor?: string | undefined;
|
|
464
464
|
latest?: string | undefined;
|
|
@@ -468,8 +468,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
468
468
|
operation: "get_thread_replies";
|
|
469
469
|
channel: string;
|
|
470
470
|
inclusive?: boolean | undefined;
|
|
471
|
-
limit?: number | undefined;
|
|
472
471
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
472
|
+
limit?: number | undefined;
|
|
473
473
|
cursor?: string | undefined;
|
|
474
474
|
latest?: string | undefined;
|
|
475
475
|
oldest?: string | undefined;
|
|
@@ -924,8 +924,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
924
924
|
}, "strip", z.ZodTypeAny, {
|
|
925
925
|
type: string;
|
|
926
926
|
ts: string;
|
|
927
|
-
user?: string | undefined;
|
|
928
927
|
text?: string | undefined;
|
|
928
|
+
user?: string | undefined;
|
|
929
929
|
username?: string | undefined;
|
|
930
930
|
attachments?: unknown[] | undefined;
|
|
931
931
|
blocks?: unknown[] | undefined;
|
|
@@ -949,8 +949,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
949
949
|
}, {
|
|
950
950
|
type: string;
|
|
951
951
|
ts: string;
|
|
952
|
-
user?: string | undefined;
|
|
953
952
|
text?: string | undefined;
|
|
953
|
+
user?: string | undefined;
|
|
954
954
|
username?: string | undefined;
|
|
955
955
|
attachments?: unknown[] | undefined;
|
|
956
956
|
blocks?: unknown[] | undefined;
|
|
@@ -975,15 +975,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
975
975
|
error: z.ZodString;
|
|
976
976
|
success: z.ZodBoolean;
|
|
977
977
|
}, "strip", z.ZodTypeAny, {
|
|
978
|
-
success: boolean;
|
|
979
978
|
error: string;
|
|
979
|
+
success: boolean;
|
|
980
980
|
operation: "send_message";
|
|
981
981
|
ok: boolean;
|
|
982
982
|
message?: {
|
|
983
983
|
type: string;
|
|
984
984
|
ts: string;
|
|
985
|
-
user?: string | undefined;
|
|
986
985
|
text?: string | undefined;
|
|
986
|
+
user?: string | undefined;
|
|
987
987
|
username?: string | undefined;
|
|
988
988
|
attachments?: unknown[] | undefined;
|
|
989
989
|
blocks?: unknown[] | undefined;
|
|
@@ -1008,15 +1008,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1008
1008
|
ts?: string | undefined;
|
|
1009
1009
|
channel?: string | undefined;
|
|
1010
1010
|
}, {
|
|
1011
|
-
success: boolean;
|
|
1012
1011
|
error: string;
|
|
1012
|
+
success: boolean;
|
|
1013
1013
|
operation: "send_message";
|
|
1014
1014
|
ok: boolean;
|
|
1015
1015
|
message?: {
|
|
1016
1016
|
type: string;
|
|
1017
1017
|
ts: string;
|
|
1018
|
-
user?: string | undefined;
|
|
1019
1018
|
text?: string | undefined;
|
|
1019
|
+
user?: string | undefined;
|
|
1020
1020
|
username?: string | undefined;
|
|
1021
1021
|
attachments?: unknown[] | undefined;
|
|
1022
1022
|
blocks?: unknown[] | undefined;
|
|
@@ -1169,8 +1169,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1169
1169
|
error: z.ZodString;
|
|
1170
1170
|
success: z.ZodBoolean;
|
|
1171
1171
|
}, "strip", z.ZodTypeAny, {
|
|
1172
|
-
success: boolean;
|
|
1173
1172
|
error: string;
|
|
1173
|
+
success: boolean;
|
|
1174
1174
|
operation: "list_channels";
|
|
1175
1175
|
ok: boolean;
|
|
1176
1176
|
response_metadata?: {
|
|
@@ -1211,8 +1211,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1211
1211
|
num_members?: number | undefined;
|
|
1212
1212
|
}[] | undefined;
|
|
1213
1213
|
}, {
|
|
1214
|
-
success: boolean;
|
|
1215
1214
|
error: string;
|
|
1215
|
+
success: boolean;
|
|
1216
1216
|
operation: "list_channels";
|
|
1217
1217
|
ok: boolean;
|
|
1218
1218
|
response_metadata?: {
|
|
@@ -1374,8 +1374,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1374
1374
|
error: z.ZodString;
|
|
1375
1375
|
success: z.ZodBoolean;
|
|
1376
1376
|
}, "strip", z.ZodTypeAny, {
|
|
1377
|
-
success: boolean;
|
|
1378
1377
|
error: string;
|
|
1378
|
+
success: boolean;
|
|
1379
1379
|
operation: "get_channel_info";
|
|
1380
1380
|
ok: boolean;
|
|
1381
1381
|
channel?: {
|
|
@@ -1413,8 +1413,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1413
1413
|
num_members?: number | undefined;
|
|
1414
1414
|
} | undefined;
|
|
1415
1415
|
}, {
|
|
1416
|
-
success: boolean;
|
|
1417
1416
|
error: string;
|
|
1417
|
+
success: boolean;
|
|
1418
1418
|
operation: "get_channel_info";
|
|
1419
1419
|
ok: boolean;
|
|
1420
1420
|
channel?: {
|
|
@@ -1552,13 +1552,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1552
1552
|
}, "strip", z.ZodTypeAny, {
|
|
1553
1553
|
name: string;
|
|
1554
1554
|
id: string;
|
|
1555
|
-
color?: string | undefined;
|
|
1556
|
-
team_id?: string | undefined;
|
|
1557
|
-
deleted?: boolean | undefined;
|
|
1558
|
-
real_name?: string | undefined;
|
|
1559
|
-
tz?: string | undefined;
|
|
1560
|
-
tz_label?: string | undefined;
|
|
1561
|
-
tz_offset?: number | undefined;
|
|
1562
1555
|
profile?: {
|
|
1563
1556
|
title?: string | undefined;
|
|
1564
1557
|
email?: string | undefined;
|
|
@@ -1585,6 +1578,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1585
1578
|
image_512?: string | undefined;
|
|
1586
1579
|
image_1024?: string | undefined;
|
|
1587
1580
|
} | undefined;
|
|
1581
|
+
color?: string | undefined;
|
|
1582
|
+
team_id?: string | undefined;
|
|
1583
|
+
deleted?: boolean | undefined;
|
|
1584
|
+
real_name?: string | undefined;
|
|
1585
|
+
tz?: string | undefined;
|
|
1586
|
+
tz_label?: string | undefined;
|
|
1587
|
+
tz_offset?: number | undefined;
|
|
1588
1588
|
is_admin?: boolean | undefined;
|
|
1589
1589
|
is_owner?: boolean | undefined;
|
|
1590
1590
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1597,13 +1597,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1597
1597
|
}, {
|
|
1598
1598
|
name: string;
|
|
1599
1599
|
id: string;
|
|
1600
|
-
color?: string | undefined;
|
|
1601
|
-
team_id?: string | undefined;
|
|
1602
|
-
deleted?: boolean | undefined;
|
|
1603
|
-
real_name?: string | undefined;
|
|
1604
|
-
tz?: string | undefined;
|
|
1605
|
-
tz_label?: string | undefined;
|
|
1606
|
-
tz_offset?: number | undefined;
|
|
1607
1600
|
profile?: {
|
|
1608
1601
|
title?: string | undefined;
|
|
1609
1602
|
email?: string | undefined;
|
|
@@ -1630,6 +1623,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1630
1623
|
image_512?: string | undefined;
|
|
1631
1624
|
image_1024?: string | undefined;
|
|
1632
1625
|
} | undefined;
|
|
1626
|
+
color?: string | undefined;
|
|
1627
|
+
team_id?: string | undefined;
|
|
1628
|
+
deleted?: boolean | undefined;
|
|
1629
|
+
real_name?: string | undefined;
|
|
1630
|
+
tz?: string | undefined;
|
|
1631
|
+
tz_label?: string | undefined;
|
|
1632
|
+
tz_offset?: number | undefined;
|
|
1633
1633
|
is_admin?: boolean | undefined;
|
|
1634
1634
|
is_owner?: boolean | undefined;
|
|
1635
1635
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1643,20 +1643,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1643
1643
|
error: z.ZodString;
|
|
1644
1644
|
success: z.ZodBoolean;
|
|
1645
1645
|
}, "strip", z.ZodTypeAny, {
|
|
1646
|
-
success: boolean;
|
|
1647
1646
|
error: string;
|
|
1647
|
+
success: boolean;
|
|
1648
1648
|
operation: "get_user_info";
|
|
1649
1649
|
ok: boolean;
|
|
1650
1650
|
user?: {
|
|
1651
1651
|
name: string;
|
|
1652
1652
|
id: string;
|
|
1653
|
-
color?: string | undefined;
|
|
1654
|
-
team_id?: string | undefined;
|
|
1655
|
-
deleted?: boolean | undefined;
|
|
1656
|
-
real_name?: string | undefined;
|
|
1657
|
-
tz?: string | undefined;
|
|
1658
|
-
tz_label?: string | undefined;
|
|
1659
|
-
tz_offset?: number | undefined;
|
|
1660
1653
|
profile?: {
|
|
1661
1654
|
title?: string | undefined;
|
|
1662
1655
|
email?: string | undefined;
|
|
@@ -1683,6 +1676,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1683
1676
|
image_512?: string | undefined;
|
|
1684
1677
|
image_1024?: string | undefined;
|
|
1685
1678
|
} | undefined;
|
|
1679
|
+
color?: string | undefined;
|
|
1680
|
+
team_id?: string | undefined;
|
|
1681
|
+
deleted?: boolean | undefined;
|
|
1682
|
+
real_name?: string | undefined;
|
|
1683
|
+
tz?: string | undefined;
|
|
1684
|
+
tz_label?: string | undefined;
|
|
1685
|
+
tz_offset?: number | undefined;
|
|
1686
1686
|
is_admin?: boolean | undefined;
|
|
1687
1687
|
is_owner?: boolean | undefined;
|
|
1688
1688
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1694,20 +1694,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1694
1694
|
has_2fa?: boolean | undefined;
|
|
1695
1695
|
} | undefined;
|
|
1696
1696
|
}, {
|
|
1697
|
-
success: boolean;
|
|
1698
1697
|
error: string;
|
|
1698
|
+
success: boolean;
|
|
1699
1699
|
operation: "get_user_info";
|
|
1700
1700
|
ok: boolean;
|
|
1701
1701
|
user?: {
|
|
1702
1702
|
name: string;
|
|
1703
1703
|
id: string;
|
|
1704
|
-
color?: string | undefined;
|
|
1705
|
-
team_id?: string | undefined;
|
|
1706
|
-
deleted?: boolean | undefined;
|
|
1707
|
-
real_name?: string | undefined;
|
|
1708
|
-
tz?: string | undefined;
|
|
1709
|
-
tz_label?: string | undefined;
|
|
1710
|
-
tz_offset?: number | undefined;
|
|
1711
1704
|
profile?: {
|
|
1712
1705
|
title?: string | undefined;
|
|
1713
1706
|
email?: string | undefined;
|
|
@@ -1734,6 +1727,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1734
1727
|
image_512?: string | undefined;
|
|
1735
1728
|
image_1024?: string | undefined;
|
|
1736
1729
|
} | undefined;
|
|
1730
|
+
color?: string | undefined;
|
|
1731
|
+
team_id?: string | undefined;
|
|
1732
|
+
deleted?: boolean | undefined;
|
|
1733
|
+
real_name?: string | undefined;
|
|
1734
|
+
tz?: string | undefined;
|
|
1735
|
+
tz_label?: string | undefined;
|
|
1736
|
+
tz_offset?: number | undefined;
|
|
1737
1737
|
is_admin?: boolean | undefined;
|
|
1738
1738
|
is_owner?: boolean | undefined;
|
|
1739
1739
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1845,13 +1845,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1845
1845
|
}, "strip", z.ZodTypeAny, {
|
|
1846
1846
|
name: string;
|
|
1847
1847
|
id: string;
|
|
1848
|
-
color?: string | undefined;
|
|
1849
|
-
team_id?: string | undefined;
|
|
1850
|
-
deleted?: boolean | undefined;
|
|
1851
|
-
real_name?: string | undefined;
|
|
1852
|
-
tz?: string | undefined;
|
|
1853
|
-
tz_label?: string | undefined;
|
|
1854
|
-
tz_offset?: number | undefined;
|
|
1855
1848
|
profile?: {
|
|
1856
1849
|
title?: string | undefined;
|
|
1857
1850
|
email?: string | undefined;
|
|
@@ -1878,6 +1871,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1878
1871
|
image_512?: string | undefined;
|
|
1879
1872
|
image_1024?: string | undefined;
|
|
1880
1873
|
} | undefined;
|
|
1874
|
+
color?: string | undefined;
|
|
1875
|
+
team_id?: string | undefined;
|
|
1876
|
+
deleted?: boolean | undefined;
|
|
1877
|
+
real_name?: string | undefined;
|
|
1878
|
+
tz?: string | undefined;
|
|
1879
|
+
tz_label?: string | undefined;
|
|
1880
|
+
tz_offset?: number | undefined;
|
|
1881
1881
|
is_admin?: boolean | undefined;
|
|
1882
1882
|
is_owner?: boolean | undefined;
|
|
1883
1883
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1890,13 +1890,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1890
1890
|
}, {
|
|
1891
1891
|
name: string;
|
|
1892
1892
|
id: string;
|
|
1893
|
-
color?: string | undefined;
|
|
1894
|
-
team_id?: string | undefined;
|
|
1895
|
-
deleted?: boolean | undefined;
|
|
1896
|
-
real_name?: string | undefined;
|
|
1897
|
-
tz?: string | undefined;
|
|
1898
|
-
tz_label?: string | undefined;
|
|
1899
|
-
tz_offset?: number | undefined;
|
|
1900
1893
|
profile?: {
|
|
1901
1894
|
title?: string | undefined;
|
|
1902
1895
|
email?: string | undefined;
|
|
@@ -1923,6 +1916,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1923
1916
|
image_512?: string | undefined;
|
|
1924
1917
|
image_1024?: string | undefined;
|
|
1925
1918
|
} | undefined;
|
|
1919
|
+
color?: string | undefined;
|
|
1920
|
+
team_id?: string | undefined;
|
|
1921
|
+
deleted?: boolean | undefined;
|
|
1922
|
+
real_name?: string | undefined;
|
|
1923
|
+
tz?: string | undefined;
|
|
1924
|
+
tz_label?: string | undefined;
|
|
1925
|
+
tz_offset?: number | undefined;
|
|
1926
1926
|
is_admin?: boolean | undefined;
|
|
1927
1927
|
is_owner?: boolean | undefined;
|
|
1928
1928
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1943,8 +1943,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1943
1943
|
error: z.ZodString;
|
|
1944
1944
|
success: z.ZodBoolean;
|
|
1945
1945
|
}, "strip", z.ZodTypeAny, {
|
|
1946
|
-
success: boolean;
|
|
1947
1946
|
error: string;
|
|
1947
|
+
success: boolean;
|
|
1948
1948
|
operation: "list_users";
|
|
1949
1949
|
ok: boolean;
|
|
1950
1950
|
response_metadata?: {
|
|
@@ -1953,13 +1953,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1953
1953
|
members?: {
|
|
1954
1954
|
name: string;
|
|
1955
1955
|
id: string;
|
|
1956
|
-
color?: string | undefined;
|
|
1957
|
-
team_id?: string | undefined;
|
|
1958
|
-
deleted?: boolean | undefined;
|
|
1959
|
-
real_name?: string | undefined;
|
|
1960
|
-
tz?: string | undefined;
|
|
1961
|
-
tz_label?: string | undefined;
|
|
1962
|
-
tz_offset?: number | undefined;
|
|
1963
1956
|
profile?: {
|
|
1964
1957
|
title?: string | undefined;
|
|
1965
1958
|
email?: string | undefined;
|
|
@@ -1986,6 +1979,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1986
1979
|
image_512?: string | undefined;
|
|
1987
1980
|
image_1024?: string | undefined;
|
|
1988
1981
|
} | undefined;
|
|
1982
|
+
color?: string | undefined;
|
|
1983
|
+
team_id?: string | undefined;
|
|
1984
|
+
deleted?: boolean | undefined;
|
|
1985
|
+
real_name?: string | undefined;
|
|
1986
|
+
tz?: string | undefined;
|
|
1987
|
+
tz_label?: string | undefined;
|
|
1988
|
+
tz_offset?: number | undefined;
|
|
1989
1989
|
is_admin?: boolean | undefined;
|
|
1990
1990
|
is_owner?: boolean | undefined;
|
|
1991
1991
|
is_primary_owner?: boolean | undefined;
|
|
@@ -1997,8 +1997,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1997
1997
|
has_2fa?: boolean | undefined;
|
|
1998
1998
|
}[] | undefined;
|
|
1999
1999
|
}, {
|
|
2000
|
-
success: boolean;
|
|
2001
2000
|
error: string;
|
|
2001
|
+
success: boolean;
|
|
2002
2002
|
operation: "list_users";
|
|
2003
2003
|
ok: boolean;
|
|
2004
2004
|
response_metadata?: {
|
|
@@ -2007,13 +2007,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2007
2007
|
members?: {
|
|
2008
2008
|
name: string;
|
|
2009
2009
|
id: string;
|
|
2010
|
-
color?: string | undefined;
|
|
2011
|
-
team_id?: string | undefined;
|
|
2012
|
-
deleted?: boolean | undefined;
|
|
2013
|
-
real_name?: string | undefined;
|
|
2014
|
-
tz?: string | undefined;
|
|
2015
|
-
tz_label?: string | undefined;
|
|
2016
|
-
tz_offset?: number | undefined;
|
|
2017
2010
|
profile?: {
|
|
2018
2011
|
title?: string | undefined;
|
|
2019
2012
|
email?: string | undefined;
|
|
@@ -2040,6 +2033,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2040
2033
|
image_512?: string | undefined;
|
|
2041
2034
|
image_1024?: string | undefined;
|
|
2042
2035
|
} | undefined;
|
|
2036
|
+
color?: string | undefined;
|
|
2037
|
+
team_id?: string | undefined;
|
|
2038
|
+
deleted?: boolean | undefined;
|
|
2039
|
+
real_name?: string | undefined;
|
|
2040
|
+
tz?: string | undefined;
|
|
2041
|
+
tz_label?: string | undefined;
|
|
2042
|
+
tz_offset?: number | undefined;
|
|
2043
2043
|
is_admin?: boolean | undefined;
|
|
2044
2044
|
is_owner?: boolean | undefined;
|
|
2045
2045
|
is_primary_owner?: boolean | undefined;
|
|
@@ -2093,8 +2093,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2093
2093
|
}, "strip", z.ZodTypeAny, {
|
|
2094
2094
|
type: string;
|
|
2095
2095
|
ts: string;
|
|
2096
|
-
user?: string | undefined;
|
|
2097
2096
|
text?: string | undefined;
|
|
2097
|
+
user?: string | undefined;
|
|
2098
2098
|
username?: string | undefined;
|
|
2099
2099
|
attachments?: unknown[] | undefined;
|
|
2100
2100
|
blocks?: unknown[] | undefined;
|
|
@@ -2118,8 +2118,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2118
2118
|
}, {
|
|
2119
2119
|
type: string;
|
|
2120
2120
|
ts: string;
|
|
2121
|
-
user?: string | undefined;
|
|
2122
2121
|
text?: string | undefined;
|
|
2122
|
+
user?: string | undefined;
|
|
2123
2123
|
username?: string | undefined;
|
|
2124
2124
|
attachments?: unknown[] | undefined;
|
|
2125
2125
|
blocks?: unknown[] | undefined;
|
|
@@ -2152,15 +2152,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2152
2152
|
error: z.ZodString;
|
|
2153
2153
|
success: z.ZodBoolean;
|
|
2154
2154
|
}, "strip", z.ZodTypeAny, {
|
|
2155
|
-
success: boolean;
|
|
2156
2155
|
error: string;
|
|
2156
|
+
success: boolean;
|
|
2157
2157
|
operation: "get_conversation_history";
|
|
2158
2158
|
ok: boolean;
|
|
2159
|
+
response_metadata?: {
|
|
2160
|
+
next_cursor: string;
|
|
2161
|
+
} | undefined;
|
|
2159
2162
|
messages?: {
|
|
2160
2163
|
type: string;
|
|
2161
2164
|
ts: string;
|
|
2162
|
-
user?: string | undefined;
|
|
2163
2165
|
text?: string | undefined;
|
|
2166
|
+
user?: string | undefined;
|
|
2164
2167
|
username?: string | undefined;
|
|
2165
2168
|
attachments?: unknown[] | undefined;
|
|
2166
2169
|
blocks?: unknown[] | undefined;
|
|
@@ -2182,20 +2185,20 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2182
2185
|
count: number;
|
|
2183
2186
|
}[] | undefined;
|
|
2184
2187
|
}[] | undefined;
|
|
2185
|
-
response_metadata?: {
|
|
2186
|
-
next_cursor: string;
|
|
2187
|
-
} | undefined;
|
|
2188
2188
|
has_more?: boolean | undefined;
|
|
2189
2189
|
}, {
|
|
2190
|
-
success: boolean;
|
|
2191
2190
|
error: string;
|
|
2191
|
+
success: boolean;
|
|
2192
2192
|
operation: "get_conversation_history";
|
|
2193
2193
|
ok: boolean;
|
|
2194
|
+
response_metadata?: {
|
|
2195
|
+
next_cursor: string;
|
|
2196
|
+
} | undefined;
|
|
2194
2197
|
messages?: {
|
|
2195
2198
|
type: string;
|
|
2196
2199
|
ts: string;
|
|
2197
|
-
user?: string | undefined;
|
|
2198
2200
|
text?: string | undefined;
|
|
2201
|
+
user?: string | undefined;
|
|
2199
2202
|
username?: string | undefined;
|
|
2200
2203
|
attachments?: unknown[] | undefined;
|
|
2201
2204
|
blocks?: unknown[] | undefined;
|
|
@@ -2217,9 +2220,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2217
2220
|
count: number;
|
|
2218
2221
|
}[] | undefined;
|
|
2219
2222
|
}[] | undefined;
|
|
2220
|
-
response_metadata?: {
|
|
2221
|
-
next_cursor: string;
|
|
2222
|
-
} | undefined;
|
|
2223
2223
|
has_more?: boolean | undefined;
|
|
2224
2224
|
}>, z.ZodObject<{
|
|
2225
2225
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -2264,8 +2264,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2264
2264
|
}, "strip", z.ZodTypeAny, {
|
|
2265
2265
|
type: string;
|
|
2266
2266
|
ts: string;
|
|
2267
|
-
user?: string | undefined;
|
|
2268
2267
|
text?: string | undefined;
|
|
2268
|
+
user?: string | undefined;
|
|
2269
2269
|
username?: string | undefined;
|
|
2270
2270
|
attachments?: unknown[] | undefined;
|
|
2271
2271
|
blocks?: unknown[] | undefined;
|
|
@@ -2289,8 +2289,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2289
2289
|
}, {
|
|
2290
2290
|
type: string;
|
|
2291
2291
|
ts: string;
|
|
2292
|
-
user?: string | undefined;
|
|
2293
2292
|
text?: string | undefined;
|
|
2293
|
+
user?: string | undefined;
|
|
2294
2294
|
username?: string | undefined;
|
|
2295
2295
|
attachments?: unknown[] | undefined;
|
|
2296
2296
|
blocks?: unknown[] | undefined;
|
|
@@ -2323,15 +2323,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2323
2323
|
error: z.ZodString;
|
|
2324
2324
|
success: z.ZodBoolean;
|
|
2325
2325
|
}, "strip", z.ZodTypeAny, {
|
|
2326
|
-
success: boolean;
|
|
2327
2326
|
error: string;
|
|
2327
|
+
success: boolean;
|
|
2328
2328
|
operation: "get_thread_replies";
|
|
2329
2329
|
ok: boolean;
|
|
2330
|
+
response_metadata?: {
|
|
2331
|
+
next_cursor: string;
|
|
2332
|
+
} | undefined;
|
|
2330
2333
|
messages?: {
|
|
2331
2334
|
type: string;
|
|
2332
2335
|
ts: string;
|
|
2333
|
-
user?: string | undefined;
|
|
2334
2336
|
text?: string | undefined;
|
|
2337
|
+
user?: string | undefined;
|
|
2335
2338
|
username?: string | undefined;
|
|
2336
2339
|
attachments?: unknown[] | undefined;
|
|
2337
2340
|
blocks?: unknown[] | undefined;
|
|
@@ -2353,20 +2356,20 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2353
2356
|
count: number;
|
|
2354
2357
|
}[] | undefined;
|
|
2355
2358
|
}[] | undefined;
|
|
2356
|
-
response_metadata?: {
|
|
2357
|
-
next_cursor: string;
|
|
2358
|
-
} | undefined;
|
|
2359
2359
|
has_more?: boolean | undefined;
|
|
2360
2360
|
}, {
|
|
2361
|
-
success: boolean;
|
|
2362
2361
|
error: string;
|
|
2362
|
+
success: boolean;
|
|
2363
2363
|
operation: "get_thread_replies";
|
|
2364
2364
|
ok: boolean;
|
|
2365
|
+
response_metadata?: {
|
|
2366
|
+
next_cursor: string;
|
|
2367
|
+
} | undefined;
|
|
2365
2368
|
messages?: {
|
|
2366
2369
|
type: string;
|
|
2367
2370
|
ts: string;
|
|
2368
|
-
user?: string | undefined;
|
|
2369
2371
|
text?: string | undefined;
|
|
2372
|
+
user?: string | undefined;
|
|
2370
2373
|
username?: string | undefined;
|
|
2371
2374
|
attachments?: unknown[] | undefined;
|
|
2372
2375
|
blocks?: unknown[] | undefined;
|
|
@@ -2388,9 +2391,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2388
2391
|
count: number;
|
|
2389
2392
|
}[] | undefined;
|
|
2390
2393
|
}[] | undefined;
|
|
2391
|
-
response_metadata?: {
|
|
2392
|
-
next_cursor: string;
|
|
2393
|
-
} | undefined;
|
|
2394
2394
|
has_more?: boolean | undefined;
|
|
2395
2395
|
}>, z.ZodObject<{
|
|
2396
2396
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -2438,8 +2438,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2438
2438
|
}, "strip", z.ZodTypeAny, {
|
|
2439
2439
|
type: string;
|
|
2440
2440
|
ts: string;
|
|
2441
|
-
user?: string | undefined;
|
|
2442
2441
|
text?: string | undefined;
|
|
2442
|
+
user?: string | undefined;
|
|
2443
2443
|
username?: string | undefined;
|
|
2444
2444
|
attachments?: unknown[] | undefined;
|
|
2445
2445
|
blocks?: unknown[] | undefined;
|
|
@@ -2463,8 +2463,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2463
2463
|
}, {
|
|
2464
2464
|
type: string;
|
|
2465
2465
|
ts: string;
|
|
2466
|
-
user?: string | undefined;
|
|
2467
2466
|
text?: string | undefined;
|
|
2467
|
+
user?: string | undefined;
|
|
2468
2468
|
username?: string | undefined;
|
|
2469
2469
|
attachments?: unknown[] | undefined;
|
|
2470
2470
|
blocks?: unknown[] | undefined;
|
|
@@ -2489,15 +2489,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2489
2489
|
error: z.ZodString;
|
|
2490
2490
|
success: z.ZodBoolean;
|
|
2491
2491
|
}, "strip", z.ZodTypeAny, {
|
|
2492
|
-
success: boolean;
|
|
2493
2492
|
error: string;
|
|
2493
|
+
success: boolean;
|
|
2494
2494
|
operation: "update_message";
|
|
2495
2495
|
ok: boolean;
|
|
2496
2496
|
message?: {
|
|
2497
2497
|
type: string;
|
|
2498
2498
|
ts: string;
|
|
2499
|
-
user?: string | undefined;
|
|
2500
2499
|
text?: string | undefined;
|
|
2500
|
+
user?: string | undefined;
|
|
2501
2501
|
username?: string | undefined;
|
|
2502
2502
|
attachments?: unknown[] | undefined;
|
|
2503
2503
|
blocks?: unknown[] | undefined;
|
|
@@ -2523,15 +2523,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2523
2523
|
ts?: string | undefined;
|
|
2524
2524
|
channel?: string | undefined;
|
|
2525
2525
|
}, {
|
|
2526
|
-
success: boolean;
|
|
2527
2526
|
error: string;
|
|
2527
|
+
success: boolean;
|
|
2528
2528
|
operation: "update_message";
|
|
2529
2529
|
ok: boolean;
|
|
2530
2530
|
message?: {
|
|
2531
2531
|
type: string;
|
|
2532
2532
|
ts: string;
|
|
2533
|
-
user?: string | undefined;
|
|
2534
2533
|
text?: string | undefined;
|
|
2534
|
+
user?: string | undefined;
|
|
2535
2535
|
username?: string | undefined;
|
|
2536
2536
|
attachments?: unknown[] | undefined;
|
|
2537
2537
|
blocks?: unknown[] | undefined;
|
|
@@ -2564,15 +2564,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2564
2564
|
error: z.ZodString;
|
|
2565
2565
|
success: z.ZodBoolean;
|
|
2566
2566
|
}, "strip", z.ZodTypeAny, {
|
|
2567
|
-
success: boolean;
|
|
2568
2567
|
error: string;
|
|
2568
|
+
success: boolean;
|
|
2569
2569
|
operation: "delete_message";
|
|
2570
2570
|
ok: boolean;
|
|
2571
2571
|
ts?: string | undefined;
|
|
2572
2572
|
channel?: string | undefined;
|
|
2573
2573
|
}, {
|
|
2574
|
-
success: boolean;
|
|
2575
2574
|
error: string;
|
|
2575
|
+
success: boolean;
|
|
2576
2576
|
operation: "delete_message";
|
|
2577
2577
|
ok: boolean;
|
|
2578
2578
|
ts?: string | undefined;
|
|
@@ -2583,13 +2583,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2583
2583
|
error: z.ZodString;
|
|
2584
2584
|
success: z.ZodBoolean;
|
|
2585
2585
|
}, "strip", z.ZodTypeAny, {
|
|
2586
|
-
success: boolean;
|
|
2587
2586
|
error: string;
|
|
2587
|
+
success: boolean;
|
|
2588
2588
|
operation: "add_reaction";
|
|
2589
2589
|
ok: boolean;
|
|
2590
2590
|
}, {
|
|
2591
|
-
success: boolean;
|
|
2592
2591
|
error: string;
|
|
2592
|
+
success: boolean;
|
|
2593
2593
|
operation: "add_reaction";
|
|
2594
2594
|
ok: boolean;
|
|
2595
2595
|
}>, z.ZodObject<{
|
|
@@ -2598,13 +2598,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2598
2598
|
error: z.ZodString;
|
|
2599
2599
|
success: z.ZodBoolean;
|
|
2600
2600
|
}, "strip", z.ZodTypeAny, {
|
|
2601
|
-
success: boolean;
|
|
2602
2601
|
error: string;
|
|
2602
|
+
success: boolean;
|
|
2603
2603
|
operation: "remove_reaction";
|
|
2604
2604
|
ok: boolean;
|
|
2605
2605
|
}, {
|
|
2606
|
-
success: boolean;
|
|
2607
2606
|
error: string;
|
|
2607
|
+
success: boolean;
|
|
2608
2608
|
operation: "remove_reaction";
|
|
2609
2609
|
ok: boolean;
|
|
2610
2610
|
}>, z.ZodObject<{
|
|
@@ -2719,8 +2719,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2719
2719
|
has_rich_preview: z.ZodOptional<z.ZodBoolean>;
|
|
2720
2720
|
}, "strip", z.ZodTypeAny, {
|
|
2721
2721
|
name: string;
|
|
2722
|
-
user: string;
|
|
2723
2722
|
id: string;
|
|
2723
|
+
user: string;
|
|
2724
2724
|
username: string;
|
|
2725
2725
|
timestamp: number;
|
|
2726
2726
|
created: number;
|
|
@@ -2764,8 +2764,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2764
2764
|
has_rich_preview?: boolean | undefined;
|
|
2765
2765
|
}, {
|
|
2766
2766
|
name: string;
|
|
2767
|
-
user: string;
|
|
2768
2767
|
id: string;
|
|
2768
|
+
user: string;
|
|
2769
2769
|
username: string;
|
|
2770
2770
|
timestamp: number;
|
|
2771
2771
|
created: number;
|
|
@@ -2811,14 +2811,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2811
2811
|
error: z.ZodString;
|
|
2812
2812
|
success: z.ZodBoolean;
|
|
2813
2813
|
}, "strip", z.ZodTypeAny, {
|
|
2814
|
-
success: boolean;
|
|
2815
2814
|
error: string;
|
|
2815
|
+
success: boolean;
|
|
2816
2816
|
operation: "upload_file";
|
|
2817
2817
|
ok: boolean;
|
|
2818
2818
|
file?: {
|
|
2819
2819
|
name: string;
|
|
2820
|
-
user: string;
|
|
2821
2820
|
id: string;
|
|
2821
|
+
user: string;
|
|
2822
2822
|
username: string;
|
|
2823
2823
|
timestamp: number;
|
|
2824
2824
|
created: number;
|
|
@@ -2862,14 +2862,14 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2862
2862
|
has_rich_preview?: boolean | undefined;
|
|
2863
2863
|
} | undefined;
|
|
2864
2864
|
}, {
|
|
2865
|
-
success: boolean;
|
|
2866
2865
|
error: string;
|
|
2866
|
+
success: boolean;
|
|
2867
2867
|
operation: "upload_file";
|
|
2868
2868
|
ok: boolean;
|
|
2869
2869
|
file?: {
|
|
2870
2870
|
name: string;
|
|
2871
|
-
user: string;
|
|
2872
2871
|
id: string;
|
|
2872
|
+
user: string;
|
|
2873
2873
|
username: string;
|
|
2874
2874
|
timestamp: number;
|
|
2875
2875
|
created: number;
|
|
@@ -3279,18 +3279,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3279
3279
|
cursor: z.ZodOptional<z.ZodString>;
|
|
3280
3280
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3281
3281
|
}, "strip", z.ZodTypeAny, {
|
|
3282
|
-
limit: number;
|
|
3283
3282
|
operation: "list_channels";
|
|
3284
3283
|
types: ("public_channel" | "private_channel" | "mpim" | "im")[];
|
|
3285
3284
|
exclude_archived: boolean;
|
|
3285
|
+
limit: number;
|
|
3286
3286
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3287
3287
|
cursor?: string | undefined;
|
|
3288
3288
|
}, {
|
|
3289
3289
|
operation: "list_channels";
|
|
3290
|
-
limit?: number | undefined;
|
|
3291
3290
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3292
3291
|
types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
|
|
3293
3292
|
exclude_archived?: boolean | undefined;
|
|
3293
|
+
limit?: number | undefined;
|
|
3294
3294
|
cursor?: string | undefined;
|
|
3295
3295
|
}>, z.ZodObject<{
|
|
3296
3296
|
operation: z.ZodLiteral<"get_channel_info">;
|
|
@@ -3329,15 +3329,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3329
3329
|
include_locale: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3330
3330
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3331
3331
|
}, "strip", z.ZodTypeAny, {
|
|
3332
|
-
limit: number;
|
|
3333
3332
|
operation: "list_users";
|
|
3333
|
+
limit: number;
|
|
3334
3334
|
include_locale: boolean;
|
|
3335
3335
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3336
3336
|
cursor?: string | undefined;
|
|
3337
3337
|
}, {
|
|
3338
3338
|
operation: "list_users";
|
|
3339
|
-
limit?: number | undefined;
|
|
3340
3339
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3340
|
+
limit?: number | undefined;
|
|
3341
3341
|
cursor?: string | undefined;
|
|
3342
3342
|
include_locale?: boolean | undefined;
|
|
3343
3343
|
}>, z.ZodObject<{
|
|
@@ -3351,9 +3351,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3351
3351
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3352
3352
|
}, "strip", z.ZodTypeAny, {
|
|
3353
3353
|
inclusive: boolean;
|
|
3354
|
-
limit: number;
|
|
3355
3354
|
operation: "get_conversation_history";
|
|
3356
3355
|
channel: string;
|
|
3356
|
+
limit: number;
|
|
3357
3357
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3358
3358
|
cursor?: string | undefined;
|
|
3359
3359
|
latest?: string | undefined;
|
|
@@ -3362,8 +3362,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3362
3362
|
operation: "get_conversation_history";
|
|
3363
3363
|
channel: string;
|
|
3364
3364
|
inclusive?: boolean | undefined;
|
|
3365
|
-
limit?: number | undefined;
|
|
3366
3365
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3366
|
+
limit?: number | undefined;
|
|
3367
3367
|
cursor?: string | undefined;
|
|
3368
3368
|
latest?: string | undefined;
|
|
3369
3369
|
oldest?: string | undefined;
|
|
@@ -3379,10 +3379,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3379
3379
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3380
3380
|
}, "strip", z.ZodTypeAny, {
|
|
3381
3381
|
inclusive: boolean;
|
|
3382
|
-
limit: number;
|
|
3383
3382
|
ts: string;
|
|
3384
3383
|
operation: "get_thread_replies";
|
|
3385
3384
|
channel: string;
|
|
3385
|
+
limit: number;
|
|
3386
3386
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3387
3387
|
cursor?: string | undefined;
|
|
3388
3388
|
latest?: string | undefined;
|
|
@@ -3392,8 +3392,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3392
3392
|
operation: "get_thread_replies";
|
|
3393
3393
|
channel: string;
|
|
3394
3394
|
inclusive?: boolean | undefined;
|
|
3395
|
-
limit?: number | undefined;
|
|
3396
3395
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3396
|
+
limit?: number | undefined;
|
|
3397
3397
|
cursor?: string | undefined;
|
|
3398
3398
|
latest?: string | undefined;
|
|
3399
3399
|
oldest?: string | undefined;
|
|
@@ -3848,8 +3848,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3848
3848
|
}, "strip", z.ZodTypeAny, {
|
|
3849
3849
|
type: string;
|
|
3850
3850
|
ts: string;
|
|
3851
|
-
user?: string | undefined;
|
|
3852
3851
|
text?: string | undefined;
|
|
3852
|
+
user?: string | undefined;
|
|
3853
3853
|
username?: string | undefined;
|
|
3854
3854
|
attachments?: unknown[] | undefined;
|
|
3855
3855
|
blocks?: unknown[] | undefined;
|
|
@@ -3873,8 +3873,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3873
3873
|
}, {
|
|
3874
3874
|
type: string;
|
|
3875
3875
|
ts: string;
|
|
3876
|
-
user?: string | undefined;
|
|
3877
3876
|
text?: string | undefined;
|
|
3877
|
+
user?: string | undefined;
|
|
3878
3878
|
username?: string | undefined;
|
|
3879
3879
|
attachments?: unknown[] | undefined;
|
|
3880
3880
|
blocks?: unknown[] | undefined;
|
|
@@ -3899,15 +3899,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3899
3899
|
error: z.ZodString;
|
|
3900
3900
|
success: z.ZodBoolean;
|
|
3901
3901
|
}, "strip", z.ZodTypeAny, {
|
|
3902
|
-
success: boolean;
|
|
3903
3902
|
error: string;
|
|
3903
|
+
success: boolean;
|
|
3904
3904
|
operation: "send_message";
|
|
3905
3905
|
ok: boolean;
|
|
3906
3906
|
message?: {
|
|
3907
3907
|
type: string;
|
|
3908
3908
|
ts: string;
|
|
3909
|
-
user?: string | undefined;
|
|
3910
3909
|
text?: string | undefined;
|
|
3910
|
+
user?: string | undefined;
|
|
3911
3911
|
username?: string | undefined;
|
|
3912
3912
|
attachments?: unknown[] | undefined;
|
|
3913
3913
|
blocks?: unknown[] | undefined;
|
|
@@ -3932,15 +3932,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3932
3932
|
ts?: string | undefined;
|
|
3933
3933
|
channel?: string | undefined;
|
|
3934
3934
|
}, {
|
|
3935
|
-
success: boolean;
|
|
3936
3935
|
error: string;
|
|
3936
|
+
success: boolean;
|
|
3937
3937
|
operation: "send_message";
|
|
3938
3938
|
ok: boolean;
|
|
3939
3939
|
message?: {
|
|
3940
3940
|
type: string;
|
|
3941
3941
|
ts: string;
|
|
3942
|
-
user?: string | undefined;
|
|
3943
3942
|
text?: string | undefined;
|
|
3943
|
+
user?: string | undefined;
|
|
3944
3944
|
username?: string | undefined;
|
|
3945
3945
|
attachments?: unknown[] | undefined;
|
|
3946
3946
|
blocks?: unknown[] | undefined;
|
|
@@ -4093,8 +4093,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4093
4093
|
error: z.ZodString;
|
|
4094
4094
|
success: z.ZodBoolean;
|
|
4095
4095
|
}, "strip", z.ZodTypeAny, {
|
|
4096
|
-
success: boolean;
|
|
4097
4096
|
error: string;
|
|
4097
|
+
success: boolean;
|
|
4098
4098
|
operation: "list_channels";
|
|
4099
4099
|
ok: boolean;
|
|
4100
4100
|
response_metadata?: {
|
|
@@ -4135,8 +4135,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4135
4135
|
num_members?: number | undefined;
|
|
4136
4136
|
}[] | undefined;
|
|
4137
4137
|
}, {
|
|
4138
|
-
success: boolean;
|
|
4139
4138
|
error: string;
|
|
4139
|
+
success: boolean;
|
|
4140
4140
|
operation: "list_channels";
|
|
4141
4141
|
ok: boolean;
|
|
4142
4142
|
response_metadata?: {
|
|
@@ -4298,8 +4298,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4298
4298
|
error: z.ZodString;
|
|
4299
4299
|
success: z.ZodBoolean;
|
|
4300
4300
|
}, "strip", z.ZodTypeAny, {
|
|
4301
|
-
success: boolean;
|
|
4302
4301
|
error: string;
|
|
4302
|
+
success: boolean;
|
|
4303
4303
|
operation: "get_channel_info";
|
|
4304
4304
|
ok: boolean;
|
|
4305
4305
|
channel?: {
|
|
@@ -4337,8 +4337,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4337
4337
|
num_members?: number | undefined;
|
|
4338
4338
|
} | undefined;
|
|
4339
4339
|
}, {
|
|
4340
|
-
success: boolean;
|
|
4341
4340
|
error: string;
|
|
4341
|
+
success: boolean;
|
|
4342
4342
|
operation: "get_channel_info";
|
|
4343
4343
|
ok: boolean;
|
|
4344
4344
|
channel?: {
|
|
@@ -4476,13 +4476,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4476
4476
|
}, "strip", z.ZodTypeAny, {
|
|
4477
4477
|
name: string;
|
|
4478
4478
|
id: string;
|
|
4479
|
-
color?: string | undefined;
|
|
4480
|
-
team_id?: string | undefined;
|
|
4481
|
-
deleted?: boolean | undefined;
|
|
4482
|
-
real_name?: string | undefined;
|
|
4483
|
-
tz?: string | undefined;
|
|
4484
|
-
tz_label?: string | undefined;
|
|
4485
|
-
tz_offset?: number | undefined;
|
|
4486
4479
|
profile?: {
|
|
4487
4480
|
title?: string | undefined;
|
|
4488
4481
|
email?: string | undefined;
|
|
@@ -4509,6 +4502,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4509
4502
|
image_512?: string | undefined;
|
|
4510
4503
|
image_1024?: string | undefined;
|
|
4511
4504
|
} | undefined;
|
|
4505
|
+
color?: string | undefined;
|
|
4506
|
+
team_id?: string | undefined;
|
|
4507
|
+
deleted?: boolean | undefined;
|
|
4508
|
+
real_name?: string | undefined;
|
|
4509
|
+
tz?: string | undefined;
|
|
4510
|
+
tz_label?: string | undefined;
|
|
4511
|
+
tz_offset?: number | undefined;
|
|
4512
4512
|
is_admin?: boolean | undefined;
|
|
4513
4513
|
is_owner?: boolean | undefined;
|
|
4514
4514
|
is_primary_owner?: boolean | undefined;
|
|
@@ -4521,13 +4521,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4521
4521
|
}, {
|
|
4522
4522
|
name: string;
|
|
4523
4523
|
id: string;
|
|
4524
|
-
color?: string | undefined;
|
|
4525
|
-
team_id?: string | undefined;
|
|
4526
|
-
deleted?: boolean | undefined;
|
|
4527
|
-
real_name?: string | undefined;
|
|
4528
|
-
tz?: string | undefined;
|
|
4529
|
-
tz_label?: string | undefined;
|
|
4530
|
-
tz_offset?: number | undefined;
|
|
4531
4524
|
profile?: {
|
|
4532
4525
|
title?: string | undefined;
|
|
4533
4526
|
email?: string | undefined;
|
|
@@ -4554,6 +4547,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4554
4547
|
image_512?: string | undefined;
|
|
4555
4548
|
image_1024?: string | undefined;
|
|
4556
4549
|
} | undefined;
|
|
4550
|
+
color?: string | undefined;
|
|
4551
|
+
team_id?: string | undefined;
|
|
4552
|
+
deleted?: boolean | undefined;
|
|
4553
|
+
real_name?: string | undefined;
|
|
4554
|
+
tz?: string | undefined;
|
|
4555
|
+
tz_label?: string | undefined;
|
|
4556
|
+
tz_offset?: number | undefined;
|
|
4557
4557
|
is_admin?: boolean | undefined;
|
|
4558
4558
|
is_owner?: boolean | undefined;
|
|
4559
4559
|
is_primary_owner?: boolean | undefined;
|
|
@@ -4567,20 +4567,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4567
4567
|
error: z.ZodString;
|
|
4568
4568
|
success: z.ZodBoolean;
|
|
4569
4569
|
}, "strip", z.ZodTypeAny, {
|
|
4570
|
-
success: boolean;
|
|
4571
4570
|
error: string;
|
|
4571
|
+
success: boolean;
|
|
4572
4572
|
operation: "get_user_info";
|
|
4573
4573
|
ok: boolean;
|
|
4574
4574
|
user?: {
|
|
4575
4575
|
name: string;
|
|
4576
4576
|
id: string;
|
|
4577
|
-
color?: string | undefined;
|
|
4578
|
-
team_id?: string | undefined;
|
|
4579
|
-
deleted?: boolean | undefined;
|
|
4580
|
-
real_name?: string | undefined;
|
|
4581
|
-
tz?: string | undefined;
|
|
4582
|
-
tz_label?: string | undefined;
|
|
4583
|
-
tz_offset?: number | undefined;
|
|
4584
4577
|
profile?: {
|
|
4585
4578
|
title?: string | undefined;
|
|
4586
4579
|
email?: string | undefined;
|
|
@@ -4607,6 +4600,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4607
4600
|
image_512?: string | undefined;
|
|
4608
4601
|
image_1024?: string | undefined;
|
|
4609
4602
|
} | undefined;
|
|
4603
|
+
color?: string | undefined;
|
|
4604
|
+
team_id?: string | undefined;
|
|
4605
|
+
deleted?: boolean | undefined;
|
|
4606
|
+
real_name?: string | undefined;
|
|
4607
|
+
tz?: string | undefined;
|
|
4608
|
+
tz_label?: string | undefined;
|
|
4609
|
+
tz_offset?: number | undefined;
|
|
4610
4610
|
is_admin?: boolean | undefined;
|
|
4611
4611
|
is_owner?: boolean | undefined;
|
|
4612
4612
|
is_primary_owner?: boolean | undefined;
|
|
@@ -4618,20 +4618,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4618
4618
|
has_2fa?: boolean | undefined;
|
|
4619
4619
|
} | undefined;
|
|
4620
4620
|
}, {
|
|
4621
|
-
success: boolean;
|
|
4622
4621
|
error: string;
|
|
4622
|
+
success: boolean;
|
|
4623
4623
|
operation: "get_user_info";
|
|
4624
4624
|
ok: boolean;
|
|
4625
4625
|
user?: {
|
|
4626
4626
|
name: string;
|
|
4627
4627
|
id: string;
|
|
4628
|
-
color?: string | undefined;
|
|
4629
|
-
team_id?: string | undefined;
|
|
4630
|
-
deleted?: boolean | undefined;
|
|
4631
|
-
real_name?: string | undefined;
|
|
4632
|
-
tz?: string | undefined;
|
|
4633
|
-
tz_label?: string | undefined;
|
|
4634
|
-
tz_offset?: number | undefined;
|
|
4635
4628
|
profile?: {
|
|
4636
4629
|
title?: string | undefined;
|
|
4637
4630
|
email?: string | undefined;
|
|
@@ -4658,6 +4651,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4658
4651
|
image_512?: string | undefined;
|
|
4659
4652
|
image_1024?: string | undefined;
|
|
4660
4653
|
} | undefined;
|
|
4654
|
+
color?: string | undefined;
|
|
4655
|
+
team_id?: string | undefined;
|
|
4656
|
+
deleted?: boolean | undefined;
|
|
4657
|
+
real_name?: string | undefined;
|
|
4658
|
+
tz?: string | undefined;
|
|
4659
|
+
tz_label?: string | undefined;
|
|
4660
|
+
tz_offset?: number | undefined;
|
|
4661
4661
|
is_admin?: boolean | undefined;
|
|
4662
4662
|
is_owner?: boolean | undefined;
|
|
4663
4663
|
is_primary_owner?: boolean | undefined;
|
|
@@ -4769,13 +4769,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4769
4769
|
}, "strip", z.ZodTypeAny, {
|
|
4770
4770
|
name: string;
|
|
4771
4771
|
id: string;
|
|
4772
|
-
color?: string | undefined;
|
|
4773
|
-
team_id?: string | undefined;
|
|
4774
|
-
deleted?: boolean | undefined;
|
|
4775
|
-
real_name?: string | undefined;
|
|
4776
|
-
tz?: string | undefined;
|
|
4777
|
-
tz_label?: string | undefined;
|
|
4778
|
-
tz_offset?: number | undefined;
|
|
4779
4772
|
profile?: {
|
|
4780
4773
|
title?: string | undefined;
|
|
4781
4774
|
email?: string | undefined;
|
|
@@ -4802,6 +4795,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4802
4795
|
image_512?: string | undefined;
|
|
4803
4796
|
image_1024?: string | undefined;
|
|
4804
4797
|
} | undefined;
|
|
4798
|
+
color?: string | undefined;
|
|
4799
|
+
team_id?: string | undefined;
|
|
4800
|
+
deleted?: boolean | undefined;
|
|
4801
|
+
real_name?: string | undefined;
|
|
4802
|
+
tz?: string | undefined;
|
|
4803
|
+
tz_label?: string | undefined;
|
|
4804
|
+
tz_offset?: number | undefined;
|
|
4805
4805
|
is_admin?: boolean | undefined;
|
|
4806
4806
|
is_owner?: boolean | undefined;
|
|
4807
4807
|
is_primary_owner?: boolean | undefined;
|
|
@@ -4814,13 +4814,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4814
4814
|
}, {
|
|
4815
4815
|
name: string;
|
|
4816
4816
|
id: string;
|
|
4817
|
-
color?: string | undefined;
|
|
4818
|
-
team_id?: string | undefined;
|
|
4819
|
-
deleted?: boolean | undefined;
|
|
4820
|
-
real_name?: string | undefined;
|
|
4821
|
-
tz?: string | undefined;
|
|
4822
|
-
tz_label?: string | undefined;
|
|
4823
|
-
tz_offset?: number | undefined;
|
|
4824
4817
|
profile?: {
|
|
4825
4818
|
title?: string | undefined;
|
|
4826
4819
|
email?: string | undefined;
|
|
@@ -4847,6 +4840,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4847
4840
|
image_512?: string | undefined;
|
|
4848
4841
|
image_1024?: string | undefined;
|
|
4849
4842
|
} | undefined;
|
|
4843
|
+
color?: string | undefined;
|
|
4844
|
+
team_id?: string | undefined;
|
|
4845
|
+
deleted?: boolean | undefined;
|
|
4846
|
+
real_name?: string | undefined;
|
|
4847
|
+
tz?: string | undefined;
|
|
4848
|
+
tz_label?: string | undefined;
|
|
4849
|
+
tz_offset?: number | undefined;
|
|
4850
4850
|
is_admin?: boolean | undefined;
|
|
4851
4851
|
is_owner?: boolean | undefined;
|
|
4852
4852
|
is_primary_owner?: boolean | undefined;
|
|
@@ -4867,8 +4867,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4867
4867
|
error: z.ZodString;
|
|
4868
4868
|
success: z.ZodBoolean;
|
|
4869
4869
|
}, "strip", z.ZodTypeAny, {
|
|
4870
|
-
success: boolean;
|
|
4871
4870
|
error: string;
|
|
4871
|
+
success: boolean;
|
|
4872
4872
|
operation: "list_users";
|
|
4873
4873
|
ok: boolean;
|
|
4874
4874
|
response_metadata?: {
|
|
@@ -4877,13 +4877,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4877
4877
|
members?: {
|
|
4878
4878
|
name: string;
|
|
4879
4879
|
id: string;
|
|
4880
|
-
color?: string | undefined;
|
|
4881
|
-
team_id?: string | undefined;
|
|
4882
|
-
deleted?: boolean | undefined;
|
|
4883
|
-
real_name?: string | undefined;
|
|
4884
|
-
tz?: string | undefined;
|
|
4885
|
-
tz_label?: string | undefined;
|
|
4886
|
-
tz_offset?: number | undefined;
|
|
4887
4880
|
profile?: {
|
|
4888
4881
|
title?: string | undefined;
|
|
4889
4882
|
email?: string | undefined;
|
|
@@ -4910,6 +4903,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4910
4903
|
image_512?: string | undefined;
|
|
4911
4904
|
image_1024?: string | undefined;
|
|
4912
4905
|
} | undefined;
|
|
4906
|
+
color?: string | undefined;
|
|
4907
|
+
team_id?: string | undefined;
|
|
4908
|
+
deleted?: boolean | undefined;
|
|
4909
|
+
real_name?: string | undefined;
|
|
4910
|
+
tz?: string | undefined;
|
|
4911
|
+
tz_label?: string | undefined;
|
|
4912
|
+
tz_offset?: number | undefined;
|
|
4913
4913
|
is_admin?: boolean | undefined;
|
|
4914
4914
|
is_owner?: boolean | undefined;
|
|
4915
4915
|
is_primary_owner?: boolean | undefined;
|
|
@@ -4921,8 +4921,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4921
4921
|
has_2fa?: boolean | undefined;
|
|
4922
4922
|
}[] | undefined;
|
|
4923
4923
|
}, {
|
|
4924
|
-
success: boolean;
|
|
4925
4924
|
error: string;
|
|
4925
|
+
success: boolean;
|
|
4926
4926
|
operation: "list_users";
|
|
4927
4927
|
ok: boolean;
|
|
4928
4928
|
response_metadata?: {
|
|
@@ -4931,13 +4931,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4931
4931
|
members?: {
|
|
4932
4932
|
name: string;
|
|
4933
4933
|
id: string;
|
|
4934
|
-
color?: string | undefined;
|
|
4935
|
-
team_id?: string | undefined;
|
|
4936
|
-
deleted?: boolean | undefined;
|
|
4937
|
-
real_name?: string | undefined;
|
|
4938
|
-
tz?: string | undefined;
|
|
4939
|
-
tz_label?: string | undefined;
|
|
4940
|
-
tz_offset?: number | undefined;
|
|
4941
4934
|
profile?: {
|
|
4942
4935
|
title?: string | undefined;
|
|
4943
4936
|
email?: string | undefined;
|
|
@@ -4964,6 +4957,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4964
4957
|
image_512?: string | undefined;
|
|
4965
4958
|
image_1024?: string | undefined;
|
|
4966
4959
|
} | undefined;
|
|
4960
|
+
color?: string | undefined;
|
|
4961
|
+
team_id?: string | undefined;
|
|
4962
|
+
deleted?: boolean | undefined;
|
|
4963
|
+
real_name?: string | undefined;
|
|
4964
|
+
tz?: string | undefined;
|
|
4965
|
+
tz_label?: string | undefined;
|
|
4966
|
+
tz_offset?: number | undefined;
|
|
4967
4967
|
is_admin?: boolean | undefined;
|
|
4968
4968
|
is_owner?: boolean | undefined;
|
|
4969
4969
|
is_primary_owner?: boolean | undefined;
|
|
@@ -5017,8 +5017,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5017
5017
|
}, "strip", z.ZodTypeAny, {
|
|
5018
5018
|
type: string;
|
|
5019
5019
|
ts: string;
|
|
5020
|
-
user?: string | undefined;
|
|
5021
5020
|
text?: string | undefined;
|
|
5021
|
+
user?: string | undefined;
|
|
5022
5022
|
username?: string | undefined;
|
|
5023
5023
|
attachments?: unknown[] | undefined;
|
|
5024
5024
|
blocks?: unknown[] | undefined;
|
|
@@ -5042,8 +5042,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5042
5042
|
}, {
|
|
5043
5043
|
type: string;
|
|
5044
5044
|
ts: string;
|
|
5045
|
-
user?: string | undefined;
|
|
5046
5045
|
text?: string | undefined;
|
|
5046
|
+
user?: string | undefined;
|
|
5047
5047
|
username?: string | undefined;
|
|
5048
5048
|
attachments?: unknown[] | undefined;
|
|
5049
5049
|
blocks?: unknown[] | undefined;
|
|
@@ -5076,15 +5076,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5076
5076
|
error: z.ZodString;
|
|
5077
5077
|
success: z.ZodBoolean;
|
|
5078
5078
|
}, "strip", z.ZodTypeAny, {
|
|
5079
|
-
success: boolean;
|
|
5080
5079
|
error: string;
|
|
5080
|
+
success: boolean;
|
|
5081
5081
|
operation: "get_conversation_history";
|
|
5082
5082
|
ok: boolean;
|
|
5083
|
+
response_metadata?: {
|
|
5084
|
+
next_cursor: string;
|
|
5085
|
+
} | undefined;
|
|
5083
5086
|
messages?: {
|
|
5084
5087
|
type: string;
|
|
5085
5088
|
ts: string;
|
|
5086
|
-
user?: string | undefined;
|
|
5087
5089
|
text?: string | undefined;
|
|
5090
|
+
user?: string | undefined;
|
|
5088
5091
|
username?: string | undefined;
|
|
5089
5092
|
attachments?: unknown[] | undefined;
|
|
5090
5093
|
blocks?: unknown[] | undefined;
|
|
@@ -5106,20 +5109,20 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5106
5109
|
count: number;
|
|
5107
5110
|
}[] | undefined;
|
|
5108
5111
|
}[] | undefined;
|
|
5109
|
-
response_metadata?: {
|
|
5110
|
-
next_cursor: string;
|
|
5111
|
-
} | undefined;
|
|
5112
5112
|
has_more?: boolean | undefined;
|
|
5113
5113
|
}, {
|
|
5114
|
-
success: boolean;
|
|
5115
5114
|
error: string;
|
|
5115
|
+
success: boolean;
|
|
5116
5116
|
operation: "get_conversation_history";
|
|
5117
5117
|
ok: boolean;
|
|
5118
|
+
response_metadata?: {
|
|
5119
|
+
next_cursor: string;
|
|
5120
|
+
} | undefined;
|
|
5118
5121
|
messages?: {
|
|
5119
5122
|
type: string;
|
|
5120
5123
|
ts: string;
|
|
5121
|
-
user?: string | undefined;
|
|
5122
5124
|
text?: string | undefined;
|
|
5125
|
+
user?: string | undefined;
|
|
5123
5126
|
username?: string | undefined;
|
|
5124
5127
|
attachments?: unknown[] | undefined;
|
|
5125
5128
|
blocks?: unknown[] | undefined;
|
|
@@ -5141,9 +5144,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5141
5144
|
count: number;
|
|
5142
5145
|
}[] | undefined;
|
|
5143
5146
|
}[] | undefined;
|
|
5144
|
-
response_metadata?: {
|
|
5145
|
-
next_cursor: string;
|
|
5146
|
-
} | undefined;
|
|
5147
5147
|
has_more?: boolean | undefined;
|
|
5148
5148
|
}>, z.ZodObject<{
|
|
5149
5149
|
operation: z.ZodLiteral<"get_thread_replies">;
|
|
@@ -5188,8 +5188,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5188
5188
|
}, "strip", z.ZodTypeAny, {
|
|
5189
5189
|
type: string;
|
|
5190
5190
|
ts: string;
|
|
5191
|
-
user?: string | undefined;
|
|
5192
5191
|
text?: string | undefined;
|
|
5192
|
+
user?: string | undefined;
|
|
5193
5193
|
username?: string | undefined;
|
|
5194
5194
|
attachments?: unknown[] | undefined;
|
|
5195
5195
|
blocks?: unknown[] | undefined;
|
|
@@ -5213,8 +5213,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5213
5213
|
}, {
|
|
5214
5214
|
type: string;
|
|
5215
5215
|
ts: string;
|
|
5216
|
-
user?: string | undefined;
|
|
5217
5216
|
text?: string | undefined;
|
|
5217
|
+
user?: string | undefined;
|
|
5218
5218
|
username?: string | undefined;
|
|
5219
5219
|
attachments?: unknown[] | undefined;
|
|
5220
5220
|
blocks?: unknown[] | undefined;
|
|
@@ -5247,15 +5247,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5247
5247
|
error: z.ZodString;
|
|
5248
5248
|
success: z.ZodBoolean;
|
|
5249
5249
|
}, "strip", z.ZodTypeAny, {
|
|
5250
|
-
success: boolean;
|
|
5251
5250
|
error: string;
|
|
5251
|
+
success: boolean;
|
|
5252
5252
|
operation: "get_thread_replies";
|
|
5253
5253
|
ok: boolean;
|
|
5254
|
+
response_metadata?: {
|
|
5255
|
+
next_cursor: string;
|
|
5256
|
+
} | undefined;
|
|
5254
5257
|
messages?: {
|
|
5255
5258
|
type: string;
|
|
5256
5259
|
ts: string;
|
|
5257
|
-
user?: string | undefined;
|
|
5258
5260
|
text?: string | undefined;
|
|
5261
|
+
user?: string | undefined;
|
|
5259
5262
|
username?: string | undefined;
|
|
5260
5263
|
attachments?: unknown[] | undefined;
|
|
5261
5264
|
blocks?: unknown[] | undefined;
|
|
@@ -5277,20 +5280,20 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5277
5280
|
count: number;
|
|
5278
5281
|
}[] | undefined;
|
|
5279
5282
|
}[] | undefined;
|
|
5280
|
-
response_metadata?: {
|
|
5281
|
-
next_cursor: string;
|
|
5282
|
-
} | undefined;
|
|
5283
5283
|
has_more?: boolean | undefined;
|
|
5284
5284
|
}, {
|
|
5285
|
-
success: boolean;
|
|
5286
5285
|
error: string;
|
|
5286
|
+
success: boolean;
|
|
5287
5287
|
operation: "get_thread_replies";
|
|
5288
5288
|
ok: boolean;
|
|
5289
|
+
response_metadata?: {
|
|
5290
|
+
next_cursor: string;
|
|
5291
|
+
} | undefined;
|
|
5289
5292
|
messages?: {
|
|
5290
5293
|
type: string;
|
|
5291
5294
|
ts: string;
|
|
5292
|
-
user?: string | undefined;
|
|
5293
5295
|
text?: string | undefined;
|
|
5296
|
+
user?: string | undefined;
|
|
5294
5297
|
username?: string | undefined;
|
|
5295
5298
|
attachments?: unknown[] | undefined;
|
|
5296
5299
|
blocks?: unknown[] | undefined;
|
|
@@ -5312,9 +5315,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5312
5315
|
count: number;
|
|
5313
5316
|
}[] | undefined;
|
|
5314
5317
|
}[] | undefined;
|
|
5315
|
-
response_metadata?: {
|
|
5316
|
-
next_cursor: string;
|
|
5317
|
-
} | undefined;
|
|
5318
5318
|
has_more?: boolean | undefined;
|
|
5319
5319
|
}>, z.ZodObject<{
|
|
5320
5320
|
operation: z.ZodLiteral<"update_message">;
|
|
@@ -5362,8 +5362,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5362
5362
|
}, "strip", z.ZodTypeAny, {
|
|
5363
5363
|
type: string;
|
|
5364
5364
|
ts: string;
|
|
5365
|
-
user?: string | undefined;
|
|
5366
5365
|
text?: string | undefined;
|
|
5366
|
+
user?: string | undefined;
|
|
5367
5367
|
username?: string | undefined;
|
|
5368
5368
|
attachments?: unknown[] | undefined;
|
|
5369
5369
|
blocks?: unknown[] | undefined;
|
|
@@ -5387,8 +5387,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5387
5387
|
}, {
|
|
5388
5388
|
type: string;
|
|
5389
5389
|
ts: string;
|
|
5390
|
-
user?: string | undefined;
|
|
5391
5390
|
text?: string | undefined;
|
|
5391
|
+
user?: string | undefined;
|
|
5392
5392
|
username?: string | undefined;
|
|
5393
5393
|
attachments?: unknown[] | undefined;
|
|
5394
5394
|
blocks?: unknown[] | undefined;
|
|
@@ -5413,15 +5413,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5413
5413
|
error: z.ZodString;
|
|
5414
5414
|
success: z.ZodBoolean;
|
|
5415
5415
|
}, "strip", z.ZodTypeAny, {
|
|
5416
|
-
success: boolean;
|
|
5417
5416
|
error: string;
|
|
5417
|
+
success: boolean;
|
|
5418
5418
|
operation: "update_message";
|
|
5419
5419
|
ok: boolean;
|
|
5420
5420
|
message?: {
|
|
5421
5421
|
type: string;
|
|
5422
5422
|
ts: string;
|
|
5423
|
-
user?: string | undefined;
|
|
5424
5423
|
text?: string | undefined;
|
|
5424
|
+
user?: string | undefined;
|
|
5425
5425
|
username?: string | undefined;
|
|
5426
5426
|
attachments?: unknown[] | undefined;
|
|
5427
5427
|
blocks?: unknown[] | undefined;
|
|
@@ -5447,15 +5447,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5447
5447
|
ts?: string | undefined;
|
|
5448
5448
|
channel?: string | undefined;
|
|
5449
5449
|
}, {
|
|
5450
|
-
success: boolean;
|
|
5451
5450
|
error: string;
|
|
5451
|
+
success: boolean;
|
|
5452
5452
|
operation: "update_message";
|
|
5453
5453
|
ok: boolean;
|
|
5454
5454
|
message?: {
|
|
5455
5455
|
type: string;
|
|
5456
5456
|
ts: string;
|
|
5457
|
-
user?: string | undefined;
|
|
5458
5457
|
text?: string | undefined;
|
|
5458
|
+
user?: string | undefined;
|
|
5459
5459
|
username?: string | undefined;
|
|
5460
5460
|
attachments?: unknown[] | undefined;
|
|
5461
5461
|
blocks?: unknown[] | undefined;
|
|
@@ -5488,15 +5488,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5488
5488
|
error: z.ZodString;
|
|
5489
5489
|
success: z.ZodBoolean;
|
|
5490
5490
|
}, "strip", z.ZodTypeAny, {
|
|
5491
|
-
success: boolean;
|
|
5492
5491
|
error: string;
|
|
5492
|
+
success: boolean;
|
|
5493
5493
|
operation: "delete_message";
|
|
5494
5494
|
ok: boolean;
|
|
5495
5495
|
ts?: string | undefined;
|
|
5496
5496
|
channel?: string | undefined;
|
|
5497
5497
|
}, {
|
|
5498
|
-
success: boolean;
|
|
5499
5498
|
error: string;
|
|
5499
|
+
success: boolean;
|
|
5500
5500
|
operation: "delete_message";
|
|
5501
5501
|
ok: boolean;
|
|
5502
5502
|
ts?: string | undefined;
|
|
@@ -5507,13 +5507,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5507
5507
|
error: z.ZodString;
|
|
5508
5508
|
success: z.ZodBoolean;
|
|
5509
5509
|
}, "strip", z.ZodTypeAny, {
|
|
5510
|
-
success: boolean;
|
|
5511
5510
|
error: string;
|
|
5511
|
+
success: boolean;
|
|
5512
5512
|
operation: "add_reaction";
|
|
5513
5513
|
ok: boolean;
|
|
5514
5514
|
}, {
|
|
5515
|
-
success: boolean;
|
|
5516
5515
|
error: string;
|
|
5516
|
+
success: boolean;
|
|
5517
5517
|
operation: "add_reaction";
|
|
5518
5518
|
ok: boolean;
|
|
5519
5519
|
}>, z.ZodObject<{
|
|
@@ -5522,13 +5522,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5522
5522
|
error: z.ZodString;
|
|
5523
5523
|
success: z.ZodBoolean;
|
|
5524
5524
|
}, "strip", z.ZodTypeAny, {
|
|
5525
|
-
success: boolean;
|
|
5526
5525
|
error: string;
|
|
5526
|
+
success: boolean;
|
|
5527
5527
|
operation: "remove_reaction";
|
|
5528
5528
|
ok: boolean;
|
|
5529
5529
|
}, {
|
|
5530
|
-
success: boolean;
|
|
5531
5530
|
error: string;
|
|
5531
|
+
success: boolean;
|
|
5532
5532
|
operation: "remove_reaction";
|
|
5533
5533
|
ok: boolean;
|
|
5534
5534
|
}>, z.ZodObject<{
|
|
@@ -5643,8 +5643,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5643
5643
|
has_rich_preview: z.ZodOptional<z.ZodBoolean>;
|
|
5644
5644
|
}, "strip", z.ZodTypeAny, {
|
|
5645
5645
|
name: string;
|
|
5646
|
-
user: string;
|
|
5647
5646
|
id: string;
|
|
5647
|
+
user: string;
|
|
5648
5648
|
username: string;
|
|
5649
5649
|
timestamp: number;
|
|
5650
5650
|
created: number;
|
|
@@ -5688,8 +5688,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5688
5688
|
has_rich_preview?: boolean | undefined;
|
|
5689
5689
|
}, {
|
|
5690
5690
|
name: string;
|
|
5691
|
-
user: string;
|
|
5692
5691
|
id: string;
|
|
5692
|
+
user: string;
|
|
5693
5693
|
username: string;
|
|
5694
5694
|
timestamp: number;
|
|
5695
5695
|
created: number;
|
|
@@ -5735,14 +5735,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5735
5735
|
error: z.ZodString;
|
|
5736
5736
|
success: z.ZodBoolean;
|
|
5737
5737
|
}, "strip", z.ZodTypeAny, {
|
|
5738
|
-
success: boolean;
|
|
5739
5738
|
error: string;
|
|
5739
|
+
success: boolean;
|
|
5740
5740
|
operation: "upload_file";
|
|
5741
5741
|
ok: boolean;
|
|
5742
5742
|
file?: {
|
|
5743
5743
|
name: string;
|
|
5744
|
-
user: string;
|
|
5745
5744
|
id: string;
|
|
5745
|
+
user: string;
|
|
5746
5746
|
username: string;
|
|
5747
5747
|
timestamp: number;
|
|
5748
5748
|
created: number;
|
|
@@ -5786,14 +5786,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5786
5786
|
has_rich_preview?: boolean | undefined;
|
|
5787
5787
|
} | undefined;
|
|
5788
5788
|
}, {
|
|
5789
|
-
success: boolean;
|
|
5790
5789
|
error: string;
|
|
5790
|
+
success: boolean;
|
|
5791
5791
|
operation: "upload_file";
|
|
5792
5792
|
ok: boolean;
|
|
5793
5793
|
file?: {
|
|
5794
5794
|
name: string;
|
|
5795
|
-
user: string;
|
|
5796
5795
|
id: string;
|
|
5796
|
+
user: string;
|
|
5797
5797
|
username: string;
|
|
5798
5798
|
timestamp: number;
|
|
5799
5799
|
created: number;
|
|
@@ -5840,7 +5840,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5840
5840
|
static readonly shortDescription = "Slack integration for messaging and workspace management";
|
|
5841
5841
|
static readonly longDescription = "\n Comprehensive Slack integration bubble for managing messages, channels, and users.\n Use cases:\n - Send messages to channels or direct messages\n - Retrieve channel information and list channels\n - Get user information and list workspace members\n - Manage conversation history and message operations\n - Add/remove reactions and manage message interactions\n \n Security Features:\n - Token-based authentication\n - Parameter validation and sanitization\n - Rate limiting awareness\n - Comprehensive error handling\n ";
|
|
5842
5842
|
static readonly alias = "slack";
|
|
5843
|
-
constructor(params?: T, context?: BubbleContext);
|
|
5843
|
+
constructor(params?: T, context?: BubbleContext, instanceId?: string);
|
|
5844
5844
|
protected performAction(context?: BubbleContext): Promise<Extract<SlackResult, {
|
|
5845
5845
|
operation: T['operation'];
|
|
5846
5846
|
}>>;
|