spartaxx.businessmodels 1.0.319 → 1.0.320

Sign up to get free protection for your applications and to get access to all the features.
@@ -129,6 +129,12 @@ export interface SelectedPropertyList {
129
129
  owneraddress2?: string;
130
130
  owneraddress3?: string;
131
131
  ProjectName?: string;
132
+
133
+
134
+ PropCityName:string;
135
+ PropAddress:string;
136
+ PropZipcode:string;
137
+ PropStateName:string;
132
138
  }
133
139
 
134
140
  export interface SelectedAllProperty {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.319",
3
+ "version": "1.0.320",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {