@e-trias/woonplan 1.3.230 → 1.3.232
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 +5 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -699,9 +699,11 @@ export interface IAppointmentFormParams{
|
|
|
699
699
|
|
|
700
700
|
export interface ISettings {
|
|
701
701
|
"2fa"?: "email"
|
|
702
|
+
two_fa ?: "email"
|
|
702
703
|
"ga-api-key"?: string
|
|
703
704
|
"ga-code"?: string
|
|
704
705
|
"gtm-code"?: string
|
|
706
|
+
|
|
705
707
|
adviceUrl?: string
|
|
706
708
|
cava?: ICavaSettings
|
|
707
709
|
createProjectInPerfectview?: boolean
|
|
@@ -792,6 +794,8 @@ export interface ISettings {
|
|
|
792
794
|
hasNationalFinancing ?: string
|
|
793
795
|
'buildyear-gt-1995-quotations-contractor' ?: string
|
|
794
796
|
'buildyear-lte-1995-quotations-contractor' ?: string
|
|
797
|
+
buildyear_gt_1995_quotations_contractor ?: string
|
|
798
|
+
buildyear_lte_1995_quotations_contractor ?: string
|
|
795
799
|
gamification ?: "1" | "0"
|
|
796
800
|
showQuotationReadon ? : "1" | "0"
|
|
797
801
|
isVve ? : "1" | "0"
|
|
@@ -834,6 +838,7 @@ export interface ISettings {
|
|
|
834
838
|
gaApiKey ?: string
|
|
835
839
|
gtmCode ?: string
|
|
836
840
|
}
|
|
841
|
+
|
|
837
842
|
}
|
|
838
843
|
|
|
839
844
|
export interface IColors {
|