fix: add userid and sessionid for grafana alert request
All checks were successful
Publish / Publish Job (push) Successful in 2m22s
All checks were successful
Publish / Publish Job (push) Successful in 2m22s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lendry-erp/contracts",
|
||||
"version": "1.2.31",
|
||||
"version": "1.2.32",
|
||||
"description": "Protobuf definitions and generated TypeScript types",
|
||||
"type": "commonjs",
|
||||
"main": "./dist/index.js",
|
||||
|
||||
@@ -250,6 +250,8 @@ message ModifyPermissionAdminResponse {
|
||||
|
||||
message GrafanaAlertRequest {
|
||||
string payload = 1;
|
||||
string user_id = 2;
|
||||
string session_id=3;
|
||||
}
|
||||
// Успешно ли обработан алерт
|
||||
message GrafanaAlertResponse {
|
||||
|
||||
Reference in New Issue
Block a user