summaryrefslogtreecommitdiff
path: root/bank/index.js
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-05-13 09:23:20 -0300
committerSebastian <sebasjm@gmail.com>2024-05-13 09:23:20 -0300
commitd3e46c22f9ac293441567673a0c5bd61f8e49874 (patch)
tree1ef7462b8d4ff3aba9c11177b84547f2a0cf760d /bank/index.js
parenta6e8820c4d5241e2d4cd09234df66ddc34ea7722 (diff)
downloadwallet-core-prebuilt.tar.gz
wallet-core-prebuilt.tar.bz2
wallet-core-prebuilt.zip
built from 5c2af7962aa739efddff94a9a01d9b8900104d30prebuilt
Diffstat (limited to 'bank/index.js')
-rw-r--r--bank/index.js15
1 files changed, 8 insertions, 7 deletions
diff --git a/bank/index.js b/bank/index.js
index 080c97a90..c76165faa 100644
--- a/bank/index.js
+++ b/bank/index.js
@@ -9898,6 +9898,9 @@ function codecForEither(...alts) {
};
}
+// ../taler-util/lib/taler-crypto.js
+var import_big_integer = __toESM(require_BigInteger(), 1);
+
// ../taler-util/lib/sha256.js
var digestLength = 32;
var blockSize = 64;
@@ -10182,9 +10185,6 @@ function hmacSha256(key, message) {
return hmac(sha256, 64, key, message);
}
-// ../taler-util/lib/taler-crypto.js
-var import_big_integer = __toESM(require_BigInteger(), 1);
-
// ../taler-util/lib/time.js
var opaque_AbsoluteTime = Symbol("opaque_AbsoluteTime");
var TalerPreciseTimestamp;
@@ -10918,6 +10918,7 @@ var TalerSignaturePurpose;
(function(TalerSignaturePurpose2) {
TalerSignaturePurpose2[TalerSignaturePurpose2["MERCHANT_TRACK_TRANSACTION"] = 1103] = "MERCHANT_TRACK_TRANSACTION";
TalerSignaturePurpose2[TalerSignaturePurpose2["WALLET_RESERVE_WITHDRAW"] = 1200] = "WALLET_RESERVE_WITHDRAW";
+ TalerSignaturePurpose2[TalerSignaturePurpose2["WALLET_RESERVE_HISTORY"] = 1208] = "WALLET_RESERVE_HISTORY";
TalerSignaturePurpose2[TalerSignaturePurpose2["WALLET_COIN_DEPOSIT"] = 1201] = "WALLET_COIN_DEPOSIT";
TalerSignaturePurpose2[TalerSignaturePurpose2["GLOBAL_FEES"] = 1022] = "GLOBAL_FEES";
TalerSignaturePurpose2[TalerSignaturePurpose2["MASTER_DENOMINATION_KEY_VALIDITY"] = 1025] = "MASTER_DENOMINATION_KEY_VALIDITY";
@@ -28393,7 +28394,7 @@ function RegistrationForm({
case TalerErrorCode.BANK_NON_ADMIN_PATCH_DEBT_LIMIT:
return i18n2.str`Only admin is allow to set debt limit.`;
case TalerErrorCode.BANK_NON_ADMIN_SET_MIN_CASHOUT:
- return i18n2.str`Only the administrator can change the minimun cashout limit.`;
+ return i18n2.str`Only the administrator can change the minimum cashout limit.`;
case TalerErrorCode.BANK_NON_ADMIN_SET_TAN_CHANNEL:
return i18n2.str`Only admin can create accounts with second factor authentication.`;
}
@@ -32627,7 +32628,7 @@ var AccountPage = utils_exports.compose(
// src/pages/BankFrame.tsx
init_preact_module();
init_hooks_module();
-var GIT_HASH = true ? "6fd830ad57fe12ce6acac453f523dcf00f71a5bb" : void 0;
+var GIT_HASH = true ? "5c2af7962aa739efddff94a9a01d9b8900104d30" : void 0;
var VERSION = true ? "0.10.7" : void 0;
function BankFrame({
children,
@@ -35484,7 +35485,7 @@ function ShowAccountDetails({
case TalerErrorCode.BANK_NON_ADMIN_SET_MIN_CASHOUT: {
return notify2({
type: "error",
- title: i18n2.str`Only the administrator can change the minimun cashout limit.`,
+ title: i18n2.str`Only the administrator can change the minimum cashout limit.`,
description: resp.detail.hint,
debug: resp.detail,
when: AbsoluteTime.now()
@@ -36639,7 +36640,7 @@ function CreateNewAccount({
case TalerErrorCode.BANK_NON_ADMIN_SET_MIN_CASHOUT: {
return notify2({
type: "error",
- title: i18n2.str`Only the administrator can change the minimun cashout limit.`,
+ title: i18n2.str`Only the administrator can change the minimum cashout limit.`,
description: resp.detail.hint,
debug: resp.detail,
when: AbsoluteTime.now()