aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet-api-types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-02-20 01:20:41 +0100
committerFlorian Dold <florian@dold.me>2023-02-20 01:20:41 +0100
commitfddc6eb4f21e7b85f089d5bf532580c3da874d54 (patch)
treec538bb5485fae6767c70fc031ea4652af0dfd5b3 /packages/taler-wallet-core/src/wallet-api-types.ts
parent357457018cd4f9feb4f15bc5b801af63bc4779bd (diff)
downloadwallet-core-fddc6eb4f21e7b85f089d5bf532580c3da874d54.tar.xz
-deep rename
Diffstat (limited to 'packages/taler-wallet-core/src/wallet-api-types.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet-api-types.ts20
1 files changed, 10 insertions, 10 deletions
diff --git a/packages/taler-wallet-core/src/wallet-api-types.ts b/packages/taler-wallet-core/src/wallet-api-types.ts
index f1d1441d6..67e9169cf 100644
--- a/packages/taler-wallet-core/src/wallet-api-types.ts
+++ b/packages/taler-wallet-core/src/wallet-api-types.ts
@@ -29,8 +29,8 @@ import {
AcceptExchangeTosRequest,
AcceptManualWithdrawalRequest,
AcceptManualWithdrawalResult,
- AcceptPeerPullPaymentRequest as ConfirmPeerPullDebitRequest,
- AcceptPeerPushPaymentRequest as ConfirmPeerPushCreditRequest,
+ ConfirmPeerPullDebitRequest,
+ ConfirmPeerPushCreditRequest,
AcceptTipRequest,
AcceptTipResponse,
AcceptWithdrawalResponse,
@@ -42,8 +42,8 @@ import {
ApplyRefundResponse,
BackupRecovery,
BalancesResponse,
- CheckPeerPullPaymentRequest as PreparePeerPullDebitRequest,
- CheckPeerPullPaymentResponse as PreparePeerPullDebitResponse,
+ PreparePeerPullDebitRequest,
+ PreparePeerPullDebitResponse,
CheckPeerPushPaymentRequest,
CheckPeerPushPaymentResponse,
CoinDumpJson,
@@ -64,8 +64,8 @@ import {
GetFeeForDepositRequest,
GetWithdrawalDetailsForAmountRequest,
GetWithdrawalDetailsForUriRequest,
- InitiatePeerPullPaymentRequest as InitiatePeerPullCreditRequest,
- InitiatePeerPullPaymentResponse as InitiatePeerPullCreditResponse,
+ InitiatePeerPullCreditRequest,
+ InitiatePeerPullCreditResponse,
InitiatePeerPushPaymentRequest,
InitiatePeerPushPaymentResponse,
InitRequest,
@@ -79,10 +79,10 @@ import {
PreparePayRequest,
PreparePayResult,
PreparePayTemplateRequest,
- PreparePeerPullPaymentRequest as CheckPeerPullCreditRequest,
- PreparePeerPullPaymentResponse as CheckPeerPullCreditResponse,
- PreparePeerPushPaymentRequest as CheckPeerPushDebitRequest,
- PreparePeerPushPaymentResponse as CheckPeerPushDebitResponse,
+ CheckPeerPullCreditRequest,
+ CheckPeerPullCreditResponse,
+ CheckPeerPushDebitRequest,
+ CheckPeerPushDebitResponse,
PrepareRefundRequest,
PrepareRefundResult,
PrepareTipRequest,