@omnia/workplace 7.11.26 → 7.11.28

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.
@@ -13,10 +13,10 @@ export interface CategorySearchResult {
13
13
  categoryId: GuidValue;
14
14
  totalRows: number;
15
15
  items: Array<SearchResultItem>;
16
+ error?: string;
16
17
  }
17
18
  export interface SemanticSearchCategorySearchResult extends CategorySearchResult {
18
19
  semanticSearchResult: SemanticSearchResult;
19
- error?: string;
20
20
  }
21
21
  export interface SemanticSearchResultItem extends SearchResultItem {
22
22
  reference: SemanticSearchReference;
@@ -50,6 +50,8 @@ export interface SemanticSearchSettings extends ProviderSettings {
50
50
  customNoResultMessage?: MultilingualString;
51
51
  fallbackCategoryId?: GuidValue;
52
52
  fallbackMaxWordCount?: number;
53
+ prePrompt?: string;
54
+ postPrompt?: string;
53
55
  }
54
56
  export interface DictionaryPropertiesMapping {
55
57
  [customProperty: string]: ContentPropertyMapping;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace/models",
3
3
  "license": "MIT",
4
- "version": "7.11.24",
4
+ "version": "7.11.27",
5
5
  "description": "Omnia Workplace Models.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "7.11.26",
4
+ "version": "7.11.28",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"