spartaxx.businessmodels 1.0.181 → 1.0.182
Sign up to get free protection for your applications and to get access to all the features.
- package/Common/AppConfigHub.ts +4 -0
- package/package.json +1 -1
package/Common/AppConfigHub.ts
CHANGED
@@ -84,6 +84,7 @@ export interface AppConfigHub {
|
|
84
84
|
ProtestHB201LetterName?: string;
|
85
85
|
ProtestExcelSheet?: string;
|
86
86
|
ProtestLetterGenPath?: string;
|
87
|
+
ProtestLetterGenTempPath?: string;
|
87
88
|
ProtestLetterFileNamePrefix?: string;
|
88
89
|
ProtestHB201LetterFileNamePrefix?: string;
|
89
90
|
ProtestExcelSheetFileNamePrefix?: string;
|
@@ -138,6 +139,9 @@ export interface AppConfigHub {
|
|
138
139
|
RMQConfigCPckResidentialAofA?: string;
|
139
140
|
RMQConfigCPckCommercialAgreement?: string;
|
140
141
|
RMQConfigCPckResidentialAgreement?: string;
|
142
|
+
RMQConfigCPckOOTAuthorizationForm?: string;
|
143
|
+
RMQConfigCPckOOTCommercialAgreement?: string;
|
144
|
+
RMQConfigCPckOOTPowerOfAttorney?: string;
|
141
145
|
|
142
146
|
//#endregion
|
143
147
|
|