RubyGems
npm
Organizations
Log in
Sign up
npm
spartaxx.businessmodels
Versions diffs
1.0.202 → 1.0.203
spartaxx.businessmodels 1.0.202 → 1.0.203
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (4)
hide
show
package/CCC/ClientInfo.ts
+0
-1
package/CCC/GenarateClientPackageParam.ts
+0
-1
package/CCC/ManageClientPackage.ts
+1
-1
package/package.json
+1
-1
package/CCC/ClientInfo.ts
CHANGED
Viewed
@@ -54,5 +54,4 @@ export interface ClientInfo {
54
54
Title?: string;
55
55
ClientSignature?: string;
56
56
AccountInfo?: AccountInfo[];
57
-
ClientSignatureImage?: string;
58
57
}
package/CCC/GenarateClientPackageParam.ts
CHANGED
Viewed
@@ -4,5 +4,4 @@ export interface GenarateClientPackageParam {
4
4
ClientNumber?: string;
5
5
DocuementIds?: string[];
6
6
ItIsBeforeClient?: boolean;
7
-
ClientSignatureImage?: string;
8
7
}
package/CCC/ManageClientPackage.ts
CHANGED
Viewed
@@ -12,5 +12,5 @@ export interface ManageClientPackage {
12
12
ClientPackageDocument?: ClientPackageDocument[];
13
13
DocuementIds?: string[];
14
14
ItIsBeforeClient?: boolean;
15
-
ClientSignatureImage
?: string;
15
+
ClientSignature
?: string;
16
16
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "spartaxx.businessmodels",
3
-
"version": "1.0.
202
",
3
+
"version": "1.0.
203
",
4
4
"main": "protest.js",
5
5
"type": "commonjs",
6
6
"scripts": {