knowmax-quest-types 2.5.1 → 2.5.2
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.
|
@@ -28,7 +28,7 @@ export interface IDocumentVersion {
|
|
|
28
28
|
/** True in case document version is online. */
|
|
29
29
|
online: boolean;
|
|
30
30
|
/** Origin identification as set during data import. Custom field to describe origin of data import. */
|
|
31
|
-
originId
|
|
31
|
+
originId?: string;
|
|
32
32
|
modified: string;
|
|
33
33
|
modifiedBy: string;
|
|
34
34
|
created: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "knowmax-quest-types",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.2",
|
|
4
4
|
"description": "Contains type definitions for communicating with Knowmax Quest.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
"mocha": "9.2.2",
|
|
26
26
|
"rimraf": "^3.0.2",
|
|
27
27
|
"ts-mocha": "9.0.2",
|
|
28
|
-
"typescript": "4.
|
|
28
|
+
"typescript": "4.7.4"
|
|
29
29
|
}
|
|
30
30
|
}
|