spartaxx.businessmodels 1.0.396 → 1.0.397

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,6 +14,8 @@ export interface ClientPackageDocument {
14
14
  AccountDocumentInfo?: AccountDocumentInfo[];
15
15
  ClientDocumentInfo?: ClientDocumentInfo[];
16
16
  Title?: string;
17
+ PackageSummaryTitle?: string;
18
+ PackageCheckboxDescription?: string;
17
19
  }
18
20
 
19
21
  export interface AccountDocumentInfo {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.396",
3
+ "version": "1.0.397",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {