feat: parser, refactoring
This commit is contained in:
@@ -34,8 +34,6 @@ __all__ = (
|
||||
'PlacementViewsHistoryOutput',
|
||||
'GetViewsHistoryInput',
|
||||
'GetViewsHistoryOutput',
|
||||
'FetchViewsInputManually',
|
||||
'FetchViewsManuallyOutput',
|
||||
'UpdateViewsManuallyInput',
|
||||
'UserOutput',
|
||||
'DateGrouping',
|
||||
@@ -51,6 +49,11 @@ __all__ = (
|
||||
'SpendingDataPoint',
|
||||
'GetSpendingAnalyticsInput',
|
||||
'GetSpendingAnalyticsOutput',
|
||||
'ParserTrackTaskRequest',
|
||||
'ParserGetViewsRequest',
|
||||
'ParserPostFoundEvent',
|
||||
'ParserPostDeletedEvent',
|
||||
'ParserViewsUpdatedEvent',
|
||||
)
|
||||
|
||||
from .analytics import (
|
||||
@@ -86,6 +89,13 @@ from .external_channel import (
|
||||
UpdateExternalChannelInput,
|
||||
UpdateExternalChannelLinksInput,
|
||||
)
|
||||
from .nats_messages import (
|
||||
ParserGetViewsRequest,
|
||||
ParserPostDeletedEvent,
|
||||
ParserPostFoundEvent,
|
||||
ParserTrackTaskRequest,
|
||||
ParserViewsUpdatedEvent,
|
||||
)
|
||||
from .placement import (
|
||||
CreatePlacementInput,
|
||||
DeletePlacementInput,
|
||||
@@ -109,8 +119,6 @@ from .telegram_login import TelegramLoginInput
|
||||
from .user import UserOutput
|
||||
from .validate_login_token import ValidateLoginTokenInput, ValidateLoginTokenOutput
|
||||
from .views import (
|
||||
FetchViewsInputManually,
|
||||
FetchViewsManuallyOutput,
|
||||
GetViewsHistoryInput,
|
||||
GetViewsHistoryOutput,
|
||||
PlacementViewsHistoryOutput,
|
||||
|
||||
Reference in New Issue
Block a user