@e-trias/woonplan 1.3.236 → 1.3.238
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 +1 -3
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -808,9 +808,6 @@ export interface ISettings {
|
|
|
808
808
|
"my-home"?: "1" | "0"
|
|
809
809
|
"my-advice"?: "1" | "0"
|
|
810
810
|
"advice-and-support"?: "1" | "0"
|
|
811
|
-
my_home ?: "1" | "0"
|
|
812
|
-
my_advice ?: "1" | "0"
|
|
813
|
-
advice_and_support ?: "1" | "0"
|
|
814
811
|
"measures"?: "1" | "0"
|
|
815
812
|
"quotations"?: "1" | "0"
|
|
816
813
|
"faq"?: "1" | "0"
|
|
@@ -1598,6 +1595,7 @@ export interface IAreaaction extends ILogged{
|
|
|
1598
1595
|
localeid ?: string
|
|
1599
1596
|
locale ?: ILocale
|
|
1600
1597
|
abbreviatedname ?: string
|
|
1598
|
+
locales ?: ILocale[]
|
|
1601
1599
|
}
|
|
1602
1600
|
|
|
1603
1601
|
export interface IQuestionsetSettings{
|