spartaxx.businessmodels 1.0.273 → 1.0.275

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.
@@ -255,6 +255,8 @@ function createDefaultAppConfigHub() {
255
255
  cpckCLAofAonly: "",
256
256
  cpckCLAgreementPropertySurvey: "",
257
257
  cpckCLAofAPropertySurvey: "",
258
+ RMQConfigCPCoverLetter: "",
259
+ CPckTexasAgreementBodyHtmlContentId: "",
258
260
  };
259
261
  });
260
262
  }
@@ -241,6 +241,8 @@ export interface AppConfigHub {
241
241
  cpckCLAofAonly: string;
242
242
  cpckCLAgreementPropertySurvey: string;
243
243
  cpckCLAofAPropertySurvey: string;
244
+ RMQConfigCPCoverLetter: string;
245
+ CPckTexasAgreementBodyHtmlContentId: string;
244
246
  }
245
247
 
246
248
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -487,6 +489,8 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
487
489
  cpckCLAofAonly: "",
488
490
  cpckCLAgreementPropertySurvey: "",
489
491
  cpckCLAofAPropertySurvey: "",
492
+ RMQConfigCPCoverLetter: "",
493
+ CPckTexasAgreementBodyHtmlContentId: "",
490
494
  }
491
495
  }
492
496
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.273",
3
+ "version": "1.0.275",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {