tested appender service to events

This commit is contained in:
2025-05-04 21:24:29 +03:00
parent 0cde34a9bc
commit dd707b2463
30 changed files with 1167 additions and 277 deletions

View File

@@ -1,8 +1,13 @@
from pydantic import BaseModel
class Event2Employee:
class Event2Employee(BaseModel):
pass
class Event2Occupant:
class Event2Occupant(BaseModel):
pass
class AddRemoveService(BaseModel):
event_uu_id: str
service_uu_id: str