spartaxx.businessmodels 1.0.346 → 1.0.347

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[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.346",
3
+ "version": "1.0.347",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {