change domen

This commit is contained in:
Artem Tsyrulnikov
2026-01-02 15:51:54 +03:00
parent c05ac84b38
commit 0577d2a00e
63 changed files with 1941 additions and 2186 deletions

View File

@@ -15,18 +15,16 @@ __all__ = (
'Channel',
'Project',
'ProjectStatus',
'PurchasePlan',
'PurchasePlanChannel',
'PurchasePlanStatus',
'PurchasePlanChannelStatus',
'Purchase',
'PurchaseChannel',
'PurchaseStatus',
'PurchaseChannelStatus',
'Creative',
'replace_invite_link_with_tag',
'Placement',
'Post',
'Subscription',
'PostViewsHistory',
'TelegramState',
'TelegramStateEnum',
'ChannelNotFound',
'ProjectNotFound',
'CreativeStatus',
@@ -45,8 +43,8 @@ __all__ = (
'LoginTokenExpired',
'LoginTokenAlreadyUsed',
'ProjectNotFound',
'PurchasePlanNotFound',
'PurchasePlanChannelNotFound',
'PurchaseNotFound',
'PurchaseChannelNotFound',
'ChannelNotFound',
'ChannelAlreadyExists',
'ChannelNoAdminRights',
@@ -74,8 +72,8 @@ from .error import (
LoginTokenNotFound,
PlacementNotFound,
ProjectNotFound,
PurchasePlanChannelNotFound,
PurchasePlanNotFound,
PurchaseChannelNotFound,
PurchaseNotFound,
TelegramChannelNotFound,
UserByUsernameNotFound,
UserNotFound,
@@ -89,15 +87,15 @@ from .login_token import LoginToken
from .placement import Placement, PlacementStatus, PostViewsAvailability
from .post import Post
from .post_views_history import PostViewsHistory
from .project import InviteLinkType, Project, ProjectStatus
from .purchase_plan import (
PurchasePlan,
PurchasePlanChannel,
PurchasePlanChannelStatus,
PurchasePlanStatus,
from .project import Project, ProjectStatus
from .purchase import (
InviteLinkType,
Purchase,
PurchaseChannel,
PurchaseChannelStatus,
PurchaseStatus,
)
from .subscription import Subscription, SubscriptionStatus
from .telegram_state import TelegramState, TelegramStateEnum
from .user import User
from .workspace import (
PermissionKey,