From d454f7547dc25d6bb2a2dbcb75437aebf4f34740 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 24 Aug 2019 18:42:00 +0200 Subject: support for talerpay URLs with session ID --- src/dbTypes.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dbTypes.ts') diff --git a/src/dbTypes.ts b/src/dbTypes.ts index 98a0fc0e0..55b2ddbe3 100644 --- a/src/dbTypes.ts +++ b/src/dbTypes.ts @@ -545,6 +545,12 @@ export class ProposalDownloadRecord { @Checkable.String() noncePriv: string; + /** + * Session ID we got when downloading the contract. + */ + @Checkable.Optional(Checkable.String()) + downloadSessionId?: string; + /** * Verify that a value matches the schema of this class and convert it into a * member. -- cgit v1.2.3