@e-trias/woonplan 1.3.257 → 1.3.259
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/.gitattributes +2 -2
- package/package.json +1 -1
- package/types.d.ts +2 -1
package/.gitattributes
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
# Auto detect text files and perform LF normalization
|
|
2
|
-
* text=auto
|
|
1
|
+
# Auto detect text files and perform LF normalization
|
|
2
|
+
* text=auto
|
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -1879,10 +1879,11 @@ export interface Reductionfactors extends HouseObjectSettings{
|
|
|
1879
1879
|
export interface HouseContructionParams{
|
|
1880
1880
|
surface:number
|
|
1881
1881
|
draftprofile : number
|
|
1882
|
-
openstairs : boolean
|
|
1882
|
+
openstairs : boolean
|
|
1883
1883
|
floorheating : boolean
|
|
1884
1884
|
frontorientation ?: string
|
|
1885
1885
|
housetype ?: string
|
|
1886
|
+
weatherstationid ?: string
|
|
1886
1887
|
}
|
|
1887
1888
|
|
|
1888
1889
|
|