Webhook model changed

This commit is contained in:
Piotr Dec 2025-10-17 23:16:38 +02:00
parent 8565ce19fe
commit de6184273a
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0

View file

@ -4,11 +4,11 @@ from typing import List
@dataclass
class Request:
build_id: str
build_url: str
commit_id: str
commit_url: str
changelist: List[str]
_id: str
commit: str
message: str
started: str
files: List[str]
@dataclass
class Response: