From e951075d2ef52fa8e9e7489c62031777c3a7e66b Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 19 Feb 2024 18:05:48 +0100 Subject: wallet-core: flatten directory structure --- packages/taler-wallet-core/src/wallet.ts | 34 ++++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'packages/taler-wallet-core/src/wallet.ts') diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts index 45970e770..2ddebd403 100644 --- a/packages/taler-wallet-core/src/wallet.ts +++ b/packages/taler-wallet-core/src/wallet.ts @@ -162,7 +162,7 @@ import { getUserAttentions, getUserAttentionsUnreadCount, markAttentionRequestAsRead, -} from "./operations/attention.js"; +} from "./attention.js"; import { addBackupProvider, codecForAddBackupProviderRequest, @@ -174,14 +174,14 @@ import { removeBackupProvider, runBackupCycle, setWalletDeviceId, -} from "./operations/backup/index.js"; -import { getBalanceDetail, getBalances } from "./operations/balance.js"; +} from "./backup/index.js"; +import { getBalanceDetail, getBalances } from "./balance.js"; import { computeDepositTransactionStatus, createDepositGroup, generateDepositGroupTxId, prepareDepositGroup, -} from "./operations/deposits.js"; +} from "./deposits.js"; import { acceptExchangeTermsOfService, addPresetExchangeEntry, @@ -192,7 +192,7 @@ import { getExchangeTos, listExchanges, lookupExchangeByUri, -} from "./operations/exchanges.js"; +} from "./exchanges.js"; import { computePayMerchantTransactionState, computeRefundTransactionState, @@ -203,33 +203,33 @@ import { sharePayment, startQueryRefund, startRefundQueryForUri, -} from "./operations/pay-merchant.js"; +} from "./pay-merchant.js"; import { checkPeerPullPaymentInitiation, computePeerPullCreditTransactionState, initiatePeerPullPayment, -} from "./operations/pay-peer-pull-credit.js"; +} from "./pay-peer-pull-credit.js"; import { computePeerPullDebitTransactionState, confirmPeerPullDebit, preparePeerPullDebit, -} from "./operations/pay-peer-pull-debit.js"; +} from "./pay-peer-pull-debit.js"; import { computePeerPushCreditTransactionState, confirmPeerPushCredit, preparePeerPushCredit, -} from "./operations/pay-peer-push-credit.js"; +} from "./pay-peer-push-credit.js"; import { checkPeerPushDebit, computePeerPushDebitTransactionState, initiatePeerPushDebit, -} from "./operations/pay-peer-push-debit.js"; -import { createRecoupGroup } from "./operations/recoup.js"; +} from "./pay-peer-push-debit.js"; +import { createRecoupGroup } from "./recoup.js"; import { computeRefreshTransactionState, forceRefresh, -} from "./operations/refresh.js"; -import { computeRewardTransactionStatus } from "./operations/reward.js"; +} from "./refresh.js"; +import { computeRewardTransactionStatus } from "./reward.js"; import { runIntegrationTest, runIntegrationTest2, @@ -238,7 +238,7 @@ import { waitUntilAllTransactionsFinal, waitUntilRefreshesDone, withdrawTestBalance, -} from "./operations/testing.js"; +} from "./testing.js"; import { abortTransaction, constructTransactionIdentifier, @@ -251,14 +251,14 @@ import { resumeTransaction, retryTransaction, suspendTransaction, -} from "./operations/transactions.js"; +} from "./transactions.js"; import { acceptWithdrawalFromUri, computeWithdrawalTransactionStatus, createManualWithdrawal, getExchangeWithdrawalInfo, getWithdrawalDetailsForUri, -} from "./operations/withdraw.js"; +} from "./withdraw.js"; import { PendingOperationsResponse } from "./pending-types.js"; import { TaskScheduler } from "./shepherd.js"; import { assertUnreachable } from "./util/assertUnreachable.js"; @@ -270,7 +270,7 @@ import { getMaxPeerPushAmount, } from "./util/instructedAmountConversion.js"; import { checkDbInvariant } from "./util/invariants.js"; -import { DbAccess } from "./util/query.js"; +import { DbAccess } from "./query.js"; import { TimerAPI, TimerGroup } from "./util/timer.js"; import { WALLET_BANK_CONVERSION_API_PROTOCOL_VERSION, -- cgit v1.2.3