knowmax-quest-types 2.13.1 → 2.14.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.
@@ -22,6 +22,8 @@ export interface IReferenceInfo<T extends IDocumentNode<T> = IDocumentNode<any>>
22
22
  documentNode?: T;
23
23
  /** Resource referenced by Quest id (if any). */
24
24
  resource?: IResource;
25
+ /** Info about document alternative referenced by Quest id (if any). */
26
+ documentAlternative?: IDocumentAlternativeInfo;
25
27
  /** Metadata that belongs to Quest id (if requested). */
26
28
  metadata: IMetadata[];
27
29
  /** Collections in which document referenced by Quest id occurs (if requested). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knowmax-quest-types",
3
- "version": "2.13.1",
3
+ "version": "2.14.0",
4
4
  "description": "Contains type definitions for communicating with Knowmax Quest.",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {