@glomex/integration-web-component 1.1469.2 → 1.1471.1
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.ts +6 -4
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -83,13 +83,15 @@ export declare interface AudioTrack {
|
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
export declare interface Channel {
|
|
86
|
-
/**
|
|
86
|
+
/** Human-readable channel title shown in the player UI */
|
|
87
87
|
name: string;
|
|
88
|
-
/**
|
|
88
|
+
/** Stable machine-facing code used for lookups or analytics */
|
|
89
|
+
code?: string;
|
|
90
|
+
/** Provider-specific identifier when it differs from `code` */
|
|
89
91
|
id?: string;
|
|
90
|
-
/**
|
|
92
|
+
/** Canonical playback or landing URL clients should open */
|
|
91
93
|
url?: string;
|
|
92
|
-
/** Square logo
|
|
94
|
+
/** Square channel-logo URL (ideally 96x96) used wherever icons appear */
|
|
93
95
|
logo?: string;
|
|
94
96
|
}
|
|
95
97
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glomex/integration-web-component",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1471.1",
|
|
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.
|
|
35
|
+
"@glomex/integration": "1.1471.1",
|
|
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": "
|
|
45
|
+
"gitHead": "2655e315a6e775a1f15aee8085278ea4f33efe0d"
|
|
46
46
|
}
|