spartaxx.businessmodels 1.0.206 → 1.0.207
Sign up to get free protection for your applications and to get access to all the features.
package/Common/AppConfigHub.ts
CHANGED
@@ -54,6 +54,9 @@ export interface AppConfigHub {
|
|
54
54
|
CPckOOTCaliforniaPowerOfAttorneyTemplateBodyHtmlContentId?: string;
|
55
55
|
ESignLink?: string;
|
56
56
|
CPckFileName?: string;
|
57
|
+
CPckESignLink?:string;
|
58
|
+
CPckSalesCRMESignFromEmail?:string;
|
59
|
+
CPckSalesCRMESignSubject?: string;
|
57
60
|
|
58
61
|
//#endregion
|
59
62
|
|