spartaxx.businessmodels 1.0.409 → 1.0.410

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