spartaxx.businessmodels 1.0.203 → 1.0.205
Sign up to get free protection for your applications and to get access to all the features.
package/Common/AppConfigHub.ts
CHANGED
@@ -16,6 +16,7 @@ export interface AppConfigHub {
|
|
16
16
|
CPckFilenamePrefixCommercialAofA?: string;
|
17
17
|
CPckFilenamePrefixBAAofA?: string;
|
18
18
|
CPckFilenamePrefixPropertySurvey?: string;
|
19
|
+
CPckFilenameOOTCaliforniaPowerOfAttorney?: string;
|
19
20
|
CPckTexasAccountSummaryTemplateHeaderHtmlContentId?: string;
|
20
21
|
CPckTexasAccountSummaryTemplateBodyHtmlContentId?: string;
|
21
22
|
CPckTexasResidentialAgreementTemplateHeaderHtmlContentId?: string;
|
@@ -154,6 +155,8 @@ export interface AppConfigHub {
|
|
154
155
|
RMQConfigCPckOOTCommercialAgreement?: string;
|
155
156
|
RMQConfigCPckOOTPowerOfAttorney?: string;
|
156
157
|
RMQConfigClientPackageQueue?: string;
|
158
|
+
RMQConfigCPckOOTCaliforniaAgentAuthorizationForm?: string;
|
159
|
+
RMQConfigCPckOOTCaliforniaPowerOfAttorney?: string;
|
157
160
|
|
158
161
|
//#endregion
|
159
162
|
|