spartaxx.businessmodels 1.0.401 → 1.0.402

Sign up to get free protection for your applications and to get access to all the features.
package/CCC/ClientInfo.js CHANGED
@@ -67,7 +67,9 @@ function createDefaultClientInfo() {
67
67
  ClientSignature: "",
68
68
  SigneeName: "",
69
69
  AccountInfo: [],
70
- IPAddress: ""
70
+ IPAddress: "",
71
+ UserName: "",
72
+ Password: "",
71
73
  };
72
74
  });
73
75
  }
package/CCC/ClientInfo.ts CHANGED
@@ -56,6 +56,8 @@ export interface ClientInfo {
56
56
  SigneeName?: string;
57
57
  AccountInfo?: AccountInfo[];
58
58
  IPAddress?: string;
59
+ UserName?: string;
60
+ Password?: string;
59
61
  }
60
62
 
61
63
  export async function createDefaultClientInfo(): Promise<ClientInfo> {
@@ -114,7 +116,9 @@ export async function createDefaultClientInfo(): Promise<ClientInfo> {
114
116
  ClientSignature: "",
115
117
  SigneeName: "",
116
118
  AccountInfo: [],
117
- IPAddress: ""
119
+ IPAddress: "",
120
+ UserName: "",
121
+ Password: "",
118
122
  }
119
123
  };
120
124
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.401",
3
+ "version": "1.0.402",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {