@mtgame/core 0.1.10 → 0.1.11

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.
@@ -2622,7 +2622,8 @@ var GameUserLimitationTypes = /** @class */ (function (_super) {
2622
2622
  ModelInstance({
2623
2623
  mappingFields: {
2624
2624
  min_user_games_count: 'minUserGamesCount',
2625
- min_user_time: 'minUserTime'
2625
+ min_user_time: 'minUserTime',
2626
+ manual: 'manual',
2626
2627
  },
2627
2628
  })
2628
2629
  ], GameUserLimitationTypes);