@glomex/integration-web-component 1.1473.2 → 1.1474.0

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/dist/index.d.ts +7 -0
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -1754,6 +1754,13 @@ export declare enum Origin {
1754
1754
  export declare interface Page {
1755
1755
  url: string;
1756
1756
  searchParams: Record<string, string>;
1757
+ utm?: {
1758
+ source?: string;
1759
+ medium?: string;
1760
+ campaign?: string;
1761
+ content?: string;
1762
+ term?: string;
1763
+ };
1757
1764
  apexDomain: string;
1758
1765
  hostname: string;
1759
1766
  referrer: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glomex/integration-web-component",
3
- "version": "1.1473.2",
3
+ "version": "1.1474.0",
4
4
  "description": "Web component and types to integrate the glomex player",
5
5
  "documentation": "https://docs.glomex.com",
6
6
  "homepage": "https://glomex.com",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@biomejs/biome": "catalog:",
35
- "@glomex/integration": "1.1473.2",
35
+ "@glomex/integration": "1.1474.0",
36
36
  "@microsoft/api-extractor": "catalog:",
37
37
  "@rslib/core": "catalog:",
38
38
  "npm-run-all": "catalog:",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "license": "MIT",
45
- "gitHead": "20c351cc40fab1bbdc7c268515f4a9df91753096"
45
+ "gitHead": "d18ce7915a6b3dc23ef1172cc4701908f2b70999"
46
46
  }