We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7b5bf1 + 17c6b2e commit d7e2a0eCopy full SHA for d7e2a0e
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "remnawave"
3
-version = "2.3.2rc1"
+version = "2.3.2rc2"
4
description = "A Python SDK for interacting with the Remnawave API v2.3.2."
5
authors = [
6
{name = "Artem",email = "[email protected]"}
remnawave/models/webhook.py
@@ -219,8 +219,6 @@ class NodeDto(BaseModel):
219
is_connected: bool
220
is_connecting: bool
221
is_disabled: bool
222
- is_node_online: bool
223
- is_xray_running: bool
224
last_status_change: Optional[datetime] = None
225
last_status_message: Optional[str] = None
226
0 commit comments