commit 18b77088bfc8699dfff64b70bb65b915f08d0fb6
parent 859d5c56c7a5b26e741254d6d1e9c5731a787ae1
Author: Florian Dold <florian@dold.me>
Date: Mon, 8 Apr 2024 22:34:42 +0200
-parsing
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts
@@ -1894,6 +1894,7 @@ export const codecForGetWithdrawalDetailsForAmountRequest =
.property("exchangeBaseUrl", codecForString())
.property("amount", codecForAmountString())
.property("restrictAge", codecOptional(codecForNumber()))
+ .property("clientCancellationId", codecForString())
.build("GetWithdrawalDetailsForAmountRequest");
export interface AcceptExchangeTosRequest {