diff --git a/robosystems_client/graphql/queries/ledger/__init__.py b/robosystems_client/graphql/queries/ledger/__init__.py index 0ee94a6..0d422f2 100644 --- a/robosystems_client/graphql/queries/ledger/__init__.py +++ b/robosystems_client/graphql/queries/ledger/__init__.py @@ -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 { @@ -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 } @@ -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 { @@ -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 } @@ -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 { @@ -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 }