spartaxx.businessmodels 1.0.54 → 1.0.55

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  import { DatasetSortingOperation } from "Masters/DatasetSortingOperation";
2
2
 
3
- export interface ProtestHistoryInfo {
3
+ export interface ProtestHistoryParam {
4
4
  CountyId?: number;
5
5
  TaxYear?: number;
6
6
  FilingDateFrom?: string;
@@ -7,9 +7,11 @@ import { ProtestPropertyInfo } from "./ProtestPropertyInfo";
7
7
  import { ProtestPTFayetteDcoument } from "./ProtestPTFayetteDocument";
8
8
  import { PTBexarExcelDocument } from "./PTBexarExcelDocument";
9
9
  import { ProtestAccountParam } from "./ProtestAccountParam";
10
+ import { ProtestHistory } from "./ProtestHistory";
11
+ import { ProtestHistoryParam } from "./ProtestHistoryParam";
10
12
 
11
13
  export {
12
14
  ProtestDocuments, ProtestHistoryInfo, ProtestPropertyInfo, ProtestingAccounts,
13
15
  ProtestPTFayetteDcoument, ProtestHB201RequestDocument, PTBexarExcelDocument,
14
- ProtestingAccountInfo, ProtestAccountParam
16
+ ProtestingAccountInfo, ProtestAccountParam, ProtestHistory, ProtestHistoryParam
15
17
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {