@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 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
@@ -2,7 +2,7 @@
2
2
  "name": "@e-trias/woonplan",
3
3
  "private": false,
4
4
  "types": "types.d.ts",
5
- "version": "1.3.257",
5
+ "version": "1.3.259",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
8
  "build": "tsc -p tsconfig.json",
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