mirror of
https://github.com/remnawave/python-sdk.git
synced 2026-05-13 12:16:42 +00:00
fix: обновить версию до 2.3.2rc2 и удалить ненужные поля из NodeDto. Thx @masasibata
This commit is contained in:
parent
e429a51c89
commit
17c6b2e535
2 changed files with 1 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "remnawave"
|
||||
version = "2.3.2rc1"
|
||||
version = "2.3.2rc2"
|
||||
description = "A Python SDK for interacting with the Remnawave API v2.3.2."
|
||||
authors = [
|
||||
{name = "Artem",email = "dev@forestsnet.com"}
|
||||
|
|
|
|||
|
|
@ -219,8 +219,6 @@ class NodeDto(BaseModel):
|
|||
is_connected: bool
|
||||
is_connecting: bool
|
||||
is_disabled: bool
|
||||
is_node_online: bool
|
||||
is_xray_running: bool
|
||||
last_status_change: Optional[datetime] = None
|
||||
last_status_message: Optional[str] = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue