spartaxx.businessmodels 1.0.379 → 1.0.381
Sign up to get free protection for your applications and to get access to all the features.
- package/Common/AppConfigHub.js +6 -1
- package/Common/AppConfigHub.ts +11 -1
- package/package.json +1 -1
package/Common/AppConfigHub.js
CHANGED
@@ -293,7 +293,12 @@ function createDefaultAppConfigHub() {
|
|
293
293
|
CPckTexasNoticeOfExpirationofAofATemplateBodyHtmlContentId: "",
|
294
294
|
RMQConfigCPNoticeOfExpirationofAofA: "",
|
295
295
|
CPckFilenamePrefixNoticeOfExpirationofAofA: "",
|
296
|
-
RMQConfigCCCNoticeOfExpirationofAofA: ""
|
296
|
+
RMQConfigCCCNoticeOfExpirationofAofA: "",
|
297
|
+
cpckILAuthorizationform: "",
|
298
|
+
cpckILCookAgreementAndPOA: "",
|
299
|
+
cpckOtherILCookAgreementAndPOA: "",
|
300
|
+
RMQConfigCPckTexasLeadCommercialAgreement: "",
|
301
|
+
CPckFilenamePrefixTexasLeadCommercialAgreement: ""
|
297
302
|
};
|
298
303
|
});
|
299
304
|
}
|
package/Common/AppConfigHub.ts
CHANGED
@@ -280,6 +280,11 @@ export interface AppConfigHub {
|
|
280
280
|
RMQConfigCPNoticeOfExpirationofAofA: string;
|
281
281
|
CPckFilenamePrefixNoticeOfExpirationofAofA: string;
|
282
282
|
RMQConfigCCCNoticeOfExpirationofAofA: string;
|
283
|
+
cpckILAuthorizationform: string;
|
284
|
+
cpckILCookAgreementAndPOA: string;
|
285
|
+
cpckOtherILCookAgreementAndPOA: string;
|
286
|
+
RMQConfigCPckTexasLeadCommercialAgreement: string;
|
287
|
+
CPckFilenamePrefixTexasLeadCommercialAgreement: string;
|
283
288
|
}
|
284
289
|
|
285
290
|
export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
@@ -564,7 +569,12 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
|
564
569
|
CPckTexasNoticeOfExpirationofAofATemplateBodyHtmlContentId: "",
|
565
570
|
RMQConfigCPNoticeOfExpirationofAofA: "",
|
566
571
|
CPckFilenamePrefixNoticeOfExpirationofAofA: "",
|
567
|
-
RMQConfigCCCNoticeOfExpirationofAofA: ""
|
572
|
+
RMQConfigCCCNoticeOfExpirationofAofA: "",
|
573
|
+
cpckILAuthorizationform: "",
|
574
|
+
cpckILCookAgreementAndPOA: "",
|
575
|
+
cpckOtherILCookAgreementAndPOA: "",
|
576
|
+
RMQConfigCPckTexasLeadCommercialAgreement: "",
|
577
|
+
CPckFilenamePrefixTexasLeadCommercialAgreement: ""
|
568
578
|
}
|
569
579
|
}
|
570
580
|
|