@betorigami/games 0.7.24 → 0.7.26

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
@@ -3376,8 +3376,9 @@ export interface HistoryItem {
3376
3376
  id: string;
3377
3377
  fullId: string;
3378
3378
  timestamp: string;
3379
- bet: string;
3380
- win: string;
3379
+ currency: string;
3380
+ bet: number;
3381
+ win: number;
3381
3382
  }
3382
3383
  interface GameHost$1 {
3383
3384
  gameData: gameContextType;