@omnia/workplace 6.10.67-preview → 6.10.68-preview
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.
- package/package.json +1 -1
- package/internal-do-not-import-from-here/models/search_temp/SearchCategory.d.ts +0 -0
- package/internal-do-not-import-from-here/models/search_temp/SearchCategory.js +0 -30
- package/internal-do-not-import-from-here/models/search_temp/SearchProviderSettingProps.d.ts +0 -0
- package/internal-do-not-import-from-here/models/search_temp/SearchProviderSettingProps.js +0 -4
package/package.json
CHANGED
|
File without changes
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
//import { TargetingFilterProperty } from "@omnia/fx-sp/models";
|
|
2
|
-
//import { GuidValue, MultilingualString } from "@omnia/fx/models";
|
|
3
|
-
//import { DictionaryPropertiesMapping, Enums } from "..";
|
|
4
|
-
//export interface SearchCategoryBase {
|
|
5
|
-
// id: GuidValue;
|
|
6
|
-
// providerId: GuidValue;
|
|
7
|
-
// title: MultilingualString;
|
|
8
|
-
// //resultSource?: string;
|
|
9
|
-
// //enableQueryRules?: boolean;
|
|
10
|
-
// enableWildcardSearch: boolean;
|
|
11
|
-
// query: string;
|
|
12
|
-
// sortBy?: string;
|
|
13
|
-
// sortDirection?: Enums.SortDirection;
|
|
14
|
-
// itemTemplateIds: Array<string>;
|
|
15
|
-
// listTemplatePropertiesMapping?: { [templateId: string]: DictionaryPropertiesMapping };
|
|
16
|
-
// targetingFilter?: TargetingFilterProperty;
|
|
17
|
-
// //multilingualTitle: string;
|
|
18
|
-
// //providerId?: GuidValue;
|
|
19
|
-
// //contentSources?: Array<string>;
|
|
20
|
-
//}
|
|
21
|
-
//export interface SharePointSearchCategory extends SearchCategoryBase {
|
|
22
|
-
// resultSource: string;
|
|
23
|
-
// enableQueryRules: boolean;
|
|
24
|
-
//}
|
|
25
|
-
//export interface MicrosoftSearchCategory extends SearchCategoryBase {
|
|
26
|
-
// resultSource: string;
|
|
27
|
-
// contentSources?: Array<string>;//??? not see in DB
|
|
28
|
-
//}
|
|
29
|
-
//export interface SharedLinksSearchCategory extends SearchCategoryBase {
|
|
30
|
-
//}
|
|
File without changes
|