aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet-api-types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-06-13 14:09:57 +0200
committerFlorian Dold <florian@dold.me>2024-06-13 14:09:57 +0200
commitee75c6d7436acf96268c773d14f43e2d9a15b790 (patch)
tree95472d4069a9376f87338cd9cf92bbeeb3d62270 /packages/taler-wallet-core/src/wallet-api-types.ts
parent0b9faf7ddee658bd3080fd487232642e7b14ae32 (diff)
downloadwallet-core-ee75c6d7436acf96268c773d14f43e2d9a15b790.tar.xz
wallet-core: stick with naming conventions
Should be non-breaking as only webext uses these calls at the moment.
Diffstat (limited to 'packages/taler-wallet-core/src/wallet-api-types.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet-api-types.ts11
1 files changed, 6 insertions, 5 deletions
diff --git a/packages/taler-wallet-core/src/wallet-api-types.ts b/packages/taler-wallet-core/src/wallet-api-types.ts
index aa88331ea..398feddac 100644
--- a/packages/taler-wallet-core/src/wallet-api-types.ts
+++ b/packages/taler-wallet-core/src/wallet-api-types.ts
@@ -190,18 +190,18 @@ export enum WalletApiOperation {
GetBalances = "getBalances",
GetBalanceDetail = "getBalanceDetail",
GetPlanForOperation = "getPlanForOperation",
- ConvertDepositAmount = "ConvertDepositAmount",
- GetMaxDepositAmount = "GetMaxDepositAmount",
+ ConvertDepositAmount = "convertDepositAmount",
+ GetMaxDepositAmount = "getMaxDepositAmount",
ConvertPeerPushAmount = "ConvertPeerPushAmount",
- GetMaxPeerPushAmount = "GetMaxPeerPushAmount",
- ConvertWithdrawalAmount = "ConvertWithdrawalAmount",
+ GetMaxPeerPushAmount = "getMaxPeerPushAmount",
+ ConvertWithdrawalAmount = "convertWithdrawalAmount",
GetUserAttentionRequests = "getUserAttentionRequests",
GetUserAttentionUnreadCount = "getUserAttentionUnreadCount",
MarkAttentionRequestAsRead = "markAttentionRequestAsRead",
GetPendingOperations = "getPendingOperations",
GetActiveTasks = "getActiveTasks",
SetExchangeTosAccepted = "setExchangeTosAccepted",
- SetExchangeTosForgotten = "SetExchangeTosForgotten",
+ SetExchangeTosForgotten = "setExchangeTosForgotten",
StartRefundQueryForUri = "startRefundQueryForUri",
StartRefundQuery = "startRefundQuery",
PrepareBankIntegratedWithdrawal = "prepareBankIntegratedWithdrawal",
@@ -266,6 +266,7 @@ export enum WalletApiOperation {
Shutdown = "shutdown",
HintNetworkAvailability = "hintNetworkAvailability",
CanonicalizeBaseUrl = "canonicalizeBaseUrl",
+ GetDepositWireTypesForCurency = "getDepositWireTypesForCurrency",
TestingWaitTransactionsFinal = "testingWaitTransactionsFinal",
TestingWaitRefreshesFinal = "testingWaitRefreshesFinal",
TestingWaitTransactionState = "testingWaitTransactionState",