spartaxx.businessmodels 1.0.202 → 1.0.204

Sign up to get free protection for your applications and to get access to all the features.
package/CCC/ClientInfo.ts CHANGED
@@ -54,5 +54,4 @@ export interface ClientInfo {
54
54
  Title?: string;
55
55
  ClientSignature?: string;
56
56
  AccountInfo?: AccountInfo[];
57
- ClientSignatureImage?: string;
58
57
  }
@@ -4,5 +4,4 @@ export interface GenarateClientPackageParam {
4
4
  ClientNumber?: string;
5
5
  DocuementIds?: string[];
6
6
  ItIsBeforeClient?: boolean;
7
- ClientSignatureImage?: string;
8
7
  }
@@ -12,5 +12,5 @@ export interface ManageClientPackage {
12
12
  ClientPackageDocument?: ClientPackageDocument[];
13
13
  DocuementIds?: string[];
14
14
  ItIsBeforeClient?: boolean;
15
- ClientSignatureImage?: string;
15
+ ClientSignature?: string;
16
16
  }
@@ -59,4 +59,5 @@ export interface PropertyAddress {
59
59
  OwnerAddress3: string;
60
60
  JurisdictionsCode: string;
61
61
  Ocaluc: string;
62
+ LanduseCode: string;
62
63
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.202",
3
+ "version": "1.0.204",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {