spartaxx.businessmodels 1.0.395 → 1.0.397
Sign up to get free protection for your applications and to get access to all the features.
@@ -14,6 +14,8 @@ export interface ClientPackageDocument {
|
|
14
14
|
AccountDocumentInfo?: AccountDocumentInfo[];
|
15
15
|
ClientDocumentInfo?: ClientDocumentInfo[];
|
16
16
|
Title?: string;
|
17
|
+
PackageSummaryTitle?: string;
|
18
|
+
PackageCheckboxDescription?: string;
|
17
19
|
}
|
18
20
|
|
19
21
|
export interface AccountDocumentInfo {
|
@@ -8,7 +8,7 @@ export interface NoticeOfProtestClientInfo {
|
|
8
8
|
CCCTemplateData?: CCCTemplateData;
|
9
9
|
ClientInputFormSteper?: ClientInputFormSteper[];
|
10
10
|
CCCClientContactFormInfo?: CCCClientContactFormInfo;
|
11
|
-
ClientInputForm?: ClientInputForm;
|
11
|
+
ClientInputForm?: ClientInputForm[];
|
12
12
|
}
|
13
13
|
|
14
14
|
export interface NoticeOfProtestSteper {
|