@e-trias/woonplan 1.3.36 → 1.3.38

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 +19 -8
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.36",
5
+ "version": "1.3.38",
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
@@ -189,7 +189,7 @@ export interface IAveragecalcdatatype{
189
189
  averagecalcdatas ?: IAveragecalcdata[]
190
190
  }
191
191
 
192
- export interface IOrientation{
192
+ export interface IOrientation{
193
193
  logged ?: ILogged
194
194
  }
195
195
 
@@ -568,8 +568,7 @@ export interface ISettings {
568
568
  surfaceCalculation ?: 1 | 0
569
569
  solarpanelmodule ?: string
570
570
  notAvailableMeasures ?: string
571
-
572
-
571
+ canChangeSoundInsulating ?: "1" | "0"
573
572
 
574
573
  municipalFinancingText ?: string
575
574
  municipalFinancingTitle ?: string
@@ -582,19 +581,31 @@ export interface ISettings {
582
581
  municipalFinancingCalculationMax: string
583
582
  municipalFinancingCalculationMin: string
584
583
  }
585
- ISDESubsidyUrl ?: string
584
+
585
+
586
586
  hasISDESubsidy ?: string
587
+ ISDESubsidyUrl ?: string
587
588
  ISDESubsidyCalculation ?: {
588
589
  ISDESubsidyCalculationMax: string
589
590
  ISDESubsidyCalculationMin: string
590
591
  }
591
592
  ISDESubsidyTitle ?: string
592
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
+
593
606
  hasNationalFinancing ?: string
594
- 'buildyear-gt-1995-quotations-contractor' ?: string
607
+ 'buildyear-gt-1995-quotations-contractor' ?: string
595
608
  'buildyear-lte-1995-quotations-contractor' ?: string
596
-
597
-
598
609
  }
599
610
 
600
611
  export interface IMailchimpSettings {
@@ -1631,7 +1642,7 @@ export interface IAppliancetype{
1631
1642
 
1632
1643
  export interface IVentilationsystemtype{
1633
1644
  name : string
1634
- id : string
1645
+ id : string
1635
1646
  deleted : boolean
1636
1647
  sortorder : number
1637
1648
  ventilationsystems ?: IVentilationsystem[]