require kwargs for 'list_workfiles'

This commit is contained in:
Jakub Trllo 2025-06-06 10:08:29 +02:00
parent d3699c348f
commit 76ceefb6f3

View file

@ -425,6 +425,7 @@ class IWorkfileHost:
project_name: str,
folder_entity: dict[str, Any],
task_entity: dict[str, Any],
*,
project_entity: Optional[dict[str, Any]] = None,
workfile_entities: Optional[list[dict[str, Any]]] = None,
template_key: Optional[str] = None,