spartaxx.businessmodels 1.0.304 → 1.0.305

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CCC/ClientInfo.js CHANGED
@@ -67,7 +67,6 @@ function createDefaultClientInfo() {
67
67
  ClientSignature: "",
68
68
  SigneeName: "",
69
69
  AccountInfo: [],
70
- IPAddress: 0,
71
70
  };
72
71
  });
73
72
  }
package/CCC/ClientInfo.ts CHANGED
@@ -55,7 +55,6 @@ export interface ClientInfo {
55
55
  ClientSignature?: string;
56
56
  SigneeName?: string;
57
57
  AccountInfo?: AccountInfo[];
58
- IPAddress?: number;
59
58
  }
60
59
 
61
60
  export async function createDefaultClientInfo(): Promise<ClientInfo> {
@@ -114,7 +113,6 @@ export async function createDefaultClientInfo(): Promise<ClientInfo> {
114
113
  ClientSignature: "",
115
114
  SigneeName: "",
116
115
  AccountInfo: [],
117
- IPAddress: 0,
118
116
  }
119
117
  };
120
118
 
@@ -16,6 +16,7 @@ export interface ClientPackageParam {
16
16
  FromEmail?: string;
17
17
  ClientSignature?: string;
18
18
  ClientInputForm?: ClientInputForm;
19
+ IPAddress?: number;
19
20
 
20
21
  TeamplateId?: string;
21
22
  DocumentList?: ClientPackageDocument[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.304",
3
+ "version": "1.0.305",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {