spartaxx.businessmodels 1.0.347 → 1.0.349

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,7 @@ export interface PwProcessDocumentDetails {
20
20
  ValidateEsignIPAddress: string;
21
21
  ValidateEsignSigneeName: string;
22
22
  ValidateEsignSigneeEmail: string;
23
- ValidateEsignSignature: Buffer;
23
+ ValidateEsignSignature: string;
24
24
  DocumentPath: string;
25
25
  CreatedApp: string;
26
26
  UserId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.347",
3
+ "version": "1.0.349",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {