livevegas-ui-kit 1.0.259 → 1.0.261

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.
@@ -119,6 +119,8 @@ export interface IPlayer {
119
119
  isFolded?: boolean;
120
120
  winType?: number | null;
121
121
  winOnBonus?: number | null;
122
+ isMaxPayOut?: boolean;
123
+ maxPayOut?: number;
122
124
  }
123
125
  export interface IWins {
124
126
  betReferenceId?: number;