feat: add webapi response changes as of 2026-08-22 - #1636
Open
slackapi[bot] wants to merge 6 commits into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1636 +/- ##
=========================================
Coverage 72.87% 72.87%
Complexity 4522 4522
=========================================
Files 479 479
Lines 14390 14390
Branches 1503 1503
=========================================
Hits 10487 10487
Misses 3013 3013
Partials 890 890
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
Detected by the runner's audit-log test (getActions_detectingNewOnes) as an unknown App action returned by the live audit API. Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
The live audit API returns this action under getUser(), not getApp() (confirmed by a local task test:audit run). a205d62 declared it in Actions.App, so getActions_detectingNewOnes still failed on the User loop. Move it to the correct bucket. Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
The sample-JSON masker blanks the Lists item `message` field to `[""]` because the live value is often empty, which makes downstream type generation infer `string[]` instead of the message-object shape the API actually returns. Add a path-gated (`/api/slackLists.`) branch that injects a populated Message, so the sample reflects the real object shape. Fixes the sample side of slackapi/node-slack-sdk#2598 (wrong TS response type). Separate from java-slack-sdk#1587, the already-fixed runtime deserialization crash. ❤️ Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the web API client and model based on the production E2E test results.
Category
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you agree to those rules.