chore: update deps
This commit is contained in:
@@ -7871,12 +7871,18 @@ enum PostStatusEnum {
|
||||
"""Content that is saved but not yet published or visible to the public"""
|
||||
DRAFT
|
||||
|
||||
"""Objects with the failed status"""
|
||||
FAILED
|
||||
|
||||
"""Objects with the future status"""
|
||||
FUTURE
|
||||
|
||||
"""Content that inherits its status from a parent object"""
|
||||
INHERIT
|
||||
|
||||
"""Objects with the in-progress status"""
|
||||
IN_PROGRESS
|
||||
|
||||
"""Content awaiting review before publication"""
|
||||
PENDING
|
||||
|
||||
@@ -15623,6 +15629,9 @@ enum UserRoleEnum {
|
||||
|
||||
"""User role with specific capabilities"""
|
||||
SUBSCRIBER
|
||||
|
||||
"""User role with specific capabilities"""
|
||||
TRANSLATOR
|
||||
}
|
||||
|
||||
"""Connection between the User type and the Comment type"""
|
||||
|
||||
Reference in New Issue
Block a user