(20241206) Everything will be called "client" now instead of "mailClient", "chatClient", etc.
This commit is contained in:
@@ -100,7 +100,8 @@ class OAuthMailAuthorizationRequestData(BaseModel):
|
||||
|
||||
mailClient: Literal["gmail"] = Field(
|
||||
description = "the e-mail provider like 'gmail'",
|
||||
frozen = True
|
||||
frozen = True,
|
||||
alias = "client"
|
||||
)
|
||||
|
||||
mailId: str = Field(
|
||||
|
||||
Reference in New Issue
Block a user