diff options
author | Florian Dold <florian@dold.me> | 2022-10-23 19:05:46 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2022-10-23 19:05:54 +0200 |
commit | d87f3c242c59fa347aa13d1c2e398638e09ed42f (patch) | |
tree | c84e2eff8ec99de442c843f5126a0f276cecf3be /packages/taler-util | |
parent | 1ab63a1840a516ef5f4655e6c08e62c01fd05949 (diff) |
taler-wallet-embedded: tweak init response, rollup bundling, add test
Diffstat (limited to 'packages/taler-util')
-rw-r--r-- | packages/taler-util/src/notifications.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |