Added post definitions

This commit is contained in:
Rick
2026-03-21 11:59:22 +01:00
parent ab0d0a4323
commit 0a51e6559e
4 changed files with 238 additions and 1 deletions

View File

@@ -62,6 +62,11 @@ class ApiTags(DocumentedStrEnum):
SERIES = "Series"
class VisitedCountType(DocumentedStrEnum):
NONE = auto_enum()
ONE_VISIT = auto_enum()
EACH_VISIT = auto_enum()
# endregion