spartaxx.businessmodels 1.0.378 → 1.0.379

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,12 +23,10 @@ export interface AccountDocumentInfo {
23
23
  IsDocumentGenerated?: boolean;
24
24
  DocumentPath?: string;
25
25
  DocumentUrl?: string;
26
- LiquidEngineHtmlCondent?: string[];
27
26
  }
28
27
 
29
28
  export interface ClientDocumentInfo {
30
29
  DocumentName?: string;
31
30
  DocumentPath?: string;
32
31
  DocumentUrl?: string;
33
- LiquidEngineHtmlCondent?: string[];
34
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.378",
3
+ "version": "1.0.379",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {