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.
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.199",
3
+ "version": "1.0.201",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {