@e-trias/woonplan 1.3.64 → 1.3.66

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 +7 -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.64",
5
+ "version": "1.3.66",
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
@@ -439,6 +439,7 @@ export interface IGlasstype{
439
439
  gvalue : number
440
440
  uvalue : number
441
441
  name : string
442
+ image ?: string | null
442
443
  }
443
444
 
444
445
  export interface IMeasuredatainterestedcontact{
@@ -810,9 +811,11 @@ export interface IAbstractHouseObjectType{
810
811
  export interface IFloortype extends IAbstractHouseObjectType{
811
812
  lambda ?: number
812
813
  rcvalue ?: number
814
+ image ?: string | null
813
815
  }
814
816
 
815
817
  export interface IRooftype extends IAbstractHouseObjectType{
818
+ image ?: string | null
816
819
  }
817
820
 
818
821
  export interface IWalltype extends IAbstractHouseObjectType{
@@ -828,6 +831,7 @@ export interface IWallfinish{
828
831
  id ?: string
829
832
  sortorder ?: number
830
833
  name ?: string
834
+ image ?: string | null
831
835
  }
832
836
  export interface IRoofing{
833
837
  deleted ?: boolean
@@ -964,9 +968,10 @@ export interface IRoof extends IHouseobject{
964
968
  hellend_lokettenrunningmeters ?: number
965
969
  flat_voetloodrunningmeters ?: number
966
970
 
967
-
968
-
971
+ replaceroofsheathing ?: boolean
972
+ replaceraftersorjoists ?: boolean
969
973
  }
974
+
970
975
  export interface IWindowframe extends IHouseobject{
971
976
  userdataid ?: string | null
972
977
  userdata ?: IUserdata