refresh history
This commit is contained in:
parent
b4bb9e92ad
commit
e018e073a4
@ -611,10 +611,12 @@ export const enum RefreshReason {
|
|||||||
Pay = "pay",
|
Pay = "pay",
|
||||||
Refund = "refund",
|
Refund = "refund",
|
||||||
AbortPay = "abort-pay",
|
AbortPay = "abort-pay",
|
||||||
|
Recoup = "recoup",
|
||||||
|
BackupRestored = "backup-restored",
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Event to indicate that a refresh operation completed.
|
* Event to indicate that a group of refresh sessions has completed.
|
||||||
*/
|
*/
|
||||||
export interface HistoryRefreshedEvent {
|
export interface HistoryRefreshedEvent {
|
||||||
/**
|
/**
|
||||||
@ -629,14 +631,15 @@ export interface HistoryRefreshedEvent {
|
|||||||
amountRefreshed: string;
|
amountRefreshed: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Why was the refresh done?
|
* Why was the refreshing done?
|
||||||
*/
|
*/
|
||||||
refreshReason: RefreshReason;
|
refreshReason: RefreshReason;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Refresh session ID, to find out more details.
|
* Identifier for a refresh group, contains one or
|
||||||
|
* more refresh session IDs.
|
||||||
*/
|
*/
|
||||||
refreshSessionId: string;
|
refreshGroupId: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user