spartaxx.businessmodels 1.0.317 → 1.0.319

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,6 +38,7 @@ export interface AccountInfo {
38
38
  ARBAssignedAgentRegistrationNumber?: string;
39
39
  ARBAssignedAgentPhoneNumber?: string;
40
40
  ARBAssignedAgentEmailAddress?: string;
41
+ IsHomeStead?: number;
41
42
 
42
43
  OwnerName?: string;
43
44
  OwnerEmail?: string;
@@ -11,9 +11,10 @@ export interface ClientInputForm {
11
11
  //#region CLIENT & ACCOUNT INFO
12
12
  AccountId?: number;
13
13
  PropertyType?: string;
14
- TaxYear?: number;
14
+ TaxYear?: string;
15
15
  AccountNumber?: string;
16
16
  PropertyAddress?: string;
17
+ IsHomeStead?: number;
17
18
  //#endregion
18
19
 
19
20
  //#region TX-RES, COM AND BA AOFA
@@ -135,6 +135,7 @@ export interface SelectedAllProperty {
135
135
  County: string;
136
136
  AccountNumber: string;
137
137
  StateCode: string;
138
+ PropertyType: string;
138
139
  }
139
140
 
140
141
  export interface OnlineClientSetupMaster {
@@ -287,7 +287,8 @@ function createDefaultAppConfigHub() {
287
287
  CCCPckLetterGenTempUrl: "",
288
288
  CCCPckLetterGenUrl: "",
289
289
  CCCPckEmailLetterUrl: "",
290
- CompanyAddressTwoHundred: ""
290
+ CompanyAddressTwoHundred: "",
291
+ CPckDMpropertySurveyDocumentPath: ""
291
292
  };
292
293
  });
293
294
  }
@@ -274,6 +274,7 @@ export interface AppConfigHub {
274
274
  CCCPckLetterGenUrl: string;
275
275
  CCCPckEmailLetterUrl: string;
276
276
  CompanyAddressTwoHundred: string;
277
+ CPckDMpropertySurveyDocumentPath: string;
277
278
  }
278
279
 
279
280
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -552,7 +553,8 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
552
553
  CCCPckLetterGenTempUrl: "",
553
554
  CCCPckLetterGenUrl: "",
554
555
  CCCPckEmailLetterUrl: "",
555
- CompanyAddressTwoHundred: ""
556
+ CompanyAddressTwoHundred: "",
557
+ CPckDMpropertySurveyDocumentPath: ""
556
558
  }
557
559
  }
558
560
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.317",
3
+ "version": "1.0.319",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {