spartaxx.businessmodels 1.0.408 → 1.0.409

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,9 @@ export interface ClientPackageDocument {
16
16
  Title?: string;
17
17
  PackageSummaryTitle?: string;
18
18
  PackageCheckboxDescription?: string;
19
- DocFirstSignatureCorrdinates?:string;
19
+ DocFirstSignatureCorrdinates?: string;
20
+ IsValidateEsign?:Boolean;
21
+ IsNeedToPushPaperwise?:Boolean;
20
22
  }
21
23
 
22
24
  export interface AccountDocumentInfo {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.408",
3
+ "version": "1.0.409",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {