spartaxx.businessmodels 1.0.422 → 1.0.423

Sign up to get free protection for your applications and to get access to all the features.
@@ -320,7 +320,6 @@ function createDefaultAppConfigHub() {
320
320
  CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: "",
321
321
  RMQConfigCCCpaperwiseprocess: "",
322
322
  CCCServicePackageId: 0,
323
- BppPhone: "",
324
323
  CCCEmailServicePackageId: "",
325
324
  CCCUsmailServicePackageId: ""
326
325
  };
@@ -307,7 +307,6 @@ export interface AppConfigHub {
307
307
  CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: string;
308
308
  RMQConfigCCCpaperwiseprocess: string;
309
309
  CCCServicePackageId: number;
310
- BppPhone: string;
311
310
  CCCEmailServicePackageId: string;
312
311
  CCCUsmailServicePackageId: string;
313
312
  }
@@ -622,7 +621,6 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
622
621
  CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: "",
623
622
  RMQConfigCCCpaperwiseprocess: "",
624
623
  CCCServicePackageId: 0,
625
- BppPhone: "",
626
624
  CCCEmailServicePackageId: "",
627
625
  CCCUsmailServicePackageId: ""
628
626
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.422",
3
+ "version": "1.0.423",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {