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",
|
"name": "@lendry-erp/contracts",
|
||||||
"version": "1.2.31",
|
"version": "1.2.32",
|
||||||
"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",
|
||||||
|
|||||||
@@ -250,6 +250,8 @@ message ModifyPermissionAdminResponse {
|
|||||||
|
|
||||||
message GrafanaAlertRequest {
|
message GrafanaAlertRequest {
|
||||||
string payload = 1;
|
string payload = 1;
|
||||||
|
string user_id = 2;
|
||||||
|
string session_id=3;
|
||||||
}
|
}
|
||||||
// Успешно ли обработан алерт
|
// Успешно ли обработан алерт
|
||||||
message GrafanaAlertResponse {
|
message GrafanaAlertResponse {
|
||||||
|
|||||||
Reference in New Issue
Block a user