From b1500241f7672c8f73047014c55ff723595c3d13 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 12 May 2021 15:26:15 +0200 Subject: tombstones --- packages/taler-util/src/backupTypes.ts | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'packages/taler-util/src') diff --git a/packages/taler-util/src/backupTypes.ts b/packages/taler-util/src/backupTypes.ts index 1980bfb4e..e0b12a064 100644 --- a/packages/taler-util/src/backupTypes.ts +++ b/packages/taler-util/src/backupTypes.ts @@ -155,7 +155,8 @@ export interface WalletBackupContentV1 { purchases: BackupPurchase[]; /** - * All backup providers. + * All backup providers. Backup providers + * in this list should be considered "active". * * Sorted by the provider base URL. */ @@ -195,16 +196,16 @@ export interface WalletBackupContentV1 { error_reports: BackupErrorReport[]; /** - * Deletion tombstones. Sorted by (type, id) - * in ascending order. + * Deletion tombstones. Lexically sorted. */ tombstones: Tombstone[]; } -export interface Tombstone { - type: string; - id: string; -} + +/** + * Tombstone in the format ":" + */ +export type Tombstone = string; /** * Detailed error report. -- cgit v1.2.3