@e-trias/woonplan 1.2.73 → 1.2.75
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/package.json +1 -1
- package/types.d.ts +4 -2
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -447,6 +447,7 @@ export interface IContent{
|
|
|
447
447
|
htmltitle?: string | null
|
|
448
448
|
htmlkeywords?: string | null
|
|
449
449
|
htmldescription?: string | null
|
|
450
|
+
link?: string | null
|
|
450
451
|
parentid?: string | null
|
|
451
452
|
areaactionid?: string | null
|
|
452
453
|
contentimages?: IContentimage[] | null
|
|
@@ -542,7 +543,7 @@ export interface ISettings {
|
|
|
542
543
|
solarpanelmodule ?: string
|
|
543
544
|
notAvailableMeasures ?: string
|
|
544
545
|
|
|
545
|
-
|
|
546
|
+
|
|
546
547
|
|
|
547
548
|
municipalFinancingText ?: string
|
|
548
549
|
municipalFinancingTitle ?: string
|
|
@@ -1555,6 +1556,7 @@ export interface IAnsweroption{
|
|
|
1555
1556
|
max?:number
|
|
1556
1557
|
step?:number
|
|
1557
1558
|
questionid : string
|
|
1559
|
+
sortorder ?: number
|
|
1558
1560
|
}
|
|
1559
1561
|
|
|
1560
1562
|
export interface IIntake{
|
|
@@ -1569,7 +1571,7 @@ export interface IFinancingOption{
|
|
|
1569
1571
|
interest : number
|
|
1570
1572
|
min : number
|
|
1571
1573
|
max : number
|
|
1572
|
-
title ?: string
|
|
1574
|
+
title ?: string
|
|
1573
1575
|
description ?: string
|
|
1574
1576
|
type ?: string
|
|
1575
1577
|
}
|