spartaxx.businessmodels 1.0.254 → 1.0.255
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -87,6 +87,7 @@ export interface ClientSetupInfo {
|
|
87
87
|
TxrollOcaluc: string;
|
88
88
|
IsRendition: boolean;
|
89
89
|
IsFinancial: boolean;
|
90
|
+
ProjectName:string;
|
90
91
|
}
|
91
92
|
|
92
93
|
export interface SelectedPropertyList {
|
@@ -126,6 +127,7 @@ export interface SelectedPropertyList {
|
|
126
127
|
City?: string;
|
127
128
|
owneraddress2?: string;
|
128
129
|
owneraddress3?: string;
|
130
|
+
ProjectName?: string;
|
129
131
|
}
|
130
132
|
|
131
133
|
export interface SelectedAllProperty {
|