knowmax-quest-types 2.24.0 → 2.25.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.
@@ -5,6 +5,8 @@ export interface IDocumentPredecessor {
5
5
  documentId: number;
6
6
  /** QuestId of predecessor. */
7
7
  documentQuestId: string;
8
+ /** Resolved title of document referenced by documentQuestId. Unset if documentQuestId is invalid. */
9
+ documentQuestTitle?: string;
8
10
  modified: string;
9
11
  modifiedBy: string;
10
12
  created: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knowmax-quest-types",
3
- "version": "2.24.0",
3
+ "version": "2.25.0",
4
4
  "description": "Contains type definitions for communicating with Knowmax Quest.",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {