aboutsummaryrefslogtreecommitdiff
path: root/src/dbTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbTypes.ts')
-rw-r--r--src/dbTypes.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dbTypes.ts b/src/dbTypes.ts
index 98a0fc0e0..55b2ddbe3 100644
--- a/src/dbTypes.ts
+++ b/src/dbTypes.ts
@@ -546,6 +546,12 @@ export class ProposalDownloadRecord {
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.
*/