feat: полный patch External Channel архивирование creative в patch и
purchase, удалить у них доп ручки/usecase/dto
This commit is contained in:
@@ -15,6 +15,7 @@ __all__ = (
|
||||
'GetExternalChannelsOutput',
|
||||
'CreateExternalChannelInput',
|
||||
'DeleteExternalChannelInput',
|
||||
'UpdateExternalChannelInput',
|
||||
'UpdateExternalChannelLinksInput',
|
||||
'ImportExternalChannelsInput',
|
||||
'ImportExternalChannelsOutput',
|
||||
@@ -24,7 +25,6 @@ __all__ = (
|
||||
'GetCreativeInput',
|
||||
'CreateCreativeInput',
|
||||
'UpdateCreativeInput',
|
||||
'ArchiveCreativeInput',
|
||||
'DeleteCreativeInput',
|
||||
'PurchaseOutput',
|
||||
'GetPurchasesInput',
|
||||
@@ -32,7 +32,6 @@ __all__ = (
|
||||
'GetPurchaseInput',
|
||||
'CreatePurchaseInput',
|
||||
'UpdatePurchaseInput',
|
||||
'ArchivePurchaseInput',
|
||||
'DeletePurchaseInput',
|
||||
'ViewsSnapshotOutput',
|
||||
'GetViewsHistoryInput',
|
||||
@@ -43,7 +42,6 @@ __all__ = (
|
||||
)
|
||||
|
||||
from .creative import (
|
||||
ArchiveCreativeInput,
|
||||
CreateCreativeInput,
|
||||
CreativeOutput,
|
||||
DeleteCreativeInput,
|
||||
@@ -60,10 +58,10 @@ from .external_channel import (
|
||||
GetExternalChannelsOutput,
|
||||
ImportExternalChannelsInput,
|
||||
ImportExternalChannelsOutput,
|
||||
UpdateExternalChannelInput,
|
||||
UpdateExternalChannelLinksInput,
|
||||
)
|
||||
from .purchase import (
|
||||
ArchivePurchaseInput,
|
||||
CreatePurchaseInput,
|
||||
DeletePurchaseInput,
|
||||
GetPurchaseInput,
|
||||
|
||||
Reference in New Issue
Block a user