top10: 1.3.0 - Refined input JSON to match the new general stats-format top10-1.3.0
authorKai Moritz <kai@juplo.de>
Sat, 22 Jun 2024 14:09:46 +0000 (16:09 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 22 Jun 2024 16:11:49 +0000 (18:11 +0200)
* Adapted the configuration to the changed type-mapping for the key.
* Refined the class `Key`, that defines the JSON for the input key.
** Added attribute `type` with value of type `enum StatsType`.
** Renamed attribute `user` to `channel`.
** Renamed attribute `word` to `key`.
* Refined the class `Entry`, that defines the JSON for the input value.
** Renamed attribute `word` to `key`.
* Adapted test-classes and -cases accordingly.


No differences found