diff --git a/pyproject.toml b/pyproject.toml index 96dd1c1..6f7c379 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"} diff --git a/remnawave/models/webhook.py b/remnawave/models/webhook.py index 34b15b1..b0602bf 100644 --- a/remnawave/models/webhook.py +++ b/remnawave/models/webhook.py @@ -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