RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
spartaxx.businessmodels
Versions diffs
1.0.305 → 1.0.306
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.
Files changed (2)
hide
show
package/CCC/ClientPackageParam.ts
+1
-1
package/package.json
+1
-1
package/CCC/ClientPackageParam.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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": {