feat: delete & archive projects

This commit is contained in:
ivannoskov
2026-01-07 17:32:20 +03:00
parent 89f4d6bf69
commit 30791d7f76
9 changed files with 128 additions and 8 deletions

View File

@@ -4,6 +4,7 @@ __all__ = (
'GetWorkspaceProjectsInput',
'GetWorkspaceProjectsOutput',
'GetProjectInput',
'ArchiveProjectInput',
'DisconnectProjectByTgIdInput',
'ConnectProjectInput',
'ProjectOutput',
@@ -121,6 +122,7 @@ from .creative import (
)
from .placement import GetPlacementInput, GetPlacementsInput, GetPlacementsOutput, PlacementOutput
from .project import (
ArchiveProjectInput,
ChannelBotPermissions,
ConnectProjectInput,
DisconnectProjectByTgIdInput,