BFP-4127: Remove GET /auth/allowed/{accountAddress}#281
Open
BFP-4127: Remove GET /auth/allowed/{accountAddress}#281
Conversation
There was a problem hiding this comment.
Pull request overview
Removes the internal-only GET /auth/allowed/{accountAddress} endpoint from the Auth OpenAPI spec and bumps generated SDK/client package versions to 1.15.0 to reflect the spec change.
Changes:
- Removed
/auth/allowed/{accountAddress}fromresources/auth-api.yaml. - Bumped SDK/client versions to
1.15.0across TS, Rust, and Python artifacts. - Updated
.apigen-stateto match regenerated spec hashes/timestamp.
Reviewed changes
Copilot reviewed 13 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| ts/sdk/package.json | TS SDK version bump to 1.15.0 |
| ts/sdk/package-lock.json | Lockfile version bump to 1.15.0 |
| rust/gen/config.yaml | Rust generator config packageVersion bump |
| rust/gen/bluefin_api/README.md | Rust generated README package version bump |
| rust/gen/bluefin_api/Cargo.toml | Rust generated crate version bump |
| rust/Cargo.toml | Workspace dependency + crate version bump |
| rust/Cargo.lock | Lockfile package entries version bump |
| resources/auth-api.yaml | Removes GET /auth/allowed/{accountAddress} path |
| python/sdk/src/openapi_client_README.md | Python generated README package version bump |
| python/sdk/src/openapi_client/configuration.py | Debug report version string bump |
| python/sdk/src/openapi_client/api_client.py | User-Agent version string bump |
| python/sdk/src/openapi_client/init.py | Python package __version__ bump |
| python/sdk/pyproject.toml | Python project version bump |
| python/sdk/config.yaml | Python generator config packageVersion bump |
| .apigen-state | Updated generation timestamp + spec hash/combined hash |
Files not reviewed (1)
- ts/sdk/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
alawrenc
approved these changes
Mar 13, 2026
NidaKarim
approved these changes
Mar 14, 2026
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.
No description provided.