@hyext/types-ext-sdk-hy 3.14.1-beta.17 → 3.14.1-beta.18

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/index.d.ts +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -8039,10 +8039,12 @@ type ComponentLayout = {
8039
8039
  * 实时点播模式
8040
8040
  * @property url - 视频url
8041
8041
  * @property cdnName - CDN域名
8042
+ * @property isEnd - 是否是最后一个8视频,播放器播完状态会返回播放结束
8042
8043
  */
8043
8044
  type LiveVodModeInfo = {
8044
8045
  url: string;
8045
8046
  cdnName: string;
8047
+ isEnd: boolean;
8046
8048
  };
8047
8049
 
8048
8050
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyext/types-ext-sdk-hy",
3
- "version": "3.14.1-beta.17",
3
+ "version": "3.14.1-beta.18",
4
4
  "description": "TypeScript definitions for @hyext/ext-sdk-hy",
5
5
  "types": "./index.d.ts",
6
6
  "main": "",