@betorigami/games 0.7.17 → 0.7.18

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
@@ -134,6 +134,7 @@ export declare const translations: {
134
134
  target: string;
135
135
  crashed: string;
136
136
  cashout: string;
137
+ targetMultiplier: string;
137
138
  };
138
139
  mines: {
139
140
  title: string;
@@ -479,8 +480,8 @@ export interface Action {
479
480
  type: OrigamiActionType;
480
481
  actionIndex: number;
481
482
  originalActionId: string | null;
482
- betAmount: string;
483
- payoutAmount: string;
483
+ betAmount: string | null;
484
+ payoutAmount: string | null;
484
485
  betId: string;
485
486
  createdAt: string;
486
487
  updatedAt: string;