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