spartaxx.businessmodels 1.0.299 → 1.0.301

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,11 +18,15 @@ export interface ClientInputForm {
18
18
  PerformOtherTaxMatters?: boolean;
19
19
  RevokePriorForSameMatters?: boolean;
20
20
  ListRepresentatives?: string;
21
- AofAStepFiveAgentAuthorityDate?: string;
22
- AofAStepNineDeliveryDate?: string;
23
- Tittle?:number;
24
- SigneeName?:string;
25
- SigneeRole?:boolean;
26
21
 
22
+ ResAofAStepFiveAgentAuthorityEndDate?: string;
23
+ ResAofAStepNineDeliveryDate?: string;
24
+ ComAofAStepFiveAgentAuthorityEndDate?: string;
25
+ ComAofATittle?:number;
26
+ ComAofASigneeName?:string;
27
+ ComAofASigneeRoleChk1?:boolean;
28
+ ComAofASigneeRoleChk2?:boolean;
29
+ ComAofASigneeRoleChk3?:boolean;
30
+ BAAofASigneeName?:string;
27
31
  }
28
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.299",
3
+ "version": "1.0.301",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {