spartaxx.businessmodels 1.0.462 → 1.0.464

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.
@@ -359,7 +359,9 @@ function createDefaultAppConfigHub() {
359
359
  CPckOOTNewYorkResidentialAuthorizationFormPage2BodyHtmlContentId: "",
360
360
  CPckOOTNewYorkResidentialAuthorizationFormPage3BodyHtmlContentId: "",
361
361
  CPckOOTNewYorkResidentialAuthorizationFormPage4BodyHtmlContentId: "",
362
- CPckFileNamePrefixNYAuthorization: ""
362
+ CPckFileNamePrefixNYAuthorization: "",
363
+ CPckOOTNewYorkResidentialAgreementTemplateBodyHtmlContentId: "",
364
+ CPckFileNamePrefixNYResidentialAgreement: ""
363
365
  };
364
366
  });
365
367
  }
@@ -347,6 +347,8 @@ export interface AppConfigHub {
347
347
  CPckOOTNewYorkResidentialAuthorizationFormPage3BodyHtmlContentId: string;
348
348
  CPckOOTNewYorkResidentialAuthorizationFormPage4BodyHtmlContentId: string;
349
349
  CPckFileNamePrefixNYAuthorization: string;
350
+ CPckOOTNewYorkResidentialAgreementTemplateBodyHtmlContentId: string
351
+ CPckFileNamePrefixNYResidentialAgreement: string
350
352
  }
351
353
 
352
354
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -698,7 +700,9 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
698
700
  CPckOOTNewYorkResidentialAuthorizationFormPage2BodyHtmlContentId: "",
699
701
  CPckOOTNewYorkResidentialAuthorizationFormPage3BodyHtmlContentId: "",
700
702
  CPckOOTNewYorkResidentialAuthorizationFormPage4BodyHtmlContentId: "",
701
- CPckFileNamePrefixNYAuthorization: ""
703
+ CPckFileNamePrefixNYAuthorization: "",
704
+ CPckOOTNewYorkResidentialAgreementTemplateBodyHtmlContentId: "",
705
+ CPckFileNamePrefixNYResidentialAgreement: ""
702
706
  }
703
707
  }
704
708
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.462",
3
+ "version": "1.0.464",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {