aboutsummaryrefslogtreecommitdiff
path: root/src/types/dbTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/dbTypes.ts')
-rw-r--r--src/types/dbTypes.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/types/dbTypes.ts b/src/types/dbTypes.ts
index 07c59d4d3..eae39fff3 100644
--- a/src/types/dbTypes.ts
+++ b/src/types/dbTypes.ts
@@ -43,6 +43,7 @@ import {
ReserveRecoupTransaction,
} from "./ReserveTransaction";
import { Timestamp, Duration, getTimestampNow } from "../util/time";
+import { PayCoinSelection } from "../operations/pay";
export enum ReserveRecordStatus {
/**
@@ -1133,6 +1134,7 @@ export const enum RefundReason {
}
export interface RefundGroupInfo {
+ refundGroupId: string;
timestampQueried: Timestamp;
reason: RefundReason;
}
@@ -1222,6 +1224,8 @@ export interface PurchaseRecord {
*/
payReq: PayReq;
+ payCoinSelection: PayCoinSelection;
+
/**
* Timestamp of the first time that sending a payment to the merchant
* for this purchase was successful.