@e-trias/woonplan 1.3.129 → 1.3.131
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.
- package/package.json +1 -1
- package/types.d.ts +2 -1
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -99,6 +99,7 @@ export interface ISecurityRole{
|
|
|
99
99
|
id:string;
|
|
100
100
|
name:string;
|
|
101
101
|
deleted:boolean;
|
|
102
|
+
menulist ?: string
|
|
102
103
|
}
|
|
103
104
|
|
|
104
105
|
export interface Article{
|
|
@@ -744,7 +745,7 @@ export interface ISettings {
|
|
|
744
745
|
showQuotationReadon ? : "1" | "0"
|
|
745
746
|
isVve ? : "1" | "0"
|
|
746
747
|
allowedMunicipalities ?: string
|
|
747
|
-
|
|
748
|
+
iframemode ?: "1" | "0"
|
|
748
749
|
hideMenuItems?: {
|
|
749
750
|
"my-home"?: boolean | "1" | "0"
|
|
750
751
|
"my-advice"?: boolean | "1" | "0"
|