@newageerp/mp-types
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -63,2 +63,3 @@ type MpAggregateFunction = 'max' | 'min' | 'sum' | 'count' | 'countDistinct' | 'sumPercent' | 'countPercent' | 'countDistinctPercent'; | ||
quickSearch?: string[]; | ||
filters?: MpFilterFactorySetUniversalItem[]; | ||
}; | ||
@@ -65,0 +66,0 @@ |
{ | ||
"name": "@newageerp/mp-types", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
9362
86