From ab48d3df6ed738251ffdb8c028ceb0d981534137 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 1 Nov 2022 15:36:10 +0100 Subject: -rename --- packages/taler-util/src/wallet-types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-util/src') diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts index 3eafe7522..24a97ba12 100644 --- a/packages/taler-util/src/wallet-types.ts +++ b/packages/taler-util/src/wallet-types.ts @@ -919,7 +919,7 @@ export interface ExchangeListItem { paytoUris: string[]; tosStatus: ExchangeTosStatus; exchangeStatus: ExchangeEntryStatus; - supportedAgeGroups: number[]; + ageRestrictionOptions: number[]; /** * Permanently added to the wallet, as opposed to just * temporarily queried. @@ -999,7 +999,7 @@ export const codecForExchangeListItem = (): Codec => .property("tosStatus", codecForAny()) .property("exchangeStatus", codecForAny()) .property("permanent", codecForBoolean()) - .property("supportedAgeGroups", codecForList(codecForNumber())) + .property("ageRestrictionOptions", codecForList(codecForNumber())) .build("ExchangeListItem"); export const codecForExchangesListResponse = (): Codec => -- cgit v1.2.3