Mingwei Samuel
Mingwei Samuel
This has been changed, but is wrong in a different way now. The docs ends up having the field name doubly-nested:  Should just be this (removing the `ParticipantFrame*s*Dto` to...
Now the docs for `ParticipantFrameDto` (no S) are missing completely lol ðŸ˜
`match-v5.InfoDto.endOfGameResult` is currently documented, though Not sure if `tft-match-v1.InfoDto.endOfGameResult` is still getting returned. If not then this issue could be closed.
Edit: Would be good for `--verbose` (or `-vv`) to show the output as well, possibly. It seems `--prompt` does that a bit, for some reason, #333 Currently trying to bisect...
Can't figure out how to workaround this with sveltekit's `$lib` and `@use`. None of these fix the issue: ```js /** @type {import('@sveltejs/kit').Config} */ const config = { // Consult https://svelte.dev/docs/kit/integrations...
(related #915: the `markRequiredForNextLevel` and `championSeasonMilestone` fields were ~~briefly~~ returned ~~but are not anymore~~)
There's (undocumented) stuff now! ```json { "puuid": "bJ_-UdX8v1NqvsUemuklcmd70lNjgDY0UN81L75d84HneX8dHy8iteZC49qEkJVPvGzJZC4R-89dHA", "championId": 143, "championLevel": 90, "championPoints": 1001446, "lastPlayTime": 1715882051000, "championPointsSinceLastLevel": 45846, "championPointsUntilNextLevel": -34846, "markRequiredForNextLevel": 2, "chestGranted": false, "tokensEarned": 0, "championSeasonMilestone": 0, "milestoneGrades": [...
`chestGranted` listed in the docs is no longer returned by the API
`requireGradeCounts` should be `Map[string, integer]` but is just documented as `object`
`NextSeasonMilestoneDTO` docs are missingly a newly returned int field `totalGamesRequires`