From e2382834c36a22075ed830ab495dd50ebf042fea Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:31:24 +0200 Subject: [PATCH] Bugfix/add unit price in asset profile currency to redacted values (#5547) * Add unitPriceInAssetProfileCurrency * Update changelog --- CHANGELOG.md | 4 ++++ .../redact-values-in-response.interceptor.ts | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6215adab..4b8b498fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Refreshed the cryptocurrencies list +### Fixed + +- Fixed an issue with `unitPriceInAssetProfileCurrency` in the value redaction interceptor for the impersonation mode + ## 2.200.0 - 2025-09-17 ### Changed diff --git a/apps/api/src/interceptors/redact-values-in-response/redact-values-in-response.interceptor.ts b/apps/api/src/interceptors/redact-values-in-response/redact-values-in-response.interceptor.ts index 73b18960a..5e28e1591 100644 --- a/apps/api/src/interceptors/redact-values-in-response/redact-values-in-response.interceptor.ts +++ b/apps/api/src/interceptors/redact-values-in-response/redact-values-in-response.interceptor.ts @@ -61,6 +61,7 @@ export class RedactValuesInResponseInterceptor 'totalInterestInBaseCurrency', 'totalValueInBaseCurrency', 'unitPrice', + 'unitPriceInAssetProfileCurrency', 'value', 'valueInBaseCurrency' ].map((attribute) => {