events cluster updated with PageInfo
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
Account records request and response models.
|
||||
"""
|
||||
|
||||
from typing import Optional
|
||||
|
||||
from ApiLayers.ApiValidations.Request import PydanticBaseModel, ListOptions
|
||||
@@ -93,4 +94,4 @@ class ListAccountRecord(ListOptions):
|
||||
class AccountRequestValidators:
|
||||
InsertAccountRecord = InsertAccountRecord
|
||||
UpdateAccountRecord = UpdateAccountRecord
|
||||
ListAccountRecord = ListAccountRecord
|
||||
ListAccountRecord = ListAccountRecord
|
||||
|
||||
Reference in New Issue
Block a user