spartaxx.businessmodels 1.0.340 → 1.0.341
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
|
|
1
1
|
export interface PwProcessDocumentDetails {
|
2
|
+
Guid: string;
|
2
3
|
FileCabinetId: number;
|
3
4
|
BatchCode: string;
|
4
5
|
DocumentType: string;
|
@@ -14,6 +15,12 @@ export interface PwProcessDocumentDetails {
|
|
14
15
|
LandUseCode: string;
|
15
16
|
DocumentStatus: string;
|
16
17
|
DocumentRouteTo: string;
|
18
|
+
IsValidateEsign: boolean;
|
19
|
+
ValidateEsignDocumentPath: string;
|
20
|
+
ValidateEsignIPAddress: string;
|
21
|
+
ValidateEsignSigneeName: string;
|
22
|
+
ValidateEsignSigneeEmail: string;
|
23
|
+
ValidateEsignSignature: Buffer;
|
17
24
|
DocumentPath: string;
|
18
25
|
CreatedApp: string;
|
19
26
|
UserId: number;
|