@volcengine/veplayer 1.9.6-rc.1 → 1.9.6-rc.2

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/index.d.ts CHANGED
@@ -3861,7 +3861,9 @@ declare class VeStrategyWrapper {
3861
3861
  }
3862
3862
  declare const _default: VeStrategyWrapper;
3863
3863
  export declare type IRes = IGetPlayInfoRes & {
3864
- Data: IGetPlayInfoRes;
3864
+ Data: IGetPlayInfoRes & {
3865
+ VideoID?: string;
3866
+ };
3865
3867
  };
3866
3868
  export interface IDefItem extends Stream {
3867
3869
  vid: string;