knowmax-quest-types 2.12.0 → 2.12.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.
@@ -4,3 +4,4 @@ export declare const METADATAORIGIN_DOCUMENTNODE = "DocumentNode";
4
4
  export declare const METADATAORIGIN_COLLECTION = "Collection";
5
5
  export declare const METADATAORIGIN_DYNAMIC = "Dynamic";
6
6
  export declare const METADATAORIGIN_DYNAMICINDEXABLE = "DynamicIndexable";
7
+ export type MetadataOrigin = typeof METADATAORIGIN_DOCUMENT | typeof METADATAORIGIN_DOCUMENTVERSION | typeof METADATAORIGIN_DOCUMENTNODE | typeof METADATAORIGIN_COLLECTION | typeof METADATAORIGIN_DYNAMIC | typeof METADATAORIGIN_DYNAMICINDEXABLE;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knowmax-quest-types",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "description": "Contains type definitions for communicating with Knowmax Quest.",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {