spartaxx.businessmodels 1.0.411 → 1.0.412

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 {
package/CCC/ClientInfo.ts CHANGED
@@ -57,8 +57,7 @@ export interface ClientInfo {
57
57
  AccountInfo?: AccountInfo[];
58
58
  IPAddress?: string;
59
59
  UserName?: string;
60
- Password?: string;
61
- ItIsSubmitRequest?: boolean;
60
+ Password?: string;
62
61
  }
63
62
 
64
63
  export async function createDefaultClientInfo(): Promise<ClientInfo> {
@@ -16,9 +16,7 @@ export interface ClientPackageDocument {
16
16
  Title?: string;
17
17
  PackageSummaryTitle?: string;
18
18
  PackageCheckboxDescription?: string;
19
- DocFirstSignatureCorrdinates?: string;
20
- IsValidateEsign?:boolean;
21
- IsNeedToPushPaperwise?:boolean;
19
+ DocFirstSignatureCorrdinates?:string;
22
20
  }
23
21
 
24
22
  export interface AccountDocumentInfo {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.411",
3
+ "version": "1.0.412",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {
File without changes