@spash/frontlib 1.1.2-beta.1 → 1.1.3-beta.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.
Files changed (3) hide show
  1. package/dist/main.d.ts +2 -2
  2. package/dist/main.js +7332 -7426
  3. package/package.json +1 -1
package/dist/main.d.ts CHANGED
@@ -578,6 +578,7 @@ export declare interface SessionTeam {
578
578
 
579
579
  export declare interface SessionType {
580
580
  id?: number;
581
+ reference: string;
581
582
  }
582
583
 
583
584
  export declare type SIZES = 'md' | 'lg' | 'xl';
@@ -596,8 +597,7 @@ export declare enum SpashVideoOptions {
596
597
  'draw' = "draw",
597
598
  'field2D' = "field2D",
598
599
  'resumeAuto' = "resumeAuto",
599
- 'filterPlayers' = "filterPlayers",
600
- 'qrCode' = "qrCode"
600
+ 'filterPlayers' = "filterPlayers"
601
601
  }
602
602
 
603
603
  export declare interface SpashVideoPlayer {