spartaxx.businessmodels 1.0.191 → 1.0.192

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,4 @@ import { DatasetSelectOperation } from "Masters/DatasetSelectOperation";
4
4
  export interface HistroyInfoResults {
5
5
  HistroyInfo: HistroyInfo[];
6
6
  DatasetSelectOperation: DatasetSelectOperation[];
7
-
8
-
9
7
  }
@@ -2,7 +2,7 @@ import { DatasetSortingOperation, DatasetFilterOperation } from "../Masters/Mast
2
2
  import { QualifiedClientInfo } from "./QualifiedClientInfo";
3
3
 
4
4
  export interface QualifiedClientParam {
5
- ItIsPageLoadEvent?: boolean;
5
+ ItIsFilterSearch?: boolean;
6
6
  IsSelectedAllRowFromGrid?: boolean;
7
7
  EmailPerDayBlastCounts?: number;
8
8
  USMailPerDayBlastCounts?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.191",
3
+ "version": "1.0.192",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {