spartaxx.businessmodels 1.0.364 → 1.0.366

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,6 +13,7 @@ export interface ClientPackageDocument {
13
13
  IsDocumentGenerated?: boolean;
14
14
  AccountDocumentInfo?: AccountDocumentInfo[];
15
15
  ClientDocumentInfo?: ClientDocumentInfo[];
16
+ Title?: string;
16
17
  }
17
18
 
18
19
  export interface AccountDocumentInfo {
@@ -1,8 +1,8 @@
1
1
  export interface ProcessManagerService {
2
- Id: number;
3
- ClientNumber: string;
4
- AccountNumber: string;
5
- DocumentType: string;
6
- isProcessedNecessaryActions: number;
7
- UserId: number;
2
+ Id?: number;
3
+ ClientNumber?: string;
4
+ AccountNumber?: string;
5
+ DocumentType?: string;
6
+ isProcessedNecessaryActions?: number;
7
+ UserId?: number;
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.364",
3
+ "version": "1.0.366",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {