knowmax-quest-types 2.16.0 → 2.18.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.
|
@@ -23,6 +23,8 @@ export interface IDocumentVersion {
|
|
|
23
23
|
importerId: string;
|
|
24
24
|
/** Describes if this document version contains any document nodes. */
|
|
25
25
|
hasNodes: boolean;
|
|
26
|
+
/** When false, this document only has contents on document root node. When true document has child nodes underneath document root node. */
|
|
27
|
+
documentRootChildNodes: boolean;
|
|
26
28
|
/** True in case document version is valid. */
|
|
27
29
|
valid: boolean;
|
|
28
30
|
/** True in case document version is online. */
|
package/dist/IMetadata.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "knowmax-quest-types",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.18.0",
|
|
4
4
|
"description": "Contains type definitions for communicating with Knowmax Quest.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"author": "Knowmax BV",
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@types/chai": "4.3.
|
|
23
|
-
"@types/mocha": "10.0.
|
|
24
|
-
"chai": "4.3.
|
|
22
|
+
"@types/chai": "4.3.9",
|
|
23
|
+
"@types/mocha": "10.0.3",
|
|
24
|
+
"chai": "4.3.10",
|
|
25
25
|
"mocha": "10.2.0",
|
|
26
|
-
"rimraf": "5.0.
|
|
26
|
+
"rimraf": "5.0.5",
|
|
27
27
|
"ts-mocha": "10.0.0",
|
|
28
28
|
"typescript": "4.9.5"
|
|
29
29
|
}
|