taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 957207e04e83b6ff3345639f9027a8aeef9514c6
parent 3a791aa11e3cea3f45db37282e1c2754779942a6
Author: Florian Dold <florian@dold.me>
Date:   Fri, 17 Apr 2026 08:48:44 +0200

wallet-core: un-deprecate getDefaultExchanges

Diffstat:
Mpackages/taler-wallet-core/src/wallet-api-types.ts | 8+-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/packages/taler-wallet-core/src/wallet-api-types.ts b/packages/taler-wallet-core/src/wallet-api-types.ts @@ -190,7 +190,6 @@ import { TransactionByIdRequest, TransactionsRequest, TransactionsResponse, - TxIdResponse, UpdateExchangeEntryRequest, ValidateIbanRequest, ValidateIbanResponse, @@ -221,6 +220,7 @@ export enum WalletApiOperation { GetTransactionById = "getTransactionById", TestingGetSampleTransactions = "testingGetSampleTransactions", ListExchanges = "listExchanges", + GetDefaultExchanges = "getDefaultExchanges", GetExchangeEntryByUrl = "getExchangeEntryByUrl", ListBankAccounts = "listBankAccounts", GetBankAccountById = "getBankAccountById", @@ -359,12 +359,6 @@ export enum WalletApiOperation { * Use {@link WalletApiOperation.PrepareBankIntegratedWithdrawal} instead. */ GetWithdrawalDetailsForUri = "getWithdrawalDetailsForUri", - - /** - * @deprecated (2026-04-16) - * Use {@link WalletApiOperation.listExchanges} instead. - */ - GetDefaultExchanges = "getDefaultExchanges", } // group: Initialization