spartaxx.businessmodels 1.0.298 → 1.0.300

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ function createDefaultAccountInfo() {
15
15
  return {
16
16
  ClientId: 0,
17
17
  AccountId: 0,
18
- AccountNumber: 0,
18
+ AccountNumber: "",
19
19
  PropertyType: "",
20
20
  CountyName: "",
21
21
  CountyCode: "",
@@ -1,7 +1,7 @@
1
1
  export interface AccountInfo {
2
2
  ClientId?: number;
3
3
  AccountId?: number;
4
- AccountNumber?: number;
4
+ AccountNumber?: string;
5
5
  PropertyType?: string;
6
6
  CountyName?: string;
7
7
  CountyCode?: string;
@@ -76,7 +76,7 @@ export async function createDefaultAccountInfo(): Promise<AccountInfo> {
76
76
  return {
77
77
  ClientId: 0,
78
78
  AccountId: 0,
79
- AccountNumber: 0,
79
+ AccountNumber: "",
80
80
  PropertyType: "",
81
81
  CountyName: "",
82
82
  CountyCode: "",
@@ -18,11 +18,13 @@ export interface ClientInputForm {
18
18
  PerformOtherTaxMatters?: boolean;
19
19
  RevokePriorForSameMatters?: boolean;
20
20
  ListRepresentatives?: string;
21
- AofAStepFiveAgentAuthorityDate?: string;
22
- AofAStepNineDeliveryDate?: string;
21
+
22
+ ResAofAStepFiveAgentAuthorityEndDate?: string;
23
+ ResAofAStepNineDeliveryDate?: string;
24
+ ComAofAStepFiveAgentAuthorityEndDate?: string;
23
25
  Tittle?:number;
24
- SigneeName?:string;
26
+ AofAComSigneeName?:string;
25
27
  SigneeRole?:boolean;
26
-
28
+ BAAofASigneeName?:string;
27
29
  }
28
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.298",
3
+ "version": "1.0.300",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {