From 55f868d5e83f577cd20ad6f33e0cf8776b4d0f45 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 14 Feb 2023 13:02:59 +0100 Subject: wallet-core: allow inclusion of refreshes in transactions list --- packages/taler-util/src/transactions-types.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'packages/taler-util/src/transactions-types.ts') diff --git a/packages/taler-util/src/transactions-types.ts b/packages/taler-util/src/transactions-types.ts index 946f9dda9..98e333ad3 100644 --- a/packages/taler-util/src/transactions-types.ts +++ b/packages/taler-util/src/transactions-types.ts @@ -68,6 +68,11 @@ export interface TransactionsRequest { * if present, results will be limited to transactions related to the given search string */ search?: string; + + /** + * If true, include all refreshes in the transactions list. + */ + includeRefreshes?: boolean; } export interface TransactionsResponse { @@ -514,11 +519,6 @@ export interface TransactionTip extends TransactionCommon { export interface TransactionRefresh extends TransactionCommon { type: TransactionType.Refresh; - /** - * Exchange that the coins are refreshed with - */ - exchangeBaseUrl: string; - refreshReason: RefreshReason; /** -- cgit v1.2.3