From f9774b4ce985b9920cee8afec0f756e5e1bfc9fa Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 18 Apr 2021 18:08:02 -0400 Subject: Improve dictionary sequence info (#1617) * Ensure negative sequence is always -1 * Expose sequence on definition objects * Update how sequence is exposed for definitions * Update test data * Update TS docs --- docs/interfaces/dictionary-entry.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/interfaces') diff --git a/docs/interfaces/dictionary-entry.ts b/docs/interfaces/dictionary-entry.ts index 230bada0..724a0b5a 100644 --- a/docs/interfaces/dictionary-entry.ts +++ b/docs/interfaces/dictionary-entry.ts @@ -296,6 +296,10 @@ namespace Translation { * The name of the dictionary that the definition information originated from. */ dictionary: string; + /** + * Database sequence number for the term. The value will be `-1` if there is no sequence. + */ + sequence: number; /** * Tags for the definition. */ -- cgit v1.2.3