@bubblelab/bubble-core 0.1.9 → 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 +633 -1658
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +165 -43
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts +22 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js +36 -0
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubble-flow/sample/data-analyst-flow.d.ts +1 -1
- package/dist/bubble-flow/sample/data-analyst-flow.d.ts.map +1 -1
- package/dist/bubble-flow/sample/error-ts.d.ts +1 -1
- package/dist/bubble-flow/sample/error-ts.d.ts.map +1 -1
- package/dist/bubble-flow/sample/sanitytest.d.ts +1 -1
- package/dist/bubble-flow/sample/sanitytest.d.ts.map +1 -1
- package/dist/bubble-flow/sample/simple-webhook-2.d.ts +1 -1
- package/dist/bubble-flow/sample/simple-webhook-2.d.ts.map +1 -1
- package/dist/bubble-flow/sample/simple-webhook.d.ts +1 -1
- package/dist/bubble-flow/sample/simple-webhook.d.ts.map +1 -1
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.d.ts +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/bubble-flow/sample/slack-v0.1.d.ts +1 -1
- package/dist/bubble-flow/sample/slack-v0.1.d.ts.map +1 -1
- package/dist/bubble-flow/sample/slackagenttest.d.ts +1 -1
- package/dist/bubble-flow/sample/slackagenttest.d.ts.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 +297 -85
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +535 -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 +38 -38
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +56 -56
- 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 +27 -27
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +38 -38
- 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 +184 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.js +145 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.d.ts +52 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.js +29 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +1483 -123
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +48 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +156 -11
- 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/apify/index.d.ts +2 -0
- package/dist/bubbles/service-bubble/apify/index.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/index.js +3 -0
- package/dist/bubbles/service-bubble/apify/index.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/types.js +1 -2
- package/dist/bubbles/service-bubble/apify/types.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 +726 -232
- package/dist/bubbles/service-bubble/gmail.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/gmail.js +435 -7
- package/dist/bubbles/service-bubble/gmail.js.map +1 -1
- package/dist/bubbles/service-bubble/google-calendar.d.ts +8 -8
- package/dist/bubbles/service-bubble/google-drive.d.ts +270 -40
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +100 -78
- 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.js +2 -2
- package/dist/bubbles/service-bubble/hello-world.js.map +1 -1
- package/dist/bubbles/service-bubble/http.d.ts +6 -6
- 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 +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +30 -9
- 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 +525 -525
- 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 +21 -17
- package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/storage.js +59 -7
- 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 +60 -4
- 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 +4 -4
- 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 +132 -19
- 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 +90 -90
- 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 +808 -431
- 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 +21 -16
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.js +97 -22
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.js.map +1 -1
- 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 +27 -17
- package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- 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/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 +32 -26
- 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 +4 -4
- 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 +23 -115
- 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 +18 -6
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.js +46 -32
- package/dist/bubbles/tool-bubble/web-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +394 -0
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/youtube-tool.js +352 -0
- package/dist/bubbles/tool-bubble/youtube-tool.js.map +1 -0
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +78 -78
- package/dist/bubbles/workflow-bubble/generate-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +62 -62
- package/dist/bubbles/workflow-bubble/parse-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +80 -80
- 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 +52 -52
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js +2 -2
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +32 -32
- 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 +46 -46
- 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 +27 -27
- 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 +251 -88
- package/dist/index.d.ts +27 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +18 -4
- 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 +197 -89
- 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 +56 -13
- 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 +7 -5
- package/dist/types/base-bubble-class.d.ts.map +1 -1
- package/dist/types/base-bubble-class.js +63 -40
- package/dist/types/base-bubble-class.js.map +1 -1
- package/dist/types/bubble.d.ts +3 -10
- package/dist/types/bubble.d.ts.map +1 -1
- package/dist/types/bubble.js +1 -1
- package/dist/types/bubble.js.map +1 -1
- package/dist/types/service-bubble-class.d.ts +2 -2
- 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 +2 -2
- package/dist/types/tool-bubble-class.d.ts.map +1 -1
- package/dist/types/tool-bubble-class.js +2 -4
- package/dist/types/tool-bubble-class.js.map +1 -1
- package/dist/types/workflow-bubble-class.d.ts +2 -2
- 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 +176 -28
- 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 +257 -35
- package/dist/utils/bubbleflow-validation.js.map +1 -1
- package/dist/utils/error-sanitizer.d.ts +12 -0
- package/dist/utils/error-sanitizer.d.ts.map +1 -0
- package/dist/utils/error-sanitizer.js +77 -0
- package/dist/utils/error-sanitizer.js.map +1 -0
- 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 +7 -6
- package/dist/bubble-trigger/index.d.ts +0 -2
- package/dist/bubble-trigger/index.d.ts.map +0 -1
- package/dist/bubble-trigger/index.js +0 -2
- package/dist/bubble-trigger/index.js.map +0 -1
- package/dist/bubble-trigger/types.d.ts +0 -87
- package/dist/bubble-trigger/types.d.ts.map +0 -1
- package/dist/bubble-trigger/types.js +0 -14
- package/dist/bubble-trigger/types.js.map +0 -1
- package/dist/bubbles/service-bubble/apify/api-scraper.schema.d.ts +0 -370
- package/dist/bubbles/service-bubble/apify/api-scraper.schema.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/apify/api-scraper.schema.js +0 -14
- package/dist/bubbles/service-bubble/apify/api-scraper.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/apify.d.ts +0 -136
- package/dist/bubbles/service-bubble/apify.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/apify.js +0 -282
- package/dist/bubbles/service-bubble/apify.js.map +0 -1
- 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/workflow-bubble/bubbleflow-generator.workflow.d.ts +0 -114
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +0 -1
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +0 -782
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +0 -1
- package/dist/types/ai-models.d.ts +0 -4
- package/dist/types/ai-models.d.ts.map +0 -1
- package/dist/types/ai-models.js +0 -20
- package/dist/types/ai-models.js.map +0 -1
- package/dist/types/api-scraper.schema.d.ts +0 -453
- package/dist/types/api-scraper.schema.d.ts.map +0 -1
- package/dist/types/api-scraper.schema.js +0 -160
- package/dist/types/api-scraper.schema.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
|
@@ -37,8 +37,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
37
37
|
footer_icon: z.ZodOptional<z.ZodString>;
|
|
38
38
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
|
-
text?: string | undefined;
|
|
41
40
|
title?: string | undefined;
|
|
41
|
+
text?: string | undefined;
|
|
42
42
|
image_url?: string | undefined;
|
|
43
43
|
fields?: {
|
|
44
44
|
value: string;
|
|
@@ -56,8 +56,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
56
56
|
footer_icon?: string | undefined;
|
|
57
57
|
ts?: number | undefined;
|
|
58
58
|
}, {
|
|
59
|
-
text?: string | undefined;
|
|
60
59
|
title?: string | undefined;
|
|
60
|
+
text?: string | undefined;
|
|
61
61
|
image_url?: string | undefined;
|
|
62
62
|
fields?: {
|
|
63
63
|
value: string;
|
|
@@ -102,15 +102,15 @@ 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
|
-
text?: string | undefined;
|
|
106
105
|
emoji?: boolean | undefined;
|
|
106
|
+
text?: string | undefined;
|
|
107
107
|
image_url?: string | undefined;
|
|
108
108
|
verbatim?: boolean | undefined;
|
|
109
109
|
alt_text?: string | undefined;
|
|
110
110
|
}, {
|
|
111
111
|
type: "image" | "plain_text" | "mrkdwn";
|
|
112
|
-
text?: string | undefined;
|
|
113
112
|
emoji?: boolean | undefined;
|
|
113
|
+
text?: string | undefined;
|
|
114
114
|
image_url?: string | undefined;
|
|
115
115
|
verbatim?: boolean | undefined;
|
|
116
116
|
alt_text?: string | undefined;
|
|
@@ -142,15 +142,15 @@ 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
|
-
text?: string | undefined;
|
|
146
145
|
emoji?: boolean | undefined;
|
|
146
|
+
text?: string | undefined;
|
|
147
147
|
image_url?: string | undefined;
|
|
148
148
|
verbatim?: boolean | undefined;
|
|
149
149
|
alt_text?: string | undefined;
|
|
150
150
|
}, {
|
|
151
151
|
type: "image" | "plain_text" | "mrkdwn";
|
|
152
|
-
text?: string | undefined;
|
|
153
152
|
emoji?: boolean | undefined;
|
|
153
|
+
text?: string | undefined;
|
|
154
154
|
image_url?: string | undefined;
|
|
155
155
|
verbatim?: boolean | undefined;
|
|
156
156
|
alt_text?: string | undefined;
|
|
@@ -182,15 +182,15 @@ 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
|
-
text?: string | undefined;
|
|
186
185
|
emoji?: boolean | undefined;
|
|
186
|
+
text?: string | undefined;
|
|
187
187
|
image_url?: string | undefined;
|
|
188
188
|
verbatim?: boolean | undefined;
|
|
189
189
|
alt_text?: string | undefined;
|
|
190
190
|
}, {
|
|
191
191
|
type: "image" | "plain_text" | "mrkdwn";
|
|
192
|
-
text?: string | undefined;
|
|
193
192
|
emoji?: boolean | undefined;
|
|
193
|
+
text?: string | undefined;
|
|
194
194
|
image_url?: string | undefined;
|
|
195
195
|
verbatim?: boolean | undefined;
|
|
196
196
|
alt_text?: string | undefined;
|
|
@@ -213,8 +213,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
213
213
|
icon_emoji?: string | undefined;
|
|
214
214
|
icon_url?: string | undefined;
|
|
215
215
|
attachments?: {
|
|
216
|
-
text?: string | undefined;
|
|
217
216
|
title?: string | undefined;
|
|
217
|
+
text?: string | undefined;
|
|
218
218
|
image_url?: string | undefined;
|
|
219
219
|
fields?: {
|
|
220
220
|
value: string;
|
|
@@ -259,15 +259,15 @@ 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
|
-
text?: string | undefined;
|
|
263
262
|
emoji?: boolean | undefined;
|
|
263
|
+
text?: string | undefined;
|
|
264
264
|
image_url?: string | undefined;
|
|
265
265
|
verbatim?: boolean | undefined;
|
|
266
266
|
alt_text?: string | undefined;
|
|
267
267
|
}, {
|
|
268
268
|
type: "image" | "plain_text" | "mrkdwn";
|
|
269
|
-
text?: string | undefined;
|
|
270
269
|
emoji?: boolean | undefined;
|
|
270
|
+
text?: string | undefined;
|
|
271
271
|
image_url?: string | undefined;
|
|
272
272
|
verbatim?: boolean | undefined;
|
|
273
273
|
alt_text?: string | undefined;
|
|
@@ -283,8 +283,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
283
283
|
icon_emoji?: string | undefined;
|
|
284
284
|
icon_url?: string | undefined;
|
|
285
285
|
attachments?: {
|
|
286
|
-
text?: string | undefined;
|
|
287
286
|
title?: string | undefined;
|
|
287
|
+
text?: string | undefined;
|
|
288
288
|
image_url?: string | undefined;
|
|
289
289
|
fields?: {
|
|
290
290
|
value: string;
|
|
@@ -329,15 +329,15 @@ 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
|
-
text?: string | undefined;
|
|
333
332
|
emoji?: boolean | undefined;
|
|
333
|
+
text?: string | undefined;
|
|
334
334
|
image_url?: string | undefined;
|
|
335
335
|
verbatim?: boolean | undefined;
|
|
336
336
|
alt_text?: string | undefined;
|
|
337
337
|
}, {
|
|
338
338
|
type: "image" | "plain_text" | "mrkdwn";
|
|
339
|
-
text?: string | undefined;
|
|
340
339
|
emoji?: boolean | undefined;
|
|
340
|
+
text?: string | undefined;
|
|
341
341
|
image_url?: string | undefined;
|
|
342
342
|
verbatim?: boolean | undefined;
|
|
343
343
|
alt_text?: string | undefined;
|
|
@@ -356,17 +356,17 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
356
356
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
357
357
|
}, "strip", z.ZodTypeAny, {
|
|
358
358
|
operation: "list_channels";
|
|
359
|
-
limit: number;
|
|
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
366
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
367
|
-
limit?: number | 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">;
|
|
@@ -428,8 +428,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
429
|
inclusive: boolean;
|
|
430
430
|
operation: "get_conversation_history";
|
|
431
|
-
limit: number;
|
|
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;
|
|
@@ -455,17 +455,17 @@ 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
|
-
operation: "get_thread_replies";
|
|
459
|
-
limit: number;
|
|
460
458
|
ts: string;
|
|
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;
|
|
465
465
|
oldest?: string | undefined;
|
|
466
466
|
}, {
|
|
467
|
-
operation: "get_thread_replies";
|
|
468
467
|
ts: string;
|
|
468
|
+
operation: "get_thread_replies";
|
|
469
469
|
channel: string;
|
|
470
470
|
inclusive?: boolean | undefined;
|
|
471
471
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -506,8 +506,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
506
506
|
footer_icon: z.ZodOptional<z.ZodString>;
|
|
507
507
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
508
508
|
}, "strip", z.ZodTypeAny, {
|
|
509
|
-
text?: string | undefined;
|
|
510
509
|
title?: string | undefined;
|
|
510
|
+
text?: string | undefined;
|
|
511
511
|
image_url?: string | undefined;
|
|
512
512
|
fields?: {
|
|
513
513
|
value: string;
|
|
@@ -525,8 +525,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
525
525
|
footer_icon?: string | undefined;
|
|
526
526
|
ts?: number | undefined;
|
|
527
527
|
}, {
|
|
528
|
-
text?: string | undefined;
|
|
529
528
|
title?: string | undefined;
|
|
529
|
+
text?: string | undefined;
|
|
530
530
|
image_url?: string | undefined;
|
|
531
531
|
fields?: {
|
|
532
532
|
value: string;
|
|
@@ -571,15 +571,15 @@ 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
|
-
text?: string | undefined;
|
|
575
574
|
emoji?: boolean | undefined;
|
|
575
|
+
text?: string | undefined;
|
|
576
576
|
image_url?: string | undefined;
|
|
577
577
|
verbatim?: boolean | undefined;
|
|
578
578
|
alt_text?: string | undefined;
|
|
579
579
|
}, {
|
|
580
580
|
type: "image" | "plain_text" | "mrkdwn";
|
|
581
|
-
text?: string | undefined;
|
|
582
581
|
emoji?: boolean | undefined;
|
|
582
|
+
text?: string | undefined;
|
|
583
583
|
image_url?: string | undefined;
|
|
584
584
|
verbatim?: boolean | undefined;
|
|
585
585
|
alt_text?: string | undefined;
|
|
@@ -611,15 +611,15 @@ 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
|
-
text?: string | undefined;
|
|
615
614
|
emoji?: boolean | undefined;
|
|
615
|
+
text?: string | undefined;
|
|
616
616
|
image_url?: string | undefined;
|
|
617
617
|
verbatim?: boolean | undefined;
|
|
618
618
|
alt_text?: string | undefined;
|
|
619
619
|
}, {
|
|
620
620
|
type: "image" | "plain_text" | "mrkdwn";
|
|
621
|
-
text?: string | undefined;
|
|
622
621
|
emoji?: boolean | undefined;
|
|
622
|
+
text?: string | undefined;
|
|
623
623
|
image_url?: string | undefined;
|
|
624
624
|
verbatim?: boolean | undefined;
|
|
625
625
|
alt_text?: string | undefined;
|
|
@@ -651,15 +651,15 @@ 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
|
-
text?: string | undefined;
|
|
655
654
|
emoji?: boolean | undefined;
|
|
655
|
+
text?: string | undefined;
|
|
656
656
|
image_url?: string | undefined;
|
|
657
657
|
verbatim?: boolean | undefined;
|
|
658
658
|
alt_text?: string | undefined;
|
|
659
659
|
}, {
|
|
660
660
|
type: "image" | "plain_text" | "mrkdwn";
|
|
661
|
-
text?: string | undefined;
|
|
662
661
|
emoji?: boolean | undefined;
|
|
662
|
+
text?: string | undefined;
|
|
663
663
|
image_url?: string | undefined;
|
|
664
664
|
verbatim?: boolean | undefined;
|
|
665
665
|
alt_text?: string | undefined;
|
|
@@ -667,14 +667,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
667
667
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
668
668
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
669
669
|
}, "strip", z.ZodTypeAny, {
|
|
670
|
-
operation: "update_message";
|
|
671
670
|
ts: string;
|
|
671
|
+
operation: "update_message";
|
|
672
672
|
channel: string;
|
|
673
|
-
text?: string | undefined;
|
|
674
673
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
674
|
+
text?: string | undefined;
|
|
675
675
|
attachments?: {
|
|
676
|
-
text?: string | undefined;
|
|
677
676
|
title?: string | undefined;
|
|
677
|
+
text?: string | undefined;
|
|
678
678
|
image_url?: string | undefined;
|
|
679
679
|
fields?: {
|
|
680
680
|
value: string;
|
|
@@ -719,29 +719,29 @@ 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
|
-
text?: string | undefined;
|
|
723
722
|
emoji?: boolean | undefined;
|
|
723
|
+
text?: string | undefined;
|
|
724
724
|
image_url?: string | undefined;
|
|
725
725
|
verbatim?: boolean | undefined;
|
|
726
726
|
alt_text?: string | undefined;
|
|
727
727
|
}, {
|
|
728
728
|
type: "image" | "plain_text" | "mrkdwn";
|
|
729
|
-
text?: string | undefined;
|
|
730
729
|
emoji?: boolean | undefined;
|
|
730
|
+
text?: string | undefined;
|
|
731
731
|
image_url?: string | undefined;
|
|
732
732
|
verbatim?: boolean | undefined;
|
|
733
733
|
alt_text?: string | undefined;
|
|
734
734
|
}>, "many">>;
|
|
735
735
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
736
736
|
}, {
|
|
737
|
-
operation: "update_message";
|
|
738
737
|
ts: string;
|
|
738
|
+
operation: "update_message";
|
|
739
739
|
channel: string;
|
|
740
|
-
text?: string | undefined;
|
|
741
740
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
741
|
+
text?: string | undefined;
|
|
742
742
|
attachments?: {
|
|
743
|
-
text?: string | undefined;
|
|
744
743
|
title?: string | undefined;
|
|
744
|
+
text?: string | undefined;
|
|
745
745
|
image_url?: string | undefined;
|
|
746
746
|
fields?: {
|
|
747
747
|
value: string;
|
|
@@ -786,15 +786,15 @@ 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
|
-
text?: string | undefined;
|
|
790
789
|
emoji?: boolean | undefined;
|
|
790
|
+
text?: string | undefined;
|
|
791
791
|
image_url?: string | undefined;
|
|
792
792
|
verbatim?: boolean | undefined;
|
|
793
793
|
alt_text?: string | undefined;
|
|
794
794
|
}, {
|
|
795
795
|
type: "image" | "plain_text" | "mrkdwn";
|
|
796
|
-
text?: string | undefined;
|
|
797
796
|
emoji?: boolean | undefined;
|
|
797
|
+
text?: string | undefined;
|
|
798
798
|
image_url?: string | undefined;
|
|
799
799
|
verbatim?: boolean | undefined;
|
|
800
800
|
alt_text?: string | undefined;
|
|
@@ -806,13 +806,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
806
806
|
ts: z.ZodString;
|
|
807
807
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
808
808
|
}, "strip", z.ZodTypeAny, {
|
|
809
|
-
operation: "delete_message";
|
|
810
809
|
ts: string;
|
|
810
|
+
operation: "delete_message";
|
|
811
811
|
channel: string;
|
|
812
812
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
813
813
|
}, {
|
|
814
|
-
operation: "delete_message";
|
|
815
814
|
ts: string;
|
|
815
|
+
operation: "delete_message";
|
|
816
816
|
channel: string;
|
|
817
817
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
818
818
|
}>, z.ZodObject<{
|
|
@@ -824,14 +824,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
824
824
|
}, "strip", z.ZodTypeAny, {
|
|
825
825
|
name: string;
|
|
826
826
|
operation: "add_reaction";
|
|
827
|
-
timestamp: string;
|
|
828
827
|
channel: string;
|
|
828
|
+
timestamp: string;
|
|
829
829
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
830
830
|
}, {
|
|
831
831
|
name: string;
|
|
832
832
|
operation: "add_reaction";
|
|
833
|
-
timestamp: string;
|
|
834
833
|
channel: string;
|
|
834
|
+
timestamp: string;
|
|
835
835
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
836
836
|
}>, z.ZodObject<{
|
|
837
837
|
operation: z.ZodLiteral<"remove_reaction">;
|
|
@@ -842,14 +842,14 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
842
842
|
}, "strip", z.ZodTypeAny, {
|
|
843
843
|
name: string;
|
|
844
844
|
operation: "remove_reaction";
|
|
845
|
-
timestamp: string;
|
|
846
845
|
channel: string;
|
|
846
|
+
timestamp: string;
|
|
847
847
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
848
848
|
}, {
|
|
849
849
|
name: string;
|
|
850
850
|
operation: "remove_reaction";
|
|
851
|
-
timestamp: string;
|
|
852
851
|
channel: string;
|
|
852
|
+
timestamp: string;
|
|
853
853
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
854
854
|
}>, z.ZodObject<{
|
|
855
855
|
operation: z.ZodLiteral<"upload_file">;
|
|
@@ -914,12 +914,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
914
914
|
count: z.ZodNumber;
|
|
915
915
|
}, "strip", z.ZodTypeAny, {
|
|
916
916
|
name: string;
|
|
917
|
-
count: number;
|
|
918
917
|
users: string[];
|
|
918
|
+
count: number;
|
|
919
919
|
}, {
|
|
920
920
|
name: string;
|
|
921
|
-
count: number;
|
|
922
921
|
users: string[];
|
|
922
|
+
count: number;
|
|
923
923
|
}>, "many">>;
|
|
924
924
|
}, "strip", z.ZodTypeAny, {
|
|
925
925
|
type: string;
|
|
@@ -927,11 +927,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
927
927
|
text?: string | undefined;
|
|
928
928
|
user?: string | undefined;
|
|
929
929
|
username?: string | undefined;
|
|
930
|
-
reactions?: {
|
|
931
|
-
name: string;
|
|
932
|
-
count: number;
|
|
933
|
-
users: string[];
|
|
934
|
-
}[] | undefined;
|
|
935
930
|
attachments?: unknown[] | undefined;
|
|
936
931
|
blocks?: unknown[] | undefined;
|
|
937
932
|
thread_ts?: string | undefined;
|
|
@@ -946,17 +941,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
946
941
|
reply_users?: string[] | undefined;
|
|
947
942
|
is_locked?: boolean | undefined;
|
|
948
943
|
subscribed?: boolean | undefined;
|
|
944
|
+
reactions?: {
|
|
945
|
+
name: string;
|
|
946
|
+
users: string[];
|
|
947
|
+
count: number;
|
|
948
|
+
}[] | undefined;
|
|
949
949
|
}, {
|
|
950
950
|
type: string;
|
|
951
951
|
ts: string;
|
|
952
952
|
text?: string | undefined;
|
|
953
953
|
user?: string | undefined;
|
|
954
954
|
username?: string | undefined;
|
|
955
|
-
reactions?: {
|
|
956
|
-
name: string;
|
|
957
|
-
count: number;
|
|
958
|
-
users: string[];
|
|
959
|
-
}[] | undefined;
|
|
960
955
|
attachments?: unknown[] | undefined;
|
|
961
956
|
blocks?: unknown[] | undefined;
|
|
962
957
|
thread_ts?: string | undefined;
|
|
@@ -971,6 +966,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
971
966
|
reply_users?: string[] | undefined;
|
|
972
967
|
is_locked?: boolean | undefined;
|
|
973
968
|
subscribed?: boolean | undefined;
|
|
969
|
+
reactions?: {
|
|
970
|
+
name: string;
|
|
971
|
+
users: string[];
|
|
972
|
+
count: number;
|
|
973
|
+
}[] | undefined;
|
|
974
974
|
}>>;
|
|
975
975
|
error: z.ZodString;
|
|
976
976
|
success: z.ZodBoolean;
|
|
@@ -985,11 +985,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
985
985
|
text?: string | undefined;
|
|
986
986
|
user?: string | undefined;
|
|
987
987
|
username?: string | undefined;
|
|
988
|
-
reactions?: {
|
|
989
|
-
name: string;
|
|
990
|
-
count: number;
|
|
991
|
-
users: string[];
|
|
992
|
-
}[] | undefined;
|
|
993
988
|
attachments?: unknown[] | undefined;
|
|
994
989
|
blocks?: unknown[] | undefined;
|
|
995
990
|
thread_ts?: string | undefined;
|
|
@@ -1004,6 +999,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1004
999
|
reply_users?: string[] | undefined;
|
|
1005
1000
|
is_locked?: boolean | undefined;
|
|
1006
1001
|
subscribed?: boolean | undefined;
|
|
1002
|
+
reactions?: {
|
|
1003
|
+
name: string;
|
|
1004
|
+
users: string[];
|
|
1005
|
+
count: number;
|
|
1006
|
+
}[] | undefined;
|
|
1007
1007
|
} | undefined;
|
|
1008
1008
|
ts?: string | undefined;
|
|
1009
1009
|
channel?: string | undefined;
|
|
@@ -1018,11 +1018,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1018
1018
|
text?: string | undefined;
|
|
1019
1019
|
user?: string | undefined;
|
|
1020
1020
|
username?: string | undefined;
|
|
1021
|
-
reactions?: {
|
|
1022
|
-
name: string;
|
|
1023
|
-
count: number;
|
|
1024
|
-
users: string[];
|
|
1025
|
-
}[] | undefined;
|
|
1026
1021
|
attachments?: unknown[] | undefined;
|
|
1027
1022
|
blocks?: unknown[] | undefined;
|
|
1028
1023
|
thread_ts?: string | undefined;
|
|
@@ -1037,6 +1032,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1037
1032
|
reply_users?: string[] | undefined;
|
|
1038
1033
|
is_locked?: boolean | undefined;
|
|
1039
1034
|
subscribed?: boolean | undefined;
|
|
1035
|
+
reactions?: {
|
|
1036
|
+
name: string;
|
|
1037
|
+
users: string[];
|
|
1038
|
+
count: number;
|
|
1039
|
+
}[] | undefined;
|
|
1040
1040
|
} | undefined;
|
|
1041
1041
|
ts?: string | undefined;
|
|
1042
1042
|
channel?: string | undefined;
|
|
@@ -1097,11 +1097,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1097
1097
|
id: string;
|
|
1098
1098
|
created: number;
|
|
1099
1099
|
is_archived: boolean;
|
|
1100
|
-
is_private?: boolean | undefined;
|
|
1101
1100
|
is_channel?: boolean | undefined;
|
|
1102
1101
|
is_group?: boolean | undefined;
|
|
1103
1102
|
is_im?: boolean | undefined;
|
|
1104
1103
|
is_mpim?: boolean | undefined;
|
|
1104
|
+
is_private?: boolean | undefined;
|
|
1105
1105
|
is_general?: boolean | undefined;
|
|
1106
1106
|
unlinked?: number | undefined;
|
|
1107
1107
|
name_normalized?: string | undefined;
|
|
@@ -1130,11 +1130,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1130
1130
|
id: string;
|
|
1131
1131
|
created: number;
|
|
1132
1132
|
is_archived: boolean;
|
|
1133
|
-
is_private?: boolean | undefined;
|
|
1134
1133
|
is_channel?: boolean | undefined;
|
|
1135
1134
|
is_group?: boolean | undefined;
|
|
1136
1135
|
is_im?: boolean | undefined;
|
|
1137
1136
|
is_mpim?: boolean | undefined;
|
|
1137
|
+
is_private?: boolean | undefined;
|
|
1138
1138
|
is_general?: boolean | undefined;
|
|
1139
1139
|
unlinked?: number | undefined;
|
|
1140
1140
|
name_normalized?: string | undefined;
|
|
@@ -1181,11 +1181,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1181
1181
|
id: string;
|
|
1182
1182
|
created: number;
|
|
1183
1183
|
is_archived: boolean;
|
|
1184
|
-
is_private?: boolean | undefined;
|
|
1185
1184
|
is_channel?: boolean | undefined;
|
|
1186
1185
|
is_group?: boolean | undefined;
|
|
1187
1186
|
is_im?: boolean | undefined;
|
|
1188
1187
|
is_mpim?: boolean | undefined;
|
|
1188
|
+
is_private?: boolean | undefined;
|
|
1189
1189
|
is_general?: boolean | undefined;
|
|
1190
1190
|
unlinked?: number | undefined;
|
|
1191
1191
|
name_normalized?: string | undefined;
|
|
@@ -1223,11 +1223,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1223
1223
|
id: string;
|
|
1224
1224
|
created: number;
|
|
1225
1225
|
is_archived: boolean;
|
|
1226
|
-
is_private?: boolean | undefined;
|
|
1227
1226
|
is_channel?: boolean | undefined;
|
|
1228
1227
|
is_group?: boolean | undefined;
|
|
1229
1228
|
is_im?: boolean | undefined;
|
|
1230
1229
|
is_mpim?: boolean | undefined;
|
|
1230
|
+
is_private?: boolean | undefined;
|
|
1231
1231
|
is_general?: boolean | undefined;
|
|
1232
1232
|
unlinked?: number | undefined;
|
|
1233
1233
|
name_normalized?: string | undefined;
|
|
@@ -1309,11 +1309,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1309
1309
|
id: string;
|
|
1310
1310
|
created: number;
|
|
1311
1311
|
is_archived: boolean;
|
|
1312
|
-
is_private?: boolean | undefined;
|
|
1313
1312
|
is_channel?: boolean | undefined;
|
|
1314
1313
|
is_group?: boolean | undefined;
|
|
1315
1314
|
is_im?: boolean | undefined;
|
|
1316
1315
|
is_mpim?: boolean | undefined;
|
|
1316
|
+
is_private?: boolean | undefined;
|
|
1317
1317
|
is_general?: boolean | undefined;
|
|
1318
1318
|
unlinked?: number | undefined;
|
|
1319
1319
|
name_normalized?: string | undefined;
|
|
@@ -1342,11 +1342,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1342
1342
|
id: string;
|
|
1343
1343
|
created: number;
|
|
1344
1344
|
is_archived: boolean;
|
|
1345
|
-
is_private?: boolean | undefined;
|
|
1346
1345
|
is_channel?: boolean | undefined;
|
|
1347
1346
|
is_group?: boolean | undefined;
|
|
1348
1347
|
is_im?: boolean | undefined;
|
|
1349
1348
|
is_mpim?: boolean | undefined;
|
|
1349
|
+
is_private?: boolean | undefined;
|
|
1350
1350
|
is_general?: boolean | undefined;
|
|
1351
1351
|
unlinked?: number | undefined;
|
|
1352
1352
|
name_normalized?: string | undefined;
|
|
@@ -1383,11 +1383,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1383
1383
|
id: string;
|
|
1384
1384
|
created: number;
|
|
1385
1385
|
is_archived: boolean;
|
|
1386
|
-
is_private?: boolean | undefined;
|
|
1387
1386
|
is_channel?: boolean | undefined;
|
|
1388
1387
|
is_group?: boolean | undefined;
|
|
1389
1388
|
is_im?: boolean | undefined;
|
|
1390
1389
|
is_mpim?: boolean | undefined;
|
|
1390
|
+
is_private?: boolean | undefined;
|
|
1391
1391
|
is_general?: boolean | undefined;
|
|
1392
1392
|
unlinked?: number | undefined;
|
|
1393
1393
|
name_normalized?: string | undefined;
|
|
@@ -1422,11 +1422,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1422
1422
|
id: string;
|
|
1423
1423
|
created: number;
|
|
1424
1424
|
is_archived: boolean;
|
|
1425
|
-
is_private?: boolean | undefined;
|
|
1426
1425
|
is_channel?: boolean | undefined;
|
|
1427
1426
|
is_group?: boolean | undefined;
|
|
1428
1427
|
is_im?: boolean | undefined;
|
|
1429
1428
|
is_mpim?: boolean | undefined;
|
|
1429
|
+
is_private?: boolean | undefined;
|
|
1430
1430
|
is_general?: boolean | undefined;
|
|
1431
1431
|
unlinked?: number | undefined;
|
|
1432
1432
|
name_normalized?: string | undefined;
|
|
@@ -1492,8 +1492,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1492
1492
|
}, "strip", z.ZodTypeAny, {
|
|
1493
1493
|
title?: string | undefined;
|
|
1494
1494
|
email?: string | undefined;
|
|
1495
|
-
first_name?: string | undefined;
|
|
1496
|
-
last_name?: string | undefined;
|
|
1497
1495
|
fields?: Record<string, unknown> | undefined;
|
|
1498
1496
|
real_name?: string | undefined;
|
|
1499
1497
|
phone?: string | undefined;
|
|
@@ -1507,6 +1505,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1507
1505
|
avatar_hash?: string | undefined;
|
|
1508
1506
|
image_original?: string | undefined;
|
|
1509
1507
|
is_custom_image?: boolean | undefined;
|
|
1508
|
+
first_name?: string | undefined;
|
|
1509
|
+
last_name?: string | undefined;
|
|
1510
1510
|
image_24?: string | undefined;
|
|
1511
1511
|
image_32?: string | undefined;
|
|
1512
1512
|
image_48?: string | undefined;
|
|
@@ -1517,8 +1517,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1517
1517
|
}, {
|
|
1518
1518
|
title?: string | undefined;
|
|
1519
1519
|
email?: string | undefined;
|
|
1520
|
-
first_name?: string | undefined;
|
|
1521
|
-
last_name?: string | undefined;
|
|
1522
1520
|
fields?: Record<string, unknown> | undefined;
|
|
1523
1521
|
real_name?: string | undefined;
|
|
1524
1522
|
phone?: string | undefined;
|
|
@@ -1532,6 +1530,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1532
1530
|
avatar_hash?: string | undefined;
|
|
1533
1531
|
image_original?: string | undefined;
|
|
1534
1532
|
is_custom_image?: boolean | undefined;
|
|
1533
|
+
first_name?: string | undefined;
|
|
1534
|
+
last_name?: string | undefined;
|
|
1535
1535
|
image_24?: string | undefined;
|
|
1536
1536
|
image_32?: string | undefined;
|
|
1537
1537
|
image_48?: string | undefined;
|
|
@@ -1552,18 +1552,9 @@ 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;
|
|
1565
|
-
first_name?: string | undefined;
|
|
1566
|
-
last_name?: string | undefined;
|
|
1567
1558
|
fields?: Record<string, unknown> | undefined;
|
|
1568
1559
|
real_name?: string | undefined;
|
|
1569
1560
|
phone?: string | undefined;
|
|
@@ -1577,6 +1568,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1577
1568
|
avatar_hash?: string | undefined;
|
|
1578
1569
|
image_original?: string | undefined;
|
|
1579
1570
|
is_custom_image?: boolean | undefined;
|
|
1571
|
+
first_name?: string | undefined;
|
|
1572
|
+
last_name?: string | undefined;
|
|
1580
1573
|
image_24?: string | undefined;
|
|
1581
1574
|
image_32?: string | undefined;
|
|
1582
1575
|
image_48?: 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,18 +1597,9 @@ 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;
|
|
1610
|
-
first_name?: string | undefined;
|
|
1611
|
-
last_name?: string | undefined;
|
|
1612
1603
|
fields?: Record<string, unknown> | undefined;
|
|
1613
1604
|
real_name?: string | undefined;
|
|
1614
1605
|
phone?: string | undefined;
|
|
@@ -1622,6 +1613,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1622
1613
|
avatar_hash?: string | undefined;
|
|
1623
1614
|
image_original?: string | undefined;
|
|
1624
1615
|
is_custom_image?: boolean | undefined;
|
|
1616
|
+
first_name?: string | undefined;
|
|
1617
|
+
last_name?: string | undefined;
|
|
1625
1618
|
image_24?: string | undefined;
|
|
1626
1619
|
image_32?: string | undefined;
|
|
1627
1620
|
image_48?: 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;
|
|
@@ -1650,18 +1650,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
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;
|
|
1663
|
-
first_name?: string | undefined;
|
|
1664
|
-
last_name?: string | undefined;
|
|
1665
1656
|
fields?: Record<string, unknown> | undefined;
|
|
1666
1657
|
real_name?: string | undefined;
|
|
1667
1658
|
phone?: string | undefined;
|
|
@@ -1675,6 +1666,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1675
1666
|
avatar_hash?: string | undefined;
|
|
1676
1667
|
image_original?: string | undefined;
|
|
1677
1668
|
is_custom_image?: boolean | undefined;
|
|
1669
|
+
first_name?: string | undefined;
|
|
1670
|
+
last_name?: string | undefined;
|
|
1678
1671
|
image_24?: string | undefined;
|
|
1679
1672
|
image_32?: string | undefined;
|
|
1680
1673
|
image_48?: 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;
|
|
@@ -1701,18 +1701,9 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
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;
|
|
1714
|
-
first_name?: string | undefined;
|
|
1715
|
-
last_name?: string | undefined;
|
|
1716
1707
|
fields?: Record<string, unknown> | undefined;
|
|
1717
1708
|
real_name?: string | undefined;
|
|
1718
1709
|
phone?: string | undefined;
|
|
@@ -1726,6 +1717,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1726
1717
|
avatar_hash?: string | undefined;
|
|
1727
1718
|
image_original?: string | undefined;
|
|
1728
1719
|
is_custom_image?: boolean | undefined;
|
|
1720
|
+
first_name?: string | undefined;
|
|
1721
|
+
last_name?: string | undefined;
|
|
1729
1722
|
image_24?: string | undefined;
|
|
1730
1723
|
image_32?: string | undefined;
|
|
1731
1724
|
image_48?: 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;
|
|
@@ -1785,8 +1785,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1785
1785
|
}, "strip", z.ZodTypeAny, {
|
|
1786
1786
|
title?: string | undefined;
|
|
1787
1787
|
email?: string | undefined;
|
|
1788
|
-
first_name?: string | undefined;
|
|
1789
|
-
last_name?: string | undefined;
|
|
1790
1788
|
fields?: Record<string, unknown> | undefined;
|
|
1791
1789
|
real_name?: string | undefined;
|
|
1792
1790
|
phone?: string | undefined;
|
|
@@ -1800,6 +1798,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1800
1798
|
avatar_hash?: string | undefined;
|
|
1801
1799
|
image_original?: string | undefined;
|
|
1802
1800
|
is_custom_image?: boolean | undefined;
|
|
1801
|
+
first_name?: string | undefined;
|
|
1802
|
+
last_name?: string | undefined;
|
|
1803
1803
|
image_24?: string | undefined;
|
|
1804
1804
|
image_32?: string | undefined;
|
|
1805
1805
|
image_48?: string | undefined;
|
|
@@ -1810,8 +1810,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1810
1810
|
}, {
|
|
1811
1811
|
title?: string | undefined;
|
|
1812
1812
|
email?: string | undefined;
|
|
1813
|
-
first_name?: string | undefined;
|
|
1814
|
-
last_name?: string | undefined;
|
|
1815
1813
|
fields?: Record<string, unknown> | undefined;
|
|
1816
1814
|
real_name?: string | undefined;
|
|
1817
1815
|
phone?: string | undefined;
|
|
@@ -1825,6 +1823,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1825
1823
|
avatar_hash?: string | undefined;
|
|
1826
1824
|
image_original?: string | undefined;
|
|
1827
1825
|
is_custom_image?: boolean | undefined;
|
|
1826
|
+
first_name?: string | undefined;
|
|
1827
|
+
last_name?: string | undefined;
|
|
1828
1828
|
image_24?: string | undefined;
|
|
1829
1829
|
image_32?: string | undefined;
|
|
1830
1830
|
image_48?: string | undefined;
|
|
@@ -1845,18 +1845,9 @@ 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;
|
|
1858
|
-
first_name?: string | undefined;
|
|
1859
|
-
last_name?: string | undefined;
|
|
1860
1851
|
fields?: Record<string, unknown> | undefined;
|
|
1861
1852
|
real_name?: string | undefined;
|
|
1862
1853
|
phone?: string | undefined;
|
|
@@ -1870,6 +1861,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1870
1861
|
avatar_hash?: string | undefined;
|
|
1871
1862
|
image_original?: string | undefined;
|
|
1872
1863
|
is_custom_image?: boolean | undefined;
|
|
1864
|
+
first_name?: string | undefined;
|
|
1865
|
+
last_name?: string | undefined;
|
|
1873
1866
|
image_24?: string | undefined;
|
|
1874
1867
|
image_32?: string | undefined;
|
|
1875
1868
|
image_48?: 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,18 +1890,9 @@ 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;
|
|
1903
|
-
first_name?: string | undefined;
|
|
1904
|
-
last_name?: string | undefined;
|
|
1905
1896
|
fields?: Record<string, unknown> | undefined;
|
|
1906
1897
|
real_name?: string | undefined;
|
|
1907
1898
|
phone?: string | undefined;
|
|
@@ -1915,6 +1906,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1915
1906
|
avatar_hash?: string | undefined;
|
|
1916
1907
|
image_original?: string | undefined;
|
|
1917
1908
|
is_custom_image?: boolean | undefined;
|
|
1909
|
+
first_name?: string | undefined;
|
|
1910
|
+
last_name?: string | undefined;
|
|
1918
1911
|
image_24?: string | undefined;
|
|
1919
1912
|
image_32?: string | undefined;
|
|
1920
1913
|
image_48?: 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;
|
|
@@ -1953,18 +1953,9 @@ 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;
|
|
1966
|
-
first_name?: string | undefined;
|
|
1967
|
-
last_name?: string | undefined;
|
|
1968
1959
|
fields?: Record<string, unknown> | undefined;
|
|
1969
1960
|
real_name?: string | undefined;
|
|
1970
1961
|
phone?: string | undefined;
|
|
@@ -1978,6 +1969,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
1978
1969
|
avatar_hash?: string | undefined;
|
|
1979
1970
|
image_original?: string | undefined;
|
|
1980
1971
|
is_custom_image?: boolean | undefined;
|
|
1972
|
+
first_name?: string | undefined;
|
|
1973
|
+
last_name?: string | undefined;
|
|
1981
1974
|
image_24?: string | undefined;
|
|
1982
1975
|
image_32?: string | undefined;
|
|
1983
1976
|
image_48?: 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;
|
|
@@ -2007,18 +2007,9 @@ 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;
|
|
2020
|
-
first_name?: string | undefined;
|
|
2021
|
-
last_name?: string | undefined;
|
|
2022
2013
|
fields?: Record<string, unknown> | undefined;
|
|
2023
2014
|
real_name?: string | undefined;
|
|
2024
2015
|
phone?: string | undefined;
|
|
@@ -2032,6 +2023,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2032
2023
|
avatar_hash?: string | undefined;
|
|
2033
2024
|
image_original?: string | undefined;
|
|
2034
2025
|
is_custom_image?: boolean | undefined;
|
|
2026
|
+
first_name?: string | undefined;
|
|
2027
|
+
last_name?: string | undefined;
|
|
2035
2028
|
image_24?: string | undefined;
|
|
2036
2029
|
image_32?: string | undefined;
|
|
2037
2030
|
image_48?: 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;
|
|
@@ -2083,12 +2083,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2083
2083
|
count: z.ZodNumber;
|
|
2084
2084
|
}, "strip", z.ZodTypeAny, {
|
|
2085
2085
|
name: string;
|
|
2086
|
-
count: number;
|
|
2087
2086
|
users: string[];
|
|
2087
|
+
count: number;
|
|
2088
2088
|
}, {
|
|
2089
2089
|
name: string;
|
|
2090
|
-
count: number;
|
|
2091
2090
|
users: string[];
|
|
2091
|
+
count: number;
|
|
2092
2092
|
}>, "many">>;
|
|
2093
2093
|
}, "strip", z.ZodTypeAny, {
|
|
2094
2094
|
type: string;
|
|
@@ -2096,11 +2096,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2096
2096
|
text?: string | undefined;
|
|
2097
2097
|
user?: string | undefined;
|
|
2098
2098
|
username?: string | undefined;
|
|
2099
|
-
reactions?: {
|
|
2100
|
-
name: string;
|
|
2101
|
-
count: number;
|
|
2102
|
-
users: string[];
|
|
2103
|
-
}[] | undefined;
|
|
2104
2099
|
attachments?: unknown[] | undefined;
|
|
2105
2100
|
blocks?: unknown[] | undefined;
|
|
2106
2101
|
thread_ts?: string | undefined;
|
|
@@ -2115,17 +2110,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2115
2110
|
reply_users?: string[] | undefined;
|
|
2116
2111
|
is_locked?: boolean | undefined;
|
|
2117
2112
|
subscribed?: boolean | undefined;
|
|
2113
|
+
reactions?: {
|
|
2114
|
+
name: string;
|
|
2115
|
+
users: string[];
|
|
2116
|
+
count: number;
|
|
2117
|
+
}[] | undefined;
|
|
2118
2118
|
}, {
|
|
2119
2119
|
type: string;
|
|
2120
2120
|
ts: string;
|
|
2121
2121
|
text?: string | undefined;
|
|
2122
2122
|
user?: string | undefined;
|
|
2123
2123
|
username?: string | undefined;
|
|
2124
|
-
reactions?: {
|
|
2125
|
-
name: string;
|
|
2126
|
-
count: number;
|
|
2127
|
-
users: string[];
|
|
2128
|
-
}[] | undefined;
|
|
2129
2124
|
attachments?: unknown[] | undefined;
|
|
2130
2125
|
blocks?: unknown[] | undefined;
|
|
2131
2126
|
thread_ts?: string | undefined;
|
|
@@ -2140,6 +2135,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2140
2135
|
reply_users?: string[] | undefined;
|
|
2141
2136
|
is_locked?: boolean | undefined;
|
|
2142
2137
|
subscribed?: boolean | undefined;
|
|
2138
|
+
reactions?: {
|
|
2139
|
+
name: string;
|
|
2140
|
+
users: string[];
|
|
2141
|
+
count: number;
|
|
2142
|
+
}[] | undefined;
|
|
2143
2143
|
}>, "many">>;
|
|
2144
2144
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
2145
2145
|
response_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -2156,17 +2156,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2156
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
2165
|
text?: string | undefined;
|
|
2163
2166
|
user?: string | undefined;
|
|
2164
2167
|
username?: string | undefined;
|
|
2165
|
-
reactions?: {
|
|
2166
|
-
name: string;
|
|
2167
|
-
count: number;
|
|
2168
|
-
users: string[];
|
|
2169
|
-
}[] | undefined;
|
|
2170
2168
|
attachments?: unknown[] | undefined;
|
|
2171
2169
|
blocks?: unknown[] | undefined;
|
|
2172
2170
|
thread_ts?: string | undefined;
|
|
@@ -2181,27 +2179,27 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2181
2179
|
reply_users?: string[] | undefined;
|
|
2182
2180
|
is_locked?: boolean | undefined;
|
|
2183
2181
|
subscribed?: boolean | undefined;
|
|
2182
|
+
reactions?: {
|
|
2183
|
+
name: string;
|
|
2184
|
+
users: string[];
|
|
2185
|
+
count: number;
|
|
2186
|
+
}[] | undefined;
|
|
2184
2187
|
}[] | undefined;
|
|
2185
|
-
response_metadata?: {
|
|
2186
|
-
next_cursor: string;
|
|
2187
|
-
} | undefined;
|
|
2188
2188
|
has_more?: boolean | undefined;
|
|
2189
2189
|
}, {
|
|
2190
2190
|
error: string;
|
|
2191
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
2200
|
text?: string | undefined;
|
|
2198
2201
|
user?: string | undefined;
|
|
2199
2202
|
username?: string | undefined;
|
|
2200
|
-
reactions?: {
|
|
2201
|
-
name: string;
|
|
2202
|
-
count: number;
|
|
2203
|
-
users: string[];
|
|
2204
|
-
}[] | undefined;
|
|
2205
2203
|
attachments?: unknown[] | undefined;
|
|
2206
2204
|
blocks?: unknown[] | undefined;
|
|
2207
2205
|
thread_ts?: string | undefined;
|
|
@@ -2216,10 +2214,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2216
2214
|
reply_users?: string[] | undefined;
|
|
2217
2215
|
is_locked?: boolean | undefined;
|
|
2218
2216
|
subscribed?: boolean | undefined;
|
|
2217
|
+
reactions?: {
|
|
2218
|
+
name: string;
|
|
2219
|
+
users: string[];
|
|
2220
|
+
count: number;
|
|
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">;
|
|
@@ -2254,12 +2254,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2254
2254
|
count: z.ZodNumber;
|
|
2255
2255
|
}, "strip", z.ZodTypeAny, {
|
|
2256
2256
|
name: string;
|
|
2257
|
-
count: number;
|
|
2258
2257
|
users: string[];
|
|
2258
|
+
count: number;
|
|
2259
2259
|
}, {
|
|
2260
2260
|
name: string;
|
|
2261
|
-
count: number;
|
|
2262
2261
|
users: string[];
|
|
2262
|
+
count: number;
|
|
2263
2263
|
}>, "many">>;
|
|
2264
2264
|
}, "strip", z.ZodTypeAny, {
|
|
2265
2265
|
type: string;
|
|
@@ -2267,11 +2267,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2267
2267
|
text?: string | undefined;
|
|
2268
2268
|
user?: string | undefined;
|
|
2269
2269
|
username?: string | undefined;
|
|
2270
|
-
reactions?: {
|
|
2271
|
-
name: string;
|
|
2272
|
-
count: number;
|
|
2273
|
-
users: string[];
|
|
2274
|
-
}[] | undefined;
|
|
2275
2270
|
attachments?: unknown[] | undefined;
|
|
2276
2271
|
blocks?: unknown[] | undefined;
|
|
2277
2272
|
thread_ts?: string | undefined;
|
|
@@ -2286,17 +2281,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2286
2281
|
reply_users?: string[] | undefined;
|
|
2287
2282
|
is_locked?: boolean | undefined;
|
|
2288
2283
|
subscribed?: boolean | undefined;
|
|
2284
|
+
reactions?: {
|
|
2285
|
+
name: string;
|
|
2286
|
+
users: string[];
|
|
2287
|
+
count: number;
|
|
2288
|
+
}[] | undefined;
|
|
2289
2289
|
}, {
|
|
2290
2290
|
type: string;
|
|
2291
2291
|
ts: string;
|
|
2292
2292
|
text?: string | undefined;
|
|
2293
2293
|
user?: string | undefined;
|
|
2294
2294
|
username?: string | undefined;
|
|
2295
|
-
reactions?: {
|
|
2296
|
-
name: string;
|
|
2297
|
-
count: number;
|
|
2298
|
-
users: string[];
|
|
2299
|
-
}[] | undefined;
|
|
2300
2295
|
attachments?: unknown[] | undefined;
|
|
2301
2296
|
blocks?: unknown[] | undefined;
|
|
2302
2297
|
thread_ts?: string | undefined;
|
|
@@ -2311,6 +2306,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2311
2306
|
reply_users?: string[] | undefined;
|
|
2312
2307
|
is_locked?: boolean | undefined;
|
|
2313
2308
|
subscribed?: boolean | undefined;
|
|
2309
|
+
reactions?: {
|
|
2310
|
+
name: string;
|
|
2311
|
+
users: string[];
|
|
2312
|
+
count: number;
|
|
2313
|
+
}[] | undefined;
|
|
2314
2314
|
}>, "many">>;
|
|
2315
2315
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
2316
2316
|
response_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -2327,17 +2327,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2327
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
2336
|
text?: string | undefined;
|
|
2334
2337
|
user?: string | undefined;
|
|
2335
2338
|
username?: string | undefined;
|
|
2336
|
-
reactions?: {
|
|
2337
|
-
name: string;
|
|
2338
|
-
count: number;
|
|
2339
|
-
users: string[];
|
|
2340
|
-
}[] | undefined;
|
|
2341
2339
|
attachments?: unknown[] | undefined;
|
|
2342
2340
|
blocks?: unknown[] | undefined;
|
|
2343
2341
|
thread_ts?: string | undefined;
|
|
@@ -2352,27 +2350,27 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2352
2350
|
reply_users?: string[] | undefined;
|
|
2353
2351
|
is_locked?: boolean | undefined;
|
|
2354
2352
|
subscribed?: boolean | undefined;
|
|
2353
|
+
reactions?: {
|
|
2354
|
+
name: string;
|
|
2355
|
+
users: string[];
|
|
2356
|
+
count: number;
|
|
2357
|
+
}[] | undefined;
|
|
2355
2358
|
}[] | undefined;
|
|
2356
|
-
response_metadata?: {
|
|
2357
|
-
next_cursor: string;
|
|
2358
|
-
} | undefined;
|
|
2359
2359
|
has_more?: boolean | undefined;
|
|
2360
2360
|
}, {
|
|
2361
2361
|
error: string;
|
|
2362
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
2371
|
text?: string | undefined;
|
|
2369
2372
|
user?: string | undefined;
|
|
2370
2373
|
username?: string | undefined;
|
|
2371
|
-
reactions?: {
|
|
2372
|
-
name: string;
|
|
2373
|
-
count: number;
|
|
2374
|
-
users: string[];
|
|
2375
|
-
}[] | undefined;
|
|
2376
2374
|
attachments?: unknown[] | undefined;
|
|
2377
2375
|
blocks?: unknown[] | undefined;
|
|
2378
2376
|
thread_ts?: string | undefined;
|
|
@@ -2387,10 +2385,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2387
2385
|
reply_users?: string[] | undefined;
|
|
2388
2386
|
is_locked?: boolean | undefined;
|
|
2389
2387
|
subscribed?: boolean | undefined;
|
|
2388
|
+
reactions?: {
|
|
2389
|
+
name: string;
|
|
2390
|
+
users: string[];
|
|
2391
|
+
count: number;
|
|
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">;
|
|
@@ -2428,12 +2428,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2428
2428
|
count: z.ZodNumber;
|
|
2429
2429
|
}, "strip", z.ZodTypeAny, {
|
|
2430
2430
|
name: string;
|
|
2431
|
-
count: number;
|
|
2432
2431
|
users: string[];
|
|
2432
|
+
count: number;
|
|
2433
2433
|
}, {
|
|
2434
2434
|
name: string;
|
|
2435
|
-
count: number;
|
|
2436
2435
|
users: string[];
|
|
2436
|
+
count: number;
|
|
2437
2437
|
}>, "many">>;
|
|
2438
2438
|
}, "strip", z.ZodTypeAny, {
|
|
2439
2439
|
type: string;
|
|
@@ -2441,11 +2441,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2441
2441
|
text?: string | undefined;
|
|
2442
2442
|
user?: string | undefined;
|
|
2443
2443
|
username?: string | undefined;
|
|
2444
|
-
reactions?: {
|
|
2445
|
-
name: string;
|
|
2446
|
-
count: number;
|
|
2447
|
-
users: string[];
|
|
2448
|
-
}[] | undefined;
|
|
2449
2444
|
attachments?: unknown[] | undefined;
|
|
2450
2445
|
blocks?: unknown[] | undefined;
|
|
2451
2446
|
thread_ts?: string | undefined;
|
|
@@ -2460,17 +2455,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2460
2455
|
reply_users?: string[] | undefined;
|
|
2461
2456
|
is_locked?: boolean | undefined;
|
|
2462
2457
|
subscribed?: boolean | undefined;
|
|
2458
|
+
reactions?: {
|
|
2459
|
+
name: string;
|
|
2460
|
+
users: string[];
|
|
2461
|
+
count: number;
|
|
2462
|
+
}[] | undefined;
|
|
2463
2463
|
}, {
|
|
2464
2464
|
type: string;
|
|
2465
2465
|
ts: string;
|
|
2466
2466
|
text?: string | undefined;
|
|
2467
2467
|
user?: string | undefined;
|
|
2468
2468
|
username?: string | undefined;
|
|
2469
|
-
reactions?: {
|
|
2470
|
-
name: string;
|
|
2471
|
-
count: number;
|
|
2472
|
-
users: string[];
|
|
2473
|
-
}[] | undefined;
|
|
2474
2469
|
attachments?: unknown[] | undefined;
|
|
2475
2470
|
blocks?: unknown[] | undefined;
|
|
2476
2471
|
thread_ts?: string | undefined;
|
|
@@ -2485,6 +2480,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2485
2480
|
reply_users?: string[] | undefined;
|
|
2486
2481
|
is_locked?: boolean | undefined;
|
|
2487
2482
|
subscribed?: boolean | undefined;
|
|
2483
|
+
reactions?: {
|
|
2484
|
+
name: string;
|
|
2485
|
+
users: string[];
|
|
2486
|
+
count: number;
|
|
2487
|
+
}[] | undefined;
|
|
2488
2488
|
}>>;
|
|
2489
2489
|
error: z.ZodString;
|
|
2490
2490
|
success: z.ZodBoolean;
|
|
@@ -2493,18 +2493,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2493
2493
|
success: boolean;
|
|
2494
2494
|
operation: "update_message";
|
|
2495
2495
|
ok: boolean;
|
|
2496
|
-
text?: string | undefined;
|
|
2497
2496
|
message?: {
|
|
2498
2497
|
type: string;
|
|
2499
2498
|
ts: string;
|
|
2500
2499
|
text?: string | undefined;
|
|
2501
2500
|
user?: string | undefined;
|
|
2502
2501
|
username?: string | undefined;
|
|
2503
|
-
reactions?: {
|
|
2504
|
-
name: string;
|
|
2505
|
-
count: number;
|
|
2506
|
-
users: string[];
|
|
2507
|
-
}[] | undefined;
|
|
2508
2502
|
attachments?: unknown[] | undefined;
|
|
2509
2503
|
blocks?: unknown[] | undefined;
|
|
2510
2504
|
thread_ts?: string | undefined;
|
|
@@ -2519,7 +2513,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2519
2513
|
reply_users?: string[] | undefined;
|
|
2520
2514
|
is_locked?: boolean | undefined;
|
|
2521
2515
|
subscribed?: boolean | undefined;
|
|
2516
|
+
reactions?: {
|
|
2517
|
+
name: string;
|
|
2518
|
+
users: string[];
|
|
2519
|
+
count: number;
|
|
2520
|
+
}[] | undefined;
|
|
2522
2521
|
} | undefined;
|
|
2522
|
+
text?: string | undefined;
|
|
2523
2523
|
ts?: string | undefined;
|
|
2524
2524
|
channel?: string | undefined;
|
|
2525
2525
|
}, {
|
|
@@ -2527,18 +2527,12 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2527
2527
|
success: boolean;
|
|
2528
2528
|
operation: "update_message";
|
|
2529
2529
|
ok: boolean;
|
|
2530
|
-
text?: string | undefined;
|
|
2531
2530
|
message?: {
|
|
2532
2531
|
type: string;
|
|
2533
2532
|
ts: string;
|
|
2534
2533
|
text?: string | undefined;
|
|
2535
2534
|
user?: string | undefined;
|
|
2536
2535
|
username?: string | undefined;
|
|
2537
|
-
reactions?: {
|
|
2538
|
-
name: string;
|
|
2539
|
-
count: number;
|
|
2540
|
-
users: string[];
|
|
2541
|
-
}[] | undefined;
|
|
2542
2536
|
attachments?: unknown[] | undefined;
|
|
2543
2537
|
blocks?: unknown[] | undefined;
|
|
2544
2538
|
thread_ts?: string | undefined;
|
|
@@ -2553,7 +2547,13 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2553
2547
|
reply_users?: string[] | undefined;
|
|
2554
2548
|
is_locked?: boolean | undefined;
|
|
2555
2549
|
subscribed?: boolean | undefined;
|
|
2550
|
+
reactions?: {
|
|
2551
|
+
name: string;
|
|
2552
|
+
users: string[];
|
|
2553
|
+
count: number;
|
|
2554
|
+
}[] | undefined;
|
|
2556
2555
|
} | undefined;
|
|
2556
|
+
text?: string | undefined;
|
|
2557
2557
|
ts?: string | undefined;
|
|
2558
2558
|
channel?: string | undefined;
|
|
2559
2559
|
}>, z.ZodObject<{
|
|
@@ -2679,7 +2679,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2679
2679
|
channel_name: string;
|
|
2680
2680
|
}>, "many">>>;
|
|
2681
2681
|
}, "strip", z.ZodTypeAny, {
|
|
2682
|
-
|
|
2682
|
+
public?: Record<string, {
|
|
2683
2683
|
ts: string;
|
|
2684
2684
|
team_id: string;
|
|
2685
2685
|
reply_count: number;
|
|
@@ -2687,7 +2687,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2687
2687
|
reply_users: string[];
|
|
2688
2688
|
channel_name: string;
|
|
2689
2689
|
}[]> | undefined;
|
|
2690
|
-
|
|
2690
|
+
private?: Record<string, {
|
|
2691
2691
|
ts: string;
|
|
2692
2692
|
team_id: string;
|
|
2693
2693
|
reply_count: number;
|
|
@@ -2696,7 +2696,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2696
2696
|
channel_name: string;
|
|
2697
2697
|
}[]> | undefined;
|
|
2698
2698
|
}, {
|
|
2699
|
-
|
|
2699
|
+
public?: Record<string, {
|
|
2700
2700
|
ts: string;
|
|
2701
2701
|
team_id: string;
|
|
2702
2702
|
reply_count: number;
|
|
@@ -2704,7 +2704,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2704
2704
|
reply_users: string[];
|
|
2705
2705
|
channel_name: string;
|
|
2706
2706
|
}[]> | undefined;
|
|
2707
|
-
|
|
2707
|
+
private?: Record<string, {
|
|
2708
2708
|
ts: string;
|
|
2709
2709
|
team_id: string;
|
|
2710
2710
|
reply_count: number;
|
|
@@ -2719,10 +2719,10 @@ 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;
|
|
2724
|
-
|
|
2723
|
+
user: string;
|
|
2725
2724
|
username: string;
|
|
2725
|
+
timestamp: number;
|
|
2726
2726
|
created: number;
|
|
2727
2727
|
mimetype: string;
|
|
2728
2728
|
filetype: string;
|
|
@@ -2739,8 +2739,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2739
2739
|
url_private_download: string;
|
|
2740
2740
|
permalink: string;
|
|
2741
2741
|
title?: string | undefined;
|
|
2742
|
+
channels?: string[] | undefined;
|
|
2743
|
+
permalink_public?: string | undefined;
|
|
2742
2744
|
shares?: {
|
|
2743
|
-
|
|
2745
|
+
public?: Record<string, {
|
|
2744
2746
|
ts: string;
|
|
2745
2747
|
team_id: string;
|
|
2746
2748
|
reply_count: number;
|
|
@@ -2748,7 +2750,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2748
2750
|
reply_users: string[];
|
|
2749
2751
|
channel_name: string;
|
|
2750
2752
|
}[]> | undefined;
|
|
2751
|
-
|
|
2753
|
+
private?: Record<string, {
|
|
2752
2754
|
ts: string;
|
|
2753
2755
|
team_id: string;
|
|
2754
2756
|
reply_count: number;
|
|
@@ -2757,17 +2759,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2757
2759
|
channel_name: string;
|
|
2758
2760
|
}[]> | undefined;
|
|
2759
2761
|
} | undefined;
|
|
2760
|
-
channels?: string[] | undefined;
|
|
2761
|
-
permalink_public?: string | undefined;
|
|
2762
2762
|
groups?: string[] | undefined;
|
|
2763
2763
|
ims?: string[] | undefined;
|
|
2764
2764
|
has_rich_preview?: boolean | undefined;
|
|
2765
2765
|
}, {
|
|
2766
2766
|
name: string;
|
|
2767
|
-
user: string;
|
|
2768
2767
|
id: string;
|
|
2769
|
-
|
|
2768
|
+
user: string;
|
|
2770
2769
|
username: string;
|
|
2770
|
+
timestamp: number;
|
|
2771
2771
|
created: number;
|
|
2772
2772
|
mimetype: string;
|
|
2773
2773
|
filetype: string;
|
|
@@ -2784,8 +2784,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2784
2784
|
url_private_download: string;
|
|
2785
2785
|
permalink: string;
|
|
2786
2786
|
title?: string | undefined;
|
|
2787
|
+
channels?: string[] | undefined;
|
|
2788
|
+
permalink_public?: string | undefined;
|
|
2787
2789
|
shares?: {
|
|
2788
|
-
|
|
2790
|
+
public?: Record<string, {
|
|
2789
2791
|
ts: string;
|
|
2790
2792
|
team_id: string;
|
|
2791
2793
|
reply_count: number;
|
|
@@ -2793,7 +2795,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2793
2795
|
reply_users: string[];
|
|
2794
2796
|
channel_name: string;
|
|
2795
2797
|
}[]> | undefined;
|
|
2796
|
-
|
|
2798
|
+
private?: Record<string, {
|
|
2797
2799
|
ts: string;
|
|
2798
2800
|
team_id: string;
|
|
2799
2801
|
reply_count: number;
|
|
@@ -2802,8 +2804,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2802
2804
|
channel_name: string;
|
|
2803
2805
|
}[]> | undefined;
|
|
2804
2806
|
} | undefined;
|
|
2805
|
-
channels?: string[] | undefined;
|
|
2806
|
-
permalink_public?: string | undefined;
|
|
2807
2807
|
groups?: string[] | undefined;
|
|
2808
2808
|
ims?: string[] | undefined;
|
|
2809
2809
|
has_rich_preview?: boolean | undefined;
|
|
@@ -2817,10 +2817,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2817
2817
|
ok: boolean;
|
|
2818
2818
|
file?: {
|
|
2819
2819
|
name: string;
|
|
2820
|
-
user: string;
|
|
2821
2820
|
id: string;
|
|
2822
|
-
|
|
2821
|
+
user: string;
|
|
2823
2822
|
username: string;
|
|
2823
|
+
timestamp: number;
|
|
2824
2824
|
created: number;
|
|
2825
2825
|
mimetype: string;
|
|
2826
2826
|
filetype: string;
|
|
@@ -2837,8 +2837,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2837
2837
|
url_private_download: string;
|
|
2838
2838
|
permalink: string;
|
|
2839
2839
|
title?: string | undefined;
|
|
2840
|
+
channels?: string[] | undefined;
|
|
2841
|
+
permalink_public?: string | undefined;
|
|
2840
2842
|
shares?: {
|
|
2841
|
-
|
|
2843
|
+
public?: Record<string, {
|
|
2842
2844
|
ts: string;
|
|
2843
2845
|
team_id: string;
|
|
2844
2846
|
reply_count: number;
|
|
@@ -2846,7 +2848,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2846
2848
|
reply_users: string[];
|
|
2847
2849
|
channel_name: string;
|
|
2848
2850
|
}[]> | undefined;
|
|
2849
|
-
|
|
2851
|
+
private?: Record<string, {
|
|
2850
2852
|
ts: string;
|
|
2851
2853
|
team_id: string;
|
|
2852
2854
|
reply_count: number;
|
|
@@ -2855,8 +2857,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2855
2857
|
channel_name: string;
|
|
2856
2858
|
}[]> | undefined;
|
|
2857
2859
|
} | undefined;
|
|
2858
|
-
channels?: string[] | undefined;
|
|
2859
|
-
permalink_public?: string | undefined;
|
|
2860
2860
|
groups?: string[] | undefined;
|
|
2861
2861
|
ims?: string[] | undefined;
|
|
2862
2862
|
has_rich_preview?: boolean | undefined;
|
|
@@ -2868,10 +2868,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2868
2868
|
ok: boolean;
|
|
2869
2869
|
file?: {
|
|
2870
2870
|
name: string;
|
|
2871
|
-
user: string;
|
|
2872
2871
|
id: string;
|
|
2873
|
-
|
|
2872
|
+
user: string;
|
|
2874
2873
|
username: string;
|
|
2874
|
+
timestamp: number;
|
|
2875
2875
|
created: number;
|
|
2876
2876
|
mimetype: string;
|
|
2877
2877
|
filetype: string;
|
|
@@ -2888,8 +2888,10 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2888
2888
|
url_private_download: string;
|
|
2889
2889
|
permalink: string;
|
|
2890
2890
|
title?: string | undefined;
|
|
2891
|
+
channels?: string[] | undefined;
|
|
2892
|
+
permalink_public?: string | undefined;
|
|
2891
2893
|
shares?: {
|
|
2892
|
-
|
|
2894
|
+
public?: Record<string, {
|
|
2893
2895
|
ts: string;
|
|
2894
2896
|
team_id: string;
|
|
2895
2897
|
reply_count: number;
|
|
@@ -2897,7 +2899,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2897
2899
|
reply_users: string[];
|
|
2898
2900
|
channel_name: string;
|
|
2899
2901
|
}[]> | undefined;
|
|
2900
|
-
|
|
2902
|
+
private?: Record<string, {
|
|
2901
2903
|
ts: string;
|
|
2902
2904
|
team_id: string;
|
|
2903
2905
|
reply_count: number;
|
|
@@ -2906,8 +2908,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
|
|
|
2906
2908
|
channel_name: string;
|
|
2907
2909
|
}[]> | undefined;
|
|
2908
2910
|
} | undefined;
|
|
2909
|
-
channels?: string[] | undefined;
|
|
2910
|
-
permalink_public?: string | undefined;
|
|
2911
2911
|
groups?: string[] | undefined;
|
|
2912
2912
|
ims?: string[] | undefined;
|
|
2913
2913
|
has_rich_preview?: boolean | undefined;
|
|
@@ -2961,8 +2961,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
2961
2961
|
footer_icon: z.ZodOptional<z.ZodString>;
|
|
2962
2962
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
2963
2963
|
}, "strip", z.ZodTypeAny, {
|
|
2964
|
-
text?: string | undefined;
|
|
2965
2964
|
title?: string | undefined;
|
|
2965
|
+
text?: string | undefined;
|
|
2966
2966
|
image_url?: string | undefined;
|
|
2967
2967
|
fields?: {
|
|
2968
2968
|
value: string;
|
|
@@ -2980,8 +2980,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
2980
2980
|
footer_icon?: string | undefined;
|
|
2981
2981
|
ts?: number | undefined;
|
|
2982
2982
|
}, {
|
|
2983
|
-
text?: string | undefined;
|
|
2984
2983
|
title?: string | undefined;
|
|
2984
|
+
text?: string | undefined;
|
|
2985
2985
|
image_url?: string | undefined;
|
|
2986
2986
|
fields?: {
|
|
2987
2987
|
value: string;
|
|
@@ -3026,15 +3026,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3026
3026
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3027
3027
|
}, "strip", z.ZodTypeAny, {
|
|
3028
3028
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3029
|
-
text?: string | undefined;
|
|
3030
3029
|
emoji?: boolean | undefined;
|
|
3030
|
+
text?: string | undefined;
|
|
3031
3031
|
image_url?: string | undefined;
|
|
3032
3032
|
verbatim?: boolean | undefined;
|
|
3033
3033
|
alt_text?: string | undefined;
|
|
3034
3034
|
}, {
|
|
3035
3035
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3036
|
-
text?: string | undefined;
|
|
3037
3036
|
emoji?: boolean | undefined;
|
|
3037
|
+
text?: string | undefined;
|
|
3038
3038
|
image_url?: string | undefined;
|
|
3039
3039
|
verbatim?: boolean | undefined;
|
|
3040
3040
|
alt_text?: string | undefined;
|
|
@@ -3066,15 +3066,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3066
3066
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3067
3067
|
}, "strip", z.ZodTypeAny, {
|
|
3068
3068
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3069
|
-
text?: string | undefined;
|
|
3070
3069
|
emoji?: boolean | undefined;
|
|
3070
|
+
text?: string | undefined;
|
|
3071
3071
|
image_url?: string | undefined;
|
|
3072
3072
|
verbatim?: boolean | undefined;
|
|
3073
3073
|
alt_text?: string | undefined;
|
|
3074
3074
|
}, {
|
|
3075
3075
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3076
|
-
text?: string | undefined;
|
|
3077
3076
|
emoji?: boolean | undefined;
|
|
3077
|
+
text?: string | undefined;
|
|
3078
3078
|
image_url?: string | undefined;
|
|
3079
3079
|
verbatim?: boolean | undefined;
|
|
3080
3080
|
alt_text?: string | undefined;
|
|
@@ -3106,15 +3106,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3106
3106
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3107
3107
|
}, "strip", z.ZodTypeAny, {
|
|
3108
3108
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3109
|
-
text?: string | undefined;
|
|
3110
3109
|
emoji?: boolean | undefined;
|
|
3110
|
+
text?: string | undefined;
|
|
3111
3111
|
image_url?: string | undefined;
|
|
3112
3112
|
verbatim?: boolean | undefined;
|
|
3113
3113
|
alt_text?: string | undefined;
|
|
3114
3114
|
}, {
|
|
3115
3115
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3116
|
-
text?: string | undefined;
|
|
3117
3116
|
emoji?: boolean | undefined;
|
|
3117
|
+
text?: string | undefined;
|
|
3118
3118
|
image_url?: string | undefined;
|
|
3119
3119
|
verbatim?: boolean | undefined;
|
|
3120
3120
|
alt_text?: string | undefined;
|
|
@@ -3137,8 +3137,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3137
3137
|
icon_emoji?: string | undefined;
|
|
3138
3138
|
icon_url?: string | undefined;
|
|
3139
3139
|
attachments?: {
|
|
3140
|
-
text?: string | undefined;
|
|
3141
3140
|
title?: string | undefined;
|
|
3141
|
+
text?: string | undefined;
|
|
3142
3142
|
image_url?: string | undefined;
|
|
3143
3143
|
fields?: {
|
|
3144
3144
|
value: string;
|
|
@@ -3183,15 +3183,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3183
3183
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3184
3184
|
}, "strip", z.ZodTypeAny, {
|
|
3185
3185
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3186
|
-
text?: string | undefined;
|
|
3187
3186
|
emoji?: boolean | undefined;
|
|
3187
|
+
text?: string | undefined;
|
|
3188
3188
|
image_url?: string | undefined;
|
|
3189
3189
|
verbatim?: boolean | undefined;
|
|
3190
3190
|
alt_text?: string | undefined;
|
|
3191
3191
|
}, {
|
|
3192
3192
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3193
|
-
text?: string | undefined;
|
|
3194
3193
|
emoji?: boolean | undefined;
|
|
3194
|
+
text?: string | undefined;
|
|
3195
3195
|
image_url?: string | undefined;
|
|
3196
3196
|
verbatim?: boolean | undefined;
|
|
3197
3197
|
alt_text?: string | undefined;
|
|
@@ -3207,8 +3207,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3207
3207
|
icon_emoji?: string | undefined;
|
|
3208
3208
|
icon_url?: string | undefined;
|
|
3209
3209
|
attachments?: {
|
|
3210
|
-
text?: string | undefined;
|
|
3211
3210
|
title?: string | undefined;
|
|
3211
|
+
text?: string | undefined;
|
|
3212
3212
|
image_url?: string | undefined;
|
|
3213
3213
|
fields?: {
|
|
3214
3214
|
value: string;
|
|
@@ -3253,15 +3253,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3253
3253
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3254
3254
|
}, "strip", z.ZodTypeAny, {
|
|
3255
3255
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3256
|
-
text?: string | undefined;
|
|
3257
3256
|
emoji?: boolean | undefined;
|
|
3257
|
+
text?: string | undefined;
|
|
3258
3258
|
image_url?: string | undefined;
|
|
3259
3259
|
verbatim?: boolean | undefined;
|
|
3260
3260
|
alt_text?: string | undefined;
|
|
3261
3261
|
}, {
|
|
3262
3262
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3263
|
-
text?: string | undefined;
|
|
3264
3263
|
emoji?: boolean | undefined;
|
|
3264
|
+
text?: string | undefined;
|
|
3265
3265
|
image_url?: string | undefined;
|
|
3266
3266
|
verbatim?: boolean | undefined;
|
|
3267
3267
|
alt_text?: string | undefined;
|
|
@@ -3280,17 +3280,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3280
3280
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3281
3281
|
}, "strip", z.ZodTypeAny, {
|
|
3282
3282
|
operation: "list_channels";
|
|
3283
|
-
limit: number;
|
|
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
3290
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3291
|
-
limit?: number | 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">;
|
|
@@ -3352,8 +3352,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3352
3352
|
}, "strip", z.ZodTypeAny, {
|
|
3353
3353
|
inclusive: boolean;
|
|
3354
3354
|
operation: "get_conversation_history";
|
|
3355
|
-
limit: number;
|
|
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;
|
|
@@ -3379,17 +3379,17 @@ 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
|
-
operation: "get_thread_replies";
|
|
3383
|
-
limit: number;
|
|
3384
3382
|
ts: string;
|
|
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;
|
|
3389
3389
|
oldest?: string | undefined;
|
|
3390
3390
|
}, {
|
|
3391
|
-
operation: "get_thread_replies";
|
|
3392
3391
|
ts: string;
|
|
3392
|
+
operation: "get_thread_replies";
|
|
3393
3393
|
channel: string;
|
|
3394
3394
|
inclusive?: boolean | undefined;
|
|
3395
3395
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -3430,8 +3430,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3430
3430
|
footer_icon: z.ZodOptional<z.ZodString>;
|
|
3431
3431
|
ts: z.ZodOptional<z.ZodNumber>;
|
|
3432
3432
|
}, "strip", z.ZodTypeAny, {
|
|
3433
|
-
text?: string | undefined;
|
|
3434
3433
|
title?: string | undefined;
|
|
3434
|
+
text?: string | undefined;
|
|
3435
3435
|
image_url?: string | undefined;
|
|
3436
3436
|
fields?: {
|
|
3437
3437
|
value: string;
|
|
@@ -3449,8 +3449,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3449
3449
|
footer_icon?: string | undefined;
|
|
3450
3450
|
ts?: number | undefined;
|
|
3451
3451
|
}, {
|
|
3452
|
-
text?: string | undefined;
|
|
3453
3452
|
title?: string | undefined;
|
|
3453
|
+
text?: string | undefined;
|
|
3454
3454
|
image_url?: string | undefined;
|
|
3455
3455
|
fields?: {
|
|
3456
3456
|
value: string;
|
|
@@ -3495,15 +3495,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3495
3495
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3496
3496
|
}, "strip", z.ZodTypeAny, {
|
|
3497
3497
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3498
|
-
text?: string | undefined;
|
|
3499
3498
|
emoji?: boolean | undefined;
|
|
3499
|
+
text?: string | undefined;
|
|
3500
3500
|
image_url?: string | undefined;
|
|
3501
3501
|
verbatim?: boolean | undefined;
|
|
3502
3502
|
alt_text?: string | undefined;
|
|
3503
3503
|
}, {
|
|
3504
3504
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3505
|
-
text?: string | undefined;
|
|
3506
3505
|
emoji?: boolean | undefined;
|
|
3506
|
+
text?: string | undefined;
|
|
3507
3507
|
image_url?: string | undefined;
|
|
3508
3508
|
verbatim?: boolean | undefined;
|
|
3509
3509
|
alt_text?: string | undefined;
|
|
@@ -3535,15 +3535,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3535
3535
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3536
3536
|
}, "strip", z.ZodTypeAny, {
|
|
3537
3537
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3538
|
-
text?: string | undefined;
|
|
3539
3538
|
emoji?: boolean | undefined;
|
|
3539
|
+
text?: string | undefined;
|
|
3540
3540
|
image_url?: string | undefined;
|
|
3541
3541
|
verbatim?: boolean | undefined;
|
|
3542
3542
|
alt_text?: string | undefined;
|
|
3543
3543
|
}, {
|
|
3544
3544
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3545
|
-
text?: string | undefined;
|
|
3546
3545
|
emoji?: boolean | undefined;
|
|
3546
|
+
text?: string | undefined;
|
|
3547
3547
|
image_url?: string | undefined;
|
|
3548
3548
|
verbatim?: boolean | undefined;
|
|
3549
3549
|
alt_text?: string | undefined;
|
|
@@ -3575,15 +3575,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3575
3575
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3576
3576
|
}, "strip", z.ZodTypeAny, {
|
|
3577
3577
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3578
|
-
text?: string | undefined;
|
|
3579
3578
|
emoji?: boolean | undefined;
|
|
3579
|
+
text?: string | undefined;
|
|
3580
3580
|
image_url?: string | undefined;
|
|
3581
3581
|
verbatim?: boolean | undefined;
|
|
3582
3582
|
alt_text?: string | undefined;
|
|
3583
3583
|
}, {
|
|
3584
3584
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3585
|
-
text?: string | undefined;
|
|
3586
3585
|
emoji?: boolean | undefined;
|
|
3586
|
+
text?: string | undefined;
|
|
3587
3587
|
image_url?: string | undefined;
|
|
3588
3588
|
verbatim?: boolean | undefined;
|
|
3589
3589
|
alt_text?: string | undefined;
|
|
@@ -3591,14 +3591,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3591
3591
|
}, z.ZodTypeAny, "passthrough">>, "many">>;
|
|
3592
3592
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3593
3593
|
}, "strip", z.ZodTypeAny, {
|
|
3594
|
-
operation: "update_message";
|
|
3595
3594
|
ts: string;
|
|
3595
|
+
operation: "update_message";
|
|
3596
3596
|
channel: string;
|
|
3597
|
-
text?: string | undefined;
|
|
3598
3597
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3598
|
+
text?: string | undefined;
|
|
3599
3599
|
attachments?: {
|
|
3600
|
-
text?: string | undefined;
|
|
3601
3600
|
title?: string | undefined;
|
|
3601
|
+
text?: string | undefined;
|
|
3602
3602
|
image_url?: string | undefined;
|
|
3603
3603
|
fields?: {
|
|
3604
3604
|
value: string;
|
|
@@ -3643,29 +3643,29 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3643
3643
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3644
3644
|
}, "strip", z.ZodTypeAny, {
|
|
3645
3645
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3646
|
-
text?: string | undefined;
|
|
3647
3646
|
emoji?: boolean | undefined;
|
|
3647
|
+
text?: string | undefined;
|
|
3648
3648
|
image_url?: string | undefined;
|
|
3649
3649
|
verbatim?: boolean | undefined;
|
|
3650
3650
|
alt_text?: string | undefined;
|
|
3651
3651
|
}, {
|
|
3652
3652
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3653
|
-
text?: string | undefined;
|
|
3654
3653
|
emoji?: boolean | undefined;
|
|
3654
|
+
text?: string | undefined;
|
|
3655
3655
|
image_url?: string | undefined;
|
|
3656
3656
|
verbatim?: boolean | undefined;
|
|
3657
3657
|
alt_text?: string | undefined;
|
|
3658
3658
|
}>, "many">>;
|
|
3659
3659
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
3660
3660
|
}, {
|
|
3661
|
-
operation: "update_message";
|
|
3662
3661
|
ts: string;
|
|
3662
|
+
operation: "update_message";
|
|
3663
3663
|
channel: string;
|
|
3664
|
-
text?: string | undefined;
|
|
3665
3664
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3665
|
+
text?: string | undefined;
|
|
3666
3666
|
attachments?: {
|
|
3667
|
-
text?: string | undefined;
|
|
3668
3667
|
title?: string | undefined;
|
|
3668
|
+
text?: string | undefined;
|
|
3669
3669
|
image_url?: string | undefined;
|
|
3670
3670
|
fields?: {
|
|
3671
3671
|
value: string;
|
|
@@ -3710,15 +3710,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3710
3710
|
verbatim: z.ZodOptional<z.ZodBoolean>;
|
|
3711
3711
|
}, "strip", z.ZodTypeAny, {
|
|
3712
3712
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3713
|
-
text?: string | undefined;
|
|
3714
3713
|
emoji?: boolean | undefined;
|
|
3714
|
+
text?: string | undefined;
|
|
3715
3715
|
image_url?: string | undefined;
|
|
3716
3716
|
verbatim?: boolean | undefined;
|
|
3717
3717
|
alt_text?: string | undefined;
|
|
3718
3718
|
}, {
|
|
3719
3719
|
type: "image" | "plain_text" | "mrkdwn";
|
|
3720
|
-
text?: string | undefined;
|
|
3721
3720
|
emoji?: boolean | undefined;
|
|
3721
|
+
text?: string | undefined;
|
|
3722
3722
|
image_url?: string | undefined;
|
|
3723
3723
|
verbatim?: boolean | undefined;
|
|
3724
3724
|
alt_text?: string | undefined;
|
|
@@ -3730,13 +3730,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3730
3730
|
ts: z.ZodString;
|
|
3731
3731
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
3732
3732
|
}, "strip", z.ZodTypeAny, {
|
|
3733
|
-
operation: "delete_message";
|
|
3734
3733
|
ts: string;
|
|
3734
|
+
operation: "delete_message";
|
|
3735
3735
|
channel: string;
|
|
3736
3736
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3737
3737
|
}, {
|
|
3738
|
-
operation: "delete_message";
|
|
3739
3738
|
ts: string;
|
|
3739
|
+
operation: "delete_message";
|
|
3740
3740
|
channel: string;
|
|
3741
3741
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3742
3742
|
}>, z.ZodObject<{
|
|
@@ -3748,14 +3748,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3748
3748
|
}, "strip", z.ZodTypeAny, {
|
|
3749
3749
|
name: string;
|
|
3750
3750
|
operation: "add_reaction";
|
|
3751
|
-
timestamp: string;
|
|
3752
3751
|
channel: string;
|
|
3752
|
+
timestamp: string;
|
|
3753
3753
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3754
3754
|
}, {
|
|
3755
3755
|
name: string;
|
|
3756
3756
|
operation: "add_reaction";
|
|
3757
|
-
timestamp: string;
|
|
3758
3757
|
channel: string;
|
|
3758
|
+
timestamp: string;
|
|
3759
3759
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3760
3760
|
}>, z.ZodObject<{
|
|
3761
3761
|
operation: z.ZodLiteral<"remove_reaction">;
|
|
@@ -3766,14 +3766,14 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3766
3766
|
}, "strip", z.ZodTypeAny, {
|
|
3767
3767
|
name: string;
|
|
3768
3768
|
operation: "remove_reaction";
|
|
3769
|
-
timestamp: string;
|
|
3770
3769
|
channel: string;
|
|
3770
|
+
timestamp: string;
|
|
3771
3771
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3772
3772
|
}, {
|
|
3773
3773
|
name: string;
|
|
3774
3774
|
operation: "remove_reaction";
|
|
3775
|
-
timestamp: string;
|
|
3776
3775
|
channel: string;
|
|
3776
|
+
timestamp: string;
|
|
3777
3777
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
3778
3778
|
}>, z.ZodObject<{
|
|
3779
3779
|
operation: z.ZodLiteral<"upload_file">;
|
|
@@ -3838,12 +3838,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3838
3838
|
count: z.ZodNumber;
|
|
3839
3839
|
}, "strip", z.ZodTypeAny, {
|
|
3840
3840
|
name: string;
|
|
3841
|
-
count: number;
|
|
3842
3841
|
users: string[];
|
|
3842
|
+
count: number;
|
|
3843
3843
|
}, {
|
|
3844
3844
|
name: string;
|
|
3845
|
-
count: number;
|
|
3846
3845
|
users: string[];
|
|
3846
|
+
count: number;
|
|
3847
3847
|
}>, "many">>;
|
|
3848
3848
|
}, "strip", z.ZodTypeAny, {
|
|
3849
3849
|
type: string;
|
|
@@ -3851,11 +3851,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3851
3851
|
text?: string | undefined;
|
|
3852
3852
|
user?: string | undefined;
|
|
3853
3853
|
username?: string | undefined;
|
|
3854
|
-
reactions?: {
|
|
3855
|
-
name: string;
|
|
3856
|
-
count: number;
|
|
3857
|
-
users: string[];
|
|
3858
|
-
}[] | undefined;
|
|
3859
3854
|
attachments?: unknown[] | undefined;
|
|
3860
3855
|
blocks?: unknown[] | undefined;
|
|
3861
3856
|
thread_ts?: string | undefined;
|
|
@@ -3870,17 +3865,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3870
3865
|
reply_users?: string[] | undefined;
|
|
3871
3866
|
is_locked?: boolean | undefined;
|
|
3872
3867
|
subscribed?: boolean | undefined;
|
|
3868
|
+
reactions?: {
|
|
3869
|
+
name: string;
|
|
3870
|
+
users: string[];
|
|
3871
|
+
count: number;
|
|
3872
|
+
}[] | undefined;
|
|
3873
3873
|
}, {
|
|
3874
3874
|
type: string;
|
|
3875
3875
|
ts: string;
|
|
3876
3876
|
text?: string | undefined;
|
|
3877
3877
|
user?: string | undefined;
|
|
3878
3878
|
username?: string | undefined;
|
|
3879
|
-
reactions?: {
|
|
3880
|
-
name: string;
|
|
3881
|
-
count: number;
|
|
3882
|
-
users: string[];
|
|
3883
|
-
}[] | undefined;
|
|
3884
3879
|
attachments?: unknown[] | undefined;
|
|
3885
3880
|
blocks?: unknown[] | undefined;
|
|
3886
3881
|
thread_ts?: string | undefined;
|
|
@@ -3895,6 +3890,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3895
3890
|
reply_users?: string[] | undefined;
|
|
3896
3891
|
is_locked?: boolean | undefined;
|
|
3897
3892
|
subscribed?: boolean | undefined;
|
|
3893
|
+
reactions?: {
|
|
3894
|
+
name: string;
|
|
3895
|
+
users: string[];
|
|
3896
|
+
count: number;
|
|
3897
|
+
}[] | undefined;
|
|
3898
3898
|
}>>;
|
|
3899
3899
|
error: z.ZodString;
|
|
3900
3900
|
success: z.ZodBoolean;
|
|
@@ -3909,11 +3909,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3909
3909
|
text?: string | undefined;
|
|
3910
3910
|
user?: string | undefined;
|
|
3911
3911
|
username?: string | undefined;
|
|
3912
|
-
reactions?: {
|
|
3913
|
-
name: string;
|
|
3914
|
-
count: number;
|
|
3915
|
-
users: string[];
|
|
3916
|
-
}[] | undefined;
|
|
3917
3912
|
attachments?: unknown[] | undefined;
|
|
3918
3913
|
blocks?: unknown[] | undefined;
|
|
3919
3914
|
thread_ts?: string | undefined;
|
|
@@ -3928,6 +3923,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3928
3923
|
reply_users?: string[] | undefined;
|
|
3929
3924
|
is_locked?: boolean | undefined;
|
|
3930
3925
|
subscribed?: boolean | undefined;
|
|
3926
|
+
reactions?: {
|
|
3927
|
+
name: string;
|
|
3928
|
+
users: string[];
|
|
3929
|
+
count: number;
|
|
3930
|
+
}[] | undefined;
|
|
3931
3931
|
} | undefined;
|
|
3932
3932
|
ts?: string | undefined;
|
|
3933
3933
|
channel?: string | undefined;
|
|
@@ -3942,11 +3942,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3942
3942
|
text?: string | undefined;
|
|
3943
3943
|
user?: string | undefined;
|
|
3944
3944
|
username?: string | undefined;
|
|
3945
|
-
reactions?: {
|
|
3946
|
-
name: string;
|
|
3947
|
-
count: number;
|
|
3948
|
-
users: string[];
|
|
3949
|
-
}[] | undefined;
|
|
3950
3945
|
attachments?: unknown[] | undefined;
|
|
3951
3946
|
blocks?: unknown[] | undefined;
|
|
3952
3947
|
thread_ts?: string | undefined;
|
|
@@ -3961,6 +3956,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
3961
3956
|
reply_users?: string[] | undefined;
|
|
3962
3957
|
is_locked?: boolean | undefined;
|
|
3963
3958
|
subscribed?: boolean | undefined;
|
|
3959
|
+
reactions?: {
|
|
3960
|
+
name: string;
|
|
3961
|
+
users: string[];
|
|
3962
|
+
count: number;
|
|
3963
|
+
}[] | undefined;
|
|
3964
3964
|
} | undefined;
|
|
3965
3965
|
ts?: string | undefined;
|
|
3966
3966
|
channel?: string | undefined;
|
|
@@ -4021,11 +4021,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4021
4021
|
id: string;
|
|
4022
4022
|
created: number;
|
|
4023
4023
|
is_archived: boolean;
|
|
4024
|
-
is_private?: boolean | undefined;
|
|
4025
4024
|
is_channel?: boolean | undefined;
|
|
4026
4025
|
is_group?: boolean | undefined;
|
|
4027
4026
|
is_im?: boolean | undefined;
|
|
4028
4027
|
is_mpim?: boolean | undefined;
|
|
4028
|
+
is_private?: boolean | undefined;
|
|
4029
4029
|
is_general?: boolean | undefined;
|
|
4030
4030
|
unlinked?: number | undefined;
|
|
4031
4031
|
name_normalized?: string | undefined;
|
|
@@ -4054,11 +4054,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4054
4054
|
id: string;
|
|
4055
4055
|
created: number;
|
|
4056
4056
|
is_archived: boolean;
|
|
4057
|
-
is_private?: boolean | undefined;
|
|
4058
4057
|
is_channel?: boolean | undefined;
|
|
4059
4058
|
is_group?: boolean | undefined;
|
|
4060
4059
|
is_im?: boolean | undefined;
|
|
4061
4060
|
is_mpim?: boolean | undefined;
|
|
4061
|
+
is_private?: boolean | undefined;
|
|
4062
4062
|
is_general?: boolean | undefined;
|
|
4063
4063
|
unlinked?: number | undefined;
|
|
4064
4064
|
name_normalized?: string | undefined;
|
|
@@ -4105,11 +4105,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4105
4105
|
id: string;
|
|
4106
4106
|
created: number;
|
|
4107
4107
|
is_archived: boolean;
|
|
4108
|
-
is_private?: boolean | undefined;
|
|
4109
4108
|
is_channel?: boolean | undefined;
|
|
4110
4109
|
is_group?: boolean | undefined;
|
|
4111
4110
|
is_im?: boolean | undefined;
|
|
4112
4111
|
is_mpim?: boolean | undefined;
|
|
4112
|
+
is_private?: boolean | undefined;
|
|
4113
4113
|
is_general?: boolean | undefined;
|
|
4114
4114
|
unlinked?: number | undefined;
|
|
4115
4115
|
name_normalized?: string | undefined;
|
|
@@ -4147,11 +4147,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4147
4147
|
id: string;
|
|
4148
4148
|
created: number;
|
|
4149
4149
|
is_archived: boolean;
|
|
4150
|
-
is_private?: boolean | undefined;
|
|
4151
4150
|
is_channel?: boolean | undefined;
|
|
4152
4151
|
is_group?: boolean | undefined;
|
|
4153
4152
|
is_im?: boolean | undefined;
|
|
4154
4153
|
is_mpim?: boolean | undefined;
|
|
4154
|
+
is_private?: boolean | undefined;
|
|
4155
4155
|
is_general?: boolean | undefined;
|
|
4156
4156
|
unlinked?: number | undefined;
|
|
4157
4157
|
name_normalized?: string | undefined;
|
|
@@ -4233,11 +4233,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4233
4233
|
id: string;
|
|
4234
4234
|
created: number;
|
|
4235
4235
|
is_archived: boolean;
|
|
4236
|
-
is_private?: boolean | undefined;
|
|
4237
4236
|
is_channel?: boolean | undefined;
|
|
4238
4237
|
is_group?: boolean | undefined;
|
|
4239
4238
|
is_im?: boolean | undefined;
|
|
4240
4239
|
is_mpim?: boolean | undefined;
|
|
4240
|
+
is_private?: boolean | undefined;
|
|
4241
4241
|
is_general?: boolean | undefined;
|
|
4242
4242
|
unlinked?: number | undefined;
|
|
4243
4243
|
name_normalized?: string | undefined;
|
|
@@ -4266,11 +4266,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4266
4266
|
id: string;
|
|
4267
4267
|
created: number;
|
|
4268
4268
|
is_archived: boolean;
|
|
4269
|
-
is_private?: boolean | undefined;
|
|
4270
4269
|
is_channel?: boolean | undefined;
|
|
4271
4270
|
is_group?: boolean | undefined;
|
|
4272
4271
|
is_im?: boolean | undefined;
|
|
4273
4272
|
is_mpim?: boolean | undefined;
|
|
4273
|
+
is_private?: boolean | undefined;
|
|
4274
4274
|
is_general?: boolean | undefined;
|
|
4275
4275
|
unlinked?: number | undefined;
|
|
4276
4276
|
name_normalized?: string | undefined;
|
|
@@ -4307,11 +4307,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4307
4307
|
id: string;
|
|
4308
4308
|
created: number;
|
|
4309
4309
|
is_archived: boolean;
|
|
4310
|
-
is_private?: boolean | undefined;
|
|
4311
4310
|
is_channel?: boolean | undefined;
|
|
4312
4311
|
is_group?: boolean | undefined;
|
|
4313
4312
|
is_im?: boolean | undefined;
|
|
4314
4313
|
is_mpim?: boolean | undefined;
|
|
4314
|
+
is_private?: boolean | undefined;
|
|
4315
4315
|
is_general?: boolean | undefined;
|
|
4316
4316
|
unlinked?: number | undefined;
|
|
4317
4317
|
name_normalized?: string | undefined;
|
|
@@ -4346,11 +4346,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4346
4346
|
id: string;
|
|
4347
4347
|
created: number;
|
|
4348
4348
|
is_archived: boolean;
|
|
4349
|
-
is_private?: boolean | undefined;
|
|
4350
4349
|
is_channel?: boolean | undefined;
|
|
4351
4350
|
is_group?: boolean | undefined;
|
|
4352
4351
|
is_im?: boolean | undefined;
|
|
4353
4352
|
is_mpim?: boolean | undefined;
|
|
4353
|
+
is_private?: boolean | undefined;
|
|
4354
4354
|
is_general?: boolean | undefined;
|
|
4355
4355
|
unlinked?: number | undefined;
|
|
4356
4356
|
name_normalized?: string | undefined;
|
|
@@ -4416,8 +4416,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4416
4416
|
}, "strip", z.ZodTypeAny, {
|
|
4417
4417
|
title?: string | undefined;
|
|
4418
4418
|
email?: string | undefined;
|
|
4419
|
-
first_name?: string | undefined;
|
|
4420
|
-
last_name?: string | undefined;
|
|
4421
4419
|
fields?: Record<string, unknown> | undefined;
|
|
4422
4420
|
real_name?: string | undefined;
|
|
4423
4421
|
phone?: string | undefined;
|
|
@@ -4431,6 +4429,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4431
4429
|
avatar_hash?: string | undefined;
|
|
4432
4430
|
image_original?: string | undefined;
|
|
4433
4431
|
is_custom_image?: boolean | undefined;
|
|
4432
|
+
first_name?: string | undefined;
|
|
4433
|
+
last_name?: string | undefined;
|
|
4434
4434
|
image_24?: string | undefined;
|
|
4435
4435
|
image_32?: string | undefined;
|
|
4436
4436
|
image_48?: string | undefined;
|
|
@@ -4441,8 +4441,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4441
4441
|
}, {
|
|
4442
4442
|
title?: string | undefined;
|
|
4443
4443
|
email?: string | undefined;
|
|
4444
|
-
first_name?: string | undefined;
|
|
4445
|
-
last_name?: string | undefined;
|
|
4446
4444
|
fields?: Record<string, unknown> | undefined;
|
|
4447
4445
|
real_name?: string | undefined;
|
|
4448
4446
|
phone?: string | undefined;
|
|
@@ -4456,6 +4454,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4456
4454
|
avatar_hash?: string | undefined;
|
|
4457
4455
|
image_original?: string | undefined;
|
|
4458
4456
|
is_custom_image?: boolean | undefined;
|
|
4457
|
+
first_name?: string | undefined;
|
|
4458
|
+
last_name?: string | undefined;
|
|
4459
4459
|
image_24?: string | undefined;
|
|
4460
4460
|
image_32?: string | undefined;
|
|
4461
4461
|
image_48?: string | undefined;
|
|
@@ -4476,18 +4476,9 @@ 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;
|
|
4489
|
-
first_name?: string | undefined;
|
|
4490
|
-
last_name?: string | undefined;
|
|
4491
4482
|
fields?: Record<string, unknown> | undefined;
|
|
4492
4483
|
real_name?: string | undefined;
|
|
4493
4484
|
phone?: string | undefined;
|
|
@@ -4501,6 +4492,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4501
4492
|
avatar_hash?: string | undefined;
|
|
4502
4493
|
image_original?: string | undefined;
|
|
4503
4494
|
is_custom_image?: boolean | undefined;
|
|
4495
|
+
first_name?: string | undefined;
|
|
4496
|
+
last_name?: string | undefined;
|
|
4504
4497
|
image_24?: string | undefined;
|
|
4505
4498
|
image_32?: string | undefined;
|
|
4506
4499
|
image_48?: 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,18 +4521,9 @@ 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;
|
|
4534
|
-
first_name?: string | undefined;
|
|
4535
|
-
last_name?: string | undefined;
|
|
4536
4527
|
fields?: Record<string, unknown> | undefined;
|
|
4537
4528
|
real_name?: string | undefined;
|
|
4538
4529
|
phone?: string | undefined;
|
|
@@ -4546,6 +4537,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4546
4537
|
avatar_hash?: string | undefined;
|
|
4547
4538
|
image_original?: string | undefined;
|
|
4548
4539
|
is_custom_image?: boolean | undefined;
|
|
4540
|
+
first_name?: string | undefined;
|
|
4541
|
+
last_name?: string | undefined;
|
|
4549
4542
|
image_24?: string | undefined;
|
|
4550
4543
|
image_32?: string | undefined;
|
|
4551
4544
|
image_48?: 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;
|
|
@@ -4574,18 +4574,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
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;
|
|
4587
|
-
first_name?: string | undefined;
|
|
4588
|
-
last_name?: string | undefined;
|
|
4589
4580
|
fields?: Record<string, unknown> | undefined;
|
|
4590
4581
|
real_name?: string | undefined;
|
|
4591
4582
|
phone?: string | undefined;
|
|
@@ -4599,6 +4590,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4599
4590
|
avatar_hash?: string | undefined;
|
|
4600
4591
|
image_original?: string | undefined;
|
|
4601
4592
|
is_custom_image?: boolean | undefined;
|
|
4593
|
+
first_name?: string | undefined;
|
|
4594
|
+
last_name?: string | undefined;
|
|
4602
4595
|
image_24?: string | undefined;
|
|
4603
4596
|
image_32?: string | undefined;
|
|
4604
4597
|
image_48?: 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;
|
|
@@ -4625,18 +4625,9 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
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;
|
|
4638
|
-
first_name?: string | undefined;
|
|
4639
|
-
last_name?: string | undefined;
|
|
4640
4631
|
fields?: Record<string, unknown> | undefined;
|
|
4641
4632
|
real_name?: string | undefined;
|
|
4642
4633
|
phone?: string | undefined;
|
|
@@ -4650,6 +4641,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4650
4641
|
avatar_hash?: string | undefined;
|
|
4651
4642
|
image_original?: string | undefined;
|
|
4652
4643
|
is_custom_image?: boolean | undefined;
|
|
4644
|
+
first_name?: string | undefined;
|
|
4645
|
+
last_name?: string | undefined;
|
|
4653
4646
|
image_24?: string | undefined;
|
|
4654
4647
|
image_32?: string | undefined;
|
|
4655
4648
|
image_48?: 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;
|
|
@@ -4709,8 +4709,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4709
4709
|
}, "strip", z.ZodTypeAny, {
|
|
4710
4710
|
title?: string | undefined;
|
|
4711
4711
|
email?: string | undefined;
|
|
4712
|
-
first_name?: string | undefined;
|
|
4713
|
-
last_name?: string | undefined;
|
|
4714
4712
|
fields?: Record<string, unknown> | undefined;
|
|
4715
4713
|
real_name?: string | undefined;
|
|
4716
4714
|
phone?: string | undefined;
|
|
@@ -4724,6 +4722,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4724
4722
|
avatar_hash?: string | undefined;
|
|
4725
4723
|
image_original?: string | undefined;
|
|
4726
4724
|
is_custom_image?: boolean | undefined;
|
|
4725
|
+
first_name?: string | undefined;
|
|
4726
|
+
last_name?: string | undefined;
|
|
4727
4727
|
image_24?: string | undefined;
|
|
4728
4728
|
image_32?: string | undefined;
|
|
4729
4729
|
image_48?: string | undefined;
|
|
@@ -4734,8 +4734,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4734
4734
|
}, {
|
|
4735
4735
|
title?: string | undefined;
|
|
4736
4736
|
email?: string | undefined;
|
|
4737
|
-
first_name?: string | undefined;
|
|
4738
|
-
last_name?: string | undefined;
|
|
4739
4737
|
fields?: Record<string, unknown> | undefined;
|
|
4740
4738
|
real_name?: string | undefined;
|
|
4741
4739
|
phone?: string | undefined;
|
|
@@ -4749,6 +4747,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4749
4747
|
avatar_hash?: string | undefined;
|
|
4750
4748
|
image_original?: string | undefined;
|
|
4751
4749
|
is_custom_image?: boolean | undefined;
|
|
4750
|
+
first_name?: string | undefined;
|
|
4751
|
+
last_name?: string | undefined;
|
|
4752
4752
|
image_24?: string | undefined;
|
|
4753
4753
|
image_32?: string | undefined;
|
|
4754
4754
|
image_48?: string | undefined;
|
|
@@ -4769,18 +4769,9 @@ 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;
|
|
4782
|
-
first_name?: string | undefined;
|
|
4783
|
-
last_name?: string | undefined;
|
|
4784
4775
|
fields?: Record<string, unknown> | undefined;
|
|
4785
4776
|
real_name?: string | undefined;
|
|
4786
4777
|
phone?: string | undefined;
|
|
@@ -4794,6 +4785,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4794
4785
|
avatar_hash?: string | undefined;
|
|
4795
4786
|
image_original?: string | undefined;
|
|
4796
4787
|
is_custom_image?: boolean | undefined;
|
|
4788
|
+
first_name?: string | undefined;
|
|
4789
|
+
last_name?: string | undefined;
|
|
4797
4790
|
image_24?: string | undefined;
|
|
4798
4791
|
image_32?: string | undefined;
|
|
4799
4792
|
image_48?: 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,18 +4814,9 @@ 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;
|
|
4827
|
-
first_name?: string | undefined;
|
|
4828
|
-
last_name?: string | undefined;
|
|
4829
4820
|
fields?: Record<string, unknown> | undefined;
|
|
4830
4821
|
real_name?: string | undefined;
|
|
4831
4822
|
phone?: string | undefined;
|
|
@@ -4839,6 +4830,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4839
4830
|
avatar_hash?: string | undefined;
|
|
4840
4831
|
image_original?: string | undefined;
|
|
4841
4832
|
is_custom_image?: boolean | undefined;
|
|
4833
|
+
first_name?: string | undefined;
|
|
4834
|
+
last_name?: string | undefined;
|
|
4842
4835
|
image_24?: string | undefined;
|
|
4843
4836
|
image_32?: string | undefined;
|
|
4844
4837
|
image_48?: 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;
|
|
@@ -4877,18 +4877,9 @@ 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;
|
|
4890
|
-
first_name?: string | undefined;
|
|
4891
|
-
last_name?: string | undefined;
|
|
4892
4883
|
fields?: Record<string, unknown> | undefined;
|
|
4893
4884
|
real_name?: string | undefined;
|
|
4894
4885
|
phone?: string | undefined;
|
|
@@ -4902,6 +4893,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4902
4893
|
avatar_hash?: string | undefined;
|
|
4903
4894
|
image_original?: string | undefined;
|
|
4904
4895
|
is_custom_image?: boolean | undefined;
|
|
4896
|
+
first_name?: string | undefined;
|
|
4897
|
+
last_name?: string | undefined;
|
|
4905
4898
|
image_24?: string | undefined;
|
|
4906
4899
|
image_32?: string | undefined;
|
|
4907
4900
|
image_48?: 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;
|
|
@@ -4931,18 +4931,9 @@ 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;
|
|
4944
|
-
first_name?: string | undefined;
|
|
4945
|
-
last_name?: string | undefined;
|
|
4946
4937
|
fields?: Record<string, unknown> | undefined;
|
|
4947
4938
|
real_name?: string | undefined;
|
|
4948
4939
|
phone?: string | undefined;
|
|
@@ -4956,6 +4947,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
4956
4947
|
avatar_hash?: string | undefined;
|
|
4957
4948
|
image_original?: string | undefined;
|
|
4958
4949
|
is_custom_image?: boolean | undefined;
|
|
4950
|
+
first_name?: string | undefined;
|
|
4951
|
+
last_name?: string | undefined;
|
|
4959
4952
|
image_24?: string | undefined;
|
|
4960
4953
|
image_32?: string | undefined;
|
|
4961
4954
|
image_48?: 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;
|
|
@@ -5007,12 +5007,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5007
5007
|
count: z.ZodNumber;
|
|
5008
5008
|
}, "strip", z.ZodTypeAny, {
|
|
5009
5009
|
name: string;
|
|
5010
|
-
count: number;
|
|
5011
5010
|
users: string[];
|
|
5011
|
+
count: number;
|
|
5012
5012
|
}, {
|
|
5013
5013
|
name: string;
|
|
5014
|
-
count: number;
|
|
5015
5014
|
users: string[];
|
|
5015
|
+
count: number;
|
|
5016
5016
|
}>, "many">>;
|
|
5017
5017
|
}, "strip", z.ZodTypeAny, {
|
|
5018
5018
|
type: string;
|
|
@@ -5020,11 +5020,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5020
5020
|
text?: string | undefined;
|
|
5021
5021
|
user?: string | undefined;
|
|
5022
5022
|
username?: string | undefined;
|
|
5023
|
-
reactions?: {
|
|
5024
|
-
name: string;
|
|
5025
|
-
count: number;
|
|
5026
|
-
users: string[];
|
|
5027
|
-
}[] | undefined;
|
|
5028
5023
|
attachments?: unknown[] | undefined;
|
|
5029
5024
|
blocks?: unknown[] | undefined;
|
|
5030
5025
|
thread_ts?: string | undefined;
|
|
@@ -5039,17 +5034,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5039
5034
|
reply_users?: string[] | undefined;
|
|
5040
5035
|
is_locked?: boolean | undefined;
|
|
5041
5036
|
subscribed?: boolean | undefined;
|
|
5037
|
+
reactions?: {
|
|
5038
|
+
name: string;
|
|
5039
|
+
users: string[];
|
|
5040
|
+
count: number;
|
|
5041
|
+
}[] | undefined;
|
|
5042
5042
|
}, {
|
|
5043
5043
|
type: string;
|
|
5044
5044
|
ts: string;
|
|
5045
5045
|
text?: string | undefined;
|
|
5046
5046
|
user?: string | undefined;
|
|
5047
5047
|
username?: string | undefined;
|
|
5048
|
-
reactions?: {
|
|
5049
|
-
name: string;
|
|
5050
|
-
count: number;
|
|
5051
|
-
users: string[];
|
|
5052
|
-
}[] | undefined;
|
|
5053
5048
|
attachments?: unknown[] | undefined;
|
|
5054
5049
|
blocks?: unknown[] | undefined;
|
|
5055
5050
|
thread_ts?: string | undefined;
|
|
@@ -5064,6 +5059,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5064
5059
|
reply_users?: string[] | undefined;
|
|
5065
5060
|
is_locked?: boolean | undefined;
|
|
5066
5061
|
subscribed?: boolean | undefined;
|
|
5062
|
+
reactions?: {
|
|
5063
|
+
name: string;
|
|
5064
|
+
users: string[];
|
|
5065
|
+
count: number;
|
|
5066
|
+
}[] | undefined;
|
|
5067
5067
|
}>, "many">>;
|
|
5068
5068
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
5069
5069
|
response_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -5080,17 +5080,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5080
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
5089
|
text?: string | undefined;
|
|
5087
5090
|
user?: string | undefined;
|
|
5088
5091
|
username?: string | undefined;
|
|
5089
|
-
reactions?: {
|
|
5090
|
-
name: string;
|
|
5091
|
-
count: number;
|
|
5092
|
-
users: string[];
|
|
5093
|
-
}[] | undefined;
|
|
5094
5092
|
attachments?: unknown[] | undefined;
|
|
5095
5093
|
blocks?: unknown[] | undefined;
|
|
5096
5094
|
thread_ts?: string | undefined;
|
|
@@ -5105,27 +5103,27 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5105
5103
|
reply_users?: string[] | undefined;
|
|
5106
5104
|
is_locked?: boolean | undefined;
|
|
5107
5105
|
subscribed?: boolean | undefined;
|
|
5106
|
+
reactions?: {
|
|
5107
|
+
name: string;
|
|
5108
|
+
users: string[];
|
|
5109
|
+
count: number;
|
|
5110
|
+
}[] | undefined;
|
|
5108
5111
|
}[] | undefined;
|
|
5109
|
-
response_metadata?: {
|
|
5110
|
-
next_cursor: string;
|
|
5111
|
-
} | undefined;
|
|
5112
5112
|
has_more?: boolean | undefined;
|
|
5113
5113
|
}, {
|
|
5114
5114
|
error: string;
|
|
5115
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
5124
|
text?: string | undefined;
|
|
5122
5125
|
user?: string | undefined;
|
|
5123
5126
|
username?: string | undefined;
|
|
5124
|
-
reactions?: {
|
|
5125
|
-
name: string;
|
|
5126
|
-
count: number;
|
|
5127
|
-
users: string[];
|
|
5128
|
-
}[] | undefined;
|
|
5129
5127
|
attachments?: unknown[] | undefined;
|
|
5130
5128
|
blocks?: unknown[] | undefined;
|
|
5131
5129
|
thread_ts?: string | undefined;
|
|
@@ -5140,10 +5138,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5140
5138
|
reply_users?: string[] | undefined;
|
|
5141
5139
|
is_locked?: boolean | undefined;
|
|
5142
5140
|
subscribed?: boolean | undefined;
|
|
5141
|
+
reactions?: {
|
|
5142
|
+
name: string;
|
|
5143
|
+
users: string[];
|
|
5144
|
+
count: number;
|
|
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">;
|
|
@@ -5178,12 +5178,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5178
5178
|
count: z.ZodNumber;
|
|
5179
5179
|
}, "strip", z.ZodTypeAny, {
|
|
5180
5180
|
name: string;
|
|
5181
|
-
count: number;
|
|
5182
5181
|
users: string[];
|
|
5182
|
+
count: number;
|
|
5183
5183
|
}, {
|
|
5184
5184
|
name: string;
|
|
5185
|
-
count: number;
|
|
5186
5185
|
users: string[];
|
|
5186
|
+
count: number;
|
|
5187
5187
|
}>, "many">>;
|
|
5188
5188
|
}, "strip", z.ZodTypeAny, {
|
|
5189
5189
|
type: string;
|
|
@@ -5191,11 +5191,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5191
5191
|
text?: string | undefined;
|
|
5192
5192
|
user?: string | undefined;
|
|
5193
5193
|
username?: string | undefined;
|
|
5194
|
-
reactions?: {
|
|
5195
|
-
name: string;
|
|
5196
|
-
count: number;
|
|
5197
|
-
users: string[];
|
|
5198
|
-
}[] | undefined;
|
|
5199
5194
|
attachments?: unknown[] | undefined;
|
|
5200
5195
|
blocks?: unknown[] | undefined;
|
|
5201
5196
|
thread_ts?: string | undefined;
|
|
@@ -5210,17 +5205,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5210
5205
|
reply_users?: string[] | undefined;
|
|
5211
5206
|
is_locked?: boolean | undefined;
|
|
5212
5207
|
subscribed?: boolean | undefined;
|
|
5208
|
+
reactions?: {
|
|
5209
|
+
name: string;
|
|
5210
|
+
users: string[];
|
|
5211
|
+
count: number;
|
|
5212
|
+
}[] | undefined;
|
|
5213
5213
|
}, {
|
|
5214
5214
|
type: string;
|
|
5215
5215
|
ts: string;
|
|
5216
5216
|
text?: string | undefined;
|
|
5217
5217
|
user?: string | undefined;
|
|
5218
5218
|
username?: string | undefined;
|
|
5219
|
-
reactions?: {
|
|
5220
|
-
name: string;
|
|
5221
|
-
count: number;
|
|
5222
|
-
users: string[];
|
|
5223
|
-
}[] | undefined;
|
|
5224
5219
|
attachments?: unknown[] | undefined;
|
|
5225
5220
|
blocks?: unknown[] | undefined;
|
|
5226
5221
|
thread_ts?: string | undefined;
|
|
@@ -5235,6 +5230,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5235
5230
|
reply_users?: string[] | undefined;
|
|
5236
5231
|
is_locked?: boolean | undefined;
|
|
5237
5232
|
subscribed?: boolean | undefined;
|
|
5233
|
+
reactions?: {
|
|
5234
|
+
name: string;
|
|
5235
|
+
users: string[];
|
|
5236
|
+
count: number;
|
|
5237
|
+
}[] | undefined;
|
|
5238
5238
|
}>, "many">>;
|
|
5239
5239
|
has_more: z.ZodOptional<z.ZodBoolean>;
|
|
5240
5240
|
response_metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -5251,17 +5251,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5251
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
5260
|
text?: string | undefined;
|
|
5258
5261
|
user?: string | undefined;
|
|
5259
5262
|
username?: string | undefined;
|
|
5260
|
-
reactions?: {
|
|
5261
|
-
name: string;
|
|
5262
|
-
count: number;
|
|
5263
|
-
users: string[];
|
|
5264
|
-
}[] | undefined;
|
|
5265
5263
|
attachments?: unknown[] | undefined;
|
|
5266
5264
|
blocks?: unknown[] | undefined;
|
|
5267
5265
|
thread_ts?: string | undefined;
|
|
@@ -5276,27 +5274,27 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5276
5274
|
reply_users?: string[] | undefined;
|
|
5277
5275
|
is_locked?: boolean | undefined;
|
|
5278
5276
|
subscribed?: boolean | undefined;
|
|
5277
|
+
reactions?: {
|
|
5278
|
+
name: string;
|
|
5279
|
+
users: string[];
|
|
5280
|
+
count: number;
|
|
5281
|
+
}[] | undefined;
|
|
5279
5282
|
}[] | undefined;
|
|
5280
|
-
response_metadata?: {
|
|
5281
|
-
next_cursor: string;
|
|
5282
|
-
} | undefined;
|
|
5283
5283
|
has_more?: boolean | undefined;
|
|
5284
5284
|
}, {
|
|
5285
5285
|
error: string;
|
|
5286
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
5295
|
text?: string | undefined;
|
|
5293
5296
|
user?: string | undefined;
|
|
5294
5297
|
username?: string | undefined;
|
|
5295
|
-
reactions?: {
|
|
5296
|
-
name: string;
|
|
5297
|
-
count: number;
|
|
5298
|
-
users: string[];
|
|
5299
|
-
}[] | undefined;
|
|
5300
5298
|
attachments?: unknown[] | undefined;
|
|
5301
5299
|
blocks?: unknown[] | undefined;
|
|
5302
5300
|
thread_ts?: string | undefined;
|
|
@@ -5311,10 +5309,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5311
5309
|
reply_users?: string[] | undefined;
|
|
5312
5310
|
is_locked?: boolean | undefined;
|
|
5313
5311
|
subscribed?: boolean | undefined;
|
|
5312
|
+
reactions?: {
|
|
5313
|
+
name: string;
|
|
5314
|
+
users: string[];
|
|
5315
|
+
count: number;
|
|
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">;
|
|
@@ -5352,12 +5352,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5352
5352
|
count: z.ZodNumber;
|
|
5353
5353
|
}, "strip", z.ZodTypeAny, {
|
|
5354
5354
|
name: string;
|
|
5355
|
-
count: number;
|
|
5356
5355
|
users: string[];
|
|
5356
|
+
count: number;
|
|
5357
5357
|
}, {
|
|
5358
5358
|
name: string;
|
|
5359
|
-
count: number;
|
|
5360
5359
|
users: string[];
|
|
5360
|
+
count: number;
|
|
5361
5361
|
}>, "many">>;
|
|
5362
5362
|
}, "strip", z.ZodTypeAny, {
|
|
5363
5363
|
type: string;
|
|
@@ -5365,11 +5365,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5365
5365
|
text?: string | undefined;
|
|
5366
5366
|
user?: string | undefined;
|
|
5367
5367
|
username?: string | undefined;
|
|
5368
|
-
reactions?: {
|
|
5369
|
-
name: string;
|
|
5370
|
-
count: number;
|
|
5371
|
-
users: string[];
|
|
5372
|
-
}[] | undefined;
|
|
5373
5368
|
attachments?: unknown[] | undefined;
|
|
5374
5369
|
blocks?: unknown[] | undefined;
|
|
5375
5370
|
thread_ts?: string | undefined;
|
|
@@ -5384,17 +5379,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5384
5379
|
reply_users?: string[] | undefined;
|
|
5385
5380
|
is_locked?: boolean | undefined;
|
|
5386
5381
|
subscribed?: boolean | undefined;
|
|
5382
|
+
reactions?: {
|
|
5383
|
+
name: string;
|
|
5384
|
+
users: string[];
|
|
5385
|
+
count: number;
|
|
5386
|
+
}[] | undefined;
|
|
5387
5387
|
}, {
|
|
5388
5388
|
type: string;
|
|
5389
5389
|
ts: string;
|
|
5390
5390
|
text?: string | undefined;
|
|
5391
5391
|
user?: string | undefined;
|
|
5392
5392
|
username?: string | undefined;
|
|
5393
|
-
reactions?: {
|
|
5394
|
-
name: string;
|
|
5395
|
-
count: number;
|
|
5396
|
-
users: string[];
|
|
5397
|
-
}[] | undefined;
|
|
5398
5393
|
attachments?: unknown[] | undefined;
|
|
5399
5394
|
blocks?: unknown[] | undefined;
|
|
5400
5395
|
thread_ts?: string | undefined;
|
|
@@ -5409,6 +5404,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5409
5404
|
reply_users?: string[] | undefined;
|
|
5410
5405
|
is_locked?: boolean | undefined;
|
|
5411
5406
|
subscribed?: boolean | undefined;
|
|
5407
|
+
reactions?: {
|
|
5408
|
+
name: string;
|
|
5409
|
+
users: string[];
|
|
5410
|
+
count: number;
|
|
5411
|
+
}[] | undefined;
|
|
5412
5412
|
}>>;
|
|
5413
5413
|
error: z.ZodString;
|
|
5414
5414
|
success: z.ZodBoolean;
|
|
@@ -5417,18 +5417,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5417
5417
|
success: boolean;
|
|
5418
5418
|
operation: "update_message";
|
|
5419
5419
|
ok: boolean;
|
|
5420
|
-
text?: string | undefined;
|
|
5421
5420
|
message?: {
|
|
5422
5421
|
type: string;
|
|
5423
5422
|
ts: string;
|
|
5424
5423
|
text?: string | undefined;
|
|
5425
5424
|
user?: string | undefined;
|
|
5426
5425
|
username?: string | undefined;
|
|
5427
|
-
reactions?: {
|
|
5428
|
-
name: string;
|
|
5429
|
-
count: number;
|
|
5430
|
-
users: string[];
|
|
5431
|
-
}[] | undefined;
|
|
5432
5426
|
attachments?: unknown[] | undefined;
|
|
5433
5427
|
blocks?: unknown[] | undefined;
|
|
5434
5428
|
thread_ts?: string | undefined;
|
|
@@ -5443,7 +5437,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5443
5437
|
reply_users?: string[] | undefined;
|
|
5444
5438
|
is_locked?: boolean | undefined;
|
|
5445
5439
|
subscribed?: boolean | undefined;
|
|
5440
|
+
reactions?: {
|
|
5441
|
+
name: string;
|
|
5442
|
+
users: string[];
|
|
5443
|
+
count: number;
|
|
5444
|
+
}[] | undefined;
|
|
5446
5445
|
} | undefined;
|
|
5446
|
+
text?: string | undefined;
|
|
5447
5447
|
ts?: string | undefined;
|
|
5448
5448
|
channel?: string | undefined;
|
|
5449
5449
|
}, {
|
|
@@ -5451,18 +5451,12 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5451
5451
|
success: boolean;
|
|
5452
5452
|
operation: "update_message";
|
|
5453
5453
|
ok: boolean;
|
|
5454
|
-
text?: string | undefined;
|
|
5455
5454
|
message?: {
|
|
5456
5455
|
type: string;
|
|
5457
5456
|
ts: string;
|
|
5458
5457
|
text?: string | undefined;
|
|
5459
5458
|
user?: string | undefined;
|
|
5460
5459
|
username?: string | undefined;
|
|
5461
|
-
reactions?: {
|
|
5462
|
-
name: string;
|
|
5463
|
-
count: number;
|
|
5464
|
-
users: string[];
|
|
5465
|
-
}[] | undefined;
|
|
5466
5460
|
attachments?: unknown[] | undefined;
|
|
5467
5461
|
blocks?: unknown[] | undefined;
|
|
5468
5462
|
thread_ts?: string | undefined;
|
|
@@ -5477,7 +5471,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5477
5471
|
reply_users?: string[] | undefined;
|
|
5478
5472
|
is_locked?: boolean | undefined;
|
|
5479
5473
|
subscribed?: boolean | undefined;
|
|
5474
|
+
reactions?: {
|
|
5475
|
+
name: string;
|
|
5476
|
+
users: string[];
|
|
5477
|
+
count: number;
|
|
5478
|
+
}[] | undefined;
|
|
5480
5479
|
} | undefined;
|
|
5480
|
+
text?: string | undefined;
|
|
5481
5481
|
ts?: string | undefined;
|
|
5482
5482
|
channel?: string | undefined;
|
|
5483
5483
|
}>, z.ZodObject<{
|
|
@@ -5603,7 +5603,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5603
5603
|
channel_name: string;
|
|
5604
5604
|
}>, "many">>>;
|
|
5605
5605
|
}, "strip", z.ZodTypeAny, {
|
|
5606
|
-
|
|
5606
|
+
public?: Record<string, {
|
|
5607
5607
|
ts: string;
|
|
5608
5608
|
team_id: string;
|
|
5609
5609
|
reply_count: number;
|
|
@@ -5611,7 +5611,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5611
5611
|
reply_users: string[];
|
|
5612
5612
|
channel_name: string;
|
|
5613
5613
|
}[]> | undefined;
|
|
5614
|
-
|
|
5614
|
+
private?: Record<string, {
|
|
5615
5615
|
ts: string;
|
|
5616
5616
|
team_id: string;
|
|
5617
5617
|
reply_count: number;
|
|
@@ -5620,7 +5620,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5620
5620
|
channel_name: string;
|
|
5621
5621
|
}[]> | undefined;
|
|
5622
5622
|
}, {
|
|
5623
|
-
|
|
5623
|
+
public?: Record<string, {
|
|
5624
5624
|
ts: string;
|
|
5625
5625
|
team_id: string;
|
|
5626
5626
|
reply_count: number;
|
|
@@ -5628,7 +5628,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5628
5628
|
reply_users: string[];
|
|
5629
5629
|
channel_name: string;
|
|
5630
5630
|
}[]> | undefined;
|
|
5631
|
-
|
|
5631
|
+
private?: Record<string, {
|
|
5632
5632
|
ts: string;
|
|
5633
5633
|
team_id: string;
|
|
5634
5634
|
reply_count: number;
|
|
@@ -5643,10 +5643,10 @@ 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;
|
|
5648
|
-
|
|
5647
|
+
user: string;
|
|
5649
5648
|
username: string;
|
|
5649
|
+
timestamp: number;
|
|
5650
5650
|
created: number;
|
|
5651
5651
|
mimetype: string;
|
|
5652
5652
|
filetype: string;
|
|
@@ -5663,8 +5663,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5663
5663
|
url_private_download: string;
|
|
5664
5664
|
permalink: string;
|
|
5665
5665
|
title?: string | undefined;
|
|
5666
|
+
channels?: string[] | undefined;
|
|
5667
|
+
permalink_public?: string | undefined;
|
|
5666
5668
|
shares?: {
|
|
5667
|
-
|
|
5669
|
+
public?: Record<string, {
|
|
5668
5670
|
ts: string;
|
|
5669
5671
|
team_id: string;
|
|
5670
5672
|
reply_count: number;
|
|
@@ -5672,7 +5674,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5672
5674
|
reply_users: string[];
|
|
5673
5675
|
channel_name: string;
|
|
5674
5676
|
}[]> | undefined;
|
|
5675
|
-
|
|
5677
|
+
private?: Record<string, {
|
|
5676
5678
|
ts: string;
|
|
5677
5679
|
team_id: string;
|
|
5678
5680
|
reply_count: number;
|
|
@@ -5681,17 +5683,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5681
5683
|
channel_name: string;
|
|
5682
5684
|
}[]> | undefined;
|
|
5683
5685
|
} | undefined;
|
|
5684
|
-
channels?: string[] | undefined;
|
|
5685
|
-
permalink_public?: string | undefined;
|
|
5686
5686
|
groups?: string[] | undefined;
|
|
5687
5687
|
ims?: string[] | undefined;
|
|
5688
5688
|
has_rich_preview?: boolean | undefined;
|
|
5689
5689
|
}, {
|
|
5690
5690
|
name: string;
|
|
5691
|
-
user: string;
|
|
5692
5691
|
id: string;
|
|
5693
|
-
|
|
5692
|
+
user: string;
|
|
5694
5693
|
username: string;
|
|
5694
|
+
timestamp: number;
|
|
5695
5695
|
created: number;
|
|
5696
5696
|
mimetype: string;
|
|
5697
5697
|
filetype: string;
|
|
@@ -5708,8 +5708,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5708
5708
|
url_private_download: string;
|
|
5709
5709
|
permalink: string;
|
|
5710
5710
|
title?: string | undefined;
|
|
5711
|
+
channels?: string[] | undefined;
|
|
5712
|
+
permalink_public?: string | undefined;
|
|
5711
5713
|
shares?: {
|
|
5712
|
-
|
|
5714
|
+
public?: Record<string, {
|
|
5713
5715
|
ts: string;
|
|
5714
5716
|
team_id: string;
|
|
5715
5717
|
reply_count: number;
|
|
@@ -5717,7 +5719,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5717
5719
|
reply_users: string[];
|
|
5718
5720
|
channel_name: string;
|
|
5719
5721
|
}[]> | undefined;
|
|
5720
|
-
|
|
5722
|
+
private?: Record<string, {
|
|
5721
5723
|
ts: string;
|
|
5722
5724
|
team_id: string;
|
|
5723
5725
|
reply_count: number;
|
|
@@ -5726,8 +5728,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5726
5728
|
channel_name: string;
|
|
5727
5729
|
}[]> | undefined;
|
|
5728
5730
|
} | undefined;
|
|
5729
|
-
channels?: string[] | undefined;
|
|
5730
|
-
permalink_public?: string | undefined;
|
|
5731
5731
|
groups?: string[] | undefined;
|
|
5732
5732
|
ims?: string[] | undefined;
|
|
5733
5733
|
has_rich_preview?: boolean | undefined;
|
|
@@ -5741,10 +5741,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5741
5741
|
ok: boolean;
|
|
5742
5742
|
file?: {
|
|
5743
5743
|
name: string;
|
|
5744
|
-
user: string;
|
|
5745
5744
|
id: string;
|
|
5746
|
-
|
|
5745
|
+
user: string;
|
|
5747
5746
|
username: string;
|
|
5747
|
+
timestamp: number;
|
|
5748
5748
|
created: number;
|
|
5749
5749
|
mimetype: string;
|
|
5750
5750
|
filetype: string;
|
|
@@ -5761,8 +5761,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5761
5761
|
url_private_download: string;
|
|
5762
5762
|
permalink: string;
|
|
5763
5763
|
title?: string | undefined;
|
|
5764
|
+
channels?: string[] | undefined;
|
|
5765
|
+
permalink_public?: string | undefined;
|
|
5764
5766
|
shares?: {
|
|
5765
|
-
|
|
5767
|
+
public?: Record<string, {
|
|
5766
5768
|
ts: string;
|
|
5767
5769
|
team_id: string;
|
|
5768
5770
|
reply_count: number;
|
|
@@ -5770,7 +5772,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5770
5772
|
reply_users: string[];
|
|
5771
5773
|
channel_name: string;
|
|
5772
5774
|
}[]> | undefined;
|
|
5773
|
-
|
|
5775
|
+
private?: Record<string, {
|
|
5774
5776
|
ts: string;
|
|
5775
5777
|
team_id: string;
|
|
5776
5778
|
reply_count: number;
|
|
@@ -5779,8 +5781,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5779
5781
|
channel_name: string;
|
|
5780
5782
|
}[]> | undefined;
|
|
5781
5783
|
} | undefined;
|
|
5782
|
-
channels?: string[] | undefined;
|
|
5783
|
-
permalink_public?: string | undefined;
|
|
5784
5784
|
groups?: string[] | undefined;
|
|
5785
5785
|
ims?: string[] | undefined;
|
|
5786
5786
|
has_rich_preview?: boolean | undefined;
|
|
@@ -5792,10 +5792,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5792
5792
|
ok: boolean;
|
|
5793
5793
|
file?: {
|
|
5794
5794
|
name: string;
|
|
5795
|
-
user: string;
|
|
5796
5795
|
id: string;
|
|
5797
|
-
|
|
5796
|
+
user: string;
|
|
5798
5797
|
username: string;
|
|
5798
|
+
timestamp: number;
|
|
5799
5799
|
created: number;
|
|
5800
5800
|
mimetype: string;
|
|
5801
5801
|
filetype: string;
|
|
@@ -5812,8 +5812,10 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5812
5812
|
url_private_download: string;
|
|
5813
5813
|
permalink: string;
|
|
5814
5814
|
title?: string | undefined;
|
|
5815
|
+
channels?: string[] | undefined;
|
|
5816
|
+
permalink_public?: string | undefined;
|
|
5815
5817
|
shares?: {
|
|
5816
|
-
|
|
5818
|
+
public?: Record<string, {
|
|
5817
5819
|
ts: string;
|
|
5818
5820
|
team_id: string;
|
|
5819
5821
|
reply_count: number;
|
|
@@ -5821,7 +5823,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5821
5823
|
reply_users: string[];
|
|
5822
5824
|
channel_name: string;
|
|
5823
5825
|
}[]> | undefined;
|
|
5824
|
-
|
|
5826
|
+
private?: Record<string, {
|
|
5825
5827
|
ts: string;
|
|
5826
5828
|
team_id: string;
|
|
5827
5829
|
reply_count: number;
|
|
@@ -5830,8 +5832,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
|
|
|
5830
5832
|
channel_name: string;
|
|
5831
5833
|
}[]> | undefined;
|
|
5832
5834
|
} | undefined;
|
|
5833
|
-
channels?: string[] | undefined;
|
|
5834
|
-
permalink_public?: string | undefined;
|
|
5835
5835
|
groups?: string[] | undefined;
|
|
5836
5836
|
ims?: string[] | undefined;
|
|
5837
5837
|
has_rich_preview?: boolean | undefined;
|
|
@@ -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
|
}>>;
|