spartaxx.businessmodels 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,5 +10,6 @@ export interface ApiMasterDatasetColumns {
10
10
  ItIsFilterColumn: boolean;
11
11
  FilterColumnNameInDB: string;
12
12
  FilterColumnSequence: number;
13
- IsActive: boolean;
13
+ IsInActive: boolean;
14
+ ModelColumnRefForFilter: string;
14
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {