@e-trias/woonplan 1.3.121 → 1.3.123
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 +2 -1
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -636,7 +636,7 @@ export interface ISettings {
|
|
|
636
636
|
}
|
|
637
637
|
customSubsidyActive ?: '1' | '0'
|
|
638
638
|
customSubsidyUrl ?: string
|
|
639
|
-
|
|
639
|
+
customSubsidyText ?: string
|
|
640
640
|
customSubsidyEmail ?: string
|
|
641
641
|
customSubsidyPhone ?: string
|
|
642
642
|
customSubsidyTitle ?: string
|
|
@@ -1809,6 +1809,7 @@ export interface IFinancingOption{
|
|
|
1809
1809
|
description ?: string
|
|
1810
1810
|
type ?: string
|
|
1811
1811
|
link ?: string
|
|
1812
|
+
autoapplied ?: boolean
|
|
1812
1813
|
}
|
|
1813
1814
|
export interface IManufacturer extends ICompany{
|
|
1814
1815
|
appliances ?: IAppliance[]
|