spartaxx.businessmodels 1.0.46 → 1.0.47

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,10 @@ import { DatasetSortingOperation } from "Masters/DatasetSortingOperation";
2
2
  import { ProtestingAccountInfo } from "./ProtestingAccountInfo";
3
3
 
4
4
  export interface ProtestingAccounts {
5
- ProtestingAccountInfo: ProtestingAccountInfo[],
6
- TotalRecords: number,
5
+ ProtestingAccountInputParam:ProtestingAccountInfo;
6
+ OffsetValue: number;
7
+ FetchRecordsCounts: number;
8
+ ProtestingAccountInfo: ProtestingAccountInfo[];
9
+ TotalRecords: number;
7
10
  DatasetSortingOperation: DatasetSortingOperation
8
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {