Commit 24b8ee9
committed
fix: Rename region_id and base_form_id to region and base_form in evolution details
For consistency with other fields (e.g. trade_species_id -> trade_species),
evolution detail fields should omit the _id suffix. The serializer was
manually naming them with _id, diverging from the documented API response.
Fixes #13961 parent 41cf1ff commit 24b8ee9
2 files changed
+12
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4040 | 4040 | | |
4041 | 4041 | | |
4042 | 4042 | | |
4043 | | - | |
4044 | | - | |
| 4043 | + | |
| 4044 | + | |
4045 | 4045 | | |
4046 | 4046 | | |
4047 | 4047 | | |
| |||
4173 | 4173 | | |
4174 | 4174 | | |
4175 | 4175 | | |
4176 | | - | |
| 4176 | + | |
4177 | 4177 | | |
4178 | 4178 | | |
4179 | 4179 | | |
| |||
4185 | 4185 | | |
4186 | 4186 | | |
4187 | 4187 | | |
4188 | | - | |
| 4188 | + | |
4189 | 4189 | | |
4190 | 4190 | | |
4191 | 4191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5637 | 5637 | | |
5638 | 5638 | | |
5639 | 5639 | | |
5640 | | - | |
5641 | | - | |
| 5640 | + | |
| 5641 | + | |
5642 | 5642 | | |
5643 | 5643 | | |
5644 | 5644 | | |
| |||
5663 | 5663 | | |
5664 | 5664 | | |
5665 | 5665 | | |
5666 | | - | |
5667 | | - | |
| 5666 | + | |
| 5667 | + | |
5668 | 5668 | | |
5669 | 5669 | | |
5670 | 5670 | | |
| |||
5726 | 5726 | | |
5727 | 5727 | | |
5728 | 5728 | | |
5729 | | - | |
5730 | | - | |
| 5729 | + | |
| 5730 | + | |
5731 | 5731 | | |
5732 | 5732 | | |
5733 | 5733 | | |
| |||
5879 | 5879 | | |
5880 | 5880 | | |
5881 | 5881 | | |
5882 | | - | |
| 5882 | + | |
5883 | 5883 | | |
5884 | 5884 | | |
5885 | 5885 | | |
| |||
5891 | 5891 | | |
5892 | 5892 | | |
5893 | 5893 | | |
5894 | | - | |
| 5894 | + | |
5895 | 5895 | | |
5896 | 5896 | | |
5897 | 5897 | | |
| |||
0 commit comments