@volcengine/veplayer 2.11.0 → 2.11.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/veplayer.d.ts CHANGED
@@ -6347,9 +6347,6 @@ declare class LicenseEventEmitter {
6347
6347
  start(player: any): void;
6348
6348
  }
6349
6349
  declare class LiveLicenseManager {
6350
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
6351
- // @ts-ignore
6352
- enableLiveLicenseCheck: boolean;
6353
6350
  licenseSupportModuleList: LicenseFeature[];
6354
6351
  licenseStatusResult?: LicenseStatus;
6355
6352
  licenseCheckResult?: LicenseEdition;
@@ -11623,9 +11620,6 @@ declare namespace live {
11623
11620
  start(player: any): void;
11624
11621
  }
11625
11622
  class LiveLicenseManager {
11626
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
11627
- // @ts-ignore
11628
- enableLiveLicenseCheck: boolean;
11629
11623
  licenseSupportModuleList: LicenseFeature[];
11630
11624
  licenseStatusResult?: LicenseStatus;
11631
11625
  licenseCheckResult?: LicenseEdition;
@@ -6347,9 +6347,6 @@ declare class LicenseEventEmitter {
6347
6347
  start(player: any): void;
6348
6348
  }
6349
6349
  declare class LiveLicenseManager {
6350
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
6351
- // @ts-ignore
6352
- enableLiveLicenseCheck: boolean;
6353
6350
  licenseSupportModuleList: LicenseFeature[];
6354
6351
  licenseStatusResult?: LicenseStatus;
6355
6352
  licenseCheckResult?: LicenseEdition;
@@ -11623,9 +11620,6 @@ declare namespace live {
11623
11620
  start(player: any): void;
11624
11621
  }
11625
11622
  class LiveLicenseManager {
11626
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
11627
- // @ts-ignore
11628
- enableLiveLicenseCheck: boolean;
11629
11623
  licenseSupportModuleList: LicenseFeature[];
11630
11624
  licenseStatusResult?: LicenseStatus;
11631
11625
  licenseCheckResult?: LicenseEdition;