spartaxx.businessmodels 1.0.34 → 1.0.35

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,7 @@ export interface ProtestHistoryInfo {
3
3
  CountyName?: string;
4
4
  TaxYear?: number;
5
5
  FilingDate?: string;
6
+ FilingDateTo?: string;
6
7
  ProtestedBy?: string;
7
8
  AccountProtested?: number;
8
9
  DeliveryMethodId?: number;
@@ -15,6 +16,7 @@ export interface ProtestHistoryInfo {
15
16
  ProtestHB201LetterPWImageId?: number;
16
17
  ProtestExcelFilePath?: string;
17
18
  HB201RequestDate?: string;
19
+ HB201RequestDateTo?: string;
18
20
  BatchNumber?: string;
19
21
  HB201USPSNumber?: string;
20
22
  ProtestLetterUSPSNumber?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {