spartaxx.businessmodels 1.0.411 → 1.0.413

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- import { SelectOpentionLookup } from "../Masters/SelectOpentionLookup";
1
+ import { SelectOpentionLookup } from "Masters/SelectOpentionLookup";
2
2
 
3
3
  export interface AccountInfo {
4
4
  ClientId?: number;
@@ -1,5 +1,5 @@
1
- import { ClientContactInfo } from "../ClientSetup/ClientContactInfo";
2
- import { LookupMaster, ReferenceTypeLookupMaster } from "../Masters/MasterModels";
1
+ import { ClientContactInfo } from "ClientSetup/ClientContactInfo";
2
+ import { LookupMaster, ReferenceTypeLookupMaster } from "Masters/MasterModels";
3
3
  import { ClientPhoneInfo } from "./ClientPhoneInfo";
4
4
 
5
5
  export interface CCCClientContactFormInfo {
@@ -1,5 +1,5 @@
1
1
 
2
- import { SelectOpentionLookup } from "../Masters/SelectOpentionLookup";
2
+ import { SelectOpentionLookup } from "Masters/SelectOpentionLookup";
3
3
 
4
4
  export interface ClientContactInfo {
5
5
  FirstName: string;
@@ -319,7 +319,8 @@ function createDefaultAppConfigHub() {
319
319
  GACompanyPhone: "",
320
320
  CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: "",
321
321
  RMQConfigCCCpaperwiseprocess: "",
322
- CCCServicePackageId: 0
322
+ CCCServicePackageId: 0,
323
+ BppPhone: ""
323
324
  };
324
325
  });
325
326
  }
@@ -307,6 +307,7 @@ export interface AppConfigHub {
307
307
  CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: string;
308
308
  RMQConfigCCCpaperwiseprocess: string;
309
309
  CCCServicePackageId: number;
310
+ BppPhone: string;
310
311
  }
311
312
 
312
313
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -618,7 +619,8 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
618
619
  GACompanyPhone: "",
619
620
  CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: "",
620
621
  RMQConfigCCCpaperwiseprocess: "",
621
- CCCServicePackageId: 0
622
+ CCCServicePackageId: 0,
623
+ BppPhone: ""
622
624
  }
623
625
  }
624
626
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.411",
3
+ "version": "1.0.413",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {
File without changes