spartaxx.businessmodels 1.0.304 → 1.0.305
Sign up to get free protection for your applications and to get access to all the features.
- package/CCC/ClientInfo.js +0 -1
- package/CCC/ClientInfo.ts +0 -2
- package/CCC/ClientPackageParam.ts +1 -0
- package/package.json +1 -1
package/CCC/ClientInfo.js
CHANGED
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
|
|