We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47899b4 commit 4d040ecCopy full SHA for 4d040ec
src/superannotate/lib/core/entities/work_managament.py
@@ -133,6 +133,7 @@ class WMProjectUserEntity(TimedBaseModel):
133
email: Optional[str]
134
state: Optional[WMUserStateEnum]
135
custom_fields: Optional[dict] = Field(dict(), alias="customField")
136
+ permissions: Optional[dict]
137
138
class Config:
139
extra = Extra.ignore
0 commit comments