refactor
This commit is contained in:
@@ -17,16 +17,18 @@ __all__ = (
|
||||
'GetChannelsInput',
|
||||
'GetChannelsOutput',
|
||||
'AttachChannelToWorkspaceInput',
|
||||
'PurchaseOutput',
|
||||
'PurchaseChannelOutput',
|
||||
'PurchaseDetails',
|
||||
'PurchaseChannelDetails',
|
||||
'PlacementOutput',
|
||||
'PlacementDetails',
|
||||
'CostInfo',
|
||||
'CreatePurchaseInput',
|
||||
'CreatePurchaseChannelInput',
|
||||
'GetPurchasesInput',
|
||||
'GetPurchasesOutput',
|
||||
'GetPurchaseInput',
|
||||
'CreatePlacementsInput',
|
||||
'CreatePlacementChannelInput',
|
||||
'GetPlacementsInput',
|
||||
'GetPlacementsOutput',
|
||||
'GetPlacementInput',
|
||||
'PublicationOutput',
|
||||
'GetPublicationsInput',
|
||||
'GetPublicationsOutput',
|
||||
'GetPublicationInput',
|
||||
'CreativeButton',
|
||||
'CreativeOutput',
|
||||
'GetCreativesInput',
|
||||
@@ -35,10 +37,6 @@ __all__ = (
|
||||
'CreateCreativeInput',
|
||||
'UpdateCreativeInput',
|
||||
'DeleteCreativeInput',
|
||||
'PlacementOutput',
|
||||
'GetPlacementsInput',
|
||||
'GetPlacementsOutput',
|
||||
'GetPlacementInput',
|
||||
'PostViewsHistoryOutput',
|
||||
'GetViewsHistoryInput',
|
||||
'GetViewsHistoryOutput',
|
||||
@@ -133,7 +131,12 @@ from .creative import (
|
||||
GetCreativesOutput,
|
||||
UpdateCreativeInput,
|
||||
)
|
||||
from .placement import GetPlacementInput, GetPlacementsInput, GetPlacementsOutput, PlacementOutput
|
||||
from .placement import (
|
||||
GetPublicationInput,
|
||||
GetPublicationsInput,
|
||||
GetPublicationsOutput,
|
||||
PublicationOutput,
|
||||
)
|
||||
from .project import (
|
||||
ArchiveProjectInput,
|
||||
ChannelBotPermissions,
|
||||
@@ -149,15 +152,13 @@ from .project import (
|
||||
)
|
||||
from .purchase import (
|
||||
CostInfo,
|
||||
CreatePurchaseChannelInput,
|
||||
CreatePurchaseInput,
|
||||
GetPurchaseInput,
|
||||
GetPurchasesInput,
|
||||
GetPurchasesOutput,
|
||||
PurchaseChannelDetails,
|
||||
PurchaseChannelOutput,
|
||||
PurchaseDetails,
|
||||
PurchaseOutput,
|
||||
CreatePlacementChannelInput,
|
||||
CreatePlacementsInput,
|
||||
GetPlacementInput,
|
||||
GetPlacementsInput,
|
||||
GetPlacementsOutput,
|
||||
PlacementDetails,
|
||||
PlacementOutput,
|
||||
)
|
||||
from .user import UserOutput
|
||||
from .validate_login_token import ValidateLoginTokenInput, ValidateLoginTokenOutput
|
||||
|
||||
Reference in New Issue
Block a user