@e-trias/woonplan 1.3.162 → 1.3.164
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
|
@@ -36,6 +36,7 @@ export interface IContact{
|
|
|
36
36
|
legacy ?: boolean
|
|
37
37
|
locale ?: ILocale
|
|
38
38
|
localeid ?: string
|
|
39
|
+
weatherstationid ?: string
|
|
39
40
|
}
|
|
40
41
|
export interface INote{
|
|
41
42
|
id?: string | null
|
|
@@ -279,7 +280,7 @@ export interface IUserdata{
|
|
|
279
280
|
forcerecalculation ?: boolean | null
|
|
280
281
|
|
|
281
282
|
experimentalfunctions ?: JSON
|
|
282
|
-
|
|
283
|
+
advicepreferences ?: JSON
|
|
283
284
|
}
|
|
284
285
|
|
|
285
286
|
export interface IAnnualreport{
|