fix: add step_type to ApprovalRequest (was being filtered out by known-fields logic)
This commit is contained in:
@@ -44,6 +44,7 @@ class ApprovalRequest:
|
|||||||
status: str = "pending"
|
status: str = "pending"
|
||||||
discord_message_id: int = 0
|
discord_message_id: int = 0
|
||||||
project_name: str = "" # Project routing key
|
project_name: str = "" # Project routing key
|
||||||
|
step_type: str = "" # e.g. 'diff_review', passed through to response
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
|
|||||||
Reference in New Issue
Block a user