@spash/frontlib 0.0.21-beta.7 → 0.0.21-beta.9

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/main.d.ts CHANGED
@@ -491,7 +491,8 @@ export declare enum SpashVideoOptions {
491
491
  'layer' = "layer",
492
492
  'draw' = "draw",
493
493
  'field2D' = "field2D",
494
- 'resumeAuto' = "resumeAuto"
494
+ 'resumeAuto' = "resumeAuto",
495
+ 'filterPlayers' = "filterPlayers"
495
496
  }
496
497
 
497
498
  export declare interface SpashVideoPlayer {