@omnia/fx-sp-models 8.0.157-dev → 8.0.159-dev

Sign up to get free protection for your applications and to get access to all the features.
package/FilterEngine.d.ts CHANGED
@@ -2,7 +2,7 @@ import { GuidValue, BaseFilterEngineProperty, FilterEngineContext, FilterEngineO
2
2
  export interface TaxonomyFilterEngineProperty extends BaseFilterEngineProperty {
3
3
  value: Array<GuidValue>;
4
4
  targetingPropertyIds: Array<GuidValue>;
5
- type: PropertyIndexedType.Taxonomy | PropertyIndexedType.EnterpriseKeywords;
5
+ type: PropertyIndexedType.Taxonomy | PropertyIndexedType.EnterpriseKeywords | PropertyIndexedType.ExtendedProperty;
6
6
  operator: FilterEngineOperator;
7
7
  showResultCount: boolean;
8
8
  showZeroResultCountValues: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-sp-models",
3
3
  "license": "MIT",
4
- "version": "8.0.157-dev",
4
+ "version": "8.0.159-dev",
5
5
  "description": "Provide Omnia Fx Sharepoint Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -19,7 +19,7 @@
19
19
  ],
20
20
  "author": "Precio Fishbone",
21
21
  "dependencies": {
22
- "@omnia/fx-models": "8.0.157-dev"
22
+ "@omnia/fx-models": "8.0.159-dev"
23
23
  },
24
24
  "typings": "./index.d.ts",
25
25
  "bugs": {