spartaxx.businessmodels 1.0.384 → 1.0.385

Sign up to get free protection for your applications and to get access to all the features.
@@ -304,6 +304,9 @@ function createDefaultAppConfigHub() {
304
304
  CPckFileNamePrefixGeorgiaCoverLetter: "",
305
305
  CPckGeorgiaUSMailCoverLetterBodyHtmlContentId: "",
306
306
  cpckCLGeorgia: "",
307
+ CPckOOTPropertySurveyBodyHtmlContentId: "",
308
+ CPckFileNamePrefixOOTPropertySurvey: "",
309
+ cpckOOTPropertySurvey: "",
307
310
  };
308
311
  });
309
312
  }
@@ -290,6 +290,9 @@ export interface AppConfigHub {
290
290
  CPckFileNamePrefixGeorgiaCoverLetter: string;
291
291
  CPckGeorgiaUSMailCoverLetterBodyHtmlContentId: string;
292
292
  cpckCLGeorgia: string;
293
+ CPckOOTPropertySurveyBodyHtmlContentId: string;
294
+ CPckFileNamePrefixOOTPropertySurvey: string;
295
+ cpckOOTPropertySurvey: string;
293
296
  }
294
297
 
295
298
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -585,6 +588,9 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
585
588
  CPckFileNamePrefixGeorgiaCoverLetter: "",
586
589
  CPckGeorgiaUSMailCoverLetterBodyHtmlContentId: "",
587
590
  cpckCLGeorgia: "",
591
+ CPckOOTPropertySurveyBodyHtmlContentId: "",
592
+ CPckFileNamePrefixOOTPropertySurvey: "",
593
+ cpckOOTPropertySurvey: "",
588
594
  }
589
595
  }
590
596
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.384",
3
+ "version": "1.0.385",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {