@e-trias/woonplan 1.3.34 → 1.3.36

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 +2 -3
  2. package/types.d.ts +3 -0
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.34",
5
+ "version": "1.3.36",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
8
  "build": "tsc -p tsconfig.json",
@@ -13,14 +13,13 @@
13
13
  "url": "git+https://github.com/e-trias/woonplan-types.git"
14
14
  },
15
15
  "author": "Jasper Denk",
16
- "license": "ISC",
16
+ "license": "UNLICENSED",
17
17
  "bugs": {
18
18
  "url": "https://github.com/e-trias/woonplan-types/issues"
19
19
  },
20
20
  "homepage": "https://github.com/e-trias/woonplan-types#readme",
21
21
  "description": "",
22
22
  "dependencies": {
23
- "@types/uuidv4": "^5.0.0",
24
23
  "typescript": "^4.5.5"
25
24
  },
26
25
  "exports": {
package/types.d.ts CHANGED
@@ -163,6 +163,8 @@ export interface IUserdata{
163
163
  userdatahousewishes ?: IUserdatahousewish[]
164
164
  mothermodelid ?: string
165
165
 
166
+ preferessoundinsulating ?: boolean
167
+
166
168
  }
167
169
 
168
170
  export interface IAnnualreport{
@@ -371,6 +373,7 @@ export interface IMeasuredata{
371
373
  g_value ?: number
372
374
  u_value ?: number
373
375
  saving ?: number
376
+ soundinsulating ?: boolean
374
377
 
375
378
 
376
379
  insulationmethod ?: IInsulationmethod