spartaxx.businessmodels 1.0.285 → 1.0.286

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.
@@ -269,6 +269,7 @@ function createDefaultAppConfigHub() {
269
269
  CPckOOTUSMailCoverLetterILCookBodyHtmlContentId: "",
270
270
  cpckCLPowerOfAttorney: "",
271
271
  cpckCLILCook: "",
272
+ RMQConfigPriorYearDataLoader: ""
272
273
  };
273
274
  });
274
275
  }
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.285",
3
+ "version": "1.0.286",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {