Resetting utils subtree.

This commit is contained in:
2025-01-11 13:51:47 +05:30
parent 147f1e9f13
commit 43505bb838
189 changed files with 17 additions and 142154 deletions
+7
View File
@@ -86,6 +86,13 @@ class CoreUserInfoModel(BaseModel):
examples = ["Bhopli Narangi"]
)
role: str | None = Field(
description = "the working role of the user as found in the database",
frozen = True,
default = None,
examples = ["M.R."]
)
userId: int | str | None = Field(
description = "the id of the user as found in the database",
frozen = True,