spartaxx.businessmodels 1.0.300 → 1.0.302

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,9 +22,12 @@ export interface ClientInputForm {
22
22
  ResAofAStepFiveAgentAuthorityEndDate?: string;
23
23
  ResAofAStepNineDeliveryDate?: string;
24
24
  ComAofAStepFiveAgentAuthorityEndDate?: string;
25
- Tittle?:number;
26
- AofAComSigneeName?:string;
27
- SigneeRole?:boolean;
25
+ ComAofATittleId?:number;
26
+ ComAofATittle?:string;
27
+ ComAofASigneeName?:string;
28
+ ComAofASigneeRoleChk1?:boolean;
29
+ ComAofASigneeRoleChk2?:boolean;
30
+ ComAofASigneeRoleChk3?:boolean;
28
31
  BAAofASigneeName?:string;
29
32
  }
30
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.300",
3
+ "version": "1.0.302",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {