Compare commits

2 Commits
Author SHA1 Message Date
carsten 82a7580d59 Add new missing properties 2024-04-10 15:30:42 +00:00
carsten 16c563e994 test sig 2024-03-01 20:59:33 +00:00
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -48,6 +48,8 @@ class AcProject:
updated_by_id: int
updated_on: int
url_path: str
task_estimates_enabled: bool
show_task_estimates_to_clients: bool
def to_dict(self) -> dict:
d = dataclasses.asdict(self)
+1
View File
@@ -0,0 +1 @@
Hello