feat(authorization)!: own the Authorization service via oagen#1636
Draft
gjtorikian wants to merge 1 commit into
Draft
feat(authorization)!: own the Authorization service via oagen#1636gjtorikian wants to merge 1 commit into
gjtorikian wants to merge 1 commit into
Conversation
Bring Authorization under oagen ownership, regenerated from the published baseline (10.2.0) so the public surface is preserved: - Role CRUD responses use the full OrganizationRole / EnvironmentRole wire types (org-scoped vs top-level); the slim Role/RoleResponse stays reserved for SSO/UserManagement. RoleList shim lives under src/roles. - Role-assignment methods keep their published names and RoleAssignment (string-timestamp) return types: listResourceRoleAssignments is preserved (not renamed), and assignRole stays on RoleAssignment. - Hand-owned option interfaces, fixtures, and the relocated UpdateAuthorizationResourceOptions fill gaps oagen can't express; dead per-options serializers are removed in favor of inline wire serializers. Generated with the instability-1 extractor/emitter fixes so options-type names stay stable across regenerations. (Manifest tracks 94 generated files.) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.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.
Description
This PR brings the Authorization module under oagen ownership.
The method names remain largely unchanged, but input arguments have been converted over from positional style to the more modern object style:
Because of this, this is considered a breaking change.