@maioradv/cms-basic-lib 1.5.0 → 1.5.2

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.
@@ -39,6 +39,9 @@ exports.ConfigsResolvers = {
39
39
  name: 'TiDelizioConfig',
40
40
  query: `query {
41
41
  TiDelizioConfig {
42
+ allowGoogleAnalytics
43
+ allowMetaPixel
44
+ allowGoogleTagManager
42
45
  accountsApiToken
43
46
  allowAdvancedMenu
44
47
  allowDiscounts
@@ -5,6 +5,9 @@ export declare enum TiDelizioPlan {
5
5
  premium = "premium"
6
6
  }
7
7
  export interface TiDelizioConfig extends ServiceConfig {
8
+ allowGoogleAnalytics?: boolean;
9
+ allowMetaPixel?: boolean;
10
+ allowGoogleTagManager?: boolean;
8
11
  allowAdvancedMenu?: boolean;
9
12
  allowDiscounts?: boolean;
10
13
  allowLocalization?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maioradv/cms-basic-lib",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
4
4
  "description": "JS lib for Maior CMS Basic Api",
5
5
  "repository": "https://github.com/maioradv/cms-basic-lib.git",
6
6
  "author": "Maior ADV Srl",