diff options
author | Florian Dold <florian@dold.me> | 2024-04-08 22:34:42 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2024-04-08 22:34:42 +0200 |
commit | 18b77088bfc8699dfff64b70bb65b915f08d0fb6 (patch) | |
tree | 8fed1ad5494b81fc4303193dc94bcedc3ec06b54 /packages | |
parent | 859d5c56c7a5b26e741254d6d1e9c5731a787ae1 (diff) |
-parsing
Diffstat (limited to 'packages')
-rw-r--r-- | packages/taler-util/src/wallet-types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts index fa0f385b7..f748c0026 100644 --- 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 { |