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