Alissa Renz
Alissa Renz
Add support for the following `apps.manifest.*` methods: `apps.manifest.create` `apps.manifest.validate` `apps.manifest.update` `apps.manifest.delete` `apps.manifest.export` ### Category (place an `x` in each of the `[ ]`) - [x] **slack_sdk.web.WebClient (sync/async)** (Web API client)...
### Description Add support for the following `apps.manifest.*` methods: `apps.manifest.create` `apps.manifest.validate` `apps.manifest.update` `apps.manifest.delete` `apps.manifest.export` ### What type of issue is this? (place an `x` in one of the `[ ]`)...
### Description Currently, `deleteInstallation` of a developer-provided `InstallationStore` must be invoked manually. It would be more intuitive behavior to have it invoked automatically when the `app_uninstalled` and `token_revoked` events are...
### Description #1138 raised the point that the logging of unhandled events in BoltJS is lacking. Though a PR (#1143) has been opened to address the lack of information around...
Add support for the following `apps.manifest.*` methods: `apps.manifest.create` `apps.manifest.validate` `apps.manifest.update` `apps.manifest.delete` `apps.manifest.export` ### Category (place an `x` in each of the `[ ]`) * [ ] **bolt** (Bolt for Java)...
### ⚠️ RC / In Beta. ⚠️ ## Summary This PR adds support for remote (i.e., remotely hosted) functions for use in Workflow Builder. ## What's New ### A shiny...
### Summary Final preparations and polish prior to cutting a stable release. 💅🏼 - Makes `inputs` available by way of `Context` for interactivity events that are associated with a function's...
### Summary Adds missing `SocketModeOptions` to `App` init. Resolves #2292. New options are made available as seen below: ``` /** Initialization */ const app = new App({ token: process.env.SLACK_BOT_TOKEN, socketMode:...
### Summary Remove deprecated Steps from Apps feature, including related types, tests, and documentation. ### Requirements (place an `x` in each `[ ]`) * [x] I've read and understood the...
⚠️ **Note: Java hasn't been updated, so generated response is not being returned. Needs to be in place and re-ran for this PR to be complete/merged.** ### Summary Adds support...