spartaxx.businessmodels 1.0.199 → 1.0.201
Sign up to get free protection for your applications and to get access to all the features.
- package/Common/AppConfigHub.ts +5 -0
- package/package.json +1 -1
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
|
|
@@ -149,6 +153,7 @@ export interface AppConfigHub {
|
|
149
153
|
RMQConfigCPckOOTAuthorizationForm?: string;
|
150
154
|
RMQConfigCPckOOTCommercialAgreement?: string;
|
151
155
|
RMQConfigCPckOOTPowerOfAttorney?: string;
|
156
|
+
RMQConfigClientPackageQueue?: string;
|
152
157
|
|
153
158
|
//#endregion
|
154
159
|
|