bank and account service is updated

This commit is contained in:
2024-12-03 15:31:52 +03:00
parent ac5a71f1a8
commit c2dd464fc6
7 changed files with 27 additions and 8 deletions

View File

@@ -37,6 +37,7 @@ class ActionsSchemaFactory:
class MethodToEvent(ABC, ActionsSchemaFactory):
action_key: str = None
event_type: str = None
event_description: str = ""
event_category: str = ""

View File

@@ -21,7 +21,6 @@ from api_validations.validations_request import (
)
from api_validations.core_response import AlchemyJsonResponse
from api_events.events.abstract_class import MethodToEvent, ActionsSchema
from api_objects.auth.token_objects import EmployeeTokenObject, OccupantTokenObject
@@ -181,6 +180,7 @@ class BuildUpdateEventMethods(MethodToEvent):
event_description = ""
event_category = ""
__class_key__ = ""
__event_keys__ = {
"5ad38a66-1189-451e-babb-77de2d63d757": "build_update",
}