spartaxx.businessmodels 1.0.141 → 1.0.142

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,4 +3,105 @@ export interface AccountInfo {
3
3
  CadLegalName?: string;
4
4
  LegalDescription?: string;
5
5
  PropertyAddress?: string;
6
+ AgentAddress?: string;
7
+ AgentCity?: string;
8
+ AgentMail?: string;
9
+ AgentName?: string;
10
+ AgentPhone?: string;
11
+ AgentState?: string;
12
+ AgentTown?: string;
13
+ AgentZipCode?: string;
14
+ AppraisalAddress?: string;
15
+ AppraisalDate?: string;
16
+ AppraisalDistrictName?: string;
17
+ AppraisalDistrictPhone?: string;
18
+ BppPhone?: string;
19
+ BuildingSQFT?: string;
20
+ BuildingValue?: string;
21
+ CccBatchNumber?: string;
22
+ ClientName?: string;
23
+ ClientNumber?: string;
24
+ CommercialLink?: string;
25
+ CompanyAddress?: string;
26
+ CompanyCity?: string;
27
+ CompanyEmail?: string;
28
+ CompanyFax?: string;
29
+ CompanyName?: string;
30
+ CompanyPhone?: string;
31
+ CompanyPincode?: string;
32
+ CompanyState?: string;
33
+ CompanyTollFree?: string;
34
+ CompanyWebsite?: string;
35
+ CompanyZip?: string;
36
+ ComplaintsWebsite?: string;
37
+ ConditionDesire?: string;
38
+ ContentoftheEmail?: string;
39
+ CountyAccountStatus?: string;
40
+ CountyAddress?: string;
41
+ CountyAlternateEmail?: string;
42
+ CountyCity?: string;
43
+ CountyCountry?: string;
44
+ CountyEmail?: string;
45
+ CountyFax?: string;
46
+ CountyName?: string;
47
+ CountyOffice?: string;
48
+ CountyPhone?: string;
49
+ CountyPincode?: string;
50
+ CountySignature?: string;
51
+ CountyState?: string;
52
+ Date?: string;
53
+ DateSigned?: string;
54
+ Grade?: string;
55
+ LandSQFT?: string;
56
+ LandValue?: string;
57
+ LetterDate?: string;
58
+ LitigationContingency?: string;
59
+ Name?: string;
60
+ NameofThePerson?: string;
61
+ NewCountyAddress?: string;
62
+ NewCountyEmail?: string;
63
+ NewCountyName?: string;
64
+ NewCountyOffice?: string;
65
+ NewCountyPhone?: string;
66
+ NextYear?: string;
67
+ NumberOfAccounts?: string;
68
+ OfficePhone?: string;
69
+ OwnerAddress?: string;
70
+ OwnerCity?: string;
71
+ OwnerEmail?: string;
72
+ OwnerMail?: string;
73
+ OwnerName?: string;
74
+ OwnerPhone?: string;
75
+ OwnerSignature?: string;
76
+ OwnerState?: string;
77
+ Ownertown?: string;
78
+ OwnerZipCode?: string;
79
+ PageNumber?: string;
80
+ Password?: string;
81
+ PersonCity?: string;
82
+ PersonMail?: string;
83
+ PersonPhone?: string;
84
+ PersonState?: string;
85
+ PersonTown?: string;
86
+ PersonZipCode?: string;
87
+ PoconnorLink?: string;
88
+ PreviousYear1FinalValue?: string;
89
+ PreviousYear1NoticedValue?: string;
90
+ PreviousYear2FinalValue?: string;
91
+ PreviousYear2NoticedValue?: string;
92
+ PropType?: string;
93
+ ProtestBatchNumber?: string;
94
+ ProtestDate?: string;
95
+ RegistrationNumber?: string;
96
+ RemodelYear?: string;
97
+ ResidentialLink?: string;
98
+ Signature?: string;
99
+ StandardContingency?: string;
100
+ TaxYear?: string;
101
+ TaxYearFinalValue?: string;
102
+ TaxYearNoticedValue?: string;
103
+ Title?: string;
104
+ Totalaccounts?: string;
105
+ TotalPage?: string;
106
+ YearBuilt?: string;
6
107
  }
@@ -3,5 +3,5 @@ import { AccountInfo } from "./AccountInfo";
3
3
 
4
4
  export interface CCCTemplateData {
5
5
  AccountInfo: AccountInfo[],
6
- ClientInfo:ClientInfo
6
+ ClientInfo: ClientInfo
7
7
  }
package/CCC/ClientInfo.ts CHANGED
@@ -1,4 +1,8 @@
1
1
  export interface ClientInfo {
2
+ AccountNumber?: string;
3
+ CadLegalName?: string;
4
+ LegalDescription?: string;
5
+ PropertyAddress?: string;
2
6
  AgentAddress?: string;
3
7
  AgentCity?: string;
4
8
  AgentMail?: string;
@@ -50,7 +54,6 @@ export interface ClientInfo {
50
54
  Grade?: string;
51
55
  LandSQFT?: string;
52
56
  LandValue?: string;
53
- LegalDescription?: string;
54
57
  LetterDate?: string;
55
58
  LitigationContingency?: string;
56
59
  Name?: string;
@@ -86,7 +89,6 @@ export interface ClientInfo {
86
89
  PreviousYear1NoticedValue?: string;
87
90
  PreviousYear2FinalValue?: string;
88
91
  PreviousYear2NoticedValue?: string;
89
- PropertyAddress?: string;
90
92
  PropType?: string;
91
93
  ProtestBatchNumber?: string;
92
94
  ProtestDate?: string;
@@ -3,6 +3,7 @@ export interface QualifiedClientInfo {
3
3
  ClientNumber?: string;
4
4
  ClientClassificationType?: string;
5
5
  ItIsCommercialClient?: boolean;
6
+ TaxYear?: Boolean;
6
7
 
7
8
  TotalAccounts?: number;
8
9
  ResidentialCounts?: number;
@@ -10,4 +11,5 @@ export interface QualifiedClientInfo {
10
11
  Homestead?: number;
11
12
  Mode?: string;
12
13
  DeliveryAddress?: string;
14
+ BlastStatusId?: number;
13
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.141",
3
+ "version": "1.0.142",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {