From d87f3c242c59fa347aa13d1c2e398638e09ed42f Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 23 Oct 2022 19:05:46 +0200 Subject: taler-wallet-embedded: tweak init response, rollup bundling, add test --- packages/taler-util/src/notifications.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/taler-util/src') diff --git a/packages/taler-util/src/notifications.ts b/packages/taler-util/src/notifications.ts index 17019237a..c50cc72de 100644 --- a/packages/taler-util/src/notifications.ts +++ b/packages/taler-util/src/notifications.ts @@ -145,6 +145,7 @@ export interface WaitingForRetryNotification { type: NotificationType.WaitingForRetry; numPending: number; numGivingLiveness: number; + numDue: number; } export interface RefundFinishedNotification { @@ -222,6 +223,7 @@ export interface ReserveCreatedNotification { export interface PendingOperationProcessedNotification { type: NotificationType.PendingOperationProcessed; + id: string; } export interface ProposalRefusedNotification { -- cgit v1.2.3