@putiikkipalvelu/storefront-sdk 0.7.2 → 0.7.3
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/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -24,6 +24,8 @@ interface AnalyticsConfig {
|
|
|
24
24
|
umamiWebsiteId: string | null;
|
|
25
25
|
/** URL to the Umami tracking script */
|
|
26
26
|
umamiScriptUrl: string | null;
|
|
27
|
+
/** Google Tag Manager container ID (e.g. "GTM-XXXXXXX") */
|
|
28
|
+
gtmContainerId: string | null;
|
|
27
29
|
}
|
|
28
30
|
/**
|
|
29
31
|
* A published CMS page exposed in navigation
|
package/dist/index.d.ts
CHANGED
|
@@ -24,6 +24,8 @@ interface AnalyticsConfig {
|
|
|
24
24
|
umamiWebsiteId: string | null;
|
|
25
25
|
/** URL to the Umami tracking script */
|
|
26
26
|
umamiScriptUrl: string | null;
|
|
27
|
+
/** Google Tag Manager container ID (e.g. "GTM-XXXXXXX") */
|
|
28
|
+
gtmContainerId: string | null;
|
|
27
29
|
}
|
|
28
30
|
/**
|
|
29
31
|
* A published CMS page exposed in navigation
|