@betorigami/games 1.4.9 → 1.4.11

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/index.d.ts CHANGED
@@ -3772,6 +3772,7 @@ export declare class GameProviderWrapper extends OrigamiElement {
3772
3772
  minBet: number | null;
3773
3773
  maxBet: number | null;
3774
3774
  edge: number;
3775
+ requiresFullScreen: boolean;
3775
3776
  footerPosition: "ABOVE" | "BELOW";
3776
3777
  logoUrl: string | null;
3777
3778
  private betAmount;