Skip to content

Commit d7e2a0e

Browse files
authored
Merge pull request #34 from remnawave:development
Update version to 2.3.2rc2 and clean up NodeDto
2 parents f7b5bf1 + 17c6b2e commit d7e2a0e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "remnawave"
3-
version = "2.3.2rc1"
3+
version = "2.3.2rc2"
44
description = "A Python SDK for interacting with the Remnawave API v2.3.2."
55
authors = [
66
{name = "Artem",email = "[email protected]"}

remnawave/models/webhook.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ class NodeDto(BaseModel):
219219
is_connected: bool
220220
is_connecting: bool
221221
is_disabled: bool
222-
is_node_online: bool
223-
is_xray_running: bool
224222
last_status_change: Optional[datetime] = None
225223
last_status_message: Optional[str] = None
226224

0 commit comments

Comments
 (0)