@mtgame/core 0.2.100 → 0.2.102

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.
@@ -2161,7 +2161,7 @@
2161
2161
  relation: {
2162
2162
  overtimeType: enumField(exports.OvertimeTypes),
2163
2163
  gameTimeType: enumField(exports.GameTimeTypes),
2164
- playoffSeriesType: enumField(exports.OvertimeTypes),
2164
+ playoffSeriesOvertimeType: enumField(exports.OvertimeTypes),
2165
2165
  }
2166
2166
  })
2167
2167
  ], exports.HockeyGameConfig);
@@ -4290,6 +4290,7 @@
4290
4290
  is_bench: 'isBench',
4291
4291
  group: 'group',
4292
4292
  marked: 'marked',
4293
+ is_additional_point: 'isAdditionalPoint',
4293
4294
  coords: 'coords',
4294
4295
  shootout_points: 'shootoutPoints',
4295
4296
  },