events and auth updated
This commit is contained in:
@@ -155,9 +155,9 @@ BuildAreaListEventMethod = BuildAreaListEventMethods(
|
||||
BuildAreaCreateEventMethod = BuildAreaCreateEventMethods(
|
||||
action=ActionsSchema(endpoint="/building/area/create")
|
||||
)
|
||||
BuildUpdateEventMethod = BuildAreaUpdateEventMethods(
|
||||
BuildAreaUpdateEventMethod = BuildAreaUpdateEventMethods(
|
||||
action=ActionsSchema(endpoint="/building/area/update")
|
||||
)
|
||||
BuildPatchEventMethod = BuildPatchEventMethods(
|
||||
BuildAreaPatchEventMethod = BuildAreaPatchEventMethods(
|
||||
action=ActionsSchema(endpoint="/building/area/patch")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user