@betorigami/games 1.13.1 → 1.13.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/dist/index.d.ts CHANGED
@@ -6154,7 +6154,6 @@ export declare class RouletteGame extends GameComponent {
6154
6154
  get canUndo(): boolean;
6155
6155
  get canClear(): boolean;
6156
6156
  get totalBetAmount(): number;
6157
- get maxAllowedAmount(): number;
6158
6157
  protected onBetAmountChange: (oldBetAmount: string, newBetAmount: string) => void;
6159
6158
  get isDoubleDisabled(): boolean;
6160
6159
  get maxPossiblePayout(): number;