fix: add step_type to ApprovalRequest (was being filtered out by known-fields logic)

This commit is contained in:
2026-03-10 15:16:18 +09:00
parent c4dfbcad67
commit 26c19fb6be

View File

@@ -44,6 +44,7 @@ class ApprovalRequest:
status: str = "pending"
discord_message_id: int = 0
project_name: str = "" # Project routing key
step_type: str = "" # e.g. 'diff_review', passed through to response
@dataclass