spartaxx.businessmodels 1.0.201 → 1.0.203

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,4 +12,5 @@ export interface ManageClientPackage {
12
12
  ClientPackageDocument?: ClientPackageDocument[];
13
13
  DocuementIds?: string[];
14
14
  ItIsBeforeClient?: boolean;
15
+ ClientSignature?: string;
15
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.201",
3
+ "version": "1.0.203",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {