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