Added the "head" and "tail" properties to the AmiiboFilter type in the library target.

This commit is contained in:
2025-10-07 23:56:47 +02:00
parent 9fe5a74206
commit 2c66c3940c
3 changed files with 34 additions and 14 deletions
@@ -182,10 +182,12 @@ private extension AmiiboLiveClient {
amiiboSeries: filter.series,
character: filter.gameCharacter,
gameseries: filter.gameSeries,
head: filter.head,
id: filter.identifier,
name: filter.name,
showgames: filter.showGames,
showusage: filter.showUsage,
tail: filter.tail,
_type: filter.type
)))
} catch {