taler-typescript-core

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

commit cec2bb0438e5797c40d74ebcb6e71322b8ed7cb5
parent a4c566decc13a18ae3dd49b7c00a7cdc5c1b90e9
Author: Sebastian <sebasjm@gmail.com>
Date:   Thu, 18 Sep 2025 15:34:10 -0300

fix broken build

Diffstat:
Mpackages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx b/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx @@ -71,6 +71,7 @@ const commonTransaction: TransactionCommon = { transactionId: "txn:deposit:12" as TransactionIdStr, type: TransactionType.Deposit, stId: 1, + } as Omit< Omit<Omit<TransactionCommon, "extendedStatus">, "frozen">, "pending" @@ -156,6 +157,7 @@ const exampleData = { ...commonTransaction, type: TransactionType.PeerPushCredit, info: { + iconId: "", expiration: { t_s: new Date().getTime() / 1000 + 2 * 60 * 60, }, @@ -171,6 +173,7 @@ const exampleData = { talerUri: "taler://pay-push/exchange.taler.ar/HS585JK0QCXHJ8Z8QWZA3EBAY5WY7XNC1RR2MHJXSH2Z4WP0YPJ0", info: { + iconId: "", expiration: { t_s: new Date().getTime() / 1000 + 2 * 60 * 60, }, @@ -185,6 +188,7 @@ const exampleData = { talerUri: "taler://pay-push/exchange.taler.ar/HS585JK0QCXHJ8Z8QWZA3EBAY5WY7XNC1RR2MHJXSH2Z4WP0YPJ0", info: { + iconId: "", expiration: { t_s: new Date().getTime() / 1000 + 2 * 60 * 60, }, @@ -197,7 +201,8 @@ const exampleData = { pull_debit: { ...commonTransaction, type: TransactionType.PeerPullDebit, - info: { + info: { iconId: "", + expiration: { t_s: new Date().getTime() / 1000 + 2 * 60 * 60, },