spartaxx.businessmodels 1.0.285 → 1.0.287
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Common/AppConfigHub.js
CHANGED
package/Common/AppConfigHub.ts
CHANGED
@@ -255,6 +255,7 @@ export interface AppConfigHub {
|
|
255
255
|
CPckOOTUSMailCoverLetterILCookBodyHtmlContentId: string;
|
256
256
|
cpckCLPowerOfAttorney: string;
|
257
257
|
cpckCLILCook: string;
|
258
|
+
RMQConfigPriorYearDataLoader: string;
|
258
259
|
}
|
259
260
|
|
260
261
|
export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
@@ -515,6 +516,7 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
|
|
515
516
|
CPckOOTUSMailCoverLetterILCookBodyHtmlContentId: "",
|
516
517
|
cpckCLPowerOfAttorney: "",
|
517
518
|
cpckCLILCook: "",
|
519
|
+
RMQConfigPriorYearDataLoader: ""
|
518
520
|
}
|
519
521
|
}
|
520
522
|
|