From b8bedd5185869edb33a7657fff323f812444eed0 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 3 Apr 2021 15:41:44 -0400 Subject: Improve term dictionary entry sequence (#1591) * Improve sequence for merged entries and add sequenceDictionary * Update docs * Expose sequence in definitions * Expose sequence in root definition * Update test data --- docs/interfaces/dictionary-entry.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/interfaces/dictionary-entry.ts b/docs/interfaces/dictionary-entry.ts index facca6e5..230bada0 100644 --- a/docs/interfaces/dictionary-entry.ts +++ b/docs/interfaces/dictionary-entry.ts @@ -204,6 +204,10 @@ namespace Translation { * Database sequence number for the term, or `-1` if multiple entries have been merged. */ sequence: number; + /** + * The dictionary that the sequence number originated from, or `null` if there is no sequence. + */ + sequenceDictionary: string; /** * A list of inflections that was applied to get the term. */ -- cgit v1.2.3