@e-trias/woonplan 1.3.230 → 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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +4 -0
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@e-trias/woonplan",
3
3
  "private": false,
4
4
  "types": "types.d.ts",
5
- "version": "1.3.230",
5
+ "version": "1.3.231",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
8
  "build": "tsc -p tsconfig.json",
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"
@@ -834,6 +837,7 @@ export interface ISettings {
834
837
  gaApiKey ?: string
835
838
  gtmCode ?: string
836
839
  }
840
+
837
841
  }
838
842
 
839
843
  export interface IColors {