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.
package/CCC/ClientInfo.ts CHANGED
@@ -54,4 +54,5 @@ export interface ClientInfo {
54
54
  Title?: string;
55
55
  ClientSignature?: string;
56
56
  AccountInfo?: AccountInfo[];
57
+ ClientSignatureImage?: string;
57
58
  }
@@ -4,4 +4,5 @@ export interface GenarateClientPackageParam {
4
4
  ClientNumber?: string;
5
5
  DocuementIds?: string[];
6
6
  ItIsBeforeClient?: boolean;
7
+ ClientSignatureImage?: string;
7
8
  }
@@ -12,4 +12,5 @@ export interface ManageClientPackage {
12
12
  ClientPackageDocument?: ClientPackageDocument[];
13
13
  DocuementIds?: string[];
14
14
  ItIsBeforeClient?: boolean;
15
+ ClientSignatureImage?: string;
15
16
  }
@@ -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
@@ -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": {