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.
package/CCC/ClientInputForm.ts
CHANGED
@@ -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
File without changes
|