spartaxx.businessmodels 1.0.311 → 1.0.313

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,8 @@ export interface ClientInputForm {
10
10
 
11
11
  //#region CLIENT & ACCOUNT INFO
12
12
  AccountId?: number;
13
+ PropertyType?: string;
14
+ TaxYear?: number;
13
15
  AccountNumber?: string;
14
16
  PropertyAddress?: string;
15
17
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.311",
3
+ "version": "1.0.313",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {