fix: typos

This commit is contained in:
kastov
2026-03-27 20:59:24 +03:00
parent f52596525d
commit 4a2464dd7d

View File

@@ -187,9 +187,9 @@ Used for generating direct links (e.g. in Telegram notifications with inline but
---
#### Removed `cpuCount`, `cpuModel`, `totalRam`, `xrayVersion`, `nodeVersion`, `usersOnline` from Node response + added `versions`, `system`
#### Removed `cpuCount`, `cpuModel`, `totalRam`, `xrayVersion`, `nodeVersion` from Node response + added `versions`, `system`
- Removed: `cpuCount`, `cpuModel`, `totalRam`, `xrayVersion`, `nodeVersion`, `usersOnline`
- Removed: `cpuCount`, `cpuModel`, `totalRam`, `xrayVersion`, `nodeVersion`
- Added: `versions` (nullable object with `xray` and `node` strings), `system` (nullable `NodeSystem` object), `activePluginUuid`
- Changed: `xrayUptime` type from `string` to `number`, `usersOnline` type from `nullable(number)` to `number`