spartaxx.businessmodels 1.0.403 → 1.0.405

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CCC/AccountInfo.ts +19 -6
  2. package/package.json +1 -1
@@ -16,15 +16,21 @@ export interface AccountInfo {
16
16
  PropertystateName?: string;
17
17
  PropertyZipcode?: string;
18
18
  CadLegalName?: string;
19
+ PriorYear2NoticeMarketValue?: string;
20
+ PriorYear2CertifiedMarketValue?: string;
21
+ PriorYear2NoticeTotalValue?: string;
22
+ PriorYear2CertifiedTotalValue?: string;
19
23
  PriorYear2?: number;
20
- PriorYear2NoticedValue?: string;
21
- PriorYear2FinalValue?: string;
24
+ PriorYear1NoticeMarketValue?: string;
25
+ PriorYear1CertifiedMarketValue?: string;
26
+ PriorYear1NoticeTotalValue?: string;
27
+ PriorYear1CertifiedTotalValue?: string;
22
28
  PriorYear1?: number;
23
- PriorYear1NoticedValue?: string;
24
- PriorYear1FinalValue?: string;
29
+ NoticeMarketValue?: string;
30
+ CertifiedMarketValue?: string;
31
+ NoticeTotalValue?: string;
32
+ CertifiedTotalValue?: string;
25
33
  TaxYear?: number;
26
- NoticedValue?: string;
27
- FinalValue?: string;
28
34
  StandardContingency?: string;
29
35
  LitigationContingency?: string;
30
36
  IsNeedAofA?: number;
@@ -42,6 +48,13 @@ export interface AccountInfo {
42
48
  ARBAssignedAgentEmailAddress?: string;
43
49
  IsHomeStead?: number;
44
50
 
51
+ PriorYear2NoticedValue?: string;
52
+ PriorYear2FinalValue?: string;
53
+ PriorYear1NoticedValue?: string;
54
+ PriorYear1FinalValue?: string;
55
+ NoticedValue?: string;
56
+ FinalValue?: string;
57
+
45
58
  OwnerName?: string;
46
59
  OwnerEmail?: string;
47
60
  OwnerPhone?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.403",
3
+ "version": "1.0.405",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {