@betorigami/games 0.7.13 → 0.7.14

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
@@ -195,7 +195,7 @@ export interface BetResult {
195
195
  proof: string | null;
196
196
  nonce: number;
197
197
  completedAt: string | null;
198
- actions: Action[];
198
+ betActions: Action[];
199
199
  }
200
200
  export type AutobetToggleEvent = CustomEvent<AutobetValues & {
201
201
  numberOfBets: string;