spartaxx.businessmodels 1.0.346 → 1.0.348

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,12 @@ export interface ClientPackageDocument {
4
4
  QueueName?: string;
5
5
  DocumentOrder?: number;
6
6
  Description?: string;
7
+ FileCabinetId?: number;
8
+ BatchCodeCCC?: string;
9
+ BatchCodeClientpackage?: string;
10
+ DocumentType?: string;
11
+ DocumentStatus?: string;
12
+ DocumentRouteTo?: string;
7
13
  IsDocumentGenerated?: boolean;
8
14
  AccountDocumentInfo?: AccountDocumentInfo[];
9
15
  ClientDocumentInfo?: ClientDocumentInfo[];
@@ -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.346",
3
+ "version": "1.0.348",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {