@mtgame/core 0.2.104 → 0.2.106

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.
@@ -1437,6 +1437,7 @@
1437
1437
  score_sum: 'scoreSum',
1438
1438
  closest_game_datetime: 'closestGameDatetime',
1439
1439
  created_by_league_id: 'createdByLeagueId',
1440
+ unique_code: 'uniqueCode',
1440
1441
  },
1441
1442
  relation: {
1442
1443
  sport: exports.Sport,
@@ -2157,11 +2158,13 @@
2157
2158
  match_penalty_time: 'matchPenaltyTime',
2158
2159
  playoff_series_overtime_type: 'playoffSeriesOvertimeType',
2159
2160
  playoff_series_overtime_time: 'playoffSeriesOvertimeTime',
2161
+ timer_type: 'timerType',
2160
2162
  },
2161
2163
  relation: {
2162
2164
  overtimeType: enumField(exports.OvertimeTypes),
2163
2165
  gameTimeType: enumField(exports.GameTimeTypes),
2164
2166
  playoffSeriesOvertimeType: enumField(exports.OvertimeTypes),
2167
+ timerType: enumField(exports.TimerTypes),
2165
2168
  }
2166
2169
  })
2167
2170
  ], exports.HockeyGameConfig);
@@ -2207,10 +2210,12 @@
2207
2210
  substitute_count: 'substituteCount',
2208
2211
  free_substitute_enabled: 'freeSubstituteEnabled',
2209
2212
  substitute_manage_enabled: 'substituteManageEnabled',
2213
+ timer_type: 'timerType',
2210
2214
  },
2211
2215
  relation: {
2212
2216
  overtimeType: enumField(exports.OvertimeTypes),
2213
2217
  gameTimeType: enumField(exports.GameTimeTypes),
2218
+ timerType: enumField(exports.TimerTypes),
2214
2219
  }
2215
2220
  })
2216
2221
  ], exports.FootballGameConfig);
@@ -2243,10 +2248,12 @@
2243
2248
  timeout_time: 'timeoutTime',
2244
2249
  game_time_type: 'gameTimeType',
2245
2250
  substitute_manage_enabled: 'substituteManageEnabled',
2251
+ timer_type: 'timerType',
2246
2252
  },
2247
2253
  relation: {
2248
2254
  overtimeType: enumField(exports.OvertimeTypes),
2249
2255
  gameTimeType: enumField(exports.GameTimeTypes),
2256
+ timerType: enumField(exports.TimerTypes),
2250
2257
  }
2251
2258
  })
2252
2259
  ], exports.HandballGameConfig);
@@ -2435,11 +2442,13 @@
2435
2442
  substitute_count: 'substituteCount',
2436
2443
  free_substitute_enabled: 'freeSubstituteEnabled',
2437
2444
  statistic_type: 'statisticType',
2445
+ timer_type: 'timerType',
2438
2446
  },
2439
2447
  relation: {
2440
2448
  overtimeType: enumField(exports.OvertimeTypes),
2441
2449
  gameTimeType: enumField(exports.GameTimeTypes),
2442
2450
  statisticType: enumField(exports.RugbyStatisticTypes),
2451
+ timerType: enumField(exports.TimerTypes),
2443
2452
  }
2444
2453
  })
2445
2454
  ], exports.RugbyGameConfig);
@@ -2495,11 +2504,13 @@
2495
2504
  substitute_manage_enabled: 'substituteManageEnabled',
2496
2505
  shot_clock_enabled: 'shotClockEnabled',
2497
2506
  statistic_type: 'statisticType',
2507
+ timer_type: 'timerType',
2498
2508
  },
2499
2509
  relation: {
2500
2510
  overtimeType: enumField(exports.OvertimeTypes),
2501
2511
  gameTimeType: enumField(exports.GameTimeTypes),
2502
2512
  statisticType: enumField(exports.WaterpoloStatisticTypes),
2513
+ timerType: enumField(exports.TimerTypes),
2503
2514
  }
2504
2515
  })
2505
2516
  ], exports.WaterpoloGameConfig);