@e-trias/woonplan 1.3.35 → 1.3.37

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 +21 -7
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.35",
5
+ "version": "1.3.37",
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
@@ -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{
@@ -187,7 +189,7 @@ export interface IAveragecalcdatatype{
187
189
  averagecalcdatas ?: IAveragecalcdata[]
188
190
  }
189
191
 
190
- export interface IOrientation{
192
+ export interface IOrientation{
191
193
  logged ?: ILogged
192
194
  }
193
195
 
@@ -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
@@ -567,7 +570,6 @@ export interface ISettings {
567
570
  notAvailableMeasures ?: string
568
571
 
569
572
 
570
-
571
573
  municipalFinancingText ?: string
572
574
  municipalFinancingTitle ?: string
573
575
  municipalFinancingRepayment ?: {
@@ -579,19 +581,31 @@ export interface ISettings {
579
581
  municipalFinancingCalculationMax: string
580
582
  municipalFinancingCalculationMin: string
581
583
  }
582
- ISDESubsidyUrl ?: string
584
+
585
+
583
586
  hasISDESubsidy ?: string
587
+ ISDESubsidyUrl ?: string
584
588
  ISDESubsidyCalculation ?: {
585
589
  ISDESubsidyCalculationMax: string
586
590
  ISDESubsidyCalculationMin: string
587
591
  }
588
592
  ISDESubsidyTitle ?: string
589
593
  ISDESubsidyText ?: string
594
+
595
+
596
+ hasMunicipalSubsidy?: string
597
+ municipalSubsidyUrl?: string
598
+ municipalSubsidyCalculation?: {
599
+ municipalSubsidyCalculationMin: string
600
+ municipalSubsidyCalculationMax: string
601
+ }
602
+ municipalSubsidyTitle?: string
603
+ municipalSubsidyText?: string
604
+
605
+
590
606
  hasNationalFinancing ?: string
591
- 'buildyear-gt-1995-quotations-contractor' ?: string
607
+ 'buildyear-gt-1995-quotations-contractor' ?: string
592
608
  'buildyear-lte-1995-quotations-contractor' ?: string
593
-
594
-
595
609
  }
596
610
 
597
611
  export interface IMailchimpSettings {
@@ -1628,7 +1642,7 @@ export interface IAppliancetype{
1628
1642
 
1629
1643
  export interface IVentilationsystemtype{
1630
1644
  name : string
1631
- id : string
1645
+ id : string
1632
1646
  deleted : boolean
1633
1647
  sortorder : number
1634
1648
  ventilationsystems ?: IVentilationsystem[]