spartaxx.businessmodels 1.0.393 → 1.0.394

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,6 +15,10 @@ export interface ClientInputForm {
15
15
  AccountNumber?: string;
16
16
  PropertyAddress?: string;
17
17
  IsHomeStead?: number;
18
+ DocumentName?: string;
19
+ DocumentPath?: string;
20
+ IsBinded?: boolean;
21
+ Images?: string[]
18
22
  //#endregion
19
23
 
20
24
  //#region TX-RES, COM AND BA AOFA
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.393",
3
+ "version": "1.0.394",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {
File without changes