chore: update generated files to orval v8.3.0 and adjust related interfaces

This commit is contained in:
Abhimanyu Saharan
2026-02-12 18:04:35 +05:30
parent c73103d5c9
commit 2ebdead95b
232 changed files with 9434 additions and 6021 deletions

View File

@@ -67,6 +67,7 @@ def test_task_event_payload_includes_activity_for_comment_event() -> None:
task,
deps_map={},
dep_status={},
tag_state_by_task_id={},
)
assert payload["type"] == "task.comment"
@@ -98,6 +99,7 @@ def test_task_event_payload_includes_activity_for_non_comment_event() -> None:
task,
deps_map={},
dep_status={},
tag_state_by_task_id={},
)
assert payload["type"] == "task.updated"