Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions robosystems_client/graphql/queries/ledger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ def parse_mapping_coverage(data: dict[str, Any]) -> dict[str, Any] | None:
arcrole orderValue weight
}
facts {
id elementId value periodStart periodEnd
id elementId value textValue factType contentType periodStart periodEnd
periodType unit factScope factSetId
}
rules {
Expand All @@ -637,7 +637,7 @@ def parse_mapping_coverage(data: dict[str, Any]) -> dict[str, Any] | None:
rendering {
rows {
elementId elementQname elementName classification
balanceType values isSubtotal depth
balanceType values textValue isSubtotal depth
}
periods { start end label }
validation { passed checks failures warnings }
Expand Down Expand Up @@ -680,7 +680,7 @@ def parse_information_block(data: dict[str, Any]) -> dict[str, Any] | None:
arcrole orderValue weight
}
facts {
id elementId value periodStart periodEnd
id elementId value textValue factType contentType periodStart periodEnd
periodType unit factScope factSetId
}
rules {
Expand All @@ -705,7 +705,7 @@ def parse_information_block(data: dict[str, Any]) -> dict[str, Any] | None:
rendering {
rows {
elementId elementQname elementName classification
balanceType values isSubtotal depth
balanceType values textValue isSubtotal depth
}
periods { start end label }
validation { passed checks failures warnings }
Expand Down Expand Up @@ -906,7 +906,7 @@ def parse_report_download_url(data: dict[str, Any]) -> dict[str, Any] | None:
arcrole orderValue weight
}
facts {
id elementId value periodStart periodEnd
id elementId value textValue factType contentType periodStart periodEnd
periodType unit factScope factSetId
}
rules {
Expand All @@ -931,7 +931,7 @@ def parse_report_download_url(data: dict[str, Any]) -> dict[str, Any] | None:
rendering {
rows {
elementId elementQname elementName classification
balanceType values isSubtotal depth
balanceType values textValue isSubtotal depth
}
periods { start end label }
validation { passed checks failures warnings }
Expand Down