Add events
This commit is contained in:
@@ -46,6 +46,21 @@ from app.schemas.activity import (
|
||||
ActivityResponse,
|
||||
FeedResponse,
|
||||
)
|
||||
from app.schemas.event import (
|
||||
EventCreate,
|
||||
EventResponse,
|
||||
EventEffects,
|
||||
ActiveEventResponse,
|
||||
SwapRequest,
|
||||
SwapCandidate,
|
||||
CommonEnemyLeaderboard,
|
||||
EVENT_INFO,
|
||||
COMMON_ENEMY_BONUSES,
|
||||
SwapRequestCreate,
|
||||
SwapRequestResponse,
|
||||
SwapRequestChallengeInfo,
|
||||
MySwapRequests,
|
||||
)
|
||||
from app.schemas.common import (
|
||||
MessageResponse,
|
||||
ErrorResponse,
|
||||
@@ -95,6 +110,20 @@ __all__ = [
|
||||
# Activity
|
||||
"ActivityResponse",
|
||||
"FeedResponse",
|
||||
# Event
|
||||
"EventCreate",
|
||||
"EventResponse",
|
||||
"EventEffects",
|
||||
"ActiveEventResponse",
|
||||
"SwapRequest",
|
||||
"SwapCandidate",
|
||||
"CommonEnemyLeaderboard",
|
||||
"EVENT_INFO",
|
||||
"COMMON_ENEMY_BONUSES",
|
||||
"SwapRequestCreate",
|
||||
"SwapRequestResponse",
|
||||
"SwapRequestChallengeInfo",
|
||||
"MySwapRequests",
|
||||
# Common
|
||||
"MessageResponse",
|
||||
"ErrorResponse",
|
||||
|
||||
Reference in New Issue
Block a user