Skip to content

Commit 7493858

Browse files
committed
Add verification summary to GetLedgerReportPackage query for enhanced reporting
1 parent 5b80f50 commit 7493858

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

robosystems_client/graphql/queries/ledger/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,10 @@ def parse_report(data: dict[str, Any]) -> dict[str, Any] | None:
845845
id ruleId structureId factSetId status message
846846
periodStart periodEnd evaluatedAt
847847
}
848+
verificationSummary {
849+
total passed failed errored skipped
850+
byCategory { category total passed failed errored skipped }
851+
}
848852
view {
849853
rendering {
850854
rows {

0 commit comments

Comments
 (0)