@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 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putiikkipalvelu/storefront-sdk",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "TypeScript SDK for Putiikkipalvelu Storefront API",
5
5
  "author": "Putiikkipalvelu",
6
6
  "license": "MIT",