mirror of
https://github.com/remnawave/python-sdk.git
synced 2026-05-13 12:16:42 +00:00
feat: Add HWIDUserController to the API controllers; update __all__ exports
fix: Remove unused BulkDeleteUsersByStatusRequestDto and BulkDeleteUsersRequestDto from models
This commit is contained in:
parent
42f1bfa066
commit
c64756aed1
2 changed files with 4 additions and 4 deletions
|
|
@ -15,7 +15,8 @@ from .users import UsersController
|
|||
from .users_bulk_actions import UsersBulkActionsController
|
||||
from .users_stats import UsersStatsController
|
||||
from .xray_config import XrayConfigController
|
||||
from .webhooks import WebhookUtility
|
||||
from .webhooks import WebhookUtility
|
||||
from .hwid import HWIDUserController
|
||||
|
||||
__all__ = [
|
||||
"APITokensManagementController",
|
||||
|
|
@ -35,5 +36,6 @@ __all__ = [
|
|||
"UsersBulkActionsController",
|
||||
"UsersStatsController",
|
||||
"XrayConfigController",
|
||||
"WebhookUtility"
|
||||
"WebhookUtility",
|
||||
"HWIDUserController"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -170,8 +170,6 @@ __all__ = [
|
|||
"BulkAllUpdateUsersRequestDto",
|
||||
"BulkAllUpdateUsersResponseDto",
|
||||
"UpdateUserFields",
|
||||
"BulkDeleteUsersByStatusRequestDto",
|
||||
"BulkDeleteUsersRequestDto",
|
||||
"BulkResponseDto",
|
||||
"BulkUpdateUsersInboundsRequestDto",
|
||||
"FindAllApiTokensResponseDto",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue