knowmax-quest-types 2.20.0 → 2.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13,6 +13,8 @@ export interface IDocumentVersion {
|
|
|
13
13
|
* because it was inferred because this document is the latest online version for a document without expliciet document version marked as current.
|
|
14
14
|
*/
|
|
15
15
|
current: boolean;
|
|
16
|
+
/** Original - non inferred - current setting. Set to undefined for automatic inference by Knowmax Quest. */
|
|
17
|
+
originalCurrent?: boolean;
|
|
16
18
|
/** Reflects inferred value indiciating whether this version is considered archive. It's true in case document to which version belongs
|
|
17
19
|
* was explicitly marked archive or in case this version is older than current version for this document.
|
|
18
20
|
*/
|