fix(brex): surface isPproEnabled in transfer block outputs#5373
Merged
Conversation
Tool-level get_transfer/list_transfers already returned is_ppro_enabled (confirmed present on Brex's live Transfer schema), but the block's outputs map didn't declare it, so it was unreachable from the workflow UI. Adds it alongside the other transfer output fields.
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview Without this entry, Principal Protection (PPRO) status was present in tool responses but not selectable in the workflow UI when wiring downstream blocks. Reviewed by Cursor Bugbot for commit e65b8e9. Configure here. |
Contributor
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.
Summary
get_transfer/list_transferstool outputs already includeisPproEnabled/is_ppro_enabled, but the block's declaredoutputsmap was missing it — making it unreachable from the workflow UIisPproEnabledto the block outputs alongside the other transfer fieldsType of Change
Testing
Tested manually.
bun run lintandbun run type-checkpass clean.Checklist