Record deferred reconciliation requests
This commit is contained in:
parent
141e9cca1d
commit
997766e99d
4 changed files with 134 additions and 1 deletions
|
|
@ -39,3 +39,4 @@ class StateChangeResponse(BaseModel):
|
|||
follow_up: str
|
||||
write_through_result: Literal["not_attempted", "applied", "not_applicable"] = "not_attempted"
|
||||
workplan_path: str | None = None
|
||||
reconciliation_record_id: uuid.UUID | None = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue