@e-trias/woonplan 1.3.65 → 1.3.67

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +6 -2
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.65",
5
+ "version": "1.3.67",
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
@@ -968,9 +968,10 @@ export interface IRoof extends IHouseobject{
968
968
  hellend_lokettenrunningmeters ?: number
969
969
  flat_voetloodrunningmeters ?: number
970
970
 
971
-
972
-
971
+ replaceroofsheathing ?: boolean
972
+ replaceraftersorjoists ?: boolean
973
973
  }
974
+
974
975
  export interface IWindowframe extends IHouseobject{
975
976
  userdataid ?: string | null
976
977
  userdata ?: IUserdata
@@ -1563,6 +1564,9 @@ export interface IInsulationmethod extends IAbstractInsulation{
1563
1564
  }[]
1564
1565
  }
1565
1566
  export interface IInsulationlocation extends IAbstractInsulation{
1567
+ rooftypeinsulationlocations ?: {
1568
+ rooftypeid: string
1569
+ }[]
1566
1570
  }
1567
1571
  export interface IInsulationtype extends IAbstractInsulation{
1568
1572
  lambda ?: number | null