@e-trias/woonplan 1.3.229 → 1.3.231
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 +9 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -702,6 +702,7 @@ export interface ISettings {
|
|
|
702
702
|
"ga-api-key"?: string
|
|
703
703
|
"ga-code"?: string
|
|
704
704
|
"gtm-code"?: string
|
|
705
|
+
|
|
705
706
|
adviceUrl?: string
|
|
706
707
|
cava?: ICavaSettings
|
|
707
708
|
createProjectInPerfectview?: boolean
|
|
@@ -792,6 +793,8 @@ export interface ISettings {
|
|
|
792
793
|
hasNationalFinancing ?: string
|
|
793
794
|
'buildyear-gt-1995-quotations-contractor' ?: string
|
|
794
795
|
'buildyear-lte-1995-quotations-contractor' ?: string
|
|
796
|
+
buildyear_gt_1995_quotations_contractor ?: string
|
|
797
|
+
buildyear_lte_1995_quotations_contractor ?: string
|
|
795
798
|
gamification ?: "1" | "0"
|
|
796
799
|
showQuotationReadon ? : "1" | "0"
|
|
797
800
|
isVve ? : "1" | "0"
|
|
@@ -829,6 +832,12 @@ export interface ISettings {
|
|
|
829
832
|
}
|
|
830
833
|
|
|
831
834
|
dontsendemailaftersignup ?: '1' | '0'
|
|
835
|
+
google ?: {
|
|
836
|
+
gaCode ?: string
|
|
837
|
+
gaApiKey ?: string
|
|
838
|
+
gtmCode ?: string
|
|
839
|
+
}
|
|
840
|
+
|
|
832
841
|
}
|
|
833
842
|
|
|
834
843
|
export interface IColors {
|