knowmax-quest-types 2.30.0 → 2.32.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.
@@ -1,5 +1,7 @@
1
1
  export interface IMetadata {
2
2
  familyLabel: string;
3
+ /** Label for Knowmax Octa domain to which defintion is connected. */
4
+ octaDomainLabel?: string;
3
5
  label: string;
4
6
  value: string;
5
7
  dataTypeHint?: string;
@@ -10,4 +10,6 @@ export interface IMetadataValueSuggestionItem {
10
10
  value: string;
11
11
  /** Value with marking of query. */
12
12
  highlightedValue: string;
13
+ /** Optional domain value label of selected value in Knowmax Octa. */
14
+ octaDomainValueLabel?: string;
13
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knowmax-quest-types",
3
- "version": "2.30.0",
3
+ "version": "2.32.0",
4
4
  "description": "Contains type definitions for communicating with Knowmax Quest.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",