Неверный тип у ключа userId

версия панели: 2.8.0

по спеке в модели RemnawaveWebhookUserHwidDevicesEventsDto ключ data.hwidUserDevice.userId должен иметь тип number, но приходит строка, вот конкретный ивент, который мне прилетел:

{
"scope": "user_hwid_devices",
"event": "user_hwid_devices.added",
"timestamp": "2026-06-30T22:41:05.440Z",
"data": {
"user": { ... },
"hwidUserDevice": {
"hwid": "00000000-0000-0000-0000-000000000000",
"userId": "10",
"platform": "macOS",
"osVersion": "26.5.1",
"deviceModel": "macOS Tahoe (26.5.1)",
"userAgent": "Throne/1.0.11 (Prefer ClashMeta Format)",
"requestIp": "0.0.0.0",
"createdAt": "2026-06-30T22:41:05.434Z",
"updatedAt": "2026-06-30T22:41:05.438Z"
}
}
}