You've already forked hotpocket
BTHLABS-50: Safari Web Extension: Reloaded
Turns out, getting this thing out into the wild isn't as simple as I thought :D Co-authored-by: Tomek Wójcik <labs@tomekwojcik.pl> Co-committed-by: Tomek Wójcik <labs@tomekwojcik.pl>
This commit is contained in:
@@ -36,3 +36,8 @@ class AccessTokenOut(ModelOut):
|
||||
class AccessTokensQuery(Query):
|
||||
account_uuid: uuid.UUID
|
||||
before: uuid.UUID | None = pydantic.Field(default=None)
|
||||
|
||||
|
||||
class AccessTokenMetaUpdateIn(pydantic.BaseModel):
|
||||
version: str | None = None
|
||||
platform: str | None = None
|
||||
|
||||
Reference in New Issue
Block a user