spartaxx.businessmodels 1.0.399 → 1.0.400

Sign up to get free protection for your applications and to get access to all the features.
@@ -317,7 +317,7 @@ function createDefaultAppConfigHub() {
317
317
  cpckOOTGAPOAForm: "",
318
318
  RMQConfigESignLinkService: "",
319
319
  GACompanyPhone: "",
320
- CPckOOTSalesCRMNationalAgreementPage1BodyHtmlContentId: ""
320
+ CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: ""
321
321
  };
322
322
  });
323
323
  }
@@ -304,7 +304,7 @@ export interface AppConfigHub {
304
304
  cpckOOTGAPOAForm: string;
305
305
  RMQConfigESignLinkService: string;
306
306
  GACompanyPhone: string;
307
- CPckOOTSalesCRMNationalAgreementPage1BodyHtmlContentId: string;
307
+ CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: string;
308
308
  }
309
309
 
310
310
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -614,7 +614,7 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
614
614
  cpckOOTGAPOAForm: "",
615
615
  RMQConfigESignLinkService: "",
616
616
  GACompanyPhone: "",
617
- CPckOOTSalesCRMNationalAgreementPage1BodyHtmlContentId: ""
617
+ CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: ""
618
618
  }
619
619
  }
620
620
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.399",
3
+ "version": "1.0.400",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {