spartaxx.businessmodels 1.0.365 → 1.0.366

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