spartaxx.businessmodels 1.0.409 → 1.0.411
Sign up to get free protection for your applications and to get access to all the features.
package/CCC/CCCTemplateData.ts
CHANGED
package/CCC/ClientInfo.ts
CHANGED
@@ -57,7 +57,8 @@ export interface ClientInfo {
|
|
57
57
|
AccountInfo?: AccountInfo[];
|
58
58
|
IPAddress?: string;
|
59
59
|
UserName?: string;
|
60
|
-
Password?: string;
|
60
|
+
Password?: string;
|
61
|
+
ItIsSubmitRequest?: boolean;
|
61
62
|
}
|
62
63
|
|
63
64
|
export async function createDefaultClientInfo(): Promise<ClientInfo> {
|
@@ -17,8 +17,8 @@ export interface ClientPackageDocument {
|
|
17
17
|
PackageSummaryTitle?: string;
|
18
18
|
PackageCheckboxDescription?: string;
|
19
19
|
DocFirstSignatureCorrdinates?: string;
|
20
|
-
IsValidateEsign?:
|
21
|
-
IsNeedToPushPaperwise?:
|
20
|
+
IsValidateEsign?:boolean;
|
21
|
+
IsNeedToPushPaperwise?:boolean;
|
22
22
|
}
|
23
23
|
|
24
24
|
export interface AccountDocumentInfo {
|