@e-trias/woonplan 1.3.257 → 1.3.260
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.
- package/.gitattributes +2 -2
- package/package.json +1 -1
- package/types.d.ts +3 -1
package/.gitattributes
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
# Auto detect text files and perform LF normalization
|
|
2
|
-
* text=auto
|
|
1
|
+
# Auto detect text files and perform LF normalization
|
|
2
|
+
* text=auto
|
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -840,6 +840,7 @@ export interface ISettings {
|
|
|
840
840
|
gtmCode ?: string
|
|
841
841
|
}
|
|
842
842
|
css ?: ICSSvariablesSettings
|
|
843
|
+
quotationrequestsenabled ?: '1' | '0'
|
|
843
844
|
}
|
|
844
845
|
|
|
845
846
|
export interface IColors {
|
|
@@ -1879,10 +1880,11 @@ export interface Reductionfactors extends HouseObjectSettings{
|
|
|
1879
1880
|
export interface HouseContructionParams{
|
|
1880
1881
|
surface:number
|
|
1881
1882
|
draftprofile : number
|
|
1882
|
-
openstairs : boolean
|
|
1883
|
+
openstairs : boolean
|
|
1883
1884
|
floorheating : boolean
|
|
1884
1885
|
frontorientation ?: string
|
|
1885
1886
|
housetype ?: string
|
|
1887
|
+
weatherstationid ?: string
|
|
1886
1888
|
}
|
|
1887
1889
|
|
|
1888
1890
|
|