mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-11 22:06:19 +00:00
feat: added branding (#104)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
@@ -11,6 +11,14 @@ class ContactFields(BaseModel):
|
||||
email: str
|
||||
|
||||
|
||||
class BrandingFields(BaseModel):
|
||||
"""
|
||||
Implements the fields for the API owner branding info.
|
||||
"""
|
||||
|
||||
logo: str
|
||||
|
||||
|
||||
class InfoFields(BaseModel):
|
||||
"""
|
||||
Implements the fields for the API owner info.
|
||||
@@ -18,6 +26,7 @@ class InfoFields(BaseModel):
|
||||
|
||||
name: str
|
||||
about: str
|
||||
branding: BrandingFields
|
||||
contact: ContactFields
|
||||
socials: list[SocialFields]
|
||||
donations: DonationFields
|
||||
|
||||
Reference in New Issue
Block a user