spartaxx.businessmodels 1.0.305 → 1.0.306

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@ export interface ClientPackageParam {
16
16
  FromEmail?: string;
17
17
  ClientSignature?: string;
18
18
  ClientInputForm?: ClientInputForm;
19
- IPAddress?: number;
19
+ IPAddress?: string;
20
20
 
21
21
  TeamplateId?: string;
22
22
  DocumentList?: ClientPackageDocument[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.305",
3
+ "version": "1.0.306",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {