knowmax-quest-types 2.13.0 → 2.13.1

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.
@@ -19,4 +19,6 @@ export interface IReferenceInfoOptions {
19
19
  includeCoverInfo?: boolean;
20
20
  /** Include archive status of document version. Make sure to set includeDocumentVersion to true if archive value is required. */
21
21
  includeDocumentVersionArchive?: boolean;
22
+ /** Include information about available document alternatives at level of reference (either documentversion of documentnode). */
23
+ includeDocumentAlternativesInfo?: boolean;
22
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knowmax-quest-types",
3
- "version": "2.13.0",
3
+ "version": "2.13.1",
4
4
  "description": "Contains type definitions for communicating with Knowmax Quest.",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {