spartaxx.businessmodels 1.0.413 → 1.0.415

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
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,8 +319,7 @@ function createDefaultAppConfigHub() {
319
319
  GACompanyPhone: "",
320
320
  CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: "",
321
321
  RMQConfigCCCpaperwiseprocess: "",
322
- CCCServicePackageId: 0,
323
- BppPhone: ""
322
+ CCCServicePackageId: 0
324
323
  };
325
324
  });
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
  }
312
311
 
313
312
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -619,8 +618,7 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
619
618
  GACompanyPhone: "",
620
619
  CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: "",
621
620
  RMQConfigCCCpaperwiseprocess: "",
622
- CCCServicePackageId: 0,
623
- BppPhone: ""
621
+ CCCServicePackageId: 0
624
622
  }
625
623
  }
626
624
 
@@ -1,4 +1,4 @@
1
- import { LookupMaster } from "Masters/LookupMaster";
1
+ import { LookupMaster } from "../Masters/LookupMaster";
2
2
 
3
3
  export interface MarketingDocumentsLookupMaster {
4
4
  DocumentTypeList: LookupMaster[],
@@ -1,6 +1,6 @@
1
1
  import { DocumentType } from "./DocumentType";
2
2
  import { DocumentInfo } from "./DocumentInfo";
3
- import { LookupMaster } from "Masters/LookupMaster";
3
+ import { LookupMaster } from "../Masters/LookupMaster";
4
4
  import { MarketingDocumentsLookupMaster } from "./MarketingDocumentsLookupMaster";
5
5
 
6
6
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.413",
3
+ "version": "1.0.415",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {