spartaxx.businessmodels 1.0.385 → 1.0.387

Sign up to get free protection for your applications and to get access to all the features.
@@ -307,6 +307,15 @@ function createDefaultAppConfigHub() {
307
307
  CPckOOTPropertySurveyBodyHtmlContentId: "",
308
308
  CPckFileNamePrefixOOTPropertySurvey: "",
309
309
  cpckOOTPropertySurvey: "",
310
+ CPckOOTGAAgreementOnlyBodyHtmlContentId: "",
311
+ CPckFileNamePrefixOOTGAAgreementOnly: "",
312
+ cpckOOTGAAgreementOnly: "",
313
+ CPckOOTGAAuthorizationFormBodyHtmlContentId: "",
314
+ CPckFileNamePrefixOOTGAAuthorizationForm: "",
315
+ cpckOOTGAAuthorizationForm: "",
316
+ CPckOOTGAPOAFormBodyHtmlContentId: "",
317
+ CPckFileNamePrefixOOTGAPOAForm: "",
318
+ cpckOOTGAPOAForm: "",
310
319
  };
311
320
  });
312
321
  }
@@ -293,6 +293,15 @@ export interface AppConfigHub {
293
293
  CPckOOTPropertySurveyBodyHtmlContentId: string;
294
294
  CPckFileNamePrefixOOTPropertySurvey: string;
295
295
  cpckOOTPropertySurvey: string;
296
+ CPckOOTGAAgreementOnlyBodyHtmlContentId: string;
297
+ CPckFileNamePrefixOOTGAAgreementOnly: string;
298
+ cpckOOTGAAgreementOnly: string;
299
+ CPckOOTGAAuthorizationFormBodyHtmlContentId: string;
300
+ CPckFileNamePrefixOOTGAAuthorizationForm: string;
301
+ cpckOOTGAAuthorizationForm: string;
302
+ CPckOOTGAPOAFormBodyHtmlContentId: string;
303
+ CPckFileNamePrefixOOTGAPOAForm: string;
304
+ cpckOOTGAPOAForm: string;
296
305
  }
297
306
 
298
307
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -591,6 +600,15 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
591
600
  CPckOOTPropertySurveyBodyHtmlContentId: "",
592
601
  CPckFileNamePrefixOOTPropertySurvey: "",
593
602
  cpckOOTPropertySurvey: "",
603
+ CPckOOTGAAgreementOnlyBodyHtmlContentId: "",
604
+ CPckFileNamePrefixOOTGAAgreementOnly: "",
605
+ cpckOOTGAAgreementOnly: "",
606
+ CPckOOTGAAuthorizationFormBodyHtmlContentId: "",
607
+ CPckFileNamePrefixOOTGAAuthorizationForm: "",
608
+ cpckOOTGAAuthorizationForm: "",
609
+ CPckOOTGAPOAFormBodyHtmlContentId: "",
610
+ CPckFileNamePrefixOOTGAPOAForm: "",
611
+ cpckOOTGAPOAForm: "",
594
612
  }
595
613
  }
596
614
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.385",
3
+ "version": "1.0.387",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {