spartaxx.businessmodels 1.0.372 → 1.0.374
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,10 +5,10 @@ export interface ClientPackageDocument {
|
|
5
5
|
DocumentOrder?: number;
|
6
6
|
Description?: string;
|
7
7
|
FileCabinetId?: number;
|
8
|
-
|
8
|
+
BatchCodeCCC?: string;
|
9
9
|
BatchCodeClientpackage?: string;
|
10
|
-
|
11
|
-
|
10
|
+
DocumentType?: string;
|
11
|
+
DocumentStatus?: string;
|
12
12
|
DocumentRouteTo?: string;
|
13
13
|
IsDocumentGenerated?: boolean;
|
14
14
|
AccountDocumentInfo?: AccountDocumentInfo[];
|
@@ -23,10 +23,12 @@ export interface AccountDocumentInfo {
|
|
23
23
|
IsDocumentGenerated?: boolean;
|
24
24
|
DocumentPath?: string;
|
25
25
|
DocumentUrl?: string;
|
26
|
+
LiquidEngineHtmlCondent?: string;
|
26
27
|
}
|
27
28
|
|
28
29
|
export interface ClientDocumentInfo {
|
29
30
|
DocumentName?: string;
|
30
31
|
DocumentPath?: string;
|
31
32
|
DocumentUrl?: string;
|
33
|
+
LiquidEngineHtmlCondent?: string;
|
32
34
|
}
|