chore: update deps

This commit is contained in:
2026-01-30 08:14:03 -05:00
parent 11641a00d1
commit f268bdc3c3
3 changed files with 229 additions and 220 deletions

View File

@@ -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"""