spartaxx.businessmodels 1.0.198 → 1.0.200
Sign up to get free protection for your applications and to get access to all the features.
package/Common/AppConfigHub.ts
CHANGED
@@ -78,6 +78,10 @@ export interface AppConfigHub {
|
|
78
78
|
CCCPckCommercialClientEmailTemplateContentoftheemailHtmlContentId?: string;
|
79
79
|
CCCPckEmailLetterGenPath?: string;
|
80
80
|
CCCPckEmailLetterFileNamePrefix?: string;
|
81
|
+
CPckFilenamePrefixOOTCommercialAgreement?: string;
|
82
|
+
CPckFilenamePrefixAuthorizationForm?: string;
|
83
|
+
CPckFilenameOOTPowerOfAttorney?: string;
|
84
|
+
CPckFilenameOOTCaliforniaAgentAuthorizationForm?: string;
|
81
85
|
|
82
86
|
//#endregion
|
83
87
|
|