fix: remove userid and sessionid for grafana alert request
All checks were successful
Publish / Publish Job (push) Successful in 2m22s

This commit is contained in:
Дмитрий
2026-04-18 14:16:42 +03:00
parent f39dd72b1a
commit 56e1e0e213
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@lendry-erp/contracts", "name": "@lendry-erp/contracts",
"version": "1.2.32", "version": "1.2.33",
"description": "Protobuf definitions and generated TypeScript types", "description": "Protobuf definitions and generated TypeScript types",
"type": "commonjs", "type": "commonjs",
"main": "./dist/index.js", "main": "./dist/index.js",

View File

@@ -250,8 +250,6 @@ message ModifyPermissionAdminResponse {
message GrafanaAlertRequest { message GrafanaAlertRequest {
string payload = 1; string payload = 1;
string user_id = 2;
string session_id=3;
} }
// Успешно ли обработан алерт // Успешно ли обработан алерт
message GrafanaAlertResponse { message GrafanaAlertResponse {