appender events and applications are updated
This commit is contained in:
@@ -13,3 +13,10 @@ class RequestApplication(BaseModel):
|
||||
)
|
||||
application_for: str = Field(..., description="Application for (EMP, OCC)")
|
||||
description: Optional[str] = Field(None, description="Application description")
|
||||
|
||||
|
||||
class AddRemoveService(BaseModel):
|
||||
"""Base model for add/remove service data"""
|
||||
|
||||
application_uu_id: str = Field(..., description="Application UUID")
|
||||
service_uu_id: str = Field(..., description="Service UUID")
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class Event2Employee(BaseModel):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user