feat: add file report and transition filing status operations#106
Merged
feat: add file report and transition filing status operations#106
Conversation
…rresponding models
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
Introduces two new ledger operations — File Report and Transition Filing Status — to the RoboSystems client SDK. This includes new API operation classes, request models, GraphQL query definitions, and ledger client integration.
Key Accomplishments
New API Operations
op_file_report.py— Implements the file report operation against the RoboLedger extension API, enabling clients to programmatically file reports through the ledger system.op_transition_filing_status.py— Implements the transition filing status operation, allowing clients to move filings through their lifecycle states.New Request Models
FileReportRequest— Typed model encapsulating the parameters needed to file a report.TransitionFilingStatusRequest— Typed model encapsulating the parameters for transitioning a filing's status.Client & Query Integration
LedgerClientwith convenience methods for both new operations, maintaining a consistent API surface for consumers.models/__init__.pyto export the new request models for public use.Breaking Changes
None. This is a purely additive feature — no existing APIs, models, or behaviors are modified in a breaking way.
Testing Notes
file_reportandtransition_filing_statusmethods onLedgerClientcorrectly construct and execute their respective operations.FileReportRequestandTransitionFilingStatusRequest.Infrastructure Considerations
🤖 Generated with Claude Code
Branch Info:
feature/block-viewersmainCo-Authored-By: Claude noreply@anthropic.com