refactor: 重构 schemas 结构,统一枚举定义
This commit is contained in:
@@ -16,7 +16,7 @@ def test_inbox_message_response_schema() -> None:
|
||||
sender_id=uuid4(),
|
||||
message_type=InboxMessageType.CALENDAR,
|
||||
schedule_item_id=uuid4(),
|
||||
content="Join my calendar",
|
||||
content={"type": "invite", "permission": 1, "action": "pending"},
|
||||
is_read=False,
|
||||
status=InboxMessageStatus.PENDING,
|
||||
created_at=datetime.now(timezone.utc),
|
||||
|
||||
Reference in New Issue
Block a user