spartaxx.businessmodels 1.0.230 → 1.0.232

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -96,6 +96,29 @@ export interface SelectedPropertyList {
96
96
  State: string;
97
97
  IsRendition: boolean;
98
98
  IsFinancial: boolean;
99
+ TxrollCadId: number;
100
+ TxrollLegalDescription: string;
101
+ TxrollParcelId: string;
102
+ TxrollLandSize: number;
103
+ TxrollGba: number;
104
+ TxrollYearBuilt: number;
105
+ TxrollOwnerName: string;
106
+ TxrollClassCode: string;
107
+ TxrollNeighborhoodCode: string;
108
+ TxrollNra: number;
109
+ TxrollGrade: string;
110
+ TxrollEconomicArea: number;
111
+ TxrollSubDivi: string;
112
+ TxrollLandUseCode: string;
113
+ Stories: string;
114
+ CDU: string;
115
+ TxrollNoticedLandValue: number;
116
+ TxrollNoticedImprovedValue: number;
117
+ TxrollNoticedMarketValue: number;
118
+ TxrollNoticedTotalValue: number;
119
+ TxrollExemptionCode: string;
120
+ TxrollJurisdictionCode: string;
121
+ TxrollOcaluc: string;
99
122
  }
100
123
 
101
124
  export interface SelectedAllProperty {
@@ -60,4 +60,6 @@ export interface PropertyAddress {
60
60
  JurisdictionsCode: string;
61
61
  Ocaluc: string;
62
62
  LanduseCode: string;
63
+ Score: number;
64
+ ItIsCore: boolean;
63
65
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.230",
3
+ "version": "1.0.232",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {